:root{
  --bg:#080302;
  --bg-2:#120604;
  --bg-3:#1c0905;
  --ink:#fff5ea;
  --ink-soft:rgba(255,245,234,.76);
  --ink-muted:rgba(255,245,234,.52);
  --gold:#e7bd7a;
  --gold-2:#f6d89f;
  --red:#7e2618;
  --line:rgba(255,245,234,.13);
  --line-2:rgba(255,245,234,.24);
  --glass:rgba(255,255,255,.055);
  --shadow:0 42px 120px rgba(0,0,0,.52);
  --font:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --header:82px;
  --pad:clamp(18px,4vw,72px);
}
*{box-sizing:border-box}
html{width:100%;max-width:100%;min-height:100%;overflow-x:hidden;background:var(--bg);scroll-behavior:smooth}
body{margin:0;width:100%;max-width:100%;min-height:100%;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
body.menu-open{overflow:hidden}
body::selection{background:rgba(231,189,122,.28)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.site{position:relative;isolation:isolate;min-height:100svh;overflow-x:clip;background:
  radial-gradient(circle at var(--mx,65%) var(--my,38%),rgba(231,189,122,.12),transparent 22%),
  radial-gradient(circle at 84% 18%,rgba(126,38,24,.22),transparent 28%),
  radial-gradient(circle at 18% 86%,rgba(231,189,122,.08),transparent 26%),
  linear-gradient(126deg,#080302 0%,#120604 44%,#1b0905 67%,#070202 100%)}
.site::before{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:78px 78px;opacity:.45}
.ambient,.cursor-light{pointer-events:none}.ambient{position:fixed;inset:0;z-index:-3}.ambient--grain{opacity:.06;mix-blend-mode:screen;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.08' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.ambient--glow{filter:blur(26px);background:radial-gradient(circle at 68% 36%,rgba(231,189,122,.14),transparent 25%),radial-gradient(circle at 20% 80%,rgba(126,38,24,.22),transparent 34%)}.ambient--ring{inset:12% 16%;border:1px solid rgba(255,245,234,.045);border-radius:50%;transform:rotate(-14deg)}
.cursor-light{position:fixed;left:0;top:0;z-index:30;width:34vmax;height:34vmax;border-radius:999px;background:radial-gradient(circle,rgba(231,189,122,.12),transparent 62%);transform:translate3d(calc(var(--mx,65vw) - 50%),calc(var(--my,38vh) - 50%),0);filter:blur(10px);mix-blend-mode:screen}

.intro{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:#070201;overflow:hidden}.intro.is-hidden{pointer-events:none}.intro__grain{position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.intro__content{position:relative;display:grid;gap:12px;text-align:center;text-transform:uppercase}.intro__eyebrow,.intro__text{font-size:11px;font-weight:900;letter-spacing:.46em;color:rgba(255,245,234,.62)}.intro__logo{font-size:clamp(74px,16vw,260px);line-height:.74;font-weight:900;letter-spacing:-.105em;color:var(--ink);text-shadow:0 34px 100px rgba(231,189,122,.18)}.intro__skip{position:absolute;right:var(--pad);bottom:34px;border:1px solid rgba(255,245,234,.18);border-radius:999px;background:rgba(255,255,255,.04);padding:12px 16px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,245,234,.68)}

.site-header{position:fixed;inset:0 0 auto 0;z-index:90;height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px var(--pad);background:linear-gradient(180deg,rgba(8,3,2,.94),rgba(8,3,2,.62) 68%,transparent);backdrop-filter:blur(14px)}
.brand{display:grid;gap:4px;line-height:1;flex:0 0 auto}.brand__name{font-size:clamp(22px,1.8vw,34px);font-weight:900;letter-spacing:.28em}.brand__sub{font-size:9px;font-weight:900;letter-spacing:.44em;color:rgba(255,245,234,.78)}.main-nav{display:flex;align-items:center;gap:clamp(18px,3vw,52px)}.main-nav a{position:relative;padding:12px 0;font-size:14px;font-weight:850;color:rgba(255,245,234,.62);transition:color .24s ease}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.main-nav a:hover,.main-nav a.is-active{color:#fff}.main-nav a:hover::after,.main-nav a.is-active::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:14px}.header-order{display:inline-flex;align-items:center;min-height:38px;padding:10px 15px;border:1px solid rgba(255,245,234,.16);border-radius:999px;background:rgba(255,255,255,.035);font-size:12px;font-weight:900;letter-spacing:.09em;color:rgba(255,245,234,.86)}.burger{appearance:none;width:54px;height:42px;display:grid;align-content:center;justify-items:end;gap:10px;border:0;background:transparent;color:var(--ink)}.burger span{display:block;width:42px;height:2px;border-radius:999px;background:currentColor;transition:transform .28s ease,width .28s ease}.burger span:last-child{width:29px}.burger:hover span:last-child{width:42px}.burger.is-open span:first-child{transform:translateY(6px) rotate(18deg)}.burger.is-open span:last-child{width:42px;transform:translateY(-6px) rotate(-18deg)}

.nav-overlay{position:fixed;inset:0;z-index:85;display:grid;place-items:center;padding:var(--pad);background:radial-gradient(circle at 78% 30%,rgba(231,189,122,.16),transparent 24%),rgba(7,2,1,.94);backdrop-filter:blur(24px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.nav-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.nav-overlay__inner{width:min(1200px,100%);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,6vw,110px);align-items:end}.nav-overlay__label{grid-column:1/-1;font-size:11px;font-weight:900;letter-spacing:.54em;text-transform:uppercase;color:var(--gold)}.nav-overlay__links{display:grid}.nav-overlay__links a{display:flex;gap:18px;align-items:flex-start;border-top:1px solid rgba(255,245,234,.12);padding:18px 0;font-size:clamp(44px,7vw,112px);line-height:.84;font-weight:900;letter-spacing:-.08em;color:rgba(255,245,234,.82);transition:padding-left .25s ease,color .25s ease}.nav-overlay__links a:last-child{border-bottom:1px solid rgba(255,245,234,.12)}.nav-overlay__links a span{margin-top:.14em;font-size:12px;line-height:1;font-weight:900;letter-spacing:.2em;color:rgba(231,189,122,.72)}.nav-overlay__links a:hover{padding-left:18px;color:#fff}.nav-overlay__card{align-self:stretch;display:grid;align-content:end;gap:18px;min-height:440px;padding:28px;border:1px solid rgba(255,245,234,.13);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.018));box-shadow:var(--shadow)}.nav-overlay__card p{margin:0;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.42em;color:var(--gold)}.nav-overlay__card strong{font-size:clamp(28px,3vw,52px);line-height:.95;letter-spacing:-.06em}

.hero{position:relative;min-height:100svh;padding:calc(var(--header) + 24px) var(--pad) 92px;display:grid;align-items:center;overflow:hidden}.hero__word{position:absolute;z-index:0;left:20%;top:11%;font-size:clamp(150px,26vw,430px);line-height:.72;font-weight:900;letter-spacing:-.115em;text-transform:uppercase;white-space:nowrap;color:rgba(255,245,234,.048);pointer-events:none;user-select:none}.hero__count{position:absolute;z-index:0;right:20%;bottom:12%;font-size:clamp(72px,10vw,156px);line-height:.8;font-weight:900;letter-spacing:-.095em;color:rgba(255,245,234,.034);pointer-events:none}.hero__layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(260px,.7fr) minmax(420px,1.25fr) minmax(240px,.58fr);grid-template-areas:"copy stage panel";gap:clamp(24px,4vw,70px);align-items:center}.hero-copy{grid-area:copy;display:grid;gap:16px;max-width:460px;min-width:0}.eyebrow{margin:0;text-transform:uppercase;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.38em;color:var(--gold)}.hero-copy h1,.section-head h2,.story-panel h2,.delivery-card h2,.checkout-form h2{margin:0;font-size:clamp(44px,5.1vw,86px);line-height:.88;font-weight:900;letter-spacing:-.076em;text-wrap:balance}.hero-copy h1{max-width:8.6ch}.hero-copy__lead{margin:0;max-width:31ch;font-size:16px;line-height:1.5;font-weight:740;color:var(--ink-soft)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;min-width:148px;padding:16px 22px;border:1px solid transparent;border-radius:18px;font-size:14px;line-height:1;font-weight:900;white-space:nowrap;transition:transform .24s ease,filter .24s ease,border-color .24s ease,background .24s ease}.btn--primary{background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#2a1008;box-shadow:0 22px 50px rgba(231,189,122,.17)}.btn--primary:hover{transform:translateY(-2px);filter:brightness(1.04)}.btn--glass{border-color:rgba(255,245,234,.16);background:rgba(255,255,255,.04);color:#fff}.btn--glass:hover{background:rgba(255,255,255,.075);border-color:rgba(255,245,234,.28);transform:translateY(-1px)}.btn--full{width:100%}

.showcase{grid-area:stage;position:relative;min-height:min(72svh,710px);display:grid;place-items:center;perspective:1100px}.showcase__halo{position:absolute;inset:8%;border:1px solid rgba(255,245,234,.09);border-radius:50%;transform:rotate(-13deg);box-shadow:inset 0 0 80px rgba(231,189,122,.035)}.showcase__halo::before,.showcase__halo::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,245,234,.06)}.showcase__halo::before{inset:12%;transform:rotate(24deg)}.showcase__halo::after{inset:25%;transform:rotate(-30deg)}.decor{position:absolute;inset:0;overflow:visible;pointer-events:none}.decor--back{z-index:1}.decor--front{z-index:5}.decor-sprite{position:absolute;display:block;filter:drop-shadow(0 18px 26px rgba(0,0,0,.48));will-change:transform}.decor-sprite img{width:100%;height:100%;object-fit:contain}.product-art{position:relative;z-index:3;width:min(54vw,760px);aspect-ratio:1.12/1;margin:0;display:grid;place-items:center;transform-style:preserve-3d;filter:drop-shadow(0 54px 56px rgba(0,0,0,.48));will-change:transform}.product-art::before{content:"";position:absolute;inset:11% 7%;z-index:0;border-radius:42% 58% 55% 45% / 46% 40% 60% 54%;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.11),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.012));border:1px solid rgba(255,245,234,.09);box-shadow:0 34px 90px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.product-art picture{position:relative;z-index:2;width:96%;height:96%;display:grid;place-items:center}.product-art img{width:100%;height:100%;object-fit:contain;object-position:center;filter:saturate(.98) contrast(1.02);transform:scale(var(--product-scale,1.02))}.product-art figcaption{position:absolute;z-index:4;left:13%;bottom:13%;padding:8px 13px;border:1px solid rgba(255,245,234,.16);border-radius:999px;background:rgba(10,4,3,.55);backdrop-filter:blur(12px);font-size:10px;font-weight:900;letter-spacing:.32em;text-transform:uppercase;color:rgba(255,245,234,.76)}.hero-panel{grid-area:panel;align-self:center;display:grid;gap:12px;padding:22px;border:1px solid rgba(255,245,234,.12);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:0 28px 90px rgba(0,0,0,.22)}.hero-panel span{font-size:10px;font-weight:900;letter-spacing:.34em;text-transform:uppercase;color:var(--gold)}.hero-panel strong{font-size:clamp(36px,4vw,70px);line-height:.86;font-weight:900;letter-spacing:-.07em}.hero-panel p{margin:0;font-size:13px;line-height:1.5;font-weight:700;color:rgba(255,245,234,.64)}.hero-panel__line{height:1px;background:rgba(255,245,234,.13);margin:4px 0}
.product-selector{position:absolute;left:50%;bottom:28px;z-index:6;transform:translateX(-50%);display:flex;gap:12px;max-width:min(760px,calc(100vw - 2 * var(--pad)));padding:10px;border:1px solid rgba(255,245,234,.11);border-radius:26px;background:rgba(12,5,3,.62);box-shadow:0 26px 90px rgba(0,0,0,.28);backdrop-filter:blur(20px)}.product-tab{appearance:none;border:1px solid rgba(255,245,234,.09);border-radius:20px;background:rgba(255,255,255,.035);display:grid;grid-template-columns:minmax(88px,1fr) 58px;align-items:center;gap:12px;min-width:188px;padding:12px;text-align:left;color:var(--ink);transition:background .24s ease,border-color .24s ease,transform .24s ease}.product-tab:hover,.product-tab.is-active{border-color:rgba(231,189,122,.42);background:rgba(231,189,122,.08);transform:translateY(-2px)}.product-tab b{display:block;font-size:14px;line-height:1;font-weight:900}.product-tab span span{display:block;margin-top:6px;font-size:10px;font-weight:900;color:rgba(255,245,234,.54)}.product-tab img{width:58px;height:54px;object-fit:cover;border-radius:14px;background:rgba(255,255,255,.04)}.scene-arrow{position:absolute;z-index:7;top:50%;width:52px;height:52px;border:1px solid rgba(255,245,234,.14);border-radius:999px;background:rgba(12,5,3,.58);backdrop-filter:blur(16px);color:var(--ink);display:grid;place-items:center;transition:transform .24s ease,background .24s ease}.scene-arrow:hover{background:rgba(255,255,255,.07);transform:translateY(-50%) scale(1.05)}.scene-arrow svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.scene-arrow--prev{left:var(--pad);transform:translateY(-50%)}.scene-arrow--next{right:var(--pad);transform:translateY(-50%)}.scroll-cue{position:absolute;z-index:8;right:var(--pad);bottom:102px;display:grid;gap:8px;justify-items:center;font-size:10px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,245,234,.46)}.scroll-cue span{width:1px;height:48px;background:linear-gradient(180deg,var(--gold),transparent);animation:cue 1.6s ease-in-out infinite}@keyframes cue{0%,100%{transform:scaleY(.55);transform-origin:top}50%{transform:scaleY(1)}}

.story{position:relative;min-height:100svh;overflow:hidden}.story__sticky{height:100svh;overflow:hidden}.story-track{height:100%;display:flex;will-change:transform}.story-panel{position:relative;flex:0 0 100vw;height:100svh;display:grid;grid-template-columns:minmax(280px,.82fr) minmax(360px,1.18fr);align-items:center;gap:clamp(28px,5vw,88px);padding:calc(var(--header) + 26px) var(--pad) 64px;overflow:hidden}.story-panel::before{content:"";position:absolute;inset:10% 6%;border:1px solid rgba(255,245,234,.045);border-radius:42px;pointer-events:none}.story-panel__number{position:absolute;right:var(--pad);top:calc(var(--header) + 18px);font-size:clamp(90px,14vw,210px);line-height:.8;font-weight:900;letter-spacing:-.09em;color:rgba(255,245,234,.038);pointer-events:none}.story-panel__copy{position:relative;z-index:2;display:grid;gap:16px;max-width:720px}.story-panel h2{font-size:clamp(48px,6vw,104px);max-width:11ch}.story-panel p:not(.eyebrow){margin:0;max-width:46ch;font-size:16px;line-height:1.62;font-weight:700;color:var(--ink-soft)}.story-panel__visual{position:relative;z-index:2;display:grid;place-items:center}.story-panel__visual img{width:min(54vw,720px);max-height:74svh;object-fit:contain;filter:drop-shadow(0 48px 54px rgba(0,0,0,.48))}.story-still{position:relative;z-index:2;min-height:min(70svh,720px);display:grid;place-items:center}.story-still__main{width:min(50vw,640px);max-height:74svh;object-fit:contain;filter:drop-shadow(0 48px 54px rgba(0,0,0,.48))}.story-still__decor{position:absolute;filter:drop-shadow(0 24px 32px rgba(0,0,0,.45))}.story-still__decor--a{width:120px;right:12%;top:18%}.story-still__decor--b{width:100px;left:12%;top:28%}.story-still__decor--c{width:96px;right:20%;bottom:20%}.story-panel--two{background:radial-gradient(circle at 68% 42%,rgba(231,189,122,.1),transparent 24%)}.story-panel--three{background:radial-gradient(circle at 28% 65%,rgba(126,38,24,.24),transparent 32%)}.story-panel--four{background:radial-gradient(circle at 72% 34%,rgba(231,189,122,.11),transparent 25%)}.craft-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.craft-grid div{min-height:220px;display:grid;align-content:end;gap:12px;padding:22px;border:1px solid rgba(255,245,234,.12);border-radius:28px;background:rgba(255,255,255,.04);box-shadow:0 30px 90px rgba(0,0,0,.22)}.craft-grid span{font-size:12px;font-weight:900;color:var(--gold)}.craft-grid b{font-size:24px;line-height:1;font-weight:900}.craft-grid p{font-size:13px!important;line-height:1.5!important;color:rgba(255,245,234,.62)!important}.gift-shot{position:relative;z-index:2;justify-self:center;width:min(44vw,520px);border:1px solid rgba(255,245,234,.12);border-radius:34px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(2deg)}.gift-shot img{width:100%;height:min(68svh,680px);object-fit:cover}

.section{position:relative;min-height:100svh;padding:calc(var(--header) + 54px) var(--pad) 70px;overflow:hidden}.section-head{display:grid;gap:14px;max-width:930px;margin:0 auto 34px;text-align:center}.section-head h2{font-size:clamp(42px,5.5vw,92px)}.section-head p:not(.eyebrow){margin:0 auto;max-width:62ch;font-size:15px;line-height:1.62;font-weight:720;color:var(--ink-soft)}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.collection-card{position:relative;overflow:hidden;border:1px solid rgba(255,245,234,.11);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));box-shadow:0 30px 90px rgba(0,0,0,.22);min-height:620px;display:grid;grid-template-rows:1fr auto;transition:transform .28s ease,border-color .28s ease}.collection-card:hover{transform:translateY(-8px);border-color:rgba(231,189,122,.34)}.collection-card__visual{min-height:360px;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 50%,rgba(231,189,122,.12),transparent 45%)}.collection-card__visual img{width:100%;height:320px;object-fit:contain;filter:drop-shadow(0 38px 42px rgba(0,0,0,.42))}.collection-card__body{display:grid;gap:14px;padding:24px}.collection-card h3{margin:0;font-size:42px;line-height:.9;font-weight:900;letter-spacing:-.06em}.collection-card p{margin:0;min-height:88px;font-size:14px;line-height:1.58;font-weight:700;color:rgba(255,245,234,.65)}.collection-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.collection-card__price{font-size:28px;line-height:1;font-weight:900;color:var(--gold)}.delivery-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(24px,5vw,80px);align-items:start;max-width:1260px;margin:auto;padding:32px;border:1px solid rgba(255,245,234,.12);border-radius:36px;background:rgba(255,255,255,.04);box-shadow:var(--shadow)}.delivery-card h2{font-size:clamp(42px,5vw,82px)}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.info-grid article{min-height:190px;display:grid;align-content:end;gap:12px;padding:22px;border:1px solid rgba(255,245,234,.1);border-radius:26px;background:rgba(255,255,255,.035)}.info-grid b{font-size:20px}.info-grid span{font-size:14px;line-height:1.58;font-weight:700;color:rgba(255,245,234,.66)}.checkout-card{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;align-items:start;max-width:1160px;margin:auto}.checkout-summary,.checkout-form{border:1px solid rgba(255,245,234,.12);border-radius:30px;background:rgba(255,255,255,.04);box-shadow:0 30px 90px rgba(0,0,0,.22);padding:24px}.checkout-summary__top{display:grid;grid-template-columns:132px 1fr;gap:18px;align-items:center}.checkout-summary img{width:132px;height:132px;border-radius:24px;object-fit:cover;background:rgba(255,255,255,.04)}.checkout-summary h3{margin:0;font-size:48px;line-height:.88;letter-spacing:-.06em}.checkout-summary p{margin:10px 0 0;font-weight:800;color:rgba(255,245,234,.66)}.summary-rows{display:grid;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,245,234,.1)}.summary-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;font-weight:800;color:rgba(255,245,234,.62)}.summary-row strong{color:var(--ink)}.color-dots{display:flex;gap:9px;margin-top:18px}.color-dot{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,245,234,.28);box-shadow:inset 0 0 0 3px rgba(13,5,4,.42)}.checkout-form{display:grid;gap:14px}.section-head--mini{text-align:left;margin:0;gap:10px}.section-head--mini h2{font-size:clamp(34px,4vw,58px)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-form label{display:grid;gap:7px}.checkout-form label>span{font-size:13px;font-weight:850;color:rgba(255,245,234,.68)}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;min-height:54px;padding:15px 16px;border:1px solid rgba(255,245,234,.14);border-radius:16px;background:rgba(255,255,255,.05);outline:0;transition:border-color .2s ease,background .2s ease}.checkout-form textarea{min-height:112px;resize:vertical}.checkout-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%);background-position:calc(100% - 18px) 24px,calc(100% - 12px) 24px;background-size:6px 6px;background-repeat:no-repeat}.checkout-form option{background:#170704}.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus{background:rgba(255,255,255,.075);border-color:rgba(231,189,122,.36)}.checkout-form small{color:rgba(255,245,234,.52);font-weight:650;line-height:1.55}

@media(max-width:1180px){.hero__layout{grid-template-columns:minmax(240px,.74fr) minmax(360px,1.2fr);grid-template-areas:"copy stage" "panel stage"}.hero-panel{max-width:420px}.product-art{width:min(62vw,710px)}.main-nav{gap:24px}.story-panel{grid-template-columns:1fr 1fr}.craft-grid{grid-template-columns:1fr}.craft-grid div{min-height:140px}.collection-grid{grid-template-columns:1fr 1fr}.delivery-card,.checkout-card{grid-template-columns:1fr}}
@media(max-width:900px){:root{--header:64px;--pad:16px}.main-nav{display:none}.header-order{display:none}.intro__skip{right:16px;bottom:18px}.site-header{height:var(--header);padding:12px var(--pad)}.brand__name{font-size:20px}.brand__sub{font-size:7px}.burger{width:40px;height:36px}.burger span{width:32px}.burger span:last-child{width:22px}.hero{display:block;min-height:auto;padding:calc(var(--header) + 20px) var(--pad) 32px}.hero__word{left:0;right:0;top:70px;text-align:right;font-size:clamp(68px,22vw,150px);letter-spacing:-.13em;overflow:hidden}.hero__count{display:none}.hero__layout{display:flex;flex-direction:column;gap:18px}.hero-copy{max-width:100%;gap:10px}.hero-copy h1{max-width:10ch;font-size:clamp(38px,11.4vw,62px)}.hero-copy__lead{font-size:13px}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px;width:100%}.btn{width:100%;min-height:50px;border-radius:14px}.showcase{width:100%;min-height:auto;aspect-ratio:1/1;perspective:none}.showcase__halo{inset:4%}.product-art{width:100%;height:100%;aspect-ratio:auto;transform:none!important}.product-art::before{inset:5%;border-radius:28px}.product-art figcaption{left:8%;bottom:8%;font-size:8px}.decor-sprite{max-width:68px;max-height:68px}.hero-panel{width:100%;max-width:100%;padding:18px;border-radius:22px}.hero-panel strong{font-size:38px}.product-selector{position:relative;left:auto;bottom:auto;transform:none;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:22px;margin-top:12px;scrollbar-width:none}.product-selector::-webkit-scrollbar{display:none}.product-tab{flex:0 0 min(72vw,240px);min-width:min(72vw,240px);scroll-snap-align:center}.scene-arrow,.scroll-cue{display:none}.nav-overlay{padding:calc(var(--header) + 18px) var(--pad) 24px}.nav-overlay__inner{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.nav-overlay__links a{font-size:clamp(42px,14vw,78px);padding:14px 0}.nav-overlay__card{min-height:auto;padding:20px;border-radius:24px}.story{min-height:auto;overflow:visible}.story__sticky{height:auto;overflow:visible}.story-track{display:grid;height:auto;transform:none!important}.story-panel{height:auto;min-height:auto;display:grid;grid-template-columns:1fr;gap:22px;padding:78px var(--pad);overflow:hidden}.story-panel::before{inset:20px 12px;border-radius:26px}.story-panel__number{right:16px;top:40px;font-size:86px}.story-panel h2{font-size:clamp(38px,12vw,62px);max-width:10.8ch}.story-panel p:not(.eyebrow){font-size:13px}.story-panel__visual img,.story-still__main{width:100%;max-height:430px}.story-still{min-height:420px}.story-still__decor--a{width:80px}.story-still__decor--b{width:70px}.story-still__decor--c{width:72px}.gift-shot{width:100%;border-radius:24px;transform:none}.gift-shot img{height:360px}.section{min-height:auto;padding:70px var(--pad)}.section-head{text-align:left;margin-bottom:22px}.section-head h2,.delivery-card h2{font-size:clamp(36px,11vw,58px)}.section-head p:not(.eyebrow){margin-left:0;font-size:13px}.collection-grid,.info-grid{grid-template-columns:1fr}.collection-card{min-height:auto;border-radius:24px}.collection-card__visual{min-height:250px}.collection-card__visual img{height:250px}.collection-card__body{padding:18px}.collection-card h3{font-size:34px}.collection-card p{min-height:auto;font-size:13px}.collection-card__bottom{display:grid;grid-template-columns:1fr auto}.collection-card .btn{width:auto;min-width:120px}.delivery-card{padding:20px;border-radius:26px}.info-grid article{min-height:132px}.checkout-card{gap:14px}.checkout-summary,.checkout-form{padding:18px;border-radius:24px}.checkout-summary__top{grid-template-columns:88px minmax(0,1fr)}.checkout-summary img{width:88px;height:88px;border-radius:18px}.checkout-summary h3{font-size:32px}.form-row{grid-template-columns:1fr}.section-head--mini h2{font-size:34px}.checkout-form input,.checkout-form textarea,.checkout-form select{min-height:50px}}
@media(max-width:420px){:root{--pad:12px}.intro__logo{font-size:74px}.intro__eyebrow,.intro__text{font-size:8px;letter-spacing:.34em}.hero-copy h1{font-size:clamp(34px,12vw,48px)}.eyebrow{font-size:8px;letter-spacing:.3em}.product-tab{flex-basis:min(78vw,242px);min-width:min(78vw,242px)}.collection-card__bottom{grid-template-columns:1fr}.collection-card .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.intro{display:none!important}.cursor-light{display:none}.story-track{transform:none!important}}


/* v14 premium sales polish + mobile-first story cards */
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(255,245,234,.12);border-radius:999px;background:rgba(255,255,255,.035);font-size:11px;font-weight:900;letter-spacing:.04em;color:rgba(255,245,234,.82)}.hero-badge::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(231,189,122,.11)}.hero-panel__highlights{display:grid;gap:8px}.panel-point{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,245,234,.1);border-radius:16px;background:rgba(255,255,255,.03);font-size:12px;font-weight:850;color:rgba(255,245,234,.84)}.panel-point::before{content:'+';display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(231,189,122,.18);color:var(--gold);font-size:12px;line-height:1}.collection-card__eyebrow{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid rgba(255,245,234,.11);border-radius:999px;background:rgba(255,255,255,.035);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);width:max-content}.collection-card__gift{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:rgba(255,245,234,.72)}.collection-card__gift::before{content:'Подарунок';display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:rgba(231,189,122,.16);color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.header-order{justify-content:center}.header-order::after{content:' · gift';margin-left:6px;font-size:10px;letter-spacing:.08em;color:rgba(255,245,234,.48)}
.story__sticky{position:relative;top:auto}.story-track{transform:translate3d(0,0,0)}
@media(max-width:900px){.hero-badges{gap:8px}.hero-badge{padding:9px 12px;font-size:10px}.hero-panel__highlights{grid-template-columns:1fr}.panel-point{font-size:11px;padding:10px 11px}.story{position:relative;min-height:auto;overflow:hidden;padding:42px 0 62px}.story::before{content:'свайпніть ідеї подачі →';display:block;margin:0 var(--pad) 16px;padding:10px 14px;width:max-content;max-width:calc(100vw - 2 * var(--pad));border:1px solid rgba(255,245,234,.12);border-radius:999px;background:rgba(255,255,255,.04);color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.story__sticky{position:relative!important;height:auto!important;overflow:visible!important;top:auto!important}.story-track{display:flex!important;gap:14px;height:auto!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:0 var(--pad) 12px;transform:none!important;scrollbar-width:none}.story-track::-webkit-scrollbar{display:none}.story-panel{flex:0 0 min(86vw,390px);height:auto;min-height:640px;display:flex;flex-direction:column;justify-content:space-between;gap:22px;padding:42px 20px 24px;border:1px solid rgba(255,245,234,.12);border-radius:32px;background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.022));box-shadow:0 24px 80px rgba(0,0,0,.3);scroll-snap-align:start;overflow:hidden}.story-panel::before{inset:14px;border-radius:24px;background:radial-gradient(circle at 50% 10%,rgba(231,189,122,.09),transparent 50%)}.story-panel__number{right:18px;top:18px;font-size:72px;opacity:.85}.story-panel__copy{gap:12px}.story-panel h2{font-size:clamp(34px,10.5vw,50px);max-width:11ch}.story-panel p:not(.eyebrow){font-size:13px;line-height:1.55}.story-panel__visual img,.story-still__main{width:112%;max-height:300px}.story-still{min-height:310px}.craft-grid{grid-template-columns:1fr!important}.craft-grid div{min-height:116px;border-radius:22px}.gift-shot{width:100%;border-radius:24px}.gift-shot img{height:300px}}


