:root {
  --cream: #fbf7ef;
  --white: #fffdf8;
  --milk: #f4ede3;
  --wood: #d9c6ae;
  --copper: #a86c4a;
  --sage: #7e8f7b;
  --ink: #27231f;
  --muted: #756d63;
  --soft: #9a9186;
  --line: rgba(85, 67, 49, 0.16);
  --line-strong: rgba(85, 67, 49, 0.28);
  --shadow: 0 28px 80px rgba(82, 62, 42, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(217, 198, 174, 0.54), transparent 34rem),
    radial-gradient(circle at 90% 12%, rgba(126, 143, 123, 0.18), transparent 32rem),
    linear-gradient(180deg, var(--white), var(--cream) 54%, #f8f1e7);
  font-family: var(--font-main);
  line-height: 1.82;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 0 clamp(18px, 4.8vw, 70px);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.header-nav,
.footer-inner,
.footer-inner div {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  width: max-content;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--copper);
  background: var(--white);
  border: 1px solid var(--line-strong);
  box-shadow: 0 12px 28px rgba(82, 62, 42, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.header-nav {
  justify-self: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav a::before {
  content: "/";
  margin-right: 8px;
  color: var(--copper);
}

.header-cta {
  justify-self: end;
  min-width: 126px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px clamp(20px, 5.4vw, 78px) 78px;
  border-bottom: 1px solid var(--line);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
  filter: saturate(0.86) contrast(0.94) brightness(1.08);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.82) 38%, rgba(255, 253, 248, 0.32) 72%, rgba(255, 253, 248, 0.08)),
    radial-gradient(circle at 78% 44%, rgba(255, 253, 248, 0.18), transparent 34rem),
    linear-gradient(0deg, rgba(251, 247, 239, 0.86), transparent 36%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: end;
  width: min(1180px, 100%);
}

.hero-main {
  max-width: 760px;
}

.hero-side {
  display: grid;
  gap: 16px;
  align-self: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 30px;
  border: 1px solid rgba(85, 67, 49, 0.14);
  background: rgba(255, 253, 248, 0.58);
  box-shadow: 0 18px 60px rgba(82, 62, 42, 0.1);
  backdrop-filter: blur(16px);
}

.hero-kicker span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  border-right: 1px solid rgba(85, 67, 49, 0.14);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-kicker span:first-child {
  color: var(--ink);
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--font-main);
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(54px, 8.4vw, 118px);
  line-height: 0.98;
  text-wrap: balance;
}

h2 {
  margin-bottom: 26px;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1.16;
}

h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.46;
}

p {
  color: var(--muted);
}

.hero-copy {
  width: min(620px, 100%);
  color: #5f574f;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.9;
}

.hero-actions {
  display: grid;
  grid-template-columns: auto minmax(210px, 330px);
  gap: 18px 22px;
  align-items: center;
  margin-top: 28px;
}

.hero-actions .cta-row {
  flex-wrap: nowrap;
}

.hero-actions p {
  margin: 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.65;
}

.hero-proof {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.58);
  box-shadow: 0 24px 80px rgba(82, 62, 42, 0.13);
  backdrop-filter: blur(18px);
}

.hero-proof div {
  display: grid;
  gap: 4px;
  min-height: 96px;
  align-content: center;
  padding: 18px 20px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

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

.hero-proof strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.hero-research-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 24px 80px rgba(82, 62, 42, 0.14);
  backdrop-filter: blur(18px);
}

.hero-research-card img {
  width: 100%;
  aspect-ratio: 1 / 0.68;
  object-fit: cover;
  object-position: top center;
  border-bottom: 1px solid var(--line);
}

