:root{
    /* Dark — true neutral grey base, restrained borders, elevation via
       shadow rather than heavy lines. This is what was "D2" in testing. */
    --bg: #131316;
    --surface: #1A1A1E;
    --surface-2: #212126;
    --text: #F2F2F3;
    --muted: #8F8F97;
    --teal: #4FE0C8;
    --amber: #F2A65A;
    --line: #232327;
    --radius: 4px;
    --pattern-a: #1A1A1E;
    --pattern-b: #131316;
    --header-bg: rgba(19,19,22,0.85);
    --card-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 12px 32px -16px rgba(0,0,0,0.5);
  }
  [data-theme="dark-2"]{
    --bg: #131316;
    --surface: #1A1A1E;
    --surface-2: #212126;
    --text: #F2F2F3;
    --muted: #8F8F97;
    --teal: #4FE0C8;
    --amber: #F2A65A;
    --line: #232327;
    --pattern-a: #1A1A1E;
    --pattern-b: #131316;
    --header-bg: rgba(19,19,22,0.85);
    --card-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 12px 32px -16px rgba(0,0,0,0.5);
  }

  /* Light 1 — neutral-grey twin of Dark 2: same restraint, minimal
     borders, depth from shadow rather than line weight, no warm or
     cool colour cast either way. */
  [data-theme="light-1"]{
    --bg: #F4F4F5;
    --surface: #FFFFFF;
    --surface-2: #EAEAEC;
    --text: #1A1A1C;
    --muted: #737378;
    --teal: #099480;
    --amber: #B8632A;
    --line: #E4E4E7;
    --pattern-a: #EAEAEC;
    --pattern-b: #F4F4F5;
    --header-bg: rgba(244,244,245,0.85);
    --card-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.12);
  }

  @media (prefers-color-scheme: light){
    :root:not([data-theme]){
      --bg: #F4F4F5;
      --surface: #FFFFFF;
      --surface-2: #EAEAEC;
      --text: #1A1A1C;
      --muted: #737378;
      --teal: #099480;
      --amber: #B8632A;
      --line: #E4E4E7;
      --pattern-a: #EAEAEC;
      --pattern-b: #F4F4F5;
      --header-bg: rgba(244,244,245,0.85);
      --card-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 12px 32px -16px rgba(0,0,0,0.12);
    }
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);
    color:var(--text);
    font-family:'IBM Plex Sans', sans-serif;
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    transition:background .2s ease, color .2s ease;
  }
  h1,h2,h3{font-family:'Space Grotesk', sans-serif; font-weight:600; letter-spacing:-0.01em;}
  .mono{font-family:'IBM Plex Mono', monospace;}
  .wrap{max-width:1080px; margin:0 auto; padding:0 28px;}

  /* Header */
  header{
    position:sticky; top:0; z-index:10;
    background:var(--header-bg);
    backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
  header .wrap{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:10px; min-height:64px; padding-top:10px; padding-bottom:10px;}
  .brand{font-family:'Space Grotesk'; font-weight:700; font-size:1.05rem; letter-spacing:-0.02em;}
  .brand span{color:var(--teal);}
  .fb-btn{
    font-family:'IBM Plex Mono'; font-size:0.8rem; font-weight:500;
    color:var(--bg); background:var(--teal);
    padding:9px 16px; border-radius:var(--radius);
    text-decoration:none; letter-spacing:0.02em;
    transition:opacity .15s ease;
  }
  .fb-btn:hover{opacity:0.85;}
  .fb-btn:focus-visible, a:focus-visible, button:focus-visible{outline:2px solid var(--amber); outline-offset:2px;}

  /* Hero */
  .hero{padding:88px 0 72px; border-bottom:1px solid var(--line);}
  .eyebrow{
    font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--teal);
    letter-spacing:0.08em; margin-bottom:18px; display:flex; align-items:center; gap:10px;
  }
  .eyebrow::before{content:''; width:8px; height:8px; background:var(--teal); border-radius:1px; box-shadow:0 0 8px var(--teal); flex-shrink:0;}
  .hero h1{
    font-size:clamp(2.3rem, 5.6vw, 3.8rem);
    line-height:1.04; letter-spacing:-0.015em; max-width:760px; margin-bottom:22px; position:relative;
  }
  .hero-bio{color:var(--muted); font-size:1.05rem; max-width:560px; margin-bottom:32px;}
  .hero-cta{display:flex; gap:14px; flex-wrap:wrap;}
  .btn-primary{
    font-family:'IBM Plex Mono'; font-size:0.85rem;
    background:var(--teal); color:var(--bg); font-weight:600;
    padding:13px 22px; border-radius:var(--radius); text-decoration:none;
    letter-spacing:0.02em; transition:transform .15s ease, opacity .15s ease;
  }
  .btn-primary:hover{transform:translateY(-1px); opacity:0.9;}
  .btn-secondary{
    font-family:'IBM Plex Mono'; font-size:0.85rem;
    background:transparent; color:var(--text); font-weight:500;
    padding:13px 22px; border-radius:var(--radius); text-decoration:none;
    border:1px solid var(--line); letter-spacing:0.02em; transition:border-color .15s ease;
  }
  .btn-secondary:hover{border-color:var(--muted);}

  /* Section label pattern */
  .section-label{
    font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--muted);
    letter-spacing:0.1em; margin-bottom:8px;
  }
  .section-title{font-size:1.7rem; margin-bottom:40px;}
  section{padding:64px 0;}
  section + section{border-top:1px solid var(--line);}

  /* Build cards */
  .builds-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(270px,1fr)); gap:20px;}
  .build-card{
    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
    overflow:hidden; opacity:0; transform:translateY(14px); transition:opacity .5s ease, transform .5s ease;
    box-shadow:var(--card-shadow);
  }
  .build-card.visible{opacity:1; transform:translateY(0);}
  .build-photo{
    aspect-ratio:4/3; background:
      repeating-linear-gradient(135deg, var(--pattern-a) 0 2px, var(--pattern-b) 2px 14px);
    display:flex; align-items:center; justify-content:center;
    border-bottom:1px solid var(--line); position:relative;
  }
  .build-photo::after{
    content:'REPLACE WITH BUILD PHOTO';
    font-family:'IBM Plex Mono'; font-size:0.68rem; color:var(--muted);
    letter-spacing:0.06em; text-align:center; padding:0 20px;
  }
  .build-photo-real{
    aspect-ratio:4/3; background:var(--surface);
    display:flex; align-items:center; justify-content:center; overflow:hidden;
    border-bottom:1px solid var(--line);
  }
  .build-photo-real img{width:100%; height:100%; object-fit:contain; display:block;}
  .build-body{padding:20px;}
  .build-tag{
    font-family:'IBM Plex Mono'; font-size:0.7rem; color:var(--amber);
    letter-spacing:0.08em; margin-bottom:6px; display:block;
  }
  .build-body h3{font-size:1.1rem; margin-bottom:14px;}
  .spec-list{font-family:'IBM Plex Mono'; font-size:0.82rem; color:var(--muted);}
  .spec-list div{
    display:flex; justify-content:space-between; gap:10px;
    padding:6px 0; border-top:1px dashed var(--line);
  }
  .spec-list div:first-child{border-top:none;}
  .spec-list b{color:var(--text); font-weight:500; text-align:right;}

  /* Process */
  .process-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:18px;}
  .process-item{opacity:0; transform:translateY(14px); transition:opacity .5s ease, transform .5s ease;}
  .process-item.visible{opacity:1; transform:translateY(0);}
  .process-photo{
    aspect-ratio:1/1; background:repeating-linear-gradient(135deg, var(--pattern-a) 0 2px, var(--pattern-b) 2px 14px);
    border:1px solid var(--line); border-radius:var(--radius);
    display:flex; align-items:center; justify-content:center; margin-bottom:10px;
  }
  .process-icon{
    width:38%; height:38%; color:var(--teal);
    fill:none; stroke:currentColor; stroke-width:2.5; stroke-linecap:square; stroke-linejoin:round;
  }
  .process-item p{font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--muted);}

  /* Pricing */
  .pricing-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(240px,1fr)); gap:20px;}
  .price-card{
    background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
    padding:26px; display:flex; flex-direction:column;
    box-shadow:var(--card-shadow);
  }
  .price-card.highlight{background:var(--surface-2);}
  .price-tier{font-family:'IBM Plex Mono'; font-size:0.75rem; color:var(--teal); letter-spacing:0.08em; margin-bottom:10px;}
  .price-amount{font-family:'Space Grotesk'; font-size:2rem; font-weight:600; margin-bottom:14px;}
  .price-amount span{font-size:1rem; color:var(--muted); font-weight:400;}
  .price-card ul{list-style:none; color:var(--muted); font-size:0.9rem; flex:1;}
  .price-card li{padding:6px 0; padding-left:16px; position:relative;}
  .price-card li::before{content:'—'; position:absolute; left:0; color:var(--line);}

  /* Footer */
  footer{padding:64px 0 48px; text-align:center;}
  footer h2{font-size:1.6rem; margin-bottom:14px;}
  footer p{color:var(--muted); margin-bottom:28px;}
  .footer-note{font-family:'IBM Plex Mono'; font-size:0.72rem; color:var(--line); margin-top:40px;}

  @media (prefers-reduced-motion: reduce){
    *{transition:none !important; scroll-behavior:auto !important;}
    .build-card, .process-item{opacity:1; transform:none;}
  }

  /* Responsive */
  .btn-short{display:none;}

  @media (max-width: 720px){
    .wrap{padding:0 18px;}
    .hero{padding:56px 0 48px;}
    section{padding:44px 0;}
    .section-title{font-size:1.4rem; margin-bottom:28px;}
    .hero-bio{font-size:0.98rem;}
    header .wrap{min-height:auto;}
    .badge-counter{font-size:0.6rem !important; padding:3px 7px !important;}
  }

  @media (max-width: 560px){
    .btn-full{display:none;}
    .btn-short{display:inline;}
    .hero-cta{flex-direction:column; align-items:stretch;}
    .hero-cta a{text-align:center;}
    header .wrap > div{width:100%; justify-content:space-between;}
    header .wrap > div:last-child{gap:8px;}
    .fb-btn{padding:9px 12px; font-size:0.72rem;}
    footer .btn-primary{width:100%; text-align:center;}
    .price-card, .build-card{min-width:0;}
  }

  @media (max-width: 400px){
    .hero h1{font-size:1.8rem;}
    .eyebrow{font-size:0.7rem;}
    .build-tag{font-size:0.64rem;}
    .badge-counter{display:none;}
  }

