:root {
  --ink: #0a0b18;
  --paper: #f5f0e8;
  --white: #ffffff;
  --acid: #e2ff12;
  --hot: #ff3d9a;
  --orange: #ff6948;
  --blue: #114de5;
  --teal: #087d8a;
  --plum: #351047;
  --line: rgba(10, 11, 24, 0.18);
  --display: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.35; -webkit-font-smoothing: antialiased; }
body.cart-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 83px; padding: 0 5.6vw; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header--overlay { position: absolute; top: 0; right: 0; left: 0; border-bottom-color: rgba(255,255,255,.24); background: linear-gradient(180deg, rgba(0,0,0,.34), transparent); color: var(--white); }
.wordmark { font-weight: 900; font-size: 1.42rem; letter-spacing: -.08em; white-space: nowrap; }
.wordmark span { color: var(--hot); }
.site-header--overlay .wordmark span { color: var(--acid); }
.back-button { margin-left: 1.4rem; border: 0; padding: .55rem 0; background: transparent; color: inherit; font-size: .73rem; font-weight: 850; letter-spacing: .035em; }
.back-button:hover span { border-bottom: 1px solid currentColor; }
.main-nav { display: flex; gap: 2rem; margin-left: auto; margin-right: 2rem; font-size: .77rem; font-weight: 700; letter-spacing: .02em; }
.main-nav a { position: relative; padding: .4rem 0; opacity: .7; }
.main-nav a:hover, .main-nav a.active { opacity: 1; }
.main-nav a.active:after { position: absolute; content: ""; height: 2px; right: 0; bottom: 0; left: 0; background: currentColor; }
.bag-button { padding: .55rem 0; border: 0; background: transparent; color: inherit; font-size: .77rem; font-weight: 800; letter-spacing: .02em; }
.bag-button span { display: inline-grid; place-items: center; width: 1.45rem; height: 1.45rem; margin-left: .35rem; border-radius: 999px; background: var(--ink); color: var(--white); font-size: .66rem; }
.site-header--overlay .bag-button span { background: var(--acid); color: var(--ink); }

.eyebrow { margin: 0 0 1.25rem; color: inherit; font-size: .7rem; font-weight: 850; letter-spacing: .075em; line-height: 1.15; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.065em; line-height: .96; }
h1 { font-size: clamp(3.6rem, 8.5vw, 8.2rem); font-weight: 900; }
h2 { font-size: clamp(2.9rem, 5.3vw, 5.8rem); font-weight: 880; }
h3 { font-size: 2.15rem; font-weight: 850; }

.hero { position: relative; min-height: min(880px, 100svh); overflow: hidden; background: #191425; color: var(--white); }
.hero > img { width: 100%; height: min(880px, 100svh); object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 6, 21, .92) 0%, rgba(5, 6, 21, .4) 40%, rgba(5, 6, 21, 0) 67%), linear-gradient(0deg, rgba(5, 6, 21, .38), transparent 45%); }
.hero-copy { position: absolute; z-index: 2; bottom: 10vh; left: 5.6vw; max-width: 50rem; }
.hero-copy .eyebrow { color: var(--acid); }
.hero-copy h1 { margin: 0 0 1.8rem; }
.hero-line { max-width: 22rem; margin-bottom: 2rem; font-size: 1.08rem; line-height: 1.4; }
.hero-note { position: absolute; z-index: 2; right: 5.6vw; bottom: 2.2rem; margin: 0; font-size: .65rem; font-weight: 800; letter-spacing: .08em; }

.text-link { display: inline-flex; align-items: center; gap: .7rem; border-bottom: 1px solid currentColor; padding: .25rem 0 .48rem; font-size: .82rem; font-weight: 850; letter-spacing: .025em; }
.text-link span { font-size: 1.15rem; }
.text-link--light { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; min-height: 3.35rem; padding: .88rem 1.15rem; border: 1px solid transparent; font-size: .78rem; font-weight: 850; letter-spacing: .025em; transition: transform .24s ease, background .24s ease, color .24s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1.05rem; }
.button--black { background: var(--ink); color: var(--white); }
.button--lime { background: var(--acid); color: var(--ink); }
.button--cream { background: var(--paper); color: var(--ink); }
.button--wide { width: 100%; }

