/* SuperExpensiveJerky.com — the film's look on a web page: black stone, gold engraving, gold-foil stars, red SOLD stamps. */

@font-face { font-family: "Cormorant"; src: url(/assets/fonts/cormorant-600.woff2?v=1368018f8b) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Bebas"; src: url(/assets/fonts/bebas.woff2?v=88b0bcd9ac) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Caveat"; src: url(/assets/fonts/caveat-700.woff2?v=5cf38d96d2) format("woff2"); font-weight: 700; font-display: swap; }
/* metric-matched fallbacks so the swap doesn't reflow the page */
@font-face { font-family: "Cormorant Fallback"; src: local("Times New Roman"), local("Times"); size-adjust: 97.5%; ascent-override: 94.8%; descent-override: 29.4%; line-gap-override: 0%; }
@font-face { font-family: "Bebas Fallback"; src: local("Impact"); size-adjust: 77%; ascent-override: 117%; descent-override: 39%; line-gap-override: 0%; }

:root {
  --ink: #0d0b09;
  --ink-2: #15120e;
  --black: #000;
  --cream: #efe6d2;
  --muted: #b9ad94;
  --gold: #d2b06a;
  --gold-hi: #f3e2b0;
  --gold-lo: #9a7336;
  --hair: rgba(214, 182, 110, .32);
  --red: #c8342b;
  --red-text: #f08a7e;
  --proj: #4f86c6;
  --act: #cf4f3d;
  --serif: "Cormorant", "Cormorant Fallback", "Times New Roman", serif;
  --label: "Bebas", "Bebas Fallback", "Arial Narrow", sans-serif;
  --hand: "Caveat", "Bradley Hand", "Segoe Print", cursive;
  --gutter: clamp(16px, 4vw, 40px);
  --maxw: 1240px;
  --pad-x: max(var(--gutter), calc((100% - var(--maxw)) / 2));
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font: 600 1.2rem/1.5 var(--serif); font-kerning: normal; font-variant-numeric: lining-nums; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--gold-hi); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: #fff3d0; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 600; text-wrap: balance; }
.pull p, .sec-sub, .film-sub, .lede, .muntjac-note { text-wrap: pretty; }
.pull p { text-wrap: balance; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold-hi); outline-offset: 3px; border-radius: 2px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.sprites { position: absolute; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }

.skip { position: absolute; left: 12px; top: -60px; z-index: 2000; background: var(--gold); color: #1a1208; padding: 10px 14px; font: 1rem var(--label); letter-spacing: .12em; text-decoration: none; }
.skip:focus { top: 12px; }

/* ------------------------------------------------------------ shared type */
.kicker { font: 1rem/1 var(--label); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.gold {
  background: linear-gradient(180deg, #f8ebc4 0%, #e2c17a 38%, #b98b43 66%, #e9cf8f 100%);
  background-size: 100% 1em; background-repeat: repeat-y;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .6));
}
section h2 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); line-height: 1.04; letter-spacing: -.005em; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.sec-sub { color: var(--muted); margin: 16px auto 0; max-width: 620px; }
section, .top, .foot { padding-inline: var(--pad-x); }

