:root {
  --black: #070907;
  --ink: #0b0e0b;
  --panel: #11140f;
  --panel-raised: #151913;
  --panel-soft: #1a1e18;
  --cream: #f7edda;
  --ivory: #fff8e9;
  --muted: #aaa99f;
  --muted-light: #cfcdc3;
  --green: #389d59;
  --green-bright: #46b968;
  --green-deep: #103e25;
  --gold: #c99136;
  --gold-light: #e8bd68;
  --gold-dark: #75501c;
  --red: #d9685d;
  --line: rgba(201, 145, 54, 0.27);
  --line-soft: rgba(255, 248, 233, 0.1);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  --content: min(1320px, calc(100% - 80px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(59, 91, 38, 0.14), transparent 26rem),
    radial-gradient(circle at 12% 34%, rgba(153, 95, 24, 0.08), transparent 30rem),
    var(--black);
  color: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 4px;
  border-radius: 5px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 11px 16px;
  transform: translateY(-180%);
  border-radius: 8px;
  background: var(--cream);
  color: var(--black);
  font-weight: 750;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-users-three { --icon: url("/assets/icons/users-three.svg"); }
.icon-lightning { --icon: url("/assets/icons/lightning.svg"); }
.icon-hand-heart { --icon: url("/assets/icons/hand-heart.svg"); }
.icon-shield-check { --icon: url("/assets/icons/shield-check.svg"); }
.icon-envelope-open { --icon: url("/assets/icons/envelope-open.svg"); }
.icon-download-simple { --icon: url("/assets/icons/download-simple.svg"); }
.icon-device-mobile { --icon: url("/assets/icons/device-mobile.svg"); }
.icon-cooking-pot { --icon: url("/assets/icons/cooking-pot.svg"); }
.icon-chat-circle-dots { --icon: url("/assets/icons/chat-circle-dots.svg"); }
.icon-trend-up { --icon: url("/assets/icons/trend-up.svg"); }
.icon-check-circle { --icon: url("/assets/icons/check-circle.svg"); }
.icon-warning-circle { --icon: url("/assets/icons/warning-circle.svg"); }
.icon-question { --icon: url("/assets/icons/question.svg"); }
.icon-sparkle { --icon: url("/assets/icons/sparkle.svg"); }
.icon-list { --icon: url("/assets/icons/list.svg"); }
.icon-x { --icon: url("/assets/icons/x.svg"); }
.icon-play-circle { --icon: url("/assets/icons/play-circle.svg"); }
.icon-lock-key { --icon: url("/assets/icons/lock-key.svg"); }
.icon-arrow-right { --icon: url("/assets/icons/arrow-right.svg"); }
.icon-leaf { --icon: url("/assets/icons/leaf.svg"); }
.icon-fork-knife { --icon: url("/assets/icons/fork-knife.svg"); }
.icon-gift { --icon: url("/assets/icons/gift.svg"); }
.icon-chef-hat { --icon: url("/assets/icons/chef-hat.svg"); }
.icon-chart-line-up { --icon: url("/assets/icons/chart-line-up.svg"); }
.icon-chats-circle { --icon: url("/assets/icons/chats-circle.svg"); }
.icon-envelope { --icon: url("/assets/icons/envelope.svg"); }

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  background: linear-gradient(to bottom, rgba(2, 3, 2, 0.86), rgba(2, 3, 2, 0));
}

.site-header.is-scrolled {
  position: fixed;
  border-color: var(--line-soft);
  background: rgba(7, 9, 7, 0.9);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--content);
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: var(--ivory);
  text-decoration: none;
}

.brand-mark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(216, 163, 72, 0.18));
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-wordmark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic;
  letter-spacing: -0.04em;
}

.brand-wordmark small {
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
}

.primary-nav a {
  position: relative;
  padding: 34px 0 27px;
  color: var(--muted-light);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(216, 163, 72, 0.7);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a.active {
  color: var(--ivory);
}

.primary-nav a:hover::after,
.primary-nav a.active::after {
  transform: scaleX(1);
}

.primary-nav .mobile-beta-action {
  display: none;
}

.header-cta {
  min-width: 158px;
  padding: 12px 19px;
  border: 1px solid rgba(77, 220, 123, 0.44);
  border-radius: 8px;
  background: linear-gradient(135deg, #35b964, #278d4d);
  box-shadow: 0 8px 28px rgba(47, 191, 112, 0.18);
  color: #061109;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(47, 191, 112, 0.28);
}

.header-cta.is-disabled {
  border-color: rgba(216, 163, 72, 0.38);
  background: rgba(216, 163, 72, 0.12);
  box-shadow: none;
  color: var(--gold-light);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--cream);
  font: inherit;
  font-weight: 700;
}

.hero-section {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.99) 0%, rgba(5, 7, 5, 0.88) 42%, rgba(5, 7, 5, 0.22) 73%),
    linear-gradient(0deg, var(--black) 0%, transparent 22%),
    #080a08;
}

.hero-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.013) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-glow {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 130, 37, 0.08), transparent 66%);
  filter: blur(10px);
}

