:root {
  --ink: #0a0a0a;
  --paper: #f5f5f3;
  --muted: #686866;
  --line: rgba(10, 10, 10, 0.13);
  --night: #090908;
  --glass: rgba(246, 246, 244, 0.74);
  --glass-dark: rgba(39, 39, 38, 0.72);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Geist, Inter, system-ui, sans-serif; line-height: 1.45; -webkit-font-smoothing: antialiased; }
.form-trap { position: fixed !important; left: -100vw !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button * { pointer-events: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 14px;
  left: max(16px, calc((100vw - 1320px) / 2));
  right: max(16px, calc((100vw - 1320px) / 2));
  z-index: 80;
  min-height: 64px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 9px 10px 9px 24px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 16px;
  background: rgba(247,247,245,.66);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
  backdrop-filter: blur(26px) saturate(170%);
  transition: transform 260ms var(--ease-out), background-color 180ms ease, min-height 180ms ease;
}
.site-header.is-scrolled { min-height: 58px; background: rgba(247,247,245,.82); }
.brand span, h1, h2, .site-footer > span { font-family: Oswald, "Arial Narrow", sans-serif; font-weight: 500; letter-spacing: 0; text-transform: uppercase; }
.brand span { font-size: 2rem; line-height: 1; }
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { width: 126px; height: auto; filter: invert(1); }
.nav-links { justify-self: center; display: flex; gap: 34px; font-size: .88rem; font-weight: 550; }
.nav-links a { opacity: .68; transition: opacity 150ms ease; }
.nav-links a:hover { opacity: 1; }
.header-cta, .button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: .87rem;
  font-weight: 650;
  cursor: pointer;
  transition: transform 150ms var(--ease-out), box-shadow 180ms ease, background-color 180ms ease;
}
.header-cta, .button-dark { color: #fff; background: #0b0b0b; box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.button-light { color: #0b0b0b; background: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.24); }
.button-glass { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-cta:hover, .button:hover, .icon-button:hover { transform: translateY(-1px); }
.header-cta:active, .button:active, .icon-button:active, .icon-control:active { transform: scale(.97); }
.eyebrow { margin: 0 0 16px; font-size: .75rem; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }

/* Hero story */
.hero-story { height: 560vh; min-height: 3200px; background: #030303; color: #fff; }
.hero-sticky { position: sticky; top: 0; height: 100svh; min-height: 620px; overflow: hidden; isolation: isolate; background: #030303; }
.story-frames, .story-frame, .story-shade { position: absolute; inset: 0; }
.story-frame { margin: 0; opacity: 0; transform: scale(1.035); transition: opacity 320ms ease, transform 900ms var(--ease-out); }
.story-frame.is-active { opacity: 1; transform: scale(1); }
.story-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.86) contrast(1.03); }
.story-shade { z-index: 2; pointer-events: none; background: radial-gradient(circle at 54% 45%, transparent 0 23%, rgba(0,0,0,.08) 49%, rgba(0,0,0,.58) 100%), linear-gradient(90deg, rgba(0,0,0,.5), transparent 63%); }
.story-shade::after { content: ""; position: absolute; inset: 0; background: #030303; opacity: var(--story-darken, 0); }
.hero-copy { position: absolute; z-index: 4; left: clamp(24px, 6vw, 88px); top: 51%; width: min(660px, calc(100vw - 48px)); transform: translateY(-50%); opacity: var(--intro-opacity, 1); }
.hero-copy h1 { margin: 0; font-size: clamp(6rem, 11vw, 10.5rem); line-height: .82; }
.hero-copy h1 img { width: min(620px, 80vw); height: auto; }
.hero-lead { max-width: 560px; margin: 28px 0 30px; font-size: clamp(1.05rem, 1.65vw, 1.35rem); font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.story-strip {
  position: absolute;
  z-index: 5;
  left: clamp(24px, 6vw, 88px);
  bottom: clamp(112px, 15vh, 168px);
  width: min(510px, calc(100vw - 48px));
  min-height: 62px;
  display: grid;
  grid-template-columns: 42px max-content 1fr;
  align-items: center;
  gap: 18px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  background: rgba(20,20,19,.34);
  box-shadow: 0 18px 48px rgba(0,0,0,.16);
  backdrop-filter: blur(20px) saturate(140%);
  opacity: var(--strip-opacity, 0);
  transform: translateY(calc((1 - var(--strip-opacity, 0)) * 12px));
  transition: opacity 130ms ease, transform 280ms var(--ease-out);
}
.story-strip-index { font-size: .72rem; opacity: .6; font-variant-numeric: tabular-nums; }
.story-strip strong { font-family: Oswald, sans-serif; font-size: 1.42rem; font-weight: 500; text-transform: uppercase; }
.story-strip > span:last-child { color: rgba(255,255,255,.74); font-size: .92rem; }
.story-progress { position: absolute; z-index: 5; right: clamp(22px, 4vw, 62px); bottom: 34px; display: grid; grid-template-columns: auto 116px auto; align-items: center; gap: 14px; opacity: var(--progress-opacity, 1); transition: opacity 160ms ease; }
.story-progress-label, .story-progress-count { font-size: .68rem; font-weight: 600; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.story-progress-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.story-progress-rail i { height: 2px; background: rgba(255,255,255,.28); transition: background-color 180ms ease; }
.story-progress-rail i.is-active { background: #fff; }
.story-record-mask {
  position: absolute;
  z-index: 7;
  left: 50%; top: 50%;
  width: min(56vh, 72vw, 600px);
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  clip-path: circle(var(--mask-size, 0%) at 50% 50%);
  border-radius: 50%;
  opacity: var(--mask-opacity, 0);
  transform: translate(-50%, -50%);
  box-shadow: 0 48px 100px rgba(0,0,0,.62);
}
.story-record-mask img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05) brightness(.78); }
.story-record-mask::before { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 7px, rgba(255,255,255,.1) 8px, transparent 9px 13px), radial-gradient(circle, transparent 0 16%, rgba(0,0,0,.2) 17% 28%, rgba(0,0,0,.62) 75% 100%); mix-blend-mode: screen; }
.story-record-mask span { position: absolute; z-index: 2; left: 50%; top: 50%; width: 13%; aspect-ratio: 1; border-radius: 50%; background: #d65d4b; box-shadow: 0 0 0 1px rgba(255,255,255,.25); transform: translate(-50%,-50%); }
.story-record-mask span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9%; aspect-ratio: 1; border-radius: 50%; background: #080808; transform: translate(-50%,-50%); }

/* 3D player */
.record-player-section { position: relative; height: 245vh; min-height: 1600px; background: #090908; color: #fff; }
.player-sticky { position: fixed; inset: 0; z-index: 20; overflow: hidden; pointer-events: none; opacity: 0; visibility: hidden; background: radial-gradient(circle at 50% 42%, #20201d 0, #0b0b0a 48%, #050505 100%); transition: opacity 100ms linear, visibility 0s 120ms; }
html.player-visible .player-sticky { opacity: 1; visibility: visible; transition-delay: 0s; }
html.hero-handoff:not(.player-controls-visible) .player-sticky { opacity: var(--three-handoff-opacity, 0); }
#desk-scene { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.scene-fallback { position: absolute; inset: 0; z-index: 1; }
.scene-fallback img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55); }
.scene-copy { position: absolute; z-index: 10; top: 108px; left: clamp(22px, 5vw, 70px); opacity: 0; transform: translateY(10px); transition: opacity 300ms ease, transform 500ms var(--ease-out); }
.scene-copy h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; }
html.player-controls-visible .scene-copy { opacity: 1; transform: translateY(0); }
.side-record-hit { position: absolute; z-index: 4; top: 25%; bottom: 22%; width: 23%; border: 0; background: transparent; pointer-events: none; cursor: pointer; }
.side-record-hit-left { left: 0; }
.side-record-hit-right { right: 0; }
html.player-controls-visible .side-record-hit { pointer-events: auto; }
.record-control-bar {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  width: min(900px, calc(100vw - 36px));
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 52px minmax(180px, 1fr) minmax(220px, 1.35fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(74,74,72,.76), rgba(38,38,37,.76));
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 20px 60px rgba(0,0,0,.42);
  backdrop-filter: blur(28px) saturate(145%);
  opacity: 0;
  transform: translate(-50%, 18px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 500ms var(--ease-out);
  outline: none;
}
html.player-controls-visible .record-control-bar { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.record-control-bar:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,.72), 0 20px 60px rgba(0,0,0,.42); }
.record-controls-primary { display: flex; align-items: center; gap: 3px; }
.icon-control { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: transparent; cursor: pointer; transition: background-color 150ms ease, transform 150ms var(--ease-out), opacity 150ms ease; }
.icon-control:hover { background: rgba(255,255,255,.12); }
.icon-control:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.icon-control svg { width: 22px; height: 22px; fill: currentColor; }
.play-control { background: #f7f7f5; color: #0b0b0b; }
.play-control:hover { background: #fff; }
.pause-glyph { display: none; }
.record-control-bar.is-playing .play-glyph { display: none; }
.record-control-bar.is-playing .pause-glyph { display: block; }
.record-control-bar.is-unavailable .play-control { opacity: .34; cursor: not-allowed; }
.record-thumb { width: 52px; height: 52px; aspect-ratio: 1; object-fit: cover; border-radius: 7px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.record-meta { min-width: 0; display: grid; gap: 3px; }
.record-meta strong, .record-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.record-meta strong { font-size: .92rem; }
.record-meta span { color: rgba(255,255,255,.62); font-size: .75rem; }
.record-timeline { display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; gap: 9px; color: rgba(255,255,255,.56); font-size: .67rem; font-variant-numeric: tabular-nums; }
.record-timeline > span:last-child { text-align: right; }
.timeline-track { height: 3px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.24); }
.timeline-track i { display: block; width: 0; height: 100%; background: #fff; }
.youtube-fallback { font-size: .72rem; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.youtube-player { position: fixed; width: 1px; height: 1px; left: -9999px; overflow: hidden; }

/* Repertoire */
.repertoire-section, .media-section, .clients-section, .booking-section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.repertoire-section { z-index: 25; background: #f1f0eb; }
.repertoire-head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.repertoire-head h2, .section-head h2, .booking-copy h2 { max-width: 820px; margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; }
.repertoire-head > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; }
.catalog-tools { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: end; gap: 18px; margin-bottom: 36px; }
.catalog-search { position: relative; min-height: 72px; display: grid; gap: 3px; padding: 10px 54px 9px 18px; border: 1px solid rgba(43,36,27,.2); border-radius: 5px; background: #e7ddc8; box-shadow: 0 8px 18px rgba(61,50,38,.07); transform: rotate(-.25deg); }
.catalog-search::after { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(0deg, transparent 0 15px, #896d52 16px); pointer-events: none; }
.catalog-search span { position: relative; z-index: 1; color: #7b6b57; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.catalog-search input { position: relative; z-index: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: #24201a; font-family: Geist, sans-serif; font-size: 1.08rem; }
.catalog-search svg { position: absolute; z-index: 2; right: 18px; top: 50%; width: 23px; transform: translateY(-50%); fill: #554a3e; }
.catalog-tabs { align-self: stretch; display: flex; align-items: end; gap: 3px; overflow-x: auto; padding-top: 14px; scrollbar-width: none; }
.catalog-tabs::-webkit-scrollbar { display: none; }
.catalog-tabs button { min-height: 49px; padding: 0 15px; border: 1px solid #b6aa96; border-bottom-color: #8f826e; border-radius: 5px 5px 0 0; background: #d9cfbc; color: #655b4b; font-size: .72rem; font-weight: 700; white-space: nowrap; cursor: pointer; transform-origin: bottom; transition: min-height 180ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.catalog-tabs button:nth-child(3n+2) { background: #c8d6d0; }
.catalog-tabs button:nth-child(3n) { background: #dacbce; }
.catalog-tabs button.is-active { min-height: 60px; color: #191713; background: #f2eadb; }
.catalog-count { display: grid; min-width: 90px; padding-bottom: 8px; text-align: right; }
.catalog-count strong { font-size: 1rem; font-variant-numeric: tabular-nums; }
.catalog-count span { color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.cassette-library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 0 26px; max-width: 1140px; margin-inline: auto; overflow-anchor: none; }
.cassette-column { min-width: 0; }
.cassette-item { --paper: #ede4cd; --marker: #171717; --marker-alt: #315f87; --hand: Geist, sans-serif; --skew: 0deg; --wear: .4; --scratch: .3; --dust: .3; position: relative; transform: rotate(var(--skew)); transform-origin: center; }
.cassette-spine { position: relative; width: 100%; height: 62px; display: grid; grid-template-columns: 52px 1fr 68px; align-items: center; gap: 10px; overflow: hidden; padding: 5px 11px 5px 8px; border: 1px solid #242424; border-radius: 3px; color: #171717; background: linear-gradient(180deg, #4c4d4c, #171817 17%, #222 83%, #080808); box-shadow: inset 0 1px rgba(255,255,255,.22), 0 4px 7px rgba(30,27,22,.22); text-align: left; cursor: pointer; }
.cassette-item[data-shell="clear"] .cassette-spine { background: linear-gradient(180deg, rgba(134,139,137,.8), rgba(41,44,43,.9) 20%, rgba(65,67,65,.88) 76%, rgba(25,26,25,.96)); }
.cassette-item[data-shell="smoked"] .cassette-spine { background: linear-gradient(180deg, #555855, #252825 22%, #333631 78%, #111); }
.cassette-item[data-shell="black"] .cassette-spine { background: linear-gradient(180deg, #30302f, #0d0d0c 23%, #1a1a18 78%, #050505); }
.cassette-spine::before, .cassette-face::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: calc(.12 + var(--scratch) * .34); background-image: repeating-linear-gradient(104deg, transparent 0 21px, rgba(255,255,255,.34) 22px, transparent 23px 52px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='60'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.cassette-spine::after, .cassette-face::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: var(--wear); background: radial-gradient(circle at 8% 25%, rgba(255,255,255,.3) 0 1px, transparent 2px), radial-gradient(circle at 84% 70%, rgba(0,0,0,.4) 0 1px, transparent 2px); background-size: 29px 23px, 37px 31px; }
.cassette-brand { position: relative; z-index: 1; display: grid; place-items: center; height: 42px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.7); font-family: Oswald, sans-serif; font-size: .8rem; }
.cassette-spine-label { position: relative; z-index: 1; min-width: 0; height: 43px; display: flex; align-items: baseline; gap: 10px; overflow: hidden; padding: 3px 12px 2px; color: var(--marker); background-color: var(--paper); box-shadow: inset 0 0 0 1px rgba(87,68,44,.16); }
.cassette-item[data-texture="grid"] .cassette-spine-label, .cassette-item[data-texture="grid"] .cassette-label { background-image: linear-gradient(rgba(65,90,107,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(65,90,107,.1) 1px, transparent 1px); background-size: 12px 12px; }
.cassette-item[data-texture="fiber"] .cassette-spine-label, .cassette-item[data-texture="fiber"] .cassette-label { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='55'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.35' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.cassette-item[data-texture="speckle"] .cassette-spine-label, .cassette-item[data-texture="speckle"] .cassette-label { background-image: radial-gradient(rgba(68,53,37,.2) .8px, transparent .9px); background-size: 7px 7px; }
.cassette-item[data-label-shape="strip"] .cassette-spine-label { height: 31px; }
.cassette-item[data-label-shape="torn"] .cassette-spine-label { clip-path: polygon(1% 6%, 8% 0, 17% 5%, 27% 0, 39% 4%, 51% 0, 63% 5%, 76% 1%, 88% 6%, 99% 1%, 98% 93%, 88% 100%, 75% 95%, 64% 100%, 50% 94%, 36% 100%, 23% 95%, 10% 100%, 1% 92%); }
.cassette-spine-label b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--hand); font-size: 1.25rem; font-weight: 700; line-height: 1; }
.cassette-spine-label em { overflow: hidden; color: var(--marker-alt); font-family: var(--hand); font-size: .88rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.cassette-item[data-tape="masking"] .cassette-spine-label::after { content: ""; position: absolute; inset: -2px 26% -2px 42%; opacity: .26; background: #e8d8ae; transform: rotate(-1.5deg); mix-blend-mode: multiply; }
.cassette-item[data-tape="sticker"] .cassette-spine-label::after { content: "A"; position: absolute; right: 6px; top: 5px; width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid currentColor; background: rgba(255,255,255,.35); font: 700 .62rem Geist, sans-serif; }
.cassette-serial { position: relative; z-index: 1; color: rgba(255,255,255,.62); font: 500 .61rem Geist, sans-serif; text-align: right; }
.cassette-face-wrap { padding: 12px 10px 20px; }
.cassette-face { position: relative; width: min(100%, 480px); aspect-ratio: 1.75; margin: 0 auto; overflow: hidden; border: 1px solid #252525; border-radius: 5px; background: linear-gradient(145deg, rgba(160,164,161,.86), rgba(45,47,45,.94) 48%, rgba(18,18,18,.96)); box-shadow: inset 0 0 0 4px rgba(255,255,255,.07), 0 14px 25px rgba(31,27,22,.22); }
.cassette-item[data-shell="smoked"] .cassette-face { background: linear-gradient(145deg, #777b76, #282b28 50%, #151515); }
.cassette-item[data-shell="black"] .cassette-face { background: linear-gradient(145deg, #343432, #0a0a0a 54%, #171716); }
.cassette-label { position: absolute; left: 7%; right: 7%; top: 8%; min-height: 33%; display: grid; align-content: center; padding: 8px 18px; color: var(--marker); background-color: var(--paper); transform: rotate(calc(var(--skew) * -.4)); }
.cassette-label span { font: 700 clamp(1.15rem, 3vw, 1.85rem)/.95 var(--hand); }
.cassette-label small { color: var(--marker-alt); font: 500 1rem var(--hand); }
.cassette-window { position: absolute; left: 16%; right: 16%; bottom: 16%; height: 29%; display: flex; align-items: center; justify-content: space-between; padding: 0 10%; border: 2px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(8,8,8,.72); box-shadow: inset 0 0 18px #000; }
.cassette-window i { width: 24%; aspect-ratio: 1; border: 5px dotted #ded9cd; border-radius: 50%; background: #2a2622; }
.cassette-window b { position: absolute; left: 50%; top: 50%; width: 22%; height: 38%; border: 1px solid rgba(255,255,255,.38); transform: translate(-50%,-50%); }
.cassette-screws i { position: absolute; width: 8px; aspect-ratio: 1; border-radius: 50%; background: #151515; box-shadow: inset 0 0 0 2px #8c8b84; }
.cassette-screws i:nth-child(1) { left: 4%; top: 5%; }.cassette-screws i:nth-child(2) { right: 4%; top: 5%; }.cassette-screws i:nth-child(3) { left: 4%; bottom: 5%; }.cassette-screws i:nth-child(4) { right: 4%; bottom: 5%; }
.cassette-notes { display: flex; justify-content: center; gap: 12px; margin-top: 10px; color: #6c655a; font-size: .72rem; text-transform: capitalize; }
.show-more { display: flex; margin: 40px auto 0; color: #fff; background: #10100f; }

/* Remaining sections */
.media-section { background: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head p { max-width: 560px; color: var(--muted); }
.gallery-controls { display: flex; gap: 8px; }
.icon-button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.gallery-stage > img { width: 100%; height: min(70vh, 760px); object-fit: cover; object-position: center 40%; border-radius: 5px; }
.gallery-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 9px; }
.gallery-rail button { height: 88px; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 3px; background: none; opacity: .48; cursor: pointer; }
.gallery-rail button.is-active { border-color: #0b0b0b; opacity: 1; }
.gallery-rail img { width: 100%; height: 100%; object-fit: cover; }
.clients-section { background: #e7e9e5; }
.client-wall { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.16); }
.client-wall > div { min-height: 105px; display: grid; align-content: center; gap: 4px; padding: 18px 20px; border-right: 1px solid rgba(0,0,0,.12); border-bottom: 1px solid rgba(0,0,0,.12); }
.client-wall > div:nth-child(3n) { border-right: 0; }
.client-wall strong { font-family: Oswald, sans-serif; font-size: 1.28rem; font-weight: 500; text-transform: uppercase; }
.client-wall span { color: var(--muted); font-size: .66rem; text-transform: uppercase; }
.booking-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(54px, 8vw, 120px); background: #f5f5f3; }
.booking-copy { align-self: start; position: sticky; top: 110px; }
.booking-copy p { max-width: 520px; color: var(--muted); }
.booking-copy ul { display: grid; gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; font-size: .86rem; }
.booking-copy li { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; padding: 28px; border: 1px solid rgba(0,0,0,.1); border-radius: 8px; background: rgba(255,255,255,.78); box-shadow: 0 28px 70px rgba(0,0,0,.07); }
.booking-form label { display: grid; gap: 7px; color: #4d4d4b; font-size: .72rem; font-weight: 650; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 49px; padding: 11px 12px; border: 1px solid rgba(0,0,0,.14); border-radius: 5px; outline: none; background: #fff; color: #111; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: #111; box-shadow: 0 0 0 2px rgba(0,0,0,.08); }
.wide { grid-column: 1 / -1; }
.form-status { margin: 0; color: #4d6a4e; font-size: .78rem; }
.site-footer { min-height: 180px; display: flex; align-items: center; gap: 28px; padding: 50px max(24px, calc((100vw - var(--max)) / 2)); background: #0b0b0b; color: #fff; }
.site-footer > span { margin-right: auto; font-size: 2.5rem; }
.site-footer a { color: rgba(255,255,255,.65); font-size: .78rem; }

/* Studio */
.studio-page { background: #deded9; }
.studio-page::after { z-index: 10; }
.studio-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(310px, 390px) 1fr; }
.studio-controls { position: relative; z-index: 12; height: 100svh; overflow-y: auto; padding: 32px 28px; border-right: 1px solid rgba(0,0,0,.13); background: rgba(246,246,242,.94); box-shadow: 16px 0 50px rgba(0,0,0,.07); }
.studio-controls h1 { margin: 0; font-size: 3.2rem; line-height: .95; }
.studio-controls header > p:last-child { color: var(--muted); font-size: .82rem; }
.studio-controls form { display: grid; gap: 16px; margin-top: 28px; }
.studio-controls fieldset { display: grid; gap: 12px; margin: 0; padding: 16px; border: 1px solid rgba(0,0,0,.12); border-radius: 6px; }
.studio-controls legend { padding: 0 7px; color: #65655f; font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.studio-controls label { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; font-size: .76rem; font-weight: 600; }
.studio-controls select, .studio-controls input[type="text"] { min-width: 150px; min-height: 38px; padding: 6px 8px; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; background: #fff; }
.studio-controls input[type="color"] { width: 48px; height: 34px; padding: 2px; border: 1px solid rgba(0,0,0,.14); border-radius: 4px; background: #fff; }
.studio-controls input[type="range"] { grid-column: 1 / -1; width: 100%; }
.studio-controls output { font-variant-numeric: tabular-nums; }
.studio-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.studio-import { position: relative; overflow: hidden; border-color: rgba(0,0,0,.14); background: #fff; }
.studio-import input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.text-button { border: 0; background: transparent; color: #666; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.studio-status { color: #676760; font-size: .7rem; }
.studio-preview { position: sticky; top: 0; height: 100svh; display: grid; grid-template-rows: auto 1fr auto; gap: 26px; overflow: hidden; padding: 32px clamp(28px,5vw,74px); background: radial-gradient(circle at 50% 36%, #f0eee6, #c7c8c2 76%); }
.studio-preview-head { display: flex; justify-content: space-between; gap: 20px; color: #666; font-size: .72rem; text-transform: uppercase; }
.studio-preview-head strong { color: #171717; }
.studio-stage { display: grid; place-items: center; }
.studio-cassette { width: min(680px, 80%); }
.studio-cassette .cassette-spine { margin-bottom: 28px; }
.studio-cassette .cassette-face-wrap { max-height: none; padding: 12px 10px 20px; opacity: 1; transform: none; }
.studio-seed-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.studio-mini-cassette .cassette-spine { grid-template-columns: 30px 1fr; height: 44px; }
.studio-mini-cassette .cassette-serial { display: none; }
.studio-mini-cassette .cassette-brand { height: 30px; }
.studio-mini-cassette .cassette-spine-label { height: 30px; padding-inline: 7px; }
.studio-mini-cassette .cassette-spine-label b { font-size: .8rem; }
.studio-mini-cassette .cassette-spine-label em { display: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .repertoire-head, .booking-section { grid-template-columns: 1fr; }
  .catalog-tools { grid-template-columns: 1fr auto; }
  .catalog-tabs { grid-column: 1 / -1; grid-row: 2; }
  .booking-copy { position: static; }
  .studio-shell { grid-template-columns: 330px 1fr; }
  .studio-seed-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .site-header { top: 10px; left: 10px; right: 10px; min-height: 54px; padding: 7px 8px 7px 16px; border-radius: 14px; }
  .brand span { font-size: 1.65rem; }
  .header-cta { min-height: 39px; padding-inline: 14px; }
  html.player-visible .site-header { transform: translateY(-140%); }
  .hero-story { height: 520vh; }
  .hero-sticky { min-height: 560px; }
  .story-frame img { object-position: 52% center; }
  .hero-copy { top: 54%; }
  .hero-copy h1 { font-size: clamp(5.1rem, 27vw, 7rem); }
  .hero-lead { max-width: 330px; margin-block: 20px 24px; font-size: 1rem; }
  .story-strip { bottom: 118px; grid-template-columns: 32px max-content 1fr; gap: 10px; min-height: 57px; padding-inline: 12px; }
  .story-strip strong { font-size: 1.1rem; }
  .story-strip > span:last-child { min-width: 0; font-size: .74rem; }
  .story-progress { left: 22px; right: 22px; bottom: 28px; grid-template-columns: 1fr auto; }
  .story-progress-label { display: none; }
  .story-progress-rail { width: 100%; }
  .story-record-mask { width: min(56vh, 72vw); }
  .record-player-section { height: 215vh; min-height: 1350px; }
  .scene-copy { top: 76px; left: 20px; }
  .scene-copy h2 { font-size: 2.6rem; }
  .side-record-hit { top: 28%; bottom: 25%; width: 27%; }
  .record-control-bar { bottom: max(10px, env(safe-area-inset-bottom)); width: calc(100vw - 16px); min-height: 68px; grid-template-columns: auto 43px minmax(0,1fr); gap: 8px; padding: 7px 10px 7px 7px; border-radius: 999px; }
  .record-controls-primary { gap: 0; }
  .icon-control { width: 36px; height: 36px; }
  .play-control { width: 39px; height: 39px; }
  .record-thumb { width: 43px; height: 43px; border-radius: 50%; }
  .record-meta strong { font-size: .78rem; }
  .record-meta span { font-size: .64rem; }
  .record-timeline, .youtube-fallback { display: none !important; }
  .repertoire-section, .media-section, .clients-section, .booking-section { padding: 76px 18px; }
  .repertoire-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .repertoire-head h2, .section-head h2, .booking-copy h2 { font-size: clamp(3.4rem, 17vw, 5.1rem); }
  .catalog-tools { grid-template-columns: 1fr auto; gap: 10px; }
  .catalog-search { min-height: 66px; }
  .catalog-tabs { width: calc(100% + 18px); min-width: 0; margin-left: -18px; padding-left: 18px; padding-right: 18px; }
  .catalog-tabs button { min-height: 45px; }
  .catalog-tabs button.is-active { min-height: 54px; }
  .catalog-count { min-width: 70px; }
  .cassette-library { grid-template-columns: 1fr; }
  .cassette-column:nth-child(2) { display: contents; }
  .cassette-spine { height: 58px; grid-template-columns: 44px 1fr 54px; }
  .cassette-spine-label b { font-size: 1.08rem; }
  .cassette-spine-label em { font-size: .74rem; }
  .cassette-face-wrap { padding-inline: 3px; }
  .section-head { align-items: start; }
  .gallery-stage > img { height: 58vh; }
  .gallery-rail { grid-template-columns: repeat(6, 72px); overflow-x: auto; }
  .gallery-rail button { height: 66px; }
  .client-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-wall > div { min-width: 0; padding-inline: 12px; }
  .client-wall strong { overflow-wrap: anywhere; }
  .client-wall > div:nth-child(3n) { border-right: 1px solid rgba(0,0,0,.12); }
  .client-wall > div:nth-child(2n) { border-right: 0; }
  .booking-form { grid-template-columns: 1fr; padding: 18px; }
  .booking-form label, .booking-form .wide { grid-column: 1; }
  .site-footer { align-items: flex-start; flex-wrap: wrap; }
  .site-footer > span { flex-basis: 100%; }
  .studio-shell { display: block; }
  .studio-controls { height: auto; overflow: visible; }
  .studio-preview { position: relative; height: auto; min-height: 100svh; }
  .studio-cassette { width: 100%; }
}

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

/* Refined hero and format-to-record story */
.hero-story { height: 100svh; min-height: 680px; }
.hero-sticky { position: relative; height: 100%; }
.hero-copy { opacity: 1; }
.hero-scroll-cue { position: absolute; z-index: 5; right: clamp(24px, 5vw, 74px); bottom: 34px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 650; text-transform: uppercase; }
.hero-scroll-cue i { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-style: normal; }

.format-story { --format-head-opacity: 1; --format-world-opacity: 1; position: relative; z-index: 30; height: 310vh; background: #e8e8e4; }
.format-sticky { position: sticky; top: 0; z-index: 30; height: 100svh; min-height: 680px; overflow: hidden; isolation: isolate; color: #111; }
.format-sticky::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 68% 30%, #fff 0, #e9e9e5 46%, #d9dad5 100%); opacity: var(--format-world-opacity); }
.format-story-head { position: absolute; z-index: 8; top: clamp(92px, 11vh, 126px); left: clamp(24px, 6vw, 86px); right: clamp(24px, 5vw, 74px); display: flex; align-items: end; gap: 24px; opacity: var(--format-head-opacity); transition: opacity 120ms linear; }
.format-story-head .eyebrow { position: absolute; left: 0; bottom: calc(100% + 9px); margin: 0; }
.format-story-head h2 { margin: 0 auto 0 0; font-size: clamp(3rem, 6vw, 6.6rem); line-height: .86; }
.format-story-head > span { padding-bottom: 5px; color: #62625f; font-size: .72rem; font-weight: 650; font-variant-numeric: tabular-nums; }
.format-track { position: absolute; z-index: 3; top: clamp(210px, 25vh, 280px); left: 0; height: min(62vh, 690px); display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); padding: 0 12vw; will-change: transform; }
.format-slide { position: relative; flex: 0 0 min(72vw, 920px); height: 100%; border-radius: 7px; box-shadow: 0 28px 70px rgba(22,22,20,.18); transform: translateZ(0); }
.format-slide-wide { overflow: hidden; color: #fff; opacity: var(--format-world-opacity); }
.format-slide-wide > img { width: 100%; height: 100%; object-fit: cover; }
.format-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.1) 66%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 48%); }
.format-slide-copy { position: absolute; z-index: 2; left: clamp(22px, 4vw, 58px); bottom: clamp(24px, 6vh, 68px); width: min(500px, calc(100% - 44px)); overflow: visible; }
.format-slide-copy > span { font-size: .7rem; opacity: .66; }
.format-slide-copy h3 { margin: 5px 0 16px; font-family: Oswald, sans-serif; font-size: clamp(4rem, 8vw, 8.4rem); font-weight: 500; line-height: .82; text-transform: uppercase; }
.format-slide-copy p { max-width: 440px; margin: 0 0 20px; color: rgba(255,255,255,.82); font-size: clamp(.88rem, 1.2vw, 1rem); }
.format-slide-copy strong { font-size: .7rem; letter-spacing: 0; text-transform: uppercase; }
.format-album-slide { flex-basis: min(62vh, 690px); width: min(62vh, 690px); box-shadow: none; overflow: visible; }
.format-album-sleeve { position: absolute; z-index: 3; inset: 0; overflow: hidden; border-radius: 5px; background: #bd4f43; box-shadow: 0 30px 70px rgba(22,22,20,.24); transition: opacity 100ms linear; }
.format-album-sleeve > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.12) brightness(.74); }
.format-album-sleeve::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(186,60,45,.14), rgba(10,10,10,.52)); }
.format-album-type { position: absolute; z-index: 2; inset: 0; display: grid; align-content: space-between; padding: clamp(22px, 4vw, 52px); color: #fff; }
.format-album-type > span, .format-album-type small { font-size: .68rem; font-weight: 650; }
.format-album-type strong { align-self: center; font-family: Oswald, sans-serif; font-size: clamp(4.2rem, 8vw, 8rem); font-weight: 500; line-height: .78; }
.format-album-record { position: absolute; z-index: 2; top: 14%; left: 46%; width: 72%; aspect-ratio: 1; margin: 0; border-radius: 50%; background: #090909; box-shadow: 0 24px 60px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.12); transform-origin: center; will-change: transform, opacity; }
.format-album-record::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 8px, rgba(255,255,255,.08) 9px, transparent 10px 14px); }
.format-album-record img { position: absolute; left: 50%; top: 50%; width: 35%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; transform: translate(-50%,-50%); filter: saturate(.72) contrast(1.1); }
.format-album-record span { position: absolute; left: 50%; top: 50%; width: 2%; aspect-ratio: 1; border-radius: 50%; background: #080808; transform: translate(-50%,-50%); }
.format-rail { position: absolute; z-index: 9; left: clamp(24px, 6vw, 86px); right: clamp(24px, 5vw, 74px); bottom: 28px; height: 2px; overflow: hidden; background: rgba(0,0,0,.14); opacity: var(--format-head-opacity); }
.format-rail i { display: block; width: 4%; height: 100%; background: #111; }
html.hero-handoff .format-slide-wide, html.hero-handoff .format-story-head, html.hero-handoff .format-rail { pointer-events: none; }
html.hero-handoff .format-story { background: transparent; }

.record-player-section { height: calc(100svh + 24px); min-height: 0; }
.record-player-section .player-sticky { position: sticky; inset: auto; top: 0; width: 100%; height: 100svh; transition: none; }
html.hero-handoff .record-player-section .player-sticky { position: fixed; inset: 0; width: auto; height: auto; }
.player-sticky { background: #090908; }
.player-sticky::before { content: ""; position: absolute; inset: -34px; z-index: 0; background: linear-gradient(rgba(8,8,8,.48), rgba(8,8,8,.72)), url("assets/images/band/las-ninas-full-band-backstage-960.webp") center 44% / cover; filter: blur(24px) saturate(.55); transform: scale(1.06); opacity: .48; }
.player-sticky::after { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 50% 44%, transparent 0 20%, rgba(0,0,0,.32) 64%, rgba(0,0,0,.68) 100%); pointer-events: none; }
html.hero-handoff .player-sticky { transition: none; }
.scene-copy { overflow: visible; }
.scene-copy h2 { overflow: visible; white-space: nowrap; }

/* Cassette material atlas and flip interaction */
.catalog-search { min-height: 62px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.64); box-shadow: inset 0 1px rgba(255,255,255,.9), 0 16px 36px rgba(50,50,46,.08); transform: none; backdrop-filter: blur(24px) saturate(160%); }
.catalog-search::after { display: none; }
.catalog-search span { color: #73736f; }
.catalog-search input { font-family: Geist, sans-serif; font-size: .92rem; }
.catalog-tabs { align-items: center; gap: 7px; padding-top: 0; }
.catalog-tabs button, .catalog-tabs button:nth-child(3n+2), .catalog-tabs button:nth-child(3n) { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; padding: 0 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.5); color: #555552; box-shadow: inset 0 1px rgba(255,255,255,.9), 0 9px 22px rgba(40,40,36,.06); backdrop-filter: blur(18px) saturate(150%); }
.catalog-tabs button.is-active { min-height: 44px; color: #fff; background: rgba(15,15,15,.84); border-color: rgba(15,15,15,.2); }
.catalog-tabs button.is-active { box-shadow: inset 0 1px rgba(255,255,255,.22), 0 14px 30px rgba(0,0,0,.2), 0 0 0 2px rgba(255,255,255,.72); }
.catalog-tabs button span { font-size: .9rem; }
.cassette-item { perspective: 1100px; }
.cassette-flip-stage { position: relative; }
.cassette-spine { height: 76px; grid-template-columns: auto minmax(0, 1fr) auto; padding: 5px 10px; background-image: var(--spine-image); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; transform-origin: 50% 100%; backface-visibility: hidden; transition: transform 520ms var(--out-quart), opacity 220ms ease, margin-bottom 520ms var(--out-quart); }
.cassette-item[data-shell="clear"] .cassette-spine, .cassette-item[data-shell="smoked"] .cassette-spine, .cassette-item[data-shell="black"] .cassette-spine { background-image: var(--spine-image); background-size: 100% 100%; background-position: center; }
.cassette-item[data-brand="hide"] .cassette-spine, .cassette-item[data-serial="hide"] .cassette-spine { grid-template-columns: minmax(0,1fr); }
.cassette-item[data-brand="show"][data-serial="hide"] .cassette-spine { grid-template-columns: 46px minmax(0,1fr); }
.cassette-item[data-brand="hide"][data-serial="show"] .cassette-spine { grid-template-columns: minmax(0,1fr) 66px; }
.cassette-brand { height: 48px; background: rgba(0,0,0,.24); }
.cassette-spine-label { height: 58px; min-height: 0; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 4px 14px; background-color: transparent; background-image: none !important; text-align: center; }
.cassette-spine-label::after { display: none !important; }
.cassette-spine-label b { display: -webkit-box; overflow: hidden; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: calc(1.22rem * var(--title-scale)); line-height: .9; text-overflow: ellipsis; }
.cassette-spine-label em { flex: 0 1 auto; overflow: hidden; max-width: 38%; font-size: .78rem; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.cassette-item[data-align="center"] .cassette-spine-label, .cassette-item[data-align="right"] .cassette-spine-label { text-align: center; justify-content: center; }
.cassette-face-wrap { max-height: 0; overflow: hidden; padding: 0 10px; opacity: 0; transform: rotateX(-96deg) translateY(-18px); transform-origin: 50% 0; transition: max-height 780ms var(--out-quart), opacity 260ms ease 130ms, transform 780ms var(--out-quart); }
.cassette-item.is-expanded .cassette-spine { margin-bottom: -76px; opacity: 0; transform: rotateX(96deg) translateY(-10px); pointer-events: none; }
.cassette-item.is-expanded .cassette-face-wrap { max-height: 480px; padding: 14px 10px 24px; opacity: 1; transform: rotateX(0) translateY(0); }
.cassette-face { aspect-ratio: 1.5; background: url("assets/textures/cassette-front-generic.webp") center / cover no-repeat; }
.cassette-item[data-shell] .cassette-face { background: url("assets/textures/cassette-front-generic.webp") center / cover no-repeat; }
.cassette-window, .cassette-screws { display: none; }
.cassette-label { left: 7%; right: 7%; top: 5%; min-height: 27%; display: flex; flex-wrap: wrap; align-content: center; align-items: baseline; justify-content: center; gap: 2px 10px; padding: 4px 14px; background: transparent; transform: none; text-align: center; }
.cassette-label span { font-size: clamp(1.05rem, 2.5vw, 1.6rem); }
.cassette-label small { color: var(--marker-alt); font-size: .9rem; }
.cassette-label em { flex-basis: 100%; color: #625548; font: 650 .62rem Geist, sans-serif; font-style: normal; text-transform: uppercase; }
.cassette-notes { align-items: center; justify-content: space-between; margin-top: 13px; font-family: Geist, sans-serif; letter-spacing: 0; text-transform: none; }
.cassette-readable, .cassette-tags { display: flex; align-items: baseline; gap: 8px; }
.cassette-readable b { font-size: .78rem; }
.cassette-readable em { color: #77716a; font-size: .7rem; font-style: normal; }
.cassette-notes strong { color: #20201e; font-size: .75rem; text-transform: capitalize; }
.cassette-notes span { color: #6a6861; font-size: .7rem; }

/* Generated cyan shell + neutral paper layers */
.catalog-tools { grid-template-columns: minmax(260px, 1fr) auto; align-items: center; }
.catalog-search { grid-column: 1; grid-row: 1; }
.catalog-count { grid-column: 2; grid-row: 1; }
.catalog-tabs { grid-column: 1; grid-row: 2; min-width: 0; }
.catalog-sort { grid-column: 2; grid-row: 2; display: flex; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.84); border-radius: 999px; background: rgba(255,255,255,.48); box-shadow: inset 0 1px rgba(255,255,255,.92), 0 10px 24px rgba(32,32,29,.07); backdrop-filter: blur(20px) saturate(155%); }
.catalog-sort button { min-height: 38px; padding: 0 13px; border: 0; border-radius: 999px; color: #666660; background: transparent; font: 650 .69rem Geist, sans-serif; cursor: pointer; transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease, transform 150ms var(--ease-out); }
.catalog-sort button:active { transform: scale(.97); }
.catalog-sort button.is-active { color: #fff; background: rgba(15,15,15,.88); box-shadow: inset 0 1px rgba(255,255,255,.22), 0 6px 14px rgba(0,0,0,.18); }

.cassette-spine, .cassette-item[data-shell] .cassette-spine { isolation: isolate; background: #111; background-image: none; }
.cassette-shell-layer, .cassette-paper-layer, .cassette-face-shell, .cassette-face-tape { position: absolute; display: block; pointer-events: none; }
.cassette-shell-layer { z-index: 0; inset: 0; background: var(--shell-image) center / 100% 100% no-repeat; filter: var(--shell-filter); }
.cassette-paper-layer { z-index: 1; inset: 8px 5%; background: var(--paper-image) center / 100% 100% no-repeat; }
.cassette-spine::before, .cassette-spine::after { z-index: 4; }
.cassette-spine-label { z-index: 2; width: 100%; height: 60px; padding: var(--paper-safe); background: transparent; box-shadow: none; }
.cassette-brand, .cassette-serial { z-index: 3; }

.cassette-face-toggle { width: 100%; display: block; padding: 0; border: 0; color: inherit; background: transparent; text-align: inherit; cursor: pointer; }
.cassette-face-toggle:focus-visible { outline: 3px solid #111; outline-offset: 4px; border-radius: 6px; }
.cassette-face, .cassette-item[data-shell] .cassette-face { isolation: isolate; aspect-ratio: 1.71; border: 0; background: transparent; box-shadow: 0 18px 32px rgba(31,27,22,.2); }
.cassette-face-shell { z-index: 0; inset: 0; background: var(--face-image) center / contain no-repeat; filter: var(--shell-filter); }
.cassette-face-tape { z-index: 1; left: 9%; right: 9%; top: 5%; height: 27%; background: var(--face-tape) center / 100% 100% no-repeat; }
.cassette-face::before, .cassette-face::after { z-index: 4; }
.cassette-label { z-index: 2; left: 11%; right: 11%; top: 6%; min-height: 25%; padding: 4px 7%; }
.cassette-label span, .cassette-label small, .cassette-label em { position: relative; z-index: 1; }

/* Side-by-side onboarding booking flow */
.booking-section { align-items: start; background: radial-gradient(circle at 78% 18%, #fff 0, #f1f1ee 42%, #e2e3de 100%); }
.booking-summary { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.15); }
.booking-summary > span { color: #777771; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.booking-summary dl { display: grid; gap: 0; margin: 12px 0 0; }
.booking-summary dl div { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,.09); }
.booking-summary dt { color: #777771; font-size: .7rem; }
.booking-summary dd { margin: 0; font-size: .82rem; font-weight: 600; }
.booking-wizard { min-height: 650px; display: grid; grid-template-rows: auto 1fr auto auto; padding: clamp(22px, 4vw, 48px); border: 1px solid rgba(255,255,255,.82); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: inset 0 1px rgba(255,255,255,.95), 0 32px 80px rgba(32,32,29,.1); backdrop-filter: blur(30px) saturate(150%); }
.booking-progress { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 42px; }
.booking-progress > div { width: min(250px, 65%); display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.booking-progress i { height: 3px; border-radius: 3px; background: rgba(0,0,0,.12); }
.booking-progress i.is-active { background: #111; }
.booking-progress span { color: #777771; font-size: .7rem; font-weight: 650; }
.booking-step { margin: 0; padding: 0; border: 0; animation: booking-enter 420ms var(--ease-out) both; }
.booking-step legend { display: grid; gap: 7px; margin-bottom: 34px; font-family: Oswald, sans-serif; font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 500; line-height: .9; text-transform: uppercase; }
.booking-step legend span { font-family: Geist, sans-serif; color: #73736e; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-tile { position: relative; min-height: 132px; display: grid; align-content: center; gap: 4px; padding: 20px; border: 1px solid rgba(0,0,0,.1); border-radius: 14px; background: rgba(247,247,245,.72); cursor: pointer; transition: transform 160ms var(--ease-out), border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease; }
.choice-tile input, .format-choices input { position: absolute; opacity: 0; pointer-events: none; }
.choice-tile > span { position: absolute; right: 16px; top: 13px; font-size: 1.2rem; }
.choice-tile strong { font-size: 1rem; }
.choice-tile small { color: #73736f; font-size: .72rem; }
.choice-tile:has(input:checked) { border-color: #111; background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.08); transform: translateY(-2px); }
.booking-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.booking-fields label { display: grid; gap: 8px; color: #5f5f5a; font-size: .72rem; font-weight: 650; }
.booking-fields input, .booking-fields textarea { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid rgba(0,0,0,.12); border-radius: 11px; outline: 0; background: rgba(255,255,255,.84); }
.booking-fields input:focus, .booking-fields textarea:focus { border-color: #111; box-shadow: 0 0 0 3px rgba(0,0,0,.07); }
.booking-hint { color: #777771; font-size: .72rem; }
.format-choices { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-bottom: 18px; }
.format-choices label { position: relative; min-height: 84px; display: grid; place-items: center; padding: 12px; border: 1px solid rgba(0,0,0,.1); border-radius: 13px; background: rgba(255,255,255,.64); text-align: center; cursor: pointer; }
.format-choices label:has(input:checked) { border-color: #111; background: #111; color: #fff; }
.format-choices span { display: grid; gap: 3px; }
.format-choices small { color: #777771; font-size: .66rem; }
.format-choices label:has(input:checked) small { color: rgba(255,255,255,.62); }
.booking-actions { display: flex; justify-content: flex-end; gap: 9px; padding-top: 28px; }
.wizard-back { min-height: 45px; padding: 0 18px; border: 0; background: transparent; color: #666; cursor: pointer; }
.booking-wizard .form-status { min-height: 18px; margin: 10px 0 0; color: #8b433a; }
@keyframes booking-enter { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 700px) {
  .hero-story { min-height: 620px; }
  .hero-scroll-cue { left: 24px; right: auto; bottom: 24px; }
  .format-story { height: 300vh; }
  .format-sticky { min-height: 600px; }
  .format-story-head { top: 145px; left: 18px; right: 18px; }
  .format-story-head > span { position: absolute; right: 0; bottom: 2px; white-space: nowrap; }
  .format-story-head h2 { font-size: 3.5rem; }
  .format-track { top: 260px; height: 52vh; gap: 14px; padding-inline: 9vw; }
  .format-slide { flex-basis: 82vw; }
  .format-slide-copy { bottom: 24px; }
  .format-slide-copy h3 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
  .format-slide-copy p { max-width: 280px; font-size: .78rem; }
  .format-album-slide { flex-basis: min(82vw, 56vh); width: min(82vw, 56vh); }
  .format-album-type strong { font-size: 4.2rem; }
  .format-rail { left: 18px; right: 18px; }
  .record-player-section { height: calc(100svh + 24px); min-height: 0; }
  .scene-copy h2 { white-space: normal; }
  .catalog-search { border-radius: 15px; }
  .catalog-tabs button, .catalog-tabs button:nth-child(3n+2), .catalog-tabs button:nth-child(3n), .catalog-tabs button.is-active { min-height: 42px; }
  .catalog-tools { display: grid; grid-template-columns: 1fr auto; }
  .catalog-tabs { grid-column: 1 / -1; width: 100%; margin: 0; padding: 2px 0 0; overflow: visible; flex-wrap: wrap; }
  .catalog-tabs button, .catalog-tabs button:nth-child(3n+2), .catalog-tabs button:nth-child(3n), .catalog-tabs button.is-active { flex: 1 1 auto; justify-content: center; padding-inline: 12px; }
  .catalog-sort { grid-column: 1 / -1; grid-row: 3; justify-self: stretch; }
  .catalog-sort button { flex: 1; }
  .cassette-spine { height: 72px; }
  .cassette-spine-label { height: 54px; padding-inline: 10px; }
  .cassette-item.is-expanded .cassette-spine { margin-bottom: -72px; }
  .booking-wizard { min-height: 610px; padding: 22px 18px; border-radius: 16px; }
  .booking-summary { display: none; }
  .booking-progress { margin-bottom: 30px; }
  .choice-grid, .booking-fields { grid-template-columns: 1fr; }
  .choice-tile { min-height: 96px; }
  .format-choices { grid-template-columns: 1fr; }
  .format-choices label { min-height: 66px; }
}

/* July polish: liquid navigation, physical cassette flip, client objects, full-screen booking */
.site-header {
  left: 50%;
  right: auto;
  width: min(980px, calc(100vw - 24px));
  min-height: 56px;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  padding: 6px 7px 6px 18px;
  border-color: rgba(255,255,255,.64);
  border-radius: 999px;
  background: rgba(244,245,242,.56);
  box-shadow: inset 0 1px rgba(255,255,255,.92), inset 0 -1px rgba(255,255,255,.2), 0 14px 40px rgba(15,18,18,.12);
  backdrop-filter: blur(30px) saturate(185%);
  transform: translateX(-50%);
  overflow: hidden;
}
.site-header::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, rgba(255,255,255,.42), transparent 28%, transparent 70%, rgba(255,255,255,.2)); mix-blend-mode: screen; }
.site-header.is-scrolled { min-height: 52px; background: rgba(244,245,242,.66); }
.site-header > * { position: relative; z-index: 1; }
.brand span { font-size: 1.55rem; }
.nav-links { gap: 25px; font-size: .78rem; }
.header-actions { display: flex; align-items: center; gap: 7px; }
.language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; background: rgba(255,255,255,.24); box-shadow: inset 0 1px rgba(255,255,255,.62); }
.language-switcher button { width: 32px; height: 30px; padding: 0; border: 0; border-radius: 999px; color: rgba(20,20,20,.56); background: transparent; font: 700 .62rem Geist, sans-serif; cursor: pointer; }
.language-switcher button.is-active { color: #fff; background: rgba(10,10,10,.84); box-shadow: 0 5px 12px rgba(0,0,0,.17); }
.header-cta { min-height: 40px; padding-inline: 16px; border-radius: 999px; font-size: .76rem; }

.catalog-tabs { overflow: visible; flex-wrap: wrap; padding: 8px 4px 14px; margin: -8px -4px -14px; }
.catalog-tabs button, .catalog-tabs button:nth-child(3n+2), .catalog-tabs button:nth-child(3n) { box-shadow: inset 0 1px rgba(255,255,255,.92), 0 10px 22px rgba(35,36,33,.1); }

.cassette-item { container-type: inline-size; }
.cassette-flip-stage { position: relative; height: calc(100cqw / 8.2); transform-style: preserve-3d; transition: height 760ms cubic-bezier(.16,1,.3,1); }
.cassette-item.is-expanded .cassette-flip-stage { height: calc(100cqw / 1.71 + 52px); }
.cassette-spine, .cassette-item.is-expanded .cassette-spine {
  position: absolute;
  inset: 0;
  width: 100%;
  height: calc(100cqw / 8.2);
  margin: 0;
  opacity: 1;
  transform: rotateX(0deg);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  transition: transform 520ms var(--out-quart), opacity 180ms ease;
}
.cassette-item.is-expanded .cassette-spine { opacity: 0; transform: rotateX(88deg); pointer-events: none; }
.cassette-face-wrap, .cassette-item.is-expanded .cassette-face-wrap {
  position: absolute;
  inset: 0;
  max-height: none;
  height: calc(100cqw / 1.71 + 52px);
  padding: 0;
  overflow: visible;
  opacity: 0;
  transform: rotateX(-88deg);
  transform-origin: 50% 0;
  backface-visibility: hidden;
  pointer-events: none;
  transition: transform 620ms var(--out-quart), opacity 180ms ease;
}
.cassette-item.is-expanded .cassette-face-wrap { opacity: 1; transform: rotateX(0deg); pointer-events: auto; }
.cassette-face, .cassette-item[data-shell] .cassette-face { width: 100%; aspect-ratio: 1.71; overflow: hidden; border-radius: 3px; background: transparent; box-shadow: 0 18px 32px rgba(31,27,22,.16); }
.cassette-face-shell { inset: -1px; background-color: #19bbcb; background-size: 100% 100%; }
.cassette-face-tape { top: 4.5%; }
.cassette-spine-label { height: 100%; min-height: 0; gap: clamp(7px, 2cqw, 14px); padding: 0 clamp(16px, 7cqw, 48px); overflow: visible; }
.cassette-item[data-label-shape] .cassette-spine-label { height: 100%; clip-path: none; }
.cassette-spine-label b, .cassette-spine-label em, .cassette-label span, .cassette-label small {
  font-family: Geist, Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: .35px 0 currentColor, 0 .3px currentColor;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(circle at center, transparent 0 .28px, #000 .58px);
  -webkit-mask-size: 5px 4px;
}
.cassette-spine-label b { flex: 0 1 auto; display: -webkit-box; max-width: 74%; overflow: hidden; color: var(--marker); font-size: clamp(.82rem, 3cqw, 1.08rem); font-weight: 680; line-height: 1.02; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: clip; }
.cassette-spine-label em { flex: 0 1 auto; max-width: 31%; overflow: hidden; color: var(--marker-alt); font-size: clamp(.64rem, 1.8cqw, .76rem); font-weight: 560; line-height: 1.05; white-space: normal; text-overflow: clip; }
.cassette-label { top: 5%; min-height: 23%; gap: 3px 9px; }
.cassette-label span { color: var(--marker); font-size: clamp(1rem, 4.4cqw, 1.55rem); font-weight: 700; line-height: 1; }
.cassette-label small { color: var(--marker-alt); font-size: clamp(.68rem, 2.2cqw, .86rem); font-weight: 560; }
.cassette-label em { font-size: clamp(.52rem, 1.55cqw, .67rem); }
.cassette-notes { min-height: 40px; margin-top: 8px; padding-inline: 3px; }

.clients-section { background: #f3f3f0; }
.client-wall { grid-template-columns: repeat(3, minmax(0,1fr)); border-top-color: rgba(0,0,0,.1); }
.client-card { position: relative; min-height: 190px; display: block; overflow: hidden; padding: 0; isolation: isolate; background: rgba(255,255,255,.54); }
.client-card { border-right: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); }
.client-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(223,226,220,.48)); }
.client-card img { position: absolute; right: 16px; top: 16px; width: 104px; height: 104px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(31,29,25,.16)); transform: rotate(-2deg) translateZ(0); transition: transform 420ms var(--out-quart); }
.client-card[data-client-type="hotel"] img { width: 96px; height: 96px; }
.client-card[data-client-type="corporate"] img { width: 108px; height: 108px; transform: rotate(1deg); }
.client-card[data-client-type="embassy"] img { width: 96px; height: 96px; }
.client-card[data-client-type="venue"] img { width: 94px; height: 94px; }
.client-card:hover img { transform: rotate(0deg) translateY(-4px) scale(1.04); }
.client-card > div { position: absolute; left: 20px; right: 132px; bottom: 19px; display: grid; gap: 4px; }
.client-wall .client-card strong { max-width: 100%; font-size: 1.14rem; }
.client-wall .client-card span { font-size: .62rem; }

.booking-section { min-height: 100svh; align-items: center; padding-top: max(118px, calc((100svh - 780px) / 2 + 86px)); padding-bottom: max(70px, calc((100svh - 780px) / 2)); }
.booking-copy { align-self: center; }
.booking-wizard { min-height: min(720px, calc(100svh - 150px)); align-self: center; }

/* Dimensional cassette viewer */
.cassette-webgl-layer { position: fixed; inset: 0; z-index: 18; width: 100vw; height: 100vh; pointer-events: none; }
.cassette-webgl-ready .cassette-item { z-index: 19; }
.cassette-flip-stage { background: transparent; }
.cassette-webgl-ready .cassette-spine { z-index: 19; border: 0 !important; border-radius: 0; background: transparent !important; background-image: none !important; box-shadow: none; }
.cassette-webgl-ready .cassette-spine::before, .cassette-webgl-ready .cassette-spine::after { display: none; }
.cassette-webgl-ready .cassette-item .cassette-spine { opacity: 1 !important; transform: none !important; }
.cassette-item.is-expanded .cassette-flip-stage { height: calc(100cqw / 1.71 + 94px); }
.cassette-spine:focus-visible { outline: 2px solid rgba(18,18,18,.52); outline-offset: 3px; }
.cassette-item.is-expanded .cassette-spine { pointer-events: none; outline: none; }
.cassette-face-wrap, .cassette-item.is-expanded .cassette-face-wrap { height: calc(100cqw / 1.71 + 94px); transform: none; transform-origin: center; }
.cassette-item.is-expanded .cassette-face-wrap { opacity: 1; background: transparent; }
.cassette-three-stage { position: relative; width: 100%; aspect-ratio: 1.71; overflow: visible; perspective: 900px; }
.cassette-three-canvas { display: none; }
.cassette-three-canvas canvas { width: 100%; height: 100%; display: block; }
.cassette-face-toggle { position: relative; z-index: 19; overflow: visible; border: 0; background: transparent; }
.cassette-notes { position: relative; z-index: 19; }

/* Booking objects and direct date/time controls */
.choice-tile { min-height: 150px; align-content: end; overflow: hidden; padding-right: 43%; }
.choice-tile img { position: absolute; right: 12px; top: 10px; width: 39%; height: 88px; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(25,24,22,.14)); transform: translateZ(0) rotate(-2deg); transition: transform 360ms var(--out-quart); }
.choice-tile:nth-child(2) img { width: 42%; }
.choice-tile:nth-child(3) img { width: 37%; }
.choice-tile:hover img, .choice-tile:has(input:checked) img { transform: translateY(-4px) rotate(0) scale(1.04); }
.choice-tile:active { transform: scale(.985); }
.date-time-picker { display: grid; grid-template-columns: minmax(0,.92fr) minmax(260px,1.08fr); gap: 14px; align-items: stretch; }
.calendar-field, .time-wheel-field { display: grid; align-content: start; gap: 9px; color: #5f5f5a; font-size: .72rem; font-weight: 650; }
.calendar-picker { min-height: 190px; padding: 12px; border: 1px solid rgba(0,0,0,.12); border-radius: 16px; background: rgba(255,255,255,.84); }
.calendar-picker header { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; margin-bottom: 6px; }
.calendar-picker header strong { color: #111; font-size: .76rem; text-align: center; }
.calendar-picker header button { width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.calendar-picker header button:hover { background: rgba(0,0,0,.06); }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 2px; }
.calendar-weekdays span { color: #92928d; font-size: .54rem; text-align: center; }
.calendar-days button, .calendar-days > span { min-width: 0; height: 25px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: #222; font: 560 .66rem Geist, sans-serif; cursor: pointer; }
.calendar-days button:hover:not(:disabled) { background: rgba(0,0,0,.07); }
.calendar-days button.is-selected { background: #111; color: #fff; }
.calendar-days button:disabled { color: #c6c6c2; cursor: default; }
.time-wheel { min-height: 190px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; padding: 14px; border: 1px solid rgba(0,0,0,.12); border-radius: 16px; background: linear-gradient(rgba(255,255,255,.62), rgba(255,255,255,.92) 42% 58%, rgba(255,255,255,.62)); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.time-wheel > b { color: #999; font-size: 2.2rem; font-weight: 400; }
.time-unit { position: relative; display: grid; grid-template-rows: 36px 58px 36px 16px; place-items: center; }
.time-unit::before, .time-unit::after { content: ""; position: absolute; left: 4px; right: 4px; height: 1px; background: rgba(0,0,0,.1); }
.time-unit::before { top: 40px; }
.time-unit::after { bottom: 55px; }
.time-unit button { width: 36px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(0,0,0,.1); border-radius: 999px; background: rgba(255,255,255,.78); color: #444; font: 500 1rem Geist, sans-serif; cursor: pointer; transition: transform 100ms ease-out, background-color 150ms ease; }
.time-unit button:hover { background: #fff; }
.time-unit button:active, .time-unit button.is-pressed { transform: scale(.9); }
.time-unit strong { min-width: 54px; color: #111; font-size: 2.45rem; font-variant-numeric: tabular-nums; font-weight: 520; line-height: 1; text-align: center; }
.time-unit small { color: #8a8a84; font-size: .58rem; font-weight: 600; text-transform: uppercase; }

.site-footer { position: relative; min-height: 68svh; display: grid; grid-template-rows: auto 1fr auto; gap: 26px; overflow: hidden; padding: 54px max(24px, calc((100vw - var(--max)) / 2)) 34px; background: #080908; color: #fff; }
.footer-top, .footer-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-top { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-top p { margin: 0; font-size: 1.05rem; }
.footer-book { display: inline-flex; align-items: center; gap: 16px; color: #fff; font-size: .8rem; font-weight: 650; }
.footer-book i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-style: normal; }
.footer-mark { align-self: center; width: min(1080px, 94vw); margin-left: -1.5%; line-height: .8; animation: footer-drift 11s ease-in-out infinite alternate; }
.footer-mark img { width: 100%; height: auto; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: .7rem; text-transform: uppercase; }
.footer-bottom nav { display: flex; gap: 9px; }
.footer-bottom a { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(255,255,255,.06); }
.footer-bottom svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-bottom a:nth-child(2) svg, .footer-bottom a:nth-child(3) svg { fill: currentColor; stroke: none; }
@keyframes footer-drift { from { transform: translateX(0); } to { transform: translateX(3.5%); } }

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto 1fr; }
  .header-actions { justify-self: end; }
  .client-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .client-wall > .client-card:nth-child(3n) { border-right: 1px solid rgba(0,0,0,.12); }
  .client-wall > .client-card:nth-child(2n) { border-right: 0; }
  .booking-section { min-height: auto; }
}

@media (max-width: 700px) {
  .site-header { left: 50%; right: auto; width: calc(100vw - 18px); padding-left: 14px; transform: translateX(-50%); }
  html.player-visible .site-header { transform: translate(-50%,-140%); }
  .header-actions { gap: 4px; }
  .language-switcher button { width: 28px; }
  .header-cta { padding-inline: 11px; font-size: .68rem; }
  .cassette-flip-stage { height: 72px; }
  .cassette-item.is-expanded .cassette-flip-stage { height: calc(100cqw / 1.71 + 82px); }
  .cassette-spine, .cassette-item.is-expanded .cassette-spine { height: 72px; }
  .cassette-face-wrap, .cassette-item.is-expanded .cassette-face-wrap { height: calc(100cqw / 1.71 + 82px); }
  .client-wall { grid-template-columns: 1fr; }
  .client-wall > .client-card { min-height: 154px; border-right: 0; }
  .client-card img,
  .client-card[data-client-type="hotel"] img,
  .client-card[data-client-type="corporate"] img,
  .client-card[data-client-type="embassy"] img,
  .client-card[data-client-type="venue"] img { width: 84px; height: 84px; right: 14px; top: 14px; }
  .client-card > div { right: 110px; }
  .booking-section { padding-top: 92px; padding-bottom: 62px; }
  .booking-wizard { min-height: 620px; }
  .choice-tile { min-height: 112px; padding-right: 38%; }
  .choice-tile img { width: 34%; height: 72px; }
  .date-time-picker { grid-template-columns: 1fr; }
  .calendar-picker { min-height: 210px; }
  .calendar-days button, .calendar-days > span { height: 29px; }
  .time-wheel { min-height: 168px; }
  .site-footer { min-height: 72svh; }
  .footer-mark { font-size: 7rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
  .footer-bottom a span { display: none; }
  .footer-bottom a { width: 42px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .footer-mark { animation: none; }
}

/* Annotation polish: refractive glass, compact proof, full-screen booking */
html, body { overflow-x: clip; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, legend { text-wrap: balance; }
p, small, figcaption { text-wrap: pretty; }
.glass-filter-defs { position: fixed; width: 0; height: 0; overflow: hidden; pointer-events: none; }

.site-header {
  top: 8px;
  width: min(840px, calc(100vw - 24px));
  min-height: 48px;
  gap: 14px;
  padding: 4px 5px 4px 15px;
  border: 0;
  background: rgba(244,246,244,.38);
  box-shadow: 0 0 0 1px rgba(255,255,255,.62), inset 0 1px rgba(255,255,255,.88), inset 0 -1px rgba(255,255,255,.18), 0 10px 28px rgba(12,16,16,.14);
  backdrop-filter: blur(22px) saturate(190%) contrast(108%);
  contain: layout paint style;
  grid-template-columns: 126px 1fr auto;
}
.site-header::before { inset: -12% -2%; opacity: .72; background: linear-gradient(112deg, rgba(255,255,255,.64), rgba(255,255,255,.08) 30%, transparent 52%, rgba(255,255,255,.22) 76%, rgba(255,255,255,.55)); filter: url(#liquid-glass-refraction); }
.site-header::after { content: ""; position: absolute; inset: 1px; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 10px rgba(255,255,255,.22); }
.site-header.is-scrolled { min-height: 46px; background: rgba(239,242,240,.46); }
.brand span { font-size: 1.32rem; }
.brand img { width: 116px; }
.nav-links { gap: 17px; font-size: .72rem; }
.language-switcher { padding: 2px; border: 0; box-shadow: 0 0 0 1px rgba(255,255,255,.48), inset 0 1px rgba(255,255,255,.5); }
.language-switcher button { width: 29px; height: 28px; }
.header-cta { min-height: 36px; padding-inline: 14px; font-size: .7rem; }

.button, .hero-actions .button { border-radius: 999px; transition-property: transform, background-color, box-shadow; }
.button:active, .hero-actions .button:active, .icon-control:active, .catalog-tabs button:active { transform: scale(.96); }
.button-glass { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.15); box-shadow: inset 0 1px rgba(255,255,255,.38), 0 8px 24px rgba(0,0,0,.12); backdrop-filter: blur(16px) saturate(170%); }

.record-control-bar {
  min-height: 70px;
  border: 0;
  border-radius: 999px;
  background: rgba(56,60,59,.48);
  box-shadow: 0 0 0 1px rgba(255,255,255,.28), inset 0 1px rgba(255,255,255,.34), inset 0 -1px rgba(0,0,0,.18), 0 18px 50px rgba(0,0,0,.35);
  backdrop-filter: blur(26px) saturate(190%) contrast(110%);
  isolation: isolate;
  overflow: hidden;
}
.record-control-bar::before { content: ""; position: absolute; z-index: -1; inset: -14% -2%; opacity: .6; background: linear-gradient(110deg, rgba(255,255,255,.42), transparent 28% 70%, rgba(255,255,255,.19)); filter: url(#liquid-glass-refraction); pointer-events: none; }
.record-control-bar::after { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; box-shadow: inset 0 0 14px rgba(255,255,255,.12); pointer-events: none; }
.timeline-track { --progress: 0%; width: 100%; height: 18px; margin: 0; padding: 0; border: 0; appearance: none; background: transparent; cursor: pointer; }
.timeline-track::-webkit-slider-runnable-track { height: 4px; border-radius: 99px; background: linear-gradient(90deg, #fff 0 var(--progress), rgba(255,255,255,.24) var(--progress) 100%); }
.timeline-track::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; border: 0; border-radius: 50%; appearance: none; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.32); opacity: 0; transition: opacity 140ms ease, transform 140ms ease; }
.timeline-track:hover::-webkit-slider-thumb, .timeline-track:focus-visible::-webkit-slider-thumb { opacity: 1; }
.timeline-track:active::-webkit-slider-thumb { opacity: 1; transform: scale(.96); }
.timeline-track::-moz-range-track { height: 4px; border-radius: 99px; background: rgba(255,255,255,.24); }
.timeline-track::-moz-range-progress { height: 4px; border-radius: 99px; background: #fff; }
.timeline-track::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: #fff; }

.format-album-sleeve { border-radius: 2px; clip-path: polygon(.6% 1.2%, 7% .4%, 15% 1%, 25% .2%, 38% .8%, 49% 0, 64% .7%, 75% .2%, 87% .9%, 99.4% .4%, 98.8% 11%, 99.6% 24%, 99% 38%, 99.7% 52%, 99.1% 67%, 99.8% 82%, 99.1% 99.2%, 88% 98.7%, 74% 99.5%, 61% 98.9%, 48% 99.7%, 35% 99%, 21% 99.6%, .7% 98.8%, 1.2% 85%, .4% 70%, 1% 55%, .3% 41%, .9% 25%); background: #c84e48; box-shadow: 0 30px 70px rgba(22,22,20,.24), 0 0 0 1px rgba(0,0,0,.1); }
.format-album-sleeve > img { filter: saturate(.82) contrast(1.22) brightness(.76) sepia(.08); }
.format-album-sleeve::before { content: ""; position: absolute; z-index: 2; inset: 0; opacity: .38; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 2px, rgba(255,255,255,.06) 3px), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.74' numOctaves='3' seed='9'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.format-album-sleeve::after { z-index: 1; background: linear-gradient(100deg, rgba(0,190,210,.15), transparent 36%, rgba(225,0,95,.13) 66%, rgba(248,208,0,.12)), linear-gradient(135deg, rgba(186,60,45,.1), rgba(10,10,10,.48)); mix-blend-mode: screen; }
.format-album-type strong { text-shadow: 2px 0 rgba(0,205,220,.58), -2px 0 rgba(225,0,90,.5), 0 2px rgba(245,205,0,.28); -webkit-mask-image: radial-gradient(circle, transparent 0 .32px, #000 .68px); -webkit-mask-size: 4px 4px; }

.clients-section { padding-top: 72px; padding-bottom: 72px; background: #f3f3f0; }
.clients-section .section-head { display: grid; grid-template-columns: 1fr minmax(280px,.55fr); align-items: end; gap: 40px; }
.clients-section .section-head h2 { max-width: 690px; font-size: clamp(3.2rem, 5.5vw, 5.6rem); }
.client-proof { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin: 32px 0 18px; padding-top: 18px; border-top: 1px solid rgba(0,0,0,.12); }
.client-proof strong { font-family: Oswald, sans-serif; font-size: 1.5rem; font-weight: 500; text-transform: uppercase; }
.client-proof span { max-width: 520px; color: var(--muted); font-size: .76rem; }
.client-wall { display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
.client-card { min-height: 48px; flex: 1 1 180px; display: flex; align-items: center; overflow: visible; padding: 0 17px; border: 0; border-radius: 999px; background: rgba(255,255,255,.52); box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 4px 14px rgba(0,0,0,.035), inset 0 1px rgba(255,255,255,.86); }
.client-card::before { position: static; z-index: 0; width: 7px; height: 7px; flex: 0 0 auto; margin-right: 11px; border-radius: 50%; background: #111; }
.client-card[data-client-type="hotel"]::before { background: #c28f2c; }
.client-card[data-client-type="corporate"]::before { background: #325f83; }
.client-card[data-client-type="embassy"]::before { background: #8d3d50; }
.client-card[data-client-type="venue"]::before { background: #3d7558; }
.client-card > div { position: static; min-width: 0; display: flex; align-items: baseline; gap: 8px; }
.client-wall .client-card strong { max-width: none; overflow: hidden; font-family: Geist, sans-serif; font-size: .76rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.client-wall .client-card span { color: var(--muted); font-size: .54rem; white-space: nowrap; }

.booking-section { min-height: 100svh; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; gap: 24px; padding-top: 92px; padding-bottom: 48px; background: radial-gradient(circle at 76% 14%, #fff 0, #f1f1ee 46%, #e2e3de 100%); }
.booking-copy { position: static; align-self: auto; display: grid; grid-template-columns: minmax(300px,1.1fr) minmax(300px,.9fr); align-items: end; gap: 32px; }
.booking-copy h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.booking-copy > p:not(.eyebrow) { margin-bottom: 4px; }
.booking-summary { margin: 0; padding: 0; border: 0; }
.booking-summary dl { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.booking-summary dl div { grid-template-columns: 1fr; gap: 4px; padding: 10px 12px; border: 0; border-radius: 12px; background: rgba(255,255,255,.52); box-shadow: 0 0 0 1px rgba(0,0,0,.06), inset 0 1px rgba(255,255,255,.8); }
.booking-wizard { width: 100%; min-height: min(650px, calc(100svh - 300px)); padding: clamp(24px, 3vw, 40px); border: 0; border-radius: 26px; background: rgba(255,255,255,.55); box-shadow: 0 0 0 1px rgba(255,255,255,.72), inset 0 1px rgba(255,255,255,.94), 0 24px 70px rgba(32,32,29,.1); backdrop-filter: blur(30px) saturate(155%); }
.booking-progress { margin-bottom: 24px; }
.booking-step legend { margin-bottom: 24px; font-size: clamp(2.6rem, 4.2vw, 4.6rem); }
.choice-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.choice-tile { min-height: 128px; display: grid; grid-template-columns: 102px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; padding: 18px 22px 18px 16px; border: 0; border-radius: 18px; background: rgba(247,247,245,.62); box-shadow: 0 0 0 1px rgba(0,0,0,.07), inset 0 1px rgba(255,255,255,.86); }
.choice-tile img, .choice-tile:nth-child(2) img, .choice-tile:nth-child(3) img { position: static; grid-column: 1; grid-row: 1 / 3; width: 96px; height: 88px; align-self: center; object-fit: contain; transform: rotate(-2deg); }
.choice-tile strong, .choice-tile small { grid-column: 2; }
.choice-tile strong { align-self: end; font-size: 1rem; }
.choice-tile small { align-self: start; }
.choice-tile:hover img, .choice-tile:has(input:checked) img { transform: translateY(-3px) rotate(0) scale(1.04); }
.choice-tile:active { transform: scale(.96); }

@media (max-width: 920px) {
  .site-header { width: calc(100vw - 18px); }
  .clients-section .section-head, .booking-copy { grid-template-columns: 1fr; }
  .booking-summary { display: none; }
  .booking-wizard { min-height: 640px; }
}

@media (max-width: 700px) {
  .site-header { top: 7px; min-height: 48px; padding-left: 12px; }
  .brand span { font-size: 1.18rem; }
  .brand img { width: 104px; }
  .header-cta { min-height: 34px; }
  .record-control-bar { min-height: 66px; }
  .clients-section { padding-block: 62px; }
  .client-proof { align-items: flex-start; flex-direction: column; gap: 6px; }
  .client-card { min-height: 44px; flex-basis: 145px; }
  .booking-section { min-height: 100svh; padding-top: 80px; padding-bottom: 30px; }
  .booking-copy { gap: 8px; }
  .booking-copy h2 { font-size: 3.5rem; }
  .booking-copy > p:not(.eyebrow) { display: none; }
  .booking-wizard { min-height: 660px; padding: 20px 16px; border-radius: 20px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-tile { min-height: 100px; grid-template-columns: 82px 1fr; padding: 12px 16px 12px 10px; }
  .choice-tile img, .choice-tile:nth-child(2) img, .choice-tile:nth-child(3) img { width: 78px; height: 72px; }
  .footer-mark { width: 100%; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header, .record-control-bar, .booking-wizard { background: rgba(245,245,243,.96); backdrop-filter: none; }
  .record-control-bar { color: #111; }
}

/* July 13: responsive cassette typography, compact proof marquee, booking controls */
.cassette-serial, .cassette-brand { display: none !important; }

.client-marquee,
.client-marquee-track,
.client-sequence { display: contents; }
.client-sequence.is-duplicate { display: none; }

.calendar-days button:hover:not(:disabled) { background: #252523; color: #fff; }
.calendar-days button.is-today:not(.is-selected) { color: #111; font-weight: 760; box-shadow: inset 0 0 0 1px rgba(17,17,17,.38); }
.calendar-days button.is-today:not(.is-selected)::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.calendar-days button { position: relative; transition-property: color, background-color, box-shadow, transform; transition-duration: 140ms; }
.calendar-days button:active:not(:disabled) { transform: scale(.96); }

.booking-room-fields { align-items: end; }
.guest-field { gap: 8px; }
.guest-deck { display: grid; grid-template-columns: 104px minmax(0,1fr); align-items: center; gap: 10px 18px; padding: 13px 16px 11px; border-radius: 13px; color: #fff; background: #171816; box-shadow: inset 0 1px rgba(255,255,255,.16), inset 0 -12px 28px rgba(0,0,0,.28), 0 12px 26px rgba(23,24,22,.14); }
.guest-readout { grid-row: 1 / 3; display: grid; justify-items: center; align-content: center; min-height: 68px; border-radius: 7px; background: #090a09; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 8px 16px rgba(255,255,255,.025); }
.guest-readout output { color: #eef3e8; font-size: 1.6rem; font-variant-numeric: tabular-nums; font-weight: 650; line-height: 1; text-shadow: 0 0 10px rgba(197,235,174,.28); }
.guest-readout small { margin-top: 4px; color: rgba(255,255,255,.48); font-size: .52rem; text-transform: uppercase; }
.booking-fields .guest-deck input[type="range"] { --fader-progress: 50%; width: 100%; min-height: 34px; margin: 0; padding: 0; border: 0; border-radius: 0; appearance: none; background: transparent; cursor: grab; }
.booking-fields .guest-deck input[type="range"]:active { cursor: grabbing; }
.guest-deck input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 2px; background: linear-gradient(90deg, #c6c8c2 0 var(--fader-progress), #4b4e49 var(--fader-progress) 100%); box-shadow: inset 0 2px 3px rgba(0,0,0,.75), 0 1px rgba(255,255,255,.12); }
.guest-deck input[type="range"]::-webkit-slider-thumb { width: 25px; height: 36px; margin-top: -14px; border: 0; border-radius: 5px; appearance: none; background: repeating-linear-gradient(90deg, #999 0 2px, #d7d8d3 2px 5px); box-shadow: inset 0 1px rgba(255,255,255,.8), 0 4px 9px rgba(0,0,0,.5); }
.guest-deck input[type="range"]::-moz-range-track { height: 8px; border-radius: 2px; background: #4b4e49; box-shadow: inset 0 2px 3px rgba(0,0,0,.75); }
.guest-deck input[type="range"]::-moz-range-progress { height: 8px; border-radius: 2px; background: #c6c8c2; }
.guest-deck input[type="range"]::-moz-range-thumb { width: 25px; height: 36px; border: 0; border-radius: 5px; background: #c7c8c4; box-shadow: 0 4px 9px rgba(0,0,0,.5); }
.guest-scale { display: flex; justify-content: space-between; color: rgba(255,255,255,.44); font-size: .5rem; font-variant-numeric: tabular-nums; }

.phone-label { gap: 8px; }
.phone-input-group { display: grid; grid-template-columns: minmax(150px,.8fr) minmax(0,1.2fr); gap: 10px; }
.phone-country-control { position: relative; min-width: 0; }
.booking-fields .phone-country-control input { padding-right: 58px; }
.phone-country-control output { position: absolute; top: 50%; right: 13px; color: #343430; font-size: .72rem; font-variant-numeric: tabular-nums; font-weight: 700; transform: translateY(-50%); pointer-events: none; }

@keyframes client-marquee-left { to { transform: translate3d(-50%,0,0); } }

@media (max-width: 700px) {
  .cassette-flip-stage { height: calc(100cqw / 8.2); }
  .cassette-spine, .cassette-item.is-expanded .cassette-spine { height: calc(100cqw / 8.2); }

  .clients-section { padding-inline: 0; overflow: hidden; }
  .clients-section > .section-head, .client-proof { margin-inline: 18px; }
  .client-wall { display: grid; gap: 7px; width: 100%; overflow: hidden; padding-block: 2px 8px; }
  .client-wall > .client-marquee { min-height: 0; display: block; overflow: hidden; padding: 2px 0; border: 0; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
  .client-marquee-track { display: flex; width: max-content; will-change: transform; animation: client-marquee-left 26s linear infinite; }
  .client-marquee[data-direction="right"] .client-marquee-track { animation-direction: reverse; animation-duration: 30s; }
  .client-sequence, .client-sequence.is-duplicate { display: flex; gap: 7px; padding-right: 7px; }
  .client-card { min-width: max-content; min-height: 42px; flex: 0 0 auto; padding-inline: 14px; border-radius: 999px; }
  .client-wall .client-card strong { max-width: 230px; font-size: .71rem; }
  .client-wall .client-card span { font-size: .5rem; }

  .booking-room-fields { grid-template-columns: 1fr; }
  .guest-deck { grid-template-columns: 86px minmax(0,1fr); padding-inline: 12px; }
  .guest-readout { min-height: 64px; }
  .phone-input-group { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 7px; }
  .booking-fields .phone-input-group input { min-width: 0; padding-inline: 10px; }
  .booking-fields .phone-country-control input { padding-right: 48px; }
  .phone-country-control output { right: 9px; font-size: .64rem; }
}

@media (prefers-reduced-motion: reduce) {
  .client-marquee-track { animation-play-state: paused; }
}

/* July 22: condensed navigation and clean gallery filmstrip */
.site-header {
  width: min(680px, calc(100vw - 24px));
  min-height: 52px;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 5px 5px 5px 14px;
  border-radius: 26px;
}
.site-header.is-scrolled { min-height: 52px; }
.brand img { width: 112px; max-height: 40px; object-fit: contain; object-position: left center; }
.language-switcher { min-height: 42px; padding: 3px; border-radius: 21px; }
.language-switcher button { width: 36px; height: 36px; border-radius: 18px; }
.header-cta { min-height: 42px; padding-inline: 16px; border-radius: 21px; white-space: nowrap; }
.header-cta:active { transform: scale(.96); }

.photo-gallery-rail button,
.photo-gallery-rail button:hover,
.photo-gallery-rail button.is-active {
  border: 0;
}
.photo-gallery-rail button { padding: 3px; background: rgba(255,255,255,.72); box-shadow: 0 5px 13px rgba(22,22,20,.07); }
.photo-gallery-rail button:hover,
.photo-gallery-rail button.is-active { box-shadow: 0 8px 18px rgba(22,22,20,.14); }
.photo-gallery-rail button.is-active { transform: translateY(-1px); }
.photo-gallery-rail img { border-radius: 2px; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto 1fr; }
  .header-actions { grid-column: 2; justify-self: end; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100vw - 16px); min-height: 50px; padding: 4px 4px 4px 11px; border-radius: 25px; }
  .site-header.is-scrolled { min-height: 50px; }
  .brand img { width: 92px; max-height: 32px; }
  .header-actions { gap: 4px; }
  .language-switcher { min-height: 40px; padding: 3px; border-radius: 20px; }
  .language-switcher button { width: 34px; height: 34px; border-radius: 17px; }
  .header-cta { min-height: 40px; padding-inline: 12px; border-radius: 20px; }
}

/* Straightforward print gallery */
.media-section { overflow: hidden; background: #eeeee9; }
.photo-gallery { width: min(1120px, 100%); margin: 34px auto 0; outline: 0; }
.photo-gallery-stage { display: grid; grid-template-columns: 52px minmax(0, 1fr) 52px; align-items: center; gap: 18px; }
.photo-print {
  min-width: 0;
  margin: 0;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid rgba(24, 24, 22, .1);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(24, 24, 22, .14), 0 3px 9px rgba(24, 24, 22, .08);
  touch-action: pan-y;
}
.photo-print-media { aspect-ratio: 16 / 9; overflow: hidden; background: #deded8; }
.photo-print img { width: 100%; height: 100%; display: block; object-fit: contain; transition: opacity 110ms ease, transform 220ms var(--ease-out); }
.photo-print figcaption { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 4px 0; }
.photo-print figcaption strong { min-width: 0; overflow: hidden; color: #171715; font-size: .9rem; font-weight: 620; text-overflow: ellipsis; white-space: nowrap; }
.photo-print figcaption span { flex: 0 0 auto; color: #74736e; font-size: .7rem; font-variant-numeric: tabular-nums; font-weight: 650; }
.photo-gallery.is-moving .photo-print img { opacity: 0; transform: translateX(-18px) scale(.99); }
.photo-gallery.is-moving.is-moving-back .photo-print img { transform: translateX(18px) scale(.99); }
.photo-gallery-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(20, 20, 18, .13);
  border-radius: 50%;
  color: #151513;
  background: rgba(255, 255, 255, .7);
  box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 8px 22px rgba(25, 25, 22, .08);
  backdrop-filter: blur(18px) saturate(135%);
  cursor: pointer;
  transition: transform 120ms var(--ease-out), background-color 160ms ease;
}
.photo-gallery-arrow:hover { background: #fff; }
.photo-gallery-arrow:active { transform: scale(.96); }
.photo-gallery-rail { display: flex; gap: 10px; margin: 18px 70px 0; padding: 4px 2px 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.photo-gallery-rail::-webkit-scrollbar { display: none; }
.photo-gallery-rail button { width: 96px; min-width: 96px; aspect-ratio: 16 / 9; padding: 4px; border: 1px solid rgba(20, 20, 18, .1); border-radius: 3px; background: #fff; opacity: .52; box-shadow: 0 5px 13px rgba(22, 22, 20, .08); cursor: pointer; scroll-snap-align: center; transition: opacity 160ms ease, transform 160ms var(--ease-out), border-color 160ms ease; }
.photo-gallery-rail button:hover, .photo-gallery-rail button.is-active { border-color: #181816; opacity: 1; }
.photo-gallery-rail button:active { transform: scale(.96); }
.photo-gallery-rail img { width: 100%; height: 100%; display: block; object-fit: cover; }

.format-album-type strong { display: block; overflow: visible; padding-block: .08em; line-height: .88; }

@media (max-width: 700px) {
  .hero-copy { text-align: left; }
  .hero-copy h1, .hero-copy h1 img { margin-left: 0; object-position: left center; }
  .hero-copy h1 img { width: min(410px, 82vw); }
  .format-album-type strong { font-size: clamp(3rem, 12vw, 4rem); line-height: .9; }
  .media-section { padding-inline: 18px; }
  .media-section .section-head { padding-inline: 0; }
  .photo-gallery { margin-top: 24px; }
  .photo-gallery-stage { position: relative; display: block; }
  .photo-print { padding: 8px; }
  .photo-print figcaption { min-height: 48px; padding: 11px 4px 1px; }
  .photo-print figcaption strong { font-size: .8rem; }
  .photo-gallery-arrow { position: absolute; z-index: 2; top: calc(50% - 44px); width: 44px; height: 44px; color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(12, 12, 11, .58); }
  .photo-gallery-arrow:hover { background: rgba(12, 12, 11, .76); }
  .photo-gallery-arrow-left { left: 16px; }
  .photo-gallery-arrow-right { right: 16px; }
  .photo-gallery-rail { margin: 12px -18px 0; padding-inline: 18px; }
  .photo-gallery-rail button { width: 76px; min-width: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  .photo-print img, .photo-gallery-arrow, .photo-gallery-rail button { transition-duration: 1ms; }
}

/* WebGL owns every visible cassette face and label while the object rotates. */
.cassette-fallback-label { width: 88%; height: 74%; display: flex; align-items: center; justify-content: center; gap: clamp(7px, 2cqw, 14px); margin: auto; overflow: hidden; padding-inline: 6%; color: var(--marker); background: var(--paper-image) center / 100% 100% no-repeat; font-family: Geist, sans-serif; text-align: center; }
.cassette-fallback-label b { max-width: 72%; overflow: hidden; font-size: clamp(.72rem, 2.6cqw, 1rem); font-weight: 680; line-height: 1.02; text-overflow: ellipsis; white-space: nowrap; }
.cassette-fallback-label em { max-width: 28%; overflow: hidden; color: var(--marker-alt); font-size: clamp(.58rem, 1.7cqw, .74rem); font-style: normal; font-weight: 560; text-overflow: ellipsis; white-space: nowrap; }
.cassette-webgl-ready .cassette-fallback-label { visibility: hidden; }

/* July 21: responsive cinematic pass */
.story-frame img { object-position: 50% 54%; filter: saturate(.9) contrast(1.08) brightness(.82); }
.story-shade {
  background: linear-gradient(90deg, rgba(0,0,0,.72) 0, rgba(0,0,0,.34) 42%, rgba(0,0,0,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.5), transparent 58%);
}
.hero-copy { width: min(680px, calc(100vw - 48px)); }
.hero-copy h1 img { display: block; width: min(560px, 72vw); max-height: 194px; object-fit: contain; object-position: left center; }
.hero-scroll-cue { min-height: 44px; padding-left: 2px; }
.hero-scroll-cue i { transition: transform 180ms var(--ease-out), background-color 180ms ease; }
.hero-scroll-cue:hover i { background: rgba(255,255,255,.16); transform: translateY(3px); }

.format-story { height: 285vh; }
.format-track { padding-inline: 14vw; }
.format-slide-copy {
  display: grid;
  grid-template-rows: auto auto minmax(3.3em, auto) auto;
  align-content: end;
}
.format-slide-copy h3 { max-width: 100%; margin-bottom: 14px; overflow: visible; white-space: nowrap; }
.format-slide-copy p { min-height: 3.3em; margin-bottom: 18px; }
.format-rail { display: none; }
.format-stepper {
  position: absolute;
  z-index: 10;
  right: clamp(24px, 5vw, 74px);
  bottom: 24px;
  left: clamp(24px, 6vw, 86px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 8px;
  opacity: var(--format-head-opacity);
  transition: opacity 120ms linear;
}
.format-stepper button {
  min-width: 0;
  min-height: 42px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 0;
  border: 0;
  color: #777773;
  background: transparent;
  font: 600 .66rem Geist, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, transform 120ms var(--ease-out);
}
.format-stepper button:active { transform: scale(.96); }
.format-stepper button i { position: relative; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(17,17,17,.16); }
.format-stepper button b { position: absolute; inset: 0; border-radius: inherit; background: #111; transform: scaleX(var(--fill, 0)); transform-origin: left; }
.format-stepper button.is-active { color: #111; }

.media-section { padding-block: clamp(72px, 9vw, 124px); overflow: hidden; background: radial-gradient(circle at 64% 26%, #fff 0, #f0f0ed 48%, #dfdfda 100%); }
.media-section .section-head { align-items: end; }
.media-section .section-head > p { width: min(350px, 100%); margin: 0 0 8px; color: var(--muted); }
.instant-gallery {
  position: relative;
  width: 100%;
  height: clamp(620px, 66vw, 790px);
  margin-top: 28px;
  overflow: hidden;
  isolation: isolate;
}
.instant-gallery::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 7% 3% 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(26,23,20,.14), transparent 67%);
  filter: blur(28px);
}
.instant-gallery canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; touch-action: pan-y; }
.instant-gallery-fallback { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.gallery-webgl-ready .instant-gallery-fallback { visibility: hidden; }
.instant-gallery-ui { position: absolute; z-index: 3; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; pointer-events: none; }
.instant-gallery-caption { display: grid; gap: 5px; padding: 13px 16px; border-radius: 16px; color: #111; background: rgba(248,248,245,.58); box-shadow: inset 0 1px rgba(255,255,255,.86), 0 10px 28px rgba(28,26,23,.08); backdrop-filter: blur(20px) saturate(150%); }
.instant-gallery-caption span { color: #6e6d68; font-size: .62rem; font-variant-numeric: tabular-nums; font-weight: 680; }
.instant-gallery-caption strong { font-size: .83rem; font-weight: 620; }
.instant-gallery .gallery-controls { align-items: center; padding: 5px; border-radius: 999px; background: rgba(248,248,245,.58); box-shadow: inset 0 1px rgba(255,255,255,.9), 0 10px 28px rgba(28,26,23,.1); backdrop-filter: blur(20px) saturate(150%); pointer-events: auto; }
.instant-gallery .icon-button, .instant-shutter { width: 46px; height: 46px; min-width: 46px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #111; background: transparent; cursor: pointer; transition: transform 120ms var(--ease-out), background-color 160ms ease; }
.instant-gallery .icon-button:hover { background: rgba(0,0,0,.06); }
.instant-gallery .icon-button:active, .instant-shutter:active { transform: scale(.96); }
.instant-shutter { background: #191a18; box-shadow: inset 0 1px rgba(255,255,255,.26), 0 4px 12px rgba(0,0,0,.18); }
.instant-shutter i { width: 17px; height: 17px; border: 2px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 3px #191a18, inset 0 0 0 6px #fff; }

.clients-section { overflow: hidden; }
.client-wall { width: calc(100% + 2 * clamp(24px, 5vw, 72px)); margin-left: calc(-1 * clamp(24px, 5vw, 72px)); display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; overflow: hidden; padding-block: 4px; }
.client-wall > .client-marquee { min-height: 0; display: block; overflow: hidden; padding-block: 2px; border: 0; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.client-marquee-track { display: flex; width: max-content; will-change: transform; animation: client-marquee-left 31s linear infinite; }
.client-marquee[data-direction="right"] .client-marquee-track { animation-direction: reverse; animation-duration: 36s; }
.client-marquee:nth-child(3) .client-marquee-track { animation-duration: 28s; }
.client-sequence, .client-sequence.is-duplicate { display: flex; gap: 8px; padding-right: 8px; }
.client-card { min-width: max-content; min-height: 48px; flex: 0 0 auto; padding-inline: 18px; }
.client-wall:hover .client-marquee-track { animation-play-state: paused; }

.footer-mark { width: min(960px, 88vw); max-width: 100%; margin-inline: auto; }
.footer-mark img { width: 100%; max-width: 100%; height: auto; display: block; object-fit: contain; }

@media (max-width: 920px) {
  .format-story { height: 275vh; }
  .format-slide { flex-basis: 78vw; }
  .instant-gallery { height: 720px; }
  .client-wall { width: calc(100% + 48px); margin-left: -24px; }
}

@media (max-width: 700px) {
  .header-cta { min-width: max-content; padding-inline: 10px; font-size: .64rem; white-space: nowrap; }
  .hero-story { min-height: max(620px, 100svh); }
  .story-frame img { object-position: 49% 50%; }
  .story-shade { background: linear-gradient(0deg, rgba(0,0,0,.78) 0, rgba(0,0,0,.2) 63%, rgba(0,0,0,.08)), linear-gradient(90deg, rgba(0,0,0,.28), transparent 76%); }
  .hero-copy { top: auto; right: 20px; bottom: 108px; left: 20px; width: auto; transform: none; }
  .hero-copy .eyebrow { margin-bottom: 10px; }
  .hero-copy h1 img { width: min(390px, 76vw); max-height: 130px; }
  .hero-lead { max-width: 310px; margin: 14px 0 17px; font-size: .96rem; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { min-height: 44px; padding-inline: 17px; }
  .hero-scroll-cue { right: 18px; bottom: 18px; left: 18px; justify-content: flex-end; font-size: .62rem; }
  .hero-scroll-cue i { width: 36px; }

  .format-story { height: 255vh; }
  .format-story-head { top: 118px; }
  .format-story-head h2 { font-size: clamp(2.7rem, 13vw, 3.5rem); }
  .format-track { top: 232px; height: min(58vh, 520px); gap: 18px; padding-inline: 7vw; }
  .format-slide { flex-basis: 86vw; }
  .format-slide-copy { left: 21px; bottom: 24px; width: calc(100% - 42px); grid-template-rows: auto auto minmax(4.2em, auto) auto; }
  .format-slide-copy h3 { margin-block: 5px 12px; font-size: clamp(2.85rem, 12vw, 4rem); line-height: .88; }
  .format-slide-copy p { min-height: 4.2em; max-width: none; margin-bottom: 14px; font-size: .76rem; line-height: 1.45; }
  .format-slide-copy strong { min-height: 2.3em; display: flex; align-items: end; font-size: .62rem; line-height: 1.25; }
  .format-album-slide { flex-basis: min(86vw, 58vh); width: min(86vw, 58vh); }
  .format-stepper { right: 18px; bottom: 16px; left: 18px; gap: 5px; }
  .format-stepper button { min-height: 34px; gap: 5px; font-size: .55rem; }

  .media-section { padding: 64px 0 54px; }
  .media-section .section-head { padding-inline: 18px; }
  .media-section .section-head > p { margin-top: 12px; font-size: .82rem; }
  .instant-gallery { height: 690px; margin-top: 8px; }
  .instant-gallery-ui { right: 14px; bottom: 12px; left: 14px; align-items: center; }
  .instant-gallery-caption { max-width: calc(100% - 164px); padding: 10px 12px; border-radius: 13px; }
  .instant-gallery-caption strong { overflow: hidden; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
  .instant-gallery .gallery-controls { gap: 2px; }
  .instant-gallery .icon-button, .instant-shutter { width: 40px; height: 40px; min-width: 40px; }
  .instant-shutter i { width: 15px; height: 15px; }

  .clients-section > .section-head, .client-proof { margin-inline: 18px; }
  .client-wall { width: calc(100% + 36px); margin-left: -18px; }
  .client-card { min-height: 44px; padding-inline: 14px; }

  .site-footer { min-height: 62svh; padding-inline: 20px; }
  .footer-top { align-items: flex-start; }
  .footer-top p { max-width: 55%; }
  .footer-book { max-width: 43%; justify-content: flex-end; text-align: right; }
  .footer-mark { width: 100%; max-width: 100%; margin: 0; animation: none; }
  .footer-mark img { width: 100%; max-height: 190px; object-fit: contain; }
}

@media (max-width: 390px) {
  .hero-copy { bottom: 112px; }
  .hero-copy h1 img { width: 78vw; }
  .format-slide-copy h3 { font-size: clamp(2.55rem, 11.5vw, 3.35rem); }
  .format-stepper button span { display: none; }
  .instant-gallery { height: 650px; }
  .instant-gallery-caption { max-width: calc(100% - 138px); }
  .instant-gallery .icon-button, .instant-shutter { width: 36px; height: 36px; min-width: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .client-marquee-track { animation-play-state: paused; }
}
