:root {
  --ink: #322631;
  --muted: #75646d;
  --paper: #fffaf7;
  --cream: #f8efe7;
  --pink: #f7dfe6;
  --pink-2: #efb8c7;
  --berry: #a3355d;
  --berry-deep: #6d1f42;
  --leaf: #557454;
  --leaf-soft: #dbe8d7;
  --orange: #de8c42;
  --line: rgba(50, 38, 49, .14);
  --shadow: 0 20px 55px rgba(84, 39, 57, .12);
  --radius: 28px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.section-shell { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }

.site-header {
  min-height: 76px;
  padding: 14px max(21px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,250,247,.88);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 9px; min-width: max-content; }
.brand-name { font-family: var(--serif); font-weight: 700; letter-spacing: -.06em; font-size: 24px; }
.brand-name i { color: var(--berry); font-style: italic; font-weight: 400; }
.brand-domain { color: var(--muted); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; padding-left: 4px; }
.brand-mark { width: 31px; height: 27px; display: inline-block; position: relative; }
.brand-mark span { width: 15px; height: 15px; background: var(--berry); border-radius: 50%; position: absolute; bottom: 1px; }
.brand-mark span:nth-child(1) { left: 1px; }
.brand-mark span:nth-child(2) { right: 1px; }
.brand-mark span:nth-child(3) { width: 14px; height: 9px; background: var(--leaf); top: 0; left: 8px; border-radius: 100% 0; transform: rotate(16deg); }
.site-nav { display: flex; margin-left: auto; gap: 24px; font-size: 13px; font-weight: 750; }
.site-nav a { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { opacity: 1; color: var(--berry); }
.header-cta { padding: 10px 15px; border-radius: 999px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; letter-spacing: .02em; }

.eyebrow { margin: 0 0 13px; color: var(--berry); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); letter-spacing: -.07em; line-height: .98; }
h1 { font-size: clamp(60px, 7vw, 96px); margin-bottom: 24px; }
h2 { font-size: clamp(42px, 5vw, 66px); margin-bottom: 16px; }
h1 em, h2 em { font-weight: 400; color: var(--berry); }

.hero { min-height: 730px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 32px; align-items: center; padding-block: 66px 76px; }
.hero-lede { max-width: 580px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 20px; font-size: 13px; font-weight: 900; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--berry); box-shadow: 0 12px 24px rgba(163, 53, 93, .2); }
.button-primary:hover { background: var(--berry-deep); }
.button-quiet { border: 1px solid var(--line); background: white; }
.button-light { color: var(--berry-deep); background: white; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.hero-notes span { padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.7); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.hero-stage { min-height: 590px; position: relative; overflow: hidden; border-radius: 48px 48px 140px 48px; background: linear-gradient(145deg, #f7e3e6, #f4ece0 62%, #e6ead9); box-shadow: var(--shadow); }
.sun-disc { position: absolute; width: 390px; height: 390px; top: 74px; left: 80px; border-radius: 50%; background: rgba(255, 251, 240, .58); }
.product-shape { position: absolute; filter: drop-shadow(0 22px 16px rgba(80,38,52,.13)); }
.balm { width: 106px; height: 292px; bottom: 68px; border-radius: 30px 30px 16px 16px; background: #f7efe8; border: 2px solid rgba(87,53,63,.15); }
.balm-a { left: 118px; transform: rotate(-10deg); }
.balm-b { left: 242px; bottom: 92px; transform: rotate(8deg); background: #eab5c6; }
.balm-cap { position: absolute; width: 94%; height: 72px; left: 3%; bottom: -1px; border-radius: 10px 10px 15px 15px; background: var(--berry-deep); }
.balm-label { position: absolute; width: 100%; top: 82px; padding: 10px 8px; text-align: center; }
.balm-label b, .balm-label small, .bottle-body b, .bottle-body small { display: block; }
.balm-label b { color: var(--berry-deep); font-family: var(--serif); font-size: 18px; letter-spacing: -.04em; }
.balm-label small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.bottle { width: 126px; height: 230px; right: 72px; bottom: 74px; }
.bottle-dropper { width: 55px; height: 73px; margin-inline: auto; border-radius: 11px 11px 5px 5px; background: var(--ink); }
.bottle-neck { width: 40px; height: 19px; margin-inline: auto; background: #ca8d68; }
.bottle-body { height: 143px; padding-top: 61px; text-align: center; border-radius: 18px 18px 28px 28px; background: #b86a39; border: 2px solid rgba(50,38,49,.18); color: white; }
.bottle-body b { font-size: 12px; letter-spacing: .13em; }
.bottle-body small { font-size: 9px; opacity: .8; }
.stage-card { position: absolute; top: 74px; right: 32px; padding: 15px 17px; transform: rotate(7deg); border-radius: 7px; background: #fffefa; box-shadow: 0 12px 24px rgba(70,38,49,.1); text-align: center; }
.stage-card span, .stage-card strong { display: block; }
.stage-card span { color: var(--berry); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.stage-card strong { font-family: var(--serif); font-size: 28px; letter-spacing: -.05em; }
.berry { position: absolute; width: 60px; height: 56px; }
.berry span { width: 35px; height: 35px; position: absolute; bottom: 0; border-radius: 50%; background: var(--berry); }
.berry span:nth-child(1) { left: 0; }.berry span:nth-child(2) { right: 0; }.berry span:nth-child(3) { left: 12px; top: 0; width: 26px; height: 18px; border-radius: 100% 0; background: var(--leaf); transform: rotate(18deg); }
.berry-a { top: 67px; left: 48px; transform: rotate(-11deg); }.berry-b { right: 50px; bottom: 29px; transform: scale(.72) rotate(18deg); }
.spark { position: absolute; color: var(--orange); font-size: 27px; }.spark-a { left: 37px; bottom: 157px; }.spark-b { right: 167px; top: 204px; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--pink); }
.marquee-track { min-width: max-content; display: flex; gap: 28px; padding: 14px 0; animation: slide 26s linear infinite; color: var(--berry-deep); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.marquee-track b { color: var(--orange); }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.product-section { padding-block: 112px 72px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 36px; align-items: end; margin-bottom: 38px; }
.section-heading p:last-child { max-width: 490px; margin-bottom: 6px; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { overflow: hidden; min-height: 455px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-featured { grid-column: span 2; }
.product-visual { position: relative; height: 245px; overflow: hidden; background: var(--cream); }
.tag { position: absolute; z-index: 3; top: 16px; left: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--berry-deep); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-copy { padding: 22px; }
.product-type { margin-bottom: 7px; color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 28px; letter-spacing: -.06em; }
.product-copy p:not(.product-type) { min-height: 50px; margin-bottom: 17px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.product-copy a { color: var(--berry); font-size: 12px; font-weight: 900; }.product-copy a span { transition: margin-left .2s ease; }.product-copy a:hover span { margin-left: 5px; }
.balm-visual { background: linear-gradient(135deg, #f8e4e9, #f4ece2); }
.mini-balm { position: absolute; width: 80px; height: 206px; top: 31px; left: 31%; padding-top: 89px; border: 1px solid rgba(85,50,58,.14); border-radius: 21px 21px 11px 11px; background: #fffaf5; box-shadow: 0 18px 18px rgba(83,49,61,.09); text-align: center; transform: rotate(-6deg); }
.mini-balm i { position: absolute; left: 3px; right: 3px; bottom: 3px; height: 51px; border-radius: 6px 6px 9px 9px; background: var(--berry-deep); }
.mini-balm b, .mini-balm small { display: block; color: var(--berry-deep); font-family: var(--serif); font-size: 14px; letter-spacing: -.04em; }
.mini-balm small { color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.mini-balm-two { left: 49%; top: 48px; background: #efbdca; transform: rotate(7deg); }
.coconut-orbit { position: absolute; right: 11%; bottom: 39px; display: grid; width: 105px; height: 105px; place-items: center; border-radius: 50%; background: white; color: var(--berry-deep); font-family: var(--serif); font-size: 20px; line-height: .9; text-align: center; box-shadow: 0 12px 20px rgba(78,38,53,.09); transform: rotate(-8deg); }
.oil-visual { display: grid; place-items: end center; background: linear-gradient(135deg, #edf2e6, #dfe8d9); }
.oil-eucalyptus { background: linear-gradient(135deg, #edf2e6, #d0e1d6); }.oil-orange { background: linear-gradient(135deg, #fdebd7, #f3c68f); }
.mini-oil { width: 100px; height: 185px; margin-bottom: 21px; padding-top: 106px; border-radius: 14px 14px 22px 22px; background: #8f6046; box-shadow: 0 18px 20px rgba(57,45,40,.16); text-align: center; color: white; position: relative; }
.mini-oil i { position: absolute; width: 42px; height: 63px; top: -52px; left: 29px; border-radius: 8px 8px 3px 3px; background: var(--ink); }
.mini-oil:before { content: ''; position: absolute; width: 31px; height: 19px; top: -4px; left: 34px; background: #c89573; }
.mini-oil b, .mini-oil small { display: block; }.mini-oil b { font-size: 10px; letter-spacing: .1em; }.mini-oil small { opacity: .78; font-size: 8px; }

.collection-strip { margin-block: 72px 108px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; padding: 44px; border-radius: 34px; background: var(--cream); }
.collection-intro p:last-child { color: var(--muted); line-height: 1.7; }
.future-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.future-grid div { min-height: 120px; padding: 17px; border: 1px solid rgba(50,38,49,.11); border-radius: 19px; background: rgba(255,255,255,.6); }
.future-grid strong, .future-grid span { display: block; }.future-grid strong { font-family: var(--serif); font-size: 23px; letter-spacing: -.05em; }.future-grid span { margin-top: 7px; color: var(--muted); font-size: 12px; }

.world-section { display: grid; grid-template-columns: 1fr .88fr; gap: 20px; padding-block: 8px 104px; }
.world-card { min-height: 480px; padding: 46px; border-radius: 36px; color: white; background: var(--berry-deep); }
.world-card .eyebrow { color: var(--pink-2); }.world-card p:not(.eyebrow) { max-width: 560px; margin-bottom: 28px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.7; }
.world-side { display: grid; gap: 12px; }
.world-note { display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; gap: 4px 10px; padding: 26px; border: 1px solid var(--line); border-radius: 23px; background: white; }
.world-note span { grid-row: span 2; align-self: center; color: var(--pink-2); font-family: var(--serif); font-size: 40px; letter-spacing: -.08em; }.world-note strong { align-self: end; font-family: var(--serif); font-size: 25px; letter-spacing: -.06em; }.world-note small { color: var(--muted); }
.final-cta { padding-block: 100px 126px; text-align: center; }.final-cta p:not(.eyebrow) { max-width: 610px; margin: 0 auto 24px; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 36px max(21px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #f6eee8; }
.footer-brand { margin-bottom: 14px; }.site-footer p { color: var(--muted); font-size: 13px; }.site-footer div { display: flex; flex-wrap: wrap; gap: 16px; margin-block: 18px; }.site-footer div a { color: var(--berry); font-size: 12px; font-weight: 850; }.site-footer small { color: var(--muted); font-size: 11px; }

.about-hero { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 38px; min-height: 430px; padding-block: 78px 62px; border-bottom: 1px solid var(--line); }
.about-lede { color: var(--muted); font-size: 18px; line-height: 1.7; }
.about-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 58px; padding-block: 96px; }
.about-story h2 { margin-bottom: 25px; }.about-story p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.about-values { display: grid; gap: 11px; }.about-values div { padding: 23px; border: 1px solid var(--line); border-radius: 22px; background: white; }.about-values span { color: var(--pink-2); font-family: var(--serif); font-size: 34px; }.about-values strong { display: block; margin-top: -5px; font-family: var(--serif); font-size: 25px; letter-spacing: -.05em; }.about-values p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.contact-panel { display: grid; grid-template-columns: 1fr .72fr; gap: 34px; align-items: center; margin-bottom: 106px; padding: 44px; border-radius: 34px; background: var(--pink); }.contact-panel p:not(.eyebrow) { max-width: 560px; color: var(--muted); line-height: 1.7; }.contact-card { padding: 25px; border-radius: 22px; background: rgba(255,255,255,.72); }.contact-card p { margin-bottom: 5px; color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }.contact-card a { display: block; margin-bottom: 8px; color: var(--berry-deep); font-family: var(--serif); font-size: 31px; letter-spacing: -.06em; }.contact-card small { color: var(--muted); }
.back-shelf { padding-bottom: 118px; text-align: center; }

@media (max-width: 930px) {
  .site-header { gap: 12px; }.site-nav { display: none; }.header-cta { margin-left: auto; }.brand-domain { display: none; }
  .hero, .world-section, .about-hero, .about-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-block: 52px; }.hero-stage { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr; gap: 6px; }.product-grid { grid-template-columns: 1fr 1fr; }.product-card-featured { grid-column: span 2; }
  .collection-strip { grid-template-columns: 1fr; padding: 30px; }.about-hero { min-height: auto; }
}
@media (max-width: 580px) {
  .section-shell { width: min(100% - 26px, 1180px); }.site-header { padding-inline: 14px; }.brand-name { font-size: 21px; }.header-cta { padding: 9px 11px; font-size: 10px; }
  h1 { font-size: 58px; } h2 { font-size: 44px; }.hero-lede { font-size: 16px; }.hero-stage { min-height: 404px; border-radius: 30px 30px 88px 30px; }
  .sun-disc { width: 290px; height: 290px; left: 28px; top: 60px; }.balm { width: 78px; height: 222px; bottom: 45px; }.balm-a { left: 52px; }.balm-b { left: 147px; bottom: 66px; }.balm-cap { height: 53px; }.balm-label { top: 58px; }.balm-label b { font-size: 14px; }.bottle { width: 93px; height: 181px; right: 25px; bottom: 49px; }.bottle-dropper { width: 43px; height: 50px; }.bottle-neck { width: 31px; height: 13px; }.bottle-body { height: 118px; padding-top: 47px; }.stage-card { display: none; }.berry-a { left: 18px; top: 25px; }.spark-b { right: 114px; top: 142px; }
  .product-section { padding-top: 78px; }.product-grid { grid-template-columns: 1fr; }.product-card-featured { grid-column: auto; }.product-card { min-height: auto; }.product-visual { height: 226px; }
  .mini-balm { left: 24%; }.mini-balm-two { left: 48%; }.coconut-orbit { right: 4%; width: 86px; height: 86px; font-size: 17px; }
  .collection-strip { margin-block: 52px 74px; }.future-grid { grid-template-columns: 1fr; }.world-card { min-height: auto; padding: 29px; }.world-note { padding: 20px; }.final-cta { padding-block: 78px 96px; }
  .about-grid { gap: 25px; padding-block: 72px; }.contact-panel { gap: 8px; margin-bottom: 82px; padding: 28px; }.contact-card a { font-size: 25px; }.site-footer { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .marquee-track { animation: none; } .button, .product-card { transition: none; } }
