:root {
  --ink: #160908;
  --ink-2: #220d0b;
  --wine: #4a0e13;
  --red: #d74235;
  --coral: #f06d57;
  --cream: #f4ebd8;
  --paper: #e6d7bc;
  --gold: #cda86d;
  --line: rgba(244, 235, 216, .19);
  --sans: "Manrope", sans-serif;
  --serif: "Italiana", serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  overflow-x: clip;
  cursor: default;
}
body.dialog-open { overflow: hidden; }
::selection { background: var(--coral); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 1000; background: var(--cream); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.grain {
  position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .06;
  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='.8'/%3E%3C/svg%3E");
}
.cursor-dot, .cursor-ring { position: fixed; z-index: 999; pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); opacity: 0; }
.cursor-dot { width: 5px; height: 5px; background: var(--cream); }
.cursor-ring { width: 32px; height: 32px; border: 1px solid rgba(244,235,216,.6); transition: width .2s, height .2s, background .2s; }
.cursor-ring.hover { width: 54px; height: 54px; background: rgba(240,109,87,.18); border-color: var(--coral); }

.site-header {
  height: 86px; padding: 0 3.5vw; display: flex; align-items: center; justify-content: space-between;
  position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font: 25px var(--serif); color: var(--gold); }
.brand-copy { font: 500 9px/1.25 var(--mono); letter-spacing: .12em; }
.brand-copy i { color: var(--coral); font-style: normal; }
nav { display: flex; gap: clamp(1.3rem, 3vw, 3.5rem); }
nav a { font: 400 10px var(--mono); letter-spacing: .13em; text-transform: uppercase; position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--coral); transition: right .3s; }
nav a:hover::after { right: 0; }
.call-pill { border: 1px solid var(--line); background: rgba(22,9,8,.3); border-radius: 100px; padding: .7rem 1rem; display: flex; gap: .6rem; align-items: center; font: 500 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; cursor: pointer; backdrop-filter: blur(8px); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #7dd272; box-shadow: 0 0 0 4px rgba(125,210,114,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(125,210,114,0); } }

.hero { min-height: 890px; height: 100svh; position: relative; display: grid; grid-template-columns: 54% 46%; overflow: hidden; background: radial-gradient(circle at 70% 35%, #481419 0, var(--ink) 47%); }
.hero-glow { position: absolute; width: 45vw; aspect-ratio: 1; left: 5%; top: 18%; border-radius: 50%; background: rgba(165,30,26,.17); filter: blur(90px); }
.hero-copy { padding: 21vh 2vw 6vh 7.5vw; position: relative; z-index: 3; }
.eyebrow { font: 400 10px var(--mono); letter-spacing: .2em; color: var(--gold); text-transform: uppercase; }
.hero h1 { margin: 3.5vh 0 0; font: 400 clamp(4.9rem, 8.3vw, 9rem)/.78 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--coral); font-style: italic; }
.hero h1 span { padding-left: 8vw; }
.hero-action { display: flex; align-items: center; gap: 1.5rem; margin-top: 5vh; margin-left: 20vw; }
.round-cta { width: 118px; height: 118px; flex: 0 0 auto; border-radius: 50%; border: 0; background: var(--coral); color: var(--ink); cursor: pointer; position: relative; display: grid; place-items: center; transition: transform .3s, background .3s; }
.round-cta:hover { transform: rotate(-5deg) scale(1.07); background: var(--cream); }
.round-cta svg { position: absolute; width: 20px; top: 18px; right: 22px; fill: currentColor; }
.round-cta span { font: 600 12px/1.2 var(--mono); text-transform: uppercase; letter-spacing: .07em; text-align: left; }
.hero-action p { margin: 0; color: rgba(244,235,216,.65); font: 400 11px/1.75 var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; z-index: 2; padding: 12vh 5.5vw 4vh 0; height: 100%; }
.image-frame { height: 100%; min-height: 670px; position: relative; overflow: hidden; border-radius: 54% 54% 0 0 / 18% 18% 0 0; border: 1px solid rgba(205,168,109,.28); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 28%; filter: saturate(.88) contrast(1.03); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,9,8,.28), transparent 35%), linear-gradient(0deg, rgba(22,9,8,.84), transparent 26%); }
.frame-label { position: absolute; bottom: 1.8rem; left: 2rem; font: 400 9px var(--mono); letter-spacing: .16em; }
.availability-card { position: absolute; right: 2.8vw; bottom: 9vh; width: 280px; padding: 1rem 1.2rem; color: var(--ink); background: var(--cream); display: flex; gap: 1.1rem; align-items: center; transform: rotate(-2deg); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.availability-card small { display: block; color: var(--red); font: 500 8px var(--mono); letter-spacing: .15em; margin-bottom: .3rem; }
.availability-card strong { font: 600 13px var(--sans); }
.wave { height: 35px; display: flex; align-items: center; gap: 3px; }
.wave i { display: block; width: 2px; height: 10px; background: var(--red); animation: wave 1s ease-in-out infinite; }
.wave i:nth-child(2), .wave i:nth-child(6) { animation-delay: -.2s; }
.wave i:nth-child(3), .wave i:nth-child(5) { animation-delay: -.4s; }
.wave i:nth-child(4) { animation-delay: -.6s; }
@keyframes wave { 50% { height: 32px; } }
.hero-side-note { position: absolute; right: 1.4vw; top: 50%; z-index: 4; writing-mode: vertical-rl; transform: rotate(180deg); font: 400 8px var(--mono); letter-spacing: .18em; color: rgba(244,235,216,.48); }

.ticker { overflow: hidden; background: var(--coral); color: var(--ink); padding: .8rem 0; position: relative; z-index: 5; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 1.8rem; animation: ticker 24s linear infinite; font: 600 11px var(--mono); letter-spacing: .12em; }
.ticker b { font-size: 13px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding-left: 7.5vw; padding-right: 7.5vw; }
.intro { padding-top: 10rem; padding-bottom: 9rem; background: var(--cream); color: var(--ink); }
.section-number { font: 500 9px var(--mono); letter-spacing: .16em; color: var(--red); text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; margin-top: 4rem; }
.intro h2, .menu-section h2, .faq h2 { margin: 0; font: 400 clamp(4rem, 7vw, 7.2rem)/.9 var(--serif); letter-spacing: -.04em; }
.intro h2 i, .menu-section h2 i, .faq h2 i { color: var(--red); }
.intro-copy { padding-top: 1rem; max-width: 520px; }
.intro-copy p { font-size: 14px; line-height: 1.85; color: rgba(22,9,8,.64); }
.intro-copy .lead { margin-top: 0; font: 400 21px/1.5 var(--serif); color: var(--ink); }
.signature { font: italic 70px/1 var(--serif); color: var(--red); transform: rotate(-7deg); margin: 1.7rem 0 0 58%; }
.signature span { font-size: 32px; }
.facts-grid { margin-top: 8rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(22,9,8,.18); border-bottom: 1px solid rgba(22,9,8,.18); }
.facts-grid article { min-height: 180px; padding: 2.5rem 1.8rem; display: flex; align-items: flex-end; gap: 1.2rem; border-right: 1px solid rgba(22,9,8,.18); }
.facts-grid article:first-child { padding-left: 0; }
.facts-grid article:last-child { border: 0; }
.facts-grid strong { font: 400 clamp(3.8rem, 5vw, 5.5rem)/1 var(--serif); color: var(--red); }
.facts-grid sup { font: 400 1.2rem var(--mono); }
.facts-grid span { font: 400 9px/1.6 var(--mono); text-transform: uppercase; letter-spacing: .06em; padding-bottom: .35rem; }

.trophy-section {
  min-height: 1050px; padding-top: 8rem; padding-bottom: 8rem; position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(220px, .72fr) minmax(370px, 1fr) minmax(220px, .72fr); gap: 3vw; align-items: center;
  background:
    radial-gradient(circle at 52% 44%, rgba(118, 19, 24, .72), transparent 35%),
    linear-gradient(135deg, #170807 0%, #270a0b 53%, #110605 100%);
}
.trophy-section::before {
  content: "PIÈCE UNIQUE"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-8deg);
  color: rgba(244,235,216,.025); font: 400 12vw var(--serif); white-space: nowrap; pointer-events: none;
}
.trophy-intro { align-self: start; margin-top: 9rem; position: relative; z-index: 2; }
.trophy-intro > p { margin: 6rem 0 1.4rem; color: var(--gold); font: 400 9px var(--mono); letter-spacing: .16em; }
.trophy-intro h2 { margin: 0 0 2rem; font: 400 clamp(3.6rem, 5.2vw, 6rem)/.86 var(--serif); letter-spacing: -.04em; }
.trophy-intro h2 i { color: var(--coral); }
.trophy-intro > span { display: block; max-width: 220px; color: rgba(244,235,216,.42); font: 400 8px/1.7 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.trophy-frame {
  width: min(100%, 520px); margin: 0 auto; padding: 1rem; color: var(--ink); background: var(--paper); position: relative; z-index: 3;
  transform: rotate(-1.5deg); box-shadow: 0 45px 100px rgba(0,0,0,.48), 0 0 0 1px rgba(205,168,109,.35);
}
.trophy-frame::before { content: "✦"; position: absolute; z-index: 2; right: -34px; top: -35px; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: var(--ink); font-size: 25px; }
.trophy-image { overflow: hidden; background: #0c0504; border: 1px solid rgba(22,9,8,.2); }
.trophy-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.trophy-frame figcaption { padding: 1.25rem .25rem .4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trophy-frame figcaption span { font: 400 6px/1.4 var(--mono); letter-spacing: .08em; color: rgba(22,9,8,.55); }
.trophy-frame figcaption span:last-child { text-align: right; }
.trophy-frame figcaption strong { font: 600 9px var(--mono); letter-spacing: .13em; white-space: nowrap; }
.trophy-tape { position: absolute; z-index: 4; width: 86px; height: 26px; background: rgba(229,207,159,.82); box-shadow: 0 2px 5px rgba(0,0,0,.15); }
.trophy-tape-left { left: -28px; top: 30px; transform: rotate(-42deg); }
.trophy-tape-right { right: -28px; bottom: 65px; transform: rotate(-42deg); }
.trophy-pointer { align-self: center; position: relative; z-index: 4; padding-bottom: 5rem; }
.trophy-pointer > p { margin: 0 0 -1rem 42%; font: 400 13px/1.35 var(--mono); letter-spacing: .08em; transform: rotate(5deg); }
.trophy-pointer > p i { color: var(--coral); }
.trophy-pointer svg { width: 118%; margin-left: -24%; overflow: visible; }
.trophy-pointer svg path { fill: none; stroke: var(--cream); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.danger-stamp { width: 138px; height: 138px; margin: -1rem 0 0 auto; border: 1px solid var(--coral); border-radius: 50%; display: grid; place-content: center; gap: .45rem; text-align: center; color: var(--coral); transform: rotate(9deg); }
.danger-stamp b { font: 600 9px var(--mono); letter-spacing: .16em; }
.danger-stamp span { font: 400 8px/1.45 var(--mono); letter-spacing: .08em; }

.menu-section { background: var(--ink-2); }
.menu-heading { padding-top: 9rem; padding-bottom: 5rem; }
.menu-title-row { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 3.5rem; }
.menu-title-row p { width: 270px; color: rgba(244,235,216,.55); font: 400 11px/1.8 var(--mono); text-transform: uppercase; }
.menu-list { padding-bottom: 10rem; }
.menu-item { min-height: 165px; display: grid; grid-template-columns: 40px 85px 1.05fr 1.2fr 100px 52px; gap: 1.3rem; align-items: center; border-top: 1px solid var(--line); transition: background .35s, padding .35s; }
.menu-item:last-child { border-bottom: 1px solid var(--line); }
.menu-item:hover { background: rgba(240,109,87,.05); padding-left: 1.2rem; padding-right: 1.2rem; }
.item-no, .item-price { font: 400 9px var(--mono); letter-spacing: .12em; color: var(--gold); }
.item-icon { font: 400 32px var(--serif); color: var(--coral); }
.item-name h3 { margin: 0 0 .45rem; font: 400 28px var(--serif); }
.item-name p, .item-desc { margin: 0; color: rgba(244,235,216,.48); }
.item-name p { font: italic 13px var(--serif); }
.item-desc { max-width: 360px; font-size: 12px; line-height: 1.65; }
.item-arrow { width: 48px; height: 48px; border-radius: 50%; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 19px; transition: background .2s, color .2s, transform .2s; }
.item-arrow:hover { background: var(--coral); color: var(--ink); transform: rotate(45deg); }

.quote-section { background: var(--wine); text-align: center; padding-top: 9rem; padding-bottom: 8rem; position: relative; overflow: hidden; }
.quote-section::before { content: "CONFIDENTIEL"; position: absolute; left: -3vw; top: 30%; font: 400 12vw var(--serif); color: rgba(244,235,216,.025); white-space: nowrap; }
.quote-section .section-number { color: var(--gold); }
.big-quote { margin: 3rem auto 2.5rem; position: relative; z-index: 1; }
.quote-mark { display: block; font: 400 75px/1 var(--serif); color: var(--coral); }
.big-quote blockquote { margin: .5rem 0 2rem; font: 400 clamp(2.2rem, 4.5vw, 5rem)/1.1 var(--serif); }
.big-quote blockquote i { color: var(--coral); }
.big-quote figcaption, .review-dots { font: 400 8px var(--mono); letter-spacing: .13em; color: rgba(244,235,216,.6); }
.review-dots { margin-top: 4rem; }
.review-dots span { color: var(--gold); letter-spacing: .3em; margin-right: 1rem; }

.manifesto { background: var(--cream); color: var(--ink); padding-top: 8rem; padding-bottom: 7rem; overflow: hidden; }
.manifesto-top { font: 500 10px/1.5 var(--mono); letter-spacing: .14em; color: var(--red); }
.manifesto-word { position: relative; font: 400 clamp(11rem, 29vw, 30rem)/.78 var(--serif); letter-spacing: -.08em; color: var(--red); margin-left: -1.5vw; }
.spark { position: absolute; top: 7%; right: 3%; font: 400 5vw var(--serif); color: var(--ink); letter-spacing: 0; animation: spin 12s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.manifesto-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(22,9,8,.2); }
.manifesto-bottom p { font: 400 16px/1.5 var(--serif); margin: 0; }
.text-link { background: none; border: 0; padding: .5rem 0; border-bottom: 1px solid var(--ink); font: 600 10px var(--mono); letter-spacing: .12em; cursor: pointer; }
.text-link span { color: var(--red); font-size: 20px; margin-left: 1rem; }

.faq { background: var(--paper); color: var(--ink); padding-top: 9rem; padding-bottom: 9rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.faq h2 { margin-top: 3rem; }
.accordion { border-top: 1px solid rgba(22,9,8,.2); }
.accordion details { border-bottom: 1px solid rgba(22,9,8,.2); }
.accordion summary { list-style: none; cursor: pointer; padding: 1.8rem 0; display: flex; align-items: center; justify-content: space-between; font: 500 15px var(--sans); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font: 300 24px var(--mono); color: var(--red); transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 600px; margin: -.5rem 3rem 1.8rem 0; color: rgba(22,9,8,.62); font-size: 13px; line-height: 1.75; }

.final-cta { min-height: 750px; position: relative; display: grid; place-items: center; text-align: center; overflow: hidden; background: var(--ink); }
.final-bg { position: absolute; inset: 0; background: radial-gradient(circle at 50% 55%, rgba(125,20,24,.85), var(--ink) 58%), repeating-linear-gradient(105deg, transparent 0 45px, rgba(244,235,216,.02) 46px); }
.final-bg::after { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(205,168,109,.28); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 70px rgba(205,168,109,.03), 0 0 0 140px rgba(205,168,109,.02); }
.final-inner { position: relative; z-index: 1; }
.final-inner > p { font: 400 9px var(--mono); letter-spacing: .2em; color: var(--gold); }
.final-inner h2 { margin: 1.5rem 0 2.5rem; font: 400 clamp(4.3rem, 7vw, 7.8rem)/.82 var(--serif); letter-spacing: -.04em; }
.final-inner h2 i { color: var(--coral); }
.final-button { width: 330px; height: 66px; border: 0; border-radius: 100px; background: var(--cream); color: var(--ink); display: inline-flex; align-items: center; justify-content: space-between; padding: 0 .7rem 0 2rem; cursor: pointer; font: 600 11px var(--mono); letter-spacing: .13em; transition: transform .3s; }
.final-button:hover { transform: scale(1.04); }
.final-button b { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); font-size: 21px; }
.final-inner small { display: block; margin-top: 1.6rem; color: rgba(244,235,216,.38); font: 400 7px var(--mono); letter-spacing: .12em; }

.site-footer { background: #0e0605; padding: 4rem 4vw 2rem; }
.footer-brand { font: 400 clamp(2.4rem, 5vw, 5.4rem) var(--serif); text-align: center; padding-bottom: 4rem; border-bottom: 1px solid var(--line); }
.footer-brand i { color: var(--coral); }
.footer-meta { padding-top: 1.7rem; display: flex; justify-content: space-between; color: rgba(244,235,216,.38); font: 400 7px var(--mono); letter-spacing: .1em; }
.footer-meta button { border: 0; padding: 0; color: inherit; background: none; font: inherit; letter-spacing: inherit; cursor: pointer; }
.footer-meta button:hover { color: var(--cream); }

dialog { color: var(--cream); background: #2a0d0d; border: 1px solid rgba(205,168,109,.45); width: min(92vw, 570px); padding: 4.5rem 4rem 3rem; text-align: center; box-shadow: 0 40px 100px rgba(0,0,0,.65); }
dialog::backdrop { background: rgba(8,3,3,.82); backdrop-filter: blur(10px); }
dialog[open] { animation: dialog-in .35s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.dialog-close { position: absolute; right: 1.2rem; top: 1rem; border: 0; background: none; font: 300 28px var(--mono); cursor: pointer; }
.dialog-phone { font-size: 52px; color: var(--coral); margin-bottom: 1rem; animation: ring .7s ease-in-out 2; }
@keyframes ring { 20%, 60% { transform: rotate(8deg); } 40%, 80% { transform: rotate(-8deg); } }
dialog h2 { margin: 1rem 0 1.5rem; font: 400 42px/1 var(--serif); }
dialog h2 i { color: var(--coral); }
dialog > p:not(.eyebrow) { color: rgba(244,235,216,.65); font-size: 13px; line-height: 1.7; }
.dialog-ok { margin: 1.2rem auto; background: var(--coral); color: var(--ink); border: 0; padding: 1rem 1.4rem; font: 600 10px var(--mono); letter-spacing: .1em; cursor: pointer; }
dialog small { display: block; color: rgba(244,235,216,.35); font: 400 7px var(--mono); letter-spacing: .08em; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  nav { display: none; }
  .site-header { padding: 0 5vw; }
  .hero { height: auto; min-height: 100svh; grid-template-columns: 1fr; padding-bottom: 2rem; }
  .hero-copy { padding: 140px 6vw 2rem; }
  .hero h1 { font-size: clamp(4rem, 13.5vw, 7rem); }
  .hero h1 span { padding-left: 10vw; }
  .hero-action { position: absolute; z-index: 4; top: 54vh; right: 4vw; margin: 0; }
  .hero-action p { display: none; }
  .round-cta { width: 105px; height: 105px; }
  .hero-visual { padding: 0 5vw; height: 52vh; min-height: 440px; }
  .image-frame { min-height: 0; height: 100%; border-radius: 45% 45% 0 0 / 18% 18% 0 0; }
  .availability-card { right: 3vw; bottom: 3vh; }
  .hero-side-note { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 3rem; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid article:nth-child(2) { border-right: 0; }
  .facts-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(22,9,8,.18); }
  .trophy-section { min-height: 0; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding-top: 7rem; padding-bottom: 7rem; }
  .trophy-intro { margin-top: 0; align-self: center; }
  .trophy-intro > p { margin-top: 4rem; }
  .trophy-frame { width: min(100%, 440px); }
  .trophy-pointer { grid-column: 1 / -1; width: 50%; margin-left: auto; margin-top: -3rem; padding: 0; }
  .trophy-pointer svg { width: 115%; transform: rotate(22deg); transform-origin: left center; }
  .danger-stamp { width: 115px; height: 115px; }
  .menu-item { grid-template-columns: 30px 55px 1fr 65px 50px; padding: 2rem 0; }
  .item-desc { grid-column: 3/5; }
  .item-price { grid-column: 4; grid-row: 1; }
  .item-arrow { grid-column: 5; grid-row: 1/3; }
  .faq { grid-template-columns: 1fr; gap: 5rem; }
}

@media (max-width: 620px) {
  .call-pill { font-size: 0; width: 40px; height: 40px; padding: 0; justify-content: center; }
  .site-header { height: 72px; }
  .hero-copy { padding-top: 118px; }
  .hero h1 { font-size: 18vw; line-height: .82; }
  .hero-action { top: 48vh; }
  .round-cta { width: 92px; height: 92px; }
  .round-cta svg { width: 16px; top: 14px; right: 17px; }
  .round-cta span { font-size: 10px; }
  .hero-visual { height: 48vh; min-height: 390px; }
  .availability-card { width: 230px; padding: .8rem; }
  .section-pad { padding-left: 6vw; padding-right: 6vw; }
  .intro, .menu-heading, .quote-section, .faq { padding-top: 6rem; padding-bottom: 6rem; }
  .intro h2, .menu-section h2, .faq h2 { font-size: 15vw; }
  .intro-grid { margin-top: 2.5rem; }
  .facts-grid { margin-top: 5rem; }
  .facts-grid article { min-height: 140px; padding: 1.5rem .8rem; display: block; }
  .facts-grid strong { display: block; font-size: 3.8rem; margin-bottom: .8rem; }
  .facts-grid article:first-child { padding-left: .8rem; }
  .trophy-section { display: flex; flex-direction: column; gap: 3rem; padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .trophy-intro { align-self: stretch; }
  .trophy-intro > p { margin: 2.8rem 0 1rem; }
  .trophy-intro h2 { font-size: 15vw; }
  .trophy-frame { width: calc(100% - 2rem); order: 2; padding: .7rem; }
  .trophy-frame::before { width: 58px; height: 58px; right: -22px; top: -24px; }
  .trophy-frame figcaption { padding-top: 1rem; gap: .4rem; }
  .trophy-frame figcaption strong { font-size: 7px; }
  .trophy-frame figcaption span { font-size: 5px; }
  .trophy-pointer { order: 1; align-self: flex-end; width: 78%; margin: -1.5rem 0 -3rem; }
  .trophy-pointer > p { margin-left: 46%; font-size: 10px; }
  .trophy-pointer svg { height: 120px; margin-left: -15%; transform: rotate(13deg); }
  .danger-stamp { position: absolute; right: 0; bottom: -22rem; z-index: 5; width: 94px; height: 94px; background: var(--ink); }
  .menu-title-row { display: block; }
  .menu-title-row p { margin-top: 2rem; }
  .menu-list { padding-bottom: 6rem; }
  .menu-item { grid-template-columns: 24px 40px 1fr 42px; gap: .7rem; }
  .item-icon { font-size: 24px; }
  .item-name h3 { font-size: 22px; }
  .item-price { display: none; }
  .item-desc { grid-column: 3/5; font-size: 11px; padding-right: .8rem; }
  .item-arrow { width: 40px; height: 40px; grid-column: 4; grid-row: 1; }
  .big-quote blockquote { font-size: 9vw; }
  .review-dots { line-height: 2; }
  .review-dots span { display: block; margin: 0; }
  .manifesto { padding-top: 5rem; padding-bottom: 5rem; }
  .manifesto-word { font-size: 31vw; }
  .manifesto-bottom { display: block; }
  .text-link { margin-top: 2rem; }
  .final-cta { min-height: 650px; padding: 2rem 6vw; }
  .final-inner h2 { font-size: 16vw; }
  .final-button { width: min(100%, 320px); }
  .footer-meta { flex-direction: column; gap: 1rem; text-align: center; }
  dialog { padding: 4rem 1.5rem 2rem; }
  dialog h2 { font-size: 36px; }
}

@media (pointer: fine) {
  body { cursor: none; }
  a, button, summary { cursor: none !important; }
  .cursor-dot, .cursor-ring { opacity: 1; }
}
@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; }
  .cursor-dot, .cursor-ring { display: none; }
}