/* Multi-page nav */
.site-nav{display:flex; gap:22px; align-items:center;}
.site-nav a{font-family:'IBM Plex Mono'; font-size:0.8rem; color:var(--muted); text-decoration:none; transition:color .15s ease;}
.site-nav a:hover, .site-nav a.active{color:var(--teal);}

/* Build detail pages */
.build-hero{padding:48px 0 56px; border-bottom:1px solid var(--line);}
.back-link{font-family:'IBM Plex Mono'; font-size:0.8rem; color:var(--muted); text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-bottom:20px;}
.back-link:hover{color:var(--teal);}
.detail-photo-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:16px; margin:32px 0;}
.detail-photo{
  aspect-ratio:4/3; background:repeating-linear-gradient(135deg, var(--pattern-a) 0 2px, var(--pattern-b) 2px 14px);
  border:1px solid var(--line); border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center;
}
.detail-photo::after{content:'REPLACE WITH PHOTO'; font-family:'IBM Plex Mono'; font-size:0.7rem; color:var(--muted);}
.detail-photo-real{
  aspect-ratio:4/3; background:var(--surface);
  border:1px solid var(--line); border-radius:var(--radius);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.detail-photo-real img{width:100%; height:100%; object-fit:contain;}
.detail-spec-table{width:100%; border-collapse:collapse; font-family:'IBM Plex Mono'; font-size:0.88rem; max-width:520px;}
.detail-spec-table tr{border-top:1px dashed var(--line);}
.detail-spec-table tr:first-child{border-top:none;}
.detail-spec-table td{padding:10px 0; color:var(--muted);}
.detail-spec-table td:last-child{color:var(--text); text-align:right; font-weight:500;}

/* Multi-page responsive additions */
@media (max-width: 720px){
  .site-nav{display:none;}
}

/* Hero signature frame — CSS-drawn corner brackets, anchored to the
   hero box's actual corners (not a scaled SVG, so they never drift
   out of alignment with the content). Draw themselves in on load. */
  .hero{position:relative; overflow:hidden;}
  .hero > .wrap{position:relative; z-index:1;}
.hero-corner{
  position:absolute; width:48px; height:48px;
  border:2px solid var(--teal);
  opacity:0; transform:scale(0.6);
  animation:corner-in .5s ease-out forwards;
}
.hero-corner-tl{top:28px; left:24px; border-right:none; border-bottom:none;}
.hero-corner-tr{top:28px; right:24px; border-left:none; border-bottom:none; animation-delay:.08s;}
.hero-corner-bl{bottom:28px; left:24px; border-right:none; border-top:none; animation-delay:.16s;}
.hero-corner-br{bottom:28px; right:24px; border-left:none; border-top:none; animation-delay:.24s;}
@keyframes corner-in{
  from{opacity:0; transform:scale(0.6);}
  to{opacity:0.6; transform:scale(1);}
}
@media (max-width: 720px){
  .hero-corner{width:28px; height:28px;}
  .hero-corner-tl, .hero-corner-tr{top:16px;}
  .hero-corner-bl, .hero-corner-br{bottom:16px;}
}
@media (prefers-reduced-motion: reduce){
  .hero-corner{animation:none; opacity:0.6; transform:scale(1);}
}

/* Card hover polish */
.build-card{transition:opacity .5s ease, transform .5s ease, border-color .2s ease, box-shadow .2s ease;}
.build-card:hover{border-color:var(--teal); box-shadow:0 0 0 1px var(--teal), 0 8px 24px -8px color-mix(in srgb, var(--teal) 30%, transparent);}
.price-card{transition:border-color .2s ease, transform .2s ease;}
.price-card:hover{border-color:var(--teal); transform:translateY(-2px);}

/* Add-on callout — thin permanent border, distinct hover treatment
   (shadow lift, not just repeating the same border color) so hover
   reads as a genuine interaction rather than a duplicate of the glow. */
.addon-callout{
  margin-top:28px; background:var(--surface-2); border-radius:var(--radius); padding:26px;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px;
  border:1px solid var(--line);
  box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--teal) 30%, transparent);
  transition:box-shadow .25s ease, transform .2s ease;
}
.addon-callout:hover{
  box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--teal) 30%, transparent), 0 10px 28px -10px color-mix(in srgb, var(--teal) 40%, transparent);
  transform:translateY(-2px);
}

