:root {
  --char: #1d1b18;
  --red: #e8482e;
  --cream: #f5eddc;
  --green: #2f6b48;
  --yellow: #efc654;
  --white: #fffaf0;
  --line: rgba(29, 27, 24, .22);
  --page: clamp(1rem, 3.4vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--char); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .96; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.header { position: absolute; inset: 0 0 auto; z-index: 20; height: 6rem; padding: 1.2rem var(--page); display: flex; align-items: center; justify-content: space-between; color: var(--cream); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; text-transform: uppercase; font-size: .68rem; letter-spacing: .11em; line-height: 1.25; }
.brand__mark { display: grid; place-items: center; width: 3rem; aspect-ratio: 1; background: var(--red); color: var(--white); border-radius: 50% 50% 46% 46%; font-family: Georgia, serif; font-size: .85rem; text-transform: none; }
.nav { display: flex; gap: clamp(1rem, 3vw, 3rem); }
.nav a { text-decoration: none; text-transform: uppercase; font-size: .67rem; letter-spacing: .13em; border-bottom: 1px solid transparent; }
.nav a:hover { border-color: currentColor; }
.menu { display: none; border: 0; background: transparent; padding: .5rem; }

.hero { min-height: 100svh; background: var(--char); color: var(--cream); display: grid; grid-template-columns: 48% 52%; position: relative; overflow: hidden; }
.hero__copy { padding: 10rem 0 4rem var(--page); align-self: center; position: relative; z-index: 2; }
.overline { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.hero h1 { font-size: clamp(4rem, 9.6vw, 11.5rem); letter-spacing: -.075em; margin: 2rem -8vw 3rem 0; position: relative; z-index: 2; }
.hero h1 em { color: var(--red); }
.hero__intro { width: min(31rem, 80%); margin-left: clamp(0rem, 8vw, 8rem); color: rgba(245,237,220,.78); font-size: clamp(1rem, 1.35vw, 1.25rem); }
.hero__link { width: max-content; display: flex; align-items: center; gap: 1.5rem; margin: 3rem 0 0 clamp(0rem, 8vw, 8rem); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; }
.hero__link svg { width: 4rem; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .2s; }
.hero__link:hover svg { transform: translateX(.5rem); }
.hero__visual { padding: 2rem var(--page) 3rem 0; display: flex; align-items: flex-end; position: relative; }
.hero__arch { width: 100%; height: calc(100svh - 4rem); border-radius: 45% 45% 1.5rem 1.5rem; overflow: hidden; position: relative; }
.hero__arch::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); border-radius: inherit; }
.hero__arch img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); }
.hero__caption { position: absolute; right: calc(var(--page) + 1.5rem); bottom: 4.5rem; color: var(--white); font-family: Georgia, serif; text-align: right; font-size: .92rem; }
.hero__seal { position: absolute; bottom: 1.5rem; left: var(--page); display: flex; gap: .6rem; align-items: center; text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; }
.hero__seal > span { display: grid; place-items: center; width: 2.8rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; }
.hero__seal p { margin: 0; line-height: 1.3; }

.opening { padding: clamp(5rem, 10vw, 11rem) var(--page); display: grid; grid-template-columns: .45fr 1.8fr .45fr; gap: 3rem; position: relative; }
.opening__index { font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.opening__text > p { max-width: 38rem; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.2vw, 2.3rem); line-height: 1.35; }
.opening h2 { margin: 5rem 0 0; font-size: clamp(3.2rem, 7vw, 8rem); letter-spacing: -.065em; }
.opening h2 em { color: var(--green); }
.opening__tiles { display: grid; grid-template-columns: 1fr 1fr; align-self: end; aspect-ratio: 1; }
.opening__tiles span:nth-child(1) { background: var(--red); border-radius: 100% 0 0; }
.opening__tiles span:nth-child(2) { background: var(--green); border-radius: 0 100% 0 0; }
.opening__tiles span:nth-child(3) { background: var(--yellow); border-radius: 0 0 0 100%; }
.opening__tiles span:nth-child(4) { background: var(--char); border-radius: 0 0 100%; }

