:root {
  --ink: #04152f; --text: #0c1d52; --muted: #55659a; --subtle: #6475aa; --action: #0a1e3d;
  --paper: #fefefd; --warm: #fef6ee; --surface: #fff; --selection: #f2f6fd; --line: #e5e8ee;
  --accent: #f13d32; --success: #10742d; --error: #b62731; --unknown: #986312;
  --display: 'Plus Jakarta Sans', system-ui, sans-serif; --body: 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; font-family: var(--body); color: var(--text); background: var(--paper) url('assets/signup-backdrop.png') center top / cover fixed; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #3150a7; outline-offset: 5px; }
h1:focus, main:focus { outline: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: fixed; top: -80px; left: 16px; background: var(--action); color: white; padding: 16px; z-index: 10; }
.skip:focus { top: 16px; }
.signup-header { height: 122px; padding: 22px 64px; display: grid; grid-template-columns: 1fr 620px 1fr; align-items: start; gap: 16px; }
.brand { display: inline-flex; align-items: center; align-self: start; gap: 4px; text-decoration: none; color: var(--ink); width: fit-content; font: 800 34px/1 var(--display); letter-spacing: -1.4px; }
.brand img { width: 84px; height: 58px; object-fit: cover; mix-blend-mode: multiply; }
.home-link { justify-self: end; display: flex; align-items: center; gap: 12px; padding: 17px 0; text-decoration: none; font-size: 19px; white-space: nowrap; }
.icon { width: 22px; height: 22px; object-fit: contain; }
.reverse { transform: rotate(180deg); }
.steps { display: flex; margin: 4px 0 0; padding: 0; list-style: none; }
.steps li { flex: 1; position: relative; }
.steps li:not(:last-child)::after { content: ''; height: 1px; background: #c6d1ec; position: absolute; top: 18px; left: calc(50% + 32px); width: calc(100% - 64px); }
.steps button { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; background: none; border: 0; color: var(--muted); font-size: 17px; padding: 0; }
.steps button:disabled { cursor: default; color: var(--subtle); }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #edf1f9; font-size: 17px; font-weight: 600; }
.steps [aria-current] { color: var(--ink); font-weight: 600; }
.steps [aria-current] .step-number { color: white; background: var(--action); }
.steps .complete .step-number { background: #e0f3e7; color: var(--success); }
main { position: relative; z-index: 1; padding: 26px 32px 72px; }
.flow-section { max-width: 1100px; margin: 0 auto; }
.intro { text-align: center; }
.eyebrow { margin: 0; color: #3150a7; text-transform: uppercase; letter-spacing: .26em; font-size: 13px; font-weight: 700; }
h1 { margin: 10px -80px 0; font: 800 clamp(42px, 5.35vw, 80px)/1.13 var(--display); letter-spacing: -.055em; color: var(--ink); }
.accent { background: linear-gradient(100deg, #f02f47 0%, #ff3d32 65%, #f75b0c 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.subtitle { margin: 16px 0 0; font-size: 26px; line-height: 1.4; color: #344a85; }
.fruit-choices { border: 0; padding: 0; margin: 26px auto 0; width: 880px; max-width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
.fruit-choice { position: relative; display: flex; flex-direction: column; align-items: center; padding: 28px 24px 30px; border: 2px solid #e9e7e3; border-radius: 30px; min-width: 0; cursor: pointer; background: rgb(255 255 255 / .4); }
.fruit-choice:has(input:checked) { border: 3px solid #0c1d52; padding: 27px 23px 29px; background: rgb(241 246 254 / .85); box-shadow: 0 8px 30px rgb(45 67 119 / .03); }
.fruit-choice:has(input:focus-visible) { outline: 3px solid #3150a7; outline-offset: 5px; }
.fruit-choice input { position: absolute; width: 100%; height: 100%; margin: 0; inset: 0; opacity: 0; cursor: pointer; }
.choice-indicator { position: absolute; top: 25px; right: 25px; width: 36px; height: 36px; border: 2px solid #a9b7d1; border-radius: 50%; display: grid; place-items: center; background: var(--surface); }
.choice-indicator img { display: none; width: 22px; height: 22px; filter: invert(1); }
input:checked + .choice-indicator { width: 44px; height: 44px; right: 23px; top: 23px; background: var(--action); border-color: var(--action); }
input:checked + .choice-indicator img { display: block; }
.mascot { width: 330px; height: 340px; object-fit: contain; max-width: 100%; mix-blend-mode: multiply; pointer-events: none; margin: 0 0 16px; transform: scale(1.13); }
.choice-title { color: var(--ink); font: 800 36px/1.3 var(--display); letter-spacing: -1.5px; }
.choice-description { margin-top: 4px; font-size: 22px; color: #4862a6; }
.step-actions { display: flex; justify-content: center; align-items: center; gap: 18px; margin: 36px auto 0; }
.first-actions { flex-direction: column; gap: 16px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 56px; padding: 16px 28px; border: 1px solid transparent; border-radius: 14px; font-size: 17px; font-weight: 600; text-decoration: none; transition: transform 120ms ease-out; }
.button:active { transform: scale(.98); }
.primary { background: var(--action); color: white; }
.primary .icon { filter: invert(1); }
.primary:disabled { opacity: .65; cursor: wait; }
.secondary { background: var(--selection); color: var(--text); border-color: var(--line); }
.first-actions .primary { width: 420px; max-width: 100%; min-height: 62px; font-size: 20px; border-radius: 18px; }
.quiet { margin: 0; font-size: 16px; color: var(--muted); }
.framing-leaf { position: fixed; pointer-events: none; z-index: 0; width: 320px; height: 400px; object-fit: contain; mix-blend-mode: multiply; opacity: .72; }
.leaf-left { left: -174px; top: 47%; transform: rotate(-32deg); }
.leaf-right { right: -196px; top: 44%; transform: rotate(100deg); }
.compact h1 { margin: 10px 0 0; font-size: clamp(34px, 3.6vw, 54px); letter-spacing: -.045em; }
.compact .subtitle { font-size: 20px; }
.form-layout { display: grid; grid-template-columns: minmax(0, 680px) 230px; gap: 62px; max-width: 970px; margin: 38px auto 0; }
.field-section { margin: 0 0 26px; padding: 0; border: 0; min-width: 0; }
.field-section legend { font: 700 19px/1.4 var(--display); color: var(--ink); margin-bottom: 14px; padding: 0; }
.field-help { margin: -3px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 600; min-width: 0; }
.field input, .field select { width: 100%; min-height: 48px; padding: 11px 14px; color: var(--text); background: rgb(255 255 255 / .9); border: 1px solid #cbd2e0; border-radius: 10px; font-size: 16px; font-weight: 400; }
.field input::placeholder { color: #6a7797; }
.unit-field { position: relative; display: block; }
.unit-field input { padding-right: 46px; }
.unit { position: absolute; top: 50%; right: 14px; transform: translateY(-50%); color: var(--muted); font-size: 15px; font-weight: 500; pointer-events: none; }
.two-columns + .field-help { margin: 12px 0 0; }
.profile-aside { padding-top: 12px; text-align: center; color: var(--muted); }
.profile-aside img { width: 220px; height: 240px; object-fit: contain; mix-blend-mode: multiply; }
.profile-aside h2 { font: 800 22px/1.3 var(--display); color: var(--ink); letter-spacing: -.7px; }
.profile-aside p { font-size: 14px; line-height: 1.75; }
.range-row { display: grid; grid-template-columns: 72px 1fr 1fr; gap: 16px; align-items: end; margin: 0 0 16px; }
.range-row > span { align-self: center; padding-top: 26px; font-weight: 600; font-size: 14px; }
.shine-options { display: flex; flex-wrap: wrap; gap: 10px; }
.shine-option { display: flex; align-items: center; gap: 8px; border: 1px solid #cbd2e0; border-radius: 10px; padding: 12px 14px; cursor: pointer; background: var(--surface); font-size: 14px; }
.shine-option:has(:checked) { border-color: var(--action); background: var(--selection); }
.shine-option input { accent-color: var(--action); width: 16px; height: 16px; }
.error-message { color: var(--error); text-align: center; font-size: 15px; line-height: 1.5; }
.review-content { max-width: 880px; margin: 36px auto 0; background: rgb(255 255 255 / .9); border: 1px solid var(--line); border-radius: 22px; padding: 28px 34px; }
.review-identity { display: flex; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.review-identity img { width: 88px; height: 96px; object-fit: contain; mix-blend-mode: multiply; }
.review-identity h2 { font: 800 27px/1.3 var(--display); color: var(--ink); margin: 0 0 5px; overflow-wrap: anywhere; }
.review-identity p { margin: 3px 0; color: var(--muted); overflow-wrap: anywhere; }
.edit-link { background: none; border: 0; padding: 8px; color: #3150a7; text-decoration: underline; font-size: 14px; }
.review-identity .edit-link { margin-left: auto; }
.review-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-top: 10px; }
.review-columns h3 { display: flex; justify-content: space-between; align-items: center; font: 700 17px/1.4 var(--display); }
dl { margin: 0; }
.detail-row { display: flex; justify-content: space-between; gap: 20px; margin: 12px 0; font-size: 14px; }
dt { color: var(--muted); }
dd { margin: 0; text-align: right; }
.preview-note { max-width: 880px; margin: 24px auto 0; color: var(--muted); text-align: center; font-size: 13px; line-height: 1.7; }
@media (hover: hover) { .button:hover { filter: brightness(1.13); }.fruit-choice:hover { border-color: #8c9cbb; } }
@media (min-width: 1280px) and (max-height: 920px) { main { padding-top: 12px; }.signup-header { height: 110px; }.fruit-choices { margin-top: 24px; }.mascot { height: 260px; width: 280px; }.first-actions { margin-top: 28px; } }
@media (max-width: 1150px) { .signup-header { padding: 20px 32px; grid-template-columns: 1fr 500px 1fr; }.brand { font-size: 26px; }.brand img { width: 66px; }.home-link { font-size: 15px; gap: 6px; }h1 { margin-left: 0; margin-right: 0; }.form-layout { gap: 32px; grid-template-columns: minmax(0, 1fr) 190px; }.profile-aside img { width: 190px; } }
@media (max-width: 900px) { .signup-header { height: auto; grid-template-columns: 1fr 1fr; padding: 18px 24px; gap: 20px; }.signup-header nav { grid-column: 1 / -1; grid-row: 2; width: min(620px, 100%); justify-self: center; }.brand { font-size: 28px; }.home-link { grid-column: 2; grid-row: 1; }.steps button { font-size: 14px; }main { padding: 28px 24px 48px; }h1 { font-size: clamp(36px, 6vw, 54px); }.subtitle { font-size: 20px; }.fruit-choices { max-width: min(690px, 100%); gap: 18px; }.fruit-choice { padding: 28px 16px; }.fruit-choice:has(:checked) { padding: 27px 15px; }.mascot { height: 270px; }.choice-title { font-size: 29px; }.choice-description { font-size: 17px; }.form-layout { grid-template-columns: 1fr; max-width: 680px; }.profile-aside { display: none; }}
@media (max-width: 600px) { .signup-header { padding: 12px 16px 18px; gap: 16px; }.brand { font-size: 24px; }.brand img { width: 58px; height: 44px; }.home-link { font-size: 13px; padding: 12px 0; }.home-link .icon { width: 17px; }.steps button { font-size: 11px; gap: 8px; }.step-number { width: 30px; height: 30px; font-size: 13px; }.steps li:not(:last-child)::after { top: 14px; left: calc(50% + 24px); width: calc(100% - 48px); }main { padding: 22px 16px 40px; }.eyebrow { font-size: 10px; letter-spacing: .2em; }h1 { font-size: 36px; line-height: 1.16; margin-top: 12px; }.subtitle, .compact .subtitle { font-size: 16px; margin-top: 14px; }.fruit-choices { gap: 12px; margin-top: 28px; }.fruit-choice { padding: 30px 10px 20px; border-radius: 20px; }.fruit-choice:has(:checked) { padding: 29px 9px 19px; }.mascot { height: 174px; width: 180px; margin: 0 0 8px; }.choice-title { font-size: 20px; letter-spacing: -.7px; }.choice-description { font-size: 12px; line-height: 1.5; margin-top: 6px; }.choice-indicator, input:checked + .choice-indicator { width: 25px; height: 25px; top: 12px; right: 12px; }.choice-indicator img { width: 15px; height: 15px; }.first-actions { margin-top: 28px; gap: 14px; }.first-actions .primary { min-height: 56px; font-size: 16px; }.quiet { font-size: 12px; }.framing-leaf { display: none; }.step-actions { gap: 10px; margin-top: 24px; }.button { font-size: 14px; padding: 14px 18px; min-height: 50px; }.compact h1 { font-size: 34px; }.form-layout { margin-top: 30px; }.two-columns { gap: 16px; }.field { font-size: 13px; }.field input, .field select { padding: 11px 10px; }.field-section legend { font-size: 17px; }.range-row { grid-template-columns: 52px 1fr 1fr; gap: 10px; }.shine-option { flex: 1 1 42%; }.review-content { padding: 20px; }.review-columns { grid-template-columns: 1fr; gap: 10px; }.review-identity { gap: 12px; flex-wrap: wrap; }.review-identity img { width: 56px; height: 68px; }.review-identity h2 { font-size: 22px; }.review-identity p { font-size: 13px; }.review-identity .edit-link { margin-left: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }.button:active { transform: none; } }
