@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --navy: #465466;
  --navy-2: #586779;
  --gold: #c18d13;
  --gold-2: #e0b64d;
  --ink: #465466;
  --muted: #667085;
  --line: #e5dfd3;
  --panel: #ffffff;
  --soft: #f7f7f7;
  --gold-dark: #8a6507;
  --green: #16794b;
  --red: #b42318;
  --shadow: 0 18px 55px rgba(70, 84, 102, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid #e4e1da;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7f7f7 64%, #ffffff 100%);
  padding: 0 clamp(18px, 4vw, 56px) clamp(64px, 7vw, 104px);
}

.hero::before {
  content: none;
}

.brandbar,
.hero-grid,
.workspace,
.lead-capture,
footer {
  max-width: 1180px;
  margin: 0 auto;
}

.brandbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  margin-bottom: clamp(48px, 6vw, 82px);
}

.brandbar::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid #e4e1da;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(70, 84, 102, 0.07);
}

.brand-home {
  width: 205px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.brand-home img {
  display: block;
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}

.resources-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border: 1px solid #e4e1da;
  border-radius: 8px;
  background: #ffffff;
  color: #8a6507;
  box-shadow: 0 10px 30px rgba(70, 84, 102, 0.07);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: clamp(3.05rem, 6vw, 5.75rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.1rem;
}

.lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #626c7c;
  font-size: 1.08rem;
  line-height: 1.8;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 0;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 900;
}

.button.primary {
  background: var(--gold);
  color: #2f2717;
  box-shadow: 0 6px 18px rgba(193, 141, 19, 0.22);
}

.button.secondary {
  border: 1px solid #e4e1da;
  background: #ffffff;
  color: var(--navy);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  border: 1px solid #e3ddd1;
  border-radius: 0;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 12px 35px rgba(30, 39, 56, 0.06);
}

.hero-proof strong,
.hero-proof span {
  display: inline;
}

.hero-proof strong {
  color: var(--navy);
  font-size: 0.86rem;
}

.hero-proof span {
  margin-left: 4px;
  color: #4b5563;
  font-size: 0.82rem;
}

.hero-card,
.panel,
.bucket-card,
.lead-capture {
  border: 1px solid #e3ddd1;
  border-radius: 0;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 20px 60px rgba(30, 39, 56, 0.14);
}

.hero-card::before {
  content: none;
}

.hero-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hero-metric {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid rgba(228, 225, 218, 0.9);
  border-top: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  box-shadow: 0 14px 36px rgba(70, 84, 102, 0.14);
  backdrop-filter: blur(10px);
}

.hero-metric span,
.hero-metric small {
  display: block;
  color: var(--muted);
}

.hero-metric > span {
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-metric strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.mini-results {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.mini-results div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #e4e1da;
  border-radius: 0;
  background: var(--soft);
  padding: 14px;
}

.mini-results span {
  color: var(--muted);
}

.mini-results b {
  color: var(--navy);
}

.workspace {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 24px;
  padding: 52px clamp(18px, 4vw, 56px) 28px;
}

.panel {
  padding: 24px;
}

.controls {
  align-self: start;
  position: sticky;
  top: 18px;
}

.panel-heading {
  margin-bottom: 18px;
}

label,
.field-row {
  color: #394556;
  font-size: 0.9rem;
  font-weight: 900;
}

label {
  display: block;
  margin: 14px 0 7px;
}

.field-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}

input,
textarea {
  width: 100%;
  border: 1px solid #d3cbb9;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  box-shadow: inset 0 1px 0 rgba(17, 28, 53, 0.03);
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(201, 163, 61, 0.26);
  border-color: var(--gold);
}

