:root {
  --ink: #e2ebe6;
  --paper: #081410;
  --cream: #e2ebe6;
  --elevated: #0f1f17;
  --surface: #152a1f;
  --line: #1e4d32;
  --muted: #5a7a66;
  --accent: #4caf6a;
  --accent-3: #9fd4a8;
  --glow: rgba(76, 175, 106, .4);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.hypno-field { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 50% 45%, #10271a 0%, var(--paper) 55%, #06100c 100%); }
.hypno-field::before, .hypno-field::after { content: ""; position: absolute; left: 50%; top: 48%; width: max(118vw, 1040px); aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); }
.hypno-field::before { background: repeating-radial-gradient(circle, rgba(159, 212, 168, .12) 0 1px, transparent 1px 42px); opacity: .72; animation: hypno-breathe 17s ease-in-out infinite; }
.hypno-field::after { width: max(132vw, 1160px); background: repeating-conic-gradient(from 7deg, rgba(76, 175, 106, .1) 0deg 1deg, transparent 1deg 30deg); opacity: .32; animation: hypno-orbit 42s linear infinite; }
.event-signal { background: linear-gradient(118deg, #06100c 0%, #0d2619 48%, #081410 100%); }
.event-signal::before { width: 170vw; height: 65vh; min-height: 520px; aspect-ratio: auto; top: 51%; border-radius: 28% 72% 35% 65%; background: repeating-linear-gradient(171deg, transparent 0 24px, rgba(159, 212, 168, .16) 25px 26px, transparent 27px 51px), repeating-linear-gradient(9deg, transparent 0 55px, rgba(76, 175, 106, .08) 56px 57px, transparent 58px 88px); opacity: .6; animation: event-signal-flow 16s ease-in-out infinite alternate; }
.event-signal::after { width: 48vw; min-width: 520px; height: 120vh; aspect-ratio: auto; top: 48%; border-radius: 50%; background: linear-gradient(90deg, transparent 0%, rgba(76, 175, 106, .02) 24%, rgba(159, 212, 168, .2) 50%, rgba(76, 175, 106, .02) 76%, transparent 100%); filter: blur(15px); opacity: .5; animation: event-signal-sweep 13s ease-in-out infinite; }
.site-header, main { position: relative; z-index: 1; }

.site-header { height: 83px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.2vw; border-bottom: 1px solid var(--line); position: absolute; top: 0; left: 0; right: 0; z-index: 5; color: var(--cream); border-color: rgba(230,231,221,.26); }
.brand { display: inline-flex; align-items: center; width: fit-content; gap: 10px; font-size: 13px; letter-spacing: .02em; font-weight: 700; }
.brand img { width: 25px; height: 25px; object-fit: contain; filter: invert(1); }
.site-nav { display: flex; gap: 27px; align-items: center; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .04em; }
.site-nav a { padding: 7px 0; position: relative; color: var(--muted); transition: color .22s; }
.site-nav a::after { content: ""; position: absolute; height: 1px; background: var(--accent); width: 0; left: 0; bottom: 0; transition: width .22s; box-shadow: 0 0 8px var(--glow); }
.site-nav a:hover, .site-nav a.is-active { color: var(--cream); }
.site-nav a:hover::after, .site-nav a.is-active::after { width: 100%; }
.header-instagram { justify-self: end; font: 10px var(--mono); text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { min-height: 730px; height: 100vh; position: relative; color: var(--cream); display: flex; flex-direction: column; justify-content: space-between; padding: 111px 4.2vw 29px; overflow: hidden; background: transparent; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 54%, #152a1f 0%, #0f1f17 38%, #081410 72%); opacity: .72; }
.hero-topline, .hero-foot { z-index: 1; display: flex; justify-content: space-between; font: 10px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.hero-main { position: relative; z-index: 1; text-align: center; display: grid; place-items: center; }
.section-label { margin: 0; font: 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.hero-logo { width: clamp(190px, 23vw, 330px); height: clamp(190px, 23vw, 330px); object-fit: contain; filter: invert(1); opacity: .86; margin: 19px 0 1px; }
.hero h1 { margin: 0; font: 500 clamp(55px, 8.1vw, 132px)/.82 var(--serif); letter-spacing: -.08em; }
.hero h1 i, h2 i { font-weight: 500; }
.hero-intro { margin: 28px 0 0; font-size: 13px; line-height: 1.55; color: var(--muted); }
.hero-foot { align-items: end; }
.line-link { display: inline-flex; gap: 26px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 8px; width: fit-content; font: 10px var(--mono); letter-spacing: .03em; text-transform: uppercase; transition: opacity .2s; }
.line-link:hover { opacity: .55; }
.line-link span { font: 18px/10px var(--sans); }
.record-mark { width: 95px; height: 95px; border: 1px solid var(--accent-3); border-radius: 50%; position: absolute; right: 2.6vw; bottom: 54px; display: grid; place-items: center; animation: spin 24s linear infinite; }
.record-mark span { position: absolute; inset: 7px; overflow: hidden; border-radius: 50%; font: 8px/2.65 var(--mono); letter-spacing: 1.1px; text-align: center; padding: 9px 4px 0; word-spacing: 31px; }
.record-mark b { font: 37px/.8 var(--serif); font-style: italic; transform: rotate(-13deg); }
.hero-index { color: var(--muted); }

.intro-band { min-height: 124px; border-block: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 4.2vw; }
.intro-band p { margin: 0; font: 500 25px/1 var(--sans); letter-spacing: -.045em; }
.intro-band p:first-child { font-family: var(--serif); }
.intro-band em { color: var(--accent); }
.intro-band p:last-child { font: 9px var(--mono); letter-spacing: .08em; }

.layout-section { padding: 136px 8.5vw; }
.section-head { display: flex; justify-content: space-between; align-items: start; }
.section-description { margin: 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
.headline-block { margin: 50px 0 66px; display: flex; justify-content: space-between; align-items: end; }
h2 { margin: 0; font: 500 clamp(61px, 8vw, 125px)/.76 var(--serif); letter-spacing: -.085em; }
.headline-block > span { font: 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }

.event-list { border-top: 1px solid var(--line); }
.event-row { min-height: 123px; display: grid; grid-template-columns: 93px 1fr 150px 32px; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); transition: background .25s, padding .25s; }
.event-row:hover { background: var(--elevated); padding-inline: 19px; }
.event-date { font: 31px/.7 var(--serif); letter-spacing: -.07em; }
.event-date i { font: 9px var(--mono); letter-spacing: .03em; font-style: normal; }
.event-name { font: 500 clamp(22px, 2.8vw, 39px)/.95 var(--serif); letter-spacing: -.055em; }
.event-name small { display: block; margin-top: 8px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.event-location { font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.event-location small { display: block; margin-top: 6px; color: var(--accent-3); font: inherit; }
.map-link { display: inline-block; width: fit-content; margin-top: 8px; color: var(--accent-3); text-decoration: underline; text-underline-offset: 4px; }
.event-location .map-link small { transition: color .2s; }
.map-link:hover { color: var(--accent); }
.event-arrow { font-size: 25px; justify-self: end; transition: transform .22s; }
.event-row:hover .event-arrow { transform: rotate(45deg); }
.all-events { margin: 36px 0 0 auto; }

.statement { position: relative; min-height: 710px; overflow: hidden; padding: 115px 8.5vw 37px; color: var(--cream); background: var(--elevated); isolation: isolate; }
.statement::before { content: ""; position: absolute; width: 85vw; height: 85vw; max-width: 1050px; max-height: 1050px; right: -32vw; top: -45vw; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 68px var(--surface), inset 0 0 0 69px var(--line); z-index: -1; }
.statement-logo-wrap { position: absolute; right: 5vw; top: 47px; width: clamp(110px, 14vw, 215px); height: clamp(110px, 14vw, 215px); opacity: .12; }
.statement-logo-wrap img { width: 100%; filter: invert(1); }
.statement-copy { width: min(690px, 100%); margin: 102px auto 0; }
.statement h2 { font-size: clamp(64px, 8.8vw, 139px); }
.statement-copy p { width: 310px; max-width: 100%; margin: 47px 0 0 auto; font-size: 14px; line-height: 1.55; color: #b8c9bc; }
.statement-meta { display: flex; justify-content: space-between; margin-top: 61px; padding-top: 16px; border-top: 1px solid var(--line); font: 9px var(--mono); letter-spacing: .04em; }

.merch { background: var(--elevated); }
.merch-soon { min-height: 365px; display: grid; grid-template-columns: 120px 1.4fr 1fr auto; align-items: center; gap: 35px; padding: 42px; border: 1px solid var(--line); background: linear-gradient(125deg, rgba(21,42,31,.92), rgba(8,20,16,.88)); }
.merch-soon-mark { width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-3); font: italic 53px/.8 var(--serif); }
.merch-soon h3 { margin: 17px 0 0; font: 500 clamp(40px, 4.7vw, 72px)/.8 var(--serif); letter-spacing: -.07em; }
.merch-soon > p { margin: 0; color: #b8c9bc; font-size: 13px; line-height: 1.55; }
.product-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 32px; }
.product { min-width: 0; }
.product-object { height: 376px; position: relative; overflow: hidden; background: var(--surface); display: grid; place-items: center; transition: transform .3s; }
.product:hover .product-object { transform: translateY(-6px); }
.product > div:last-child { display: grid; grid-template-columns: 1fr auto; column-gap: 10px; margin-top: 15px; }
.product p { margin: 0 0 7px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.product h3 { margin: 0; font: 500 24px/.9 var(--serif); letter-spacing: -.05em; }
.product > div:last-child > span { grid-column: 2; grid-row: 1 / span 2; font: 10px var(--mono); }
.product-tshirt .product-object { background: #193628; }
.product-tshirt .product-object::before { content: ""; background: #191918; width: 49%; height: 70%; clip-path: polygon(24% 0, 40% 8%, 60% 8%, 76% 0, 100% 18%, 83% 38%, 77% 100%, 23% 100%, 17% 38%, 0 18%); box-shadow: 0 22px 25px rgba(0,0,0,.18); }
.product-tshirt .product-object span { position: absolute; color: var(--cream); font: 21px var(--sans); font-weight: 700; transform: rotate(-90deg); }
.product-tshirt .product-object b { position: absolute; color: var(--cream); font: 8px/1.1 var(--mono); text-align: center; }
.product-cap .product-object { background: #1b3b2a; }
.product-cap .product-object::before { content: ""; position: absolute; width: 52%; height: 31%; background: #171716; border-radius: 90% 90% 43% 36%; top: 35%; box-shadow: 48px 39px 0 -15px #171716; transform: rotate(-10deg); }
.product-cap .product-object span { position: relative; color: var(--cream); z-index: 1; top: -8px; font: 55px/.8 var(--serif); font-style: italic; transform: rotate(-14deg); }
.product-tote .product-object { background: #183426; }
.product-tote .product-object::before { content: ""; width: 46%; height: 58%; background: #d8e3d9; box-shadow: 0 20px 22px rgba(0,0,0,.14); }
.product-tote .product-object::after { content: ""; position: absolute; width: 26%; height: 17%; border: 9px solid #d8e3d9; border-bottom: 0; top: 13%; border-radius: 90% 90% 0 0; }
.product-tote .product-object span { position: absolute; font-size: 20px; font-weight: 700; transform: rotate(-90deg); }
.product-tote .product-object b { position: absolute; font: 8px/1.1 var(--mono); text-align: center; }

.contact { min-height: 605px; display: flex; flex-direction: column; padding: 82px 4.2vw 27px; color: var(--cream); background: var(--paper); }
.contact-top, .contact-footer { display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.contact-top a { border-bottom: 1px solid; padding-bottom: 5px; }
.contact-body { margin: auto 0; display: flex; justify-content: space-between; align-items: end; }
.contact h2 { font-size: clamp(74px, 12.5vw, 190px); }
.contact-body p { margin: 0 2vw 8px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-body p a { color: var(--cream); border-bottom: 1px solid; }
.contact-footer { padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); }
.legal-links { display: inline-flex; gap: 16px; }
.legal-links a { text-decoration: underline; text-underline-offset: 4px; }
.legal-links a:hover, .legal-links a.is-active { color: var(--accent-3); }

.contact-page, .legal-page { min-height: calc(100vh - 76px); background: rgba(8,20,16,.72); }
.page-hero { min-height: 425px; display: flex; flex-direction: column; justify-content: space-between; padding: 154px 8.5vw 53px; background: radial-gradient(ellipse at 72% 40%, rgba(76,175,106,.16), transparent 34%), rgba(8,20,16,.43); }
.page-hero > div { display: flex; justify-content: space-between; align-items: end; }
.page-hero h1 { margin: 0; font: 500 clamp(77px, 12vw, 180px)/.73 var(--serif); letter-spacing: -.09em; }
.page-hero h1 span { color: var(--accent); }
.page-hero > div > p { margin: 0 8vw 8px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-content { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(245px, .7fr); gap: 10vw; padding: 95px 8.5vw 110px; }
.contact-form { display: flex; flex-direction: column; gap: 24px; }
.contact-form > .section-label { margin-bottom: 18px; }
.form-group { display: flex; flex-direction: column; gap: 9px; }
.form-group label { color: var(--accent-3); font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea { width: 100%; appearance: none; border: 0; border-radius: 0; border-bottom: 1px solid var(--line); padding: 9px 0 13px; outline: 0; background: transparent; color: var(--cream); font: 16px var(--sans); transition: border-color .2s; }
.form-group select { cursor: pointer; }
.form-group option { color: #081410; }
.form-group textarea { resize: vertical; min-height: 115px; line-height: 1.5; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--accent); }
.form-submit { display: inline-flex; align-items: center; justify-content: space-between; width: fit-content; min-width: 210px; margin-top: 12px; padding: 14px 16px 14px 19px; border: 1px solid var(--accent); background: var(--accent); color: #07110c; cursor: pointer; font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.form-submit span { font-size: 19px; }
.form-submit:hover { transform: translate(-3px, -3px); background: transparent; color: var(--accent-3); }
.form-note { max-width: 435px; margin: -8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.contact-aside { align-self: start; padding: 29px; border-top: 1px solid var(--accent); border-bottom: 1px solid var(--line); background: rgba(21,42,31,.48); }
.contact-email { display: block; margin: 31px 0; overflow-wrap: anywhere; font: 500 clamp(24px, 2.9vw, 42px)/.95 var(--serif); letter-spacing: -.05em; }
.contact-aside > p:not(.section-label) { margin: 0 0 31px; color: #b8c9bc; font-size: 13px; line-height: 1.55; }

.legal-hero { min-height: 370px; }
.legal-document { width: min(850px, calc(100% - 40px)); margin: 0 auto; padding: 86px 0 104px; }
.legal-alert { margin-bottom: 74px; padding: 21px 23px; border-left: 2px solid var(--accent); background: rgba(76,175,106,.09); }
.legal-alert strong { color: var(--accent-3); font-size: 14px; }
.legal-alert p { margin: 8px 0 0; color: #b8c9bc; font-size: 12px; line-height: 1.55; }
.legal-document section { padding: 0 0 38px; margin: 0 0 35px; border-bottom: 1px solid var(--line); }
.legal-document h2 { margin: 0 0 18px; font: 500 clamp(30px, 3.2vw, 45px)/.9 var(--serif); letter-spacing: -.05em; }
.legal-document p { max-width: 670px; margin: 0; color: #c4d1c6; font-size: 14px; line-height: 1.65; }
.legal-document strong { color: var(--cream); }
.legal-document a { color: var(--accent-3); text-decoration: underline; text-underline-offset: 4px; }
.legal-updated { color: var(--muted) !important; font: 9px var(--mono) !important; letter-spacing: .05em; text-transform: uppercase; }
.site-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4.2vw; border-top: 1px solid var(--line); color: var(--muted); background: var(--paper); font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.site-footer > a { color: var(--cream); }

.merch-page { background: rgba(8,20,16,.72); }
.merch-hero { background: radial-gradient(ellipse at 75% 40%, rgba(76,175,106,.13), transparent 32%), rgba(8,20,16,.44); }
.merch-stage { min-height: 560px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 84px 20px; text-align: center; background: linear-gradient(135deg, rgba(21,42,31,.96), rgba(8,20,16,.93)); }
.merch-stage::before { content: ""; position: absolute; width: min(54vw, 660px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 34px rgba(76,175,106,.04), inset 0 0 0 35px rgba(159,212,168,.14); animation: merch-pulse 14s ease-in-out infinite; }
.merch-stage > * { position: relative; z-index: 1; }
.merch-stage-mark { width: 77px; height: 77px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-3); font: italic 43px/.8 var(--serif); }
.merch-stage h2 { margin: 22px 0 0; font-size: clamp(73px, 10vw, 150px); }
.merch-stage-copy { max-width: 345px; margin: 31px 0; color: #b8c9bc; font-size: 13px; line-height: 1.55; }
.merch-stage .line-link { color: var(--accent-3); }
.merch-notice { display: flex; justify-content: space-between; gap: 25px; padding: 20px 4.2vw; border-block: 1px solid var(--line); color: var(--muted); font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.events-page { color: var(--ink); }
.events-hero { min-height: 530px; padding: 162px 8.5vw 48px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: radial-gradient(ellipse at 72% 45%, rgba(76,175,106,.15), transparent 36%), rgba(8,20,16,.68); }
.events-hero::after { content: ""; position: absolute; width: min(51vw, 650px); aspect-ratio: 1; right: -16vw; top: 8vh; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 44px rgba(21,42,31,.5), inset 0 0 0 45px rgba(76,175,106,.22); opacity: .7; }
.events-hero > * { position: relative; z-index: 1; }
.events-hero-title { display: flex; justify-content: space-between; align-items: end; }
.events-hero h1 { margin: 0; font: 500 clamp(77px, 12vw, 180px)/.73 var(--serif); letter-spacing: -.09em; }
.events-hero-title p { margin: 0 12vw 7px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.events-hero-foot { display: flex; justify-content: space-between; align-items: end; color: var(--muted); font: 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }

.event-focus { padding: 112px 8.5vw 122px; background: rgba(8,20,16,.76); }
.event-focus-card { min-height: 410px; display: grid; grid-template-columns: .65fr 1.35fr 1fr; gap: 40px; align-items: stretch; margin-top: 46px; padding: 36px; border: 1px solid var(--line); background: linear-gradient(128deg, rgba(21,42,31,.96), rgba(8,20,16,.91)); }
.focus-date { display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); padding-right: 24px; }
.focus-date b { font: 500 clamp(120px, 14vw, 210px)/.65 var(--serif); letter-spacing: -.11em; color: var(--accent-3); }
.focus-date span { font: 10px/1.3 var(--mono); letter-spacing: .07em; color: var(--muted); }
.focus-title { display: flex; flex-direction: column; justify-content: center; }
.focus-title h2 { margin-top: 23px; font-size: clamp(57px, 7vw, 110px); }
.focus-details { display: flex; flex-direction: column; justify-content: end; gap: 28px; }
.focus-details > div { display: flex; flex-direction: column; gap: 7px; }
.focus-details span { color: var(--muted); font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.focus-details strong { font: 500 18px/1.15 var(--serif); letter-spacing: -.025em; }
.focus-details .map-link { margin-top: 4px; font: 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }

.event-next { min-height: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; padding: 94px 8.5vw; background: var(--elevated); }
.event-next h2 { margin-top: 38px; font-size: clamp(59px, 7vw, 110px); }
.announcement-card { min-height: 285px; position: relative; display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 32px; border: 1px solid var(--line); background: rgba(8,20,16,.5); overflow: hidden; }
.announcement-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -74px; bottom: -85px; border: 1px solid rgba(159,212,168,.38); border-radius: 50%; box-shadow: 0 0 0 22px rgba(76,175,106,.05), 0 0 0 43px rgba(76,175,106,.04); }
.announcement-index { position: absolute; top: 23px; right: 26px; color: var(--accent); font: 10px var(--mono); }
.announcement-card strong { margin-top: 22px; font: 500 clamp(24px, 2.7vw, 40px)/.94 var(--serif); letter-spacing: -.05em; }
.announcement-tba { margin-top: 26px; color: var(--muted); font: 10px var(--mono); letter-spacing: .11em; }

.events-contact { min-height: 370px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 26px; background: rgba(8,20,16,.78); }
.events-contact h2 { font-size: clamp(65px, 9vw, 137px); }
.events-contact .line-link { color: var(--accent-3); }
.events-copyright { position: absolute; right: 8.5vw; bottom: 25px; display: inline-flex; gap: 18px; color: var(--muted); font: 8px var(--mono); letter-spacing: .06em; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes hypno-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(.86) rotate(-4deg); opacity: .42; }
  50% { transform: translate(-50%, -50%) scale(1.13) rotate(5deg); opacity: .78; }
}
@keyframes hypno-orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes event-signal-flow {
  0% { transform: translate(-51%, -46%) rotate(-10deg) skewX(-7deg) scale(.94); }
  100% { transform: translate(-47%, -54%) rotate(8deg) skewX(6deg) scale(1.1); }
}
@keyframes event-signal-sweep {
  0%, 100% { transform: translate(-105%, -50%) rotate(-18deg); opacity: .12; }
  50% { transform: translate(5%, -50%) rotate(-18deg); opacity: .7; }
}
@keyframes merch-pulse {
  0%, 100% { transform: scale(.82) rotate(-4deg); opacity: .35; }
  50% { transform: scale(1.1) rotate(5deg); opacity: .8; }
}

@media (max-width: 760px) {
  .site-header { height: 66px; display: flex; justify-content: space-between; padding: 0 20px; }
  .header-instagram { display: none; }
  .menu-toggle { z-index: 3; display: grid; place-content: center; gap: 6px; width: 36px; height: 33px; padding: 0; border: 1px solid rgba(230,231,221,.7); background: transparent; color: var(--cream); }
  .menu-toggle i { display: block; width: 15px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle.is-open i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 112px 28px; background: var(--paper); flex-direction: column; gap: 24px; align-items: flex-start; transform: translateX(100%); transition: transform .3s; font: 500 36px var(--serif); letter-spacing: -.04em; }
  .site-nav.is-open { transform: translateX(0); }
  .hero { min-height: 680px; height: 100svh; padding: 87px 20px 21px; }
  .hero-topline { font-size: 8px; }
  .hero-logo { width: clamp(180px, 56vw, 260px); height: clamp(180px, 56vw, 260px); margin-top: 11px; }
  .hero h1 { font-size: clamp(54px, 15.7vw, 96px); }
  .hero-intro { margin-top: 20px; font-size: 12px; }
  .record-mark { width: 72px; height: 72px; right: 12px; bottom: 43px; }
  .record-mark span { font-size: 6px; padding-top: 7px; line-height: 2.5; word-spacing: 22px; }
  .record-mark b { font-size: 28px; }
  .line-link { gap: 12px; font-size: 8px; }
  .intro-band { min-height: 112px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 20px; }
  .intro-band p { font-size: 22px; }
  .layout-section { padding: 83px 20px; }
  .section-head { gap: 25px; }
  .section-description { font-size: 11px; }
  .headline-block { margin: 34px 0 43px; }
  h2 { font-size: clamp(59px, 18vw, 94px); }
  .event-row { min-height: 109px; grid-template-columns: 48px 1fr 20px; gap: 11px; }
  .event-row:hover { padding-inline: 8px; }
  .event-date { font-size: 25px; }
  .event-location { display: none; }
  .event-name { font-size: 26px; }
  .all-events { margin-top: 29px; }
  .statement { min-height: 610px; padding: 77px 20px 25px; }
  .statement::before { width: 120vw; height: 120vw; right: -55vw; top: -57vw; box-shadow: inset 0 0 0 45px var(--surface), inset 0 0 0 46px var(--line); }
  .statement-logo-wrap { right: 20px; top: 38px; }
  .statement-copy { margin-top: 81px; }
  .statement h2 { font-size: clamp(67px, 18.1vw, 99px); }
  .statement-copy p { margin: 36px 0 0 auto; width: 270px; font-size: 12px; }
  .statement-meta { margin-top: 53px; font-size: 7px; }
  .product-grid { grid-template-columns: 1fr; gap: 34px; }
  .merch-soon { min-height: 430px; grid-template-columns: 1fr; align-items: start; gap: 28px; padding: 31px; }
  .merch-soon-mark { width: 70px; height: 70px; font-size: 40px; }
  .merch-soon h3 { font-size: clamp(49px, 15vw, 75px); }
  .product-object { height: 355px; }
  .contact { min-height: 550px; padding: 68px 20px 20px; }
  .contact-body { display: block; margin: auto 0; }
  .contact h2 { font-size: clamp(79px, 22vw, 130px); }
  .contact-body p { margin: 29px 0 0; font-size: 12px; }
  .contact-footer { gap: 10px; flex-wrap: wrap; font-size: 7px; }
  .contact-footer .legal-links { order: 4; width: 100%; }
  .page-hero { min-height: 392px; padding: 111px 20px 31px; }
  .page-hero > div { display: block; }
  .page-hero h1 { font-size: clamp(74px, 24vw, 120px); }
  .page-hero > div > p { margin: 25px 0 0; font-size: 12px; }
  .contact-content { grid-template-columns: 1fr; gap: 61px; padding: 76px 20px 86px; }
  .contact-aside { padding: 25px; }
  .legal-document { padding: 66px 0 79px; }
  .legal-alert { margin-bottom: 55px; padding: 19px; }
  .legal-document section { padding-bottom: 31px; margin-bottom: 29px; }
  .legal-document p { font-size: 13px; }
  .site-footer { align-items: start; flex-direction: column; gap: 13px; padding: 20px; font-size: 8px; }
  .merch-stage { min-height: 510px; }
  .merch-stage::before { width: 100vw; }
  .merch-notice { align-items: start; flex-direction: column; padding: 18px 20px; gap: 9px; }
  .events-hero { min-height: 495px; padding: 112px 20px 27px; }
  .events-hero::after { width: 78vw; right: -31vw; top: 20vh; }
  .events-hero-title { display: block; }
  .events-hero h1 { font-size: clamp(74px, 24vw, 120px); }
  .events-hero-title p { margin: 25px 0 0; font-size: 12px; }
  .event-focus { padding: 77px 20px; }
  .event-focus-card { min-height: 610px; grid-template-columns: 1fr; gap: 35px; margin-top: 31px; padding: 27px; }
  .focus-date { min-height: 116px; flex-direction: row; align-items: end; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 20px; }
  .focus-date b { font-size: 136px; }
  .focus-title h2 { font-size: clamp(61px, 18vw, 95px); }
  .focus-details { gap: 24px; }
  .event-next { grid-template-columns: 1fr; gap: 53px; padding: 77px 20px; }
  .event-next h2 { font-size: clamp(61px, 18vw, 95px); }
  .announcement-card { min-height: 260px; }
  .events-contact { min-height: 320px; }
  .events-copyright { right: 20px; bottom: 17px; gap: 11px; flex-wrap: wrap; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .hypno-field::before, .hypno-field::after, .record-mark, .merch-stage::before { animation: none; }
}
