:root {
  color: #2d2117;
  background: #fff7e8;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #2d2117;
  --muted: #6e5945;
  --cream: #fff7e8;
  --card: #fffdf6;
  --amber: #f6b756;
  --rose: #e88478;
  --mint: #9bcf97;
  --sky: #9ec7d6;
  --teal: #168b8c;
  --navy: #233444;
  --line: rgba(94, 62, 30, 0.18);
  --shadow: 0 18px 44px rgba(69, 42, 16, 0.12);
  --shadow-strong: 0 24px 70px rgba(69, 42, 16, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(246, 183, 86, 0.38), transparent 26rem),
    radial-gradient(circle at 92% 12%, rgba(232, 132, 120, 0.22), transparent 26rem),
    radial-gradient(circle at 72% 64%, rgba(158, 199, 214, 0.18), transparent 24rem),
    linear-gradient(180deg, #fff7e8 0%, #fff1dd 52%, #fffaf0 100%);
}

body > * {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100% - 32px, 1240px);
  max-width: 100%;
  margin: 0 auto;
  padding: 34px 0 64px;
  overflow-x: clip;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  min-height: 690px;
  align-items: center;
  gap: clamp(32px, 4.6vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(94, 62, 30, 0.16);
  border-radius: 26px;
  padding: clamp(36px, 5.4vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.94), rgba(255, 244, 222, 0.82)),
    #fff4df;
  box-shadow: var(--shadow-strong);
}

.hero,
.promise-grid,
.help-section,
.demo-section,
.early-access,
.privacy-card,
.site-footer,
.hero-photo-card,
.helper-panel,
.result-card,
.reservation-card,
.founding-notes article,
.privacy-detail-grid article {
  max-width: 100%;
}

.hero,
.hero-copy,
.hero-photo-card,
.promise-grid article,
.help-section,
.demo-section,
.helper-panel,
.result-card,
.early-access,
.privacy-card,
.reservation-card,
.founding-notes article,
.privacy-detail-grid article {
  min-width: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
}

.eyebrow {
  margin: 0 0 10px;
  color: #9a5816;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--ink);
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 4.65vw, 4.2rem);
  line-height: 0.96;
}

.hero-title {
  display: grid;
  gap: 0.02em;
  color: var(--navy);
  text-wrap: balance;
}

.hero-title-not {
  color: var(--teal);
}

.hero-title-name {
  color: var(--navy);
  white-space: nowrap;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
  line-height: 1.16;
}

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

.hero-lede {
  max-width: 590px;
  font-size: clamp(1.2rem, 2vw, 1.42rem);
  font-weight: 720;
}

.hero-support {
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}

.primary-action,
.secondary-action,
.helper-button,
.text-link {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 0 24px;
  font-weight: 950;
  text-decoration: none;
}

.primary-action,
.helper-button {
  border: 0;
  color: #2d2117;
  background: linear-gradient(135deg, #ffd47c, #f3a071);
  box-shadow: 0 10px 24px rgba(160, 89, 34, 0.22);
  cursor: pointer;
}

.secondary-action {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.text-link {
  min-height: 0;
  margin-top: 10px;
  padding: 0;
  color: #8a4b12;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trust-line {
  max-width: 550px;
  color: #5e4934;
  font-size: 1.02rem;
  font-weight: 800;
}

.hero-photo-card,
.result-card,
.privacy-card,
.early-access,
.help-section,
.promise-grid article,
.helper-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 246, 0.9);
  box-shadow: var(--shadow);
}

.hero-photo-card {
  position: relative;
  width: 100%;
  max-width: 680px;
  aspect-ratio: 1.18 / 1;
  justify-self: end;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: clamp(12px, 1.3vw, 18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 253, 246, 0.94)),
    #fffdf6;
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 18px;
  object-fit: cover;
  object-position: 58% 50%;
}

.screen-frame {
  overflow: hidden;
  border: 1px solid rgba(94, 62, 30, 0.16);
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: 0 20px 48px rgba(69, 42, 16, 0.14);
}

.screen-bar {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(94, 62, 30, 0.14);
  padding: 0 18px;
  color: var(--ink);
  background: #fff4df;
}

.screen-bar span {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #f3a071;
  box-shadow:
    24px 0 0 #ffd47c,
    48px 0 0 #9bcf97;
}

