@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,650;9..144,800&display=swap");

:root {
  --ink: #15201d;
  --forest: #1f6654;
  --deep-green: #0d5b4a;
  --deep: #170909;
  --wine: #321414;
  --moss: #dce5da;
  --cream: #f7f3ed;
  --paper: #fffaf3;
  --gold: #b69763;
  --muted: #65706b;
  --line: rgba(21, 32, 29, 0.14);
  --shadow: 0 24px 70px rgba(20, 18, 14, 0.16);
  --radius: 8px;
}

/* Liquid Stone Solutions public theme */
:root {
  --ink: #171b1e;
  --forest: #315f6f;
  --deep-green: #254b58;
  --deep: #121416;
  --wine: #2f261c;
  --moss: #d7dde0;
  --cream: #f3f1eb;
  --paper: #fffdf7;
  --gold: #f1b84b;
  --muted: #637079;
  --line: rgba(23, 27, 30, 0.15);
  --shadow: 0 22px 64px rgba(13, 17, 20, 0.18);
  --radius: 7px;
}

body {
  background:
    linear-gradient(90deg, rgba(49, 95, 111, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(241, 184, 75, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--cream);
  color: var(--ink);
  font-family: "Archivo", "Arial Narrow", system-ui, sans-serif;
  line-height: 1.62;
}

h1,
h2,
h3,
h4,
.brand,
.kicker {
  font-family: "Fraunces", Georgia, serif;
}

.site-header {
  background: rgba(18, 20, 22, 0.97);
  border-bottom: 1px solid rgba(241, 184, 75, 0.28);
}

.header-inner {
  min-height: 72px;
}

.brand {
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.brand-mark {
  border-radius: 8px;
  border-color: rgba(241, 184, 75, 0.5);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
}

.site-nav {
  gap: 22px;
  font-family: "Archivo", system-ui, sans-serif;
}

.button,
button.button {
  border-color: #dba13a;
  background: linear-gradient(180deg, #ffc958, #e4a73b);
  color: #151719;
  box-shadow: 0 10px 22px rgba(121, 80, 20, 0.22);
}

.button.dark {
  border-color: #2f5e6b;
  background: linear-gradient(180deg, #376f80, #254b58);
  color: #fff;
}

.button.light,
.button.outline {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

.text-link,
.home-journal-link {
  color: #2e6574;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.kicker {
  color: #b97917;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}

.hero {
  min-height: min(760px, calc(100vh - 72px));
  background:
    linear-gradient(90deg, rgba(18, 20, 22, 0.96) 0%, rgba(18, 20, 22, 0.82) 42%, rgba(18, 20, 22, 0.2) 78%),
    url("epoxy-hero.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg, var(--gold), #7da3ad, #d86133);
}

.hero-inner {
  min-height: min(760px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.48fr);
  padding: 94px 0 78px;
}

.hero-copy {
  max-width: 780px;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 6.5rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
}

.lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.hero-panel {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: rgba(20, 24, 26, 0.78);
  backdrop-filter: blur(14px);
}

.hero-panel h3 {
  color: #fff;
}

.hero-panel .service-area {
  color: #ffd77a;
}

.section {
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 44px));
}

.intro-band,
.services-preview,
.detail-content {
  background: rgba(255, 253, 247, 0.8);
}

.intro-grid,
.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.intro-photo {
  position: relative;
}

.intro-photo img,
.split-hero img,
.pillar img,
.service-mini-card img,
.gallery-grid img,
.article-author img,
.article-hero-image {
  width: 100%;
  object-fit: cover;
  background: #d4dadd;
}

.intro-photo img,
.split-hero img {
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.quote-card {
  right: 22px;
  bottom: 22px;
  left: auto;
  max-width: 340px;
  border-radius: 7px;
  background: #171b1e;
  color: #fff;
}

.quote-card strong {
  color: var(--gold);
}

.pillars {
  background:
    linear-gradient(135deg, rgba(18, 20, 22, 0.96), rgba(43, 54, 58, 0.96)),
    var(--deep);
  color: #fff;
}

.pillars .section-lead,
.pillars p {
  color: rgba(255, 255, 255, 0.74);
}

.pillar-grid,
.service-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar,
.service-card,
.program,
.taxonomy-card,
.service-detail-card,
.service-area-highlight-card,
.gallery-grid figure {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(17, 21, 23, 0.08);
}

.pillar {
  overflow: hidden;
  color: var(--ink);
}

.pillar img {
  aspect-ratio: 5 / 3;
}

.pillar div,
.service-card,
.gallery-grid figcaption {
  padding: 22px;
}

.service-card h2,
.service-card h3,
.pillar h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.service-card p,
.pillar p,
.market-note,
.section-lead {
  color: var(--muted);
}

.process-band {
  background: #dfe4e6;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-left: 5px solid var(--gold);
  border-radius: 7px;
  background: #fff;
}

.process-list strong {
  color: #1f4855;
}

.area {
  background: #20282c;
  color: #fff;
}

.area-card {
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(31, 41, 46, 0.96), rgba(25, 30, 33, 0.96)),
    #1b2024;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.market-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.05);
}

.market-links a,
.taxonomy-strip a,
.home-topic-links a {
  border-radius: 7px;
  border-color: rgba(49, 95, 111, 0.22);
  background: rgba(49, 95, 111, 0.08);
}

.form-section {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.9), rgba(224, 230, 232, 0.9)),
    var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.panel,
.contact-list,
.journal-signup,
.article-search-panel {
  border-radius: 7px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(18, 20, 22, 0.08);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 27, 30, 0.22);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(241, 184, 75, 0.35);
  border-color: #b97917;
}

textarea {
  min-height: 150px;
}

.split-hero {
  background:
    linear-gradient(135deg, rgba(28, 34, 37, 0.98), rgba(49, 95, 111, 0.92)),
    #20282c;
  color: #fff;
}

.split-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.split-hero .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.article-breadcrumbs {
  color: rgba(23, 27, 30, 0.64);
  font-size: 0.88rem;
}

.split-hero .article-breadcrumbs {
  color: rgba(255, 255, 255, 0.72);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
}

.gallery-grid img {
  aspect-ratio: 4 / 3;
}

.gallery-grid figcaption {
  display: grid;
  gap: 6px;
}

.gallery-grid span {
  color: var(--muted);
}

.article-cta {
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(49, 95, 111, 0.95), rgba(22, 27, 31, 0.95)),
    #1f4855;
}

.article-cta h2,
.article-cta p {
  color: #fff;
}

.footer-logo {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.site-footer {
  background: #121416;
}

@media (max-width: 980px) {
  .hero-inner,
  .intro-grid,
  .process-grid,
  .contact-grid,
  .split-hero .section-inner {
    grid-template-columns: 1fr;
  }

  .pillar-grid,
  .service-grid,
  .gallery-grid,
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 720px;
  }
}

@media (max-width: 720px) {
  .header-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand span {
    max-width: 170px;
    line-height: 1.05;
  }

  .pillar-grid,
  .service-grid,
  .gallery-grid,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    width: min(100% - 32px, 1180px);
    min-height: 680px;
    padding-top: 86px;
  }

  .hero-panel {
    align-self: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(23, 9, 9, 0.96);
  color: #fff;
  box-shadow: 0 1px 22px rgba(0, 0, 0, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Crimson Text", Georgia, serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
}

h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.kicker {
  margin-bottom: 16px;
  color: var(--gold);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lead {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.section-lead {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.06rem;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--gold);
  border-radius: 7px;
  background: var(--gold);
  color: var(--deep);
  padding: 0 22px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  filter: brightness(0.96);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.button.light {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.button.dark {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  background:
    radial-gradient(circle at 75% 20%, rgba(182, 151, 99, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(23, 9, 9, 0.95) 0%, rgba(23, 9, 9, 0.84) 43%, rgba(23, 9, 9, 0.2) 78%),
    url("hero.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
  align-items: end;
  width: min(1180px, calc(100% - 48px));
  min-height: 820px;
  margin: 0 auto;
  gap: 64px;
  padding: 110px 0 88px;
}

.hero-copy {
  align-self: center;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-panel {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(31, 102, 84, 0.82);
  padding: 28px;
  box-shadow: var(--shadow);
}

.hero-panel h3 {
  color: #fff;
}

.hero-panel p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
}

.service-area {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.section-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.intro-band {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 58px;
  align-items: center;
}

.intro-photo {
  position: relative;
}

.intro-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.quote-card {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: min(330px, 70%);
  border-radius: var(--radius);
  background: var(--wine);
  color: #fff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.quote-card strong {
  color: var(--gold);
}

.pillars {
  background: var(--cream);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.pillar {
  min-height: 320px;
  background: var(--forest);
  color: #fff;
}

.pillar img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.pillar div {
  padding: 26px;
}

.pillar p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.services-preview {
  background: var(--paper);
}

.home-journal {
  background: linear-gradient(180deg, var(--cream), var(--paper));
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 46px;
}

.home-journal .section-header {
  max-width: 980px;
}

.home-journal-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.home-journal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(190, 151, 82, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--forest);
  padding: 0 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(27, 17, 14, 0.06);
}

.home-journal-link:hover {
  border-color: var(--gold);
  color: var(--deep-green);
  transform: translateY(-1px);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 28px;
  box-shadow: 0 16px 34px rgba(20, 18, 14, 0.08);
}

.service-card .price {
  color: var(--forest);
  font-weight: 700;
}

.service-card p {
  color: var(--muted);
}

.article-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.article-search-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(140px, 190px)) auto;
  align-items: end;
  gap: 12px;
  margin-top: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(20, 18, 14, 0.06);
}

.article-search-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-search-panel input,
.article-search-panel select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
}

.article-search-panel input:focus,
.article-search-panel select:focus {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.14);
}

.article-filter-clear {
  min-height: 54px;
  white-space: nowrap;
}

.article-result-count {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.article-search-empty {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 800;
}

.article-card {
  display: grid;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 34px rgba(20, 18, 14, 0.08);
}

.article-card-image {
  display: block;
  overflow: hidden;
  margin: -10px -10px 22px;
  border-radius: calc(var(--radius) - 2px);
  background: var(--cream);
}

.article-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 220ms ease;
}

.article-card-image:hover img {
  transform: scale(1.03);
}

.article-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.article-card h2 a,
.text-link {
  text-decoration: none;
}

.kicker a {
  color: inherit;
  text-decoration: none;
}

.article-card p {
  margin-top: 14px;
  color: var(--muted);
}

.article-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.article-card-details time,
.article-card-details span {
  display: inline-flex;
  align-items: center;
}

.article-card-details span::before {
  width: 4px;
  height: 4px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.article-card-meta,
.tag-links,
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.article-card-meta:empty {
  display: none;
}

.tag-links a,
.article-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--forest);
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--forest);
  font-weight: 700;
}

.home-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -18px 0 28px;
}

.home-topic-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: 0 15px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.home-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-journal-grid .article-card {
  min-height: 100%;
}

.home-journal-grid .article-card h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
}

.taxonomy-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.taxonomy-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: 0 16px;
  font-weight: 800;
  text-decoration: none;
}

.taxonomy-strip span {
  color: var(--muted);
  font-size: 0.82rem;
}

.taxonomy-heading {
  margin-top: 44px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.taxonomy-grid.tags {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.taxonomy-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 22px;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(20, 18, 14, 0.08);
}

.taxonomy-card.small {
  padding: 16px;
}

.taxonomy-card strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.taxonomy-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.article-page {
  background: var(--paper);
  padding-top: clamp(104px, 9vw, 136px);
}

.reading-progress {
  position: sticky;
  top: 76px;
  z-index: 44;
  height: 4px;
  background: rgba(197, 163, 95, 0.16);
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}

.preview-banner {
  position: sticky;
  top: 76px;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--forest);
  color: #fff;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 28px rgba(20, 18, 14, 0.18);
}

.preview-banner strong {
  margin-right: 10px;
}

.preview-banner span {
  color: rgba(255, 255, 255, 0.82);
}

.preview-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preview-banner a {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  color: #fff;
  padding: 7px 12px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.article-shell {
  max-width: 860px;
}

.article-shell h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.article-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  color: var(--forest);
  font-size: 0.92rem;
  font-weight: 800;
}

.article-meta-line span {
  position: relative;
}

.article-meta-line span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  transform: translateY(-50%);
}

.article-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.article-tools a,
.article-tools button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: 0 16px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.article-tools a:hover,
.article-tools button:hover,
.article-tools a:focus-visible,
.article-tools button:focus-visible {
  border-color: var(--gold);
  color: var(--ink);
  outline: 3px solid rgba(197, 163, 95, 0.16);
}

.article-hero-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 38px 0 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.article-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  transform: scale(1.06);
}

.article-toc {
  display: grid;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.article-toc h2 {
  margin-top: 4px;
  color: var(--forest);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
}

.article-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc li[data-level="4"] {
  padding-left: 18px;
}

.article-toc a {
  display: inline-flex;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--forest);
}

.article-body {
  margin-top: 44px;
  color: var(--ink);
  font-size: 1.08rem;
}

.article-body > * + * {
  margin-top: 20px;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin-top: 38px;
  scroll-margin-top: 110px;
}

.article-body ul {
  margin: 20px 0 0;
  padding-left: 24px;
}

