/* ============================================================
   HARMICHE INNER PAGES — Shared styles
   ============================================================ */

/* Page Hero */
.hm-page-hero {
  background: linear-gradient(135deg, #1C1410 0%, #2A1F14 40%, #1A1A14 100%);
  padding: 72px 0 64px;
  margin-bottom: 0;
}
.hm-page-hero__eyebrow {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-yellow);
  margin-bottom: 12px;
}
.hm-page-hero__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: var(--fw-semibold);
  color: var(--clr-white);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.hm-page-hero__sub {
  font-size: var(--fs-lg);
  color: rgba(255,255,255,.65);
  margin-top: 14px;
  max-width: 600px;
  line-height: 1.6;
}

/* Policy / legal page layout */
.hm-policy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  padding: 64px 0 100px;
  align-items: start;
}
.hm-policy-nav {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.hm-policy-nav__title {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  margin-bottom: 16px;
}
.hm-policy-nav a {
  display: block;
  font-size: var(--fs-sm);
  color: var(--clr-text-muted);
  padding: 7px 0;
  border-left: 2px solid var(--clr-border);
  padding-left: 14px;
  transition: all var(--transition);
  line-height: 1.4;
}
.hm-policy-nav a:hover,
.hm-policy-nav a.is-active {
  color: var(--clr-text);
  border-left-color: var(--clr-yellow);
}
.hm-policy-body { min-width: 0; }
.hm-policy-body h2 {
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  margin: 48px 0 14px;
  padding-top: 8px;
  scroll-margin-top: calc(var(--header-h) + 24px);
}
.hm-policy-body h2:first-child { margin-top: 0; }
.hm-policy-body h3 {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  margin: 28px 0 10px;
}
.hm-policy-body p {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  line-height: 1.85;
  margin-bottom: 16px;
}
.hm-policy-body ul, .hm-policy-body ol {
  padding-left: 20px;
  margin-bottom: 16px;
}
.hm-policy-body li {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  line-height: 1.8;
  margin-bottom: 8px;
}
.hm-policy-body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: var(--fs-sm);
}
.hm-policy-body th, .hm-policy-body td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--clr-border);
}
.hm-policy-body th {
  background: #F5F5F2;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-xs);
  letter-spacing: 0.04em;
}
.hm-policy-body .hm-policy-note {
  background: rgba(245,208,32,.1);
  border-left: 3px solid var(--clr-yellow);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  font-size: var(--fs-sm);
  color: var(--clr-text);
  margin-bottom: 20px;
}
.hm-policy-body hr {
  border: none;
  border-top: 1px solid var(--clr-border);
  margin: 40px 0;
}

/* FAQ specific */
.hm-faq-section { margin-bottom: 56px; }
.hm-faq-section__title {
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--clr-yellow);
  display: inline-block;
}

/* About Us */
.hm-about-hero-img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 72px;
}
.hm-about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--clr-border);
}
.hm-about-section:last-of-type { border-bottom: none; }
.hm-about-section--reverse { direction: rtl; }
.hm-about-section--reverse > * { direction: ltr; }
.hm-about-section__img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.hm-about-section__eyebrow {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  margin-bottom: 12px;
}
.hm-about-section__title {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  line-height: 1.2;
  margin-bottom: 18px;
}
.hm-about-section__body {
  font-size: var(--fs-base);
  color: var(--clr-text-muted);
  line-height: 1.85;
}
.hm-about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 72px 0;
}
.hm-about-value {
  padding: 32px 28px;
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
}
.hm-about-value__icon {
  font-size: 28px;
  color: var(--clr-yellow);
  margin-bottom: 16px;
}
.hm-about-value__title {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  margin-bottom: 10px;
}
.hm-about-value__body {
  font-size: var(--fs-sm);
  color: var(--clr-text-muted);
  line-height: 1.7;
}

/* Contact page */
.hm-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  padding: 72px 0 100px;
  align-items: start;
}
.hm-contact-info__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--clr-border);
}
.hm-contact-info__item:last-child { border-bottom: none; }
.hm-contact-info__icon {
  font-size: 22px;
  color: var(--clr-yellow);
  flex-shrink: 0;
  margin-top: 2px;
}
.hm-contact-info__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  margin-bottom: 6px;
}
.hm-contact-info__value {
  font-size: var(--fs-base);
  font-weight: var(--fw-medium);
  line-height: 1.6;
}
.hm-contact-info__value a {
  color: var(--clr-text);
  transition: color var(--transition);
}
.hm-contact-info__value a:hover { color: var(--clr-teal); }
.hm-contact-form {
  background: #F5F5F2;
  border-radius: var(--radius-lg);
  padding: 40px;
}
.hm-contact-form__title {
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  margin-bottom: 28px;
}
.hm-form-group { margin-bottom: 20px; }
.hm-form-label {
  display: block;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--clr-text-muted);
  margin-bottom: 8px;
}
.hm-form-input,
.hm-form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--clr-border);
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  font-family: var(--ff-base);
  background: var(--clr-white);
  transition: border-color var(--transition);
  outline: none;
}
.hm-form-input:focus,
.hm-form-textarea:focus { border-color: var(--clr-text); }
.hm-form-textarea { min-height: 120px; resize: vertical; }

