/* ════════════════════════════════════════════════════════════════════════
   BORDER TECH SOLUTIONS: STYLES
   One accent, one typeface, lots of air. Content leads, design gets out
   of the way.
   ════════════════════════════════════════════════════════════════════════ */

:root {
  /* ── ink ── */
  --ink:        #0B1B2B;   /* headings */
  --ink-soft:   #3F5266;   /* body copy */
  --ink-mute:   #6B7C93;   /* secondary, labels */
  --ink-faint:  #8A99AB;   /* tertiary */

  /* ── surfaces ── */
  --surface:    #FFFFFF;
  --surface-2:  #F6F7F9;   /* alternating section */
  --surface-3:  #EDF1F5;   /* wells, inset panels */
  --surface-dk: #0B1B2B;   /* dark blocks */
  --surface-dk2:#132B41;

  /* ── lines ── */
  --line:       #E4E7EC;
  --line-2:     #D6DDE5;
  --line-dk:    rgba(255,255,255,0.16);

  /* ── accent ── */
  --accent:       #D2402F;
  --accent-strong:#B3311F;
  --accent-deep:  #8F2415;
  --accent-soft:  #FDEEEB;
  --accent-line:  #F5CFC8;
  --accent-warm:  #F0763F;

  /* ── signal ── */
  --ok:    #0E8A5F;
  --warn:  #B26B00;
  --info:  #3A5BB8;

  /* ── type ── */
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;

  --fs-hero:  clamp(2.35rem, 4.2vw, 3.5rem);
  --fs-h2:    clamp(1.95rem, 3.4vw, 3rem);
  --fs-h3:    clamp(1.15rem, 1.5vw, 1.4rem);
  --fs-lead:  clamp(1.075rem, 1.2vw, 1.3rem);
  --fs-body:  1.0625rem;
  --fs-sm:    0.9375rem;
  --fs-xs:    0.8125rem;
  --fs-xxs:   0.75rem;

  /* ── layout ── */
  --wrap-max:  1140px;
  --gutter:    clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4.25rem, 8vw, 7.25rem);

  /* ── shape ── */
  --r-xs:   6px;
  --r-sm:   8px;
  --r:      12px;
  --r-lg:   18px;
  --r-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(11,27,43,.05);
  --shadow-sm: 0 1px 3px rgba(11,27,43,.06), 0 1px 2px rgba(11,27,43,.04);
  --shadow:    0 4px 12px -2px rgba(11,27,43,.08), 0 2px 4px -1px rgba(11,27,43,.05);
  --shadow-lg: 0 20px 45px -18px rgba(11,27,43,.24), 0 8px 18px -10px rgba(11,27,43,.12);
  --shadow-xl: 0 34px 70px -26px rgba(11,27,43,.32), 0 12px 24px -12px rgba(11,27,43,.14);
  --shadow-btn: 0 2px 5px -1px rgba(11,27,43,.22), 0 1px 3px -1px rgba(11,27,43,.14);

  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--surface);
  font-feature-settings: "kern", "liga", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

main { position: relative; }

img, svg { display: block; max-width: 100%; }

h1, h2, h3, h4 {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.15;
}

a {
  color: var(--accent-strong);
  text-decoration: none;
  transition: color .15s var(--ease);
}
a:hover { color: var(--accent-deep); }

p a:not(.btn) {
  box-shadow: inset 0 -1px 0 0 var(--accent-line);
  transition: box-shadow .15s var(--ease), color .15s var(--ease);
}
p a:not(.btn):hover { box-shadow: inset 0 -1px 0 0 var(--accent); }

::selection { background: var(--accent); color: #fff; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}

/* skip link */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: .65rem 1.1rem;
  border-radius: 0 0 var(--r-sm) 0;
  font-size: var(--fs-sm);
  font-weight: 600;
  z-index: 999;
}
.skip:focus { left: 0; }

.wrap {
  width: 100%;
  max-width: var(--wrap-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
}

/* ── kicker: the one small-caps label used everywhere ─────────────── */
.kicker {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.4;
}

em { font-style: normal; font-weight: 600; color: inherit; }

/* the accent belongs to display type, not mid-paragraph */
.section-title em,
.case-index-band-title em,
.banner-title em { color: var(--accent-strong); }

/* the old dashed map rule, now a plain hairline, or nothing at all */
.border-line { display: none; }

/* ── island sizer ───────────────────────────────────────── */
/* Some of the React islands in /js/islands/ are authored as Framer frames:
   the root is width/height 100% and the element that sets the text's width is
   absolutely positioned, so in a shrink-to-fit parent the component measures
   itself against nothing and collapses. The ghost is a real, laid-out copy of
   the final text that holds the box open. It is also the visible text before
   the island mounts and for anyone without JS. See docs/islands.md. */
[data-island-sizer] { position: relative; display: inline-block; }
[data-island-sizer] > [data-island] { position: absolute; inset: 0; }
[data-island-sizer][data-island-sizer-state="mounted"] > [data-island-ghost] { visibility: hidden; }


/* ── pricing summary cards ─────────────────────────────── */
/* The homepage carries the shape of the offer; the full feature lists live on
   /services/web-design-albury-wodonga#pricing. */
.tier-grid-summary .tier-more { margin-top: auto; padding-top: 0.35rem; }

/* With the feature list gone the monthly panel has one column of content, so
   the two-column split would leave half the panel empty. */
.sub-offer-summary .sub-grid { grid-template-columns: minmax(0, 1fr); }
.sub-offer-summary .sub-desc { max-width: 46rem; }
.sub-offer-summary .tier-more { margin-top: 0.85rem; }
/* ── reveal on scroll ──────────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
[data-reveal].in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ════════════════════════════════════════ BUTTONS ════════════════════════════════════════ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  font-family: inherit;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s var(--ease), color .18s var(--ease),
              border-color .18s var(--ease), box-shadow .18s var(--ease),
              transform .18s var(--ease);
}
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-btn);
}
.btn-primary:hover {
  background: var(--accent-strong);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px -4px rgba(178,49,31,.45);
}
.btn-primary:active { transform: translateY(0); }

.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line-2);
  box-shadow: var(--shadow-xs);
}
.btn-ghost:hover {
  color: var(--accent-strong);
  border-color: var(--accent-line);
  background: var(--accent-soft);
  transform: translateY(-1px);
}

/* on dark blocks */
.btn-ghost-light,
.section-cta-foot .btn-ghost,
.section-help .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: var(--line-dk);
  box-shadow: none;
}
.btn-ghost-light:hover,
.section-cta-foot .btn-ghost:hover,
.section-help .btn-ghost:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

.btn-ghost-dark {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn-ghost-dark:hover { background: var(--surface-dk2); color: #fff; }

.btn-form { align-self: flex-start; }

.btn-row,
.actions,
.help-actions,
.subpage-ctas,
.hero-ctas,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* text link with an arrow: the repeating "read more" affordance */
.service-link,
.hub-link,
.case-index-link,
.portfolio-link,
.about-more,
.tier-more,
.case-side-link,
.case-spotlight-repo,
.case-side-repo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--accent-strong);
  text-decoration: none;
  transition: color .15s var(--ease), gap .2s var(--ease);
}
.service-link:hover,
.hub-link:hover,
.case-index-link:hover,
.tier-more:hover,
.portfolio-link:hover,
.about-more:hover,
.case-side-link:hover,
.case-spotlight-repo:hover,
.case-side-repo:hover { color: var(--accent-deep); }

.service-link .arrow,
.hub-link .arrow,
.case-index-link .arrow,
.portfolio-link .arrow,
.about-more .arrow,
.case-side-link .arrow { transition: transform .25s var(--ease); }
.service-link:hover .arrow,
.hub-link:hover .arrow,
.case-index-link:hover .arrow,
.portfolio-link:hover .arrow,
.about-more:hover .arrow,
.case-side-link:hover .arrow { transform: translateX(3px); }

.service-link,
.hub-link { margin-top: auto; padding-top: 0.35rem; }

