/* ============================================================
   Christian Brothers Roofing — Hugo-Builders-style rebuild
   Type: Barlow Condensed (display) + Inter (body)
   Palette: near-black #14181c · amber #F59E0B · warm light
   ============================================================ */

:root {
  --bg:        #0E1216;
  --bg-2:      #151A20;
  --surface:   #181E25;
  --dark:      #090C0F;
  --dark-2:    #11151A;
  --ink:       #ECEEF0;
  --ink-soft:  #A6ADB5;
  --ink-faint: #6E757D;
  --amber:     #79C2E6;
  --amber-600: #A2D8F2;
  --amber-tint:rgba(121,194,230,0.12);
  --pink:      #EE8FC4;
  --pink-600:  #F4ABD6;
  --white:     #FFFFFF;
  --line:      rgba(255,255,255,0.10);
  --line-dk:   rgba(255,255,255,0.14);

  --font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --radius: 6px;
  --radius-lg: 14px;
  --shadow-sm: 0 2px 10px -3px rgba(20,24,28,0.16);
  --shadow-md: 0 18px 44px -22px rgba(20,24,28,0.34);
  --shadow-lg: 0 40px 80px -34px rgba(20,24,28,0.45);
  --ease: cubic-bezier(0.22,0.61,0.36,1);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 1.0125rem; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
.container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--dark); color: #fff; padding: 12px 18px; }
.skip-link:focus { left: 0; }

/* ---------- typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.02; letter-spacing: 0.005em; text-transform: uppercase; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-body); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); margin-bottom: 18px; }
.section-kicker::before { content: ''; width: 26px; height: 2px; background: var(--amber); }
.section-kicker--center { justify-content: center; }
.section-title { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.005em; }
.section-title .amber { color: var(--amber); }
.section-intro { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; max-width: 60ch; margin-top: 18px; }
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section--dark { background: var(--dark); color: #fff; }
.section--dark .section-intro { color: rgba(255,255,255,0.66); }
.section--gray { background: var(--bg-2); }
.section-head { max-width: 820px; }
.section-head--center { max-width: 820px; margin: 0 auto; text-align: center; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; letter-spacing: 0.04em; text-transform: uppercase; padding: 14px 26px; border-radius: var(--radius); transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease); white-space: nowrap; }
.btn-primary { background: var(--amber); color: #06141d; box-shadow: 0 14px 30px -14px rgba(121,194,230,0.55); }
/* magenta punch (sparing, from the logo X) */
.cq-badge { display:inline-flex; align-items:center; gap:8px; background: var(--pink-tint, rgba(238,143,196,0.14)); color: var(--pink); border:1px solid rgba(238,143,196,0.32); font-family: var(--font-body); font-weight:700; font-size:0.72rem; letter-spacing:0.14em; text-transform:uppercase; padding:7px 14px; border-radius:100px; }
.link-arrow:hover { color: var(--pink); }
.section-title .pink { color: var(--pink); }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px; display: grid; place-items: center; color: var(--ink-soft); transition: color .2s, border-color .2s, transform .2s; }
.footer-social a:hover { color: var(--amber); border-color: var(--amber); transform: translateY(-2px); }
.footer-mail { display: block; color: var(--ink-soft); font-size: 0.92rem; margin: 8px 0 4px; word-break: break-word; }
.footer-mail:hover { color: var(--amber); }
.made-by { text-align: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.07); }
.made-by a { display: inline-flex; align-items: center; gap: 11px; color: var(--ink-soft); font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.13em; text-transform: uppercase; transition: color .2s; }
.made-by a:hover { color: var(--amber); }
.made-by img { height: 30px; width: auto; display: block; }
@media (max-width: 760px) { .made-by a { font-size: 0.72rem; gap: 9px; } .made-by img { height: 26px; } }
.btn-primary:hover { background: var(--amber-600); transform: translateY(-2px); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.4); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: 0.95rem; }
.btn-lg { padding: 17px 34px; font-size: 1.15rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--amber); transition: gap .25s var(--ease); }
.link-arrow:hover { gap: 14px; }

/* ---------- header / nav ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .3s, box-shadow .3s, padding .3s; padding: 16px 0; }
.site-header.scrolled { background: rgba(20,24,28,0.95); box-shadow: 0 1px 0 rgba(255,255,255,0.06); padding: 10px 0; }
.header-inner { display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark svg { width: 26px; height: 26px; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; display: block; filter: drop-shadow(0 3px 8px rgba(0,0,0,0.45)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 1.32rem; letter-spacing: 0.02em; }
.brand-sub { font-family: var(--font-body); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { font-family: var(--font-head); font-weight: 500; font-size: 1.08rem; letter-spacing: 0.03em; text-transform: uppercase; color: rgba(255,255,255,0.82); transition: color .2s; }
.nav a:hover, .nav a.active { color: #fff; }
.nav a.active { color: var(--amber); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1.1rem; letter-spacing: 0.02em; white-space: nowrap; }
@media (max-width: 1080px) { .nav { gap: 20px; } .header-phone { display: none; } }
.header-phone svg { color: var(--amber); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 2px; background: #fff; }
.mobile-nav { display: none; }
/* dark-page header variant: solid from the start */
body.page--dark-head .site-header { background: var(--dark); }

