:root {
  --ink: #2f2c30;
  --ink-soft: #625b60;
  --paper: #fcfaf9;
  --cream: #ffffff;
  --line: #eadfdd;
  --muted: #887c7e;
  --orange: #dc827b;
  --yellow: #efb7ae;
  --mint: #fff0ee;
  --sage: #e9c4bf;
  --rose: #f7dfdc;
  --font-sans: "DM Sans", "Trebuchet MS", sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
  --font-mono: "DM Mono", Consolas, monospace;
  --shadow: 0 22px 50px rgba(88, 52, 56, .12);
  --radius: 1.4rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--font-sans); }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(100% - 3rem, 1160px); margin: 0 auto; }
.section-anchor { position: relative; top: -100px; height: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.breadcrumb { display: flex; gap: .6rem; padding-top: 1.2rem; color: var(--muted); font: 10px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { color: var(--ink); }

.announcement { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem max(1.5rem, calc((100vw - 1160px) / 2)); background: var(--ink); color: rgba(255,253,247,.78); font: 10px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.announcement p, .announcement span { margin: 0; }
.announcement strong { color: var(--yellow); font-weight: 500; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 2rem; min-height: 76px; padding: 0 max(1.5rem, calc((100vw - 1160px) / 2)); border-bottom: 1px solid rgba(18,60,56,.13); background: rgba(246,242,233,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { width: 205px; height: 72px; object-fit: contain; object-position: left center; border-radius: .5rem; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 2rem; margin: 0 auto; }
.desktop-nav a, .footer-links a { color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active, .footer-links a:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: .5rem; }
.icon-button, .menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: transparent; color: var(--ink); transition: background .2s ease, color .2s ease, transform .2s ease; }
.icon-button:hover, .menu-toggle:hover { background: var(--ink); color: var(--paper); }
.cart-button { display: inline-flex; align-items: center; gap: .45rem; padding: .7rem 1rem; border: 1px solid rgba(18,60,56,.25); border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.cart-button:hover { background: var(--ink); color: var(--paper); }
.cart-count { display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 .25rem; border-radius: 50%; background: var(--orange); color: var(--paper); font-size: 10px; }
.menu-toggle { display: none; gap: 5px; padding: 12px; }
.menu-toggle span { width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.search-bar { position: absolute; right: max(1.5rem, calc((100vw - 1160px) / 2)); top: calc(100% + 10px); display: none; width: min(420px, calc(100vw - 3rem)); padding: .85rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); box-shadow: var(--shadow); }
.search-bar.is-open { display: block; animation: drop-in .2s ease both; }
.search-bar label { display: block; margin: 0 0 .5rem .4rem; color: var(--muted); font: 9px var(--font-mono); letter-spacing: .13em; text-transform: uppercase; }
.search-field { display: flex; align-items: center; gap: .65rem; }
.search-field input { width: 100%; height: 43px; border: 1px solid var(--line); border-radius: 999px; outline: 0; padding: 0 1rem; background: var(--paper); color: var(--ink); font-size: 13px; }
.search-field input:focus { border-color: var(--orange); }
.search-field button { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: transparent; color: var(--ink); }
.mobile-nav { display: none; }

.section-grid { background-image: linear-gradient(rgba(18,60,56,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(18,60,56,.055) 1px, transparent 1px); background-size: 4rem 4rem; }
.hero-inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 3rem; padding-top: 6.5rem; padding-bottom: 5rem; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0; color: var(--orange); font: 10px var(--font-mono); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--orange); }
.hero h1 { max-width: 520px; margin: 1.5rem 0 0; font: 500 clamp(4.4rem, 8.5vw, 7.4rem)/.88 var(--font-display); letter-spacing: -.055em; }
.hero h1 em, .category-card em { color: var(--orange); font-style: italic; }
.hero-description { max-width: 400px; margin: 2rem 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; padding: .8rem 1.25rem; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(18,60,56,.12); }
.button-primary { background: var(--orange); color: var(--paper); }
.button-primary:hover { background: #c94424; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #0b302d; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 8px; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translate(3px, -3px); }
.hero-notes { display: flex; align-items: center; gap: 1.25rem; margin-top: 4rem; padding-top: 1.15rem; border-top: 1px solid rgba(18,60,56,.2); color: var(--muted); font: 10px/1.6 var(--font-mono); letter-spacing: .09em; text-transform: uppercase; }
.hero-notes i { width: 1px; height: 32px; background: rgba(18,60,56,.2); }
.hero-art { position: relative; min-height: 520px; }
.hero-orb { position: absolute; left: 8%; top: 14%; width: 62%; height: 70%; border-radius: 50%; background: rgba(241,194,71,.32); filter: blur(38px); }
.hero-ring { position: absolute; right: 6%; top: 9%; width: 145px; height: 145px; border: 1px solid rgba(222,84,46,.4); border-radius: 50%; }
.hero-shadow { position: absolute; bottom: 5%; left: 3%; right: 4%; height: 28px; border-radius: 50%; background: rgba(18,60,56,.22); filter: blur(18px); }
.hero-pack { position: absolute; overflow: hidden; border-radius: 1.1rem; box-shadow: 18px 24px 22px rgba(18,60,56,.18); }
.hero-pack img { width: 100%; height: 100%; object-fit: cover; }
.hero-pack-back { left: 3%; top: 16%; width: 45%; height: 59%; transform: rotate(-6deg); animation: float-back 7s ease-in-out infinite; }
.hero-pack-front { right: 0; top: 4%; width: 56%; height: 65%; transform: rotate(4deg); animation: float-front 7s ease-in-out -2s infinite; }
.hero-pack-bottom { left: 28%; bottom: 0; width: 42%; height: 39%; transform: rotate(2deg); animation: float-bottom 7s ease-in-out -4s infinite; }
.hero-badge { position: absolute; right: 0; bottom: 2%; padding: .7rem 1rem; border-radius: 999px; background: var(--ink); color: var(--paper); font: 10px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.trust-strip { border-top: 1px solid rgba(18,60,56,.12); background: rgba(220,232,214,.58); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
.trust-inner > p { margin: 0; color: var(--ink); font: 10px var(--font-mono); letter-spacing: .14em; text-transform: uppercase; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.6rem; color: rgba(18,60,56,.7); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-icon { margin-right: .35rem; color: var(--orange); font-size: 14px; }

.collection { padding-top: 8rem; padding-bottom: 8rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2, .standard h2, .newsletter h2 { max-width: 640px; margin: 1rem 0 0; font: 500 clamp(3rem, 6vw, 5.2rem)/.94 var(--font-display); letter-spacing: -.045em; }
.collection-meta { display: flex; align-items: end; gap: 2rem; }
.collection-count { color: var(--muted); font: 10px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.collection-count b { color: var(--orange); font-weight: 500; }
.sort-wrap { display: flex; align-items: center; gap: .55rem; color: var(--muted); font: 10px var(--font-mono); text-transform: uppercase; }
.sort-wrap select { border: 0; border-bottom: 1px solid var(--ink); padding: 0 1rem .35rem .2rem; outline: 0; background: transparent; color: var(--ink); font: 10px var(--font-mono); text-transform: uppercase; cursor: pointer; }
.filter-row { display: flex; gap: .5rem; margin-top: 3.2rem; overflow-x: auto; padding-bottom: .35rem; }
.filter-button { flex-shrink: 0; padding: .7rem 1.05rem; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.shop-controls { display: flex; align-items: center; gap: .8rem; margin-top: 1.6rem; }
.shop-search { display: flex; align-items: center; gap: .7rem; flex: 1; min-height: 48px; padding: 0 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--muted); }
.shop-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.filter-toggle { display: none; min-height: 48px; }
.shop-layout { display: grid; grid-template-columns: 205px minmax(0, 1fr); gap: 1.3rem; margin-top: 1.6rem; }
.filter-sidebar { align-self: start; position: sticky; top: 100px; padding: 1rem; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(255,255,255,.72); }
.filter-sidebar-header { display: flex; justify-content: space-between; gap: .5rem; margin-bottom: 1.2rem; }
.filter-sidebar-header h3 { margin: .5rem 0 0; font: 500 1.8rem/.95 var(--font-display); }
.filter-close { display: none; }
.filter-field { display: grid; gap: .45rem; margin-top: 1rem; color: var(--muted); font: 9px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.filter-field select { width: 100%; border: 1px solid var(--line); border-radius: .6rem; padding: .7rem .6rem; outline: 0; background: var(--cream); color: var(--ink); font: 11px var(--font-sans); letter-spacing: normal; text-transform: none; }
.filter-field select:focus { border-color: var(--orange); }
.clear-filters { margin-top: 1.4rem; padding: .2rem 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card { perspective: 900px; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-7px) rotateX(1deg); box-shadow: var(--shadow); }
.product-visual { position: relative; display: block; height: 255px; overflow: hidden; background: #e9e7da; cursor: pointer; }
.product-visual::after { position: absolute; content: ""; inset: 12% 15%; z-index: 0; border-radius: 50%; background: rgba(241,194,71,.25); filter: blur(28px); }
.product-visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .5s ease; }
.product-card:hover .product-visual img { transform: scale(1.055) translateZ(8px); }
.category-tag { position: absolute; z-index: 2; left: .8rem; top: .8rem; padding: .45rem .65rem; border: 1px solid rgba(18,60,56,.12); border-radius: 999px; background: rgba(255,253,247,.84); backdrop-filter: blur(7px); color: var(--ink); font: 9px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.quick-view { position: absolute; z-index: 2; right: .8rem; bottom: .8rem; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--paper); opacity: 0; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.product-card:hover .quick-view, .product-visual:focus-visible .quick-view { opacity: 1; transform: translateY(0); }
.product-info { display: flex; flex-direction: column; gap: .7rem; padding: 1.2rem; }
.product-topline { display: flex; justify-content: space-between; gap: .5rem; }
.product-name { margin: 0; font: 500 24px/.95 var(--font-display); }
.product-name-button { padding: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.product-name-button:hover { color: var(--orange); }
.product-format { margin: .35rem 0 0; color: var(--muted); font: 9px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.product-benefit { min-height: 38px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.product-price { color: var(--orange); font-size: 15px; font-weight: 700; }
.rating { display: inline-flex; align-items: center; gap: .35rem; color: var(--muted); font: 10px var(--font-mono); }
.stars { color: var(--yellow); letter-spacing: .08em; }
.product-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; margin-top: .15rem; }
.product-actions .button { flex: 1; min-height: 42px; padding: .65rem .55rem; font-size: 9px; }
.detail-button { display: inline-flex; align-items: center; gap: .3rem; padding: .3rem 0; background: transparent; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.buy-now-button { margin-left: auto; }
.detail-button:hover .icon { transform: translate(2px, -2px); }
.empty-state { padding: 5rem 1rem; border: 1px dashed rgba(222,84,46,.55); border-radius: var(--radius); text-align: center; }
.empty-state h3 { margin: .8rem 0 0; font: 500 2rem var(--font-display); }
.empty-state p { margin: .5rem 0 1.5rem; color: var(--muted); font-size: 13px; }
.empty-sparkle { color: var(--orange); font-size: 2rem; }

.category-section { padding: 7rem 0; background: var(--mint); }
.section-heading.compact { align-items: end; }
.section-intro { max-width: 330px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 3rem; }
.category-card { position: relative; min-height: 295px; padding: 1.5rem; overflow: hidden; border-radius: var(--radius); background: var(--cream); color: var(--ink); text-align: left; transition: transform .3s ease, box-shadow .3s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-number { position: absolute; right: 1.2rem; top: 1.2rem; color: rgba(18,60,56,.5); font: 10px var(--font-mono); }
.category-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 3rem; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; }
.category-card strong { display: block; font: 500 clamp(1.8rem, 3vw, 3rem)/.88 var(--font-display); letter-spacing: -.04em; }
.category-card small { display: block; max-width: 170px; margin-top: 1.5rem; color: rgba(18,60,56,.68); font-size: 11px; line-height: 1.5; }
.category-arrow { position: absolute; right: 1.2rem; bottom: 1.2rem; }
.category-card-warm { background: var(--rose); }
.category-card-dark { background: var(--ink); color: var(--paper); }
.category-card-dark small, .category-card-dark .category-number { color: rgba(246,242,233,.64); }
.category-card-light { background: #e8e2ca; }
.category-card-0 { background: var(--cream); }
.category-card-1 { background: var(--rose); }
.category-card-2 { background: var(--ink); color: var(--paper); }
.category-card-3 { background: #f5eee1; }
.category-card-2 small, .category-card-2 .category-number { color: rgba(252,250,249,.64); }

.standard { padding: 8rem 0; background: var(--ink); color: var(--paper); }
.standard-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 5rem; align-items: center; }
.eyebrow-light { color: var(--yellow); }
.standard h2 { max-width: 500px; }
.standard-copy > p:not(.eyebrow) { max-width: 440px; margin: 2rem 0; color: rgba(246,242,233,.66); font-size: 14px; line-height: 1.8; }
.text-link-light { color: var(--paper); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(246,242,233,.22); border-radius: var(--radius); }
.principles article { min-height: 280px; padding: 1.5rem; border-right: 1px solid rgba(246,242,233,.22); }
.principles article:last-child { border-right: 0; }
.principles article > span { color: var(--yellow); font: 11px var(--font-mono); }
.principles h3 { margin: 5rem 0 0; font: 500 24px var(--font-display); }
.principles p { margin: .8rem 0 0; color: rgba(246,242,233,.6); font-size: 12px; line-height: 1.6; }

.contact-section { margin-top: 7rem; margin-bottom: 7rem; padding: 4rem; border-radius: 2rem; background: rgba(241,194,71,.32); }
.contact-heading { max-width: 760px; }
.contact-heading h2 { margin: 0; max-width: 760px; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.contact-heading > p:last-child { max-width: 620px; margin: 1.4rem 0 0; color: rgba(18,60,56,.72); font-size: 14px; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.contact-card { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem 1.7rem; border: 1px solid rgba(18,60,56,.14); border-radius: 1.2rem; background: rgba(246,242,233,.68); }
.contact-card a, .contact-card address { margin-top: .45rem; color: var(--ink); font-size: clamp(14px, 1.4vw, 17px); line-height: 1.55; text-decoration: none; font-style: normal; }
.contact-card a:hover { color: var(--orange); }
.contact-card-note { margin-top: .65rem; color: var(--muted); font: 9px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-newsletter { margin-top: 1.5rem; }
.newsletter { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, auto) auto; align-items: center; gap: 3rem; margin-top: 7rem; margin-bottom: 7rem; padding: 3.2rem 4rem; border-radius: 2rem; background: rgba(241,194,71,.32); }
.newsletter h2 { max-width: 600px; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.newsletter-copy > p:last-child { max-width: 500px; margin: 1.4rem 0 0; color: rgba(18,60,56,.72); font-size: 14px; line-height: 1.7; }
.contact-details { display: grid; gap: .9rem; min-width: 280px; }
.contact-detail { display: grid; gap: .25rem; }
.contact-detail-label { color: var(--muted); font: 10px var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a, .contact-detail address { color: var(--ink); font-size: 13px; line-height: 1.55; text-decoration: none; font-style: normal; }
.contact-detail a:hover { color: var(--orange); }
.newsletter-form { position: relative; display: grid; grid-template-columns: minmax(210px, 290px) auto; gap: .6rem; align-items: center; }
.newsletter-form input { height: 48px; border: 1px solid rgba(18,60,56,.25); border-radius: 999px; padding: 0 1.2rem; outline: 0; background: rgba(246,242,233,.7); color: var(--ink); font-size: 13px; }
.newsletter-form input:focus { border-color: var(--orange); }
.form-success { position: absolute; top: calc(100% + .6rem); left: .5rem; margin: 0; color: var(--ink); font: 10px var(--font-mono); }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 2rem; padding-top: 2rem; padding-bottom: 2rem; }
.footer-inner > p { flex: 1; margin: 0; color: var(--muted); font: 10px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: flex; gap: 1.3rem; }
.back-top { display: inline-flex; align-items: center; gap: .45rem; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.overlay { position: fixed; z-index: 29; inset: 0; background: rgba(18,60,56,.54); backdrop-filter: blur(6px); animation: fade-in .2s ease both; }
.cart-drawer { position: fixed; z-index: 30; top: 0; right: 0; display: flex; flex-direction: column; width: min(460px, 100%); height: 100dvh; padding: 2rem; background: var(--paper); box-shadow: -20px 0 55px rgba(18,60,56,.2); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: .5rem 0 0; font: 500 3rem/.9 var(--font-display); }
.drawer-header h2 span { color: var(--orange); font: 12px var(--font-mono); }
.cart-lines { display: grid; gap: .8rem; overflow-y: auto; padding: 1.2rem 0; }
.cart-line { display: grid; grid-template-columns: 80px 1fr auto; gap: .8rem; align-items: center; padding: .65rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); animation: rise-in .3s ease both; }
.cart-line img { width: 80px; height: 90px; border-radius: .7rem; object-fit: cover; }
.cart-line h3 { margin: 0; font: 500 20px var(--font-display); }
.cart-line p { margin: .3rem 0 0; color: var(--muted); font: 9px var(--font-mono); text-transform: uppercase; }
.line-controls { display: flex; align-items: center; gap: .2rem; margin-top: .65rem; }
.line-controls button { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--paper); color: var(--ink); }
.line-controls b { width: 22px; text-align: center; font: 11px var(--font-mono); }
.line-end { display: grid; justify-items: end; gap: .6rem; align-self: stretch; }
.line-end strong { color: var(--orange); font-size: 13px; }
.remove-line { padding: 0; background: transparent; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.remove-line:hover { color: var(--orange); }
.cart-empty { display: grid; justify-items: center; margin: auto 0; text-align: center; }
.cart-empty > .icon { width: 38px; height: 38px; margin-bottom: 1rem; color: var(--orange); }
.cart-empty h3 { margin: 0; font: 500 2rem var(--font-display); }
.cart-empty p { max-width: 250px; margin: .6rem 0 1.4rem; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cart-footer { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: baseline; }
.cart-total span { color: var(--muted); font: 10px var(--font-mono); text-transform: uppercase; }
.cart-total strong { font: 500 26px var(--font-display); }
.cart-footer > p { margin: .55rem 0 1.1rem; color: var(--muted); font-size: 11px; }

.modal { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: 1.5rem; background: rgba(18,60,56,.62); backdrop-filter: blur(8px); animation: fade-in .2s ease both; }
.modal-card { position: relative; width: min(900px, 100%); max-height: 94dvh; overflow-y: auto; border-radius: 1.7rem; background: var(--paper); box-shadow: var(--shadow); animation: panel-in .25s ease both; }
.modal-close { position: absolute; z-index: 2; right: 1rem; top: 1rem; background: rgba(246,242,233,.82); }
.product-modal-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.modal-image { min-height: 570px; background: #e9e7da; }
.modal-image img { width: 100%; height: 100%; min-height: 570px; object-fit: contain; padding: 24px; }
.modal-copy { display: flex; flex-direction: column; justify-content: center; padding: 3rem; }
.modal-copy h2, .checkout-card h2 { margin: 1rem 0 0; font: 500 clamp(3rem, 6vw, 5rem)/.9 var(--font-display); letter-spacing: -.04em; }
.modal-description { margin: 1.4rem 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.modal-detail { margin: 1.2rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; line-height: 1.7; }
.modal-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; color: var(--muted); font: 10px var(--font-mono); text-transform: uppercase; }
.modal-buy { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 2rem 0 1rem; }
.modal-buy > strong { color: var(--orange); font: 500 27px var(--font-display); }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity button { width: 34px; height: 34px; border-radius: 50%; background: transparent; color: var(--ink); font-size: 18px; }
.quantity b { min-width: 24px; text-align: center; font: 11px var(--font-mono); }
.checkout-card { width: min(700px, 100%); padding: 3rem; }
.checkout-intro { max-width: 520px; margin: 1.2rem 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.checkout-summary { display: grid; gap: .35rem; margin: 1.8rem 0; padding: 1rem; border-radius: 1rem; background: rgba(241,194,71,.25); color: var(--ink); font: 11px var(--font-mono); }
.checkout-summary div { display: flex; justify-content: space-between; gap: 1rem; }
.checkout-summary .summary-total { margin-top: .4rem; padding-top: .7rem; border-top: 1px solid rgba(47,44,48,.15); color: var(--orange); }
.checkout-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.checkout-form label { display: grid; gap: .45rem; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.checkout-form small { color: var(--muted); font-size: 9px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); border-radius: .7rem; padding: .8rem; outline: 0; background: var(--cream); color: var(--ink); font-size: 13px; font-weight: 400; letter-spacing: normal; text-transform: none; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--orange); }
.span-2 { grid-column: span 2; }
.toast { position: fixed; z-index: 60; right: 1.2rem; bottom: 1.2rem; max-width: 300px; padding: .9rem 1.1rem; border-radius: 999px; background: var(--ink); color: var(--paper); box-shadow: var(--shadow); font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
[hidden] { display: none !important; }

.icon { position: relative; display: inline-block; width: 16px; height: 16px; flex: 0 0 16px; }
.icon-search::before { position: absolute; content: ""; left: 1px; top: 1px; width: 9px; height: 9px; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-search::after { position: absolute; content: ""; right: 1px; bottom: 2px; width: 6px; height: 1.5px; background: currentColor; transform: rotate(45deg); transform-origin: right center; }
.icon-close::before, .icon-close::after { position: absolute; content: ""; left: 7px; top: 1px; width: 1.5px; height: 15px; background: currentColor; transform: rotate(45deg); }
.icon-close::after { transform: rotate(-45deg); }
.icon-arrow::before { position: absolute; content: ""; left: 1px; top: 8px; width: 13px; height: 1.5px; background: currentColor; }
.icon-arrow::after { position: absolute; content: ""; right: 1px; top: 4px; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-arrow-up::before { position: absolute; content: ""; left: 8px; top: 1px; width: 1.5px; height: 14px; background: currentColor; }
.icon-arrow-up::after { position: absolute; content: ""; left: 4px; top: 1px; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-bag { border: 1.5px solid currentColor; border-radius: 2px 2px 4px 4px; }
.icon-bag::before { position: absolute; content: ""; left: 3px; top: -5px; width: 7px; height: 7px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; }
.icon-sliders::before, .icon-sliders::after { position: absolute; content: ""; left: 1px; right: 1px; top: 5px; height: 1.5px; background: currentColor; box-shadow: 0 6px currentColor; }
.icon-sliders::after { left: 4px; top: 3px; width: 4px; height: 5px; border: 1.5px solid currentColor; background: var(--cream); box-shadow: 7px 6px 0 -1px var(--cream), 7px 6px 0 .5px currentColor; }

.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { animation: enter-up .7s cubic-bezier(.2,.8,.2,1) both; }
.reveal-delay-1.is-visible { animation-delay: .08s; }
.reveal-delay-2.is-visible { animation-delay: .16s; }
.reveal-delay-3.is-visible { animation-delay: .24s; }
@keyframes enter-up { to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes panel-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes drop-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float-front { 0%, 100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-10px); } }
@keyframes float-back { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-8px); } }
@keyframes float-bottom { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-7px); } }

@media (max-width: 1000px) {
  .desktop-nav { gap: 1.2rem; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card-large { grid-row: span 2; }
  .newsletter { grid-template-columns: 1fr; }
  .contact-section { padding: 2.5rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-details { min-width: 0; }
  .newsletter-form { justify-self: start; }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 740px) {
  .container { width: min(100% - 2rem, 600px); }
  .announcement { justify-content: center; padding: .5rem 1rem; }
  .announcement span { display: none; }
  .site-header { min-height: 68px; padding: 0 1rem; }
  .desktop-nav, .search-toggle { display: none; }
  .menu-toggle { display: grid; }
  .brand-logo { width: 165px; height: 54px; }
  .contact-section { margin-top: 4rem; margin-bottom: 4rem; padding: 2rem 1.2rem; }
  .contact-grid { gap: .75rem; margin-top: 1.7rem; }
  .contact-card { min-height: 130px; padding: 1.2rem; }
  .contact-card a, .contact-card address { font-size: 14px; }
  .cart-button { padding: .6rem .75rem; }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; padding: 0 1rem; border-bottom: 1px solid transparent; background: var(--paper); transition: max-height .25s ease, padding .25s ease, border-color .25s ease; }
  .mobile-nav.is-open { max-height: 240px; padding-top: .6rem; padding-bottom: .6rem; border-color: var(--line); }
  .mobile-nav a { padding: .8rem .35rem; border-bottom: 1px solid rgba(18,60,56,.1); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mobile-nav a.is-active { color: var(--orange); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 1rem; padding-top: 4.5rem; padding-bottom: 2rem; }
  .hero h1 { font-size: clamp(4.2rem, 18vw, 6.5rem); }
  .hero-description { font-size: 14px; }
  .hero-art { min-height: 355px; margin-top: 1rem; }
  .hero-ring { width: 90px; height: 90px; }
  .hero-badge { font-size: 8px; }
  .trust-inner { align-items: start; flex-direction: column; }
  .trust-list { gap: .8rem 1rem; }
  .collection, .category-section, .standard { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .section-heading, .section-heading.compact { align-items: start; flex-direction: column; }
  .section-heading h2, .standard h2 { font-size: clamp(3rem, 13vw, 4.3rem); }
  .collection-meta { width: 100%; justify-content: space-between; }
  .breadcrumb { padding-top: .9rem; }
  .shop-controls { margin-top: 1.2rem; }
  .filter-toggle { display: inline-flex; flex: 0 0 auto; padding-inline: .9rem; }
  .shop-layout { display: block; margin-top: 1rem; }
  .filter-sidebar { position: fixed; z-index: 35; top: 0; right: 0; width: min(330px, 88vw); height: 100dvh; overflow-y: auto; border: 0; border-radius: 0; padding: 1.5rem; background: var(--paper); box-shadow: -20px 0 55px rgba(47,44,48,.18); transform: translateX(100%); transition: transform .3s ease; }
  .filter-sidebar.is-open { transform: translateX(0); }
  .filter-close { display: grid; }
  .filter-sidebar-header h3 { font-size: 2.3rem; }
  .product-grid { gap: .7rem; }
  .product-visual { height: 190px; }
  .product-info { padding: .9rem; }
  .product-name { font-size: 21px; }
  .product-benefit { min-height: 54px; font-size: 11px; }
  .product-actions { align-items: stretch; flex-direction: column; gap: .55rem; }
  .product-actions .button { width: 100%; }
  .detail-button { justify-content: center; width: 100%; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .category-card { min-height: 220px; padding: 1rem; }
  .category-card-large { grid-row: auto; }
  .category-icon { width: 34px; height: 34px; margin-bottom: 2rem; font-size: 17px; }
  .category-card strong { font-size: 1.8rem; }
  .category-card small { margin-top: .8rem; font-size: 10px; }
  .standard-inner { grid-template-columns: 1fr; gap: 3rem; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(246,242,233,.22); }
  .principles article:last-child { border-bottom: 0; }
  .principles h3 { margin-top: 2rem; }
  .newsletter { width: calc(100% - 2rem); margin-top: 5rem; margin-bottom: 5rem; padding: 2rem 1.5rem; }
  .newsletter h2 { font-size: 3rem; }
  .newsletter-form { grid-template-columns: 1fr; width: 100%; }
  .footer-inner { align-items: start; flex-wrap: wrap; flex-direction: column; }
  .footer-inner > p { order: 4; }
  .footer-links { flex-wrap: wrap; }
  .product-modal-card { grid-template-columns: 1fr; }
  .modal-image, .modal-image img { min-height: 280px; max-height: 330px; }
  .modal-copy { padding: 2rem 1.5rem 1.5rem; }
  .modal-copy h2, .checkout-card h2 { font-size: 3.6rem; }
  .checkout-card { padding: 2.2rem 1.3rem 1.3rem; }
  .checkout-form { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Account / login */
.account-button { display:inline-flex; align-items:center; gap:.45rem; border:1px solid var(--line); background:transparent; border-radius:999px; padding:.68rem .9rem; color:var(--ink); font:600 11px/1 var(--sans); letter-spacing:.08em; text-transform:uppercase; cursor:pointer; }
.account-button:hover { background:var(--paper-2); transform:translateY(-1px); }
.icon-user::before { content:"◯"; display:inline-block; font-size:14px; }
.auth-page { min-height:100vh; background:radial-gradient(circle at 15% 10%, rgba(239,93,111,.12), transparent 32%), var(--paper); color:var(--ink); }
.auth-shell { min-height:100vh; display:grid; place-items:center; padding:2rem 1rem; }
.auth-logo { position:absolute; top:1.5rem; left:1.5rem; }
.auth-logo img { width:210px; height:70px; object-fit:contain; object-position:left center; }
.auth-card { width:min(100%, 500px); background:rgba(255,255,255,.86); border:1px solid var(--line); border-radius:28px; padding:clamp(2rem,5vw,3.4rem); box-shadow:0 30px 90px rgba(47,44,48,.12); backdrop-filter:blur(14px); }
.auth-card h1 { margin:.4rem 0 .8rem; font-family:var(--display); font-size:clamp(3rem,8vw,5rem); line-height:.9; letter-spacing:-.05em; }
.auth-intro { max-width:34rem; color:var(--muted); line-height:1.7; margin-bottom:2rem; }
.auth-form { display:grid; gap:1rem; }
.auth-form label { display:grid; gap:.45rem; color:var(--ink); font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.auth-form input { width:100%; border:1px solid var(--line); background:#fff; border-radius:12px; padding:1rem; color:var(--ink); font:500 15px/1.2 var(--sans); outline:none; }
.auth-form input:focus { border-color:var(--orange); box-shadow:0 0 0 4px rgba(239,93,111,.1); }
.auth-message { min-height:1.3em; margin:0; color:#a52b3f; font-size:13px; line-height:1.5; }
.auth-switch, .auth-back { display:block; width:100%; text-align:center; margin-top:1rem; background:none; border:0; color:var(--ink); font:700 12px/1.4 var(--sans); letter-spacing:.05em; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.auth-back { color:var(--orange); text-decoration:none; margin-top:1.5rem; }
.auth-note { margin-top:1.8rem; padding-top:1.2rem; border-top:1px solid var(--line); color:var(--muted); font-size:11px; line-height:1.6; text-align:center; }
@media (max-width:740px) { .account-button { padding:.6rem .7rem; } .account-button [data-account-label] { display:none; } .auth-logo { position:static; margin-bottom:1rem; } .auth-shell { align-content:center; } .auth-card { border-radius:20px; } }


/* Glee Premium Refresh — 2026 */
:root {
  --ink: #153d35;
  --ink-soft: #536a63;
  --paper: #f6f7f2;
  --cream: #ffffff;
  --line: #d9e2dc;
  --muted: #71817b;
  --orange: #b78a42;
  --yellow: #d8b36a;
  --mint: #e9f0ea;
  --sage: #c8d9cc;
  --rose: #f1eee5;
  --shadow: 0 24px 70px rgba(21,61,53,.12);
  --radius: 1.35rem;
}
body { background: radial-gradient(circle at 80% 0%, rgba(200,217,204,.28), transparent 30%), var(--paper); }
.announcement { background: #0e2f29; color: rgba(255,255,255,.78); }
.announcement strong { color: #e5c47e; }
.site-header { min-height: 82px; background: rgba(246,247,242,.82); border-bottom-color: rgba(21,61,53,.10); box-shadow: 0 8px 30px rgba(21,61,53,.05); }
.brand-logo { width: 215px; height: 74px; }
.desktop-nav { gap: 1.65rem; }
.desktop-nav a:hover, .desktop-nav a.is-active, .footer-links a:hover { color: var(--orange); }
.cart-button { border-color: rgba(21,61,53,.22); }
.section-grid { background-image: linear-gradient(rgba(21,61,53,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21,61,53,.045) 1px, transparent 1px); background-size: 4rem 4rem; }
.hero-inner { min-height: 650px; padding-top: 5rem; padding-bottom: 4rem; }
.hero h1 { font-size: clamp(4.2rem, 8vw, 7rem); color: #123c34; }
.hero h1 em { color: var(--orange); }
.hero-description { font-size: 17px; }
.button-primary { background: #b78a42; box-shadow: 0 10px 25px rgba(183,138,66,.22); }
.button-primary:hover { background: #946b2e; }
.hero-art { min-height: 570px; }
.hero-orb { background: rgba(183,138,66,.17); filter: blur(55px); }
.hero-ring { border-color: rgba(183,138,66,.45); box-shadow: inset 0 0 0 12px rgba(255,255,255,.16); }
.hero-pack { border: 1px solid rgba(255,255,255,.65); box-shadow: 20px 28px 40px rgba(21,61,53,.20); }
.hero-pack::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(125deg,rgba(255,255,255,.22),transparent 38%,rgba(21,61,53,.08)); }
.hero-badge { background:#123c34; box-shadow:0 12px 30px rgba(21,61,53,.2); }
.trust-strip { background: rgba(233,240,234,.8); }
.proof-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin-top: -1rem; position:relative; z-index:2; }
.proof-card { display:flex; align-items:center; gap:.9rem; padding:1.15rem 1.25rem; border:1px solid var(--line); border-radius:1rem; background:rgba(255,255,255,.86); box-shadow:0 15px 35px rgba(21,61,53,.07); backdrop-filter:blur(12px); }
.proof-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:#edf3ee; color:var(--orange); font-weight:700; }
.proof-card strong { display:block; font:600 17px var(--font-display); color:var(--ink); }
.proof-card small { display:block; margin-top:.15rem; color:var(--muted); font-size:10px; letter-spacing:.06em; text-transform:uppercase; }
.editorial { display:grid; grid-template-columns:.9fr 1.1fr; gap:4rem; align-items:center; padding:8rem 0 3rem; }
.editorial-copy h2 { max-width:600px; margin:1rem 0 1.3rem; font:500 clamp(2.8rem,5vw,5rem)/.95 var(--font-display); letter-spacing:-.045em; color:var(--ink); }
.editorial-copy h2 em { color:var(--orange); }
.editorial-copy > p:last-child { max-width:500px; color:var(--ink-soft); font-size:15px; line-height:1.8; }
.editorial-panels { display:grid; gap:.8rem; }
.editorial-panels article { position:relative; padding:1.35rem 1.5rem 1.35rem 4rem; border:1px solid var(--line); border-radius:1.1rem; background:#fff; box-shadow:0 12px 30px rgba(21,61,53,.05); transition:.25s ease; }
.editorial-panels article:hover { transform:translateX(6px); box-shadow:var(--shadow); }
.editorial-panels span { position:absolute; left:1.3rem; top:1.35rem; color:var(--orange); font:10px var(--font-mono); }
.editorial-panels h3 { margin:0; font:500 1.55rem var(--font-display); }
.editorial-panels p { margin:.45rem 0 0; color:var(--muted); font-size:12px; line-height:1.65; }
.collection { padding-top:6rem; }
.section-heading h2 { color:var(--ink); }
.product-card { border-color:#dfe7e1; background:#fff; box-shadow:0 6px 20px rgba(21,61,53,.035); }
.product-card:hover { transform:translateY(-10px) rotateX(1deg); box-shadow:0 25px 55px rgba(21,61,53,.14); }
.product-visual { background:linear-gradient(145deg,#edf3ee,#f8f8f4); }
.product-visual::after { background:rgba(183,138,66,.12); }
.category-tag { background:rgba(255,255,255,.9); border-color:#dce6df; }
.product-name-button:hover, .detail-button { color:var(--orange); }
.product-price { color:#9b712e; }
.stars { color:#c49a4f; }
.category-section { background:#e9f0ea; }
.category-card { box-shadow:0 8px 25px rgba(21,61,53,.05); }
.category-card-dark { background:#123c34; }
.standard { background:#123c34; }
.contact-card { background:#fff; border-color:var(--line); box-shadow:0 12px 35px rgba(21,61,53,.06); }
.site-footer { background:#0d2b26; }
.auth-page { background:radial-gradient(circle at 15% 10%, rgba(183,138,66,.15), transparent 32%), #f4f6f1; }
.auth-card { border-color:#d8e2db; box-shadow:0 30px 90px rgba(21,61,53,.14); }
.auth-form input:focus { border-color:var(--orange); box-shadow:0 0 0 4px rgba(183,138,66,.12); }
@media (max-width:900px) { .proof-strip { grid-template-columns:repeat(2,1fr); } .editorial { grid-template-columns:1fr; gap:2.5rem; } }
@media (max-width:740px) { .proof-strip { grid-template-columns:1fr 1fr; } .proof-card { padding:.9rem; } .proof-card small { font-size:8px; } .hero-inner { min-height:auto; } .hero-art { min-height:450px; } .editorial { padding-top:5rem; } }
@media (max-width:520px) { .proof-strip { grid-template-columns:1fr; } }

/* Glee front-page concept refresh */
:root { --glee-pink:#ef3154; --glee-red:#e92349; --glee-navy:#172432; --glee-soft:#f8fafb; }
.hero-new { position:relative; overflow:hidden; background:#fff; }
.hero-new-bg { position:absolute; inset:0; background:radial-gradient(circle at 18% 38%,rgba(239,49,84,.07),transparent 30%),linear-gradient(90deg,#fff 0%,#fff 44%,#f7fafc 100%); pointer-events:none; }
.hero-new-inner { position:relative; display:grid; grid-template-columns: .86fr 1.14fr; min-height:430px; align-items:center; gap:1rem; padding-top:4.2rem; padding-bottom:0; }
.hero-new-copy { position:relative; z-index:2; padding:1rem 0 4.5rem; }
.hero-kicker { display:flex; align-items:center; gap:.7rem; color:#59636e; font:600 10px var(--font-mono); letter-spacing:.25em; }
.hero-kicker span { width:28px; height:2px; background:var(--glee-pink); }
.hero-new h1 { max-width:650px; margin:1.35rem 0 0; color:var(--glee-navy); font:700 clamp(3.1rem,5vw,5.25rem)/.98 var(--font-sans); letter-spacing:-.055em; }
.hero-new h1 em { color:var(--glee-pink); font-style:normal; }
.hero-new-description { max-width:510px; margin:1.35rem 0 0; color:#53606d; font-size:15px; line-height:1.75; }
.hero-new .hero-actions { margin-top:1.65rem; }
.hero-new .button-primary { background:linear-gradient(135deg,#f32f52,#e82049); border-color:transparent; box-shadow:0 12px 25px rgba(239,49,84,.22); }
.hero-secondary { background:#fff; border:1px solid #e9a4b2; color:var(--glee-navy); }
.hero-secondary:hover { border-color:var(--glee-pink); color:var(--glee-pink); }
.hero-new-visual { position:relative; min-height:445px; align-self:stretch; display:flex; align-items:stretch; justify-content:flex-end; }
.hero-lab-photo { position:absolute; inset:0 -12vw 0 0; overflow:hidden; border-radius:0 0 0 8rem; }
.hero-lab-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.16) 27%,rgba(20,35,50,.03) 100%); }
.hero-lab-photo img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.88) contrast(.98); }
.hero-slogan { position:absolute; z-index:2; right:3%; top:12%; color:#fff; font:500 clamp(2rem,3.2vw,3.6rem)/.88 var(--font-display); text-align:right; text-shadow:0 4px 18px rgba(0,0,0,.15); }
.hero-slogan em { color:#fff; font-style:italic; }
.hero-slogan i { display:block; width:92px; height:3px; margin:.8rem 0 0 auto; background:var(--glee-pink); transform:rotate(-7deg); }
.hero-feature-bar { position:relative; z-index:3; display:grid; grid-template-columns:repeat(4,1fr); margin-top:-1px; padding:1.25rem 1.5rem; background:rgba(255,255,255,.94); border:1px solid #edf0f2; box-shadow:0 18px 45px rgba(20,35,50,.09); border-radius:1rem 1rem 0 0; backdrop-filter:blur(12px); }
.hero-feature-bar > div { display:flex; align-items:center; gap:.8rem; padding:0 1.3rem; border-right:1px solid #e8ecef; }
.hero-feature-bar > div:last-child { border-right:0; }
.feature-icon { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border:1.5px solid #f04a68; border-radius:50%; color:var(--glee-pink); font-size:20px; }
.hero-feature-bar span { display:grid; gap:.2rem; }
.hero-feature-bar strong { color:#263340; font-size:13px; }
.hero-feature-bar small { color:#6c7680; font-size:10px; line-height:1.4; }
@media (max-width:900px){
 .hero-new-inner{grid-template-columns:1fr; padding-top:3.5rem;}
 .hero-new-copy{padding-bottom:1rem;}
 .hero-new-visual{min-height:370px; margin:0 -1rem;}
 .hero-lab-photo{inset:0;border-radius:0 0 0 4rem;}
 .hero-feature-bar{grid-template-columns:1fr 1fr;gap:0;padding:.7rem;}
 .hero-feature-bar > div{padding:1rem;border-bottom:1px solid #e8ecef;}
 .hero-feature-bar > div:nth-child(2){border-right:0;}
 .hero-feature-bar > div:nth-child(3),.hero-feature-bar > div:nth-child(4){border-bottom:0;}
}
@media (max-width:600px){
 .hero-new h1{font-size:clamp(2.5rem,11vw,4rem);}
 .hero-new-description{font-size:14px;}
 .hero-new-visual{min-height:300px;}
 .hero-slogan{right:5%;top:9%;font-size:2rem;}
 .hero-feature-bar{grid-template-columns:1fr;}
 .hero-feature-bar > div,.hero-feature-bar > div:nth-child(2),.hero-feature-bar > div:nth-child(3){border-right:0;border-bottom:1px solid #e8ecef;}
 .hero-feature-bar > div:last-child{border-bottom:0;}
}
