:root {
  --ink: #192028;
  --muted: #5a6570;
  --line: #d9dee2;
  --paper: #f7f6f1;
  --white: #ffffff;
  --charcoal: #202a31;
  --copper: #b45f2b;
  --steel: #486273;
  --sage: #6d7d66;
  --gold: #d8a33d;
  --shadow: 0 24px 70px rgba(24, 32, 40, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(12, 18, 23, 0.82), rgba(12, 18, 23, 0));
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
}

nav a {
  padding: 10px 12px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.84);
}

nav a:hover {
  background: rgba(255, 255, 255, 0.11);
  color: var(--white);
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.13);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  padding: 132px clamp(18px, 5vw, 72px) 64px;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 15, 19, 0.88) 0%, rgba(10, 15, 19, 0.62) 36%, rgba(10, 15, 19, 0.1) 70%),
    linear-gradient(180deg, rgba(10, 15, 19, 0.12) 0%, rgba(10, 15, 19, 0.36) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(790px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.94;
  font-weight: 650;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.36rem);
}

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

.button,
button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.primary,
button {
  color: #151a1e;
  background: var(--gold);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.09);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 46px;
  z-index: 3;
  width: min(330px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(20, 28, 34, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

section {
  padding: clamp(68px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.band {
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

h2 {
  max-width: 920px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1;
  font-weight: 640;
  letter-spacing: 0;
}

.intro-grid p,
.decision-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.signal-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}

.signal-grid article,
.work-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-grid span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--copper);
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
  line-height: 1.14;
}

article p {
  margin-bottom: 0;
  color: var(--muted);
}

.decision-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 42, 49, 0.96), rgba(32, 42, 49, 0.9)),
    var(--charcoal);
}

.decision-copy h2 {
  color: var(--white);
}

.decision-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.decision-model {
  display: grid;
  gap: 14px;
}

.decision-model div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 92px;
  padding: 20px;
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
}

.decision-model span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-model strong {
  font-size: clamp(1.24rem, 2vw, 1.7rem);
  line-height: 1.12;
}

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

.work-grid article {
  min-height: 220px;
}

.work-grid h3::before {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--sage);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(300px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.quote-block {
  display: flex;
  align-items: center;
  min-height: 360px;
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  border-radius: 6px;
  background: var(--steel);
}

.quote-block p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.06;
}

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

.proof-list li {
  padding: 22px 24px;
  border-left: 4px solid var(--copper);
  background: var(--paper);
  color: var(--ink);
  font-weight: 750;
}

.not-fit-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.not-fit-list {
  display: grid;
  gap: 12px;
}

.not-fit-list p {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 0.78fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  background: var(--white);
}

.contact-direct {
  display: inline-grid;
  gap: 6px;
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: var(--paper);
}

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

.contact-direct a {
  color: var(--charcoal);
  font-size: 1.34rem;
  font-weight: 900;
}

form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(24, 32, 40, 0.08);
}

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

.hidden-field {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c9d0d5;
  border-radius: 4px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

button {
  width: 100%;
  margin-top: 4px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: #151a1e;
}

footer p {
  margin: 0;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(32, 42, 49, 0.94), rgba(32, 42, 49, 0.82)),
    var(--charcoal);
}

.thanks-panel {
  width: min(760px, 100%);
  padding: clamp(34px, 6vw, 72px);
  border-radius: 6px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.thanks-panel h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

.thanks-panel p {
  color: var(--muted);
  font-size: 1.08rem;
}

.thanks-panel p a {
  color: var(--charcoal);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 900px;
    align-items: center;
    padding-top: 126px;
  }

  .hero-panel {
    left: clamp(18px, 5vw, 72px);
    right: auto;
    bottom: 36px;
  }

  .intro-grid,
  .decision-band,
  .why-layout,
  .not-fit-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 840px;
    padding-bottom: 260px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(10, 15, 19, 0.9) 0%, rgba(10, 15, 19, 0.62) 100%),
      linear-gradient(180deg, rgba(10, 15, 19, 0.1) 0%, rgba(10, 15, 19, 0.42) 100%);
  }

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

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

  .signal-grid article,
  .work-grid article {
    min-height: auto;
  }

  .signal-grid span {
    margin-bottom: 24px;
  }

  .decision-model div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  footer {
    display: grid;
  }
}