.article-body blockquote {
  margin: 32px 0;
  border-left: 4px solid var(--gold);
  color: var(--forest);
  padding: 8px 0 8px 22px;
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.article-body img {
  max-width: 100%;
  border-radius: var(--radius);
}

.article-inline-image {
  margin: 34px 0;
}

.article-inline-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-tags {
  margin-top: 34px;
}

.article-service-links {
  display: grid;
  gap: 22px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}

.article-service-links h2 {
  margin-top: 4px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.article-service-links p:not(.kicker) {
  max-width: 760px;
  margin-top: 10px;
  color: var(--muted);
}

.article-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-author {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.article-author img {
  width: 104px;
  height: 104px;
  border-radius: 999px;
  object-fit: cover;
}

.article-author h2 {
  margin-top: 4px;
  color: var(--forest);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

.article-author p:not(.kicker) {
  margin-top: 8px;
  color: var(--muted);
}

.article-author .text-link {
  margin-top: 10px;
}

.article-nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.article-nav-card {
  display: grid;
  gap: 5px;
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 18px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(20, 18, 14, 0.06);
}

.article-nav-card.next {
  text-align: right;
}

.article-nav-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-nav-card strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.article-nav-card:hover,
.article-nav-card:focus-visible {
  border-color: var(--gold);
  outline: 3px solid rgba(197, 163, 95, 0.18);
}

.article-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 42px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-share h2 {
  margin-top: 4px;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

.article-share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.article-share-actions a,
.article-share-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: 0 16px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.article-share-actions a:hover,
.article-share-actions button:hover,
.article-share-actions a:focus-visible,
.article-share-actions button:focus-visible {
  border-color: var(--gold);
  color: var(--ink);
}

.journal-signup {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: 26px;
  margin: 40px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
  box-shadow: 0 18px 40px rgba(20, 18, 14, 0.08);
}

.journal-signup h2 {
  margin-top: 4px;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.journal-signup p:not(.kicker):not(.form-status) {
  margin-top: 12px;
  color: var(--muted);
}

.journal-signup-form {
  display: grid;
  gap: 12px;
}

.journal-signup-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.journal-signup-field--email {
  grid-column: span 2;
}

.journal-signup .button {
  justify-self: start;
}

.journal-signup-note {
  margin-top: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.journal-feed-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: -16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.journal-feed-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--forest);
  padding: 0 14px;
  text-decoration: none;
}

.journal-feed-links a:hover,
.journal-feed-links a:focus-visible {
  border-color: var(--gold);
  color: var(--ink);
  outline: 3px solid rgba(197, 163, 95, 0.16);
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.article-breadcrumbs a {
  color: var(--forest);
  text-decoration: none;
}

.page-breadcrumbs {
  margin-bottom: 22px;
}

.related-articles {
  margin-top: 56px;
  border-top: 1px solid var(--line);
  padding-top: 42px;
}

.related-articles h2 {
  margin-top: 6px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.article-cta {
  margin-top: 54px;
  border-radius: var(--radius);
  background: var(--forest);
  color: #fff;
  padding: 34px;
}

.article-cta p {
  margin: 14px 0 24px;
  color: rgba(255, 255, 255, 0.84);
}

.programs {
  background: var(--forest);
  color: #fff;
}

.programs .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program {
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 28px;
}

.program p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.program .price {
  margin-top: 18px;
  color: var(--gold);
  font-weight: 700;
}

.area {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 9, 9, 0.86), rgba(31, 102, 84, 0.76)),
    url("lake-map.png") center / cover no-repeat;
  color: #fff;
}

.area-card {
  width: min(780px, 100%);
  margin: 0 auto;
  border-radius: var(--radius);
  background: rgba(31, 102, 84, 0.86);
  padding: 44px;
  text-align: center;
  box-shadow: var(--shadow);
}

.area-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.area-card .market-note {
  max-width: 700px;
  margin: 18px auto 0;
  font-weight: 400;
}

.area-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  text-align: left;
}

.market-grid div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(23, 9, 9, 0.22);
  padding: 20px;
}

.market-grid strong,
.market-grid span {
  display: block;
}

.market-grid strong {
  color: var(--gold);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.1;
}

.market-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
}

.market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.market-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.market-links a:hover,
.market-links a:focus-visible {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.18);
  outline: 3px solid rgba(255, 255, 255, 0.14);
}

.service-area-hero {
  background:
    linear-gradient(120deg, rgba(251, 247, 239, 0.96), rgba(246, 239, 226, 0.92)),
    url("lake-map.png") center / cover no-repeat;
}

.service-area-hero .section-inner {
  max-width: 980px;
}

.service-area-flow {
  max-width: 1120px;
}

.service-area-region {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 38px rgba(20, 18, 14, 0.08);
}

.service-area-region + .service-area-region {
  margin-top: 22px;
}

.service-area-region img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  border-radius: calc(var(--radius) - 2px);
  object-fit: cover;
}

.service-area-region > div {
  display: grid;
  align-content: center;
  padding: 18px 12px;
}

.service-area-region h2 {
  margin-top: 4px;
}

.service-area-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.service-area-link-grid a,
.service-area-nearby a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--forest);
  padding: 0 14px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.service-area-link-grid a:hover,
.service-area-nearby a:hover {
  border-color: rgba(31, 102, 84, 0.42);
  color: var(--deep-green);
  transform: translateY(-1px);
}

.service-area-detail-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-area-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-area-highlight-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 34px rgba(20, 18, 14, 0.08);
}

.service-area-highlight-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.service-area-highlight-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-area-highlight-card li {
  padding-left: 4px;
}

.service-detail-hero img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-detail-price {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 26px;
  border: 1px solid rgba(182, 151, 99, 0.46);
  border-radius: 999px;
  background: rgba(182, 151, 99, 0.14);
  color: var(--deep-green);
  padding: 0 18px;
  font-weight: 800;
}

.service-market-links,
.service-area-service-links {
  display: grid;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 38px;
}

.service-market-links h2,
.service-area-service-links h2 {
  margin-top: 4px;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.service-area-service-links p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
}

.area-request-button {
  justify-self: start;
  margin-top: 2px;
}

.service-detail-flow {
  max-width: 1060px;
}

.service-detail-intro {
  max-width: 820px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-detail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
  box-shadow: 0 16px 34px rgba(20, 18, 14, 0.08);
}

.service-detail-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.service-detail-card ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: var(--radius);
  background: var(--forest);
  color: #fff;
  padding: 34px;
  box-shadow: 0 18px 44px rgba(31, 102, 84, 0.22);
}

.service-detail-cta .kicker,
.service-detail-cta h2,
.service-detail-cta p {
  color: #fff;
}

.service-detail-cta h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.service-detail-cta p {
  max-width: 720px;
  margin-top: 12px;
  opacity: 0.9;
}

.service-faqs {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: start;
}

.service-faqs h2 {
  margin-top: 4px;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.service-faq-list {
  display: grid;
  gap: 10px;
}

.service-faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(20, 18, 14, 0.06);
}

.service-faq-list summary {
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
}

.service-faq-list p {
  margin-top: 12px;
  color: var(--muted);
}

.faq-hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.faq-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 30px;
  align-items: start;
}

.faq-page-layout h2 {
  margin-top: 4px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.faq-page-section .service-faq-list details {
  border-color: rgba(47, 94, 107, 0.18);
}

.service-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.service-mini-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 8px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(20, 18, 14, 0.07);
}

.service-mini-card:hover {
  border-color: rgba(31, 102, 84, 0.42);
  transform: translateY(-1px);
}

.service-mini-card img {
  width: 96px;
  height: 96px;
  border-radius: calc(var(--radius) - 2px);
  object-fit: cover;
}

.service-mini-card strong,
.service-mini-card small {
  display: block;
}

.service-mini-card strong {
  color: var(--forest);
  line-height: 1.25;
}

.service-mini-card small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.split-hero {
  background: var(--paper);
}

.split-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: 58px;
}

.split-hero img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-content {
  background: var(--paper);
}

.content-flow {
  max-width: 980px;
  margin: 0 auto;
}

.content-flow > section + section {
  margin-top: 58px;
}

.content-flow p {
  margin-top: 16px;
  color: var(--muted);
}

.content-flow h2 {
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.approach-ledger {
  background: #e5eaec;
}

.approach-ledger-heading {
  max-width: 820px;
}

.approach-rule-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.approach-rule {
  min-width: 0;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.92);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(17, 21, 23, 0.08);
}

.approach-rule strong {
  display: block;
  color: #b97917;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach-rule h3 {
  margin-top: 12px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.approach-rule p {
  margin-top: 12px;
  color: var(--muted);
}

.approach-guardrail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: start;
  border-radius: 8px;
  background: linear-gradient(135deg, #254b58, #151719);
  color: #fff;
  padding: clamp(26px, 4vw, 42px);
}

.approach-guardrail h2,
.approach-guardrail .kicker {
  color: #fff;
}

.approach-guardrail p {
  color: rgba(255, 255, 255, 0.82);
}

.approach-guardrail ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.approach-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.62fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: clamp(32px, 5vw, 56px);
}

.pricing-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.pricing-factor-section {
  background: #e5eaec;
}

.pricing-factor-heading {
  max-width: 860px;
}

.pricing-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.pricing-factor-grid article {
  min-width: 0;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(17, 21, 23, 0.08);
}

.pricing-factor-grid strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: #151719;
  font-weight: 900;
}

.pricing-factor-grid h3 {
  margin-top: 14px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.pricing-factor-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.pricing-clarity .approach-guardrail {
  margin-bottom: clamp(32px, 5vw, 56px);
}

.care-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.care-rhythm-section {
  background: #e5eaec;
}

.care-rhythm-heading {
  max-width: 860px;
}

.care-rhythm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.care-rhythm-grid article {
  min-width: 0;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(17, 21, 23, 0.08);
}

.care-rhythm-grid strong {
  display: block;
  color: #b97917;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.care-rhythm-grid h3 {
  margin-top: 12px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.care-rhythm-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.care-expectations .approach-guardrail {
  margin-bottom: clamp(32px, 5vw, 56px);
}

.finish-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.finish-option-section {
  background: #e5eaec;
}

.finish-option-heading {
  max-width: 860px;
}

.finish-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.finish-option-grid article {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: 0 14px 34px rgba(17, 21, 23, 0.08);
}

.finish-option-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d4dadd;
}

.finish-option-grid article > div {
  padding: 24px;
}

.finish-option-grid strong {
  display: block;
  color: #b97917;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finish-option-grid h3 {
  margin-top: 12px;
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.finish-option-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.finish-decisions .proof-board {
  margin-top: 0;
}

.finish-actions {
  margin-top: clamp(34px, 5vw, 58px);
}

.install-process-panel ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.install-timeline-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(230, 235, 237, 0.96)),
    var(--paper);
}

.install-timeline-heading {
  max-width: 900px;
}

.install-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.install-timeline li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(17, 21, 23, 0.07);
}

.install-timeline span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1f4855;
  color: #ffd77a;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.install-timeline h3 {
  color: var(--forest);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.install-timeline p {
  margin-top: 10px;
  color: var(--muted);
}

.install-expectations .proof-board {
  margin-top: 0;
}

.install-process-actions {
  margin-top: clamp(34px, 5vw, 58px);
}

.form-section {
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(380px, 1fr);
  gap: 48px;
  align-items: start;
}

.unsubscribe-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.82fr);
  gap: 48px;
  align-items: start;
}

.unsubscribe-form {
  align-content: start;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-list div {
  border-left: 3px solid var(--gold);
  padding-left: 18px;
}

.contact-routing-panel {
  margin-top: 24px;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37, 75, 88, 0.08), rgba(241, 184, 75, 0.12)),
    #fffdf7;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(17, 21, 23, 0.07);
}

.contact-routing-panel h2 {
  margin-top: 4px;
  color: var(--forest);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.contact-routing-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.contact-routing-links a {
  min-width: 0;
  border: 1px solid rgba(47, 94, 107, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--forest);
  padding: 12px 14px;
  font-weight: 900;
  text-decoration: none;
}

.contact-routing-links a:hover {
  border-color: rgba(241, 184, 75, 0.72);
  color: #151719;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 34px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 14px;
}

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

.inquiry-context {
  border: 1px solid rgba(31, 102, 84, 0.2);
  border-radius: var(--radius);
  background: rgba(220, 229, 218, 0.45);
  color: var(--forest);
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 800;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input,
select {
  height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.14);
}

.hidden {
  display: none;
}

.form-status {
  min-height: 24px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-status[data-state="error"] {
  color: #8d2b1f;
}

.admin-body {
  background: var(--cream);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-frame {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-frame--login {
  display: block;
}

.admin-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: grid;
  align-content: start;
  gap: 22px;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 28, 28, 0.98), rgba(23, 40, 37, 0.98)),
    #172522;
  color: #eef5ee;
  padding: 24px 18px;
  scrollbar-gutter: stable;
}

.admin-brand-lockup {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.admin-brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #f1b84b;
  color: #141b18;
  font-size: 0.82rem;
  font-weight: 950;
  text-decoration: none;
  letter-spacing: 0;
}

.admin-brand-lockup strong,
.admin-brand-lockup span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-brand-lockup strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.admin-brand-lockup span {
  margin-top: 4px;
  color: rgba(238, 245, 238, 0.68);
  font-size: 0.82rem;
  font-weight: 750;
}

.admin-master-nav {
  display: grid;
  gap: 8px;
}

.admin-nav-group {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-nav-group summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  cursor: pointer;
  list-style: none;
  padding: 10px;
  color: #f8fbf8;
  font-size: 0.9rem;
  font-weight: 900;
}

.admin-nav-group summary::-webkit-details-marker {
  display: none;
}

.admin-nav-group summary::after {
  content: ">";
  color: rgba(238, 245, 238, 0.62);
  font-weight: 950;
  transform: rotate(0deg);
  transition: transform 0.16s ease;
}

.admin-nav-group[open] summary::after {
  transform: rotate(90deg);
}

.admin-nav-code {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(241, 184, 75, 0.14);
  color: #f3c366;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
}

.admin-nav-links {
  display: grid;
  gap: 2px;
  padding: 0 8px 10px 52px;
}

.admin-nav-links a {
  position: relative;
  display: block;
  border-radius: 8px;
  color: rgba(238, 245, 238, 0.68);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  padding: 8px 10px;
}

.admin-nav-group summary:hover,
.admin-nav-group summary:focus-visible,
.admin-nav-links a:hover,
.admin-nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
}

