:root {
  --yellow: #f4d700;
  --yellow-bright: #ffe600;
  --ink: #112115;
  --ink-soft: #111e2161;
  --paper: #f8f7f2;
  --white: #fff;
  --muted: #66706b;
  --line: #dce0dc;
  --max: 1220px;
  --shadow: 0 24px 70px rgba(17, 22, 20, 0.14);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--display); font-weight: 900; line-height: .94; letter-spacing: -.035em; text-transform: uppercase; }
h2 { margin-bottom: 24px; font-size: clamp(2.75rem, 6vw, 5.5rem); }
p { color: var(--muted); }

.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; padding: 12px 18px; background: var(--yellow); font-weight: 800; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(84px, 10vw, 148px); }
.section-kicker, .eyebrow { margin-bottom: 20px; color: #9a8700; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 34px; height: 3px; margin: 0 12px 3px 0; background: var(--yellow); }
.section-kicker-light { color: var(--yellow); }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.55; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 23px; border: 2px solid transparent; text-decoration: none; font-size: .88rem; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button span { margin-left: 16px; font-size: 1.1rem; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .gallery-item:focus-visible, .menu-toggle:focus-visible, .header-social:focus-visible, .lightbox-close:focus-visible { outline: 3px solid var(--yellow-bright); outline-offset: 4px; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: var(--yellow-bright); }
.button-ghost { border-color: rgba(255,255,255,.75); 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(--yellow); color: var(--ink); }
.button-ghost-dark { border-color: var(--ink); color: var(--ink); }
.button-ghost-dark:hover { background: var(--ink); color: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--yellow); border-bottom: 0; transition: background .25s, box-shadow .25s, color .25s; }
.site-header.is-scrolled { color: var(--white); background: rgba(17, 22, 20, 0.78); box-shadow: 0 7px 30px rgba(17,22,20,.09); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; height: 88px; gap: clamp(20px, 4vw, 50px); }
.brand { flex: 0 0 clamp(195px, 20vw, 248px); padding: 0; background: transparent; border-radius: 0; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 35px); margin-left: auto; }
.site-nav a { position: relative; color: inherit; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-social { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; background: var(--yellow); color: var(--ink); text-decoration: none; transition: transform .2s, background .2s; }
.header-social svg { width: 23px; height: 23px; fill: currentColor; }
.header-social:hover { background: var(--yellow-bright); transform: translateY(-2px); }
.header-phone { display: flex; align-items: center; gap: 10px; padding: 10px 15px; background: var(--yellow); color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 900; line-height: 1.1; white-space: nowrap; }
.header-phone small { display: block; margin-bottom: 3px; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.phone-icon { font-size: 1.15rem; }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; min-height: min(940px, 100svh); overflow: hidden; background: var(--ink) url("assets/images/hero-action-v2.jpg") 54% 38% / cover no-repeat; color: var(--white); }
.hero-photo { position: absolute; inset: -2px; width: calc(100% + 4px); max-width: none; height: calc(100% + 4px); object-fit: cover; object-position: 54% 38%; filter: blur(.35px) saturate(.92) contrast(1.04); transform: scale(.94); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,13,11,.94) 0%, rgba(8,13,11,.76) 36%, rgba(8,13,11,.24) 68%, rgba(8,13,11,.08) 100%), linear-gradient(0deg, rgba(8,13,11,.78), transparent 42%); }
.hero-line { display: none; }
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 140px; padding-bottom: 180px; }
.hero-copy { max-width: 740px; min-width: 0; }
.eyebrow { display: flex; align-items: center; color: var(--white); }
.eyebrow span { width: 38px; height: 3px; margin-right: 13px; background: var(--yellow); }
.hero h1 { margin-bottom: 30px; color: var(--white); font-size: clamp(4.4rem, 9vw, 8.4rem); line-height: .79; letter-spacing: -.055em; }
.hero h1 span { display: block; }
.hero h1 .accent { color: var(--yellow); }
.hero-intro { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 1.7vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { position: absolute; z-index: 3; left: 50%; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; transform: translateX(-50%); background: var(--white); color: var(--ink); }
.hero-proof > div { display: flex; align-items: center; min-height: 112px; padding: 22px 28px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; }
.hero-proof > div > span { margin-right: 16px; color: #b29d00; font-family: var(--display); font-size: 1.4rem; font-weight: 900; }
.hero-proof p { margin: 0; color: var(--ink); line-height: 1.25; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof strong { margin-bottom: 6px; font-size: .88rem; text-transform: uppercase; }
.hero-proof small { color: var(--muted); font-size: .72rem; }

.about { background: var(--white); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-grid > *, .why-grid > *, .contact-wrap > * { min-width: 0; }
.about-copy h2 { max-width: 690px; }
.about-copy > p:not(.section-kicker) { max-width: 610px; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.availability { font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.availability i { display: inline-block; width: 9px; height: 9px; margin-right: 9px; border-radius: 50%; background: #46a64b; box-shadow: 0 0 0 5px rgba(70,166,75,.13); }
.about-visual { position: relative; padding: 0 0 62px 54px; }
.image-frame { position: relative; z-index: 2; aspect-ratio: 5/4; overflow: hidden; box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); pointer-events: none; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transition: transform .6s ease; }
.image-frame:hover img { transform: scale(1.025); }
.about-card { position: absolute; z-index: 3; left: 0; bottom: 0; display: flex; align-items: center; min-width: 330px; padding: 24px 28px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.about-card-mark { margin-right: 20px; color: var(--yellow); font-family: var(--display); font-size: 3.8rem; font-weight: 900; line-height: 1; }
.about-card p { margin: 0; color: var(--white); line-height: 1.15; }
.about-card small, .about-card strong, .about-card a { display: block; }
.about-card small { margin-bottom: 5px; color: rgba(255,255,255,.55); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-card strong { font-size: 1.05rem; text-transform: uppercase; }
.about-card a { margin-top: 5px; color: var(--yellow); font-size: .8rem; font-weight: 800; text-decoration: none; }
.dot-field { position: absolute; z-index: 1; top: -28px; right: -36px; width: 150px; height: 150px; background-image: radial-gradient(#d4d4ce 1.4px, transparent 1.4px); background-size: 12px 12px; }

.services { position: relative; overflow: hidden; background: var(--ink); }
.services::before { content: "ARCHERS"; position: absolute; right: -20px; top: -88px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: clamp(12rem, 28vw, 31rem); font-weight: 900; line-height: 1; }
.section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.section-heading h2, .section-heading-dark h2 { margin-bottom: 0; color: var(--white); }
.section-heading > p { margin-bottom: 7px; color: rgba(255,255,255,.62); }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 620px; overflow: hidden; background: var(--ink-soft); }
.service-image { position: absolute; inset: 0 0 145px; overflow: hidden; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,22,20,.9), transparent 60%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:nth-child(1) img { object-position: 50% 37%; }
.service-card:nth-child(2) img { object-position: 50% 15%; }
.service-card:nth-child(3) img { object-position: 43% 66%; }
.service-card:nth-child(4) img { object-position: 50% 25%; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-copy { position: absolute; z-index: 3; inset: auto 0 0; min-height: 175px; padding: 29px 24px; background: linear-gradient(0deg, var(--ink-soft) 80%, transparent); }
.service-copy h3 { margin-bottom: 13px; color: var(--white); font-size: 1.65rem; }
.service-copy p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; line-height: 1.55; }
.service-hire-callout { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 18px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.16); border-left: 6px solid var(--yellow); background: rgba(255,255,255,.055); }
.hire-icon { display: grid; width: 47px; height: 47px; place-items: center; background: var(--yellow); color: var(--ink); font-size: 1.25rem; }
.service-hire-callout small, .service-hire-callout strong { display: block; }
.service-hire-callout small { margin-bottom: 3px; color: rgba(255,255,255,.55); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-hire-callout strong { color: var(--white); font-family: var(--display); font-size: 1.35rem; letter-spacing: -.01em; text-transform: uppercase; }
.service-hire-callout a { color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.service-hire-callout a span { margin-left: 10px; font-size: 1rem; }
.service-hire-callout a:hover { color: var(--white); }

.why { background: #eeeee8; }
.why-grid { display: grid; grid-template-columns: .72fr 1.15fr; align-items: stretch; gap: clamp(50px, 8vw, 110px); }
.why-photo { position: relative; min-height: 730px; overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.why-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.photo-label { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 22px 28px; background: var(--yellow); }
.photo-label small, .photo-label strong { display: block; }
.photo-label small { font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.photo-label strong { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.why-copy { align-self: center; }
.why-copy h2 { max-width: 770px; }
.why-copy > .lead { max-width: 700px; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid #cfd3cf; border-left: 1px solid #cfd3cf; }
.reason-grid article { display: flex; gap: 17px; padding: 27px 20px; border-right: 1px solid #cfd3cf; border-bottom: 1px solid #cfd3cf; }
.reason-grid article > span { flex: 0 0 auto; display: grid; width: 42px; height: 42px; place-items: center; background: var(--yellow); font-family: var(--display); font-weight: 900; }
.reason-grid h3 { margin: 3px 0 8px; font-family: var(--body); font-size: .92rem; letter-spacing: 0; text-transform: none; }
.reason-grid p { margin: 0; font-size: .8rem; line-height: 1.45; }

.work { background: var(--white); }
.section-heading-dark h2 { color: var(--ink); }
.section-heading-dark > p { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; overflow: hidden; padding: 0; border: 0; background: #ccd1ce; cursor: zoom-in; text-align: left; }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:nth-child(1) img { object-position: 50% 34%; }
.gallery-item:nth-child(3) img { object-position: 50% 24%; }
.gallery-item:nth-child(5) img { object-position: 50% 65%; }
.gallery-item:nth-child(6) img { object-position: 50% 36%; }
.gallery-item::after { content: "+"; position: absolute; right: 18px; top: 18px; display: grid; width: 38px; height: 38px; place-items: center; background: var(--yellow); color: var(--ink); font-size: 1.4rem; font-weight: 700; opacity: 0; transform: translateY(-8px); transition: opacity .25s, transform .25s; }
.gallery-item > span { position: absolute; inset: auto 0 0; padding: 38px 20px 18px; background: linear-gradient(transparent, rgba(8,13,11,.86)); color: var(--white); font-size: .83rem; font-weight: 800; transform: translateY(10px); opacity: 0; transition: opacity .25s, transform .25s; }
.gallery-item > span small { display: block; margin-bottom: 3px; color: var(--yellow); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(.82); }
.gallery-item:hover::after, .gallery-item:hover > span, .gallery-item:focus-visible::after, .gallery-item:focus-visible > span { opacity: 1; transform: none; }

.reviews { position: relative; overflow: hidden; background: #eeeee8; }
.reviews::after { content: "★★★★★"; position: absolute; right: -20px; bottom: -72px; color: rgba(17,22,20,.035); font-family: var(--display); font-size: clamp(7rem, 16vw, 14rem); letter-spacing: -.08em; white-space: nowrap; }
.reviews-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; margin-bottom: 48px; }
.reviews-heading h2 { max-width: 820px; margin-bottom: 0; }
.review-trust { display: flex; align-items: center; gap: 17px; min-width: 300px; padding: 20px 24px; border-left: 5px solid var(--yellow); background: var(--white); box-shadow: 0 12px 35px rgba(17,22,20,.08); }
.review-trust > span { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 1.45rem; font-weight: 900; }
.review-trust small, .review-trust strong { display: block; line-height: 1.12; }
.review-trust small { margin-bottom: 5px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.review-trust strong { font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.review-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.review-card { display: flex; min-height: 340px; flex-direction: column; padding: clamp(28px, 4vw, 44px); border: 1px solid #d6dad5; background: var(--white); }
.review-stars { margin-bottom: 22px; color: #b79f00; font-size: 1rem; letter-spacing: .13em; }
.review-card blockquote { flex: 1; margin: 0; color: #2f3834; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.65; }
.review-card footer { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.review-card footer > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--yellow); font-family: var(--display); font-size: 1.2rem; font-weight: 900; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer strong { font-size: .84rem; }
.review-card footer small { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.review-action { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 18px; padding: 24px 28px; background: var(--yellow); }
.review-action p { margin: 0; color: var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 900; text-transform: uppercase; }
.review-buttons { display: flex; flex: 0 0 auto; gap: 10px; }
.review-action .button { flex: 0 0 auto; min-height: 52px; }

.video-section { padding-top: 0; background: var(--white); }
.video-placeholder { position: relative; display: grid; min-height: 560px; place-items: center; overflow: hidden; color: var(--white); text-align: center; }
.video-placeholder > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,14,12,.88), rgba(9,14,12,.58)), repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,.025) 14px 15px); }
.video-copy { position: relative; z-index: 2; max-width: 680px; padding: 60px 24px; }
.video-icon { display: grid; width: 78px; height: 78px; margin: 0 auto 28px; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--yellow); font-size: 1.4rem; text-indent: 4px; }
.video-copy h2 { color: var(--white); font-size: clamp(3rem, 6vw, 5.4rem); }
.video-copy p:last-child { margin: 0; color: rgba(255,255,255,.7); }

.contact { background: var(--yellow); }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.contact-copy .section-kicker { color: rgba(17,22,20,.65); }
.contact-copy .section-kicker::before { background: var(--ink); }
.contact-copy h2 { max-width: 670px; }
.contact-copy > p:not(.section-kicker) { max-width: 550px; color: rgba(17,22,20,.7); font-size: 1.05rem; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 32px; }
.text-link { font-size: .82rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; text-underline-offset: 5px; }
.text-link span { margin-left: 6px; }
.contact-details { margin: 0; padding: 8px 0; border-left: 1px solid rgba(17,22,20,.24); font-style: normal; }
.contact-row { display: flex; align-items: center; gap: 18px; padding: 18px 0 18px 42px; text-decoration: none; }
.contact-row > span { display: grid; flex: 0 0 auto; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(17,22,20,.28); border-radius: 50%; font-size: 1.15rem; font-weight: 900; }
.contact-row small, .contact-row strong { display: block; }
.contact-row small { color: rgba(17,22,20,.6); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-row strong { overflow-wrap: anywhere; font-size: clamp(.9rem, 1.5vw, 1.08rem); }
a.contact-row:hover strong { text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 60px 0 26px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { padding: 0; background: transparent; border-radius: 0; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.55); font-size: .86rem; }
.footer-main nav { display: flex; gap: 28px; }
.footer-main nav a { color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.footer-main nav a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.4); font-size: .69rem; }
.mobile-callbar { display: none; }

.lightbox { width: min(92vw, 1050px); max-height: 92vh; padding: 0; border: 0; background: transparent; color: var(--white); overflow: visible; }
.lightbox::backdrop { background: rgba(8,13,11,.94); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: var(--ink); }
.lightbox p { margin: 12px 0 0; color: var(--white); text-align: center; }
.lightbox-close { position: absolute; z-index: 2; right: -8px; top: -46px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 1.8rem; line-height: 1; cursor: pointer; }

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

@media (max-width: 1050px) {
  .header-phone { display: none; }
  .site-nav { gap: 24px; }
  .hero { min-height: 880px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 600px; }
  .why-grid { grid-template-columns: .8fr 1.2fr; gap: 55px; }
  .why-photo { min-height: 650px; }
  .gallery { grid-auto-rows: 220px; }
  .footer-main { grid-template-columns: 235px 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 75px; }
  .shell { width: min(calc(100% - 34px), var(--max)); }
  .section { padding-block: 82px; }
  .header-inner { height: 74px; }
  .brand { flex-basis: 194px; }
  .header-social { order: 2; margin-left: auto; }
  .menu-toggle { position: relative; z-index: 102; order: 3; display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; margin-left: 0; padding: 12px 10px; border: 0; background: var(--yellow); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; gap: 27px; visibility: hidden; opacity: 0; background: var(--ink); color: var(--white); transition: opacity .22s, visibility .22s; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font-family: var(--display); font-size: 2.4rem; }
  .site-nav a::after { bottom: -4px; }
  .hero { min-height: 860px; }
  .hero { background-position: 55% 45%; }
  .hero-photo { object-position: 55% 45%; }
  .hero-scrim { background: linear-gradient(90deg, rgba(8,13,11,.93), rgba(8,13,11,.4)), linear-gradient(0deg, rgba(8,13,11,.84), transparent 55%); }
  .hero-content { align-items: flex-end; padding-top: 135px; padding-bottom: 205px; }
  .hero h1 { font-size: clamp(4rem, 15vw, 6.3rem); }
  .hero-copy { max-width: 620px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof > div { display: none; }
  .hero-proof > div:first-child { display: flex; min-height: 92px; }
  .about-grid, .why-grid, .contact-wrap { grid-template-columns: minmax(0, 1fr); }
  .about-visual { max-width: 650px; padding-left: 32px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .why-photo { width: min(100%, 540px); min-height: 630px; }
  .gallery { grid-auto-rows: 240px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 6; }
  .gallery-item.gallery-tall { grid-row: span 1; }
  .gallery-item > span, .gallery-item::after { opacity: 1; transform: none; }
  .reviews-heading { grid-template-columns: 1fr; align-items: start; }
  .review-trust { width: fit-content; }
  .review-action { align-items: flex-start; flex-direction: column; }
  .video-placeholder { min-height: 510px; }
  .contact-details { border-top: 1px solid rgba(17,22,20,.24); border-left: 0; }
  .contact-row { padding-left: 0; }
  .footer-main { grid-template-columns: 220px 1fr; gap: 30px; }
  .footer-main nav { gap: 18px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 64px; }
  h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .section { padding-block: 70px; }
  .site-header { background: rgba(17,22,20,.88); }
  .site-header.is-scrolled { background: rgba(255,255,255,.97); }
  .brand { flex-basis: 174px; }
  .hero { min-height: 850px; }
  .hero { background-position: 53% 38%; }
  .hero-photo { object-position: 53% 38%; }
  .hero-content { padding-top: 170px; padding-bottom: 155px; }
  .hero h1 { font-size: clamp(2.8rem, 11.5vw, 4rem); }
  .hero-intro { font-size: .98rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .about-actions { align-items: stretch; }
  .availability { width: 100%; text-align: center; }
  .about-visual { padding: 0 0 76px; }
  .image-frame { aspect-ratio: 4/5; }
  .image-frame img { object-position: 53% 50%; }
  .about-card { left: 14px; right: 14px; min-width: 0; padding: 21px; }
  .dot-field { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 570px; }
  .service-hire-callout { grid-template-columns: auto 1fr; padding: 18px; }
  .service-hire-callout a { grid-column: 1 / -1; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); }
  .why-photo { min-height: 570px; }
  .reason-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: auto; }
  .gallery-item:nth-child(4) { display: none; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .review-action { align-items: stretch; flex-direction: column; }
  .review-action p { text-align: center; }
  .review-buttons { flex-direction: column; }
  .video-section { padding-top: 0; }
  .video-placeholder { min-height: 540px; }
  .contact-actions { align-items: stretch; }
  .contact-actions .text-link { text-align: center; }
  .contact-row { gap: 13px; }
  .contact-row > span { width: 48px; height: 48px; font-size: 1rem; }
  .contact-row strong { font-size: .84rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { width: 225px; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .mobile-callbar { position: fixed; z-index: 99; inset: auto 0 0; display: grid; grid-template-columns: 1.35fr .65fr; height: 64px; box-shadow: 0 -5px 25px rgba(17,22,20,.15); }
  .mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--yellow); color: var(--ink); font-size: .76rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .mobile-callbar a:last-child { background: var(--ink); color: var(--white); }
  .lightbox { width: 94vw; }
}

@media (max-width: 360px) {
  h2 { font-size: 9.2vw; }
  .hero h1 { font-size: 9vw; }
  .brand { flex-basis: 150px; }
}

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

@media print {
  .site-header, .mobile-callbar, .video-section, .lightbox { display: none !important; }
  .hero { min-height: 600px; }
  .reveal { opacity: 1; transform: none; }
}
