/* GlossWorks Concrete Polishing — reference redesign system */

:root {
  /* Brochure brand palette — navy #1A3A5F + cream #F6F4EE + cornflower swoosh */
  --navy: #1A3A5F;
  --navy-2: #244a73;
  --cream: #F6F4EE;
  --swoosh: #7BA7D9;

  --bg: #F6F4EE;
  --bg-2: #efece3;
  --bg-soft: #eaf0f7;
  --ink: #16314f;
  --ink-2: #3c5066;
  --muted: #6d7d8e;
  --hairline: #e2ddd0;
  --hairline-strong: #cfc8b8;
  --accent: #1A3A5F;
  --accent-deep: #102841;
  --accent-ink: #ffffff;
  --accent-soft: #eaf0f7;
  --dark: #1A3A5F;
  --dark-2: #244a73;
  --light-on-dark: #f3f6fa;
  --light-on-dark-muted: #aac0d8;

  --font-display: "Instrument Serif", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --radius-sm: 4px;
  --radius: 10px;
  --radius-lg: 16px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

.gw {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.gw a { text-decoration: none; }
.gw img { max-width: 100%; display: block; }

/* ───── Type ───── */
.gw-eyebrow {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--accent);
}
.gw-eyebrow--light { color: var(--swoosh); }
.gw-display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--ink);
  text-wrap: balance;
}
.gw-h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.05;
  font-size: clamp(36px, 4.5vw, 56px);
  margin: 16px 0 0;
  text-wrap: balance;
}
.gw-h2--light { color: var(--light-on-dark); }
.gw-lede { font-size: 19px; line-height: 1.5; color: var(--ink-2); text-wrap: pretty; max-width: 56ch; }
.gw-body { font-size: 16px; line-height: 1.6; color: var(--ink-2); text-wrap: pretty; margin: 0; }
.gw-body--light { color: var(--light-on-dark-muted); }
.gw-small { font-size: 13px; color: var(--muted); }
.gw-light-muted { color: var(--light-on-dark-muted); }
.gw-link { color: var(--accent); border-bottom: 1px solid currentColor; }

/* ───── Buttons ───── */
.gw-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s, background .15s, color .15s, border-color .15s;
  white-space: nowrap;
  text-decoration: none;
}
.gw-btn:hover { transform: translateY(-1px); }
.gw-btn--primary { background: var(--ink) !important; color: var(--bg) !important; }
.gw-btn--primary:hover { background: var(--accent) !important; }
.gw-btn--ghost { background: transparent; color: var(--ink) !important; border-color: var(--hairline-strong); }
.gw-btn--ghost:hover { border-color: var(--ink); }
.gw-btn--accent { background: var(--accent) !important; color: var(--accent-ink) !important; }
.gw-btn--accent:hover { background: var(--accent-deep) !important; }
.gw-btn--onnavy { background: #fff !important; color: var(--navy) !important; }
.gw-btn--onnavy:hover { background: var(--swoosh) !important; color: var(--navy) !important; }
.gw-btn--ghost-light { background: transparent; color: var(--light-on-dark) !important; border-color: rgba(255,255,255,0.3); }
.gw-btn--ghost-light:hover { border-color: #fff; }
.gw-justify-end { justify-self: end; }

/* ───── Areas we serve ───── */
.gw-areas-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center; }
.gw-areas-intro strong { color: var(--ink); font-weight: 600; }
.gw-areas-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.gw-area {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 999px;
  background: var(--bg); border: 1px solid var(--hairline);
  font-size: 14.5px; color: var(--ink-2);
  transition: border-color .15s, color .15s;
}
.gw-area:hover { border-color: var(--accent); color: var(--ink); }
.gw-area svg { flex-shrink: 0; }
.gw-area--more { background: var(--accent-soft); border-color: transparent; color: var(--accent-deep); font-weight: 500; }

@container shell (max-width: 860px) {
  .gw-areas-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ───── Parkade band ───── */
.gw-parkade-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  align-items: center;
}
.gw-parkade-steps {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 28px;
}
.gw-parkade-chip {
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--light-on-dark);
  display: inline-flex; align-items: center; gap: 7px;
}
.gw-parkade-chip b { color: var(--swoosh); font-weight: 600; font-variant-numeric: tabular-nums; }
.gw-parkade-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.gw-parkade-aside { display: flex; flex-direction: column; gap: 16px; }
.gw-parkade-feature {
  display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 22px 24px;
}
.gw-parkade-feature-num {
  font-family: var(--font-display);
  font-size: 40px; line-height: 1;
  color: var(--swoosh);
  text-align: center;
}
.gw-parkade-feature h4 {
  font-family: var(--font-display);
  font-size: 21px; font-weight: 400; margin: 0 0 4px;
  color: var(--light-on-dark);
}
.gw-parkade-feature p { font-size: 14px; color: var(--light-on-dark-muted); margin: 0; line-height: 1.5; }

/* ───── Layout ───── */
.gw-container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.gw-section { padding: 96px 0; border-top: 1px solid var(--hairline); }
.gw-section--soft { background: var(--bg-2); }
.gw-section--dark { background: var(--dark); color: var(--light-on-dark); border-top: none; }

/* ───── Top bar ───── */
.gw-topbar {
  background: var(--dark);
  color: var(--light-on-dark);
  font-size: 13px;
}
.gw-topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 40px; gap: 24px;
}
.gw-topbar-info { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.gw-topbar-item {
  color: var(--light-on-dark-muted);
  display: inline-flex; align-items: center; gap: 6px;
  transition: color .15s;
}
.gw-topbar-item:hover { color: var(--light-on-dark); }
.gw-topbar-phone { color: var(--light-on-dark); font-weight: 500; }
.gw-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--swoosh); display: inline-block;
}
.gw-topbar-social { display: flex; gap: 14px; color: var(--light-on-dark-muted); }
.gw-topbar-social a { color: inherit; transition: color .15s; }
.gw-topbar-social a:hover { color: var(--light-on-dark); }