.hero-research-card div {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

.hero-research-card span {
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-research-card strong {
  color: var(--ink);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.badge-row,
.tag-row,
.cta-row,
.topic-cloud,
.permission-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-row {
  margin: 22px 0 0;
}

.badge-row span,
.tag-row span,
.topic-cloud span {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.66);
  color: #5f574f;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(82, 62, 42, 0.06);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 253, 248, 0.76);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button::after,
.header-cta::after {
  content: " →";
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  box-shadow: 0 18px 44px rgba(39, 35, 31, 0.18);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4.8vw, 70px);
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  inset: auto clamp(20px, 5vw, 74px) 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  width: min(520px, 44vw);
}

.hero-orbit span {
  padding: 9px 12px;
  border: 1px solid rgba(85, 67, 49, 0.14);
  background: rgba(255, 253, 248, 0.42);
  color: rgba(39, 35, 31, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.hero-scroll::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--copper);
}

.button-ghost,
.button-outline {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.62);
}

.full {
  width: 100%;
}

.section {
  position: relative;
  padding: clamp(78px, 10vw, 148px) 0;
  border-bottom: 1px solid var(--line);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(20px, 4.6vw, 72px);
  left: clamp(20px, 4.6vw, 72px);
  border-top: 1px solid rgba(85, 67, 49, 0.06);
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(940px, calc(100% - 40px));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 1fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.section-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 clamp(34px, 5vw, 58px);
  background: var(--white);
  border: 1px solid rgba(85, 67, 49, 0.12);
  box-shadow: var(--shadow);
}

.section-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.16));
}

.section-image img {
  width: 100%;
  height: clamp(300px, 42vw, 520px);
  object-fit: cover;
}

.section-image-wide img {
  height: clamp(320px, 48vw, 560px);
}

.section-image-small {
  margin-bottom: 20px;
}

.section-image-small img {
  height: clamp(240px, 32vw, 380px);
}

.lead-line {
  margin-top: 34px;
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.check-panel,
.feature-card,
.plan-card,
.steps article,
.voice-card,
.faq-list details {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px rgba(82, 62, 42, 0.08);
}

.check-panel {
  padding: clamp(24px, 4vw, 42px);
}

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

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #574f47;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 15px;
  height: 1px;
  background: var(--copper);
}

.section-gathering,
.section-research,
.section-comparison,
.section-change,
.section-steps,
.section-lowbarrier,
.section-consulting,
.section-faq {
  background:
    radial-gradient(circle at 86% 4%, rgba(217, 198, 174, 0.36), transparent 30rem),
    var(--milk);
}

.statement {
  margin-top: 44px;
  padding: 34px 0 0;
  border-top: 1px solid var(--line-strong);
  color: var(--ink);
  font-family: var(--font-main);
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.38;
}

.research-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.research-lead p {
  font-size: clamp(16px, 1.5vw, 19px);
}

.research-metrics {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.68);
  box-shadow: 0 18px 55px rgba(82, 62, 42, 0.08);
}

.research-metrics div {
  display: grid;
  gap: 6px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.research-metrics strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.research-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.research-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 28vw);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px 0 24px;
  scroll-snap-type: inline mandatory;
}

.research-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 48px rgba(82, 62, 42, 0.12);
  scroll-snap-align: start;
}

.research-gallery img {
  width: 100%;
  aspect-ratio: 0.75 / 1;
  object-fit: cover;
}

.research-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 18px 55px rgba(82, 62, 42, 0.08);
}