.ingredients { background: var(--white); padding: clamp(5rem, 9vw, 10rem) var(--page); }
.section-head { display: grid; grid-template-columns: .45fr 1.1fr .55fr; gap: 2rem; align-items: end; }
.section-head > p:first-child, .section-head__note { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; line-height: 1.6; }
.section-head h2 { font-size: clamp(3.7rem, 8vw, 9rem); letter-spacing: -.075em; margin: 0; }
.section-head h2 em { color: var(--red); }
.ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(4rem, 8vw, 8rem); }
.ingredient { min-height: 32rem; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; }
.ingredient__number { font-family: Georgia, serif; font-size: 1.4rem; }
.ingredient__shape { width: 9rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50% 50% 48% 52%; display: grid; place-items: center; margin: 2rem auto; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.ingredient h3 { margin: auto 0 1.5rem; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 400; }
.ingredient p:last-child { font-size: .9rem; }
.ingredient--red { background: var(--red); color: var(--white); }
.ingredient--green { background: var(--green); color: var(--white); }
.ingredient--cream { background: var(--cream); color: var(--char); }
.ingredient--char { background: var(--char); color: var(--cream); border-right: 0; }
.botanical-image { margin: clamp(5rem, 9vw, 10rem) 0 0; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 2rem; }
.botanical-image img { aspect-ratio: 1; object-fit: cover; max-height: 70rem; }
.botanical-image figcaption { padding: 3rem 0; display: flex; flex-direction: column; gap: 1rem; border-top: 1px solid var(--line); }
.botanical-image figcaption span { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.botanical-image figcaption b { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; }

.heat { background: var(--yellow); padding: clamp(5rem, 9vw, 10rem) var(--page); display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; position: relative; overflow: hidden; }
.heat__dial { min-height: 34rem; position: relative; display: grid; place-items: end center; }
.heat__arc { position: absolute; width: min(38vw, 34rem); aspect-ratio: 1; border: 1px solid var(--char); border-radius: 50%; clip-path: inset(0 0 50%); top: 2rem; }
.heat__needle { position: absolute; top: 50%; left: 50%; width: min(18vw, 15rem); height: 2px; background: var(--red); transform-origin: left center; transform: rotate(-42deg); }
.heat__dial b { font-family: Georgia, serif; font-weight: 400; font-size: clamp(4rem, 9vw, 9rem); }
.heat__copy h2 { font-size: clamp(4rem, 8vw, 9rem); letter-spacing: -.075em; margin: 2rem 0 3rem; }
.heat__copy h2 em { color: var(--red); }
.heat__copy > p:last-child { max-width: 38rem; font-size: 1.1rem; }
.heat__steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--char); }
.heat__steps article { padding: 1.5rem 2rem 0 0; min-height: 13rem; }
.heat__steps article + article { border-left: 1px solid var(--char); padding-left: 2rem; }
.heat__steps span { font-size: .7rem; }
.heat__steps h3 { font-family: Georgia, serif; font-weight: 400; font-size: 2rem; margin: 2rem 0 .75rem; }

.composition { display: grid; grid-template-columns: 58% 42%; background: var(--char); color: var(--cream); }
.composition__photo { min-height: 58rem; position: relative; }
.composition__photo img { height: 100%; object-fit: cover; }
.composition__tag { position: absolute; left: 1.5rem; bottom: 1.5rem; background: var(--cream); color: var(--char); padding: .65rem .9rem; text-transform: uppercase; font-size: .62rem; letter-spacing: .13em; }
.composition__content { padding: clamp(5rem, 8vw, 9rem) var(--page); }
.composition__content h2 { font-size: clamp(3.5rem, 6vw, 7rem); letter-spacing: -.065em; margin: 2rem 0 5rem; }
.composition__content h2 em { color: var(--red); }
.composition ol { list-style: none; padding: 0; margin: 0; }
.composition li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(245,237,220,.25); }
.composition li > span { color: var(--yellow); font-family: Georgia, serif; font-size: 1.3rem; }
.composition li h3 { font-size: 1.1rem; margin: .2rem 0 .6rem; }
.composition li p { margin: 0; color: rgba(245,237,220,.7); }

.safety { background: var(--red); color: var(--white); padding: clamp(5rem, 9vw, 10rem) var(--page); display: grid; grid-template-columns: .45fr 1.15fr .8fr; gap: 3rem; align-items: start; }
.safety__symbol { width: clamp(6rem, 13vw, 12rem); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: clamp(4rem, 10vw, 9rem); }
.safety h2 { font-size: clamp(4rem, 8vw, 9rem); letter-spacing: -.075em; margin: 2rem 0 3rem; }
.safety h2 em { color: var(--char); }
.safety__copy > p:last-child { max-width: 42rem; font-size: 1.05rem; }
.safety__checks { margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.55); }
.safety__checks p { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1rem 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.55); }
.safety__checks span { font-family: Georgia, serif; }

