:root {
  --color-orange: #dd5d20;
  --color-orange-deep: #c24e16;
  --color-amber: #f79000;
  --color-lemon: #b6df19;
  --color-brown: #7a3b12;
  --color-red: #d5341a;
  --color-purple: #6b3fa0;
  --color-ink: #241813;
  --color-cream: #fbf4ea;
  --color-cream-deep: #efe3cf;
  --color-white: #fff;
  --surface-page: var(--color-cream);
  --surface-card: var(--color-white);
  --text-body: var(--color-ink);
  --text-muted: var(--color-brown);
  --action-primary: var(--color-orange);
  --action-primary-hover: var(--color-orange-deep);
  --border-subtle: var(--color-cream-deep);
  --state-danger: var(--color-red);
  --font-heading: "Amaranth", "Quicksand", system-ui, sans-serif;
  --font-body: "Quicksand", "Trebuchet MS", system-ui, sans-serif;
  --font-script: "Pacifico", cursive;
  --radius-input: 14px;
  --radius-card: 18px;
  --radius-panel: 28px;
  --radius-pill: 999px;
  --shadow-card: 0 30px 80px -30px rgba(60, 30, 10, 0.45);
  --shadow-button: 0 8px 20px -8px rgba(221, 93, 32, 0.7);
  --shadow-soft: 0 12px 30px -18px rgba(60, 30, 10, 0.35);
  color: var(--text-body);
  background: var(--surface-page);
  font-family: var(--font-body);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--surface-page); }