.hero-inner {
  position: relative;
  width: var(--content);
  min-height: 900px;
  margin: 0 auto;
  padding: 150px 0 92px;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 32px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 600px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 7.3vw, 112px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.hero-copy h1 span {
  color: var(--ivory);
}

.hero-copy h1 em {
  color: var(--green-bright);
  font-weight: 500;
}

.hero-statement {
  margin: 0 0 24px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: 1.26;
  letter-spacing: -0.025em;
}

.hero-description {
  max-width: 570px;
  margin: 0;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 19px;
}

.button {
  min-height: 58px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
  min-width: 210px;
  background: linear-gradient(135deg, var(--green-bright), #2e9d56);
  box-shadow: 0 14px 40px rgba(47, 191, 112, 0.2);
  color: #06120a;
}

.button-primary.is-disabled {
  border-color: rgba(216, 163, 72, 0.42);
  background: linear-gradient(135deg, rgba(216, 163, 72, 0.19), rgba(216, 163, 72, 0.08));
  box-shadow: none;
  color: var(--gold-light);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: var(--ivory);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.button-secondary:hover {
  border-color: rgba(216, 163, 72, 0.66);
  background: rgba(216, 163, 72, 0.07);
}

.button-muted {
  min-height: 48px;
  border-color: var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.button-icon {
  width: 22px;
  height: 22px;
}

.button-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.button-copy strong {
  font-size: 14px;
}

.button-copy small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.72;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.privacy-note .icon {
  color: var(--gold);
}

.hero-visual {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 720px;
}

.hero-food {
  position: absolute;
  top: -150px;
  right: min(-8vw, -40px);
  bottom: -120px;
  left: 5%;
  background:
    linear-gradient(90deg, var(--black) 0%, rgba(7, 9, 7, 0.4) 18%, transparent 52%),
    linear-gradient(0deg, var(--black) 0%, transparent 25%),
    url("/assets/brand/kai-splash-background-v1.webp") center 62% / cover no-repeat;
  filter: saturate(1.05) contrast(1.05);
}

.hero-food::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, transparent 0, rgba(0, 0, 0, 0.12) 46%, rgba(0, 0, 0, 0.76) 100%),
    linear-gradient(to top, rgba(0, 0, 0, 0.66), transparent 34%);
  content: "";
}

.phone {
  position: absolute;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #7f807a;
  border-radius: 43px;
  background: linear-gradient(145deg, #575851, #111211 20%, #020302 74%, #696a62);
  box-shadow: 0 38px 95px rgba(0, 0, 0, 0.76), 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.phone::before {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 50%;
  width: 29%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #010201;
  content: "";
}

.phone img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  object-fit: cover;
}

.phone-splash {
  z-index: 3;
  top: 66px;
  left: 9%;
  width: 304px;
  aspect-ratio: 604 / 1313;
  transform: rotate(-4.3deg);
}

.phone-home {
  z-index: 4;
  top: 151px;
  right: -2%;
  width: 274px;
  aspect-ratio: 604 / 1313;
  transform: rotate(3.8deg);
}

.phone-button {
  position: absolute;
  left: -5px;
  width: 4px;
  height: 48px;
  border-radius: 4px 0 0 4px;
  background: #777971;
}

.phone-button-one { top: 104px; }
.phone-button-two { top: 166px; height: 70px; }

.feedback-callout {
  position: absolute;
  z-index: 6;
  right: 2%;
  bottom: 36px;
  width: 246px;
  padding: 17px 19px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(11, 14, 11, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.44);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.feedback-callout .icon {
  width: 27px;
  height: 27px;
  color: var(--gold-light);
}

.feedback-callout p {
  margin: 0;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.45;
}

.feedback-callout strong {
  display: block;
  color: var(--ivory);
  font-size: 14px;
}

.scroll-cue {
  position: absolute;
  z-index: 8;
  bottom: 18px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(var(--gold), transparent);
}

.value-strip {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 20, 15, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.value-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-item {
  min-height: 134px;
  padding: 29px clamp(20px, 2vw, 34px);
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line-soft);
}

.value-item:first-child {
  border-left: 1px solid var(--line-soft);
}

.value-icon {
  width: 35px;
  height: 35px;
  color: var(--gold-light);
}

.value-item h2 {
  margin: 0 0 5px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.value-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 118px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.invitation-inner h2,
.final-cta h2 {
  margin: 0;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
}

.getting-started {
  width: 100%;
  padding-right: max(40px, calc((100vw - 1320px) / 2));
  padding-left: max(40px, calc((100vw - 1320px) / 2));
  background:
    radial-gradient(circle at 50% 40%, rgba(216, 163, 72, 0.07), transparent 32rem),
    var(--black);
}

.journey {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.journey::before {
  position: absolute;
  z-index: 0;
  top: 54px;
  right: 8.2%;
  left: 8.2%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 8%, var(--gold) 92%, transparent);
  box-shadow: 0 0 14px rgba(216, 163, 72, 0.44);
  content: "";
}

.journey-step {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  text-align: center;
}

.step-marker {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 163, 72, 0.13), transparent 64%),
    var(--panel);
  box-shadow: 0 0 0 8px var(--black), 0 0 24px rgba(216, 163, 72, 0.12);
}

.step-marker::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(216, 163, 72, 0.16);
  border-radius: inherit;
  content: "";
}

.step-number {
  position: absolute;
  z-index: 3;
  top: -8px;
  right: -3px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--black);
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 850;
}

.step-icon {
  width: 38px;
  height: 38px;
  color: var(--gold-light);
}

.journey-step h3 {
  min-height: 46px;
  margin: 0 0 8px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.journey-step p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.step-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 750;
  text-decoration: none;
}

.expectations-section {
  width: 100%;
  padding-right: max(40px, calc((100vw - 1320px) / 2));
  padding-left: max(40px, calc((100vw - 1320px) / 2));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(135deg, rgba(14, 18, 13, 0.96), rgba(8, 10, 8, 0.98)),
    var(--panel);
}

.information-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.info-card {
  position: relative;
  min-height: 440px;
  padding: 30px 27px 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.035), transparent 46%),
    var(--panel-raised);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.info-card::after {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 163, 72, 0.06), transparent 68%);
  content: "";
}

.card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  color: var(--gold-light);
}

.warning-card .card-icon {
  color: var(--red);
}

.card-kicker {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.info-card h3 {
  margin: 0 0 24px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.22;
}

.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 24px;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.5;
}

.icon-list li::before {
  position: absolute;
  top: 0.48em;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.success-list li::before {
  background: var(--green);
  color: var(--green);
  box-shadow: 0 0 8px rgba(63, 194, 107, 0.4);
}

.warning-list li::before {
  background: var(--red);
  color: var(--red);
}

.resource-links {
  display: flex;
  flex-direction: column;
}

.resource-links a {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--muted-light);
  font-size: 12px;
  text-decoration: none;
}

.resource-links a:hover {
  color: var(--gold-light);
}

.card-footer-note {
  position: absolute;
  z-index: 2;
  right: 27px;
  bottom: 19px;
  left: 27px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.feedback-matters-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(63, 194, 107, 0.13), transparent 40%),
    linear-gradient(150deg, rgba(216, 163, 72, 0.06), transparent 50%),
    var(--panel-raised);
}

.feedback-matters-card blockquote {
  margin: 0;
}

.feedback-matters-card blockquote p {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.55;
}

.updates-section {
  width: 100%;
  padding-right: max(40px, calc((100vw - 1320px) / 2));
  padding-left: max(40px, calc((100vw - 1320px) / 2));
}

.heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.heading-note {
  max-width: 420px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.update-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-raised);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.update-image {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.update-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--panel-raised), transparent 55%);
  content: "";
}

.update-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05) brightness(0.75);
  transition: transform 400ms ease, filter 400ms ease;
}

.update-card:hover .update-image img {
  transform: scale(1.035);
  filter: saturate(0.96) contrast(1.05) brightness(0.84);
}

.update-badge {
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 17px;
  padding: 6px 9px;
  border: 1px solid rgba(216, 163, 72, 0.42);
  border-radius: 4px;
  background: rgba(7, 9, 7, 0.72);
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.update-content {
  min-height: 245px;
  padding: 24px 23px 26px;
}

.update-content > p:first-child {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.update-content h3 {
  margin: 0 0 13px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
}

.update-content > p:not(:first-child) {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.roadmap-card {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 50% 18%, rgba(63, 194, 107, 0.12), transparent 42%),
    var(--panel);
}

.roadmap-visual {
  height: 210px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold-light);
}

.roadmap-visual .icon {
  width: 42px;
  height: 42px;
}

.roadmap-line {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.roadmap-card .update-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.roadmap-card .button {
  margin-top: auto;
}

.faq-section {
  width: 100%;
  padding-right: max(40px, calc((100vw - 1320px) / 2));
  padding-left: max(40px, calc((100vw - 1320px) / 2));
  border-top: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 10% 25%, rgba(216, 163, 72, 0.06), transparent 27rem),
    var(--panel);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 8vw, 130px);
}

.faq-layout .section-heading {
  position: sticky;
  top: 140px;
  align-self: start;
  margin: 0;
}

.faq-layout .section-heading > p:last-of-type {
  margin-left: 0;
}

.text-link {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: var(--ivory);
}

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

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 84px;
  padding: 22px 52px 22px 0;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--ivory);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.summary-icon {
  position: absolute;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
}

.summary-icon::before,
.summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
  background: var(--gold-light);
  content: "";
}

.summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

details[open] .summary-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details > p {
  max-width: 720px;
  margin: -4px 58px 27px 0;
  color: var(--muted);
  font-size: 13px;
}

.invitation-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(216, 163, 72, 0.06), transparent 34%),
    var(--black);
}

.invitation-inner {
  width: var(--content);
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 80px;
}

.invitation-inner h2 {
  font-size: clamp(38px, 4vw, 55px);
}

.invitation-inner p:last-child {
  max-width: 740px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.invitation-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 100%, rgba(41, 137, 74, 0.28), transparent 37rem),
    linear-gradient(120deg, #07110a, #0b2415 50%, #07110a);
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  width: 420px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
}

.final-cta::before {
  top: 56px;
  left: -90px;
  transform: rotate(22deg);
}

.final-cta::after {
  right: -90px;
  bottom: 65px;
  transform: rotate(-22deg);
}

.final-cta-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 10, 0.98), transparent 45%, rgba(7, 17, 10, 0.98)),
    url("/assets/brand/kai-splash-background-v1.webp") center 86% / cover no-repeat;
  opacity: 0.18;
  filter: saturate(0.8);
}

.final-cta-inner {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 40px));
  padding: 80px 0;
}

.cta-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: var(--gold-light);
}

.final-cta h2 em {
  color: var(--green-bright);
  font-weight: 500;
}

.final-cta-inner > p:not(.eyebrow) {
  margin: 20px 0 28px;
  color: var(--muted-light);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050705;
}

.footer-main {
  width: var(--content);
  margin: 0 auto;
  padding: 76px 0 60px;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.75fr);
  gap: 70px;
}

.footer-brand .brand-mark {
  margin-bottom: 24px;
}

.footer-brand .brand-mark img {
  width: 72px;
  height: 72px;
}

.footer-brand > p {
  margin: 0 0 16px;
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.3;
}

.footer-brand > p em {
  color: var(--green-bright);
  font-style: normal;
}

