/* Forge Transformation — site stylesheet
   Colours and type scale per Brand Guidelines v1.0 (Aug 2026). Dark scheme only — this is a screen-only site. */

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --deep-teal: #0E3C3A;
  --recessed: #0A2F2D;
  --raised: #205E58;
  --hairline: #2C5C58;
  --hairline-raised: #328176;
  --slate: #5A6E6C;
  --emerald: #56C6B2;
  --emerald-hover: #AAE3D9;
  --white: #FFFFFF;
  --body-text: #C9DAD8;
  --muted: #8FAAA6;
  --sent-bg: #123F3B;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--deep-teal);
  color: var(--white);
  font-family: 'IBM Plex Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0; font-family: Montserrat, sans-serif; font-weight: 600; }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--emerald); text-decoration: none; }
a:hover { color: var(--emerald-hover); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
.eyebrow { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 15px; letter-spacing: 0.055em; color: var(--emerald); }
.section-heading { font-size: 36px; line-height: 1.12; letter-spacing: -0.02em; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(10,44,42,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hairline);
}
.site-header .container {
  padding: 20px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.logo-link { display: flex; align-items: center; gap: 12px; }
.logo-mark { height: 30px; width: 30.6px; display: block; flex: none; }
.logo-wordmark { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 27px; line-height: 1; letter-spacing: -0.015em; color: var(--white); }

.nav-toggle-input { display: none; }
.nav-toggle-label { display: none; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.nav-link {
  position: relative;
  font-family: 'IBM Plex Sans', sans-serif; font-size: 14.5px; color: var(--white);
  padding-bottom: 7px;
}
.nav-link[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--emerald); display: block;
}

.btn {
  appearance: none; border: 0; cursor: pointer; display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; text-align: center;
}
.btn-primary { background: var(--emerald); color: var(--deep-teal); padding: 11px 20px; font-size: 14.5px; }
.btn-primary:hover { background: var(--emerald-hover); color: var(--deep-teal); }
.btn-primary-lg { padding: 15px 26px; font-size: 15.5px; }
.btn-outline {
  background: none; border: 1px solid var(--hairline); color: var(--white);
  padding: 15px 26px; font-size: 15.5px; font-weight: 500; font-family: 'IBM Plex Sans', sans-serif;
}
.btn-outline:hover { border-color: var(--emerald); color: var(--white); }
.btn-cta { padding: 16px 30px; font-size: 16px; font-weight: 600; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 15.5px; color: var(--white);
}
.link-arrow:hover { color: var(--emerald); }
.link-arrow svg { width: 17px; height: 17px; }

/* ---------- Hero (home) ---------- */
.hero {
  padding: 104px 40px 88px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.hero-copy h1 { font-size: 57px; line-height: 1.06; letter-spacing: -0.025em; text-wrap: pretty; }
.hero-copy p { font-size: 17.5px; line-height: 1.65; color: var(--body-text); max-width: 52ch; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 18px; padding-top: 6px; flex-wrap: wrap; }
.hero-image { position: relative; width: 100%; aspect-ratio: 4/3; background: var(--recessed); overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Comparison band (home) ---------- */
.compare-section { border-top: 1px solid var(--hairline); background: var(--recessed); }
.compare-section .container { padding: 84px 40px; display: flex; flex-direction: column; gap: 30px; }
.compare-intro { display: flex; flex-direction: column; gap: 16px; }
.compare-intro p { font-size: 15.5px; line-height: 1.7; color: var(--body-text); max-width: 62ch; }
.compare-grid { display: grid; grid-template-columns: 190px minmax(0,1fr) minmax(0,1fr); gap: 3px; align-items: stretch; }
.compare-grid .spacer { display: none; }
.compare-head { padding: 0 2px 12px; display: flex; flex-direction: column; gap: 5px; }
.compare-head .label { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: 0.05em; color: var(--emerald); }
.compare-head .desc { font-size: 13px; line-height: 1.5; color: var(--muted); }
.compare-row-label { display: flex; align-items: center; padding: 24px 24px 24px 0; min-height: 104px; }
.compare-row-label .title { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 17px; line-height: 1.25; letter-spacing: -0.01em; color: var(--white); }
.compare-cell { padding: 24px; min-height: 104px; display: flex; align-items: center; font-size: 14.5px; line-height: 1.65; color: var(--white); }
.compare-cell.raised { background: var(--raised); }
.compare-cell.slate { background: var(--slate); }
.compare-brand-mark { display: flex; align-items: center; gap: 9px; }
.compare-brand-mark svg { height: 26px; width: 26.5px; display: block; flex: none; }
.compare-brand-mark span { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 30px; line-height: 1; letter-spacing: -0.015em; color: var(--white); }
.compare-cell.emerald-wide {
  grid-column: span 2; background: var(--emerald); padding: 24px; min-height: 104px;
  display: flex; align-items: center; font-family: 'IBM Plex Sans', sans-serif; font-weight: 500;
  font-size: 15.5px; line-height: 1.6; color: var(--deep-teal);
}

/* ---------- Services grid (home) ---------- */
.section { padding: 88px 40px; }
.section-head { display: flex; flex-direction: column; gap: 14px; padding-bottom: 44px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--hairline); }
.service-card { background: var(--deep-teal); padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; }
.service-card svg { width: 34px; height: 34px; flex: none; }
.service-card h3 { font-size: 18px; letter-spacing: -0.01em; line-height: 1.25; }
.service-card p { font-size: 14.5px; line-height: 1.7; color: var(--body-text); }
.services-links { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; padding-top: 34px; }

/* ---------- Page intro (services/approach/about/contact) ---------- */
.page-intro { padding: 88px 40px 60px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: end; }
.page-intro-copy { display: flex; flex-direction: column; gap: 22px; }
.page-intro-copy h1 { font-size: 48px; line-height: 1.08; letter-spacing: -0.025em; text-wrap: pretty; }
.page-intro p.lede { font-size: 16.5px; line-height: 1.7; color: var(--body-text); max-width: 48ch; }

/* ---------- Services banner ---------- */
.services-banner { padding: 40px 40px 48px; }
.services-banner-media { position: relative; width: 100%; aspect-ratio: 24/6; background: var(--recessed); overflow: hidden; }
.services-banner-media img { width: 100%; height: 100%; object-fit: cover; }
.services-banner-scrim { position: absolute; inset: 0; background: rgba(10,47,45,0.76); pointer-events: none; }
.services-banner-copy {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  gap: 14px; padding: 40px 48px; pointer-events: none;
}
.services-banner-copy h1 { font-size: 46px; line-height: 1.04; letter-spacing: -0.025em; color: var(--white); text-wrap: pretty; }
.services-banner-copy p { font-size: 15.5px; line-height: 1.7; color: #DCE7E5; max-width: 58ch; }

.services-list { padding: 0 40px 40px; }
.services-list-inner { border-top: 1px solid var(--hairline); }
.service-row { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; padding: 44px 0; border-bottom: 1px solid var(--hairline); }
.service-row:last-child { border-bottom: 0; }
.service-row-label { display: flex; flex-direction: column; gap: 14px; }
.service-row-label .num { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 11.5px; color: var(--emerald); }
.service-row-label h2 { font-size: 28px; line-height: 1.15; letter-spacing: -0.02em; }
.service-row-label .desc { font-size: 14.5px; line-height: 1.7; color: var(--body-text); max-width: 38ch; }
.service-row-items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }
.service-row-items div { display: flex; gap: 11px; font-size: 14.5px; line-height: 1.65; color: var(--white); }
.service-row-items span { color: var(--emerald); flex: none; }

/* ---------- Approach steps ---------- */
.steps { padding: 0 40px 60px; }
.steps-inner { border-top: 1px solid var(--hairline); }
.step { display: grid; grid-template-columns: 64px 1fr 1.2fr; gap: 44px; padding: 40px 0; border-bottom: 1px solid var(--hairline); align-items: start; }
.step:last-child { border-bottom: 0; }
.step-num { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 34px; letter-spacing: -0.02em; color: var(--emerald); line-height: 1; }
.step-body { display: flex; flex-direction: column; gap: 10px; }
.step-body h2 { font-size: 25px; line-height: 1.2; letter-spacing: -0.02em; }
.step-body p { font-size: 15px; line-height: 1.7; color: var(--body-text); }
.step-box { background: var(--recessed); border: 1px solid var(--hairline); padding: 20px 22px; display: flex; flex-direction: column; gap: 9px; }
.step-box .label { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: 0.05em; color: var(--muted); }
.step-box p { font-size: 14.5px; line-height: 1.7; color: var(--white); }

.diff-section { background: var(--raised); }
.diff-section .container { padding: 76px 40px; display: flex; flex-direction: column; gap: 40px; }
.diff-section h2 { font-size: 32px; line-height: 1.14; letter-spacing: -0.02em; color: var(--white); }
.diff-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; }
.diff-item { display: flex; flex-direction: column; gap: 11px; }
.diff-rule { height: 2px; width: 40px; background: var(--emerald); }
.diff-item h3 { font-size: 19px; color: var(--white); letter-spacing: -0.01em; }
.diff-item p { font-size: 14.5px; line-height: 1.7; color: var(--body-text); }

/* ---------- About ---------- */
.team-section { padding: 20px 40px 70px; }
.team-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.team-card { display: flex; gap: 26px; border-top: 1px solid var(--hairline); padding-top: 28px; }
.team-photo { position: relative; flex: none; width: 206px; height: 258px; background: var(--recessed); overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-info { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.team-name-block { display: flex; flex-direction: column; gap: 5px; }
.team-name-block h2 { font-size: 22px; letter-spacing: -0.015em; line-height: 1.15; }
.team-role { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 13.5px; letter-spacing: 0.05em; color: var(--muted); }
.team-info p { font-size: 14.5px; line-height: 1.72; color: var(--body-text); }

.setup-section { background: var(--recessed); border-top: 1px solid var(--hairline); }
.setup-section .container { padding: 76px 40px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: start; }
.setup-section h2 { font-size: 32px; line-height: 1.14; letter-spacing: -0.02em; text-wrap: pretty; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 44px; }
.setup-item { display: flex; flex-direction: column; gap: 9px; }
.setup-item h3 { font-size: 18px; letter-spacing: -0.01em; }
.setup-item p { font-size: 14.5px; line-height: 1.7; color: var(--body-text); }

/* ---------- Contact ---------- */
.contact-hero {
  padding: 88px 40px 0; display: grid; grid-template-columns: 1.15fr minmax(0,1fr);
  column-gap: 72px; row-gap: 32px; align-items: start;
}
.contact-hero-copy { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 20px; }
.contact-hero-copy h1 { font-size: 44px; line-height: 1.1; letter-spacing: -0.025em; text-wrap: pretty; }
.contact-hero-copy p { font-size: 16.5px; line-height: 1.7; color: var(--body-text); max-width: 52ch; }

.cal-box {
  grid-column: 1; grid-row: 2; aspect-ratio: 1/1.1015; border: 1px solid var(--hairline); background: var(--recessed);
  padding: 26px 28px; display: flex; flex-direction: column; gap: 18px; overflow: hidden;
}
.cal-box-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.cal-box-head .label { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: 0.05em; color: var(--muted); }
.cal-box-head .note { font-size: 13.5px; color: var(--muted); }
.cal-embed { width: 100%; flex: 1 1 auto; min-height: 280px; overflow: auto; }
.cal-fallback { font-size: 14px; line-height: 1.7; color: var(--body-text); }
.cal-fallback a { font-weight: 500; }

.contact-photo { grid-column: 2; grid-row: 2; position: relative; width: 100%; aspect-ratio: 4/5; background: var(--recessed); overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; }

.contact-note-section {
  padding: 72px 40px 84px; display: grid; grid-template-columns: 1.15fr minmax(0,1fr); gap: 72px; align-items: start;
}
.contact-form-col { display: flex; flex-direction: column; gap: 24px; }
.contact-form-col h2 { font-size: 26px; line-height: 1.15; letter-spacing: -0.02em; }

.confirm-box { border: 1px solid var(--emerald); background: var(--sent-bg); padding: 30px 32px; display: flex; flex-direction: column; gap: 10px; }
.confirm-box h2 { font-size: 20px; letter-spacing: -0.01em; }
.confirm-box p { font-size: 15px; line-height: 1.7; color: var(--body-text); }

form.contact-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field span { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: 0.05em; color: var(--muted); }
.form-field input, .form-field textarea {
  appearance: none; border: 1px solid var(--hairline); background: var(--recessed);
  padding: 13px 14px; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: var(--white);
  width: 100%;
}
.form-field textarea { line-height: 1.6; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--emerald); }
.form-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.form-actions .hint { font-size: 13.5px; line-height: 1.6; color: var(--muted); }
.form-field.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-info-col { display: flex; flex-direction: column; gap: 26px; }
.info-card { border: 1px solid var(--hairline); display: flex; flex-direction: column; }
.info-row { padding: 22px 24px; border-bottom: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 7px; }
.info-row:last-child { border-bottom: 0; }
.info-row .label { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; letter-spacing: 0.05em; color: var(--muted); }
.info-row a { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; }
.info-row a:hover { text-decoration: underline; }
.info-row .addr { font-size: 14.5px; line-height: 1.6; color: var(--white); }
.info-row .reg-line { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 12.5px; color: var(--body-text); }

/* ---------- Thanks page ---------- */
.thanks-section { padding: 140px 40px; text-align: center; }
.thanks-section .eyebrow { justify-content: center; }
.thanks-card { max-width: 560px; margin: 28px auto 0; display: flex; flex-direction: column; gap: 18px; align-items: center; }
.thanks-card h1 { font-size: 40px; line-height: 1.12; letter-spacing: -0.02em; }
.thanks-card p { font-size: 16px; line-height: 1.7; color: var(--body-text); }

/* ---------- CTA banner ---------- */
.cta-section { background: var(--raised); border-top: 1px solid var(--hairline); }
.cta-section .container { padding: 72px 40px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.cta-copy { display: flex; flex-direction: column; gap: 14px; }
.cta-copy h2 { font-size: 34px; line-height: 1.12; letter-spacing: -0.02em; color: var(--white); text-wrap: pretty; }
.cta-copy p { font-size: 15.5px; line-height: 1.7; color: var(--body-text); max-width: 54ch; }
.cta-action { display: flex; justify-content: flex-end; }

/* ---------- Footer ---------- */
.site-footer { background: var(--recessed); border-top: 1px solid var(--hairline); }
.site-footer .container { padding: 44px 40px; display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand-mark { display: flex; align-items: center; gap: 12px; }
.footer-brand-mark svg { height: 26px; width: 26.5px; display: block; flex: none; }
.footer-brand-mark span { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 23px; line-height: 1; letter-spacing: -0.015em; color: var(--white); }
.footer-fine { font-family: 'IBM Plex Sans', sans-serif; font-weight: 500; font-size: 11.5px; line-height: 1.85; color: var(--muted); }
.footer-nav { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.footer-nav a { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; color: var(--body-text); }
.footer-nav a[aria-current="page"] { color: var(--emerald); }

/* ---------- Fade-in (progressive enhancement; content is visible by default with no JS) ---------- */
[data-fade].fade-init {
  opacity: 0; transform: translateY(14px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
[data-fade].fade-init.fade-in { opacity: 1; transform: none; }

/* ==================================================================
   Responsive — the original design was fixed-width for desktop only.
   Breakpoints below preserve the desktop layout exactly and collapse
   gracefully down to 375px.
   ================================================================== */

@media (max-width: 980px) {
  .container, .hero, .compare-section .container, .section, .page-intro,
  .services-banner, .services-list, .steps, .diff-section .container,
  .team-section, .setup-section .container, .contact-hero, .contact-note-section,
  .cta-section .container, .site-footer .container, .site-header .container {
    padding-left: 28px; padding-right: 28px;
  }

  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 64px; padding-bottom: 56px; }
  .hero-image { order: -1; }
  .hero-copy h1 { font-size: 44px; }

  .services-grid { grid-template-columns: repeat(2,1fr); }

  .page-intro { grid-template-columns: 1fr; gap: 28px; padding-top: 64px; }
  .page-intro-copy h1 { font-size: 38px; }

  .service-row { grid-template-columns: 1fr; gap: 20px; }
  .service-row-items { grid-template-columns: 1fr 1fr; }

  .step { grid-template-columns: 48px 1fr; gap: 24px 28px; }
  .step-box { grid-column: 1 / -1; }

  .diff-grid { grid-template-columns: 1fr 1fr; }

  .team-grid { grid-template-columns: 1fr; }

  .setup-section .container { grid-template-columns: 1fr; gap: 32px; }

  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero-copy, .cal-box, .contact-photo { grid-column: 1; }
  .contact-hero-copy { grid-row: auto; }
  .cal-box { grid-row: auto; aspect-ratio: auto; min-height: 520px; }
  .contact-photo { grid-row: auto; aspect-ratio: 16/9; }

  .contact-note-section { grid-template-columns: 1fr; gap: 48px; }

  .cta-section .container { grid-template-columns: 1fr; gap: 28px; text-align: left; }
  .cta-action { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .site-header .container { padding-top: 16px; padding-bottom: 16px; gap: 16px; }
  .nav-toggle-label {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; cursor: pointer; flex: none; position: relative;
  }
  .nav-toggle-label span, .nav-toggle-label::before, .nav-toggle-label::after {
    content: ""; display: block; width: 20px; height: 2px; background: var(--white);
    position: relative; transition: transform .2s ease, opacity .2s ease;
  }
  .nav-toggle-label::before { position: absolute; transform: translateY(-6px); }
  .nav-toggle-label::after { position: absolute; transform: translateY(6px); }
  .nav-toggle-input:checked ~ .site-header .nav-toggle-label span { opacity: 0; }
  .nav-toggle-input:checked ~ .site-header .nav-toggle-label::before { transform: rotate(45deg); }
  .nav-toggle-input:checked ~ .site-header .nav-toggle-label::after { transform: rotate(-45deg); }

  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 39;
    background: var(--deep-teal); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
    flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 28px 28px;
    transform: translateY(-8px); opacity: 0; pointer-events: none; visibility: hidden;
    transition: opacity .18s ease, transform .18s ease;
    max-height: calc(100dvh - 100%); overflow-y: auto;
  }
  .nav-toggle-input:checked ~ .site-header .main-nav {
    opacity: 1; transform: translateY(0); pointer-events: auto; visibility: visible;
  }
  .main-nav .nav-link { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--hairline); font-size: 16px; }
  .main-nav .btn-primary { margin-top: 18px; width: 100%; padding: 14px 20px; font-size: 15.5px; }

  .hero-copy h1 { font-size: 34px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }

  .compare-grid { grid-template-columns: 1fr; }
  .compare-head { padding: 18px 0 4px; }
  .compare-row-label { padding: 18px 0 0; min-height: 0; }
  .compare-cell { min-height: 0; padding: 14px 16px; }
  .compare-cell.emerald-wide { grid-column: 1; }

  .services-grid { grid-template-columns: 1fr; }

  .services-banner-media { aspect-ratio: 4/3; }
  .services-banner-copy h1 { font-size: 32px; }

  .service-row-items { grid-template-columns: 1fr; }

  .step { grid-template-columns: 1fr; }
  .step-num { font-size: 26px; }

  .diff-grid { grid-template-columns: 1fr; }

  .team-card { flex-direction: column; }
  .team-photo { width: 100%; height: auto; aspect-ratio: 4/5; }

  .setup-grid { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .site-footer .container { flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-nav { gap: 20px 28px; }
}

@media (max-width: 400px) {
  .hero-copy h1 { font-size: 29px; }
  .page-intro-copy h1 { font-size: 30px; }
  .section-heading, .compare-intro h2 { font-size: 26px; }
  .cta-copy h2 { font-size: 26px; }
}