/* v15 stability + sales UX fixes */
@media (min-width:901px){
  .hero{height:var(--viewport-h,100vh);min-height:var(--viewport-h,100vh);padding-bottom:84px;overflow:hidden}
  .hero__layout{min-height:calc(var(--viewport-h,100vh) - var(--header) - 140px);align-items:center}
  .hero-copy{z-index:10}.hero-copy h1{font-size:clamp(50px,4.8vw,82px);max-width:8.2ch}.hero-copy__lead{max-width:34ch}
  .hero-panel{align-self:center;max-height:72vh;overflow:hidden}.hero-panel__highlights{gap:8px}.panel-point{padding:10px 12px;font-size:11px;line-height:1.2}
  .scene-arrow{top:auto;bottom:112px;transform:none}.scene-arrow:hover{transform:translateY(-2px) scale(1.04)}.scene-arrow--prev{left:50%;right:auto;transform:translateX(-86px)}.scene-arrow--next{left:50%;right:auto;transform:translateX(34px)}.scene-arrow--prev:hover{transform:translateX(-86px) translateY(-2px) scale(1.04)}.scene-arrow--next:hover{transform:translateX(34px) translateY(-2px) scale(1.04)}
  .product-selector{bottom:22px;max-width:min(640px,calc(100vw - 2 * var(--pad)))}.product-tab{min-width:168px;grid-template-columns:minmax(74px,1fr) 48px;padding:10px}.product-tab img{width:48px;height:46px}.product-tab b{font-size:13px}
  .story{position:relative;min-height:var(--viewport-h,100vh);overflow:hidden!important}.story__sticky{position:relative!important;top:auto!important;height:var(--viewport-h,100vh)!important;overflow:hidden!important}.story-track{height:100%;display:flex!important;will-change:transform;transform:translate3d(0,0,0)}.story-panel{height:var(--viewport-h,100vh)!important;min-height:var(--viewport-h,100vh)!important;flex:0 0 100vw}.story-panel h2{font-size:clamp(48px,5.4vw,86px);max-width:12ch}.story-panel p:not(.eyebrow){font-size:15px;max-width:48ch}.story-panel__visual img{width:min(50vw,660px)}
}
@media (max-width:900px){
  .story::before{content:'свайпніть ідеї подачі →'!important}.hero-actions .btn--glass{display:none}.hero-panel__highlights .panel-point:nth-child(3){display:none}.hero-badges .hero-badge:nth-child(3){display:none}.product-tab span span{font-size:11px}.story-panel{min-height:620px}.story-panel h2{max-width:12ch}.story-panel__visual img,.story-still__main{width:104%;max-height:270px}.collection-card__gift{align-items:flex-start}
}