/* ════════════════════════════════════════ HEADER ════════════════════════════════════════ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 3px rgba(11,27,43,.05);
}

.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: var(--ink);
  color: #fff;
  transition: background .2s var(--ease);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand:hover .brand-mark { background: var(--accent); }

.brand-words {
  display: flex;
  align-items: baseline;
  gap: 0.32em;
  white-space: nowrap;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.brand-line1 { color: var(--ink); }
.brand-line2 { color: var(--ink-mute); font-weight: 600; }

.nav-primary {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1.6vw, 1.4rem);
  justify-self: center;
}
.nav-primary a {
  position: relative;
  padding: 0.45rem 0.15rem;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s var(--ease);
}
.nav-primary a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s var(--ease);
}
.nav-primary a:hover { color: var(--ink); }
.nav-primary a:hover::after { transform: scaleX(1); }
.nav-primary a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.nav-primary a[aria-current="page"]::after { transform: scaleX(1); }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.05rem;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-btn);
  transition: background .18s var(--ease), transform .18s var(--ease);
  max-width: 22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-pill:hover { background: var(--accent-strong); color: #fff; transform: translateY(-1px); }
.phone-pill .at { opacity: .7; font-weight: 700; }

.portal-link {
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--ink-mute);
  text-decoration: none;
  white-space: nowrap;
}
.portal-link:hover { color: var(--ink); }

/* mobile toggle */
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--surface);
  cursor: pointer;
  place-items: center;
  gap: 4px;
}
.nav-toggle span {
  display: block;
  width: 17px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .22s var(--ease), opacity .22s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.mobile-nav {
  display: flex;
  flex-direction: column;
  padding: 0.5rem var(--gutter) 1.25rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.mobile-nav a {
  padding: 0.85rem 0.25rem;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
}
.mobile-nav a[aria-current="page"] { color: var(--accent-strong); }
.mobile-nav .mobile-phone {
  margin-top: 0.9rem;
  border: 0;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.8rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ════════════════════════════════════════ SECTION SHELL ════════════════════════════════════════ */

.section {
  padding-block: var(--section-y);
  position: relative;
}
.section-2,
.section-why,
.section-portfolio,
.section-testimonials,
.section-suburbs,
.section-common-jobs,
.section-response,
.section-case-link,
.section-included,
.section-case-result { background: var(--surface-2); }

.section-head {
  max-width: 46rem;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.section-head-wide { max-width: 56rem; }

.section-title {
  margin: 0;
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-lead {
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-mute);
  max-width: 42rem;
}

.section-aside {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--ink-mute);
}
.section-aside a { font-weight: 600; }

/* shared card surface */
.tier,
.compare-card,
.service,
.portfolio-card,
.case-index-card,
.hub-card,
.deep-card,
.who-for-card,
.included-col,
.job-card,
.reason-card,
.problem-card,
.related-card,
.case-side-card,
.apps-tier,
.usecase-card,
.testimonial {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              border-color .25s var(--ease);
}

/* ════════════════════════════════════════ HERO ════════════════════════════════════════ */

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.25rem, 6vw, 5.5rem) clamp(3rem, 6vw, 5rem);
  background: var(--surface);
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 132%;
  background:
    radial-gradient(58% 52% at 80% 4%, rgba(240,118,63,.14), transparent 64%),
    radial-gradient(46% 46% at 6% 0%, rgba(210,64,47,.08), transparent 62%),
    linear-gradient(180deg, #FFF9F7 0%, #FEFCFB 44%, #FFFFFF 76%);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
  z-index: 0;
}
.hero > * { position: relative; z-index: 1; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.35rem;
  max-width: 37rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem 0.4rem 0.6rem;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--accent-line);
  box-shadow: var(--shadow-xs);
}
.hero-eyebrow .kicker { letter-spacing: 0.07em; }
.hero-eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

.hero-title {
  margin: 0;
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.038em;
  color: var(--ink);
  text-wrap: balance;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(96deg, var(--accent-warm) 4%, var(--accent) 48%, var(--accent-deep) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--ink-mute);
  max-width: 34rem;
}

.hero-ctas { margin-top: 0.35rem; }
.hero-ctas .btn { padding: 0.85rem 1.6rem; font-size: 1rem; }

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.75rem;
  margin: 0.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  width: 100%;
}
.hero-meta > div { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.hero-meta dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-meta dd {
  margin: 0;
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.hero-meta dd a { color: var(--ink); font-weight: 500; }
.hero-meta dd a:hover { color: var(--accent-strong); }

/* ── hero visual: a mock of the thing being sold ───────────────────── */

.hero-visual {
  position: relative;
  min-width: 0;
}

.mock-browser {
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.mock-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.9rem;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.mock-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--line-2);
  flex: none;
}
.mock-url {
  margin-left: 0.5rem;
  flex: 1;
  padding: 0.25rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: var(--fs-xxs);
  color: var(--ink-faint);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mock-body { padding: 1.15rem 1.15rem 1.35rem; }

.mock-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.mock-logo {
  width: 20px; height: 20px;
  border-radius: var(--r-xs);
  background: var(--accent);
  flex: none;
}
.mock-nav-name {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mock-nav-links { display: flex; gap: 0.4rem; margin-left: auto; }
.mock-nav-links span {
  width: 34px; height: 6px;
  border-radius: 3px;
  background: var(--surface-3);
}

.mock-hero { padding: 1.15rem 0 1.1rem; }
.mock-h {
  height: 13px;
  border-radius: 4px;
  background: var(--ink);
  opacity: .88;
  margin-bottom: 0.5rem;
}
.mock-h.short { width: 58%; }
.mock-p {
  height: 7px;
  border-radius: 4px;
  background: var(--surface-3);
  margin-bottom: 0.4rem;
}
.mock-p.w80 { width: 80%; }
.mock-p.w60 { width: 60%; }
.mock-cta {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.4rem 0.85rem;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-xxs);
  font-weight: 600;
}

.mock-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.mock-card {
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--surface);
}
.mock-thumb {
  height: 34px;
  border-radius: var(--r-xs);
  background: linear-gradient(135deg, var(--surface-3), var(--surface-2));
}
.mock-card .mock-p { margin: 0; }

.mock-chip {
  position: absolute;
  right: -0.75rem;
  bottom: -1.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.95rem;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  max-width: 17rem;
  animation: chip-float 6s ease-in-out infinite;
}
.mock-chip-icon {
  width: 30px; height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 700;
}
.mock-chip-title {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.mock-chip-sub {
  display: block;
  font-size: var(--fs-xxs);
  color: var(--ink-mute);
  line-height: 1.35;
}
@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}

/* ── trust strip under the hero ─────────────────────────────────────── */

.hero-strip {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid var(--line);
}
.hero-strip-label {
  display: block;
  margin-bottom: 0.85rem;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero-strip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-strip-list li {
  padding: 0.35rem 0.8rem;
  border-radius: var(--r-pill);
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--ink-soft);
}

/* retired ornament: no-ops so stray markup can't break a page */
.hero-stamp,
.scribble-strike,
.ollivere-train,
.ticker,
.border-art,
.dash-rule { display: none !important; }

/* ════════════════════════════════════════ PRICING TIERS ════════════════════════════════════════ */

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.tier {
  position: relative;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}
.tier:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--line-2);
}

.tier-featured {
  border-color: var(--accent-line);
  box-shadow: var(--shadow);
}
.tier-featured::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--accent);
  opacity: .5;
  pointer-events: none;
}

.tier-flag {
  position: absolute;
  top: -0.75rem;
  left: clamp(1.5rem, 2.4vw, 2rem);
  padding: 0.28rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: #fff;
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.04em;
  box-shadow: var(--shadow-sm);
}
.tier-flag-promo { background: var(--accent); }

.tier-head {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.35rem;
}
.tier-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.tier-name {
  margin: 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}

.tier-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.tier-price .from,
.tier-price .once {
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--ink-mute);
}
.tier-price .amount {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
  line-height: 1;
}

.tier-promo {
  margin: 0;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--accent-strong);
}
.tier-promo s { color: var(--ink-faint); font-weight: 500; }

.tier-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}
.tier-for {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--ink-mute);
}
.tier-for strong { color: var(--ink); font-weight: 600; }

.tier-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.tier-list li,
.included-list li,
.hub-list li,
.plan-list li,
.apps-tier-list li,
.case-results li,
.sub-list li {
  position: relative;
  padding-left: 1.55rem;
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--ink-soft);
}
.tier-list li::before,
.included-list li::before,
.hub-list li::before,
.plan-list li::before,
.apps-tier-list li::before,
.case-results li::before,
.sub-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23B3311F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2.5 6.4l2.2 2.2 4.8-5'/></svg>") center / 11px 11px no-repeat;
}
.sub-list li strong,
.tier-list li strong { color: var(--ink); font-weight: 600; }

/* ── monthly option ─────────────────────────────────────────────────── */

.sub-offer {
  position: relative;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--r-lg);
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.sub-flag {
  display: inline-block;
  margin-bottom: 1.1rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.sub-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}
.sub-head { display: flex; align-items: baseline; gap: 0.5rem; }
.sub-name {
  margin: 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.022em;
}
.sub-price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 0.6rem;
}
.sub-price .amount {
  font-size: clamp(2.1rem, 3.2vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ink);
  line-height: 1;
}
.sub-price .per { font-size: var(--fs-sm); color: var(--ink-mute); font-weight: 500; }
.sub-term {
  margin: 0.5rem 0 0;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.sub-desc {
  margin: 0.9rem 0 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}
.sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.sub-fine {
  margin: clamp(1.25rem, 2vw, 1.75rem) 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  color: var(--ink-mute);
  max-width: 62ch;
}

.includes-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  padding: 1.1rem 1.35rem;
  border-radius: var(--r);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}
.includes-strip .kicker { color: var(--accent-strong); }

/* ════════════════════════════════════════ COMPARE ════════════════════════════════════════ */

.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.compare-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.compare-head { display: flex; flex-direction: column; gap: 0.4rem; }
.compare-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.compare-head h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.compare-tag {
  margin: 0;
  font-size: var(--fs-sm);
  color: var(--ink-mute);
}
.compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}
.compare-list li {
  position: relative;
  padding-left: 1.35rem;
}
.compare-list li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.62em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--line-2);
}
.compare-tuesday {
  margin: auto 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--ink-mute);
}
.compare-tuesday .kicker {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink-faint);
}