.finale { min-height: 75svh; background: var(--cream); padding: clamp(5rem, 9vw, 10rem) var(--page); display: flex; flex-direction: column; justify-content: center; }
.finale > p { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; }
.finale h2 { font-size: clamp(4rem, 9vw, 11rem); letter-spacing: -.075em; margin: 4rem 0; }
.finale h2 em { color: var(--green); }
.finale a { width: max-content; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; text-decoration-thickness: 1px; text-underline-offset: .4rem; }

.footer { background: var(--green); color: var(--white); padding: 4rem var(--page) 2rem; display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; }
.footer__brand { display: flex; gap: 1rem; align-items: center; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.footer__brand > span { display: grid; place-items: center; width: 4rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 1rem; text-transform: none; }
.footer__note { max-width: 38rem; }
.footer__links { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; }
.footer__links button { padding: 0 0 .2rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: .78rem; }
.footer__copy { text-align: right; font-size: .75rem; opacity: .65; }

.legal { width: min(780px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; border: 0; background: var(--white); color: var(--char); box-shadow: 0 2rem 8rem rgba(0,0,0,.45); }
.legal::backdrop { background: rgba(18,17,15,.78); backdrop-filter: blur(5px); }
.legal header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: .75rem 1rem; background: var(--red); color: var(--white); }
.legal header p { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; }
.legal header button { border: 0; background: transparent; color: inherit; font-size: 2rem; line-height: 1; cursor: pointer; }
.legal article { padding: clamp(1.5rem, 5vw, 4rem); }
.legal h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); letter-spacing: -.055em; }
.legal h3 { margin: 2rem 0 .6rem; font-size: 1.05rem; }
.legal p { line-height: 1.65; }
.legal__date { color: #6d695f; font-size: .8rem; }

@media (max-width: 960px) {
  .menu { display: grid; gap: 6px; position: relative; z-index: 2; }
  .menu span:not(.sr-only) { display: block; width: 1.7rem; height: 1px; background: currentColor; }
  .nav { position: fixed; inset: 0; background: var(--green); color: var(--white); flex-direction: column; justify-content: center; padding: 7rem var(--page) 3rem; transform: translateY(-105%); transition: transform .35s ease; }
  .nav.is-open { transform: translateY(0); }
  .nav a { font-family: Georgia, serif; font-size: clamp(2.5rem, 9vw, 5rem); text-transform: none; letter-spacing: -.03em; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { min-height: 78svh; padding-right: var(--page); }
  .hero h1 { margin-right: 0; }
  .hero__visual { padding: 0 var(--page) 5rem; }
  .hero__arch { height: 72svh; }
  .hero__seal { display: none; }
  .opening { grid-template-columns: .35fr 1.65fr; }
  .opening__tiles { grid-column: 2; width: 10rem; }
  .section-head { grid-template-columns: .4fr 1.6fr; }
  .section-head__note { grid-column: 2; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .ingredient { min-height: 27rem; }
  .botanical-image { grid-template-columns: 1fr; }
  .botanical-image img { max-width: 75vw; }
  .heat { grid-template-columns: 1fr 1.4fr; }
  .composition { grid-template-columns: 1fr; }
  .composition__photo { min-height: 70svh; }
  .safety { grid-template-columns: .35fr 1.65fr; }
  .safety__checks { grid-column: 2; }
}

@media (max-width: 620px) {
  .header { height: 5rem; }
  .hero__copy { min-height: 72svh; padding-top: 8rem; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .hero__intro, .hero__link { width: 100%; margin-left: 0; }
  .hero__arch { height: 62svh; border-radius: 48% 48% 1rem 1rem; }
  .opening { grid-template-columns: 1fr; }
  .opening__text, .opening__tiles { grid-column: 1; }
  .opening h2 { margin-top: 3rem; }
  .section-head { grid-template-columns: 1fr; }
  .section-head__note { grid-column: 1; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .ingredient { min-height: 24rem; }
  .botanical-image img { max-width: 100%; }
  .heat { grid-template-columns: 1fr; }
  .heat__dial { min-height: 18rem; order: 2; }
  .heat__arc { width: 17rem; }
  .heat__needle { width: 8rem; }
  .heat__steps { grid-template-columns: 1fr; }
  .heat__steps article + article { border-left: 0; border-top: 1px solid var(--char); padding-left: 0; }
  .composition__photo { min-height: 60svh; }
  .safety { grid-template-columns: 1fr; }
  .safety__symbol { width: 6rem; }
  .safety__checks { grid-column: 1; }
  .footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer__copy { text-align: left; }
}

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