.admin-nav-links a.is-active {
  background: #fff;
  color: #172522;
  font-weight: 950;
  box-shadow: inset 4px 0 0 #f1b84b;
}

.admin-sidebar-footer {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 16px;
}

.admin-sidebar-footer a,
.admin-sidebar-footer button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #eef5ee;
  cursor: pointer;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
  text-align: left;
  text-decoration: none;
  padding: 10px 12px;
}

.admin-sidebar-footer a:hover,
.admin-sidebar-footer a:focus-visible,
.admin-sidebar-footer button:hover,
.admin-sidebar-footer button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.admin-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.admin-topbar h1 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.admin-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
}

.admin-login {
  max-width: 520px;
  margin: 10vh auto 0;
}

.login-actions {
  margin-top: 4px;
}

.login-actions .button {
  flex: 1 1 180px;
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  margin-top: 8px;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.admin-actions.stacked {
  align-items: stretch;
}

.admin-actions.stacked,
.admin-actions.stacked form {
  display: grid;
  width: 100%;
}

.save-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
}

.save-status[data-state="dirty"] {
  color: #8d2b1f;
}

.light-admin {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.button.compact {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.88rem;
}

.danger {
  border-color: #8d2b1f;
  background: #8d2b1f;
  color: #fff;
}

.admin-alert {
  border-left: 4px solid #8d2b1f;
  background: #fff2ef;
  color: #6f1f16;
  padding: 12px 14px;
}

.admin-notice {
  margin-bottom: 18px;
  border-left: 4px solid var(--forest);
  background: #edf6ef;
  color: var(--forest);
  padding: 12px 14px;
  font-weight: 700;
}

.draft-recovery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(182, 151, 99, 0.42);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: #fff8ec;
  color: var(--ink);
  padding: 14px 16px;
}

.draft-recovery[hidden] {
  display: none;
}

.draft-recovery strong,
.draft-recovery span {
  display: block;
}

.draft-recovery span {
  color: var(--muted);
  font-size: 0.9rem;
}

.draft-recovery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subscriber-note,
.subscriber-copy-card,
.subscriber-health-card,
.subscriber-sync-card,
.subscriber-source-exports {
  margin-bottom: 18px;
}

.subscriber-note h2,
.subscriber-copy-card h2,
.subscriber-health-card h2,
.subscriber-sync-card h2,
.subscriber-source-exports h2 {
  color: var(--forest);
  font-size: 1.8rem;
}

.subscriber-note p,
.subscriber-copy-card p,
.subscriber-health-card p,
.subscriber-sync-card p,
.subscriber-source-exports p {
  margin-top: 8px;
  color: var(--muted);
}

.subscriber-health-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.subscriber-health-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.subscriber-health-metric {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 14px;
}

.subscriber-health-metric strong,
.subscriber-health-metric span {
  display: block;
}

.subscriber-health-metric strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.subscriber-health-metric span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subscriber-health-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.subscriber-health-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 12px 14px;
}

.subscriber-health-list li[data-state="ready"] {
  border-color: rgba(31, 102, 84, 0.22);
  background: #edf6ef;
}

.subscriber-health-list li[data-state="review"] {
  border-color: rgba(182, 151, 99, 0.36);
  background: #f8efe2;
}

.subscriber-health-list strong {
  color: var(--ink);
}

.subscriber-health-list span {
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.subscriber-health-list p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.subscriber-health-card .admin-actions {
  margin-top: 18px;
}

.subscriber-sync-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 18px;
}

.subscriber-sync-grid div,
.subscriber-sync-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 14px;
}

.subscriber-sync-grid strong,
.subscriber-sync-grid span,
.subscriber-sync-result strong,
.subscriber-sync-result span {
  display: block;
}

.subscriber-sync-grid strong,
.subscriber-sync-result strong {
  color: var(--forest);
  font-weight: 900;
}

.subscriber-sync-grid span,
.subscriber-sync-result span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.subscriber-sync-result {
  margin-top: 12px;
}

.subscriber-sync-card .admin-actions {
  margin-top: 18px;
}

.subscriber-copy-card .admin-actions {
  margin-top: 16px;
}

.subscriber-source-exports ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.subscriber-source-exports li {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.subscriber-source-exports strong,
.subscriber-source-exports span {
  display: block;
}

.subscriber-source-exports strong {
  color: var(--forest);
}

.subscriber-source-exports span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  margin-top: 4px;
}

.source-export-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.subscriber-manage {
  margin-bottom: 18px;
}

.subscriber-import {
  margin-bottom: 18px;
}

.subscriber-manage h2,
.subscriber-import h2 {
  color: var(--forest);
  font-size: 1.8rem;
}

.subscriber-import p {
  margin-top: 8px;
  color: var(--muted);
}

.subscriber-add-form,
.subscriber-import-form {
  margin-top: 16px;
}

.subscriber-add-form .button,
.subscriber-import-form .button {
  justify-self: start;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.admin-stat {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(20, 18, 14, 0.08);
}

.admin-stat strong,
.admin-stat span {
  display: block;
}

.admin-stat strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.admin-stat span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.backup-routine,
.final-check-intro {
  margin-bottom: 18px;
}

.backup-routine h2,
.final-check-intro h2,
.backup-card h2,
.final-check-card h2 {
  color: var(--forest);
}

.backup-routine h2,
.final-check-intro h2 {
  font-size: 1.8rem;
}

.backup-routine ol {
  display: grid;
  gap: 8px;
  margin: 16px 0 10px;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 800;
}

.restore-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.restore-safety-panel {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(250, 247, 239, 0.72);
  padding: 18px;
}

.restore-safety-panel span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.restore-safety-panel ol {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.backup-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.backup-grid,
.final-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.launch-hub-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  margin-bottom: 18px;
}

.launch-hub-intro h2,
.launch-card h2 {
  color: var(--forest);
}

.launch-hub-intro h2 {
  font-size: 1.8rem;
}

.launch-hub-intro p,
.launch-card p,
.launch-next-list p {
  color: var(--muted);
}

.launch-next-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.launch-next-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 12px;
}

.launch-next-list strong {
  color: var(--ink);
  display: block;
}

.launch-next-list p {
  margin-top: 3px;
  font-size: 0.92rem;
}

.deployment-routine {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.deployment-routine-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.deployment-routine h2 {
  color: var(--forest);
  font-size: 1.8rem;
}

.deployment-routine ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: deployment-step;
}

.deployment-routine li {
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 14px;
  counter-increment: deployment-step;
}

.deployment-routine li > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-weight: 900;
}

.deployment-routine li > span::before {
  content: counter(deployment-step);
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--forest);
  color: #fff;
  font-size: 0.85rem;
}

.deployment-routine strong,
.deployment-routine code,
.deployment-routine a {
  display: block;
}

.deployment-routine strong {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.deployment-routine code {
  margin-top: 10px;
  overflow-wrap: anywhere;
  border: 1px solid rgba(31, 102, 84, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 8px 10px;
  font-weight: 800;
}

.deployment-routine a:not(.button) {
  margin-top: 10px;
  color: var(--forest);
  font-weight: 900;
}

.deployment-routine-note {
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--muted);
  font-weight: 750;
}

.deployment-routine-note strong {
  display: inline;
  color: var(--ink);
  font-size: inherit;
}

.launch-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.admin-start-section {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.section-heading-row .kicker {
  margin-bottom: 8px;
}

.section-heading-row h2 {
  font-size: 2rem;
}

.compact-sections {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.launch-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.launch-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.launch-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.launch-report-hero h2,
.launch-report-section h2 {
  color: var(--forest);
}

.launch-report-hero h2 {
  font-size: 2rem;
}

.launch-report-hero p,
.launch-report-section p,
.launch-report-card p,
.launch-report-checklist p {
  color: var(--muted);
}

.launch-report-verdict {
  display: grid;
  justify-items: center;
  gap: 4px;
  border: 1px solid rgba(31, 112, 93, 0.24);
  border-radius: var(--radius);
  background: #e9f5ed;
  padding: 22px;
  text-align: center;
}

.launch-report-verdict[data-state="needs"] {
  border-color: rgba(141, 43, 31, 0.28);
  background: #f9e8e4;
}

.launch-report-verdict span,
.launch-report-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-report-verdict strong {
  color: var(--forest);
  font-size: 3rem;
  line-height: 1;
}

.launch-report-verdict[data-state="needs"] strong {
  color: #8d2b1f;
}

.launch-report-verdict small {
  color: var(--muted);
  font-weight: 800;
}

.launch-report-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.launch-report-card {
  display: grid;
  gap: 8px;
}

.launch-report-card strong {
  color: var(--forest);
  font-size: 2.1rem;
  line-height: 1;
}

.launch-report-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.launch-report-section {
  display: grid;
  align-content: start;
  gap: 14px;
}

.launch-report-wide {
  grid-column: 1 / -1;
}

.launch-report-list,
.launch-report-checklist {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.launch-report-list li,
.launch-report-checklist li {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfaf7;
  padding: 12px;
}

.launch-report-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.launch-report-list strong,
.launch-report-checklist strong {
  color: var(--ink);
}

.launch-report-list span {
  color: var(--forest);
  font-weight: 900;
  text-align: right;
}

.launch-report-checklist li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.launch-report-checklist a {
  color: var(--forest);
  font-weight: 900;
}

.email-workflow-list li {
  grid-template-columns: minmax(0, 1fr) auto;
}

.email-workflow-list li p {
  grid-column: 1 / -1;
}

.email-workflow-list li span {
  color: var(--muted);
  font-weight: 900;
}

.email-workflow-list li .button {
  justify-self: start;
}

.route-map-intro {
  margin-bottom: 18px;
}

.route-map-intro p,
.route-group-card p {
  color: var(--muted);
}

.route-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.route-group-card {
  display: grid;
  align-content: start;
  gap: 18px;
}

.route-group-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.route-group-head h2 {
  margin: 0;
}

.route-group-head span {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 36px;
  border-radius: 999px;
  background: var(--moss);
  color: var(--forest);
  font-weight: 900;
}

.route-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 10px;
}

.route-list a {
  color: var(--forest);
  font-weight: 900;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.route-map-empty {
  grid-template-columns: 1fr;
  color: var(--muted);
  font-weight: 800;
}

.audit-overview,
.audit-table-card,
.audit-issue-section {
  margin-bottom: 18px;
}

.audit-overview h2,
.audit-table-card h2,
.audit-issue-section h2 {
  color: var(--forest);
  font-size: 1.8rem;
}

.audit-issue-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.audit-issue-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(182, 151, 99, 0.4);
  border-radius: 999px;
  background: #fbfaf7;
  padding: 9px 13px;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.audit-issue-chip:hover {
  border-color: var(--forest);
  background: #f5efe2;
}

.audit-issue-chip strong {
  color: var(--forest);
}

.audit-section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.audit-section-head span {
  color: var(--muted);
  font-weight: 900;
}

.audit-table th,
.audit-table td {
  vertical-align: top;
}

.audit-score {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
}

.audit-missing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.audit-missing-list span {
  border-radius: 999px;
  background: #fff2ef;
  color: #8d2b1f;
  padding: 5px 9px;
  font-size: 0.8rem;
  font-weight: 900;
}

.audit-missing-list span[data-state="ready"] {
  background: #e9f5ed;
  color: var(--forest);
}

.audit-detail-list {
  display: grid;
  gap: 5px;
  min-width: 118px;
}

.audit-detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.audit-detail-list dt {
  color: var(--muted);
  font-weight: 800;
}

.audit-detail-list dd {
  color: var(--ink);
  font-weight: 900;
}

.audit-issue-sections {
  display: grid;
  gap: 18px;
}

.audit-mini-list {
  display: grid;
  gap: 10px;
}

.audit-mini-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 12px 14px;
  color: var(--ink);
  text-decoration: none;
}

.audit-mini-row:hover {
  border-color: rgba(31, 112, 89, 0.42);
  background: #fff;
}

.audit-mini-row strong,
.audit-mini-row small {
  display: block;
}

.audit-mini-row small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.audit-mini-row em {
  color: var(--forest);
  font-style: normal;
  font-weight: 900;
}

.backup-card,
.final-check-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.backup-card p,
.final-check-card p,
.final-check-intro p {
  color: var(--muted);
}

.backup-card .button,
.final-check-card .button {
  justify-self: start;
}

.backup-card-detail {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-check-card {
  border-left-width: 5px;
}

.final-check-card[data-state="ready"] {
  border-left-color: var(--forest);
}

.final-check-card[data-state="needs"] {
  border-left-color: #8d2b1f;
}

.final-check-card[data-state="manual"] {
  border-left-color: var(--gold);
}

.final-check-card[data-local-check="done"] {
  background: #f7fbf8;
}

.final-check-card[data-state="planned"] {
  border-left-color: #7f8f8a;
}

.final-check-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.final-check-card-head h2 {
  font-size: 1.55rem;
}

.launch-check-progress {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  padding: 9px 14px;
  color: var(--forest);
  font-weight: 900;
}

.launch-check-progress[data-state="done"] {
  border-color: rgba(31, 112, 93, 0.34);
  background: #e9f5ed;
}

.launch-check-toggle {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  padding: 13px 14px;
  cursor: pointer;
}

.final-check-card[data-local-check="done"] .launch-check-toggle {
  border-color: rgba(31, 112, 93, 0.34);
  background: #e9f5ed;
}

.launch-check-toggle input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--forest);
}

.launch-check-toggle strong,
.launch-check-status {
  display: block;
}

.launch-check-toggle strong {
  color: var(--ink);
}

.launch-check-status {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.final-check-card[data-local-check="done"] .launch-check-status {
  color: var(--forest);
}

.publishing-focus {
  margin-bottom: 18px;
}

.publishing-focus-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.publishing-focus h2,
.focus-panel h3 {
  color: var(--forest);
}

.publishing-focus h2 {
  font-size: 1.8rem;
}

.publishing-score {
  min-width: 118px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  text-align: center;
  background: #faf7f0;
}

.publishing-score strong,
.publishing-score span {
  display: block;
}

.publishing-score strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.publishing-score span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.publishing-focus-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1.1fr) minmax(220px, 0.85fr);
  gap: 16px;
}

.focus-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
}