.compare-us {
  border-color: var(--accent-line);
  background: linear-gradient(180deg, var(--accent-soft), var(--surface) 42%);
}
.compare-us .compare-num { color: var(--accent); }
.compare-us .compare-list li::before { background: var(--accent); }
.compare-us .compare-tuesday { border-top-color: var(--accent-line); color: var(--ink-soft); }
.compare-us .compare-tuesday .kicker { color: var(--accent-strong); }

/* ════════════════════════════════════════ IT SERVICES ════════════════════════════════════════ */

.service {
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
}
.service:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--line-2);
}
.service-num {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: var(--r-sm);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: var(--fs-xs);
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.service-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.service-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}
.service-for {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.5;
  color: var(--ink-mute);
}
.service-for .kicker {
  display: block;
  color: var(--ink-faint);
  margin-bottom: 0.15rem;
}

/* ════════════════════════════════════════ PORTFOLIO ════════════════════════════════════════ */

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.portfolio-card {
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.portfolio-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.portfolio-head { display: flex; align-items: baseline; gap: 0.5rem; }
.portfolio-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.portfolio-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.022em;
}
.portfolio-tag {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}
.portfolio-meta {
  margin: 0;
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border-radius: var(--r-sm);
  background: var(--surface-2);
}
.portfolio-meta > div { display: flex; flex-direction: column; gap: 0.1rem; }
.portfolio-meta dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.portfolio-meta dd {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--ink-soft);
}
.portfolio-link { margin-top: auto; padding-top: 0.35rem; }
.portfolio-url { overflow-wrap: anywhere; }

.portfolio-foot {
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
  padding: 1.25rem 1.5rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 62rem;
}
.portfolio-foot .kicker { display: block; margin-bottom: 0.3rem; }

/* ════════════════════════════════════════ CASE INDEX CARDS ════════════════════════════════════════ */

.case-index-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
/* Four case cards stack to a very long column on a wide screen. Two up holds
   the merged work section to about the height the single one used to be. */
@media (min-width: 900px) {
  .case-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .case-index-card { display: flex; flex-direction: column; }
  .case-index-link { margin-top: auto; }
}

.case-index-card {
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2.25rem);
  align-items: start;
}
.case-index-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.case-index-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.case-index-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.case-index-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: var(--fs-xs);
  font-weight: 500;
}
.case-index-tag { color: var(--ink-mute); }
.case-index-loc { color: var(--ink-faint); }
.case-index-name {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.2;
}
.case-index-name a { color: var(--ink); }
.case-index-card:hover .case-index-name a { color: var(--accent-strong); }
.case-index-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 52ch;
}
.case-index-bits {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: var(--r-sm);
  background: var(--surface-2);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.case-index-bits > div { display: flex; flex-direction: column; gap: 0.15rem; }
.case-index-bits dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.case-index-bits dd {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.5;
  color: var(--ink-soft);
}
/* On a phone the four cards are one long column, and the problem/result pair is
   the part a reader can get from the study itself. Tag, headline, description
   and the link stay. */
@media (max-width: 640px) {
  .case-index-bits { display: none; }
}
.case-index-link { grid-column: 1 / -1; }
.case-index-img {
  grid-column: 1 / -1;
  border-radius: var(--r);
  overflow: hidden;
  line-height: 0;
  border: 1px solid var(--line);
}
.case-index-img img {
  width: 100%;
  height: clamp(160px, 26vw, 280px);
  object-fit: cover;
  transition: transform .4s var(--ease);
}
.case-index-card:hover .case-index-img img { transform: scale(1.03); }

.case-index-foot {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: 1.25rem 1.5rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}
.case-index-foot .kicker { display: block; margin-bottom: 0.3rem; }

.case-index-head-band { margin-bottom: clamp(1rem, 2vw, 1.5rem); }
.case-index-head-band .kicker { display: block; margin-bottom: 0.35rem; }
.case-index-band-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.026em;
}

/* ════════════════════════════════════════ TESTIMONIALS ════════════════════════════════════════ */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.testimonial {
  margin: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  height: 100%;
}
.testimonial:hover { box-shadow: var(--shadow); }
.testimonial blockquote {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-soft);
}
.testimonial blockquote em { color: var(--accent-strong); font-weight: 600; }
.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}
.cite-name { font-size: var(--fs-sm); font-weight: 600; color: var(--ink); }
.cite-role { font-size: var(--fs-xs); color: var(--ink-mute); }