/* ───── Header ───── */
.gw-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 92%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline);
}
.gw-nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px; gap: 24px;
}
.gw-logo {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink);
}
.gw-logo-img { height: 44px; width: auto; display: block; }
.gw-logo-img--footer { height: 48px; }
.gw-logo-mark {
  width: 44px; height: 44px;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  display: inline-flex; align-items: flex-start; justify-content: center;
  font-family: var(--font-display);
  font-size: 28px; line-height: 1;
  padding-top: 5px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.gw-logo-mark::after {
  content: '';
  position: absolute;
  left: 18%; right: 18%; bottom: 6px;
  height: 9px;
  background: var(--swoosh);
  border-radius: 0 0 40px 40px / 0 0 14px 14px;
}
.gw-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.gw-logo-name { font-family: var(--font-display); font-size: 22px; letter-spacing: -0.01em; color: var(--ink); }
.gw-logo-sub { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.gw-navlinks { display: flex; gap: 28px; align-items: center; font-size: 14px; color: var(--ink-2); }
.gw-navlink { position: relative; }
.gw-navlink > a { color: var(--ink-2); display: inline-flex; align-items: center; padding: 10px 0; transition: color .15s; }
.gw-navlink > a:hover { color: var(--accent); }
.gw-navsub {
  position: absolute; top: 100%; left: -16px;
  display: none;
  background: var(--bg);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(0,0,0,.08);
  padding: 8px;
  min-width: 240px;
  z-index: 60;
}
.gw-navlink.has-sub:hover .gw-navsub { display: flex; flex-direction: column; }
.gw-navsub a { padding: 8px 12px; color: var(--ink-2); border-radius: 6px; font-size: 14px; }
.gw-navsub a:hover { background: var(--bg-2); color: var(--accent); }

/* ───── Image placeholders ───── */
.gw-img {
  position: relative;
  background: repeating-linear-gradient(45deg, oklch(0.85 0.012 260) 0 12px, oklch(0.93 0.008 260) 12px 24px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--muted);
  border: 1px solid var(--hairline);
}
.gw-img::after {
  content: attr(data-label);
  background: var(--bg);
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid var(--hairline);
}
.gw-img--accent {
  background: repeating-linear-gradient(45deg, var(--navy) 0 12px, var(--navy-2) 12px 24px);
  color: var(--light-on-dark);
}
.gw-img--accent::after { background: var(--dark); color: var(--light-on-dark); border-color: var(--dark-2); }

/* ───── Hero ───── */
.gw-hero { padding: 56px 0 96px; }
.gw-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.gw-hero-display { font-size: clamp(48px, 6vw, 84px); line-height: 1.06; }
.gw-hero-display em { font-style: italic; color: var(--accent); }
.gw-lede { margin-top: 36px; }
.gw-hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.gw-hero-trust {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  font-size: 13px;
  color: var(--muted);
}
.gw-hero-trust strong { color: var(--ink); font-weight: 600; }
.gw-hero-trust-rating { color: var(--muted); text-decoration: none; transition: color .15s; }
.gw-hero-trust-rating:hover { color: var(--accent); }
.gw-hero-trust-rating:hover strong { color: var(--accent); }
.gw-pipe { width: 1px; height: 12px; background: var(--hairline-strong); display: inline-block; }
.gw-hero-media { position: relative; height: 560px; margin-top: 8px; }
.gw-hero-img { position: absolute; inset: 0; }
.gw-hero-img-2 {
  position: absolute; bottom: -24px; left: -32px;
  width: 220px; height: 220px;
  border: 6px solid var(--bg);
}

/* ───── Services ───── */
.gw-section-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.gw-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gw-service {
  background: var(--bg);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  color: var(--ink);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.gw-service:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(26,58,95,0.12);
}
.gw-service-img {
  height: 200px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  border: none;
  border-bottom: 1px solid var(--hairline);
}
.gw-service-body { padding: 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.gw-service h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
}
.gw-service p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.5; }
.gw-service-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: 4px;
}
.gw-service-tags span {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--accent-deep);
  border: 1px solid color-mix(in oklab, var(--accent) 15%, transparent);
}
.gw-service-link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  padding-top: 12px;
  border-top: 1px dashed var(--hairline);
}
.gw-services-guide {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin-top: 28px; padding: 18px 24px;
  background: var(--accent-soft); border-radius: var(--radius-lg);
  font-size: 15px; color: var(--ink-2);
}
.gw-services-guide a {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--accent); font-weight: 600;
}
.gw-services-guide a:hover { color: var(--accent-deep); }

/* ───── Process ───── */
.gw-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--navy-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.gw-process-step {
  background: var(--dark);
  padding: 32px 24px;
  display: flex; flex-direction: column;
  min-height: 220px;
}
.gw-process-num {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--swoosh);
  line-height: 1;
  margin-bottom: 24px;
}
.gw-process-step h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 8px;
  color: var(--light-on-dark);
}
.gw-process-step p { font-size: 14px; color: var(--light-on-dark-muted); margin: 0; line-height: 1.5; }

/* ───── Gallery ───── */
.gw-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;
  gap: 16px;
}
.gw-gallery > :nth-child(1) { grid-column: span 3; grid-row: span 2; }
.gw-gallery > :nth-child(2) { grid-column: span 3; grid-row: span 1; }
.gw-gallery > :nth-child(3) { grid-column: span 2; grid-row: span 1; }
.gw-gallery > :nth-child(4) { grid-column: span 2; grid-row: span 1; }
.gw-gallery > :nth-child(5) { grid-column: span 2; grid-row: span 1; }
.gw-gallery > :nth-child(6) { grid-column: span 6; grid-row: span 1; }
.gw-gallery image-slot, .gw-slot { display: block; width: 100%; height: 100%; }
.gw-posts .gw-post-img { display: block; width: 100%; height: 220px; }

/* ───── Fillable image slots ─────
   A <image-slot class="gw-fill …"> drops in wherever a photo placeholder
   used to be. The component's shadow :host defaults to 240×160, so each
   context gets an explicit footprint that matches the old placeholder. */