.focus-panel h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.focus-list {
  display: grid;
  gap: 8px;
  list-style: none;
}

.focus-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #f5efe2;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.focus-list button:hover {
  background: #eadfc9;
}

.focus-list strong {
  color: var(--forest);
}

.quality-list {
  display: grid;
  gap: 8px;
  list-style: none;
}

.quality-list button {
  align-items: center;
  background: #fbfaf7;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 800;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
  width: 100%;
}

.quality-list button:hover {
  border-color: rgba(31, 112, 89, 0.42);
  box-shadow: 0 8px 18px rgba(20, 18, 14, 0.08);
}

.quality-list button[data-urgent="true"] {
  background: #fff6f1;
  border-color: rgba(141, 43, 31, 0.28);
}

.quality-list strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.priority-list {
  display: grid;
  gap: 10px;
}

.priority-article {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
}

.priority-article:hover {
  border-color: rgba(31, 112, 89, 0.42);
  box-shadow: 0 10px 22px rgba(20, 18, 14, 0.08);
}

.priority-article strong,
.priority-article small,
.priority-article em {
  display: block;
}

.priority-article strong {
  line-height: 1.2;
}

.priority-article small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.priority-article em {
  color: #8d2b1f;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 800;
}

.admin-filter-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(135px, 190px)) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
}

.admin-filter-card input,
.admin-filter-card select {
  min-height: 44px;
}

.filter-result-count {
  grid-column: 1 / -1;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.filter-reset-button {
  min-height: 44px;
  white-space: nowrap;
}

.table-card {
  overflow-x: auto;
  padding: 0;
}

.admin-table-wrap {
  overflow-x: auto;
}

.bulk-actions {
  display: grid;
  grid-template-columns: auto auto minmax(190px, 260px) auto;
  align-items: end;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 14px;
  background: #fbfaf7;
}

.bulk-actions label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.bulk-actions select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  font-weight: 800;
}

.bulk-actions p {
  margin: 0;
  color: var(--forest);
  font-weight: 900;
}

.bulk-select-all {
  display: inline-flex !important;
  grid-auto-flow: column;
  align-items: center;
  gap: 8px !important;
  align-self: center;
  color: var(--ink) !important;
}

.bulk-select-all input,
.select-cell input {
  width: 18px;
  height: 18px;
  accent-color: var(--forest);
}

.select-cell {
  width: 58px;
}

.admin-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 1.25rem;
}

.admin-stat em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.os-command-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.24fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, rgba(49, 95, 111, 0.08), rgba(241, 184, 75, 0.12)),
    #fff;
}

.os-command-card h2,
.os-section-heading h2,
.os-training-card h2 {
  color: var(--forest);
}