/* ════════════════════════════════════════ ABOUT ════════════════════════════════════════ */

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.about-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 46rem;
}
.about-body p { margin: 0; line-height: 1.75; color: var(--ink-soft); }
.about-lead {
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--ink);
  font-weight: 500;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0.5rem 0;
  padding: 0;
}
.principles > div {
  padding: 1.25rem 1.35rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.principles dt {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}
.principles dd {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

/* Past accreditations list (about page) */
.creds {
  margin: 0.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.creds > div {
  display: grid;
  grid-template-columns: 12.5rem minmax(0, 1fr);
  gap: 0.35rem 1.75rem;
  padding: 1.05rem 0;
  border-top: 1px solid var(--line);
}
.creds > div:last-child { border-bottom: 1px solid var(--line); }
.creds dt {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.creds dd {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}

/* Credentials strip (home page) */
.section-creds {
  padding-block: clamp(1.9rem, 3.5vw, 2.75rem);
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.creds-strip {
  display: grid;
  grid-template-columns: minmax(0, 30rem) minmax(0, 1fr);
  gap: 1.25rem 3rem;
  align-items: start;
}
.creds-strip-copy p {
  margin: 0.55rem 0 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-soft);
}
.creds-strip-copy a {
  color: var(--accent-strong);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--accent-line);
}
.creds-strip-copy a:hover { border-bottom-color: var(--accent-strong); }

.sponsor-strip { align-items: center; }
.sponsor-cta { justify-self: start; white-space: nowrap; }
.creds-marks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-content: flex-start;
}
.creds-marks li {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  white-space: nowrap;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0.5rem 0;
  padding: 1.5rem 0;
  border-block: 1px solid var(--line);
}
.stats > div { display: flex; flex-direction: column; gap: 0.15rem; }
.stats dt {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
}
.stats dt .plus { color: var(--accent); }
.stats dd {
  margin: 0;
  font-size: var(--fs-xs);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-mute);
}
.about-end { margin: 0; }

/* ════════════════════════════════════════ CONTACT ════════════════════════════════════════ */

.section-contact { background: var(--surface-2); }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
.contact-grid .section-head { grid-column: 1 / -1; }

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.phone-big {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.phone-big:hover {
  border-color: var(--accent-line);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.phone-num-big {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.phone-big:hover .phone-num-big { color: var(--accent-strong); }

.contact-meta {
  display: grid;
  gap: 1.1rem;
  margin: 0;
}
.contact-meta > div { display: flex; flex-direction: column; gap: 0.2rem; }
.contact-meta dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.contact-meta dd {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--ink-soft);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.form-kicker { grid-column: 1 / -1; margin: 0; }
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
}
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: var(--r-sm);
  border: 1px solid var(--line-2);
  background: var(--surface);
  font-family: inherit;
  font-size: var(--fs-sm);
  font-weight: 400;
  color: var(--ink);
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.contact-form textarea { resize: vertical; min-height: 7rem; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210,64,47,.13);
}
.contact-form ::placeholder { color: var(--ink-faint); }
.contact-form .btn-form { grid-column: 1 / -1; justify-self: start; }

.form-thanks {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-sm);
  background: rgba(14,138,95,.08);
  border: 1px solid rgba(14,138,95,.25);
  font-size: var(--fs-sm);
  color: #0A6B4A;
}
.form-thanks--error {
  background: var(--accent-soft);
  border-color: var(--accent-line);
  color: var(--accent-deep);
}

/* honeypot */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ════════════════════════════════════════ FOOTER ════════════════════════════════════════ */

.site-footer {
  background: var(--surface-dk);
  color: rgba(255,255,255,.72);
  padding-top: clamp(3rem, 6vw, 4.5rem);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr) 1.1fr;
  gap: clamp(1.75rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
.foot-logo {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: #fff;
  margin-bottom: 0.6rem;
}
.foot-tag {
  margin: 0 0 0.4rem;
  font-size: var(--fs-sm);
  color: rgba(255,255,255,.78);
}
.foot-tag em { color: rgba(255,255,255,.78); font-style: normal; }
.foot-place {
  margin: 0;
  font-size: var(--fs-xs);
  color: rgba(255,255,255,.5);
}
.foot-col h4,
.foot-contact h4 {
  margin: 0 0 0.85rem;
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.foot-col a,
.foot-contact a {
  font-size: var(--fs-sm);
  color: rgba(255,255,255,.75);
  text-decoration: none;
}
.foot-col a:hover,
.foot-contact a:hover { color: #fff; }
.foot-col a[aria-current="page"] { color: #fff; font-weight: 600; }
.foot-phone {
  margin: 0 0 0.35rem;
  font-size: var(--fs-sm);
  overflow-wrap: anywhere;
}
.foot-hours {
  margin: 0;
  font-size: var(--fs-xs);
  color: rgba(255,255,255,.5);
}
.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-block: 1.35rem;
  border-top: 1px solid var(--line-dk);
  font-size: var(--fs-xs);
  color: rgba(255,255,255,.45);
}
.foot-coords { font-family: var(--mono); font-size: var(--fs-xxs); }

/* fixed mobile email bar */
.mobile-call {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 0.85rem 1rem;
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 -2px 12px rgba(11,27,43,.18);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ════════════════════════════════════════════════════════════════════════
   SUBPAGES: services/*, case-studies/*, news/*, about
   ════════════════════════════════════════════════════════════════════════ */

/* Subpages carry no hand-tuned background rhythm, so alternate the bands
   automatically. Zero-specificity so any explicit section rule still wins. */
:where(body.subpage main > section.section:nth-of-type(even)) {
  background: var(--surface-2);
}
.section-case { background: var(--surface); }
.section-case-result { background: var(--surface-2); }

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.5rem, 5vw, 4rem) clamp(2.75rem, 5vw, 4.25rem);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(52% 68% at 88% -8%, rgba(240,118,63,.16), transparent 62%),
    linear-gradient(180deg, #FFF8F5 0%, #FFFFFF 72%);
  z-index: 0;
}
.subpage-hero > * { position: relative; z-index: 1; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.breadcrumb a { color: var(--ink-mute); font-weight: 500; }
.breadcrumb a:hover { color: var(--accent-strong); }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 500; }
.crumb-sep { color: var(--ink-faint); }

.subpage-head {
  max-width: 44rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.subpage-title {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--ink);
  text-wrap: balance;
}
.subpage-title em {
  font-style: normal;
  background: linear-gradient(96deg, var(--accent-warm) 4%, var(--accent) 50%, var(--accent-deep) 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.subpage-lead {
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: var(--ink-mute);
  max-width: 40rem;
}
.subpage-ctas { margin-top: 0.5rem; }

/* article byline + hero image (news) */
.article-byline {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.article-byline strong { color: var(--ink); font-weight: 600; }

.article-hero {
  line-height: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.article-hero img {
  width: 100%;
  height: clamp(200px, 34vw, 440px);
  object-fit: cover;
  object-position: center;
}

/* ── fake browser / app window mockups (case studies, ScanWright) ──
   CSS/HTML stand-ins for real screenshots: same layout, no client data. */
.browser-mock, .app-mock {
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface);
}
.browser-mock-bar, .app-mock-bar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.7rem;
  flex: none;
}
.browser-mock-bar { background: var(--surface-2); border-bottom: 1px solid var(--line); }
.app-mock-bar { background: var(--surface-dk); }
.mock-dots { display: flex; gap: 0.3rem; flex: none; }
.mock-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); }
.app-mock-bar .mock-dots span { background: rgba(255,255,255,0.3); }
.browser-mock-url {
  flex: 1;
  font-family: var(--mono);
  font-size: var(--fs-xxs);
  color: var(--ink-mute);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-mock-title {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.85);
}
.browser-mock-body, .app-mock-body {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  padding: clamp(0.9rem, 2.2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mock-body--hero { height: clamp(200px, 34vw, 440px); }
.mock-body--thumb { height: clamp(160px, 26vw, 280px); padding: clamp(0.7rem, 1.7vw, 1.1rem); gap: 0.55rem; }

/* shared primitives for building a mock UI out of boxes and skeleton bars */
.mock-skel {
  display: inline-block;
  height: 0.6em;
  border-radius: 4px;
  background: var(--surface-3);
}
.mock-nav { display: flex; align-items: center; gap: 1rem; }
.mock-tag {
  display: inline-flex;
  align-items: center;
  flex: none;
  font-size: var(--fs-xxs);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}
.mock-tag--ok { background: rgba(14,138,95,0.12); color: var(--ok); }
.mock-tag--warn { background: rgba(178,107,0,0.12); color: var(--warn); }
.mock-tag--info { background: rgba(58,91,184,0.12); color: var(--info); }
.mock-tag--accent { background: var(--accent-soft); color: var(--accent-strong); }
.mock-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-size: var(--fs-xxs);
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: var(--r-sm);
  background: var(--accent);
  color: #fff;
}
.mock-card {
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--surface-2);
  padding: 0.55rem 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* Red Knights */
.rk-mock-band {
  height: 14px;
  flex: none;
  border-radius: 3px;
  border: 1px solid var(--line);
  background-image: repeating-linear-gradient(45deg, #0B1B2B 0 10px, #fff 10px 20px);
}
.rk-mock-nav { display: flex; align-items: center; gap: 0.9rem; }
.rk-mock-crest {
  width: 2.1rem;
  height: 2.1rem;
  flex: none;
  border-radius: 50%;
  background: var(--accent-deep);
  color: #fff;
  font-weight: 800;
  font-size: var(--fs-xs);
  display: grid;
  place-items: center;
}
.rk-mock-title { margin: 0; font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.rk-mock-sub { margin: 0; font-size: var(--fs-sm); color: var(--ink-soft); }

/* Border Incidents */
.bi-mock-map {
  position: relative;
  flex: 1;
  min-height: 70px;
  border-radius: var(--r-sm);
  background: var(--surface-dk);
}
.bi-mock-pin { position: absolute; width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,0.07); }
.bi-mock-pin--fire { background: var(--accent); }
.bi-mock-pin--rescue { background: var(--warn); }
.bi-mock-pin--road { background: var(--info); }
.bi-mock-legend { display: flex; gap: 0.5rem; flex: none; }

/* Tocumwal */
.tw-mock-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0.6rem; }

/* Dale's Electrical */
.de-mock { flex-direction: row; gap: 1rem; }
.de-mock-items { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0.5rem; align-content: start; }
.de-mock-cart {
  width: 40%;
  flex: none;
  border-left: 1px solid var(--line);
  padding-left: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.de-mock-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 0.45rem;
  margin-top: 0.15rem;
}

/* Ferrule */
.fe-mock-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0.5rem; }
.fe-mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
}

/* Possums */
.po-mock { justify-content: space-between; }
.po-mock-title { margin: 0; font-size: 1.3rem; font-weight: 700; color: var(--ink); }
.po-mock-empty { margin: 0; font-size: var(--fs-sm); color: var(--ink-faint); }
.po-mock-nav { display: flex; justify-content: space-around; flex: none; border-top: 1px solid var(--line); padding-top: 0.6rem; }

/* ScanWright */
.sw-flow-row { display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.sw-node {
  font-size: var(--fs-xxs);
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: var(--surface-2);
  color: var(--ink);
  white-space: nowrap;
}
.sw-node--ok { border-color: var(--ok); color: var(--ok); background: rgba(14,138,95,0.08); }
.sw-node--warn { border-color: var(--warn); color: var(--warn); background: rgba(178,107,0,0.08); }
.sw-edge { color: var(--ink-faint); font-weight: 700; flex: none; }
.sw-panel-heading { font-size: var(--fs-sm); color: var(--ink); }
.sw-field { display: flex; flex-direction: column; gap: 0.3rem; font-size: var(--fs-xxs); color: var(--ink-mute); font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.sw-field .mock-skel { display: block; height: 1.4em; }
.sw-hist-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 0.9rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--line);
}
.sw-hist-row--head {
  font-size: var(--fs-xxs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-faint);
  border-bottom: 1px solid var(--line-2);
}
.sw-tray-mock { align-items: flex-end; justify-content: flex-start; background: var(--surface-2); }
.sw-tray-menu {
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-lg);
  padding: 0.35rem 0;
  min-width: 11rem;
}
.sw-tray-item { display: block; padding: 0.4rem 0.9rem; font-size: var(--fs-xs); color: var(--ink); }
.sw-tray-item--exit { color: var(--ink-mute); }
.sw-tray-sep { display: block; height: 1px; background: var(--line); margin: 0.3rem 0; }

/* meta strip under a case-study hero */
.case-meta-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin: clamp(1.75rem, 3.5vw, 2.5rem) 0 0;
  padding: 1.25rem 1.5rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.case-meta-strip > div { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; }
.case-meta-strip dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.case-meta-strip dd {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
  overflow-wrap: anywhere;
}

/* ── services hub ──────────────────────────────────────────────────── */

.services-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.hub-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
}
.hub-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--line-2);
}
.hub-num {
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: var(--r-sm);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.hub-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.25;
}
.hub-name a { color: var(--ink); }
.hub-card:hover .hub-name a { color: var(--accent-strong); }
.hub-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}
.hub-list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.hub-card-cta {
  grid-column: 1 / -1;
  background: var(--surface-dk);
  border-color: var(--surface-dk);
  color: rgba(255,255,255,.75);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1.6rem, 2.6vw, 2.25rem);
}
.hub-card-cta:hover { transform: none; box-shadow: var(--shadow-sm); }
.hub-card-cta .hub-num { background: rgba(255,255,255,.1); color: #fff; }
.hub-card-cta .hub-name { color: #fff; }
.hub-card-cta .hub-desc { color: rgba(255,255,255,.7); }
.hub-card-cta .btn { grid-column: 2; grid-row: 1 / span 3; }

/* ── eWaste & data-wipe certificate mockup ───────────────────────────── */

.ewaste-grid { align-items: start; }

.cert-mock {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  transform: rotate(-1deg);
}
.cert-mock-sample {
  position: absolute;
  top: 0.9rem;
  right: -2.6rem;
  width: 9rem;
  padding: 0.25rem 0;
  text-align: center;
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-xxs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: rotate(40deg);
  box-shadow: var(--shadow-sm);
}
.cert-mock-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.cert-mock-mark {
  flex: none;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
}
.cert-mock-mark svg { width: 1.4rem; height: 1.4rem; }
.cert-mock-org {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--ink);
}
.cert-mock-doc {
  margin: 0.1rem 0 0;
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.cert-mock-fields {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.cert-mock-fields > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.cert-mock-fields dt {
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.cert-mock-fields dd {
  margin: 0;
  font-family: var(--mono);
  font-size: var(--fs-xs);
  color: var(--ink);
  text-align: right;
}
.cert-mock-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.cert-mock-tech {
  font-size: var(--fs-xxs);
  color: var(--ink-faint);
}
.cert-mock-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(14,138,95,0.12);
  color: var(--ok);
  font-size: var(--fs-xxs);
  font-weight: 700;
}
.cert-mock-seal::before { content: "✓"; }

/* ── suburbs ───────────────────────────────────────────────────────── */

.suburbs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.suburbs-col {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.suburbs-head {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.suburbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}
.suburbs-list li { position: relative; padding-left: 0.9rem; }
.suburbs-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.suburbs-note {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}

/* ── deep-dive cards ───────────────────────────────────────────────── */

.deep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.deep-card {
  padding: clamp(1.35rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.deep-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.deep-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.deep-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.25;
}
.deep-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

/* ── numbered process ──────────────────────────────────────────────── */

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.process-list > li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.25rem, 2vw, 1.6rem);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
  align-items: start;
}
.process-num {
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1;
}
.process-list h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.024em;
}
.process-list p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 68ch;
}

/* ── who-for / jobs / reasons / problems ───────────────────────────── */

.who-for-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.who-for-card {
  padding: clamp(1.25rem, 2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.who-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.022em;
}
.who-for-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.job-card {
  padding: clamp(1.2rem, 2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.job-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.3;
}
.job-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.reason-card {
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.reason-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.reason-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.reason-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.25;
}
.reason-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

.bigpond-problems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.problem-card {
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.problem-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.problem-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.024em;
}
.problem-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}

.which-foot {
  margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
  max-width: 68ch;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-mute);
}

/* ── included columns ──────────────────────────────────────────────── */

.included-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.included-col {
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.included-head {
  margin: 0;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ── response table ────────────────────────────────────────────────── */

/* the table scrolls in its own box; the page never does */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.response-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--surface);
  font-size: var(--fs-sm);
  box-shadow: var(--shadow-sm);
}
.response-table thead th {
  background: var(--surface-2);
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-bottom: 1px solid var(--line);
}
.response-table tbody th,
.response-table tbody td {
  padding: 0.95rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  line-height: 1.55;
}
.response-table tbody tr:last-child th,
.response-table tbody tr:last-child td { border-bottom: none; }
.response-table tbody th {
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  width: 15%;
}
@media (max-width: 720px) {
  .response-table { min-width: 32rem; }
  .response-table tbody th { white-space: normal; width: auto; }
}

.response-foot {
  margin: 1.25rem 0 0;
  font-size: var(--fs-sm);
  color: var(--ink-mute);
  max-width: 68ch;
}

/* ── simple pricing rows ───────────────────────────────────────────── */

.pricing-simple {
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.pricing-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: baseline;
  gap: clamp(0.75rem, 2vw, 1.75rem);
  padding: 1rem clamp(1rem, 2.2vw, 1.5rem);
  border-bottom: 1px solid var(--line);
  transition: background .15s var(--ease);
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row:hover { background: var(--surface-2); }
.pricing-label { font-size: var(--fs-sm); color: var(--ink); }
.pricing-amount {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--ink);
  white-space: nowrap;
}
.pricing-per {
  font-size: var(--fs-xs);
  color: var(--ink-mute);
  white-space: nowrap;
}
.pricing-note {
  margin: 1.25rem 0 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-mute);
  max-width: 68ch;
}

