/* 2026 landing redesign */

:root {
  --ink: #16202f;
  --muted: #647084;
  --bg: #f8f1e8;
  --paper: #fffaf4;
  --paper-strong: #ffffff;
  --clay: #c9571b;
  --clay-dark: #983b12;
  --blue: #143457;
  --green: #496a50;
  --line: rgba(22, 32, 47, 0.12);
  --line-strong: rgba(22, 32, 47, 0.2);
  --shadow-soft: 0 24px 70px rgba(22, 32, 47, 0.11);
  --shadow-light: 0 14px 34px rgba(22, 32, 47, 0.08);
  --border-radius-lg: 10px;
  --border-radius-md: 8px;
  --border-radius-sm: 6px;
  --max-width: 1180px;
  --focus-ring: 0 0 0 3px rgba(201, 87, 27, 0.28);
}

body {
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(248, 241, 232, 0.98)),
    radial-gradient(circle at 12% 0%, rgba(201, 87, 27, 0.1), transparent 30%),
    var(--bg);
}

.btn {
  min-height: 2.72rem;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--clay-dark), var(--clay));
  box-shadow: 0 14px 30px rgba(152, 59, 18, 0.24);
  letter-spacing: 0.01em;
}

.btn-outline {
  background: rgba(255, 250, 244, 0.84);
  color: var(--clay-dark);
  border: 1px solid rgba(152, 59, 18, 0.34);
  box-shadow: none;
}

.landing-page {
  max-width: var(--max-width);
  padding: 0 1.25rem 4.5rem;
}

.landing-page .section {
  margin-bottom: clamp(3rem, 7vw, 6.25rem);
}

.hero--landing {
  width: auto;
  min-height: auto;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(2rem, 5vw, 4.2rem);
  color: var(--ink);
  background: none;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  overflow: visible;
}

.page-shell > .hero--landing:first-child {
  margin-top: 0;
}

.hero--landing::before {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  color: var(--clay-dark);
  margin-bottom: 0.9rem;
}

.hero-title {
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 6.85rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  max-width: 9.5ch;
  margin: 0 0 1.2rem;
  text-shadow: none;
}

.hero-subtitle {
  color: #475569;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  line-height: 1.55;
  max-width: 35rem;
  margin: 0 0 1.6rem;
}

.hero-cta {
  margin: 0;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 1.4rem -1rem -1.2rem 2.2rem;
  border: 1px solid rgba(20, 52, 87, 0.18);
  background:
    linear-gradient(135deg, rgba(20, 52, 87, 0.12), transparent 45%),
    rgba(255, 250, 244, 0.64);
  border-radius: 10px;
}

.hero-photo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(22, 32, 47, 0.16);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-card--main {
  inset: 0 0 4.2rem 0;
}

.hero-proof-card {
  position: absolute;
  right: 1.1rem;
  bottom: 0;
  width: min(88%, 390px);
  padding: 1.1rem 1.15rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(20, 52, 87, 0.94);
  color: #fff;
  box-shadow: 0 22px 44px rgba(20, 52, 87, 0.24);
}

.hero-proof-card strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.45;
}

.proof-label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 250, 244, 0.74);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-header--split {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.68fr);
  gap: 2rem;
  margin-bottom: 1.7rem;
}

.section-title {
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-kicker {
  color: var(--clay);
  font-size: 0.77rem;
  letter-spacing: 0.22em;
  margin-bottom: 0.7rem;
}

.section-subtitle {
  color: #5f6979;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  line-height: 1.65;
}

.focus-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 1.15rem 2rem;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid rgba(201, 87, 27, 0.18);
  border-left: 6px solid var(--clay);
  border-radius: 9px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(201, 87, 27, 0.12), transparent 38%);
  box-shadow: var(--shadow-light);
}

.focus-panel p {
  margin: 0;
  color: #465264;
  font-size: 1.02rem;
  line-height: 1.82;
}

.focus-panel p:first-child {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.42;
  font-weight: 760;
  letter-spacing: -0.03em;
  grid-row: span 3;
}

.message-closing {
  border-left: 0;
  border-radius: 8px;
  background: rgba(20, 52, 87, 0.07);
  color: var(--blue);
  font-weight: 750;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.statement-card {
  position: relative;
  min-height: 360px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  box-shadow: var(--shadow-light);
  overflow: hidden;
}

.statement-card::after {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: -6rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(201, 87, 27, 0.2);
  transform: rotate(12deg);
}

.statement-card--accent {
  background: linear-gradient(135deg, #143457, #1e4b73);
  color: #fff;
}

.statement-card--accent p {
  color: rgba(255, 255, 255, 0.78);
}

.statement-card--accent .statement-number {
  color: rgba(255, 255, 255, 0.42);
}

.statement-number {
  display: block;
  color: rgba(201, 87, 27, 0.55);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 2rem;
}

.statement-card h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.statement-card p {
  color: #5f6979;
  font-size: 0.98rem;
  line-height: 1.78;
  margin: 0 0 1rem;
}

.story-section {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(20, 52, 87, 0.06), transparent 45%),
    rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
}

.story-heading {
  position: sticky;
  top: 110px;
  align-self: start;
}

.story-panel {
  display: grid;
  gap: 1rem;
}

.story-panel p {
  margin: 0;
  color: #4f5b6d;
  font-size: 1.01rem;
  line-height: 1.82;
}

.story-panel p:first-child {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  line-height: 1.55;
  font-weight: 700;
}