/* Contact form — price-point tile selector */
.price-select-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(150px,1fr)); gap:10px;
}
.price-select-grid input[type="radio"]{
  position:absolute; opacity:0; width:0; height:0;
}
.price-select-option{
  display:flex; flex-direction:column; gap:6px;
  padding:14px 14px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius);
  cursor:pointer; transition:border-color .15s ease, background .15s ease;
}
.price-select-option:hover{border-color:var(--muted);}
.price-select-grid input[type="radio"]:checked + .price-select-option{
  border-color:var(--teal); background:var(--surface-2);
  box-shadow:inset 0 0 0 1px var(--teal);
}
.price-select-tier{font-size:0.72rem; color:var(--muted); letter-spacing:0.06em;}
.price-select-amount{font-family:'Space Grotesk'; font-weight:600; font-size:1.05rem;}
.price-select-grid input[type="radio"]:checked + .price-select-option .price-select-tier{color:var(--teal);}
.price-select-grid input[type="radio"]:focus-visible + .price-select-option{outline:2px solid var(--amber); outline-offset:2px;}

/* Info tooltip — small circular "i" badge with a hover/focus tooltip,
   used on form labels that could use a plain-English explanation. */
.info-tip{
  display:inline-flex; align-items:center; justify-content:center;
  width:15px; height:15px; border-radius:50%;
  border:1px solid var(--muted); color:var(--muted);
  font-family:'IBM Plex Mono'; font-size:0.62rem; font-style:normal;
  cursor:help; position:relative; margin-left:6px; flex-shrink:0;
  vertical-align:middle;
}
.info-tip:hover, .info-tip:focus-visible{border-color:var(--teal); color:var(--teal); outline:none;}
.info-tip-text{
  position:absolute; bottom:calc(100% + 8px); left:50%; transform:translateX(-50%) translateY(4px);
  width:220px; padding:10px 12px; background:var(--surface-2); border:1px solid var(--line); border-radius:var(--radius);
  color:var(--text); font-family:'IBM Plex Sans'; font-size:0.78rem; font-weight:400; line-height:1.4;
  text-align:left; letter-spacing:normal;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
  box-shadow:0 8px 20px -6px rgba(0,0,0,0.35);
  z-index:5;
}
.info-tip:hover .info-tip-text, .info-tip:focus-visible .info-tip-text{
  opacity:1; visibility:visible; transform:translateX(-50%) translateY(0);
}
@media (max-width: 480px){
  .info-tip-text{width:180px;}
}