image-slot.gw-fill { display: block; overflow: hidden; border-radius: var(--radius-lg); background: oklch(0.93 0.008 260); }
image-slot.gw-fill.gw-hero-img    { width: 100%; height: 100%; }
image-slot.gw-fill.gw-hero-img-2  { width: 220px; height: 220px; }
image-slot.gw-fill.gw-service-img { width: 100%; height: 200px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
image-slot.gw-fill.gw-quote-img   { width: 100%; height: auto; aspect-ratio: 4 / 5; min-height: 360px; }
image-slot.gw-fill.bl-feature-img { width: 100%; height: auto; aspect-ratio: 16 / 10; }
image-slot.gw-fill.bl-card-img    { width: 100%; height: auto; aspect-ratio: 16 / 10; }
image-slot.gw-fill.bl-article-hero{ width: 100%; height: 420px; }
image-slot.gw-fill.gl-tile        { width: 100%; height: auto; aspect-ratio: 4 / 3; }
image-slot.gw-fill.gl-case-img    { width: 100%; height: 240px; border-radius: 0; }
image-slot.gw-fill.sv-finish-swatch { width: 100%; height: 160px; }
image-slot.gw-fill.ab-team-img    { width: 100%; height: auto; aspect-ratio: 4 / 3; min-height: 280px; }
.gw-gallery image-slot.gw-fill    { width: 100%; height: 100%; }
@media (max-width: 720px) {
  image-slot.gw-fill.gw-hero-img-2 { width: 130px; height: 130px; }
  image-slot.gw-fill.gw-quote-img  { aspect-ratio: 4 / 3; min-height: 240px; }
  image-slot.gw-fill.bl-article-hero { height: 240px; }
}

/* ───── Testimonial ───── */
.gw-quote {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.gw-quote-img { aspect-ratio: 4 / 5; min-height: 360px; }
.gw-quote-text {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 16px 0 0;
}
.gw-quote-meta { margin-top: 32px; display: flex; gap: 16px; align-items: center; padding-top: 24px; border-top: 1px solid var(--hairline); }
.gw-quote-avatar { width: 48px; height: 48px; border-radius: 50%; background: #1A3A5F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%231A3A5F'/%3E%3Ctext x='16' y='21' font-family='Georgia,serif' font-size='17' fill='%23F6F4EE' text-anchor='middle'%3EG%3C/text%3E%3Cpath d='M9 24 Q16 28 23 24' stroke='%237BA7D9' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/cover no-repeat; flex-shrink: 0; }
.gw-quote-name { font-weight: 500; }
.gw-quote-google { margin-left: auto; font-size: 14px; font-weight: 600; color: var(--accent); text-decoration: none; white-space: nowrap; transition: opacity .15s; }
.gw-quote-google:hover { opacity: 0.7; }

/* ───── FAQ ───── */
.gw-faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; align-items: start; }
.gw-faq-list { display: flex; flex-direction: column; }
.gw-faq-item { border-top: 1px solid var(--hairline); }
.gw-faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.gw-faq-q {
  width: 100%; background: transparent; border: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 24px 0; font-family: inherit;
  font-size: 18px; font-weight: 500; color: var(--ink);
  cursor: pointer; text-align: left;
}
.gw-faq-q:hover { color: var(--accent); }
.gw-faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--bg-2); color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.gw-faq-item.is-open .gw-faq-toggle { background: var(--accent); color: var(--accent-ink); }
.gw-faq-a {
  font-size: 15.5px; line-height: 1.6; color: var(--ink-2);
  padding: 0 48px 24px 0;
}

/* ───── Blog ───── */
.gw-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gw-post {
  display: flex; flex-direction: column; gap: 12px;
  color: var(--ink);
}
.gw-post-img { height: 220px; }
.gw-post-meta { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.gw-post-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.gw-post:hover .gw-post-title { color: var(--accent); }
.gw-post-title-link { display: block; }

/* ───── Quote form CTA ───── */
.gw-quote-cta {
  background: var(--dark);
  color: var(--light-on-dark);
  border-radius: var(--radius-lg);
  padding: 64px 64px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.gw-quote-cta::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123,167,217,0.22), transparent 60%);
  top: -300px; right: -200px;
  pointer-events: none;
}
.gw-quote-cta-h { font-size: clamp(40px, 4.5vw, 64px); margin: 16px 0 0; }
.gw-quote-cta-h em { font-style: italic; color: var(--swoosh); }
.gw-quote-cta-contact {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.16);
  display: flex; flex-direction: column; gap: 4px;
}
.gw-quote-cta-phone {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--light-on-dark);
  letter-spacing: -0.01em;
}
.gw-form { display: flex; flex-direction: column; gap: 14px; position: relative; }
.gw-form-row { display: flex; flex-direction: column; gap: 14px; }
.gw-form-row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gw-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--light-on-dark-muted);
  font-weight: 500;
  min-width: 0;
}
.gw-form input, .gw-form select, .gw-form textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--light-on-dark);
  font-family: inherit;
  font-size: 15px;
  outline: none;
  text-transform: none;
  letter-spacing: 0;
  transition: border-color .15s;
  width: 100%;
  min-width: 0;
}
.gw-form input:focus, .gw-form select:focus, .gw-form textarea:focus { border-color: var(--swoosh); }
.gw-form input::placeholder, .gw-form textarea::placeholder { color: rgba(243,246,250,0.45); }
.gw-form label.gw-form-opt { flex-direction: row; align-items: center; gap: 11px; text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 400; cursor: pointer; }
.gw-form label.gw-form-opt input { width: 17px; height: 17px; padding: 0; margin: 0; accent-color: var(--swoosh); flex: none; }
.gw-form label.gw-form-opt strong { color: #fff; font-weight: 600; }
.gw-form-captcha {
  flex-direction: row; align-items: end; justify-content: space-between; gap: 16px;
  margin-top: 8px;
}
/* Honeypot: off-screen (more bot-proof than display:none) and unreachable by tab/AT. */
.gw-hp { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.gw-form-submit { margin-top: 8px; }
.gw-form-submit .gw-btn { width: 100%; justify-content: center; }

/* Submit error fallback — opaque box so it reads on both the dark quote panel
   and the light contact section. */
.gw-form-error {
  background: #FBE9E5;
  border: 1px solid #E3A79B;
  border-left: 3px solid #C0392B;
  color: #8A2A1B;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14.5px;
  line-height: 1.5;
  margin: 4px 0 2px;
}
.gw-form-error a { color: #8A2A1B; font-weight: 600; text-decoration: underline; }
.gw-btn[disabled] { opacity: 0.6; cursor: default; pointer-events: none; }

/* Contact-page success panel (mirrors the homepage gw-form--done) */
.ct-form--done {
  border: 1px solid var(--hairline-strong);
  border-radius: 14px;
  padding: 32px 28px;
  background: var(--surface, #fff);
}
.ct-form-done-check {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff; font-size: 24px; line-height: 1;
  margin-bottom: 16px;
}
.ct-form--done h3 { font-family: var(--font-display); font-weight: 400; font-size: 26px; margin: 0 0 8px; }
.ct-form--done p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0; }
.ct-form--done a { color: var(--accent); font-weight: 600; }

/* Estimate handoff banner (sits atop the quote form when arriving from a calculator) */
.gw-est-banner {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-left: 3px solid var(--swoosh);
  border-radius: 12px; padding: 16px 18px; margin-bottom: 4px;
}
.gw-est-banner-tag {
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  font-weight: 600; color: var(--swoosh); margin-bottom: 6px;
}
.gw-est-banner-range {
  font-family: var(--font-display); font-size: 32px; line-height: 1; color: var(--light-on-dark);
}
.gw-est-banner-detail { font-size: 13.5px; color: rgba(243,246,250,0.82); margin-top: 8px; }
.gw-est-banner-note { font-size: 12px; color: rgba(243,246,250,0.5); margin-top: 6px; }

/* Quote form success state */
.gw-form--done { gap: 10px; justify-content: center; min-height: 300px; }
.gw-form--done h3, .gw-form--done p { align-self: stretch; }
.gw-form-done-check {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center; font-size: 22px;
  background: var(--swoosh); color: var(--dark); font-weight: 700;
}
.gw-form--done h3 { font-family: var(--font-display); font-size: 30px; line-height: 1.15; color: var(--light-on-dark); margin: 6px 0 0; font-weight: 400; }
.gw-form--done p { font-size: 15px; line-height: 1.55; color: rgba(243,246,250,0.82); margin: 0; max-width: 42ch; }
.gw-form--done a { color: var(--swoosh); }

/* ───── Quote modal (calculator → popup form) ───── */
.gw-qm-backdrop {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(20, 22, 30, 0.6);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; overflow-y: auto;
  animation: gw-fade .2s ease;
}
.gw-qm {
  position: relative; margin: auto;
  width: 100%; max-width: 460px;
  background: var(--dark); color: var(--light-on-dark);
  border-radius: var(--radius-lg);
  padding: 40px 36px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  animation: gw-pop .24s cubic-bezier(.2,.7,.3,1);
}
.gw-qm-close {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06);
  color: var(--light-on-dark); font-size: 20px; line-height: 1; cursor: pointer;
  display: grid; place-items: center; transition: background .15s;
}
.gw-qm-close:hover { background: rgba(255,255,255,0.14); }
.gw-qm-head { margin-bottom: 18px; padding-right: 28px; }
.gw-qm-h { font-family: var(--font-display); font-weight: 400; font-size: 34px; line-height: 1.05; margin: 10px 0 0; color: var(--light-on-dark); }
.gw-qm-h em { font-style: italic; color: var(--swoosh); }
.gw-qm-fine { font-size: 12px; color: rgba(243,246,250,0.5); margin: 6px 0 0; text-align: center; }
@media (max-width: 520px) {
  .gw-qm { padding: 34px 22px 24px; }
  .gw-qm-h { font-size: 28px; }
  .gw-qm .gw-form-row--2 { grid-template-columns: 1fr; }
}

/* ═══════ Before / after comparison slider (ba-*) ═══════ */
.ba {
  position: relative; width: 100%; aspect-ratio: 16 / 10;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--bg-soft); touch-action: none; user-select: none;
}
.ba-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-before { position: absolute; inset: 0; will-change: clip-path; }
.ba-tag {
  position: absolute; bottom: 14px; z-index: 2;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
  color: #fff; background: rgba(26,32,44,0.62); backdrop-filter: blur(4px);
  padding: 6px 12px; border-radius: 999px; pointer-events: none;
}
.ba-tag--before { left: 14px; }
.ba-tag--after { right: 14px; }
.ba-divider {
  position: absolute; top: 0; bottom: 0; width: 3px; z-index: 3;
  background: #fff; transform: translateX(-1.5px); cursor: ew-resize;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
}
.ba-divider:focus-visible { outline: none; }
.ba-divider:focus-visible .ba-handle { box-shadow: 0 0 0 3px var(--swoosh), 0 4px 14px rgba(0,0,0,0.22); }
.ba-handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--accent);
  display: grid; place-items: center; box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}