/* ── FAQ ───────────────────────────────────────────────────────────── */

.faq-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-item {
  padding: clamp(1.25rem, 2vw, 1.6rem);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
}
.faq-item dt {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.35;
  color: var(--ink);
}
.faq-item dd {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 72ch;
}

/* ── related services ──────────────────────────────────────────────── */

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.related-card {
  padding: clamp(1.2rem, 2vw, 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-decoration: none;
}
.related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent-line);
}
.related-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.related-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
  line-height: 1.3;
}
.related-card p {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.55;
  color: var(--ink-mute);
}
.related-card:hover h3 { color: var(--accent-strong); }

.case-link-cta { display: flex; }

/* ── dark CTA foot ─────────────────────────────────────────────────── */

.section-cta-foot {
  background: var(--surface-dk);
  color: rgba(255,255,255,.75);
  position: relative;
  overflow: hidden;
}
.section-cta-foot::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(46% 70% at 82% 0%, rgba(210,64,47,.32), transparent 66%);
  pointer-events: none;
}
.section-cta-foot > * { position: relative; }
.section-cta-foot .kicker { color: #F0A08F; }

.cta-foot {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.cta-foot-body { display: flex; flex-direction: column; gap: 0.85rem; }
.cta-foot-title {
  margin: 0;
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.032em;
  color: #fff;
  max-width: 22ch;
}
.cta-foot-title em {
  font-style: normal;
  color: #F0A08F;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.cta-foot-lead {
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: rgba(255,255,255,.72);
  max-width: 52ch;
}
.cta-foot-lead a { color: #fff; box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.4); }
.cta-foot-lead a:hover { color: #F0A08F; box-shadow: inset 0 -1px 0 0 #F0A08F; }
.cta-foot-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

/* ── case-study body ───────────────────────────────────────────────── */

.section-case { background: var(--surface); }
.section-case + .section-case { padding-top: 0; }
.section-case-result { background: var(--surface-2); }

.case-body { max-width: var(--wrap-max); }
.case-body > * { max-width: 46rem; }

.case-section-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
}
.case-section-num {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.04em;
}
.case-section-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.case-section-body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  line-height: 1.75;
  color: var(--ink-soft);
}
.case-section-body p { margin: 0; }

.case-steps {
  list-style: none;
  margin: 0.25rem 0;
  padding: 0;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.case-steps > li {
  position: relative;
  counter-increment: step;
  padding: 1.1rem 1.25rem 1.1rem 3.25rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.case-steps > li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 1.1rem;
  top: 1.1rem;
  display: grid;
  place-items: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: var(--fs-xxs);
  font-weight: 700;
}
.case-steps h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.3;
}
.case-steps p { margin: 0; font-size: var(--fs-sm); line-height: 1.65; }

.case-results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.case-results strong { color: var(--ink); font-weight: 600; }

.case-quote {
  margin: 1.5rem 0 0;
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.section-case-result .case-quote { background: var(--surface); }
.case-quote blockquote {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  color: var(--ink);
  font-weight: 500;
}
.case-quote blockquote em { color: var(--accent-strong); }
.case-quote figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
  font-size: var(--fs-xs);
}

.case-stack {
  margin: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.55rem 1.5rem;
}
.case-stack > div { display: contents; }
.case-stack dt {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
  padding-top: 0.1em;
}
.case-stack dd {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

.case-cta-inline {
  margin: 1.25rem 0 0;
  padding: 0.95rem 1.2rem;
  border-radius: var(--r-sm);
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}

/* ── case-studies index spotlight ──────────────────────────────────── */

.section-case-spotlight { background: var(--surface); }
.case-spotlight-head { margin-bottom: clamp(1.1rem, 2vw, 1.6rem); }
.case-spotlight-head .kicker { display: block; }

.case-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.case-spotlight-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}
.case-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: var(--fs-xs);
  font-weight: 500;
}
.case-spotlight-tag { color: var(--ink-mute); }
.case-spotlight-loc { color: var(--ink-faint); }
.case-spotlight-name {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.15;
}
.case-spotlight-name a { color: var(--ink); }
.case-spotlight-name a:hover { color: var(--accent-strong); }
.case-spotlight-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 58ch;
}
.case-spotlight-bits {
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: var(--r-sm);
  background: var(--surface-2);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.case-spotlight-bits > div { display: flex; flex-direction: column; gap: 0.15rem; }
.case-spotlight-bits dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.case-spotlight-bits dd {
  margin: 0;
  font-size: var(--fs-xs);
  line-height: 1.55;
  color: var(--ink-soft);
}
.case-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 0.25rem;
}
.case-spotlight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.25rem;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 600;
  box-shadow: var(--shadow-btn);
  transition: background .18s var(--ease), transform .18s var(--ease);
}
.case-spotlight-link:hover { background: var(--accent-strong); color: #fff; transform: translateY(-1px); }
.case-spotlight-link .arrow { transition: transform .25s var(--ease); }
.case-spotlight-link:hover .arrow { transform: translateX(3px); }
.repo-mark { color: var(--ink-faint); font-family: var(--mono); }

/* the small product mock beside the spotlight */
.case-spotlight-card { position: relative; min-width: 0; }
.spotlight-badge {
  position: absolute;
  top: -0.65rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0.3rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.05em;
  box-shadow: var(--shadow-sm);
}
.spotlight-frame {
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.spotlight-frame-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.85rem;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.spotlight-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line-2);
}
.spotlight-dot:nth-child(3) { background: var(--accent); }
.spotlight-frame-title {
  margin-left: auto;
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.spotlight-frame-body {
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.spotlight-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.6rem 0.75rem;
  border-radius: var(--r-sm);
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.spotlight-row-label {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.spotlight-row-val { font-size: var(--fs-xs); font-weight: 600; color: var(--ink); }
.spotlight-row-active {
  background: var(--accent-soft);
  border-color: var(--accent-line);
}
.spotlight-row-active .spotlight-row-label { color: var(--accent-strong); }
.spotlight-frame-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid var(--line);
  background: var(--surface-2);
  font-size: var(--fs-xxs);
  color: var(--ink-mute);
}
.spotlight-frame-tag {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

/* ── side builds ───────────────────────────────────────────────────── */

.case-side-head { margin: clamp(2rem, 3.5vw, 2.75rem) 0 clamp(0.75rem, 1.5vw, 1.1rem); }
.case-side-head .kicker { display: block; }
.case-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.case-side-card {
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.case-side-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.case-side-cardhead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 1rem;
  font-size: var(--fs-xs);
}
.case-side-tag { color: var(--ink-mute); }
.case-side-cost { margin-left: auto; font-weight: 600; color: var(--ink); }
.case-side-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.25;
}
.case-side-name a { color: var(--ink); }
.case-side-card:hover .case-side-name a { color: var(--accent-strong); }
.case-side-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}
.case-side-actions {
  margin-top: auto;
  padding-top: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.25rem;
}

/* ── app-development tiers ─────────────────────────────────────────── */

.apps-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.apps-tier {
  padding: clamp(1.4rem, 2.2vw, 1.9rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
}
.apps-tier:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.apps-tier-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.7rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.apps-tier-num {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--accent);
}
.apps-tier-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  flex: 1 1 auto;
}
.apps-tier-price {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--ink-mute);
  width: 100%;
}
.apps-tier-price strong {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-left: 0.15rem;
}
.apps-tier-desc {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}
.apps-tier-list {
  list-style: none;
  margin: 0.1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.apps-price-foot {
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  padding: 1.15rem 1.4rem;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: var(--fs-sm);
  line-height: 1.65;
  color: var(--ink-soft);
}
.apps-price-foot .kicker { display: block; margin-bottom: 0.3rem; }

/* ════════════════════════════════════════════════════════════════════════
   STATUS PAGE: status.html, fed by Uptime Kuma
   ════════════════════════════════════════════════════════════════════════ */

:root {
  --status-ok:    #0E8A5F;
  --status-warn:  #C08A00;
  --status-down:  #D2402F;
  --status-maint: #4F5C7A;
  --status-empty: #D9DFE6;
}

.status-body { background: var(--surface); }

.header-grid-status { grid-template-columns: auto 1fr auto; }

.status-badge {
  justify-self: start;
  margin-left: 0.5rem;
  padding: 0.35rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.status-banner {
  position: relative;
  padding-block: clamp(2.25rem, 4.5vw, 3.5rem);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
  transition: background .3s var(--ease);
}
.status-banner[data-state="ok"]      { background: linear-gradient(180deg, rgba(14,138,95,.09), var(--surface) 88%); }
.status-banner[data-state="warn"]    { background: linear-gradient(180deg, rgba(192,138,0,.12), var(--surface) 88%); }
.status-banner[data-state="down"]    { background: linear-gradient(180deg, rgba(210,64,47,.12), var(--surface) 88%); }
.status-banner[data-state="maint"]   { background: linear-gradient(180deg, rgba(79,92,122,.12), var(--surface) 88%); }
.status-banner[data-state="loading"],
.status-banner[data-state="unknown"] { background: var(--surface-2); }

.banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "eyebrow eyebrow"
    "status  meta"
    "sub     meta";
  gap: 1rem 2.5rem;
  align-items: start;
}
.banner-eyebrow { grid-area: eyebrow; display: flex; align-items: center; gap: 1rem; }
.banner-status { grid-area: status; display: flex; align-items: center; gap: 1rem; }

.status-light {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--status-empty);
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(11,27,43,.05);
}
.status-light[data-state="ok"]      { background: var(--status-ok);    box-shadow: 0 0 0 4px rgba(14,138,95,.16); }
.status-light[data-state="warn"]    { background: var(--status-warn);  box-shadow: 0 0 0 4px rgba(192,138,0,.18); }
.status-light[data-state="down"]    { background: var(--status-down);  animation: pulse-down 1.6s infinite; }
.status-light[data-state="maint"]   { background: var(--status-maint); box-shadow: 0 0 0 4px rgba(79,92,122,.16); }
.status-light[data-state="loading"] { animation: pulse-mute 1.4s infinite; }