.footer-brand > small {
  color: var(--muted);
  font-size: 10px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column h2 {
  margin: 8px 0 8px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column > p,
.disabled-link {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--ivory);
}

.disabled-link small {
  margin-left: 5px;
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-column > p {
  margin-bottom: 7px;
  line-height: 1.55;
}

.contact-column .contact-email {
  color: var(--gold-light);
}

.footer-bottom {
  width: var(--content);
  margin: 0 auto;
  padding: 21px 0 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line-soft);
}

.footer-bottom p {
  margin: 0;
  color: #777a71;
  font-size: 10px;
}

@media (max-width: 1180px) {
  :root {
    --content: min(1120px, calc(100% - 56px));
  }

  .header-inner {
    gap: 22px;
  }

  .primary-nav {
    gap: 24px;
  }

  .hero-inner {
    grid-template-columns: minmax(390px, 0.86fr) minmax(500px, 1.14fr);
  }

  .phone-splash {
    left: 2%;
    width: 280px;
  }

  .phone-home {
    right: -4%;
    width: 252px;
  }

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

  .info-card {
    min-height: 400px;
  }

  .footer-main {
    gap: 42px;
  }
}

@media (max-width: 980px) {
  :root {
    --content: calc(100% - 48px);
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 82px;
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    grid-column: 3;
    display: inline-flex;
    justify-self: end;
    padding: 12px;
  }

  .header-cta {
    display: none;
  }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    padding: 112px 34px 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    transform: translateX(105%);
    border-left: 1px solid var(--line);
    background: rgba(7, 9, 7, 0.98);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.62);
    transition: transform 240ms ease;
  }

  .primary-nav.is-open {
    transform: translateX(0);
  }

  .primary-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 16px;
  }

  .primary-nav a::after {
    right: auto;
    bottom: 12px;
    width: 48px;
  }

  .primary-nav .mobile-beta-action {
    margin-top: 26px;
    padding: 14px 18px;
    display: block;
    border: 1px solid rgba(77, 220, 123, 0.44);
    border-radius: 8px;
    background: linear-gradient(135deg, #35b964, #278d4d);
    color: #061109;
    font-size: 13px;
    font-weight: 850;
    text-align: center;
  }

  .primary-nav .mobile-beta-action::after {
    display: none;
  }

  .primary-nav .mobile-beta-action.is-disabled {
    border-color: rgba(216, 163, 72, 0.38);
    background: rgba(216, 163, 72, 0.12);
    color: var(--gold-light);
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
  }

  .hero-section,
  .hero-inner {
    min-height: 1020px;
  }

  .hero-inner {
    padding-top: 130px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero-copy h1 {
    font-size: clamp(76px, 12vw, 110px);
  }

  .hero-description {
    max-width: 660px;
  }

  .hero-visual {
    min-height: 500px;
    margin-top: -60px;
    margin-left: 18%;
  }

  .hero-food {
    top: -160px;
  }

  .phone-splash {
    top: 10px;
    left: 10%;
    width: 240px;
  }

  .phone-home {
    top: 80px;
    right: 8%;
    width: 216px;
  }

  .feedback-callout {
    right: 2%;
    bottom: 5px;
  }

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

  .value-item:nth-child(2) {
    border-right: 0;
  }

  .value-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .journey {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 58px;
  }

  .journey::before {
    display: none;
  }

  .journey-step::before {
    position: absolute;
    z-index: -1;
    top: 54px;
    right: 50%;
    left: -50%;
    height: 1px;
    background: var(--gold-dark);
    content: "";
  }

  .journey-step:nth-child(3n + 1)::before {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1.3fr repeat(2, 1fr);
  }

  .contact-column {
    grid-column: 2 / 4;
  }
}

@media (max-width: 720px) {
  :root {
    --content: calc(100% - 36px);
  }

  html {
    scroll-padding-top: 78px;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark img {
    width: 49px;
    height: 49px;
  }

  .brand-wordmark strong {
    font-size: 23px;
  }

  .brand-wordmark small {
    font-size: 7px;
  }

  .hero-section,
  .hero-inner {
    min-height: 990px;
  }

  .hero-inner {
    padding: 112px 0 82px;
    gap: 22px;
  }

  .hero-copy h1 {
    margin-bottom: 25px;
    font-size: clamp(65px, 20vw, 82px);
  }

  .hero-statement {
    font-size: clamp(24px, 7vw, 29px);
  }

  .hero-description {
    font-size: 14px;
  }

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

  .button {
    min-width: 0;
    padding: 9px 13px;
  }

  .button-icon {
    width: 20px;
    height: 20px;
  }

  .button-copy strong {
    font-size: 12px;
  }

  .hero-visual {
    min-height: 425px;
    margin: 0 -18px;
  }

  .hero-food {
    top: -70px;
    right: -24%;
    bottom: -70px;
    left: -24%;
    background-position: center 70%;
  }

  .phone {
    border-radius: 32px;
    padding: 5px;
  }

  .phone img {
    border-radius: 27px;
  }

  .phone::before {
    top: 11px;
    height: 18px;
  }

  .phone-splash {
    top: 10px;
    left: 9%;
    width: 182px;
  }

  .phone-home {
    top: 62px;
    right: 7%;
    width: 164px;
  }

  .feedback-callout {
    right: 4%;
    bottom: -7px;
    width: 210px;
    padding: 13px 15px;
  }

  .scroll-cue {
    display: none;
  }

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

  .value-item {
    min-height: 105px;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    border-left: 0 !important;
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .section,
  .getting-started,
  .expectations-section,
  .updates-section,
  .faq-section {
    padding-top: 82px;
    padding-bottom: 82px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .invitation-inner h2,
  .final-cta h2 {
    font-size: clamp(38px, 12vw, 50px);
  }

  .journey {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .journey::before {
    display: block;
    top: 34px;
    bottom: 34px;
    left: 45px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(var(--gold), var(--gold-dark) 90%, transparent);
  }

  .journey-step {
    min-height: 138px;
    padding: 0 0 32px 112px;
    text-align: left;
  }

  .journey-step::before {
    display: none !important;
  }

  .step-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    margin: 0;
    box-shadow: 0 0 0 7px var(--black);
  }

  .step-icon {
    width: 32px;
    height: 32px;
  }

  .journey-step h3 {
    min-height: 0;
    padding-top: 9px;
    font-size: 20px;
  }

  .journey-step p {
    font-size: 12px;
  }

  .information-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 0;
    padding-bottom: 65px;
  }

  .update-image,
  .roadmap-visual {
    height: 220px;
  }

  .update-content {
    min-height: 0;
  }

  .roadmap-card .button {
    margin-top: 24px;
  }

  .heading-row {
    display: block;
  }

  .heading-note {
    margin-top: 18px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-layout .section-heading {
    position: static;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 17px;
  }

  .invitation-inner {
    width: var(--content);
    padding: 60px 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .invitation-actions {
    align-items: flex-start;
  }

  .final-cta {
    min-height: 520px;
  }

  .footer-main {
    padding-top: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 45px 26px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .contact-column {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-section,
  .hero-inner {
    min-height: 1015px;
  }

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

  .button {
    justify-content: flex-start;
  }

  .hero-visual {
    min-height: 390px;
  }

  .phone-splash {
    left: 5%;
    width: 168px;
  }

  .phone-home {
    right: 3%;
    width: 151px;
  }

  .feedback-callout {
    right: 0;
    bottom: -8px;
    width: 192px;
  }

  .feedback-callout .icon {
    width: 23px;
    height: 23px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .contact-column {
    grid-column: auto;
  }
}

/* Phase 2 creative-direction refinements */
.site-header {
  border-bottom-color: rgba(232, 189, 104, 0.08);
  background: linear-gradient(to bottom, rgba(3, 4, 3, 0.9), rgba(3, 4, 3, 0));
}

.header-inner {
  min-height: 98px;
}

.primary-nav {
  gap: clamp(28px, 3.15vw, 52px);
}

.primary-nav a {
  color: #c6c0b4;
  font-size: 13px;
  letter-spacing: 0.012em;
}

.header-cta {
  padding: 13px 21px;
  border-color: rgba(201, 145, 54, 0.52);
  background: linear-gradient(145deg, rgba(201, 145, 54, 0.2), rgba(70, 42, 10, 0.22));
  box-shadow:
    inset 0 1px 0 rgba(255, 237, 191, 0.16),
    0 14px 36px rgba(0, 0, 0, 0.25);
  color: var(--gold-light);
  letter-spacing: 0.02em;
}

.hero-section {
  min-height: 980px;
  border-bottom-color: rgba(201, 145, 54, 0.36);
  background:
    linear-gradient(90deg, #050705 0%, rgba(5, 7, 5, 0.95) 25%, rgba(5, 7, 5, 0.63) 43%, rgba(5, 7, 5, 0.08) 72%),
    linear-gradient(0deg, #070907 0%, transparent 24%, rgba(0, 0, 0, 0.08) 100%),
    url("/assets/brand/kai-hero-background-v1.webp") center center / cover no-repeat,
    #070907;
}

.hero-section::before,
.hero-glow,
.hero-food,
.phone {
  display: none;
}

.hero-inner {
  min-height: 980px;
  padding: 178px 0 114px;
  grid-template-columns: minmax(470px, 0.88fr) minmax(560px, 1.12fr);
  gap: 52px;
}

.hero-copy {
  max-width: 610px;
  padding-left: 8px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.72);
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.29em;
}

.hero-copy h1 {
  margin-bottom: 38px;
  font-size: clamp(82px, 7.65vw, 118px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.068em;
}

.hero-copy h1 em {
  color: var(--green-bright);
}

.hero-statement {
  margin-bottom: 29px;
  font-size: clamp(29px, 2.45vw, 38px);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.hero-description {
  max-width: 580px;
  color: #d1cbbf;
  font-size: 16px;
  line-height: 1.82;
}

.hero-actions {
  gap: 16px;
  margin: 42px 0 25px;
}

.button {
  min-height: 62px;
  padding: 11px 22px;
  border-radius: 9px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 15px 38px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  background: linear-gradient(145deg, #48b96a, #287945);
  box-shadow:
    inset 0 1px 0 rgba(229, 255, 235, 0.25),
    0 16px 42px rgba(30, 115, 61, 0.28);
}

.button-primary.is-disabled {
  border-color: rgba(201, 145, 54, 0.55);
  background: linear-gradient(145deg, rgba(201, 145, 54, 0.24), rgba(67, 42, 11, 0.35));
  box-shadow:
    inset 0 1px 0 rgba(255, 235, 181, 0.14),
    0 18px 44px rgba(0, 0, 0, 0.25);
}

.button-secondary {
  border-color: rgba(232, 189, 104, 0.32);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(8, 10, 8, 0.3));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 40px rgba(0, 0, 0, 0.24);
}

.privacy-note {
  gap: 10px;
  color: #a9a59c;
  font-size: 11px;
  letter-spacing: 0.015em;
}

.hero-visual {
  min-height: 760px;
}

.feedback-callout {
  right: 0;
  bottom: 54px;
  width: 254px;
  padding: 18px 20px;
  border-color: rgba(232, 189, 104, 0.34);
  background: rgba(8, 11, 8, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.48);
}

.scroll-cue {
  bottom: 20px;
  color: #9e998e;
}

.value-strip {
  background: rgba(13, 17, 12, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.value-item {
  min-height: 152px;
  padding: 34px clamp(25px, 2.3vw, 40px);
  gap: 20px;
}

.value-icon {
  width: 38px;
  height: 38px;
}

.value-item h2 {
  margin-bottom: 7px;
  font-size: 17px;
}

.value-item p {
  line-height: 1.58;
}

.journey::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 145, 54, 0.8) 8%, var(--gold-light) 50%, rgba(201, 145, 54, 0.8) 92%, transparent);
  box-shadow: 0 0 18px rgba(201, 145, 54, 0.52);
}

.step-marker {
  width: 112px;
  height: 112px;
  border-color: rgba(232, 189, 104, 0.82);
  background:
    radial-gradient(circle, rgba(201, 145, 54, 0.15), transparent 64%),
    #11150f;
  box-shadow:
    0 0 0 9px var(--black),
    0 0 30px rgba(201, 145, 54, 0.14);
}

.step-icon {
  width: 40px;
  height: 40px;
}

.information-grid,
.updates-grid {
  gap: 24px;
}

.info-card {
  min-height: 418px;
  padding: 34px 31px 30px;
  border-color: rgba(201, 145, 54, 0.2);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 42%),
    rgba(18, 22, 17, 0.88);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

.info-card::after {
  opacity: 0.45;
}

.update-card {
  border-color: rgba(201, 145, 54, 0.21);
  border-radius: 11px;
  background: rgba(18, 22, 17, 0.9);
}

.update-image,
.roadmap-visual {
  height: 252px;
}

.update-content {
  min-height: 258px;
  padding: 28px 26px 30px;
}

.update-image img {
  filter: saturate(0.9) contrast(1.06) brightness(0.8);
}

.final-cta {
  min-height: 590px;
  border-top: 1px solid rgba(232, 189, 104, 0.28);
  border-bottom: 1px solid rgba(232, 189, 104, 0.22);
}

.final-cta-art {
  background:
    linear-gradient(90deg, rgba(4, 12, 7, 0.96), rgba(4, 17, 9, 0.45) 50%, rgba(4, 12, 7, 0.96)),
    url("/assets/brand/kai-hero-background-v1.webp") center 58% / cover no-repeat;
  opacity: 0.29;
  filter: saturate(0.82) contrast(1.08);
}

.final-cta h2 {
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 0.98;
}

.final-cta-inner > p:not(.eyebrow) {
  margin: 25px 0 34px;
  font-size: 17px;
}

.footer-main {
  padding: 68px 0 54px;
  gap: 62px;
}

.footer-column {
  gap: 11px;
}

.footer-bottom {
  padding: 19px 0 22px;
}

@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: minmax(400px, 0.9fr) minmax(470px, 1.1fr);
    gap: 32px;
  }

  .hero-copy {
    max-width: 545px;
  }

  .hero-copy h1 {
    font-size: clamp(78px, 8.2vw, 104px);
  }

  .feedback-callout {
    right: 1%;
  }
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 84px;
  }

  .hero-section {
    min-height: 1120px;
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.97) 40%, rgba(5, 7, 5, 0.55) 57%, rgba(5, 7, 5, 0.04) 76%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 63% bottom / auto 650px no-repeat,
      #070907;
  }

  .hero-inner {
    min-height: 1120px;
    padding: 132px 0 76px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-copy {
    max-width: 650px;
    padding-left: 0;
  }

  .hero-copy h1 {
    font-size: clamp(78px, 12vw, 108px);
  }

  .hero-visual {
    min-height: 510px;
    margin: 0;
  }

  .feedback-callout {
    right: 3%;
    bottom: 24px;
  }
}

@media (max-width: 720px) {
  .hero-section {
    min-height: 1140px;
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.98) 45%, rgba(5, 7, 5, 0.5) 61%, rgba(5, 7, 5, 0.04) 78%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 66% bottom / auto 500px no-repeat,
      #070907;
  }

  .hero-inner {
    min-height: 1140px;
    padding: 118px 0 65px;
  }

  .hero-copy h1 {
    margin-bottom: 30px;
    font-size: clamp(69px, 19vw, 86px);
  }

  .hero-statement {
    margin-bottom: 24px;
    font-size: clamp(25px, 7.3vw, 31px);
  }

  .hero-description {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-actions {
    margin: 34px 0 22px;
  }

  .hero-visual {
    min-height: 410px;
    margin: 0;
  }

  .feedback-callout {
    right: 0;
    bottom: 12px;
  }

  .value-item {
    min-height: 116px;
    padding: 26px 24px;
  }

  .step-marker {
    width: 92px;
    height: 92px;
  }

  .info-card {
    padding: 32px 28px 66px;
  }

  .update-image,
  .roadmap-visual {
    height: 250px;
  }

  .final-cta {
    min-height: 560px;
  }

  .footer-main {
    padding-top: 56px;
  }
}

@media (max-width: 420px) {
  .hero-section,
  .hero-inner {
    min-height: 1190px;
  }

  .hero-section {
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.98) 49%, rgba(5, 7, 5, 0.52) 64%, rgba(5, 7, 5, 0.04) 80%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 67% bottom / auto 470px no-repeat,
      #070907;
  }

  .hero-visual {
    min-height: 390px;
  }

  .feedback-callout {
    width: 196px;
    bottom: 8px;
  }
}

/* Phase 3 premium fidelity pass */
:root {
  --content: min(1600px, calc(100% - 72px));
  --gold: #c88a2d;
  --gold-light: #edbd68;
  --gold-dark: #6f4715;
  --green: #328e4d;
  --green-bright: #3ca55b;
}

.header-inner {
  min-height: 92px;
}

.brand-mark {
  gap: 0;
}

.brand-mark img {
  width: 124px;
  height: 80px;
  filter:
    drop-shadow(0 5px 16px rgba(0, 0, 0, 0.68))
    drop-shadow(0 0 15px rgba(200, 138, 45, 0.12));
}

.primary-nav {
  gap: clamp(32px, 3.3vw, 58px);
}

.primary-nav a {
  padding-top: 35px;
  padding-bottom: 29px;
  font-size: 13px;
}

.header-cta {
  min-width: 170px;
  padding: 13px 22px;
  border-radius: 999px;
}

.hero-section {
  min-height: 820px;
  background:
    linear-gradient(90deg, #050705 0%, rgba(5, 7, 5, 0.99) 25%, rgba(5, 7, 5, 0.9) 38%, rgba(5, 7, 5, 0.34) 56%, rgba(5, 7, 5, 0.05) 78%),
    linear-gradient(0deg, #070907 0%, transparent 18%, rgba(0, 0, 0, 0.05) 100%),
    url("/assets/brand/kai-hero-background-v1.webp") calc(50% + 225px) 55% / auto 770px no-repeat,
    #070907;
}

.hero-inner {
  min-height: 820px;
  padding: 132px 0 86px;
  grid-template-columns: minmax(460px, 0.72fr) minmax(600px, 1.28fr);
  gap: 42px;
}

.hero-copy {
  max-width: 560px;
  padding-left: 4px;
}

.hero-eyebrow {
  width: min(100%, 320px);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.hero-eyebrow .icon {
  width: 20px;
  height: 20px;
  color: var(--gold-light);
  transform: rotate(-12deg);
}

.eyebrow-rule {
  width: 104px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(200, 138, 45, 0.08));
  box-shadow: 0 0 10px rgba(200, 138, 45, 0.22);
}

.hero-copy h1 {
  margin-bottom: 27px;
  font-size: clamp(76px, 6vw, 98px);
  line-height: 0.9;
  letter-spacing: -0.058em;
}

.hero-copy h1 em {
  color: #3b9b54;
}

.hero-statement {
  margin-bottom: 21px;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.27;
}

.hero-description {
  max-width: 400px;
  font-size: 14px;
  line-height: 1.72;
}

.hero-actions {
  gap: 14px;
  margin: 30px 0 18px;
}

.hero-actions .button {
  min-height: 62px;
  border-radius: 9px;
}

.button-primary.is-disabled,
.header-cta.is-disabled {
  border-color: rgba(237, 189, 104, 0.54);
  background:
    linear-gradient(145deg, rgba(200, 138, 45, 0.22), rgba(65, 40, 9, 0.36));
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 196, 0.15),
    0 13px 34px rgba(0, 0, 0, 0.3);
}

.button-secondary {
  border-color: rgba(237, 189, 104, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(8, 10, 8, 0.38));
}

.button-app-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 9px;
  box-shadow: 0 6px 18px rgba(10, 119, 229, 0.24);
}

.hero-visual {
  min-height: 610px;
}

.feedback-callout {
  right: 4%;
  bottom: 19px;
  width: 244px;
  border-color: rgba(237, 189, 104, 0.48);
  background:
    linear-gradient(145deg, rgba(32, 33, 27, 0.9), rgba(10, 12, 10, 0.86));
}

.feedback-callout .icon {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 9px rgba(237, 189, 104, 0.22));
}

.scroll-cue {
  display: none;
}

.value-strip {
  padding: 0 0 58px;
  border: 0;
  background: #070907;
  box-shadow: none;
}

.value-grid {
  position: relative;
  overflow: hidden;
  transform: translateY(-28px);
  border: 1px solid rgba(200, 138, 45, 0.35);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(200, 138, 45, 0.08), transparent 26%),
    linear-gradient(145deg, rgba(20, 23, 17, 0.98), rgba(10, 12, 9, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 216, 0.04),
    0 22px 58px rgba(0, 0, 0, 0.34);
}

.value-grid::before {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 189, 104, 0.5), transparent);
  content: "";
}

.value-item {
  min-height: 118px;
  padding: 24px clamp(22px, 2vw, 34px);
  gap: 18px;
  border-right-color: rgba(200, 138, 45, 0.22);
}

.value-item:first-child {
  border-left: 0;
}

.value-icon {
  width: 48px;
  height: 48px;
  color: var(--gold-light);
  filter: drop-shadow(0 0 10px rgba(237, 189, 104, 0.18));
}

.value-item h2 {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.value-item p {
  color: #ded7c9;
  font-size: 12px;
  line-height: 1.48;
}

.getting-started {
  padding-top: 50px;
  padding-bottom: 92px;
}

.getting-started .section-heading {
  margin-bottom: 42px;
}

.getting-started .section-heading > .eyebrow,
.getting-started .section-heading > p:last-child {
  display: none;
}

.getting-started .section-heading h2,
.updates-section .section-heading h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color: var(--gold-light);
  font-size: clamp(24px, 2.3vw, 34px);
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.getting-started .section-heading h2::before,
.getting-started .section-heading h2::after,
.updates-section .section-heading h2::before,
.updates-section .section-heading h2::after {
  position: absolute;
  top: 50%;
  width: clamp(56px, 8vw, 130px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 189, 104, 0.62));
  content: "";
}

.getting-started .section-heading h2::before,
.updates-section .section-heading h2::before {
  right: calc(100% + 25px);
}

.getting-started .section-heading h2::after,
.updates-section .section-heading h2::after {
  left: calc(100% + 25px);
  transform: scaleX(-1);
}

.journey::before {
  top: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #8c5b1e 5%, #f0ba59 50%, #8c5b1e 95%, transparent);
  box-shadow:
    0 0 7px rgba(240, 186, 89, 0.7),
    0 0 18px rgba(240, 186, 89, 0.28);
}

.journey-step {
  padding: 0 18px;
}

.step-marker {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  border-color: rgba(237, 189, 104, 0.8);
  background:
    radial-gradient(circle at 45% 38%, rgba(200, 138, 45, 0.14), transparent 52%),
    #11130f;
  box-shadow:
    0 0 0 7px var(--black),
    0 0 25px rgba(200, 138, 45, 0.14);
}

.step-marker::after {
  inset: 6px;
  border-color: rgba(237, 189, 104, 0.12);
}

.step-icon {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 8px rgba(237, 189, 104, 0.2));
}

.step-app-icon {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.42);
}

.kai-step-icon {
  border-radius: 50%;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.54));
}