.ba-hint { font-size: 13px; color: var(--muted); margin-top: 12px; }

/* ═══════ Keyboard focus ring (a11y) — only shows on keyboard nav ═══════ */
.gw a:focus-visible,
.gw button:focus-visible,
.gw select:focus-visible,
.gw input:focus-visible,
.gw textarea:focus-visible,
.gw [tabindex]:focus-visible,
.est-seg:focus-visible,
.gl-chip:focus-visible,
.gw-faq-q:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
/* Light ring where the background is dark */
.gw-topbar a:focus-visible,
.gw-section--dark a:focus-visible, .gw-section--dark button:focus-visible,
.pk-hero a:focus-visible, .pk-hero button:focus-visible,
.sv-hero a:focus-visible, .sv-hero button:focus-visible,
.gw-quote-cta a:focus-visible, .gw-quote-cta button:focus-visible,
.gw-quote-cta input:focus-visible, .gw-quote-cta select:focus-visible, .gw-quote-cta textarea:focus-visible,
.gw-footer a:focus-visible, .gw-footer button:focus-visible {
  outline-color: var(--swoosh);
}
.gw-captcha {
  flex-direction: row !important; align-items: center !important; gap: 12px !important;
  letter-spacing: 0 !important; text-transform: none !important;
  font-size: 14px !important; color: var(--light-on-dark) !important;
}

/* ───── Footer ───── */
.gw-footer {
  padding: 80px 0 32px;
  border-top: 1px solid var(--hairline);
  background: var(--bg-2);
}
.gw-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
}
.gw-footer-social {
  display: flex; gap: 14px;
  margin-top: 24px;
  color: var(--ink-2);
}
.gw-footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-2);
  transition: background .15s, color .15s, border-color .15s;
}
.gw-footer-social a:hover { background: var(--accent); color: white; border-color: var(--accent); }
.gw-footer-col h5 {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
  margin: 0 0 16px;
}
.gw-footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--ink-2); }
.gw-footer-col ul a { color: var(--ink-2); transition: color .15s; }
.gw-footer-col ul a:hover { color: var(--accent); }
.gw-footer-bottom {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  display: flex; justify-content: space-between;
  font-size: 13px; color: var(--muted);
}

/* ───── Popup ───── */
.gw-popup-backdrop {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(20, 22, 30, 0.55);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: gw-fade .25s ease;
}
@keyframes gw-fade { from { opacity: 0; } to { opacity: 1; } }
.gw-popup {
  background: var(--bg);
  border-radius: var(--radius-lg);
  max-width: 720px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 64px rgba(0,0,0,.30);
  animation: gw-pop .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes gw-pop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.gw-popup-close {
  position: absolute; top: 12px; right: 12px;
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.85); border: 1px solid var(--hairline);
  color: var(--ink);
  font-size: 20px; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.gw-popup-image {
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  min-height: 360px;
}
.gw-popup-image-inner {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: white;
}
.gw-popup-mark {
  font-family: var(--font-display);
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: white;
}
.gw-popup-tag {
  font-size: 11px;
  letter-spacing: 0.4em;
  font-weight: 500;
}
.gw-popup-body {
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.gw-popup-h {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 4px 0;
  line-height: 1.1;
  text-wrap: balance;
}
.gw-popup-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

.gw-popup-trigger {
  position: fixed; bottom: 16px; right: 16px;
  z-index: 30;
  background: var(--accent);
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

/* ───── Mobile menu button (hidden on desktop) ───── */
.gw-mobile-menu-btn {
  display: none;
  width: 44px; height: 44px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--hairline-strong);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.gw-mobile-menu-btn span { display: block; width: 18px; height: 1.6px; background: var(--ink); position: relative; }
.gw-mobile-menu-btn span::before, .gw-mobile-menu-btn span::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 1.6px; background: var(--ink);
}
.gw-mobile-menu-btn span::before { top: -6px; }
.gw-mobile-menu-btn span::after  { top: 6px; }
.gw-mobile-menu-btn.is-open span { background: transparent; }
.gw-mobile-menu-btn.is-open span::before { top: 0; transform: rotate(45deg); }
.gw-mobile-menu-btn.is-open span::after  { top: 0; transform: rotate(-45deg); }
.gw-mobile-menu-btn span, .gw-mobile-menu-btn span::before, .gw-mobile-menu-btn span::after { transition: transform .2s, top .2s, background .2s; }

/* ───── Mobile drawer ───── */
.gw-drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; pointer-events: none; }
.gw-drawer.is-open { visibility: visible; pointer-events: auto; }
.gw-drawer-backdrop {
  position: absolute; inset: 0;
  background: rgba(20, 28, 42, 0.45);
  opacity: 0; transition: opacity .25s;
}
.gw-drawer.is-open .gw-drawer-backdrop { opacity: 1; }
.gw-drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(86vw, 380px);
  background: var(--bg);
  box-shadow: -16px 0 48px rgba(0,0,0,0.18);
  display: flex; flex-direction: column;
  padding: 20px 24px 28px;
  transform: translateX(100%);
  transition: transform .28s cubic-bezier(.3,.7,.3,1);
  overflow-y: auto;
}
.gw-drawer.is-open .gw-drawer-panel { transform: translateX(0); }
.gw-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.gw-drawer-head .gw-logo-img { height: 38px; }
.gw-drawer-close {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--bg-2); border: 1px solid var(--hairline);
  font-size: 24px; line-height: 1; color: var(--ink); cursor: pointer;
}
.gw-drawer-links { display: flex; flex-direction: column; }
.gw-drawer-links > a {
  font-family: var(--font-display); font-size: 26px; font-weight: 400;
  color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--hairline);
  letter-spacing: -0.01em;
}
.gw-drawer-links > a:active { color: var(--accent); }
.gw-drawer-sub { display: flex; flex-direction: column; padding: 6px 0 14px 16px; border-bottom: 1px solid var(--hairline); gap: 2px; }
.gw-drawer-sub a { font-size: 15px; color: var(--ink-2); padding: 7px 0; }
.gw-drawer-cta { margin-top: 24px; justify-content: center; }
.gw-drawer-contact {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--hairline);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 14px; color: var(--ink-2);
}
.gw-drawer-contact a { color: var(--accent); font-weight: 500; }
.gw-drawer-contact span { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ───── Container queries for responsive layouts inside artboards ───── */
.gw-shell { container-type: inline-size; container-name: shell; }

/* Quote-form CTA: stack the copy above the form before the two columns get cramped. */
@container shell (max-width: 980px) {
  .gw-quote-cta { grid-template-columns: 1fr; gap: 32px; padding: 48px 44px; }
}

@container shell (max-width: 860px) {
  .gw-container { padding: 0 20px; }
  .gw-section { padding: 56px 0; }
  .gw-hero { padding: 32px 0 48px; }
  .gw-topbar-info { gap: 12px; font-size: 12px; }
  .gw-topbar-hours, .gw-topbar-item:nth-child(3) { display: none; }
  .gw-navlinks, .gw-nav-cta { display: none; }
  .gw-mobile-menu-btn { display: inline-flex; }
  .gw-nav { height: 72px; }
  .gw-logo-mark { width: 38px; height: 38px; font-size: 22px; }
  .gw-logo-name { font-size: 19px; }
  .gw-logo-sub { font-size: 10px; }
  .gw-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .gw-hero-display { font-size: 48px; }
  .gw-hero-media { height: 320px; }
  .gw-hero-img-2 { width: 130px; height: 130px; bottom: -16px; left: -16px; border-width: 4px; }
  .gw-hero-trust { gap: 8px; font-size: 12px; }
  .gw-pipe { display: none; }
  .gw-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 32px; }
  .gw-services { grid-template-columns: 1fr; gap: 16px; }
  .gw-process { grid-template-columns: 1fr 1fr; }
  .gw-process-step:last-child { grid-column: 1 / -1; }
  .gw-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  .gw-gallery > :nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .gw-gallery > :nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .gw-quote { grid-template-columns: 1fr; gap: 24px; }
  .gw-parkade-grid { grid-template-columns: 1fr; gap: 32px; }
  .pk-hero-h1 { font-size: 48px; }
  .pk-step { grid-template-columns: 1fr; gap: 12px; }
  .pk-step-num { font-size: 64px; }
  .pk-why-grid { grid-template-columns: 1fr; }
  .pk-jump-inner { gap: 8px; }
  .gw-quote-img { aspect-ratio: 4 / 3; min-height: 240px; }
  .gw-faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .gw-faq-q { font-size: 16px; padding: 18px 0; }
  .gw-posts { grid-template-columns: 1fr; }
  .gw-quote-cta { padding: 36px 24px; grid-template-columns: 1fr; gap: 28px; }
  .gw-quote-cta-h { font-size: 36px; }
  .gw-quote-cta-phone { font-size: 28px; }
  .gw-form-row--2 { grid-template-columns: 1fr; }
  .gw-form-captcha { flex-direction: column; align-items: stretch; gap: 16px; }
  .gw-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .gw-popup { grid-template-columns: 1fr; max-width: 360px; }
  .gw-popup-image { min-height: 200px; }
  .gw-popup-mark { font-size: 64px; }
}
@container shell (max-width: 480px) {
  .gw-footer-grid { grid-template-columns: 1fr; }
  .gw-process { grid-template-columns: 1fr; }
  .gw-topbar-item:nth-child(2) { display: none; }
  .gw-topbar-info { gap: 10px; }
}