.os-command-card h2 {
  max-width: 820px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.os-command-card p:not(.kicker) {
  margin-top: 10px;
  color: var(--muted);
}

.os-command-rail {
  display: grid;
  place-content: center;
  min-height: 140px;
  border: 1px solid rgba(49, 95, 111, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.os-command-rail strong,
.os-command-rail span {
  display: block;
}

.os-command-rail strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.os-command-rail span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-metrics {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.os-workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  margin-bottom: 18px;
}

.os-focus-list,
.os-stage-card ul,
.os-curriculum-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.os-focus-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 14px;
}

.os-focus-list strong,
.os-focus-list span,
.os-focus-list p {
  display: block;
}

.os-focus-list span {
  margin-top: 4px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-focus-list p {
  margin: 8px 0 0;
  color: var(--muted);
}

.os-board-card,
.os-table-card {
  margin-bottom: 18px;
}

.os-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.os-stage-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.os-stage-strip--wide {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.os-stage-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(250, 247, 239, 0.86), rgba(255, 255, 255, 0.96));
  padding: 14px;
}

.os-stage-card header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.os-stage-card header span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-weight: 900;
}

.os-stage-card header strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.os-stage-card li {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.os-stage-card li strong,
.os-stage-card li span,
.os-stage-card li p {
  display: block;
}

.os-stage-card li span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.os-stage-card li p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.os-empty-stage {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.os-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(49, 95, 111, 0.22);
  border-radius: 999px;
  background: rgba(49, 95, 111, 0.08);
  color: var(--forest);
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-table td:first-child strong {
  display: block;
}

.os-people-grid,
.os-quality-grid,
.os-estimate-grid,
.os-money-grid,
.os-schedule-grid,
.os-marketing-grid,
.os-equipment-grid,
.os-care-grid,
.os-vendor-grid,
.os-proof-grid,
.os-hr-grid,
.os-time-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.os-person-card,
.os-quality-card,
.os-estimate-card,
.os-schedule-card,
.os-marketing-card,
.os-equipment-card,
.os-care-card,
.os-vendor-card,
.os-proof-card,
.os-hr-card,
.os-time-card {
  display: grid;
  gap: 14px;
}

.os-person-card-header,
.os-quality-card-header,
.os-estimate-card-header,
.os-schedule-card-header,
.os-marketing-card-header,
.os-equipment-card-header,
.os-care-card-header,
.os-vendor-card-header,
.os-proof-card-header,
.os-hr-card-header,
.os-time-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.os-person-card-header h2,
.os-quality-card-header h2,
.os-estimate-card-header h2,
.os-schedule-card-header h2,
.os-marketing-card-header h2,
.os-equipment-card-header h2,
.os-care-card-header h2,
.os-vendor-card-header h2,
.os-proof-card-header h2,
.os-hr-card-header h2,
.os-time-card-header h2 {
  margin-top: 8px;
  color: var(--forest);
  font-size: 1.5rem;
}

.os-person-card-header > strong,
.os-quality-card-header > strong,
.os-estimate-card-header > strong,
.os-schedule-card-header > strong,
.os-marketing-card-header > strong,
.os-equipment-card-header > strong,
.os-care-card-header > strong,
.os-vendor-card-header > strong,
.os-proof-card-header > strong,
.os-hr-card-header > strong,
.os-time-card-header > strong {
  max-width: 240px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.os-quality-card > p,
.os-estimate-card > p,
.os-marketing-card > p,
.os-care-card > p,
.os-proof-card > p,
.os-hr-card > p,
.os-time-card > p,
.os-muted {
  color: var(--muted);
}

.os-card-subsection {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.os-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.os-pill-list li {
  border: 1px solid rgba(49, 95, 111, 0.18);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--forest);
  padding: 8px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.os-focus-list--columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.os-money-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.os-money-card {
  display: grid;
  gap: 8px;
}

.os-money-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-money-card strong {
  color: var(--forest);
  font-family: "Crimson Text", Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.os-money-card p {
  color: var(--muted);
}

.os-training-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.os-training-card {
  display: grid;
  gap: 12px;
}

.os-training-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.os-training-card-header > strong {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-training-card p {
  color: var(--muted);
}

.os-training-meter {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.os-training-meter span {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  color: var(--ink);
  padding: 10px;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.os-curriculum-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 16px;
}

.os-curriculum-list strong,
.os-curriculum-list span,
.os-curriculum-list p {
  display: block;
}

.os-curriculum-list span {
  margin-top: 5px;
  color: var(--forest);
  font-size: 0.84rem;
  font-weight: 900;
}

.os-curriculum-list p {
  margin-top: 8px;
  color: var(--muted);
}

.os-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 0.28fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 18px;
  background:
    linear-gradient(135deg, rgba(49, 95, 111, 0.07), rgba(250, 247, 239, 0.94)),
    #fff;
}

.os-detail-hero h2,
.os-detail-grid h2,
.os-checklist-card h2 {
  color: var(--forest);
}

.os-detail-hero h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
}

.os-detail-hero p:not(.kicker) {
  margin-top: 10px;
  color: var(--muted);
}

.os-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.os-field-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.os-field-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.32fr) minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.os-field-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.os-field-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.os-detail-grid .admin-actions {
  margin-top: 18px;
}

.os-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.os-checklist-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
  padding: 16px;
}

.os-checklist-panel h3 {
  color: var(--forest);
  font-size: 1.35rem;
}

.os-checklist-panel ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 800;
}

.os-finish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.os-finish-card {
  display: grid;
  gap: 14px;
}

.os-finish-card-header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.os-finish-card-header h2 {
  margin-top: 8px;
  color: var(--forest);
}

.os-finish-swatch {
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(20, 18, 14, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #6f7777, #d8d7d2);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.28);
}

.os-finish-card > p {
  color: var(--muted);
}

.os-table tr[data-inventory-state="reorder"] td {
  background: rgba(141, 43, 31, 0.045);
}

.os-table tr[data-inventory-state="reorder"] .os-status-chip {
  border-color: rgba(141, 43, 31, 0.28);
  background: rgba(141, 43, 31, 0.08);
  color: #8d2b1f;
}

.os-table tr[data-money-type="expense"] td {
  background: rgba(141, 43, 31, 0.035);
}

.os-table tr[data-money-type="expense"] .os-status-chip {
  border-color: rgba(141, 43, 31, 0.22);
  background: rgba(141, 43, 31, 0.08);
  color: #8d2b1f;
}

.article-filter-empty {
  padding: 0 18px 18px;
}

.admin-title-link {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.admin-title-link:hover {
  color: var(--forest);
}

.admin-slug {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
}

.readiness-line {
  display: block;
  margin-top: 7px;
  color: #8d2b1f;
  font-size: 0.82rem;
  font-weight: 800;
}

.readiness-line[data-state="ready"] {
  color: var(--forest);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-pill.published {
  background: #e9f5ed;
  color: var(--forest);
}

.status-pill.draft {
  background: #f5efe2;
  color: #805f22;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.table-actions form {
  margin: 0;
}

.editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  align-items: start;
  gap: 18px;
}

.editor-main,
.editor-sidebar {
  min-width: 0;
}

.editor-main-form {
  margin: 0;
}

.editor-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 20px;
}

.article-template-panel {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.article-template-panel h3 {
  color: var(--forest);
  font-size: 1.35rem;
}

.article-template-panel p {
  color: var(--muted);
  font-size: 0.92rem;
}

.article-template-list {
  display: grid;
  gap: 8px;
}

.article-template-button {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  color: var(--ink);
  padding: 12px 14px;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.article-template-button:hover,
.article-template-button:focus-visible {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.12);
}

.article-template-button strong {
  color: var(--forest);
  font-size: 0.95rem;
}

.article-template-button span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.field-group + .field-group {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.field-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.field-group .field-group-heading h2 {
  margin-bottom: 0;
}

.field-group h2,
.publish-panel h2 {
  margin-bottom: 16px;
  color: var(--forest);
  font-size: 1.8rem;
}

.body-editor-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.body-editor-head label {
  margin: 0;
}

.body-view-tabs {
  display: inline-flex;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf7;
  padding: 3px;
}

.body-view-tab {
  min-width: 84px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.body-view-tab.active {
  background: var(--forest);
  color: #fff;
}

.body-view-panel[hidden] {
  display: none;
}

.markdown-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.markdown-toolbar button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 0 13px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.markdown-toolbar button:hover,
.markdown-toolbar button:focus-visible {
  border-color: var(--forest);
  color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.12);
}

.markdown-toolbar-note {
  margin-top: 8px;
  font-size: 0.86rem;
}

.article-link-picker {
  margin: 12px 0 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 12px 14px;
}

.article-link-picker summary {
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
}

.article-link-search {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.article-link-search input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.article-link-search input:focus {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.12);
}

.article-link-picker .filter-result-count {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.article-link-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.article-link-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.article-link-choice strong,
.article-link-choice small,
.article-link-choice em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.article-link-choice strong {
  color: var(--ink);
}

.article-link-choice small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.article-link-choice em {
  margin-top: 3px;
  color: var(--forest);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.markdown-editor {
  min-height: 430px;
}

.markdown-preview {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 28px;
}

.markdown-preview > *:first-child {
  margin-top: 0;
}

.admin-url-preview {
  margin-top: -6px;
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 700;
}

.field-helper {
  display: block;
  min-height: 22px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.field-helper[data-state="good"] {
  color: var(--forest);
}

.field-helper[data-state="long"] {
  color: #8d2b1f;
}

.featured-image-preview {
  display: grid;
  margin: 14px 0 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
}

.featured-image-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.featured-image-empty {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 18px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.search-preview {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 18px;
}

.search-preview p {
  color: var(--muted);
}

.search-preview .search-title {
  color: #1a0dab;
  font-size: 1.1rem;
  font-weight: 700;
}

.search-preview .search-url {
  margin: 4px 0 8px;
  color: var(--forest);
  font-size: 0.86rem;
}

.publish-panel {
  display: grid;
  gap: 14px;
}

.editor-summary {
  display: grid;
  gap: 14px;
  margin: 0;
}

.editor-summary div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.editor-summary dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.editor-summary dd {
  margin: 4px 0 0;
  color: var(--ink);
  overflow-wrap: anywhere;
  font-weight: 700;
}

.editor-summary a {
  color: var(--forest);
  text-decoration: none;
}

.publish-checklist {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.publish-checklist h3 {
  color: var(--forest);
  font-size: 1.35rem;
}

.publish-checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.publish-checklist[data-state="ready"] p {
  color: var(--forest);
}

.publish-checklist ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.publish-checklist li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fbfaf7;
  color: var(--muted);
  padding: 0 12px 0 34px;
  font-size: 0.84rem;
  font-weight: 900;
}

.publish-checklist li::before {
  position: absolute;
  left: 12px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.publish-checklist li[data-state="ready"] {
  border-color: rgba(31, 102, 84, 0.28);
  background: #e9f5ed;
  color: var(--forest);
}

.publish-checklist li[data-state="ready"]::before {
  background: currentColor;
}

.publish-checklist button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.publish-checklist li:hover {
  border-color: rgba(31, 112, 89, 0.34);
  background: #f5efe2;
}

.import-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.import-card h2,
.import-result h2 {
  color: var(--forest);
  font-size: 2rem;
}

.import-card p {
  margin: 10px 0 18px;
  color: var(--muted);
}

.import-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 20px;
}

.import-list li {
  color: var(--ink);
  font-weight: 700;
}

.json-import {
  min-height: 460px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.5;
}

.import-result {
  margin-bottom: 18px;
}

.import-result h3 {
  margin-top: 22px;
  color: var(--forest);
  font-size: 1.4rem;
}

.import-result ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.import-result li span {
  color: var(--muted);
}

.compact-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 0;
}

.image-library-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.image-library-layout .full-span {
  grid-column: 1 / -1;
}

.image-upload-card h2,
.image-upload-result h2,
.image-library-layout h2 {
  color: var(--forest);
  font-size: 2rem;
}

.image-upload-card p,
.image-library-layout .admin-muted,
.image-upload-result p {
  margin: 10px 0 18px;
  color: var(--muted);
}

.admin-empty {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.storage-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 10px 0 2px;
  border: 1px solid #dfc58a;
  border-radius: 999px;
  background: #fff8e8;
  color: #775516;
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.image-upload-result {
  margin-bottom: 18px;
}

.uploaded-result-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.image-batch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.uploaded-result-card {
  display: grid;
  gap: 12px;
}

.uploaded-result-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--forest);
}

.uploaded-result-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  object-fit: cover;
}

.copy-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.button.wide {
  width: 100%;
}

.image-picker {
  display: grid;
  gap: 12px;
  margin: 12px 0 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  padding: 14px;
}

.image-picker-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.image-picker-top strong {
  color: var(--ink);
}

.image-picker-top a,
.admin-muted a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

.image-quick-actions {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
  border: 1px solid rgba(182, 151, 99, 0.32);
  border-radius: var(--radius);
  background: #fffaf1;
  padding: 14px;
}

.image-quick-actions h3 {
  color: var(--forest);
  font-size: 1.1rem;
}

.image-quick-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.image-quick-actions .admin-actions {
  margin-top: 4px;
}

.image-search {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 7px;
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.image-search label {
  display: grid;
  gap: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.image-search input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  padding: 0 14px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.image-search input:focus {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.12);
}

.image-search .filter-result-count {
  grid-column: 1 / -1;
  text-transform: none;
  letter-spacing: 0;
}

.image-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.image-choice-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-choice {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: start;
  min-height: 114px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(20, 18, 14, 0.06);
}

.image-choice.compact {
  grid-template-columns: 1fr;
  min-height: 0;
  cursor: default;
}

.image-choice:hover,
.image-choice.selected {
  border-color: var(--forest);
  outline: 3px solid rgba(31, 102, 84, 0.12);
}

.image-choice-static {
  cursor: default;
}

.image-choice-static:hover {
  border-color: var(--line);
  outline: none;
}

.uploaded-image-choice {
  grid-template-columns: 156px minmax(0, 1fr);
  min-height: 0;
}

.image-choice img {
  width: 100%;
  height: 114px;
  min-height: 114px;
  object-fit: cover;
}

.image-choice.uploaded-image-choice img {
  align-self: start;
  width: calc(100% - 12px);
  height: auto;
  min-height: 0;
  margin: 12px 0 12px 12px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}

.image-choice.compact img {
  aspect-ratio: 4 / 3;
  height: auto;
  min-height: 0;
}

.image-choice > span {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 12px;
}

.image-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.image-choice.compact .image-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-choice.compact .image-card-actions .button {
  min-width: 0;
  padding-right: 8px;
  padding-left: 8px;
}

.image-card-actions form {
  margin: 0;
}

.image-choice strong,
.image-choice small,
.image-choice em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.image-choice strong {
  color: var(--forest);
}

.image-choice small {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.image-choice em {
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}

.image-choice .image-usage-note {
  color: var(--forest);
}

.site-footer {
  background: var(--forest);
  color: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  min-height: 132px;
  margin: 0 auto;
  gap: 28px;
}

.footer-logo {
  width: 58px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.footer-nav a {
  text-decoration: none;
}

.footer-nav .admin-footer-link {
  color: rgba(255, 255, 255, 0.58);
}

.footer-nav .admin-footer-link:hover {
  color: #fff;
}

.thanks {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 208px);
  padding: 80px 0;
  background:
    linear-gradient(90deg, rgba(20, 24, 26, 0.9), rgba(47, 94, 107, 0.74)),
    url("epoxy-hero.png") center / cover no-repeat;
  color: #fff;
}

.thanks-card {
  width: min(820px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(20, 24, 26, 0.82);
  padding: 44px;
  text-align: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.thanks-card p {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.84);
}

.thanks-card .button {
  margin-top: 28px;
}

.thanks-card--expanded {
  display: grid;
  gap: 18px;
  text-align: left;
}

.thanks-card--expanded .kicker,
.thanks-card--expanded p,
.thanks-card--expanded .button {
  margin-top: 0;
}

.thanks-card--expanded h1 {
  max-width: 700px;
}

.thanks-card--expanded > p {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.7;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.thanks-actions .button.outline {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

.thanks-next {
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 26px;
}

.thanks-next h2 {
  margin: 0;
  color: #fff;
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

.thanks-step-list {
  counter-reset: thanks-step;
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.thanks-step-list li {
  counter-increment: thanks-step;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.thanks-step-list li::before {
  content: counter(thanks-step);
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 201, 88, 0.72);
  border-radius: 50%;
  background: rgba(255, 201, 88, 0.12);
  color: #ffc958;
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 800;
}

.thanks-step-list strong {
  display: block;
  color: #fff;
}

.thanks-step-list span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--deep);
    padding: 22px 24px 34px;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 14px 0;
  }

  .hero-inner,
  .intro-grid,
  .split-hero .section-inner,
  .contact-grid,
  .approach-guardrail,
  .approach-actions,
  .unsubscribe-shell,
  .faq-page-layout,
  .service-faqs {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    align-self: start;
  }

  .pillar-grid,
  .approach-rule-grid,
  .pricing-factor-grid,
  .care-rhythm-grid,
  .finish-option-grid,
  .install-timeline,
  .service-grid,
  .program-grid,
  .market-grid,
  .service-area-region,
  .service-area-detail-grid,
  .service-detail-grid,
  .service-mini-grid,
  .admin-metrics,
  .admin-filter-card,
  .backup-grid,
  .final-check-grid,
  .deployment-routine ol,
  .launch-hub-grid,
  .launch-report-grid,
  .launch-report-sections,
  .restore-safety-grid,
  .route-map-grid,
  .publishing-focus-grid,
  .home-journal-grid,
  .related-grid,
  .taxonomy-grid,
  .taxonomy-grid.tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editor-layout {
    grid-template-columns: 1fr;
  }

  .service-detail-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .import-layout {
    grid-template-columns: 1fr;
  }

  .image-library-layout,
  .image-choice-grid,
  .image-choice-grid.compact {
    grid-template-columns: 1fr;
  }

  .launch-hub-intro,
  .launch-report-hero {
    grid-template-columns: 1fr;
  }

  .article-share {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-share-actions {
    justify-content: flex-start;
  }

  .preview-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 24px;
  }

  .draft-recovery {
    align-items: flex-start;
    flex-direction: column;
  }

  .audit-table-card {
    overflow-x: auto;
  }

  .journal-signup,
  .journal-signup-fields,
  .article-search-panel,
  .bulk-actions,
  .article-author,
  .article-toc,
  .article-service-grid,
  .article-nav-links {
    grid-template-columns: 1fr;
  }

  .journal-signup-field--email {
    grid-column: auto;
  }

  .article-author img {
    width: 88px;
    height: 88px;
  }

  .article-nav-card.next {
    text-align: left;
  }

  .editor-sidebar {
    position: static;
  }

  .admin-frame {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .admin-master-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-shell {
    padding: 36px 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .header-inner,
  .hero-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 30px, 1180px);
  }

  .brand span:last-child {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(23, 9, 9, 0.9), rgba(23, 9, 9, 0.66)),
      url("hero.jpg") center / cover no-repeat;
  }

  .hero-inner {
    padding: 78px 0 64px;
  }

  .section {
    padding: 66px 0;
  }

  .section-header {
    display: block;
  }

  .section-header .button {
    margin-top: 24px;
  }

  .pillar-grid,
  .service-grid,
  .program-grid,
  .market-grid,
  .service-area-region,
  .service-area-detail-grid,
  .service-detail-grid,
  .service-mini-grid,
  .form-grid.two,
  .admin-grid,
  .admin-metrics,
  .admin-filter-card,
  .backup-grid,
  .final-check-grid,
  .deployment-routine ol,
  .launch-hub-grid,
  .launch-hub-intro,
  .launch-report-grid,
  .launch-report-hero,
  .launch-report-sections,
  .restore-safety-grid,
  .route-map-grid,
  .publishing-focus-grid,
  .home-journal-grid,
  .related-grid,
  .taxonomy-grid,
  .taxonomy-grid.tags {
    grid-template-columns: 1fr;
  }

  .publishing-focus-head {
    display: grid;
  }

  .publishing-score {
    justify-self: start;
  }

  .admin-topbar {
    display: grid;
    align-items: start;
  }

  .admin-master-nav {
    grid-template-columns: 1fr;
  }

  .admin-brand-lockup {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .admin-brand-mark {
    width: 46px;
    height: 46px;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .deployment-routine-head {
    display: grid;
  }

  .audit-section-head,
  .audit-mini-row,
  .launch-next-list li,
  .launch-report-list li,
  .launch-report-checklist li {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .body-editor-head {
    align-items: start;
    flex-direction: column;
  }

  .copy-field,
  .image-search,
  .article-link-choice,
  .image-choice {
    grid-template-columns: 1fr;
  }

  .subscriber-source-exports li {
    align-items: flex-start;
    flex-direction: column;
  }

  .subscriber-health-heading,
  .subscriber-health-list li {
    grid-template-columns: 1fr;
  }

  .subscriber-health-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-export-actions {
    justify-content: flex-start;
  }

  .quote-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .area-card,
  .service-area-highlight-card,
  .service-detail-card,
  .service-detail-cta,
  .panel,
  .thanks-card {
    padding: 26px;
  }

  .thanks {
    padding: 54px 0;
  }

  .thanks-step-list li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
  }

  .thanks-step-list li::before {
    width: 32px;
    height: 32px;
  }

  .service-area-region {
    padding: 12px;
  }

  .service-area-region img {
    min-height: 210px;
    aspect-ratio: 16 / 9;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media print {
  body.admin-body {
    background: #fff;
  }

  .admin-shell {
    width: 100%;
    padding: 0;
  }

  .launch-report-nav .admin-actions {
    display: none !important;
  }

  .admin-card,
  .launch-report-card,
  .launch-report-verdict {
    border-color: #d9d4c9;
    box-shadow: none;
  }

  .launch-report-grid,
  .launch-report-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-report-section,
  .launch-report-card,
  .launch-report-hero {
    break-inside: avoid;
  }
}

/* Final public-theme overrides after inherited admin/content-engine styles */
:root {
  --ink: #171b1e;
  --forest: #315f6f;
  --deep-green: #254b58;
  --deep: #121416;
  --wine: #2f261c;
  --moss: #d7dde0;
  --cream: #f3f1eb;
  --paper: #fffdf7;
  --gold: #f1b84b;
  --muted: #637079;
  --line: rgba(23, 27, 30, 0.15);
  --shadow: 0 22px 64px rgba(13, 17, 20, 0.18);
  --radius: 7px;
}

body:not(.admin-body) {
  background:
    linear-gradient(90deg, rgba(49, 95, 111, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(241, 184, 75, 0.04) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--cream);
  color: var(--ink);
  font-family: "Archivo", "Arial Narrow", system-ui, sans-serif;
}

body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3,
body:not(.admin-body) h4,
body:not(.admin-body) .brand,
body:not(.admin-body) .kicker {
  font-family: "Fraunces", Georgia, serif;
}

body:not(.admin-body) .site-header {
  background: rgba(18, 20, 22, 0.97);
  border-bottom: 1px solid rgba(241, 184, 75, 0.28);
}

body:not(.admin-body) .header-inner {
  min-height: 72px;
}

body:not(.admin-body) .brand {
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
}

body:not(.admin-body) .brand-logo,
body:not(.admin-body) .footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

body:not(.admin-body) .brand-mark {
  border-radius: 8px;
  border-color: rgba(241, 184, 75, 0.5);
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
}

body:not(.admin-body) .site-nav {
  gap: 22px;
  font-family: "Archivo", system-ui, sans-serif;
}

body:not(.admin-body) .hero {
  min-height: min(760px, calc(100vh - 72px));
  background:
    linear-gradient(90deg, rgba(18, 20, 22, 0.96) 0%, rgba(18, 20, 22, 0.82) 42%, rgba(18, 20, 22, 0.2) 78%),
    url("epoxy-hero.png") center / cover no-repeat;
}

body:not(.admin-body) .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg, var(--gold), #7da3ad, #d86133);
}

body:not(.admin-body) .hero-inner {
  min-height: min(760px, calc(100vh - 72px));
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.48fr);
  padding: 94px 0 78px;
}

body:not(.admin-body) .hero-panel {
  border-radius: 7px;
  background: rgba(20, 24, 26, 0.78);
  backdrop-filter: blur(14px);
}

body:not(.admin-body) .button,
body:not(.admin-body) button.button {
  border-color: #dba13a;
  background: linear-gradient(180deg, #ffc958, #e4a73b);
  color: #151719;
}

body:not(.admin-body) .button.dark {
  border-color: #2f5e6b;
  background: linear-gradient(180deg, #376f80, #254b58);
  color: #fff;
}

body:not(.admin-body) .intro-grid,
body:not(.admin-body) .process-grid,
body:not(.admin-body) .contact-grid,
body:not(.admin-body) .split-hero .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

body:not(.admin-body) .pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body:not(.admin-body) .service-grid,
body:not(.admin-body) .gallery-grid,
body:not(.admin-body) .market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body:not(.admin-body) .pillar,
body:not(.admin-body) .service-card,
body:not(.admin-body) .gallery-grid figure,
body:not(.admin-body) .panel,
body:not(.admin-body) .contact-list,
body:not(.admin-body) .journal-signup,
body:not(.admin-body) .article-search-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(17, 21, 23, 0.08);
}

body:not(.admin-body) .intro-photo img,
body:not(.admin-body) .split-hero img,
body:not(.admin-body) .pillar img,
body:not(.admin-body) .gallery-grid img,
body:not(.admin-body) .article-author img,
body:not(.admin-body) .article-hero-image {
  width: 100%;
  object-fit: cover;
  background: #d4dadd;
}

body:not(.admin-body) .intro-photo img,
body:not(.admin-body) .split-hero img {
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

body:not(.admin-body) .pillar img,
body:not(.admin-body) .gallery-grid img {
  aspect-ratio: 4 / 3;
}

body:not(.admin-body) .process-band {
  background: #dfe4e6;
}

body:not(.admin-body) .process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.admin-body) .process-list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-left: 5px solid var(--gold);
  border-radius: 7px;
  background: #fff;
}

body:not(.admin-body) .area {
  background: #20282c;
  color: #fff;
}

body:not(.admin-body) .area-card,
body:not(.admin-body) .article-cta {
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(31, 41, 46, 0.96), rgba(25, 30, 33, 0.96));
}

body:not(.admin-body) .site-footer {
  background: #121416;
}

@media (max-width: 980px) {
  body:not(.admin-body) .hero-inner,
  body:not(.admin-body) .intro-grid,
  body:not(.admin-body) .process-grid,
  body:not(.admin-body) .contact-grid,
  body:not(.admin-body) .split-hero .section-inner {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .pillar-grid,
  body:not(.admin-body) .approach-rule-grid,
  body:not(.admin-body) .pricing-factor-grid,
  body:not(.admin-body) .care-rhythm-grid,
  body:not(.admin-body) .finish-option-grid,
  body:not(.admin-body) .service-grid,
  body:not(.admin-body) .gallery-grid,
  body:not(.admin-body) .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body:not(.admin-body) .pillar-grid,
  body:not(.admin-body) .approach-rule-grid,
  body:not(.admin-body) .pricing-factor-grid,
  body:not(.admin-body) .care-rhythm-grid,
  body:not(.admin-body) .finish-option-grid,
  body:not(.admin-body) .service-grid,
  body:not(.admin-body) .gallery-grid,
  body:not(.admin-body) .market-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .process-list li {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .contact-routing-links {
    grid-template-columns: 1fr;
  }
}

body:not(.admin-body) .proof-board {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) repeat(3, minmax(0, 0.86fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(23, 27, 30, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(241, 184, 75, 0.42), rgba(216, 97, 51, 0.28)),
    var(--line);
  box-shadow: 0 24px 58px rgba(17, 21, 23, 0.12);
}

body:not(.admin-body) .proof-board-heading,
body:not(.admin-body) .proof-column {
  min-width: 0;
  background: rgba(255, 253, 247, 0.96);
  padding: clamp(22px, 3vw, 32px);
}

body:not(.admin-body) .proof-board-heading {
  background:
    linear-gradient(135deg, rgba(37, 75, 88, 0.98), rgba(18, 20, 22, 0.96));
  color: #fff;
}

body:not(.admin-body) .proof-board-heading h2 {
  font-size: clamp(2rem, 3.6vw, 3.3rem);
}

body:not(.admin-body) .proof-board-heading p:not(.kicker) {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
}

body:not(.admin-body) .proof-column {
  display: grid;
  align-content: start;
  gap: 13px;
}

body:not(.admin-body) .proof-column span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f1b84b;
  color: #151719;
  font-weight: 900;
}

body:not(.admin-body) .proof-column h3 {
  color: #254b58;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}

body:not(.admin-body) .proof-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

body:not(.admin-body) .gallery-proof-plan {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 58px);
  padding-top: clamp(30px, 5vw, 52px);
  border-top: 1px solid var(--line);
}

body:not(.admin-body) .gallery-proof-plan h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
}

body:not(.admin-body) .proof-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body:not(.admin-body) .proof-plan-grid article {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 247, 0.98));
  padding: 22px;
  box-shadow: 0 14px 30px rgba(17, 21, 23, 0.08);
}

body:not(.admin-body) .proof-plan-grid strong {
  display: block;
  color: #b97917;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:not(.admin-body) .proof-plan-grid p {
  margin-top: 14px;
  color: var(--muted);
}

body:not(.admin-body) .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body:not(.admin-body) .estimate-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  border-left: 0;
}

body:not(.admin-body) .estimate-fieldset {
  margin: 0;
  border: 1px solid rgba(23, 27, 30, 0.16);
  border-radius: var(--radius);
  background: rgba(243, 241, 235, 0.54);
  padding: 16px;
}

body:not(.admin-body) .estimate-fieldset legend {
  padding: 0 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

body:not(.admin-body) .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body:not(.admin-body) .checkbox-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(23, 27, 30, 0.14);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

body:not(.admin-body) .checkbox-card input {
  width: 18px;
  height: 18px;
  accent-color: #315f6f;
}

body:not(.admin-body) .checkbox-card:has(input:checked) {
  border-color: rgba(49, 95, 111, 0.44);
  background: rgba(49, 95, 111, 0.1);
  color: #254b58;
}

body:not(.admin-body) .service-choice-panel,
body:not(.admin-body) .service-scope-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

body:not(.admin-body) .service-choice-heading,
body:not(.admin-body) .service-scope-heading {
  position: sticky;
  top: 106px;
}

body:not(.admin-body) .service-choice-heading h2,
body:not(.admin-body) .service-scope-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.45rem);
}

body:not(.admin-body) .service-choice-heading p:not(.kicker),
body:not(.admin-body) .service-scope-heading p:not(.kicker) {
  margin-top: 16px;
  color: var(--muted);
}

body:not(.admin-body) .service-choice-grid,
body:not(.admin-body) .service-scope-grid {
  display: grid;
  gap: 12px;
}

body:not(.admin-body) .service-choice-grid article,
body:not(.admin-body) .service-scope-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 247, 0.98));
  padding: 22px;
  box-shadow: 0 14px 30px rgba(17, 21, 23, 0.07);
}

body:not(.admin-body) .service-choice-grid strong,
body:not(.admin-body) .service-scope-grid h3 {
  display: block;
  color: #254b58;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.08;
}

body:not(.admin-body) .service-choice-grid p,
body:not(.admin-body) .service-scope-grid p {
  margin-top: 10px;
  color: var(--muted);
}

body:not(.admin-body) .service-choice-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: #2e6574;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body:not(.admin-body) .service-scope-grid span,
body:not(.admin-body) .scope-strip span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f1b84b;
  color: #151719;
  font-weight: 900;
}

body:not(.admin-body) .scope-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: clamp(34px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

body:not(.admin-body) .scope-strip > div {
  min-width: 0;
  background: #fffdf7;
  padding: 22px;
}

body:not(.admin-body) .scope-strip strong {
  display: block;
  color: #254b58;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

body:not(.admin-body) .scope-strip p {
  margin-top: 10px;
  color: var(--muted);
}

body:not(.admin-body) .service-area-intake-panel,
body:not(.admin-body) .service-area-local-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: clamp(42px, 6vw, 72px);
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

body:not(.admin-body) .service-area-intake-heading,
body:not(.admin-body) .service-area-local-panel > div:first-child {
  position: sticky;
  top: 106px;
}

body:not(.admin-body) .service-area-intake-heading h2,
body:not(.admin-body) .service-area-local-panel h2 {
  font-size: clamp(2rem, 3.8vw, 3.45rem);
}

body:not(.admin-body) .service-area-intake-heading p:not(.kicker),
body:not(.admin-body) .service-area-local-panel p:not(.kicker) {
  margin-top: 16px;
  color: var(--muted);
}

body:not(.admin-body) .local-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body:not(.admin-body) .local-fit-grid.compact {
  grid-template-columns: 1fr;
}

body:not(.admin-body) .local-fit-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 247, 0.98));
  padding: 22px;
  box-shadow: 0 14px 30px rgba(17, 21, 23, 0.07);
}

body:not(.admin-body) .local-fit-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f1b84b;
  color: #151719;
  font-weight: 900;
}

body:not(.admin-body) .local-fit-grid h3 {
  color: #254b58;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
}

body:not(.admin-body) .local-fit-grid p {
  margin-top: 10px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  body:not(.admin-body) .proof-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) .gallery-proof-plan,
  body:not(.admin-body) .proof-plan-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .service-choice-panel,
  body:not(.admin-body) .service-scope-panel {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .service-choice-heading,
  body:not(.admin-body) .service-scope-heading {
    position: static;
  }

  body:not(.admin-body) .service-area-intake-panel,
  body:not(.admin-body) .service-area-local-panel {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .service-area-intake-heading,
  body:not(.admin-body) .service-area-local-panel > div:first-child {
    position: static;
  }

  body:not(.admin-body) .scope-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body:not(.admin-body) .proof-board {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .proof-board-heading,
  body:not(.admin-body) .proof-column,
  body:not(.admin-body) .proof-plan-grid article {
    padding: 22px;
  }

  body:not(.admin-body) .checkbox-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .scope-strip {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .local-fit-grid {
    grid-template-columns: 1fr;
  }

  .install-timeline {
    grid-template-columns: 1fr;
  }

  .install-timeline li {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .os-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .os-command-card,
  .os-detail-hero,
  .os-detail-grid,
  .os-workbench-grid,
  .os-checklist-grid,
  .os-care-grid,
  .os-equipment-grid,
  .os-finish-grid,
  .os-estimate-grid,
  .os-focus-list--columns,
  .os-marketing-grid,
  .os-money-grid,
  .os-people-grid,
  .os-proof-grid,
  .os-hr-grid,
  .os-time-grid,
  .os-quality-grid,
  .os-vendor-grid,
  .os-schedule-grid,
  .os-training-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .os-metrics,
  .os-stage-strip,
  .os-training-meter {
    grid-template-columns: 1fr;
  }

  .os-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .os-field-list div {
    grid-template-columns: 1fr;
  }
}

/* Liquid Stone Design Lab v1: Bright Proof + Premium Stone */
body:not(.admin-body) {
  --lss-ink: #191814;
  --lss-coal: #242424;
  --lss-charcoal: #30312d;
  --lss-stone: #f2f2ec;
  --lss-slab: #e4e5df;
  --lss-paper: #fffefa;
  --lss-mineral: #44665d;
  --lss-mineral-dark: #263f3a;
  --lss-gold: #d7a642;
  --lss-rust: #a84f34;
  --lss-muted: #59645f;
  --lss-line: rgba(25, 24, 20, 0.14);
  --lss-shadow: 0 18px 48px rgba(25, 24, 20, 0.12);
  --lss-radius: 8px;
  background:
    linear-gradient(90deg, rgba(25, 24, 20, 0.045) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(0deg, rgba(68, 102, 93, 0.045) 1px, transparent 1px) 0 0 / 84px 84px,
    var(--lss-stone);
  color: var(--lss-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body:not(.admin-body) *,
body:not(.admin-body) *::before,
body:not(.admin-body) *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3,
body:not(.admin-body) h4 {
  margin: 0;
  color: var(--lss-ink);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
  line-height: 1.02;
}

body:not(.admin-body) h1 {
  max-width: 14ch;
  font-size: 3.35rem;
}

body:not(.admin-body) h2,
body:not(.admin-body) .proof-board-heading h2,
body:not(.admin-body) .gallery-proof-plan h2,
body:not(.admin-body) .service-choice-heading h2,
body:not(.admin-body) .service-scope-heading h2,
body:not(.admin-body) .service-area-intake-heading h2,
body:not(.admin-body) .service-area-local-panel h2 {
  font-size: 2.65rem;
}

body:not(.admin-body) h3,
body:not(.admin-body) .service-card h2,
body:not(.admin-body) .service-card h3,
body:not(.admin-body) .pillar h3,
body:not(.admin-body) .proof-column h3,
body:not(.admin-body) .local-fit-grid h3,
body:not(.admin-body) .service-choice-grid strong,
body:not(.admin-body) .service-scope-grid h3 {
  font-size: 1.45rem;
  line-height: 1.12;
}

body:not(.admin-body) p {
  margin: 0;
}

body:not(.admin-body) .section {
  padding: 82px 0;
}

body:not(.admin-body) .section-inner,
body:not(.admin-body) .header-inner,
body:not(.admin-body) .footer-inner {
  width: min(1180px, calc(100% - 48px));
}

body:not(.admin-body) .kicker {
  margin-bottom: 12px;
  color: var(--lss-rust);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

body:not(.admin-body) .lead,
body:not(.admin-body) .section-lead,
body:not(.admin-body) .market-note,
body:not(.admin-body) .service-card p,
body:not(.admin-body) .pillar p,
body:not(.admin-body) .proof-column ul,
body:not(.admin-body) .proof-plan-grid p,
body:not(.admin-body) .service-choice-grid p,
body:not(.admin-body) .service-scope-grid p,
body:not(.admin-body) .scope-strip p,
body:not(.admin-body) .local-fit-grid p {
  color: var(--lss-muted);
}

body:not(.admin-body) .lead {
  max-width: 42rem;
  margin-top: 22px;
  color: #3f4b47;
  font-size: 1.16rem;
  line-height: 1.7;
}

body:not(.admin-body) .section-lead {
  max-width: 45rem;
  margin-top: 18px;
  font-size: 1.08rem;
  line-height: 1.72;
}

body:not(.admin-body) .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(25, 24, 20, 0.12);
  background: rgba(255, 254, 250, 0.95);
  color: var(--lss-ink);
  backdrop-filter: blur(16px) saturate(1.08);
}

body:not(.admin-body) .header-inner {
  min-height: 76px;
}

body:not(.admin-body) .brand {
  gap: 12px;
  color: var(--lss-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

body:not(.admin-body) .brand-logo,
body:not(.admin-body) .footer-logo,
body:not(.admin-body) .brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: var(--lss-radius);
}

body:not(.admin-body) .brand-mark {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(25, 24, 20, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--lss-coal);
  color: var(--lss-gold);
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 800;
}

body:not(.admin-body) .site-nav {
  gap: 6px;
  font-family: "Archivo", system-ui, sans-serif;
}

body:not(.admin-body) .site-nav a {
  border-radius: 999px;
  color: #333a36;
  padding: 9px 12px;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

body:not(.admin-body) .site-nav a:hover,
body:not(.admin-body) .site-nav a:focus-visible,
body:not(.admin-body) .site-nav a[aria-current="page"] {
  background: rgba(68, 102, 93, 0.12);
  color: var(--lss-mineral-dark);
}

body:not(.admin-body) .nav-toggle {
  border: 1px solid var(--lss-line);
  border-radius: var(--lss-radius);
  background: var(--lss-paper);
}

body:not(.admin-body) .nav-toggle span {
  background: var(--lss-ink);
}

body:not(.admin-body) .button,
body:not(.admin-body) button.button {
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 24, 20, 0.16);
  border-radius: var(--lss-radius);
  background:
    linear-gradient(180deg, #edc15b, var(--lss-gold));
  color: #191814;
  padding: 12px 18px;
  box-shadow: 0 10px 22px rgba(121, 80, 20, 0.18);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

body:not(.admin-body) .button.dark {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--lss-coal);
  color: #fffefa;
  box-shadow: 0 14px 26px rgba(25, 24, 20, 0.22);
}

body:not(.admin-body) .button.light,
body:not(.admin-body) .button.outline,
body:not(.admin-body) .thanks-actions .button.outline {
  border-color: rgba(25, 24, 20, 0.18);
  background: rgba(255, 254, 250, 0.78);
  color: var(--lss-ink);
  box-shadow: none;
}

body:not(.admin-body) .area .button.light,
body:not(.admin-body) .pillars .button.dark,
body:not(.admin-body) .split-hero .button.light {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 254, 250, 0.12);
  color: #fffefa;
}

body:not(.admin-body) .section.split-hero {
  padding: 72px 0 62px;
}

body:not(.admin-body) .split-hero h1 {
  max-width: 13ch;
  font-size: 3.35rem;
}

body:not(.admin-body) .button:hover,
body:not(.admin-body) button.button:hover,
body:not(.admin-body) .text-link:hover,
body:not(.admin-body) .home-journal-link:hover {
  transform: translateY(-1px);
}

body:not(.admin-body) .text-link,
body:not(.admin-body) .home-journal-link {
  color: var(--lss-mineral-dark);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body:not(.admin-body) .hero {
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 246, 241, 0.98) 0%, rgba(246, 246, 241, 0.94) 45%, rgba(246, 246, 241, 0.48) 68%, rgba(246, 246, 241, 0.18) 100%),
    url("epoxy-hero.png") center right / cover no-repeat;
  color: var(--lss-ink);
}

body:not(.admin-body) .hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, var(--lss-gold), var(--lss-rust), var(--lss-mineral));
}

body:not(.admin-body) .hero::after {
  height: 0;
  background: none;
}

body:not(.admin-body) .hero-inner {
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 42px;
  padding: 48px 0 42px;
}

body:not(.admin-body) .hero-copy {
  max-width: 760px;
}

body:not(.admin-body) .hero-copy h1 {
  max-width: 15ch;
  font-size: 3.55rem;
  text-wrap: balance;
}

body:not(.admin-body) .hero-panel {
  align-self: end;
  border: 1px solid rgba(25, 24, 20, 0.16);
  border-top: 5px solid var(--lss-gold);
  border-radius: var(--lss-radius);
  background: rgba(255, 254, 250, 0.9);
  color: var(--lss-ink);
  box-shadow: var(--lss-shadow);
  backdrop-filter: blur(14px);
}

body:not(.admin-body) .hero-panel h3 {
  color: var(--lss-ink);
  font-family: "Archivo", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

body:not(.admin-body) .hero-panel p {
  color: #404946;
}

body:not(.admin-body) .hero-panel ul,
body:not(.admin-body) .hero-panel li {
  color: #4d5753;
}

body:not(.admin-body) .hero-panel li::marker {
  color: var(--lss-gold);
}

body:not(.admin-body) .hero-panel .service-area {
  color: var(--lss-rust);
  font-weight: 900;
}

body:not(.admin-body) .hero-actions,
body:not(.admin-body) .cta-actions,
body:not(.admin-body) .estimate-side-actions,
body:not(.admin-body) .thanks-actions {
  gap: 12px;
}

body:not(.admin-body) .intro-band,
body:not(.admin-body) .services-preview,
body:not(.admin-body) .detail-content,
body:not(.admin-body) .home-proof,
body:not(.admin-body) .form-section {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.86), rgba(255, 254, 250, 0.58)),
    var(--lss-stone);
}

body:not(.admin-body) .intro-grid,
body:not(.admin-body) .process-grid,
body:not(.admin-body) .contact-grid,
body:not(.admin-body) .split-hero .section-inner,
body:not(.admin-body) .service-choice-panel,
body:not(.admin-body) .service-scope-panel,
body:not(.admin-body) .service-area-intake-panel,
body:not(.admin-body) .service-area-local-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 54px;
  align-items: start;
}

body:not(.admin-body) .intro-photo img,
body:not(.admin-body) .split-hero img,
body:not(.admin-body) .pillar img,
body:not(.admin-body) .gallery-grid img,
body:not(.admin-body) .article-author img,
body:not(.admin-body) .article-hero-image {
  width: 100%;
  object-fit: cover;
  background: var(--lss-slab);
}

body:not(.admin-body) .intro-photo img,
body:not(.admin-body) .split-hero img {
  aspect-ratio: 4 / 3;
  border-radius: var(--lss-radius);
  box-shadow: var(--lss-shadow);
}

body:not(.admin-body) .quote-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--lss-radius);
  background: rgba(36, 36, 36, 0.94);
  color: #fffefa;
  box-shadow: 0 16px 36px rgba(25, 24, 20, 0.28);
}

body:not(.admin-body) .quote-card strong {
  color: var(--lss-gold);
}

body:not(.admin-body) .pillars {
  background:
    linear-gradient(180deg, rgba(36, 36, 36, 0.96), rgba(48, 49, 45, 0.98)),
    var(--lss-coal);
  color: #fffefa;
}

body:not(.admin-body) .pillars h2,
body:not(.admin-body) .pillars h3,
body:not(.admin-body) .area h2,
body:not(.admin-body) .area h3,
body:not(.admin-body) .split-hero h1,
body:not(.admin-body) .split-hero h2,
body:not(.admin-body) .split-hero h3 {
  color: #fffefa;
}

body:not(.admin-body) .pillars .section-lead,
body:not(.admin-body) .pillars p,
body:not(.admin-body) .area p,
body:not(.admin-body) .area span,
body:not(.admin-body) .split-hero .section-lead {
  color: rgba(255, 254, 250, 0.78);
}

body:not(.admin-body) .pillar-grid,
body:not(.admin-body) .service-grid,
body:not(.admin-body) .gallery-grid,
body:not(.admin-body) .market-grid,
body:not(.admin-body) .proof-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body:not(.admin-body) .pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body:not(.admin-body) .pillar,
body:not(.admin-body) .service-card,
body:not(.admin-body) .gallery-grid figure,
body:not(.admin-body) .panel,
body:not(.admin-body) .contact-list,
body:not(.admin-body) .journal-signup,
body:not(.admin-body) .article-search-panel,
body:not(.admin-body) .proof-plan-grid article,
body:not(.admin-body) .service-choice-grid article,
body:not(.admin-body) .service-scope-grid article,
body:not(.admin-body) .local-fit-grid article {
  border: 1px solid var(--lss-line);
  border-radius: var(--lss-radius);
  background: var(--lss-paper);
  box-shadow: 0 12px 32px rgba(25, 24, 20, 0.08);
}

body:not(.admin-body) .pillar {
  overflow: hidden;
  color: var(--lss-ink);
}

body:not(.admin-body) .pillar img,
body:not(.admin-body) .gallery-grid img {
  aspect-ratio: 4 / 3;
}

body:not(.admin-body) .pillar div,
body:not(.admin-body) .service-card,
body:not(.admin-body) .gallery-grid figcaption,
body:not(.admin-body) .proof-plan-grid article,
body:not(.admin-body) .service-choice-grid article,
body:not(.admin-body) .service-scope-grid article,
body:not(.admin-body) .local-fit-grid article {
  padding: 24px;
}

body:not(.admin-body) .section-header {
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

body:not(.admin-body) .proof-board {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, 0.86fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lss-line);
  border-radius: var(--lss-radius);
  background: var(--lss-line);
  box-shadow: var(--lss-shadow);
}

body:not(.admin-body) .proof-board-heading,
body:not(.admin-body) .proof-column {
  min-width: 0;
  padding: 30px;
}

body:not(.admin-body) .proof-board-heading {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent),
    var(--lss-mineral-dark);
  color: #fffefa;
}

body:not(.admin-body) .proof-board-heading h2,
body:not(.admin-body) .proof-board-heading p:not(.kicker) {
  color: #fffefa;
}

body:not(.admin-body) .proof-board-heading p:not(.kicker) {
  margin-top: 18px;
  opacity: 0.82;
}

body:not(.admin-body) .proof-column {
  display: grid;
  gap: 12px;
  align-content: start;
  background: var(--lss-paper);
}

body:not(.admin-body) .proof-column span,
body:not(.admin-body) .service-scope-grid span,
body:not(.admin-body) .scope-strip span,
body:not(.admin-body) .local-fit-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(215, 166, 66, 0.2);
  color: var(--lss-rust);
  font-family: "Archivo", system-ui, sans-serif;
  font-weight: 900;
}

body:not(.admin-body) .proof-column ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 18px;
  line-height: 1.58;
}

body:not(.admin-body) .process-band {
  background:
    linear-gradient(90deg, rgba(68, 102, 93, 0.1), rgba(215, 166, 66, 0.08)),
    var(--lss-slab);
}

body:not(.admin-body) .process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.admin-body) .process-list li {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(25, 24, 20, 0.12);
  border-left: 5px solid var(--lss-gold);
  border-radius: var(--lss-radius);
  background: var(--lss-paper);
  padding: 18px;
}