@keyframes pulse-down {
  0%, 100% { box-shadow: 0 0 0 0 rgba(210,64,47,.45); }
  50%      { box-shadow: 0 0 0 12px rgba(210,64,47,0); }
}
@keyframes pulse-mute {
  0%, 100% { opacity: 1; }
  50%      { opacity: .4; }
}

.banner-title {
  margin: 0;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.032em;
  color: var(--ink);
}
.banner-sub {
  grid-area: sub;
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--ink-mute);
  max-width: 58ch;
}
.banner-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.9rem 2rem;
  margin: 0;
  padding: 1.1rem 1.35rem;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  align-self: start;
}
.banner-meta > div { display: flex; flex-direction: column; gap: 0.15rem; }
.banner-meta dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.banner-meta dd {
  margin: 0;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
}

.section-services { background: var(--surface); }

.svc-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.svc-legend span { display: inline-flex; align-items: center; gap: 0.45rem; }
.svc-legend .cell { width: 12px; height: 12px; border-radius: 3px; }

.cell {
  width: 6px;
  height: 28px;
  border-radius: 2px;
  display: inline-block;
  background: var(--status-empty);
  transition: transform .15s var(--ease);
}
.cell:hover { transform: scaleY(1.15); }
.cell.up    { background: var(--status-ok); }
.cell.warn  { background: var(--status-warn); }
.cell.down  { background: var(--status-down); }
.cell.maint { background: var(--status-maint); }
.cell.empty { background: var(--status-empty); opacity: .55; }

.services-list,
.svc-skeleton,
.incidents {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.svc,
.incident {
  padding: 1.15rem clamp(1.1rem, 2vw, 1.5rem);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.svc:hover { box-shadow: var(--shadow); }
.svc[data-state="down"]  { border-color: rgba(210,64,47,.35); background: rgba(210,64,47,.03); }
.svc[data-state="warn"]  { border-color: rgba(192,138,0,.35); }
.svc[data-state="maint"] { border-color: rgba(79,92,122,.3); }

.svc-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
.svc-name { display: inline-flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; }
.svc-light {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--status-empty);
  align-self: center;
  flex-shrink: 0;
}
.svc[data-state="up"]    .svc-light { background: var(--status-ok); }
.svc[data-state="down"]  .svc-light { background: var(--status-down); }
.svc[data-state="warn"]  .svc-light { background: var(--status-warn); }
.svc[data-state="maint"] .svc-light { background: var(--status-maint); }
.svc-name h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.022em;
  color: var(--ink);
}
.svc-url {
  font-size: var(--fs-xs);
  color: var(--ink-mute);
  text-decoration: none;
}
.svc-url:hover { color: var(--accent-strong); }

.svc-tag {
  padding: 0.25rem 0.65rem;
  border-radius: var(--r-pill);
  background: var(--surface-3);
  color: var(--ink-soft);
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.svc[data-state="up"]    .svc-tag { background: rgba(14,138,95,.12);  color: #0A6B4A; }
.svc[data-state="down"]  .svc-tag { background: rgba(210,64,47,.12);  color: var(--accent-deep); }
.svc[data-state="warn"]  .svc-tag { background: rgba(192,138,0,.14);  color: #8A6300; }
.svc[data-state="maint"] .svc-tag { background: rgba(79,92,122,.14);  color: #3D4863; }

.svc-bar { display: flex; gap: 2px; align-items: stretch; }

.svc-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--fs-xxs);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.svc-foot strong { color: var(--ink-soft); font-weight: 600; }

.svc-skel-row {
  height: 92px;
  border-radius: var(--r);
  background: var(--surface-2);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.svc-skel-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(11,27,43,.05), transparent);
  animation: skel 1.6s infinite;
}
@keyframes skel {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%); }
}

