:root {
  --cream: #f5f0e4;
  --paper: #fbf8f0;
  --ink: #17382b;
  --green: #2d5b46;
  --leaf: #6c8b57;
  --pale: #dce7d2;
  --gold: #b99b5f;
  --brown: #694a35;
  --wood: #6c4732;
  --wood-dark: #3e2a20;
  --line: rgba(23, 56, 43, 0.18);
  --serif: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(185,155,95,.08) 0 1px, transparent 1.5px) 0 0/18px 18px,
    linear-gradient(90deg, rgba(105,74,53,.022) 1px, transparent 1px) 0 0/5px 100%,
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
::selection { background: var(--pale); color: var(--ink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  min-height: 108px;
  padding: 10px clamp(24px, 5vw, 78px);
  background:
    linear-gradient(rgba(251,248,240,.97), rgba(248,242,230,.97)),
    var(--paper);
  border-top: 3px double rgba(105,74,53,.28);
  border-bottom: 3px double rgba(105,74,53,.28);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 286px; height: 80px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.7vw, 40px); }
.desktop-nav a { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--leaf); }
.header-cta {
  padding: 12px 20px;
  border: 1px solid var(--green);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header-cta:hover, .header-cta:focus-visible { background: var(--green); color: white; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 42px; padding: 8px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; width: 220px; display: grid; padding: 18px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 48px rgba(23,56,43,.15); }
.mobile-menu nav a { padding: 11px 4px; border-bottom: 1px solid var(--line); }

.hero {
  position: relative;
  min-height: calc(100vh - 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(54px, 8vw, 112px) clamp(24px, 7vw, 112px);
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(105,74,53,.07) 50%, transparent 50.2%),
    linear-gradient(115deg, rgba(251,248,240,.96) 0%, rgba(239,228,208,.93) 100%);
}
.hero-tree { position: absolute; left: 1%; bottom: -20%; width: min(52vw, 700px); opacity: .045; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow { margin: 0 0 20px; color: var(--leaf); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.5; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h1 { margin: 0; font-size: clamp(46px, 6.1vw, 92px); line-height: .98; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--leaf); font-weight: 400; }
.hero-lead { max-width: 680px; margin: 32px 0 0; color: #3f584c; font-family: var(--serif); font-size: clamp(18px, 1.6vw, 24px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.button-primary { padding: 14px 24px; border: 1px solid #183d2e; border-radius: 2px; background: var(--green); color: white; box-shadow: 5px 5px 0 rgba(185,155,95,.32); }
.button-primary:hover, .button-primary:focus-visible { background: #244b3a; transform: translateY(-1px); }
.button-text { gap: 12px; border-bottom: 1px solid var(--green); }
.button-text span { font-size: 20px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.trust-line span { position: relative; padding-left: 18px; font-size: 12px; font-weight: 700; }
.trust-line span::before { content: ""; position: absolute; left: 0; top: .42em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 670px); padding: 52px 28px 54px 48px; }
.apothecary-plaque {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  min-width: 275px;
  padding: 10px 28px 12px;
  transform: translateX(-48%);
  background: #eee1c7;
  border: 4px double var(--wood);
  box-shadow: 0 8px 0 rgba(62,42,32,.10);
  text-align: center;
}
.apothecary-plaque::before,
.apothecary-plaque::after { content: "✦"; position: absolute; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 10px; }
.apothecary-plaque::before { left: 11px; }
.apothecary-plaque::after { right: 11px; }
.apothecary-plaque span { display: block; color: var(--ink); font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.apothecary-plaque i { display: block; margin-top: 4px; color: var(--brown); font-family: var(--serif); font-size: 12px; letter-spacing: .06em; }
.hero-image-wrap {
  position: relative;
  min-height: min(67vh, 690px);
  overflow: hidden;
  background:
    linear-gradient(rgba(249,246,235,.94), rgba(242,234,216,.94)),
    var(--paper);
  border: 14px solid var(--wood);
  outline: 2px solid var(--wood-dark);
  box-shadow:
    inset 0 0 0 3px #d2b77d,
    inset 0 0 0 7px var(--wood-dark),
    18px 24px 55px rgba(49,35,26,.22);
}
.hero-image-wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 11px;
  border: 1px solid rgba(105,74,53,.45);
  pointer-events: none;
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(105,74,53,.045), transparent 17%, transparent 83%, rgba(105,74,53,.045));
  pointer-events: none;
}
.hero-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; transform: scale(1.035); transform-origin: center bottom; }
.illustration-caption { position: absolute; z-index: 3; left: 22px; top: 24px; padding: 9px 14px; background: rgba(248,242,230,.86); border-left: 3px double var(--gold); }
.illustration-caption span { display: block; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.illustration-caption strong { display: block; margin-top: 3px; color: var(--brown); font-family: var(--serif); font-size: 13px; font-style: italic; font-weight: 400; }
.hero-note { position: absolute; z-index: 5; right: 0; bottom: 0; max-width: 340px; padding: 17px 22px; background: #f6eedf; border: 4px double var(--wood); box-shadow: 9px 12px 0 rgba(105,74,53,.12); }
.hero-note span { display: block; color: var(--leaf); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-note strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1.25; }

.marquee { overflow: hidden; padding: 15px 0; background: var(--green); color: white; }
.marquee div { display: flex; justify-content: center; gap: clamp(18px, 3vw, 48px); white-space: nowrap; font-family: var(--serif); font-size: clamp(16px, 1.5vw, 22px); font-style: italic; }
.marquee i { color: var(--gold); font-style: normal; }

.section { padding: clamp(84px, 10vw, 150px) clamp(24px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .advice h2, .quality-copy h2, .heritage h2, .stores h2 { margin: 0; font-size: clamp(40px, 4.4vw, 70px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p { max-width: 570px; margin: 0 0 8px; color: #526459; font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.offer-section {
  background:
    linear-gradient(180deg, rgba(251,248,240,.88), rgba(244,237,222,.88)),
    var(--paper);
}
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.offer-card { position: relative; min-height: 320px; padding: 28px 26px 35px; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.offer-card::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: 17px; height: 3px; border-top: 1px solid rgba(185,155,95,.55); border-bottom: 1px solid rgba(185,155,95,.3); }
.offer-card:last-child { border-right: 0; }
.offer-card:hover { background: #efe9dc; transform: translateY(-4px); }
.offer-number { color: var(--gold); font-family: var(--serif); font-size: 14px; font-style: italic; }
.offer-card h3 { margin: 86px 0 16px; font-size: 28px; line-height: 1.05; }
.offer-card p { margin: 0; color: #526459; font-size: 14px; line-height: 1.7; }

.advice { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 900px; background: var(--green); color: white; }
.advice-image { position: relative; min-height: 780px; overflow: hidden; }
.advice-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18,45,33,.58)); }
.advice-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.advice-image p { position: absolute; z-index: 2; left: 30px; bottom: 22px; margin: 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.advice-copy { align-self: center; padding: clamp(70px, 8vw, 132px); }
.advice-copy .eyebrow { color: #c7d8b7; }
.advice-copy h2 em { color: #c7d8b7; }
.advice-copy .lead { margin: 30px 0 34px; color: #ecf2e8; font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.principles { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.principles li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.principles span { color: var(--gold); font-family: var(--serif); font-style: italic; }
.small-note { margin: 27px 0 0; color: #bdcabe; font-size: 12px; line-height: 1.65; }

.quality-section { display: grid; grid-template-columns: minmax(360px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 130px); align-items: center; padding: clamp(88px, 11vw, 164px) clamp(24px, 7vw, 112px); background: #ece4d4; }
.quality-copy > p:not(.eyebrow) { margin: 28px 0 0; color: #526459; font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.quality-copy blockquote { margin: 42px 0 0; padding: 24px 0 0 28px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.55; }
.quality-gallery { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; height: min(72vw, 760px); }
.quality-main, .quality-side { position: relative; overflow: hidden; }
.quality-main { grid-row: 1 / 3; border-radius: 180px 0 0 0; }
.quality-side:last-child { border-radius: 0 0 130px 0; }
.quality-gallery img { width: 100%; height: 100%; object-fit: cover; }

.heritage { position: relative; min-height: 780px; display: grid; grid-template-columns: minmax(380px, .85fr) minmax(0, 1.15fr); align-items: center; overflow: hidden; background: var(--paper); }
.heritage-bg { position: absolute; inset: 0; overflow: hidden; opacity: .13; }
.heritage-bg img { width: 100%; height: 100%; object-fit: cover; }
.heritage-copy { position: relative; z-index: 2; padding: clamp(70px, 8vw, 130px) 5vw clamp(70px, 8vw, 130px) clamp(24px, 7vw, 112px); }
.heritage-copy > p:not(.eyebrow) { margin: 30px 0 0; color: #465d50; font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.heritage-sign { display: flex; align-items: center; gap: 24px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.heritage-sign img { width: 170px; }
.heritage-sign span { color: var(--brown); font-family: var(--serif); font-style: italic; }
.heritage-illustration { position: relative; align-self: end; height: 650px; }
.heritage-illustration img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.knowledge { background: #f0eadf; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.article-art { position: relative; min-height: 265px; display: flex; align-items: flex-end; padding: 22px; overflow: hidden; }
.article-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.article-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(20,45,33,.5)); }
.article-art span { position: relative; z-index: 1; color: white; font-family: var(--serif); font-size: 42px; font-style: italic; }
.article-body { padding: 28px; }
.article-tag { margin: 0 0 18px; color: var(--leaf); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.article-body h3 { margin: 0; font-size: 26px; line-height: 1.15; }
.article-body > p:not(.article-tag) { min-height: 82px; margin: 16px 0 24px; color: #526459; font-size: 14px; line-height: 1.65; }
.article-body a { display: inline-flex; gap: 9px; align-items: center; font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--green); }

.stores { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 130px); padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 112px); background: var(--green); color: white; }
.stores-copy .eyebrow { color: #c7d8b7; }
.stores-copy h2 em { color: #c7d8b7; }
.stores-copy > p:not(.eyebrow) { margin: 28px 0 32px; color: #dce7dc; font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.instagram-link { display: inline-flex; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-weight: 700; }
.store-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.store-cards article { min-height: 360px; display: flex; flex-direction: column; padding: 36px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.05); }
.store-label { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.store-cards h3 { margin: auto 0 16px; font-size: 38px; }
.store-cards p { margin: 0 0 28px; color: #e3ece4; font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.pending { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); color: #b8c8bb; font-size: 11px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 42px 80px; padding: 60px clamp(24px, 7vw, 112px) 34px; background: #173127; color: white; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { margin: 14px 0 0; color: #b9c8bb; font-family: var(--serif); font-style: italic; }
.footer-brand p span { color: var(--gold); padding: 0 6px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: start; gap: 16px 30px; font-size: 12px; font-weight: 700; }
.disclaimer { max-width: 780px; margin: 0; color: #9fb0a2; font-size: 11px; line-height: 1.6; }
.copyright { justify-self: end; margin: 0; color: #9fb0a2; font-size: 11px; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 235px 1fr auto; }
  .brand img { width: 224px; }
  .desktop-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr 430px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-card:nth-child(2) { border-right: 0; }
  .offer-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quality-section { grid-template-columns: 1fr; }
  .quality-gallery { height: 720px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 74px; grid-template-columns: 1fr auto; padding: 8px 20px; }
  .brand img { width: 214px; height: 58px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { justify-self: stretch; width: 100%; max-width: 680px; }
  .hero-image-wrap { min-height: 650px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .advice { grid-template-columns: 1fr; }
  .advice-image { min-height: 760px; }
  .advice-copy { padding: 76px 28px; }
  .heritage { grid-template-columns: 1fr; }
  .heritage-copy { padding: 90px 28px 30px; }
  .heritage-illustration { height: 510px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-body > p:not(.article-tag) { min-height: auto; }
  .stores { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(42px, 12.5vw, 62px); }
  .hero { padding-inline: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .trust-line { flex-direction: column; }
  .hero-visual { padding-left: 18px; }
  .hero-visual { padding-right: 10px; padding-top: 48px; }
  .apothecary-plaque { min-width: 245px; padding-inline: 23px; }
  .hero-image-wrap { min-height: 520px; border-width: 10px; }
  .illustration-caption { top: 18px; left: 17px; }
  .hero-note { max-width: 235px; }
  .marquee div { justify-content: flex-start; padding-left: 20px; }
  .section { padding-inline: 20px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .offer-card:nth-child(2) { min-height: 265px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card:last-child { border-bottom: 0; }
  .offer-card h3 { margin-top: 54px; }
  .advice-image { min-height: 610px; }
  .quality-section { padding-inline: 20px; }
  .quality-gallery { height: 640px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .quality-main { grid-column: 1 / 3; grid-row: 1; border-radius: 120px 0 0 0; }
  .quality-side { grid-row: 2; }
  .heritage-sign { align-items: flex-start; flex-direction: column; }
  .heritage-illustration { height: 380px; }
  .stores { padding-inline: 20px; }
  .store-cards { grid-template-columns: 1fr; }
  .store-cards article { min-height: 310px; }
  footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .footer-links { justify-content: flex-start; }
  .copyright { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