.step-number {
  top: -9px;
  right: -1px;
  width: 25px;
  height: 25px;
}

.journey-step h3 {
  min-height: 36px;
  margin-bottom: 6px;
  font-size: 16px;
}

.journey-step p {
  color: #c5c1b7;
  font-size: 11px;
}

.expectations-section {
  padding-top: 76px;
  padding-bottom: 94px;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 138, 45, 0.045), transparent 36rem),
    #090b09;
}

.expectations-section > .section-heading {
  margin-bottom: 34px;
}

.expectations-section > .section-heading .eyebrow {
  margin-bottom: 11px;
}

.expectations-section > .section-heading h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}

.information-grid {
  gap: 14px;
}

.info-card {
  min-height: 334px;
  padding: 27px 25px 54px;
  border-color: rgba(200, 138, 45, 0.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 138, 45, 0.06), transparent 42%),
    linear-gradient(145deg, rgba(18, 21, 16, 0.96), rgba(10, 12, 9, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 245, 218, 0.035),
    0 20px 44px rgba(0, 0, 0, 0.17);
}

.info-card::after,
.info-card > .card-icon {
  display: none;
}

.card-kicker {
  margin-bottom: 23px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.info-card h3 {
  display: none;
}

.icon-list li {
  margin-bottom: 11px;
  padding-left: 26px;
  color: #ddd8cc;
  font-size: 12px;
  line-height: 1.45;
}

.icon-list li::before {
  top: 0.1em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  box-shadow: none;
  -webkit-mask: url("/assets/icons/check-circle.svg") center / contain no-repeat;
  mask: url("/assets/icons/check-circle.svg") center / contain no-repeat;
}

.success-list li::before {
  background: #57b96c;
  color: transparent;
  box-shadow: none;
}

.warning-list li::before {
  background: #d85e53;
  color: transparent;
  -webkit-mask-image: url("/assets/icons/x-circle.svg");
  mask-image: url("/assets/icons/x-circle.svg");
}

.resource-links a {
  position: relative;
  padding: 11px 0 11px 27px;
  color: #ddd8cc;
}

.resource-links a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: #58bb6c;
  content: "";
  -webkit-mask: url("/assets/icons/question.svg") center / contain no-repeat;
  mask: url("/assets/icons/question.svg") center / contain no-repeat;
}