.collection { padding: 9rem 5.6vw 7rem; }
.section-head { display: grid; grid-template-columns: 1.15fr 1.15fr .7fr; gap: 2rem; align-items: end; margin-bottom: 3.8rem; }
.section-head .eyebrow { align-self: start; }
.section-head h2 { margin: 0; }
.section-head > p:last-child { max-width: 19rem; margin: 0 0 .35rem auto; font-size: 1.04rem; line-height: 1.45; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.product-card { overflow: hidden; border-radius: 2px; }
.product-image { display: block; overflow: hidden; aspect-ratio: .79; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-card--nana .product-image { background: #fa318d; }
.product-card--bobo .product-image { background: #134ad7; }
.product-card--pipo .product-image { background: #4b0f4e; }
.product-card--bobo .product-image img { object-position: 73% center; }
.product-card--pipo .product-image img { object-position: 27% center; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; }
.product-number { margin-bottom: .35rem; font-size: .64rem; font-weight: 850; letter-spacing: .08em; }
.product-meta h3 { margin: 0 0 .25rem; font-size: clamp(2rem, 2.7vw, 3.1rem); }
.product-meta p:last-child { margin: 0; font-size: .88rem; }
.round-link { flex: 0 0 auto; display: grid; width: 2.85rem; height: 2.85rem; place-items: center; border: 1px solid var(--ink); border-radius: 100%; font-size: 1.25rem; transition: background .2s ease, color .2s ease; }
.round-link:hover { background: var(--ink); color: var(--paper); }

.zodiac-band { display: grid; grid-template-columns: .45fr 1.2fr .65fr; gap: 2rem; min-height: 34rem; padding: 5.3rem 5.6vw; background: var(--ink); color: var(--white); }
.zodiac-band > .eyebrow { color: var(--acid); }
.zodiac-band h2 { margin: 0 0 1.9rem; }
.zodiac-band > div > p { max-width: 26rem; margin-bottom: 2rem; font-size: 1.06rem; line-height: 1.45; color: #d2d6e0; }
.zodiac-orbit { position: relative; display: grid; min-height: 18rem; align-content: center; justify-items: center; align-self: center; border: 1px solid rgba(255,255,255,.38); border-radius: 100%; aspect-ratio: 1; }
.zodiac-orbit:before, .zodiac-orbit:after { position: absolute; content: ""; border: 1px solid rgba(226,255,18,.7); border-radius: 100%; }
.zodiac-orbit:before { width: 73%; height: 73%; }
.zodiac-orbit:after { width: 40%; height: 40%; }
.zodiac-orbit span { position: relative; z-index: 1; font-size: clamp(4rem, 7vw, 7rem); font-weight: 900; letter-spacing: -.08em; color: var(--acid); line-height: .8; }
.zodiac-orbit i { position: relative; z-index: 1; margin-top: .4rem; font-size: .62rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-align: center; }

.impact-teaser { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 32rem; background: #3a1045; color: var(--white); }
.impact-teaser > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 4rem 5.6vw; }
.impact-teaser .eyebrow { color: var(--acid); }
.impact-teaser h2 { margin-bottom: 2.1rem; }
.impact-teaser img { width: 100%; height: 100%; min-height: 32rem; object-fit: cover; }

.site-footer { display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: 2rem; padding: 1.85rem 5.6vw; background: var(--ink); color: var(--white); }
.site-footer .wordmark { font-size: 1.05rem; }
.site-footer p { margin: 0; font-size: .66rem; letter-spacing: .035em; color: #c8c8d2; }
.site-footer p:last-child { text-align: right; }

/* Zodiac */
.zodiac-page { background: #fb8bac; }
.zodiac-hero { display: grid; grid-template-columns: .75fr 1.25fr; column-gap: 3rem; padding: 8.5rem 5.6vw 6.2rem; }
.zodiac-hero .eyebrow { grid-column: 1; color: #33273b; }
.zodiac-hero h1 { grid-column: 1 / -1; max-width: 63rem; margin: 1.8rem 0 3.8rem; font-size: clamp(3.8rem, 8vw, 8.6rem); }
.zodiac-intro { grid-column: 1; max-width: 20rem; margin: 0; font-size: 1.1rem; line-height: 1.48; }
.birth-form { grid-column: 2; max-width: 39rem; align-self: end; padding: 1.75rem 0 0; border-top: 2px solid var(--ink); }
.birth-form label { display: block; margin-bottom: .9rem; font-size: .73rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.birth-form > div { display: flex; gap: .7rem; }
.birth-form input { flex: 1; min-width: 0; padding: .94rem 1rem; border: 1px solid var(--ink); border-radius: 0; background: rgba(255,255,255,.48); color: var(--ink); }
.birth-form p { margin: 1rem 0 0; font-size: .74rem; line-height: 1.35; }
.zodiac-result { margin: 0 5.6vw 6.5rem; border-top: 2px solid var(--ink); background: var(--paper); }
.zodiac-result:not([hidden]) { display: grid; grid-template-columns: 1fr 1.6fr; }
.result-sign { display: flex; flex-direction: column; justify-content: space-between; min-height: 33rem; padding: 3.25rem; background: var(--ink); color: var(--white); }
.result-sign p { margin: 0; font-size: .7rem; font-weight: 850; letter-spacing: .065em; }
.result-sign h2 { margin: 1.1rem 0 0; color: var(--acid); font-size: clamp(3.8rem, 7vw, 7.6rem); }
.result-sign .lunar { max-width: 17rem; font-size: .94rem; line-height: 1.45; color: #cbd0df; }
.result-content { padding: 3.3rem; }
.result-content > p:first-child { margin-bottom: .65rem; font-size: .68rem; font-weight: 850; letter-spacing: .07em; }
.result-content h3 { margin-bottom: 1.3rem; font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
.result-traits { max-width: 39rem; margin-bottom: 2rem; font-size: 1.06rem; line-height: 1.45; }
.harmony-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.harmony-list div { padding: 1rem 0; border-top: 1px solid var(--line); }
.harmony-list strong, .match-dol > p { display: block; margin-bottom: .4rem; font-size: .67rem; font-weight: 850; letter-spacing: .07em; }
.harmony-list span { font-size: 1rem; }
.match-dol { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.4rem; background: var(--acid); }
.match-dol h4 { margin: 0; font-size: 1.55rem; letter-spacing: -.045em; }
.match-dol a { display: inline-flex; align-items: center; gap: .6rem; font-size: .73rem; font-weight: 850; letter-spacing: .03em; }
.zodiac-guide { padding: 6.7rem 5.6vw; background: var(--paper); }
.zodiac-guide .section-head { margin-bottom: 3.2rem; }
.sign-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.sign-grid span { display: grid; min-height: 7.5rem; place-items: center; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: clamp(1.1rem, 2vw, 1.8rem); font-weight: 760; letter-spacing: -.04em; }
.sign-grid span:nth-child(3n + 1) { background: var(--acid); }
.sign-grid span:nth-child(3n + 2) { background: #9dc5ff; }
.guide-note { max-width: 32rem; margin: 2rem 0 0 auto; font-size: .85rem; line-height: 1.45; }

/* Product */
.product-detail { display: grid; grid-template-columns: 1.16fr .84fr; min-height: calc(100svh - 83px); background: var(--product-bg, #ff8d00); }
.product-visual { position: relative; min-height: 41rem; overflow: hidden; perspective: 1100px; background: var(--product-bg, #ff8d00); }
.product-visual > p { position: absolute; z-index: 3; top: 1.7rem; left: 2.1rem; margin: 0; font-size: .64rem; font-weight: 850; letter-spacing: .075em; }
.product-visual img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) scale(1.02); transition: transform .14s ease-out; transform-style: preserve-3d; }
.product-visual.is-auto img { animation: product-turn 7s ease-in-out infinite; }
@keyframes product-turn { 0%, 100% { transform: rotateY(-7deg) scale(1.02); } 50% { transform: rotateY(9deg) scale(1.05); } }
.product-surface { position: absolute; z-index: 2; inset: auto -20% -18% -20%; height: 22%; background: radial-gradient(ellipse, rgba(255,255,255,.34), transparent 66%); filter: blur(5px); pointer-events: none; }
.view-button { position: absolute; z-index: 4; right: 2.1rem; bottom: 2rem; display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1rem; border: 1px solid rgba(10,11,24,.55); background: rgba(255,255,255,.35); color: var(--ink); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 850; }
.product-gallery { position: absolute; z-index: 4; bottom: 2rem; left: 2.1rem; display: flex; flex-wrap: wrap; gap: .45rem; max-width: calc(100% - 14rem); }
.gallery-chip { padding: .64rem .75rem; border: 1px solid rgba(10,11,24,.5); background: rgba(255,255,255,.42); color: var(--ink); backdrop-filter: blur(8px); font-size: .62rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.gallery-chip:hover, .gallery-chip.active { background: var(--ink); color: var(--white); }
.product-copy { display: flex; flex-direction: column; justify-content: center; padding: 5rem 7vw 4rem 4.5vw; background: var(--paper); }
.product-copy .eyebrow { margin-bottom: 1.05rem; color: var(--product-accent, var(--hot)); }
.product-copy h1 { margin: 0 0 1.15rem; }
.product-tagline { max-width: 27rem; margin: 0 0 2.2rem; font-size: 1.24rem; line-height: 1.3; }
.price { margin: 0 0 1.35rem; font-size: 1.15rem; font-weight: 760; }
.product-facts { margin: 2.7rem 0 2.1rem; }
.product-facts div { padding: 1rem 0; border-top: 1px solid var(--line); }
.product-facts dt { margin-bottom: .3rem; font-size: .67rem; font-weight: 850; letter-spacing: .07em; }
.product-facts dd { margin: 0; font-size: .9rem; line-height: 1.4; }
.product-3d { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; min-height: 43rem; padding: 7rem 5.6vw; background: var(--paper); }
.product-3d-copy { align-self: center; }
.product-3d-copy h2, .wildlife-copy h2 { max-width: 10ch; margin: .7rem 0 1.6rem; font-size: clamp(3.4rem, 6.4vw, 7rem); line-height: .86; letter-spacing: -.09em; }
.product-3d-copy > p:not(.eyebrow):not(.product-3d-note) { max-width: 28rem; font-size: 1.13rem; line-height: 1.6; }
.product-3d-note { max-width: 27rem; margin-top: 2.15rem; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.product-3d-stage { position: relative; min-height: 31rem; overflow: hidden; background: radial-gradient(circle at 50% 46%, rgb(255 255 255 / 30%), transparent 34%), var(--product-bg, #ff8d00); box-shadow: inset 0 0 0 1px rgb(15 15 17 / 12%); cursor: grab; touch-action: none; outline: none; }
.product-3d-stage:focus-visible { box-shadow: inset 0 0 0 3px var(--ink); }
.product-3d-stage.is-dragging { cursor: grabbing; }
.product-3d-stage canvas, .product-3d-stage > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.product-3d-stage canvas { z-index: 2; display: block; }
.product-3d-stage > img { z-index: 1; object-fit: cover; }
.product-3d-stage.is-ready > img { opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.product-3d-hud { position: absolute; z-index: 3; top: 1rem; right: 1rem; display: flex; gap: .45rem; }
.product-3d-hud span { padding: .45rem .55rem; background: rgb(255 255 255 / 85%); color: var(--ink); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.product-3d-reset { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; border: 1px solid rgb(10 11 24 / 55%); padding: .7rem .8rem; background: rgb(255 255 255 / 58%); color: var(--ink); backdrop-filter: blur(8px); font: inherit; font-size: .66rem; font-weight: 850; letter-spacing: .04em; cursor: pointer; }
.product-3d-reset span { margin-left: .3rem; font-size: 1rem; }
.wildlife-profile { display: grid; grid-template-columns: 1fr 1fr; background: #e7e6df; }
.wildlife-photo { position: relative; min-height: 46rem; overflow: hidden; background: var(--ink); }
.wildlife-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wildlife-photo p { position: absolute; right: 1rem; bottom: .9rem; left: 1rem; margin: 0; color: var(--white); font-size: .56rem; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-shadow: 0 1px 8px rgb(0 0 0 / 80%); }
.wildlife-copy { align-self: center; padding: 7rem 5.6vw; }
.wildlife-copy h2 { max-width: 12ch; }
.wildlife-latin { margin: -.85rem 0 2rem; color: var(--muted); font-size: 1rem; }
.wildlife-intro { max-width: 35rem; font-size: 1.25rem; font-weight: 650; line-height: 1.45; }
.wildlife-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; margin: 2.25rem 0; }
.wildlife-stat { padding: .85rem 0; border-top: 1px solid var(--line); }
.wildlife-stat span, .wildlife-source-line { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .07em; }
.wildlife-stat span { display: block; margin-bottom: .45rem; }
.wildlife-stat strong { display: block; font-size: 1rem; line-height: 1.25; }
.wildlife-habits { max-width: 37rem; margin: 0; font-size: 1rem; line-height: 1.65; }
.wildlife-source-line { display: flex; flex-wrap: wrap; gap: .55rem .85rem; margin: 2rem 0 0; line-height: 1.45; }
.wildlife-source-line a { color: var(--ink); text-decoration-color: currentColor; text-underline-offset: .25rem; }
.motion-section { display: grid; grid-template-columns: .84fr 1.16fr; gap: 3rem; min-height: 38rem; padding: 7.5rem 5.6vw; background: var(--ink); color: var(--white); }
.motion-head .eyebrow { color: var(--acid); }
.motion-head h2 { margin: 0 0 1.8rem; }
.motion-head p { max-width: 21rem; margin: 0; color: #c8cddd; font-size: 1rem; line-height: 1.48; }
.motion-stage { position: relative; display: grid; min-height: 26rem; overflow: hidden; place-items: center; isolation: isolate; background: radial-gradient(circle at 65% 34%, var(--motion-one, #ff7bce), transparent 19%), radial-gradient(circle at 36% 63%, var(--motion-two, #ff8335), transparent 27%), #1f1441; }
.motion-stage:before { position: absolute; z-index: -1; inset: 1.25rem; content: ""; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; transform: rotate(-22deg) scale(.9,1.2); }
.motion-stage img { z-index: 2; height: 87%; max-width: 72%; object-fit: contain; animation: companion-float 3.4s ease-in-out infinite; filter: drop-shadow(0 25px 22px rgba(0,0,0,.32)); }
@keyframes companion-float { 0%, 100% { transform: translateY(8px) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1.5deg); } }
.motion-orbit { position: absolute; z-index: 1; border: 1px solid rgba(226,255,18,.72); border-radius: 50%; animation: orbit-spin 7.5s linear infinite; }
.motion-orbit--one { width: 67%; height: 67%; }
.motion-orbit--two { width: 44%; height: 44%; animation-direction: reverse; animation-duration: 5.5s; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.motion-dot { position: absolute; z-index: 3; display: block; width: 1rem; height: 1rem; border-radius: 100%; background: var(--acid); box-shadow: 0 0 24px var(--acid); animation: pulse-dot 1.8s ease-in-out infinite; }
.motion-dot--one { top: 17%; right: 22%; }
.motion-dot--two { bottom: 20%; left: 23%; animation-delay: .6s; }
@keyframes pulse-dot { 0%, 100% { transform: scale(.7); opacity: .55; } 50% { transform: scale(1.4); opacity: 1; } }
.motion-caption { position: absolute; z-index: 4; top: 1.4rem; right: 1.4rem; display: flex; align-items: center; gap: .5rem; font-size: .62rem; font-weight: 850; letter-spacing: .07em; }
.motion-status { width: .56rem; height: .56rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.motion-toggle { position: absolute; z-index: 4; bottom: 1.4rem; left: 1.4rem; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 .4rem; background: transparent; color: var(--white); font-size: .7rem; font-weight: 800; }
.motion-stage.is-paused * { animation-play-state: paused !important; }
.film-slot { position: relative; min-height: 26rem; overflow: hidden; background: #222336; }
.film-slot > img, .film-slot > video { width: 100%; height: 100%; min-height: 26rem; object-fit: cover; }
.film-slot > video { display: block; }
.film-slot > video[hidden] { display: none; }
.film-slot:after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(0deg, rgba(4,5,15,.78), rgba(4,5,15,.06) 70%); pointer-events: none; }
.film-overlay { position: absolute; z-index: 2; right: 2rem; bottom: 1.8rem; left: 2rem; }
.film-overlay > p:first-child { margin-bottom: .65rem; color: var(--acid); font-size: .65rem; font-weight: 850; letter-spacing: .07em; }
.film-overlay h3 { max-width: 27rem; margin: 0 0 .65rem; font-size: clamp(2.2rem, 3.8vw, 4rem); }
.film-overlay > p:not(:first-child) { max-width: 22rem; margin-bottom: 1.15rem; font-size: .9rem; color: #daddea; }
.film-upload { display: inline-flex; align-items: center; gap: .55rem; border-bottom: 1px solid var(--white); padding-bottom: .35rem; color: var(--white); font-size: .7rem; font-weight: 850; cursor: pointer; }
.film-upload:after { content: "↗"; font-size: 1rem; }
.film-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.product-close { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; padding: 3.7rem 5.6vw; background: var(--acid); }
.product-close p { max-width: 44rem; margin: 0; font-size: clamp(1.5rem, 2.7vw, 2.7rem); font-weight: 730; letter-spacing: -.05em; line-height: 1.1; }

/* Impact */
.impact-hero { position: relative; min-height: 46rem; overflow: hidden; background: var(--ink); color: var(--white); }
.impact-hero img { width: 100%; height: 46rem; object-fit: cover; }
.impact-hero:after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,9,14,.82), transparent 62%), linear-gradient(0deg, rgba(5,9,14,.3), transparent 42%); }
.impact-hero-copy { position: absolute; z-index: 2; bottom: 5.8rem; left: 5.6vw; }
.impact-hero-copy .eyebrow { color: var(--acid); }
.impact-hero-copy h1 { margin: 0 0 1.4rem; }
.impact-hero-copy p:last-child { max-width: 21rem; margin: 0; font-size: 1rem; line-height: 1.45; }
.species-section { padding: 7rem 5.6vw; }
.species-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.species-card { display: flex; flex-direction: column; }
.species-photo { height: 25rem; overflow: hidden; background: #1a332a; }
.species-photo img { width: 300%; height: 100%; max-width: none; object-fit: cover; }
.species-photo--gibbon img { transform: translateX(0); }
.species-photo--saola img { transform: translateX(-33.333%); }
.species-photo--hog img { transform: translateX(-66.666%); }
.species-dol { margin: 1.3rem 0 .5rem; color: var(--teal); font-size: .65rem; font-weight: 850; letter-spacing: .075em; }
.species-card h3 { margin: 0 0 .6rem; font-size: 2.1rem; }
.species-card > p:last-child { max-width: 22rem; margin-bottom: 0; font-size: .9rem; line-height: 1.48; }
.commitment { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 7.3rem 12vw; background: var(--acid); }
.commitment h2 { margin: 0; }
.commitment-copy { align-self: end; }
.commitment-copy > p { max-width: 29rem; font-size: 1.18rem; line-height: 1.45; }
.commitment-copy .button { margin-top: 1.2rem; }

/* Bag and checkout */
.cart-layer { position: fixed; z-index: 100; inset: 0; pointer-events: none; }
.cart-scrim { position: absolute; inset: 0; border: 0; background: rgba(8,9,24,.55); opacity: 0; transition: opacity .25s ease; }
.cart-drawer { position: absolute; top: 0; right: 0; display: flex; flex-direction: column; width: min(31rem, 100%); height: 100%; padding: 1.7rem 1.5rem 1.5rem; background: var(--paper); transform: translateX(103%); transition: transform .35s cubic-bezier(.2,.75,.2,1); }
.cart-layer.is-open { pointer-events: auto; }
.cart-layer.is-open .cart-scrim { opacity: 1; }
.cart-layer.is-open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 2rem; }
.cart-close { width: 2.2rem; height: 2.2rem; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 1.1rem; }
.cart-items { flex: 1; padding: 1.25rem 0; overflow-y: auto; }
.cart-empty { margin-top: 2rem; color: #666575; }
.cart-item { display: grid; grid-template-columns: 4.8rem 1fr auto; gap: .85rem; align-items: center; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 4.8rem; height: 4.8rem; object-fit: cover; }
.cart-item h3 { margin: 0 0 .25rem; font-size: 1.25rem; }
.cart-item p { margin: 0; font-size: .75rem; }
.cart-item button { border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 .2rem; background: transparent; font-size: .66rem; font-weight: 800; }
.cart-total { display: flex; justify-content: space-between; margin-top: 1rem; padding: 1rem 0; border-top: 1px solid var(--ink); font-size: .84rem; font-weight: 850; }
.checkout-panel { position: absolute; z-index: 120; top: 50%; left: 50%; width: min(32rem, calc(100% - 2rem)); max-height: 90svh; padding: 2.1rem; overflow-y: auto; background: var(--acid); transform: translate(-50%, -45%); opacity: 0; pointer-events: none; transition: opacity .24s ease, transform .24s ease; }
.checkout-panel.is-visible { transform: translate(-50%, -50%); opacity: 1; pointer-events: auto; }
.checkout-panel h2 { margin: .8rem 0 1.6rem; font-size: 3rem; }
.checkout-close { position: absolute; top: 1.1rem; right: 1.1rem; width: 2.2rem; height: 2.2rem; border: 1px solid var(--ink); border-radius: 50%; background: transparent; }
.checkout-form { display: grid; gap: .85rem; }
.checkout-form label { font-size: .68rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.checkout-form input { width: 100%; padding: .85rem; border: 1px solid var(--ink); border-radius: 0; background: rgba(255,255,255,.62); }
.checkout-form .button { margin-top: .5rem; }
.checkout-message { margin: .65rem 0 0; font-size: .82rem; font-weight: 700; }

@media (max-width: 920px) {
  .site-header { min-height: 72px; padding: 0 1.25rem; }
  .back-button { margin-left: 1rem; }
  .main-nav { gap: 1rem; margin-right: 1rem; font-size: .68rem; }
  .hero-copy { right: 1.25rem; bottom: 5.5rem; left: 1.25rem; }
  .hero > img, .hero { min-height: 47rem; height: 100svh; }
  .collection, .zodiac-guide, .species-section { padding-right: 1.25rem; padding-left: 1.25rem; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .section-head > p:last-child { margin: 0; }
  .zodiac-band { grid-template-columns: 1fr; padding: 4rem 1.25rem; }
  .zodiac-orbit { width: min(20rem, 100%); min-height: auto; margin: 1rem auto; }
  .impact-teaser { grid-template-columns: 1fr; }
  .impact-teaser > div { padding: 4rem 1.25rem; }
  .impact-teaser img { min-height: 20rem; }
  .zodiac-hero { grid-template-columns: 1fr; padding: 7rem 1.25rem 4rem; }
  .zodiac-hero h1 { margin: 1.4rem 0 2.2rem; }
  .zodiac-intro, .birth-form { grid-column: 1; }
  .birth-form { margin-top: 2.5rem; }
  .zodiac-result { margin-right: 1.25rem; margin-left: 1.25rem; }
  .product-detail, .motion-section, .product-3d, .wildlife-profile { grid-template-columns: 1fr; }
  .product-copy { padding: 3.5rem 1.25rem; }
  .motion-section { gap: 2rem; padding: 4.5rem 1.25rem; }
  .product-3d, .wildlife-copy { padding: 4.5rem 1.25rem; }
  .wildlife-photo { min-height: 36rem; }
  .commitment { grid-template-columns: 1fr; gap: 2rem; padding: 5rem 1.25rem; }
  .impact-hero-copy { right: 1.25rem; bottom: 3.2rem; left: 1.25rem; }
  .site-footer { grid-template-columns: 1fr; gap: .9rem; padding: 1.6rem 1.25rem; }
  .site-footer p:last-child { text-align: left; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .main-nav { display: none; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5, 6, 21, .86), rgba(5,6,21,.05) 65%); }
  .hero-copy h1 { font-size: clamp(3.55rem, 15vw, 5rem); }
  .hero-note { display: none; }
  .collection { padding-top: 5rem; }
  .product-grid, .species-grid { grid-template-columns: 1fr; gap: 2rem; }
  .product-image { aspect-ratio: 1; }
  .zodiac-band h2 { font-size: clamp(3.2rem, 14vw, 4.6rem); }
  .zodiac-hero h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .birth-form > div { flex-direction: column; }
  .birth-form .button { width: 100%; }
  .zodiac-result:not([hidden]) { grid-template-columns: 1fr; }
  .result-sign { min-height: 22rem; padding: 2rem; }
  .result-content { padding: 2rem; }
  .harmony-list { grid-template-columns: 1fr; }
  .sign-grid { grid-template-columns: repeat(3, 1fr); }
  .sign-grid span { min-height: 5.25rem; }
  .product-detail { min-height: auto; }
  .product-visual { min-height: 32rem; }
  .product-copy h1 { font-size: 5.2rem; }
  .motion-stage { min-height: 22rem; }
  .product-3d { gap: 2.25rem; }
  .product-3d-stage { min-height: 23rem; }
  .wildlife-photo { min-height: 31rem; }
  .wildlife-stats { grid-template-columns: 1fr; }
  .film-slot, .film-slot > img, .film-slot > video { min-height: 22rem; }
  .product-gallery { bottom: 1.2rem; left: 1.2rem; max-width: calc(100% - 12.7rem); }
  .view-button { right: 1.2rem; bottom: 1.2rem; }
  .product-close { flex-direction: column; align-items: flex-start; padding: 3.5rem 1.25rem; }
  .impact-hero, .impact-hero img { min-height: 39rem; height: 39rem; }
  .impact-hero img { object-position: 49% center; }
  .species-photo { height: 20rem; }
}