body:not(.admin-body) .process-list strong {
  color: var(--lss-mineral-dark);
}

body:not(.admin-body) .area,
body:not(.admin-body) .split-hero {
  background:
    linear-gradient(135deg, rgba(38, 63, 58, 0.95), rgba(36, 36, 36, 0.98)),
    var(--lss-coal);
  color: #fffefa;
}

body:not(.admin-body) .split-hero .service-detail-price {
  border-color: rgba(215, 166, 66, 0.62);
  background: rgba(255, 254, 250, 0.9);
  color: var(--lss-mineral-dark);
}

body:not(.admin-body) .area-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

body:not(.admin-body) .market-grid > div {
  border: 1px solid rgba(255, 254, 250, 0.18);
  border-radius: var(--lss-radius);
  background: rgba(255, 254, 250, 0.07);
  padding: 24px;
}

body:not(.admin-body) .market-grid strong {
  color: #fffefa;
}

body:not(.admin-body) .market-links a,
body:not(.admin-body) .taxonomy-strip a,
body:not(.admin-body) .home-topic-links a {
  border-radius: var(--lss-radius);
  border-color: rgba(68, 102, 93, 0.24);
  background: rgba(68, 102, 93, 0.1);
  color: var(--lss-mineral-dark);
}

body:not(.admin-body) .area .market-links a {
  border-color: rgba(255, 254, 250, 0.18);
  background: rgba(255, 254, 250, 0.1);
  color: #fffefa;
}