.research-cta p {
  max-width: 690px;
  margin: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-heading .eyebrow {
  padding-top: 13px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-card {
  min-height: 330px;
  padding: clamp(26px, 3.8vw, 44px);
  border-top: 0;
  border-left: 0;
}

.feature-card-wide {
  grid-column: 1 / -1;
  min-height: 270px;
  background:
    linear-gradient(135deg, rgba(168, 108, 74, 0.1), rgba(126, 143, 123, 0.11)),
    rgba(255, 253, 248, 0.86);
}

.number {
  display: block;
  margin-bottom: 34px;
  color: var(--copper);
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 900;
  line-height: 1;
}

.tag-row {
  margin-top: 30px;
}

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

.permission-grid span {
  display: grid;
  min-height: 112px;
  place-items: center;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid var(--line);
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 900;
  text-align: center;
}

.benefit-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.benefit-list article {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(28px, 4.4vw, 54px) 0;
  border-bottom: 1px solid var(--line);
}

.topic-cloud span {
  padding: 13px 15px;
  color: var(--ink);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.section-proof {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(244, 237, 227, 0.9)),
    var(--cream);
}

.stats-grid div {
  min-height: 168px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 3.4vw, 38px);
  background: rgba(255, 253, 248, 0.68);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-grid strong {
  color: var(--ink);
  font-size: clamp(27px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.stats-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-table {
  display: grid;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

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

.comparison-row > div {
  min-height: 86px;
  padding: 18px;
  color: #5a5149;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.65;
}

.comparison-row > div:first-child,
.comparison-head > div {
  color: var(--ink);
  font-weight: 900;
}

.comparison-row > div:nth-child(2) {
  background: rgba(168, 108, 74, 0.08);
  color: var(--ink);
  font-weight: 800;
}

.comparison-head > div {
  min-height: 64px;
  background: rgba(217, 198, 174, 0.24);
  font-size: 13px;
}

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

.plan-card,
.voice-card {
  position: relative;
  padding: clamp(28px, 4.2vw, 48px);
}

.plan-featured {
  background:
    linear-gradient(180deg, rgba(168, 108, 74, 0.1), transparent 42%),
    rgba(255, 253, 248, 0.84);
}

.plan-label {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 10px;
  background: var(--copper);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.plan-head {
  min-height: 126px;
  padding-right: 76px;
}

.price {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.7vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 15px;
}

.compact {
  margin: 34px 0 38px;
}

.note {
  margin: 28px 0 0;
  color: var(--soft);
  font-size: 13px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps article {
  min-height: 238px;
  padding: clamp(24px, 3vw, 32px);
}

.steps span {
  display: block;
  margin-bottom: 34px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

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

.voice-card {
  margin: 0;
}

.voice-head span {
  display: block;
  margin-top: 22px;
  color: var(--copper);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.faq-list details {
  padding: 24px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
}

.faq-list p {
  max-width: 820px;
  margin: 14px 0 0;
}

.final-cta {
  padding: clamp(90px, 13vw, 170px) 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(217, 198, 174, 0.42), transparent 34rem),
    var(--white);
  color: var(--ink);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.final-cta h2 {
  font-size: clamp(38px, 6.6vw, 88px);
}

.final-cta p {
  color: var(--muted);
}

.centered {
  justify-content: center;
}

.site-footer {
  padding: 32px 0;
  background: var(--cream);
  color: var(--soft);
  font-size: 12px;
  border-top: 1px solid var(--line);
}

.footer-inner {
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.footer-inner div {
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-nav {
    display: none;
  }

  .split,
  .feature-grid,
  .plan-grid,
  .voice-grid,
  .benefit-list article,
  .stats-grid,
  .steps,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.98), rgba(255, 253, 248, 0.86)),
      linear-gradient(0deg, rgba(251, 247, 239, 0.94), transparent 44%);
  }

  .hero-content {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .hero-proof {
    width: 100%;
  }

  .hero-side {
    display: none;
  }

  .hero-orbit {
    display: none;
  }

  .feature-card {
    min-height: auto;
  }

  .stats-grid div {
    min-height: 126px;
  }

  .research-lead {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 960px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding: 0 16px;
  }

  .brand span:last-child {
    display: inline;
  }

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

  .header-cta {
    min-width: 104px;
    padding: 10px 12px;
  }

  .hero {
    padding: 96px 18px 52px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-kicker {
    display: inline-flex;
    margin-bottom: 20px;
  }

  .hero-kicker span:last-child {
    display: none;
  }

  h1 {
    font-size: 46px;
    line-height: 1.04;
  }

  .hero-copy {
    line-height: 1.8;
  }

  .hero-actions .cta-row {
    flex-wrap: wrap;
  }

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

  .hero-proof div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .hero-scroll {
    display: none;
  }

  h2 {
    font-size: 34px;
  }

  .section-image img,
  .section-image-wide img,
  .section-image-small img {
    height: 260px;
  }

  .research-gallery {
    grid-auto-columns: minmax(230px, 72vw);
  }

  .research-cta {
    align-items: stretch;
    flex-direction: column;
  }

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

  .cta-row {
    width: 100%;
  }

  .cta-row .button {
    width: 100%;
  }

  .plan-head {
    min-height: auto;
    padding-right: 0;
  }

  .plan-label {
    position: static;
    width: max-content;
    margin-bottom: 18px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Mobile-first hero refinement */
.site-header {
  box-shadow: none;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 58px;
    background: rgba(255, 253, 248, 0.42);
    border-bottom-color: rgba(255, 253, 248, 0.18);
  }

  .brand {
    color: rgba(255, 253, 248, 0.9);
    font-family: var(--font-main);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .header-cta {
    min-width: auto;
    padding: 9px 12px;
    color: var(--ink);
    background: rgba(255, 253, 248, 0.88);
    border-color: rgba(255, 253, 248, 0.88);
    font-size: 10px;
  }

  .hero {
    min-height: 100svh;
    align-items: center;
    padding: 104px 22px 118px;
  }

  .hero-image {
    object-position: center;
    filter: saturate(0.82) contrast(1.04) brightness(0.76);
    transform: scale(1.04);
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 253, 248, 0.12), transparent 15rem),
      linear-gradient(180deg, rgba(8, 7, 6, 0.2), rgba(8, 7, 6, 0.32) 46%, rgba(8, 7, 6, 0.82));
  }

  .hero-kicker {
    display: none;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .hero-brand-title {
    font-size: clamp(56px, 17vw, 92px);
    line-height: 0.9;
    letter-spacing: 0.01em;
  }

  .hero-statement {
    max-width: 280px;
    margin: 30px auto 16px;
    font-size: 20px;
    line-height: 1.55;
  }

  .hero-copy {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.9;
  }

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

  .hero-actions .cta-row {
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 11px;
  }

  .hero-actions p {
    max-width: 280px;
    font-size: 11px;
    line-height: 1.7;
  }

  .hero-meta {
    right: 22px;
    bottom: 26px;
    left: 22px;
    gap: 7px;
  }

  .hero-meta span {
    padding: 7px 9px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
}

/* Refined modern direction */
body {
  font-size: 15px;
}

body:not(.is-loaded) {
  overflow: hidden;
}

.loader {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(217, 198, 174, 0.24), transparent 28rem),
    #fffdf8;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.loader-inner {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.loader-inner span {
  color: var(--ink);
  font-family: var(--font-main);
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: 0.08em;
}

.loader-inner i {
  position: relative;
  width: min(260px, 58vw);
  height: 1px;
  overflow: hidden;
  background: rgba(39, 35, 31, 0.16);
}

.loader-inner i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: var(--ink);
  animation: loader-line 1.1s ease-in-out infinite;
}

.is-loaded .loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes loader-line {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(250%);
  }
}

.site-header {
  min-height: 68px;
  background: rgba(255, 253, 248, 0.58);
}

.header-nav,
.header-cta,
.brand {
  font-size: 11px;
}

.section {
  padding: clamp(62px, 8vw, 118px) 0;
}

h2 {
  font-size: clamp(26px, 3.4vw, 48px);
  line-height: 1.22;
}

h3 {
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.5;
}

p,
.check-list li,
.comparison-row > div {
  font-size: 14px;
}

.eyebrow {
  font-size: 10px;
}

.hero {
  min-height: 100svh;
  padding: 96px clamp(18px, 5vw, 70px) 64px;
  background: #111;
}

.hero-image {
  object-position: center;
  filter: saturate(0.84) contrast(1.02) brightness(0.84);
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 253, 248, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(8, 7, 6, 0.22), rgba(8, 7, 6, 0.2) 42%, rgba(8, 7, 6, 0.74)),
    linear-gradient(90deg, rgba(8, 7, 6, 0.42), transparent 54%, rgba(8, 7, 6, 0.2));
}

.hero-content {
  display: grid;
  width: min(1080px, 100%);
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
}

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

.hero-side {
  display: none;
}

.hero-kicker {
  margin: 0 auto 22px;
  border-color: rgba(255, 253, 248, 0.24);
  background: rgba(255, 253, 248, 0.1);
  box-shadow: none;
}

.hero-kicker span {
  min-height: 38px;
  color: rgba(255, 253, 248, 0.72);
  border-color: rgba(255, 253, 248, 0.18);
  font-size: 10px;
}

.hero-kicker span:first-child {
  color: var(--white);
}

.hero .eyebrow {
  color: rgba(255, 253, 248, 0.72);
}

.hero-brand-title {
  max-width: none;
  margin: 0;
  color: rgba(255, 253, 248, 0.92);
  font-family: var(--font-main);
  font-size: clamp(78px, 15vw, 198px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  animation: float-title 6s ease-in-out infinite;
}

.hero-statement {
  margin: clamp(28px, 4vw, 54px) auto 16px;
  color: rgba(255, 253, 248, 0.9);
  font-family: var(--font-main);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.35;
}

.hero-copy {
  width: min(600px, 100%);
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.74);
  font-size: 13px;
  line-height: 1.85;
}

.hero-actions {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: clamp(34px, 5vw, 58px);
}

.hero-actions .cta-row {
  justify-content: center;
  flex-wrap: wrap;
}

.hero .button-primary {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.24);
}

.hero .button-ghost {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.34);
  background: rgba(255, 253, 248, 0.08);
}

.hero-scroll {
  color: rgba(255, 253, 248, 0.62);
}

.hero-scroll::after {
  background: rgba(255, 253, 248, 0.48);
}

@keyframes float-title {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.feature-card,
.plan-card,
.steps article,
.voice-card,
.check-panel {
  box-shadow: 0 14px 42px rgba(82, 62, 42, 0.07);
}

.number {
  font-size: clamp(32px, 4vw, 54px);
}

.price {
  font-size: clamp(34px, 4.6vw, 54px);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-main.reveal {
  transform: translateY(18px) scale(0.985);
  transition-delay: 260ms;
}

.hero-main.reveal.is-visible {
  transform: translateY(0) scale(1);
}

@media (max-width: 920px) {
  .hero {
    min-height: 100svh;
    padding: 92px 20px 96px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 7, 6, 0.18), rgba(8, 7, 6, 0.36) 48%, rgba(8, 7, 6, 0.8)),
      radial-gradient(circle at 50% 38%, rgba(255, 253, 248, 0.08), transparent 22rem);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 14px;
  }

  .hero {
    padding: 100px 22px 96px;
  }

  .hero-brand-title {
    font-size: clamp(56px, 17vw, 88px);
  }

  .hero-statement {
    max-width: 280px;
    margin: 34px auto 14px;
    font-size: 20px;
    line-height: 1.55;
  }

  .hero-copy {
    max-width: 250px;
    font-size: 12px;
  }

  h2 {
    font-size: 28px;
  }
}


/* Final polish: compact premium rhythm and authentic voices */
.section {
  padding: clamp(82px, 10vw, 138px) 0;
}

.container {
  width: min(1120px, calc(100% - 44px));
}

.section-heading {
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section-heading h2,
.section h2 {
  letter-spacing: 0;
}

.section-heading p + h2,
.section .eyebrow + h2 {
  margin-top: 12px;
}

.section-voices {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.86), rgba(244, 237, 227, 0.72)),
    radial-gradient(circle at 18% 12%, rgba(168, 108, 74, 0.08), transparent 34rem);
}

.section-voices .section-heading {
  max-width: 680px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}

.voice-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(250, 246, 238, 0.88));
  border: 1px solid rgba(85, 67, 49, 0.14);
  box-shadow: 0 18px 54px rgba(82, 62, 42, 0.075);
}

.voice-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--copper), rgba(126, 143, 123, 0.62));
  opacity: 0.78;
}

