:root {
  color-scheme: light;
  --color-ink: #171923;
  --color-ink-soft: #20292F;
  --color-background: #F2EEE5;
  --color-surface: #ffffff;
  --color-surface-muted: #e9e3d7;
  --color-foreground: #132019;
  --color-text: #28332d;
  --color-muted: #536259;
  --color-on-dark: #f8faf6;
  --color-primary: #3F7A56;
  --color-primary-hover: #2F5E43;
  --color-primary-foreground: #ffffff;
  --color-border: #d5cdc0;
  --color-border-strong: #7E8B74;
  --color-focus: #3E6F8F;
  --color-moss: #6D7A4A;
  --color-yellow: #C29A3A;
  --color-clay: #C29A3A;
  --color-blue: #3E6F8F;
  --color-red: #9A4B4F;
  --color-purple: #6D5AA8;
  --font-heading: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", Aptos, Arial, sans-serif;
  --font-sans: Aptos, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-mono: "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --container-max: 1180px;
  --container-wide: 1680px;
  --container-pad: 1rem;
  --shadow-sm: 0 1px 2px rgba(23, 25, 22, 0.08);
  --shadow-md: 0 18px 34px rgba(23, 25, 22, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-text);
  background: var(--color-background);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-underline-offset: 0.18em; }