/* ==========================================================
   Extracted from inline styles — header, hero, layout helpers
   ========================================================== */
.header-left-group{display:flex; align-items:center; gap:20px;}
.header-right-group{display:flex; align-items:center; gap:12px;}
.header-logo-link{display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit;}
.logo-stroke{stroke:var(--teal);}
.logo-fill{fill:var(--text);}
.theme-toggle-btn{
  background:transparent; border:1px solid var(--line); border-radius:var(--radius);
  min-width:34px; height:34px; padding:0 8px; display:flex; align-items:center; justify-content:center; gap:3px;
  cursor:pointer; color:var(--text); flex-shrink:0;
}
.theme-label{font-size:0.68rem; color:var(--teal); line-height:1;}

/* Section variants */
.section-pad-top-lg{padding-top:56px;}
.section-border-top{border-top:1px solid var(--line);}

/* Loading / empty states */
.loading-text{color:var(--muted); font-size:0.85rem;}
.muted-text{color:var(--muted);}

/* About differentiator strip */
.diff-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:20px; margin-top:32px; max-width:900px;}
.diff-item{border-left:2px solid var(--teal); padding-left:16px;}
.diff-label{font-family:'IBM Plex Mono'; font-size:0.78rem; color:var(--teal); margin-bottom:6px;}
.diff-text{color:var(--muted); font-size:0.88rem;}

