:root {
  --navy: #0b2944;
  --navy-deep: #061827;
  --navy-mid: #153d5d;
  --gold: #c79638;
  --gold-ink: #78500f;
  --gold-bright: #e2b85c;
  --gold-pale: #f5f0e6;
  --blue-pale: #e4eaed;
  --warm-white: #fffdf8;
  --white: #ffffff;
  --ink: #091a27;
  --muted: #5c6973;
  --line: #d8dee1;
  --line-dark: rgba(255, 255, 255, 0.15);
  --shadow: 0 22px 60px rgba(7, 27, 43, 0.12);
  --shadow-strong: 0 32px 80px rgba(4, 17, 27, 0.24);
  --radius-small: 10px;
  --radius: 18px;
  --radius-large: 28px;
  --shell: min(1180px, calc(100% - 40px));
  --font-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* The Growth Journal: photography, generous type, and a readable story column. */
.journal-masthead { padding-block: 45px 44px; border-bottom: 2px solid var(--navy); }
.journal-masthead h1 { margin: 10px 0 20px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -0.055em; line-height: 1.02; }
.journal-masthead h1 span { color: var(--gold-ink); }
.journal-masthead > p:last-child { max-width: 700px; font-size: 1.2rem; color: var(--muted); }
.journal-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(30px, 5vw, 70px); padding-block: 46px 60px; }
.journal-feature figure, .story-cover, .story-inline-photo { margin-block: 0; }
.journal-feature img { width: 100%; height: auto; display: block; border-radius: 4px; }
.journal-feature h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 4.3vw, 4rem); line-height: 1.07; letter-spacing: -0.035em; margin: 20px 0 28px; }
.journal-feature h2 a { color: var(--navy); }
.journal-feature-copy > p { font-size: 1.12rem; }
.journal-feature-copy .eyebrow, .journal-feature-copy .journal-small { font-size: .85rem; }
.journal-feature-copy .button { margin: 16px 0; }
.journal-small { color: var(--muted); max-width: 390px; }
.journal-stories { background: var(--gold-pale); }
.journal-section-title { margin-bottom: 36px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.journal-section-title h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -.035em; color: var(--navy); }
.journal-section-title p { color: var(--muted); }
.journal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
.journal-card { overflow: hidden; background: var(--warm-white); border: 1px solid var(--line); display: flex; flex-direction: column; }
.journal-card > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 49%; }
.journal-card > img.journal-image-contain { object-fit: contain; background: #08090b; }
.journal-card-copy { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; flex: 1; }
.journal-card-copy .eyebrow { font-size: .8rem; }
.journal-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 2.5vw, 2.25rem); line-height: 1.15; letter-spacing: -.025em; margin: 12px 0 18px; }
.journal-card h3 a { color: var(--navy); }
.journal-card h3 a:hover, .journal-feature h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.journal-card-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.journal-card-copy .text-link { margin-top: auto; padding-top: 16px; align-self: flex-start; }
#business-owner-guides .journal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
#business-owner-guides .journal-card h3 { font-size: 1.8rem; }
.story-heading { padding-block: 48px 44px; max-width: 1000px; }
.story-heading h1 { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.65rem, 5.7vw, 5.1rem); line-height: 1.06; letter-spacing: -.045em; margin: 20px 0 30px; }
.story-deck { max-width: 800px; font-size: clamp(1.15rem, 2vw, 1.4rem); color: var(--muted); line-height: 1.6; }
.story-cover { max-width: 1000px; }
.story-cover img { display: block; width: 100%; height: auto; }
.story-cover-portrait { max-width: 650px; }
.story-cover figcaption, .journal-feature figcaption, .story-inline-photo figcaption { font-size: .8rem; color: var(--muted); line-height: 1.5; padding-top: 10px; }
.story-cover figcaption a, .journal-feature figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.story-inline-photo { max-width: 540px; margin: 36px auto; }
.story-inline-photo img { width: 100%; height: auto; display: block; }
.article-body .editorial-note { margin: 36px 0; padding: 28px 30px; background: var(--navy); color: var(--white); border-top: 4px solid var(--gold-bright); }
.article-body .editorial-note strong { color: var(--gold-bright); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
.article-body .editorial-note p { margin: 15px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; line-height: 1.55; }
.article-body .independent-note { padding: 24px; background: var(--gold-pale); font-size: .95rem; border-left: 3px solid var(--gold); }
.article-body .source-note { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
@media (max-width: 800px) {
 .journal-feature { grid-template-columns: 1fr; gap: 28px; }
 .journal-feature figure { max-width: 560px; margin-inline: auto; }
 #business-owner-guides .journal-grid { grid-template-columns: 1fr; }
 .story-heading { padding-top: 28px; }
}
@media (max-width: 620px) {
 .journal-grid { grid-template-columns: 1fr; gap: 24px; }
 .journal-masthead { padding-top: 28px; }
 .journal-feature { padding-top: 28px; }
 .story-heading h1 { overflow-wrap: break-word; }
}

/* Search landing pages and the business-owner resource collection. */
.breadcrumbs {
  padding-block: 18px;
  color: var(--muted);
  font-size: 0.875rem;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li + li::before { content: "/"; margin-right: 12px; color: var(--muted); }
.breadcrumbs a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.resource-hero { padding: clamp(60px, 8vw, 110px) 0; background: var(--navy); color: var(--white); }
.resource-hero h1 { max-width: 970px; margin: 0 0 24px; font-size: clamp(2.5rem, 5.5vw, 5.1rem); }
.resource-hero .shell > p:last-child { max-width: 760px; margin: 0; font-size: 1.125rem; color: #e4eaed; }
.resource-list { background: var(--blue-pale); }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.resource-card { display: flex; flex-direction: column; padding: clamp(25px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.resource-card .eyebrow { font-size: 0.875rem; }
.resource-card h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.2; }
.resource-card h3 a { color: var(--navy); }
.resource-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.resource-card > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
.resource-card > .text-link { margin-top: auto; align-self: flex-start; }
.resource-footnote { margin: 28px 0 0; font-size: 0.875rem; color: var(--muted); }
.article-shell { max-width: 820px; }
.article-section { padding-top: 48px; }
.article-byline { color: var(--muted); font-size: 0.875rem; }
.article-byline a { color: var(--navy); text-decoration: underline; }
.article-toc { padding: 26px 30px; margin: 30px 0 46px; border-left: 3px solid var(--gold); background: var(--gold-pale); }
.article-toc ul { margin: 12px 0 0; padding-left: 1.2rem; }
.article-toc li + li { margin-top: 8px; }
.article-toc a { text-decoration: underline; text-underline-offset: 3px; color: var(--navy); }
.article-body { font-size: 1.0625rem; line-height: 1.8; }
.article-body h2 { margin: 48px 0 20px; font-size: clamp(1.65rem, 3vw, 2.3rem); line-height: 1.2; color: var(--navy); }
.article-body p, .article-body ul, .article-body ol { margin-bottom: 24px; }
.article-body .article-intro { font-size: 1.3rem; line-height: 1.65; color: var(--navy); }
.article-body a { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold-ink); text-underline-offset: 4px; }
.article-body .button { text-decoration: none; color: var(--white); }
.article-body li + li { margin-top: 12px; }
.article-checklist > li { padding-left: 5px; margin-bottom: 22px; }
.article-table-wrap { overflow-x: auto; margin: 28px 0; }
.article-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.article-table caption { text-align: left; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.article-table th, .article-table td { padding: 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-table thead { color: var(--white); background: var(--navy); }
.article-table tbody th { min-width: 125px; background: var(--blue-pale); color: var(--navy); }
.article-next { margin-top: 60px; padding: clamp(24px, 4vw, 38px); border-radius: var(--radius); background: var(--gold-pale); }
.article-next h2 { font-size: 2rem; color: var(--navy); }
.article-next .text-link { display: table; margin-top: 22px; }
.pricing-detail-link { display: table; margin: 14px 0; }
@media (max-width: 620px) {
  .resource-grid { grid-template-columns: minmax(0, 1fr); }
  .article-body { overflow-wrap: break-word; }
  .article-toc { padding: 22px; }
  .article-table th, .article-table td { padding: 10px; font-size: 0.9375rem; }
  .article-table tbody th { min-width: 100px; }
}
@media (min-width: 861px) and (max-width: 1100px) {
  .site-header .nav-shell { grid-template-columns: minmax(190px, 1fr) auto; }
  .site-header .nav-cta { display: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--warm-white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(3rem, 6vw, 6.5rem);
}

h2 {
  font-size: clamp(2.35rem, 4.25vw, 4.8rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

::selection {
  background: var(--gold-bright);
  color: var(--navy-deep);
}

:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: clamp(84px, 10vw, 148px) 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--gold-bright);
  color: var(--navy-deep);
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--navy-mid);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 2px;
  background: var(--gold);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow-centered {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(5, 25, 41, 0.18);
}

.button-small {
  min-height: 42px;
  padding: 11px 18px;
  font-size: 0.82rem;
}

.button-gold {
  background: var(--gold-bright);
  color: var(--navy-deep);
}

.button-gold:hover {
  background: #edc875;
}

.button-navy {
  background: var(--navy);
}

.button-white {
  background: var(--white);
  color: var(--navy);
}

.button-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}

.button-outline-light:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy);
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
}

.button-ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.button-block {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.5;
  transition: gap 0.2s ease, color 0.2s ease;
}

.text-link:hover,
.service-card a:hover,
.pricing-note a:hover {
  gap: 16px;
  color: var(--gold-ink);
}

.text-link-light {
  color: var(--white);
}

.text-link-light:hover {
  color: var(--gold-bright);
}

.text-button {
  padding: 3px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--white);
  font-weight: 700;
}

/* Header */

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(11, 41, 68, 0.08);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.985);
  box-shadow: 0 12px 35px rgba(9, 31, 48, 0.08);
}

.nav-shell {
  display: grid;
  width: min(1280px, calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  grid-template-columns: minmax(210px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 34px;
}

.brand-link {
  display: block;
  width: clamp(200px, 18vw, 250px);
}

.brand-link img,
.footer-logo img {
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 40px);
}

.primary-nav a {
  position: relative;
  padding: 8px 0;
  color: #283b49;
  font-size: 0.88rem;
  font-weight: 750;
}

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

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

.nav-cta {
  justify-self: end;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Home hero */

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}

.hero {
  min-height: min(820px, calc(100vh - 82px));
}

.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.28;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent 0, black 30%, black 100%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(6px);
}

.hero-glow-one {
  top: -320px;
  left: -180px;
  background: radial-gradient(circle, rgba(199, 150, 56, 0.24), transparent 68%);
}

.hero-glow-two {
  right: -120px;
  bottom: -260px;
  background: radial-gradient(circle, rgba(28, 89, 131, 0.42), transparent 68%);
}

.hero-layout {
  display: grid;
  min-height: 720px;
  padding: clamp(80px, 10vw, 126px) 0 94px;
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

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

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--white);
}