/* Linea scroll debug HUD. Active only when debugScroll is enabled. */
.linea-debug-hud{position:fixed;right:14px;bottom:14px;z-index:2147483647;width:min(380px,calc(100vw - 28px));padding:12px 12px 10px;border:1px solid rgba(231,189,122,.35);border-radius:16px;background:rgba(8,3,2,.88);box-shadow:0 24px 90px rgba(0,0,0,.42);backdrop-filter:blur(16px);color:#fff5ea;font:600 11px/1.35 var(--font);letter-spacing:.02em}.linea-debug-hud__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.linea-debug-hud__top b{font-size:12px;font-weight:900;color:#f6d89f}.linea-debug-hud__top span{padding:4px 8px;border-radius:999px;background:rgba(231,189,122,.18);color:#f6d89f;font-weight:900}.linea-debug-hud__line{color:rgba(255,245,234,.9);word-break:break-word}.linea-debug-hud__event{margin-top:4px;color:rgba(255,245,234,.54);font-size:10px}.linea-debug-hud__actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.linea-debug-hud button{appearance:none;border:1px solid rgba(255,245,234,.16);border-radius:999px;background:rgba(255,255,255,.06);color:#fff5ea;padding:7px 9px;font:800 10px/1 var(--font);cursor:pointer}.linea-debug-hud button:hover{background:rgba(231,189,122,.18);border-color:rgba(231,189,122,.42)}@media(max-width:900px){.linea-debug-hud{right:8px;bottom:8px;width:calc(100vw - 16px);max-height:42vh;overflow:auto;font-size:10px;border-radius:12px}}


/* v19 stable ScrollTrigger viewport measurements */
@media (min-width:901px){
  .hero{height:var(--viewport-h,100vh)!important;min-height:var(--viewport-h,100vh)!important}
  .hero__layout{min-height:calc(var(--viewport-h,100vh) - var(--header) - 140px)!important}
  .story{height:auto!important;min-height:var(--viewport-h,100vh)!important;overflow:hidden!important}
  .story__sticky{position:relative!important;top:auto!important;height:var(--viewport-h,100vh)!important;min-height:var(--viewport-h,100vh)!important;overflow:hidden!important}
  .story-track{height:var(--viewport-h,100vh)!important;display:flex!important;flex-wrap:nowrap!important;width:max-content!important;overflow:visible!important}
  .story-panel{height:var(--viewport-h,100vh)!important;min-height:var(--viewport-h,100vh)!important;flex:0 0 100vw!important;width:100vw!important}
}


/* =========================================================
   Linea Studio v20 award-level polish
   Goal: boutique product experience with stable responsive layout
   ========================================================= */
:root{--scene-accent:var(--gold);--scene-accent-rgb:231,189,122;--scene-red-rgb:126,38,24}
.site[data-product="ribbon"]{--scene-accent:#e7bd7a;--scene-accent-rgb:231,189,122;--scene-red-rgb:126,38,24}
.site[data-product="wave"]{--scene-accent:#f2cfa3;--scene-accent-rgb:242,207,163;--scene-red-rgb:107,60,42}
.site[data-product="organic"]{--scene-accent:#dfc5a6;--scene-accent-rgb:223,197,166;--scene-red-rgb:94,74,50}
html{background:#080302;overscroll-behavior-y:none}
body{background:#080302}
.site{background:
  radial-gradient(circle at var(--mx,65%) var(--my,38%),rgba(var(--scene-accent-rgb),.16),transparent 24%),
  radial-gradient(circle at 82% 12%,rgba(var(--scene-red-rgb),.26),transparent 30%),
  radial-gradient(circle at 14% 88%,rgba(var(--scene-accent-rgb),.09),transparent 28%),
  linear-gradient(128deg,#070201 0%,#120604 44%,#1f0b05 72%,#080202 100%)}
.site-header{border-bottom:1px solid rgba(255,245,234,.06)}
.brand__name{letter-spacing:.25em}.brand__sub{letter-spacing:.52em}.header-order{min-width:118px;border-color:rgba(var(--scene-accent-rgb),.28);box-shadow:0 14px 38px rgba(0,0,0,.18)}
.header-order::after{content:' · set';color:rgba(var(--scene-accent-rgb),.7)}
.hero{contain:paint}.hero::before{content:'';position:absolute;left:50%;top:52%;z-index:0;width:min(76vw,1120px);height:min(76vw,1120px);border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--scene-accent-rgb),.10),transparent 58%);filter:blur(10px);pointer-events:none}
.hero__word{max-width:100vw;overflow:hidden;text-overflow:clip;color:rgba(255,245,234,.055);text-shadow:0 30px 130px rgba(var(--scene-accent-rgb),.05)}
.hero__layout::before{content:'';position:absolute;z-index:-1;inset:-22px -26px;border:1px solid rgba(255,245,234,.055);border-radius:42px;background:linear-gradient(120deg,rgba(255,255,255,.035),rgba(255,255,255,0) 42%,rgba(var(--scene-accent-rgb),.035));pointer-events:none}
.hero-copy h1{max-width:9.6ch;letter-spacing:-.088em}.hero-copy__lead{max-width:36ch;color:rgba(255,245,234,.78)}
.hero-badge{border-color:rgba(var(--scene-accent-rgb),.18);background:rgba(var(--scene-accent-rgb),.06)}
.hero-badge::before{background:var(--scene-accent);box-shadow:0 0 0 6px rgba(var(--scene-accent-rgb),.12)}
.hero-scene-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:2px;max-width:520px}
.scene-note,.hero-scene-notes>span{display:grid;gap:4px;padding:12px 12px 11px;border:1px solid rgba(255,245,234,.105);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.scene-note small,.hero-scene-notes small{font-size:9px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:rgba(var(--scene-accent-rgb),.86)}
.scene-note b,.hero-scene-notes b{font-size:11px;line-height:1.18;font-weight:850;color:rgba(255,245,234,.86)}
.experience-rail{position:absolute;z-index:4;left:calc(var(--pad) - 4px);top:50%;display:flex;gap:20px;transform:translateY(-50%) rotate(-90deg);transform-origin:left center;font-size:10px;font-weight:900;letter-spacing:.32em;text-transform:uppercase;color:rgba(255,245,234,.32);pointer-events:none}.experience-rail span{position:relative}.experience-rail span+span::before{content:'';position:absolute;left:-13px;top:50%;width:5px;height:5px;border-radius:50%;background:rgba(var(--scene-accent-rgb),.6);transform:translateY(-50%)}
.showcase{isolation:isolate}.showcase__plate{position:absolute;z-index:2;left:50%;top:58%;width:min(42vw,560px);height:min(13vw,150px);border-radius:50%;transform:translate(-50%,-50%) rotate(-4deg);background:radial-gradient(ellipse at center,rgba(255,245,234,.11),rgba(var(--scene-accent-rgb),.055) 45%,transparent 72%);filter:blur(.2px);pointer-events:none}.showcase__plate::after{content:'';position:absolute;inset:20% 6%;border:1px solid rgba(255,245,234,.12);border-radius:50%}
.product-art{width:min(55vw,790px);filter:drop-shadow(0 68px 62px rgba(0,0,0,.58))}.product-art::before{background:radial-gradient(circle at 34% 16%,rgba(255,255,255,.14),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.015));border-color:rgba(var(--scene-accent-rgb),.13)}
.product-art::after{content:'';position:absolute;z-index:1;left:15%;right:15%;bottom:13%;height:9%;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.42),transparent 68%);filter:blur(6px);transform:translateZ(-1px)}
.product-art img{position:relative;z-index:3}.product-art figcaption{border-color:rgba(var(--scene-accent-rgb),.24);background:rgba(8,3,2,.62);color:rgba(255,245,234,.86)}
.decor-sprite{transform:translateZ(calc(var(--layer,0) * 30px));filter:drop-shadow(0 22px 30px rgba(0,0,0,.52))}.decor--front .decor-sprite{z-index:6}.decor--back .decor-sprite{filter:drop-shadow(0 18px 22px rgba(0,0,0,.34)) blur(.05px)}
.hero-panel{position:relative;overflow:hidden;border-color:rgba(var(--scene-accent-rgb),.15);background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,255,255,.018));backdrop-filter:blur(18px)}
.hero-panel::before{content:'';position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--scene-accent-rgb),.7),transparent)}
.hero-panel strong{color:#fff7ed;text-shadow:0 18px 64px rgba(var(--scene-accent-rgb),.18)}.panel-point{border-color:rgba(var(--scene-accent-rgb),.14);background:rgba(var(--scene-accent-rgb),.055)}.panel-point::before{background:rgba(var(--scene-accent-rgb),.18);color:var(--scene-accent)}
.product-selector{border-color:rgba(var(--scene-accent-rgb),.16);background:rgba(9,3,2,.68)}.product-tab{backdrop-filter:blur(14px)}.product-tab img{object-fit:contain}.product-tab:hover,.product-tab.is-active{border-color:rgba(var(--scene-accent-rgb),.55);background:rgba(var(--scene-accent-rgb),.09)}
.btn--primary{background:linear-gradient(180deg,#ffe5b0,var(--scene-accent));box-shadow:0 22px 62px rgba(var(--scene-accent-rgb),.18)}.btn--glass{border-color:rgba(var(--scene-accent-rgb),.2)}
.story-panel::before{border-color:rgba(var(--scene-accent-rgb),.075);background:radial-gradient(circle at 72% 34%,rgba(var(--scene-accent-rgb),.045),transparent 42%)}.story-panel h2{letter-spacing:-.086em}.story-panel p:not(.eyebrow){color:rgba(255,245,234,.74)}
.story-still__decor{animation:lineaFloat 5.5s ease-in-out infinite}.story-still__decor--b{animation-delay:.8s}.story-still__decor--c{animation-delay:1.4s}@keyframes lineaFloat{0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}50%{transform:translate3d(8px,-14px,0) rotate(4deg)}}
.craft-grid div,.info-grid article,.collection-card,.checkout-summary,.checkout-form,.delivery-card{backdrop-filter:blur(18px)}
.collection-section::before,.delivery-section::before,.checkout-section::before{content:'';position:absolute;inset:8% 5%;z-index:-1;border:1px solid rgba(255,245,234,.045);border-radius:44px;pointer-events:none}.collection-card__visual{background:radial-gradient(circle at 50% 50%,rgba(var(--scene-accent-rgb),.14),transparent 48%)}.collection-card__visual img{object-fit:contain}.collection-card__eyebrow{border-color:rgba(var(--scene-accent-rgb),.18);background:rgba(var(--scene-accent-rgb),.07);color:var(--scene-accent)}.collection-card__gift::before{background:rgba(var(--scene-accent-rgb),.16);color:var(--scene-accent)}.collection-card__price{color:var(--scene-accent)}
.info-grid article{position:relative;overflow:hidden}.info-grid article::before{content:'';position:absolute;left:22px;top:22px;width:34px;height:1px;background:var(--scene-accent);opacity:.72}.checkout-form input:focus,.checkout-form textarea:focus,.checkout-form select:focus{border-color:rgba(var(--scene-accent-rgb),.42);box-shadow:0 0 0 4px rgba(var(--scene-accent-rgb),.07)}
@media (min-width:901px){.hero__layout{grid-template-columns:minmax(280px,.75fr) minmax(480px,1.3fr) minmax(250px,.58fr)}.hero-panel{transform:translateY(22px)}.story-panel__copy{padding-left:4vw}.story-panel--three .story-panel__copy{padding-left:0}.story-panel--four .story-panel__copy{padding-left:0}.collection-grid{gap:22px}}
@media (max-width:1180px){.experience-rail{display:none}.hero-scene-notes{grid-template-columns:1fr 1fr}.hero-scene-notes>span:nth-child(3),.scene-note:nth-child(3){grid-column:1/-1}.showcase__plate{width:70%;height:16%}}
@media (max-width:900px){body{overflow-x:hidden}.hero::before{width:115vw;height:115vw}.hero__layout::before{display:none}.hero-scene-notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;max-width:none}.scene-note,.hero-scene-notes>span{padding:9px 8px;border-radius:14px}.scene-note small,.hero-scene-notes small{font-size:7px;letter-spacing:.18em}.scene-note b,.hero-scene-notes b{font-size:9px}.showcase__plate{width:86%;height:18%;top:60%}.product-art{width:100%;filter:drop-shadow(0 42px 42px rgba(0,0,0,.48))}.product-art::after{bottom:10%;height:8%}.hero-panel{transform:none}.story::before{letter-spacing:.14em}.story-panel{background:linear-gradient(160deg,rgba(255,255,255,.078),rgba(255,255,255,.024)),radial-gradient(circle at 78% 30%,rgba(var(--scene-accent-rgb),.08),transparent 46%)}.collection-section::before,.delivery-section::before,.checkout-section::before{inset:3% 12px;border-radius:28px}.collection-card__visual img{height:270px}.checkout-form small{font-size:12px}}
@media (max-width:520px){.hero-scene-notes{grid-template-columns:1fr}.hero-scene-notes>span:nth-child(3),.scene-note:nth-child(3){grid-column:auto}.hero-badges{display:grid;grid-template-columns:1fr}.hero-copy__lead{font-size:14px}.product-selector{padding:8px}.product-tab{min-width:min(78vw,260px)}.showcase{aspect-ratio:.92/1}.decor-sprite{max-width:74px;max-height:74px}.collection-card__bottom{grid-template-columns:1fr}.collection-card .btn{width:100%}}

/* =========================================================
   Linea Studio v21 desktop fit pass
   Fixes: giant hero headings, product/text collision, cropped selector on desktop.
   ========================================================= */
@media (min-width:901px){
  :root{--header:76px;--pad:clamp(18px,3.2vw,58px)}
  .site-header{padding-top:14px;padding-bottom:14px}
  .brand__name{font-size:clamp(22px,1.55vw,30px)}
  .main-nav{gap:clamp(18px,2.4vw,42px)}
  .main-nav a{font-size:13px}
  .header-order{min-height:36px;min-width:108px;padding:9px 14px;font-size:11px}
  .burger{width:50px;height:38px}

  .hero{height:100svh!important;min-height:100svh!important;padding:calc(var(--header) + 14px) var(--pad) 104px!important;align-items:center;overflow:hidden}
  .hero__layout{height:calc(100svh - var(--header) - 124px)!important;min-height:0!important;max-height:680px;grid-template-columns:minmax(300px,.64fr) minmax(470px,1.08fr) minmax(250px,.46fr)!important;gap:clamp(18px,2.35vw,42px)!important;align-items:center!important}
  .hero__layout::before{inset:-14px -18px;border-radius:34px}
  .hero__word{top:12%;left:23%;font-size:clamp(120px,20vw,330px);letter-spacing:-.11em;opacity:.86}
  .hero__count{right:18%;bottom:13%;font-size:clamp(58px,7.4vw,118px)}

  .hero-copy{gap:12px;max-width:420px;align-self:center}
  .eyebrow{font-size:9px;letter-spacing:.32em}
  .hero-copy h1{font-size:clamp(38px,3.55vw,64px)!important;line-height:.94!important;letter-spacing:-.072em!important;max-width:11.7ch!important;text-wrap:balance}
  .hero-copy__lead{font-size:14px;line-height:1.44;max-width:34ch}
  .hero-badges{gap:8px}
  .hero-badge{padding:8px 11px;font-size:10.5px;line-height:1.1}
  .hero-scene-notes{max-width:420px;gap:7px}
  .scene-note,.hero-scene-notes>span{padding:9px 10px;border-radius:15px}
  .scene-note small,.hero-scene-notes small{font-size:7.8px;letter-spacing:.2em}
  .scene-note b,.hero-scene-notes b{font-size:10px;line-height:1.14}
  .hero-actions{margin-top:2px;gap:10px}
  .btn{min-height:48px;min-width:138px;padding:14px 18px;border-radius:16px;font-size:12.5px}

  .showcase{min-height:min(60svh,600px);align-self:center}
  .product-art{width:min(45vw,660px)!important;aspect-ratio:1.12/1;filter:drop-shadow(0 48px 50px rgba(0,0,0,.56))}
  .product-art picture{width:94%;height:94%}
  .product-art figcaption{left:15%;bottom:10%;font-size:8px;padding:7px 11px}
  .showcase__halo{inset:9%}
  .showcase__plate{width:min(34vw,450px);height:min(10vw,112px);top:61%}
  .decor-sprite{max-width:112px;max-height:112px}

  .hero-panel{max-width:300px;justify-self:end;align-self:center;transform:none!important;padding:18px;border-radius:24px;gap:10px;max-height:none}
  .hero-panel span{font-size:8.5px;letter-spacing:.28em}
  .hero-panel strong{font-size:clamp(36px,3.1vw,54px);line-height:.9}
  .hero-panel p{font-size:12px;line-height:1.42}
  .hero-panel__line{margin:1px 0}
  .hero-panel__highlights{gap:7px}
  .panel-point{padding:9px 10px;font-size:10px;letter-spacing:.24em}

  .product-selector{bottom:16px!important;max-width:min(590px,calc(100vw - 2 * var(--pad)))!important;padding:8px;gap:8px;border-radius:22px}
  .product-tab{min-width:154px;grid-template-columns:minmax(72px,1fr) 42px;gap:9px;padding:9px;border-radius:17px}
  .product-tab b{font-size:12px}.product-tab span span{font-size:9px;margin-top:5px}.product-tab img{width:42px;height:40px;border-radius:12px}
  .scene-arrow{bottom:92px;width:48px;height:48px}
  .scene-arrow--prev{transform:translateX(-78px)}.scene-arrow--next{transform:translateX(30px)}
  .scene-arrow--prev:hover{transform:translateX(-78px) translateY(-2px) scale(1.04)}.scene-arrow--next:hover{transform:translateX(30px) translateY(-2px) scale(1.04)}
  .scroll-cue{bottom:88px;right:calc(var(--pad) + 6px)}
}

@media (min-width:901px) and (max-width:1380px){
  :root{--pad:clamp(16px,2.8vw,42px)}
  .hero__layout{grid-template-columns:minmax(260px,.7fr) minmax(390px,1fr) minmax(230px,.5fr)!important;gap:clamp(14px,2vw,28px)!important}
  .hero-copy h1{font-size:clamp(34px,3.75vw,52px)!important;max-width:12ch!important}
  .hero-copy__lead{font-size:13px;max-width:32ch}
  .product-art{width:min(42vw,560px)!important}
  .hero-panel{max-width:270px;padding:16px}.hero-panel strong{font-size:clamp(34px,3.3vw,46px)}
  .hero-scene-notes{grid-template-columns:1fr 1fr}.hero-scene-notes>span:nth-child(3),.scene-note:nth-child(3){grid-column:1/-1}
}

@media (min-width:901px) and (max-height:820px){
  :root{--header:70px}
  .hero{padding-top:calc(var(--header) + 10px)!important;padding-bottom:86px!important}
  .hero__layout{height:calc(100svh - var(--header) - 100px)!important;max-height:610px}
  .hero-copy{gap:9px}.hero-copy h1{font-size:clamp(34px,3.05vw,54px)!important;line-height:.94!important;max-width:12.2ch!important}
  .hero-copy__lead{font-size:12.5px;line-height:1.38;max-width:33ch}
  .hero-badge{padding:7px 10px;font-size:9.5px}.hero-scene-notes{display:none}
  .hero-actions .btn--glass{display:none}
  .btn{min-height:44px;padding:12px 16px}
  .showcase{min-height:min(56svh,520px)}.product-art{width:min(42vw,600px)!important}.showcase__plate{width:min(32vw,410px)}
  .hero-panel{padding:15px;gap:8px;max-width:270px}.hero-panel strong{font-size:clamp(32px,2.8vw,48px)}.hero-panel p{font-size:11px}.panel-point{padding:8px 9px;font-size:9px}
  .product-selector{bottom:12px!important;padding:7px}.product-tab{min-width:142px;padding:8px}.product-tab img{width:38px;height:36px}.scene-arrow{bottom:78px;width:44px;height:44px}.scroll-cue{display:none}
}

@media (min-width:1500px) and (min-height:900px){
  .hero-copy h1{font-size:clamp(44px,3.7vw,70px)!important}
  .product-art{width:min(46vw,700px)!important}
  .hero-panel{max-width:320px}
}


/* =========================================================
   Linea Studio v22 story title fit pass
   Target: large story <h2> headings, including
   "Вино, сир, фактура і кадр...". Mobile-first sizing,
   then desktop refinement. Prevents text collisions and
   keeps horizontal story panels award-level but readable.
   ========================================================= */
.story-panel__copy{
  min-width:0;
}
.story-panel h2{
  font-size:clamp(30px,8.4vw,44px)!important;
  line-height:.98!important;
  letter-spacing:-.05em!important;
  max-width:100%!important;
  text-wrap:balance;
  overflow-wrap:normal;
}
.story-panel p:not(.eyebrow){
  max-width:52ch;
}
@media (max-width:900px){
  .story-panel__copy{
    max-width:100%!important;
    gap:10px!important;
  }
  .story-panel h2{
    font-size:clamp(27px,8vw,38px)!important;
    line-height:1!important;
    letter-spacing:-.043em!important;
    max-width:100%!important;
  }
  .story-panel p:not(.eyebrow){
    font-size:12.5px!important;
    line-height:1.5!important;
    max-width:100%!important;
  }
}
@media (max-width:520px){
  .story-panel h2{
    font-size:clamp(25px,7.6vw,33px)!important;
    line-height:1.02!important;
    letter-spacing:-.038em!important;
  }
}
@media (min-width:901px){
  .story-panel{
    grid-template-columns:minmax(330px,.86fr) minmax(360px,1.14fr)!important;
    gap:clamp(24px,4vw,72px)!important;
  }
  .story-panel__copy{
    max-width:min(46vw,620px)!important;
  }
  .story-panel h2{
    font-size:clamp(40px,4.05vw,68px)!important;
    line-height:.94!important;
    letter-spacing:-.062em!important;
    max-width:15.2ch!important;
  }
  .story-panel p:not(.eyebrow){
    font-size:15px!important;
    line-height:1.58!important;
    max-width:48ch!important;
  }
}
@media (min-width:901px) and (max-width:1380px){
  .story-panel{
    grid-template-columns:minmax(300px,.9fr) minmax(340px,1.1fr)!important;
    gap:clamp(20px,3vw,48px)!important;
  }
  .story-panel__copy{
    max-width:540px!important;
    padding-left:2.2vw!important;
  }
  .story-panel h2{
    font-size:clamp(34px,3.65vw,54px)!important;
    line-height:.96!important;
    letter-spacing:-.055em!important;
    max-width:16.2ch!important;
  }
  .story-panel p:not(.eyebrow){
    font-size:14px!important;
    line-height:1.52!important;
    max-width:47ch!important;
  }
}
@media (min-width:901px) and (max-height:820px){
  .story-panel__copy{
    gap:12px!important;
  }
  .story-panel h2{
    font-size:clamp(32px,3.2vw,50px)!important;
    line-height:.97!important;
    max-width:16.6ch!important;
  }
  .story-panel p:not(.eyebrow){
    font-size:13.5px!important;
    line-height:1.48!important;
  }
}
@media (min-width:1500px) and (min-height:900px){
  .story-panel h2{
    font-size:clamp(44px,4vw,72px)!important;
    max-width:15ch!important;
  }
}

/* =========================================================
   Linea Studio v23 typography + UI rhythm system
   Goal: one coherent type scale across hero, menu, story,
   collection and checkout; desktop-fit without killing the
   expressive Awwwards-style character. Mobile-first first.
   ========================================================= */
:root{
  --type-display-weight:900;
  --type-ui-weight:850;
  --type-title-track:-.055em;
  --type-tight-track:-.035em;
  --type-ui-track:.11em;
  --type-hero:clamp(38px,10.4vw,58px);
  --type-section:clamp(32px,8.6vw,52px);
  --type-story:clamp(30px,8.1vw,44px);
  --type-card:clamp(28px,7.2vw,42px);
  --type-nav:clamp(42px,13vw,72px);
  --type-body:clamp(13px,3.6vw,15px);
  --type-small:clamp(10px,2.8vw,12px);
}

.hero-copy h1,
.section-head h2,
.story-panel h2,
.delivery-card h2,
.checkout-form h2,
.nav-overlay__links a,
.nav-overlay__card strong,
.collection-card h3,
.checkout-summary h3{
  font-weight:var(--type-display-weight)!important;
  letter-spacing:var(--type-title-track)!important;
  line-height:.98!important;
  text-wrap:balance;
}

.hero-copy__lead,
.story-panel p:not(.eyebrow),
.section-head p:not(.eyebrow),
.collection-card p,
.info-grid span,
.checkout-summary p,
.checkout-form small,
.hero-panel p{
  letter-spacing:-.012em;
  line-height:1.5!important;
}

.eyebrow,
.hero-panel span,
.panel-point,
.hero-badge,
.header-order,
.main-nav a,
.btn,
.checkout-form label>span,
.scene-note small,
.hero-scene-notes small{
  font-weight:var(--type-ui-weight)!important;
}

/* Mobile/base: less aggressive display type, more air between lines */
.hero-copy h1{
  font-size:var(--type-hero)!important;
  line-height:.98!important;
  max-width:11.5ch!important;
}
.hero-copy__lead{font-size:var(--type-body)!important;max-width:36ch!important}
.section-head h2,.delivery-card h2{font-size:var(--type-section)!important;line-height:1!important;max-width:13.5ch;margin-left:auto;margin-right:auto}
.section-head--mini h2,.checkout-form h2{font-size:clamp(28px,7.6vw,42px)!important;line-height:1.02!important;max-width:15ch!important}
.story-panel h2{font-size:var(--type-story)!important;line-height:1!important;max-width:16.5ch!important}
.collection-card h3{font-size:var(--type-card)!important;line-height:.98!important}
.checkout-summary h3{font-size:clamp(30px,8vw,44px)!important;line-height:.98!important}
.hero-panel strong{font-size:clamp(36px,9vw,54px)!important;line-height:.92!important;letter-spacing:-.052em!important}

/* Fullscreen menu: expressive, but no longer cropped on normal laptops */
.nav-overlay{
  padding:calc(var(--header) + 20px) var(--pad) 28px!important;
  align-items:center!important;
  overflow:hidden!important;
}
.nav-overlay__inner{
  width:min(1360px,100%)!important;
  min-height:0!important;
  max-height:calc(100dvh - var(--header) - 52px)!important;
  display:grid!important;
  align-items:stretch!important;
}
.nav-overlay__links{align-self:center!important;min-height:0!important}
.nav-overlay__links a{
  font-size:var(--type-nav)!important;
  line-height:.9!important;
  letter-spacing:-.065em!important;
  padding:clamp(10px,1.7vh,16px) 0!important;
}
.nav-overlay__links a span{
  min-width:28px;
  margin-top:.1em!important;
  font-size:11px!important;
  letter-spacing:.16em!important;
}
.nav-overlay__card{
  min-height:0!important;
  height:auto!important;
  align-self:center!important;
  align-content:end!important;
  gap:clamp(12px,2vh,18px)!important;
  padding:clamp(22px,3vw,34px)!important;
  border-radius:30px!important;
}
.nav-overlay__card strong{
  font-size:clamp(30px,3.15vw,50px)!important;
  line-height:1.02!important;
  max-width:12.5ch!important;
}
.nav-overlay__card .btn{width:100%;max-width:420px}

@media (max-width:900px){
  :root{
    --type-title-track:-.045em;
    --type-hero:clamp(36px,10.6vw,56px);
    --type-section:clamp(30px,8.4vw,44px);
    --type-story:clamp(28px,7.8vw,38px);
    --type-card:clamp(28px,7.4vw,38px);
    --type-nav:clamp(40px,12vw,64px);
  }
  .nav-overlay{overflow:auto!important}
  .nav-overlay__inner{max-height:none!important;align-items:start!important}
  .nav-overlay__links a{line-height:.94!important;padding:12px 0!important}
  .nav-overlay__card strong{font-size:clamp(28px,8vw,42px)!important;max-width:13ch!important}
  .section-head h2,.delivery-card h2{max-width:14ch!important}
  .story-panel h2{max-width:15ch!important}
}

@media (min-width:901px){
  :root{
    --type-title-track:-.052em;
    --type-hero:clamp(42px,3.25vw,62px);
    --type-section:clamp(42px,4.15vw,70px);
    --type-story:clamp(40px,3.75vw,64px);
    --type-card:clamp(30px,2.2vw,38px);
    --type-nav:clamp(54px,5.4vw,82px);
    --type-body:clamp(13.5px,.92vw,15px);
  }
  .site-header{height:72px!important;padding-top:13px!important;padding-bottom:13px!important}
  .brand__name{font-size:clamp(22px,1.45vw,28px)!important;letter-spacing:.24em!important}
  .brand__sub{font-size:8px!important;letter-spacing:.48em!important}
  .main-nav a{font-size:12.5px!important;letter-spacing:-.015em!important}
  .header-order{font-size:11px!important;min-height:34px!important}

  .hero{padding-top:calc(var(--header) + 12px)!important}
  .hero-copy{max-width:460px!important;gap:12px!important}
  .hero-copy h1{font-size:var(--type-hero)!important;line-height:.98!important;max-width:12.4ch!important}
  .hero-copy__lead{font-size:var(--type-body)!important;line-height:1.48!important;max-width:34ch!important}
  .eyebrow{font-size:9.5px!important;letter-spacing:.3em!important}
  .hero-badge{font-size:10.5px!important;letter-spacing:-.01em!important}

  .hero-panel{max-width:300px!important;padding:18px!important}
  .hero-panel strong{font-size:clamp(36px,3vw,52px)!important;line-height:.92!important}
  .hero-panel p{font-size:12px!important;line-height:1.42!important}
  .panel-point{font-size:9.5px!important;letter-spacing:.2em!important;line-height:1.12!important}

  .story-panel{
    grid-template-columns:minmax(360px,.92fr) minmax(360px,1.08fr)!important;
    gap:clamp(26px,4vw,70px)!important;
    padding-top:calc(var(--header) + 24px)!important;
  }
  .story-panel__copy{max-width:min(47vw,650px)!important;gap:14px!important;padding-left:2.5vw!important}
  .story-panel h2{font-size:var(--type-story)!important;line-height:.98!important;max-width:17.5ch!important}
  .story-panel p:not(.eyebrow){font-size:14.5px!important;line-height:1.52!important;max-width:48ch!important}
  .story-panel__number{font-size:clamp(80px,10vw,150px)!important;opacity:.72!important}

  .section{padding-top:calc(var(--header) + 46px)!important}
  .section-head{max-width:880px!important;gap:12px!important;margin-bottom:30px!important}
  .section-head h2{font-size:var(--type-section)!important;line-height:.98!important;max-width:15ch!important}
  .section-head p:not(.eyebrow){font-size:14.5px!important;line-height:1.54!important;max-width:62ch!important}

  .collection-card{min-height:570px!important;border-radius:28px!important}
  .collection-card__visual{min-height:320px!important;padding:22px!important}
  .collection-card__visual img{height:285px!important}
  .collection-card__body{gap:12px!important;padding:22px!important}
  .collection-card h3{font-size:var(--type-card)!important;line-height:.98!important}
  .collection-card p{font-size:13.5px!important;line-height:1.52!important;min-height:78px!important}
  .collection-card__price{font-size:24px!important}

  .delivery-card h2{font-size:clamp(40px,3.8vw,64px)!important;line-height:1!important;max-width:12.5ch!important;margin:0!important}
  .info-grid b{font-size:18px!important;line-height:1.08!important}
  .info-grid span{font-size:13.5px!important;line-height:1.52!important}

  .section-head--mini h2,.checkout-form h2{font-size:clamp(32px,3vw,48px)!important;line-height:1.02!important;max-width:15ch!important;margin:0!important}
  .checkout-summary h3{font-size:clamp(34px,3vw,46px)!important;line-height:.98!important}
}

@media (min-width:901px) and (max-width:1380px){
  :root{
    --type-hero:clamp(38px,3.2vw,52px);
    --type-section:clamp(38px,3.7vw,58px);
    --type-story:clamp(36px,3.35vw,54px);
    --type-nav:clamp(48px,5vw,68px);
  }
  .hero-copy h1{max-width:12.8ch!important}
  .story-panel h2{max-width:18ch!important}
  .nav-overlay__inner{gap:clamp(24px,4vw,72px)!important}
  .nav-overlay__card strong{font-size:clamp(28px,3.2vw,42px)!important;max-width:13ch!important}
}

@media (min-width:901px) and (max-height:820px){
  :root{
    --type-hero:clamp(34px,3vw,48px);
    --type-story:clamp(32px,3.05vw,48px);
    --type-nav:clamp(42px,7.2vh,58px);
    --type-section:clamp(36px,3.4vw,54px);
  }
  .nav-overlay{padding-top:calc(var(--header) + 10px)!important;padding-bottom:18px!important}
  .nav-overlay__inner{max-height:calc(100dvh - var(--header) - 28px)!important;gap:clamp(18px,3vw,54px)!important}
  .nav-overlay__links a{padding:clamp(8px,1.25vh,12px) 0!important;line-height:.9!important}
  .nav-overlay__card{padding:22px!important;gap:12px!important;border-radius:26px!important}
  .nav-overlay__card strong{font-size:clamp(26px,3vw,38px)!important;line-height:1.04!important}
  .nav-overlay__card .btn{min-height:44px!important}

  .hero-copy__lead{font-size:12.5px!important;line-height:1.4!important}
  .story-panel__copy{gap:10px!important}
  .story-panel h2{line-height:.99!important}
  .story-panel p:not(.eyebrow){font-size:13.2px!important;line-height:1.45!important}
}

@media (min-width:1500px) and (min-height:900px){
  :root{
    --type-hero:clamp(48px,3.35vw,68px);
    --type-section:clamp(48px,4.2vw,78px);
    --type-story:clamp(46px,3.75vw,70px);
    --type-nav:clamp(64px,5.2vw,88px);
  }
  .hero-copy h1{max-width:12ch!important}
  .story-panel h2{max-width:17ch!important}
}

/* v23 tiny sync: header variable must match real fixed header height */
@media (min-width:901px){:root{--header:72px}}

/* =========================================================
   Linea Studio v24 art-direction hero pass
   Goal: make the first screen feel calmer, more expensive and
   more Awwwards-like: more air, less shop-noise, lighter card,
   smaller object, thinner collection switcher.
   ========================================================= */
@media (min-width:901px){
  :root{
    --header:72px;
    --pad:clamp(28px,3vw,56px);
    --type-hero:clamp(38px,2.95vw,56px);
    --type-body:clamp(13px,.86vw,14.5px);
  }

  .hero{padding-top:calc(var(--header) + 10px)!important;padding-bottom:92px!important}
  .hero__layout{height:calc(100svh - var(--header) - 112px)!important;max-height:680px!important;grid-template-columns:minmax(320px,.78fr) minmax(460px,1.06fr) minmax(250px,.48fr)!important;gap:clamp(26px,3.2vw,64px)!important}
  .hero__layout::before{inset:-10px -12px!important;border-color:rgba(255,245,234,.045)!important;background:linear-gradient(120deg,rgba(255,255,255,.026),rgba(255,255,255,0) 48%,rgba(var(--scene-accent-rgb),.025))!important}
  .hero__word{top:10%!important;left:25%!important;font-size:clamp(118px,18.5vw,300px)!important;letter-spacing:-.105em!important;color:rgba(255,245,234,.04)!important;opacity:.82!important}
  .hero__count{right:19%!important;bottom:12%!important;font-size:clamp(52px,6.8vw,106px)!important;color:rgba(255,245,234,.028)!important}

  .hero-copy{max-width:430px!important;gap:13px!important;transform:translateY(-2px)}
  .eyebrow{font-size:9px!important;letter-spacing:.34em!important;line-height:1.25!important}
  .hero-copy h1{font-size:var(--type-hero)!important;line-height:1.02!important;letter-spacing:-.056em!important;max-width:12.9ch!important}
  .hero-copy__lead{max-width:33ch!important;font-size:var(--type-body)!important;line-height:1.5!important;color:rgba(255,245,234,.72)!important}
  .hero-badges{gap:7px!important;margin-top:1px!important}
  .hero-badge{padding:7px 10px!important;font-size:9.5px!important;line-height:1.1!important;border-color:rgba(255,245,234,.105)!important;background:rgba(255,255,255,.026)!important;color:rgba(255,245,234,.78)!important}
  .hero-badge::before{width:6px!important;height:6px!important;box-shadow:0 0 0 5px rgba(var(--scene-accent-rgb),.09)!important}
  .hero-actions{margin-top:4px!important}
  .btn{min-height:46px!important;min-width:132px!important;padding:13px 18px!important;border-radius:15px!important;font-size:12px!important}

  .showcase{min-height:min(57svh,560px)!important;transform:translateX(-1.2vw)}
  .showcase__halo{inset:11%!important;opacity:.78!important}
  .showcase__plate{width:min(31vw,410px)!important;height:min(9vw,104px)!important;top:60%!important;opacity:.8!important}
  .product-art{width:min(40vw,610px)!important;aspect-ratio:1.14/1!important;filter:drop-shadow(0 44px 46px rgba(0,0,0,.54))!important}
  .product-art picture{width:91%!important;height:91%!important}
  .product-art::before{opacity:.84!important}
  .product-art::after{opacity:.62!important}
  .product-art figcaption{left:17%!important;bottom:12%!important;padding:6px 10px!important;font-size:7.5px!important;letter-spacing:.28em!important;background:rgba(8,3,2,.68)!important}
  .decor-sprite{max-width:96px!important;max-height:96px!important;opacity:.9!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.34))!important}

  .hero-panel{max-width:282px!important;padding:17px!important;gap:9px!important;border-radius:24px!important;border-color:rgba(var(--scene-accent-rgb),.12)!important;background:linear-gradient(150deg,rgba(255,255,255,.058),rgba(255,255,255,.014))!important;box-shadow:0 26px 80px rgba(0,0,0,.22)!important}
  .hero-panel span{font-size:8px!important;letter-spacing:.3em!important;color:rgba(var(--scene-accent-rgb),.86)!important}
  .hero-panel strong{font-size:clamp(32px,2.7vw,46px)!important;line-height:.94!important;letter-spacing:-.052em!important}
  .hero-panel p{font-size:11.5px!important;line-height:1.45!important;color:rgba(255,245,234,.66)!important}
  .hero-panel__line{margin:0!important;opacity:.65!important}
  .hero-panel__highlights{gap:6px!important}
  .panel-point{padding:8px 10px!important;border-radius:14px!important;font-size:9px!important;line-height:1.08!important;letter-spacing:.22em!important;background:rgba(var(--scene-accent-rgb),.04)!important}
  .panel-point::before{width:16px!important;height:16px!important;font-size:10px!important;flex:0 0 16px!important}

  .product-selector{bottom:14px!important;max-width:min(540px,calc(100vw - 2 * var(--pad)))!important;padding:6px!important;gap:6px!important;border-radius:20px!important;border-color:rgba(var(--scene-accent-rgb),.12)!important;background:rgba(8,3,2,.56)!important;box-shadow:0 20px 70px rgba(0,0,0,.24)!important}
  .product-tab{min-width:138px!important;grid-template-columns:minmax(68px,1fr) 36px!important;gap:8px!important;padding:7px 8px!important;border-radius:15px!important;background:rgba(255,255,255,.026)!important}
  .product-tab:hover,.product-tab.is-active{transform:translateY(-1px)!important;background:rgba(var(--scene-accent-rgb),.075)!important}
  .product-tab b{font-size:11px!important;line-height:1!important}
  .product-tab span span{margin-top:4px!important;font-size:8px!important;color:rgba(255,245,234,.5)!important}
  .product-tab img{width:36px!important;height:34px!important;border-radius:10px!important}

  .scene-arrow{bottom:76px!important;width:42px!important;height:42px!important;background:rgba(8,3,2,.54)!important}
  .scene-arrow svg{width:21px!important;height:21px!important}
  .scene-arrow--prev{transform:translateX(-70px)!important}
  .scene-arrow--next{transform:translateX(28px)!important}
  .scene-arrow--prev:hover{transform:translateX(-70px) translateY(-2px) scale(1.04)!important}
  .scene-arrow--next:hover{transform:translateX(28px) translateY(-2px) scale(1.04)!important}
  .scroll-cue{bottom:82px!important;opacity:.5!important}
}