.resource-links a:nth-child(2)::before {
  -webkit-mask-image: url("/assets/icons/book-open.svg");
  mask-image: url("/assets/icons/book-open.svg");
}

.resource-links a:nth-child(3)::before {
  -webkit-mask-image: url("/assets/icons/envelope.svg");
  mask-image: url("/assets/icons/envelope.svg");
}

.feedback-matters-card .card-kicker::before {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 0.5;
  content: "“";
}

.feedback-matters-card blockquote p {
  font-size: 17px;
  line-height: 1.52;
}

.card-footer-note {
  right: 25px;
  bottom: 18px;
  left: 25px;
}

.updates-section {
  padding-top: 84px;
  padding-bottom: 96px;
}

.updates-section .heading-row {
  display: block;
  margin: 0 auto 42px;
  text-align: center;
}

.updates-section .heading-row .eyebrow,
.updates-section .heading-note {
  display: none;
}

.updates-grid {
  gap: 14px;
}

.update-card {
  border-color: rgba(200, 138, 45, 0.34);
  border-radius: 9px;
  background: #10130f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.update-image,
.roadmap-visual {
  height: 185px;
}

.update-content {
  min-height: 225px;
  padding: 23px 22px 25px;
}

.update-content h3 {
  font-size: 19px;
}

.roadmap-card {
  background:
    radial-gradient(circle at 50% 10%, rgba(50, 142, 77, 0.14), transparent 44%),
    #10130f;
}

.invitation-inner {
  padding-top: 62px;
  padding-bottom: 62px;
}

.final-cta {
  min-height: 220px;
  place-items: stretch;
  text-align: left;
  background:
    radial-gradient(circle at 18% 120%, rgba(50, 142, 77, 0.24), transparent 28rem),
    linear-gradient(110deg, #071009, #0c2615 62%, #071009);
}

.final-cta::before,
.final-cta::after {
  display: none;
}

.final-cta-art {
  background:
    linear-gradient(90deg, rgba(5, 13, 7, 0.86), rgba(5, 13, 7, 0.97) 35%, rgba(5, 13, 7, 0.56)),
    url("/assets/brand/kai-hero-background-v1.webp") left 66% / auto 520px no-repeat;
  opacity: 0.26;
}

.final-cta-inner {
  width: var(--content);
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 26px;
  row-gap: 8px;
}

.final-cta .cta-icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  margin: 0;
}

.final-cta .eyebrow {
  display: none;
}

.final-cta h2 {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(31px, 3vw, 44px);
  line-height: 1.05;
}

.final-cta h2 br {
  display: none;
}

.final-cta h2 em {
  margin-left: 0.16em;
}

.final-cta-inner > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 15px;
}

