:root {
  --ink: #0b0b0c;
  --ink-soft: #171719;
  --paper: #f3f0e9;
  --white: #fff;
  --muted: #aaa8a2;
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(11,11,12,.16);
  --accent: #ffb000;
  --accent-dark: #d98c00;
  --shell: min(1240px, calc(100vw - 64px));
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--accent); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .96; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; }
h2 { font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 700; text-transform: uppercase; }
.eyebrow, .section-index { margin-bottom: 24px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead-text { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.45; letter-spacing: -.025em; }
.section { padding-block: clamp(88px, 11vw, 168px); }
.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--ink); color: var(--white); }
.section-accent { background: var(--accent); color: var(--ink); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 36px; padding: 14px 22px; border: 1px solid transparent; border-radius: 0; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.button:hover .button-icon { transform: translateX(3px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent-dark); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 7px; border-bottom: 1px solid; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: var(--white); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--white); transition: background .3s, transform .3s; }
.site-header.is-scrolled, body:not(.page-home) .site-header { background: rgba(11,11,12,.94); backdrop-filter: blur(14px); }
.nav-shell { display: flex; min-height: 86px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { display: grid; width: 44px; height: 44px; place-items: center; border: 2px solid var(--accent); color: var(--accent); font-family: var(--display); font-size: 1.05rem; font-weight: 900; letter-spacing: -.06em; }
.brand-name { font-family: var(--display); font-size: .92rem; font-weight: 800; letter-spacing: .04em; line-height: 1; text-transform: uppercase; }
.brand-name small { display: block; margin-top: 5px; color: #a9a9aa; font-family: var(--body); font-size: .52rem; font-weight: 600; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a { position: relative; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.main-nav > a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-contact { padding: 12px 16px; border: 1px solid rgba(255,255,255,.45); }
.main-nav .nav-contact::after { display: none; }
.main-nav .nav-contact:hover { border-color: var(--accent); color: var(--accent); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }
.admin-menu { position: relative; font-size: .72rem; }
.admin-menu summary { cursor: pointer; color: var(--accent); }
.admin-menu div { position: absolute; top: 34px; right: 0; width: 210px; padding: 12px; background: var(--ink-soft); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.admin-menu a { display: block; padding: 9px; text-decoration: none; }
.admin-menu a:hover { color: var(--accent); }

.hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0, rgba(0,0,0,.38) 58%, rgba(0,0,0,.4)), linear-gradient(0deg, rgba(0,0,0,.66), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding-bottom: clamp(100px, 12vh, 150px); }
.hero h1 { max-width: 1080px; margin-bottom: 30px; font-size: clamp(4rem, 10vw, 9.8rem); font-weight: 800; text-transform: uppercase; }
.hero-copy { max-width: 610px; margin-bottom: 36px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.scroll-cue { position: absolute; z-index: 2; right: max(32px, calc((100vw - 1240px)/2)); bottom: 42px; display: flex; align-items: center; gap: 14px; color: var(--white); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-cue i { width: 50px; height: 1px; background: var(--accent); }

.intro-grid { display: grid; grid-template-columns: minmax(160px, 1fr) 3fr; gap: 60px; }
.intro-grid h2 { margin-bottom: 42px; }
.intro-grid .lead-text { max-width: 790px; margin-bottom: 42px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 72px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.8rem, 6.5vw, 6.3rem); }
.section-copy { max-width: 440px; font-size: 1.1rem; }

.project-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 28px; }
.project-card { min-width: 0; min-height: 0; }
.project-card:nth-child(3) { grid-column: 2; }
.project-card-featured { grid-row: 1 / span 2; }
.project-card > a { display: flex; min-width: 0; height: 100%; flex-direction: column; }
.project-card a, .album-card a { text-decoration: none; }
.project-image, .album-cover { position: relative; overflow: hidden; background: #222; }
.project-image { aspect-ratio: 4/3; }
.project-card-featured .project-image { flex: 1 1 auto; min-height: 620px; aspect-ratio: auto; }
.project-image img, .album-cover img, .discipline-card img, .video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-card:hover img, .album-card:hover img, .discipline-card:hover img, .video-card:hover img { transform: scale(1.04); }
.project-arrow { position: absolute; right: 18px; bottom: 18px; display: grid; width: 48px; height: 48px; place-items: center; background: var(--accent); color: var(--ink); font-size: 1.4rem; transform: translateY(70px); transition: transform .3s; }
.project-card:hover .project-arrow, .album-card:hover .project-arrow { transform: translateY(0); }
.project-meta { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-top: 18px; }
.project-meta span, .album-copy > span, .video-card > div span { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-meta h3 { margin: 6px 0 0; font-size: clamp(1.45rem, 2vw, 2.1rem); letter-spacing: -.02em; text-transform: uppercase; }
.pill { padding: 5px 8px; border: 1px solid var(--accent); color: var(--accent) !important; font-size: .58rem !important; }

.discipline-grid { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
.discipline-card { position: relative; min-height: 72vh; overflow: hidden; color: var(--white); text-decoration: none; }
.discipline-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 65%); }
.discipline-card + .discipline-card { border-left: 1px solid var(--line); }
.discipline-card > span { position: absolute; z-index: 1; right: 8%; bottom: 8%; left: 8%; }
.discipline-card small, .discipline-card i { display: block; font-size: .66rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.discipline-card strong { display: block; margin-block: 12px; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.services-wrap .section-heading { align-items: end; }
.service-list { border-top: 1px solid rgba(11,11,12,.35); }
.service-item { display: grid; grid-template-columns: 100px 1fr 1fr; align-items: center; gap: 40px; padding-block: 34px; border-bottom: 1px solid rgba(11,11,12,.35); }
.service-item span { font-size: .7rem; font-weight: 800; }
.service-item h3 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3.3rem); text-transform: uppercase; }
.service-item p { max-width: 340px; margin: 0; }
.callout { text-align: center; }
.callout h2 { margin-bottom: 45px; }

.page-hero, .album-hero { min-height: 72vh; padding: 200px 0 100px; background: var(--ink-soft); color: var(--white); }
.page-hero .shell, .album-hero .shell { display: flex; flex-direction: column; align-items: flex-start; }
.page-hero h1, .album-hero h1 { max-width: 1050px; margin-bottom: 30px; font-size: clamp(4rem, 10vw, 9rem); text-transform: uppercase; }
.page-hero p:last-child, .album-hero p { max-width: 610px; color: #c3c1ba; font-size: 1.15rem; }
.page-hero-portfolio { background: radial-gradient(circle at 80% 20%, #29251c, var(--ink) 55%); }
.filter-bar { position: sticky; z-index: 10; top: 86px; display: flex; gap: 6px; margin-bottom: 60px; padding: 12px 0; background: var(--ink); overflow-x: auto; }
.filter-button { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-button:hover, .filter-button.active { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.album-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 90px 34px; }
.album-card.is-hidden { display: none; }
.album-cover { aspect-ratio: 16/10; }
.album-pill { position: absolute; top: 18px; left: 18px; background: var(--ink); }
.album-copy { padding-top: 20px; }
.album-copy h2 { margin: 8px 0 14px; font-size: clamp(2rem, 3.4vw, 3.5rem); text-transform: uppercase; }
.album-copy p { max-width: 580px; color: var(--muted); }
.empty-state { padding: 70px 24px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.album-hero { min-height: 64vh; background: linear-gradient(120deg, #171719, #24211a); }
.album-hero h1 { font-size: clamp(3.5rem, 9vw, 8rem); }
.back-link { margin-bottom: 70px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.photo-count { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--accent); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.photo-grid { columns: 3 300px; column-gap: 18px; }
.photo-item { display: block; margin-bottom: 18px; break-inside: avoid; overflow: hidden; background: #222; }
.photo-item img { width: 100%; transition: transform .5s, opacity .3s; }
.photo-item:hover img { opacity: .8; transform: scale(1.015); }
.lightbox, .video-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(0,0,0,.96); color: var(--white); }
.lightbox::backdrop, .video-dialog::backdrop { background: rgba(0,0,0,.96); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox figure { display: grid; max-width: calc(100vw - 190px); max-height: 92vh; margin: auto; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox figcaption { padding-top: 10px; color: var(--muted); font-size: .7rem; }
.lightbox-close, .video-dialog > button { position: fixed; z-index: 2; top: 20px; right: 24px; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--white); font-size: 2rem; cursor: pointer; }
.lightbox-nav { width: 54px; height: 54px; margin: auto; border: 1px solid var(--line); background: transparent; color: var(--white); font-size: 1.3rem; cursor: pointer; }
.lightbox-nav:hover, .lightbox-close:hover { background: var(--accent); color: var(--ink); }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 30px; }
.video-card button { position: relative; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; overflow: hidden; background: #222; cursor: pointer; }
.play-button { position: absolute; top: 50%; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); transform: translate(-50%, -50%); }
.video-card > div { padding-top: 18px; }
.video-card h2 { margin-top: 8px; font-size: clamp(2rem, 3vw, 3.2rem); text-transform: uppercase; }
.video-dialog[open] { display: grid; place-items: center; }
.video-frame { width: min(1120px, calc(100vw - 64px)); aspect-ratio: 16/9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.about-hero { display: grid; min-height: 100vh; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: var(--white); }
.about-hero-image { min-height: 100vh; overflow: hidden; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(25%); }
.about-hero-copy { display: flex; flex-direction: column; justify-content: end; padding: 130px 6vw 10vh; }
.about-hero h1 { font-size: clamp(3.5rem, 6.7vw, 7rem); text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.story-copy { max-width: 800px; }
.story-copy p:not(.lead-text) { max-width: 680px; font-size: 1.08rem; }
.story-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; color: var(--white); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: 10vw 8vw; }
.story-panel-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.story-panel-copy p:not(.section-index) { color: #c3c1ba; }
.quote-block { max-width: 1020px; text-align: center; }
.quote-block blockquote { margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1.15; letter-spacing: -.04em; }
.quote-block > p:not(.eyebrow) { margin-bottom: 40px; color: #6f6d68; }

.contact-hero { background: radial-gradient(circle at 70% 20%, #30281b, var(--ink) 55%); }
.contact-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; }
.contact-aside > div { margin-bottom: 36px; padding-bottom: 26px; border-bottom: 1px solid var(--line-dark); }
.contact-aside span, .contact-aside strong, .contact-aside a { display: block; }
.contact-aside span { margin-bottom: 8px; color: #77746d; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-aside strong { font-size: 1.15rem; }
.contact-aside a { width: fit-content; text-decoration: none; }
.contact-aside .social-link { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.contact-form { padding: clamp(28px, 5vw, 70px); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 28px; }
.field label { display: block; margin-bottom: 9px; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #bbb8b1; border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent-dark); box-shadow: 0 1px var(--accent-dark); }
.honeypot { position: absolute; left: -9999px; }
.submit-button { border: 0; }
.form-note { margin: 14px 0 0; color: #77746d; font-size: .72rem; }

.flash-stack { position: fixed; z-index: 200; top: 105px; left: 50%; transform: translateX(-50%); }
.flash { margin-bottom: 8px; padding: 15px 18px; border-left: 4px solid; background: var(--white); box-shadow: 0 15px 50px rgba(0,0,0,.16); }
.flash-success { border-color: #26965b; }
.flash-error { border-color: #c84444; }
.error-page { display: grid; min-height: 80vh; padding-top: 150px; place-items: center; background: var(--ink); color: var(--white); text-align: center; }
.error-page h1 { font-size: clamp(4rem, 9vw, 8rem); text-transform: uppercase; }
.error-page p { margin-bottom: 35px; color: var(--muted); }

.admin-page { padding: 150px 0 100px; background: var(--paper); }
.admin-page h1 { font-size: clamp(2.5rem, 5vw, 5rem); text-transform: uppercase; }
.admin-card { padding: 32px; background: var(--white); box-shadow: 0 18px 55px rgba(0,0,0,.08); }
.admin-grid { display: grid; grid-template-columns: 260px 1fr; gap: 30px; }
.admin-nav a { display: block; padding: 10px 14px; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.admin-nav a.active { background: var(--accent); font-weight: 700; }
.admin-stat { font-size: 4rem; font-weight: 800; line-height: 1; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid var(--line-dark); text-align: left; }
.message-card { margin-bottom: 18px; padding: 24px; border-left: 4px solid #aaa; background: var(--white); }
.message-card.unread { border-left-color: var(--accent-dark); }
.message-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.admin-form .field input, .admin-form .field textarea, .admin-form .field select { padding-inline: 12px; border: 1px solid #c7c4bd; background: var(--white); }
.admin-spacing { margin-top: 24px; }
.admin-actions { margin-bottom: 24px; }
.login-card { width: min(520px, calc(100% - 30px)); text-align: left; }
.login-card > h1 { font-size: 3rem; }
.brand-dark { margin-bottom: 36px; color: var(--ink); }
.inline-flash { position: static; transform: none; }

.site-footer { padding: 80px 0 30px; border-top: 1px solid var(--line); background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-brand { margin-bottom: 24px; }
.footer-grid p { max-width: 450px; color: var(--muted); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-links a { color: #d9d8d3; text-decoration: none; }
.footer-links a:hover { color: var(--accent); }
.footer-links .social-link { display: inline-flex; align-items: center; gap: 10px; }
.social-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
.social-icon-instagram { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-icon-instagram .social-icon-dot { fill: currentColor; stroke: none; }
.footer-label { margin-bottom: 14px; color: #6f6f70; font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); color: #767678; font-size: .68rem; letter-spacing: .05em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header, .site-header.is-scrolled, body:not(.page-home) .site-header { backdrop-filter: none; }
  .brand, .nav-toggle { position: relative; z-index: 2; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 100px 8vw; background: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav > a { font-family: var(--display); font-size: clamp(2rem, 8vw, 4rem); line-height: 1; }
  .main-nav .nav-contact { padding: 0; border: 0; color: var(--accent); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .admin-menu { width: 100%; }
  .admin-menu div { position: static; width: 100%; }
  .intro-grid, .story-grid { grid-template-columns: 1fr; }
  .section-index { margin-bottom: 0; }
  .project-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto; }
  .project-card-featured { grid-column: 1/-1; grid-row: auto; }
  .project-card-featured .project-image { min-height: 500px; }
  .project-card:nth-child(3) { grid-column: auto; }
  .discipline-card { min-height: 60vh; }
  .service-item { grid-template-columns: 60px 1fr; }
  .service-item p { grid-column: 2; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-image { min-height: 62vh; }
  .about-hero-copy { padding-top: 60px; }
  .story-panel { grid-template-columns: 1fr; }
  .story-image { min-height: 60vh; }
  .contact-grid { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  .nav-shell { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-content { padding-bottom: 110px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.8rem); }
  .button-row .button { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding-block: 78px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .project-grid, .album-grid, .video-grid, .discipline-grid, .footer-grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; }
  .project-card-featured .project-image { min-height: 0; aspect-ratio: 4/3; }
  .discipline-card { min-height: 70vh; }
  .discipline-card + .discipline-card { border-top: 1px solid var(--line); border-left: 0; }
  .service-item { grid-template-columns: 40px 1fr; gap: 16px; }
  .page-hero, .album-hero { min-height: 70vh; padding: 155px 0 72px; }
  .page-hero h1, .album-hero h1 { font-size: clamp(3.25rem, 15vw, 6rem); }
  .filter-bar { top: 72px; }
  .album-grid { gap: 60px; }
  .photo-grid { columns: 2 150px; column-gap: 8px; }
  .photo-item { margin-bottom: 8px; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox figure { max-width: calc(100vw - 24px); }
  .lightbox-nav { position: fixed; z-index: 2; bottom: 20px; }
  .lightbox-prev { left: 20px; }
  .lightbox-next { right: 20px; }
  .about-hero-image { min-height: 55vh; }
  .about-hero-copy { padding: 50px 20px 80px; }
  .story-image { min-height: 50vh; }
  .story-panel-copy { padding: 78px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .footer-grid { gap: 40px; }
  .footer-bottom { flex-direction: column; margin-top: 50px; }
  .admin-card { padding: 20px; overflow-x: auto; }
}

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