input[type="range"] {
  padding: 0;
  accent-color: var(--gold);
  box-shadow: none;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.allocation {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.allocation-intro {
  margin: 6px 0 2px;
  color: var(--muted);
  font-size: 0.84rem;
}

.allocation-note {
  margin: 12px 0 0;
  border: 1px solid rgba(22, 121, 75, 0.18);
  border-radius: 0;
  background: #edf8f2;
  color: var(--green);
  padding: 10px 12px;
  font-weight: 900;
}

.results {
  min-width: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.bucket-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}

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

.bucket-card p,
.bucket-card small {
  color: var(--muted);
}

.bucket-card strong {
  display: block;
  margin: 20px 0 8px;
  color: var(--navy);
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.bucket-card.featured {
  border-color: rgba(201, 163, 61, 0.58);
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
}

.chart-panel {
  margin-bottom: 24px;
}

.bar-chart {
  display: grid;
  gap: 12px;
}

.bar-row {
  display: grid;
  grid-template-columns: 120px 1fr 112px;
  align-items: center;
  gap: 12px;
}

.bar-track {
  overflow: hidden;
  height: 34px;
  border-radius: 999px;
  background: #e4e1da;
}

.bar-fill {
  height: 100%;
  min-width: 4px;
  border-radius: 999px;
  background: var(--green);
  transition: width 180ms ease;
}

.bar-row:nth-child(2) .bar-fill {
  background: var(--navy);
}

.bar-row:nth-child(3) .bar-fill {
  background: var(--gold);
}

.bar-row strong {
  text-align: right;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
}

.summary-grid div {
  border: 1px solid rgba(201, 163, 61, 0.18);
  border-radius: 8px;
  background: var(--soft);
  padding: 14px;
}

dt {
  color: var(--muted);
  font-size: 0.8rem;
}

dd {
  margin: 6px 0 0;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 900;
}

.action-plan {
  border-left: 6px solid var(--gold);
}

.action-plan p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.lead-capture {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(22px, 5vw, 58px);
  margin-top: 12px;
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 42px);
  border-top: 5px solid var(--gold);
  background: #fff;
  color: var(--ink);
}

.lead-capture h2 {
  color: var(--navy);
}

.lead-capture p {
  color: var(--muted);
  line-height: 1.65;
}

.lead-capture label {
  color: var(--navy);
}

.contact-form button {
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 0;
  background: var(--gold);
  color: #17120a;
  padding: 14px 18px;
  font-weight: 900;
  cursor: pointer;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 56px) 34px;
  color: var(--muted);
  font-size: 0.85rem;
}

footer p {
  margin-bottom: 0;
}

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

  .controls {
    position: static;
  }

  .cards,
  .summary-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .brandbar {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .brand-home {
    width: 210px;
  }

  .resources-link {
    align-self: flex-end;
  }

  .cards,
  .split,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .bar-row strong {
    text-align: left;
  }

  footer {
    flex-direction: column;
  }
}

/* Hero v3: image-led, light brand presentation */
.hero {
  background: #ffffff;
  padding-bottom: clamp(54px, 6vw, 88px);
}

.brandbar,
.hero-grid,
.workspace,
.lead-capture,
footer {
  max-width: 1240px;
}

.brandbar {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: clamp(38px, 5vw, 68px);
}

.hero h1 {
  max-width: 660px;
  margin-bottom: 22px;
  text-transform: none;
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.hero .lead {
  max-width: 620px;
  line-height: 1.65;
}

.hero .button {
  min-height: 52px;
  border-radius: 7px;
  padding: 14px 24px;
}

.hero .button.primary {
  background: linear-gradient(135deg, #e0b64d, #c18d13);
  color: #241a08;
  box-shadow: 0 10px 28px rgba(193, 141, 19, 0.26);
}

.hero-proof {
  gap: 14px 20px;
}

.hero-proof li {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0 0 0 14px;
  box-shadow: none;
}

.hero-proof li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-card.hero-visual {
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(70, 84, 102, 0.16);
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
}

.hero-image-wrap > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 62% center;
}

.bucket-key {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 34%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.bucket-key span {
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 7px 6px;
  color: #65501f;
  font-size: 0.62rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero-insight {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
  border-top: 1px solid #e5dfd3;
  padding: 20px 22px 16px;
  background: #ffffff;
}

.hero-gap > span {
  display: block;
  color: var(--gold-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-gap strong {
  display: block;
  margin-top: 7px;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-comparison {
  display: grid;
  gap: 8px;
}

.hero-comparison div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-radius: 6px;
  background: var(--soft);
  padding: 10px 12px;
}

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

.hero-comparison b {
  color: var(--navy);
}

.hero-disclaimer {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 0.72rem;
}

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

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.6rem);
  }

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

  .bucket-key {
    right: 10px;
    bottom: 10px;
    left: 16%;
  }
}
