/* ─────────────────────────────────────────────────────────────────────────────
   ANDREW REMODEL & CONSTRUCTION LLC · Coos Bay, Oregon
   Rooted Coast Design · Starter (one page) · built 2026-09-07 (v3, light)

   DESIGN BRIEF
   Direction  Clean and professional. The owner rejected Editorial (magazine)
              and a dark photo-led merge (not professional). This is the
              register a homeowner expects from a licensed contractor: bright
              page, plain headlines, true-colour job photos, trust signals
              laid out where they are read. Sharp, but calm.
   Palette    Black and white leads (v3e). White page, near-black ink and plates,
              one black button. Rams royal and Sol appear only as small accents:
              eyebrow labels, hovers, the rule beside the quote, footer headings.
   Type       Schibsted Grotesk (display, 700) + Hanken Grotesk (body).
   Hero       Full-bleed aerial drone shot of a finished re-roof, copy on a
              dark gradient from the left, then a full-width trust bar.
   Signature  The trust bar: four facts in a dark band, the CCB number first.
              Below it, the page keeps the hero's language: no cards, no
              rounded corners, photos edge to edge with the label on the photo,
              dark plates and hairline lists. Radius 0 on photos and plates,
              6px on the single filled button and the form panel.
   Reskin     Every colour, face, size and space is a token in :root.
   ───────────────────────────────────────────────────────────────────────── */

/* 2 · TOKENS */
/* Black and white leads. Rams royal and Sol appear only as small accents: eyebrow labels,
   the hover on a link, the rule beside the quote, the footer headings. Never a big fill. */
:root {
  --paper: #FAFAF8;        /* off-white page: pure white against #111 glares */
  --paper-2: #F3F3F3;
  --panel: #FFFFFF;
  --ink: #111111;
  --ink-soft: #5A5A5A;
  --accent: #FFA300;        /* Rams Sol, accent only */
  --accent-ink: #111111;
  --label: #003594;         /* Rams royal, labels and hovers on white */
  --btn: #111111;           /* the one filled button is black */
  --btn-ink: #FFFFFF;
  --line: #E1E1E1;
  --line-strong: #111111;
  --dark: #16171A;
  --dark-2: #1F2124;
  --dark-line: #333333;
  --dark-ink: #F5F5F5;
  --dark-soft: #B3B3B3;

  --font-display: 'Schibsted Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --text-hero: clamp(2.3rem, 1rem + 3.8vw, 4.1rem);
  --text-h2: clamp(1.7rem, 1rem + 2.2vw, 2.6rem);
  --text-h3: clamp(1.15rem, 1rem + 0.6vw, 1.35rem);
  --text-body: 1.0625rem;
  --text-small: 0.9rem;
  --text-eyebrow: 0.75rem;

  --ring: 3px;            /* the royal or gold outline on buttons; 2px read thin on phones */
  --s1: 0.5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2.5rem;
  --s5: 4rem; --s6: 6rem; --s7: 9rem;

  --radius: 0px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --speed: 0.45s;

  --w-narrow: 42rem;
  --w-wide: 76rem;
  --header-h: 4.5rem;
  --callbar-h: 3.75rem;
}

/* 3 · RESET / BASE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: var(--text-body); line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--label); text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
::selection { background: var(--label); color: #fff; }
:focus-visible { outline: 2px solid var(--label); outline-offset: 3px; }
[id] { scroll-margin-top: calc(var(--header-h) + 1rem); }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--ink); color: var(--paper); padding: 0.7rem 1.1rem; font-weight: 600; }
.skip-link:focus { left: 0; }

/* 4 · TYPOGRAPHY */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; margin: 0; color: var(--ink); text-wrap: balance; letter-spacing: -0.02em; }
h1 { font-size: var(--text-hero); line-height: 1.05; letter-spacing: -0.025em; }
h2 { font-size: var(--text-h2); }
h3 { font-size: var(--text-h3); line-height: 1.25; letter-spacing: -0.01em; }
p { margin: 0; text-wrap: pretty; }
p + p { margin-top: var(--s2); }
.eyebrow { font-size: var(--text-eyebrow); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--label); margin: 0 0 var(--s2); }
.lede { font-size: 1.15rem; line-height: 1.55; color: var(--ink-soft); max-width: var(--w-narrow); }
.small { font-size: var(--text-small); color: var(--ink-soft); }
.muted { color: var(--ink-soft); }
strong { font-weight: 700; color: var(--ink); }

