:root {
  color-scheme: light;
  --ink: #171512;
  --charcoal: #26231e;
  --paper: #f5f1e8;
  --panel: #fffdf7;
  --panel-strong: #e9e2d2;
  --muted: #6e685f;
  --line: rgba(23, 21, 18, 0.15);
  --line-dark: rgba(248, 244, 236, 0.18);
  --accent: #9b2f24;
  --accent-2: #173f45;
  --accent-soft: #eadfd1;
  --deep: #171512;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Space Grotesk", "Geist", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--font-body);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
}
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(248, 244, 236, 0.92);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(22px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
  position: relative;
}

.brand::before {
  border: 2px solid var(--ink);
  content: "";
  display: block;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
  width: 24px;
}

.brand::after {
  background: var(--accent);
  content: "";
  display: block;
  height: 4px;
  left: 9px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 16px;
}

.brand-type {
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.2vw, 28px);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-item { position: relative; }
nav a { color: var(--muted); }
nav a:hover { color: var(--ink); }
.nav-dropdown {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(17, 16, 13, 0.14);
  display: grid;
  left: 50%;
  min-width: 252px;
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 18px);
  transform: translateX(-50%) translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 30;
}
.nav-dropdown::before { content: ""; height: 20px; left: 0; position: absolute; right: 0; top: -20px; }
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown a {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: block;
  font-size: 0.72rem;
  padding: 13px 14px;
  white-space: nowrap;
}
.nav-dropdown a:last-child { border-bottom: 0; }
.nav-dropdown a:hover { background: var(--accent-soft); }

.hero {
  background:
    linear-gradient(rgba(23, 21, 18, 0.05) 1px, transparent 1px) 0 0 / 5vw 5vw,
    linear-gradient(90deg, rgba(23, 21, 18, 0.05) 1px, transparent 1px) 0 0 / 5vw 5vw,
    radial-gradient(760px circle at var(--mx, 76%) var(--my, 36%), rgba(155, 47, 36, 0.08), transparent 58%),
    linear-gradient(180deg, var(--paper), var(--panel));
  color: var(--ink);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr);
  min-height: min(900px, calc(100vh - 76px));
  overflow: hidden;
  padding: clamp(42px, 6vw, 88px) clamp(22px, 5vw, 72px) clamp(34px, 5vw, 66px);
  position: relative;
  transition: background 120ms ease;
}
.hero-copy { align-self: end; max-width: 1420px; position: relative; z-index: 1; }
.hero-copy::before {
  content: "//";
  color: var(--accent-2);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  margin-bottom: clamp(36px, 5vw, 66px);
  width: auto;
}
.hero-copy::after {
  background: var(--ink);
  content: "";
  display: block;
  height: 1px;
  margin-top: clamp(34px, 4vw, 54px);
  width: min(520px, 100%);
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: var(--font-display);
  font-size: clamp(4.35rem, 11.7vw, 14.4rem);
  font-weight: 820;
  letter-spacing: -0.105em;
  line-height: 0.72;
  margin-bottom: 34px;
  max-width: 1400px;
  text-transform: uppercase;
}
h1 span { display: block; }
h2 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.8vw, 6.5rem);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin-bottom: 0;
}
h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.35vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin-bottom: 0;
}
.intro {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
  max-width: 760px;
}
.hero-brief {
  align-items: start;
  display: grid;
  gap: clamp(22px, 5vw, 68px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(260px, 0.55fr);
  max-width: 1160px;
}
.hero-brief p:not(.intro) {
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
  margin: 0;
  max-width: 460px;
}
.hero-kicker {
  color: var(--accent-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.eyebrow {
  color: var(--accent-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.button.primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button.secondary { color: var(--ink); }
.button:hover { transform: translateY(-1px); }
.button.primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.button.secondary:hover { background: rgba(23, 21, 18, 0.06); }

.hero-index {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(44px, 5vw, 74px);
  position: relative;
  z-index: 1;
}

.hero-index span {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  min-height: 76px;
  padding: 22px;
  text-transform: uppercase;
}
.hero-index span:nth-child(3n) { border-right: 0; }
.hero-index span:nth-last-child(-n + 3) { border-bottom: 0; }

.signal-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.signal-strip div {
  border-right: 1px solid var(--line);
  min-height: 174px;
  padding: clamp(26px, 4.2vw, 50px);
  transition: background 180ms ease;
}
.signal-strip div:last-child { border-right: 0; }
.signal-strip strong,
.signal-strip span { display: block; }
.signal-strip strong {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.25vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.9;
  margin-bottom: 24px;
}
.signal-strip span { color: var(--muted); line-height: 1.55; max-width: 300px; }
.signal-strip div:hover { background: rgba(15, 107, 99, 0.055); }

.search-tape {
  background: var(--accent-2);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.search-tape div {
  align-items: center;
  display: flex;
  gap: 28px;
  min-width: max-content;
  padding: 16px 0;
}
.search-tape span {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.75vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}
.search-tape span::after {
  content: "/";
  margin-left: 28px;
}

.proof {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.proof div { min-height: 188px; padding: clamp(24px, 4vw, 46px); }
.proof div + div { border-left: 1px solid var(--line); }
.proof strong,
.proof span { display: block; }
.proof strong {
  font-family: var(--font-display);
  font-size: clamp(1.32rem, 2vw, 2rem);
  letter-spacing: -0.055em;
  margin-bottom: 16px;
}
.proof span { color: var(--muted); line-height: 1.55; max-width: 360px; }
.statement {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  padding: clamp(74px, 11vw, 152px) clamp(22px, 5vw, 72px);
}
.statement h2 { max-width: 1180px; }
.statement p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.55vw, 1.26rem);
  line-height: 1.62;
  margin: 28px 0 0;
  max-width: 760px;
}

.services { background: var(--paper); border-top: 1px solid var(--line); color: var(--ink); }
.section-intro {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 5vw, 70px);
  grid-template-columns: 0.7fr 1.3fr;
  padding: clamp(54px, 8vw, 112px) clamp(22px, 5vw, 72px);
}
.section-intro h2 { max-width: 900px; }
.services article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 4vw, 56px);
  grid-template-columns: 110px minmax(260px, 0.9fr) minmax(280px, 1.1fr) auto;
  min-height: 154px;
  padding: 36px clamp(22px, 5vw, 72px);
  position: relative;
  transition: background 180ms ease, color 180ms ease;
}
.services article::before {
  background: var(--accent);
  content: "";
  height: 100%;
  left: clamp(22px, 5vw, 72px);
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 180ms ease;
  width: 4px;
}
.service-num {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.services article:hover { background: var(--panel); color: var(--ink); }
.services article:hover::before { transform: scaleY(1); }
.services article:hover p { color: var(--muted); }
.services article:hover a { color: var(--accent-2); }
.services p,
.method-list p,
.contact p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.58;
  margin-bottom: 0;
}
.services a {
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.services a::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 12px;
  transform: rotate(45deg) translateY(-1px);
  width: 7px;
}

.method {
  background:
    var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: clamp(34px, 6vw, 90px);
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(74px, 10vw, 140px) clamp(22px, 5vw, 72px);
}
.method .eyebrow { color: var(--accent); }
.method h2 { color: var(--ink); }
.method-list { border-top: 1px solid var(--line); }
.method-list p { border-bottom: 1px solid var(--line); color: var(--muted); padding: 24px 0; }

.contact {
  background: var(--paper);
  display: grid;
  gap: clamp(34px, 6vw, 90px);
  grid-template-columns: 0.86fr 1.14fr;
  padding: clamp(74px, 10vw, 140px) clamp(22px, 5vw, 72px);
}
.contact p { color: var(--muted); }

.subpage-hero {
  background:
    radial-gradient(720px circle at 86% 20%, rgba(15, 107, 99, 0.1), transparent 58%),
    linear-gradient(120deg, transparent 0 67%, rgba(47, 84, 143, 0.06) 67% 100%),
    linear-gradient(180deg, var(--paper), var(--panel));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: clamp(74px, 10vw, 150px) clamp(22px, 5vw, 72px);
  position: relative;
}
.subpage-hero::after {
  background:
    linear-gradient(90deg, var(--accent), var(--accent-2));
  content: "";
  height: 5px;
  left: clamp(22px, 5vw, 72px);
  position: absolute;
  top: clamp(48px, 6vw, 80px);
  width: 146px;
}
.subpage-hero h1 { max-width: 1180px; }
.subpage-hero .intro { color: var(--muted); }
.subpage-content {
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: 0.8fr 1.2fr;
  padding: clamp(54px, 8vw, 110px) clamp(22px, 5vw, 72px);
}
.subpage-content h2 { font-size: clamp(2.4rem, 5vw, 5.4rem); }
.subpage-content ul { color: var(--muted); line-height: 1.8; margin: 0; padding-left: 20px; }
.subpage-content .button { align-self: start; grid-column: 2; width: fit-content; }
.list-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); }
.list-grid article { border-bottom: 1px solid var(--line); min-height: 260px; padding: clamp(28px, 5vw, 64px); }
.list-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.list-grid h3 { margin-bottom: 22px; max-width: 560px; }
.list-grid p { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.14rem); line-height: 1.6; max-width: 560px; }
.process-list { border-top: 1px solid var(--line); }
.process-list article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 5vw, 70px);
  grid-template-columns: 120px minmax(240px, 0.7fr) minmax(280px, 1fr);
  padding: clamp(28px, 5vw, 58px) clamp(22px, 5vw, 72px);
}
.process-list span { color: var(--accent-2); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.14em; }
.process-list p { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.14rem); line-height: 1.6; margin: 0; }
.faq-hero {
  background:
    radial-gradient(circle at 86% 14%, rgba(15, 107, 99, 0.12), transparent 340px),
    radial-gradient(circle at 72% 58%, rgba(47, 84, 143, 0.1), transparent 380px),
    linear-gradient(180deg, var(--paper), var(--panel));
}
.faq-snapshot {
  background:
    linear-gradient(120deg, rgba(15, 107, 99, 0.07), transparent 54%),
    var(--panel);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.faq-snapshot article {
  border-right: 1px solid var(--line);
  min-height: 250px;
  padding: clamp(26px, 4vw, 48px);
}
.faq-snapshot article:last-child {
  border-right: 0;
}
.faq-snapshot span {
  color: var(--accent-2);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 44px;
  text-transform: uppercase;
}
.faq-snapshot h3 {
  color: var(--ink);
  margin-bottom: 18px;
}
.faq-snapshot p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}
.faq-layout {
  background:
    linear-gradient(90deg, rgba(47, 84, 143, 0.035), transparent 44%),
    var(--paper);
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: 0.72fr 1.28fr;
  padding: clamp(54px, 8vw, 118px) clamp(22px, 5vw, 72px);
}
.faq-aside {
  align-self: start;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 18px 18px 0 rgba(15, 107, 99, 0.075);
  color: var(--ink);
  padding: clamp(26px, 4vw, 42px);
  position: sticky;
  top: 110px;
}
.faq-aside .eyebrow {
  color: var(--accent);
}
.faq-aside h2 { font-size: clamp(2.35rem, 4.8vw, 5.2rem); margin-bottom: 24px; }
.faq-aside p { color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.65; margin-bottom: 28px; max-width: 520px; }
.faq-aside-list {
  border-top: 1px solid var(--line);
  display: grid;
  margin-bottom: 28px;
}
.faq-aside-list span {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 14px 0;
  text-transform: uppercase;
}
.faq-aside .button.primary {
  background: var(--ink);
  color: var(--paper);
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(17, 24, 34, 0.045);
  overflow: hidden;
}
.faq-list details[open] {
  border-color: rgba(15, 107, 99, 0.36);
}
.faq-list summary {
  cursor: pointer;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: -0.05em;
  list-style: none;
  padding: 26px 58px 26px 26px;
  position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--accent); content: "+"; font-size: 1.6rem; font-weight: 500; position: absolute; right: 26px; top: 22px; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.68; margin: 0; max-width: 820px; padding: 0 58px 28px 26px; }

form {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 18px 18px 0 rgba(15, 107, 99, 0.075);
  display: grid;
}
label {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  font-size: 0.74rem;
  font-weight: 900;
  gap: 9px;
  letter-spacing: 0.1em;
  padding: 18px;
  text-transform: uppercase;
}
label:last-of-type { border-bottom: 0; }
input,
textarea {
  background: transparent;
  border: 0;
  color: var(--ink);
  font: 1.02rem var(--font-body);
  min-height: 42px;
  outline: 0;
  padding: 0;
  resize: vertical;
  width: 100%;
}
form .button { border: 0; border-top: 1px solid var(--ink); cursor: pointer; min-height: 60px; width: 100%; }