button, input, textarea, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: var(--radius-pill); background: var(--color-ink); color: var(--color-white); font-weight: 700; }
.skip-link:focus { top: 16px; }
.screen { display: none; min-height: 100vh; }
.screen.is-active { display: block; animation: screen-in .45s ease both; }
@keyframes screen-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.brand-logo { display: block; width: 154px; height: auto; object-fit: contain; }
.brand-logo--white { width: 174px; }
.welcome { position: relative; overflow: hidden; padding: 24px; background: var(--color-orange); color: var(--color-white); }
.welcome::before { content: ""; position: absolute; inset: auto -120px -180px auto; width: 420px; height: 420px; border: 70px solid rgba(36, 24, 19, .08); border-radius: 50%; }
.welcome-header { position: relative; z-index: 2; width: min(100%, 1120px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.meeting-name { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.welcome-grid { position: relative; z-index: 1; width: min(100%, 1120px); min-height: calc(100vh - 100px); margin: 0 auto; display: grid; align-items: center; gap: 48px; padding: 64px 0 80px; }
.welcome-copy { max-width: 690px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--color-brown); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker > span { width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--color-lemon); box-shadow: 0 0 0 5px rgba(182, 223, 25, .18); }
.kicker--on-brand { color: var(--color-white); }
.welcome h1, .success h1 { margin: 0; font-family: var(--font-heading); font-size: clamp(58px, 13vw, 108px); line-height: .86; letter-spacing: -.045em; }
.welcome h1 span, .success h1 span { display: inline-block; margin-top: 12px; color: var(--color-lemon); font-family: var(--font-script); font-size: .57em; font-weight: 400; letter-spacing: -.02em; transform: rotate(-2deg); }
.welcome-lede { max-width: 610px; margin: 32px 0 24px; font-size: clamp(17px, 2.3vw, 21px); line-height: 1.65; }
.welcome-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.welcome-facts span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: var(--radius-pill); font-size: 12px; font-weight: 700; }
.welcome-note { margin: 18px 0 0; color: rgba(255,255,255,.78); font-size: 12px; }
.welcome-card { position: relative; overflow: hidden; align-self: end; margin: 0; padding: 30px; border-radius: 28px 110px 28px 28px; background: var(--color-ink); box-shadow: var(--shadow-card); }
.welcome-card p { position: relative; z-index: 1; margin: 0; font-family: var(--font-heading); font-size: 27px; line-height: 1.25; }
.welcome-card cite { display: block; margin-top: 14px; color: var(--color-lemon); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.welcome-card__arc { position: absolute; width: 160px; height: 160px; right: -75px; top: -75px; border: 24px solid rgba(221,93,32,.55); border-radius: 50%; }
.motif { position: absolute; pointer-events: none; }
.motif-ring { left: -100px; bottom: 8%; width: 260px; height: 260px; border: 34px solid rgba(182,223,25,.19); border-radius: 50%; }
.motif-dot-grid { right: 4%; top: 22%; width: 90px; height: 90px; opacity: .28; background-image: radial-gradient(circle, var(--color-lemon) 2px, transparent 2.5px); background-size: 15px 15px; transform: rotate(12deg); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: var(--radius-pill); padding: 13px 22px; font-weight: 700; cursor: pointer; transition: background .18s ease, color .18s ease, border .18s ease, box-shadow .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(221,93,32,.3); outline-offset: 3px; }
.button:disabled { opacity: .4; cursor: wait; transform: none; box-shadow: none; }
.button--light { color: var(--color-orange-deep); background: var(--color-white); box-shadow: 0 10px 30px -14px rgba(36,24,19,.7); }
.button--primary { color: var(--color-white); background: var(--action-primary); box-shadow: var(--shadow-button); }
.button--primary:hover { background: var(--action-primary-hover); }
.button--secondary { color: var(--color-orange-deep); background: transparent; border: 2px solid var(--color-orange); }
.button--secondary:hover { color: var(--color-white); background: var(--color-orange); }
.button--text { padding-left: 4px; padding-right: 4px; color: var(--color-brown); background: transparent; }
.button--text:hover { color: var(--color-orange-deep); }
.is-hidden { display: none !important; }

.audit { position: relative; overflow: hidden; padding: 20px 16px 48px; }
.audit-motif { position: fixed; z-index: -1; width: 340px; height: 340px; right: -230px; top: 20%; border: 50px solid rgba(221,93,32,.06); border-radius: 50%; }
.audit-header { width: min(100%, 760px); margin: 0 auto 20px; display: flex; align-items: center; gap: 24px; }
.brand-home { flex: none; padding: 0; border: 0; background: transparent; cursor: pointer; }
.brand-home .brand-logo { width: 136px; }
.progress { flex: 1; }
.progress__meta { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--color-brown); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.progress__track { overflow: hidden; height: 6px; border-radius: var(--radius-pill); background: var(--color-cream-deep); }
.progress__track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: var(--color-orange); transition: width .35s ease; }
#growth-form { width: min(100%, 760px); margin: 0 auto; }
.form-panel { display: none; position: relative; padding: clamp(25px, 6vw, 52px); border: 1px solid var(--border-subtle); border-radius: var(--radius-panel); background: var(--surface-card); box-shadow: var(--shadow-card); }
.form-panel::after { content: ""; position: absolute; right: 22px; top: 22px; width: 16px; height: 16px; border: 5px solid var(--color-lemon); border-radius: 50%; opacity: .75; }
.form-panel.is-active { display: block; animation: panel-in .36s ease both; }
@keyframes panel-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.form-panel h2 { max-width: 590px; margin: 0; font-family: var(--font-heading); font-size: clamp(34px, 7vw, 52px); line-height: 1.05; letter-spacing: -.025em; }
.step-lede { max-width: 620px; margin: 18px 0 32px; color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.field { margin: 0 0 25px; }
.field label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 700; }
.field-hint { margin: -3px 0 9px; color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 13px 15px; border: 1px solid var(--border-subtle); border-radius: var(--radius-input); color: var(--color-ink); background: var(--color-white); transition: border .18s ease, box-shadow .18s ease; }
.field textarea { resize: vertical; line-height: 1.55; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: rgba(221,93,32,.52); }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: var(--state-danger); box-shadow: 0 0 0 3px rgba(213,52,26,.08); }
.field-error { min-height: 0; margin: 7px 0 0; color: var(--state-danger); font-size: 12px; font-weight: 600; }
.field-error:empty { display: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; padding: 0 8px; }
.privacy-footnote { max-width: 620px; margin: 17px auto 0; color: var(--text-muted); text-align: center; font-size: 11px; line-height: 1.5; }

