:root {
  --yellow: #f3c400;
  --yellow-soft: #fff5ba;
  --ink: #161819;
  --ink-2: #262a2c;
  --muted: #5e6262;
  --line: #d9d6cc;
  --paper: #f5f1e8;
  --white: #ffffff;
  --green: #24715b;
  --shadow: 0 24px 70px rgba(22, 24, 25, .13);
  --radius: 20px;
  --site: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-width { width: min(calc(100% - 40px), var(--site)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--yellow); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.utility-bar { background: var(--ink); color: #f3f1e9; font-size: .77rem; letter-spacing: .03em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: var(--yellow); font-weight: 900; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(22,24,25,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--yellow); border: 3px solid var(--ink); transform: rotate(-3deg); }
.brand-mark span { width: 16px; height: 16px; border: 4px solid var(--ink); border-top-color: transparent; transform: rotate(45deg); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font-size: 1.08rem; letter-spacing: .045em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .63rem; font-weight: 900; letter-spacing: .22em; }
.site-nav { display: flex; align-items: stretch; justify-content: center; gap: 3px; margin-left: auto; }
.site-nav a { position: relative; padding: 26px 11px 23px; color: #313536; font-size: .86rem; font-weight: 800; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 16px; height: 3px; background: var(--yellow); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 8px; }
.menu-toggle { display: none; border: 0; background: transparent; font-weight: 800; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 2px solid transparent; border-radius: 7px; font-size: .88rem; font-weight: 900; letter-spacing: .015em; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(22,24,25,.16); }
.button-small { min-height: 40px; padding: 9px 13px; font-size: .78rem; }
.button-yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-ghost { background: var(--paper); color: var(--ink); }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(125deg, #f8f5ed 0 62%, #eee9dd 62%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(22,24,25,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(22,24,25,.035) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(44px, 7vw, 90px); padding-block: 74px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #4a4e4f; font-size: .72rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow i { width: 22px; height: 7px; background: var(--yellow); transform: skew(-20deg); }
.eyebrow-dark { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", Arial, Helvetica, sans-serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(3.3rem, 7vw, 6.5rem); font-weight: 950; text-transform: uppercase; }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.hero-inner h1 { font-size: clamp(3.1rem, 6vw, 5.65rem); }
.hero-lead { max-width: 660px; margin-bottom: 30px; color: #44494a; font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.65; }
.hero-copy .button-row { margin-bottom: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-points span { padding: 7px 10px; border: 1px solid #cbc7bc; background: rgba(255,255,255,.5); font-size: .73rem; font-weight: 800; }
.hero-media { position: relative; justify-self: end; width: min(100%, 490px); }
.hero-media::before { content: ""; position: absolute; left: -18px; top: -18px; width: 86px; height: 86px; background: repeating-linear-gradient(135deg, var(--yellow) 0 9px, var(--ink) 9px 18px); }
.hero-photo { width: 100%; height: 540px; object-fit: cover; border: 8px solid var(--white); box-shadow: var(--shadow); }
.photo-label { position: absolute; left: -34px; bottom: 28px; min-width: 220px; padding: 14px 18px; background: var(--ink); color: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.23); }
.photo-label strong, .photo-label span { display: block; }
.photo-label strong { color: var(--yellow); font-size: .78rem; letter-spacing: .12em; }
.photo-label span { margin-top: 3px; font-size: .72rem; }
.signal-strip { background: var(--yellow); border-block: 3px solid var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 21px 24px; border-right: 2px solid rgba(22,24,25,.25); }
.signal-grid > div:first-child { padding-left: 0; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid b { font-size: 1.5rem; }
.signal-grid strong, .signal-grid span span { display: block; }
.signal-grid strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.signal-grid span span { font-size: .75rem; }
.section { padding-block: clamp(70px, 9vw, 120px); }
.section-warm { background: var(--paper); }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .feature-copy h2, .cta-band h2, .page-intro h1, .about-story h2 { font-size: clamp(2.25rem, 4vw, 4rem); text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading p { max-width: 480px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .2s ease, transform .2s ease; }
.service-card:hover { position: relative; background: #fffbdf; transform: translateY(-3px); }
.service-card-link { display: block; color: var(--ink); text-decoration: none; cursor: pointer; }
.service-card-link:focus-visible { position: relative; z-index: 2; outline: 4px solid var(--yellow); outline-offset: -4px; }
.service-card-link .text-link { margin-top: 22px; }
.service-number { display: inline-block; margin-bottom: 38px; padding-bottom: 4px; border-bottom: 4px solid var(--yellow); color: var(--muted); font-size: .72rem; font-weight: 900; }
.service-card h3 { margin-bottom: 14px; font-size: 1.55rem; text-transform: uppercase; }
.service-card h3 a { text-decoration: none; }
.service-card p, .service-card li { color: var(--muted); font-size: .88rem; }
.service-card ul { margin: 18px 0 0; padding-left: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: .82rem; font-weight: 900; text-decoration: none; }
.text-link b { color: var(--green); font-size: 1.2rem; }
.feature-grid { display: grid; grid-template-columns: 1.05fr 1fr .55fr; align-items: center; gap: clamp(28px, 5vw, 70px); }
.feature-photo { height: 490px; box-shadow: var(--shadow); }
.feature-photo.portrait { height: 380px; align-self: end; }
.cover-photo { width: 100%; height: 100%; object-fit: cover; }
.feature-copy p { color: var(--muted); }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.cta-band { background: var(--ink); color: var(--white); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding-block: 58px; }
.cta-band h2 { margin-bottom: 10px; }
.cta-band p { margin-bottom: 0; color: #c9ccca; }
.dual-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.dual-feature article { display: grid; grid-template-columns: .76fr 1fr; min-height: 360px; background: var(--white); box-shadow: 0 14px 40px rgba(22,24,25,.08); }
.dual-feature article > img { width: 100%; height: 100%; object-fit: cover; }
.dual-feature article > div { padding: 34px; align-self: center; }
.dual-feature h2 { font-size: 1.8rem; text-transform: uppercase; }
.dual-feature p { color: var(--muted); }
.scope-note { border-block: 1px solid var(--line); }
.scope-note > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding-block: 34px; }
.scope-note h2 { margin-bottom: 5px; font-size: 1.35rem; text-transform: uppercase; }
.scope-note p { margin: 0; color: var(--muted); }
.scope-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); font-weight: 950; }
.hero-contact { display: grid; gap: 8px; max-width: 430px; }
.hero-contact a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 15px; border-left: 5px solid var(--yellow); background: rgba(255,255,255,.65); font-weight: 900; text-decoration: none; }
.hero-contact small { color: var(--muted); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.request-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 54px; align-items: start; }
.lead-form { padding: clamp(26px, 5vw, 52px); border-top: 8px solid var(--yellow); background: var(--white); box-shadow: var(--shadow); }
.request-section, .contact-form-section { background: #eeeadf; }
.form-heading h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.4rem); text-transform: uppercase; }
.form-heading p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.form-grid label { display: grid; gap: 7px; color: #303334; font-size: .78rem; font-weight: 900; letter-spacing: .02em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #bbb8af; border-radius: 5px; background: #fffefa; color: var(--ink); padding: 12px 13px; outline: 0; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(243,196,0,.35); }
.form-span { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 25px; }
.form-note { margin: 0; color: var(--muted); font-size: .76rem; }
.request-aside { position: sticky; top: 120px; padding: 30px; border: 1px solid #d0ccc1; background: #f8f5ed; }
.request-aside h2 { font-size: 2rem; text-transform: uppercase; }
.request-aside ol { display: grid; gap: 25px; padding-left: 22px; }
.request-aside li { padding-left: 6px; }
.request-aside li b, .request-aside li span { display: block; }
.request-aside li span { color: var(--muted); font-size: .83rem; }
.aside-callout { margin-top: 28px; padding: 18px; background: var(--ink); color: var(--white); }
.aside-callout strong, .aside-callout a { display: block; }
.aside-callout a { margin-top: 6px; color: var(--yellow); font-size: .84rem; font-weight: 900; text-decoration: none; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.photo-pair figure { margin: 0; height: 450px; position: relative; overflow: hidden; }
.photo-pair figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 13px 15px; background: rgba(22,24,25,.91); color: var(--white); font-size: .8rem; }
.page-intro { padding-block: 90px; }
.dark-intro { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.dark-intro::after { content: ""; position: absolute; width: 260px; height: 260px; right: 8%; top: -120px; border: 34px solid var(--yellow); transform: rotate(16deg); opacity: .9; }
.page-intro h1 { position: relative; z-index: 1; margin-bottom: 14px; }
.page-intro h1 em { -webkit-text-stroke-color: var(--white); }
.page-intro p { position: relative; z-index: 1; max-width: 680px; margin-bottom: 0; color: #c9ccca; font-size: 1.08rem; }
.gallery-hub { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.gallery-card { position: relative; min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); text-decoration: none; box-shadow: 0 15px 40px rgba(22,24,25,.08); transition: transform .2s ease, box-shadow .2s ease; }
.gallery-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.gallery-card > img { width: 100%; height: 360px; object-fit: cover; }
.gallery-card > div { padding: 27px; }
.gallery-card span { color: var(--green); font-size: .68rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.gallery-card h2 { margin: 10px 0 12px; font-size: 2rem; text-transform: uppercase; }
.gallery-card p { color: var(--muted); }
.gallery-card b { font-size: .82rem; }
.gallery-note { background: var(--paper); border-block: 1px solid var(--line); }
.gallery-note > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-block: 48px; }
.gallery-note h2 { margin: 0; font-size: 2.25rem; text-transform: uppercase; }
.gallery-note p { margin: 0; color: var(--muted); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-story p { color: var(--muted); font-size: 1.05rem; }
.values-layout { display: grid; grid-template-columns: .9fr 1.3fr .65fr; align-items: center; gap: 34px; }
.values-photo { height: 560px; }
.values-photo.portrait { height: 390px; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.values-grid b { color: var(--green); font-size: .7rem; }
.values-grid h3 { margin: 22px 0 9px; font-size: 1.35rem; text-transform: uppercase; }
.values-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.network-note { background: var(--yellow); border-block: 3px solid var(--ink); }
.network-note > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; padding-block: 28px; }
.network-note span { font-weight: 950; text-transform: uppercase; }
.network-note p { margin: 0; }
.contact-cards { display: grid; gap: 9px; }
.contact-cards a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid #ccc8be; background: rgba(255,255,255,.58); text-decoration: none; }
.contact-cards small { color: var(--muted); font-weight: 900; text-transform: uppercase; }
.contact-cards strong { min-width: 0; overflow-wrap: anywhere; font-size: .9rem; }
.contact-cards span { font-size: .72rem; font-weight: 800; }
.plain-note { padding: 16px; border-left: 5px solid var(--yellow); background: var(--white); color: var(--muted); font-size: .82rem; }
.gallery-detail-intro .back-link { position: relative; z-index: 2; display: block; width: max-content; margin-bottom: 35px; color: var(--yellow); font-size: .8rem; font-weight: 900; text-decoration: none; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px; }
.detail-gallery figure { margin: 0; min-width: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 35px rgba(22,24,25,.08); }
.detail-gallery figure > a { display: block; height: 440px; overflow: hidden; }
.detail-gallery figure img { transition: transform .28s ease; }
.detail-gallery figure a:hover img { transform: scale(1.025); }
.detail-gallery figcaption { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 22px; }
.detail-gallery figcaption > span { color: var(--green); font-size: .7rem; font-weight: 950; }
.detail-gallery h2 { margin-bottom: 8px; font-size: 1.32rem; text-transform: uppercase; }
.detail-gallery p { margin: 0; color: var(--muted); font-size: .83rem; }
.service-back-link { display: block; width: max-content; margin-bottom: 28px; color: var(--green); font-size: .78rem; font-weight: 900; text-decoration: none; }
.service-detail-overview { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.service-overview-copy h2, .service-request-tips h2 { font-size: clamp(2.4rem, 4vw, 4rem); text-transform: uppercase; }
.service-overview-copy p, .service-request-tips p { color: var(--muted); font-size: 1.03rem; }
.service-includes { padding: 34px; border-top: 8px solid var(--yellow); background: var(--paper); }
.service-includes ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-includes li { position: relative; min-height: 92px; padding: 24px 18px 20px 48px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-size: .88rem; font-weight: 800; }
.service-includes li::before { content: "✓"; position: absolute; left: 18px; color: var(--green); font-weight: 950; }
.service-photo-story .photo-pair figure { height: 560px; }
.service-request-tips { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.service-request-tips ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-request-tips li { min-height: 180px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.service-request-tips li b, .service-request-tips li span { display: block; }
.service-request-tips li b { margin-bottom: 55px; color: var(--green); font-size: .72rem; }
.service-request-tips li span { font-weight: 900; line-height: 1.35; }
.site-footer { padding: 68px 0 26px; background: #0f1112; color: #eef0ed; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .95fr; gap: 70px; padding-bottom: 45px; }
.brand-footer { color: var(--white); }
.brand-footer small { color: #bfc4c1; }
.footer-grid > div:first-child p { max-width: 420px; margin: 23px 0 0; color: #adb3af; }
.footer-grid h2 { margin: 0 0 18px; color: var(--yellow); font: 900 .72rem Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; width: max-content; margin: 10px 0; color: #d8ddda; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid #34383a; color: #8f9591; font-size: .72rem; }
.mobile-action-bar { display: none; }

@media (max-width: 1060px) {
  .header-actions { display: none; }
  .site-nav a { padding-inline: 9px; font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-photo.portrait { display: none; }
  .dual-feature article { grid-template-columns: 1fr; }
  .dual-feature article > img { height: 310px; }
  .gallery-hub, .detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-card:last-child, .detail-gallery figure:last-child { grid-column: 1 / -1; }
  .gallery-card:last-child > img { height: 430px; }
  .values-layout { grid-template-columns: 1fr 1fr; }
  .values-photo.portrait { display: none; }
}

@media (max-width: 800px) {
  .site-width { width: min(calc(100% - 28px), var(--site)); }
  .utility-inner span { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 70px; flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; align-items: center; gap: 9px; padding: 12px 0; }
  .menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 23px; height: 2px; background: var(--ink); content: ""; }
  .menu-icon { position: relative; }
  .menu-icon::before { position: absolute; top: -7px; }
  .menu-icon::after { position: absolute; top: 7px; }
  .site-nav { display: none; order: 3; width: 100%; margin: 0; padding: 6px 0 14px; flex-direction: column; align-items: stretch; }
  .site-header.menu-open .site-nav { display: flex; }
  .site-nav a { padding: 11px 5px; border-top: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 54px 74px; }
  .hero-copy { max-width: 680px; }
  .hero-media { width: 100%; justify-self: stretch; }
  .hero-photo { height: min(560px, 120vw); }
  .photo-label { left: 14px; bottom: -25px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(22,24,25,.22); }
  .signal-grid > div:last-child { border-bottom: 0; }
  .split-heading, .cta-band-inner, .gallery-note > div, .about-story, .network-note > div { grid-template-columns: 1fr; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-photo { height: 420px; }
  .dual-feature { grid-template-columns: 1fr; }
  .scope-note > div { grid-template-columns: auto 1fr; }
  .scope-note .button { grid-column: 1 / -1; }
  .request-layout { grid-template-columns: 1fr; }
  .request-aside { position: static; }
  .service-detail-overview, .service-request-tips { grid-template-columns: 1fr; }
  .service-photo-story .photo-pair figure { height: 480px; }
  .gallery-hub, .detail-gallery { grid-template-columns: 1fr; }
  .gallery-card:last-child, .detail-gallery figure:last-child { grid-column: auto; }
  .gallery-card > img, .gallery-card:last-child > img { height: 420px; }
  .values-layout { grid-template-columns: 1fr; }
  .values-photo { height: 480px; }
  .contact-cards a { grid-template-columns: 55px 1fr; }
  .contact-cards span { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 58px; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: .96rem; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  h1 em { -webkit-text-stroke-width: 1.4px; }
  .hero-inner h1 { font-size: clamp(2.65rem, 13vw, 4.05rem); }
  .hero-photo { height: 460px; }
  .button-row .button { width: 100%; }
  .hero-points { display: grid; }
  .section { padding-block: 66px; }
  .section-heading h2, .feature-copy h2, .cta-band h2, .page-intro h1, .about-story h2 { font-size: 2.35rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-includes { padding: 22px; }
  .service-includes ul, .service-request-tips ol { grid-template-columns: 1fr; }
  .service-photo-story .photo-pair figure { height: 420px; }
  .form-grid, .photo-pair, .values-grid { grid-template-columns: 1fr; }
  .form-span { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .photo-pair figure { height: 390px; }
  .page-intro { padding-block: 70px; }
  .dark-intro::after { opacity: .3; }
  .detail-gallery figure > a { height: 420px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr 1.35fr; min-height: 58px; background: var(--ink); box-shadow: 0 -8px 28px rgba(0,0,0,.2); }
  .mobile-action-bar a { display: grid; place-items: center; color: var(--white); border-right: 1px solid #3c4041; font-size: .78rem; font-weight: 900; text-decoration: none; }
  .mobile-action-bar .mobile-action-primary { background: var(--yellow); color: var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