/* ---------- HERO shell is in showcase.css (.sc-hero / .sc-hero__video).
   Lockup restyled here for the Hugo look. ---------- */
.hero-lockup { text-align: center; display: flex; flex-direction: column; align-items: center; max-width: 980px; margin: 0 auto; }
.hero-lockup .hl-mark { color: var(--amber); margin-bottom: 14px; filter: drop-shadow(0 14px 30px rgba(0,0,0,0.6)); }
.hero-lockup .hl-logo { width: clamp(118px, 15vw, 176px); height: auto; display: block; }
.hero-lockup .hl-brand { font-family: var(--font-head); font-weight: 800; font-size: clamp(3.4rem, 11vw, 8rem); line-height: 0.86; letter-spacing: 0.01em; color: #fff; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.hero-lockup .hl-loc { font-family: var(--font-body); font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; font-size: clamp(0.92rem, 2vw, 1.25rem); color: rgba(255,255,255,0.92); margin: 22px 0 0; }
.hero-lockup .hl-tag { font-family: var(--font-head); font-weight: 600; font-style: normal; font-size: clamp(1.5rem, 4vw, 2.9rem); letter-spacing: 0.04em; text-transform: uppercase; color: var(--amber); margin: 6px 0 0; }
.hero-lockup .hl-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }
.hl-scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 3; display: inline-flex; flex-direction: column; align-items: center; gap: 4px; color: rgba(255,255,255,0.8); font-family: var(--font-head); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.hl-scroll svg { animation: hlBounce 1.8s ease-in-out infinite; }
@keyframes hlBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) { .hl-scroll svg { animation: none; } }

/* ---------- trust / stat strip ---------- */
.trust { background: var(--dark); color: #fff; padding: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 34px 30px; border-left: 1px solid rgba(255,255,255,0.1); }
.trust-item:first-child { border-left: none; }
.trust-num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.4rem, 4vw, 3.4rem); line-height: 1; color: var(--amber); display: flex; align-items: baseline; }
.trust-num .plus, .trust-num .u { font-size: 0.6em; }
.trust-label { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-top: 8px; letter-spacing: 0.02em; }

/* ---------- services grid ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-card__media { aspect-ratio: 16/11; overflow: hidden; position: relative; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__num { position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--amber); color: #1a1205; font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; border-radius: 8px; }
.service-card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.service-card__title { font-size: 1.7rem; letter-spacing: 0.01em; }
.service-card__desc { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.6; margin: 12px 0 20px; flex: 1; }
.service-card .link-arrow { margin-top: auto; }

/* ---------- value cards (why choose, numbered) ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.value-card { position: relative; padding: 38px 30px 34px; border: 1px solid var(--line-dk); border-radius: var(--radius-lg); background: rgba(255,255,255,0.02); }
.value-card__number { font-family: var(--font-head); font-weight: 800; font-size: 3.4rem; line-height: 1; color: var(--amber); opacity: 0.95; }
.value-card__title { font-size: 1.5rem; margin: 16px 0 10px; color: #fff; }
.value-card__desc { color: rgba(255,255,255,0.62); font-size: 0.98rem; line-height: 1.62; }

/* ---------- split / feature row ---------- */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split__copy p { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.75; margin-top: 18px; max-width: 52ch; }
.split--dark .split__copy p { color: rgba(255,255,255,0.68); }
.check-list { display: grid; gap: 12px; margin-top: 24px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.02rem; }
.check-list li::before { content: ''; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: var(--amber); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/16px no-repeat; }