.hero-copy h1::after {
  display: inline-block;
  width: 0.62em;
  height: 0.16em;
  margin-left: 0.12em;
  background: var(--gold-bright);
  content: "";
  vertical-align: 0.08em;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1.1rem, 1.55vw, 1.34rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.hero-proof span {
  display: flex;
  align-items: center;
}

.hero-proof span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin: 0 16px;
  border-radius: 50%;
  background: var(--gold-bright);
  content: "";
}

.hero-stage {
  position: relative;
  min-height: 520px;
}

.growth-mark {
  position: absolute;
  top: -15px;
  right: -60px;
  display: flex;
  height: 390px;
  align-items: flex-end;
  gap: 18px;
  opacity: 0.78;
  transform: skewY(-12deg);
}

.growth-bar {
  display: block;
  width: 48px;
  border: 1px solid rgba(226, 184, 92, 0.7);
  background: linear-gradient(180deg, rgba(226, 184, 92, 0.28), rgba(226, 184, 92, 0.03));
}

.growth-bar-one { height: 160px; }
.growth-bar-two { height: 260px; }
.growth-bar-three { height: 385px; background: linear-gradient(180deg, var(--gold-bright), rgba(199, 150, 56, 0.14)); }

.price-window {
  position: absolute;
  z-index: 2;
  top: 58px;
  right: 25px;
  width: min(100%, 430px);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(13, 43, 68, 0.88);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
}

.window-topline,
.window-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.window-topline {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line-dark);
}

.window-topline > span:nth-child(2) {
  margin-right: auto;
}

.status-dot {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 5px rgba(226, 184, 92, 0.1);
}

.price-lockup {
  margin: 30px 0 16px;
}

.price-lockup .from {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-main {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

.price-main .currency {
  margin: 0 5px 0.48em 0;
  color: var(--gold-bright);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.price-main strong {
  font-size: clamp(4.6rem, 7vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.price-lockup .per {
  margin: 0 0 6px 14px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
}

.price-window > p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

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

.check-list li {
  position: relative;
  padding-left: 27px;
  color: #354650;
  font-size: 0.94rem;
}

.check-list li::before {
  position: absolute;
  top: 0.37em;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.check-list li::after {
  position: absolute;
  top: 0.62em;
  left: 4px;
  width: 6px;
  height: 3px;
  border-bottom: 1.5px solid var(--gold);
  border-left: 1.5px solid var(--gold);
  content: "";
  transform: rotate(-45deg);
}

.check-list-dark li {
  color: rgba(255, 255, 255, 0.78);
}

.window-footer {
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.floating-note {
  position: absolute;
  z-index: 3;
  padding: 15px 18px;
  border-radius: 10px;
  background: var(--warm-white);
  color: var(--navy);
  box-shadow: var(--shadow);
}

.floating-note span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.floating-note strong {
  font-size: 0.84rem;
}

.floating-note-top {
  top: 24px;
  left: -28px;
}

.floating-note-bottom {
  right: -12px;
  bottom: 56px;
}

.hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  background: rgba(4, 19, 31, 0.7);
}

.ticker-track {
  display: flex;
  min-width: max-content;
  height: 58px;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.ticker-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-bright);
}

/* Shared section headings */

.section-heading {
  margin-bottom: clamp(48px, 6vw, 78px);
}

.section-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--navy);
}

.section-heading > p,
.split-heading > p {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.centered-heading {
  text-align: center;
}

.centered-heading h2,
.centered-heading > p {
  margin-right: auto;
  margin-left: auto;
}

.centered-heading > p {
  margin-top: 24px;
}

/* Small-business story */

.owner-story-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(96px, 11vw, 158px);
  color: var(--white);
  background:
    radial-gradient(circle at 92% 15%, rgba(226, 184, 92, 0.12), transparent 28%),
    linear-gradient(145deg, var(--navy-deep), #09243a 62%, #0a2d49);
}

.owner-story-section::after {
  position: absolute;
  right: -110px;
  bottom: 7%;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(226, 184, 92, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 58px rgba(226, 184, 92, 0.025), 0 0 0 116px rgba(226, 184, 92, 0.018);
}

.owner-story-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.owner-story-shell {
  position: relative;
  z-index: 1;
}

.owner-story-heading {
  margin-bottom: clamp(58px, 8vw, 100px);
}

.owner-story-heading-label {
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-dark);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.owner-story-heading-label .eyebrow {
  margin-bottom: 0;
}

.owner-story-heading-label > span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.owner-story-heading-copy {
  display: grid;
  padding-top: clamp(28px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: clamp(38px, 8vw, 105px);
}

.owner-story-heading h2 {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(3rem, 5.7vw, 6.35rem);
  letter-spacing: -0.055em;
}

.owner-story-heading-copy > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
}

.owner-story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px) 22px;
}

.owner-story-card {
  min-width: 0;
  margin: 0;
}

.owner-story-card-after {
  z-index: 1;
  grid-column: 1 / span 9;
  grid-row: 1;
}

.owner-story-card-maker {
  grid-column: 1 / span 4;
  grid-row: 2;
  margin-top: clamp(44px, 8vw, 104px);
}

.owner-story-card-return {
  grid-column: 4 / -1;
  grid-row: 3;
  margin-top: clamp(10px, 4vw, 52px);
}

.owner-story-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  background: var(--navy-mid);
  box-shadow: 0 30px 70px rgba(1, 11, 18, 0.3);
}

.owner-story-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 18, 29, 0.56), transparent 35%);
  content: "";
  pointer-events: none;
}

.owner-story-media-portrait {
  aspect-ratio: 4 / 5;
}

.owner-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.7s ease;
}