/* Standalone fallbacks (when not inside the design canvas) */
@media (max-width: 860px) {
  body > .gw-shell .gw-navlinks,
  body > .gw-shell .gw-nav-cta { display: none; }
  body > .gw-shell .gw-mobile-menu-btn { display: inline-flex; }
}

/* ═══════ Parkade process page ═══════ */
.pk-hero {
  background: var(--dark);
  color: var(--light-on-dark);
  padding: 96px 0 104px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pk-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 72% 22%, rgba(123,167,217,0.18), transparent 55%);
  pointer-events: none;
}
.pk-hero-inner { position: relative; max-width: 860px; margin: 0 auto; text-align: center; }
.pk-hero-inner .gw-eyebrow { display: block; margin-bottom: 20px; }
.pk-hero-h1 { font-size: clamp(52px, 7vw, 92px); color: var(--light-on-dark); margin: 0; }
.pk-hero-sub {
  font-size: 20px; line-height: 1.5;
  color: var(--light-on-dark-muted);
  max-width: 60ch; margin: 24px auto 0;
  text-wrap: pretty;
}
.pk-tenure {
  display: inline-block; margin-top: 32px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 11px 26px; font-size: 15px;
  color: var(--light-on-dark);
}
.pk-tenure strong { color: var(--swoosh); font-weight: 600; }

.pk-narrow { max-width: 880px; }
.pk-intro p { font-size: 19px; line-height: 1.7; color: var(--ink-2); margin: 0 0 16px; }
.pk-intro p:last-child { margin-bottom: 0; }

/* Jump nav */
.pk-jump {
  position: static; z-index: 20;
  background: color-mix(in oklab, var(--bg) 90%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 16px 0;
}
.pk-jump-inner { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pk-jump a {
  color: var(--accent); padding: 7px 16px;
  border: 1px solid var(--hairline-strong); border-radius: 999px;
  font-size: 13px; font-weight: 500; transition: all .18s; white-space: nowrap;
}
.pk-jump a:hover { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Steps */
.pk-steps { padding-top: 72px; padding-bottom: 72px; }
.pk-step {
  display: grid; grid-template-columns: 140px 1fr; gap: 40px;
  padding: 56px 0; border-bottom: 1px solid var(--hairline); align-items: start;
}
.pk-step:first-child { padding-top: 0; }
.pk-step:last-child { border-bottom: none; padding-bottom: 0; }
.pk-step-num {
  font-family: var(--font-display);
  font-size: 104px; line-height: 0.9;
  color: var(--swoosh);
  font-variant-numeric: tabular-nums;
}
.pk-step-content h3 {
  font-family: var(--font-display);
  font-size: 40px; font-weight: 400; letter-spacing: -0.01em;
  margin: 6px 0 14px; color: var(--ink);
}
.pk-step-content p { font-size: 17px; line-height: 1.65; color: var(--ink-2); margin: 0 0 18px; }
.pk-step-sub {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 12px; font-weight: 600; color: var(--accent);
  margin: 24px 0 12px;
}
.pk-list { list-style: none; padding: 0; margin: 0 0 18px; }
.pk-list li {
  position: relative; padding: 7px 0 7px 24px;
  font-size: 16px; color: var(--ink-2); line-height: 1.5;
}
.pk-list li::before {
  content: ''; position: absolute; left: 0; top: 15px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--swoosh);
}
.pk-list li strong { color: var(--ink); font-weight: 600; }
.pk-callout {
  background: var(--bg-soft);
  border-left: 4px solid var(--swoosh);
  padding: 20px 26px; margin: 24px 0 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.pk-callout-label {
  text-transform: uppercase; letter-spacing: 0.1em;
  font-size: 11px; font-weight: 600; color: var(--accent); margin-bottom: 6px;
}
.pk-callout p { font-size: 15.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

/* Why grid */
.pk-why-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px;
}
.pk-why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 32px;
}
.pk-why-num {
  font-family: var(--font-display); font-size: 44px; line-height: 1;
  color: var(--swoosh); margin-bottom: 16px;
}
.pk-why-card h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 400;
  margin: 0 0 10px; color: var(--light-on-dark);
}
.pk-why-card p { font-size: 15px; line-height: 1.6; color: var(--light-on-dark-muted); margin: 0; }

/* CTA */
.pk-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ═══════ Service page (sv-*) ═══════ */
.sv-breadcrumb { background: var(--bg); border-bottom: 1px solid var(--hairline); font-size: 13px; }
.sv-breadcrumb .gw-container { display: flex; align-items: center; gap: 10px; padding-top: 14px; padding-bottom: 14px; color: var(--muted); }
.sv-breadcrumb a { color: var(--muted); transition: color .15s; }
.sv-breadcrumb a:hover { color: var(--accent); }
.sv-breadcrumb-current { color: var(--ink-2); font-weight: 500; }

/* Seasonal banner */
.sv-banner { background: var(--accent-soft); border-bottom: 1px solid color-mix(in oklab, var(--accent) 18%, transparent); }
.sv-banner-inner { display: flex; align-items: center; gap: 12px; padding-top: 12px; padding-bottom: 12px; font-size: 14.5px; color: var(--accent-deep); flex-wrap: wrap; }
.sv-banner-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 18%, transparent); }
.sv-banner-inner a { margin-left: auto; color: var(--accent); font-weight: 600; white-space: nowrap; }
.sv-banner-inner a:hover { color: var(--accent-deep); }

