:root {
  --ink: #f8f3ff;
  --muted: #bdb5cc;
  --night: #090711;
  --violet: #8f6cff;
  --lilac: #c6adff;
  --peach: #ffb99b;
  --gold: #e8c886;
  --glass: rgba(255,255,255,.08);
  --glass-strong: rgba(255,255,255,.13);
  --line: rgba(255,255,255,.16);
  --shadow: 0 28px 70px rgba(0,0,0,.35);
  --radius: 30px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: radial-gradient(circle at 50% -10%, #24203d 0, #0d0a18 42%, #07060d 100%); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.025), transparent 25%, rgba(255,255,255,.015) 60%, transparent); z-index: -1; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: black; padding: 12px 18px; border-radius: 12px; z-index: 100; }
.skip-link:focus { transform: none; }
.noise { position: fixed; inset: 0; opacity: .045; pointer-events: none; z-index: 30; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.aurora { position: fixed; width: 45vw; aspect-ratio: 1; filter: blur(90px); opacity: .17; border-radius: 50%; pointer-events: none; z-index: -1; animation: drift 16s ease-in-out infinite alternate; }
.aurora-one { background: #7b4dff; top: 8%; right: -15%; }
.aurora-two { background: #ff7f9d; bottom: 5%; left: -20%; animation-delay: -7s; }
@keyframes drift { to { transform: translate3d(-6vw, 7vh, 0) scale(1.15); } }

.glass-nav { position: fixed; z-index: 20; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); height: 70px; padding: 8px 10px 8px 14px; border: 1px solid var(--line); border-radius: 24px; background: rgba(15,12,26,.58); -webkit-backdrop-filter: blur(24px) saturate(160%); backdrop-filter: blur(24px) saturate(160%); display: flex; align-items: center; justify-content: space-between; box-shadow: 0 15px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.14); }
.brand { display: flex; align-items: center; gap: 11px; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.02em; }
.brand img { border-radius: 50%; border: 1px solid rgba(255,255,255,.3); filter: sepia(.25) contrast(1.05); }
.glass-nav nav { display: flex; gap: 34px; color: #d4cddd; font-size: .84rem; }
.glass-nav nav a { transition: color .2s ease; }
.glass-nav nav a:hover, .glass-nav nav a:focus-visible { color: white; }
.nav-cta { padding: 15px 20px; border-radius: 17px; color: #171021; background: linear-gradient(135deg, #fff, #d8c8ff); font-size: .82rem; font-weight: 750; box-shadow: inset 0 1px 0 white, 0 8px 24px rgba(137,97,255,.22); }

.hero { min-height: 900px; max-width: 1320px; margin: auto; padding: 170px 70px 95px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { color: var(--lilac); text-transform: uppercase; letter-spacing: .2em; font-size: .68rem; font-weight: 750; }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; background: var(--glass); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #d4b8ff; box-shadow: 0 0 15px #a979ff; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; margin: 0; line-height: .95; }
h1 { font-size: clamp(4.5rem, 7.2vw, 7.7rem); margin-top: 27px; }
h1 em, h2 em { color: transparent; background: linear-gradient(110deg, #f3d5ff 12%, #b395ff 48%, #ffc2ac 92%); -webkit-background-clip: text; background-clip: text; font-weight: 400; }
.hero-lede { max-width: 510px; color: var(--muted); line-height: 1.75; font-size: 1.06rem; margin: 30px 0 31px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border-radius: 18px; padding: 0 21px; font-weight: 750; font-size: .82rem; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #130d1e; background: linear-gradient(135deg, #fff, #d3bdff); box-shadow: 0 12px 28px rgba(146,102,255,.22), inset 0 1px 0 #fff; }
.button-ghost { border: 1px solid var(--line); background: var(--glass); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.button-light { color: #171020; background: white; }
.hero-proof { display: flex; gap: 26px; margin-top: 43px; }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-family: Georgia, serif; font-size: 1.35rem; }
.hero-proof span { font-size: .65rem; color: #9d94ad; }
.hero-gallery { position: relative; min-height: 630px; perspective: 1000px; }
.hero-card { position: absolute; overflow: hidden; margin: 0; border-radius: 34px; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.08); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.3); transition: transform .25s ease; }
.hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 28%, transparent 68%, rgba(10,6,18,.45)); pointer-events: none; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card figcaption { position: absolute; z-index: 2; bottom: 20px; left: 20px; right: 20px; display: grid; gap: 4px; text-shadow: 0 2px 8px black; }
.hero-card figcaption span { font-size: .6rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-card figcaption b { font-family: Georgia, serif; font-size: 1.15rem; }
.hero-card-main { width: 64%; aspect-ratio: .78; left: 7%; top: 2%; transform: rotate(-4deg); }
.hero-card-top { width: 34%; aspect-ratio: .72; right: 1%; top: 6%; transform: rotate(6deg); }
.hero-card-bottom { width: 37%; aspect-ratio: .95; right: -1%; bottom: 1%; transform: rotate(3deg); }
.orbit { position: absolute; border: 1px solid rgba(213,188,255,.19); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 480px; height: 480px; right: 2%; top: 5%; }
.orbit-two { width: 620px; height: 620px; left: 0; top: -2%; }
.floating-seal { position: absolute; z-index: 5; bottom: 4%; left: 1%; padding: 14px 18px; border-radius: 18px; font-size: .72rem; display: flex; align-items: center; gap: 9px; transform: rotate(-5deg); }
.floating-seal span { color: #d1b4ff; }
.glass-panel { border: 1px solid var(--line); background: rgba(20,16,32,.5); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: inset 0 1px 0 rgba(255,255,255,.15); }

.marquee { border-block: 1px solid rgba(255,255,255,.11); overflow: hidden; padding: 19px 0; background: rgba(255,255,255,.025); }
.marquee-track { width: max-content; display: flex; gap: 29px; align-items: center; color: #c7bfd1; font-size: .64rem; letter-spacing: .24em; animation: marquee 28s linear infinite; }
.marquee-track i { color: var(--gold); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section-shell { max-width: 1180px; margin: auto; }
.collection { padding: 135px 0 80px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }
.section-head h2, .story h2, .cta-section h2 { font-size: clamp(3.2rem, 6vw, 5.8rem); margin-top: 12px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { border: 1px solid var(--line); color: #c6bdce; background: rgba(255,255,255,.04); border-radius: 999px; padding: 11px 16px; cursor: pointer; font: inherit; font-size: .72rem; }
.filter.active { color: #171020; background: #f3eefe; border-color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.product-card { grid-column: span 4; min-width: 0; transition: opacity .35s ease, transform .35s ease; }
.product-card:nth-child(1), .product-card:nth-child(6) { grid-column: span 8; }
.product-card.is-hidden { display: none; }
.product-image { position: relative; height: 480px; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.15); background: #171221; box-shadow: 0 20px 55px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.18); }
.product-card:nth-child(1) .product-image, .product-card:nth-child(6) .product-image { height: 580px; }
.product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); border-radius: inherit; pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s; }
.product-card:hover .product-image img { transform: scale(1.045); filter: saturate(1.08); }
.badge { position: absolute; top: 16px; left: 16px; padding: 9px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.3); background: rgba(20,15,28,.42); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-size: .6rem; text-transform: uppercase; letter-spacing: .14em; }
.quick-view { position: absolute; right: 16px; bottom: 16px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.32); border-radius: 16px; color: #171020; background: rgba(255,255,255,.88); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); font-size: 1.2rem; cursor: pointer; transition: transform .2s; }
.quick-view:hover { transform: rotate(8deg) scale(1.05); }
.product-meta { display: flex; justify-content: space-between; align-items: end; padding: 17px 4px 26px; }
.product-meta p { margin: 0 0 6px; color: #998fa8; font-size: .67rem; }
.product-meta h3 { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.product-meta > span { color: #c5b1ee; font-size: .7rem; border-bottom: 1px solid #766392; padding-bottom: 3px; }
.catalog-note { width: fit-content; max-width: 690px; margin: 25px auto 0; color: #8f879a; text-align: center; font-size: .7rem; line-height: 1.6; }

.story { padding: 120px 0 160px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-visual { position: relative; }
.story-visual > img { width: 100%; aspect-ratio: .85; object-fit: cover; border-radius: 38px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.story-stamp { position: absolute; width: 134px; height: 134px; border-radius: 50%; right: -42px; bottom: 42px; display: grid; place-content: center; text-align: center; background: linear-gradient(135deg, #eadbff, #ffcfb7); color: #251a31; transform: rotate(9deg); box-shadow: 0 16px 45px rgba(0,0,0,.35); }
.story-stamp span { font-size: 1.6rem; }
.story-stamp b { font-size: .65rem; letter-spacing: .18em; line-height: 1.4; }
.story-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.8; max-width: 540px; }
.story ul { list-style: none; padding: 0; margin: 35px 0 0; }
.story li { display: flex; gap: 19px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.story li > span { color: #aa92d3; font-family: Georgia, serif; font-style: italic; }
.story li div { display: grid; gap: 6px; }
.story li b { font-family: Georgia, serif; font-size: 1.1rem; }
.story li small { color: #8e859b; }
.cta-section { position: relative; overflow: hidden; min-height: 570px; padding: 95px 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 46px; background: linear-gradient(145deg, rgba(158,116,255,.21), rgba(255,153,170,.08)), rgba(255,255,255,.05); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: inset 0 1px 0 rgba(255,255,255,.17), 0 35px 100px rgba(0,0,0,.25); }
.cta-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: #9368ff; filter: blur(120px); opacity: .22; }
.cta-section > *:not(.cta-glow) { position: relative; z-index: 1; }
.cta-logo { width: 72px; height: 72px; border-radius: 50%; margin-bottom: 20px; mix-blend-mode: screen; opacity: .88; }
.cta-section p:not(.section-kicker) { color: var(--muted); max-width: 500px; line-height: 1.7; }
.cta-section .button { margin-top: 15px; }
footer { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: center; color: #948b9f; font-size: .72rem; }
footer > p { text-align: center; font-family: Georgia, serif; font-style: italic; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; }
.product-dialog { width: min(900px, calc(100% - 28px)); padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; color: white; background: rgba(15,11,24,.82); -webkit-backdrop-filter: blur(30px) saturate(140%); backdrop-filter: blur(30px) saturate(140%); box-shadow: 0 40px 120px #000; overflow: hidden; grid-template-columns: 1fr 1fr; }
.product-dialog[open] { display: grid; animation: dialogIn .3s ease-out; }
.product-dialog::backdrop { background: rgba(4,3,8,.72); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.product-dialog > img { width: 100%; height: 560px; object-fit: cover; }
.dialog-content { padding: 65px 46px 40px; align-self: center; }
.dialog-content h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); margin: 15px 0 25px; }
.dialog-content > p:not(.section-kicker) { color: var(--muted); line-height: 1.7; margin-bottom: 30px; }
.dialog-close { position: absolute; z-index: 3; right: 17px; top: 17px; border: 1px solid rgba(255,255,255,.25); width: 42px; height: 42px; border-radius: 14px; color: white; background: rgba(0,0,0,.38); font-size: 1.4rem; cursor: pointer; }
@keyframes dialogIn { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-inline: 40px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-gallery { width: min(700px, 100%); margin: 0 auto; }
  .section-shell { width: calc(100% - 48px); }
  .product-card, .product-card:nth-child(1), .product-card:nth-child(6) { grid-column: span 6; }
  .product-image, .product-card:nth-child(1) .product-image, .product-card:nth-child(6) .product-image { height: 500px; }
  .story { gap: 60px; }
}
@media (max-width: 720px) {
  .glass-nav { top: 10px; width: calc(100% - 20px); height: 62px; border-radius: 20px; }
  .glass-nav nav { display: none; }
  .glass-nav .brand { min-width: 0; }
  .nav-cta { width: 68px; flex: 0 0 68px; padding: 0; font-size: 0; }
  .nav-cta::before { content: "Insta ↗"; font-size: .68rem; }
  .nav-cta span { display: none; }
  .hero { min-height: auto; width: 100%; padding: 125px 20px 70px; gap: 35px; }
  .hero-copy, .hero-gallery { min-width: 0; max-width: 100%; }
  h1 { max-width: 100%; font-size: clamp(3.2rem, 14.5vw, 4rem); overflow-wrap: anywhere; }
  .hero-lede { font-size: .94rem; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { width: 100%; gap: 8px; }
  .hero-proof div { min-width: 0; flex: 1; }
  .hero-proof strong { font-size: 1.12rem; }
  .hero-proof span { font-size: .58rem; }
  .hero-gallery { min-height: 490px; }
  .hero-card-main { width: 70%; left: 1%; }
  .hero-card-top { width: 39%; right: 0; }
  .hero-card-bottom { width: 42%; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 450px; height: 450px; }
  .section-shell { width: calc(100% - 28px); }
  .collection { padding-top: 90px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-head h2, .story h2, .cta-section h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .product-grid { display: block; }
  .product-card { margin-bottom: 16px; }
  .product-image, .product-card:nth-child(1) .product-image, .product-card:nth-child(6) .product-image { height: min(128vw, 560px); }
  .story { padding: 80px 0 100px; grid-template-columns: 1fr; gap: 70px; }
  .story-stamp { right: 15px; bottom: -35px; width: 112px; height: 112px; }
  .cta-section { min-height: 530px; border-radius: 34px; }
  footer { padding: 45px 0; grid-template-columns: 1fr; text-align: center; }
  footer .brand, footer > div { justify-content: center; }
  .product-dialog[open] { grid-template-columns: 1fr; max-height: calc(100vh - 30px); overflow-y: auto; }
  .product-dialog > img { height: 43vh; }
  .dialog-content { padding: 34px 25px 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
