:root {
  --yellow: #ffd322;
  --yellow-wash: #fff7d7;
  --gold: #b68400;
  --amber: #f2a900;
  --ink: #171717;
  --black: #050505;
  --charcoal: #2a2415;
  --paper: #fffdf6;
  --soft: #f5f6f8;
  --mist: #eef3ef;
  --line: rgba(23, 23, 23, 0.14);
  --muted: #656565;
  --teal: #285d59;
  --clay: #9d4f34;
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 50;
  background: var(--black);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 246, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 174px;
}

.brand img {
  width: 178px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  color: #333;
}

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

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.nav-cta,
.button,
button {
  border: 1px solid var(--black);
  background: var(--black);
  color: white;
  border-radius: var(--radius);
  padding: 12px 18px;
  min-height: 46px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.button.secondary {
  background: transparent;
  color: var(--black);
}

.button.secondary:hover {
  background: var(--yellow);
}

.page {
  overflow: hidden;
}

.section,
.hero,
.page-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 78px);
  padding: clamp(58px, 8vw, 116px) 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.hero-immersive {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 78px);
  padding: 0;
  grid-template-columns: 1fr;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--black);
}

.hero-immersive::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.82) 0%, rgba(5, 5, 5, 0.58) 34%, rgba(5, 5, 5, 0.12) 72%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0));
}

.hero-immersive > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: 0.92;
}

.hero-copy {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 132px) 0 clamp(132px, 14vw, 188px);
  color: white;
}

.hero-copy h1 {
  max-width: 820px;
  color: white;
  font-size: clamp(3.4rem, 7.5vw, 7.8rem);
}

.hero-copy .lead {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-copy .eyebrow {
  color: var(--yellow);
}

.hero-copy .button {
  border-color: white;
}

.hero-copy .button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
}

.hero-copy .button.secondary:hover {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow);
}

.hero-model {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: min(var(--max), calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.42);
  color: white;
  backdrop-filter: blur(14px);
}

.hero-model div {
  min-height: 94px;
  padding: 20px;
}

.hero-model div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-model b {
  display: block;
  color: var(--yellow);
  margin-bottom: 6px;
}

.hero-model span {
  color: rgba(255, 255, 255, 0.76);
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 920px;
  color: var(--gold);
  font-size: clamp(3.4rem, 7vw, 7.7rem);
  line-height: 0.95;
  letter-spacing: 0;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

.lead {
  max-width: 690px;
  color: #2f2f2f;
  font-size: clamp(1.14rem, 2vw, 1.42rem);
}

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

.visual-primer {
  padding-top: clamp(72px, 9vw, 120px);
}

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

.visual-tiles article {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 211, 34, 0.34), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.visual-tiles article:nth-child(2) {
  background:
    radial-gradient(circle at 72% 20%, rgba(40, 93, 89, 0.18), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f5ec 100%);
}

.visual-tiles article:nth-child(3) {
  background:
    radial-gradient(circle at 72% 20%, rgba(157, 79, 52, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff7d7 100%);
}

.tile-mark {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 50%;
}

.tile-mark::before,
.tile-mark::after {
  content: "";
  position: absolute;
  background: var(--black);
}

.tile-mark.cashflow::before {
  left: 30px;
  top: 58px;
  width: 58px;
  height: 2px;
}

.tile-mark.cashflow::after {
  left: 48px;
  top: 36px;
  width: 24px;
  height: 46px;
  border-radius: 999px;
  background: var(--yellow);
}

.tile-mark.expertise::before {
  left: 28px;
  top: 54px;
  width: 62px;
  height: 2px;
}

.tile-mark.expertise::after {
  left: 28px;
  top: 34px;
  width: 62px;
  height: 42px;
  background:
    linear-gradient(90deg, var(--teal) 0 18%, transparent 18% 27%, var(--gold) 27% 45%, transparent 45% 55%, var(--black) 55% 73%, transparent 73% 82%, var(--clay) 82%);
}

.tile-mark.rhythm::before {
  left: 28px;
  top: 28px;
  width: 62px;
  height: 62px;
  border: 2px solid var(--black);
  background: transparent;
}

.tile-mark.rhythm::after {
  left: 42px;
  top: 42px;
  width: 34px;
  height: 34px;
  background: var(--yellow);
}

.visual-tiles p {
  color: var(--muted);
  max-width: 320px;
}

.visual-break {
  align-items: center;
  padding-top: 0;
}

.mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: white;
  font-weight: 800;
  font-size: 0.9rem;
}

.compact-band {
  padding: clamp(50px, 7vw, 82px) 0;
}

.compact-band .section {
  padding: 0;
}

.hero-note {
  position: absolute;
  left: -28px;
  bottom: 34px;
  width: min(320px, 88%);
  background: var(--black);
  color: white;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.hero-note strong {
  display: block;
  color: var(--yellow);
  margin-bottom: 8px;
}

.band {
  background: var(--black);
  color: white;
  padding: clamp(64px, 9vw, 112px) 0;
}

.band.yellow {
  background: var(--yellow);
  color: var(--black);
}

.band .section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(30px, 5vw, 72px);
}

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

.section-header {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-header.wide {
  max-width: 960px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.grid-3,
.grid-2,
.grid-4 {
  display: grid;
  gap: 16px;
}

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

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

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

.panel,
.case,
.service,
.step,
.comparison-col,
.note,
.form-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.62);
}

.panel.dark,
.band .panel,
.band .note {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.panel.accent {
  background: var(--yellow-wash);
  border-color: rgba(182, 132, 0, 0.25);
}

.panel p,
.case p,
.service p,
.step p,
.comparison-col p,
.note p {
  color: var(--muted);
}

.band .panel p,
.band .note p {
  color: rgba(255, 255, 255, 0.76);
}

.number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
  margin-bottom: 18px;
}

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

.comparison-col {
  border: 0;
  border-radius: 0;
  background: white;
}

.comparison-col + .comparison-col {
  border-left: 1px solid var(--line);
}

.comparison-col.featured {
  background: var(--yellow-wash);
}

.comparison-col ul,
.tick-list,
.plain-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-col li,
.tick-list li,
.plain-list li {
  margin: 0 0 12px;
  padding-left: 22px;
  position: relative;
}

.comparison-col li::before,
.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  border: 1px solid var(--gold);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 12px;
  height: 1px;
  background: var(--ink);
}

