:root {
  --ink: #0a080c;
  --ink-soft: #141016;
  --panel: #18131b;
  --cream: #f3f0f4;
  --paper: #faf8fa;
  --muted: #a9a1ac;
  --line: rgba(255, 255, 255, 0.13);
  --purple: #b834eb;
  --purple-hot: #dc71ff;
  --purple-soft: #edd9f5;
  --max: 1220px;
  --serif: 'Bodoni Moda', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--ink); background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.announcement { display: grid; min-height: 34px; place-items: center; padding: 7px 16px; color: #e7c8f2; background: #140819; border-bottom: 1px solid rgba(220, 113, 255, 0.2); }
.announcement p { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-align: center; text-transform: uppercase; }
.announcement span { padding-inline: 10px; color: var(--purple-hot); }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(10, 8, 12, 0.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; filter: contrast(1.08); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 21px; letter-spacing: 0.09em; }
.brand small { margin-top: 5px; color: var(--purple-hot); font-size: 8px; font-weight: 700; letter-spacing: 0.48em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.main-nav > a { position: relative; color: #c9c2cc; font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: var(--purple-hot); content: ''; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav > a:hover { color: white; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-cta { padding: 11px 17px; color: white; border: 1px solid #76507f; border-radius: 999px; }
.main-nav .nav-cta:hover { color: var(--ink); background: var(--purple-hot); border-color: var(--purple-hot); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 1px; margin: 4px auto; background: white; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 74% 47%, #241328 0, #0a080c 44%); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 82px 82px; content: ''; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; top: 12%; right: 7%; width: 390px; height: 390px; border: 1px solid rgba(220,113,255,.2); border-radius: 50%; box-shadow: 0 0 110px rgba(184,52,235,.14), inset 0 0 80px rgba(184,52,235,.09); }
.hero-glow::before, .hero-glow::after { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; }
.hero-glow::after { inset: 25%; border-color: rgba(220,113,255,.25); }
.hero-grid { position: relative; display: grid; min-height: 680px; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 7vw; padding-block: 70px 80px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 19px; color: var(--purple-hot); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.kicker span { display: inline-block; width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 6.6vw, 104px); font-weight: 500; letter-spacing: -0.055em; line-height: 0.9; }
.hero h1 em { color: var(--purple-hot); font-weight: 500; }
.hero-lead { max-width: 570px; margin: 30px 0 0; color: #b9b1bc; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 20px; padding: 13px 22px; border-radius: 2px; font-size: 13px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); }
.button-primary:hover { background: #c94ef5; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); }
.button-ghost:hover { color: var(--ink); background: white; }
.hero-meta { display: flex; gap: 34px; margin: 45px 0 0; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-meta li { display: flex; align-items: center; gap: 10px; }
.hero-meta strong { color: white; font-family: var(--serif); font-size: 25px; }
.hero-meta span { max-width: 86px; color: #8f8792; font-size: 10px; letter-spacing: .06em; line-height: 1.35; text-transform: uppercase; }

.hero-gallery { position: relative; height: 600px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: #ecebed; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.hero-photo::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); content: ''; pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.76)); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-photo figcaption span { color: var(--purple-hot); }
.hero-photo-main { top: 18px; right: 4%; width: min(62%, 390px); height: 520px; transform: rotate(2.2deg); }
.hero-photo-side { bottom: 5px; left: 0; width: min(45%, 280px); height: 385px; transform: rotate(-4deg); }
.hero-seal { position: absolute; z-index: 3; right: -3px; bottom: 24px; display: grid; width: 110px; height: 110px; place-items: center; color: var(--ink); background: var(--purple-hot); border: 7px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 18px; letter-spacing: .08em; line-height: 1.05; text-align: center; transform: rotate(9deg); }

.marquee { overflow: hidden; padding: 19px 0; color: var(--ink); background: var(--purple-hot); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 32px; font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: .14em; animation: marquee 28s linear infinite; }
.marquee i { font-style: normal; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.catalog-section { padding: 120px 0 105px; color: #1a151b; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .reserve-intro h2, .faq-title h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 78px); font-weight: 600; letter-spacing: -.045em; line-height: .95; }
.section-heading > p { max-width: 430px; margin: 0 0 5px auto; color: #6e6670; line-height: 1.7; }
.catalog-section .kicker, .delivery-section .kicker, .faq-section .kicker { color: #9325b8; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid #d7d1d8; }
.filters { display: flex; gap: 8px; }
.filter { padding: 10px 17px; color: #6d6670; background: transparent; border: 1px solid #d8d2d9; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; }
.filter:hover, .filter.is-active { color: white; background: #171218; border-color: #171218; }
.catalog-count { margin: 0; color: #8c848e; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 18px; }
.product-card[hidden] { display: none; }
.product-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #e6e4e7; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.product-card:hover .product-image img { filter: contrast(1.03); transform: scale(1.035); }
.product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; color: #1e1720; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.image-action { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 12px 14px; color: white; background: rgba(15,10,16,.88); font-size: 11px; font-weight: 700; text-align: center; opacity: 0; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; backdrop-filter: blur(8px); }
.product-image:hover .image-action, .product-image:focus-visible .image-action { opacity: 1; transform: translateY(0); }
.product-card-featured .product-image::after { position: absolute; inset: 0; border: 2px solid var(--purple); content: ''; pointer-events: none; }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 15px; padding-top: 16px; }
.product-category { margin: 0 0 5px; color: #8a818b; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.product-price { flex: 0 0 auto; margin: 2px 0 0; color: #4f205c; font-size: 13px; font-weight: 800; }
.product-price small { color: #8b838d; font-size: 9px; font-weight: 500; }
.catalog-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 70px; padding: 26px 28px; color: white; background: #171218; }
.catalog-note p { margin: 0; font-family: var(--serif); font-size: 24px; }
.catalog-note a { color: var(--purple-hot); font-size: 12px; font-weight: 700; }
.catalog-note a span { padding-left: 12px; }

.reserve-section { position: relative; padding: 125px 0; overflow: hidden; background: #0d0a0f; }
.reserve-section::after { position: absolute; top: -40%; left: -15%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(184,52,235,.13), transparent 68%); content: ''; }
.reserve-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 135px); }
.reserve-intro { position: sticky; top: 130px; align-self: start; }
.reserve-intro > p:not(.kicker) { max-width: 470px; margin: 27px 0 34px; color: #a79faa; line-height: 1.75; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 32px 0 40px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.step-number { color: var(--purple-hot); font-family: var(--serif); font-size: 24px; font-style: italic; }
.steps h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.steps p { max-width: 500px; margin: 0; color: #9e96a1; }

.delivery-section { padding: 120px 0; color: #1a151b; background: #ede9ee; }
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.delivery-card { position: relative; min-height: 310px; padding: 30px; background: #faf8fa; border: 1px solid #ded7e0; }
.delivery-card::before { position: absolute; top: 0; right: 0; width: 76px; height: 1px; background: var(--purple); content: ''; }
.delivery-code { display: inline-grid; width: 52px; height: 52px; place-items: center; color: white; background: #1a141c; border-radius: 50%; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.delivery-card h3 { margin: 55px 0 12px; font-family: var(--serif); font-size: 32px; font-weight: 600; }
.delivery-card p { max-width: 300px; margin: 0; color: #6f6771; line-height: 1.65; }
.delivery-meta { position: absolute; right: 30px; bottom: 24px; left: 30px; padding-top: 14px; color: #8a258f; border-top: 1px solid #e3dde4; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.policy-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; color: white; background: #1a141c; }
.policy-strip > div { display: flex; align-items: center; gap: 17px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.policy-strip > div:last-child { border: 0; }
.policy-strip span { color: var(--purple-hot); font-family: var(--serif); font-size: 29px; }
.policy-strip p { margin: 0; color: #b5adb7; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

.faq-section { padding: 110px 0 125px; color: #19141a; background: var(--paper); border-top: 1px solid #ddd7df; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 140px); }
.faq-list { border-top: 1px solid #d8d1d9; }
details { border-bottom: 1px solid #d8d1d9; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0; cursor: pointer; font-family: var(--serif); font-size: 22px; font-weight: 600; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: #9a2abd; font-family: var(--sans); font-weight: 400; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 620px; margin: -4px 45px 28px 0; color: #6d6570; line-height: 1.7; }

.site-footer { padding: 75px 0 22px; background: #080609; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.4fr .55fr .55fr; gap: 55px; padding-bottom: 70px; }
.brand-footer img { width: 54px; height: 54px; }
.footer-top > div:first-child > p { margin: 25px 0 0; color: #817984; font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links p { margin: 0 0 7px; color: var(--purple-hot); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a { color: #b4acb7; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; color: #5f5861; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.floating-dm { position: fixed; z-index: 16; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 10px 11px 10px 17px; color: white; background: #8e20b8; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.4); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.floating-dm strong { display: grid; width: 30px; height: 30px; place-items: center; color: #691387; background: white; border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.product-grid .reveal:nth-child(2), .delivery-grid .reveal:nth-child(2) { transition-delay: 70ms; }
.product-grid .reveal:nth-child(3), .delivery-grid .reveal:nth-child(3) { transition-delay: 140ms; }
.product-grid .reveal:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(58px, 8vw, 84px); }
  .hero-gallery { height: 530px; }
  .hero-photo-main { height: 455px; }
  .hero-photo-side { height: 320px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .announcement p { font-size: 9px; letter-spacing: .11em; }
  .header-inner { min-height: 66px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 18px; }
  .menu-toggle { display: block; cursor: pointer; }
  .main-nav { position: fixed; inset: 101px 0 auto; display: grid; align-content: start; gap: 0; padding: 28px; background: #0b080c; border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: opacity 180ms ease, transform 180ms ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 23px; }
  .main-nav .nav-cta { margin-top: 18px; padding: 14px 18px; border: 1px solid #76507f; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-block: 70px 65px; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { font-size: clamp(55px, 17vw, 78px); }
  .hero-lead { font-size: 15px; }
  .hero-meta { gap: 20px; }
  .hero-gallery { height: 500px; }
  .hero-photo-main { right: 0; width: 69%; height: 440px; }
  .hero-photo-side { left: 2px; width: 49%; height: 300px; }
  .hero-seal { right: 0; width: 88px; height: 88px; font-size: 14px; }
  .section-heading, .reserve-grid, .faq-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .section-heading > p { margin-left: 0; }
  .catalog-section, .delivery-section { padding: 85px 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 12px; }
  .product-info { display: block; }
  .product-price { margin-top: 9px; }
  .catalog-note { align-items: flex-start; flex-direction: column; }
  .reserve-section { padding: 90px 0; }
  .reserve-intro { position: static; }
  .steps li { grid-template-columns: 60px 1fr; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-card { min-height: 280px; }
  .policy-strip { grid-template-columns: 1fr; }
  .policy-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .faq-section { padding: 85px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-gallery { height: 440px; }
  .hero-photo-main { width: 73%; height: 390px; }
  .hero-photo-side { width: 50%; height: 255px; }
  .hero-meta { align-items: flex-start; flex-direction: column; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .filters { width: 100%; }
  .filter { flex: 1; padding-inline: 10px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-info h3 { font-size: 18px; }
  .product-image { aspect-ratio: 3 / 4; }
  .image-action { display: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-dm span { display: none; }
  .floating-dm { padding: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