body:not(.admin-body) .form-section {
  min-height: calc(100vh - 76px);
}

body:not(.admin-body) .form-section .section-inner {
  padding-top: 10px;
}

body:not(.admin-body) .form-section h1 {
  max-width: 9ch;
  font-size: 3.35rem;
}

body:not(.admin-body) .contact-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.92fr);
}

body:not(.admin-body) .contact-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
}

body:not(.admin-body) .contact-list div {
  border-left: 4px solid var(--lss-gold);
  padding-left: 16px;
}

body:not(.admin-body) .contact-list strong {
  color: var(--lss-ink);
  font-size: 1rem;
}

body:not(.admin-body) .contact-list p {
  margin-top: 6px;
  color: var(--lss-muted);
}

body:not(.admin-body) .contact-routing-panel {
  margin-top: 24px;
  border: 1px solid rgba(68, 102, 93, 0.22);
  border-radius: var(--lss-radius);
  background:
    linear-gradient(135deg, rgba(68, 102, 93, 0.12), rgba(215, 166, 66, 0.13)),
    var(--lss-paper);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(25, 24, 20, 0.07);
}

body:not(.admin-body) .contact-routing-panel h2 {
  color: var(--lss-mineral-dark);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.8rem;
}

body:not(.admin-body) .contact-routing-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

