:root {
  --ink: #08080a;
  --ink-soft: #111114;
  --ink-lift: #18181d;
  --paper: #f0eee8;
  --paper-deep: #e2dfd7;
  --white: #ffffff;
  --muted: #a8a6ad;
  --muted-dark: #5b5a60;
  --violet: #a866ff;
  --violet-deep: #7c3aed;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 8, 10, 0.2);
  --sans: 'Archivo', Arial, sans-serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { border-radius: 0; }
.shell { width: min(1400px, calc(100% - 80px)); margin-inline: auto; }
.skipLink { position: fixed; top: -100px; left: 20px; z-index: 1000; background: var(--violet); color: #fff; padding: 12px 18px; font-weight: 700; }
.skipLink:focus { top: 20px; }

.siteHeader { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; }
.nav { height: 92px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brandMark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--violet); color: #fff; font-size: 24px; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.brandWords { display: flex; flex-direction: column; font-size: 21px; font-weight: 900; letter-spacing: -.04em; line-height: .8; }
.brandWords small { margin-top: 7px; font: 600 12px/1 var(--mono); letter-spacing: .14em; }
.navLinks { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.navLinks a, .navPhone { font: 600 12px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; transition: color .2s ease; }
.navLinks a:hover, .navPhone:hover { color: var(--violet); }
.navPhone span { color: var(--muted); margin-right: 5px; }
.navCta { display: inline-flex; justify-content: space-between; align-items: center; min-width: 220px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.52); font: 600 12px/1 var(--mono); letter-spacing: .045em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s; }
.navCta:hover { background: var(--violet); border-color: var(--violet); }
.navCta span { font-size: 14px; }

.hero { min-height: 840px; height: min(940px, 100vh); position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.heroMedia { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,7,.98) 0%, rgba(5,5,7,.78) 40%, rgba(5,5,7,.16) 70%, rgba(5,5,7,.32) 100%), url('/amador-hero.webp') center / cover no-repeat; }
.heroMedia::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 45%, rgba(0,0,0,.78) 100%); }
.heroGrid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 150px 150px; mask-image: linear-gradient(90deg, #000, transparent 76%); }
.heroInner { position: relative; z-index: 2; height: 100%; padding-top: 128px; padding-bottom: 116px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.heroCopy { max-width: 940px; }
.kicker, .micro, .sectionLabel, .offerLabel { font: 600 13px/1.45 var(--mono); letter-spacing: .085em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 32px; color: #d3d1d8; }
.kicker span { width: 42px; height: 2px; background: var(--violet); }
h1, h2, h3 { margin: 0; text-transform: uppercase; font-weight: 900; letter-spacing: -.065em; line-height: .86; }
h1 { font-size: clamp(82px, 10.5vw, 162px); }
h1 em, h2 em { color: var(--violet); font-style: normal; }
.heroLead { width: min(610px, 92%); margin: 33px 0 36px; color: #d2d0d7; font-size: 20px; line-height: 1.6; }
.heroActions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 278px; padding: 20px 22px; font: 600 13px/1 var(--mono); letter-spacing: .045em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-3px); }
.button span { margin-left: 30px; font-size: 15px; }
.buttonAccent { background: var(--violet); color: #fff; border: 1px solid var(--violet); }
.buttonAccent:hover { background: #b67cff; }
.buttonGhost { border: 1px solid rgba(255,255,255,.48); color: #fff; }
.buttonGhost:hover { border-color: #fff; background: #fff; color: var(--ink); }
.offerCard { flex: 0 0 270px; align-self: flex-end; margin-bottom: 34px; padding: 24px; background: rgba(9,9,12,.76); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(15px); }
.offerLabel { color: var(--violet); }
.offerCard strong { display: block; margin: 18px 0 20px; font-size: 37px; line-height: .92; letter-spacing: -.05em; }
.offerCard strong b { display: block; color: var(--violet); font-size: 94px; line-height: .78; letter-spacing: -.09em; }
.offerCard p { margin: 0; color: #cac8cf; font-size: 15px; line-height: 1.55; }
.heroFoot { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); height: 64px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.2); font: 600 12px/1 var(--mono); letter-spacing: .065em; text-transform: uppercase; color: #bbb9c0; }
.heroFoot span:nth-child(2) { text-align: center; }
.heroFoot span:last-child { text-align: right; color: #fff; }

.proofBar { background: var(--violet); color: #fff; border-bottom: 1px solid var(--ink); }
.proofGrid { min-height: 120px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proofGrid > div { padding: 24px 30px; border-left: 1px solid rgba(8,8,10,.35); display: flex; align-items: center; gap: 16px; }
.proofGrid > div:last-child { border-right: 1px solid rgba(8,8,10,.35); }
.proofGrid strong { font-size: 35px; letter-spacing: -.06em; }
.proofGrid span { font: 600 12px/1.45 var(--mono); letter-spacing: .055em; text-transform: uppercase; }

.section { padding: 150px 0; }
.sectionIntro, .teamHeading, .reviewsHead { display: grid; grid-template-columns: .7fr 2fr; gap: 50px; align-items: start; margin-bottom: 88px; }
.sectionLabel { display: flex; align-items: flex-start; gap: 22px; margin: 0; padding-top: 7px; }
.sectionLabel span { color: #78767e; }
.sectionLabel.light { color: #fff; }
.sectionLabel.light span { color: var(--violet); }
.sectionIntro h2, .teamHeading h2, .reviewsHead h2, .studioCopy h2, .locationInfo h2, .contactCopy h2 { font-size: clamp(60px, 7.4vw, 116px); }
.sectionIntro h2 em, .reviewsHead h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.sectionIntro > div > p, .teamHeading > div > p { max-width: 610px; margin: 38px 0 0 auto; color: var(--muted-dark); font-size: 18px; line-height: 1.7; }
.serviceGrid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line-light); }
.serviceCard { min-height: 640px; padding: 30px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.serviceCard:last-child { border-right: 0; }
.serviceFeature { background: var(--ink); color: #fff; }
.serviceAccent { background: var(--violet); color: #fff; }
.serviceNo { font: 600 13px/1 var(--mono); color: #747278; }
.serviceAccent .serviceNo { color: rgba(255,255,255,.62); }
.serviceCard h3 { margin: 12px 0 24px; font-size: clamp(42px, 3.5vw, 58px); line-height: .9; }
.serviceCard > div:nth-of-type(2) > p:last-child { max-width: 360px; margin: 0; color: var(--muted-dark); font-size: 17px; line-height: 1.65; }
.serviceFeature > div:nth-of-type(2) > p:last-child { color: #aaa8b0; }
.serviceAccent > div:nth-of-type(2) > p:last-child { color: rgba(255,255,255,.8); }
.serviceCard > a { padding-top: 24px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; font: 600 13px/1 var(--mono); text-transform: uppercase; letter-spacing: .055em; }
.serviceFeature > a, .serviceAccent > a { border-color: var(--line-dark); }
.serviceCard > a span { color: var(--violet); }
.serviceAccent > a span { color: #fff; }
.serviceIcon { width: 230px; height: 230px; margin-inline: auto; position: relative; border: 1px solid currentColor; border-radius: 50%; opacity: .65; }
.serviceIcon i { display: block; position: absolute; inset: 42px; border: 1px solid currentColor; border-radius: 50%; }
.serviceIcon i:last-child { inset: 82px; background: var(--violet); border: 0; }
.serviceIcon.triple { border-radius: 0; border: 0; display: flex; align-items: center; justify-content: center; gap: 0; }
.serviceIcon.triple i { position: relative; inset: auto; width: 105px; height: 105px; margin-left: -29px; background: transparent; border: 1px solid var(--ink); }
.serviceIcon.triple i:first-child { margin-left: 0; }
.serviceIcon.bars { border: 0; border-radius: 0; display: flex; align-items: flex-end; gap: 12px; }
.serviceIcon.bars i { position: relative; inset: auto; flex: 1; border: 0; border-radius: 0; background: rgba(255,255,255,.7); height: 38%; }
.serviceIcon.bars i:nth-child(2) { height: 66%; }
.serviceIcon.bars i:nth-child(3) { height: 100%; background: #fff; }
.serviceIcon.bars i:nth-child(4) { height: 72%; }

.studioSplit { position: relative; min-height: 900px; overflow: hidden; isolation: isolate; background: var(--ink); color: #fff; }
.studioImage { position: absolute; inset: 0; z-index: 0; background: url('/amador-why-v3.webp') 42% center / cover no-repeat; filter: brightness(.72) saturate(.78) contrast(1.04); transform: scale(1.01); }
.studioSplit::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(5,5,7,.32) 0%, rgba(5,5,7,.4) 42%, rgba(5,5,7,.83) 70%, rgba(5,5,7,.97) 100%), linear-gradient(180deg, rgba(5,5,7,.08) 0%, rgba(5,5,7,.18) 48%, rgba(5,5,7,.74) 100%); pointer-events: none; }
.studioCopy { position: relative; z-index: 2; width: min(1400px, calc(100% - 80px)); min-height: 900px; margin-inline: auto; padding: 110px 0; display: flex; align-items: center; }
.studioPanel { width: min(610px, 47%); margin-left: auto; }
.studioCopy h2 { margin: 58px 0 34px; }
.studioPanel > p:not(.sectionLabel) { max-width: 540px; margin: 0 0 38px; color: #d0ced5; font-size: 19px; line-height: 1.65; }
.studioCopy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-dark); }
.studioCopy li { padding: 20px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 52px 1fr; align-items: center; text-transform: uppercase; font-weight: 700; font-size: 16px; }
.studioCopy li b { color: var(--violet); font: 600 12px/1 var(--mono); }

.teamSection { padding: 150px 0; background: var(--ink-soft); color: #fff; }
.teamHeading > div > p { color: #a9a7af; }
.teamGrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
.teamCard { min-height: 580px; background: #050506; position: relative; overflow: hidden; }
.teamCard img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 22%; filter: saturate(.88) contrast(1.04); transition: transform .55s ease, filter .55s ease; }
.teamCard::after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.92)); }
.teamCard:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.teamCard > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; align-items: end; }
.teamCard > div span { grid-row: 1 / 3; color: var(--violet); font: 600 12px/1 var(--mono); padding-bottom: 7px; }
.teamCard h3 { font-size: 38px; line-height: 1; }
.teamCard p { margin: 8px 0 0; color: #cbc9d0; font: 600 12px/1.15 var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.reviews { background: var(--paper); }
.reviewsHead > div { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 35px; }
.reviewsHead h2 em { display: inline-block; }
.rating { display: flex; align-items: center; gap: 18px; padding-bottom: 10px; }
.rating strong { font-size: 70px; letter-spacing: -.07em; }
.rating span { color: var(--violet-deep); letter-spacing: .12em; }
.rating small { display: block; margin-top: 8px; color: var(--muted-dark); font: 600 12px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.reviewGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.reviewCard { min-height: 370px; margin: 0; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.reviewCard p { margin: 34px 0; font-size: 18px; line-height: 1.65; }
.reviewCard footer { display: flex; flex-direction: column; gap: 6px; font: 600 12px/1.45 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.reviewCard footer span { color: var(--muted-dark); }
.stars { color: var(--violet-deep); font-size: 15px; letter-spacing: .1em; }
.reviewAccent { background: var(--violet); color: #fff; }
.reviewAccent .stars, .reviewAccent footer span { color: #fff; }
.reviewWide { grid-column: span 2; }
.reviewLarge { background: var(--ink); color: #fff; }
.reviewLarge footer span { color: #aaa8b0; }

.location { min-height: 810px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--ink); color: #fff; }
.locationMap { position: relative; min-height: 650px; }
.locationMap iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: grayscale(1) invert(.9) contrast(.86); }
.mapBadge { position: absolute; left: 36px; bottom: 36px; width: min(390px, calc(100% - 72px)); padding: 25px; background: var(--violet); color: #fff; display: flex; flex-direction: column; }
.mapBadge span { font: 600 12px/1 var(--mono); letter-spacing: .07em; }
.mapBadge strong { margin: 18px 0 22px; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; text-transform: uppercase; }
.mapBadge a { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.45); font: 600 12px/1 var(--mono); text-transform: uppercase; }
.locationInfo { padding: 110px 70px; display: flex; flex-direction: column; justify-content: center; }
.locationInfo h2 { margin: 65px 0 32px; }
.locationInfo > p:not(.sectionLabel) { max-width: 500px; margin: 0 0 38px; color: #bbb9c1; font-size: 18px; line-height: 1.65; }
.hours { border-top: 1px solid var(--line-dark); }
.hours > div { padding: 18px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hours span { color: #aaa8b0; font: 600 12px/1.45 var(--mono); text-transform: uppercase; }
.hours b { font-size: 15px; line-height: 1.55; }
.locationPhone { margin-top: 28px; display: flex; justify-content: space-between; font-size: 29px; font-weight: 800; letter-spacing: -.04em; }
.locationPhone span { color: var(--violet); }

.contactSection { padding: 150px 0; background: var(--ink-lift); color: #fff; position: relative; overflow: hidden; }
.contactSection::before { content: 'A'; position: absolute; right: -50px; bottom: -230px; color: rgba(255,255,255,.025); font-size: 700px; font-weight: 900; line-height: 1; letter-spacing: -.12em; }
.contactGrid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.contactCopy h2 { margin: 70px 0 36px; }
.contactCopy > p:not(.sectionLabel) { max-width: 540px; color: #bbb9c1; font-size: 19px; line-height: 1.65; }
.contactCopy ul { list-style: none; padding: 0; margin: 44px 0 0; display: flex; gap: 28px; flex-wrap: wrap; }
.contactCopy li { display: flex; flex-direction: column; gap: 8px; font: 600 12px/1.4 var(--mono); text-transform: uppercase; }
.contactCopy li span { color: var(--violet); }
.formWrap { background: var(--paper); color: var(--ink); padding: 40px; }
.enquiryForm { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.field { display: flex; flex-direction: column; gap: 10px; }
.fieldFull { grid-column: 1 / -1; }
.field label { font: 600 12px/1 var(--mono); letter-spacing: .055em; text-transform: uppercase; }
.field label span { color: var(--muted-dark); font-size: 12px; }
.field input, .field textarea { width: 100%; border: 1px solid #b8b5b0; background: transparent; color: var(--ink); padding: 17px 16px; font-size: 16px; outline: none; transition: border-color .2s, box-shadow .2s; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--violet-deep); box-shadow: inset 0 0 0 1px var(--violet-deep); }
.field input::placeholder, .field textarea::placeholder { color: #96939a; }
.formButton { grid-column: 1 / -1; min-height: 62px; border: 0; background: var(--violet); color: #fff; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font: 600 13px/1 var(--mono); letter-spacing: .045em; text-transform: uppercase; transition: background .2s, transform .2s; }
.formButton:hover { background: #b67cff; transform: translateY(-2px); }
.formButton:disabled { cursor: default; background: #37343d; transform: none; }
.formButton span { font-size: 17px; }
.formNote { grid-column: 1 / -1; margin: -3px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }
.formNote.success { color: #317a4a; font-weight: 700; }
.formTarget { display: none; }

.siteFooter { background: var(--ink); color: #fff; }
.footerGrid { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footerBrand .brandMark { background: #fff; color: var(--ink); }
.footerGrid > p { margin: 0; text-align: center; color: #aaa8b0; font: 600 12px/1.6 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.footerLinks { display: flex; justify-content: flex-end; gap: 24px; font: 600 12px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.footerLinks a:hover { color: var(--violet); }
.footerMeta { min-height: 60px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; align-items: center; color: #8d8b93; font: 600 12px/1.3 var(--mono); letter-spacing: .045em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .navPhone { display: none; }
  .teamGrid { grid-template-columns: repeat(3, 1fr); }
  .teamCard { min-height: 620px; }
  .teamCard:nth-child(4), .teamCard:nth-child(5) { min-height: 560px; }
  .locationInfo { padding-inline: 50px; }
  .contactGrid { gap: 70px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 720px); }
  .nav { height: 78px; }
  .navLinks { display: none; }
  .navCta { margin-left: auto; min-width: 184px; padding-inline: 13px; }
  .hero { min-height: 820px; height: 100svh; }
  .heroMedia { background: linear-gradient(90deg, rgba(5,5,7,.94), rgba(5,5,7,.35)), url('/amador-hero.webp') 61% center / cover no-repeat; }
  .heroInner { align-items: flex-end; padding-top: 110px; padding-bottom: 96px; }
  .heroCopy { width: 100%; }
  .offerCard { display: none; }
  h1 { font-size: clamp(68px, 18vw, 116px); }
  .heroLead { margin: 25px 0 28px; font-size: 18px; }
  .heroFoot { height: 52px; grid-template-columns: 1fr 1fr; }
  .heroFoot span:last-child { display: none; }
  .proofGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proofGrid > div { min-width: 0; min-height: 94px; padding: 18px; border-bottom: 1px solid rgba(8,8,10,.35); }
  .proofGrid > div:nth-child(even) { border-right: 1px solid rgba(8,8,10,.35); }
  .proofGrid strong { font-size: 30px; }
  .section { padding: 95px 0; }
  .sectionIntro, .teamHeading, .reviewsHead { grid-template-columns: 1fr; gap: 34px; margin-bottom: 55px; }
  .sectionIntro h2, .teamHeading h2, .reviewsHead h2, .studioCopy h2, .locationInfo h2, .contactCopy h2 { font-size: clamp(52px, 13vw, 82px); }
  .sectionIntro > div > p, .teamHeading > div > p { margin: 28px 0 0; font-size: 18px; }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: 550px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .serviceCard:last-child { border-bottom: 0; }
  .serviceIcon { width: 190px; height: 190px; }
  .location { grid-template-columns: 1fr; }
  .studioSplit, .studioCopy { min-height: 920px; }
  .studioCopy { width: min(100% - 36px, 720px); padding: 90px 0; }
  .studioPanel { width: min(560px, 62%); }
  .locationInfo { padding: 90px max(18px, calc((100% - 720px) / 2)); }
  .teamSection { padding: 95px 0; }
  .teamGrid { grid-template-columns: 1fr 1fr; }
  .teamCard, .teamCard:nth-child(4), .teamCard:nth-child(5) { min-height: 570px; }
  .teamCard:last-child { grid-column: 1 / -1; min-height: 650px; }
  .reviewsHead > div { grid-template-columns: 1fr; }
  .rating { padding: 0; }
  .reviewGrid { grid-template-columns: 1fr 1fr; }
  .reviewWide { grid-column: auto; }
  .locationMap { min-height: 580px; }
  .locationMap iframe { min-height: 580px; }
  .contactSection { padding: 95px 0; }
  .contactGrid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 600px) {
  .brandMark { width: 36px; height: 36px; font-size: 20px; }
  .brandWords { font-size: 17px; }
  .navCta { min-width: 0; width: auto; padding: 13px 12px; }
  .navCta span { margin-left: 11px; }
  .hero { min-height: 760px; }
  h1 { font-size: clamp(64px, 17vw, 105px); }
  .kicker { font-size: 12px; margin-bottom: 24px; }
  .kicker span { width: 24px; }
  .heroActions { flex-direction: column; }
  .button { width: 100%; min-width: 0; }
  .heroFoot { font-size: 12px; }
  .proofGrid span { font-size: 12px; }
  .serviceCard { min-height: 530px; padding: 24px; }
  .studioSplit, .studioCopy { min-height: 1020px; }
  .studioImage { background-position: 22% center; filter: brightness(.62) saturate(.72) contrast(1.04); }
  .studioSplit::before { background: linear-gradient(180deg, rgba(5,5,7,.15) 0%, rgba(5,5,7,.34) 28%, rgba(5,5,7,.86) 54%, rgba(5,5,7,.98) 100%); }
  .studioCopy { width: min(100% - 36px, 720px); padding: 410px 0 76px; align-items: flex-end; }
  .studioPanel { width: 100%; margin: auto 0 0; }
  .locationInfo { padding: 76px 18px; }
  .studioCopy h2, .locationInfo h2 { margin-top: 48px; }
  .teamGrid { grid-template-columns: 1fr; gap: 2px; }
  .teamCard, .teamCard:nth-child(4), .teamCard:nth-child(5), .teamCard:last-child { min-height: 620px; grid-column: auto; }
  .teamCard img { object-position: 50% 18%; }
  .reviewGrid { grid-template-columns: 1fr; }
  .reviewCard, .reviewWide { grid-column: auto; min-height: 330px; }
  .reviewCard p { font-size: 17px; }
  .mapBadge { left: 18px; bottom: 18px; width: calc(100% - 36px); }
  .hours > div { grid-template-columns: 1fr; gap: 7px; }
  .locationPhone { font-size: 25px; }
  .contactCopy ul { gap: 18px; }
  .formWrap { padding: 24px 18px; }
  .enquiryForm { grid-template-columns: 1fr; }
  .fieldFull, .formButton, .formNote { grid-column: 1; }
  .footerGrid { grid-template-columns: 1fr; padding: 60px 0; gap: 32px; text-align: center; }
  .footerBrand { justify-content: center; }
  .footerLinks { justify-content: center; flex-wrap: wrap; }
  .footerMeta { min-height: 80px; flex-direction: column; justify-content: center; gap: 10px; text-align: center; }
}

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