.voice-card::after {
  content: "Voice";
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(168, 108, 74, 0.09);
  font-family: var(--font-main);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  pointer-events: none;
}

.voice-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(30px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(39, 35, 31, 0.96), rgba(39, 35, 31, 0.88)),
    radial-gradient(circle at 88% 18%, rgba(168, 108, 74, 0.26), transparent 20rem);
  color: var(--white);
  border-color: rgba(39, 35, 31, 0.5);
}

.voice-featured::before {
  width: 5px;
  background: linear-gradient(180deg, #d8b98b, var(--copper));
}

.voice-featured::after {
  color: rgba(255, 253, 248, 0.055);
  font-size: clamp(76px, 13vw, 168px);
}

.voice-head {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.voice-featured .voice-head {
  border-bottom-color: rgba(255, 253, 248, 0.18);
}

.voice-name {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
  line-height: 1.45;
}

.voice-featured .voice-name {
  color: var(--white);
  font-size: clamp(20px, 2.6vw, 34px);
  font-family: var(--font-main);
  font-weight: 700;
}

.voice-head span {
  display: inline-flex;
  color: var(--copper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.voice-featured .voice-head span {
  color: #d8b98b;
}

.voice-body {
  position: relative;
  z-index: 1;
  padding-top: 22px;
}

.voice-body p {
  margin: 0;
  color: #5a5149;
  font-size: 13px;
  line-height: 2.02;
  letter-spacing: 0.01em;
}

.voice-body p + p {
  margin-top: 14px;
}

.voice-featured .voice-body {
  padding-top: 0;
  columns: 2 300px;
  column-gap: clamp(28px, 4vw, 52px);
}

.voice-featured .voice-body p {
  color: rgba(255, 253, 248, 0.82);
  break-inside: avoid;
}

.plan-card,
.feature-card,
.steps article,
.check-panel,
.voice-card {
  border-radius: 0;
}

.button {
  min-height: 48px;
  padding: 13px 19px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

@media (max-width: 920px) {
  .voice-grid,
  .voice-featured {
    grid-template-columns: 1fr;
  }

  .voice-featured .voice-body {
    columns: auto;
    padding-top: 22px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 34px, 1120px);
  }

  .section {
    padding: 72px 0;
  }

  .section-heading h2,
  .section h2,
  h2 {
    font-size: 24px;
    line-height: 1.55;
  }

  .voice-card,
  .voice-featured {
    padding: 24px 22px;
  }

  .voice-name,
  .voice-featured .voice-name {
    font-size: 18px;
  }

  .voice-body p {
    font-size: 12.5px;
    line-height: 1.95;
  }
}

/* Corporate refinement: unified typography and structured hero */
:root {
  --font-main: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

body,
button,
input,
textarea,
select,
.brand,
.loader-inner span,
h1,
h2,
h3,
.hero-brand-title,
.hero-statement,
.voice-featured .voice-name {
  font-family: var(--font-main);
}

body {
  background:
    linear-gradient(180deg, #fffdf8 0%, #faf7f0 48%, #f4ede3 100%);
  font-feature-settings: "palt";
}

.site-header {
  min-height: 72px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid rgba(39, 35, 31, 0.12);
}

.brand {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero {
  min-height: 100svh;
  align-items: stretch;
  padding: 92px 0 0;
  background: #f7f3eb;
  border-bottom: 1px solid rgba(39, 35, 31, 0.16);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 92px;
  bottom: 0;
  left: clamp(18px, 4vw, 64px);
  width: 1px;
  background: rgba(39, 35, 31, 0.18);
}

.hero-image {
  left: auto;
  width: 48%;
  object-position: center;
  filter: saturate(0.78) contrast(1.02) brightness(0.96);
  transform: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, #fffdf8 0%, #fffdf8 45%, rgba(255, 253, 248, 0.74) 58%, rgba(255, 253, 248, 0.08) 100%);
}

.hero-content {
  z-index: 3;
  width: min(1180px, calc(100% - 44px));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.64fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  text-align: left;
}

.hero-main {
  max-width: 690px;
  padding: clamp(34px, 5vw, 72px) 0;
}

.hero .eyebrow {
  width: max-content;
  margin-bottom: clamp(28px, 4vw, 54px);
  padding-bottom: 12px;
  color: var(--ink);
  border-bottom: 2px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.hero-brand-title {
  max-width: 700px;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(52px, 8.5vw, 116px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: none;
  animation: none;
}

.hero-statement {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(21px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.45;
}

.hero-copy {
  width: min(520px, 100%);
  margin: 0;
  color: #5d554d;
  font-size: 14px;
  line-height: 2;
}

.hero-actions {
  margin-top: clamp(34px, 5vw, 58px);
  justify-items: start;
}

.hero-actions .cta-row {
  justify-content: flex-start;
}

.hero .button-primary {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: none;
}

.hero .button-ghost {
  color: var(--ink);
  background: transparent;
  border-color: rgba(39, 35, 31, 0.32);
}

.hero-scroll {
  z-index: 4;
  right: auto;
  left: clamp(30px, 5vw, 86px);
  color: rgba(39, 35, 31, 0.5);
}

.hero-scroll::after {
  background: rgba(39, 35, 31, 0.36);
}

.plan-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 0 auto;
}

.plan-card {
  min-height: 100%;
}

.plan-head {
  min-height: 112px;
}

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

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

  .hero::before {
    display: none;
  }

  .hero-image {
    inset: 72px 0 auto 0;
    width: 100%;
    height: 48%;
    opacity: 0.72;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.22), rgba(255, 253, 248, 0.74) 38%, #fffdf8 70%),
      linear-gradient(90deg, rgba(255, 253, 248, 0.86), rgba(255, 253, 248, 0.42));
  }

  .hero-content {
    width: min(100% - 38px, 760px);
    min-height: calc(100svh - 72px);
    grid-template-columns: 1fr;
    align-items: end;
    text-align: left;
  }

  .hero-main {
    padding: 42vh 0 76px;
  }

  .plan-grid {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    background: rgba(255, 253, 248, 0.92);
  }

  .brand {
    color: var(--ink);
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 800;
  }

  .hero {
    min-height: 100svh;
    padding-top: 66px;
  }

  .hero-image {
    inset: 66px 0 auto;
    height: 44%;
    object-position: 58% center;
  }

  .hero-content {
    width: min(100% - 34px, 760px);
    min-height: calc(100svh - 66px);
  }

  .hero-main {
    padding: 39vh 0 64px;
  }

  .hero .eyebrow {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .hero-brand-title {
    font-size: clamp(46px, 15vw, 72px);
    line-height: 0.96;
  }

  .hero-statement {
    max-width: 300px;
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.55;
  }

  .hero-copy {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.9;
  }

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

  .hero-actions .cta-row {
    width: 100%;
  }

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

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

/* Conversion layer */
.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-assurance span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #3a342f;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(39, 35, 31, 0.16);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.conversion-strip {
  background: var(--ink);
  color: var(--white);
}

.conversion-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(255, 253, 248, 0.18);
}

.conversion-strip-inner > div {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px clamp(16px, 2vw, 28px);
  border-right: 1px solid rgba(255, 253, 248, 0.18);
}

.conversion-strip strong {
  color: var(--white);
  font-size: clamp(21px, 2.2vw, 30px);
  line-height: 1.1;
}

.conversion-strip span {
  color: rgba(255, 253, 248, 0.66);
  font-size: 12px;
  font-weight: 700;
}

.section-outcome {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(244, 237, 227, 0.72));
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.outcome-grid article {
  min-height: 300px;
  padding: clamp(26px, 3.4vw, 44px);
  background: rgba(255, 253, 248, 0.68);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outcome-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.outcome-grid h3 {
  max-width: 320px;
}

.section-decision {
  background:
    linear-gradient(180deg, #fffdf8, rgba(244, 237, 227, 0.82));
}

.section-fit {
  background: #fffdf8;
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 18px;
}

.fit-grid article {
  padding: clamp(28px, 4vw, 50px);
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
}

.fit-grid h3 {
  margin-bottom: 26px;
}

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

.fit-muted {
  background:
    linear-gradient(180deg, rgba(39, 35, 31, 0.035), transparent 54%),
    rgba(255, 253, 248, 0.82);
}

.fit-muted li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.fit-muted li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 10px;
  height: 1px;
  background: var(--soft);
}

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

.decision-grid article {
  position: relative;
  padding: clamp(28px, 4vw, 52px);
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(82, 62, 42, 0.07);
}

.decision-featured {
  background:
    linear-gradient(180deg, rgba(39, 35, 31, 0.06), transparent 44%),
    rgba(255, 253, 248, 0.92);
  border-color: rgba(39, 35, 31, 0.3);
}

.decision-label {
  width: max-content;
  margin-bottom: 28px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.decision-grid p:not(.decision-label) {
  max-width: 520px;
  margin-bottom: 28px;
}

.decision-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid rgba(39, 35, 31, 0.26);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.risk-reducer {
  margin-top: 26px;
  padding: 22px 24px;
  background: rgba(39, 35, 31, 0.04);
  border: 1px solid rgba(39, 35, 31, 0.16);
}

.risk-reducer p {
  max-width: 880px;
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.risk-reducer strong {
  color: var(--ink);
}

.sticky-cta {
  position: fixed;
  z-index: 30;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(430px, calc(100% - 40px));
  padding: 10px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(246, 240, 229, 0.9));
  border: 1px solid rgba(39, 35, 31, 0.18);
  box-shadow:
    0 24px 80px rgba(39, 35, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px) saturate(1.05);
}

.sticky-cta::before {
  content: "";
  align-self: stretch;
  width: 3px;
  background: linear-gradient(180deg, var(--ink), var(--copper));
}

.sticky-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6px;
  border: 1px solid rgba(39, 35, 31, 0.06);
  pointer-events: none;
}

.sticky-cta div {
  display: grid;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 2px;
}

.sticky-cta strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.sticky-cta span {
  color: var(--muted);
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-cta a {
  flex: 0 0 auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px 0 20px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.sticky-cta a::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  box-shadow: 7px -4px 0 -3px currentColor, 7px 4px 0 -3px currentColor;
}

.sticky-cta a:hover {
  transform: translateY(-1px);
  background: #17130f;
  box-shadow: 0 12px 28px rgba(39, 35, 31, 0.2);
}

@media (max-width: 920px) {
  .conversion-strip-inner,
  .outcome-grid,
  .decision-grid,
  .fit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .outcome-grid article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .hero-assurance {
    margin-top: 18px;
  }

  .hero-assurance span {
    min-height: 30px;
    font-size: 10px;
  }

  .conversion-strip-inner,
  .outcome-grid,
  .decision-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

  .conversion-strip-inner > div {
    min-height: 88px;
  }

  .outcome-grid span {
    margin-bottom: 28px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    gap: 12px;
    padding: 9px;
  }

  .sticky-cta span {
    display: block;
    max-width: 160px;
  }

  .sticky-cta a {
    min-height: 44px;
    padding: 0 14px 0 16px;
    font-size: 11px;
  }

  .sticky-cta a::after {
    width: 14px;
  }
}

/* Official brand assets */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand {
  line-height: 0;
}

.brand img {
  width: clamp(154px, 14vw, 198px);
  height: auto;
}

.loader-inner img {
  width: min(340px, 68vw);
  height: auto;
}

.hero-logo {
  width: min(520px, 82%);
  height: auto;
  margin: 0 0 clamp(30px, 4vw, 48px);
}

.footer-logo {
  width: clamp(150px, 15vw, 190px);
  height: auto;
  opacity: 0.9;
}

.sticky-cta-logo {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 920px) {
  .brand img {
    width: 168px;
  }

  .hero-logo {
    width: min(460px, 76vw);
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 138px;
  }

  .hero-logo {
    width: min(310px, 88vw);
    margin-bottom: 26px;
  }

  .sticky-cta-logo {
    width: 34px;
    height: 34px;
  }

  .footer-inner {
    align-items: flex-start;
  }

  .footer-logo {
    width: 146px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .hero-main.reveal {
    opacity: 1;
    transform: none;
  }

  .loader {
    display: none;
  }

  body:not(.is-loaded) {
    overflow: auto;
  }
}