/* HORECA / Bulk page */
.hm-horeca-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1C1410 0%, #2A1F14 40%, #1A1A14 100%);
  padding: 100px 0;
}
.hm-horeca-hero .hm-container { position: relative; z-index: 1; }
.hm-horeca-hero__eyebrow {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-yellow);
  margin-bottom: 16px;
}
.hm-horeca-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: var(--fw-semibold);
  color: var(--clr-white);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  max-width: 640px;
}
.hm-horeca-hero__sub {
  font-size: var(--fs-lg);
  color: rgba(255,255,255,.65);
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.65;
}
.hm-who-we-serve {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 72px 0;
}
.hm-serve-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--clr-border);
}
.hm-serve-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.hm-serve-card__body { padding: 20px; }
.hm-serve-card__title {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  margin-bottom: 8px;
}
.hm-serve-card__desc {
  font-size: var(--fs-sm);
  color: var(--clr-text-muted);
  line-height: 1.65;
}
.hm-bulk-why {
  background: #F5F5F2;
  padding: 72px 0;
}
.hm-bulk-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.hm-bulk-why__item {
  background: var(--clr-white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--clr-border);
}
.hm-bulk-why__icon { font-size: 26px; color: var(--clr-yellow); margin-bottom: 14px; }
.hm-bulk-why__title { font-size: var(--fs-base); font-weight: var(--fw-semibold); margin-bottom: 8px; }
.hm-bulk-why__desc { font-size: var(--fs-sm); color: var(--clr-text-muted); line-height: 1.65; }
.hm-bulk-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 72px 0 100px;
  align-items: center;
}

/* Blog */
.hm-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 64px 0 100px;
}
.hm-blog-card { display: flex; flex-direction: column; }
.hm-blog-card__img-wrap {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #F0EFE8;
  margin-bottom: 20px;
}
.hm-blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.hm-blog-card:hover .hm-blog-card__img { transform: scale(1.04); }
.hm-blog-card__meta {
  font-size: var(--fs-xs);
  color: var(--clr-text-muted);
  font-weight: var(--fw-medium);
  margin-bottom: 10px;
}
.hm-blog-card__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  line-height: 1.35;
  margin-bottom: 10px;
  transition: color var(--transition);
}
.hm-blog-card:hover .hm-blog-card__title { color: var(--clr-text-muted); }
.hm-blog-card__excerpt {
  font-size: var(--fs-sm);
  color: var(--clr-text-muted);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px;
}
.hm-blog-card__link {
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--clr-text);
  border-bottom: 1px solid currentColor;
  display: inline-block;
  transition: color var(--transition);
}
.hm-blog-card:hover .hm-blog-card__link { color: var(--clr-text-muted); }

/* Responsive: pages */
@media (max-width: 1024px) {
  .hm-policy-layout { grid-template-columns: 1fr; gap: 40px; }
  .hm-policy-nav { position: static; }
  .hm-who-we-serve { grid-template-columns: repeat(2, 1fr); }
  .hm-about-values { grid-template-columns: repeat(2, 1fr); }
  .hm-blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hm-page-hero { padding: 48px 0 40px; }
  .hm-about-section { grid-template-columns: 1fr; gap: 32px; direction: ltr; }
  .hm-about-section--reverse { direction: ltr; }
  .hm-about-section__img { aspect-ratio: 16/9; }
  .hm-about-values { grid-template-columns: 1fr; }
  .hm-contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .hm-who-we-serve { grid-template-columns: 1fr; }
  .hm-bulk-why__grid { grid-template-columns: 1fr; }
  .hm-bulk-contact { grid-template-columns: 1fr; gap: 40px; }
  .hm-blog-grid { grid-template-columns: 1fr; gap: 40px; }
  .hm-horeca-hero { padding: 64px 0; }
  .hm-contact-form { padding: 24px; }
}