a:hover { color: var(--color-primary-hover); }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
.container { width: min(100% - (var(--container-pad) * 2), var(--container-max)); margin-inline: auto; }
.site-header .container,
.site-footer .container,
.field-hero > .container,
.page-intro > .container,
.home-services-section > .container,
.home-news-widget > .container,
.proof-section > .container,
.team-band > .container,
.service-map-band > .container,
.package-section > .container,
.contact-routes-section > .container {
  width: min(100% - (var(--container-pad) * 2), var(--container-wide));
}
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 30; background: var(--color-surface); color: var(--color-ink); padding: 0.75rem 1rem; border: 1px solid var(--color-border-strong); border-radius: var(--radius-md); }
.skip-link:focus { top: 1rem; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header { position: sticky; top: 0; z-index: 20; background: linear-gradient(180deg, rgba(242, 238, 229, 0.98), rgba(231, 236, 228, 0.95)); border-bottom: 1px solid rgba(126, 139, 116, 0.34); backdrop-filter: blur(8px); }
.site-header::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--color-purple), var(--color-primary), var(--color-blue), var(--color-red), var(--color-yellow)); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-mark { display: inline-flex; align-items: center; min-width: 150px; text-decoration: none; }
.brand-mark img { width: 178px; max-height: 48px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 0.35rem; }
.primary-nav a, .mobile-nav a { text-decoration: none; font-size: 0.93rem; padding: 0.58rem 0.8rem; border-radius: var(--radius-sm); }
.primary-nav a[aria-current="page"], .primary-nav a:hover { background: rgba(248, 250, 246, 0.62); box-shadow: inset 0 0 0 1px rgba(126, 139, 116, 0.36); color: var(--color-ink); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; list-style: none; padding: 0.55rem 0.72rem; border: 1px solid rgba(23, 25, 22, 0.16); border-radius: var(--radius-md); background: rgba(248, 250, 246, 0.58); font-weight: 800; box-shadow: none; }
.mobile-nav summary:hover { background: rgba(242, 238, 229, 0.92); color: var(--color-ink); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; right: 0; top: calc(100% + 0.6rem); min-width: 230px; background: #F8FAF6; border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 0.5rem; }
.mobile-nav-panel nav { display: grid; }
.section { padding: 4.5rem 0; }
.field-hero, .page-intro { padding: 5rem 0 4rem; border-bottom: 1px solid var(--color-border); }
.page-intro {
  background:
    radial-gradient(circle at 90% 0%, rgba(94, 81, 148, 0.20), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(63, 107, 77, 0.22), transparent 32%),
    linear-gradient(135deg, #171923 0%, #20292F 62%, #24372E 100%);
  color: var(--color-on-dark);
  border-bottom: 0;
}
.field-hero {
  background:
    radial-gradient(circle at 88% 10%, rgba(109, 90, 168, 0.24), transparent 28%),
    radial-gradient(circle at 2% 100%, rgba(63, 122, 86, 0.28), transparent 26%),
    linear-gradient(135deg, #171923 0%, #20292F 58%, #24372E 100%);
  color: var(--color-on-dark);
  border-bottom: 0;
}
.field-hero h1,
.field-hero h2,
.field-hero h3,
.page-intro h1,
.page-intro h2,
.page-intro h3 { color: var(--color-on-dark); }
.field-hero .hero-lead,
.page-intro .hero-lead { color: rgba(248, 250, 246, 0.84); }
.field-hero-grid, .page-intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 2rem; align-items: center; }
.page-intro-single { max-width: 840px; display: grid; gap: 1rem; }
.service-intro {
  color: #ffffff;
  border-bottom: 0;
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.16);
}
.service-intro h1,
.service-intro h2,
.service-intro h3,
.service-intro .breadcrumb,
.service-intro .breadcrumb a { color: #ffffff; }
.service-intro .breadcrumb { margin-bottom: 0; color: rgba(255, 255, 255, 0.72); }
.service-intro .breadcrumb a::after { color: rgba(255, 255, 255, 0.45); }
.service-intro .hero-lead,
.service-hero-summary { color: rgba(255, 255, 255, 0.88); }
.service-hero-layout { display: grid; gap: 1.25rem; max-width: 920px; }
.service-hero-copy { display: grid; gap: 1rem; }
.service-hero-summary { max-width: 720px; font-weight: 750; font-size: 1.02rem; }
.service-intro .button-primary { background: #ffffff; border-color: #ffffff; color: var(--color-ink); }
.service-intro .button-primary:hover { background: rgba(255, 255, 255, 0.9); color: var(--color-ink); }
.service-intro .button-secondary { background: transparent; border-color: rgba(255, 255, 255, 0.58); color: #ffffff; }
.service-intro .button-secondary:hover { background: rgba(255, 255, 255, 0.10); color: #ffffff; }
h1, h2, h3 { color: var(--color-foreground); margin: 0; line-height: 1.1; letter-spacing: 0; font-weight: 850; }
h1 { font-family: var(--font-heading); font-size: 4.05rem; max-width: 780px; }
h2 { font-family: var(--font-heading); font-size: 2.35rem; }
h3 { font-size: 1.12rem; }
p { margin: 0; }
.hero-lead { font-size: 1.18rem; max-width: 680px; color: var(--color-muted); }
.hero-copy { display: grid; gap: 1.3rem; }
.hero-focus { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; }
.hero-focus-tile {
  display: grid;
  gap: 0.55rem;
  min-height: 168px;
  padding: 1.15rem;
  border-radius: var(--radius-lg);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}
.hero-focus-tile strong { font-family: var(--font-heading); font-size: 1.35rem; line-height: 1.05; }
.hero-focus-tile p { color: rgba(255, 255, 255, 0.86); }
.hero-focus-tile:hover { color: #ffffff; filter: brightness(0.96); }
.hero-focus-wide { grid-column: 1 / -1; min-height: 150px; }
.actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0.72rem 1rem; border-radius: var(--radius-md); border: 1px solid currentColor; text-decoration: none; font-weight: 800; line-height: 1.2; text-align: center; }
.button-primary { background: var(--color-primary); color: var(--color-primary-foreground); border-color: var(--color-primary); }
.button-primary:hover { background: var(--color-primary-hover); color: var(--color-primary-foreground); }
.button-secondary { background: var(--color-surface); color: var(--color-ink); border-color: var(--color-border-strong); }
.button-secondary:hover { background: var(--color-surface-muted); color: var(--color-ink); }
.button-on-dark { color: var(--color-on-dark); border-color: rgba(255, 248, 234, 0.55); background: transparent; }
.button-on-dark:hover { color: var(--color-on-dark); background: rgba(255, 248, 234, 0.08); }
.hero-note, .intro-stamp, .side-note, .matte-note {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
}
.hero-note {
  transform: none;
  background: linear-gradient(160deg, #20292F 0%, #24372E 100%);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--color-on-dark);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.2);
}
.note-head { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--font-mono); font-size: 0.72rem; text-transform: uppercase; border-bottom: 1px solid var(--color-border); padding-bottom: 0.8rem; margin-bottom: 1rem; }
.hero-note .note-head { border-color: rgba(255, 255, 255, 0.24); color: rgba(248, 250, 246, 0.76); }
.hero-note ul { margin: 0 0 1rem; padding-left: 0; color: var(--color-on-dark); font-family: var(--font-mono); list-style: none; display: grid; gap: 0.6rem; }
.hero-note li { display: flex; align-items: center; gap: 0.55rem; }
.hero-note li::before { content: ""; width: 0.75rem; aspect-ratio: 1; border-radius: 2px; background: var(--color-primary); }
.hero-note li:nth-child(2)::before { background: var(--color-blue); }
.hero-note li:nth-child(3)::before { background: var(--color-red); }
.hero-note li:nth-child(4)::before { background: var(--color-purple); }
.hero-note strong, .intro-stamp strong { display: inline-block; color: var(--color-red); text-transform: uppercase; border: 2px solid currentColor; padding: 0.35rem 0.6rem; transform: none; background: rgba(255, 255, 255, 0.72); }
.intro-stamp { display: grid; gap: 0.9rem; align-content: start; }
.matte-note {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  color: #ffffff;
  border: 0;
}
.matte-note strong { color: #ffffff; font-size: 1.25rem; line-height: 1.15; }
.matte-note span { color: rgba(255, 255, 255, 0.86); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.2rem; font-size: 0.9rem; color: var(--color-muted); }
.page-intro .breadcrumb,
.page-intro .breadcrumb a { color: rgba(255, 248, 234, 0.78); }
.breadcrumb a::after { content: "/"; margin-left: 0.5rem; color: var(--color-border-strong); }
.page-intro .breadcrumb a::after { color: rgba(255, 248, 234, 0.44); }
.section-heading { max-width: 760px; display: grid; gap: 0.7rem; margin-bottom: 2rem; }
.section-heading-wide { max-width: 920px; }
.section-heading p { color: var(--color-muted); font-size: 1.08rem; }
.ledger-section { background: linear-gradient(180deg, #FFFFFF 0%, #F4F1E8 100%); }
.home-services-section { background: linear-gradient(180deg, #F2EEE5 0%, #E7ECE4 100%); }
.home-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(220px, 0.82fr));
  gap: 1rem;
  align-items: stretch;
}
.home-service-card {
  display: grid;
  gap: 0.9rem;
  min-height: 150px;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  color: #ffffff;
  text-decoration: none;
  align-content: start;
  box-shadow: var(--shadow-sm);
}
.home-service-card h3 { color: #ffffff; font-size: 1.48rem; }
.home-service-card p { color: rgba(255, 255, 255, 0.88); }
.home-service-card:hover { color: #ffffff; filter: brightness(0.96); box-shadow: var(--shadow-md); }
.home-service-card-primary {
  grid-row: span 2;
  min-height: 100%;
  padding: 1.55rem;
}
.home-service-card-primary h3 { font-size: 2rem; }
.home-service-card-primary p {
  font-size: 1.12rem;
  max-width: 36rem;
}
.home-news-widget {
  background: linear-gradient(180deg, #E7ECE4 0%, #F2EEE5 100%);
  border-top: 1px solid rgba(44, 64, 54, 0.14);
  border-bottom: 1px solid var(--color-border);
  padding: 1.05rem 0 1.1rem;
}
.latest-news-layout {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1.6fr) auto;
  gap: 0.75rem;
  align-items: center;
}
.latest-news-intro { display: grid; gap: 0.25rem; }
.latest-news-intro h2 { font-size: 1.2rem; }
.latest-news-intro p { color: var(--color-muted); font-size: 0.9rem; line-height: 1.45; }
.latest-news-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem; }
.latest-news-card {
  display: grid;
  gap: 0.3rem;
  min-height: 0;
  padding: 0.72rem 0.8rem;
  border-left: 3px solid var(--color-primary);
  border-radius: 0;
  background: rgba(248, 250, 246, 0.48);
  color: var(--color-ink);
  text-decoration: none;
  box-shadow: none;
}
.latest-news-card strong { color: var(--color-foreground); line-height: 1.16; font-size: 0.98rem; }
.latest-news-card p { color: var(--color-muted); font-size: 0.88rem; line-height: 1.42; }
.latest-news-card:hover { background: rgba(248, 250, 246, 0.78); color: var(--color-ink); }
.latest-news-card.news-red { border-left-color: #884448; }
.latest-news-card.news-purple { border-left-color: #5E5194; }
.latest-news-card.news-steel { border-left-color: #345F7E; }
.latest-news-card.news-core { border-left-color: #3F6B4D; }
.latest-news-link { white-space: nowrap; }
.package-highlight {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 3rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #171923 0%, #20292F 62%, #24372E 100%);
  color: var(--color-on-dark);
  box-shadow: var(--shadow-md);
}
.package-highlight.accent-core {
  background:
    linear-gradient(135deg, rgba(95, 81, 148, 0.82) 0%, rgba(52, 95, 126, 0.88) 43%, rgba(63, 107, 77, 0.94) 100%),
    #345F7E;
  border-top-color: #5E5194;
  border-left-color: #3F6B4D;
}
.package-highlight h2,
.package-highlight h3 { color: var(--color-on-dark); }
.package-highlight p { color: rgba(248, 250, 246, 0.82); }
.package-section { background: #E7ECE4; border-block: 1px solid var(--color-border); }
.package-grid,
.license-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.package-card,
.license-card {
  display: grid;
  grid-template-rows: minmax(2.2rem, auto) 1fr;
  gap: 0.75rem;
  align-content: start;
  min-height: 180px;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  color: var(--color-on-dark);
}
.package-card h3,
.license-card h3 { color: inherit; font-size: 1.35rem; align-self: start; }
.package-card p,
.license-card p { color: rgba(255, 255, 255, 0.84); }
.license-card {
  background: var(--color-surface);
  color: var(--color-ink);
  border-color: var(--color-border);
  box-shadow: var(--shadow-sm);
}
.package-choice-list {
  display: grid;
  gap: 1rem;
}
.package-ladder-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 1rem;
}
.package-ladder-list.package-count-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.package-ladder-list.package-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.package-choice {
  --package-accent: #5C806F;
  --package-bg: #304F46;
  --package-soft: rgba(248, 250, 246, 0.08);
  --package-line: rgba(248, 250, 246, 0.70);
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(248, 250, 246, 0.16);
  border-left: 10px solid var(--package-accent);
  border-radius: var(--radius-lg);
  background: var(--package-bg);
  color: var(--color-on-dark);
  box-shadow: 0 18px 34px rgba(16, 24, 22, 0.18);
  overflow: hidden;
}
.package-choice.package-level-1 { --package-accent: #6D927D; --package-bg: #315B4C; --package-soft: rgba(109, 146, 125, 0.24); }
.package-choice.package-level-2 { --package-accent: #5C8798; --package-bg: #315A6A; --package-soft: rgba(92, 135, 152, 0.24); }
.package-choice.package-level-3 { --package-accent: #7568A7; --package-bg: #51487E; --package-soft: rgba(117, 104, 167, 0.26); }
.package-choice.package-level-4 { --package-accent: #8A75B2; --package-bg: #453C63; --package-soft: rgba(138, 117, 178, 0.26); }
.package-choice.package-level-5 { --package-accent: #9A83B7; --package-bg: #51446A; --package-soft: rgba(154, 131, 183, 0.24); }
.package-choice summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: start;
  padding: 1.25rem;
  background: var(--package-soft);
  cursor: pointer;
  list-style: none;
}
.package-choice summary::-webkit-details-marker { display: none; }
.package-choice summary strong {
  display: block;
  color: var(--color-on-dark);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.05;
}
.package-choice summary em {
  display: block;
  margin-top: 0.45rem;
  color: rgba(248, 250, 246, 0.80);
  font-style: normal;
  line-height: 1.55;
}
.package-choice-toggle {
  position: relative;
  display: none;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-sm);
  color: var(--color-on-dark);
  font-weight: 800;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.08);
}
.package-choice-toggle::before,
.package-choice-toggle::after {
  content: "";
  position: absolute;
  width: 0.95rem;
  height: 2px;
  background: currentColor;
}
.package-choice-toggle::after { transform: rotate(90deg); }
.package-choice[open] .package-choice-toggle::after { transform: rotate(0deg); opacity: 0; }
.package-choice-body {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 0 1.25rem 1.25rem;
}
.package-fit { color: rgba(248, 250, 246, 0.78); max-width: 70ch; }
.package-includes-heading {
  display: block;
  color: var(--color-on-dark);
  font-family: var(--font-heading);
  font-size: 1.05rem;
}
.package-inclusion-map {
  display: grid;
  gap: 0.72rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.package-inclusion-map li {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.68rem 0 0;
  border: 0;
  border-top: 1px solid rgba(248, 250, 246, 0.16);
  border-radius: 0;
  background: transparent;
}
.package-inclusion-map li::before {
  content: "";
  width: 1.15rem;
  height: 2px;
  margin-top: 0.78rem;
  background: var(--package-line);
}
.package-inclusion-map p { color: rgba(248, 250, 246, 0.86); }
.license-card p { color: var(--color-muted); }
.package-foundation {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(23, 25, 35, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
}
.package-foundation h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
.package-foundation ul {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--color-muted);
}
.package-foundation li {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}
.package-foundation li::before {
  content: "";
  width: 1.25rem;
  height: 2px;
  margin-top: 0.78rem;
  background: rgba(248, 250, 246, 0.72);
}
.license-section { background: #F8FAF6; border-block: 1px solid var(--color-border); }
.license-card { min-height: 210px; }
.license-card:nth-child(1) { border-top: 8px solid var(--color-moss); }
.license-card:nth-child(2) { border-top: 8px solid var(--color-blue); }
.license-card:nth-child(3) { border-top: 8px solid var(--color-primary); }
.license-card:nth-child(4) { border-top: 8px solid var(--color-red); }
.license-card:nth-child(5) { border-top: 8px solid var(--color-purple); }
.ledger-table-wrap { overflow-x: auto; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-md); }
.service-ledger { width: 100%; border-collapse: collapse; min-width: 720px; }
.service-ledger caption { text-align: left; padding: 1rem; font-weight: 800; color: var(--color-muted); }
.service-ledger th, .service-ledger td { text-align: left; padding: 1rem; border-top: 1px solid var(--color-border); vertical-align: top; }
.service-ledger thead th { font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; background: var(--color-ink); color: var(--color-on-dark); }
.service-ledger tbody tr:nth-child(1) th { border-left: 8px solid var(--color-primary); }
.service-ledger tbody tr:nth-child(2) th { border-left: 8px solid var(--color-blue); }
.service-ledger tbody tr:nth-child(3) th { border-left: 8px solid var(--color-purple); }
.service-ledger tbody tr:nth-child(4) th { border-left: 8px solid var(--color-red); }
.service-ledger tbody tr:nth-child(5) th { border-left: 8px solid var(--color-yellow); }
.service-ledger tbody tr:nth-child(6) th { border-left: 8px solid var(--color-primary); }
.section-actions { margin-top: 1.5rem; }
.method-band, .cta-band, .service-method-band { background: linear-gradient(135deg, #171923 0%, #20292F 62%, #24372E 100%); color: var(--color-on-dark); }
.method-band h2, .method-band h3, .cta-band h2, .cta-band h3, .service-method-band h2, .service-method-band h3 { color: var(--color-on-dark); }
.method-band p, .cta-band p, .service-method-band p { color: rgba(255, 248, 234, 0.82); }
.method-band .section-heading p,
.service-method-band .section-heading p,
.cta-band .cta-layout p { color: rgba(255, 248, 234, 0.84); }
.method-band .content-section,
.method-band .side-note,
.method-band .work-ledger,
.method-band .work-ledger li { color: var(--color-text); }
.method-band .content-section h2,
.method-band .content-section h3,
.method-band .side-note h2,
.method-band .side-note h3 { color: var(--color-foreground); }
.method-band .content-section p,
.method-band .content-section li,
.method-band .side-note p,
.method-band .side-note li,
.method-band .work-ledger p { color: var(--color-text); }
.method-band .work-ledger span { color: var(--color-blue); }
.method-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 2rem; align-items: start; }
.method-panel { display: grid; gap: 2rem; }
.method-panel .section-heading { max-width: 880px; margin-bottom: 0; }
.method-panel .section-heading p { max-width: 760px; }
.method-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.method-steps li {
  display: grid;
  gap: 0.8rem;
  min-height: 230px;
  padding: 1.2rem;
  border-radius: var(--radius-lg);
  color: #ffffff;
}
.method-steps li:nth-child(1) { background: #3F6B4D; }
.method-steps li:nth-child(2) { background: #345F7E; }
.method-steps li:nth-child(3) { background: #884448; }
.method-steps li:nth-child(4) { background: #5E5194; }
.method-steps span { margin-top: auto; font-size: 0.78rem; font-weight: 900; opacity: 0.68; }
.method-steps h3 { color: #ffffff; font-size: 1.35rem; }
.method-steps p { color: rgba(255, 255, 255, 0.88); }
.service-method-panel .section-heading { max-width: 800px; }
.service-method-steps li { min-height: 190px; }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255, 248, 234, 0.22); border-radius: var(--radius-lg); overflow: hidden; }
.process-grid li { padding: 1.2rem; border-right: 1px solid rgba(255, 248, 234, 0.18); display: grid; gap: 0.65rem; min-height: 150px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { font-family: var(--font-mono); color: #c7d1a3; font-weight: 800; }
.proof-section { background: linear-gradient(110deg, #F2EEE5 0%, #E7ECE4 52%, #ECE7F2 100%); }
.proof-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 2rem; }
.proof-list, .principle-grid, .service-directory, .founder-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.proof-list article, .principle-grid article, .service-record, .content-section, .faq-list article {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  min-width: 0;
}
.content-section h2,
.content-section h3,
.content-section p,
.content-section li,
.faq-list h2,
.faq-list h3,
.faq-list p,
.faq-list li {
  overflow-wrap: anywhere;
  word-break: normal;
}
.cyber-scope-section { background: #F8FAF6; }
.cyber-scope-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.cyber-scope-grid article {
  display: grid;
  gap: 0.75rem;
  min-height: 210px;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}
.cyber-scope-grid h3 { color: #ffffff; font-size: 1.22rem; }
.cyber-scope-grid p { color: rgba(255, 255, 255, 0.88); }
.news-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.news-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.58fr) minmax(0, 1fr);
  overflow: hidden;
  min-height: 0;
  background: #F8FAF6;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.news-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  background: #20292F;
}
.news-card:first-child h3 a,
.news-card:first-child .news-card-content p { color: #ffffff; }
.news-card:first-child .text-link { color: #ffffff; }
.news-card-image {
  display: block;
  min-height: 180px;
  background: #20292F;
  overflow: hidden;
}
.news-card:first-child .news-card-image { min-height: 260px; }
.news-card-image img,
.article-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-card-content {
  display: grid;
  gap: 0.65rem;
  align-content: center;
  padding: 1rem 1.1rem;
}
.news-card-content p { color: var(--color-muted); font-size: 1rem; line-height: 1.58; }
.news-card h3 a { text-decoration: none; }
.news-card .text-link { margin-top: 0; }
.author-avatar {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #F2EEE5;
  color: var(--color-blue);
  font-weight: 900;
  font-size: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-story {
  padding: 0 0 1.2rem;
  border-bottom: 1px solid var(--color-border);
}
.article-story p {
  color: var(--color-ink);
  font-size: clamp(1.12rem, 1.4vw, 1.28rem);
  line-height: 1.72;
  max-width: 68ch;
}
.article-body .content-section {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  box-shadow: none;
  padding: 1.35rem 0 0;
}
.article-body .content-section h2 {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}
.article-body .content-section p {
  max-width: 74ch;
}
.article-publish-info {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}
.article-publish-info p { color: var(--color-muted); font-size: 0.96rem; }
.article-publish-card {
  display: inline-grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(248, 250, 246, 0.58);
}
.article-publish-card p { display: grid; gap: 0.08rem; margin: 0; }
.article-publish-card strong { color: var(--color-foreground); }
.article-publish-card span,
.article-publish-card time { color: var(--color-muted); font-size: 0.92rem; }
.article-publish-card .author-avatar { width: 42px; height: 42px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.25rem; align-items: start; }
.article-body { display: grid; gap: 1rem; max-width: 820px; }
.article-body > p { font-size: 1.08rem; color: var(--color-muted); }
.article-side .button { width: 100%; }
.article-hero-image {
  margin: 0;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.news-topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-list article, .principle-grid article { display: grid; gap: 0.55rem; border-top: 8px solid var(--color-primary); }
.proof-list article:nth-child(1), .principle-grid article:nth-child(1) { background: #EEF6F0; }
.proof-list article:nth-child(2), .principle-grid article:nth-child(2) { border-top-color: var(--color-red); background: #F8EFEF; }
.proof-list article:nth-child(3), .principle-grid article:nth-child(3) { border-top-color: var(--color-blue); background: #EEF4F8; }
.principle-grid article:nth-child(4) { border-top-color: var(--color-yellow); background: #F8F3E3; }
.matte-card-grid article {
  min-height: 210px;
  border: 0;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}
.matte-card-grid article.accent-moss { background: #3F6B4D; }
.matte-card-grid article.accent-red { background: #884448; }
.matte-card-grid article.accent-steel { background: #345F7E; }
.matte-card-grid article.accent-purple { background: #5E5194; }
.matte-card-grid article.accent-yellow { background: #826627; }
.matte-card-grid article span { margin-top: auto; color: rgba(255, 255, 255, 0.68); font-size: 0.78rem; }
.matte-card-grid article h3 { color: #ffffff; font-size: 1.3rem; }
.matte-card-grid article p { color: rgba(255, 255, 255, 0.88); }
.matte-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-proof-list article {
  min-height: 200px;
  border: 0;
  color: #ffffff;
  box-shadow: var(--shadow-sm);
  align-content: start;
}
.home-proof-list article.accent-moss { background: #3F6B4D; }
.home-proof-list article.accent-purple { background: #5E5194; }
.home-proof-list article.accent-steel { background: #345F7E; }
.home-proof-list article h3 { color: #ffffff; font-size: 1.3rem; }
.home-proof-list article p { color: rgba(255, 255, 255, 0.88); }
.team-band, .service-map-band { background: linear-gradient(135deg, #E7ECE4 0%, #F0E8DC 100%); border-block: 1px solid var(--color-border); }
.team-heading h2 { font-size: 3rem; }
.home-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.home-team-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1rem;
  min-height: 210px;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  box-shadow: var(--shadow-sm);
}
.home-team-card h3 { color: #ffffff; font-size: 1.45rem; }
.home-team-card strong { color: #ffffff; font-size: 1.18rem; line-height: 1.25; }
.home-team-card p { color: rgba(255, 255, 255, 0.88); }
.home-team-card div:not(.home-team-photo) { display: grid; gap: 0.45rem; }
.home-team-photo {
  width: 88px;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  object-fit: cover;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.home-team-avatar {
  display: grid;
  place-items: center;
  color: #ffffff;
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 1.2rem;
}
.home-team-card:hover { color: #ffffff; filter: brightness(0.96); box-shadow: var(--shadow-md); }
.team-ledger, .contact-ledger, .team-register, .work-ledger { display: grid; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); overflow: hidden; }
.team-ledger a:nth-child(1) { border-left: 8px solid var(--color-primary); }
.team-ledger a:nth-child(2) { border-left: 8px solid var(--color-blue); }
.team-ledger a:nth-child(3) { border-left: 8px solid var(--color-purple); }
.team-ledger a, .work-ledger li { display: grid; grid-template-columns: 180px 220px minmax(0, 1fr); gap: 1rem; padding: 1rem; border-top: 1px solid var(--color-border); text-decoration: none; }
.team-ledger a:first-child, .work-ledger li:first-child { border-top: 0; }
.team-ledger span, .work-ledger span, .record-kicker { font-family: var(--font-mono); font-size: 0.75rem; text-transform: uppercase; color: var(--color-blue); font-weight: 800; }
.cta-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; }
.service-directory, .service-tree-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-record {
  display: grid;
  gap: 0.8rem;
  text-decoration: none;
  border: 0;
  color: #ffffff;
  min-height: 185px;
  position: relative;
  overflow: hidden;
}
.service-record::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 10px;
  background: rgba(255, 255, 255, 0.22);
}
.service-record h3,
.service-record p { color: #ffffff; }
.service-record p { color: rgba(255, 255, 255, 0.88); }
.service-record:hover { filter: brightness(0.96); box-shadow: var(--shadow-md); color: #ffffff; }
.service-tree-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
.service-branch-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  color: #ffffff;
  border: 0;
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 3vw, 1.7rem);
  min-height: 100%;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.service-branch-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: rgba(255, 255, 255, 0.26);
}
.service-branch-card > * {
  position: relative;
  z-index: 1;
}
.service-branch-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}
.service-branch-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  max-width: 62ch;
}
.service-branch-card ul {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.service-tree-item {
  display: grid;
  align-items: center;
  padding: 0.75rem 0.85rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  text-decoration: none;
}
.service-tree-item strong {
  color: #ffffff;
  overflow-wrap: anywhere;
}
.service-tree-item:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.service-tree-parent {
  background: rgba(255, 255, 255, 0.16);
}
.service-tree-children {
  margin: 0.5rem 0 0 1.25rem !important;
  padding-left: 0.8rem !important;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
}
.service-tree-child {
  background: rgba(255, 255, 255, 0.095);
}
.service-branch-cta {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
}
.service-branch-cta strong {
  color: #ffffff;
  font-size: 1rem;
}
.service-branch-cta span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}
.service-branch-cta:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.accent-core {
  background:
    linear-gradient(135deg, rgba(95, 81, 148, 0.82) 0%, rgba(52, 95, 126, 0.88) 43%, rgba(63, 107, 77, 0.94) 100%),
    #345F7E;
  border-top-color: #5E5194;
  border-left-color: #3F6B4D;
}
.accent-moss { background: #3F6B4D; border-top-color: #3F6B4D; border-left-color: #3F6B4D; }
.accent-steel { background: #345F7E; border-top-color: #345F7E; border-left-color: #345F7E; }
.accent-clay { background: #7C5A45; border-top-color: #7C5A45; border-left-color: #7C5A45; }
.accent-red { background: #884448; border-top-color: #884448; border-left-color: #884448; }
.accent-blue { background: #345F7E; border-top-color: #345F7E; border-left-color: #345F7E; }
.accent-purple { background: #5E5194; border-top-color: #5E5194; border-left-color: #5E5194; }
.accent-yellow { background: #826627; border-top-color: #826627; border-left-color: #826627; }
.text-link { font-weight: 800; color: var(--color-primary-hover); }
.compact-service-map { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; background: var(--color-surface); }
.compact-service-map li { padding: 1rem; border-right: 1px solid var(--color-border); border-top: 1px solid var(--color-border); }
.compact-service-map li:nth-child(3n) { border-right: 0; }
.compact-service-map li:nth-child(-n+3) { border-top: 0; }
.compact-service-map span { display: block; font-family: var(--font-mono); font-size: 0.72rem; text-transform: uppercase; color: var(--color-blue); margin-bottom: 0.4rem; }
.compact-service-map strong { display: block; color: var(--color-ink); margin-bottom: 0.35rem; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.25rem; align-items: start; }
.content-section { display: grid; gap: 1rem; }
.service-content-card { box-shadow: var(--shadow-sm); }
.contact-note {
  position: relative;
  overflow: hidden;
  border-top: 0;
  padding-top: calc(1.4rem + 8px);
  background: #F8FAF6;
}
.contact-note::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--color-primary);
}
.contact-note-core::before { background: linear-gradient(90deg, #5E5194 0%, #345F7E 45%, #3F6B4D 100%); }
.contact-note-moss::before { background: #3F6B4D; }
.contact-note-steel::before,
.contact-note-blue::before { background: #345F7E; }
.contact-note-purple::before { background: #5E5194; }
.contact-note-red::before { background: #884448; }
.contact-note-yellow::before { background: #826627; }
.contact-note-clay::before { background: #7C5A45; }
.service-tone-section {
  --service-tone-bg: #3F6B4D;
  --service-tone-bg-2: #1E3128;
  --service-tone-glow: rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 12% 0%, var(--service-tone-glow), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(23, 25, 35, 0.32), transparent 38%),
    linear-gradient(135deg, var(--service-tone-bg) 0%, var(--service-tone-bg-2) 100%);
  color: var(--color-on-dark);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}
.service-tone-core {
  --service-tone-bg: #345F7E;
  --service-tone-bg-2: #24372E;
  --service-tone-glow: rgba(95, 81, 148, 0.28);
  background:
    radial-gradient(circle at 10% 0%, rgba(95, 81, 148, 0.34), transparent 31%),
    radial-gradient(circle at 92% 100%, rgba(63, 107, 77, 0.42), transparent 35%),
    linear-gradient(135deg, rgba(95, 81, 148, 0.82) 0%, rgba(52, 95, 126, 0.88) 43%, rgba(63, 107, 77, 0.94) 100%),
    #345F7E;
}
.service-tone-moss { --service-tone-bg: #3F6B4D; --service-tone-bg-2: #1E3128; }
.service-tone-steel,
.service-tone-blue { --service-tone-bg: #345F7E; --service-tone-bg-2: #1C2E3C; }
.service-tone-clay { --service-tone-bg: #7C5A45; --service-tone-bg-2: #342821; }
.service-tone-red { --service-tone-bg: #884448; --service-tone-bg-2: #341E22; }
.service-tone-purple { --service-tone-bg: #5E5194; --service-tone-bg-2: #282441; }
.service-tone-yellow { --service-tone-bg: #826627; --service-tone-bg-2: #332914; }
.service-tone-section h2,
.service-tone-section h3,
.service-tone-section .section-heading h2 { color: var(--color-on-dark); }
.service-tone-section .section-heading p,
.service-tone-section p,
.service-tone-section li { color: rgba(248, 250, 246, 0.86); }
.service-tone-section .content-section,
.service-tone-section .contact-note,
.service-tone-section .license-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--color-on-dark);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}
.service-tone-section .package-foundation {
  background: rgba(18, 28, 31, 0.42);
  border-color: rgba(248, 250, 246, 0.20);
  color: var(--color-on-dark);
  box-shadow: none;
  backdrop-filter: none;
}
.service-tone-section .content-section h2,
.service-tone-section .content-section h3,
.service-tone-section .contact-note h2,
.service-tone-section .license-card h3,
.service-tone-section .package-foundation h3 { color: var(--color-on-dark); }
.service-tone-section .content-section p,
.service-tone-section .content-section li,
.service-tone-section .contact-note p,
.service-tone-section .contact-note dd,
.service-tone-section .contact-note a,
.service-tone-section .license-card p,
.service-tone-section .package-foundation li { color: rgba(248, 250, 246, 0.88); }
.service-tone-section .contact-note dt { color: rgba(248, 250, 246, 0.66); }
.service-tone-section .contact-note::before { background: rgba(255, 255, 255, 0.28); }
.service-tone-section .package-choice {
  background: var(--package-bg);
  border-color: rgba(248, 250, 246, 0.18);
}
.service-tone-section .package-inclusion-map li { color: rgba(248, 250, 246, 0.88); }
.check-list, .plain-list, .related-list { margin: 0; padding-left: 1.2rem; }
.check-list li, .plain-list li, .related-list li { margin: 0.45rem 0; }
.side-note { position: relative; display: grid; gap: 1rem; }
.side-note dl { display: grid; gap: 0.75rem; margin: 0; }
.side-note dt { font-family: var(--font-mono); text-transform: uppercase; font-size: 0.72rem; color: var(--color-muted); }
.side-note dd { margin: 0; font-weight: 800; }
.service-process { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.team-register article { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 1rem; align-items: center; padding: 1rem; border-top: 1px solid var(--color-border); }
.team-register article:first-child { border-top: 0; }
.team-register img, .avatar { width: 96px; aspect-ratio: 1; border-radius: var(--radius-md); object-fit: cover; border: 1px solid var(--color-border); background: var(--color-surface-muted); }
.avatar { display: grid; place-items: center; font-weight: 900; font-family: var(--font-mono); color: var(--color-blue); }
.team-register span { font-family: var(--font-mono); font-size: 0.78rem; text-transform: uppercase; color: var(--color-blue); font-weight: 800; }
.team-register div { display: grid; gap: 0.45rem; }
.founder-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.founder-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  color: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.founder-card summary {
  display: grid;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
}
.founder-card summary::-webkit-details-marker { display: none; }
.founder-card[open] { box-shadow: var(--shadow-md); }
.founder-card img,
.founder-avatar {
  width: 112px;
  aspect-ratio: 1;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
}
.founder-avatar {
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-weight: 900;
  color: #ffffff;
  font-size: 1.25rem;
}
.founder-card div { display: grid; gap: 0.55rem; }
.founder-card h3,
.founder-card strong { color: #ffffff; }
.founder-card h3 { font-size: 1.55rem; }
.founder-card p { color: rgba(255, 255, 255, 0.88); }
.profile-more {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.25rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-sm);
  color: #ffffff;
  font-weight: 850;
  font-size: 0.88rem;
}
.founder-card[open] .profile-more { background: rgba(255, 255, 255, 0.12); }
.founder-detail {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.work-ledger { list-style: none; padding: 0; margin: 0; }
.contact-routes-section {
  background: linear-gradient(135deg, #171923 0%, #20292F 62%, #24372E 100%);
  color: var(--color-on-dark);
  border-block: 1px solid rgba(255, 248, 234, 0.16);
}
.contact-routes-section .section-heading h2 { color: var(--color-on-dark); }
.contact-routes-section .section-heading p,
.contact-routes-section .copy-status { color: rgba(255, 248, 234, 0.78); }
.contact-ledger {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
  background: transparent;
  overflow: visible;
}
.contact-ledger a { color: #ffffff; text-decoration-color: rgba(255, 255, 255, 0.45); text-underline-offset: 0.18em; }
.contact-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.9rem;
  align-content: start;
  min-height: 220px;
  padding: 1.25rem;
  border: 0;
  border-radius: var(--radius-lg);
  color: #ffffff;
  box-shadow: var(--shadow-sm);
}
.contact-row h3 { color: #ffffff; font-size: 1.45rem; }
.contact-row p { color: rgba(255, 255, 255, 0.88); }
.contact-value { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 0.4rem; margin-top: auto; font-size: 1.08rem; }
.copy-button {
  min-height: 40px;
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  color: var(--color-ink);
  padding: 0.55rem 0.8rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.copy-button:hover,
.copy-button[data-copied="true"] { background: var(--color-surface-muted); }
.copy-icon-button {
  width: 26px;
  min-height: 26px;
  padding: 0;
  border-radius: var(--radius-sm);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  flex: 0 0 auto;
}
.copy-icon-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}
.copy-icon-button:hover,
.copy-icon-button[data-copied="true"] { color: #ffffff; background: rgba(255, 255, 255, 0.2); }
.copy-all-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}
.copy-status { width: 100%; color: var(--color-muted); font-size: 0.95rem; }
.faq-layout { display: grid; gap: 1rem; }
.faq-list { display: grid; gap: 0.9rem; }
.legal-section .content-stack { max-width: 860px; }
.content-stack { display: grid; gap: 1rem; }
code { font-family: var(--font-mono); background: var(--color-surface-muted); padding: 0.1rem 0.25rem; border-radius: var(--radius-sm); }
.site-footer { background: var(--color-ink-soft); color: var(--color-on-dark); padding: 3rem 0; border-top: 10px solid var(--color-primary); }
.footer-grid { display: grid; grid-template-columns: minmax(280px, 1.2fr) minmax(150px, 0.45fr) minmax(150px, 0.42fr) minmax(220px, 0.58fr); gap: clamp(1.5rem, 3vw, 3.5rem); align-items: start; }
.footer-brand { font-family: var(--font-heading); font-size: 1.8rem; color: var(--color-on-dark); text-decoration: none; }
.footer-intro { display: grid; gap: 0.6rem; min-height: 100%; }
.footer-intro p, .footer-contact p { color: rgba(255, 248, 234, 0.76); }
.footer-copy { grid-column: 1 / -1; align-self: end; margin: 0.9rem 0 0; font-size: 0.92rem; color: rgba(255, 248, 234, 0.76); }
.site-footer nav, .footer-contact { display: grid; gap: 0.45rem; align-content: start; }
.site-footer a { color: var(--color-on-dark); text-decoration: none; }
.site-footer a:hover { color: #ffffff; text-decoration: none; }
.cookie-consent { position: fixed; inset: auto 1rem 1rem; z-index: 40; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; width: min(720px, calc(100% - 2rem)); margin-left: auto; background: var(--color-surface); border: 1px solid var(--color-border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 1rem; opacity: 0; transform: translateY(0.75rem); transition: opacity 160ms ease, transform 160ms ease; }
.cookie-consent[data-visible="true"] { opacity: 1; transform: translateY(0); }
.cookie-consent h2 { font-size: 1.2rem; }
.cookie-consent-copy { display: grid; gap: 0.25rem; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }

@media (min-width: 1440px) {
  :root { --container-pad: clamp(1rem, 3vw, 4rem); }
  .field-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
    gap: clamp(2rem, 4vw, 5rem);
  }
  .home-service-grid {
    grid-template-columns: minmax(360px, 1.12fr) repeat(2, minmax(260px, 0.88fr));
    gap: 1.15rem;
  }
  .service-tree-grid,
  .service-directory {
    gap: 1.15rem;
  }
  .proof-grid,
  .home-team-grid,
  .latest-news-layout {
    gap: clamp(1rem, 1.6vw, 1.5rem);
  }
}

@media (max-width: 1280px) and (min-width: 921px) {
  .package-ladder-list.package-count-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  :root { --container-pad: 1rem; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  .primary-nav { display: none; }
  .mobile-nav { display: block; }
  .field-hero-grid, .page-intro-grid, .method-grid, .proof-grid, .service-detail-layout, .service-guardrail-layout, .article-layout, .cta-layout, .footer-grid, .latest-news-layout { grid-template-columns: 1fr; }
  .hero-focus, .home-service-grid, .method-steps, .process-grid, .proof-list, .principle-grid, .service-directory, .service-tree-grid, .compact-service-map, .home-team-grid, .founder-grid, .news-list, .contact-ledger, .package-grid, .license-grid, .latest-news-list, .news-topic-grid, .cyber-scope-grid { grid-template-columns: 1fr; }
  .news-card,
  .news-card:first-child { grid-template-columns: 1fr; }
  .process-grid li, .compact-service-map li { border-right: 0; }
  .compact-service-map li:nth-child(-n+3) { border-top: 1px solid var(--color-border); }
  .compact-service-map li:first-child { border-top: 0; }
  .team-ledger a, .contact-row, .work-ledger li { grid-template-columns: 1fr; gap: 0.35rem; }
  .copy-button { justify-self: start; }
  .side-note { position: static; }
  .package-ladder-list,
  .package-ladder-list.package-count-2,
  .package-ladder-list.package-count-3,
  .package-ladder-list.package-count-4,
  .package-ladder-list.package-count-5 { grid-template-columns: 1fr; }
  .package-choice summary { grid-template-columns: minmax(0, 1fr) auto; }
  .package-choice-toggle { display: inline-grid; grid-column: 2; grid-row: 1; align-self: start; }
  .package-inclusion-map { grid-template-columns: 1fr; }
  .cookie-consent { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.35rem; }
  .field-hero, .page-intro { padding: 3.5rem 0 3rem; }
  .section { padding: 3rem 0; }
  .content-section h2 { font-size: 1.85rem; }
  .brand-mark img { width: 146px; }
  .actions, .button { width: 100%; }
  .button { justify-content: center; }
  .hero-focus { display: none; }
  .hero-note { transform: none; }
  .team-register article { grid-template-columns: 72px minmax(0, 1fr); }
  .team-register img, .avatar { width: 72px; }
  .home-proof-list article { min-height: 160px; }
  .home-service-card { min-height: 170px; }
  .home-service-card-primary { grid-row: auto; min-height: 170px; }
  .latest-news-card { min-height: auto; }
  .news-card { grid-template-columns: 1fr; min-height: auto; }
  .news-card-image { min-height: 150px; aspect-ratio: 16 / 9; }
  .article-hero-image { min-height: 220px; }
  .package-highlight { padding: 1rem; }
  .package-card, .license-card { min-height: auto; }
  .package-choice summary { gap: 0.75rem; padding: 1rem; }
  .package-choice-body { padding: 0 1rem 1rem; }
  .package-choice-toggle { width: 2.45rem; height: 2.45rem; justify-self: end; }
  .home-team-card { grid-template-columns: 76px minmax(0, 1fr); min-height: auto; }
  .home-team-photo { width: 76px; }
  .founder-card summary { grid-template-columns: 86px minmax(0, 1fr); align-items: center; }
  .founder-card img, .founder-avatar { width: 86px; }
  .founder-card h3 { font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}