/* Generic body text sizes reused across About/Areas/FAQ/Policies/Contact */
.lead-text{color:var(--muted); max-width:640px; font-size:0.98rem;}
.section-intro{color:var(--muted); max-width:600px; margin-bottom:24px; font-size:0.95rem;}
.section-intro-tight{color:var(--muted); max-width:600px; margin-top:-24px; margin-bottom:36px; font-size:0.95rem;}
.body-text-sm{color:var(--muted); font-size:0.92rem;}
.body-text-sm-tight{color:var(--muted); font-size:0.9rem; margin-top:28px; max-width:600px;}
.footnote{color:var(--muted); font-size:0.85rem; margin-top:18px;}
.footnote-sm{color:var(--muted); font-size:0.82rem; margin-top:18px;}
.inline-link{color:var(--text); text-decoration:underline;}
.inline-link-teal{color:var(--teal); text-decoration:none;}

/* QA / policy blocks */
.qa-title{font-size:1rem; margin-bottom:6px; color:var(--teal);}
.policy-title{font-size:1.05rem; margin-bottom:8px; color:var(--teal);}
.qa-list{display:grid; gap:24px; max-width:680px;}
.policy-list{display:grid; gap:28px; max-width:680px;}

/* Areas tags + map */
.area-tags{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:32px;}
.area-tag{
  font-size:0.8rem; border:1px solid var(--line); padding:6px 14px;
  border-radius:var(--radius); color:var(--text);
}
.area-tag-muted{
  font-size:0.8rem; border:1px solid var(--line); padding:6px 14px;
  border-radius:var(--radius); color:var(--muted);
}
.map-frame{border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; max-width:800px;}
.map-iframe{border:0; display:block; filter:grayscale(0.3) contrast(1.05);}

/* Optimisation add-on callout */
.addon-inner{max-width:480px;}
.addon-tier-label{margin-bottom:8px; display:block;}
.addon-title{font-size:1.25rem; margin-bottom:8px;}
.addon-cta{white-space:nowrap;}

