:root {
    --forest: #2B4A2B;
    --forest-light: #3a6b3a;
    --sage: #708F70;
    --sage-light: #a0b8a0;
    --cream: #F2C98A;
    --cream-light: #faf3e8;
    --cream-dark: #e8b86d;
    --white: #ffffff;
    --text: #2a2a2a;
    --border: #d4c4a0;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'Kabel Book BT', 'Lato', sans-serif; color: var(--text); background: var(--white); }

  /* ── HEADER ── */
  header {
    position: sticky; top: 0; z-index: 100;
    background: var(--forest);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 2rem; height: 82px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  }
  .header-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
  .logo-img { height: 64px; width: auto; }
  .site-name {
    font-family: 'Playfair Display', serif; color: var(--cream);
    font-size: 1.1rem; font-weight: 600; line-height: 1.2;
  }
  .site-name span {
    display: block; font-size: 0.62rem; font-family: 'Lato', sans-serif;
    font-weight: 300; letter-spacing: 0.15em; color: var(--sage-light); text-transform: uppercase;
  }
  .header-nav { display: flex; align-items: center; gap: 0.5rem; }
  .header-back {
    color: var(--cream); text-decoration: none; font-size: 0.85rem;
    font-weight: 700; letter-spacing: 0.04em; display: flex; align-items: center; gap: 0.4rem;
  }
  .header-back:hover { color: var(--white); }

  /* ── STORY HERO — framed panoramic photo ── */
  .story-hero {
    background: #FDF6ED;
    padding: 2.5rem 2rem 0;
    display: flex; flex-direction: column; align-items: center;
  }
  .story-photo-frame {
    max-width: 920px; width: 100%;
    background: var(--white); padding: 0.6rem;
    border: 1px solid var(--border); border-radius: 2px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
  }
  .story-photo-frame img {
    display: block; width: 100%; height: auto;
    max-height: 420px; object-fit: cover;
  }
  .story-eyebrow {
    margin-top: 1.5rem;
    background: var(--forest); color: var(--cream);
    font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase;
    font-weight: 700; padding: 0.5rem 1.4rem; border-radius: 3px;
    font-family: 'Kabel Book BT', 'Lato', sans-serif;
  }

  /* ── STORY BODY ── */
  body { background: #FDF6ED; }
  html:has(body.mhv-our-story) { font-size: 16px; }
  body.mhv-our-story { font-size: 16px; }
  .story-wrap { max-width: 820px; margin: 0 auto; padding: 1.75rem 2rem 4rem; }
  .story-headline {
    font-family: 'Kabel Book BT', 'Lato', sans-serif;
    color: var(--forest); font-weight: 700;
    font-size: 2.1rem; text-align: center; line-height: 1.25;
    margin-bottom: 2rem;
  }
  .story-wrap p {
    font-size: 1.08rem; line-height: 1.85; color: #1c1c1c; margin-bottom: 1.5rem;
    font-weight: 400;
  }
  .story-signoff {
    font-family: 'Kabel Book BT', 'Lato', sans-serif; font-style: normal; font-weight: 700;
    color: var(--forest); margin-top: 2rem; margin-bottom: 2.5rem; font-size: 1.1rem;
  }
  .story-ps {
    font-style: italic; font-size: 0.95rem; color: #4a4536; line-height: 1.8;
    border-top: 1px solid var(--border); padding-top: 1.75rem; margin-top: 0.5rem;
  }
  .story-ps a { color: var(--forest); text-decoration: underline; }
  .story-cta-row { text-align: center; margin-top: 2.5rem; }
  .story-cta {
    display: inline-block; background: var(--forest); color: var(--cream);
    padding: 0.75rem 2.25rem; border-radius: 4px; font-family: 'Lato', sans-serif;
    font-weight: 700; font-size: 0.85rem; text-decoration: none;
    letter-spacing: 0.06em; text-transform: uppercase; transition: background 0.2s;
  }
  .story-cta:hover { background: var(--forest-light); }

  /* ── FOOTER ── */
  footer { background: #191919; padding: 2.5rem 2rem; display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: flex-start; }
  .footer-logo-img { height: 48px; opacity: 0.85; }
  .footer-brand-name { font-family: 'Playfair Display', serif; color: var(--cream); font-size: 1rem; margin-top: 0.4rem; }
  .footer-brand-sub { font-family: 'Lato', sans-serif; font-size: 0.72rem; color: var(--sage); font-weight: 300; margin-top: 0.2rem; letter-spacing: 0.08em; }
  .footer-policy { font-size: 0.76rem; color: rgba(255,255,255,0.38); max-width: 400px; line-height: 1.65; }
  .footer-policy strong { color: rgba(255,255,255,0.62); }
  .footer-links { display: flex; flex-direction: column; gap: 0.45rem; }
  .footer-links a { color: var(--sage-light); text-decoration: none; font-size: 0.8rem; transition: color 0.15s; }
  .footer-links a:hover { color: var(--cream); }
  .footer-bottom { width: 100%; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.1rem; font-size: 0.7rem; color: rgba(255,255,255,0.22); text-align: center; letter-spacing: 0.04em; }

  @media (max-width: 768px) {
    .site-name { display: none; }
    .story-headline { font-size: 1.6rem; }
    .story-hero { padding: 1.75rem 1.25rem 0; }
    .story-photo-frame img { max-height: 260px; }
    .story-wrap { padding: 1.5rem 1.5rem 3rem; }
  }