/* 5 · LAYOUT PRIMITIVES */
.page-grid {
  display: grid;
  grid-template-columns:
    [full-start] minmax(1.25rem, 1fr)
    [content-start] min(100% - 2.5rem, var(--w-wide)) [content-end]
    minmax(1.25rem, 1fr) [full-end];
}
.page-grid > * { grid-column: content; }
.full-bleed { grid-column: full; }
section { position: relative; }
.pad-5 { padding-block: var(--s5); }
/* the services head introduces the tiles directly under it, so it should not
   sit in a pool of its own padding */
#services { padding-bottom: var(--s3); }
.pad-6 { padding-block: var(--s6); }
.section-head { display: grid; gap: var(--s2); margin-bottom: var(--s4); }
@media (min-width: 900px) { .section-head { grid-template-columns: 6fr 6fr; align-items: end; gap: var(--s5); } }

/* 6 · COMPONENTS */
/* one filled shape on the page (soft rectangle); every secondary action is a text link with an arrow */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 0.75em 1.3em; border-radius: 6px; border: var(--ring) solid transparent;
  text-decoration: none; line-height: 1; min-height: 46px;
  transition: background-color 180ms var(--ease), color 180ms var(--ease), gap 180ms var(--ease);
}
.btn.solid { background: var(--btn); color: var(--btn-ink); border-color: var(--accent); }
/* hover rule, site-wide: a button fills with whatever colour its ring is */
.btn.solid:hover { background: var(--accent); color: var(--accent-ink); }
/* secondary actions are outlined buttons: royal on light surfaces, light on dark */
.btn.outline, .btn.on-dark { background: none; text-decoration: none; padding-inline: 1.2em; }
.btn.outline { border-color: var(--label); color: var(--label); }
.btn.outline:hover { background: var(--label); color: #fff; }
.btn.on-dark { border-color: var(--accent); color: var(--dark-ink); }
.btn.on-dark:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.hero-actions .btn { white-space: nowrap; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--dark); border-bottom: 1px solid var(--dark-line); }
/* dark nav: the header joins the trust bar, About plate and footer */
.site-header.scrolled { background: var(--dark); border-bottom-color: var(--dark-line); }
.site-header.scrolled .brand, .site-header.scrolled .brand .l1,
.site-header.scrolled .site-nav a, .site-header.scrolled .header-phone { color: var(--dark-ink); }
.site-header.scrolled .brand .crest-dark { display: none; }
.site-header.scrolled .brand .crest-light { display: block; }
.site-header.scrolled .nav-toggle { color: var(--dark-ink); border-color: rgba(255,255,255,.45); }
.site-header.scrolled .site-nav a:hover { border-bottom-color: var(--accent); }
.site-header.scrolled .header-phone:hover { color: var(--accent); }
.site-header.scrolled .btn.solid { background: #FFFFFF; color: var(--ink); border-color: var(--label); }
.site-header.scrolled .btn.solid:hover { background: var(--label); color: #fff; }
.site-header .bar { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: var(--s3); }
.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--dark-ink); }
.brand img { height: 42px; width: auto; }
.brand .crest-dark { display: none; }
/* the lockup: badge left, name set in the site's own faces. Zachery's supplied
   horizontal files put the name in Arial; this keeps his layout in Schibsted. */