.screen-bar strong {
  margin-left: 52px;
  font-size: 1rem;
}

.screen-body {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 16px;
  padding: 18px;
}

.folder-list,
.screen-main {
  display: grid;
  gap: 12px;
}

.folder-row {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(94, 62, 30, 0.12);
  border-radius: 16px;
  padding: 12px;
  background: #fffdf6;
}

.folder-row.active {
  border-color: rgba(154, 88, 22, 0.42);
  background: #ffe8b8;
  box-shadow: 0 0 0 4px rgba(255, 212, 124, 0.32);
}

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

.folder-icon {
  width: 34px;
  height: 26px;
  border-radius: 8px;
  background: #ffd47c;
  box-shadow: inset 0 7px 0 rgba(255, 255, 255, 0.42);
}

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

.photo-grid span {
  min-height: 86px;
  border-radius: 18px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.5), transparent 42%),
    linear-gradient(135deg, #d9ecda, #f6d7a7);
}

.click-target {
  position: relative;
  border: 2px solid rgba(154, 88, 22, 0.42);
  border-radius: 18px;
  padding: 18px 18px 18px 74px;
  background: #fff7e8;
}

.click-target strong {
  display: block;
  color: var(--ink);
  font-size: 1.18rem;
}

.click-target small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.4;
}

.click-ring {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 38px;
  aspect-ratio: 1;
  border: 4px solid #f3a071;
  border-radius: 999px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 8px rgba(243, 160, 113, 0.18);
}

.helper-card {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  width: auto;
  border: 1px solid rgba(154, 88, 22, 0.22);
  border-radius: 20px;
  padding: 14px 16px;
  background: rgba(255, 248, 236, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(69, 42, 16, 0.12);
}

.helper-card .eyebrow {
  color: #9a5816;
}

.helper-card strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.helper-card p {
  font-size: 0.9rem;
  line-height: 1.32;
}

.helper-card p:last-child {
  margin-bottom: 0;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 64px;
}

.help-section {
  position: relative;
  overflow: hidden;
  margin: 0 0 82px;
  padding: clamp(26px, 5vw, 44px);
  box-shadow: var(--shadow);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.96), rgba(255, 243, 224, 0.92)),
    rgba(255, 253, 246, 0.9);
}

.help-section::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(246, 183, 86, 0.2);
  pointer-events: none;
}

.help-section .section-heading {
  margin-bottom: 20px;
}

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

.help-grid span {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.86);
  font-weight: 900;
  font-size: 1.04rem;
  box-shadow: 0 8px 18px rgba(69, 42, 16, 0.05);
}

.help-grid .feature-highlight {
  border-color: rgba(154, 88, 22, 0.36);
  background: linear-gradient(135deg, #ffe5ad, #fff7e8);
  box-shadow: inset 0 0 0 2px rgba(255, 212, 124, 0.5);
}

.promise-grid article {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0.94), rgba(255, 247, 232, 0.84)),
    rgba(255, 253, 246, 0.9);
  box-shadow: 0 10px 26px rgba(69, 42, 16, 0.07);
}

.promise-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(155, 207, 151, 0.18);
}

.promise-grid span {
  display: inline-grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 16px;
  color: #fffdf6;
  background: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(22, 139, 140, 0.18);
}

.promise-grid h2 {
  margin: 20px 0 10px;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.demo-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: start;
  gap: 22px;
  margin-bottom: 46px;
  border-radius: 28px;
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.88), rgba(255, 239, 213, 0.74)),
    rgba(255, 253, 246, 0.72);
  box-shadow: inset 0 0 0 1px rgba(94, 62, 30, 0.12);
}

.section-heading {
  grid-column: 1 / -1;
  max-width: 860px;
}

.helper-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 249, 238, 0.96)),
    #fffdf8;
  padding: clamp(22px, 4vw, 34px);
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

legend,
.setup-grid label > span {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 950;
}

.avatar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}

.avatar-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(180deg, #fffdf8, #fff8ec);
  box-shadow: 0 12px 28px rgba(69, 42, 16, 0.08);
  transition:
    border-color 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.avatar-card:hover,
.avatar-card.selected {
  border-color: rgba(168, 95, 8, 0.5);
  background: #fffefa;
  transform: translateY(-2px);
}

.avatar-card.selected {
  box-shadow:
    0 0 0 4px rgba(255, 212, 124, 0.34),
    0 16px 34px rgba(69, 42, 16, 0.12);
}

.avatar-card input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.avatar-portrait,
.helper-portrait-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 250px;
  min-height: 0;
  border-radius: 17px;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}