@media (min-width:901px) and (max-width:1380px){
  :root{--type-hero:clamp(34px,3vw,48px)}
  .hero__layout{grid-template-columns:minmax(280px,.78fr) minmax(380px,1fr) minmax(225px,.48fr)!important;gap:clamp(18px,2.45vw,34px)!important}
  .hero-copy{max-width:390px!important}
  .hero-copy h1{max-width:13ch!important}
  .hero-copy__lead{max-width:31ch!important;font-size:12.8px!important}
  .showcase{transform:translateX(-.6vw)}
  .product-art{width:min(37vw,520px)!important}
  .hero-panel{max-width:258px!important;padding:15px!important}
  .hero-panel strong{font-size:clamp(30px,2.8vw,42px)!important}
  .product-selector{max-width:min(505px,calc(100vw - 2 * var(--pad)))!important}
  .product-tab{min-width:128px!important;grid-template-columns:minmax(62px,1fr) 34px!important}
}

@media (min-width:901px) and (max-height:820px){
  .hero{padding-bottom:80px!important}
  .hero__layout{height:calc(100svh - var(--header) - 96px)!important;max-height:600px!important}
  .hero-copy{gap:9px!important}
  .hero-copy h1{font-size:clamp(32px,2.65vw,46px)!important;line-height:1.01!important}
  .hero-copy__lead{font-size:12px!important;line-height:1.42!important}
  .hero-badge{padding:6px 9px!important;font-size:9px!important}
  .showcase{min-height:min(52svh,500px)!important}
  .product-art{width:min(37vw,560px)!important}
  .decor-sprite{max-width:82px!important;max-height:82px!important}
  .hero-panel{max-width:252px!important;padding:14px!important}
  .hero-panel strong{font-size:clamp(28px,2.55vw,40px)!important}
  .hero-panel p{font-size:10.7px!important}
  .panel-point{padding:7px 9px!important;font-size:8.6px!important}
  .product-selector{bottom:10px!important;padding:5px!important}
  .product-tab{min-width:124px!important;padding:6px 7px!important}
  .product-tab img{width:32px!important;height:31px!important}
  .scene-arrow{bottom:66px!important;width:40px!important;height:40px!important}
  .scroll-cue{display:none!important}
}