.brand .words { display: flex; flex-direction: column; line-height: 1; }
.brand .l1 { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; letter-spacing: 0.005em; text-transform: uppercase; color: var(--dark-ink); white-space: nowrap; }
.brand .l2 { font-family: var(--font-body); font-weight: 600; font-size: 0.58rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); margin-top: 0.28rem; white-space: nowrap; }
.brand.lg img { height: 64px; }
.brand.lg .l1 { font-size: 1.55rem; }
.brand.lg .l2 { font-size: 0.78rem; margin-top: 0.4rem; }
@media (max-width: 599px) {
  .brand.lg img { height: 48px; }
  .brand.lg .l1 { font-size: 1.2rem; }
  .brand.lg .l2 { font-size: 0.64rem; }
}
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: var(--s3); }
.site-nav .menu-actions { display: none; }
.site-nav a { color: var(--dark-ink); text-decoration: none; font-size: 0.95rem; font-weight: 600; padding: 0.5rem 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.site-nav a:hover { border-bottom-color: var(--accent); }
.header-cta { display: flex; align-items: center; gap: var(--s3); }
.header-phone { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--dark-ink); text-decoration: none; white-space: nowrap; }
.header-phone:hover { color: var(--accent); }
.header-cta .btn { padding: 0.7em 1.1em; min-height: 40px; font-size: 0.95rem; white-space: nowrap; }
.header-cta .btn.solid { background: #FFFFFF; color: var(--ink); border-color: var(--label); }
.header-cta .btn.solid:hover { background: var(--label); color: #fff; }
/* desktop: header floats over the hero, transparent at the top, solid once scrolled */
@media (min-width: 900px) {
  .site-header { position: fixed; left: 0; right: 0; top: 0; }
  .site-header:not(.scrolled) { color: #fff; }
  .site-header:not(.scrolled) .brand, .site-header:not(.scrolled) .site-nav a, .site-header:not(.scrolled) .header-phone { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
  .site-header:not(.scrolled) .brand .crest-dark { display: none; }
  .site-header:not(.scrolled) .brand .crest-light { display: block; }
  .site-header:not(.scrolled) .site-nav a:hover { border-bottom-color: var(--accent); }
  .site-header:not(.scrolled) .header-phone:hover { color: var(--accent); }
  .site-header:not(.scrolled) .btn.solid { background: #fff; color: var(--ink); border-color: var(--label); }
  .site-header:not(.scrolled) .btn.solid:hover { background: var(--label); color: #fff; }
  .site-header.scrolled { background: var(--dark); border-bottom-color: var(--dark-line); }
  .hero { min-height: 100vh; min-height: 100svh; }
  .hero-inner { padding-top: calc(var(--header-h) + var(--s5)); }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .brand .words { display: none; }
  .site-nav ul { gap: var(--s2); }
  .header-cta { gap: var(--s2); }
}
.nav-toggle { display: none; background: none; border: 1.5px solid rgba(255,255,255,.45); border-radius: var(--radius); width: 44px; height: 44px; cursor: pointer; padding: 0; color: var(--dark-ink); }
.nav-toggle svg { width: 22px; height: 22px; display: block; margin: auto; }
.nav-toggle .ico-close { display: none; }
.site-header.open .nav-toggle .ico-open { display: none; }
.site-header.open .nav-toggle .ico-close { display: block; }
@media (max-width: 899px) {
  :root { --header-h: 3.75rem; }
  .site-nav, .header-cta .btn, .header-phone { display: none; }
  .nav-toggle { display: block; }
  /* the header is always dark on phones, so the paper crest rides alongside
     the wordmark from the first pixel, not only after a scroll */
  .site-header .brand { gap: 0.6rem; }
  .site-header .brand .crest-dark { display: none; }
  .site-header .brand .crest-light { display: block; }
  .site-header .brand .crest-light { height: 34px; }
  .brand .l1 { font-size: 0.92rem; }
  .brand .l2 { font-size: 0.52rem; }

  /* mobile menu: the whole screen below the header becomes one dark plate.
     Links stack at the top like a table of contents, the contact block sits
     on the floor. Nothing can be cut off because the sheet is the viewport. */
  html.nav-locked { overflow: hidden; }
  html.nav-locked .callbar { display: none; }
  .site-header.open .site-nav {
    display: flex; flex-direction: column;
    position: fixed; left: 0; right: 0; top: var(--header-h); bottom: 0;
    background: var(--dark); border-top: 1px solid var(--dark-line);
    overflow-y: auto; overscroll-behavior: contain;
    padding: var(--s3) 1.25rem calc(var(--s3) + env(safe-area-inset-bottom, 0px));
  }
  .site-header.open .site-nav ul { flex-direction: column; gap: 0; border-top: 1px solid var(--dark-line); }
  .site-header.open .site-nav ul a {
    display: flex; justify-content: space-between; align-items: baseline;
    font-family: var(--font-display); font-weight: 700;
    font-size: 1.85rem; letter-spacing: -0.02em; line-height: 1.1; color: var(--dark-ink);
    padding: 1.05rem 0; border-bottom: 1px solid var(--dark-line); white-space: normal;
  }
  .site-header.open .site-nav ul a::after { content: "\2192"; font-size: 1.15rem; color: var(--accent); }
  .site-header.open .site-nav ul a:hover, .site-header.open .site-nav ul a:active { color: var(--accent); border-bottom-color: var(--dark-line); }

  .site-header.open .site-nav .menu-actions { display: block; margin-top: auto; padding-top: var(--s4); }
  .site-header.open .site-nav .menu-actions .eyebrow { color: var(--accent); margin-bottom: var(--s1); }
  .site-header.open .site-nav .menu-phone {
    display: block; font-family: var(--font-display); font-weight: 700;
    font-size: clamp(1.9rem, 9vw, 2.4rem); letter-spacing: -0.02em; line-height: 1.05;
    color: var(--dark-ink); text-decoration: none; margin-bottom: var(--s3);
  }
  .site-header.open .site-nav .menu-phone:active { color: var(--accent); }
  .site-header.open .site-nav .menu-actions .btn {
    display: flex; width: 100%; justify-content: center;
    font-family: var(--font-body); font-size: 1rem; padding: 0.95em 1.2em;
    background: var(--label); color: #FFFFFF; border-color: var(--label);
  }
  .site-header.open .site-nav .menu-actions .btn:hover { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
  .site-header.open .site-nav .menu-meta { margin-top: var(--s2); font-size: 0.72rem; letter-spacing: 0.02em; color: var(--dark-soft); }
  .site-header.open .nav-toggle { color: var(--dark-ink); border-color: rgba(255,255,255,.45); }
}

/* framed photo: hairline, small radius, true colour */

/* 7 · PAGE SECTIONS */

/* HERO · full-bleed aerial photo, copy on a dark gradient from the left */
.hero { position: relative; isolation: isolate; min-height: calc(100vh - var(--header-h)); min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; background: #000; }
.hero > picture { position: absolute; inset: 0; z-index: -2; }   /* photo spans the hero; the scrim keeps the copy readable */
.hero > picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  /* the photo sits to the right; a black scrim fades in from the left edge behind the copy */
  background:
    linear-gradient(to right, rgba(0,0,0,.94) 0%, rgba(0,0,0,.9) 12%, rgba(0,0,0,.82) 22%, rgba(0,0,0,.7) 31%, rgba(0,0,0,.56) 40%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.29) 56%, rgba(0,0,0,.18) 64%, rgba(0,0,0,.1) 72%, rgba(0,0,0,.04) 80%, transparent 88%),
    linear-gradient(to bottom, rgba(0,0,0,.45), transparent 14%); }
.hero-grid { align-self: center; }
.hero-inner { padding-block: var(--s6) var(--s5); max-width: 40rem; }
.hero .eyebrow { color: var(--accent); text-shadow: 0 1px 2px rgba(0,0,0,.45); }
.hero .btn.solid { background: #FFFFFF; color: var(--ink); border-color: var(--label); }
.hero .btn.solid:hover { background: var(--label); color: #fff; }
.hero h1 { color: var(--dark-ink); max-width: 16ch; text-shadow: 0 1px 2px rgba(0,0,0,.35), 0 8px 28px rgba(0,0,0,.35); }
.hero .lede { margin-top: var(--s3); color: var(--dark-ink); text-shadow: 0 1px 2px rgba(0,0,0,.45), 0 6px 20px rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
.hero-note { margin-top: var(--s3); font-size: var(--text-small); color: var(--dark-ink); text-shadow: 0 1px 2px rgba(0,0,0,.45); }
.hero-note strong { color: var(--dark-ink); }
/* phones and small tablets: stacked. Photo band on top, copy on plain paper below, no gradient. */
@media (max-width: 899px) {
  .hero { min-height: 0; display: block; background: var(--paper); }
  .hero::before { display: none; }
  .hero > picture { position: static; display: block; height: clamp(14rem, 38svh, 22rem); inset: auto; }
  .hero > picture img { object-position: center 45%; }
  .hero-inner { padding-block: var(--s3) var(--s4); max-width: none; }
  .hero .eyebrow { color: var(--label); text-shadow: none; font-size: 0.68rem; letter-spacing: 0.05em; }
  .hero h1 { color: var(--ink); text-shadow: none; max-width: none; }
  .hero .lede { color: var(--ink-soft); text-shadow: none; font-size: 1.05rem; margin-top: var(--s2); }
  .hero-actions { margin-top: var(--s3); }
  .hero-note { color: var(--ink-soft); text-shadow: none; }
  .hero-note strong { color: var(--ink); }
  .hero .btn.on-dark { border-color: var(--label); color: var(--label); }
  .hero .btn.on-dark:hover { background: var(--label); border-color: var(--label); color: #fff; }
  .hero .btn.solid { background: var(--btn); color: var(--btn-ink); border-color: var(--accent); }
  .hero .btn.solid:hover { background: var(--accent); color: var(--accent-ink); }
}
@media (max-width: 599px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: var(--s2); }
  .hero-note { display: none; }
  .hero > picture { height: clamp(12rem, 30svh, 16rem); }
  .hero h1 { font-size: clamp(1.85rem, 8.2vw, 2.35rem); }   /* both calls to action stay above the fold on a phone */
}

/* TRUST BAR · the one dark plate */
.trust { background: var(--dark); color: var(--dark-soft); }
.trust ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.trust li { padding: var(--s2) var(--s2) var(--s2) 0; border-bottom: 1px solid var(--dark-line); font-size: 0.85rem; line-height: 1.4; }
.trust li:nth-child(odd) { border-right: 1px solid var(--dark-line); padding-right: var(--s3); }
.trust li:nth-child(even) { padding-left: var(--s3); }
.trust li:nth-last-child(-n+2) { border-bottom: 0; }
.trust b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--dark-ink); margin-bottom: 0.15rem; letter-spacing: -0.01em; }
@media (min-width: 900px) { .trust b { font-size: 1.15rem; } .trust li { font-size: var(--text-small); } }
@media (min-width: 900px) {
  .trust ul { grid-template-columns: repeat(4, 1fr); }
  .trust li { border-bottom: 0; border-right: 1px solid var(--dark-line); padding: var(--s3) var(--s3); }
  .trust li:first-child { padding-left: 0; }
  .trust li:last-child { border-right: 0; }
}

/* SERVICES · two edge-to-edge photo tiles, then a hairline list. No cards. */
.tiles { display: grid; grid-template-columns: 1fr; }
.tile { position: relative; display: block; min-height: 22rem; overflow: hidden; background: var(--dark); color: var(--dark-ink); text-decoration: none; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: scale 900ms var(--ease); }
.tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(10,10,10,.92) 0%, rgba(10,10,10,.55) 45%, rgba(10,10,10,.1) 100%); }
.tile:hover img { scale: 1.03; }
.tile-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: var(--s4) clamp(1.25rem, 4vw, 3rem); max-width: 40rem; }
.tile h3 { color: var(--dark-ink); font-size: clamp(1.5rem, 1rem + 1.4vw, 2.1rem); }
.tile p { color: var(--dark-ink); margin-top: var(--s2); font-size: var(--text-small); opacity: 0.92; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.tile-link { display: inline-block; margin-top: var(--s3); font-weight: 600; color: var(--dark-ink); }
.tile-link::after { content: " \2192"; }
.tile:hover .tile-link { color: var(--accent); }
@media (min-width: 900px) { .tiles { grid-template-columns: 1fr 1fr; } .tile { min-height: 30rem; } }
@media (max-width: 899px) {
  .tile { min-height: 0; }
  .tile img { position: static; height: 13rem; }
  .tile::before { display: none; }
  .tile-copy { position: static; padding: var(--s3) 1.25rem var(--s4); background: var(--dark); }
  .tile p { opacity: 1; text-shadow: none; color: var(--dark-soft); }
  .tiles .tile + .tile { border-top: 1px solid var(--dark-line); }
}
@media (prefers-reduced-motion: reduce) { .tile img { transition: none; } .tile:hover img { scale: none; } }

.svc-list { list-style: none; margin: 0; padding: 0; display: grid; border-top: 1px solid var(--line-strong); }
.svc-list li { padding: var(--s3) 0; border-bottom: 1px solid var(--line); display: grid; gap: 0.25rem; }
.svc-list h3 { font-size: 1.2rem; }
.svc-list p { color: var(--ink-soft); font-size: var(--text-small); max-width: 52ch; }
@media (min-width: 900px) {
  .svc-list { grid-template-columns: 1fr 1fr; column-gap: var(--s6); }
  .svc-list li { grid-template-columns: 14rem 1fr; gap: var(--s3); align-items: start; }
  .svc-list h3 { font-size: 1.1rem; padding-top: 0.15rem; }
}

/* WORK · gapless mosaic, edge to edge, captions on the photo */
.mosaic { display: grid; gap: 2px; grid-template-columns: 1fr 1fr; background: var(--dark); }
.mosaic figure { margin: 0; position: relative; overflow: hidden; background: var(--dark-2); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.mosaic figure::after { content: ""; position: absolute; inset: auto 0 0 0; height: 55%; background: linear-gradient(to top, rgba(8,8,8,.78), rgba(8,8,8,0)); pointer-events: none; }
.mosaic figcaption { position: absolute; z-index: 1; left: 0.9rem; right: 0.9rem; bottom: 0.75rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,.94); text-shadow: 0 1px 3px rgba(0,0,0,.55); }
.mosaic .m-a { grid-column: 1 / -1; }
.mosaic .m-a img { aspect-ratio: 1 / 1; object-position: 50% 20%; }   /* portrait shot: keep the ridge and the horizon, not just shingles */
@media (min-width: 900px) {
  .mosaic { grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; height: clamp(30rem, 60vw, 46rem); }
  .mosaic img { aspect-ratio: auto; }
  .mosaic .m-a { grid-column: 1; grid-row: 1 / 3; }
  .mosaic .m-a img { aspect-ratio: auto; }
  .mosaic .m-b { grid-column: 2 / 4; grid-row: 1; }
  .mosaic .m-c { grid-column: 2; grid-row: 2; }
  .mosaic .m-d { grid-column: 3; grid-row: 2; }
  .mosaic .m-e { display: none; }
}

/* dark plate, same language as the trust bar */
.plate { background: var(--dark); color: var(--dark-soft); }
.plate h2, .plate h3, .plate strong { color: var(--dark-ink); }
.plate .lede { color: var(--dark-ink); }
.plate .eyebrow { color: var(--accent); }
.plate .btn.solid { background: var(--dark-ink); color: var(--ink); border-color: var(--accent); }
.plate .btn.solid:hover { background: var(--accent); color: var(--accent-ink); }

/* ABOUT · copy, then the facts stretched across the full width like the trust bar */
.about { display: grid; gap: var(--s5); }
.about > * { min-width: 0; }
.about .lede { max-width: 60ch; }
.about .facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--dark-line); }
.about .facts li { padding: var(--s3) var(--s3) var(--s3) 0; border-bottom: 1px solid var(--dark-line); font-size: var(--text-small); color: var(--dark-soft); }
.about .facts li:nth-child(odd) { border-right: 1px solid var(--dark-line); }
.about .facts li:nth-child(even) { padding-left: var(--s3); }
.about .facts b { display: block; font-family: var(--font-display); font-size: clamp(1.1rem, 0.85rem + 1.1vw, 2.2rem); overflow-wrap: break-word; color: var(--dark-ink); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 0.2rem; }
.about .owner { margin: 0; }
.about .owner img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.about .owner figcaption { margin-top: 0.6rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: var(--dark-soft); }
.about .review { margin: 0; padding-left: var(--s3); border-left: 3px solid var(--accent); }
.about .review p { font-family: var(--font-display); font-size: clamp(1.1rem, 1rem + 0.5vw, 1.35rem); line-height: 1.3; letter-spacing: -0.01em; color: var(--dark-ink); text-wrap: pretty; max-width: 40ch; }
.about .review footer { margin-top: var(--s2); font-size: var(--text-small); color: var(--dark-soft); }
@media (min-width: 900px) {
  .about { grid-template-columns: 1.15fr 1fr; column-gap: var(--s6); align-items: start; }
  .about .owner { grid-column: 2; grid-row: 1 / 3; }
  .about .review { grid-column: 1; grid-row: 2; }
  .about .facts { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--dark-line); }
  .about .facts li { border-bottom: 0; border-right: 1px solid var(--dark-line); padding: var(--s4) var(--s3); }
  .about .facts li:first-child { padding-left: 0; }
  .about .facts li:last-child { border-right: 0; }
  .about .area { grid-column: 1 / -1; grid-row: 4; }
}

/* ALSO line under the tiles */
.also { background: var(--dark-2); color: var(--dark-soft); }
.also .also-inner { padding-block: var(--s3); }
.also b { display: block; color: var(--dark-ink); font-size: var(--text-small); }
.also ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.7rem 0 0; padding: 0; }
.also li { font-size: 0.78rem; line-height: 1; color: var(--dark-ink); border: 1px solid var(--dark-line); border-radius: 0; padding: 0.4rem 0.55rem; }
.mosaic-note { margin: 0; }
.mosaic-note span { display: block; padding-block: var(--s2); font-size: var(--text-small); color: var(--ink-soft); }
.about .area { margin: 0; padding: 0; border: 0; font-size: var(--text-small); line-height: 1.7; }
.about .area b { color: var(--dark-ink); }
.about .area .towns { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.7rem 0 0; padding: 0; }
.about .area .towns li { font-size: 0.78rem; line-height: 1; color: var(--dark-ink); border: 1px solid var(--dark-line); border-radius: 0; padding: 0.4rem 0.55rem; }
.about .area .note { margin-top: 0.7rem; color: var(--dark-soft); font-size: 0.8rem; }

/* AREAS (unused, kept for a future page) */
.areas { display: grid; gap: var(--s4); }
.towns { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s4); border-top: 1px solid var(--line-strong); }
.towns li { padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; display: flex; justify-content: space-between; gap: var(--s2); }
.towns li span { font-family: var(--font-body); font-weight: 400; font-size: var(--text-small); color: var(--ink-soft); }
.towns li.home span { color: var(--label); font-weight: 600; }
@media (min-width: 900px) { .areas { grid-template-columns: 5fr 7fr; gap: var(--s6); } .towns { grid-template-columns: repeat(3, 1fr); } }