.helper-portrait-placeholder,
.preview-helper {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(94, 62, 30, 0.34);
  color: #6b523c;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.92), rgba(239, 225, 204, 0.92)),
    #fff8ec;
  text-align: center;
}

.helper-portrait-placeholder span,
.preview-helper span {
  max-width: 13rem;
  padding: 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.grace-portrait,
.preview-helper img {
  object-position: 54% center;
}

.preview-helper.has-portrait {
  display: block;
  border: 0;
  background: none;
}

.preview-helper img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.avatar-profile {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px 8px 8px;
}

.avatar-name {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.05;
}

.avatar-role {
  margin-top: 6px;
  color: #9a5816;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avatar-description {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.5;
}

.avatar-quote {
  margin: 16px 0;
  border-radius: 13px;
  padding: 12px 14px;
  color: #3d5060;
  background: #f0f3f7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
}

.avatar-traits {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.avatar-traits span {
  position: relative;
  padding-left: 25px;
  color: #514438;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.3;
}

.avatar-traits span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(94, 62, 30, 0.24);
  border-radius: 999px;
  color: #5f7867;
  font-size: 0.66rem;
  font-weight: 950;
}

.avatar-note,
.avatar-equality-note {
  color: #5e4934;
  font-weight: 760;
}

.avatar-equality-note {
  margin: 18px 0 0;
  border-radius: 18px;
  padding: 14px 16px;
  background: #fff8ec;
}

.setup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}

.choice-section {
  margin-top: 26px;
}

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

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

.option-card {
  position: relative;
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 15px;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf8, #fff8ec);
  box-shadow: 0 10px 22px rgba(69, 42, 16, 0.07);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.option-card:hover,
.option-card.selected {
  border-color: rgba(168, 95, 8, 0.5);
  background: #fffefa;
}

.option-card.selected {
  border-color: rgba(132, 101, 51, 0.68);
  background: linear-gradient(180deg, #fff7df, #fffdf8);
  box-shadow:
    0 0 0 4px rgba(255, 212, 124, 0.28),
    0 12px 26px rgba(69, 42, 16, 0.1);
}

.option-card input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.option-card span {
  color: var(--ink);
  font-weight: 950;
  line-height: 1.2;
}

.option-card small {
  color: var(--muted);
  font-weight: 760;
  line-height: 1.35;
}

.preference-grid .option-card {
  min-height: 74px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: #fff8ec;
  outline: none;
}

input,
select {
  min-height: 58px;
  padding: 0 16px;
}

textarea {
  min-height: 120px;
  resize: vertical;
  padding: 14px 16px;
  line-height: 1.5;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(168, 95, 8, 0.56);
  box-shadow: 0 0 0 4px rgba(255, 184, 77, 0.2);
}

.helper-button {
  width: 100%;
  margin-top: 18px;
}

.result-card {
  position: sticky;
  top: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 247, 232, 0.92)),
    #fffdf8;
  padding: clamp(20px, 4vw, 32px);
}

.preview-helper {
  width: min(100%, 260px);
  aspect-ratio: 4 / 5;
  margin: 0 auto 24px;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(69, 42, 16, 0.14);
}

.preview-summary {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.preview-summary[hidden] {
  display: none;
}

.preview-summary div {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 15px;
  background: #fff8ec;
}

.preview-summary dt {
  color: #9a5816;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-summary dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.45;
}

.early-access,
.privacy-card {
  margin-top: 22px;
  padding: clamp(26px, 5vw, 42px);
}

.early-access {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  align-items: start;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(255, 212, 124, 0.34), rgba(232, 132, 120, 0.14)),
    rgba(255, 253, 246, 0.94);
  box-shadow: var(--shadow-strong);
}

.early-access h2,
.privacy-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.founding-copy p {
  margin-bottom: 0;
}

.reservation-card,
.founding-notes article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.82);
}

.reservation-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 247, 232, 0.94)),
    #fffdf8;
  padding: 22px;
}

.early-access-form {
  display: grid;
  gap: 16px;
}