@media (min-width:1500px) and (min-height:900px){
  :root{--type-hero:clamp(42px,3.05vw,60px)}
  .hero-copy h1{max-width:12.6ch!important}
  .product-art{width:min(39vw,640px)!important}
  .hero-panel{max-width:292px!important}
}

/* =========================================================
   Linea Studio v25 navigation + motion polish
   Fixes logo/home jump after ScrollTrigger pinning and adds
   smoother desktop/mobile dynamics without changing markup.
   ========================================================= */
html{scroll-behavior:auto!important}
body.is-returning-home .story,
body.is-returning-home .story__sticky,
body.is-returning-home .story-track{visibility:hidden!important;pointer-events:none!important}
body.is-beyond-hero .site-header{background:linear-gradient(180deg,rgba(8,3,2,.965),rgba(8,3,2,.82));box-shadow:0 14px 54px rgba(0,0,0,.2)}
.site-header{transition:background .34s ease,box-shadow .34s ease,border-color .34s ease}

@media (min-width:901px){
  .hero{contain:layout paint;}
  .hero__layout{transition:filter .35s ease}
  .hero-copy,.hero-panel,.product-selector,.scene-arrow{will-change:transform,opacity}
  .hero-panel{transform:translate3d(0,0,0)}
  .showcase{isolation:isolate}
  .product-art{transform-style:preserve-3d}

  .story{background:linear-gradient(180deg,rgba(8,3,2,.08),rgba(8,3,2,.55) 42%,rgba(8,3,2,.12));}
  .story-panel{isolation:isolate;transform:translateZ(0)}
  .story-panel::after{content:"";position:absolute;inset:18% 12%;z-index:0;border-radius:999px;background:radial-gradient(circle,rgba(var(--scene-accent-rgb),.08),transparent 62%);filter:blur(34px);opacity:.72;pointer-events:none;transform:scale(.84);transition:opacity .5s ease,transform .5s ease}
  .story-panel__copy,.story-panel__visual,.story-still,.craft-grid,.gift-shot{position:relative;z-index:2}
  .story-panel h2{max-width:18ch!important;text-wrap:balance}
  .story-panel p:not(.eyebrow){max-width:50ch!important}
  .story-panel__visual img,.story-still__main{transition:transform .75s cubic-bezier(.16,1,.3,1),filter .75s ease}
  .story-panel:hover::after{opacity:1;transform:scale(1)}
  .story-panel:hover .story-panel__visual img,
  .story-panel:hover .story-still__main{transform:translateY(-8px) scale(1.018);filter:drop-shadow(0 58px 64px rgba(0,0,0,.54))}

  .collection-card,.info-grid article,.delivery-card,.checkout-summary,.checkout-form{transition:transform .36s cubic-bezier(.16,1,.3,1),border-color .36s ease,background .36s ease,box-shadow .36s ease}
  .collection-card:hover,.info-grid article:hover{transform:translateY(-6px);border-color:rgba(var(--scene-accent-rgb),.26);background:rgba(255,255,255,.06);box-shadow:0 34px 100px rgba(0,0,0,.34)}
}

