:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #25241f; background: #f5f0e7; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 80% 0%, #ead9ba 0, transparent 35rem), #f5f0e7; }
a { color: inherit; }
.site-header, main, footer { width: min(1080px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cfc5b4; color: #625e54; }
.brand { color: #25241f; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; text-decoration: none; }
main { padding: 72px 0 88px; }
.hero { max-width: 850px; padding-bottom: 70px; }
.eyebrow, .step-label { margin: 0 0 12px; color: #876238; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { margin: 0; max-width: 820px; font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.055em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { margin: 0 0 10px; font-size: 1.75rem; }
.lede { max-width: 710px; margin: 26px 0 30px; color: #59564e; font-size: 1.2rem; line-height: 1.65; }
.primary-link, button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 0; border-radius: 999px; padding: 0 22px; background: #272923; color: #fff; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
.instructions { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; padding: 60px; border-radius: 28px; background: #2c2f28; color: #f8f3ea; }
.instructions .eyebrow { color: #d4b37e; }
.instructions ol { margin: 0; padding-left: 24px; }
.instructions li { padding: 0 0 20px 12px; color: #d9d7cf; line-height: 1.6; }
.instructions li::marker { color: #d4b37e; font-weight: 800; }
.instructions strong { color: #fff; }
.boundary { margin: 28px 0 72px; padding: 32px 38px; border: 1px solid #c8b99f; border-radius: 22px; background: rgba(255,255,255,.42); }
.boundary h2 { font-size: 1.65rem; }
.boundary p { margin: 14px 0 0; line-height: 1.6; }
.workflow { max-width: 820px; margin-inline: auto; scroll-margin-top: 20px; }
.workflow > h2 { margin-bottom: 28px; }
.panel { margin-top: 18px; padding: clamp(24px, 5vw, 44px); border: 1px solid #d7cdbc; border-radius: 24px; background: #fffdf8; box-shadow: 0 18px 55px rgba(67, 55, 37, .08); }
.panel > p:not(.step-label) { color: #625e55; line-height: 1.55; }
form { display: grid; gap: 14px; margin-top: 24px; }
label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #bcb2a3; border-radius: 11px; padding: 12px 13px; background: #fff; color: #25241f; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(153, 110, 57, .22); border-color: #8b673b; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wide { grid-column: 1 / -1; }
.options { display: grid; gap: 12px; padding: 8px 0; }
details { margin-top: 4px; border: 1px solid #d7cdbc; border-radius: 14px; padding: 14px 16px; }
summary { cursor: pointer; font-weight: 750; }
.optional-settings { margin-top: 16px; }
.form-note { margin: 0; color: #6b665d; font-size: .82rem; line-height: 1.5; }
.check-row { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; }
.check-row input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; }
.status { min-height: 24px; margin: 18px 4px 0; color: #4d6748; font-weight: 700; }
.status.is-error { color: #a33f34; }
footer { display: flex; flex-wrap: wrap; gap: 24px; padding: 30px 0 46px; border-top: 1px solid #cfc5b4; color: #625e54; }
[hidden] { display: none !important; }
@media (max-width: 720px) { .site-header, main, footer { width: min(100% - 28px, 1080px); } main { padding-top: 48px; } .instructions { grid-template-columns: 1fr; gap: 30px; padding: 32px 26px; } .form-grid { grid-template-columns: 1fr; } .wide { grid-column: auto; } .boundary { padding: 26px; } }