.early-access-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.early-access-form label small {
  color: var(--muted);
  font-weight: 700;
}

.reservation-card h3,
.founding-notes h3 {
  color: var(--ink);
}

.reservation-card ul {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.reservation-card li + li {
  margin-top: 8px;
}

.reservation-button {
  width: 100%;
}

.reservation-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.reservation-note {
  margin: 14px 0 0;
  color: #5f4b35;
  font-size: 0.94rem;
  font-weight: 800;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  border-radius: 16px;
  color: #365744;
  font-weight: 850;
  line-height: 1.5;
}

.form-status:not(:empty) {
  padding: 14px 16px;
  background: #e6f1e7;
}

.form-trap {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.founding-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.founding-notes article {
  padding: 18px;
}

.founding-notes p {
  margin-bottom: 0;
}

.privacy-card {
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.95), rgba(236, 246, 238, 0.82)),
    rgba(255, 253, 246, 0.9);
  box-shadow: 0 12px 30px rgba(69, 42, 16, 0.07);
}

.privacy-page {
  display: grid;
  gap: 24px;
}

.privacy-page .privacy-card {
  margin-top: 0;
  box-shadow: var(--shadow);
}

.privacy-page h1 {
  max-width: 880px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

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

.privacy-detail-grid article {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(20px, 4vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0.96), rgba(255, 247, 232, 0.9)),
    rgba(255, 253, 246, 0.9);
  box-shadow: 0 10px 24px rgba(69, 42, 16, 0.06);
}

.privacy-detail-grid h2 {
  font-size: 1.65rem;
  letter-spacing: 0;
}

.privacy-detail-grid p {
  margin-bottom: 0;
}

.site-footer {
  width: min(100% - 32px, 1120px);
  margin: -24px auto 0;
  border-top: 1px solid rgba(94, 62, 30, 0.16);
  padding: 20px 0 44px;
  color: #6e5945;
  font-weight: 850;
}

.site-footer a {
  color: #8a4b12;
}

@media (max-width: 1080px) {
  .avatar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .page-shell {
    width: min(100% - 20px, 1120px);
    padding-top: 18px;
  }

  .hero,
  .demo-section,
  .early-access {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    gap: 24px;
    padding: 28px 22px 24px;
    border-radius: 22px;
    border-right: 1px solid rgba(94, 62, 30, 0.14);
    border-left: 1px solid rgba(94, 62, 30, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 253, 246, 0.95), rgba(255, 244, 222, 0.86)),
      #fff4df;
    box-shadow: 0 18px 44px rgba(69, 42, 16, 0.12);
  }

  .hero-photo-card {
    max-width: 100%;
    justify-self: stretch;
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .hero-photo-card img {
    min-height: 0;
    object-position: 61% 50%;
  }

  .screen-body {
    grid-template-columns: 1fr;
  }

	  .promise-grid,
	  .help-grid,
	  .avatar-grid,
	  .setup-grid,
	  .option-grid,
	  .voice-grid,
	  .preference-grid,
	  .privacy-detail-grid,
	  .founding-notes {
	    grid-template-columns: 1fr;
	  }

  .promise-grid {
    margin-bottom: 46px;
  }

  .result-card {
    position: static;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .avatar-card {
    grid-template-columns: 1fr;
  }

  .avatar-portrait,
  .helper-portrait-placeholder {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.35rem);
  }

  .hero-title {
    gap: 0;
  }

  .hero-lede {
    font-size: 1.22rem;
  }

  .hero-photo-card {
    aspect-ratio: 4 / 3.25;
    padding: 10px;
  }

  .hero-photo-card img {
    min-height: 0;
    border-radius: 16px;
    object-position: 60% 50%;
  }

  .hero-photo-card .helper-card {
    position: static;
    width: auto;
    margin: -18px 14px 0;
  }

  .screen-bar {
    padding: 0 14px;
  }

  .screen-bar strong {
    margin-left: 42px;
    font-size: 0.9rem;
  }

  .screen-body {
    padding: 14px;
  }

  .avatar-card {
    grid-template-columns: 1fr;
  }

  .avatar-portrait,
  .helper-portrait-placeholder {
    height: auto;
    min-height: 0;
  }

  .avatar-profile {
    padding: 18px 8px 10px;
  }
}