/* QUOTE */
.quote { display: grid; gap: var(--s4); }
.quote > * { min-width: 0; }
.quote .phone-big { display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem); color: var(--ink); text-decoration: none; margin-top: var(--s2); letter-spacing: -0.02em; }
.quote .phone-big:hover { color: var(--accent); }
.quote .proof { list-style: none; margin: var(--s4) 0 0; padding: 0; border-top: 1px solid var(--line-strong); }
.quote .proof li { padding: 0.75rem 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: var(--s2); font-size: var(--text-small); }
.quote .proof li span { color: var(--ink-soft); text-align: right; }
.quote-wrap { background: var(--paper-2); }
.rcd-quote { background: var(--panel); border: 1px solid var(--line-strong); border-top: 3px solid var(--accent); border-radius: 6px; padding: var(--s3); min-height: 24rem; }
.quote-fallback p { color: var(--ink-soft); }
.quote-fallback .btn { margin-top: var(--s3); }
.rcd-quote:has(> :not(.quote-fallback)) .quote-fallback { display: none; }
@media (max-width: 599px) { .quote .proof li { flex-direction: column; align-items: flex-start; gap: 0.15rem; } .quote .proof li span { text-align: left; } }
@media (min-width: 900px) { .quote { grid-template-columns: 5fr 7fr; gap: var(--s4) var(--s6); align-items: start; align-content: start; grid-template-areas: "head form" "support form"; } .ask-head { grid-area: head; } .ask-support { grid-area: support; } .rcd-quote { grid-area: form; padding: var(--s4); } .quote .ask-head h2 { max-width: 14ch; } }

