:root {
  --dock-height: 76px;
  --page: #f4efe5;
  --surface: #fffaf0;
  --ink: #1a2742;
  --muted: #6d6a62;
  --accent: #ef5b3f;
  --accent-2: #2464d8;
  --line: rgba(26, 39, 66, .18);
  --soft: #e5dccb;
  --display: "Bodoni Moda", serif;
  --body: "DM Sans", sans-serif;
  --radius: 0;
  --shadow: 12px 14px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: var(--body); transition: color .35s, background .35s; }
body::before { position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 3px; background: var(--accent); content: ""; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }

.style-dock { position: fixed; z-index: 100; top: 18px; left: 50%; display: flex; width: min(850px, calc(100% - 32px)); min-height: 58px; align-items: center; gap: 18px; padding: 8px 9px 8px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: white; background: rgba(12, 15, 22, .93); box-shadow: 0 16px 50px rgba(0,0,0,.25); font-family: "DM Sans", sans-serif; transform: translateX(-50%); backdrop-filter: blur(18px); }
.dock-intro { display: grid; min-width: 134px; line-height: 1.15; }
.dock-intro strong { font-size: 13px; }.dock-kicker { margin-bottom: 5px; color: #9299a7; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.theme-tabs { display: grid; flex: 1; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.theme-tab { display: flex; min-height: 42px; align-items: center; gap: 9px; padding: 0 12px; border: 0; border-radius: 9px; color: #b7bdc8; background: transparent; font-size: 11px; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.theme-tab:hover { color: white; background: rgba(255,255,255,.06); }.theme-tab.is-active { color: white; background: #2a2f39; }
.theme-tab span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }.theme-tab b { color: #7f8795; font-size: 8px; }
.swatch { width: 19px; height: 19px; flex: 0 0 19px; border: 2px solid rgba(255,255,255,.6); border-radius: 50%; }
.swatch-atelier { background: linear-gradient(135deg, #f4efe5 50%, #ef5b3f 50%); }.swatch-night { background: linear-gradient(135deg, #090c14 50%, #b8ff32 50%); }.swatch-pop { background: linear-gradient(135deg, #ffed42 50%, #f22879 50%); }
.dock-collapse { width: 35px; height: 35px; flex: 0 0 35px; border: 0; border-radius: 8px; color: #9da4b0; background: transparent; font-size: 20px; cursor: pointer; }.dock-collapse:hover { color: white; background: rgba(255,255,255,.07); }
.dock-open { display: none; border: 0; color: white; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.style-dock.is-collapsed { left: auto; right: 18px; width: auto; min-height: 42px; padding: 0 15px; transform: none; }.style-dock.is-collapsed > *:not(.dock-open) { display: none; }.style-dock.is-collapsed .dock-open { display: block; }

.site-shell { overflow: hidden; }
.site-header { display: flex; width: min(1260px, calc(100% - 64px)); height: 92px; align-items: center; justify-content: space-between; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 13px; }.brand-mark { position: relative; display: grid; width: 47px; height: 47px; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--ink); background: var(--surface); font: 700 12px/1 "Space Mono", monospace; transform: rotate(-3deg); }.brand-mark span { display: grid; place-items: center; }.brand-mark span:last-child { color: var(--surface); background: var(--accent); }
.brand-type { display: grid; line-height: 1; }.brand-type strong { font-family: var(--display); font-size: 19px; }.brand-type small { margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 33px; font-size: 13px; font-weight: 600; }.site-nav > a:not(.nav-cta):hover { color: var(--accent); }.nav-cta { display: inline-flex; min-height: 44px; align-items: center; gap: 18px; padding: 0 18px; color: var(--surface); background: var(--ink); }.nav-cta:hover span { transform: rotate(45deg); }.nav-cta span { transition: transform .2s; }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 700; }

.hero { position: relative; display: grid; width: min(1260px, calc(100% - 64px)); min-height: 720px; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 5vw; margin: auto; padding: 75px 0 90px; }
.hero-copy { position: relative; z-index: 2; }.style-number { display: none; }.eyebrow { margin-bottom: 22px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin-bottom: 28px; font-size: clamp(58px, 7vw, 104px); font-weight: 700; letter-spacing: -.075em; line-height: .88; }.hero h1 em, .section-head h2 em, .how h2 em, .enquire h2 em { color: var(--accent); font-weight: 500; }
.hero-lede { max-width: 555px; margin-bottom: 35px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }.primary-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 30px; padding: 0 22px; border: 1px solid var(--ink); color: var(--surface); background: var(--ink); box-shadow: 5px 5px 0 var(--accent); font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s; }.primary-button:hover { box-shadow: 2px 2px 0 var(--accent); transform: translate(3px, 3px); }.secondary-link { padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.hero-art { position: relative; min-height: 500px; }.art-card { position: absolute; z-index: 2; width: min(450px, 83%); padding: 12px; border: 1px solid var(--ink); background: var(--surface); box-shadow: var(--shadow); transform: rotate(3deg); }.art-card-main { top: 24px; right: 30px; }.art-sky { position: relative; height: 315px; overflow: hidden; background: linear-gradient(#9dc5dd 0 54%, #d3a663 54%); }.art-moon { position: absolute; top: 35px; right: 42px; width: 63px; height: 63px; border-radius: 50%; background: #ffd64b; }.art-mountain { position: absolute; bottom: -15px; width: 330px; height: 190px; background: #21496e; clip-path: polygon(45% 0, 100% 100%, 0 100%); }.art-mountain.one { left: -75px; }.art-mountain.two { right: -110px; bottom: -30px; background: #396b68; transform: scale(1.2); }.art-caption { display: flex; justify-content: space-between; padding: 19px 6px 8px; }.art-caption span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.art-caption b { font-family: var(--display); font-size: 22px; line-height: .95; text-align: right; }
.art-ticket { position: absolute; z-index: 4; bottom: 65px; left: 5px; display: grid; width: 285px; padding: 19px 23px; border: 1px solid var(--ink); background: #f7d36d; box-shadow: 7px 8px 0 var(--accent-2); transform: rotate(-7deg); }.art-ticket::after { position: absolute; right: 53px; top: 0; height: 100%; border-left: 1px dashed var(--ink); content: ""; }.art-ticket small { font: 700 8px/1 "Space Mono", monospace; letter-spacing: .1em; }.art-ticket b { margin: 13px 0; font: 700 24px/1 "Space Mono", monospace; }.art-ticket b span { color: var(--accent); }.art-ticket em { font: 700 7px/1 "Space Mono", monospace; letter-spacing: .08em; }.art-stamp { position: absolute; z-index: 5; right: 0; bottom: 23px; display: grid; width: 93px; height: 93px; place-items: center; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font: 700 28px/.8 "Space Mono", monospace; text-align: center; transform: rotate(12deg); }.art-stamp small { font-size: 7px; }.art-route { position: absolute; top: 5px; left: -10px; color: var(--accent); font: 700 15px/1 "Space Mono", monospace; letter-spacing: .2em; transform: rotate(15deg); }.art-sun { display: none; }
.hero-proof { position: absolute; bottom: 35px; left: 0; display: flex; gap: 35px; }.hero-proof div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 3px 9px; }.hero-proof strong { grid-row: 1 / 3; font-family: var(--display); font-size: 27px; }.hero-proof span { max-width: 80px; color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }

.section-pad { padding: 125px max(32px, calc((100vw - 1260px)/2)); }.section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; margin-bottom: 55px; }.section-head .eyebrow { grid-column: 1 / -1; }.section-head h2, .how h2, .enquire h2 { margin: 0; font-size: clamp(49px, 6vw, 82px); letter-spacing: -.06em; line-height: .9; }.section-head > p:last-child { max-width: 400px; justify-self: end; margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.places { color: var(--ink); background: var(--soft); }.place-grid { display: grid; grid-template-columns: 1.14fr 1fr 1fr; gap: 18px; }.place-card { position: relative; min-width: 0; min-height: 485px; padding: 18px; border: 1px solid var(--ink); background: var(--surface); transition: transform .25s, box-shadow .25s; }.place-card:hover, .place-card:focus { z-index: 2; outline: none; box-shadow: 9px 10px 0 var(--ink); transform: translateY(-8px) rotate(-1deg); }.card-index { position: absolute; z-index: 3; top: 29px; left: 29px; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: var(--surface); background: var(--ink); font: 700 10px/1 "Space Mono", monospace; }.card-tag { position: absolute; z-index: 3; top: 30px; right: 29px; padding: 8px 10px; background: var(--surface); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.place-art { position: relative; height: 300px; overflow: hidden; background: #91bcd0; }.place-art::before, .place-art::after, .place-art span, .place-art i { position: absolute; content: ""; }.place-art::before { right: -10%; bottom: -20%; width: 85%; height: 84%; border-radius: 50% 0 0; background: #34635b; }.place-art::after { bottom: -30px; left: -20%; width: 80%; height: 67%; background: #214e58; clip-path: polygon(45% 0, 100% 100%, 0 100%); }.place-art span { top: 45px; right: 48px; width: 65px; height: 65px; border-radius: 50%; background: #f7d469; }.place-warm .place-art { background: #ef9665; }.place-warm .place-art::before { background: #38785d; border-radius: 50% 50% 0 0; }.place-warm .place-art::after { width: 120%; height: 20%; background: #ddc181; clip-path: none; transform: rotate(-4deg); }.place-bold .place-art { background: #7eb8da; }.place-bold .place-art::before { right: -5%; bottom: -35%; width: 110%; height: 70%; border-radius: 50% 50% 0 0; background: #d6a15d; }.place-bold .place-art::after { bottom: 0; left: 38%; width: 17%; height: 68%; background: #2f5572; clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%); }.place-copy { padding: 22px 5px 4px; }.place-copy h3 { margin-bottom: 6px; font-size: 38px; letter-spacing: -.04em; }.place-copy p { margin-bottom: 17px; color: var(--muted); font-size: 12px; }.place-copy b { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.how { display: grid; grid-template-columns: .88fr 1.12fr; gap: 9vw; background: var(--page); }.how-title > p:last-child { max-width: 440px; margin-top: 30px; color: var(--muted); line-height: 1.8; }.steps { margin: 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 55px 1fr auto; align-items: start; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }.steps li > span { font: 700 11px/1 "Space Mono", monospace; }.steps h3 { margin-bottom: 9px; font-size: 24px; }.steps p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.steps li > b { color: var(--accent); }
.manifesto { padding: 120px max(32px, calc((100vw - 1050px)/2)); text-align: center; color: var(--surface); background: var(--ink); }.manifesto blockquote { margin: 0 auto 42px; font-family: var(--display); font-size: clamp(39px, 5.5vw, 70px); letter-spacing: -.055em; line-height: 1.05; }.manifesto-sign { display: flex; justify-content: center; gap: 30px; color: rgba(255,255,255,.6); font-size: 11px; }.manifesto-sign b { color: var(--accent); }
.enquire { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; color: var(--surface); background: var(--accent-2); }.enquire .eyebrow { color: #f7d469; }.enquire h2 em { color: #f7d469; }.enquire-copy > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 45px; color: rgba(255,255,255,.72); line-height: 1.8; }.contact-note { display: grid; padding-left: 15px; border-left: 3px solid #f7d469; }.contact-note span, .contact-note small { color: rgba(255,255,255,.6); font-size: 10px; }.contact-note b { margin: 4px 0; }
.enquiry-form { display: grid; gap: 17px; padding: 33px; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); box-shadow: 10px 10px 0 rgba(13,27,51,.35); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.enquiry-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: none; color: white; background: rgba(255,255,255,.09); font-size: 13px; text-transform: none; }.enquiry-form input, .enquiry-form select { height: 49px; padding: 0 13px; }.enquiry-form textarea { padding: 13px; resize: vertical; }.enquiry-form input::placeholder, .enquiry-form textarea::placeholder { color: rgba(255,255,255,.45); }.enquiry-form option { color: #14203c; }.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: #f7d469; box-shadow: 0 0 0 2px #f7d469; }.form-button { justify-self: start; border-color: #f7d469; color: var(--ink); background: #f7d469; box-shadow: 5px 5px 0 var(--ink); }.form-note { color: rgba(255,255,255,.5); }.form-success { align-self: center; padding: 50px; border: 1px solid rgba(255,255,255,.4); text-align: center; background: rgba(255,255,255,.08); }.form-success > span { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: var(--accent-2); background: #f7d469; font-size: 27px; }.form-success h3 { font-size: 34px; }.form-success p { color: rgba(255,255,255,.7); }
.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; align-items: center; gap: 35px; padding: 50px max(32px, calc((100vw - 1260px)/2)); border-top: 1px solid var(--line); background: var(--page); }.site-footer > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.footer-links { display: flex; gap: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; }.site-footer > small { color: var(--muted); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }

/* Direction 02 — Midnight Club */
body[data-theme="night"] { --page: #070a11; --surface: #0d121d; --ink: #f1f5ff; --muted: #8e98aa; --accent: #b8ff32; --accent-2: #6836ff; --line: rgba(184,255,50,.2); --soft: #0b1019; --display: "Archivo Black", sans-serif; --body: "Space Mono", monospace; --shadow: 0 0 0 1px #b8ff32, 0 22px 60px rgba(104,54,255,.25); }
body[data-theme="night"]::after { position: fixed; z-index: -1; inset: 0; background-image: linear-gradient(rgba(184,255,50,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(184,255,50,.025) 1px, transparent 1px); background-size: 42px 42px; content: ""; }
body[data-theme="night"] .site-shell { background: radial-gradient(circle at 73% 15%, rgba(104,54,255,.18), transparent 28%), var(--page); }
body[data-theme="night"] .brand-mark { border-radius: 50%; color: #070a11; background: var(--accent); transform: none; }body[data-theme="night"] .brand-mark span:last-child { color: #070a11; background: transparent; }
body[data-theme="night"] .nav-cta, body[data-theme="night"] .primary-button { border: 1px solid var(--accent); border-radius: 999px; color: #070a11; background: var(--accent); box-shadow: 0 0 28px rgba(184,255,50,.22); text-transform: uppercase; }
body[data-theme="night"] .hero { min-height: 760px; grid-template-columns: 1.12fr .88fr; }.style-number { position: absolute; top: -28px; right: 0; display: block; color: rgba(184,255,50,.12); font: 700 14px/1 var(--body); letter-spacing: .1em; text-transform: uppercase; }.style-number span { display: block; font: 400 160px/.8 var(--display); letter-spacing: -.1em; }
body[data-theme="night"] .hero h1 { font-size: clamp(56px, 6.7vw, 98px); letter-spacing: -.04em; line-height: .91; text-transform: uppercase; }body[data-theme="night"] .hero h1 em { color: var(--accent); font-style: normal; -webkit-text-stroke: 1px var(--accent); }
body[data-theme="night"] .secondary-link { border-color: var(--accent); color: var(--accent); text-transform: uppercase; }
body[data-theme="night"] .hero-art { min-height: 520px; }.art-sun { display: block; position: absolute; z-index: 1; top: 30px; right: 20px; width: 390px; height: 390px; border: 1px solid var(--accent); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 18px, rgba(184,255,50,.055) 19px 20px); box-shadow: inset 0 0 80px rgba(104,54,255,.25), 0 0 80px rgba(104,54,255,.18); }.art-sun::before, .art-sun::after { position: absolute; top: 50%; left: -14%; width: 128%; border-top: 1px solid var(--accent); content: ""; }.art-sun::after { transform: rotate(90deg); }
body[data-theme="night"] .art-card { top: 94px; right: 60px; width: 330px; padding: 1px; border: 1px solid var(--accent); border-radius: 165px 165px 10px 10px; background: var(--accent); box-shadow: 0 0 45px rgba(184,255,50,.2); transform: none; }.art-sky { border-radius: inherit; }body[data-theme="night"] .art-sky { height: 330px; background: linear-gradient(#171734 0 53%, #6836ff 53%); }body[data-theme="night"] .art-moon { top: 72px; right: 95px; width: 108px; height: 108px; background: var(--accent); box-shadow: 0 0 35px rgba(184,255,50,.55); }body[data-theme="night"] .art-mountain { background: #0d121d; }body[data-theme="night"] .art-mountain.two { background: #202746; }body[data-theme="night"] .art-caption { position: absolute; bottom: 22px; left: 20px; width: calc(100% - 40px); padding: 13px; border: 1px solid rgba(184,255,50,.4); color: white; background: rgba(7,10,17,.72); backdrop-filter: blur(8px); }body[data-theme="night"] .art-caption span { color: var(--accent); }body[data-theme="night"] .art-caption b { font-size: 17px; text-transform: uppercase; }
body[data-theme="night"] .art-ticket { bottom: 33px; left: -23px; width: 260px; border: 1px solid var(--accent); border-radius: 8px; color: var(--accent); background: #0d121d; box-shadow: 8px 8px 0 var(--accent-2); transform: rotate(-4deg); }body[data-theme="night"] .art-ticket::after { border-color: var(--accent); }body[data-theme="night"] .art-stamp { right: 3px; bottom: 10px; border-color: var(--accent); color: var(--accent); }body[data-theme="night"] .art-route { top: 64px; left: 5px; }
body[data-theme="night"] .hero-proof { bottom: 18px; }body[data-theme="night"] .hero-proof strong { color: var(--accent); font-family: var(--body); }
body[data-theme="night"] .places { background: #0a0e17; }body[data-theme="night"] .section-head h2, body[data-theme="night"] .how h2, body[data-theme="night"] .enquire h2 { text-transform: uppercase; }body[data-theme="night"] .section-head h2 em, body[data-theme="night"] .how h2 em, body[data-theme="night"] .enquire h2 em { font-style: normal; -webkit-text-stroke: 1px var(--accent); color: transparent; }
body[data-theme="night"] .place-grid { grid-template-columns: repeat(3, 1fr); }body[data-theme="night"] .place-card { min-height: 505px; border-color: rgba(184,255,50,.4); border-radius: 18px; background: #0d121d; }body[data-theme="night"] .place-card:hover, body[data-theme="night"] .place-card:focus { border-color: var(--accent); box-shadow: 0 0 35px rgba(184,255,50,.15); transform: translateY(-8px); }body[data-theme="night"] .card-index { color: #070a11; background: var(--accent); }body[data-theme="night"] .card-tag { border: 1px solid var(--accent); border-radius: 999px; color: var(--accent); background: #0d121d; }body[data-theme="night"] .place-art { border-radius: 12px; filter: saturate(.75) contrast(1.15); }body[data-theme="night"] .place-copy h3 { text-transform: uppercase; }body[data-theme="night"] .place-copy b { color: var(--accent); }
body[data-theme="night"] .how { background: #070a11; }body[data-theme="night"] .steps li { padding: 34px 0; }body[data-theme="night"] .steps h3 { color: var(--accent); font-family: var(--body); font-size: 16px; text-transform: uppercase; }
body[data-theme="night"] .manifesto { border-top: 1px solid var(--accent); border-bottom: 1px solid var(--accent); color: var(--ink); background: var(--accent-2); }body[data-theme="night"] .manifesto blockquote { text-transform: uppercase; }body[data-theme="night"] .manifesto .eyebrow, body[data-theme="night"] .manifesto-sign b { color: var(--accent); }
body[data-theme="night"] .enquire { background: #0c111c; }body[data-theme="night"] .enquiry-form { border-color: var(--accent); border-radius: 18px; background: rgba(184,255,50,.025); box-shadow: 0 0 50px rgba(184,255,50,.06); }body[data-theme="night"] .enquiry-form input, body[data-theme="night"] .enquiry-form select, body[data-theme="night"] .enquiry-form textarea { border-color: #303949; border-radius: 8px; background: #080c13; }body[data-theme="night"] .form-button { color: #070a11; background: var(--accent); box-shadow: none; }

/* Direction 03 — Desi Pop */
body[data-theme="pop"] { --page: #fff6da; --surface: #fffdf4; --ink: #2d1446; --muted: #765d79; --accent: #f22879; --accent-2: #10a6a0; --line: rgba(45,20,70,.28); --soft: #ffed42; --display: "Archivo Black", sans-serif; --body: "Manrope", sans-serif; --shadow: 10px 10px 0 #2d1446; }
body[data-theme="pop"] .site-shell { background: radial-gradient(#f22879 1.2px, transparent 1.2px); background-size: 28px 28px; }.site-header { background: var(--page); }
body[data-theme="pop"] .brand-mark { border: 2px solid var(--ink); border-radius: 50% 50% 8px 50%; color: var(--ink); background: #ffed42; box-shadow: 4px 4px 0 var(--accent); transform: rotate(-8deg); }body[data-theme="pop"] .brand-mark span:last-child { color: var(--ink); background: transparent; }
body[data-theme="pop"] .nav-cta, body[data-theme="pop"] .primary-button { border: 2px solid var(--ink); border-radius: 14px 14px 3px 14px; color: white; background: var(--accent); box-shadow: 5px 5px 0 var(--ink); }
body[data-theme="pop"] .hero { min-height: 740px; padding-top: 90px; }.style-number { display: inline-flex; gap: 8px; margin-bottom: 15px; padding: 6px 10px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: #ffed42; font: 800 9px/1 var(--body); text-transform: uppercase; }.style-number span { font: inherit; }
body[data-theme="pop"] .hero h1 { font-size: clamp(58px, 7vw, 105px); letter-spacing: -.06em; line-height: .86; text-transform: uppercase; transform: rotate(-1deg); }body[data-theme="pop"] .hero h1 em { display: inline-block; padding: 2px 11px 8px; color: white; background: var(--accent-2); font-style: normal; transform: rotate(2deg); -webkit-text-stroke: 1px var(--ink); }
body[data-theme="pop"] .secondary-link { border-bottom: 3px solid var(--accent); }
body[data-theme="pop"] .hero-art { min-height: 520px; }.art-sun { display: block; position: absolute; top: 5px; right: 5px; width: 230px; height: 230px; border: 2px solid var(--ink); border-radius: 50%; background: repeating-conic-gradient(#ffed42 0 10deg, #ff7f57 10deg 20deg); }.art-card-main { top: 55px; right: 54px; width: 385px; padding: 10px; border: 2px solid var(--ink); border-radius: 52% 52% 8px 8px; box-shadow: 13px 13px 0 var(--accent-2); transform: rotate(3deg); }body[data-theme="pop"] .art-sky { height: 330px; border-radius: 50% 50% 3px 3px; background: linear-gradient(#faa5c5 0 54%, #ffed42 54%); }body[data-theme="pop"] .art-moon { background: #ffed42; border: 2px solid var(--ink); }body[data-theme="pop"] .art-mountain { background: var(--accent-2); }body[data-theme="pop"] .art-mountain.two { background: #f22879; }body[data-theme="pop"] .art-caption b { font-family: var(--display); font-size: 20px; text-transform: uppercase; }
body[data-theme="pop"] .art-ticket { bottom: 28px; left: -25px; width: 270px; border: 2px solid var(--ink); border-radius: 12px; background: #ffed42; box-shadow: 8px 8px 0 var(--ink); transform: rotate(-9deg); }body[data-theme="pop"] .art-stamp { right: -2px; bottom: 4px; border: 3px dashed var(--accent); color: var(--accent); background: var(--page); }body[data-theme="pop"] .art-route { top: 35px; left: -5px; padding: 7px; color: white; background: var(--accent); transform: rotate(-5deg); }
body[data-theme="pop"] .hero-proof { bottom: 20px; }body[data-theme="pop"] .hero-proof strong { color: var(--accent); font-family: var(--display); }
body[data-theme="pop"] .places { border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: #ffed42; }body[data-theme="pop"] .section-head h2, body[data-theme="pop"] .how h2, body[data-theme="pop"] .enquire h2 { text-transform: uppercase; }body[data-theme="pop"] .section-head h2 em, body[data-theme="pop"] .how h2 em, body[data-theme="pop"] .enquire h2 em { display: inline-block; color: white; background: var(--accent); font-style: normal; transform: rotate(-2deg); -webkit-text-stroke: 1px var(--ink); }
body[data-theme="pop"] .place-grid { grid-template-columns: 1fr 1.15fr 1fr; gap: 22px; }body[data-theme="pop"] .place-card { min-height: 500px; border: 2px solid var(--ink); border-radius: 30px 30px 8px 30px; box-shadow: 8px 8px 0 var(--ink); }body[data-theme="pop"] .place-card:nth-child(2) { transform: rotate(2deg); }body[data-theme="pop"] .place-card:hover, body[data-theme="pop"] .place-card:focus { box-shadow: 3px 3px 0 var(--ink); transform: translate(5px, 5px) rotate(-1deg); }body[data-theme="pop"] .card-index { border: 2px solid var(--ink); color: var(--ink); background: #ffed42; }body[data-theme="pop"] .card-tag { border: 2px solid var(--ink); border-radius: 999px; color: white; background: var(--accent); }body[data-theme="pop"] .place-art { border: 2px solid var(--ink); border-radius: 18px; }body[data-theme="pop"] .place-copy h3 { color: var(--accent); font-size: 40px; text-transform: uppercase; }body[data-theme="pop"] .place-copy b { color: var(--accent-2); }
body[data-theme="pop"] .how { background: #fff6da; }body[data-theme="pop"] .steps li { margin-bottom: 13px; padding: 22px; border: 2px solid var(--ink); border-radius: 16px; background: var(--surface); box-shadow: 5px 5px 0 var(--ink); }body[data-theme="pop"] .steps li > span { display: grid; width: 43px; height: 43px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; color: white; background: var(--accent-2); }body[data-theme="pop"] .steps h3 { font-family: var(--display); text-transform: uppercase; }
body[data-theme="pop"] .manifesto { border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); color: var(--ink); background: var(--accent); }body[data-theme="pop"] .manifesto blockquote { color: white; text-transform: uppercase; -webkit-text-stroke: 1px var(--ink); }body[data-theme="pop"] .manifesto .eyebrow { color: #ffed42; }body[data-theme="pop"] .manifesto-sign { color: #fff; }body[data-theme="pop"] .manifesto-sign b { color: #ffed42; }
body[data-theme="pop"] .enquire { color: var(--ink); background: var(--accent-2); }body[data-theme="pop"] .enquire .eyebrow { color: #ffed42; }body[data-theme="pop"] .enquire-copy > p:not(.eyebrow) { color: rgba(45,20,70,.75); }body[data-theme="pop"] .contact-note { border-color: #ffed42; }body[data-theme="pop"] .contact-note span, body[data-theme="pop"] .contact-note small { color: rgba(45,20,70,.65); }body[data-theme="pop"] .enquiry-form { border: 2px solid var(--ink); border-radius: 22px; color: var(--ink); background: #fff6da; box-shadow: 10px 10px 0 var(--ink); }body[data-theme="pop"] .enquiry-form input, body[data-theme="pop"] .enquiry-form select, body[data-theme="pop"] .enquiry-form textarea { border: 2px solid var(--ink); border-radius: 10px; color: var(--ink); background: white; }body[data-theme="pop"] .enquiry-form input::placeholder, body[data-theme="pop"] .enquiry-form textarea::placeholder { color: #9d899f; }body[data-theme="pop"] .form-note { color: var(--muted); }body[data-theme="pop"] .form-button { color: white; background: var(--accent); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 25px; }.hero h1 { font-size: clamp(53px, 8vw, 76px); }.art-card-main { right: 0; }.art-ticket { left: -10px; }.section-head { grid-template-columns: 1fr; gap: 20px; }.section-head > p:last-child { justify-self: start; }.place-grid, body[data-theme="night"] .place-grid, body[data-theme="pop"] .place-grid { grid-template-columns: repeat(3, 1fr); }.place-card { min-height: 440px; }.place-art { height: 250px; }.how { gap: 5vw; }.site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --dock-height: 105px; }.style-dock { top: 10px; width: calc(100% - 20px); align-items: flex-start; gap: 8px; padding: 8px; }.dock-intro { display: none; }.theme-tab { min-height: 48px; justify-content: center; padding: 0 7px; }.theme-tab span { display: grid; gap: 2px; white-space: normal; }.theme-tab b { display: none; }.dock-collapse { margin-top: 6px; }
  .site-shell { padding-top: 80px; }.site-header { position: relative; width: calc(100% - 32px); height: 78px; }.brand-type strong { font-size: 16px; }.menu-toggle { display: block; }.site-nav { position: absolute; z-index: 20; top: 68px; right: 0; display: none; width: 230px; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; border: 1px solid var(--line); color: var(--ink); background: var(--surface); box-shadow: 8px 8px 0 var(--accent); }.site-nav.is-open { display: flex; }.site-nav a { padding: 13px; }.site-nav .nav-cta { margin-top: 5px; }
  .hero, body[data-theme="night"] .hero { width: calc(100% - 32px); min-height: 0; grid-template-columns: 1fr; padding: 70px 0 100px; }.hero-art { min-height: 480px; }.hero-proof { position: relative; bottom: auto; margin-top: 20px; }.section-pad { padding: 85px 16px; }.section-head h2, .how h2, .enquire h2 { font-size: 53px; }.place-grid, body[data-theme="night"] .place-grid, body[data-theme="pop"] .place-grid { grid-template-columns: 1fr; }.place-card { min-height: 460px; }.place-art { height: 300px; }.how { grid-template-columns: 1fr; gap: 45px; }.manifesto { padding: 85px 20px; }.enquire { grid-template-columns: 1fr; gap: 50px; }.site-footer { grid-template-columns: 1fr; }
  body[data-theme="pop"] .place-card:nth-child(2) { transform: none; }
}

@media (max-width: 480px) {
  .theme-tab { font-size: 9px; }.swatch { width: 16px; height: 16px; flex-basis: 16px; }.hero h1, body[data-theme="night"] .hero h1, body[data-theme="pop"] .hero h1 { font-size: 50px; }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-art, body[data-theme="night"] .hero-art, body[data-theme="pop"] .hero-art { min-height: 410px; }.art-card-main, body[data-theme="night"] .art-card, body[data-theme="pop"] .art-card-main { top: 50px; right: 5px; width: 88%; }.art-sky, body[data-theme="night"] .art-sky, body[data-theme="pop"] .art-sky { height: 270px; }.art-ticket, body[data-theme="night"] .art-ticket, body[data-theme="pop"] .art-ticket { bottom: 5px; left: 0; width: 235px; }.art-stamp, body[data-theme="night"] .art-stamp, body[data-theme="pop"] .art-stamp { right: 0; bottom: -5px; width: 77px; height: 77px; }.art-sun, body[data-theme="night"] .art-sun, body[data-theme="pop"] .art-sun { right: 0; width: 290px; height: 290px; }.hero-proof { gap: 15px; }.hero-proof strong { font-size: 21px; }.section-head h2, .how h2, .enquire h2 { font-size: 44px; }.form-row { grid-template-columns: 1fr; }.enquiry-form { padding: 21px; }.manifesto-sign { align-items: center; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }* { transition-duration: .01ms !important; } }
