:root {
  --ink: #17342f;
  --green: #0c5f50;
  --green-dark: #073f37;
  --mint: #cfe0d5;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --berry: #8a344d;
  --line: rgba(23, 52, 47, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header { min-height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); background: rgba(246, 242, 232, 0.94); }
.brand { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 400 24px/1 Arial; }
nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
nav a, .header-link { transition: color .2s ease; }
nav a:hover, .header-link:hover { color: var(--berry); }
.header-link { justify-self: end; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 100px 7vw 92px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 23px; color: var(--berry); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
h1, h2, h3 { margin: 0; }
h1 { max-width: 700px; font: 400 clamp(58px, 7.3vw, 108px)/.9 Georgia, serif; letter-spacing: -.055em; }
h1 em { color: var(--green); font-weight: 400; }
.hero-intro { max-width: 585px; margin: 34px 0 0; font-size: 18px; line-height: 1.7; color: #4a605b; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 16px 23px; border-radius: 2px; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 30px rgba(12, 95, 80, .18); }
.button-primary:hover { background: var(--green-dark); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 590px; background: var(--green); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 56px 56px; }
.hero-visual::after { content: "HOMEOPATHY"; position: absolute; right: -98px; color: rgba(255,255,255,.07); font-size: 77px; font-weight: 900; letter-spacing: .14em; transform: rotate(90deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 590px; height: 590px; }
.hero-cross { position: relative; z-index: 1; width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; font: 200 124px/1 Arial, sans-serif; box-shadow: 0 0 0 28px rgba(255,255,255,.055), 0 0 0 58px rgba(255,255,255,.035); }
.botanical { position: absolute; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--berry); color: white; font-size: 18px; }
.botanical-one { top: 14%; left: 12%; }
.botanical-two { right: 14%; bottom: 13%; width: 32px; height: 32px; background: #d5b45a; font-size: 12px; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 5vw; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-strip div { min-height: 92px; display: flex; align-items: center; gap: 18px; padding: 20px 3vw; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--berry); font: italic 15px Georgia, serif; }
.trust-strip strong { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }

.section-shell { padding: 112px clamp(24px, 7vw, 112px); }
.guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.section-heading h2 { max-width: 660px; font: 400 clamp(41px, 5vw, 67px)/1 Georgia, serif; letter-spacing: -.04em; }
.section-lead { max-width: 650px; margin: 30px 0 0; color: #536662; font: 400 19px/1.75 Georgia, serif; }
.guide-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-grid article { padding: 42px 44px 46px; border-right: 1px solid var(--line); }
.guide-grid article:last-child { border-right: 0; }
.guide-icon { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font: italic 13px Georgia, serif; }
.guide-grid h3 { font: 400 26px Georgia, serif; }
.guide-grid p { margin: 15px 0 0; color: #5d6f6a; font-size: 14px; line-height: 1.7; }

.collection { background: var(--green-dark); color: white; }
.collection .eyebrow { color: #d6b45d; }
.collection-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.collection-head > p { max-width: 340px; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: var(--paper); color: var(--ink); transition: transform .25s ease; }
.product-card:hover { transform: translateY(-6px); }
.product-image-wrap { position: relative; height: 370px; display: grid; place-items: center; padding: 44px; background: #f2efe7; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-index, .product-category { position: absolute; top: 20px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-index { left: 20px; color: var(--berry); }
.product-category { right: 20px; color: #6c7976; }
.product-copy { padding: 27px 27px 30px; }
.product-detail { margin: 0 0 11px !important; color: var(--berry) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-copy h3 { min-height: 57px; font: 400 24px/1.18 Georgia, serif; }
.product-copy > p { min-height: 66px; margin: 16px 0 25px; color: #61706d; font-size: 13px; line-height: 1.65; }
.buy-link { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.buy-link:hover { color: var(--berry); }

.delivery { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 160px); align-items: center; background: var(--paper); }
.delivery h2 { font: 400 clamp(48px, 5.5vw, 76px)/.98 Georgia, serif; letter-spacing: -.045em; }
.delivery-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 34px; color: #556965; font-size: 16px; line-height: 1.75; }
.region-panel { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: center; padding: 66px; overflow: hidden; background: #dce9df; }
.region-panel::before { content: ""; position: absolute; inset: -20%; background: repeating-radial-gradient(circle at 48% 50%, transparent 0 49px, rgba(12,95,80,.09) 50px 51px); }
.region { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; padding: 25px 28px; background: var(--paper); border: 1px solid rgba(12,95,80,.14); box-shadow: 0 16px 35px rgba(23,52,47,.10); }
.region span { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--green); color: white; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.region strong, .region small { display: block; }
.region strong { font: 400 26px Georgia, serif; }
.region small { margin-top: 4px; color: #667773; font-size: 12px; }
.region-europe { margin-right: 15%; }
.region-canada { margin-left: 15%; }
.route-line { position: relative; z-index: 1; height: 82px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--berry); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.route-line i { width: 32px; height: 1px; background: var(--berry); }

.process { background: #eee7d8; }
.process .section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.process .section-heading .eyebrow { align-self: flex-start; min-width: 220px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.process-grid article { padding: 36px 35px 0 0; border-right: 1px solid var(--line); }
.process-grid article + article { padding-left: 35px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--berry); font: italic 15px Georgia, serif; }
.process-grid h3 { margin-top: 52px; font: 400 31px Georgia, serif; }
.process-grid p { max-width: 350px; margin: 15px 0 0; color: #576965; font-size: 14px; line-height: 1.7; }

.safety { display: grid; grid-template-columns: 100px .7fr 1.3fr; gap: 55px; align-items: start; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.safety-mark { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: var(--berry); color: white; font-size: 42px; font-weight: 300; }
.safety h2 { font: 400 45px Georgia, serif; }
.safety-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.safety-copy p { margin: 0; color: #526661; font-size: 14px; line-height: 1.75; }

.final-cta { min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px; background: var(--green); color: white; text-align: center; }
.final-cta .eyebrow { color: #d8b85f; }
.final-cta h2 { max-width: 860px; font: 400 clamp(50px, 6vw, 84px)/.98 Georgia, serif; letter-spacing: -.045em; }
.button-light { margin-top: 40px; background: var(--paper); color: var(--green); }
.button-light:hover { background: #e9e0cb; }

footer { display: grid; grid-template-columns: 1.1fr 1.2fr 1.7fr; gap: 40px; align-items: start; padding: 60px clamp(24px, 7vw, 112px) 34px; background: #102d28; color: white; }
footer .brand-mark { background: #d4b358; color: var(--green-dark); }
footer > p { max-width: 340px; margin: 2px 0 0; color: rgba(255,255,255,.62); font: 400 15px/1.6 Georgia, serif; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 24px; padding-top: 7px; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a:hover { color: #d4b358; }
footer small { grid-column: 1 / -1; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.5; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; }
  .hero-visual { min-height: 630px; }
  .guide { grid-template-columns: 1fr; gap: 10px; }
  .guide-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .guide-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-grid article:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery { grid-template-columns: 1fr; }
  .process .section-heading { display: block; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 20px; }
  .safety { grid-template-columns: 80px 1fr; }
  .safety-copy { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; padding: 0 20px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 30px; height: 30px; }
  .header-link { display: none; }
  .hero-copy { min-height: 565px; padding: 76px 24px 62px; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 510px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 440px; height: 440px; }
  .hero-cross { width: 150px; height: 150px; font-size: 98px; }
  .trust-strip { grid-template-columns: 1fr; padding: 0 24px; }
  .trust-strip div { min-height: 72px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section-shell { padding: 82px 24px; }
  .guide-grid article { padding: 34px 5px; }
  .guide-icon { margin-bottom: 30px; }
  .collection-head { align-items: flex-start; flex-direction: column; }
  .collection-head > p { text-align: left; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap { height: 340px; }
  .region-panel { min-height: 440px; padding: 32px; }
  .region-europe { margin-right: 7%; }
  .region-canada { margin-left: 7%; }
  .safety { grid-template-columns: 1fr; gap: 30px; }
  .safety-mark { width: 56px; height: 56px; font-size: 33px; }
  .safety-copy { grid-template-columns: 1fr; grid-column: auto; }
  footer { grid-template-columns: 1fr; }
}