.site-footer { background: var(--deep); border-top: 1px solid var(--line-dark); color: var(--paper); }
.footer-main {
  display: grid;
  gap: clamp(38px, 8vw, 120px);
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.05fr);
  padding: clamp(46px, 7vw, 92px) clamp(22px, 5vw, 72px);
}
.footer-logo {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.3vw, 4.4rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.92;
  margin-bottom: 24px;
}
.footer-brand p { color: rgba(248, 241, 232, 0.68); font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.6; margin-bottom: 26px; max-width: 560px; }
.footer-email { color: var(--accent); font-size: 0.84rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.footer-links { display: grid; gap: 34px; grid-template-columns: repeat(2, minmax(160px, 1fr)); }
.footer-links div { display: grid; gap: 12px; }
.footer-links span,
.footer-bottom { font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-links span { color: var(--accent); margin-bottom: 8px; }
.footer-links a { color: rgba(248, 241, 232, 0.7); font-size: 0.96rem; line-height: 1.4; }
.footer-links a:hover,
.footer-email:hover { color: var(--paper); }
.footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  color: rgba(248, 241, 232, 0.48);
  display: flex;
  justify-content: space-between;
  padding: 20px clamp(22px, 5vw, 72px);
}

@media (max-width: 940px) {
  .hero,
  .method,
  .contact,
  .hero-brief,
  .section-intro,
  .faq-layout,
  .subpage-content,
  .process-list article,
  .footer-main { grid-template-columns: 1fr; }
  .faq-aside { position: static; }
  .subpage-content .button { grid-column: auto; }
  .proof { grid-template-columns: 1fr; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-index { grid-template-columns: repeat(2, 1fr); }
  .hero-index span:nth-child(3n) { border-right: 1px solid var(--line); }
  .hero-index span:nth-child(2n) { border-right: 0; }
  .hero-index span:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .hero-index span:nth-last-child(-n + 2) { border-bottom: 0; }
  .faq-snapshot { grid-template-columns: repeat(2, 1fr); }
  .faq-snapshot article:nth-child(2) { border-right: 0; }
  .proof div + div { border-left: 0; border-top: 1px solid var(--line); }
  .services article { align-items: start; grid-template-columns: 1fr; }
  .list-grid { grid-template-columns: 1fr; }
  .list-grid article:nth-child(odd) { border-right: 0; }
  .services p,
  .services a { grid-column: auto; }
}

@media (max-width: 680px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 16px; padding-bottom: 18px; padding-top: 18px; }
  nav { flex-wrap: wrap; gap: 14px 18px; }
  h1 { font-size: clamp(4rem, 18vw, 6.3rem); }
  h2 { font-size: clamp(2.55rem, 13vw, 4.9rem); }
  .hero-actions,
  .footer-bottom { align-items: stretch; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-bottom: 38px; padding-top: 58px; }
  .hero-index { grid-template-columns: 1fr; }
  .hero-index span,
  .hero-index span:nth-child(2n),
  .hero-index span:nth-child(3n) { border-right: 0; }
  .hero-index span:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .hero-index span:last-child { border-bottom: 0; }
  .button { width: 100%; }
  .signal-strip { grid-template-columns: 1fr; }
  .signal-strip div { border-bottom: 1px solid var(--line-dark); border-right: 0; min-height: auto; }
  .faq-snapshot { grid-template-columns: 1fr; }
  .faq-snapshot article { border-bottom: 1px solid var(--line-dark); border-right: 0; min-height: auto; }
}

/* Enterprise search direction */
:root {
  --ink: #101114;
  --charcoal: #1c2027;
  --paper: #f7f4ee;
  --panel: #fffdf8;
  --panel-strong: #ebe5d8;
  --muted: #64625d;
  --line: rgba(16, 17, 20, 0.12);
  --line-dark: rgba(247, 244, 238, 0.18);
  --accent: #b48746;
  --accent-2: #234f63;
  --accent-soft: #efe5d2;
  --deep: #101114;
}

.site-header {
  background: rgba(247, 244, 238, 0.9);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.brand::before {
  border-color: var(--ink);
  height: 22px;
  width: 22px;
}

.brand::after {
  background: var(--accent);
}

nav a {
  color: var(--muted);
}

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

.nav-dropdown {
  background: var(--panel);
  border-color: var(--line);
}

.nav-dropdown a {
  border-bottom-color: var(--line);
  color: var(--ink);
}

.hero {
  background:
    radial-gradient(900px circle at var(--mx, 72%) var(--my, 34%), rgba(180, 135, 70, 0.16), transparent 56%),
    radial-gradient(760px circle at 84% 68%, rgba(35, 79, 99, 0.12), transparent 60%),
    linear-gradient(180deg, #fbf8f1 0%, var(--paper) 100%);
  color: var(--ink);
  grid-template-columns: 1fr;
  min-height: min(900px, calc(100vh - 76px));
  padding: clamp(64px, 7vw, 118px) clamp(22px, 5vw, 72px) clamp(34px, 5vw, 66px);
}

.hero::before {
  background:
    linear-gradient(rgba(16, 17, 20, 0.045) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(90deg, rgba(16, 17, 20, 0.045) 1px, transparent 1px) 0 0 / 52px 52px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-visual {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.visibility-panel {
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(16, 17, 20, 0.12);
  box-shadow: 0 32px 90px rgba(16, 17, 20, 0.09);
  color: var(--ink);
  max-width: 360px;
  padding: 24px;
  position: absolute;
}

.visibility-panel span {
  color: var(--accent-2);
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.visibility-panel strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin-bottom: 14px;
}

.visibility-panel p {
  color: var(--muted);
  line-height: 1.52;
  margin: 0;
}

.panel-a {
  right: clamp(26px, 6vw, 110px);
  top: clamp(112px, 15vw, 180px);
  transform: rotate(2deg);
}

.panel-b {
  right: clamp(120px, 17vw, 310px);
  top: clamp(330px, 31vw, 430px);
  transform: rotate(-3deg);
}

.panel-c {
  right: clamp(-40px, 4vw, 80px);
  bottom: clamp(86px, 12vw, 150px);
  transform: rotate(1deg);
}

.hero-copy {
  align-self: end;
  max-width: 980px;
  padding-top: clamp(70px, 9vw, 140px);
}

.hero-copy::before,
.hero-copy::after {
  display: none;
}

.hero-kicker {
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  margin-bottom: 28px;
}

h1 {
  font-size: clamp(4.6rem, 9.7vw, 11.6rem);
  font-weight: 780;
  letter-spacing: -0.086em;
  line-height: 0.8;
  margin-bottom: 34px;
  max-width: 980px;
  text-transform: none;
}

.intro {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1.12rem, 1.55vw, 1.34rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.58;
  max-width: 650px;
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.button.secondary {
  color: var(--ink);
}

.hero-index {
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(58px, 7vw, 100px);
  position: relative;
  z-index: 2;
}

.hero-index span {
  border-bottom: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  min-height: 84px;
  padding: 24px 18px;
}

.hero-index span:last-child {
  border-right: 0;
}

.search-tape {
  background: var(--ink);
  color: var(--paper);
}

.statement {
  background: var(--panel);
  color: var(--ink);
}

.statement p:not(.eyebrow) {
  color: var(--muted);
}

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

.services article {
  grid-template-columns: 100px minmax(260px, 0.9fr) minmax(280px, 1.1fr) auto;
}

.services article:hover {
  background: var(--panel);
  color: var(--ink);
}

.services article:hover p {
  color: var(--muted);
}

.services a,
.services article:hover a,
.service-num {
  color: var(--accent-2);
}

.services p,
.contact p {
  color: var(--muted);
}

@media (max-width: 940px) {
  .hero-index {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-index span {
    border-bottom: 1px solid var(--line);
  }

  .hero-index span:nth-child(2n) {
    border-right: 0;
  }

  .hero-index span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .visibility-panel {
    opacity: 0.24;
  }
}

/* Luxury search reset */
:root {
  --ink: #15120f;
  --charcoal: #25211c;
  --paper: #f6f1e8;
  --panel: #fffaf1;
  --panel-strong: #e9dfcf;
  --muted: #6e675d;
  --line: rgba(21, 18, 15, 0.14);
  --line-dark: rgba(246, 241, 232, 0.18);
  --accent: #9b6a3f;
  --accent-2: #17545d;
  --accent-soft: #eee3d3;
  --deep: #15120f;
}

.site-header {
  background: rgba(246, 241, 232, 0.92);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.brand::before {
  border-color: var(--ink);
  transform: rotate(45deg);
}

.brand::after {
  background: var(--accent);
  transform: rotate(45deg);
}

nav a {
  color: var(--muted);
}

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

.hero {
  background:
    radial-gradient(820px circle at var(--mx, 78%) var(--my, 32%), rgba(155, 106, 63, 0.12), transparent 58%),
    linear-gradient(180deg, #fffaf1 0%, var(--paper) 100%);
  display: grid;
  gap: clamp(42px, 7vw, 108px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  min-height: calc(100vh - 76px);
  padding: clamp(78px, 9vw, 146px) clamp(22px, 5vw, 72px) clamp(44px, 6vw, 88px);
}

.hero::after,
.hero::before,
.surface-stack {
  display: none;
}

.hero-copy {
  align-self: end;
  max-width: 1040px;
}

.hero-copy::before {
  background: var(--ink);
  content: "";
  display: block;
  height: 1px;
  margin-bottom: clamp(52px, 7vw, 94px);
  width: min(520px, 100%);
}

.hero-kicker {
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  margin-bottom: 28px;
}

h1 {
  font-size: clamp(4.4rem, 9.3vw, 11rem);
  font-weight: 780;
  letter-spacing: -0.086em;
  line-height: 0.82;
  max-width: 1020px;
}

.intro {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.64;
  max-width: 660px;
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.button.secondary {
  color: var(--ink);
}

.hero-note {
  align-self: end;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: clamp(28px, 4vw, 48px) 0;
}

.hero-note span {
  color: var(--accent-2);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-note strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 22px;
}

.hero-note p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.signal-strip {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.signal-strip div {
  border-right: 1px solid var(--line);
  min-height: 190px;
  padding: clamp(28px, 4vw, 52px);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip strong {
  color: var(--ink);
  font-size: clamp(1.55rem, 2.8vw, 3.2rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.signal-strip span {
  color: var(--muted);
}

.proof-ledger,
.proof {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}

.proof div,
.proof-ledger div {
  border-right: 1px solid var(--line);
  min-height: 220px;
  padding: clamp(28px, 4vw, 52px);
}

.proof div:last-child,
.proof-ledger div:last-child {
  border-right: 0;
}

.proof strong,
.proof-ledger strong {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.8rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.proof span,
.proof-ledger span {
  color: var(--muted);
}

.statement {
  background: var(--panel);
  color: var(--ink);
}

.statement .eyebrow,
.services a,
.services article:hover a,
.service-num,
.footer-email,
.footer-links span {
  color: var(--accent-2);
}

.statement p:not(.eyebrow),
.services p,
.services article:hover p,
.contact p,
.method-list p {
  color: var(--muted);
}

.services {
  background: var(--panel);
  color: var(--ink);
}

.services article {
  background: transparent;
  grid-template-columns: 96px minmax(260px, 0.9fr) minmax(280px, 1.1fr) auto;
}

.services article:nth-child(odd) {
  background: transparent;
}

.services article:hover {
  background: var(--accent-soft);
  transform: none;
}

.services article::before {
  background: var(--accent);
}

.method {
  background: var(--panel-strong);
  color: var(--ink);
}

.method .eyebrow {
  color: var(--accent-2);
}

.site-footer {
  background: var(--ink);
}

@media (max-width: 940px) {
  .hero,
  .signal-strip,
  .proof,
  .proof-ledger {
    grid-template-columns: 1fr;
  }

  .signal-strip div,
  .proof div,
  .proof-ledger div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }
}

/* Prism Polish: premium composition pass */
.hero {
  background:
    radial-gradient(760px circle at var(--mx, 76%) var(--my, 24%), rgba(75, 47, 212, 0.14), transparent 58%),
    radial-gradient(620px circle at 92% 72%, rgba(185, 53, 104, 0.1), transparent 62%),
    linear-gradient(180deg, #fffaff 0%, #f7f3f8 100%);
  display: grid;
  gap: clamp(42px, 7vw, 108px);
  grid-template-columns: minmax(0, 1.02fr) minmax(310px, 0.62fr);
  min-height: calc(100vh - 76px);
  padding: clamp(72px, 8vw, 128px) clamp(22px, 5vw, 72px) clamp(42px, 6vw, 86px);
}

.hero::after {
  color: rgba(20, 13, 24, 0.035);
  content: "VISIBILITY";
  font-family: var(--font-display);
  font-size: clamp(6rem, 16vw, 19rem);
  font-weight: 850;
  letter-spacing: -0.11em;
  line-height: 0.78;
  position: absolute;
  right: -0.12em;
  top: 12%;
  z-index: 0;
}

.hero-copy::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  height: 2px;
  margin-bottom: clamp(44px, 6vw, 86px);
  width: min(420px, 100%);
}

.hero-kicker {
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
}

h1 {
  font-size: clamp(4.15rem, 8.45vw, 10.2rem);
  letter-spacing: -0.086em;
  line-height: 0.84;
  max-width: 970px;
}

.intro {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.66;
  max-width: 620px;
}

.surface-stack {
  align-self: end;
  background: rgba(255, 250, 255, 0.56);
  border-left: 1px solid var(--line);
  min-height: auto;
  padding-left: clamp(22px, 4vw, 48px);
  position: relative;
}

.surface-stack::before {
  color: var(--accent-2);
  content: "Search surfaces";
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.surface-stack span {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.1vw, 4.2rem);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.9;
  padding: 18px 0;
  text-align: left;
  transform: none;
  -webkit-text-stroke: 0;
}

.surface-stack span:nth-child(2),
.surface-stack span:nth-child(3),
.surface-stack span:nth-child(4) {
  color: var(--ink);
  transform: none;
}

.surface-stack span:last-child {
  border-bottom: 0;
  color: var(--accent);
}

.surface-flow {
  background:
    linear-gradient(120deg, #140d18, #201229 56%, #2a1534);
  color: var(--paper);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.surface-flow div,
.surface-flow div:nth-child(even) {
  align-content: end;
  border-right: 1px solid rgba(247, 243, 248, 0.12);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin-left: 0;
  min-height: clamp(280px, 34vw, 480px);
  padding: clamp(28px, 4vw, 54px);
}

.surface-flow div:last-child {
  border-right: 0;
}

.surface-flow div + div {
  border-top: 0;
}

.surface-flow strong {
  color: var(--paper);
  font-size: clamp(2.2rem, 4.4vw, 5.8rem);
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.surface-flow span {
  color: rgba(247, 243, 248, 0.66);
  line-height: 1.55;
}

.proof-ledger {
  background:
    radial-gradient(640px circle at 20% 20%, rgba(75, 47, 212, 0.08), transparent 62%),
    var(--paper);
  gap: clamp(30px, 5vw, 78px);
  grid-template-columns: minmax(240px, 0.8fr) minmax(240px, 1.05fr) minmax(240px, 0.9fr);
  padding: clamp(72px, 10vw, 150px) clamp(22px, 5vw, 72px);
}

.proof-ledger strong {
  font-size: clamp(1.7rem, 3.2vw, 4.25rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.proof-ledger span {
  color: var(--muted);
}

.statement {
  background: var(--panel);
}

.statement h2 {
  max-width: 1120px;
}

.services {
  background: var(--panel);
}

.services article {
  background: transparent;
  grid-template-columns: 92px minmax(260px, 0.86fr) minmax(280px, 1fr) auto;
}

.services article:nth-child(odd) {
  background: transparent;
}

.services article:hover {
  background: rgba(75, 47, 212, 0.045);
}

@media (max-width: 940px) {
  .hero,
  .surface-flow,
  .proof-ledger {
    grid-template-columns: 1fr;
  }

  .surface-stack {
    border-left: 0;
    padding-left: 0;
  }

  .surface-flow div,
  .surface-flow div:nth-child(even) {
    border-bottom: 1px solid rgba(247, 243, 248, 0.12);
    border-right: 0;
    min-height: auto;
  }
}

/* Prism Flow: fewer boxes, more editorial movement */
.hero {
  background:
    radial-gradient(760px circle at var(--mx, 70%) var(--my, 30%), rgba(75, 47, 212, 0.11), transparent 58%),
    linear-gradient(128deg, transparent 0 58%, rgba(185, 53, 104, 0.08) 58% 59%, transparent 59% 100%),
    linear-gradient(180deg, #fffaff 0%, var(--paper) 100%);
  gap: clamp(42px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.6fr);
}

.hero::after {
  color: rgba(20, 13, 24, 0.045);
  content: "SEARCH";
  font-family: var(--font-display);
  font-size: clamp(7rem, 21vw, 26rem);
  font-weight: 850;
  letter-spacing: -0.1em;
  line-height: 0.8;
  position: absolute;
  right: -0.1em;
  top: clamp(88px, 12vw, 150px);
  z-index: 0;
}

.hero-copy,
.editorial-panel {
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  height: 3px;
  margin-bottom: clamp(40px, 6vw, 76px);
  width: 160px;
}

h1 {
  font-size: clamp(4.5rem, 9.4vw, 11.4rem);
}

.intro {
  font-size: clamp(1.12rem, 1.6vw, 1.34rem);
  line-height: 1.62;
}

.editorial-panel {
  border: 0;
  gap: clamp(28px, 4vw, 54px);
}

.editorial-panel div {
  border: 0;
  padding: 0;
}

.editorial-panel div + div {
  margin-top: clamp(20px, 3vw, 36px);
}

.editorial-panel span {
  color: var(--accent-2);
  display: inline-block;
  margin-bottom: 18px;
}

.editorial-panel strong {
  display: block;
  max-width: 420px;
}

.editorial-panel p {
  margin-top: 14px;
}

.hero-index {
  display: none;
}

.signal-strip {
  background:
    linear-gradient(120deg, rgba(75, 47, 212, 0.08), transparent 44%),
    var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip div {
  border-right: 0;
  min-height: 190px;
}

.signal-strip strong {
  font-size: clamp(1.7rem, 3vw, 3.5rem);
}

.proof {
  background: var(--paper);
  border-bottom: 0;
  display: grid;
  gap: clamp(28px, 5vw, 78px);
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(58px, 8vw, 120px) clamp(22px, 5vw, 72px);
}

.proof div,
.proof div + div {
  border: 0;
  min-height: auto;
  padding: 0;
}

.statement {
  background:
    linear-gradient(120deg, var(--ink), #24132d);
  color: var(--paper);
}

.statement .eyebrow {
  color: #ded2e5;
}

.statement p:not(.eyebrow) {
  color: rgba(247, 243, 248, 0.68);
}

.services {
  background: var(--panel);
}

.services article {
  grid-template-columns: 92px minmax(260px, 0.9fr) minmax(280px, 1.1fr) auto;
}

.services article::before {
  display: none;
}

.services article:hover {
  background: rgba(75, 47, 212, 0.045);
}

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

  .signal-strip,
  .proof {
    grid-template-columns: 1fr;
  }
}

/* Creative Prism layout reset */
.hero {
  align-items: end;
  background:
    radial-gradient(620px circle at var(--mx, 64%) var(--my, 28%), rgba(75, 47, 212, 0.16), transparent 58%),
    radial-gradient(520px circle at 90% 70%, rgba(185, 53, 104, 0.14), transparent 60%),
    linear-gradient(180deg, #fffaff 0%, var(--paper) 100%);
  display: grid;
  gap: clamp(34px, 6vw, 94px);
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  min-height: calc(100vh - 76px);
  padding-bottom: clamp(36px, 6vw, 90px);
  position: relative;
}

.hero::after {
  content: "RANK";
  font-family: var(--font-display);
  font-size: clamp(10rem, 26vw, 34rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.7;
  opacity: 0.035;
  position: absolute;
  right: -0.16em;
  top: 12%;
}

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

.hero-copy::before {
  background: var(--ink);
  height: 1px;
  margin-bottom: clamp(40px, 6vw, 90px);
  width: min(480px, 100%);
}

h1 {
  font-size: clamp(4.2rem, 9vw, 11rem);
  max-width: 900px;
}

.surface-stack {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 560px;
  position: relative;
  z-index: 2;
}

.surface-stack span {
  color: transparent;
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 7vw, 9rem);
  font-weight: 850;
  letter-spacing: -0.09em;
  line-height: 0.76;
  text-align: right;
  -webkit-text-stroke: 1px rgba(20, 13, 24, 0.52);
}

.surface-stack span:nth-child(2) {
  color: var(--ink);
  transform: translateX(-8%);
  -webkit-text-stroke: 0;
}

.surface-stack span:nth-child(3) {
  color: var(--accent);
  transform: translateX(6%);
  -webkit-text-stroke: 0;
}

.surface-stack span:nth-child(4) {
  color: var(--accent-2);
  transform: translateX(-3%);
  -webkit-text-stroke: 0;
}

.surface-flow {
  background: var(--ink);
  color: var(--paper);
  display: block;
  padding: clamp(58px, 8vw, 116px) clamp(22px, 5vw, 72px);
}

.surface-flow div {
  align-items: end;
  border: 0;
  display: grid;
  gap: clamp(20px, 5vw, 90px);
  grid-template-columns: minmax(260px, 0.75fr) minmax(260px, 0.65fr);
  min-height: auto;
  padding: clamp(28px, 4vw, 48px) 0;
}

.surface-flow div:nth-child(even) {
  margin-left: clamp(0px, 18vw, 260px);
}

.surface-flow div + div {
  border-top: 1px solid rgba(247, 243, 248, 0.14);
}

.surface-flow strong {
  color: var(--paper);
  font-size: clamp(3rem, 8vw, 10rem);
  letter-spacing: -0.09em;
  line-height: 0.78;
  margin: 0;
}

.surface-flow span {
  color: rgba(247, 243, 248, 0.66);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.6;
  max-width: 420px;
}

.proof-ledger {
  background: var(--panel);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  padding: clamp(70px, 10vw, 150px) clamp(22px, 5vw, 72px);
}

.proof-ledger div:nth-child(2) {
  margin-top: clamp(40px, 8vw, 110px);
}

.proof-ledger div:nth-child(3) {
  margin-top: clamp(12px, 3vw, 44px);
}

.proof-ledger strong {
  font-size: clamp(2rem, 4vw, 5.4rem);
  line-height: 0.86;
}

.statement {
  background:
    linear-gradient(120deg, var(--paper), var(--panel));
  color: var(--ink);
}

.statement .eyebrow {
  color: var(--accent-2);
}

.statement p:not(.eyebrow) {
  color: var(--muted);
}

.section-intro {
  align-items: end;
  grid-template-columns: minmax(180px, 0.36fr) minmax(300px, 1fr);
}

.services article {
  grid-template-columns: 90px minmax(260px, 0.8fr) minmax(280px, 1fr) auto;
}

.services article:nth-child(odd) {
  background: rgba(255, 250, 255, 0.56);
}

.services article:hover {
  background: rgba(75, 47, 212, 0.065);
}

@media (max-width: 940px) {
  .hero,
  .surface-flow div,
  .proof-ledger {
    grid-template-columns: 1fr;
  }

  .surface-stack {
    min-height: auto;
  }

  .surface-stack span {
    text-align: left;
  }

  .surface-flow div:nth-child(even),
  .proof-ledger div:nth-child(2),
  .proof-ledger div:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
}

/* Prism Index brand application */
:root {
  --ink: #140d18;
  --charcoal: #221529;
  --paper: #f7f3f8;
  --panel: #fffaff;
  --panel-strong: #ded2e5;
  --muted: #6b6170;
  --line: rgba(20, 13, 24, 0.13);
  --line-dark: rgba(247, 243, 248, 0.18);
  --accent: #4b2fd4;
  --accent-2: #b93568;
  --accent-soft: #eadfec;
  --deep: #140d18;
}

.site-header {
  background: rgba(247, 243, 248, 0.92);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.brand {
  gap: 14px;
}

.brand::before {
  border: 2px solid var(--ink);
  height: 24px;
  transform: skewX(-10deg);
  width: 24px;
}

.brand::after {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  height: 5px;
  left: 7px;
  top: 9px;
  transform: skewX(-10deg);
  width: 18px;
}

nav a {
  color: var(--muted);
}

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

.nav-dropdown {
  background: var(--panel);
  border-color: var(--line);
}

.nav-dropdown a {
  border-bottom-color: var(--line);
  color: var(--ink);
}

.nav-dropdown a:hover {
  background: var(--accent-soft);
}

.hero {
  background:
    radial-gradient(900px circle at var(--mx, 72%) var(--my, 30%), rgba(75, 47, 212, 0.16), transparent 56%),
    radial-gradient(760px circle at 86% 70%, rgba(185, 53, 104, 0.12), transparent 60%),
    linear-gradient(rgba(20, 13, 24, 0.045) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(20, 13, 24, 0.045) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, #fffaff 0%, var(--paper) 100%);
  color: var(--ink);
}

.hero-kicker {
  color: var(--accent-2);
}

h1 {
  max-width: 1260px;
}

.intro {
  color: var(--ink);
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button.secondary {
  color: var(--ink);
}

.signal-board {
  background:
    radial-gradient(circle at 80% 18%, rgba(75, 47, 212, 0.32), transparent 28%),
    radial-gradient(circle at 22% 76%, rgba(185, 53, 104, 0.2), transparent 24%),
    linear-gradient(rgba(247, 243, 248, 0.07) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(90deg, rgba(247, 243, 248, 0.07) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--ink);
  border-color: var(--ink);
  box-shadow: 24px 24px 0 rgba(75, 47, 212, 0.11);
  color: var(--paper);
}

.signal-board::after {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.board-top,
.board-bottom {
  color: var(--paper);
}

.board-top {
  border-bottom-color: var(--line-dark);
}

.board-top span {
  color: rgba(247, 243, 248, 0.72);
}

.board-main strong {
  border-right-color: var(--line-dark);
}

.board-bottom {
  border-top-color: var(--line-dark);
}

.board-bottom div {
  border-right-color: var(--line-dark);
}

.board-bottom span {
  color: rgba(247, 243, 248, 0.68);
}

.hero-index {
  background: rgba(255, 250, 255, 0.68);
  border-color: var(--line);
}

.hero-index span {
  border-right-color: var(--line);
  color: var(--muted);
}

.search-tape {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  color: var(--panel);
}

.signal-strip,
.proof,
.services,
.contact {
  background: var(--paper);
  color: var(--ink);
}

.statement {
  background: var(--panel);
  color: var(--ink);
}

.statement p:not(.eyebrow),
.proof span,
.signal-strip span,
.services p,
.services article:hover p,
.contact p,
.method-list p {
  color: var(--muted);
}

.services article:hover {
  background: var(--panel);
  color: var(--ink);
}

.services article::before {
  background: var(--accent);
}

.services a,
.services article:hover a,
.service-num,
.eyebrow,
.footer-email,
.footer-links span {
  color: var(--accent-2);
}

.method {
  background: var(--panel-strong);
  color: var(--ink);
}

.method .eyebrow {
  color: var(--accent);
}

form {
  box-shadow: 18px 18px 0 rgba(75, 47, 212, 0.08);
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
}

@media (max-width: 940px) {
  .signal-board {
    box-shadow: 14px 14px 0 rgba(75, 47, 212, 0.11);
  }
}

/* Prism Index energy pass */
.hero {
  background:
    radial-gradient(760px circle at var(--mx, 70%) var(--my, 22%), rgba(75, 47, 212, 0.22), transparent 54%),
    radial-gradient(680px circle at 88% 62%, rgba(185, 53, 104, 0.18), transparent 58%),
    linear-gradient(rgba(20, 13, 24, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(90deg, rgba(20, 13, 24, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(180deg, #fffaff 0%, #f4eef8 100%);
  overflow: hidden;
}

.prism-field {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.prism-field span {
  background: linear-gradient(90deg, rgba(75, 47, 212, 0), rgba(75, 47, 212, 0.2), rgba(185, 53, 104, 0));
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: center;
}

.prism-field span:nth-child(1) {
  right: -8%;
  top: 22%;
  transform: rotate(-18deg);
  width: 58%;
}

.prism-field span:nth-child(2) {
  left: 12%;
  top: 62%;
  transform: rotate(11deg);
  width: 46%;
}

.prism-field span:nth-child(3) {
  bottom: 14%;
  right: 6%;
  transform: rotate(-7deg);
  width: 38%;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

h1 {
  text-wrap: balance;
}

.intro {
  max-width: 940px;
}

.signal-board {
  border: 0;
  border-radius: 0;
  box-shadow:
    28px 28px 0 rgba(75, 47, 212, 0.12),
    -14px -14px 0 rgba(185, 53, 104, 0.08);
  margin-left: clamp(0px, 5vw, 70px);
  transform: rotate(-1deg);
}

.signal-board::before {
  background:
    linear-gradient(115deg, transparent 0 49%, rgba(247, 243, 248, 0.16) 49% 50%, transparent 50% 100%),
    linear-gradient(65deg, transparent 0 62%, rgba(185, 53, 104, 0.2) 62% 63%, transparent 63% 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.signal-board::after {
  height: 16px;
  opacity: 0.95;
  top: 47%;
  transform: rotate(-2deg);
}

.board-main strong {
  color: var(--panel);
  min-width: 0;
}

.board-main strong:nth-child(2) {
  color: #ded2e5;
}

.board-main strong:nth-child(3) {
  color: #f4c7d9;
}

.board-main strong:nth-child(4) {
  color: #ffffff;
}

.board-orbit {
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.board-orbit span {
  border-right: 1px solid var(--line-dark);
  color: rgba(247, 243, 248, 0.54);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 16px;
  text-align: center;
}

.board-orbit span:last-child {
  border-right: 0;
}

.hero-index {
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(75, 47, 212, 0.08);
}

.hero-index span {
  font-weight: 900;
}

.search-tape div {
  animation: tapeMove 28s linear infinite;
}

@keyframes tapeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.signal-strip strong {
  color: var(--ink);
}

.services article {
  transition: background 180ms ease, transform 180ms ease;
}

.services article:hover {
  transform: translateX(8px);
}

@media (max-width: 940px) {
  .signal-board {
    margin-left: 0;
    transform: none;
  }
}

@media (max-width: 680px) {
  .board-orbit {
    grid-template-columns: 1fr;
  }

  .board-orbit span {
    border-bottom: 1px solid var(--line-dark);
    border-right: 0;
  }

  .board-orbit span:last-child {
    border-bottom: 0;
  }
}

/* Prism Editorial reset: less generated, more premium */
.hero {
  background:
    radial-gradient(860px circle at var(--mx, 74%) var(--my, 28%), rgba(75, 47, 212, 0.08), transparent 58%),
    linear-gradient(180deg, #fffaff 0%, var(--paper) 100%);
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.72fr);
  overflow: hidden;
  padding: clamp(70px, 8vw, 132px) clamp(22px, 5vw, 72px) clamp(38px, 5vw, 74px);
}

.hero::before,
.prism-field,
.signal-board,
.search-tape {
  display: none;
}

.hero-copy {
  align-self: end;
  max-width: 980px;
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  background: var(--ink);
  content: "";
  display: block;
  height: 1px;
  margin-bottom: clamp(46px, 7vw, 92px);
  width: min(520px, 100%);
}

.hero-kicker {
  color: var(--accent-2);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
}

h1 {
  font-size: clamp(4.2rem, 8.9vw, 10.8rem);
  letter-spacing: -0.085em;
  line-height: 0.82;
  max-width: 1000px;
}

.intro {
  color: var(--muted);
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 1.55vw, 1.32rem);
  font-weight: 520;
  letter-spacing: 0;
  line-height: 1.62;
  max-width: 650px;
}

.editorial-panel {
  align-self: end;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  position: relative;
  z-index: 2;
}

.editorial-panel div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 44px) 0;
}

.editorial-panel div:last-child {
  border-bottom: 0;
}

.editorial-panel span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.editorial-panel strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2.45rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.editorial-panel p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
  max-width: 420px;
}

.hero-index {
  background: transparent;
  border: 1px solid var(--line);
  grid-column: 1 / -1;
  margin-top: 0;
}

.hero-index span {
  background: rgba(255, 250, 255, 0.48);
  min-height: 72px;
}

.signal-strip {
  background: var(--panel);
}

.signal-strip strong {
  color: var(--ink);
}

.services article:hover {
  transform: none;
}

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

@media (max-width: 680px) {
  h1 {
    font-size: clamp(3.7rem, 16vw, 6.2rem);
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(4rem, 17vw, 6.8rem);
  }

  .hero-index {
    grid-template-columns: 1fr;
  }

  .hero-index span,
  .hero-index span:nth-child(2n) {
    border-right: 0;
  }

  .hero-index span:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .hero-index span:last-child {
    border-bottom: 0;
  }
}

/* MegaETH + Hy.pe inspired premium direction */
:root {
  --ink: #0e0f10;
  --paper: #f8f3e8;
  --panel: #fffaf0;
  --panel-strong: #eee5d4;
  --muted: #6f675a;
  --line: rgba(14, 15, 16, 0.14);
  --line-dark: rgba(248, 243, 232, 0.18);
  --accent: #d6a447;
  --accent-2: #215a67;
  --accent-soft: #efe3c9;
  --deep: #0e0f10;
}

.site-header {
  background: rgba(248, 243, 232, 0.92);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.brand::before {
  border-color: var(--ink);
}

.brand::after {
  background: var(--accent-2);
}

nav a {
  color: var(--muted);
}

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

.nav-dropdown {
  background: var(--panel);
  border-color: var(--line);
}

.nav-dropdown a {
  border-bottom-color: var(--line);
  color: var(--ink);
}

.hero {
  background:
    radial-gradient(900px circle at var(--mx, 74%) var(--my, 30%), rgba(214, 164, 71, 0.2), transparent 56%),
    linear-gradient(rgba(14, 15, 16, 0.045) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(14, 15, 16, 0.045) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, #fffaf0 0%, var(--paper) 100%);
  color: var(--ink);
  display: block;
  min-height: auto;
  padding: clamp(62px, 7vw, 104px) clamp(22px, 5vw, 72px) clamp(32px, 5vw, 66px);
}

.hero::before,
.hero-visual {
  display: none;
}

.hero-copy {
  max-width: 1240px;
  padding-top: clamp(34px, 5vw, 74px);
  position: relative;
  z-index: 2;
}

.hero-copy::before,
.hero-copy::after {
  display: none;
}

.hero-kicker {
  color: var(--accent-2);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.7rem, 10.6vw, 13.6rem);
  font-weight: 820;
  letter-spacing: -0.092em;
  line-height: 0.78;
  margin-bottom: 34px;
  max-width: 1120px;
  text-transform: none;
}

.intro {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.25vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.98;
  max-width: 850px;
}

.hero-actions {
  margin-top: 34px;
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.button.secondary {
  color: var(--ink);
}

.signal-board {
  background:
    radial-gradient(circle at 82% 22%, rgba(214, 164, 71, 0.22), transparent 28%),
    linear-gradient(rgba(248, 243, 232, 0.07) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(90deg, rgba(248, 243, 232, 0.07) 1px, transparent 1px) 0 0 / 34px 34px,
    var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 24px 24px 0 rgba(14, 15, 16, 0.08);
  color: var(--paper);
  margin-top: clamp(54px, 7vw, 96px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.signal-board::after {
  background: var(--accent);
  content: "";
  height: 12px;
  left: clamp(24px, 4vw, 52px);
  position: absolute;
  right: clamp(24px, 4vw, 52px);
  top: 50%;
  transform: rotate(-1.5deg);
}

.board-top,
.board-bottom {
  display: grid;
  position: relative;
  z-index: 1;
}

.board-top {
  border-bottom: 1px solid var(--line-dark);
  grid-template-columns: 1fr auto;
}

.board-top span {
  color: rgba(248, 243, 232, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  padding: 20px clamp(20px, 4vw, 42px);
  text-transform: uppercase;
}

.board-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: clamp(260px, 30vw, 420px);
  position: relative;
  z-index: 1;
}

.board-main strong {
  align-items: end;
  border-right: 1px solid var(--line-dark);
  display: flex;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6.2vw, 8.4rem);
  font-weight: 820;
  justify-content: center;
  letter-spacing: -0.09em;
  line-height: 0.75;
  padding: clamp(22px, 4vw, 52px) 12px;
  position: relative;
  text-align: center;
}

.board-main strong:last-child {
  border-right: 0;
}

.board-bottom {
  border-top: 1px solid var(--line-dark);
  grid-template-columns: repeat(3, 1fr);
}

.board-bottom div {
  border-right: 1px solid var(--line-dark);
  padding: clamp(22px, 4vw, 42px);
}

.board-bottom div:last-child {
  border-right: 0;
}

.board-bottom b {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.board-bottom span {
  color: rgba(248, 243, 232, 0.66);
  display: block;
  line-height: 1.5;
}

.hero-index {
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(30px, 4vw, 54px);
  position: relative;
  z-index: 2;
}

.hero-index span {
  border-bottom: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  min-height: 76px;
  padding: 22px 16px;
}

.hero-index span:last-child {
  border-right: 0;
}

.search-tape {
  background: var(--accent-2);
  color: var(--paper);
}

.statement {
  background: var(--panel);
  color: var(--ink);
}

.statement p:not(.eyebrow) {
  color: var(--muted);
}

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

.services article {
  grid-template-columns: 100px minmax(260px, 0.9fr) minmax(280px, 1.1fr) auto;
}

.services article:hover {
  background: var(--panel);
  color: var(--ink);
}

.services article:hover p,
.services p,
.contact p {
  color: var(--muted);
}

.services a,
.services article:hover a,
.service-num {
  color: var(--accent-2);
}

@media (max-width: 940px) {
  .board-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .board-main strong:nth-child(2n) {
    border-right: 0;
  }

  .board-main strong:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .board-bottom,
  .hero-index {
    grid-template-columns: repeat(2, 1fr);
  }

  .board-bottom div:nth-child(2) {
    border-right: 0;
  }

  .board-bottom div:last-child {
    border-top: 1px solid var(--line-dark);
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(4rem, 18vw, 6.7rem);
  }

  .board-top,
  .board-main,
  .board-bottom,
  .hero-index {
    grid-template-columns: 1fr;
  }

  .board-main strong,
  .board-main strong:nth-child(2n),
  .board-bottom div,
  .board-bottom div:nth-child(2),
  .hero-index span {
    border-right: 0;
  }

  .board-main strong,
  .board-main strong:nth-child(-n + 2),
  .board-bottom div,
  .hero-index span {
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-index span {
    border-bottom-color: var(--line);
  }

  .board-main strong:last-child,
  .board-bottom div:last-child,
  .hero-index span:last-child {
    border-bottom: 0;
  }
}

/* Luxury search reset: calmer, lighter, less templated. */
:root {
  --ink: #14110f;
  --charcoal: #24201b;
  --paper: #f7f1e8;
  --panel: #fffaf2;
  --panel-strong: #eadfce;
  --muted: #71695f;
  --line: rgba(20, 17, 15, 0.14);
  --line-dark: rgba(247, 241, 232, 0.18);
  --accent: #a66f43;
  --accent-2: #14545d;
  --accent-soft: #efe2d1;
  --deep: #14110f;
}

html {
  background: var(--paper);
}

body {
  background:
    radial-gradient(circle at 78% 10%, rgba(166, 111, 67, 0.12), transparent 28%),
    radial-gradient(circle at 4% 44%, rgba(20, 84, 93, 0.09), transparent 32%),
    linear-gradient(180deg, #fffaf2 0%, var(--paper) 46%, #f2e8da 100%);
  color: var(--ink);
}

.site-header {
  background: rgba(255, 250, 242, 0.82);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 70px rgba(20, 17, 15, 0.06);
  color: var(--ink);
}

.brand {
  color: var(--ink);
  gap: 13px;
}

.brand::before,
.footer-logo::before {
  background:
    linear-gradient(135deg, transparent 0 42%, var(--accent) 43% 57%, transparent 58%),
    linear-gradient(45deg, var(--ink) 0 48%, transparent 49% 51%, var(--accent-2) 52% 100%);
  border: 1px solid rgba(20, 17, 15, 0.24);
  border-radius: 2px;
  box-shadow: 5px 5px 0 rgba(166, 111, 67, 0.18);
  content: "";
  display: inline-block;
  height: 22px;
  transform: rotate(45deg);
  width: 22px;
}

.brand-type,
.footer-logo {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

nav a,
.nav-item > a {
  color: rgba(20, 17, 15, 0.7);
}

nav a:hover,
.nav-item:hover > a {
  color: var(--ink);
}

.nav-dropdown {
  background: rgba(255, 250, 242, 0.96);
  border-color: var(--line);
  box-shadow: 0 28px 70px rgba(20, 17, 15, 0.13);
}

.hero {
  background:
    linear-gradient(90deg, rgba(20, 17, 15, 0.08) 1px, transparent 1px) 0 0 / 7.5vw 100%,
    radial-gradient(circle at var(--mx, 66%) var(--my, 22%), rgba(166, 111, 67, 0.2), transparent 22rem),
    linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(247, 241, 232, 0.88));
  color: var(--ink);
  display: grid;
  gap: clamp(36px, 6vw, 92px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  min-height: calc(100vh - 72px);
  overflow: hidden;
  padding: clamp(108px, 12vw, 168px) clamp(20px, 5vw, 72px) clamp(64px, 8vw, 112px);
  position: relative;
}

.hero::before {
  background: var(--accent-2);
  bottom: clamp(28px, 5vw, 72px);
  content: "";
  height: clamp(110px, 16vw, 220px);
  opacity: 0.92;
  position: absolute;
  right: clamp(18px, 4vw, 72px);
  transform: skewX(-18deg);
  width: clamp(18px, 2.4vw, 34px);
}

.hero::after {
  background: var(--accent);
  bottom: clamp(52px, 7vw, 112px);
  content: "";
  height: 2px;
  left: clamp(20px, 5vw, 72px);
  position: absolute;
  right: 46vw;
}

.hero-copy {
  align-self: end;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.hero-kicker {
  color: var(--accent-2);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: clamp(22px, 3vw, 34px);
  text-transform: uppercase;
}

h1 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 9.4vw, 12.2rem);
  font-weight: 850;
  letter-spacing: -0.085em;
  line-height: 0.8;
  margin-bottom: clamp(26px, 3vw, 42px);
  max-width: 1180px;
}

.intro {
  color: rgba(20, 17, 15, 0.78);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.052em;
  line-height: 1.04;
  max-width: 810px;
}

.hero-note {
  align-self: end;
  background: rgba(255, 250, 242, 0.72);
  border-left: 2px solid var(--accent);
  box-shadow: 0 32px 80px rgba(20, 17, 15, 0.09);
  margin-bottom: clamp(8px, 4vw, 72px);
  padding: clamp(28px, 4vw, 48px);
  position: relative;
  z-index: 1;
}

.hero-note span {
  color: var(--accent-2);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero-note strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.8vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  max-width: 520px;
}

.hero-note p {
  color: var(--muted);
  line-height: 1.55;
  margin-top: 22px;
  max-width: 420px;
}

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

.button {
  border-radius: 0;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: transparent;
  border-color: rgba(20, 17, 15, 0.24);
  color: var(--ink);
}

.button.primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
}

.surface-stack,
.signal-board,
.hero-index,
.search-tape {
  display: none;
}

.signal-strip {
  background: var(--deep);
  border: 0;
  color: var(--paper);
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.1fr 0.9fr;
  margin: 0;
}

.signal-strip div {
  border-right: 1px solid rgba(247, 241, 232, 0.15);
  min-height: 190px;
  padding: clamp(28px, 4vw, 52px);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.6rem);
  font-weight: 760;
  letter-spacing: -0.06em;
}

.signal-strip span {
  color: rgba(247, 241, 232, 0.62);
  line-height: 1.55;
  margin-top: 18px;
  max-width: 330px;
}

.proof {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(20px, 5vw, 72px);
}

.proof div {
  border-right: 1px solid var(--line);
  padding: clamp(34px, 5vw, 72px) clamp(10px, 3vw, 44px);
}

.proof div:last-child {
  border-right: 0;
}

.proof strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 3.7rem);
  font-weight: 820;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.proof span {
  color: var(--muted);
  display: block;
  line-height: 1.55;
  margin-top: 22px;
  max-width: 390px;
}

.statement {
  background: var(--panel);
  color: var(--ink);
  padding: clamp(82px, 10vw, 150px) clamp(20px, 5vw, 72px);
}

.statement h2,
.section-intro h2,
.method h2,
.contact h2 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 820;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.statement p:not(.eyebrow),
.services p,
.services article:hover p,
.contact p,
.method-list p {
  color: var(--muted);
}

.services {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(82px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.services article {
  align-items: center;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(18px, 3vw, 44px);
  grid-template-columns: 118px minmax(260px, 0.95fr) minmax(280px, 1.05fr) auto;
  padding: clamp(28px, 4vw, 46px) 0;
}

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

.services article:nth-child(odd) {
  background: transparent;
}

.services article::before {
  display: none;
}

.services article:hover {
  background: transparent;
  color: var(--ink);
}

.service-num {
  align-items: center;
  border: 1px solid rgba(20, 17, 15, 0.18);
  color: var(--accent-2);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: 86px;
}

.services h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.services a,
.services article:hover a {
  color: var(--accent-2);
}

.method {
  background:
    linear-gradient(90deg, rgba(247, 241, 232, 0.07) 1px, transparent 1px) 0 0 / 9vw 100%,
    var(--deep);
  color: var(--paper);
}

.method h2,
.method .eyebrow {
  color: var(--paper);
}

.method-list p {
  border-color: rgba(247, 241, 232, 0.16);
  color: rgba(247, 241, 232, 0.66);
}

.contact {
  background: var(--panel);
  color: var(--ink);
}

.site-footer {
  background: var(--deep);
  color: var(--paper);
}

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

  .hero::before {
    display: none;
  }

  .hero::after {
    right: clamp(20px, 5vw, 72px);
  }

  .hero-note {
    margin-bottom: 0;
    max-width: 680px;
  }

  .signal-strip,
  .proof {
    grid-template-columns: 1fr;
  }

  .signal-strip div,
  .proof div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .signal-strip div {
    border-bottom-color: rgba(247, 241, 232, 0.15);
    min-height: auto;
  }

  .services article {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .service-num {
    width: fit-content;
    padding: 0 16px;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding-top: 108px;
  }

  h1 {
    font-size: clamp(4rem, 17vw, 6.4rem);
  }

  .hero-note {
    padding: 26px;
  }
}

/* Hard reset after the failed pattern direction */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 127, 202, 0.1), transparent 22rem),
    radial-gradient(circle at 86% 76%, rgba(180, 135, 70, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
  overflow: hidden;
}

.hero::after,
.hero-pattern {
  display: none;
}

h1 {
  font-size: clamp(3.5rem, 8vw, 8.8rem);
  max-width: min(920px, 92vw);
  overflow-wrap: normal;
}

.intro {
  max-width: min(680px, 88vw);
}

@media (max-width: 680px) {
  .hero {
    min-height: calc(100vh - 130px);
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: clamp(2.65rem, 10.6vw, 3.9rem);
    letter-spacing: -0.025em;
    line-height: 1.02;
    max-width: 92vw;
  }
}

/* Premium logo system */
.brand,
.footer-logo {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand::before,
.footer-logo::before {
  background: url("assets/rank-to-calls-logo.svg") center / contain no-repeat;
  border: 0;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 34px;
  position: static;
  transform: none;
  width: 34px;
}

.brand::after,
.footer-logo::after {
  display: none;
}

.brand-type {
  color: #101820;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-transform: none;
}

.footer-logo {
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: -0.04em;
}

/* Simple premium hero: final clean direction */
.hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 127, 202, 0.14), transparent 24rem),
    radial-gradient(circle at 82% 78%, rgba(180, 135, 70, 0.11), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 58%, #eef6fb 100%);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  min-height: calc(100vh - 76px);
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.6), rgba(180, 135, 70, 0.55), transparent);
  height: 1px;
  opacity: 0.9;
  top: clamp(132px, 18vh, 196px);
  width: min(44vw, 560px);
}

.hero::after,
.hero-pattern {
  display: none;
}

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

.hero-kicker {
  color: #426fb9;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: clamp(24px, 3.4vw, 38px);
}

h1 {
  color: #101820;
  font-size: clamp(4rem, 8.8vw, 10.4rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 0.96;
  max-width: 980px;
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.32vw, 1.22rem);
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.55;
  max-width: 680px;
}

@media (max-width: 680px) {
  .hero {
    background:
      radial-gradient(circle at 12% 16%, rgba(86, 127, 202, 0.13), transparent 18rem),
      radial-gradient(circle at 86% 82%, rgba(180, 135, 70, 0.1), transparent 20rem),
      linear-gradient(180deg, #ffffff 0%, #f7fbff 58%, #eef6fb 100%);
    min-height: calc(100vh - 130px);
    padding-bottom: 82px;
    padding-top: 82px;
  }

  .hero::before {
    top: 104px;
    width: 62vw;
  }

  h1 {
    font-size: clamp(3.15rem, 12.4vw, 4.8rem);
    letter-spacing: -0.03em;
    line-height: 1;
    max-width: 94vw;
  }

  .intro {
    font-size: clamp(0.98rem, 3.8vw, 1.12rem);
    line-height: 1.5;
  }
}

/* Corrected woven hero: closer to the reference, premium not plaid. */
.hero {
  background-color: #89bdd7;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.5) 38%, rgba(255, 255, 255, 0.5) 64%, rgba(255, 255, 255, 0.02)),
    url("assets/lucent-woven.svg");
  background-position: center, center;
  background-size: cover, 172px 172px;
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(180, 135, 70, 0.74), transparent);
  height: 2px;
  opacity: 0.86;
  top: clamp(130px, 18vh, 198px);
  width: min(46vw, 620px);
}

.hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36) 18%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.36) 82%, transparent);
  height: min(44vw, 560px);
  opacity: 1;
  width: 100%;
}

.hero-kicker {
  color: #234f63;
}

h1 {
  color: #101820;
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.96;
}

.intro {
  color: rgba(16, 24, 32, 0.74);
  font-weight: 590;
}

@media (max-width: 680px) {
  .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.54) 34%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0.04)),
      url("assets/lucent-woven.svg");
    background-size: cover, 138px 138px;
  }

  .hero::after {
    height: 82vw;
  }

  h1 {
    font-size: clamp(2.95rem, 11.2vw, 4.45rem);
    letter-spacing: -0.034em;
    line-height: 1;
  }
}

/* True final override: simple premium, no pattern */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(86, 127, 202, 0.1), transparent 22rem),
    radial-gradient(circle at 86% 76%, rgba(180, 135, 70, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
  background-color: #f8fbff;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(86, 127, 202, 0.1), transparent 22rem),
    radial-gradient(circle at 86% 76%, rgba(180, 135, 70, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  overflow: hidden;
}

.hero::after,
.hero-pattern {
  display: none;
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.58), rgba(180, 135, 70, 0.5), transparent);
  height: 1px;
  opacity: 0.9;
  top: clamp(132px, 18vh, 196px);
  width: min(44vw, 560px);
}

h1 {
  color: #101820;
  font-size: clamp(3.5rem, 8vw, 8.8rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: min(920px, 92vw);
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.32vw, 1.22rem);
  font-weight: 560;
  line-height: 1.55;
  max-width: min(680px, 88vw);
}

@media (max-width: 680px) {
  .hero {
    background:
      radial-gradient(circle at 12% 16%, rgba(86, 127, 202, 0.12), transparent 18rem),
      radial-gradient(circle at 86% 82%, rgba(180, 135, 70, 0.09), transparent 20rem),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
    background-image:
      radial-gradient(circle at 12% 16%, rgba(86, 127, 202, 0.12), transparent 18rem),
      radial-gradient(circle at 86% 82%, rgba(180, 135, 70, 0.09), transparent 20rem),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
    min-height: calc(100vh - 130px);
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: clamp(2.65rem, 10.6vw, 3.9rem);
    letter-spacing: -0.025em;
    line-height: 1.02;
    max-width: 92vw;
  }
}

/* Final polish on the luxury reset. */
:root {
  --font-display: "Geist", "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.brand::after {
  display: none;
}

.brand::before,
.footer-logo::before {
  background:
    linear-gradient(135deg, transparent 0 41%, rgba(255, 250, 242, 0.92) 42% 56%, transparent 57%),
    linear-gradient(45deg, var(--accent-2) 0 50%, var(--accent) 50% 100%);
  border: 1px solid rgba(20, 17, 15, 0.2);
  box-shadow: 4px 4px 0 rgba(20, 17, 15, 0.1);
  height: 21px;
  width: 21px;
}

.brand-type {
  font-family: var(--font-display);
  font-size: 0.93rem;
  font-weight: 850;
  letter-spacing: -0.045em;
  text-transform: none;
}

nav a,
.nav-item > a {
  font-size: 0.73rem;
  letter-spacing: 0.08em;
}

h1 {
  font-size: clamp(4.4rem, 9.1vw, 11.8rem);
  letter-spacing: -0.078em;
  line-height: 0.82;
  max-width: 1040px;
}

.intro {
  font-size: clamp(1.18rem, 1.78vw, 2.05rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  max-width: 780px;
}

.hero-actions .button {
  align-items: center;
  display: inline-flex;
  font-size: 0.76rem;
  justify-content: center;
  min-height: 54px;
  min-width: 210px;
  padding: 0 26px;
  white-space: nowrap;
}

.hero-note {
  border-left-color: var(--accent);
  max-width: 620px;
}

.hero-note strong {
  letter-spacing: -0.055em;
}

.services h3 {
  letter-spacing: -0.068em;
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(3.9rem, 16vw, 6.2rem);
  }

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

/* Editorial search direction: sharper, stranger, less template-like. */
:root {
  --ink: #11100e;
  --paper: #f8f3ea;
  --panel: #fffaf1;
  --muted: #6a6258;
  --line: rgba(17, 16, 14, 0.16);
  --accent: #b45f3a;
  --accent-2: #0f5b64;
  --deep: #11100e;
}

body {
  background: var(--paper);
}

.site-header {
  background: rgba(248, 243, 234, 0.88);
  min-height: 74px;
}

.brand::before,
.footer-logo::before {
  background:
    linear-gradient(90deg, transparent 0 39%, var(--paper) 40% 58%, transparent 59%),
    linear-gradient(45deg, var(--accent-2) 0 50%, var(--accent) 50% 100%);
  box-shadow: none;
  height: 20px;
  width: 20px;
}

.brand-type {
  font-size: 0.96rem;
}

.hero {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.08) 1px, transparent 1px) 0 0 / 11.111% 100%,
    radial-gradient(circle at var(--mx, 78%) var(--my, 32%), rgba(180, 95, 58, 0.18), transparent 21rem),
    linear-gradient(118deg, #fffaf1 0%, #fffaf1 58%, #ece0d0 58.1%, #f8f3ea 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 420px);
  min-height: calc(100vh - 74px);
  padding: clamp(96px, 10vw, 148px) clamp(20px, 5vw, 72px) clamp(58px, 7vw, 92px);
}

.hero::before {
  background: var(--deep);
  bottom: clamp(44px, 6vw, 86px);
  display: block;
  height: clamp(190px, 28vw, 390px);
  opacity: 1;
  right: clamp(34px, 6vw, 96px);
  transform: none;
  width: clamp(78px, 10vw, 146px);
}

.hero::after {
  background: var(--accent);
  bottom: auto;
  height: 12px;
  left: clamp(20px, 5vw, 72px);
  right: 42vw;
  top: clamp(86px, 9vw, 134px);
}

.hero-copy {
  align-self: center;
  padding-top: clamp(20px, 4vw, 54px);
}

.hero-kicker {
  color: var(--accent-2);
  margin-bottom: clamp(20px, 3vw, 32px);
}

h1 {
  font-size: clamp(4.8rem, 10.6vw, 13.4rem);
  font-weight: 900;
  letter-spacing: -0.086em;
  line-height: 0.78;
  max-width: 1180px;
}

.intro {
  color: rgba(17, 16, 14, 0.72);
  font-size: clamp(1.08rem, 1.45vw, 1.48rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.16;
  max-width: 705px;
}

.hero-note {
  align-self: center;
  background: var(--deep);
  border: 0;
  box-shadow: -18px 18px 0 rgba(15, 91, 100, 0.12);
  color: var(--paper);
  margin: 0;
  max-width: none;
  min-height: 520px;
  padding: clamp(28px, 4vw, 48px);
  position: relative;
}

.hero-note::before {
  background:
    linear-gradient(var(--accent) 0 0) 0 0 / 100% 2px no-repeat,
    repeating-linear-gradient(180deg, transparent 0 46px, rgba(248, 243, 234, 0.11) 47px 48px);
  bottom: 34px;
  content: "";
  left: 34px;
  position: absolute;
  right: 34px;
  top: 34px;
}

.hero-note::after {
  color: rgba(248, 243, 234, 0.18);
  content: "SEARCH / MAPS / REVIEWS / AI / CALLS";
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.9rem);
  font-weight: 900;
  left: 34px;
  letter-spacing: -0.08em;
  line-height: 0.86;
  position: absolute;
  right: 34px;
  top: 72px;
  white-space: normal;
}

.hero-note span,
.hero-note strong,
.hero-note p {
  position: relative;
  z-index: 1;
}

.hero-note span {
  color: var(--accent);
}

.hero-note strong {
  color: var(--paper);
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 0.92;
  margin-top: clamp(184px, 24vw, 270px);
  max-width: 430px;
}

.hero-note p {
  color: rgba(248, 243, 234, 0.66);
  font-size: 0.98rem;
}

.button {
  text-transform: none;
}

.hero-actions .button {
  min-width: 196px;
}

.signal-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  grid-template-columns: 1.2fr 1fr 1fr 0.88fr;
  padding: 0 clamp(20px, 5vw, 72px);
}

.signal-strip div {
  border-right: 1px solid var(--line);
  min-height: 0;
  padding: clamp(30px, 4vw, 54px) clamp(18px, 3vw, 38px);
}

.signal-strip strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 1.9vw, 2.25rem);
}

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

.proof {
  background: var(--deep);
  color: var(--paper);
  grid-template-columns: 1.15fr 0.9fr 1fr;
  padding: 0;
}

.proof div {
  border-right: 1px solid rgba(248, 243, 234, 0.15);
  padding: clamp(44px, 6vw, 88px) clamp(20px, 5vw, 72px);
}

.proof strong {
  color: var(--paper);
  font-size: clamp(2rem, 3.7vw, 5.2rem);
}

.proof span {
  color: rgba(248, 243, 234, 0.66);
}

.statement {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.08) 1px, transparent 1px) 0 0 / 11.111% 100%,
    var(--panel);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
}

.statement .eyebrow {
  align-self: start;
}

.statement h2 {
  font-size: clamp(3.2rem, 7.2vw, 9.2rem);
  max-width: 1120px;
}

.statement p:not(.eyebrow) {
  grid-column: 2;
  max-width: 620px;
}

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

.section-intro {
  display: grid;
  gap: clamp(22px, 5vw, 70px);
  grid-template-columns: minmax(170px, 0.24fr) 1fr;
}

.section-intro h2 {
  font-size: clamp(4rem, 8.6vw, 11rem);
}

.services article {
  grid-template-columns: minmax(130px, 0.18fr) minmax(270px, 0.82fr) minmax(260px, 0.72fr) auto;
  padding: clamp(34px, 5vw, 58px) 0;
}

.services article:nth-of-type(even) {
  margin-left: clamp(0px, 7vw, 92px);
}

.service-num {
  background: var(--deep);
  border: 0;
  color: var(--paper);
  height: 34px;
}

.services h3 {
  font-size: clamp(2.4rem, 4.1vw, 5.6rem);
}

.method {
  background:
    linear-gradient(118deg, var(--deep) 0 68%, var(--accent-2) 68.1% 100%);
}

.contact {
  background: var(--panel);
}

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

  .hero::before {
    display: none;
  }

  .hero::after {
    right: clamp(20px, 5vw, 72px);
  }

  .hero-note {
    min-height: 430px;
  }

  .hero-note strong {
    margin-top: 160px;
  }

  .signal-strip,
  .proof {
    grid-template-columns: 1fr;
    padding-left: clamp(20px, 5vw, 72px);
    padding-right: clamp(20px, 5vw, 72px);
  }

  .proof {
    padding-left: 0;
    padding-right: 0;
  }

  .statement p:not(.eyebrow) {
    grid-column: auto;
  }

  .services article:nth-of-type(even) {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(3.9rem, 17vw, 6.4rem);
  }

  .hero-note::after {
    font-size: clamp(2.35rem, 13vw, 4.4rem);
  }

  .intro {
    font-size: 1.02rem;
    line-height: 1.22;
  }
}

/* Brand mark refinement: custom search-signal symbol, no placeholder diamond. */
.brand,
.footer-logo {
  gap: 12px;
}

.brand::before,
.footer-logo::before {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 43h8L28 11h-8L9 43Z' fill='%230F5B64'/%3E%3Cpath d='M22 43h8L41 11h-8L22 43Z' fill='%2311100E'/%3E%3Cpath d='M35 43h8l5-15h-8l-5 15Z' fill='%23B45F3A'/%3E%3Cpath d='M7 47h34v3H7v-3Z' fill='%2311100E'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-shadow: none;
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 34px;
  transform: none;
  width: 34px;
}

.footer-logo::before {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.brand-type,
.footer-logo {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

/* Light brand kit: pearl, blush, muted teal, warm graphite. */
:root {
  --ink: #25201d;
  --charcoal: #332b26;
  --paper: #fbf7f1;
  --panel: #fffdf8;
  --panel-strong: #f0e4da;
  --muted: #756c63;
  --line: rgba(37, 32, 29, 0.13);
  --line-dark: rgba(37, 32, 29, 0.12);
  --accent: #d78c9d;
  --accent-2: #2d8b93;
  --accent-soft: #f6dfe6;
  --deep: #332b26;
}

body {
  background:
    radial-gradient(circle at 78% 14%, rgba(215, 140, 157, 0.18), transparent 28%),
    radial-gradient(circle at 12% 42%, rgba(45, 139, 147, 0.1), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--paper) 58%, #f7eee6 100%);
  color: var(--ink);
}

.site-header {
  background: rgba(255, 253, 248, 0.9);
  border-bottom-color: rgba(37, 32, 29, 0.1);
  box-shadow: 0 12px 44px rgba(65, 52, 43, 0.05);
}

.brand::before,
.footer-logo::before {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 43h8L28 11h-8L9 43Z' fill='%232D8B93'/%3E%3Cpath d='M22 43h8L41 11h-8L22 43Z' fill='%2325201D'/%3E%3Cpath d='M35 43h8l5-15h-8l-5 15Z' fill='%23D78C9D'/%3E%3Cpath d='M7 47h34v3H7v-3Z' fill='%2325201D'/%3E%3C/svg%3E");
}

nav a,
.nav-item > a {
  color: rgba(37, 32, 29, 0.64);
}

.hero {
  background:
    linear-gradient(90deg, rgba(37, 32, 29, 0.07) 1px, transparent 1px) 0 0 / 11.111% 100%,
    radial-gradient(circle at var(--mx, 76%) var(--my, 34%), rgba(215, 140, 157, 0.2), transparent 22rem),
    linear-gradient(120deg, #fffdf8 0%, #fffaf4 58%, #f7e8e8 58.1%, #fbf7f1 100%);
}

.hero::before {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  opacity: 0.72;
}

.hero::after {
  background: var(--accent);
}

h1 {
  color: var(--ink);
}

.intro {
  color: rgba(37, 32, 29, 0.7);
}

.hero-note {
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(37, 32, 29, 0.1);
  box-shadow: -18px 18px 0 rgba(215, 140, 157, 0.14), 0 30px 80px rgba(65, 52, 43, 0.08);
  color: var(--ink);
}

.hero-note::before {
  background:
    linear-gradient(var(--accent) 0 0) 0 0 / 100% 2px no-repeat,
    repeating-linear-gradient(180deg, transparent 0 46px, rgba(37, 32, 29, 0.08) 47px 48px);
}

.hero-note::after {
  color: rgba(45, 139, 147, 0.12);
}

.hero-note span {
  color: var(--accent-2);
}

.hero-note strong {
  color: var(--ink);
}

.hero-note p {
  color: var(--muted);
}

.button.primary,
.hero-actions .button.primary {
  background: linear-gradient(135deg, #2d8b93, #6eaeb3);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(45, 139, 147, 0.18);
  color: #fffdf8;
}

.button.primary:hover,
.hero-actions .button.primary:hover {
  background: linear-gradient(135deg, #d78c9d, #efbdc8);
  border-color: transparent;
  color: var(--ink);
}

.button.secondary,
.hero-actions .button.secondary {
  background: rgba(255, 253, 248, 0.54);
  border-color: rgba(37, 32, 29, 0.14);
  color: var(--ink);
}

.signal-strip {
  background: rgba(255, 253, 248, 0.72);
  border-bottom-color: var(--line);
  color: var(--ink);
}

.signal-strip div {
  border-right-color: var(--line);
}

.signal-strip strong,
.proof strong,
.method h2,
.method .eyebrow {
  color: var(--ink);
}

.signal-strip span,
.proof span,
.method-list p {
  color: var(--muted);
}

.proof {
  background:
    linear-gradient(90deg, rgba(37, 32, 29, 0.06) 1px, transparent 1px) 0 0 / 11.111% 100%,
    #f6eee8;
  color: var(--ink);
}

.proof div {
  border-right-color: var(--line);
}

.statement {
  background:
    linear-gradient(90deg, rgba(37, 32, 29, 0.07) 1px, transparent 1px) 0 0 / 11.111% 100%,
    #fffdf8;
}

.service-num {
  background: var(--accent-soft);
  color: var(--ink);
}

.method {
  background:
    radial-gradient(circle at 90% 20%, rgba(215, 140, 157, 0.18), transparent 30%),
    linear-gradient(118deg, #fffdf8 0 68%, #eaf4f4 68.1% 100%);
  color: var(--ink);
}

.method-list p {
  border-color: var(--line);
}

.site-footer {
  background: #2f2925;
}

/* Lucent Blue brand kit: snow, ink, powder blue, refined gold. */
:root {
  --ink: #101820;
  --charcoal: #18222c;
  --paper: #f8fbff;
  --panel: #ffffff;
  --panel-strong: #e9f1ff;
  --muted: #65717f;
  --line: rgba(16, 24, 32, 0.12);
  --line-dark: rgba(16, 24, 32, 0.12);
  --accent: #ebc86e;
  --accent-2: #8bb7ff;
  --accent-soft: #e9f1ff;
  --deep: #101820;
}

body {
  background:
    radial-gradient(circle at 78% 15%, rgba(139, 183, 255, 0.22), transparent 28%),
    radial-gradient(circle at 8% 46%, rgba(235, 200, 110, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 54%, #eef5ff 100%);
  color: var(--ink);
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(16, 24, 32, 0.1);
  box-shadow: 0 18px 60px rgba(16, 24, 32, 0.055);
}

.brand::before,
.footer-logo::before {
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 45V7h8v38h-8Z' fill='%23101820'/%3E%3Cpath d='M19 14h26v8H19v-8Z' fill='%238BB7FF'/%3E%3Cpath d='M27 32h18v8H27v-8Z' fill='%23EBC86E'/%3E%3Cpath d='M11 47h36v3H11v-3Z' fill='%23101820'/%3E%3C/svg%3E");
}

.brand-type,
.footer-logo {
  color: var(--ink);
  letter-spacing: -0.055em;
}

nav a,
.nav-item > a {
  color: rgba(16, 24, 32, 0.62);
}

nav a:hover,
.nav-item:hover > a {
  color: var(--ink);
}

.nav-dropdown {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(16, 24, 32, 0.1);
}

.hero {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.06) 1px, transparent 1px) 0 0 / 11.111% 100%,
    radial-gradient(circle at var(--mx, 76%) var(--my, 32%), rgba(139, 183, 255, 0.22), transparent 23rem),
    linear-gradient(120deg, #ffffff 0%, #fbfdff 58%, #edf4ff 58.1%, #f8fbff 100%);
}

.hero::before {
  background: linear-gradient(180deg, #8bb7ff, #ebc86e);
  opacity: 0.66;
}

.hero::after {
  background: var(--accent);
}

.hero-kicker,
.hero-note span,
.eyebrow {
  color: #567fca;
}

h1,
.statement h2,
.section-intro h2,
.method h2,
.contact h2,
.services h3 {
  color: var(--ink);
}

.intro {
  color: rgba(16, 24, 32, 0.72);
}

.hero-note {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 24, 32, 0.1);
  box-shadow: -18px 18px 0 rgba(139, 183, 255, 0.16), 0 30px 80px rgba(16, 24, 32, 0.08);
  color: var(--ink);
}

.hero-note::before {
  background:
    linear-gradient(var(--accent) 0 0) 0 0 / 100% 2px no-repeat,
    repeating-linear-gradient(180deg, transparent 0 46px, rgba(16, 24, 32, 0.075) 47px 48px);
}

.hero-note::after {
  color: rgba(139, 183, 255, 0.16);
}

.hero-note strong {
  color: var(--ink);
}

.hero-note p,
.statement p:not(.eyebrow),
.services p,
.services article:hover p,
.contact p,
.method-list p,
.signal-strip span,
.proof span {
  color: var(--muted);
}

.button.primary,
.hero-actions .button.primary {
  background: linear-gradient(135deg, #101820, #263849);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(16, 24, 32, 0.16);
  color: #ffffff;
}

.button.primary:hover,
.hero-actions .button.primary:hover {
  background: linear-gradient(135deg, #8bb7ff, #bcd4ff);
  color: var(--ink);
}

.button.secondary,
.hero-actions .button.secondary {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(16, 24, 32, 0.13);
  color: var(--ink);
}

.signal-strip {
  background: rgba(255, 255, 255, 0.78);
  border-bottom-color: var(--line);
  color: var(--ink);
}

.signal-strip div,
.proof div {
  border-right-color: var(--line);
}

.signal-strip strong,
.proof strong,
.method h2,
.method .eyebrow {
  color: var(--ink);
}

.proof {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px) 0 0 / 11.111% 100%,
    linear-gradient(135deg, #f8fbff, #edf4ff);
  color: var(--ink);
}

.statement {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.06) 1px, transparent 1px) 0 0 / 11.111% 100%,
    #ffffff;
}

.services {
  background: #f8fbff;
}

.service-num {
  background: var(--accent-soft);
  color: var(--ink);
}

.services a,
.services article:hover a {
  color: #567fca;
}

.method {
  background:
    radial-gradient(circle at 90% 18%, rgba(139, 183, 255, 0.2), transparent 30%),
    linear-gradient(118deg, #ffffff 0 68%, #edf4ff 68.1% 100%);
  color: var(--ink);
}

.method-list p {
  border-color: var(--line);
}

.contact {
  background: #ffffff;
}

input,
textarea {
  background: rgba(248, 251, 255, 0.75);
  border-color: rgba(16, 24, 32, 0.14);
}

.site-footer {
  background: #101820;
  color: #ffffff;
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

/* Lucent Blue creative hero: proprietary search path, not a generic card. */
.hero {
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px) 0 0 / 9.09% 100%,
    linear-gradient(180deg, rgba(16, 24, 32, 0.045) 1px, transparent 1px) 0 0 / 100% 112px,
    radial-gradient(circle at var(--mx, 72%) var(--my, 34%), rgba(139, 183, 255, 0.26), transparent 24rem),
    linear-gradient(124deg, #ffffff 0%, #fbfdff 55%, #edf4ff 55.1%, #f8fbff 100%);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  min-height: calc(100vh - 74px);
  padding-bottom: clamp(38px, 6vw, 72px);
  padding-top: clamp(92px, 9vw, 138px);
}

.hero::before {
  background: rgba(235, 200, 110, 0.62);
  bottom: auto;
  display: block;
  height: 10px;
  left: clamp(20px, 5vw, 72px);
  opacity: 1;
  right: 52vw;
  top: clamp(92px, 9vw, 136px);
  transform: none;
  width: auto;
}

.hero::after {
  background:
    linear-gradient(135deg, rgba(139, 183, 255, 0.32), rgba(255, 255, 255, 0)),
    rgba(139, 183, 255, 0.12);
  bottom: 0;
  clip-path: polygon(52% 0, 100% 0, 68% 100%, 18% 100%);
  content: "";
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 38vw;
}

.hero-copy {
  align-self: end;
  padding-bottom: clamp(28px, 5vw, 68px);
}

.hero-kicker {
  color: #4f75ba;
  margin-bottom: clamp(18px, 2.6vw, 30px);
}

h1 {
  font-size: clamp(4.8rem, 9.8vw, 12.8rem);
  letter-spacing: -0.092em;
  line-height: 0.76;
  max-width: 1040px;
}

.intro {
  max-width: 720px;
}

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

.search-system {
  align-self: stretch;
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.08) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, rgba(16, 24, 32, 0.07) 1px, transparent 1px) 0 0 / 100% 76px,
    rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(16, 24, 32, 0.1);
  box-shadow: -18px 18px 0 rgba(139, 183, 255, 0.09), 0 34px 90px rgba(16, 24, 32, 0.07);
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: clamp(560px, 64vh, 720px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.search-system::before {
  background: radial-gradient(circle, rgba(235, 200, 110, 0.8) 0 2px, transparent 3px) 0 0 / 32px 32px;
  content: "";
  inset: 0;
  opacity: 0.26;
  pointer-events: none;
  position: absolute;
}

.query-bar {
  align-items: center;
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 clamp(22px, 3vw, 34px);
  position: relative;
  z-index: 1;
}

.query-bar span,
.system-copy span {
  color: #567fca;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.query-bar strong {
  color: rgba(16, 24, 32, 0.5);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-orbit {
  min-height: 360px;
  position: relative;
  z-index: 1;
}

.orbit-line {
  border: 1px solid rgba(16, 24, 32, 0.14);
  border-radius: 999px;
  position: absolute;
}

.line-one {
  height: 72%;
  left: 10%;
  top: 12%;
  transform: rotate(-17deg);
  width: 78%;
}

.line-two {
  height: 48%;
  left: 22%;
  top: 25%;
  transform: rotate(19deg);
  width: 58%;
}

.line-three {
  border-color: rgba(235, 200, 110, 0.75);
  height: 18%;
  left: 18%;
  top: 54%;
  transform: rotate(-8deg);
  width: 68%;
}

.node {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 24, 32, 0.14);
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.06);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.11em;
  min-width: 92px;
  padding: 0 16px;
  position: absolute;
  text-transform: uppercase;
}

.node::before {
  background: #8bb7ff;
  content: "";
  height: 8px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 8px;
}

.node-search {
  left: 10%;
  top: 22%;
}

.node-maps {
  right: 12%;
  top: 16%;
}

.node-ai {
  left: 38%;
  top: 44%;
}

.node-reviews {
  left: 16%;
  bottom: 18%;
}

.node-call {
  background: var(--deep);
  color: #ffffff;
  right: 10%;
  bottom: 20%;
}

.node-call::before {
  background: #ebc86e;
}

.system-copy {
  border-top: 1px solid rgba(16, 24, 32, 0.1);
  padding: clamp(26px, 4vw, 42px);
  position: relative;
  z-index: 1;
}

.system-copy strong {
  color: var(--ink);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.25vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.86;
  margin-top: 22px;
  max-width: 560px;
}

.system-copy p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
  margin-top: 22px;
  max-width: 480px;
}

.hero-note {
  display: none;
}

.signal-strip {
  border-top: 1px solid rgba(16, 24, 32, 0.1);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 74px);
    overflow: hidden;
  }

  .search-system {
    bottom: clamp(28px, 5vw, 52px);
    min-height: 0;
    opacity: 0.58;
    pointer-events: none;
    position: absolute;
    right: clamp(-96px, -8vw, -42px);
    top: clamp(104px, 15vw, 142px);
    width: min(44vw, 340px);
  }

  .query-bar,
  .system-copy {
    display: none;
  }

  .search-orbit {
    min-height: 100%;
  }

  .hero-copy {
    max-width: 760px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 96px;
  }

  h1 {
    font-size: clamp(3.75rem, 16.2vw, 6.25rem);
    max-width: 95vw;
  }

  .search-system {
    opacity: 0.34;
    right: -132px;
    top: 126px;
    width: 340px;
  }

  .query-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }

  .node {
    font-size: 0;
    min-width: 78px;
    padding: 0 12px;
  }

  .node::after {
    color: var(--ink);
    content: "";
    font-size: 0.62rem;
  }

  .node-maps {
    right: 4%;
  }

  .node-call {
    right: 4%;
  }
}

/* Plain premium hero: no fake image, no AI-looking graphic. */
.hero {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px) 0 0 / 9.09% 100%,
    linear-gradient(180deg, rgba(16, 24, 32, 0.04) 1px, transparent 1px) 0 0 / 100% 112px,
    radial-gradient(circle at 82% 20%, rgba(139, 183, 255, 0.18), transparent 24rem),
    linear-gradient(124deg, #ffffff 0%, #fbfdff 62%, #f4f8ff 100%);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
}

.hero::after {
  display: none;
}

.hero-copy {
  align-self: center;
  padding-bottom: 0;
}

.intro {
  color: rgba(16, 24, 32, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.24;
  max-width: 760px;
}

.search-system {
  display: none;
}

.hero-panel {
  align-self: center;
  background: rgba(255, 255, 255, 0.78);
  border-left: 2px solid var(--accent);
  box-shadow: 0 28px 80px rgba(16, 24, 32, 0.08);
  padding: clamp(28px, 4vw, 46px);
  position: relative;
  z-index: 1;
}

.panel-label {
  color: #567fca;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero-panel ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-panel li {
  border-top: 1px solid rgba(16, 24, 32, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: 130px 1fr;
  padding: 20px 0;
}

.hero-panel li:last-child {
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
}

.hero-panel strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.hero-panel span {
  color: var(--muted);
  line-height: 1.45;
}

.signal-strip {
  background: #ffffff;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-panel {
    margin-top: clamp(28px, 5vw, 52px);
    max-width: 780px;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(3.55rem, 15vw, 6rem);
  }

  .hero-panel li {
    grid-template-columns: 1fr;
  }
}

/* Centered premium hero */
.hero {
  align-items: center;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 42%), rgba(86, 127, 202, 0.22), transparent 20rem),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72) 21rem, transparent 42rem),
    linear-gradient(90deg, rgba(16, 24, 32, 0.055) 1px, transparent 1px) 0 0 / 8.333% 100%,
    linear-gradient(180deg, rgba(16, 24, 32, 0.04) 1px, transparent 1px) 0 0 / 100% 96px,
    linear-gradient(135deg, #ffffff 0%, #f7fbff 48%, #edf4ff 100%);
  display: grid;
  grid-template-columns: 1fr;
  isolation: isolate;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) clamp(22px, 5vw, 72px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.62), transparent),
    linear-gradient(90deg, transparent, rgba(180, 135, 70, 0.58), transparent);
  content: "";
  height: 2px;
  left: 50%;
  max-width: 820px;
  opacity: 0.8;
  position: absolute;
  top: clamp(120px, 17vh, 190px);
  transform: translateX(-50%);
  width: min(68vw, 820px);
  z-index: -1;
}

.hero::after {
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  box-shadow:
    0 0 0 22px rgba(86, 127, 202, 0.035),
    0 0 0 58px rgba(180, 135, 70, 0.035),
    0 40px 120px rgba(16, 24, 32, 0.08);
  content: "";
  height: min(52vw, 680px);
  left: 50%;
  max-height: 680px;
  max-width: 680px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(52vw, 680px);
  z-index: -1;
}

.hero-copy {
  align-self: center;
  justify-self: center;
  max-width: 1120px;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero-copy::before,
.hero-copy::after,
.hero-panel,
.hero-actions {
  display: none;
}

.hero-kicker {
  color: #567fca;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-bottom: clamp(26px, 4vw, 42px);
}

h1 {
  font-size: clamp(4.6rem, 11vw, 13.2rem);
  letter-spacing: -0.092em;
  line-height: 0.78;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  text-align: center;
}

.intro {
  color: rgba(16, 24, 32, 0.72);
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.42;
  margin: clamp(28px, 4vw, 44px) auto 0;
  max-width: 760px;
  text-align: center;
}

.search-system {
  display: none;
}

@media (max-width: 680px) {
  .hero {
    min-height: calc(100vh - 130px);
    padding-top: 72px;
  }

  .hero::before {
    top: 90px;
    width: 78vw;
  }

  .hero::after {
    height: 82vw;
    width: 82vw;
  }

  h1 {
    font-size: clamp(3.6rem, 16vw, 6.2rem);
  }
}

/* Lucent editorial hero: quieter type, designed background system. */
.hero {
  background:
    radial-gradient(circle at var(--mx, 52%) var(--my, 42%), rgba(88, 133, 206, 0.18), transparent 22rem),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7) 19rem, transparent 42rem),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 46%, #edf5ff 100%);
  min-height: calc(100vh - 76px);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0), rgba(86, 127, 202, 0.46), rgba(180, 135, 70, 0.42), rgba(86, 127, 202, 0));
  height: 1px;
  top: clamp(132px, 18vh, 206px);
  width: min(60vw, 760px);
  z-index: 0;
}

.hero::after {
  border: 1px solid rgba(17, 24, 39, 0.075);
  border-radius: 0;
  box-shadow: none;
  height: min(44vw, 610px);
  opacity: 0.58;
  top: 52%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: min(44vw, 610px);
  z-index: 0;
}

.hero-pattern {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.pattern-block,
.pattern-mark {
  display: block;
  position: absolute;
}

.pattern-block {
  border: 1px solid rgba(86, 127, 202, 0.14);
  opacity: 0.7;
}

.block-one {
  background:
    linear-gradient(90deg, rgba(20, 82, 150, 0.24) 2px, transparent 2px) 0 0 / 14px 100%,
    linear-gradient(180deg, transparent 0 34%, rgba(20, 82, 150, 0.2) 34% 38%, transparent 38% 100%) 0 0 / 100% 20px,
    rgba(108, 168, 210, 0.26);
  height: 32vh;
  left: clamp(18px, 5vw, 92px);
  top: clamp(118px, 18vh, 210px);
  transform: rotate(-2deg);
  width: min(25vw, 360px);
}

.block-two {
  background:
    linear-gradient(45deg, rgba(20, 82, 150, 0.2) 25%, transparent 25% 50%, rgba(20, 82, 150, 0.2) 50% 75%, transparent 75%) 0 0 / 18px 18px,
    linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.44) 25% 50%, transparent 50% 75%, rgba(255, 255, 255, 0.44) 75%) 0 0 / 18px 18px,
    rgba(132, 184, 222, 0.22);
  border-radius: 24px;
  height: 150px;
  right: clamp(24px, 8vw, 150px);
  top: clamp(106px, 15vh, 168px);
  width: min(24vw, 390px);
}

.block-three {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 1.4px, transparent 1.6px) 0 0 / 9px 9px,
    rgba(108, 168, 210, 0.2);
  border-color: rgba(180, 135, 70, 0.16);
  bottom: clamp(14px, 4vh, 58px);
  height: 150px;
  left: clamp(-80px, 2vw, 40px);
  opacity: 0.48;
  transform: rotate(1deg);
  width: min(34vw, 520px);
}

.pattern-mark {
  background: rgba(86, 127, 202, 0.12);
  height: 1px;
  transform-origin: center;
}

.mark-one {
  right: -5vw;
  top: 37%;
  transform: rotate(-34deg);
  width: min(38vw, 560px);
}

.mark-two {
  background: rgba(180, 135, 70, 0.22);
  bottom: 23%;
  right: clamp(24px, 8vw, 150px);
  transform: rotate(8deg);
  width: min(26vw, 390px);
}

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

.hero-kicker {
  color: #426fb9;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  margin-bottom: clamp(24px, 3.6vw, 38px);
}

h1 {
  font-weight: 760;
  letter-spacing: -0.054em;
  line-height: 0.91;
  max-width: 1000px;
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.38vw, 1.28rem);
  font-weight: 560;
  letter-spacing: -0.005em;
  line-height: 1.52;
  max-width: 720px;
}

@media (max-width: 940px) {
  .block-one {
    left: -120px;
    opacity: 0.42;
    width: 300px;
  }

  .block-two {
    opacity: 0.46;
    right: -80px;
    width: 310px;
  }

  .block-three,
  .mark-one,
  .mark-two {
    opacity: 0.32;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: calc(100vh - 130px);
    padding-bottom: 84px;
    padding-top: 84px;
  }

  .hero::before {
    top: 104px;
    width: 76vw;
  }

  .hero::after {
    height: 78vw;
    width: 78vw;
  }

  .block-one,
  .block-two,
  .block-three {
    opacity: 0.2;
  }

  h1 {
    font-size: clamp(2.95rem, 11.4vw, 4.55rem);
    letter-spacing: -0.04em;
    line-height: 0.98;
    max-width: 92vw;
  }

  .intro {
    font-size: clamp(0.98rem, 4vw, 1.16rem);
    line-height: 1.48;
  }
}

/* Full-field woven Lucent Blue hero */
.hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.68) 34%, rgba(255, 255, 255, 0.7) 66%, rgba(255, 255, 255, 0.16)),
    linear-gradient(90deg, rgba(229, 246, 255, 0.66) 0 6px, transparent 6px 15px, rgba(0, 126, 184, 0.68) 15px 21px, transparent 21px 32px) 0 0 / 32px 100%,
    linear-gradient(180deg, transparent 0 7px, rgba(0, 139, 198, 0.8) 7px 13px, transparent 13px 29px) 0 0 / 100% 29px,
    linear-gradient(90deg, transparent 0 12px, rgba(255, 255, 255, 0.36) 12px 17px, transparent 17px 32px) 0 0 / 32px 100%,
    #8fc5df;
}

.hero::before {
  background:
    linear-gradient(90deg, transparent, rgba(180, 135, 70, 0.7), transparent);
  height: 2px;
  opacity: 0.72;
  top: clamp(128px, 18vh, 200px);
  width: min(54vw, 680px);
  z-index: 0;
}

.hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.28) 82%, transparent);
  border: 0;
  height: min(48vw, 620px);
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero-pattern {
  display: none;
}

.hero-kicker {
  color: #234f63;
}

h1 {
  color: #101820;
  font-weight: 720;
  letter-spacing: -0.045em;
}

.intro {
  color: rgba(16, 24, 32, 0.74);
  font-weight: 590;
}

@media (max-width: 680px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.7) 33%, rgba(255, 255, 255, 0.72) 67%, rgba(255, 255, 255, 0.18)),
      linear-gradient(90deg, rgba(229, 246, 255, 0.66) 0 5px, transparent 5px 12px, rgba(0, 126, 184, 0.64) 12px 17px, transparent 17px 26px) 0 0 / 26px 100%,
      linear-gradient(180deg, transparent 0 6px, rgba(0, 139, 198, 0.76) 6px 11px, transparent 11px 24px) 0 0 / 100% 24px,
      linear-gradient(90deg, transparent 0 10px, rgba(255, 255, 255, 0.34) 10px 14px, transparent 14px 26px) 0 0 / 26px 100%,
      #8fc5df;
  }

  .hero::after {
    height: 82vw;
    width: 100%;
  }

  h1 {
    letter-spacing: -0.035em;
  }
}

/* Final hero background: quiet premium field, not a loud wallpaper. */
.hero {
  background-color: #eef7fb;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.3) 34%, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0.84)),
    linear-gradient(90deg, rgba(238, 247, 251, 0.98) 0%, rgba(238, 247, 251, 0.5) 18%, rgba(238, 247, 251, 0.28) 50%, rgba(238, 247, 251, 0.5) 82%, rgba(238, 247, 251, 0.98) 100%),
    url("assets/lucent-weave-subtle.svg");
  background-position: center, center, center;
  background-size: cover, cover, 240px 240px;
}

.hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34) 22%, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.34) 78%, transparent);
  border-radius: 0;
  box-shadow: none;
  height: min(42vw, 520px);
  width: 100%;
}

h1 {
  font-weight: 690;
  letter-spacing: -0.034em;
  line-height: 0.98;
}

@media (max-width: 680px) {
  .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.36) 34%, rgba(255, 255, 255, 0.38) 68%, rgba(255, 255, 255, 0.86)),
      linear-gradient(90deg, rgba(238, 247, 251, 0.98) 0%, rgba(238, 247, 251, 0.46) 18%, rgba(238, 247, 251, 0.28) 50%, rgba(238, 247, 251, 0.46) 82%, rgba(238, 247, 251, 0.98) 100%),
      url("assets/lucent-weave-subtle.svg");
    background-size: cover, cover, 168px 168px;
  }

  h1 {
    font-size: clamp(2.95rem, 11.2vw, 4.45rem);
    letter-spacing: -0.03em;
    line-height: 1;
  }
}

/* Actual final hero: simple premium only */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero {
  background-color: #f8fbff;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(86, 127, 202, 0.1), transparent 22rem),
    radial-gradient(circle at 86% 76%, rgba(180, 135, 70, 0.09), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  overflow: hidden;
}

.hero::after {
  display: none;
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.58), rgba(180, 135, 70, 0.5), transparent);
  height: 1px;
  opacity: 0.9;
  top: clamp(132px, 18vh, 196px);
  width: min(44vw, 560px);
}

h1 {
  color: #101820;
  font-size: clamp(3.5rem, 8vw, 8.8rem);
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: min(920px, 92vw);
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.32vw, 1.22rem);
  font-weight: 560;
  line-height: 1.55;
  max-width: min(680px, 88vw);
}