.sv-hero { text-align: left; padding: 80px 0 88px; }
.sv-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.sv-hero-h1 { font-size: clamp(46px, 5.6vw, 84px); line-height: 1.08; color: var(--light-on-dark); margin: 16px 0 0; }
.sv-hero-actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.sv-hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); overflow: hidden; }
.sv-hero-stat { background: var(--dark); padding: 24px; }
.sv-hero-stat-n { font-family: var(--font-display); font-size: 34px; line-height: 1; color: var(--swoosh); }
.sv-hero-stat-l { font-size: 13px; color: var(--light-on-dark-muted); margin-top: 6px; }

.sv-intro-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; align-items: start; }
.sv-intro-body p:last-child { margin-bottom: 0 !important; }

.sv-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.sv-process-step { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 28px; }
.sv-process-num { font-family: var(--font-display); font-size: 40px; line-height: 1; color: var(--accent); margin-bottom: 16px; }
.sv-process-step h4 { font-family: var(--font-display); font-size: 22px; font-weight: 400; margin: 0 0 8px; color: var(--ink); }
.sv-process-step p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.55; }

/* Forever Floor — the "infinite" step, a navy feature card that echoes the process cards */
.sv-forever {
  display: flex; align-items: center; gap: 26px;
  margin-top: 20px;
  background: linear-gradient(180deg, var(--dark) 0%, var(--accent-deep) 100%);
  border: 1px solid var(--accent-deep);
  border-radius: var(--radius-lg);
  padding: 30px 34px;
  color: var(--light-on-dark);
}
.sv-forever-badge {
  flex: none;
  width: 70px; height: 70px; border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  color: var(--swoosh);
  font-family: var(--font-display); font-size: 38px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.sv-forever-body { flex: 1; min-width: 0; }
.sv-forever-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--swoosh); margin-bottom: 7px;
}
.sv-forever-title { font-family: var(--font-display); font-size: 27px; font-weight: 400; margin: 0 0 6px; color: #fff; letter-spacing: -0.01em; }
.sv-forever p { font-size: 15px; color: var(--light-on-dark-muted); margin: 0; line-height: 1.55; max-width: 68ch; }
.sv-forever-cta { flex: none; }

.sv-finishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.sv-finish { display: flex; flex-direction: column; }
.sv-finish-swatch { height: 160px; border-radius: var(--radius-lg); margin-bottom: 18px; }
.sv-finish h4 { font-family: var(--font-display); font-size: 24px; font-weight: 400; margin: 0 0 8px; color: var(--ink); }
.sv-finish p { font-size: 15px; color: var(--ink-2); margin: 0; line-height: 1.55; }

.sv-apps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 32px; margin-top: 40px; }
.sv-app { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--light-on-dark); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.sv-app svg { flex-shrink: 0; }

/* Other services strip */
.sv-other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sv-other-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 22px 24px; border-radius: var(--radius-lg);
  background: var(--bg); border: 1px solid var(--hairline);
  font-family: var(--font-display); font-size: 21px; color: var(--ink);
  transition: border-color .18s, transform .18s, color .18s;
}
.sv-other-card:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.sv-other-card svg { color: var(--accent); flex-shrink: 0; }

/* ═══════ Comparison page (cmp-*) ═══════ */
.cmp-verdict-wrap { padding-top: 0; }
.cmp-verdict {
  background: var(--accent-soft);
  border: 1px solid color-mix(in oklab, var(--accent) 22%, transparent);
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
}
.cmp-verdict-label {
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; font-weight: 600;
  color: var(--accent); margin-bottom: 12px;
}
.cmp-verdict-text {
  font-family: var(--font-display); font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.35; color: var(--ink); margin: 0; text-wrap: pretty;
}
.cmp-verdict-text strong { color: var(--accent-deep); font-weight: 400; font-style: italic; }

.cmp-table-wrap { margin-top: 8px; }
.cmp-table {
  width: 100%; border-collapse: collapse;
  background: var(--bg); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--hairline); font-size: 15px;
}
.cmp-table thead th {
  background: var(--dark); color: var(--light-on-dark);
  font-family: var(--font-sans); font-weight: 600; text-align: left;
  padding: 16px 20px; font-size: 14px;
}
.cmp-table thead th:first-child { color: var(--light-on-dark-muted); font-weight: 500; }
.cmp-table tbody th {
  text-align: left; font-weight: 600; color: var(--ink);
  padding: 14px 20px; border-top: 1px solid var(--hairline); width: 28%;
}
.cmp-table tbody td {
  padding: 14px 20px; border-top: 1px solid var(--hairline);
  color: var(--ink-2); vertical-align: top;
}
.cmp-table tbody tr:nth-child(even) { background: var(--bg-2); }
.cmp-table .cmp-win {
  color: var(--ink); font-weight: 500;
  background: color-mix(in oklab, var(--accent) 8%, transparent);
  box-shadow: inset 3px 0 0 var(--accent);
}
.cmp-table-note { font-size: 13px; color: var(--muted); margin-top: 14px; }

.cmp-qa-list { display: flex; flex-direction: column; gap: 48px; }
.cmp-qa-q {
  font-family: var(--font-display); font-weight: 400; letter-spacing: -0.01em;
  font-size: clamp(26px, 3vw, 38px); line-height: 1.1; color: var(--ink);
  margin: 0 0 14px; text-wrap: balance;
}
.cmp-qa-a {
  font-size: 19px; line-height: 1.5; color: var(--ink);
  font-weight: 500; margin: 0 0 14px; text-wrap: pretty;
}
.cmp-qa .gw-body { font-size: 16.5px; }

.cmp-decide { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.cmp-decide-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 32px;
}
.cmp-decide-card h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 26px;
  color: var(--light-on-dark); margin: 0 0 18px;
}
.cmp-decide-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.cmp-decide-card li {
  position: relative; padding-left: 26px; color: var(--light-on-dark-muted);
  font-size: 15.5px; line-height: 1.5;
}
.cmp-decide-card li::before {
  content: ''; position: absolute; left: 0; top: 7px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--swoosh);
}

@container shell (max-width: 860px) {
  .cmp-verdict { padding: 24px 22px; }
  .cmp-decide { grid-template-columns: 1fr; }
  .cmp-table { font-size: 13.5px; }
  .cmp-table thead th, .cmp-table tbody th, .cmp-table tbody td { padding: 11px 12px; }
  .cmp-qa-list { gap: 36px; }
}

