
:root {
  --bg: #0b090d;
  --bg-deep: #070609;
  --surface: #141117;
  --surface-2: #1b161e;
  --paper: #f4ede7;
  --text: #f8f1eb;
  --muted: #b8adb8;
  --ink: #171218;
  --line: rgba(255, 255, 255, .12);
  --line-dark: rgba(20, 14, 20, .14);
  --accent: #ff7b4d;
  --accent-2: #9b87ff;
  --accent-3: #67d5c5;
  --max: 1220px;
  --radius: 26px;
  --radius-sm: 17px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 10% 0%, rgba(155,135,255,.16), transparent 34rem), radial-gradient(circle at 92% 10%, rgba(255,123,77,.13), transparent 34rem), var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { position: fixed; inset: 0; pointer-events: none; opacity: .22; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E"); z-index: 999; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--accent-3); }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 1000; padding: 10px 14px; color: var(--ink); background: var(--paper); border-radius: 10px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(11,9,13,.82); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px; color: #110b0d; background: linear-gradient(135deg, var(--accent), var(--accent-2)); font-weight: 950; font-size: .78rem; letter-spacing: -.04em; box-shadow: 0 14px 35px rgba(255,123,77,.2); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: .92rem; letter-spacing: .13em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: .59rem; font-weight: 800; letter-spacing: .19em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 12px; border-radius: 12px; color: var(--muted); font-size: .9rem; font-weight: 760; transition: color .2s ease, background .2s ease, transform .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--text); background: rgba(255,255,255,.07); }
.site-nav .nav-cta { margin-left: 8px; color: #160e12; background: linear-gradient(135deg, var(--accent), #ffaf71); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: #160e12; background: linear-gradient(135deg, #ff9b70, var(--accent-3)); transform: translateY(-1px); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--text); cursor: pointer; place-items: center; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { width: 21px; height: 2px; border-radius: 2px; background: currentColor; content: ""; transition: .2s ease; }
.nav-toggle { gap: 4px; }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
main { overflow: clip; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { margin-bottom: 26px; font-size: clamp(3.55rem, 7.5vw, 7.35rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.55rem, 5vw, 4.85rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
em { color: var(--accent); font-style: italic; font-weight: 500; }
.lead { color: #d8ccd6; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.75; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--accent-3); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; border-radius: 99px; background: currentColor; content: ""; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 15px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #170d10; background: linear-gradient(135deg, var(--accent), #ffae70); box-shadow: 0 16px 34px rgba(255,123,77,.18); }
.button-ghost { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.04); }
.button-light { color: #201318; background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 850; border-bottom: 1px solid rgba(255,255,255,.36); padding-bottom: 5px; }
.text-link:hover { color: var(--accent-3); }
.hero { padding: 76px 0 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: 76px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; }
.hero-copy .lead { max-width: 650px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-tags span, .tag { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.035); font-size: .77rem; font-weight: 760; }
.hero-stage { position: relative; min-height: 630px; }
.hero-main { position: absolute; inset: 0 78px 42px 20px; margin: 0; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); background: var(--surface); }
.hero-main::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,5,8,.88), transparent 45%); content: ""; }
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-main figcaption { position: absolute; left: 28px; right: 28px; bottom: 24px; z-index: 1; display: flex; justify-content: space-between; gap: 16px; align-items: end; }
.hero-main figcaption span { font-family: Georgia, serif; font-size: 1.38rem; }
.hero-main figcaption small { color: #d1c5cd; font-weight: 750; }
.hero-float { position: absolute; margin: 0; overflow: hidden; border: 8px solid var(--bg); border-radius: 23px; box-shadow: 0 24px 50px rgba(0,0,0,.44); }
.hero-float img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-one { width: 190px; height: 220px; right: -18px; top: 42px; transform: rotate(3deg); }
.hero-float-two { width: 165px; height: 220px; left: -14px; bottom: -24px; transform: rotate(-4deg); }
.hero-word { position: absolute; right: -6px; bottom: 60px; z-index: 2; color: rgba(255,255,255,.82); font-size: .72rem; font-weight: 950; line-height: 1.25; letter-spacing: .22em; writing-mode: vertical-rl; }
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 17px 24px; color: #c9bdc8; font-size: .76rem; font-weight: 900; letter-spacing: .18em; }
.marquee-track i { color: var(--accent); font-style: normal; }
.section { padding: 94px 0; }
.section-soft { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); border-block: 1px solid rgba(255,255,255,.05); }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-template-rows: 310px 310px; gap: 18px; }
.feature-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--surface); min-height: 280px; }
.feature-card::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,5,8,.88), transparent 60%); content: ""; transition: opacity .25s ease; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.1,1); }
.feature-card:hover img { transform: scale(1.045); }
.feature-card-tall { grid-row: 1 / 3; }
.feature-card-wide { grid-column: 2 / 4; }
.feature-overlay { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: grid; gap: 4px; }
.feature-overlay strong { font-family: Georgia, serif; font-size: 1.35rem; }
.feature-overlay small { color: #d1c6ce; }
.center-action { margin-top: 34px; text-align: center; }
.focus-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.focus-card { min-height: 310px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); }
.focus-card span { color: var(--accent); font-family: Georgia, serif; font-size: 2.1rem; }
.focus-card h3 { margin-top: auto; font-family: Georgia, serif; font-size: 1.6rem; }
.focus-card p { margin-bottom: 0; color: var(--muted); }
.split-story { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.story-art { position: relative; min-height: 660px; }
.story-art-main { position: absolute; inset: 0 82px 20px 0; width: calc(100% - 82px); height: calc(100% - 20px); object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.story-art-small { position: absolute; width: 220px; height: 280px; right: 0; bottom: -16px; object-fit: cover; border: 9px solid var(--bg); border-radius: 26px; box-shadow: var(--shadow); }
.story-copy .lead { max-width: 580px; }
.section-cta { padding-top: 70px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px; border-radius: 34px; color: #1a1014; background: linear-gradient(135deg, #ff7b4d, #c27cff 62%, #6fd8c7); box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.4rem,4.8vw,4.6rem); }
.cta-panel p { max-width: 680px; margin-bottom: 0; color: rgba(25,14,18,.78); }
.cta-panel .eyebrow { color: #2c171d; }
.page-hero { padding: 72px 0 74px; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .62fr; gap: 72px; align-items: center; }
.page-hero h1 { max-width: 880px; font-size: clamp(3.4rem, 7.2vw, 6.9rem); }
.page-hero .lead { max-width: 720px; }
.page-hero-art { position: relative; height: 520px; margin: 0; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.page-hero-art::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,5,8,.85), transparent 55%); content: ""; }
.page-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-art figcaption { position: absolute; z-index: 1; left: 22px; bottom: 20px; color: #e2d9df; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filter-button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.025); cursor: pointer; font-weight: 800; }
.filter-button:hover, .filter-button.is-active { color: #1b1014; border-color: transparent; background: var(--paper); }
.gallery-columns { columns: 3 300px; column-gap: 18px; }
.gallery-card { break-inside: avoid; margin: 0 0 18px; }
.gallery-open { position: relative; width: 100%; padding: 0; border: 0; border-radius: 22px; overflow: hidden; color: inherit; background: var(--surface); cursor: zoom-in; }
.gallery-open img { width: 100%; height: auto; }
.gallery-hover { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; align-items: start; gap: 4px; padding: 22px; text-align: left; background: linear-gradient(to top, rgba(6,4,7,.92), rgba(6,4,7,.03) 65%); opacity: 0; transition: opacity .25s ease; }
.gallery-hover strong { font-family: Georgia, serif; font-size: 1.35rem; }
.gallery-hover small { color: #d0c3cd; }
.gallery-hover i { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-style: normal; }
.gallery-open:hover .gallery-hover, .gallery-open:focus-visible .gallery-hover { opacity: 1; }
.portfolio-note { max-width: 840px; text-align: center; }
.portfolio-note p { color: var(--muted); font-size: 1.08rem; }
.narrow-copy { max-width: 920px; }
.narrow-copy p:not(.eyebrow) { color: #d2c6cf; font-size: 1.13rem; }
.about-collage { position: relative; min-height: 570px; }
.about-collage-main { position: absolute; inset: 0 40px 60px 0; width: calc(100% - 40px); height: calc(100% - 60px); object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.about-collage-small { position: absolute; width: 180px; height: 220px; right: 0; bottom: 0; object-fit: cover; border: 8px solid var(--bg); border-radius: 23px; }
.about-collage > span { position: absolute; left: -36px; bottom: 0; color: var(--paper); font-size: .72rem; font-weight: 950; line-height: 1.25; letter-spacing: .2em; writing-mode: vertical-rl; }
.method-grid { display: grid; gap: 20px; }
.method-card { display: grid; grid-template-columns: 64px minmax(260px,.72fr) 1fr; gap: 28px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); }
.method-card > span { color: var(--accent); font-family: Georgia, serif; font-size: 2rem; text-align: center; }
.method-card img { width: 100%; height: 260px; object-fit: cover; border-radius: 20px; }
.method-card h3 { font-family: Georgia, serif; font-size: 2rem; }
.method-card p { margin-bottom: 0; color: var(--muted); }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.quote-image { height: 580px; margin: 0; border-radius: 32px; overflow: hidden; }
.quote-image img { width: 100%; height: 100%; object-fit: cover; }
blockquote { margin: 0; }
blockquote p { font-family: Georgia, serif; font-size: clamp(2.3rem,4.6vw,4.5rem); line-height: 1.08; letter-spacing: -.04em; }
blockquote cite { color: var(--muted); font-style: normal; font-weight: 760; }
.study-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.study-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); }
.study-card img { width: 100%; height: 100%; object-fit: cover; }
.study-card > div { display: flex; flex-direction: column; justify-content: end; padding: 30px; }
.study-card span { margin-bottom: auto; color: var(--accent-3); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.study-card h2 { font-size: 2.3rem; }
.study-card p { margin-bottom: 0; color: var(--muted); }
.student-placeholder { display: grid; grid-template-columns: 1.05fr .8fr; gap: 80px; align-items: center; }
.student-placeholder > div > p:not(.eyebrow) { color: var(--muted); }
.student-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.student-work-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.03); }
.student-work-card figure { display: grid; place-items: center; min-height: 320px; margin: 0; background: #09070a; }
.student-work-card img { width: 100%; height: auto; max-height: 620px; object-fit: contain; }
.student-work-card > div { padding: 20px 22px 22px; }
.student-work-card span { color: var(--accent-3); font-size: .74rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.student-work-card h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: 1.65rem; }
.student-rules { display: grid; gap: 12px; }
.student-work-grid + .student-rules { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.student-rules span { display: flex; gap: 18px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--accent); }
.student-rules strong { color: var(--text); }
.process-strip { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 22px; align-items: center; padding: 34px; border: 1px solid var(--line); border-radius: 26px; }
.process-strip div { text-align: center; }
.process-strip span { font-family: Georgia, serif; font-size: 2rem; }
.process-strip p { margin-bottom: 0; color: var(--muted); }
.process-strip i { color: var(--accent); font-style: normal; font-size: 1.5rem; }
.booking-layout { display: grid; grid-template-columns: 1.2fr .62fr; gap: 34px; align-items: start; }
.request-form { padding: 36px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin-bottom: 10px; font-size: 3.1rem; }
.form-heading > p:last-child { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; color: #e9dfe6; font-size: .82rem; font-weight: 820; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; color: var(--text); background: #0c0a0e; padding: 13px 14px; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #736a74; }
.form-grid textarea { min-height: 145px; resize: vertical; }
.field-full { grid-column: 1 / -1; }
.check-field { display: flex !important; grid-template-columns: auto 1fr !important; align-items: start; gap: 12px !important; font-weight: 600 !important; color: var(--muted) !important; }
.check-field input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--accent); }
.form-actions { display: grid; justify-items: start; gap: 12px; }
.form-status { margin: 0; color: var(--accent-3); font-weight: 800; }
.request-output { min-height: 240px !important; }
.booking-aside { position: sticky; top: 104px; padding: 30px; border-radius: 28px; color: var(--ink); background: var(--paper); }
.booking-aside h2 { font-size: 2.6rem; }
.booking-aside .eyebrow { color: #6e4d45; }
.booking-aside ol { padding-left: 22px; color: #5d5057; }
.social-button { display: flex; justify-content: space-between; gap: 18px; margin-top: 10px; padding: 16px; border: 1px solid var(--line-dark); border-radius: 15px; }
.social-button span { color: #6f6068; }
.aside-note { margin-top: 24px; padding: 20px; border-radius: 18px; color: var(--text); background: var(--surface); }
.aside-note p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { min-height: 350px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); transition: transform .25s ease, border-color .25s ease; }
.contact-card:hover { transform: translateY(-5px); border-color: rgba(255,123,77,.55); }
.contact-index { color: var(--accent); font-family: Georgia, serif; font-size: 2rem; }
.contact-card p { margin-top: auto; margin-bottom: 6px; color: var(--muted); }
.contact-card h2 { margin-bottom: 12px; font-size: 2.8rem; }
.contact-card strong { color: var(--accent-3); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
summary { padding: 18px 20px; cursor: pointer; font-weight: 820; }
details p { padding: 0 20px 20px; margin: 0; color: var(--muted); }
.site-footer { padding: 66px 0 26px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr .75fr; gap: 70px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-intro { max-width: 420px; margin: 18px 0 0; color: var(--muted); }
.footer-label { margin: 0 0 8px; color: var(--accent); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: var(--muted); }
.footer-grid a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 22px; border-top: 1px solid var(--line); color: #857b84; font-size: .8rem; }
.lightbox { width: min(94vw, 1150px); max-width: none; height: min(92vh, 900px); padding: 0; border: 0; border-radius: 25px; overflow: hidden; color: var(--text); background: #09070a; box-shadow: 0 40px 100px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(2,1,3,.88); backdrop-filter: blur(12px); }
.lightbox-inner { display: grid; grid-template-columns: minmax(0,1fr) 300px; height: 100%; }
.lightbox-media { min-width: 0; display: grid; place-items: center; background: #060506; }
.lightbox-media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox-copy { display: flex; flex-direction: column; padding: 28px; border-left: 1px solid var(--line); }
.lightbox-copy h2 { margin-top: auto; margin-bottom: 8px; font-size: 2rem; }
.lightbox-copy p { color: var(--muted); }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--text); background: rgba(9,7,10,.78); cursor: pointer; }
.lightbox-close { top: 16px; right: 16px; }
.lightbox-prev { left: 16px; top: 50%; }
.lightbox-next { right: 316px; top: 50%; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1060px) {
  .site-nav a { padding-inline: 9px; font-size: .82rem; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .hero-stage { min-height: 570px; }
  .focus-grid { grid-template-columns: repeat(2,1fr); }
  .study-grid { grid-template-columns: 1fr; }
  .student-work-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .nav-toggle { display: grid; }
  .site-nav { position: absolute; left: 15px; right: 15px; top: 70px; display: grid; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,10,14,.98); box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .site-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav .nav-cta { margin-left: 0; }
  .hero { padding-top: 65px; }
  .hero-grid, .page-hero-grid, .section-heading, .split-story, .student-placeholder, .booking-layout, .faq-layout, .quote-layout { grid-template-columns: 1fr; }
  .hero-stage { min-height: 650px; margin-top: 24px; }
  .hero-main { inset: 0 36px 38px 18px; }
  .hero-float-one { right: 0; }
  .section { padding: 72px 0; }
  .section-heading { gap: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 280px 280px; }
  .feature-card-tall { grid-column: 1 / 3; grid-row: auto; }
  .feature-card-wide { grid-column: 1 / 3; }
  .story-art { min-height: 600px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 38px 30px; }
  .page-hero-art { height: 580px; }
  .method-card { grid-template-columns: 54px 1fr; }
  .method-card img { grid-column: 1 / -1; height: 350px; }
  .method-card > div { grid-column: 2; }
  .quote-image { height: 650px; }
  .process-strip { grid-template-columns: 1fr; }
  .process-strip i { transform: rotate(90deg); text-align: center; }
  .booking-aside { position: static; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .lightbox { height: 94vh; }
  .lightbox-inner { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .lightbox-copy { border-left: 0; border-top: 1px solid var(--line); padding: 18px; }
  .lightbox-copy h2 { margin-top: 0; }
  .lightbox-next { right: 16px; }
}
@media (max-width: 580px) {
  .brand-copy small { display: none; }
  h1 { font-size: clamp(3.05rem, 16vw, 5rem); }
  h2 { font-size: clamp(2.3rem, 12vw, 3.7rem); }
  .hero-stage { min-height: 510px; }
  .hero-main { inset: 0 18px 25px 0; border-radius: 27px; }
  .hero-main figcaption { left: 17px; right: 17px; bottom: 16px; display: grid; }
  .hero-float-one { width: 125px; height: 160px; top: 26px; }
  .hero-float-two { width: 120px; height: 160px; left: -5px; bottom: -18px; }
  .hero-word { display: none; }
  .feature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 360px); }
  .feature-card-tall, .feature-card-wide { grid-column: auto; }
  .focus-grid { grid-template-columns: 1fr; }
  .student-work-grid, .student-work-grid + .student-rules { grid-template-columns: 1fr; }
  .focus-card { min-height: 240px; }
  .story-art { min-height: 520px; }
  .story-art-main { inset: 0 38px 28px 0; width: calc(100% - 38px); }
  .story-art-small { width: 145px; height: 190px; }
  .page-hero { padding: 60px 0 70px; }
  .page-hero-art { height: 440px; }
  .study-card { grid-template-columns: 1fr; }
  .study-card img { height: 420px; }
  .study-card > div { min-height: 250px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .request-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .lightbox-copy p { margin-bottom: 0; }
}
