:root {
  --ink: #070611;
  --ink-soft: #0d0b19;
  --panel: #121020;
  --white: #f6f3ff;
  --muted: #a9a4b8;
  --purple: #a259ff;
  --blue: #20d9ff;
  --acid: #baff29;
  --line: rgba(255,255,255,.13);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pad: clamp(1.25rem, 4vw, 5.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  background: var(--acid); color: var(--ink); padding: .7rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 1.4rem var(--pad); border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 900; letter-spacing: .17em; font-size: .9rem; }
.brand-mark {
  width: 1.7rem; aspect-ratio: 1; display: inline-block;
  background: conic-gradient(from 30deg, var(--purple), var(--blue), var(--acid), var(--purple));
  clip-path: polygon(50% 0, 63% 30%, 100% 50%, 65% 66%, 50% 100%, 36% 67%, 0 50%, 35% 32%);
}
nav { display: flex; gap: clamp(1.3rem, 3vw, 3.2rem); }
nav a, .social-mini { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: #ddd8e9; transition: color .2s; }
nav a:hover, .social-mini:hover { color: var(--acid); }
.social-mini { justify-self: end; text-align: right; }
.social-mini span { display: block; color: var(--muted); font-size: .55rem; }
.header-tools { justify-self: end; display: flex; align-items: center; gap: 1.25rem; }
.language-switcher { display: flex; gap: .2rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.18); }
.language-switcher a { padding: .25rem .35rem; color: #777181; font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.language-switcher a:hover, .language-switcher a.active { color: var(--acid); }

.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: 9rem var(--pad) 6rem; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(circle at 75% 44%, rgba(92,42,175,.25), transparent 28%),
    linear-gradient(105deg, #080711 0%, #090714 50%, #120c21 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(to right, #000, transparent 60%);
}
.hero-content { position: relative; z-index: 3; max-width: 56rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow i { width: 2.2rem; height: 1px; background: currentColor; display: inline-block; }
.eyebrow.acid { color: var(--acid); }
h1, h2 {
  margin: 0; font-family: var(--display); text-transform: uppercase;
  font-weight: 900; line-height: .86; letter-spacing: -.045em;
}
h1 { font-size: clamp(5rem, 14.6vw, 13rem); text-shadow: 0 0 60px rgba(129,74,255,.2); }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px var(--white); }
.hero-kicker { margin: .7rem 0 1.2rem; font-size: clamp(1.15rem, 2.1vw, 1.8rem); font-weight: 300; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy { max-width: 43rem; color: #bdb7c8; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.button {
  min-height: 3.4rem; padding: .85rem 1.3rem; display: inline-flex; justify-content: center; align-items: center; gap: 1.4rem;
  border: 1px solid transparent; text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .12em;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: #080711; box-shadow: 0 0 35px rgba(186,255,41,.16); }
.button-primary:hover { box-shadow: 0 0 42px rgba(186,255,41,.32); }
.button-outline { border-color: rgba(255,255,255,.45); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.text-link { padding: .7rem; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--blue); margin-left: .5rem; }
.hero-art { position: absolute; z-index: 0; inset: 0 0 0 42%; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 32rem; height: 32rem; right: 8%; top: 22%; border: 1px solid rgba(162,89,255,.4); box-shadow: inset 0 0 110px rgba(94,38,180,.18), 0 0 80px rgba(75,30,180,.1); }
.orb-two { width: 20rem; height: 20rem; right: 15%; top: 32%; background: radial-gradient(circle at 55% 45%, rgba(32,217,255,.28), rgba(111,47,183,.16) 32%, transparent 68%); }
.portal { position: absolute; width: min(52vw, 48rem); aspect-ratio: 1; right: -1%; top: 11%; animation: float 9s ease-in-out infinite; }
.portal span { position: absolute; inset: calc(var(--i, 0) * 7%); border: 1px solid rgba(170,105,255,.22); border-radius: 50%; transform: rotate(18deg) scaleY(.72); }
.portal span:nth-child(1) { --i: 0; box-shadow: 0 0 24px rgba(99,58,212,.25); }
.portal span:nth-child(2) { --i: 1; border-color: rgba(32,217,255,.22); }
.portal span:nth-child(3) { --i: 2; border-style: dashed; }
.portal span:nth-child(4) { --i: 3; border-color: rgba(186,255,41,.15); }
.hero-photo {
  position: absolute; right: 4%; bottom: 0; width: min(47rem, 53vw); height: 88%;
  overflow: hidden; border-radius: 48% 48% 0 0;
  filter: drop-shadow(0 0 48px rgba(101,54,195,.32));
  mask-image: linear-gradient(to bottom, #000 0 72%, transparent 100%);
}
.hero-photo::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7,6,17,.88), transparent 35%),
    linear-gradient(to top, rgba(7,6,17,.8), transparent 42%),
    radial-gradient(circle at 57% 45%, transparent 25%, rgba(66,29,126,.28) 75%);
  mix-blend-mode: multiply;
}
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 53% 36%; filter: contrast(1.1) saturate(.75) brightness(.7); }
.hero-foot {
  position: absolute; left: var(--pad); right: var(--pad); bottom: 1.4rem; z-index: 4;
  display: flex; justify-content: space-between; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase;
}
.hero-foot a { text-align: right; }
.hero-foot strong { display: block; color: var(--white); font-size: .82rem; }
.scroll-cue { position: absolute; left: 50%; bottom: 1.5rem; width: 2rem; height: 3.5rem; border: 1px solid rgba(255,255,255,.25); border-radius: 2rem; }
.scroll-cue span { position: absolute; width: 3px; height: 8px; border-radius: 2px; background: var(--acid); left: calc(50% - 1.5px); top: .65rem; animation: scroll 2s infinite; }

.section { position: relative; padding: clamp(5.5rem, 10vw, 10rem) var(--pad); border-top: 1px solid var(--line); }
.section-number { position: absolute; top: 2rem; left: var(--pad); color: #676272; font-size: .62rem; letter-spacing: .2em; }
h2 { font-size: clamp(4rem, 9vw, 8.5rem); }
.lead { font-size: clamp(1.35rem, 2.4vw, 2.1rem); line-height: 1.35; color: var(--white); }

.story { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(25rem, .95fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: linear-gradient(130deg, #0b0915, #070611 60%); }
.story-copy > p:not(.eyebrow):not(.lead) { max-width: 48rem; color: var(--muted); }
.story-visual {
  position: relative; min-height: 38rem; border: 1px solid var(--line); overflow: hidden;
  background: radial-gradient(circle at 60% 40%, rgba(32,217,255,.12), transparent 25%), radial-gradient(circle at 40% 70%, rgba(162,89,255,.17), transparent 30%), #0b0915;
}
.story-visual::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 2.8rem, rgba(255,255,255,.045) 3rem); transform: rotate(-18deg) scale(1.6); }
.map-lines { position: absolute; inset: 15%; border: 1px dashed rgba(186,255,41,.25); border-radius: 55% 35% 60% 30%; transform: rotate(18deg); }
.map-point { position: absolute; font-size: .58rem; color: var(--muted); letter-spacing: .15em; }
.map-point::before { content: ""; display: inline-block; width: .5rem; height: .5rem; margin-right: .5rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.point-one { top: 14%; left: 23%; }
.point-netherlands { top: 28%; left: 39%; }
.point-two { top: 46%; left: 12%; }
.point-three { top: 62%; right: 21%; }
.point-four { bottom: 16%; right: 10%; }
.story-quote { position: absolute; bottom: 2rem; left: 2rem; font-family: var(--display); font-size: 2.4rem; line-height: 1; text-transform: uppercase; }

.sound { overflow: hidden; background: #090812; }
.sound-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.sound-intro { max-width: 47rem; margin: 3rem 0 5rem auto; color: var(--muted); font-size: 1.25rem; }
.sound-intro strong { color: var(--acid); font-weight: 500; }
.frequency { display: flex; align-items: center; justify-content: center; gap: clamp(.35rem, 1vw, 1rem); height: 12rem; margin: 2rem calc(var(--pad) * -1); opacity: .7; }
.frequency span { width: 1px; height: calc(18% + var(--h, 30%)); background: linear-gradient(to bottom, transparent, var(--purple), var(--blue), transparent); box-shadow: 0 0 10px var(--blue); }
.frequency span:nth-child(1),.frequency span:nth-child(12){--h:10%}.frequency span:nth-child(2),.frequency span:nth-child(11){--h:35%}.frequency span:nth-child(3),.frequency span:nth-child(9){--h:65%}.frequency span:nth-child(4),.frequency span:nth-child(10){--h:30%}.frequency span:nth-child(5),.frequency span:nth-child(8){--h:80%}.frequency span:nth-child(6){--h:45%}.frequency span:nth-child(7){--h:92%}
.tags { display: flex; flex-wrap: wrap; gap: .75rem; }
.tags span { border: 1px solid #302c3d; padding: .7rem 1rem; color: #c4bece; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; transition: all .2s; }
.tags span:hover { border-color: var(--acid); color: var(--acid); transform: translateY(-2px); }

.sets { background: #0d0a17; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 4rem; }
.section-head > p { max-width: 33rem; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.set-card { position: relative; padding: 1rem 1rem 1.6rem; border: 1px solid var(--line); background: rgba(255,255,255,.018); transition: transform .3s, border-color .3s; }
.set-card:hover { transform: translateY(-7px); border-color: rgba(186,255,41,.45); }
.card-art { position: relative; height: 23rem; overflow: hidden; background: #161024; margin-bottom: 1.4rem; }
.card-art::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(105deg, transparent 0 28px, rgba(255,255,255,.04) 29px 30px); }
.card-goa .card-art { background: radial-gradient(circle at 70% 26%, #ff716d 0 3%, rgba(193,50,131,.45) 4% 11%, transparent 26%), linear-gradient(145deg, #37194b, #11101c 68%); }
.card-canary .card-art { background: radial-gradient(circle at 28% 22%, #c7e8ff 0 2%, rgba(32,217,255,.25) 3% 12%, transparent 24%), linear-gradient(145deg, #101d3e, #17101f 65%); }
.card-samui .card-art { background: radial-gradient(circle at 65% 35%, rgba(186,255,41,.3), transparent 18%), linear-gradient(140deg, #132f29, #17101f 68%); }
.sun,.moon { position: absolute; width: 8rem; height: 8rem; border-radius: 50%; right: 15%; top: 14%; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 0 40px rgba(255,84,146,.3); }
.arch { position: absolute; width: 70%; height: 62%; border: 2px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 50% 50% 0 0; left: 15%; bottom: -15%; }
.mountain { position: absolute; left: -5%; right: -5%; bottom: 0; height: 45%; background: #090a13; clip-path: polygon(0 100%, 0 70%, 20% 45%, 32% 73%, 52% 17%, 68% 68%, 83% 39%, 100% 75%, 100% 100%); }
.rings { position: absolute; width: 18rem; height: 18rem; border: 1px solid rgba(186,255,41,.25); border-radius: 50%; left: 12%; top: 10%; box-shadow: inset 0 0 0 2.5rem rgba(186,255,41,.03), inset 0 0 0 5rem rgba(32,217,255,.03); }
.palm { position: absolute; bottom: -7%; right: 12%; width: 5rem; height: 65%; background: #07090c; clip-path: polygon(45% 100%,55% 100%,53% 27%,100% 11%,57% 19%,78% 0,52% 14%,38% 0,47% 15%,0 6%,45% 22%); }
.card-meta { display: flex; justify-content: space-between; color: var(--acid); font-size: .58rem; font-weight: 700; letter-spacing: .15em; }
.set-card h3 { margin: .7rem 0 .35rem; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .05em; }
.set-card p { color: var(--muted); font-size: .85rem; }
.card-action { display: block; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: #777182; font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; }

.journey { background: #080710; }
.live-shot {
  position: relative; width: min(76rem, calc(100% - 2 * var(--pad))); aspect-ratio: 16 / 7;
  margin: clamp(2.5rem, 6vw, 5rem) auto; min-height: 0;
  overflow: hidden; border: 1px solid var(--line); background: #0b0710;
}
.live-shot.live-break { border-color: rgba(255,255,255,.18); }
.live-shot::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,3,10,.92), transparent 48%), linear-gradient(90deg, rgba(7,6,17,.22), transparent 55%);
  pointer-events: none;
}
.live-shot img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: center; filter: contrast(1.06) saturate(1.08); }
.live-shot figcaption { position: absolute; z-index: 1; left: clamp(1.2rem, 3vw, 2.5rem); right: clamp(1.2rem, 3vw, 2.5rem); bottom: clamp(1.2rem, 3vw, 2.5rem); display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.live-shot figcaption span { color: var(--acid); font-size: .65rem; font-weight: 800; letter-spacing: .2em; }
.live-shot figcaption strong { font-family: var(--display); font-size: clamp(2rem, 5vw, 5rem); line-height: .9; text-transform: uppercase; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 19rem; gap: .65rem; }
.journey-card { position: relative; overflow: hidden; padding: 1.2rem; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); isolation: isolate; }
.journey-card::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .5s, filter .5s; background: var(--visual); }
.journey-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(4,3,9,.95), transparent 65%); }
.journey-card:hover::before { transform: scale(1.06); filter: saturate(1.25); }
.journey-card.wide { grid-column: span 2; }
.journey-card span { position: absolute; top: 1rem; right: 1rem; color: var(--acid); font-size: .6rem; }
.journey-card h3 { margin: 0; font-family: var(--display); font-size: 2.1rem; text-transform: uppercase; line-height: 1; }
.journey-card p { margin: .2rem 0 0; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.visual-goa { --visual: radial-gradient(circle at 65% 35%, #fb7567 0 2%, rgba(226,74,130,.35) 3% 14%, transparent 30%), repeating-radial-gradient(ellipse at 50% 110%, #191021 0 12%, #372049 13% 14%, #0c0a11 15% 24%); }
.visual-samui { --visual: radial-gradient(circle at 45% 30%, rgba(62,230,210,.45), transparent 18%), linear-gradient(155deg, #143a43, #17101f 70%); }
.visual-canary { --visual: linear-gradient(165deg, rgba(61,56,113,.3), transparent 50%), conic-gradient(from 210deg at 50% 80%, #090912, #372958, #111523, #090912); }
.visual-thai { --visual: repeating-linear-gradient(125deg, transparent 0 22px, rgba(186,255,41,.06) 23px 24px), radial-gradient(circle at 70% 20%, #284d46, #15101e 55%); }
.visual-decks { --visual: radial-gradient(ellipse at 35% 60%, rgba(179,52,255,.4), transparent 15%), radial-gradient(ellipse at 70% 55%, rgba(32,217,255,.3), transparent 12%), #100b1c; }
.visual-road { --visual: linear-gradient(90deg, transparent 48%, rgba(186,255,41,.32) 49% 50%, transparent 51%), linear-gradient(145deg, #11111c, #221338 55%, #0e0d18); }

.booking { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); overflow: hidden; background: linear-gradient(140deg, #110c20, #070611 70%); }
.booking-glow { position: absolute; width: 32rem; height: 32rem; border-radius: 50%; left: -15rem; bottom: -15rem; background: rgba(111,45,221,.17); filter: blur(30px); }
.booking-copy { position: relative; z-index: 1; }
.booking-copy .lead { font-size: 1.25rem; color: #d0cad8; }
.booking-links { margin-top: 3rem; border-top: 1px solid var(--line); }
.booking-links a { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: .7rem; letter-spacing: .1em; }
.booking-links a span { color: var(--muted); }
.booking-form { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2rem; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full, .booking-form .full { grid-column: 1 / -1; }
label { color: #aaa4b5; font-size: .6rem; text-transform: uppercase; letter-spacing: .13em; }
input, textarea {
  width: 100%; border: 0; border-bottom: 1px solid #3d3748;
  background: transparent; color: var(--white); caret-color: var(--acid);
  padding: .65rem 0; border-radius: 0; outline: 0; color-scheme: dark;
}
input:focus, textarea:focus { border-color: var(--acid); }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--white);
  -webkit-box-shadow: 0 0 0 1000px #0d0b18 inset;
  box-shadow: 0 0 0 1000px #0d0b18 inset;
  transition: background-color 9999s ease-out;
}
textarea { resize: vertical; }
.booking-form button { margin-top: 1rem; border: 0; cursor: pointer; }
.booking-form button:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--acid); font-size: .8rem; }
.form-status.error { color: #ff7c9d; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-wrap { min-height: 4.5rem; padding-top: .5rem; }
.turnstile-wrap p { margin: .4rem 0 0; color: #777181; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }

.bio { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5rem; background: #0b0914; }
.bio-copy > p { margin-top: 0; font-size: clamp(1.2rem, 2vw, 1.7rem); color: #d0cad8; }
blockquote { margin: 3rem 0 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 2px solid var(--acid); color: var(--white); font-family: var(--display); text-transform: uppercase; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.15; }

.connect { min-height: 38rem; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; background: #080710; }
.connect-content { position: relative; z-index: 2; max-width: 47rem; }
.connect-content p:not(.eyebrow) { color: var(--muted); }
.connect-art { position: absolute; width: 58vw; aspect-ratio: 1; right: -16vw; top: -15%; border: 1px solid rgba(162,89,255,.2); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 2.4rem, rgba(116,52,220,.09) 2.5rem 2.55rem); animation: spin 60s linear infinite; }
.connect-art span { position: absolute; inset: 25%; border: 1px solid rgba(32,217,255,.2); transform: rotate(45deg); }
.platforms { position: relative; z-index: 2; display: grid; gap: .5rem; }
.platforms > * { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.platforms span { color: #777181; }.platforms a { color: var(--white); }.platforms small { color: var(--acid); }

footer { padding: 3rem var(--pad) 1.5rem; background: #05050a; border-top: 1px solid var(--line); text-align: center; }
.footer-brand { justify-content: center; font-size: 1.2rem; }
footer > p { color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.5rem; margin: 2rem 0; color: #827d8a; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a:hover { color: var(--acid); }
.copyright { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.07); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 50% { transform: translateY(-1rem) rotate(2deg); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(1.3rem); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .social-mini { display: block; }
  .hero { min-height: 52rem; align-items: flex-end; padding-bottom: 9rem; }
  .hero-art { inset: 0 0 20% 20%; opacity: .8; }
  .hero-photo { right: -8%; width: min(43rem, 74vw); }
  .hero-foot p { display: none; }
  .hero-foot { justify-content: flex-end; }
  .scroll-cue { display: none; }
  .story, .booking, .bio, .connect { grid-template-columns: 1fr; }
  .story-visual { min-height: 30rem; }
  .section-head { display: block; }
  .section-head > p { margin-top: 2rem; }
  .card-grid { grid-template-columns: 1fr; }
  .card-art { height: 28rem; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .connect { gap: 3rem; }
}

@media (max-width: 600px) {
  :root { --pad: 1.15rem; }
  .site-header { padding-top: 1rem; padding-bottom: 1rem; }
  .social-mini span { display: none; }
  .header-tools { gap: .55rem; }
  .language-switcher { padding-left: .45rem; }
  .hero { min-height: 46rem; padding-top: 7rem; padding-bottom: 7rem; }
  .hero-art { inset: 0; opacity: .78; }
  .hero-photo {
    width: min(82vw, 22rem); height: auto; aspect-ratio: 1;
    right: -13vw; top: 5.2rem; bottom: auto;
    border-radius: 50% 0 42% 48%;
    mask-image: linear-gradient(to bottom, #000 0 73%, transparent 100%);
  }
  .hero-photo img { object-position: 50% 42%; filter: contrast(1.08) saturate(.82) brightness(.72); }
  .hero-photo::before {
    background:
      linear-gradient(90deg, rgba(7,6,17,.88), transparent 55%),
      linear-gradient(to top, rgba(7,6,17,.92), transparent 52%);
  }
  h1 { font-size: clamp(4.5rem, 23vw, 7rem); }
  h2 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .hero-kicker { font-size: .9rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 45%; }
  .hero-actions .button-primary { flex-basis: 100%; }
  .hero-foot { bottom: 1rem; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 24rem; }
  .story-quote { font-size: 1.7rem; }
  .sound-intro { margin: 2rem 0; }
  .frequency { height: 8rem; }
  .card-art { height: 21rem; }
  .journey-grid { grid-template-columns: 1fr; grid-auto-rows: 17rem; }
  .journey-card.wide { grid-column: auto; }
  .live-shot {
    width: calc(100% - 2rem); aspect-ratio: 4 / 3;
    min-height: 0; margin: 2.5rem auto;
  }
  .live-shot img { object-position: 51% center; }
  .live-shot figcaption { display: block; }
  .live-shot figcaption strong { display: block; margin-top: .55rem; font-size: 2.7rem; }
  .booking-form { grid-template-columns: 1fr; padding: 1.2rem; }
  .field { grid-column: 1 / -1; }
  .bio { gap: 2rem; }
  .connect { min-height: 45rem; }
  .platforms { margin-top: 1rem; }
}

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