.api-note {
  margin-top: 1.35rem;
  padding: 1rem 1.2rem;
  border-radius: var(--r-sm);
  background: rgba(192,138,0,.08);
  border: 1px solid rgba(192,138,0,.28);
  font-size: var(--fs-sm);
  color: var(--ink-soft);
}
.api-note .kicker { color: #8A6300; margin-right: 0.4rem; }

.section-incidents { background: var(--surface-2); }
.incident-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.incident-date {
  font-size: var(--fs-xs);
  color: var(--ink-mute);
}
.incident-tag {
  padding: 0.25rem 0.65rem;
  border-radius: var(--r-pill);
  background: var(--surface-3);
  color: var(--ink-soft);
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.incident-tag.incident-down { background: rgba(210,64,47,.12); color: var(--accent-deep); }
.incident-tag.incident-warn { background: rgba(192,138,0,.14); color: #8A6300; }
.incident-tag.incident-info { background: rgba(58,91,184,.12); color: #2B4691; }
.incident-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.3;
}
.incident-desc { font-size: var(--fs-sm); line-height: 1.65; color: var(--ink-soft); }
.incident-desc p { margin: 0 0 0.6rem; }
.incident-desc p:last-child { margin: 0; }

.no-incidents {
  margin: 0;
  padding: 2rem 1.5rem;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--ink-mute);
}
.no-incidents .kicker { display: block; margin-bottom: 0.3rem; color: var(--ok); }

.section-help {
  background: var(--surface-dk);
  color: rgba(255,255,255,.75);
}
.section-help .section-title { color: #fff; }
.section-help .kicker { color: #F0A08F; }
.help-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}
.help-body {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}
.help-lead {
  margin: 0;
  font-size: var(--fs-lead);
  line-height: 1.6;
  color: #fff;
}
.help-body p { margin: 0; color: rgba(255,255,255,.72); }
.help-meta {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line-dk);
}
.help-meta > div { display: flex; flex-direction: column; gap: 0.2rem; }
.help-meta dt {
  font-size: var(--fs-xxs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.help-meta dd { margin: 0; font-size: var(--fs-sm); color: rgba(255,255,255,.8); }
.help-meta a { color: #fff; }

.status-footer-slim {
  padding-block: 0.5rem;
  background: var(--surface-dk);
}

/* ════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1080px) {
  .related-grid,
  .jobs-grid,
  .who-for-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .services-hub-grid,
  .deep-grid,
  .included-cols,
  .reasons-grid,
  .apps-tiers,
  .suburbs-grid,
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tier-featured { order: -1; }

  .case-meta-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .nav-primary,
  .portal-link { display: none; }
  .nav-toggle { display: grid; }
  .header-grid { grid-template-columns: auto 1fr auto; gap: 0.75rem; }
  .nav-cta { justify-self: end; }
  .phone-pill { max-width: 15rem; }

  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2.75rem; }
  .hero-copy { max-width: none; }
  .hero-visual { max-width: 34rem; }
  .mock-chip { right: 0; }

  .contact-grid,
  .sub-grid,
  .help-grid,
  .case-spotlight { grid-template-columns: minmax(0, 1fr); }
  .case-spotlight-card { order: -1; max-width: 26rem; }

  .cta-foot { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .cta-foot-actions { flex-direction: row; flex-wrap: wrap; align-items: flex-start; }

  .hub-card-cta { grid-template-columns: minmax(0, 1fr); }
  .hub-card-cta .btn { grid-column: 1; grid-row: auto; justify-self: start; }

  .testimonials,
  .compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .case-index-card { grid-template-columns: minmax(0, 1fr); }

  .banner-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "eyebrow" "status" "sub" "meta";
  }
  .banner-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
}

@media (max-width: 780px) {
  .tier-grid,
  .compare-grid,
  .testimonials,
  .portfolio-grid,
  .services-hub-grid,
  .deep-grid,
  .included-cols,
  .who-for-grid,
  .jobs-grid,
  .reasons-grid,
  .bigpond-problems,
  .related-grid,
  .apps-tiers,
  .suburbs-grid,
  .case-side-grid,
  .principles,
  .contact-form { grid-template-columns: minmax(0, 1fr); }

  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; }
  .case-spotlight-card { max-width: none; }

  .creds > div { grid-template-columns: minmax(0, 1fr); gap: 0.3rem; }
  .creds-strip { grid-template-columns: minmax(0, 1fr); gap: 1.1rem; }

  .mobile-call { display: block; }
  body { padding-bottom: 3.25rem; }
  .site-footer { padding-bottom: 2.5rem; }

  .process-list > li { grid-template-columns: 40px minmax(0, 1fr); gap: 0.9rem; }
  .process-num { width: 34px; height: 34px; font-size: var(--fs-xs); }

  .response-table { font-size: var(--fs-xs); }
  .response-table thead th,
  .response-table tbody th,
  .response-table tbody td { padding: 0.7rem; }

  .pricing-row { grid-template-columns: minmax(0, 1fr); gap: 0.2rem; }

  .foot-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .phone-pill { display: none; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
  .hero-meta { grid-template-columns: minmax(0, 1fr); }
  .case-meta-strip { grid-template-columns: minmax(0, 1fr); }
  .suburbs-list { grid-template-columns: minmax(0, 1fr); }
  .banner-meta { grid-template-columns: minmax(0, 1fr); }
  .stats { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .case-stack { grid-template-columns: minmax(0, 1fr); gap: 0.15rem 0; }
  .case-stack > div { display: flex; flex-direction: column; margin-bottom: 0.75rem; }
  .svc-head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .cell { height: 24px; width: 5px; }
  .status-badge { display: none; }
  .header-grid-status { grid-template-columns: auto 1fr; }
}

/* status.html loads status.js only, so nothing adds .in there */
.status-body [data-reveal] { opacity: 1; transform: none; }

/* utilities */
[hidden] { display: none !important; }

@media print {
  .site-header, .mobile-call, .mobile-nav, .no-print, .hero::before { display: none !important; }
  body { color: #000; background: #fff; padding-bottom: 0; }
  .section { padding-block: 1.5rem; }
  a { color: #000; }
  .site-footer { background: #fff; color: #000; }
}

/* ════════════════════════════════════════ MOTION LAYER ════════════════════════════════════════
   Everything under .has-motion applies only once anim.js has confirmed
   anime.js loaded. Without it the page keeps the plain CSS reveal above.
   ═════════════════════════════════════════════════════════════════════════════════════════════ */

/* bars and skeleton lines in the mock browser grow out of their left edge */
.has-motion .mock-h,
.has-motion .mock-p,
.has-motion .mock-nav-links span { transform-origin: left center; }

/* anim.js runs the chip drift on its own timeline instead */
.has-motion .mock-chip { animation: none; }

/* the mock browser leans towards the cursor, so it needs depth */
.has-motion .hero-visual { perspective: 1400px; }
.has-motion .mock-browser { transform-style: preserve-3d; will-change: transform; }

/* the accent phrase in a section heading draws its own underline. The width
   lives on the heading, not the em: splitting a heading rebuilds its markup
   and would otherwise throw the value away. */
.has-motion .section-title em,
.has-motion .case-section-title em,
.has-motion .banner-title em,
.has-motion .case-index-band-title em {
  background-image: linear-gradient(var(--accent-line), var(--accent-line));
  background-repeat: no-repeat;
  background-position: 0 98%;
  background-size: var(--sweep, 0%) 0.18em;
  padding-bottom: 0.06em;
}

/* counting prices keep a fixed digit width so nothing beside them jumps */
.has-motion .tier-price .amount,
.has-motion .sub-price .amount,
.has-motion .pricing-amount { font-variant-numeric: tabular-nums; }

/* reading progress on news articles and case studies */
.read-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 200;
  pointer-events: none;
}
.read-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent-warm), var(--accent), var(--accent-deep));
}

/* ════════════════════════════════════════ SERVICES SEQUENCE ════════════════════════════════════════ */
/* Base state is a plain stacked set of service cards: that is what shows on
   narrow screens and with JS off. script.js adds .svc-seq-on, and from 64rem up
   that turns the block into a pinned stage where the copy and the device screen
   step through the four services as you scroll. */

.svc-seq-steps {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 46rem) {
  .svc-seq-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.svc-seq-rail,
.svc-seq-device { display: none; }

@media (min-width: 64rem) {

  .svc-seq-on {
    position: relative;
    height: calc(var(--seq-count, 4) * 100vh);
  }
  .svc-seq-on .svc-seq-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 4rem;
  }
  .svc-seq-on .svc-seq-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
    gap: clamp(2.25rem, 5vw, 4.5rem);
    align-items: center;
  }

  /* ── rail ─────────────────────────────────────────────────────── */
  .svc-seq-on .svc-seq-rail {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0 0 0 1rem;
    border-left: 1px solid var(--line);
    position: relative;
  }
  .svc-seq-on .svc-seq-rail::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--accent);
    transform-origin: top;
    transform: scaleY(var(--seq-p, 0));
  }
  .seq-tick {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    padding: 0.28rem 0;
    background: none;
    border: 0;
    font: inherit;
    color: var(--ink-faint);
    cursor: pointer;
    text-align: left;
    transition: color .3s var(--ease);
  }
  .seq-tick-num {
    font-size: var(--fs-xxs);
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  .seq-tick-name {
    font-size: var(--fs-sm);
    font-weight: 600;
    letter-spacing: -0.01em;
  }
  .seq-tick:hover { color: var(--ink-soft); }
  .seq-tick.is-live { color: var(--accent-strong); }

  /* ── copy steps ───────────────────────────────────────────────── */
  .svc-seq-on .svc-seq-steps {
    display: block;
    position: relative;
  }
  .svc-seq-on .svc-step {
    position: absolute;
    inset: 0 0 auto;
    height: auto;          /* .service is height: 100% for the card grid */
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    gap: 0.9rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .45s var(--ease), transform .45s var(--ease),
                visibility .45s step-end;
  }
  .svc-seq-on .svc-step:hover { transform: translateY(20px); box-shadow: none; }
  .svc-seq-on .svc-step.is-live {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity .45s var(--ease), transform .45s var(--ease),
                visibility 0s;
  }
  .svc-seq-on .svc-step.is-live:hover { transform: none; }
  .svc-seq-on .svc-step.is-past { transform: translateY(-20px); }
  .svc-seq-on .svc-step .service-num {
    width: 42px; height: 42px;
    font-size: var(--fs-sm);
  }
  .svc-seq-on .svc-step .service-name {
    font-size: clamp(1.7rem, 2.7vw, 2.35rem);
    letter-spacing: -0.028em;
    line-height: 1.1;
  }
  .svc-seq-on .svc-step .service-desc {
    font-size: var(--fs-lead);
    line-height: 1.55;
    max-width: 30rem;
  }
  .svc-seq-on .svc-step .service-for { font-size: var(--fs-sm); }
  .svc-seq-on .svc-step .service-link { margin-top: 0.35rem; }

  /* ── device ───────────────────────────────────────────────────── */
  .svc-seq-on .svc-seq-device {
    display: block;
    transform: translateY(calc((var(--seq-p, 0) - 0.5) * -26px));
  }
}

/* The device frame keeps the language of the hero mock: light chrome, one
   screen at a time, contents swapped per step. */
.seq-frame {
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.seq-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.9rem;
  background: var(--surface-2);
  border-bottom: 1px solid var(--line);
}
.seq-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--line-2);
  flex: none;
}
.seq-url {
  display: none;
  margin-left: 0.5rem;
  flex: 1;
  padding: 0.25rem 0.7rem;
  border-radius: var(--r-pill);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: var(--fs-xxs);
  color: var(--ink-faint);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seq-url.is-live { display: block; }

.seq-screens {
  position: relative;
  height: clamp(17rem, 24vw, 21rem);
}
.seq-screen {
  position: absolute;
  inset: 0;
  padding: 1.15rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.985);
  transition: opacity .4s var(--ease), transform .4s var(--ease),
              visibility .4s step-end;
}
.seq-screen.is-live {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease), visibility 0s;
}
.seq-screen.is-past { transform: translateY(-14px) scale(.985); }