@media (max-width:900px){
  .site-header{border-bottom:1px solid rgba(255,245,234,.055)}
  .hero{padding-bottom:24px!important}
  .hero-copy h1{line-height:.98!important;letter-spacing:-.064em!important;max-width:11.5ch!important;text-wrap:balance}
  .hero-copy__lead{line-height:1.48!important;color:rgba(255,245,234,.74)!important}
  .showcase{margin-top:4px;margin-bottom:2px}
  .product-art{filter:drop-shadow(0 34px 42px rgba(0,0,0,.5))!important}
  .hero-panel{background:linear-gradient(152deg,rgba(255,255,255,.07),rgba(255,255,255,.024))!important;border-color:rgba(var(--scene-accent-rgb),.16)!important}
  .product-selector{background:rgba(8,3,2,.72)!important;border-color:rgba(var(--scene-accent-rgb),.14)!important;box-shadow:0 18px 54px rgba(0,0,0,.28)!important}

  .story{padding-top:34px!important;background:linear-gradient(180deg,rgba(8,3,2,.02),rgba(8,3,2,.5) 52%,rgba(8,3,2,.05))}
  .story::before{position:sticky;left:var(--pad);top:calc(var(--header) + 8px);z-index:3;backdrop-filter:blur(14px);background:rgba(8,3,2,.58)!important}
  .story-track{scroll-padding-left:var(--pad);overscroll-behavior-x:contain;touch-action:pan-x pan-y}
  .story-panel{--card-active:.35;opacity:calc(.72 + (var(--card-active) * .28));transform:scale(calc(.955 + (var(--card-active) * .045))) translateY(calc((1 - var(--card-active)) * 14px));transition:transform .24s ease,opacity .24s ease,border-color .24s ease,box-shadow .24s ease;background:linear-gradient(160deg,rgba(255,255,255,.068),rgba(255,255,255,.02)),radial-gradient(circle at 76% 18%,rgba(var(--scene-accent-rgb),.105),transparent 48%)!important}
  .story-panel.is-active{border-color:rgba(var(--scene-accent-rgb),.24);box-shadow:0 28px 90px rgba(0,0,0,.38)}
  .story-panel h2{font-size:clamp(31px,9.2vw,46px)!important;line-height:1.02!important;letter-spacing:-.064em!important;max-width:12.5ch!important;text-wrap:balance}
  .story-panel p:not(.eyebrow){font-size:13px!important;line-height:1.56!important;max-width:36ch!important;color:rgba(255,245,234,.72)!important}
  .story-panel__visual img,.story-still__main{transform:translateY(calc((1 - var(--card-active, .5)) * 12px)) scale(calc(.98 + (var(--card-active, .5) * .035)));transition:transform .24s ease}
  .craft-grid div,.gift-shot{transform:scale(calc(.98 + (var(--card-active, .5) * .025)));transition:transform .24s ease}

  .collection-card{transition:transform .24s ease,border-color .24s ease;background .24s ease}
  .collection-card:active{transform:scale(.985);border-color:rgba(var(--scene-accent-rgb),.24)}
}