/* ---------- projects / gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; margin-top: 50px; }
.gallery-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; left: 16px; bottom: 14px; color: #fff; font-family: var(--font-head); font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; font-size: 0.92rem; text-shadow: 0 2px 14px rgba(0,0,0,0.6); }

/* ---------- testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.testimonial-card { background: rgba(255,255,255,0.03); border: 1px solid var(--line-dk); border-radius: var(--radius-lg); padding: 30px; }
.testimonial-card__stars { color: var(--amber); letter-spacing: 2px; font-size: 1.05rem; }
.testimonial-card__quote { color: rgba(255,255,255,0.86); font-size: 1.05rem; line-height: 1.65; margin: 16px 0 20px; }
.testimonial-card__name { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #fff; }
.testimonial-card__role { font-size: 0.84rem; color: rgba(255,255,255,0.5); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 880px; margin: 50px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; letter-spacing: 0.01em; text-transform: uppercase; }
.faq-q .ic { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: var(--amber); color: #1a1205; display: grid; place-items: center; font-size: 1.2rem; transition: transform .3s var(--ease); }
.faq-item.open .faq-q .ic { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { color: var(--ink-soft); padding: 0 4px 24px; line-height: 1.7; max-width: 70ch; }

/* ---------- service area map ---------- */
.maparea { position: relative; }
.maparea__head { max-width: 820px; }
.map-wrap { margin-top: 40px; position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); }
#serviceMap { width: 100%; height: clamp(360px, 52vw, 540px); background: #dfe3e6; }
.map-badge { position: absolute; top: 18px; left: 18px; z-index: 500; background: var(--dark); color: #fff; border-radius: 10px; padding: 14px 18px; max-width: 260px; box-shadow: var(--shadow-md); pointer-events: none; }
.map-badge h4 { font-size: 1.2rem; color: var(--amber); }
.map-badge p { font-size: 0.86rem; color: rgba(255,255,255,0.7); margin-top: 4px; line-height: 1.5; }
.leaflet-container a { color: var(--amber); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--dark); color: #fff; text-align: center; }
.cta-band h2 { font-size: clamp(2.4rem, 5.5vw, 4.4rem); }
.cta-band p { color: rgba(255,255,255,0.66); font-size: 1.1rem; max-width: 50ch; margin: 18px auto 0; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ---------- page-hero (sub pages) ---------- */
.page-hero { background: var(--dark); color: #fff; padding: 170px 0 80px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; right: -8%; top: -30%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,0.16), transparent 65%); }
.page-hero .crumbs { font-size: 0.84rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.page-hero .crumbs a { color: rgba(255,255,255,0.5); }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 18ch; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1.1rem; line-height: 1.6; margin-top: 20px; max-width: 58ch; }

/* ---------- contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px,5vw,70px); align-items: start; }
.contact-points { display: grid; gap: 16px; margin-top: 26px; }
.contact-points li { display: flex; gap: 12px; align-items: center; font-size: 1.05rem; }
.contact-points .cp-ic { color: var(--amber); }
.contact-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; font-size: 0.9rem; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 13px 15px; font-size: 1rem; background: var(--bg); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--amber); outline-offset: 1px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- prose ---------- */
.prose { max-width: 720px; }
.prose p { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.8; margin-bottom: 20px; }
.prose p.lede { font-family: var(--font-head); font-weight: 500; text-transform: none; font-size: 1.5rem; line-height: 1.4; color: var(--ink); letter-spacing: 0; }

/* ---------- footer ---------- */
.site-footer { background: #0F1316; color: #fff; padding: 80px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-blurb { color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.65; max-width: 32ch; }
.footer-col h4 { font-size: 1.05rem; color: var(--amber); margin-bottom: 16px; letter-spacing: 0.05em; }
.footer-col a, .footer-col p { display: block; color: rgba(255,255,255,0.72); font-size: 0.95rem; margin-bottom: 9px; }
.footer-col a:hover { color: #fff; }
.footer-phone { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: #fff !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 56px; padding-top: 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: rgba(255,255,255,0.4); font-size: 0.84rem; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .services-grid, .value-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .split, .split--rev .split__media, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .footer-grid { gap: 32px; }
  .gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
  .site-header { background: var(--dark); }
  .mobile-nav { display: none; position: fixed; inset: 64px 0 auto 0; z-index: 99; background: var(--dark); flex-direction: column; padding: 16px 20px 24px; gap: 4px; box-shadow: var(--shadow-lg); }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; color: #fff; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .mobile-nav .btn { margin-top: 14px; }
  .services-grid, .value-grid, .testi-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(odd) { border-left: none; }
  .trust-item { border-top: 1px solid rgba(255,255,255,0.1); }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item.wide, .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .field-row { grid-template-columns: 1fr; }
}
/* ---- Book / Contact page: MOBILE ONLY (form at the top, tighter + unified). Desktop unchanged. ---- */
@media (max-width: 760px) {
  .contact-page .page-hero { padding: 78px 0 16px; }
  .contact-page .page-hero .crumbs,
  .contact-page .page-hero p { display: none; }
  .contact-page .page-hero h1 { font-size: 2.05rem; line-height: 1.04; max-width: 22ch; }
  .contact-page .section:has(.contact-grid) { padding: 16px 0 40px; }
  .contact-page .contact-grid { gap: 24px; }
  .contact-page .contact-form { order: -1; padding: 20px; box-shadow: var(--shadow-lg); }
  .contact-page .contact-points { margin-top: 4px; gap: 14px; }
  .contact-page .contact-points .section-kicker,
  .contact-page .contact-points .section-title,
  .contact-page .contact-points .section-intro { display: none; }
  .contact-page .contact-points li { font-size: 0.98rem; align-items: flex-start; }
  .contact-page .section--alt { padding: 40px 0; }
  .contact-page #serviceMap { height: 300px; }
}
