:root {
  --ink: #11120f;
  --ink-2: #1a1c18;
  --paper: #f1eee5;
  --paper-2: #e8e1d2;
  --warm: #d7c6aa;
  --accent: #c6783f;
  --accent-dark: #8d4d27;
  --sage: #8c977b;
  --line-dark: rgba(255,255,255,.16);
  --line-light: rgba(17,18,15,.17);
  --white: #fff;
  --shell: 1220px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 40px), 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; left: 16px; top: -80px; z-index: 1000; background: var(--paper); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(16,17,15,.94); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.12); }
.header-inner { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 292px; height: auto; max-height: 128px; object-fit: contain; object-position: left center; filter: drop-shadow(0 3px 10px rgba(0,0,0,.34)); }
.site-nav { display: flex; align-items: center; gap: 28px; color: white; font-size: .9rem; letter-spacing: .02em; }
.site-nav a { opacity: .86; transition: opacity .2s ease; }
.site-nav a:hover { opacity: 1; }
.site-nav .nav-cta { opacity: 1; border: 1px solid rgba(255,255,255,.55); padding: 10px 16px; }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 6px 0; }

.hero { min-height: 900px; height: 100vh; max-height: 1040px; position: relative; color: white; display: grid; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('../images/steve-mixing.jpg') center 38% / cover no-repeat; transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,9,.93) 0%, rgba(10,11,9,.74) 47%, rgba(10,11,9,.21) 76%, rgba(10,11,9,.40) 100%), linear-gradient(0deg, rgba(10,11,9,.63) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 155px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; font-size: .72rem; color: #e2b48e; }
.eyebrow.ink { color: var(--accent-dark); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; line-height: 1.02; }
h1 { font-size: clamp(3.9rem, 7.6vw, 7.5rem); letter-spacing: -.055em; max-width: 920px; }
h1 em { color: #e7b58f; font-weight: 400; }
.hero-copy { font-size: clamp(1.1rem, 1.65vw, 1.35rem); max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.82); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: #d8894d; }
.button-secondary { border-color: rgba(255,255,255,.55); color: white; }
.button-secondary:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: rgba(255,255,255,.5); color: white; }
.button-outline:hover { background: white; color: var(--ink); }
.button-full { width: 100%; }
.hero-note { margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); width: 34px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 8px; left: 14px; top: 9px; border-radius: 2px; background: white; animation: scrollCue 2s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }

.section-dark { background: var(--ink); color: white; }
.section-paper { background: var(--paper); }
.section-warm { background: var(--warm); }
.intro { padding: 145px 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
h2 { font-size: clamp(2.7rem, 5vw, 5.35rem); letter-spacing: -.045em; }
.lead-copy { font-size: 1.13rem; color: rgba(255,255,255,.72); max-width: 620px; }
.lead-copy p:first-child { margin-top: 5px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .76rem; color: var(--accent-dark); }
.text-link.light { color: #edbb96; }
.text-link span { font-size: 1.1rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.intro-photo { margin: 34px 0 0; background: #191b16; border: 1px solid var(--line-dark); overflow: hidden; }
.intro-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.intro-photo figcaption { padding: 14px 16px; color: rgba(255,255,255,.68); font-size: .82rem; }

.work { padding: 140px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.section-heading > p { max-width: 500px; justify-self: end; font-size: 1.05rem; color: rgba(17,18,15,.68); }
.section-heading.compact { grid-template-columns: 1fr; margin-bottom: 50px; }
.track-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.track-card { position: relative; padding: 42px; background: #dfd7c8; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.track-card.featured { background: var(--ink-2); color: white; }
.track-number { font-family: var(--serif); font-size: 5rem; line-height: 1; opacity: .12; position: absolute; right: 28px; top: 20px; }
.track-copy { position: relative; z-index: 1; }
.track-label { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 800; color: var(--accent-dark); }
.featured .track-label { color: #e7b58f; }
.track-card h3 { font-size: clamp(2.1rem, 3.5vw, 3.8rem); letter-spacing: -.04em; }
.track-card p:not(.track-label) { max-width: 500px; opacity: .72; margin: 22px 0 32px; }
audio { width: 100%; height: 46px; filter: sepia(.18) saturate(.7); }
.featured audio { filter: invert(.88) sepia(.15) saturate(.6); }
.centre-cta { text-align: center; margin-top: 60px; }
.centre-cta p { font-family: var(--serif); font-size: 1.6rem; margin: 0 0 18px; }

.studio { padding: 145px 0; }
.studio-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.studio-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 630px; }
.studio-copy .button { margin-top: 18px; }
.location-card { background: #24261f; border: 1px solid var(--line-dark); }
.location-art { height: 360px; background: linear-gradient(180deg, #a5b0a5 0%, #d1c5a4 49%, #5f694b 50%, #333a2e 100%); position: relative; overflow: hidden; }

.location-art.real-photo { background: #20221c; }
.location-art.real-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.sun { width: 68px; height: 68px; border-radius: 50%; background: #f4d6a2; position: absolute; left: 18%; top: 17%; box-shadow: 0 0 55px rgba(244,214,162,.55); }
.hill { position: absolute; width: 140%; height: 58%; border-radius: 50% 50% 0 0; left: -18%; }
.hill-one { bottom: -24%; background: #7f8b64; transform: rotate(-5deg); }
.hill-two { bottom: -36%; left: -7%; background: #46503c; transform: rotate(8deg); }
.field-lines { position: absolute; inset: 48% 0 0; background: repeating-linear-gradient(100deg, transparent 0 24px, rgba(239,219,169,.26) 25px 28px); transform: perspective(300px) rotateX(58deg) scale(1.6); transform-origin: bottom; }
.location-details { padding: 35px; }
.small-label { text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 800; color: #d7a77f; }
.travel-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); margin-top: 22px; }
.travel-grid div { padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.travel-grid strong { display: block; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.travel-grid span { color: rgba(255,255,255,.62); font-size: .82rem; }
.privacy-note { color: rgba(255,255,255,.5); font-size: .78rem; margin: 20px 0 0; }


.studio-gallery { margin-top: 72px; }
.gallery-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: end; margin-bottom: 26px; }
.gallery-heading h3 { font-size: clamp(1.9rem, 3vw, 3rem); }
.photo-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 18px; }
.photo-card { margin: 0; background: #191b16; border: 1px solid var(--line-dark); overflow: hidden; }
.photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.photo-card.photo-large { grid-row: span 2; }
.photo-card.photo-large img { aspect-ratio: 4/5; }
.photo-card figcaption { padding: 14px 16px; color: rgba(255,255,255,.72); font-size: .82rem; }

.clients { padding: 140px 0; }
.client-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.client-panel { background: #e2dacb; padding: 36px; }
.small-label.ink { color: var(--accent-dark); }
.client-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 18px; }
.client-badges span { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 14px; border: 1px solid rgba(17,18,15,.14); background: rgba(255,255,255,.35); font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
.client-panel p:last-child { color: rgba(17,18,15,.68); margin-bottom: 0; }
.client-feature { position: relative; margin: 0 0 22px; min-height: 420px; overflow: hidden; background: var(--ink); }
.client-feature img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center 42%; filter: saturate(.86) contrast(1.03); }
.client-feature::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,9,.78), rgba(10,11,9,.08) 68%); }
.client-feature-copy { position: absolute; z-index: 2; left: clamp(28px, 5vw, 70px); bottom: clamp(28px, 5vw, 60px); color: white; max-width: 560px; }
.client-feature-copy span { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 800; color: #e5b18a; margin-bottom: 10px; }
.client-feature-copy strong { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.03; }


.stay-nearby { margin-top: 72px; padding: 48px; border: 1px solid var(--line-dark); background: #171914; display: grid; grid-template-columns: .8fr 1.2fr; gap: 58px; }
.stay-heading h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); margin: 12px 0 20px; }
.stay-heading > p:not(.small-label) { color: rgba(255,255,255,.62); max-width: 480px; }
.stay-links { display: grid; border-top: 1px solid var(--line-dark); }
.stay-links a { display: grid; grid-template-columns: 150px 1fr; gap: 4px 22px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); transition: transform .2s ease, color .2s ease; }
.stay-links a:hover { transform: translateX(4px); }
.stay-links span { grid-row: 1 / span 2; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; color: #d7a77f; padding-top: 5px; }
.stay-links strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.stay-links em { color: rgba(255,255,255,.53); font-style: normal; font-size: .83rem; }
.stay-privacy { grid-column: 1 / -1; color: rgba(255,255,255,.42); font-size: .74rem; margin: -28px 0 0; }
.gear-band { margin-top: 90px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 52px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.gear-list { display: flex; flex-wrap: wrap; gap: 10px 30px; margin: 15px 0 18px; }
.gear-list span { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.6rem); color: rgba(255,255,255,.92); }
.gear-copy > p:last-child { color: rgba(255,255,255,.62); max-width: 650px; }
.gear-photos { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 420px; }
.gear-photos figure { margin: 0; position: relative; overflow: hidden; background: #171914; }
.gear-photos figure:first-child { grid-row: 1 / span 2; }
.gear-photos img { width: 100%; height: 100%; object-fit: cover; min-height: 200px; transition: transform .4s ease; }
.gear-photos figure:hover img { transform: scale(1.025); }
.gear-photos figcaption { position: absolute; left: 14px; bottom: 12px; background: rgba(10,11,9,.76); color: white; padding: 7px 10px; text-transform: uppercase; letter-spacing: .11em; font-size: .62rem; font-weight: 800; }

.services { padding: 140px 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { padding: 0 46px 46px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); min-height: 520px; display: flex; flex-direction: column; overflow: hidden; }
.service-image { width: calc(100% + 92px); max-width: none; height: 225px; object-fit: cover; margin: 0 -46px 34px; filter: saturate(.86) contrast(1.03); }
.service-card > span { color: var(--accent-dark); font-size: .75rem; letter-spacing: .16em; font-weight: 800; }
.service-card h3 { font-size: clamp(2rem, 3vw, 3.15rem); margin-top: 28px; }
.service-card p { color: rgba(17,18,15,.66); max-width: 510px; }
.service-card a { margin-top: auto; padding-top: 20px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .72rem; }

.process { padding: 120px 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.process-grid article { border-top: 2px solid var(--ink); padding: 28px 12px 0 0; }
.process-grid span { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-size: .75rem; }
.process-grid h3 { font-size: 2rem; margin-top: 28px; }
.process-grid p { color: rgba(17,18,15,.65); }
.process-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: stretch; }
.process-content { min-width: 0; }
.process-photo { margin: 0; position: relative; min-height: 520px; overflow: hidden; background: var(--ink); }
.process-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.process-photo figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; background: rgba(10,11,9,.77); color: white; padding: 14px 16px; font-family: var(--serif); font-size: 1.1rem; }



.studio-bridge { padding: 0 0 40px; }
.bridge-photo { margin: 0; border: 1px solid var(--line-dark); background: #191b16; overflow: hidden; }
.bridge-photo img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; display: block; }
.bridge-photo figcaption { padding: 14px 18px; color: rgba(255,255,255,.68); font-size: .82rem; }
.about { padding: 145px 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap img { width: 100%; aspect-ratio: .86; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.06); }
.portrait-caption { position: absolute; right: -30px; bottom: 35px; background: var(--accent); padding: 16px 21px; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 760px; }
.about-copy .producer-credits { font-size: .92rem; color: rgba(255,255,255,.57) !important; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 20px 0; margin: 26px 0; }
.about-copy .producer-credits strong { color: #e6b28a; }
.testimonial-graphic { margin: 36px 0 22px; max-width: 610px; }
.testimonial-graphic img { width: 100%; height: auto; }

.image-break { min-height: 470px; background: url('../images/chandler-redd.jpg') center 40% / cover no-repeat; position: relative; display: flex; align-items: flex-end; color: white; }
.image-break-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,10,8,.82), rgba(9,10,8,.2)); }
.image-break .shell { position: relative; z-index: 1; }
.image-break p { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3.8rem); line-height: 1.15; max-width: 1000px; padding: 0 0 50px; margin: 0; }

.contact { padding: 145px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-intro > p:not(.eyebrow) { color: rgba(17,18,15,.67); }
.direct-contact { display: grid; gap: 10px; border-top: 1px solid var(--line-light); margin-top: 35px; padding-top: 25px; }
.direct-contact a { font-family: var(--serif); font-size: 1.25rem; }
.direct-contact span { display: inline-block; min-width: 72px; font-family: var(--sans); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--accent-dark); }
.contact-photo { margin: 32px 0 10px; position: relative; overflow: hidden; }
.contact-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.contact-photo figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(10,11,9,.75); color: white; padding: 8px 10px; font-size: .72rem; letter-spacing: .04em; }
.response-note { font-size: .84rem; margin-top: 26px; }
.enquiry-form { background: #e2dacb; padding: 40px; }
.enquiry-form label { display: grid; gap: 8px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .09em; font-size: .67rem; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,18,15,.4); border-radius: 0; padding: 12px 2px; background: transparent; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; font-weight: 400; }
input:focus, select:focus, textarea:focus { border-color: var(--accent-dark); }
textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .72rem; color: rgba(17,18,15,.54); margin: 14px 0 0; text-align: center; }
.form-status { margin-top: 12px; font-size: .82rem; }

.site-footer { background: #0b0c0a; color: white; padding: 80px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr .9fr; gap: 55px; }
.footer-brand img { width: 330px; max-width: 100%; filter: drop-shadow(0 5px 18px rgba(0,0,0,.35)); }
.footer-brand p, .footer-grid > div > p:not(.footer-title) { color: rgba(255,255,255,.53); max-width: 360px; }
.footer-title { text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; font-weight: 800; color: #e1aa7f; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 8px 0; color: rgba(255,255,255,.7); }
.footer-private { font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); margin-top: 60px; padding-top: 22px; font-size: .75rem; color: rgba(255,255,255,.45); }

@media (max-width: 1000px) {
  .site-nav { gap: 17px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .split, .studio-grid, .about-grid, .contact-grid, .stay-nearby, .client-panels, .gallery-heading, .gear-band, .process-layout { grid-template-columns: 1fr; gap: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { justify-self: start; }
  .about-grid { max-width: 760px; }
  .portrait-wrap { max-width: 580px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 108px; }
  .brand img { width: 205px; height: auto; max-height: 100px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: fixed; top: 108px; left: 0; right: 0; background: rgba(13,14,12,.98); padding: 28px 20px 34px; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line-dark); }
  .site-nav.open { display: flex; }
  .site-nav a, .site-nav a:not(.nav-cta) { display: block; padding: 13px 0; }
  .site-nav .nav-cta { margin-top: 12px; padding: 13px 14px; text-align: center; }
  .hero { min-height: 820px; max-height: none; height: auto; padding: 165px 0 90px; }
  .hero-image { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,11,9,.92), rgba(10,11,9,.58)), linear-gradient(0deg, rgba(10,11,9,.7), transparent); }
  h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-copy { font-size: 1.05rem; }
  .scroll-cue { display: none; }
  .intro, .work, .studio, .services, .about, .contact { padding: 90px 0; }
  h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .track-grid, .service-grid, .process-grid, .photo-grid { grid-template-columns: 1fr; }
  .track-card { min-height: 0; padding: 30px 24px; }
  .service-grid { border-left: 0; }
  .service-card { border-left: 1px solid var(--line-light); padding: 0 25px 34px; min-height: 430px; }
  .service-image { width: calc(100% + 50px); height: 210px; margin: 0 -25px 28px; }
  .process { padding: 85px 0; }
  .location-art { height: 280px; }
  .studio-bridge { padding: 0 0 24px; }
  .bridge-photo img { aspect-ratio: 4 / 3; }
  .photo-card.photo-large { grid-row: auto; }
  .photo-card.photo-large img, .photo-card img { aspect-ratio: 4/3; }
  .client-panel { padding: 28px 24px; }
  .stay-nearby { padding: 34px 26px; gap: 28px; }
  .stay-links a { grid-template-columns: 1fr; gap: 5px; }
  .stay-links span { grid-row: auto; }
  .stay-privacy { margin: 0; }
  .location-details { padding: 25px; }
  .travel-grid { grid-template-columns: 1fr 1fr; }
  .gear-list { gap: 4px 19px; }
  .gear-photos { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 260px 190px; }
  .gear-photos figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .gear-photos img { min-height: 0; }
  .client-feature, .client-feature img { min-height: 340px; }
  .process-photo, .process-photo img { min-height: 390px; }
  .portrait-caption { right: -6px; bottom: 18px; }
  .image-break { min-height: 350px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .travel-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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