:root {
  --paper: #f2f0e9;
  --paper-deep: #e8e4da;
  --white: #fffdf8;
  --ink: #17211b;
  --ink-soft: #29352e;
  --muted: #5e685f;
  --line: #d5d3c9;
  --accent: #97501f;
  --accent-dark: #743813;
  --display: "Barlow Condensed", sans-serif;
  --body: "Work Sans", sans-serif;
  --shadow: 0 24px 70px rgba(18, 29, 22, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
main:focus { outline: none; }
.section:focus { outline: 3px solid var(--accent-dark); outline-offset: -3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(242,240,233,.96); color: var(--ink); border-color: var(--line); box-shadow: 0 8px 30px rgba(15,27,20,.08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 54px; height: 54px; border-radius: 4px; object-fit: cover; }
.brand-copy { display: grid; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-family: var(--display); font-size: 26px; letter-spacing: .035em; }
.brand-copy small { margin-top: 5px; color: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.site-header:not(.scrolled) .brand-copy small, .footer-brand .brand-copy small { color: #efaa70; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--accent); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 17px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .06em; }
.nav-cta:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { min-height: 780px; height: 100svh; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("images/project-carport.jpg") center 54% / cover no-repeat; transform: scale(1.02); animation: hero-in 1.4s ease both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(15,25,19,.94) 0%, rgba(18,29,22,.78) 48%, rgba(15,25,19,.2) 75%), linear-gradient(0deg, rgba(15,25,19,.72), transparent 48%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .24; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.hero-layout { padding-top: 84px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 90px; align-items: end; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-dark); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #e9a066; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
h1 { margin-bottom: 26px; font-size: clamp(72px, 9.1vw, 132px); line-height: .78; letter-spacing: -.035em; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.65); }
h2 { margin-bottom: 0; font-size: clamp(52px, 6vw, 82px); line-height: .88; letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 29px; line-height: 1; letter-spacing: -.01em; }
.hero-lead { max-width: 590px; margin-bottom: 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.5vw, 19px); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px var(--accent-dark); }
.button-accent { background: var(--accent); color: var(--white); }
.button-accent:hover { background: var(--accent-dark); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.link-arrow { position: relative; width: 17px; height: 17px; flex: 0 0 17px; display: inline-block; transition: transform .2s ease; }
.link-arrow::before { content: ""; position: absolute; width: 10px; height: 10px; top: 1px; right: 1px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.link-arrow::after { content: ""; position: absolute; width: 14px; height: 1.5px; top: 8px; left: 1px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.text-link:hover .link-arrow { transform: translate(3px, -3px); }
.text-link-light { color: rgba(255,255,255,.9); }
.hero-panel { margin-bottom: 10px; padding: 28px; background: rgba(24,34,28,.82); border-top: 3px solid var(--accent); backdrop-filter: blur(12px); }
.panel-label { margin-bottom: 22px; color: #e9a066; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.panel-title { margin-bottom: 0; font-family: var(--display); font-size: 26px; line-height: 1.08; text-transform: uppercase; }
.hero-panel ul { list-style: none; padding: 0; margin: 22px 0 0; }
.hero-panel li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); font-size: 13px; }
.hero-panel li::before { content: "/"; margin-right: 11px; color: var(--accent); font-weight: 700; }
.scroll-cue { position: absolute; left: 24px; bottom: 32px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 42px; height: 1px; background: currentColor; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 22px 18px; border-left: 1px solid var(--line); font-family: var(--display); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.trust-grid p:last-child { border-right: 1px solid var(--line); }
.trust-grid span { margin-right: 10px; color: var(--accent); font-family: var(--body); font-size: 9px; }

.membership-promo { padding: 22px 0; color: var(--white); background: var(--accent-dark); overflow: hidden; }
.membership-promo-layout { position: relative; isolation: isolate; min-height: 150px; display: grid; grid-template-columns: 116px minmax(0, 1fr) auto; gap: 35px; align-items: center; }
.membership-promo-layout::after { content: "HCM"; position: absolute; z-index: -1; right: 230px; top: 50%; color: rgba(255,255,255,.055); font-family: var(--display); font-size: 190px; font-weight: 800; letter-spacing: -.05em; line-height: .7; transform: translateY(-50%); }
.promo-badge { width: 108px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transform: rotate(-4deg); }
.promo-badge strong { font-family: var(--display); font-size: 48px; line-height: 1; }
.promo-badge span { font-size: 8px; font-weight: 700; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.promo-copy p { margin: 0 0 5px; color: #efaa70; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.promo-copy h2 { margin: 0; color: var(--white); font-size: clamp(33px, 3.7vw, 53px); }
.promo-copy > span { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: 12px; }
.promo-button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; gap: 24px; color: var(--ink); background: #efaa70; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.promo-button > span { transition: transform .2s ease; }
.promo-button:hover, .promo-button:focus-visible { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.promo-button:hover > span { transform: translate(3px, -3px); }

.section { padding: 118px 0; }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); gap: 80px; align-items: end; }
.section-heading > p { margin-bottom: 3px; color: var(--muted); font-size: 15px; }
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: repeat(2, minmax(230px, auto)); gap: 14px; }
.service-card { position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card p { max-width: 500px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.service-number { position: absolute; top: 26px; left: 30px; color: var(--accent); font-size: 10px; font-weight: 700; }
.service-feature { grid-row: span 2; min-height: 474px; background: var(--accent); color: var(--white); border-color: var(--accent); }
.service-feature p { color: rgba(255,255,255,.8); }
.service-feature .service-number { color: var(--white); }
.service-feature h3 { max-width: 350px; font-size: 48px; }
.service-feature svg { position: absolute; top: 35px; right: 30px; width: 98px; fill: none; stroke: rgba(255,255,255,.45); stroke-width: 1; }
.service-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.service-dark p { color: rgba(255,255,255,.65); }
.service-wide { grid-column: span 2; flex-direction: row; align-items: end; justify-content: space-between; gap: 30px; }
.service-wide .text-link { flex: 0 0 auto; }

.project-section { background: var(--ink); color: var(--white); }
.section-heading-light > p { color: rgba(255,255,255,.62); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 245px; grid-auto-flow: dense; gap: 16px; }
.project { position: relative; margin: 0; overflow: hidden; background: var(--ink-soft); }
.project-tall { grid-row: span 2; }
.project-wide { grid-column: span 2; grid-row: span 2; }
.project-full { grid-column: 1 / -1; grid-row: span 2; }
.project::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(9,16,12,.82)); pointer-events: none; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project:hover img { transform: scale(1.035); }
.project figcaption { position: absolute; z-index: 2; inset: auto 28px 24px; display: grid; }
.project figcaption span { color: #efaa70; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project figcaption strong { font-family: var(--display); font-size: 29px; text-transform: uppercase; }

.maintenance-section { background: var(--paper-deep); }
.maintenance-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.large-copy { max-width: 540px; margin: 28px 0 34px; color: var(--muted); font-size: 17px; }
.maintenance-list { border-top: 1px solid #c7c3b8; }
.maintenance-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid #c7c3b8; }
.maintenance-list span { padding-top: 4px; color: var(--accent-dark); font-size: 10px; font-weight: 700; }
.maintenance-list p { margin: 0; color: var(--muted); font-size: 14px; }
.maintenance-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: var(--display); font-size: 23px; text-transform: uppercase; }

.about-section { position: relative; overflow: hidden; background: var(--ink-soft); color: var(--white); }
.about-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -240px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.about-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: center; }
.about-mark { font-family: var(--display); font-size: clamp(150px, 20vw, 260px); font-weight: 800; line-height: .7; letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.2); transform: rotate(-90deg); }
.about-copy { max-width: 670px; }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.about-copy h2 { margin-bottom: 30px; }
.about-facts { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.about-facts div { padding: 23px 20px 0 0; }
.about-facts span { display: block; margin-bottom: 5px; color: #efaa70; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.about-facts strong { font-family: var(--display); font-size: 19px; text-transform: uppercase; }

.contact-section { background: var(--white); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; margin: 28px 0 36px; color: var(--muted); }
.contact-details { display: grid; gap: 13px; }
.contact-details a { display: grid; padding: 17px 0; border-top: 1px solid var(--line); }
.contact-details span { color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-details strong { font-family: var(--display); font-size: 21px; overflow-wrap: anywhere; }
.quote-form { padding: 40px; background: var(--paper); border-top: 4px solid var(--accent); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.field label span { color: var(--muted); font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #cac8be; border-radius: 0; outline: none; }
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent-dark); }
.button-submit { width: 100%; justify-content: space-between; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { padding: 48px 0; color: rgba(255,255,255,.72); background: #101813; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto 1fr; gap: 44px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-links { display: flex; gap: 24px; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.footer-links a:hover { color: #efaa70; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { min-height: 38px; padding: 0 12px; display: inline-flex; align-items: center; gap: 7px; color: var(--white); border: 1px solid rgba(255,255,255,.22); font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.footer-socials a:hover, .footer-socials a:focus-visible { color: #efaa70; border-color: #efaa70; background: rgba(255,255,255,.04); }
.footer-socials svg { width: 16px; height: 16px; fill: currentColor; flex: 0 0 auto; }
.footer-socials rect, .footer-socials circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-socials circle:last-child { fill: currentColor; stroke: none; }
.site-footer p { margin: 0; font-size: 11px; text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr 290px; gap: 40px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-feature { grid-row: span 2; }
  .service-wide { grid-column: 1 / -1; }
  .maintenance-layout, .contact-layout { gap: 60px; }
  .about-layout { grid-template-columns: .4fr 1.6fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr auto 1fr; }
  .footer-links { display: none; }
  .membership-promo-layout { grid-template-columns: 92px minmax(0, 1fr); gap: 24px; }
  .promo-badge { width: 88px; }
  .promo-badge strong { font-size: 39px; }
  .promo-button { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(100% - 30px, 620px); }
  .site-header { background: rgba(23,33,27,.94); color: var(--white); border-color: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
  .site-header.scrolled { background: rgba(242,240,233,.97); color: var(--ink); }
  body.menu-open .site-header,
  body.menu-open .site-header.scrolled { inset: 0; color: var(--white); background: var(--ink); border-color: transparent; box-shadow: none; backdrop-filter: none; }
  .nav-wrap { min-height: 72px; }
  body.menu-open .nav-wrap { align-items: flex-start; }
  body.menu-open .brand { position: relative; z-index: 3; margin-top: 13px; color: var(--white); }
  .brand img { width: 45px; height: 45px; }
  .brand-copy strong { font-size: 23px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .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; z-index: 2; inset: 72px 0 0; padding: 28px 28px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: var(--white); background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .site-nav.open { color: var(--white); background: var(--ink); transform: translateX(0); visibility: visible; }
  .site-nav.open a { color: var(--white) !important; opacity: 1; }
  .site-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 34px; text-transform: uppercase; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 26px; padding: 16px; color: var(--white); background: var(--accent-dark); border-color: var(--accent-dark); text-align: center; }
  .hero { min-height: 760px; height: auto; padding: 150px 0 70px; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,25,19,.94), rgba(15,25,19,.62)), linear-gradient(0deg, rgba(15,25,19,.8), transparent); }
  .hero-layout { padding-top: 0; grid-template-columns: 1fr; gap: 50px; }
  h1 { font-size: clamp(68px, 20vw, 98px); }
  h2 { font-size: clamp(49px, 15vw, 68px); }
  .hero-panel { max-width: 400px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid p:nth-child(2) { border-right: 1px solid var(--line); }
  .trust-grid p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .membership-promo { padding: 35px 0; }
  .membership-promo-layout { grid-template-columns: 1fr; gap: 22px; }
  .membership-promo-layout::after { right: -20px; top: 65px; font-size: 140px; }
  .promo-badge { width: 82px; }
  .promo-copy h2 { font-size: 43px; }
  .promo-button { grid-column: auto; justify-self: stretch; justify-content: space-between; }
  .section { padding: 82px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .service-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
  .service-card, .service-feature { min-height: 245px; grid-row: auto; }
  .service-feature { min-height: 390px; }
  .service-wide { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .project-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .project-wide { grid-column: 1 / -1; grid-row: span 1; }
  .project-full { grid-column: 1 / -1; grid-row: span 1; }
  .project-tall { grid-row: span 2; }
  .maintenance-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .about-mark { display: none; }
  .about-copy { max-width: none; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-socials { flex-wrap: wrap; }
  .site-footer p { text-align: left; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 24px, 620px); }
  .brand-copy small { font-size: 7px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-grid p { padding: 18px 12px; font-size: 15px; }
  .service-card { padding: 24px; }
  .service-number { left: 24px; }
  .service-feature h3 { font-size: 40px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .project-wide, .project-tall, .project-full { grid-column: auto; grid-row: auto; }
  .maintenance-layout { gap: 44px; }
  .about-facts, .field-row { grid-template-columns: 1fr; }
  .quote-form { padding: 28px 20px; }
  .contact-details strong { font-size: 18px; }
}

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