.final-cta .button {
  grid-column: 3;
  grid-row: 1 / 3;
  min-width: 230px;
}

.footer-main {
  padding: 48px 0 36px;
  grid-template-columns: 1.15fr repeat(3, 0.75fr);
  gap: 54px;
}

.footer-brand .brand-mark {
  margin-bottom: 13px;
}

.footer-brand .brand-mark img {
  width: 110px;
  height: 71px;
}

.footer-brand > p {
  margin-bottom: 11px;
  font-size: 19px;
}

.footer-column {
  gap: 8px;
}

.footer-bottom {
  padding: 16px 0 19px;
}

@media (max-width: 1180px) {
  :root {
    --content: min(100% - 64px, 1120px);
  }

  .hero-section {
    background-position: calc(50% + 250px) 56%;
    background-size: auto 720px;
  }

  .hero-inner {
    grid-template-columns: minmax(420px, 0.8fr) minmax(470px, 1.2fr);
  }

  .value-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .value-icon {
    width: 42px;
    height: 42px;
  }

  .journey-step {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 980px) {
  :root {
    --content: calc(100% - 48px);
  }

  .brand-mark img {
    width: 100px;
    height: 64px;
  }

  .hero-section {
    min-height: 1030px;
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.98) 43%, rgba(5, 7, 5, 0.62) 58%, rgba(5, 7, 5, 0.08) 78%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 62% bottom / auto 545px no-repeat,
      #070907;
  }

  .hero-inner {
    min-height: 1030px;
    padding: 118px 0 54px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 620px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .feedback-callout {
    right: 3%;
    bottom: 8px;
  }

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

  .value-item {
    border-bottom: 1px solid rgba(200, 138, 45, 0.2);
  }

  .value-item:nth-child(2) {
    border-right: 0;
  }

  .value-item:nth-child(n + 3) {
    border-bottom: 0;
  }

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

  .final-cta-inner {
    grid-template-columns: 44px 1fr auto;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
  }

  .contact-column {
    grid-column: 2 / 4;
  }
}

@media (max-width: 720px) {
  :root {
    --content: calc(100% - 36px);
  }

  .hero-section,
  .hero-inner {
    min-height: 1010px;
  }

  .hero-section {
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.99) 49%, rgba(5, 7, 5, 0.58) 64%, rgba(5, 7, 5, 0.07) 81%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 63% bottom / auto 440px no-repeat,
      #070907;
  }

  .hero-inner {
    padding-top: 102px;
  }

  .hero-eyebrow {
    width: 285px;
  }

  .eyebrow-rule {
    width: 78px;
  }

  .hero-copy h1 {
    font-size: clamp(64px, 18vw, 78px);
  }

  .hero-statement {
    font-size: clamp(24px, 7vw, 29px);
  }

  .hero-visual {
    min-height: 355px;
  }

  .value-strip {
    padding-bottom: 32px;
  }

  .value-grid {
    transform: translateY(-18px);
  }

  .value-item {
    min-height: 106px;
    padding: 21px 18px;
  }

  .value-icon {
    width: 38px;
    height: 38px;
  }

  .getting-started .section-heading h2::before,
  .getting-started .section-heading h2::after,
  .updates-section .section-heading h2::before,
  .updates-section .section-heading h2::after {
    width: 42px;
  }

  .journey::before {
    top: 45px;
  }

  .information-grid,
  .updates-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 0;
  }

  .final-cta {
    min-height: 300px;
  }

  .final-cta-inner {
    padding: 38px 0;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto auto;
  }

  .final-cta .cta-icon {
    grid-row: 1 / 3;
    width: 32px;
    height: 32px;
  }

  .final-cta h2 {
    grid-column: 2;
  }

  .final-cta-inner > p:not(.eyebrow) {
    grid-column: 2;
  }

  .final-cta .button {
    grid-column: 1 / 3;
    grid-row: 3;
    margin-top: 14px;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .brand-mark img {
    width: 86px;
    height: 55px;
  }

  .hero-section,
  .hero-inner {
    min-height: 1040px;
  }

  .hero-section {
    background:
      linear-gradient(180deg, #050705 0%, rgba(5, 7, 5, 0.99) 53%, rgba(5, 7, 5, 0.57) 68%, rgba(5, 7, 5, 0.06) 83%, #070907 100%),
      url("/assets/brand/kai-hero-background-v1.webp") 64% bottom / auto 400px no-repeat,
      #070907;
  }

  .hero-inner {
    padding-top: 92px;
  }

  .hero-eyebrow {
    width: 255px;
    gap: 9px;
    font-size: 9px;
  }

  .hero-eyebrow .icon {
    width: 17px;
    height: 17px;
  }

  .eyebrow-rule {
    width: 60px;
  }

  .hero-copy h1 {
    font-size: clamp(58px, 17vw, 69px);
  }

  .hero-description {
    font-size: 13px;
  }

  .hero-actions {
    display: grid;
  }

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

  .privacy-note {
    font-size: 10px;
  }

  .hero-visual {
    min-height: 315px;
  }

  .feedback-callout {
    width: 205px;
    padding: 13px 14px;
  }

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

  .value-item,
  .value-item:nth-child(2),
  .value-item:nth-child(n + 3) {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(200, 138, 45, 0.2);
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .getting-started .section-heading h2,
  .updates-section .section-heading h2 {
    font-size: 22px;
  }

  .getting-started .section-heading h2::before,
  .getting-started .section-heading h2::after,
  .updates-section .section-heading h2::before,
  .updates-section .section-heading h2::after {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .contact-column {
    grid-column: 1 / 3;
  }
}

@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;
  }
}