@media (max-width: 680px) {
  .hero {
    background-color: #f8fbff;
    background-image:
      radial-gradient(circle at 12% 16%, rgba(86, 127, 202, 0.12), transparent 18rem),
      radial-gradient(circle at 86% 82%, rgba(180, 135, 70, 0.09), transparent 20rem),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef6fb 100%);
    min-height: calc(100vh - 130px);
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: clamp(2.65rem, 10.6vw, 3.9rem);
    letter-spacing: -0.025em;
    line-height: 1.02;
    max-width: 92vw;
  }
}

/* Actual final logo */
.brand,
.footer-logo {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand::before,
.brand::after,
.footer-logo::before,
.footer-logo::after {
  content: none !important;
  display: none !important;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  height: 34px;
  width: 34px;
}

.brand-type {
  color: #101820;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: none;
}

/* Final services readability */
@media (max-width: 980px) {
  .section-intro {
    grid-template-columns: 1fr;
  }

  .services article {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 30px clamp(22px, 5vw, 48px);
  }

  .services h3,
  .services p,
  .services a {
    max-width: 680px;
  }
}

.services h3 {
  letter-spacing: -0.035em;
  line-height: 1.04;
}

/* Premium creative direction: Lucent Index */
:root {
  --ink: #101820;
  --paper: #f7fbff;
  --panel: #ffffff;
  --panel-strong: #e8f2fb;
  --muted: #5f6b7a;
  --line: rgba(16, 24, 32, 0.11);
  --accent: #567fca;
  --accent-2: #0b6175;
  --accent-soft: #eaf4ff;
}

body {
  background:
    linear-gradient(90deg, rgba(16, 24, 32, 0.035) 1px, transparent 1px) 0 0 / 118px 118px,
    linear-gradient(180deg, #ffffff 0%, #f6fbff 38%, #eef7fc 100%);
}

.site-header {
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  box-shadow: 0 18px 70px rgba(16, 24, 32, 0.04);
}

nav {
  letter-spacing: 0.07em;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 42%), rgba(86, 127, 202, 0.16), transparent 19rem),
    linear-gradient(115deg, transparent 0 52%, rgba(86, 127, 202, 0.12) 52% 52.5%, transparent 52.5%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 58%, #edf7fc 100%);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  display: grid;
  isolation: isolate;
  min-height: calc(100vh - 76px);
  padding: clamp(88px, 9vw, 140px) clamp(22px, 6vw, 96px) clamp(70px, 8vw, 120px);
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.42) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(86, 127, 202, 0.32) 0 1px, transparent 1px 100%);
  background-size: 34px 34px;
  border: 1px solid rgba(86, 127, 202, 0.16);
  bottom: 9%;
  content: "";
  height: min(38vw, 470px);
  left: 50%;
  opacity: 0.62;
  position: absolute;
  top: auto;
  transform: translateX(-50%) skewX(-12deg);
  width: min(72vw, 980px);
  z-index: -2;
}

.hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82) 24%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.82) 76%, transparent),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-copy {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero-copy::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.7), rgba(16, 24, 32, 0.22), transparent);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -28px;
  transform: translateX(-50%);
  width: min(520px, 70vw);
}

.hero-copy::after {
  color: rgba(86, 127, 202, 0.16);
  content: "SEARCH / MAPS / REVIEWS / AI";
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8.5vw, 8.9rem);
  font-weight: 800;
  left: 50%;
  letter-spacing: -0.055em;
  line-height: 0.85;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
}

.hero-kicker {
  color: #335a8f;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  margin-bottom: 22px;
}

h1 {
  color: #101820;
  font-size: clamp(3.8rem, 8.5vw, 9.5rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  font-weight: 560;
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.signal-strip {
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  border-top: 1px solid rgba(16, 24, 32, 0.08);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-strip div {
  background:
    linear-gradient(135deg, rgba(86, 127, 202, 0.08), transparent 36%),
    #ffffff;
  border-right: 1px solid rgba(16, 24, 32, 0.08);
  min-height: 190px;
  padding: clamp(28px, 4vw, 54px);
}

.signal-strip strong {
  color: #101820;
  font-size: clamp(1.35rem, 2.2vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.signal-strip span {
  color: rgba(16, 24, 32, 0.62);
  max-width: 270px;
}

.statement {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.08) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, #f8fbff, #ffffff);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  padding: clamp(74px, 11vw, 148px) clamp(22px, 6vw, 96px);
}

.statement h2 {
  font-size: clamp(2.9rem, 6.4vw, 7.2rem);
  letter-spacing: -0.065em;
  line-height: 0.92;
  max-width: 1020px;
}

.statement p:not(.eyebrow) {
  color: rgba(16, 24, 32, 0.66);
  max-width: 720px;
}

.services {
  background: #ffffff;
  border-top: 0;
}

.section-intro {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.12), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.2fr);
  padding: clamp(62px, 8vw, 112px) clamp(22px, 6vw, 96px);
}

.section-intro h2 {
  font-size: clamp(3rem, 6.8vw, 7.4rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.services article {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.07), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  gap: clamp(20px, 4.5vw, 70px);
  grid-template-columns: minmax(92px, 0.18fr) minmax(260px, 0.62fr) minmax(260px, 0.76fr) auto;
  min-height: 176px;
  padding: clamp(32px, 4vw, 48px) clamp(22px, 6vw, 96px);
}

.services article:nth-of-type(even) {
  background:
    linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.07) 74%, transparent),
    #fbfdff;
}

.services article::before {
  background: #567fca;
  left: clamp(22px, 6vw, 96px);
  width: 3px;
}

.service-num {
  background: rgba(86, 127, 202, 0.1);
  color: #335a8f;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  width: fit-content;
}

.services h3 {
  color: #101820;
  font-size: clamp(1.75rem, 3.6vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.services p,
.services article:hover p {
  color: rgba(16, 24, 32, 0.64);
}

.services a,
.services article:hover a {
  color: #567fca;
}

.contact {
  background:
    radial-gradient(circle at 82% 12%, rgba(86, 127, 202, 0.16), transparent 26rem),
    linear-gradient(180deg, #ffffff, #f6fbff);
}

@media (max-width: 980px) {
  .hero {
    min-height: calc(100vh - 98px);
    padding-top: 84px;
  }

  .hero-copy::after {
    font-size: clamp(2.5rem, 13vw, 6rem);
    white-space: normal;
    width: 92vw;
  }

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

  .signal-strip div {
    border-bottom: 1px solid rgba(16, 24, 32, 0.08);
    border-right: 0;
    min-height: auto;
  }

  .section-intro,
  .services article {
    grid-template-columns: 1fr;
  }

  .services article {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: calc(100vh - 118px);
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.4rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  .intro {
    font-size: 1rem;
  }

  .hero-copy::before {
    top: -20px;
  }
}

/* Refined hero and mark: quieter, premium, less tech-wallpaper */
.hero {
  background:
    radial-gradient(circle at 18% 24%, rgba(86, 127, 202, 0.13), transparent 26rem),
    radial-gradient(circle at 84% 78%, rgba(11, 97, 117, 0.1), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #eef7fc 100%);
  min-height: calc(100vh - 76px);
  overflow: hidden;
}

.hero::before {
  background:
    linear-gradient(115deg, transparent 0 31%, rgba(86, 127, 202, 0.26) 31% 31.35%, transparent 31.35% 57%, rgba(16, 24, 32, 0.1) 57% 57.22%, transparent 57.22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.62));
  border: 0;
  bottom: -12%;
  height: 112%;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  width: min(1180px, 92vw);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.5) 30%, transparent 50%, rgba(255, 255, 255, 0.54) 72%, rgba(255, 255, 255, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), transparent 34%, rgba(255, 255, 255, 0.82));
}

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

.hero-copy::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.42), rgba(16, 24, 32, 0.16), transparent);
  top: -34px;
}