.seq-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.seq-head-title {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.seq-pill {
  margin-left: auto;
  flex: none;
  padding: 0.2rem 0.6rem;
  border-radius: var(--r-pill);
  background: var(--surface-3);
  color: var(--ink-mute);
  font-size: var(--fs-xxs);
  font-weight: 600;
}
.seq-pill-ok { background: rgba(14,138,95,.1); color: var(--ok); }
.seq-pill-hot { background: var(--accent-soft); color: var(--accent-strong); }

/* rows: machine list, hosting facts */
.seq-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.seq-rows li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--fs-xs);
}
.seq-rows li:last-child { border-bottom: 0; }
.seq-rows-plain { flex: 1; justify-content: space-between; }
.seq-row-name { color: var(--ink); font-weight: 600; }
.seq-row-note { margin-left: auto; color: var(--ink-mute); }
.seq-led {
  width: 7px; height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(14,138,95,.14);
  animation: seq-blink 2.4s var(--ease) infinite;
}
.seq-rows li:nth-child(2) .seq-led { animation-delay: .3s; }
.seq-rows li:nth-child(3) .seq-led { animation-delay: .6s; }
.seq-rows li:nth-child(4) .seq-led { animation-delay: .9s; }
@keyframes seq-blink {
  0%, 82%, 100% { opacity: 1; }
  88% { opacity: .35; }
}

.seq-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.seq-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 26px;
}
.seq-bars i {
  width: 6px;
  border-radius: 2px;
  background: var(--accent-line);
}
.seq-bars i:nth-child(1)  { height: 38%; }
.seq-bars i:nth-child(2)  { height: 52%; }
.seq-bars i:nth-child(3)  { height: 46%; }
.seq-bars i:nth-child(4)  { height: 64%; }
.seq-bars i:nth-child(5)  { height: 58%; }
.seq-bars i:nth-child(6)  { height: 72%; }
.seq-bars i:nth-child(7)  { height: 66%; }
.seq-bars i:nth-child(8)  { height: 84%; }
.seq-bars i:nth-child(9)  { height: 76%; }
.seq-bars i:nth-child(10) { height: 92%; background: var(--accent); }
.seq-bars i:nth-child(11) { height: 82%; background: var(--accent); }
.seq-bars i:nth-child(12) { height: 100%; background: var(--accent); }
.seq-foot-note {
  font-size: var(--fs-xxs);
  color: var(--ink-faint);
}

/* break-fix ticket track */
.seq-track {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.35rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.15rem;
}
.seq-track li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0;
  font-size: var(--fs-xs);
  color: var(--ink-mute);
  position: relative;
}
.seq-track li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 1px;
  height: 100%;
  background: var(--line);
}
.seq-track li:last-child::before { display: none; }
.seq-node {
  width: 9px; height: 9px;
  flex: none;
  border-radius: 50%;
  border: 2px solid var(--line-2);
  background: var(--surface);
  position: relative;
  z-index: 1;
}
.seq-track li.is-done .seq-node { border-color: var(--ok); background: var(--ok); }
.seq-track li.is-done { color: var(--ink); }
.seq-track li:last-child .seq-node { border-color: var(--accent); }
.seq-track-name { font-weight: 600; }

/* hosting: the stack of machines under the facts */
.seq-slab {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.seq-slab i {
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--surface-3), var(--surface-2));
  border: 1px solid var(--line);
}

/* business email inbox */
.seq-mail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
}
.seq-mail li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.seq-avatar {
  width: 26px; height: 26px;
  flex: none;
  border-radius: 50%;
  background: var(--surface-3);
  border: 1px solid var(--line);
}
.seq-mail li:nth-child(2) .seq-avatar { background: var(--accent-soft); border-color: var(--accent-line); }
.seq-mail-body { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.seq-mail-from {
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
}
.seq-mail-sub {
  height: 6px;
  border-radius: 3px;
  background: var(--surface-3);
  width: 72%;
}
.seq-mail li:nth-child(2) .seq-mail-sub { width: 54%; }
.seq-mail li:nth-child(3) .seq-mail-sub { width: 65%; }
.seq-mail li:nth-child(4) .seq-mail-sub { width: 46%; }

/* Contents of a screen land one row after another when that step goes live. */
@keyframes seq-in {
  from { opacity: 0; transform: translateY(10px); }
}
.seq-screen.is-live .seq-rows li,
.seq-screen.is-live .seq-track li,
.seq-screen.is-live .seq-mail li,
.seq-screen.is-live .seq-slab i {
  animation: seq-in .5s var(--ease) backwards;
}
.seq-screen.is-live li:nth-child(1),
.seq-screen.is-live .seq-slab i:nth-child(1) { animation-delay: .10s; }
.seq-screen.is-live li:nth-child(2),
.seq-screen.is-live .seq-slab i:nth-child(2) { animation-delay: .17s; }
.seq-screen.is-live li:nth-child(3),
.seq-screen.is-live .seq-slab i:nth-child(3) { animation-delay: .24s; }
.seq-screen.is-live li:nth-child(4) { animation-delay: .31s; }

@media (prefers-reduced-motion: reduce) {
  .seq-led { animation: none; }
  .seq-screen.is-live .seq-rows li,
  .seq-screen.is-live .seq-track li,
  .seq-screen.is-live .seq-mail li,
  .seq-screen.is-live .seq-slab i { animation: none; }
  .svc-seq-on .svc-seq-device { transform: none; }
}

/* ════════════════════════════════════════ WALTER WIDGET ════════════════════════════════════════
   The ElevenLabs embed renders into a shadow root whose :host is
   position:fixed;inset:0, so the launcher is anchored to the host's bottom
   edge. Outer-document rules beat :host, which is how we lift the whole
   thing clear of the fixed mobile email bar (.mobile-call, 3.25rem tall).
   ═══════════════════════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 780px) {
  elevenlabs-convai { bottom: 3.6rem; }
}

/* ════════════════════════════════════════ SCANWRIGHT PAGE ════════════════════════════════════════ */

.sw-hero-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}
.sw-hero-logo {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  display: block;
}
.sw-trial-note {
  margin: 0.9rem 0 0;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink-mute);
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.shot-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.shot-placeholder {
  aspect-ratio: 16 / 10;
  border: 1.5px dashed var(--line-2);
  border-radius: var(--r);
  background: var(--surface-2);
  display: grid;
  place-items: center;
  color: var(--ink-faint);
}
.shot-placeholder svg { width: 30px; height: 30px; }
.shot-card img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--surface-2);
}
.shot-card .app-mock {
  border-radius: var(--r);
  display: flex;
  flex-direction: column;
}
.shot-card .app-mock-body {
  flex: 1;
  min-height: 260px;
  padding: 1rem 1.1rem;
  gap: 0.55rem;
}
.shot-card figcaption {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.shot-card figcaption span {
  font-size: var(--fs-xxs);
  font-weight: 500;
  color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.usecase-card {
  padding: clamp(1.4rem, 2.2vw, 1.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.usecase-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.usecase-kicker {
  font-size: var(--fs-xxs);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent-strong);
}
.usecase-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.3;
}
.usecase-card p {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-soft);
}

.flow-compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flow-compare-grid img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  background: var(--surface-dk);
  padding: 0.5rem;
}

@media (max-width: 900px) {
  .shot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .usecase-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shot-grid { grid-template-columns: 1fr; }
}