/* ═══════ Estimate calculator (est-*) ═══════ */
.est-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.est-card {
  background: var(--bg); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); padding: 32px;
  box-shadow: 0 12px 40px rgba(26,58,95,0.08);
}
.est-field { margin-bottom: 24px; }
.est-field > label {
  display: block; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600; color: var(--muted); margin-bottom: 10px;
}
.est-segs { display: flex; gap: 8px; flex-wrap: wrap; }
.est-segs--col { flex-direction: column; }
.est-seg {
  flex: 1; min-width: max-content;
  padding: 11px 16px; border-radius: 999px;
  border: 1px solid var(--hairline-strong); background: var(--bg);
  font-family: inherit; font-size: 14px; color: var(--ink-2); cursor: pointer;
  transition: all .15s; white-space: nowrap;
}
.est-segs--col .est-seg { flex: none; text-align: left; border-radius: 10px; }
.est-seg:hover { border-color: var(--accent); }
.est-seg.is-on { background: var(--accent); border-color: var(--accent); color: #fff; font-weight: 500; }
.est-custom { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.est-custom input {
  width: 140px; padding: 10px 12px; border-radius: 10px;
  border: 1px solid var(--hairline-strong); background: var(--bg);
  font-family: inherit; font-size: 15px; color: var(--ink); outline: none;
}
.est-custom input:focus { border-color: var(--accent); }
.est-custom span { font-size: 14px; color: var(--muted); }
.est-hint { margin-top: 8px; font-size: 13px; color: var(--muted); }
.est-result {
  margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hairline);
}
.est-result-label {
  font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 600; color: var(--accent); margin-bottom: 8px;
}
.est-result-range {
  font-family: var(--font-display); font-size: clamp(34px, 8cqi, 52px);
  line-height: 1.08; color: var(--ink); letter-spacing: -0.01em;
}
.est-result-note { font-size: 13.5px; color: var(--muted); margin-top: 10px; }
.est-cta { margin-top: 20px; width: 100%; justify-content: center; }

@container shell (max-width: 860px) {
  .est-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ═══════ Pricing (prc-*) + Process (proc-*) ═══════ */
.prc-table th[scope="row"] { width: 38%; }
.prc-examples { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.prc-example {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg); padding: 32px;
}
.prc-example h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 26px;
  color: var(--light-on-dark); margin: 0 0 8px;
}
.prc-example-detail { font-size: 14px; color: var(--light-on-dark-muted); margin-bottom: 20px; }
.prc-example-price {
  font-family: var(--font-display); font-size: 36px; color: var(--swoosh); line-height: 1;
}

.proc-steps { display: flex; flex-direction: column; }
.proc-step {
  display: grid; grid-template-columns: 88px 1fr; gap: 28px; align-items: start;
  padding: 32px 0; border-bottom: 1px solid var(--hairline);
}
.proc-step:first-child { padding-top: 0; }
.proc-step:last-child { border-bottom: none; }
.proc-step-num {
  font-family: var(--font-display); font-size: 64px; line-height: 0.9;
  color: var(--swoosh); font-variant-numeric: tabular-nums;
}
.proc-step-body h3 {
  font-family: var(--font-display); font-weight: 400; font-size: 30px;
  letter-spacing: -0.01em; color: var(--ink); margin: 4px 0 10px;
}
.proc-step-body p { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 0; }

/* Process page — step-4 branches by service */
.proc-branches { display: flex; flex-direction: column; border-top: 1px solid var(--hairline-strong); }
.proc-branch {
  display: grid; grid-template-columns: 250px 1fr; gap: 24px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid var(--hairline);
}
.proc-branch h3 { font-family: var(--font-display); font-weight: 400; font-size: 25px; letter-spacing: -0.01em; margin: 0; }
.proc-branch h3 a { color: var(--ink); border-bottom: 1px solid transparent; transition: color .12s, border-color .12s; }
.proc-branch h3 a:hover { color: var(--accent); border-color: currentColor; }
.proc-branch-chain { display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; font-size: 15.5px; color: var(--ink-2); }
.proc-branch-sep { color: var(--swoosh); font-weight: 600; }
.proc-branch-note { font-size: 13.5px; color: var(--muted); margin: 7px 0 0; }

@container shell (max-width: 860px) {
  .prc-examples { grid-template-columns: 1fr; }
  .proc-step { grid-template-columns: 1fr; gap: 8px; }
  .proc-step-num { font-size: 48px; }
  .proc-branch { grid-template-columns: 1fr; gap: 8px; }
}

/* ═══════ Contact (ct-*) ═══════ */
.ct-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.ct-form { display: flex; flex-direction: column; gap: 16px; }
.ct-form label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.ct-form-row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ct-form input, .ct-form select, .ct-form textarea {
  padding: 12px 14px; border-radius: 10px; border: 1px solid var(--hairline-strong);
  background: var(--bg); font-family: inherit; font-size: 15px; color: var(--ink);
  outline: none; text-transform: none; letter-spacing: 0; transition: border-color .15s;
}
.ct-form input:focus, .ct-form select:focus, .ct-form textarea:focus { border-color: var(--accent); }
.ct-form-foot { display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ct-captcha { flex-direction: row !important; align-items: center !important; gap: 10px !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 14px !important; color: var(--ink-2) !important; }
.ct-captcha input { width: 90px; }
.ct-aside { display: flex; flex-direction: column; gap: 20px; }
.ct-map { width: 100%; height: 300px; display: block; margin: 4px 0 20px; border: 1px solid var(--hairline); border-radius: 10px; overflow: hidden; }
.ct-card { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 28px; }
.ct-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 26px; margin: 0 0 18px; color: var(--ink); }
.ct-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 14px; }
.ct-list li { display: flex; flex-direction: column; gap: 2px; font-size: 15px; color: var(--ink-2); }
.ct-list span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.ct-list a { color: var(--accent); }
.ct-social { display: flex; gap: 16px; padding-top: 18px; border-top: 1px solid var(--hairline); font-size: 14px; }
.ct-social a { color: var(--accent); font-weight: 500; }