.owner-story-marker {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(4, 20, 32, 0.78);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.owner-story-caption {
  display: grid;
  padding-top: 24px;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
}

.owner-story-time {
  padding-top: 5px;
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.owner-story-caption h3 {
  max-width: 690px;
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  letter-spacing: -0.035em;
}

.owner-story-caption p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.owner-story-caption-compact {
  grid-template-columns: 1fr;
  gap: 8px;
}

.owner-story-caption-compact .owner-story-time {
  padding-top: 0;
}

.owner-story-caption-compact h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.owner-story-queue {
  z-index: 2;
  padding: 28px;
  border: 1px solid rgba(6, 24, 39, 0.25);
  border-radius: 3px;
  margin-bottom: clamp(66px, 9vw, 118px);
  background: var(--gold-bright);
  color: var(--navy-deep);
  box-shadow: 14px 14px 0 rgba(255, 255, 255, 0.07), 0 28px 60px rgba(1, 10, 17, 0.3);
  grid-column: 8 / -1;
  grid-row: 1;
  align-self: end;
}

.owner-story-queue-top {
  display: flex;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(6, 24, 39, 0.3);
  justify-content: space-between;
  gap: 16px;
  color: var(--navy-deep);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.owner-story-queue-top span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.owner-story-queue-top span:last-child::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8a260f;
  content: "";
  box-shadow: 0 0 0 4px rgba(138, 38, 15, 0.12);
}

.owner-story-queue ul {
  padding: 0;
  margin: 8px 0 22px;
  list-style: none;
}

.owner-story-queue li {
  display: grid;
  min-height: 47px;
  border-bottom: 1px solid rgba(6, 24, 39, 0.19);
  grid-template-columns: 58px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
}

.owner-story-queue li > span {
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.11em;
}

.owner-story-queue li > strong {
  overflow: hidden;
  font-size: 0.78rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-story-queue li > i {
  width: 13px;
  height: 13px;
  border: 1.5px solid rgba(6, 24, 39, 0.5);
  border-radius: 50%;
}

.owner-story-queue > p {
  margin-bottom: 0;
  color: rgba(6, 24, 39, 0.77);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.owner-story-queue > p strong {
  color: var(--navy-deep);
  font-size: 1.32em;
  letter-spacing: -0.04em;
}

.owner-story-bridge {
  position: relative;
  align-self: center;
  padding: clamp(42px, 6vw, 76px);
  border-left: 1px solid rgba(226, 184, 92, 0.45);
  background: rgba(255, 255, 255, 0.045);
  grid-column: 5 / -1;
  grid-row: 2;
}

.owner-story-bridge::before {
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 76px;
  background: var(--gold-bright);
  content: "";
}

.owner-story-bridge h3 {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.05rem, 3.7vw, 4rem);
  letter-spacing: -0.045em;
}

.owner-story-bridge > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
}

.owner-story-links {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owner-story-links a {
  display: flex;
  min-height: 64px;
  padding: 15px 16px 15px 0;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.owner-story-links a:nth-child(odd) {
  margin-right: 20px;
}

.owner-story-links a:hover {
  padding-left: 8px;
  color: var(--gold-bright);
}

.owner-story-links a span {
  color: var(--gold-bright);
}

.owner-story-bridge .button {
  margin-top: 34px;
}

@media (hover: hover) {
  .owner-story-card:hover .owner-story-media img {
    transform: scale(1.025);
    filter: saturate(1) contrast(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .owner-story-media img {
    transition: none;
  }
}

/* Service overview */

.services-overview {
  background: var(--warm-white);
}

.service-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-card-featured {
  min-height: 450px;
  grid-row: span 2;
  background: var(--gold-pale);
}

.service-card-dark {
  grid-column: 2 / 4;
  min-height: 290px;
  background: var(--navy);
  color: var(--white);
}

.service-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #59666e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-kicker {
  margin-bottom: 34px;
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 420px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
}

.service-card p:not(.service-kicker) {
  max-width: 480px;
  margin-bottom: 28px;
  color: var(--muted);
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 0.87rem;
  font-weight: 850;
  transition: gap 0.2s ease, color 0.2s ease;
}

.service-card-dark .service-number,
.service-card-dark p:not(.service-kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.service-card-dark h3,
.service-card-dark a {
  color: var(--white);
}

.service-card-dark .service-kicker,
.service-card-dark a:hover {
  color: var(--gold-bright);
}

.mini-browser {
  position: absolute;
  right: -30px;
  bottom: -36px;
  width: 68%;
  height: 190px;
  padding: 20px;
  border: 1px solid rgba(11, 41, 68, 0.16);
  border-radius: 12px 0 0 0;
  background: var(--white);
  box-shadow: -20px -20px 50px rgba(11, 41, 68, 0.1);
}

.mini-browser > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--line);
}

.mini-browser > div {
  width: 68%;
  height: 12px;
  margin-top: 26px;
  background: var(--navy);
  box-shadow: 0 22px 0 var(--blue-pale), 0 44px 0 var(--blue-pale);
}

.mini-browser > b {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 28%;
  height: 72px;
  background: var(--gold-bright);
}

/* Proof */

.proof-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.proof-section::after {
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(226, 184, 92, 0.2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(226, 184, 92, 0.035), 0 0 0 140px rgba(226, 184, 92, 0.025);
}

.proof-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(70px, 10vw, 140px);
}

.proof-statement {
  position: sticky;
  top: 140px;
  align-self: start;
}

.proof-statement h2 {
  margin-bottom: 36px;
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.proof-list {
  display: grid;
}

.proof-list article {
  display: grid;
  padding: 30px 0 34px;
  border-top: 1px solid var(--line-dark);
  grid-template-columns: 56px 1fr;
  gap: 20px;
}

.proof-list article:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.proof-list article > span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.proof-list h3 {
  margin-bottom: 9px;
  color: var(--white);
  letter-spacing: -0.025em;
}

.proof-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

/* Pricing */

.pricing-section {
  background: var(--blue-pale);
}

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

.pricing-card {
  position: relative;
  display: flex;
  min-height: 630px;
  padding: 36px 32px;
  border: 1px solid rgba(11, 41, 68, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 15px 35px rgba(11, 41, 68, 0.06);
  flex-direction: column;
}

.pricing-card-featured {
  transform: translateY(-15px);
  border-color: var(--gold);
  box-shadow: 0 25px 60px rgba(11, 41, 68, 0.14);
}

.pricing-card-navy {
  background: var(--navy);
  color: var(--white);
}

.popular-flag {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 7px 12px;
  border-radius: 0 0 7px 7px;
  background: var(--gold-bright);
  color: var(--navy-deep);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.plan-topline {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.plan-topline span:last-child {
  color: #59666e;
}

.plan-fit {
  min-height: 54px;
  margin-bottom: 26px;
  color: var(--muted);
}

.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.plan-price strong {
  color: var(--navy);
  font-size: clamp(3.5rem, 5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.plan-price sup {
  position: relative;
  top: -1.15em;
  margin-right: 2px;
  color: var(--gold-ink);
  font-size: 0.32em;
}

.plan-price span {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.plan-total {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.pricing-card .check-list {
  flex: 1;
}

.pricing-card-navy .plan-topline,
.pricing-card-navy .plan-price strong {
  color: var(--white);
}

.pricing-card-navy .plan-topline span:last-child,
.pricing-card-navy .plan-fit,
.pricing-card-navy .plan-price span {
  color: rgba(255, 255, 255, 0.62);
}

.pricing-card-navy .plan-price sup {
  color: var(--gold-bright);
}

.pricing-card-navy .plan-total {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-note {
  display: grid;
  margin-top: 30px;
  padding: 28px 32px;
  border: 1px solid rgba(11, 41, 68, 0.12);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.55);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.pricing-note strong {
  color: var(--navy);
}

.pricing-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.pricing-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  white-space: nowrap;
  transition: gap 0.2s ease, color 0.2s ease;
}

/* Process */

.process-section {
  background: var(--warm-white);
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.process-grid li {
  position: relative;
  min-height: 310px;
  padding: 32px 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid li:not(:last-child) {
  border-right: 1px solid var(--line);
}

.process-grid li::after {
  position: absolute;
  right: -7px;
  bottom: 53px;
  z-index: 2;
  width: 13px;
  height: 13px;
  border: 4px solid var(--warm-white);
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.process-grid li:last-child::after {
  display: none;
}

.process-index {
  display: block;
  margin-bottom: 74px;
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-grid h3 {
  margin-bottom: 12px;
  color: var(--navy);
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

/* Family section */

.family-section {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: var(--white);
}

.family-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(120deg, transparent 0 49%, rgba(255, 255, 255, 0.05) 50%, transparent 51%);
  background-size: 80px 80px;
  content: "";
}

.family-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.family-quote {
  position: relative;
  padding: 50px 0 50px 48px;
  border-left: 1px solid rgba(226, 184, 92, 0.5);
}

.quote-mark {
  position: absolute;
  top: -52px;
  left: 26px;
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 11rem;
  line-height: 1;
  opacity: 0.22;
}

.family-quote blockquote {
  position: relative;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.family-copy h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(2.1rem, 3.4vw, 3.5rem);
}

.family-copy > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
}

/* FAQ */

.faq-section {
  background: var(--gold-pale);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 140px);
}

.faq-intro {
  position: sticky;
  top: 140px;
  align-self: start;
}

.faq-intro h2 {
  margin-bottom: 22px;
  color: var(--navy);
}

.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.faq-list details {
  border-top: 1px solid rgba(11, 41, 68, 0.22);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(11, 41, 68, 0.22);
}

.faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 2px;
  background: var(--gold);
  content: "";
  transition: transform 0.2s ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 760px;
  padding: 0 52px 26px 0;
  margin-bottom: 0;
  color: var(--muted);
}

/* Lead funnel */

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.contact-section::after {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(226, 184, 92, 0.2);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 80px rgba(226, 184, 92, 0.03), 0 0 0 160px rgba(226, 184, 92, 0.018);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
}

.contact-intro {
  position: sticky;
  top: 140px;
}

.contact-intro h2 {
  margin-bottom: 24px;
  color: var(--white);
}

.contact-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
}

.contact-direct {
  display: grid;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
  gap: 7px;
}

.contact-direct span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-direct a {
  width: fit-content;
  color: var(--gold-bright);
  font-weight: 750;
}

.funnel-card {
  min-height: 610px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-large);
  background: rgba(5, 24, 39, 0.6);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}

.funnel-progress {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.funnel-progress > div {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.funnel-progress > div span {
  display: block;
  width: 33.33%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold-bright);
  transition: width 0.3s ease;
}

.funnel-progress p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-progress strong {
  color: var(--white);
}

.funnel-step fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

.funnel-step legend {
  max-width: 700px;
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.step-help {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.choice-grid {
  display: grid;
  gap: 12px;
}

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

.choice-grid-plans {
  margin-bottom: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
  position: relative;
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card > span {
  display: flex;
  min-height: 64px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.choice-card > span::before {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 0 3px transparent;
}

.choice-card:hover > span {
  border-color: rgba(226, 184, 92, 0.6);
  transform: translateY(-2px);
}

.choice-card input:checked + span {
  border-color: var(--gold-bright);
  background: rgba(226, 184, 92, 0.1);
  color: var(--white);
}

.choice-card input:checked + span::before {
  border-color: var(--gold-bright);
  background: var(--gold-bright);
  box-shadow: inset 0 0 0 3px var(--navy-deep);
}

.choice-card input:focus-visible + span {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.choice-plan > span {
  min-height: 82px;
  align-items: flex-start;
}

.choice-plan > span > span,
.choice-plan > span {
  flex-wrap: wrap;
}

.choice-plan strong,
.choice-plan small {
  display: block;
  width: calc(100% - 30px);
}

.choice-plan small {
  margin: 3px 0 0 27px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
}

.field-label {
  display: grid;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 750;
  gap: 7px;
}

.field-label small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 600;
}

.funnel-card input[type="text"],
.funnel-card input[type="email"],
.funnel-card input[type="tel"],
.funnel-card input[type="url"],
.funnel-card select,
.funnel-card textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.funnel-card select {
  margin-top: 7px;
  color-scheme: dark;
}

.funnel-card textarea {
  min-height: 110px;
  resize: vertical;
}

.funnel-card input:focus,
.funnel-card select:focus,
.funnel-card textarea:focus {
  border-color: var(--gold-bright);
  background: rgba(255, 255, 255, 0.1);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(226, 184, 92, 0.14);
}

.funnel-card input::placeholder,
.funnel-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

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

.field-span-two {
  grid-column: span 2;
}

.funnel-actions {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.funnel-actions-end {
  justify-content: flex-end;
}

.form-error {
  min-height: 1.4em;
  margin: 10px 0 0;
  color: #ffd0c6;
  font-size: 0.82rem;
  font-weight: 700;
}

.privacy-note,
.email-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

.email-note {
  text-align: right;
}

.funnel-success {
  display: grid;
  min-height: 490px;
  align-content: center;
  justify-items: start;
}

.funnel-success[hidden] {
  display: none;
}

.success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--gold-bright);
  color: var(--navy-deep);
  font-size: 1.5rem;
  font-weight: 900;
  place-items: center;
}

.funnel-success h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 2.2rem;
}

.funnel-success p {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.65);
}

.funnel-success .text-button {
  margin-top: 22px;
}

/* Footer */

.site-footer {
  padding: 76px 0 26px;
  background: #03121d;
  color: var(--white);
}

.footer-top {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  display: block;
  width: 280px;
  padding: 12px 15px;
  border-radius: 8px;
  background: var(--warm-white);
}

.footer-brand p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.55);
}

.footer-links {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links h2 {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.footer-bottom p {
  margin-bottom: 0;
}

/* Inner page hero */

.page-hero {
  min-height: 610px;
}

.page-hero-layout,
.team-hero-layout {
  display: grid;
  min-height: 610px;
  padding: 90px 0;
  align-items: center;
  gap: clamp(60px, 10vw, 140px);
}

.page-hero-layout {
  grid-template-columns: 1.1fr 0.9fr;
}

.page-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: clamp(3rem, 5.6vw, 6rem);
}

.page-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.14rem;
}

.capability-wheel {
  position: relative;
  width: 400px;
  height: 400px;
  margin-left: auto;
  border: 1px solid rgba(226, 184, 92, 0.45);
  border-radius: 50%;
  box-shadow: inset 0 0 0 58px rgba(255, 255, 255, 0.018), inset 0 0 0 59px rgba(255, 255, 255, 0.08);
}

.capability-wheel::before,
.capability-wheel::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.12);
  content: "";
  transform: translate(-50%, -50%);
}

.capability-wheel::before { width: 100%; height: 1px; }
.capability-wheel::after { width: 1px; height: 100%; }

.wheel-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--gold-bright);
  color: var(--navy-deep);
  align-content: center;
  justify-items: center;
  line-height: 1.05;
  transform: translate(-50%, -50%);
}

.wheel-center span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.wheel-center strong {
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.wheel-label {
  position: absolute;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.wheel-label-one { top: 14px; left: 50%; transform: translateX(-50%); }
.wheel-label-two { top: 50%; right: -17px; transform: translateY(-50%); }
.wheel-label-three { bottom: 14px; left: 50%; transform: translateX(-50%); }
.wheel-label-four { top: 50%; left: -16px; transform: translateY(-50%); }

.anchor-nav {
  position: sticky;
  z-index: 50;
  top: 82px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(12px);
}

.anchor-nav .shell {
  display: flex;
  min-width: max-content;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.anchor-nav a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.anchor-nav a:hover {
  color: var(--gold-ink);
}

/* Service detail page */

.service-detail {
  background: var(--warm-white);
}

.service-detail-alt {
  background: var(--gold-pale);
}

.service-detail-dark {
  background: var(--navy);
  color: var(--white);
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(60px, 10vw, 140px);
}

.detail-heading {
  position: relative;
}

.giant-index {
  position: absolute;
  top: -80px;
  left: -16px;
  z-index: 0;
  color: rgba(11, 41, 68, 0.05);
  font-size: clamp(8rem, 15vw, 14rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
}

.detail-heading .eyebrow,
.detail-heading h2 {
  position: relative;
  z-index: 1;
}

.detail-heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.detail-lede {
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 1.15rem;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.capability-list article {
  padding: 27px;
  background: var(--warm-white);
}

.service-detail-alt .capability-list article {
  background: var(--gold-pale);
}

.capability-list h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.capability-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.detail-tags {
  display: flex;
  margin-top: 30px;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-tags span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-mid);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.service-detail-dark .giant-index {
  color: rgba(255, 255, 255, 0.035);
}

.service-detail-dark .detail-heading h2,
.service-detail-dark .capability-list h3 {
  color: var(--white);
}

.service-detail-dark .detail-lede,
.service-detail-dark .capability-list p {
  color: rgba(255, 255, 255, 0.64);
}

.service-detail-dark .capability-list {
  background: rgba(255, 255, 255, 0.12);
}

.service-detail-dark .capability-list article {
  background: var(--navy);
}

.service-detail-dark .detail-tags span {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
}

/* Collection and add-on sections */

.collection-section {
  background: var(--blue-pale);
}

.comparison-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.comparison-wrap:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--white);
}

.comparison-table th,
.comparison-table td {
  padding: 20px 22px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  background: var(--navy);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table thead th:not(:first-child) {
  color: var(--gold-bright);
}

.comparison-table tbody th {
  width: 22%;
  color: var(--navy);
  font-size: 0.84rem;
}

.comparison-table td {
  color: var(--muted);
  font-size: 0.85rem;
}

.comparison-table td strong {
  color: var(--navy);
  font-size: 1.25rem;
}

.comparison-table tbody tr:nth-child(even) td,
.comparison-table tbody tr:nth-child(even) th {
  background: #f7f9fa;
}

.term-options {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.term-options article {
  padding: 28px;
  border: 1px solid rgba(11, 41, 68, 0.12);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.55);
}

.term-options span,
.term-options small {
  color: var(--gold-ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.term-options h3 {
  margin: 8px 0 10px;
  color: var(--navy);
}

.term-options p {
  margin-bottom: 4px;
  color: var(--muted);
}

.legal-note {
  max-width: 980px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.add-on-section {
  background: var(--warm-white);
}

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

.add-on-column {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.add-on-heading {
  display: flex;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
}

.add-on-heading span {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 850;
}

.add-on-heading small {
  color: var(--gold-ink);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.add-on-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.add-on-column li {
  display: flex;
  min-height: 67px;
  padding: 17px 26px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.add-on-column li:last-child {
  border-bottom: 0;
}

.add-on-column li span {
  color: var(--muted);
  font-size: 0.85rem;
}

.add-on-column li strong {
  color: var(--navy);
  font-size: 0.75rem;
  text-align: right;
  white-space: nowrap;
}

.add-on-column-dark {
  border-color: var(--navy);
  background: var(--navy);
}

.add-on-column-dark .add-on-heading,
.add-on-column-dark li {
  border-color: rgba(255, 255, 255, 0.13);
}

.add-on-column-dark .add-on-heading span,
.add-on-column-dark li strong {
  color: var(--white);
}

.add-on-column-dark .add-on-heading small {
  color: var(--gold-bright);
}

.add-on-column-dark li span {
  color: rgba(255, 255, 255, 0.64);
}

.cta-band {
  padding: 82px 0;
  background: var(--navy-deep);
  color: var(--white);
}

.cta-band-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-band h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
}

.cta-band .button {
  flex: 0 0 auto;
}

/* Team page */

.team-hero {
  padding-bottom: 150px;
}

.team-hero-layout {
  min-height: 510px;
  padding-bottom: 60px;
  grid-template-columns: 1.08fr 0.92fr;
}

.team-intro-copy {
  padding-left: clamp(24px, 5vw, 70px);
  border-left: 1px solid rgba(226, 184, 92, 0.45);
}

.team-intro-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.12rem;
}

.team-intro-copy p:last-child {
  margin-bottom: 0;
}

.team-monogram-row {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 150px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-monogram-row > div {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  align-content: center;
  justify-items: center;
}

.team-monogram-row > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.team-monogram-row span {
  color: var(--gold-bright);
  font-size: 1.6rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.team-monogram-row small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.team-section {
  background: var(--warm-white);
}

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

.team-card {
  display: grid;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  grid-template-rows: auto 1fr;
}

.team-portrait {
  aspect-ratio: 1;
  overflow: hidden;
  background: #28282d;
}

.team-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruiting-section {
  background: var(--gold-pale);
  border-top: 1px solid var(--line);
}

.recruiting-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: start;
}

.recruiting-layout h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  overflow-wrap: break-word;
}

.recruiting-copy > p {
  color: var(--muted);
  font-size: 1rem;
}

.recruiting-benefits {
  display: grid;
  gap: 8px;
  margin: 25px 0 30px;
  padding-left: 1.25rem;
  color: var(--navy);
  font-weight: 700;
}

.recruiting-benefits li::marker {
  color: var(--gold-ink);
}

.recruiting-copy .button {
  white-space: normal;
  text-align: center;
}

.recruiting-copy .recruiting-contact {
  margin: 20px 0 0;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}

.recruiting-contact a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 860px) {
  .recruiting-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.portrait-block {
  position: relative;
  display: grid;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  place-items: center;
}

.portrait-block::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
}

.portrait-block > span {
  position: relative;
  z-index: 2;
  font-size: clamp(4.8rem, 9vw, 8rem);
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1;
}

.portrait-bars {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.portrait-bars i {
  width: 22px;
  background: var(--gold-bright);
}

.portrait-bars i:nth-child(1) { height: 45px; opacity: 0.45; }
.portrait-bars i:nth-child(2) { height: 82px; opacity: 0.7; }
.portrait-bars i:nth-child(3) { height: 130px; }

.code-lines {
  position: absolute;
  top: 30px;
  right: 30px;
  display: grid;
  gap: 10px;
}

.code-lines i {
  width: 86px;
  height: 4px;
  background: var(--gold-bright);
  opacity: 0.65;
}

.code-lines i:nth-child(2) { width: 56px; margin-left: 30px; }
.code-lines i:nth-child(3) { width: 70px; margin-left: 16px; }

.portrait-chrissy {
  background: var(--gold);
  color: var(--navy-deep);
}

.conversation-lines {
  position: absolute;
  top: 28px;
  right: 28px;
}

.conversation-lines i {
  display: block;
  width: 90px;
  height: 36px;
  margin-bottom: 9px;
  border: 1px solid rgba(6, 24, 39, 0.45);
  border-radius: 18px 18px 2px 18px;
}

.conversation-lines i:nth-child(2) {
  width: 62px;
  margin-left: 28px;
  border-radius: 18px 18px 18px 2px;
}

.portrait-dan {
  background: var(--navy-mid);
}

.growth-arrow {
  position: absolute;
  right: 22px;
  bottom: -26px;
  color: var(--gold-bright);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  opacity: 0.55;
}

.team-card-body {
  display: flex;
  padding: 35px;
  flex-direction: column;
}

.team-role {
  margin-bottom: 8px;
  color: var(--gold-ink);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-card h3 {
  margin-bottom: 20px;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3rem);
}

.team-card-body > p:not(.team-role) {
  color: var(--muted);
  font-size: 1rem;
}

.team-contact {
  display: flex;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.team-contact a {
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.team-contact a:hover {
  color: var(--gold-ink);
}

.values-section {
  background: var(--navy);
  color: var(--white);
}

.values-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
}

.values-heading {
  position: sticky;
  top: 140px;
}

.values-heading h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.values-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.65);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.values-grid article {
  min-height: 280px;
  padding: 32px;
  background: var(--navy);
}

.values-grid article > span {
  display: block;
  margin-bottom: 70px;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.values-grid h3 {
  margin-bottom: 13px;
  color: var(--white);
}

.values-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.belief-section {
  background: var(--gold-pale);
}

.belief-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(70px, 11vw, 150px);
}

.belief-mark {
  display: flex;
  height: 420px;
  padding: 38px;
  border: 1px solid rgba(11, 41, 68, 0.16);
  background: var(--navy);
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  transform: skewY(-5deg);
}

.belief-bar {
  display: block;
  width: 68px;
  border: 1px solid rgba(226, 184, 92, 0.7);
  background: rgba(226, 184, 92, 0.12);
}

.belief-bar-one { height: 130px; }
.belief-bar-two { height: 225px; }
.belief-bar-three { height: 330px; background: var(--gold-bright); }

.belief-copy h2 {
  margin-bottom: 25px;
  color: var(--navy);
}

.belief-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.belief-signoff {
  display: grid;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(11, 41, 68, 0.2);
  gap: 3px;
}

.belief-signoff strong {
  color: var(--navy);
}

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

/* Subtle reveal */

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 1050px) {
  .nav-shell {
    grid-template-columns: 1fr auto auto;
  }

  .primary-nav {
    gap: 22px;
  }

  .hero-layout {
    grid-template-columns: 1fr 0.78fr;
    gap: 40px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .floating-note-top {
    left: 0;
  }

  .price-window {
    right: 0;
  }

  .owner-story-heading-copy {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 46px;
  }

  .owner-story-card-after {
    grid-column: 1 / span 9;
  }

  .owner-story-queue {
    padding: 24px;
    margin-bottom: 72px;
    grid-column: 7 / -1;
  }

  .owner-story-bridge {
    padding: 50px;
  }

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

  .service-card-featured {
    grid-row: span 1;
  }

  .service-card-dark {
    grid-column: auto;
    min-height: 390px;
  }

  .pricing-card {
    padding: 32px 24px;
  }

  .pricing-note {
    grid-template-columns: 1fr auto;
  }

  .pricing-note strong {
    grid-column: 1 / -1;
  }

  .page-hero-layout {
    gap: 45px;
  }

  .capability-wheel {
    width: 330px;
    height: 330px;
  }

  .wheel-center {
    width: 145px;
    height: 145px;
  }

  .add-on-column li {
    padding-inline: 18px;
  }
}

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 32px, 720px);
  }

  .section {
    padding: 88px 0;
  }

  .nav-shell {
    width: calc(100% - 32px);
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .brand-link {
    width: 220px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(3) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 16px 24px;
    border-top: 1px solid var(--line);
    background: var(--warm-white);
    box-shadow: 0 18px 28px rgba(7, 28, 44, 0.1);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 8px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout,
  .page-hero-layout,
  .team-hero-layout,
  .split-heading,
  .proof-layout,
  .family-layout,
  .faq-layout,
  .contact-layout,
  .service-detail-layout,
  .values-layout,
  .belief-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    padding: 86px 0 130px;
  }

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

  .hero-copy h1 {
    font-size: clamp(3.2rem, 11vw, 5.7rem);
  }

  .hero-stage {
    min-height: 500px;
  }

  .price-window {
    right: 50%;
    width: min(92%, 470px);
    transform: translateX(50%);
  }

  .growth-mark {
    right: 6%;
  }

  .floating-note-top {
    left: 2%;
  }

  .floating-note-bottom {
    right: 2%;
  }

  .owner-story-heading-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
  }

  .owner-story-heading-copy > p {
    max-width: 660px;
    margin-bottom: 0;
  }

  .owner-story-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .owner-story-card-after,
  .owner-story-card-maker,
  .owner-story-card-return,
  .owner-story-queue,
  .owner-story-bridge {
    grid-column: 1;
    grid-row: auto;
  }

  .owner-story-queue {
    width: min(520px, calc(100% - 14px));
    margin: -24px 14px 12px auto;
  }

  .owner-story-card-maker {
    width: 78%;
    margin: 10px 0 0 auto;
  }

  .owner-story-bridge {
    margin: 12px 0;
  }

  .owner-story-card-return {
    margin-top: 0;
  }

  .split-heading {
    gap: 24px;
  }

  .proof-statement,
  .faq-intro,
  .contact-intro,
  .values-heading {
    position: static;
  }

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

  .pricing-card {
    min-height: auto;
  }

  .pricing-card-featured {
    transform: none;
  }

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

  .process-grid li:nth-child(2) {
    border-right: 0;
  }

  .process-grid li:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .family-layout,
  .faq-layout,
  .contact-layout,
  .values-layout,
  .belief-layout {
    gap: 55px;
  }

  .family-quote {
    padding: 34px 0 34px 34px;
  }

  .page-hero,
  .page-hero-layout {
    min-height: auto;
  }

  .page-hero-layout,
  .team-hero-layout {
    padding: 82px 0 100px;
  }

  .capability-wheel {
    margin: 0 auto;
  }

  .anchor-nav {
    top: 72px;
  }

  .service-detail-layout {
    gap: 48px;
  }

  .detail-heading h2 {
    max-width: 650px;
  }

  .add-on-grid {
    grid-template-columns: 1fr;
  }

  .cta-band-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-hero {
    padding-bottom: 120px;
  }

  .team-hero-layout {
    min-height: 480px;
  }

  .team-intro-copy {
    max-width: 660px;
  }

  .team-monogram-row {
    height: 120px;
  }

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

  .team-card {
    min-height: auto;
  }

  .belief-mark {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 74px;
  }

  body {
    line-height: 1.58;
  }

  h1 {
    font-size: clamp(2.85rem, 14vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.15rem, 10.5vw, 3.45rem);
  }

  .section {
    padding: 72px 0;
  }

  .nav-shell {
    width: calc(100% - 28px);
  }

  .brand-link {
    width: 190px;
  }

  .hero-layout {
    padding-top: 70px;
    gap: 30px;
  }

  .hero-copy h1::after {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: fit-content;
  }

  .hero-proof {
    display: grid;
    gap: 9px;
  }

  .hero-proof span::after {
    display: none;
  }

  .hero-stage {
    min-height: 470px;
    margin: 0 -4px;
  }

  .price-window {
    top: 55px;
    padding: 23px;
  }

  .price-main strong {
    font-size: 4.5rem;
  }

  .price-main .currency {
    margin-bottom: 0.42em;
    font-size: 1.4rem;
  }

  .floating-note {
    padding: 11px 13px;
  }

  .floating-note-top {
    top: 14px;
    left: 0;
  }

  .floating-note-bottom {
    right: 0;
    bottom: 8px;
  }

  .owner-story-heading {
    margin-bottom: 52px;
  }

  .owner-story-heading-label {
    padding-bottom: 17px;
  }

  .owner-story-heading h2 {
    font-size: clamp(2.65rem, 14vw, 4.4rem);
  }

  .owner-story-heading-copy > p {
    font-size: 0.98rem;
  }

  .owner-story-grid {
    gap: 38px;
  }

  .owner-story-card-maker,
  .owner-story-queue {
    width: 100%;
    margin: 0;
  }

  .owner-story-caption {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .owner-story-time {
    padding-top: 0;
  }

  .owner-story-caption h3 {
    font-size: clamp(1.3rem, 7vw, 1.9rem);
  }

  .owner-story-marker {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: fit-content;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .owner-story-queue {
    padding: 20px;
  }

  .owner-story-queue li {
    grid-template-columns: 52px minmax(0, 1fr) 16px;
    gap: 8px;
  }

  .owner-story-bridge {
    padding: 38px 24px;
  }

  .owner-story-bridge::before {
    height: 58px;
  }

  .owner-story-bridge h3 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .owner-story-links {
    grid-template-columns: 1fr;
  }

  .owner-story-links a:nth-child(odd) {
    margin-right: 0;
  }

  .owner-story-bridge .button {
    width: 100%;
    justify-content: center;
  }

  .growth-mark {
    right: -3%;
    gap: 10px;
  }

  .growth-bar {
    width: 36px;
  }

  .ticker-track {
    justify-content: flex-start;
  }

  .service-grid,
  .process-grid,
  .capability-list,
  .term-options,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-dark {
    min-height: 355px;
    padding: 28px;
  }

  .service-card-featured {
    min-height: 430px;
  }

  .mini-browser {
    width: 76%;
  }

  .proof-list article {
    grid-template-columns: 42px 1fr;
  }

  .pricing-card {
    padding: 32px 25px;
  }

  .pricing-note {
    grid-template-columns: 1fr;
  }

  .process-grid li,
  .process-grid li:nth-child(-n + 2) {
    min-height: auto;
    padding: 27px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid li:not(:first-child) {
    border-top: 0;
  }

  .process-grid li::after {
    display: none;
  }

  .process-index {
    margin-bottom: 30px;
  }

  .family-quote blockquote {
    font-size: 2.45rem;
  }

  .contact-layout {
    gap: 44px;
  }

  .funnel-card {
    min-height: 590px;
    padding: 24px 19px;
    border-radius: 18px;
  }

  .choice-grid-two,
  .choice-grid-plans,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-span-two {
    grid-column: auto;
  }

  .funnel-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .funnel-actions-end {
    align-items: stretch;
  }

  .funnel-actions .button {
    width: 100%;
  }

  .email-note {
    text-align: left;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .page-hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .capability-wheel {
    width: 280px;
    height: 280px;
  }

  .wheel-center {
    width: 125px;
    height: 125px;
  }

  .wheel-center strong {
    font-size: 1.35rem;
  }

  .anchor-nav .shell {
    padding-right: 20px;
  }

  .capability-list article {
    padding: 24px 18px;
  }

  .team-hero {
    padding-bottom: 104px;
  }

  .team-hero-layout {
    min-height: 560px;
    padding-bottom: 70px;
  }

  .team-intro-copy {
    padding-left: 22px;
  }

  .team-monogram-row {
    height: 104px;
  }

  .team-monogram-row span {
    font-size: 1.1rem;
  }

  .team-monogram-row small {
    display: none;
  }

  .team-card {
    grid-template-rows: auto 1fr;
  }

  .team-card-body {
    padding: 27px 23px;
  }

  .team-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .belief-mark {
    height: 350px;
    padding: 28px;
    gap: 16px;
  }

  .belief-bar {
    width: 52px;
  }

  .belief-bar-one { height: 100px; }
  .belief-bar-two { height: 180px; }
  .belief-bar-three { height: 275px; }

  .cta-band {
    padding: 68px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .hero-ticker,
  .anchor-nav,
  .button,
  .funnel-card,
  .site-footer {
    display: none !important;
  }

  body,
  .hero,
  .page-hero,
  .proof-section,
  .family-section,
  .values-section,
  .cta-band {
    background: white !important;
    color: black !important;
  }

  * {
    box-shadow: none !important;
  }
}

/* Visibility graphics */

.visibility-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(226, 184, 92, 0.13), transparent 26%),
    linear-gradient(145deg, var(--navy-deep), var(--navy) 64%, #0e3554);
  color: var(--white);
}

.visibility-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.visibility-section > .shell {
  position: relative;
  z-index: 1;
}

.visibility-heading h2 {
  color: var(--white);
}

.visibility-heading > p {
  color: rgba(255, 255, 255, 0.72);
}

.signal-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: 1.55fr 0.72fr 0.72fr;
  gap: 16px;
}

.signal-card {
  min-height: 285px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.signal-card-wide {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: end;
  gap: 26px;
}

.signal-label,
.touchpoint-topline span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-bright);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-card-wide strong {
  display: block;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(3.4rem, 7vw, 6.3rem);
  letter-spacing: -0.08em;
  line-height: 0.86;
}

.signal-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.9rem;
  line-height: 1.55;
}

.signal-card p strong {
  color: var(--white);
}

.signal-spark {
  width: 100%;
  overflow: visible;
}

.signal-card-ring {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 21px;
}

.stat-ring {
  position: relative;
  display: grid;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: conic-gradient(var(--gold-bright) calc(var(--stat) * 1%), rgba(255, 255, 255, 0.11) 0);
  place-items: center;
}

.stat-ring::after {
  position: absolute;
  inset: 11px;
  border-radius: inherit;
  background: #0d304d;
  content: "";
}

.stat-ring strong {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.signal-sources {
  max-width: 1060px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.signal-sources a {
  color: var(--gold-bright);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rhythm-lab {
  display: grid;
  margin-top: 70px;
  padding: clamp(26px, 5vw, 56px);
  border-radius: var(--radius-large);
  background: var(--warm-white);
  color: var(--ink);
  box-shadow: var(--shadow-strong);
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(42px, 7vw, 84px);
}

.rhythm-copy h3 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.rhythm-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.rhythm-controls {
  display: inline-flex;
  padding: 5px;
  margin: 16px 0 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  gap: 3px;
}

.rhythm-controls button {
  min-height: 42px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.rhythm-controls button[aria-pressed="true"] {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(11, 41, 68, 0.18);
}

.touchpoint-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.touchpoint-topline {
  display: flex;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.touchpoint-topline span {
  color: var(--gold-ink);
}

.touchpoint-topline strong {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 0.86rem;
}

.touchpoint-chart {
  display: grid;
  gap: 28px;
}

.touchpoint-row {
  display: grid;
  grid-template-columns: 155px 1fr 42px;
  align-items: center;
  gap: 14px;
}

.touchpoint-row > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.touchpoint-track {
  height: 15px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--blue-pale);
}

.touchpoint-track i {
  display: block;
  width: var(--level);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  box-shadow: 0 0 20px rgba(199, 150, 56, 0.28);
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.touchpoint-row > strong {
  color: var(--navy);
  font-size: 1.12rem;
  text-align: right;
}

.touchpoint-total .touchpoint-track i {
  background: linear-gradient(90deg, var(--navy-mid), var(--navy));
}

.touchpoint-panel > p {
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

/* Conversation-led pricing */

.plan-caption {
  margin: 13px 0 22px;
  color: var(--gold-ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.pricing-card-navy .plan-caption {
  color: var(--gold-bright);
}

.plan-conversation {
  display: grid;
  min-height: 78px;
  margin-bottom: 13px;
  align-content: center;
}

.plan-conversation span {
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.plan-conversation strong {
  color: var(--navy);
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.pricing-card-navy .plan-conversation span {
  color: var(--gold-bright);
}

.pricing-card-navy .plan-conversation strong {
  color: var(--white);
}

.text-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

/* Service pathways */

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

.service-path-card {
  display: flex;
  min-height: 650px;
  padding: 36px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(11, 41, 68, 0.08);
  flex-direction: column;
}

.service-path-card-gold {
  border-color: rgba(199, 150, 56, 0.46);
  background: var(--gold-pale);
}

.service-path-card-dark {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.service-path-index {
  margin-bottom: 55px;
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.service-path-card-dark .service-path-index {
  color: var(--gold-bright);
}

.service-path-card h3 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3rem);
}

.service-path-card > p {
  min-height: 126px;
  color: var(--muted);
}

.service-path-card-dark h3 {
  color: var(--white);
}

.service-path-card-dark > p {
  color: rgba(255, 255, 255, 0.7);
}

.service-path-card .check-list {
  flex: 1;
}

.service-path-price,
.service-path-prompt {
  display: grid;
  min-height: 105px;
  margin: 25px 0;
  align-content: end;
  gap: 4px;
}

.service-path-price small,
.service-path-prompt small {
  color: var(--gold-ink);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-path-price > strong {
  color: var(--navy);
  font-size: 3.7rem;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.service-path-price strong span {
  font-size: 0.78rem;
  letter-spacing: 0;
}

.service-path-prompt strong {
  color: var(--navy);
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.service-path-card-dark .service-path-prompt small {
  color: var(--gold-bright);
}

.service-path-card-dark .service-path-prompt strong {
  color: var(--white);
}

.proposal-strip {
  display: grid;
  margin-top: 28px;
  padding: 25px 28px;
  border: 1px solid rgba(11, 41, 68, 0.12);
  border-radius: var(--radius-small);
  background: rgba(255, 255, 255, 0.6);
  grid-template-columns: 1.3fr repeat(4, auto);
  align-items: center;
  gap: 18px;
}

.proposal-strip strong {
  color: var(--navy);
}

.proposal-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.proposal-strip span::before {
  margin-right: 7px;
  color: var(--gold-ink);
  content: "✓";
}

/* Contact spotlight */

.contact-spotlight {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: clamp(55px, 9vw, 120px);
}

.contact-spotlight h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--white);
}

.contact-spotlight > div:first-child > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.contact-spotlight-actions {
  display: grid;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  gap: 16px;
  box-shadow: var(--shadow-strong);
}

.call-card {
  display: grid;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-small);
  gap: 3px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.call-card:hover {
  border-color: var(--gold-bright);
  background: rgba(255, 255, 255, 0.06);
}

.call-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.call-card strong {
  color: var(--white);
  font-size: 1.55rem;
}

/* Contact dialog */

body.dialog-open {
  overflow: hidden;
}

.contact-dialog {
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  max-height: min(880px, calc(100dvh - 32px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: var(--radius-large);
  background: var(--warm-white);
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(3, 15, 24, 0.46);
}

.contact-dialog:not([open]) {
  display: none;
}

.contact-dialog::backdrop {
  background: rgba(3, 15, 24, 0.78);
  backdrop-filter: blur(8px);
}

.contact-dialog.dialog-fallback-open {
  position: fixed;
  z-index: 1001;
  inset: 16px;
  margin: auto;
}

.contact-dialog-shell {
  position: relative;
  display: grid;
  min-height: 700px;
  grid-template-columns: 0.78fr 1.22fr;
}

.dialog-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(11, 41, 68, 0.16);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1;
  place-items: center;
  box-shadow: 0 8px 22px rgba(11, 41, 68, 0.12);
}

.dialog-pitch {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: clamp(38px, 5vw, 62px);
  background:
    radial-gradient(circle at 15% 80%, rgba(226, 184, 92, 0.2), transparent 30%),
    var(--navy);
  color: var(--white);
  flex-direction: column;
}

.dialog-pitch::after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(226, 184, 92, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 60px rgba(226, 184, 92, 0.025), 0 0 0 120px rgba(226, 184, 92, 0.018);
}

.dialog-pitch > * {
  position: relative;
  z-index: 1;
}

.dialog-pitch h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(2.7rem, 4.4vw, 4.5rem);
}

.dialog-pitch > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.dialog-benefits {
  display: grid;
  margin: 30px 0;
  gap: 12px;
}

.dialog-benefits span {
  display: flex;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  font-weight: 750;
  align-items: center;
  gap: 12px;
}

.dialog-benefits i {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(226, 184, 92, 0.5);
  border-radius: 50%;
  color: var(--gold-bright);
  font-size: 0.65rem;
  font-style: normal;
  place-items: center;
}

.dialog-phone {
  display: grid;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 2px;
}

.dialog-phone span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dialog-phone strong {
  color: var(--gold-bright);
  font-size: 1.55rem;
}

.dialog-form-panel {
  padding: clamp(42px, 5vw, 66px) clamp(28px, 5vw, 60px);
  background: var(--warm-white);
}

.dialog-form-heading {
  margin-bottom: 28px;
}

.dialog-form-heading > span {
  color: var(--gold-ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.dialog-form-heading h3 {
  margin: 7px 0 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
}

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

.dialog-form-grid label {
  display: grid;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
  gap: 7px;
}

.dialog-form-grid label small {
  color: var(--muted);
  font-weight: 600;
}

.dialog-field-wide {
  grid-column: span 2;
}

.dialog-form-grid input,
.dialog-form-grid select,
.dialog-form-grid textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd3d8;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dialog-form-grid textarea {
  min-height: 105px;
  resize: vertical;
}

.dialog-form-grid input:focus,
.dialog-form-grid select:focus,
.dialog-form-grid textarea:focus {
  border-color: var(--gold);
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(199, 150, 56, 0.16);
}

.dialog-privacy {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.dialog-submit-row {
  display: flex;
  margin-top: 24px;
  align-items: center;
  gap: 18px;
}

.dialog-submit-row > span {
  max-width: 240px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.dialog-submit-row > span a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 2px;
}

.dialog-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: var(--gold-pale);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 750;
}

.dialog-status[hidden] {
  display: none;
}

/* Smart contact reminder */

.conversion-dock {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: min(760px, calc(100% - 40px));
  min-height: 92px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  background: rgba(6, 24, 39, 0.96);
  color: var(--white);
  box-shadow: 0 24px 65px rgba(2, 15, 24, 0.35);
  transform: translateY(calc(100% + 40px));
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.42s;
  backdrop-filter: blur(16px);
}

.conversion-dock.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

body.dialog-open .conversion-dock {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.dock-close {
  position: absolute;
  top: -10px;
  right: -8px;
  display: grid;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
  place-items: center;
}

.dock-price {
  display: grid;
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.dock-price > span {
  color: var(--gold-bright);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.dock-price > strong {
  color: var(--white);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dock-price small {
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.64rem;
}

.conversion-dock > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
}

.dock-call {
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-card-wide {
    grid-column: span 2;
  }

  .rhythm-lab {
    grid-template-columns: 1fr;
  }

  .service-path-card {
    padding: 32px 24px;
  }

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

  .proposal-strip strong {
    grid-column: 1 / -1;
  }

  .contact-dialog-shell {
    grid-template-columns: 0.68fr 1.32fr;
  }
}

@media (max-width: 860px) {
  .signal-grid,
  .service-path-grid,
  .contact-spotlight,
  .contact-dialog-shell {
    grid-template-columns: 1fr;
  }

  .signal-card-wide {
    grid-column: auto;
  }

  .service-path-card {
    min-height: auto;
  }

  .service-path-card > p {
    min-height: 0;
  }

  .contact-dialog-shell {
    min-height: 0;
  }

  .dialog-pitch {
    min-height: 470px;
  }

  .conversion-dock {
    width: calc(100% - 28px);
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr auto auto;
  }

  .conversion-dock > p {
    display: none;
  }

  .dock-call {
    display: inline-flex;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .signal-card-wide {
    grid-template-columns: 1fr;
  }

  .signal-spark {
    max-height: 130px;
  }

  .rhythm-lab {
    padding: 22px;
    gap: 34px;
  }

  .rhythm-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .rhythm-controls button {
    padding-inline: 9px;
  }

  .touchpoint-panel {
    padding: 22px 18px;
  }

  .touchpoint-row {
    grid-template-columns: 1fr 38px;
    gap: 7px 10px;
  }

  .touchpoint-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .touchpoint-row > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .proposal-strip,
  .dialog-form-grid {
    grid-template-columns: 1fr;
  }

  .dialog-field-wide,
  .proposal-strip strong {
    grid-column: auto;
  }

  .contact-spotlight-actions {
    padding: 22px;
  }

  .contact-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 18px;
  }

  .dialog-pitch {
    min-height: 410px;
    padding: 42px 25px 32px;
  }

  .dialog-form-panel {
    padding: 36px 22px;
  }

  .dialog-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .dialog-submit-row .button {
    width: 100%;
  }

  .conversion-dock {
    min-height: 78px;
    padding: 10px 12px;
    gap: 10px;
  }

  .dock-price {
    padding-right: 10px;
  }

  .dock-price > span {
    font-size: 0.48rem;
  }

  .dock-price > strong {
    font-size: 1.25rem;
  }
}

@media print {
  .visibility-section,
  .contact-dialog,
  .conversion-dock,
  .contact-spotlight-actions {
    display: none !important;
  }
}

/* Search-focused service pages */

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

.intent-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 720px;
  padding: 125px 0 105px;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
}

.intent-hero .page-hero-copy {
  max-width: 760px;
}

.intent-hero .page-hero-copy h1 {
  font-size: clamp(3.3rem, 6.3vw, 6.6rem);
}

.intent-journey {
  display: grid;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.065);
  gap: 14px;
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(12px);
}

.intent-journey-label,
.search-stack > span,
.social-signal-title {
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.intent-journey > div {
  display: grid;
  padding: 19px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(5, 24, 39, 0.45);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 14px;
}

.intent-journey > div strong {
  grid-row: span 2;
  color: var(--gold-bright);
  font-size: 0.76rem;
}

.intent-journey p,
.intent-journey small {
  margin: 0;
}

.intent-journey p {
  color: var(--white);
  font-weight: 850;
}

.intent-journey small {
  color: rgba(255, 255, 255, 0.62);
}

.intent-journey > i {
  width: 1px;
  height: 15px;
  margin-left: 35px;
  background: var(--gold-bright);
}

.search-stack {
  display: grid;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.055);
  gap: 8px;
  box-shadow: var(--shadow-strong);
}

.search-stack > div {
  display: flex;
  min-height: 67px;
  padding: 14px 18px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  align-items: center;
  gap: 16px;
}

.search-stack > div:nth-child(2) { width: 72%; }
.search-stack > div:nth-child(3) { width: 82%; }
.search-stack > div:nth-child(4) { width: 92%; }
.search-stack > div:nth-child(5) { width: 100%; }

.search-stack strong {
  color: var(--gold-bright);
  font-size: 0.72rem;
}

.search-stack p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.social-signal {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 184, 92, 0.13), rgba(255, 255, 255, 0.03) 58%, transparent 59%);
  box-shadow: inset 0 0 0 55px rgba(255, 255, 255, 0.02);
}

.social-signal-title {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.social-signal-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 145px;
  height: 145px;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--navy-deep);
  color: var(--white);
  text-align: center;
  place-items: center;
  box-shadow: 0 0 55px rgba(226, 184, 92, 0.17);
}

.social-signal-center strong {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.15;
}

.social-node {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(6, 24, 39, 0.88);
  color: var(--white);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.social-node-one { top: 88px; left: 18px; }
.social-node-two { top: 88px; right: 12px; }
.social-node-three { bottom: 78px; left: 2px; }
.social-node-four { right: 34px; bottom: 70px; }

.intent-intro {
  background: var(--warm-white);
}

.intent-intro-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 9vw, 120px);
}

.intent-intro h2 {
  color: var(--navy);
}

.intent-prose {
  padding-left: 32px;
  border-left: 3px solid var(--gold);
}

.intent-prose p {
  color: var(--muted);
  font-size: 1.05rem;
}

.intent-capabilities {
  background: var(--blue-pale);
}

.intent-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.intent-card-grid article {
  min-height: 340px;
  padding: 30px 25px;
  border: 1px solid rgba(11, 41, 68, 0.11);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 32px rgba(11, 41, 68, 0.06);
}

.intent-card-grid article > span {
  display: block;
  margin-bottom: 85px;
  color: var(--gold-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.intent-card-grid h3 {
  color: var(--navy);
}

.intent-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.intent-process-section {
  background: var(--navy);
  color: var(--white);
}

.intent-process-section h2 {
  color: var(--white);
}

.intent-process-section .split-heading > p {
  color: rgba(255, 255, 255, 0.68);
}

.intent-process {
  display: grid;
  margin: 54px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.intent-process li {
  min-height: 285px;
  padding: 30px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.intent-process li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.intent-process li > strong {
  display: block;
  margin-bottom: 65px;
  color: var(--gold-bright);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.intent-process h3 {
  color: var(--white);
}

.intent-process p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.88rem;
}

.not-found {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 40px 20px;
  overflow: hidden;
  background: var(--navy-deep);
  place-items: center;
}

.not-found-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: clamp(32px, 6vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-large);
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.not-found-card .footer-logo {
  margin-bottom: 45px;
}

.not-found-card h1 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(3rem, 8vw, 6rem);
}

.not-found-card > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.not-found-phone {
  display: inline-block;
  margin-top: 28px;
  color: var(--gold-bright);
  font-weight: 800;
}

.service-link-row,
.detail-deep-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
}

.detail-deep-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 850;
  align-items: center;
  gap: 8px;
}

.detail-deep-link:hover {
  color: var(--gold-ink);
}

@media (max-width: 1050px) {
  .intent-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .intent-hero-layout,
  .intent-intro-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .intent-hero-layout {
    padding: 95px 0 105px;
  }

  .intent-journey,
  .search-stack,
  .social-signal {
    width: min(100%, 560px);
    margin: 0 auto;
  }

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

  .intent-process li:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .intent-card-grid,
  .intent-process {
    grid-template-columns: 1fr;
  }

  .intent-card-grid article,
  .intent-process li {
    min-height: 0;
  }

  .intent-card-grid article > span,
  .intent-process li > strong {
    margin-bottom: 38px;
  }

  .intent-process li + li {
    border-left: 0;
    border-top: 0;
  }

  .intent-prose {
    padding-left: 22px;
  }

  .social-signal {
    min-height: 340px;
  }

  .social-node-three {
    bottom: 48px;
  }

  .social-node-four {
    right: 14px;
    bottom: 42px;
  }
}

/* Keep previously shared Squarespace section links useful after migration. */
.legacy-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 7rem;
}