/* Contact form */
.form-stack{max-width:640px; display:grid; gap:24px;}
.form-row-2{display:grid; gap:16px; grid-template-columns:1fr 1fr;}
.form-fieldset{border:none; padding:0; margin:0;}
.form-legend{font-size:0.75rem; color:var(--muted); margin-bottom:10px; padding:0;}
.form-label{font-size:0.75rem; color:var(--muted); display:block; margin-bottom:6px;}
.form-input{
  width:100%; padding:11px 12px; background:var(--surface); border:1px solid var(--line);
  border-radius:var(--radius); color:var(--text); font-family:'IBM Plex Sans'; font-size:0.9rem;
}
.form-input-resize{resize:vertical;}
.form-submit-btn{justify-self:start; border:none; cursor:pointer; font-family:'IBM Plex Mono';}

/* Build detail page */
.detail-grid{display:grid; grid-template-columns:1.2fr 1fr; gap:48px; margin-top:20px;}
.detail-col-title{font-size:1.2rem; margin-bottom:12px;}
.detail-description{color:var(--muted); font-size:0.95rem; max-width:520px;}
.detail-title{font-size:clamp(1.8rem, 4vw, 2.6rem); margin-top:10px; margin-bottom:32px;}

@media (max-width: 720px){
  .detail-grid{grid-template-columns:1fr; gap:28px;}
}

/* Small remaining one-offs */
.hidden-by-default{display:none;}
.addon-text{color:var(--muted); font-size:0.9rem;}

/* Contact page intro variant (narrower max-width, different bottom margin) */
.section-intro-contact{color:var(--muted); max-width:560px; margin-bottom:28px; font-size:0.95rem;}

/* Dynamically-rendered build/testimonial cards (from js/builds.js) */
.build-card-link{text-decoration:none; color:inherit; display:block;}
.card-static{opacity:1; transform:none;}
.view-spec-link{font-size:0.75rem; color:var(--teal); margin-top:14px;}
.testimonial-quote{color:var(--text); font-size:0.95rem; font-style:italic; line-height:1.6;}

/* Above-the-fold trust strip — quick-scan credibility signals right
   under the hero CTA, per local-service-site conversion research. */
.trust-strip{
  display:flex; flex-wrap:wrap; gap:10px 22px; list-style:none;
  margin-top:28px; font-size:0.74rem; color:var(--muted); letter-spacing:0.04em;
}
.trust-strip li{position:relative; padding-left:16px;}
.trust-strip li::before{
  content:''; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:8px; height:8px; border:2px solid var(--teal); border-radius:1px;
}

/* Contact form submit status message */
.form-status{
  font-size:0.9rem; margin-top:14px; min-height:1.2em;
}
.form-status-success{color:var(--teal);}
.form-status-error{color:var(--amber);}
.form-submit-btn:disabled{opacity:0.6; cursor:not-allowed;}

/* Required-field indicator */
.required-mark{color:var(--amber); font-weight:600;}
.required-legend{font-size:0.72rem; color:var(--muted); margin-bottom:16px;}

/* Generic scroll-reveal — fade + rise on entry, used across sections
   beyond the build/process cards. Cheap, broadly effective per
   established practice; kept subtle and short-duration. */
.scroll-reveal{
  opacity:0; transform:translateY(16px);
  transition:opacity .5s ease, transform .5s ease;
}
.scroll-reveal.visible{opacity:1; transform:translateY(0);}
@media (prefers-reduced-motion: reduce){
  .scroll-reveal{opacity:1; transform:none; transition:none;}
}

/* Hero page-load animation — staggered fade + rise, runs once on
   every page load (not scroll-triggered like .scroll-reveal). */
.hero .eyebrow{animation:hero-fade-up .6s ease-out both;}
.hero h1{animation:hero-fade-up .6s ease-out .1s both;}
.hero .hero-bio{animation:hero-fade-up .6s ease-out .2s both;}
.hero .hero-cta{animation:hero-fade-up .6s ease-out .3s both;}
.hero .trust-strip{animation:hero-fade-up .6s ease-out .4s both;}
@keyframes hero-fade-up{
  from{opacity:0; transform:translateY(14px);}
  to{opacity:1; transform:translateY(0);}
}
@media (prefers-reduced-motion: reduce){
  .hero .eyebrow, .hero h1, .hero .hero-bio, .hero .hero-cta, .hero .trust-strip{
    animation:none; opacity:1; transform:none;
  }
}