.scale-key { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 4px; padding: 10px 14px; border-radius: 12px; background: var(--color-cream); color: var(--color-brown); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ratings-list { border-top: 1px solid var(--border-subtle); }
.rating-row { display: grid; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--border-subtle); }
.rating-copy strong { display: block; font-family: var(--font-heading); font-size: 19px; }
.rating-copy span { display: block; margin-top: 3px; color: var(--text-muted); font-size: 11px; line-height: 1.45; }
.rating-buttons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.rating-buttons label { position: relative; min-width: 0; }
.rating-buttons input { position: absolute; opacity: 0; pointer-events: none; }
.rating-buttons span { min-height: 43px; display: grid; place-items: center; border: 1px solid var(--border-subtle); border-radius: 12px; background: var(--color-white); color: var(--color-brown); font-size: 13px; font-weight: 700; cursor: pointer; transition: .18s ease; }
.rating-buttons input:checked + span { color: var(--color-white); border-color: var(--color-orange); background: var(--color-orange); box-shadow: var(--shadow-button); transform: translateY(-1px); }
.rating-buttons input:focus-visible + span { outline: 3px solid rgba(221,93,32,.3); outline-offset: 2px; }
.rating-completion { width: max-content; margin: 19px auto 0; padding: 8px 13px; border-radius: var(--radius-pill); background: var(--color-cream-deep); color: var(--color-brown); font-size: 11px; font-weight: 700; }
.rating-completion.is-complete { color: var(--color-white); background: var(--color-orange); }
.section-error { margin: 12px 0 0; color: var(--state-danger); text-align: center; font-size: 12px; font-weight: 700; }
.becoming-reflection { position: relative; overflow: hidden; margin: 30px 0 25px; padding: 22px 24px; border-radius: var(--radius-card); color: var(--color-white); background: var(--color-purple); box-shadow: var(--shadow-soft); }
.becoming-reflection::after { content: ""; position: absolute; width: 110px; height: 110px; right: -55px; top: -55px; border: 18px solid rgba(182,223,25,.25); border-radius: 50%; }
.becoming-reflection p { position: relative; z-index: 1; max-width: 500px; margin: 0; font-family: var(--font-heading); font-size: 20px; line-height: 1.4; }
.becoming-reflection cite { display: block; margin-top: 9px; color: var(--color-white); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .13em; opacity: .82; text-transform: uppercase; }

