.claude-page { background: var(--paper); }
.handoff-header, .handoff-footer { max-width: 1160px; margin: auto; padding: 30px 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.handoff-header > a:last-child { font-size: 13px; text-decoration: none; }
.handoff-layout { max-width: 1160px; margin: 56px auto 0; padding: 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.eyebrow { font-size: 10px; letter-spacing: .18em; font-weight: 800; margin: 8px 0 28px; }
.intro h1 { font-size: clamp(58px, 6.5vw, 88px); letter-spacing: -.065em; line-height: .98; font-weight: 650; margin: 0 0 28px; }
.intro h1 em { font-family: Georgia, serif; font-weight: 400; color: #65412f; letter-spacing: -.065em; }
.lede { max-width: 385px; font-size: 17px; line-height: 1.7; color: #605853; }
.principles { padding: 20px 0 0; margin: 0; list-style: none; font-size: 13px; line-height: 2.4; }
.principles li::before { content: '✓'; display: inline-block; width: 24px; color: #54713b; font-weight: 800; }
.handoff-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: 0 16px 50px #34261d08; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.pill { background: #eaf0e2; color: #3d5931; border-radius: 5px; padding: 7px 9px; font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.step-count { font: 11px ui-monospace, monospace; color: var(--muted); }
.handoff-card h2 { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: -.045em; }
.card-description { margin: 12px 0 26px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.handoff-card label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 9px; }
.handoff-card input { width: 100%; border: 1px solid #cfc7be; border-radius: 9px; background: #fff; font: inherit; font-size: 14px; padding: 14px; color: var(--ink); }
.handoff-card input[aria-invalid="true"] { border-color: #a32b23; }
.field-help, .quiet { font-size: 11px; line-height: 1.7; color: var(--muted); }
.field-help { margin-top: 8px; }
.product-preview { display: flex; align-items: center; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.product-preview > div { min-width: 0; }
.product-icon { display: grid; place-items: center; background: #eee8de; border-radius: 10px; width: 38px; height: 38px; flex: 0 0 38px; }
.product-preview strong { font-size: 13px; }
.product-preview p { margin: 4px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 310px; font-size: 11px; color: var(--muted); }
.connection-status { font-size: 12px; line-height: 1.6; margin: 20px 0 14px; }
.primary-action { width: 100%; border-radius: 10px; min-height: 50px; font-size: 14px; cursor: pointer; box-shadow: none; }
.primary-action span { margin-left: auto; }
.primary-action:disabled { opacity: .6; cursor: wait; }
.text-action { display: block; margin: 14px auto 0; padding: 6px 0; border: 0; background: none; font: inherit; font-size: 12px; color: #635341; text-align: center; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.quiet { text-align: center; margin: 18px 0 22px; }
.privacy-note { border-top: 1px solid var(--line); display: flex; gap: 12px; padding-top: 17px; color: var(--muted); }
.privacy-note p { font-size: 11px; line-height: 1.6; margin: 0; }
.error { font-size: 12px; line-height: 1.5; color: #a32b23; }
.steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 28px; gap: 48px; margin-top: 4px; }
.steps article > span { font: 11px ui-monospace, monospace; color: var(--muted); }
.steps h3 { font-size: 14px; margin: 16px 0 10px; }
.steps p { font-size: 13px; color: var(--muted); line-height: 1.7; max-width: 270px; }
.handoff-footer { font-size: 10px; color: var(--muted); margin-top: 40px; padding-bottom: 24px; }
.handoff-footer nav { display: flex; gap: 20px; }
[hidden] { display: none !important; }
@media (max-width: 760px) { .handoff-layout { grid-template-columns: 1fr; gap: 34px; margin-top: 26px; padding: 0 22px; } .handoff-header, .handoff-footer { padding: 24px 22px; } .intro h1 { font-size: clamp(46px, 10.5vw, 64px); } .lede { max-width: 480px; } .principles { padding-top: 0; } .handoff-card { padding: 24px; } .steps { gap: 24px; } .handoff-header > a:last-child { display: none; } .handoff-footer { flex-wrap: wrap; margin-top: 20px; } }
@media (max-width: 440px) { .steps { grid-template-columns: 1fr; gap: 16px; } .steps article { display: grid; grid-template-columns: 25px 1fr; gap: 0 12px; } .steps article > span { grid-row: 1 / 3; margin-top: 4px; } .steps h3 { margin: 0; } .steps p { margin: 7px 0 0; max-width: none; } .product-preview p { max-width: 210px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