/* FOOTER */
.site-footer { background: var(--dark); color: var(--dark-soft); font-size: var(--text-small); }
.site-footer .top { display: grid; gap: var(--s4); padding-block: var(--s5); border-bottom: 1px solid var(--dark-line); }
.site-footer .crest .brand { text-decoration: none; }
.site-footer h3 { font-family: var(--font-body); font-size: var(--text-eyebrow); letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--s2); font-weight: 700; }
.site-footer address { font-style: normal; color: var(--dark-ink); line-height: 1.7; }
.site-footer a { color: var(--dark-ink); }
.site-footer .bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s2); padding-block: var(--s3); }
.site-footer .bottom a { color: var(--dark-soft); }
@media (min-width: 720px) { .site-footer .top { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (max-width: 719px) {
  .site-footer .top { gap: 0; padding-block: var(--s4) 0; }
  .site-footer .top > div { padding-block: var(--s3); border-bottom: 1px solid var(--dark-line); }
  .site-footer .top > div:first-child { padding-top: 0; }
  .site-footer .top > div:last-child { border-bottom: 0; }
  .site-footer .crest p { margin-top: var(--s2) !important; }
  .site-footer .bottom { flex-direction: column; gap: 0.25rem; padding-block: var(--s2) var(--s3); font-size: 0.8rem; }
}
@media (max-width: 599px) { .site-footer { padding-bottom: calc(var(--callbar-h) + 1.5rem + env(safe-area-inset-bottom)); } }

/* floating call pill, phones only. Hidden while the hero is on screen, slides up once it has scrolled past. */
.callbar {
  position: fixed; left: 50%; bottom: calc(0.9rem + env(safe-area-inset-bottom)); z-index: 60;
  translate: -50% 130%; opacity: 0;
  display: none; align-items: center;
  background: var(--dark); color: var(--dark-ink);
  border-radius: 999px; padding: 0.35rem 0.4rem 0.35rem 0.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.08) inset;
  transition: translate 320ms var(--ease), opacity 320ms var(--ease);
  max-width: calc(100% - 2rem); white-space: nowrap;
}
.callbar.show { translate: -50% 0; opacity: 1; }
.callbar a { display: inline-flex; align-items: center; gap: 0.45em; height: 2.75rem; padding: 0 0.9rem; text-decoration: none; font-weight: 600; font-size: 0.95rem; color: var(--dark-ink); border-radius: 999px; }
.callbar a.call svg { flex: none; }
.callbar a.est { color: var(--accent); border-left: 1px solid var(--dark-line); border-radius: 0; padding-left: 1rem; }
.callbar a:active { background: rgba(255,255,255,.08); }
@media (max-width: 599px) { .callbar { display: flex; } }
@media (prefers-reduced-motion: reduce) { .callbar { transition: none; } }

/* 404 */
.lost { min-height: calc(100svh - var(--header-h)); display: grid; align-content: center; gap: var(--s3); padding-block: var(--s6); }
.lost h1 { max-width: 16ch; }

/* legal pages: one narrow column, headings small and spaced like eyebrows */
.legal { max-width: var(--w-narrow); padding-block: var(--s5) var(--s6); }
.legal h1 { max-width: 18ch; margin-top: 0; }
.legal .small { margin-top: var(--s2); }
.legal h2 { font-family: var(--font-body); font-size: var(--text-eyebrow); letter-spacing: 0.14em; text-transform: uppercase; color: var(--label); margin: var(--s4) 0 var(--s1); }
.legal p + p { margin-top: var(--s2); }
.legal a.arrow { font-weight: 600; text-decoration: none; }
.legal a.arrow::after { content: " \2192"; color: var(--accent); }
.legal a.arrow:hover { text-decoration: underline; }
.site-footer .bottom .legal-link { color: var(--dark-soft); }

/* 8 · MOTION / UTILITIES */
[data-reveal] { opacity: 0; translate: 0 18px; transition: opacity var(--speed) var(--ease), translate var(--speed) var(--ease); }
[data-reveal].in { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; translate: none; transition: none; } .btn { transition: none; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