/* ------------------------------------------------------------ plates (the film's engraved stone) */
.plate {
  position: relative; text-align: center; border-radius: 10px;
  background: var(--ink-2) url(/assets/img/stone.webp?v=33c229df61) center / cover;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .5), 0 18px 40px rgba(0, 0, 0, .55);
  padding: 30px 36px;
}
.plate::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(214, 182, 110, .55); border-radius: 6px; box-shadow: inset 0 1px 0 rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 240, 200, .08); pointer-events: none; }
.plate-line {
  display: block; margin: 0; font-family: var(--serif); text-transform: uppercase; letter-spacing: .16em; line-height: 1.35;
  background: linear-gradient(180deg, #f3e3b3 0%, #d6b066 50%, #a97d3a 80%, #d8bb7c 100%); background-size: 100% 1.35em; background-repeat: repeat-y;
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.plate-small { font-size: .7em; letter-spacing: .2em; margin-top: .4em; }
.plate-xl { max-width: 980px; margin: 0 auto; padding: clamp(26px, 5vw, 48px) clamp(20px, 5vw, 64px); font-size: clamp(1.25rem, 3.2vw, 2.4rem); }

/* ------------------------------------------------------------ buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em; min-height: 48px;
  font: 1.15rem/1 var(--label); letter-spacing: .16em; text-transform: uppercase; text-decoration: none;
  padding: .95em 1.6em .8em; border-radius: 3px; cursor: pointer; border: 1px solid transparent; transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: linear-gradient(180deg, #f4e1ad 0%, #d3ab5e 52%, #a97f38 100%); color: #1b1307; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 8px 22px rgba(210, 176, 106, .22); }
.btn-gold:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6), 0 10px 28px rgba(210, 176, 106, .38); color: #000; }
.btn-line { border-color: rgba(214, 182, 110, .6); color: var(--gold-hi); background: rgba(0, 0, 0, .25); }
.btn-line:hover { background: rgba(214, 182, 110, .12); color: #fff3d0; }
.btn-danger { border-color: var(--red); color: var(--red-text); background: rgba(200, 52, 43, .08); }
.btn-danger:hover { background: rgba(200, 52, 43, .2); color: #ffd0c8; }
.btn[disabled] { opacity: .55; cursor: default; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 12px; }
.cta-center { justify-content: center; }
.micro { font-size: 1rem; color: var(--muted); }

/* ------------------------------------------------------------ marquee + header */
.marquee { overflow: hidden; background: #070605; border-bottom: 1px solid rgba(214, 182, 110, .18); }
.marquee-track { display: flex; width: max-content; animation: marquee 70s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee p { margin: 0; padding: 10px 3rem 9px 0; white-space: nowrap; font: .95rem/1 var(--label); letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.marquee span { color: var(--gold-lo); margin: 0 .9em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.top { display: flex; align-items: center; justify-content: space-between; gap: 14px 28px; flex-wrap: wrap; padding-block: 18px; border-bottom: 1px solid rgba(214, 182, 110, .12); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-star { width: 38px; height: auto; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .6)); transform: rotate(-12deg); }
.brand-name { display: block; font-size: 1.55rem; line-height: 1; letter-spacing: .01em; background: linear-gradient(180deg, #f8ebc4, #d2ab62 60%, #a57a38); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-est { display: block; margin-top: 5px; font: .72rem/1 var(--label); letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 24px; overflow-x: auto; scrollbar-width: none; max-width: 100%; }
.nav::-webkit-scrollbar { display: none; }
.nav a, .cart { font: 1.02rem/1 var(--label); letter-spacing: .14em; text-transform: uppercase; color: var(--cream); text-decoration: none; white-space: nowrap; padding: 10px 0; }
.nav a:hover { color: var(--gold-hi); }
.cart { background: none; border: 1px solid rgba(214, 182, 110, .45); border-radius: 3px; padding: 9px 12px 8px; cursor: pointer; display: inline-flex; gap: 8px; align-items: center; }
.cart:hover { background: rgba(214, 182, 110, .1); }
.cart-n { display: inline-grid; place-items: center; min-width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: #1b1307; font-size: .85rem; letter-spacing: 0; padding-top: 1px; }
@media (max-width: 720px) {
  .top { padding-block: 14px 8px; }
  .nav { width: 100%; gap: 20px; padding-bottom: 4px; padding-right: 28px;
    -webkit-mask-image: linear-gradient(90deg, #000 82%, transparent); mask-image: linear-gradient(90deg, #000 82%, transparent); }
}

/* ------------------------------------------------------------ hero */
.hero { display: grid; gap: 22px; align-items: center; padding-block: 20px 64px; }
@media (max-width: 959px) { .hero-media { order: -1; margin-inline: calc(-1 * var(--gutter)); } }
.hero h1 { font-size: clamp(3rem, 7.4vw, 6rem); line-height: 1; letter-spacing: -.012em; margin-bottom: 22px; }
.lede { font-size: clamp(1.2rem, 1.7vw, 1.4rem); max-width: 34em; color: #e6dcc6; }
.price-row { display: flex; align-items: center; gap: 18px; margin-top: 8px; }
.price { margin: 0; font-size: clamp(3.4rem, 6vw, 4.6rem); line-height: 1; background: linear-gradient(180deg, #fbf0cf, #d8b46b 55%, #9f7536); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .6)); }
.price-cur { font-size: .55em; vertical-align: .62em; margin-right: .04em; }
.price-note { margin: 0; font: 1.05rem/1.25 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--cream); }
.price-note span { color: var(--red-text); }
.hero-media { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #000;
  -webkit-mask-image: radial-gradient(ellipse 72% 70% at 50% 48%, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse 72% 70% at 50% 48%, #000 62%, transparent 100%); }
.hero-img, .hero-smoke { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero-smoke { opacity: 0; transition: opacity .22s ease; }
.hero-smoke.on { opacity: 1; }
.hero-cap { position: absolute; left: 0; right: 0; bottom: 7%; text-align: center; font: .95rem/1.3 var(--label); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.hero-cap span { color: var(--muted); }
.stamp { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .45)); }
.stamp-soldout { width: min(62%, 440px); top: 40%; }
.stamp.slam { animation: slam .2s steps(1, end) both; }
@keyframes slam {
  0% { transform: translate(-50%, -50%) scale(1.3); opacity: .7; }
  25% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(1.1); }
  75%, 100% { transform: translate(-50%, -50%) scale(1); }
}
@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); min-height: min(84vh, 820px); padding-block: 36px 72px; }
  .hero-media { aspect-ratio: 1 / 1; }
}

/* ------------------------------------------------------------ the film */
.film { background: var(--black); padding-block: 76px 64px; text-align: center; }
.film-head { margin-bottom: 34px; }
.engraved { text-transform: uppercase; letter-spacing: .22em; font-size: clamp(3rem, 9vw, 7rem) !important; line-height: 1 !important; margin-right: -.22em; }
.film-sub { margin: 18px auto 0; color: var(--muted); font-size: 1.3rem; }
.film-sub em { font-style: normal; color: var(--cream); }
.player { position: relative; max-width: 1280px; margin: 0 auto; background: #000; box-shadow: 0 30px 80px rgba(0, 0, 0, .8); }
.film-video { width: 100%; aspect-ratio: 16 / 9; background: #000; }
.play { position: absolute; inset: 0; align-items: flex-end; justify-content: flex-start; gap: 16px; padding: 0 0 5% 4%; border: 0; cursor: pointer;
  background: linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 55%), linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0) 45%); }
.play-ring { width: clamp(76px, 10vw, 112px); aspect-ratio: 1; border-radius: 50%; border: 2px solid var(--gold); display: grid; place-items: center; background: rgba(0, 0, 0, .45); box-shadow: 0 0 0 8px rgba(0, 0, 0, .25), 0 10px 40px rgba(0, 0, 0, .6); transition: transform .2s ease, background .2s ease; }
.play-tri { width: 0; height: 0; margin-left: 8%; border-style: solid; border-width: 16px 0 16px 27px; border-color: transparent transparent transparent var(--gold-hi); }
.play-label { align-self: center; font: 1.15rem/1 var(--label); letter-spacing: .28em; text-transform: uppercase; color: var(--gold-hi); text-shadow: 0 2px 8px #000; }
.play:hover .play-ring { transform: scale(1.06); background: rgba(210, 176, 106, .18); }
.play { display: none; }
.js .play { display: flex; }                 /* the overlay needs the script; without it the native controls stay reachable */
.player.playing .play { display: none; }
.laurels { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px; margin: 40px auto 0; padding: 0; }
.laurel { display: flex; align-items: center; gap: 6px; color: var(--gold); }
.laurel svg { width: 30px; height: 74px; flex: none; }
.laurel span { display: grid; gap: 3px; text-align: center; font-size: 1.05rem; line-height: 1.15; color: var(--cream); min-width: 150px; }
.laurel b { font: .8rem/1 var(--label); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.laurel small { font: .78rem/1 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.film-meta { margin: 30px 0 0; font: .9rem/1.4 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ------------------------------------------------------------ counter */
.counter { padding-block: 80px 40px; }
.counter .plate-xl { position: relative; }
.plate-star { position: absolute; width: 66px; right: 7%; top: -18px; transform: rotate(14deg); filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .5)); }
.plate-star.sticker-in { animation: plate-slap .167s steps(1, end) both; }
@keyframes plate-slap {
  0% { transform: translateY(-60px) scale(1.45) rotate(14deg); opacity: .55; }
  25% { transform: translateY(-30px) scale(1.3) rotate(14deg); opacity: .8; }
  50% { transform: rotate(14deg); opacity: 1; }
  75% { transform: scale(1.1, .86) rotate(14deg); }
  100% { transform: rotate(14deg); }
}
.stats { list-style: none; margin: 34px auto 0; padding: 0; max-width: 980px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }
.stats li { background: var(--ink); padding: 18px 12px; text-align: center; display: grid; gap: 6px; }
.stat-n { font-size: 2.3rem; line-height: 1; color: var(--gold-hi); }
.stat-l { font: .82rem/1.2 var(--label); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }

/* ------------------------------------------------------------ collection */
.collection { padding-block: 72px 80px; }
.collection h2 { line-height: 1.08; }
.lots { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 28px; }
.lot { position: relative; display: flex; flex-direction: column; border-radius: 10px; padding: 14px 14px 22px;
  background: var(--ink-2) url(/assets/img/stone.webp?v=33c229df61) center / 1400px auto; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 18px 40px rgba(0, 0, 0, .5); }
.lot::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(214, 182, 110, .38); border-radius: 7px; pointer-events: none; }
.lot > *:not(.lot-media) { padding-inline: 10px; }
.lot-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 5px; background: #000; margin-bottom: 18px; }
.lot-media > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lot:hover .lot-media > img:first-child { transform: scale(1.03); }
.lot-media .stamp { width: 58%; }
.lot-no { margin: 0 0 6px; font: .88rem/1 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.lot-name { font-size: 1.95rem; line-height: 1.05; margin-bottom: 10px; background: linear-gradient(180deg, #f8ebc4, #d8b46b 60%, #a87c3a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lot-desc { font-size: 1.12rem; color: #ddd3bd; margin-bottom: 14px; }
.lot-price { margin: 0 0 4px; font-size: 1.15rem; color: var(--muted); }
.lot-price b { font-weight: 600; font-size: 1.6rem; color: var(--gold-hi); }
.lot-status { margin: 0 0 18px; font: .86rem/1 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--red-text); }
.lot-status::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; margin-right: 9px; vertical-align: .12em; box-shadow: 0 0 8px currentColor; }
.btn-bid { margin: auto 10px 0; width: calc(100% - 20px); border-color: rgba(214, 182, 110, .55); color: var(--gold-hi); background: rgba(0, 0, 0, .3); }
.btn-bid:hover { background: rgba(214, 182, 110, .12); }
.btn-dont { border-color: var(--red); color: var(--red-text); }
.lot-chant { min-height: 2.6em; margin: 12px 0 0; font: 1rem/1.3 var(--label); letter-spacing: .12em; text-transform: uppercase; color: var(--gold-hi); text-align: center; }
.not-pictured { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; font: 1.1rem/1 var(--label); letter-spacing: .5em; text-transform: uppercase; color: var(--cream); text-shadow: 0 2px 10px #000; padding-left: .5em; }
.lot-muntjac .lot-media > img:first-child { filter: brightness(.9); }
.lot-muntjac.barked .lot-media > img:first-child { animation: jolt .35s steps(5) both; }
@keyframes jolt { 0% { transform: scale(1.12) translate(-2%, 1%); filter: brightness(1.8); } 40% { transform: scale(1.08) translate(1.5%, -1%); } 100% { transform: none; filter: brightness(.9); } }

/* ------------------------------------------------------------ business plan */
.plan { padding-block: 72px 84px; background: linear-gradient(180deg, var(--ink), #120f0b 50%, var(--ink)); }
.plan-grid { display: grid; gap: 36px; align-items: start; }
@media (min-width: 1000px) { .plan-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); } }
.napkin { position: relative; margin: 0; container-type: inline-size; }
.napkin img { width: 100%; border-radius: 6px; box-shadow: 0 20px 50px rgba(0, 0, 0, .6); }
.napkin-lines { position: absolute; left: 30%; top: 45%; margin: 0; padding: 0; list-style: none; transform: rotate(-3deg); transform-origin: 0 0;
  font: 700 4.3cqw/1.3 var(--hand); color: #203c8e; mix-blend-mode: multiply; }
.napkin-lines li { clip-path: inset(0 0 0 0); }
.napkin.pending .napkin-lines li { clip-path: inset(-10% 100% -10% 0); }
.napkin.write .napkin-lines li { animation: write .9s steps(18, end) both; }
.napkin.write .napkin-lines li:nth-child(2) { animation-delay: .95s; }
.napkin.write .napkin-lines li:nth-child(3) { animation-delay: 1.9s; }
.napkin.write .napkin-lines li:nth-child(4) { animation-delay: 2.85s; }
@keyframes write { from { clip-path: inset(-10% 100% -10% 0); } to { clip-path: inset(-10% 0 -10% 0); } }
.napkin figcaption, .frame figcaption { margin-top: 12px; font: .85rem/1.3 var(--label); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

.chart { margin: 0; position: relative; border-radius: 10px; padding: 26px clamp(16px, 3vw, 28px) 22px; background: #15120e; box-shadow: inset 0 0 0 1px rgba(214, 182, 110, .22), 0 18px 40px rgba(0, 0, 0, .45); }
.chart-title { font-size: 1.6rem; line-height: 1.15; color: var(--cream); }
.chart-sub { margin: 6px 0 12px; color: var(--muted); font-size: 1.08rem; }
.legend { list-style: none; display: flex; gap: 22px; margin: 0 0 8px; padding: 0; font: .95rem/1 var(--label); letter-spacing: .14em; text-transform: uppercase; color: var(--cream); }
.legend li { display: flex; align-items: center; gap: 9px; }
.key { width: 22px; height: 3px; border-radius: 2px; }
.key-proj { background: var(--proj); }
.key-act { background: var(--act); }
.chart-box { position: relative; }
.chart-svg { width: 100%; height: auto; overflow: visible; }
.chart-svg text { font-family: var(--label); letter-spacing: .06em; fill: var(--muted); font-size: 13px; }
.grid line { stroke: rgba(239, 230, 210, .09); stroke-width: 1; }
.axis { stroke: rgba(239, 230, 210, .28); stroke-width: 1; }
.ticks-y text { text-anchor: end; }
.ticks-x text { text-anchor: middle; }
.ticks-x text:first-child { text-anchor: start; }
.ticks-x .t-end { text-anchor: end; }
.line { fill: none; stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.line-proj { stroke: var(--proj); }
.line-act { stroke: var(--act); }
.dot { stroke: #15120e; stroke-width: 2; }
.dot-proj { fill: var(--proj); }
.dot-act { fill: var(--act); }
.chart-svg .end-label { fill: var(--cream); font-size: 16px; }
.chart-svg .end-sub { fill: var(--muted); font-size: 12px; letter-spacing: .12em; }
.hit { fill: transparent; cursor: crosshair; }
.crosshair { stroke: rgba(239, 230, 210, .4); stroke-width: 1; }
.hover-dot { stroke: #15120e; stroke-width: 2; }
.tip { position: absolute; top: 0; left: 0; pointer-events: none; min-width: 150px; padding: 9px 12px; border-radius: 4px; background: rgba(10, 8, 6, .96); border: 1px solid rgba(214, 182, 110, .45); font-size: 1rem; line-height: 1.3; color: var(--cream); box-shadow: 0 10px 24px rgba(0, 0, 0, .5); }
.tip b { display: block; font: .85rem/1.2 var(--label); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.tip i { font-style: normal; display: inline-block; width: 12px; height: 3px; border-radius: 2px; vertical-align: .3em; margin-right: 7px; }
.tip i.k-proj { background: var(--proj); }
.tip i.k-act { background: var(--act); }
.table-view { margin-top: 12px; }
.table-view summary { cursor: pointer; font: .9rem/1 var(--label); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); padding: 8px 0; }
.table-view table { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 1.02rem; }
.table-view th, .table-view td { text-align: left; padding: 6px 8px; border-bottom: 1px solid rgba(214, 182, 110, .15); }
.table-view td { font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------ provenance */
.prov { padding-block: 84px 40px; }
.split { display: grid; gap: 30px; align-items: center; margin-bottom: 70px; }
@media (min-width: 1000px) {
  .split { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 56px; }
  .split-rev { grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); }
  .split-rev .frame { order: 2; }
}
.frame { margin: 0; aspect-ratio: 16 / 9; background: #000; display: flex; align-items: center; box-shadow: 0 24px 60px rgba(0, 0, 0, .6); }
.frame img { width: 100%; aspect-ratio: 2.39 / 1; object-fit: cover; }
.split-copy h2 { margin-bottom: 18px; }
.split-copy p { color: #e2d8c2; }
.stars-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.stars-list li { position: relative; padding-left: 36px; color: #e2d8c2; }
.stars-list li::before { content: ""; position: absolute; left: 0; top: .22em; width: 22px; height: 21px; background: url(/assets/img/star-120.webp?v=dc7075c6e0) center / contain no-repeat; transform: rotate(-10deg); }
.stars-list b { color: var(--gold-hi); font-weight: 600; }

/* ------------------------------------------------------------ gifts */
.gifts { position: relative; padding-block: 30px 90px; }
.gifts-media { margin: 0 calc(50% - 50vw); }
.gifts-media img { width: 100%; aspect-ratio: 2.39 / 1; object-fit: cover; object-position: 50% 42%; }
.gifts-copy { position: relative; max-width: 620px; margin: -70px auto 0; padding: 34px clamp(22px, 4vw, 44px); text-align: center; border-radius: 10px;
  background: var(--ink-2) url(/assets/img/stone.webp?v=33c229df61) center / cover; box-shadow: 0 24px 60px rgba(0, 0, 0, .65); }
.gifts-copy::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(214, 182, 110, .45); border-radius: 6px; pointer-events: none; }
.gifts-copy h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin-bottom: 14px; }
.gifts-copy p { color: #e2d8c2; }
@media (min-width: 1000px) { .gifts-copy { position: absolute; right: var(--pad-x); bottom: 110px; margin: 0; text-align: left; } }

/* ------------------------------------------------------------ reviews */
.reviews { padding-block: 60px 90px; }
.pull { margin: 0 auto 52px; max-width: 900px; text-align: center; }
.pull p { font-size: clamp(1.9rem, 4.4vw, 3.3rem); line-height: 1.15; color: var(--cream); margin: 0; }
.pull footer { margin-top: 16px; font: 1rem/1 var(--label); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.review-plates { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.review-plates .plate { display: grid; gap: 10px; justify-items: center; padding: 30px 26px 28px; }
.plate-stars svg { width: 124px; height: 22px; color: var(--gold); }
.review-plates .plate-line { font-size: 1.15rem; }
.plate-quote { color: var(--cream); font-size: 1.15rem; }
.plate-cause { display: block; margin-top: 6px; color: var(--cream); text-transform: uppercase; letter-spacing: .14em; font-size: .8em; }

/* ------------------------------------------------------------ in memoriam */
.memoriam { position: relative; padding-block: 90px 96px; overflow: hidden; }
.memoriam-bg { position: absolute; inset: 0; opacity: .4; }
.memoriam-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.memoriam-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--ink) 0%, rgba(13, 11, 9, .55) 30%, rgba(13, 11, 9, .7) 70%, var(--ink) 100%); }
.memoriam > *:not(.memoriam-bg) { position: relative; }
.plaques { list-style: none; margin: 0 auto; padding: 0; max-width: 760px; display: grid; gap: 18px; }
.plaques .plate { padding: 24px 28px; font-size: clamp(1.02rem, 2.1vw, 1.35rem); }

/* ------------------------------------------------------------ the muntjac */
.muntjac { background: var(--black); padding-block: 90px 100px; text-align: center; }
.muntjac .plate-xl { font-size: clamp(1.15rem, 2.8vw, 2rem); margin-bottom: 36px; }
.muntjac h2 { font-size: inherit; line-height: 1.35; }
.dark-box { position: relative; max-width: 720px; margin: 0 auto 26px; aspect-ratio: 16 / 7; background: radial-gradient(ellipse at 50% 60%, #0b0a09 0%, #000 70%); border: 1px solid rgba(214, 182, 110, .12); overflow: hidden; }
.eye { position: absolute; top: 46%; width: 10px; height: 7px; border-radius: 50%; background: radial-gradient(circle, #fbf6c8 0%, #d9e27a 40%, rgba(160, 190, 60, 0) 72%); box-shadow: 0 0 14px 3px rgba(205, 220, 110, .35); transform: translate(var(--ex, 0px), var(--ey, 0px)); transition: transform .35s ease-out; animation: blink 7s infinite; }
.eye:first-child { left: calc(50% - 26px); }
.eye:last-child { left: calc(50% + 16px); }
@keyframes blink { 0%, 94%, 100% { opacity: 1; } 95%, 97% { opacity: 0; } }
.muntjac-note { max-width: 560px; margin: 0 auto 26px; color: var(--muted); }
.warn { margin: 14px 0 0; font: .85rem/1 var(--label); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.muntjac-after { min-height: 1.6em; margin: 22px 0 0; font-size: 1.35rem; color: var(--cream); }

.scare { position: fixed; inset: 0; z-index: 3000; background: #000; overflow: hidden; display: grid; place-items: center; }
.scare img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.scare.go img { animation: lunge .7s cubic-bezier(.15, .9, .25, 1) both, shake .9s steps(18) both; }
.scare.go::after { content: ""; position: absolute; inset: 0; background: #fff; animation: flash .16s linear both; pointer-events: none; }
.scare.out { opacity: 0; transition: opacity .35s ease; }
@keyframes lunge { from { transform: scale(1.02); filter: brightness(1.6) contrast(1.2); } to { transform: scale(1.16); filter: brightness(1) contrast(1.15); } }
@keyframes shake {
  0% { translate: 0 0; } 10% { translate: -2.2% 1.4%; } 20% { translate: 2% -1.6%; } 30% { translate: -1.6% -1%; } 40% { translate: 1.4% 1.2%; }
  50% { translate: -.9% .8%; } 60% { translate: .8% -.6%; } 70% { translate: -.5% .4%; } 80% { translate: .4% -.3%; } 100% { translate: 0 0; }
}
@keyframes flash { 0% { opacity: .95; } 100% { opacity: 0; } }

/* ------------------------------------------------------------ faq */
.faq { padding-block: 90px; }
.faq-list { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--hair); }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px 4px; font-size: 1.35rem; color: var(--cream); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 1.6rem/1 var(--label); color: var(--gold); transition: transform .2s ease; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--gold-hi); }
.faq details p { margin: 0 4px 22px; color: var(--muted); font-size: 1.2rem; }

/* ------------------------------------------------------------ monument */
.monument { padding-block: 20px 90px; text-align: center; }
.monument-media { margin: 0 calc(50% - 50vw); }
.monument-media img { width: 100%; aspect-ratio: 2.39 / 1; object-fit: cover; }
.plate-domain { margin-top: -54px; position: relative; font-size: clamp(1.1rem, 3vw, 2.3rem); }
.plate-domain h2 { font-size: inherit; line-height: 1.35; }
.ps { margin-top: 26px; font: 700 1.9rem/1.2 var(--hand); color: #d9c7a0; transform: rotate(-2deg); }

/* ------------------------------------------------------------ footer */
.foot { padding-block: 50px 70px; border-top: 1px solid rgba(214, 182, 110, .15); text-align: center; color: var(--muted); font-size: 1.05rem; }
.foot-brand { font-size: 1.6rem; margin-bottom: 14px; background: linear-gradient(180deg, #f8ebc4, #d2ab62 60%, #a57a38); -webkit-background-clip: text; background-clip: text; color: transparent; }
.foot-legal { max-width: 640px; margin: 0 auto 8px; }
.credits { max-width: 760px; margin: 22px auto; text-align: left; }
.credits summary { cursor: pointer; text-align: center; font: .95rem/1 var(--label); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); padding: 8px; }
.credits p { font-size: 1rem; margin: 12px 0; }
.foot-c88 { margin-top: 18px; }

/* ------------------------------------------------------------ toast, star counter, stickers */
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 2500; max-width: min(92vw, 520px); padding: 16px 22px; border-radius: 8px; text-align: center; pointer-events: none;
  background: #15120e url(/assets/img/stone.webp?v=33c229df61) center / cover; border: 1px solid rgba(214, 182, 110, .55); box-shadow: 0 16px 40px rgba(0, 0, 0, .7);
  font-size: 1.15rem; color: var(--cream); opacity: 0; transform: translate(-50%, 16px); transition: opacity .25s ease, transform .25s ease; }
.toast.on { opacity: 1; transform: translate(-50%, 0); }
.star-count { position: fixed; left: 16px; bottom: 16px; z-index: 2400; display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px; background: rgba(10, 8, 6, .88); border: 1px solid rgba(214, 182, 110, .4); font: 1.1rem/1 var(--label); letter-spacing: .1em; color: var(--gold-hi); }
.star-count img { width: 24px; }
.sticker { position: absolute; z-index: 1500; width: 54px; height: auto; pointer-events: none; transform: translate(-50%, -50%) rotate(var(--r, 0deg)); filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .45)); animation: slap .167s steps(1, end) both; }
@keyframes slap {
  0% { transform: translate(-50%, calc(-50% - 70px)) scale(1.45) rotate(var(--r, 0deg)); opacity: .55; }
  25% { transform: translate(-50%, calc(-50% - 35px)) scale(1.3) rotate(var(--r, 0deg)); opacity: .8; }
  50% { transform: translate(-50%, -50%) scale(1) rotate(var(--r, 0deg)); opacity: 1; }
  75% { transform: translate(-50%, -50%) scale(1.1, .86) rotate(var(--r, 0deg)); }
  100% { transform: translate(-50%, -50%) scale(1) rotate(var(--r, 0deg)); }
}

/* ------------------------------------------------------------ calm mode */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .marquee { overflow-x: auto; }
  .stamp.slam, .sticker, .plate-star.sticker-in, .napkin.write .napkin-lines li, .lot-muntjac.barked .lot-media > img:first-child { animation: none !important; }
  .napkin.pending .napkin-lines li { clip-path: none; }
  .eye { animation: none; transition: none; }
  .scare.go img, .scare.go::after { animation: none; }
  .scare.go::after { display: none; }
}

/* ------------------------------------------------------------ 404 */
.lost-main { padding: 40px var(--pad-x) 90px; max-width: 900px; margin: 0 auto; text-align: center; }
.lost-main .frame { margin-bottom: -40px; }
.lost-main .plate-xl { font-size: clamp(1.1rem, 3vw, 2rem); position: relative; }
.lost-main h1 { font-size: inherit; }
.lost-note { margin: 30px auto 26px; color: var(--muted); max-width: 520px; }

/* ------------------------------------------------------------ chart on phones: bigger type, fewer labels */
@media (max-width: 600px) {
  .chart-svg text { font-size: 22px; }
  .chart-svg .end-label { font-size: 24px; }
  .chart-svg .end-sub, .ticks-x text:nth-child(2), .ticks-x text:nth-child(3), .ticks-y text:nth-child(2), .ticks-y text:nth-child(4) { display: none; }
}
@media (max-width: 700px) {
  .monument-media img { aspect-ratio: 4 / 3; object-position: 50% 58%; }
  .plate-domain { margin-top: -26px; }
  .gifts-media img { aspect-ratio: 16 / 10; }
}
