:root {
  --ink: #172126;
  --ink-soft: #485257;
  --deep: #132126;
  --deep-2: #26331f;
  --olive: #4b5129;
  --gold: #b89266;
  --gold-dark: #8d6c47;
  --cream: #f4efe7;
  --paper: #fbf9f5;
  --white: #fff;
  --line: rgba(23, 33, 38, .14);
  --shadow: 0 24px 60px rgba(20, 31, 34, .12);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 34px), var(--container)); margin-inline: auto; }
.section { padding: 76px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 14px; background: var(--white); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 9vw, 5.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.15rem, 7vw, 4.15rem); margin-bottom: 20px; }
h3 { font-size: 1.22rem; }
em { color: var(--gold-dark); font-style: italic; }
.eyebrow { color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.eyebrow--light { color: #ddc19e; }
.note { font-size: .9rem; color: var(--ink-soft); }

.announcement { background: var(--deep); color: rgba(255,255,255,.86); font-size: .73rem; }
.announcement__inner { min-height: 34px; display: flex; justify-content: center; align-items: center; gap: 18px; overflow: hidden; white-space: nowrap; }
.announcement__inner span:nth-child(2) { display: none; }
.announcement__inner a { color: #e4c8a5; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,249,245,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(20,31,34,.08); border-color: var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 150px; height: 60px; object-fit: contain; }
.menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); display: grid; place-content: center; gap: 4px; }
.menu-toggle span { width: 19px; height: 1.5px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
.main-nav { position: fixed; inset: 110px 17px auto; display: grid; gap: 8px; padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .22s ease; }
.main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
.main-nav > a:not(.button) { padding: 12px 10px; border-bottom: 1px solid var(--line); font-weight: 650; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border: 1px solid var(--deep); border-radius: 999px; color: var(--white); background: var(--deep); font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(19,33,38,.18); background: #20333a; }
.button--small { min-height: 43px; padding: 10px 18px; font-size: .9rem; }
.button--full { width: 100%; }
.button--light { color: var(--deep); background: var(--cream); border-color: var(--cream); }
.button--light:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(141,108,71,.35); text-underline-offset: 5px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--large { font-size: 1.08rem; }
.center-action { margin-top: 34px; text-align: center; }

.hero { padding-top: 54px; overflow: hidden; }
.hero__grid { display: grid; gap: 46px; }
.hero__lead { color: var(--ink-soft); font-size: 1.05rem; max-width: 620px; }
.hero__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 28px; }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 28px 0 0; margin: 34px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__proof li { min-width: 0; }
.hero__proof strong { display: block; font-family: Georgia,serif; font-size: 1.15rem; }
.hero__proof span { display: block; color: var(--ink-soft); font-size: .72rem; line-height: 1.35; }
.hero__visual { position: relative; min-height: 480px; }
.hero__image { overflow: hidden; border-radius: 190px 190px 26px 26px; box-shadow: var(--shadow); }
.hero__image img { width: 100%; height: 100%; object-fit: cover; }
.hero__image--main { width: 84%; height: 470px; margin-left: auto; }
.hero__image--accent { position: absolute; left: 0; bottom: 18px; width: 42%; height: 230px; border: 8px solid var(--paper); border-radius: 100px 100px 18px 18px; }
.hero__badge { position: absolute; right: -3px; bottom: 40px; display: grid; padding: 13px 16px; background: var(--cream); border: 1px solid rgba(184,146,102,.25); box-shadow: 0 12px 35px rgba(20,31,34,.14); border-radius: 14px; }
.hero__badge span { color: var(--gold-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__badge strong { font-size: .9rem; }

.trust-strip { background: var(--cream); border-block: 1px solid rgba(184,146,102,.22); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(184,146,102,.2); }
.trust-grid article { min-height: 150px; padding: 22px 14px; background: var(--cream); display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.trust-grid h2 { font-family: inherit; font-size: .93rem; font-weight: 800; letter-spacing: 0; margin-bottom: 6px; }
.trust-grid p { color: var(--ink-soft); font-size: .77rem; line-height: 1.4; margin: 0; }
.icon-circle { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font-family: Georgia,serif; font-weight: 700; }

.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--ink-soft); }
.product-grid { display: grid; gap: 28px; }
.product-card { position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(20,31,34,.06); }
.product-card--featured { border-color: rgba(184,146,102,.7); }
.product-card__ribbon { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 12px; border-radius: 999px; background: var(--gold); color: var(--deep); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.product-card__image { display: block; aspect-ratio: 1 / .9; overflow: hidden; background: var(--deep); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-card__image img { transform: scale(1.025); }
.product-card__body { padding: 26px 22px 24px; }
.product-kicker { color: var(--gold-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.product-card__title h3 { font-family: Georgia,serif; font-size: 1.65rem; margin-bottom: 14px; }
.product-card__title span { white-space: nowrap; font-weight: 900; }
.product-card__body > p { color: var(--ink-soft); }
.check-list { padding: 0; margin: 22px 0 26px; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold-dark); font-weight: 900; }

.story { background: var(--cream); }
.story__grid, .cardamom-story__grid { display: grid; gap: 38px; align-items: center; }
.story__media img, .cardamom-story__media img, .shared-origin__image img { width: 100%; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.story__content > p:not(.eyebrow), .cardamom-story__content > p:not(.eyebrow) { color: var(--ink-soft); }
.cardamom-story { color: var(--white); background: var(--deep-2); }
.cardamom-story h2 em { color: #ddc19e; }
.cardamom-story__content > p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.intensity-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0; }
.intensity-row article { min-height: 150px; padding: 18px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-sm); text-align: center; display: flex; flex-direction: column; justify-content: center; position: relative; }
.intensity-row .is-popular { border-color: #ddc19e; background: rgba(221,193,158,.08); }
.intensity-row small { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 100%; color: #ddc19e; font-size: .57rem; font-weight: 900; text-transform: uppercase; }
.intensity-row strong { font-family: Georgia,serif; font-size: 1.7rem; color: #ddc19e; }
.intensity-row span { font-size: .72rem; font-weight: 800; }
.intensity-row p { margin: 6px 0 0; color: rgba(255,255,255,.6); font-size: .69rem; line-height: 1.35; }

.feature-grid { display: grid; gap: 14px; }
.feature-grid article { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.feature-grid article > span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 24px; border-radius: 50%; color: var(--gold-dark); border: 1px solid rgba(184,146,102,.55); font-size: .72rem; font-weight: 900; }
.feature-grid h3 { margin-bottom: 10px; }
.feature-grid p { color: var(--ink-soft); margin: 0; }

.order-process { background: var(--cream); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 18px; border: 1px solid rgba(184,146,102,.25); border-radius: var(--radius-sm); background: rgba(255,255,255,.55); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--white); font-family: Georgia,serif; font-size: 1.2rem; }
.steps h3 { margin: 2px 0 8px; }
.steps p { color: var(--ink-soft); margin: 0; }

.delivery__grid { display: grid; gap: 20px; }
.delivery-card { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 28px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.delivery-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--gold-dark); font-family: Georgia,serif; font-weight: 700; }
.delivery-card h2 { font-family: Georgia,serif; font-size: 1.7rem; }
.delivery-card p { color: var(--ink-soft); }

.faq__grid { display: grid; gap: 36px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; list-style: none; cursor: pointer; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { color: var(--ink-soft); padding: 0 30px 20px 0; margin: 0; }

.final-cta { padding: 60px 0; color: var(--white); background: var(--deep); }
.final-cta__inner { display: grid; gap: 28px; align-items: center; }
.final-cta h2 { font-size: clamp(2rem, 7vw, 3.7rem); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.7); }

.site-footer { padding: 58px 0 90px; color: rgba(255,255,255,.73); background: #0d171b; }
.footer-grid { display: grid; gap: 36px; }
.footer-grid h2 { font-family: inherit; font-size: .8rem; font-weight: 800; color: var(--white); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; padding: 5px 0; }
.footer-grid a:hover { color: var(--white); }
.footer-brand img { width: 175px; height: 75px; object-fit: contain; filter: brightness(1.5); margin-bottom: 18px; }
.footer-brand p { max-width: 390px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 80; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 10px 16px 10px 12px; background: #25d366; color: #0b2b18; border-radius: 999px; box-shadow: 0 12px 34px rgba(0,0,0,.24); font-weight: 900; }
.whatsapp-float svg { width: 27px; fill: currentColor; }

.page-hero { padding: 54px 0 72px; background: var(--cream); }
.page-hero__grid { display: grid; gap: 34px; align-items: center; }
.page-hero__grid p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.05rem; }
.page-hero__image img { width: 100%; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow); }
.product-detail-section { padding-bottom: 10px; }
.product-detail { display: grid; gap: 38px; padding: 42px 0 86px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.product-detail__gallery { position: relative; min-height: 460px; }
.product-detail__main { width: 88%; height: 480px; margin-left: auto; overflow: hidden; border-radius: 180px 180px 24px 24px; background: var(--deep); }
.product-detail__main img, .product-detail__secondary img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__secondary { position: absolute; left: 0; bottom: -18px; width: 42%; height: 230px; overflow: hidden; border: 7px solid var(--paper); border-radius: 90px 90px 18px 18px; box-shadow: 0 12px 34px rgba(20,31,34,.15); }
.gallery-badge { position: absolute; right: 0; bottom: 14px; padding: 9px 13px; border-radius: 999px; background: var(--gold); color: var(--deep); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.product-detail__content h2 span { display: block; color: var(--ink-soft); font-family: inherit; font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; margin-top: 10px; }
.price-line { display: flex; align-items: center; gap: 12px; margin: 18px 0; }
.price-line strong { font-size: 1.5rem; }
.price-line span { padding: 5px 9px; border-radius: 999px; background: var(--cream); font-size: .74rem; font-weight: 800; }
.lead-small { color: var(--ink-soft); font-size: 1.05rem; }
.product-copy { padding: 22px 0; border-block: 1px solid var(--line); }
.product-copy h3 { font-family: Georgia,serif; font-size: 1.5rem; }
.product-copy p { color: var(--ink-soft); }
.selection-box { margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.selection-box fieldset { padding: 0; margin: 0 0 18px; border: 0; display: grid; gap: 10px; }
.selection-box legend { width: 100%; margin-bottom: 12px; font-weight: 900; }
.option-card { position: relative; display: block; cursor: pointer; }
.option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-card > span { display: grid; gap: 3px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.option-card input:checked + span { border-color: var(--gold); background: rgba(184,146,102,.09); box-shadow: inset 0 0 0 1px var(--gold); }
.option-card input:focus-visible + span { outline: 3px solid rgba(184,146,102,.35); outline-offset: 2px; }
.option-card small { color: var(--ink-soft); }
.option-card em { width: fit-content; padding: 3px 7px; border-radius: 999px; color: var(--deep); background: var(--gold); font-family: inherit; font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.recommendation { margin: 0 0 18px; padding: 14px; border-left: 3px solid var(--gold); background: var(--cream); }
.recommendation p { margin: 4px 0 0; color: var(--ink-soft); font-size: .88rem; }
.spec-list { list-style: none; padding: 0; margin: 24px 0 0; }
.spec-list li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.spec-list span { color: var(--ink-soft); }
.spec-list strong { text-align: right; }
.comparison { background: var(--cream); }
.comparison-wrap { overflow-x: auto; border: 1px solid rgba(184,146,102,.3); border-radius: var(--radius); background: var(--white); }
table { width: 100%; min-width: 680px; border-collapse: collapse; }
th, td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); }
thead th { background: var(--deep); color: var(--white); }
tbody th { font-weight: 800; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.shared-origin { color: var(--white); background: var(--deep-2); }
.shared-origin__grid { display: grid; gap: 38px; align-items: center; }
.shared-origin p:not(.eyebrow) { color: rgba(255,255,255,.72); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: .1s; }

@media (min-width: 600px) {
  .announcement__inner span:nth-child(2) { display: inline; }
  .hero__actions { flex-direction: row; align-items: center; }
  .trust-grid article { flex-direction: row; align-items: center; padding: 26px 18px; }
  .feature-grid, .delivery__grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr .7fr 1fr; }
  .final-cta__inner { grid-template-columns: 1fr auto; }
}

@media (min-width: 780px) {
  .section { padding: 104px 0; }
  .container { width: min(calc(100% - 64px), var(--container)); }
  .menu-toggle { display: none; }
  .nav-wrap { min-height: 88px; }
  .brand img { width: 170px; height: 68px; }
  .main-nav { position: static; display: flex; align-items: center; gap: 22px; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; opacity: 1; transform: none; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 10px 0; border: 0; font-size: .88rem; }
  .main-nav > a[aria-current="page"] { color: var(--gold-dark); }
  .hero { padding-top: 72px; }
  .hero__grid { grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
  .hero__visual { min-height: 620px; }
  .hero__image--main { height: 610px; }
  .hero__image--accent { height: 285px; width: 45%; }
  .hero__proof strong { font-size: 1.4rem; }
  .hero__proof span { font-size: .78rem; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-grid article { min-height: 132px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .product-card__body { padding: 30px; }
  .story__grid, .cardamom-story__grid { grid-template-columns: .9fr 1.1fr; gap: 70px; }
  .cardamom-story__grid { grid-template-columns: 1.1fr .9fr; }
  .feature-grid { grid-template-columns: repeat(4,1fr); }
  .steps { grid-template-columns: repeat(3,1fr); }
  .steps--four { grid-template-columns: repeat(4,1fr); }
  .steps li { grid-template-columns: 1fr; padding: 28px 22px; }
  .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .page-hero { padding: 82px 0 100px; }
  .page-hero__grid { grid-template-columns: 1.08fr .92fr; gap: 70px; }
  .page-hero__image img { max-height: 590px; object-fit: cover; }
  .product-detail { grid-template-columns: .92fr 1.08fr; gap: 74px; padding: 90px 0 120px; align-items: start; }
  .product-detail--reverse .product-detail__gallery { order: 2; }
  .product-detail__main { height: 620px; }
  .product-detail__secondary { height: 290px; }
  .shared-origin__grid { grid-template-columns: 1.1fr .9fr; gap: 70px; }
}

@media (min-width: 1050px) {
  .main-nav { gap: 30px; }
  .main-nav > a:not(.button) { font-size: .95rem; }
  .product-card__image { aspect-ratio: 1 / .78; }
  .product-card__body { padding: 34px; }
}

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