.brand-mark {
  height: 32px;
  width: 32px;
}

@media (max-width: 680px) {
  .hero::before {
    width: 110vw;
  }
}

/* Logo reset: premium wordmark until the symbol is truly strong */
.brand {
  gap: 11px;
}

.brand-mark {
  display: block;
  height: 26px;
  width: 26px;
}

.brand-type {
  color: #101820;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.035em;
}

/* Hero reset: no decorative wallpaper */
.hero {
  background:
    radial-gradient(circle at 50% 43%, rgba(86, 127, 202, 0.12), transparent 24rem),
    radial-gradient(circle at 18% 20%, rgba(11, 97, 117, 0.07), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 54%, #edf7fc 100%);
}

.hero::before {
  background: linear-gradient(90deg, transparent, rgba(86, 127, 202, 0.18), transparent);
  bottom: auto;
  height: 1px;
  left: 50%;
  opacity: 1;
  top: clamp(158px, 22vh, 230px);
  transform: translateX(-50%);
  width: min(560px, 74vw);
}

.hero::after {
  content: none;
  display: none;
}

/* Premium typography upgrade */
:root {
  --font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Sora", "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-body);
}

.brand-type {
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

nav {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.075em;
}

h1,
h2,
h3,
.signal-strip strong,
.footer-logo {
  font-family: var(--font-display);
}

h1 {
  font-weight: 800;
  letter-spacing: -0.06em;
}

h2,
.statement h2,
.section-intro h2 {
  font-weight: 760;
  letter-spacing: -0.06em;
}

h3,
.services h3 {
  font-weight: 760;
  letter-spacing: -0.055em;
}

.intro,
.services p,
.signal-strip span,
.statement p:not(.eyebrow),
.footer-brand p {
  font-family: var(--font-body);
  font-weight: 650;
}

/* Editorial premium reset: sharper, less generated */
:root {
  --font-body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

body {
  background: #f7fbff;
  font-family: var(--font-body);
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  min-height: 74px;
}

.brand {
  gap: 10px;
}

.brand-mark {
  height: 25px;
  width: 25px;
}

.brand-type {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

nav {
  font-family: var(--font-mono);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.09) 1px, transparent 1px) 0 0 / 120px 120px,
    radial-gradient(circle at 76% 30%, rgba(86, 127, 202, 0.13), transparent 23rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 57%, #eef7fc 100%);
  display: grid;
  min-height: calc(100vh - 74px);
  padding: clamp(96px, 12vh, 148px) clamp(24px, 7vw, 104px) clamp(70px, 8vw, 108px);
  position: relative;
}

.hero::before {
  background: rgba(16, 24, 32, 0.1);
  height: 1px;
  left: clamp(24px, 7vw, 104px);
  right: clamp(24px, 7vw, 104px);
  top: clamp(132px, 18vh, 188px);
  transform: none;
  width: auto;
}

.hero::after {
  color: rgba(16, 24, 32, 0.28);
  content: "ORGANIC SEARCH / MAPS / REVIEWS / AI ANSWERS";
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  inset: auto clamp(24px, 7vw, 104px) clamp(28px, 4vw, 42px) auto;
  letter-spacing: 0.08em;
  position: absolute;
  text-transform: uppercase;
}

.hero-copy {
  margin: 0;
  max-width: 940px;
  text-align: left;
}

.hero-copy::before,
.hero-copy::after {
  content: none;
  display: none;
}

.hero-kicker,
.eyebrow {
  color: #365f98;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 22px;
}

h1 {
  color: #101820;
  font-family: var(--font-display);
  font-size: clamp(4.1rem, 8.4vw, 8.8rem);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 0.86;
  margin: 0;
  max-width: 920px;
}

.intro {
  color: rgba(16, 24, 32, 0.66);
  font-family: var(--font-body);
  font-size: clamp(1.03rem, 1.26vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
  margin: 30px 0 0;
  max-width: 580px;
}

.signal-strip {
  background: #ffffff;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip div {
  background: #ffffff;
  min-height: 172px;
}

.signal-strip strong {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.signal-strip span {
  font-family: var(--font-body);
  font-weight: 500;
}

.statement h2,
.section-intro h2,
.services h3,
.contact h2 {
  font-family: var(--font-display);
  font-weight: 800;
}

.statement h2,
.section-intro h2 {
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.services h3 {
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.services p,
.statement p:not(.eyebrow) {
  font-family: var(--font-body);
  font-weight: 500;
}

.service-num,
.services a,
.button,
.nav-dropdown a {
  font-family: var(--font-mono);
}

@media (max-width: 760px) {
  .hero {
    align-items: center;
    min-height: calc(100vh - 118px);
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero::after {
    left: 22px;
    right: 22px;
  }

  h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
    line-height: 0.92;
  }
}

/* Final proportion pass: remove accidental labels and reduce inflated hero type */
.hero {
  background:
    linear-gradient(90deg, rgba(86, 127, 202, 0.07) 1px, transparent 1px) 0 0 / 120px 120px,
    radial-gradient(circle at 74% 32%, rgba(86, 127, 202, 0.11), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 56%, #eef7fc 100%);
  min-height: calc(100vh - 74px);
}

.hero::after {
  content: none !important;
  display: none !important;
}

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

h1 {
  font-size: clamp(3.05rem, 7.4vw, 7.3rem);
  letter-spacing: -0.055em;
  line-height: 0.91;
  max-width: 780px;
}

.intro {
  font-size: clamp(1rem, 1.18vw, 1.13rem);
  max-width: 610px;
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100vh - 118px);
    padding-bottom: 64px;
    padding-top: 76px;
  }

  h1 {
    font-size: clamp(2.85rem, 10.2vw, 4rem);
    line-height: 0.94;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }
}

/* Minimal color hero: centered, cleaner, no label/rule clutter. */
:root {
  --blue: #4b8dff;
  --cyan: #84e7f2;
  --pink: #f7a1c4;
  --ink: #101820;
}

.hero {
  align-items: center;
  background:
    linear-gradient(115deg, rgba(132, 231, 242, 0.32), transparent 34%),
    linear-gradient(245deg, rgba(247, 161, 196, 0.28), transparent 36%),
    linear-gradient(0deg, rgba(75, 141, 255, 0.13), transparent 38%),
    linear-gradient(135deg, rgba(75, 141, 255, 0.055) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #ffffff 0%, #f8fcff 58%, #eef8fd 100%);
  display: grid;
  justify-items: center;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  padding: clamp(72px, 9vh, 118px) clamp(24px, 7vw, 104px);
  text-align: center;
}

.hero::before,
.hero::after {
  content: none !important;
  display: none !important;
}

.hero-copy {
  margin: 0 auto;
  max-width: 860px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hero-copy::before {
  content: "";
  display: block;
  height: 0;
  margin: 0;
  width: 0;
}

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

h1 {
  color: var(--ink);
  font-size: clamp(3.35rem, 7.2vw, 7.6rem);
  letter-spacing: -0.056em;
  line-height: 0.91;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.intro {
  color: rgba(16, 24, 32, 0.68);
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.signal-strip {
  border-top: 1px solid rgba(16, 24, 32, 0.08);
}

.signal-strip div:nth-child(1) {
  background: linear-gradient(180deg, rgba(75, 141, 255, 0.08), #fff 46%);
}

.signal-strip div:nth-child(2) {
  background: linear-gradient(180deg, rgba(132, 231, 242, 0.13), #fff 46%);
}

.signal-strip div:nth-child(3) {
  background: linear-gradient(180deg, rgba(247, 161, 196, 0.11), #fff 46%);
}

.signal-strip div:nth-child(4) {
  background: linear-gradient(180deg, rgba(75, 141, 255, 0.06), #fff 46%);
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    min-height: 76px;
    padding: 0 22px;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 76px);
    padding: 48px 22px 64px;
  }

  h1 {
    font-size: clamp(2.85rem, 12vw, 4.4rem);
    line-height: 0.94;
  }
}

/* Brand refinement: light, premium, sharper color system. */
:root {
  --brand-paper: #fbfaf6;
  --brand-ice: #edf7ff;
  --brand-ink: #0b1118;
  --brand-blue: #276ef1;
  --brand-mint: #77d9c8;
  --brand-coral: #ff8cae;
  --brand-line: rgba(11, 17, 24, 0.1);
}

body {
  background: var(--brand-paper);
  color: var(--brand-ink);
}

.site-header {
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(11, 17, 24, 0.08);
  min-height: 82px;
  padding-left: clamp(24px, 4vw, 54px);
  padding-right: clamp(24px, 4vw, 54px);
}

.brand-mark {
  height: 26px;
  width: 26px;
}

.brand-type {
  color: var(--brand-ink);
  font-size: 1.02rem;
  letter-spacing: -0.045em;
}

nav {
  color: rgba(11, 17, 24, 0.62);
  gap: clamp(16px, 2.1vw, 30px);
  letter-spacing: 0.04em;
}

nav a {
  color: inherit;
}

nav a:last-child {
  background: var(--brand-ink);
  border-radius: 999px;
  color: #fff;
  padding: 10px 15px;
}

.hero {
  align-items: center;
  background:
    linear-gradient(108deg, rgba(39, 110, 241, 0.13) 0 16%, transparent 16% 100%),
    linear-gradient(288deg, rgba(255, 140, 174, 0.14) 0 14%, transparent 14% 100%),
    linear-gradient(180deg, rgba(119, 217, 200, 0.1), transparent 38%),
    repeating-linear-gradient(90deg, rgba(11, 17, 24, 0.035) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(11, 17, 24, 0.028) 0 1px, transparent 1px 112px),
    linear-gradient(180deg, #fffdfa 0%, var(--brand-paper) 56%, var(--brand-ice) 100%);
  isolation: isolate;
  min-height: calc(100vh - 82px);
  padding: clamp(92px, 12vh, 146px) clamp(24px, 7vw, 112px);
}

.hero::before {
  content: none !important;
  display: none !important;
}

.hero::after {
  content: none !important;
  display: none !important;
}

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

.hero-copy::before,
.hero-copy::after {
  content: none !important;
  display: none !important;
}

h1 {
  color: var(--brand-ink);
  font-size: clamp(3.45rem, 7.55vw, 8.35rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.88;
  max-width: 920px;
}

h1 span {
  color: var(--brand-blue);
  display: inline-block;
  position: relative;
}

h1 span::after {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-mint), var(--brand-coral));
  bottom: 0.03em;
  content: "";
  height: 0.08em;
  left: 0.03em;
  position: absolute;
  right: 0.02em;
  z-index: -1;
}

.intro {
  color: rgba(11, 17, 24, 0.7);
  font-size: clamp(1.05rem, 1.22vw, 1.18rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  max-width: 670px;
}

.signal-strip {
  background: #fffdfa;
  border-top: 1px solid var(--brand-line);
}

.signal-strip div {
  background: #fffdfa !important;
  border-color: var(--brand-line);
}

.signal-strip div::before {
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 28px;
  width: 42px;
}

.signal-strip div:nth-child(1)::before { background: var(--brand-blue); }
.signal-strip div:nth-child(2)::before { background: var(--brand-mint); }
.signal-strip div:nth-child(3)::before { background: var(--brand-coral); }
.signal-strip div:nth-child(4)::before { background: var(--brand-ink); }

.signal-strip strong {
  color: var(--brand-ink);
  letter-spacing: -0.055em;
}

.signal-strip span {
  color: rgba(11, 17, 24, 0.62);
}

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

  .signal-strip div {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 76px;
  }

  .hero {
    min-height: calc(100vh - 76px);
    padding: 56px 22px 68px;
  }

  .hero::before {
    height: 105px;
    top: 9%;
  }

  h1 {
    font-size: clamp(3rem, 12.6vw, 4.55rem);
    letter-spacing: -0.065em;
    line-height: 0.91;
  }

  .intro {
    font-size: 1rem;
  }

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

  .signal-strip div {
    min-height: auto;
  }
}

/* Premium creative hero: editorial layout plus a custom search-network graphic. */
.hero {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(39, 110, 241, 0.1) 0 18%, transparent 18%),
    linear-gradient(292deg, rgba(255, 140, 174, 0.12) 0 13%, transparent 13%),
    radial-gradient(circle at 72% 38%, rgba(119, 217, 200, 0.18), transparent 28rem),
    linear-gradient(180deg, #fffdfa 0%, #fbfaf6 64%, #eef7ff 100%);
  overflow: hidden;
  padding: clamp(70px, 9vh, 120px) clamp(24px, 6vw, 96px);
  text-align: left;
}

.hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.hero-copy {
  margin: 0;
  max-width: 760px;
  text-align: left;
}

h1 {
  font-size: clamp(3.8rem, 7vw, 8rem);
  letter-spacing: -0.074em;
  line-height: 0.88;
  margin-left: 0;
  margin-right: 0;
  max-width: 780px;
}

h1 span {
  color: var(--brand-ink);
}

h1 span::after {
  background: linear-gradient(90deg, rgba(39, 110, 241, 0.95), rgba(119, 217, 200, 0.85), rgba(255, 140, 174, 0.85));
  bottom: 0.02em;
  height: 0.11em;
  left: 0.02em;
  right: 0.02em;
}

.intro {
  margin-left: 0;
  margin-right: 0;
  max-width: 620px;
}

.hero-art {
  min-height: clamp(420px, 52vw, 640px);
  position: relative;
}

.search-field {
  background:
    linear-gradient(90deg, rgba(11, 17, 24, 0.06) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(0deg, rgba(11, 17, 24, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(237, 247, 255, 0.56));
  border: 1px solid rgba(11, 17, 24, 0.1);
  box-shadow: 0 40px 90px rgba(39, 110, 241, 0.12);
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  position: relative;
}

.search-field::before {
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(39, 110, 241, 0.18) 34% 42%, transparent 42%),
    linear-gradient(42deg, transparent 0 52%, rgba(255, 140, 174, 0.18) 52% 61%, transparent 61%);
  content: "";
  inset: 0;
  position: absolute;
}

.search-field::after {
  color: rgba(11, 17, 24, 0.18);
  content: "RANK TO CALLS";
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  position: absolute;
  right: 26px;
  top: 24px;
}

.path-line {
  background: rgba(11, 17, 24, 0.34);
  display: block;
  height: 1px;
  left: 10%;
  position: absolute;
  transform-origin: left center;
  width: 78%;
}

.line-a { top: 30%; transform: rotate(-13deg); }
.line-b { top: 52%; transform: rotate(8deg); }
.line-c { top: 70%; transform: rotate(-5deg); width: 64%; }

.node {
  background: var(--brand-ink);
  box-shadow: 0 0 0 10px rgba(11, 17, 24, 0.06);
  display: block;
  height: 14px;
  position: absolute;
  width: 14px;
}

.node-a { left: 18%; top: 26%; }
.node-b { left: 50%; top: 42%; background: var(--brand-blue); }
.node-c { left: 72%; top: 60%; background: var(--brand-mint); }
.node-d { left: 34%; top: 74%; background: var(--brand-coral); }

.result-card {
  background: rgba(255, 253, 250, 0.78);
  border: 1px solid rgba(11, 17, 24, 0.12);
  color: rgba(11, 17, 24, 0.72);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 13px 15px;
  position: absolute;
  text-transform: uppercase;
}

.card-a { left: 9%; top: 39%; }
.card-b { right: 12%; top: 48%; }
.card-c { left: 24%; bottom: 14%; }

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
  }

  h1,
  .intro {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-art {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 48px 22px 64px;
  }

  .hero-art {
    min-height: 280px;
  }

  .result-card {
    font-size: 0.58rem;
    padding: 10px 11px;
  }
}

/* Remove fake image direction: premium editorial hero, no generated-looking graphic. */
.hero {
  background:
    linear-gradient(112deg, rgba(39, 110, 241, 0.12) 0 18%, transparent 18%),
    linear-gradient(292deg, rgba(255, 140, 174, 0.1) 0 12%, transparent 12%),
    repeating-linear-gradient(90deg, rgba(11, 17, 24, 0.035) 0 1px, transparent 1px 116px),
    repeating-linear-gradient(0deg, rgba(11, 17, 24, 0.03) 0 1px, transparent 1px 116px),
    linear-gradient(180deg, #fffdfa 0%, #fbfaf6 62%, #edf7ff 100%);
  min-height: calc(100vh - 82px);
  padding: clamp(92px, 13vh, 156px) clamp(24px, 7vw, 112px);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1180px;
}

.hero-copy {
  margin: 0 auto;
  max-width: 1040px;
  text-align: center;
}

h1 {
  font-size: clamp(4.2rem, 8.7vw, 10.6rem);
  letter-spacing: -0.08em;
  line-height: 0.84;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

h1 span {
  color: var(--brand-ink);
}

h1 span::after {
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-mint), var(--brand-coral));
  bottom: 0.015em;
  height: 0.095em;
  left: 0.025em;
  right: 0.025em;
}

.intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.hero-proof {
  border-bottom: 1px solid rgba(11, 17, 24, 0.12);
  border-top: 1px solid rgba(11, 17, 24, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(44px, 6vw, 76px) auto 0;
  max-width: 920px;
  width: 100%;
}

.hero-proof span {
  color: rgba(11, 17, 24, 0.64);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 18px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.hero-proof span + span {
  border-left: 1px solid rgba(11, 17, 24, 0.12);
}

.hero-proof span:nth-child(1) { box-shadow: inset 0 3px 0 var(--brand-blue); }
.hero-proof span:nth-child(2) { box-shadow: inset 0 3px 0 var(--brand-mint); }
.hero-proof span:nth-child(3) { box-shadow: inset 0 3px 0 var(--brand-coral); }
.hero-proof span:nth-child(4) { box-shadow: inset 0 3px 0 var(--brand-ink); }

.hero-art,
.search-field,
.path-line,
.node,
.result-card {
  display: none !important;
}

@media (max-width: 760px) {
  .hero {
    min-height: calc(100vh - 76px);
    padding: 58px 22px 70px;
  }

  h1 {
    font-size: clamp(3.15rem, 13.2vw, 5rem);
    letter-spacing: -0.07em;
    line-height: 0.9;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr;
  }

  .hero-proof span:nth-child(3) {
    border-left: 0;
  }

  .hero-proof span {
    font-size: 0.6rem;
    padding: 15px 8px;
  }
}

/* Single-accent premium palette: no random color scatter. */
:root {
  --brand-paper: #fbfaf6;
  --brand-ice: #eef6ff;
  --brand-ink: #0b1118;
  --brand-blue: #2f6df6;
  --brand-mint: #2f6df6;
  --brand-coral: #2f6df6;
  --brand-line: rgba(11, 17, 24, 0.11);
}

.hero {
  background:
    linear-gradient(112deg, rgba(47, 109, 246, 0.11) 0 18%, transparent 18%),
    repeating-linear-gradient(90deg, rgba(11, 17, 24, 0.032) 0 1px, transparent 1px 116px),
    repeating-linear-gradient(0deg, rgba(11, 17, 24, 0.026) 0 1px, transparent 1px 116px),
    linear-gradient(180deg, #fffdfa 0%, var(--brand-paper) 62%, var(--brand-ice) 100%);
}

h1 span {
  color: var(--brand-ink);
}

h1 span::after {
  background: var(--brand-blue);
  bottom: 0.015em;
  height: 0.08em;
  left: 0.03em;
  opacity: 0.92;
  right: 0.03em;
}

.hero-proof {
  border-color: rgba(11, 17, 24, 0.14);
}

.hero-proof span {
  color: rgba(11, 17, 24, 0.66);
}

.hero-proof span + span {
  border-left-color: rgba(11, 17, 24, 0.12);
}

.hero-proof span:nth-child(1),
.hero-proof span:nth-child(2),
.hero-proof span:nth-child(3),
.hero-proof span:nth-child(4) {
  box-shadow: inset 0 3px 0 rgba(11, 17, 24, 0.9);
}

.hero-proof span:first-child {
  color: rgba(11, 17, 24, 0.66);
  box-shadow: inset 0 3px 0 rgba(11, 17, 24, 0.9);
}

.signal-strip div::before {
  background: rgba(11, 17, 24, 0.9) !important;
}

.signal-strip div:first-child::before {
  background: rgba(11, 17, 24, 0.9) !important;
}

/* Premium quiet pass: fewer template signals, better type, one controlled accent. */
:root {
  --font-body: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --brand-paper: #fbfaf6;
  --brand-ice: #f1f7ff;
  --brand-ink: #0b1118;
  --brand-blue: #245cff;
  --brand-line: rgba(11, 17, 24, 0.1);
}

body {
  background: var(--brand-paper);
}

.site-header {
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(11, 17, 24, 0.075);
  min-height: 78px;
}

.brand-mark {
  height: 24px;
  width: 24px;
}

.brand-type {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}

nav {
  font-size: 0.66rem;
  letter-spacing: 0.035em;
}

nav a:last-child {
  border-radius: 0;
  padding: 10px 14px;
}

.hero {
  background:
    linear-gradient(105deg, rgba(36, 92, 255, 0.09) 0 16%, transparent 16%),
    linear-gradient(180deg, #fffefa 0%, #fbfaf6 66%, var(--brand-ice) 100%);
  min-height: calc(100vh - 78px);
  padding: clamp(94px, 13vh, 160px) clamp(24px, 7vw, 118px) clamp(72px, 10vh, 124px);
}

.hero::before {
  background: linear-gradient(90deg, rgba(11, 17, 24, 0.07), rgba(36, 92, 255, 0.28), rgba(11, 17, 24, 0.07));
  content: "" !important;
  display: block !important;
  height: 1px;
  left: clamp(24px, 7vw, 118px);
  position: absolute;
  right: clamp(24px, 7vw, 118px);
  top: 18%;
  width: auto;
}

.hero-inner {
  max-width: 1160px;
}

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

h1 {
  color: var(--brand-ink);
  font-family: var(--font-display);
  font-size: clamp(3.85rem, 8.05vw, 9.6rem);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.9;
  max-width: 980px;
  word-spacing: 0.02em;
}

h1 span {
  color: inherit;
}

h1 span::after {
  background: var(--brand-blue);
  bottom: 0.02em;
  height: 0.045em;
  left: 0.04em;
  opacity: 0.82;
  right: 0.04em;
}

.hero-copy::before {
  content: none !important;
  display: none !important;
}

.hero-copy::after {
  content: none !important;
  display: none !important;
}

.hero-proof span:first-child,
.hero-proof span {
  color: rgba(11, 17, 24, 0.58);
}

.intro {
  color: rgba(11, 17, 24, 0.64);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
  max-width: 590px;
}

.hero-proof {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin-top: clamp(38px, 5vw, 62px);
  max-width: 760px;
}

.hero-proof span {
  box-shadow: none !important;
  color: rgba(11, 17, 24, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.11em;
  padding: 0;
}

.hero-proof span:first-child {
  color: rgba(11, 17, 24, 0.56);
}

.hero-proof span + span {
  border-left: 0;
}

.hero-proof span::before {
  color: rgba(11, 17, 24, 0.24);
  content: "/";
  margin-right: 28px;
}

.hero-proof span:first-child::before {
  content: none;
}

.signal-strip {
  background: #fffefa;
}

.signal-strip div {
  background: #fffefa !important;
}

.signal-strip div::before {
  height: 2px;
  margin-bottom: 30px;
  width: 30px;
}

@media (max-width: 760px) {
  .site-header {
    justify-content: flex-start;
    min-height: 74px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    min-height: calc(100vh - 74px);
    padding: 62px 22px 72px;
  }

  .hero::before {
    left: 22px;
    right: 22px;
    top: 15%;
  }

  h1 {
    font-size: clamp(3.05rem, 13vw, 4.75rem);
    line-height: 0.9;
  }

  .hero-proof {
    display: none;
  }
}