.plan-preview { position: relative; overflow: hidden; margin: 0 0 28px; padding: 24px; border-radius: var(--radius-card); color: var(--color-white); background: var(--color-ink); }
.plan-preview::after { content: ""; position: absolute; width: 150px; height: 150px; right: -75px; top: -75px; border: 25px solid rgba(182,223,25,.17); border-radius: 50%; }
.plan-preview > div { position: relative; z-index: 1; margin-bottom: 18px; }
.plan-preview > div:last-child { margin-bottom: 0; }
.plan-preview span, .success-focus span, .next-step-card span { display: block; margin-bottom: 5px; color: var(--color-lemon); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.plan-preview strong { color: var(--color-white); font-family: var(--font-heading); font-size: 23px; }
.plan-preview p { margin: 0; color: var(--color-cream); font-size: 13px; line-height: 1.55; }
.sharing-card { display: flex; gap: 14px; margin: 4px 0 22px; padding: 18px; border-radius: var(--radius-card); background: var(--color-cream); }
.sharing-card__mark { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--color-white); background: var(--color-orange); font-weight: 700; }
.sharing-card strong { font-size: 13px; }
.sharing-card p { margin: 4px 0 0; color: var(--text-muted); font-size: 12px; line-height: 1.55; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: var(--text-muted); font-size: 12px; line-height: 1.6; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: none; margin-top: 1px; accent-color: var(--color-orange); }
.consent-error { margin-left: 32px; }
.submit-error { display: none; margin-top: 18px; padding: 14px 16px; border-left: 4px solid var(--state-danger); border-radius: 0 12px 12px 0; color: var(--state-danger); background: rgba(213,52,26,.08); font-size: 13px; line-height: 1.55; }
.submit-error.is-visible { display: block; }
.button__spinner { width: 17px; height: 17px; border: 2px solid rgba(255,255,255,.45); border-top-color: var(--color-white); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.success { position: relative; overflow: hidden; padding: 30px 16px; background: var(--color-cream); }
.success-ring { position: fixed; width: 500px; height: 500px; right: -340px; top: 10%; border: 70px solid rgba(221,93,32,.08); border-radius: 50%; }
.success-card { position: relative; width: min(100%, 700px); margin: 0 auto; padding: clamp(28px, 7vw, 58px); border: 1px solid var(--border-subtle); border-radius: var(--radius-panel); background: var(--color-white); box-shadow: var(--shadow-card); }
.success-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.success-check { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--color-white); background: var(--color-orange); font-size: 25px; font-weight: 700; box-shadow: var(--shadow-button); }
.success h1 { color: var(--color-ink); font-size: clamp(48px, 10vw, 72px); }
.success h1 span { color: var(--color-orange); }
.success-lede { margin: 25px 0; color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.success-focus { margin: 26px 0; padding: 7px 0 7px 19px; border-left: 4px solid var(--color-lemon); }
.success-focus span { color: var(--color-brown); }
.success-focus strong { font-family: var(--font-heading); font-size: 25px; }
.success-focus p { margin: 6px 0 0; color: var(--text-muted); font-size: 13px; line-height: 1.55; }
.delivery-list { border-top: 1px solid var(--border-subtle); }
.delivery-item { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--border-subtle); }
.delivery-item__mark { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--color-white); background: var(--color-orange); font-size: 13px; font-weight: 700; }
.delivery-item.is-failed .delivery-item__mark { background: var(--state-danger); }
.delivery-item p { min-width: 0; flex: 1; margin: 0; display: flex; flex-direction: column; font-size: 12px; }
.delivery-item p span { margin-top: 3px; color: var(--text-muted); overflow-wrap: anywhere; }
.delivery-item > strong { color: var(--color-orange-deep); font-size: 12px; }
.delivery-item.is-failed > strong { color: var(--state-danger); }
.next-step-card { margin: 26px 0; padding: 20px; border-radius: var(--radius-card); color: var(--color-white); background: var(--color-orange); }
.next-step-card span { color: var(--color-white); opacity: .82; }
.next-step-card p { margin: 0; font-family: var(--font-heading); font-size: 20px; line-height: 1.35; }
.success blockquote { margin: 28px 0; color: var(--text-muted); font-family: var(--font-heading); font-size: 16px; font-style: italic; line-height: 1.55; text-align: center; }
.success blockquote cite { display: block; margin-top: 6px; font-family: var(--font-body); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

@media (min-width: 760px) {
  .welcome { padding: 32px 42px; }
  .welcome-grid { grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr); }
  .welcome-card { margin-bottom: 40px; }
  .rating-row { grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 24px; }
}

@media (max-width: 580px) {
  .welcome { padding: 20px; }
  .welcome-header { align-items: flex-start; }
  .brand-logo--white { width: 132px; }
  .meeting-name { max-width: 100px; line-height: 1.4; }
  .welcome-grid { padding-top: 58px; gap: 38px; }
  .welcome h1 { font-size: clamp(56px, 18vw, 77px); }
  .welcome-card { padding: 24px; }
  .audit { padding-top: 14px; }
  .audit-header { gap: 16px; }
  .brand-home .brand-logo { width: 112px; }
  .form-panel { padding: 28px 20px; border-radius: 22px; }
  .form-panel::after { width: 13px; height: 13px; right: 18px; top: 18px; border-width: 4px; }
  .form-nav { padding: 0 2px; }
  .form-nav .button { padding-left: 16px; padding-right: 16px; }
  .privacy-footnote { padding: 0 20px; }
  .success-card { padding: 30px 22px; border-radius: 22px; }
  .success-header .brand-logo { width: 130px; }
}