/* ═══════ About (ab-*) ═══════ */
.ab-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.ab-value { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 32px; }
.ab-value-num { font-family: var(--font-display); font-size: 36px; line-height: 1; color: var(--swoosh); margin-bottom: 14px; }
.ab-value h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; color: var(--light-on-dark); margin: 0 0 10px; }
.ab-value p { font-size: 15px; line-height: 1.6; color: var(--light-on-dark-muted); margin: 0; }
.ab-team { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.ab-team-img { aspect-ratio: 4 / 3; min-height: 280px; }

/* ═══════ Gallery (gl-*) ═══════ */
.gl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gl-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.gl-chip {
  font-family: inherit; font-size: 13.5px; font-weight: 500; cursor: pointer;
  padding: 8px 16px; border-radius: 999px; border: 1px solid var(--hairline-strong);
  background: var(--bg); color: var(--ink-2); transition: all .15s;
}
.gl-chip:hover { border-color: var(--accent); color: var(--ink); }
.gl-chip.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.ba--flush { aspect-ratio: auto; height: 280px; border-radius: 0; border-bottom: 1px solid var(--hairline); }
.gl-tile { aspect-ratio: 4 / 3; }
.gl-cases { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.gl-case { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius-lg); overflow: hidden; }
.gl-case-img { height: 240px; border-radius: 0; border: none; border-bottom: 1px solid var(--hairline); }
.gl-case-body { padding: 28px; }
.gl-case-tag { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 8px; }
.gl-case-body h3 { font-family: var(--font-display); font-weight: 400; font-size: 28px; letter-spacing: -0.01em; margin: 0 0 10px; color: var(--ink); }
.gl-case-body p { font-size: 15.5px; line-height: 1.6; color: var(--ink-2); margin: 0 0 16px; }

@container shell (max-width: 860px) {
  .ct-grid { grid-template-columns: 1fr; gap: 36px; }
  .ct-map { height: 240px; margin: 4px 0 16px; }
  .ab-values { grid-template-columns: 1fr; }
  .ab-team { grid-template-columns: 1fr; gap: 28px; }
  .gl-grid { grid-template-columns: 1fr 1fr; }
  .gl-cases { grid-template-columns: 1fr; }
  .ct-form-row--2 { grid-template-columns: 1fr; }
}

/* ═══════ Blog (bl-*) ═══════ */
.bl-meta { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); font-weight: 600; margin-bottom: 10px; }
.bl-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; color: var(--ink); }
.bl-feature-img { aspect-ratio: 16 / 10; border-radius: var(--radius-lg); }
.bl-feature-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.01em; margin: 0 0 14px; text-wrap: balance; }
.bl-feature:hover .bl-feature-title { color: var(--accent); }
.bl-feature-excerpt { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 0 0 16px; }
.bl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.bl-card { color: var(--ink); display: flex; flex-direction: column; }
.bl-card-img { aspect-ratio: 16 / 10; border-radius: var(--radius-lg); margin-bottom: 16px; }
.bl-card-title { font-family: var(--font-display); font-weight: 400; font-size: 23px; line-height: 1.15; letter-spacing: -0.01em; margin: 0 0 10px; }
.bl-card:hover .bl-card-title { color: var(--accent); }
.bl-card-excerpt { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }

/* Article */
.bl-article { padding: 64px 0 0; }
.bl-article-head { max-width: 760px; }
.bl-article-title { font-family: var(--font-display); font-weight: 400; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.015em; margin: 12px 0 20px; text-wrap: balance; color: var(--ink); }
.bl-article-standfirst { font-size: 21px; line-height: 1.5; color: var(--ink-2); margin: 0 0 28px; text-wrap: pretty; }
.bl-byline { display: flex; align-items: center; gap: 14px; padding-bottom: 40px; border-bottom: 1px solid var(--hairline); }
.bl-byline-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; background: #1A3A5F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%231A3A5F'/%3E%3Ctext x='16' y='21' font-family='Georgia,serif' font-size='17' fill='%23F6F4EE' text-anchor='middle'%3EG%3C/text%3E%3Cpath d='M9 24 Q16 28 23 24' stroke='%237BA7D9' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/cover no-repeat; }
.bl-byline strong { display: block; font-size: 15px; color: var(--ink); }
.bl-byline span { font-size: 13px; color: var(--muted); }
.bl-article-hero { display: block; height: 420px; border-radius: var(--radius-lg); margin: 40px auto; max-width: 1000px; }
.bl-article-body { max-width: 720px; }
.bl-h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.12; letter-spacing: -0.01em; margin: 40px 0 12px; color: var(--ink); text-wrap: balance; }
.bl-answer { font-size: 20px; line-height: 1.55; color: var(--ink); font-weight: 500; margin: 0 0 18px; text-wrap: pretty; }
.bl-p { font-size: 17.5px; line-height: 1.7; color: var(--ink-2); margin: 0 0 18px; }
.bl-ul { margin: 0 0 18px; padding-left: 22px; }
.bl-ul li { font-size: 17.5px; line-height: 1.6; color: var(--ink-2); margin-bottom: 8px; }
.bl-quote { margin: 28px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--swoosh); font-family: var(--font-display); font-size: 26px; line-height: 1.3; color: var(--ink); }
.bl-cta { margin-top: 48px; padding: 32px; background: var(--accent-soft); border-radius: var(--radius-lg); text-align: center; }
.bl-cta h3 { font-family: var(--font-display); font-weight: 400; font-size: 28px; margin: 0 0 8px; color: var(--ink); }
.bl-cta p { font-size: 16px; color: var(--ink-2); margin: 0 0 20px; }

/* ═══════ Coatings hub + explainer (co-*) ═══════ */
.co-card { background: var(--bg); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 32px; color: var(--ink); display: flex; flex-direction: column; transition: border-color .18s, transform .18s; }
.co-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.co-card h3 { font-family: var(--font-display); font-weight: 400; font-size: 28px; margin: 0 0 10px; color: var(--ink); }
.co-card p { font-size: 15px; line-height: 1.55; color: var(--ink-2); margin: 0 0 16px; flex: 1; }
.co-card .gw-service-link { border-top: none; padding-top: 0; }
.co-pc { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.co-pc-col { border-radius: var(--radius-lg); padding: 32px; }
.co-pc-pro { background: var(--accent-soft); border: 1px solid color-mix(in oklab, var(--accent) 18%, transparent); }
.co-pc-con { background: var(--bg); border: 1px solid var(--hairline); }
.co-pc-col h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; margin: 0 0 16px; color: var(--ink); }
.co-pc-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.co-pc-col li { position: relative; padding-left: 24px; font-size: 15.5px; line-height: 1.5; color: var(--ink-2); }
.co-pc-pro li::before { content: '+'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.co-pc-con li::before { content: '–'; position: absolute; left: 0; color: var(--muted); font-weight: 700; }

@container shell (max-width: 860px) {
  .co-pc { grid-template-columns: 1fr; }
}

@container shell (max-width: 860px) {
  .bl-feature { grid-template-columns: 1fr; gap: 20px; }
  .bl-grid { grid-template-columns: 1fr; }
  .bl-article-hero { height: 240px; }
}

@container shell (max-width: 860px) {
  .sv-hero { padding: 48px 0 56px; }
  .sv-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .sv-hero-h1 { font-size: 44px; }
  .sv-intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .sv-process { grid-template-columns: 1fr 1fr; }
  .sv-finishes { grid-template-columns: 1fr; }
  .sv-apps { grid-template-columns: 1fr 1fr; }
  .sv-other-grid { grid-template-columns: 1fr; }
  .sv-forever { flex-direction: column; align-items: flex-start; gap: 18px; }
  .sv-forever-cta { width: 100%; justify-content: center; }
}
@container shell (max-width: 480px) {
  .sv-process { grid-template-columns: 1fr; }
  .sv-apps { grid-template-columns: 1fr; }
  .sv-hero-stats { grid-template-columns: 1fr 1fr; }
}


/* ---- Launch build additions ---- */
.gw-footer-legal a{color:inherit;text-decoration:none;opacity:.85}
.gw-footer-legal a:hover{opacity:1;text-decoration:underline}
image-slot{display:block;position:relative}
.gw-slot-empty{display:flex;align-items:center;justify-content:center;
  background:repeating-linear-gradient(45deg,#e9e5db,#e9e5db 11px,#e3ded3 11px,#e3ded3 22px)}
.gw-slot-empty-label{font:500 12px/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:#7a7363;letter-spacing:.03em;text-align:center;padding:10px;text-transform:lowercase}
.gw-legal h2{font-size:1.3rem;margin:34px 0 10px}
.gw-legal p,.gw-legal li{font-size:1rem;line-height:1.7;color:#3c3a34;max-width:70ch}
.gw-legal ul{padding-left:1.2em;margin:8px 0 16px}
.gw-legal a{color:var(--accent);}