body:not(.admin-body) .contact-routing-links a {
  min-width: 0;
  border: 1px solid rgba(68, 102, 93, 0.22);
  border-radius: var(--lss-radius);
  background: rgba(255, 254, 250, 0.82);
  color: var(--lss-mineral-dark);
  padding: 12px 14px;
  font-weight: 900;
  text-decoration: none;
}

body:not(.admin-body) .panel {
  border-top: 5px solid var(--lss-gold);
  padding: 32px;
  box-shadow: var(--lss-shadow);
}

body:not(.admin-body) .form-grid {
  display: grid;
  gap: 15px;
}

body:not(.admin-body) .form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body:not(.admin-body) label {
  display: grid;
  gap: 7px;
  color: #45504b;
  font-size: 0.9rem;
  font-weight: 900;
}

body:not(.admin-body) input,
body:not(.admin-body) select,
body:not(.admin-body) textarea {
  width: 100%;
  border: 1px solid rgba(25, 24, 20, 0.18);
  border-radius: var(--lss-radius);
  background: #fcfcf8;
  color: var(--lss-ink);
  font: inherit;
  font-size: 1rem;
}

body:not(.admin-body) input,
body:not(.admin-body) select {
  height: 48px;
  padding: 0 13px;
}

body:not(.admin-body) textarea {
  min-height: 154px;
  padding: 13px;
  resize: vertical;
}

body:not(.admin-body) input:focus,
body:not(.admin-body) select:focus,
body:not(.admin-body) textarea:focus {
  border-color: var(--lss-mineral);
  outline: 3px solid rgba(68, 102, 93, 0.18);
}

body:not(.admin-body) .optional-label {
  color: #6e7772;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

body:not(.admin-body) .estimate-fieldset {
  margin: 0;
  border: 1px solid rgba(25, 24, 20, 0.14);
  border-radius: var(--lss-radius);
  background: rgba(228, 229, 223, 0.45);
  padding: 16px;
}

body:not(.admin-body) .estimate-fieldset legend {
  padding: 0 8px;
  color: #45504b;
  font-size: 0.9rem;
  font-weight: 900;
}

body:not(.admin-body) .checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body:not(.admin-body) .checkbox-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(25, 24, 20, 0.14);
  border-radius: var(--lss-radius);
  background: var(--lss-paper);
  color: var(--lss-ink);
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 900;
}

body:not(.admin-body) .checkbox-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--lss-mineral);
}

body:not(.admin-body) .checkbox-card:has(input:checked) {
  border-color: rgba(68, 102, 93, 0.55);
  background: rgba(68, 102, 93, 0.12);
  color: var(--lss-mineral-dark);
}

body:not(.admin-body) .admin-alert {
  border-left: 4px solid #9b2f24;
  background: #fff0ed;
  color: #7e2118;
}

body:not(.admin-body) .thanks {
  background:
    linear-gradient(135deg, rgba(38, 63, 58, 0.96), rgba(36, 36, 36, 0.98)),
    var(--lss-coal);
}

body:not(.admin-body) .thanks-card {
  border: 1px solid rgba(255, 254, 250, 0.16);
  border-radius: var(--lss-radius);
  background: rgba(255, 254, 250, 0.08);
  color: #fffefa;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body:not(.admin-body) .thanks-card h1,
body:not(.admin-body) .thanks-card h2,
body:not(.admin-body) .thanks-step-list strong {
  color: #fffefa;
}

body:not(.admin-body) .thanks-card p,
body:not(.admin-body) .thanks-step-list span {
  color: rgba(255, 254, 250, 0.78);
}

body:not(.admin-body) .site-footer {
  border-top: 1px solid rgba(255, 254, 250, 0.12);
  background: #20211f;
  color: #fffefa;
}

body:not(.admin-body) .footer-nav a,
body:not(.admin-body) .footer-nav span {
  color: rgba(255, 254, 250, 0.75);
}

body:not(.admin-body) .footer-nav a:hover,
body:not(.admin-body) .footer-nav a:focus-visible {
  color: #fffefa;
}

@media (max-width: 1080px) {
  body:not(.admin-body) h1,
  body:not(.admin-body) .hero-copy h1 {
    font-size: 3.05rem;
  }

  body:not(.admin-body) h2,
  body:not(.admin-body) .proof-board-heading h2,
  body:not(.admin-body) .gallery-proof-plan h2,
  body:not(.admin-body) .service-choice-heading h2,
  body:not(.admin-body) .service-scope-heading h2,
  body:not(.admin-body) .service-area-intake-heading h2,
  body:not(.admin-body) .service-area-local-panel h2 {
    font-size: 2.25rem;
  }

  body:not(.admin-body) .hero-inner,
  body:not(.admin-body) .intro-grid,
  body:not(.admin-body) .process-grid,
  body:not(.admin-body) .contact-grid,
  body:not(.admin-body) .split-hero .section-inner,
  body:not(.admin-body) .service-choice-panel,
  body:not(.admin-body) .service-scope-panel,
  body:not(.admin-body) .service-area-intake-panel,
  body:not(.admin-body) .service-area-local-panel,
  body:not(.admin-body) .gallery-proof-plan {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .proof-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) .pillar-grid,
  body:not(.admin-body) .service-grid,
  body:not(.admin-body) .gallery-grid,
  body:not(.admin-body) .market-grid,
  body:not(.admin-body) .proof-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.admin-body) .service-choice-heading,
  body:not(.admin-body) .service-scope-heading,
  body:not(.admin-body) .service-area-intake-heading,
  body:not(.admin-body) .service-area-local-panel > div:first-child {
    position: static;
  }
}

@media (max-width: 980px) {
  body:not(.admin-body) .site-nav {
    top: 76px;
    border-top: 1px solid var(--lss-line);
    background: rgba(255, 254, 250, 0.98);
    box-shadow: 0 24px 42px rgba(25, 24, 20, 0.16);
  }

  body:not(.admin-body) .site-nav a {
    width: 100%;
    border-radius: var(--lss-radius);
    color: var(--lss-ink);
    padding: 14px 0;
  }
}

@media (max-width: 720px) {
  body:not(.admin-body) {
    font-size: 15px;
  }

  body:not(.admin-body) .section {
    padding: 58px 0;
  }

  body:not(.admin-body) .section-inner,
  body:not(.admin-body) .header-inner,
  body:not(.admin-body) .footer-inner {
    width: min(100% - 30px, 1180px);
  }

  body:not(.admin-body) .hero,
  body:not(.admin-body) .hero-inner {
    min-height: auto;
  }

  body:not(.admin-body) .hero {
    background:
      linear-gradient(180deg, rgba(246, 246, 241, 0.96), rgba(246, 246, 241, 0.9)),
      url("epoxy-hero.png") center / cover no-repeat;
  }

  body:not(.admin-body) .hero-inner {
    gap: 18px;
    padding: 30px 0 26px;
  }

  body:not(.admin-body) h1,
  body:not(.admin-body) .hero-copy h1,
  body:not(.admin-body) .form-section h1 {
    max-width: 13ch;
    font-size: 2.08rem;
  }

  body:not(.admin-body) h2,
  body:not(.admin-body) .proof-board-heading h2,
  body:not(.admin-body) .gallery-proof-plan h2,
  body:not(.admin-body) .service-choice-heading h2,
  body:not(.admin-body) .service-scope-heading h2,
  body:not(.admin-body) .service-area-intake-heading h2,
  body:not(.admin-body) .service-area-local-panel h2 {
    font-size: 1.92rem;
  }

  body:not(.admin-body) h3,
  body:not(.admin-body) .service-card h2,
  body:not(.admin-body) .service-card h3,
  body:not(.admin-body) .pillar h3,
  body:not(.admin-body) .proof-column h3,
  body:not(.admin-body) .local-fit-grid h3,
  body:not(.admin-body) .service-choice-grid strong,
  body:not(.admin-body) .service-scope-grid h3 {
    font-size: 1.26rem;
  }

  body:not(.admin-body) .lead,
  body:not(.admin-body) .section-lead {
    font-size: 1rem;
  }

  body:not(.admin-body) .lead {
    margin-top: 14px;
    line-height: 1.55;
  }

  body:not(.admin-body) .hero-actions {
    margin-top: 22px;
  }

  body:not(.admin-body) .hero-panel {
    padding: 18px;
  }

  body:not(.admin-body) .pillar-grid,
  body:not(.admin-body) .service-grid,
  body:not(.admin-body) .gallery-grid,
  body:not(.admin-body) .market-grid,
  body:not(.admin-body) .proof-board,
  body:not(.admin-body) .proof-plan-grid,
  body:not(.admin-body) .checkbox-grid,
  body:not(.admin-body) .contact-routing-links,
  body:not(.admin-body) .form-grid.two,
  body:not(.admin-body) .scope-strip,
  body:not(.admin-body) .local-fit-grid {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .panel,
  body:not(.admin-body) .contact-list,
  body:not(.admin-body) .contact-routing-panel,
  body:not(.admin-body) .proof-board-heading,
  body:not(.admin-body) .proof-column,
  body:not(.admin-body) .market-grid > div {
    padding: 22px;
  }

  body:not(.admin-body) .process-list li {
    grid-template-columns: 1fr;
  }

  body:not(.admin-body) .header-inner {
    gap: 12px;
  }

  body:not(.admin-body) .brand {
    min-width: 0;
    gap: 9px;
    font-size: 1.04rem;
  }

  body:not(.admin-body) .brand-logo,
  body:not(.admin-body) .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  body:not(.admin-body) .brand span:last-child {
    display: inline;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }
}