.case-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.82rem;
  color: #3a3a3a;
  background: white;
}

.image-band {
  position: relative;
  min-height: 440px;
  background: var(--charcoal);
  color: white;
  overflow: hidden;
}

.image-band img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  opacity: 0.54;
}

.panel-image {
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--soft);
}

.wide-image {
  width: 100%;
  min-height: 360px;
  max-height: 680px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: white;
}

.dark-image {
  background: var(--black);
}

.image-first {
  padding-top: 0;
}

.thank-you-panel {
  display: none;
}

.thank-you-panel.show {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--yellow-wash);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.thank-you-page {
  min-height: 66vh;
}

.image-band-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.image-band-content .section {
  padding: 0;
}

.image-band h2 {
  max-width: 820px;
}

.page-hero {
  padding: clamp(58px, 8vw, 108px) 0 clamp(38px, 6vw, 72px);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 6vw, 6.6rem);
}

.breadcrumb {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  padding: 13px 14px;
  min-height: 48px;
  font: inherit;
}

textarea {
  min-height: 136px;
  resize: vertical;
}

.form-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  background: var(--black);
  color: white;
  padding: 44px 0;
}

.footer-wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 40;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  background: var(--black);
  color: white;
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 920px) {
  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .split,
  .band .section,
  .grid-2,
  .grid-3,
  .grid-4,
  .comparison,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    padding-top: 72px;
    padding-bottom: 240px;
  }

  .hero-model,
  .visual-tiles {
    grid-template-columns: 1fr;
  }

  .hero-model div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .visual-tiles article {
    min-height: 300px;
  }

  .hero {
    min-height: 0;
  }

  .hero-note {
    left: 18px;
    bottom: 18px;
  }

  .comparison-col + .comparison-col {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }

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

@media (max-width: 560px) {
  .section,
  .page-hero {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    width: min(100% - 24px, var(--max));
    padding-top: 38px;
  }

  h1 {
    font-size: clamp(2.7rem, 18vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .brand img {
    width: 154px;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.88rem;
  }

  .panel,
  .case,
  .service,
  .step,
  .comparison-col,
  .note,
  .form-panel {
    padding: 20px;
  }
}
