:root { color-scheme: light; --ink: #20282b; --muted: #536167; --accent: #735326; --line: #dce2e4; --wash: #f3f6f7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: #fff; font: 1rem/1.65 Arial, Helvetica, sans-serif; }
a { color: inherit; text-underline-offset: .22em; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 3px solid #1e657d; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1rem; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 1rem; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { font-size: clamp(2.75rem, 5.3vw, 5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: -.02em; }
h3 { font-size: 1.2rem; }
.skip { position: absolute; left: 1rem; top: -10rem; z-index: 10; padding: .6rem 1rem; background: #fff; }
.skip:focus { top: 1rem; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.2rem max(1.25rem, calc((100% - 1220px) / 2)); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; line-height: 1.3; }
.brand img { width: 3.7rem; height: 3.7rem; object-fit: contain; }
.brand small { display: block; margin-top: .25rem; color: var(--muted); font-size: .875rem; font-weight: 400; }
.header nav, .footer nav { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: .95rem; }
.header nav a { text-decoration: none; }
.section, .hero, .footer { width: min(1220px, calc(100% - 3rem)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: clamp(3rem, 7vw, 6rem); }
.hero h1 { max-width: 11ch; }
.eyebrow { color: var(--accent); font-size: .875rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 1.2rem; }
.lead { color: var(--muted); font-size: 1.2rem; line-height: 1.65; max-width: 46rem; }
.hero-copy .lead { margin-block: 1.5rem; }
.hero-art { margin: 0; }
.hero-art img { width: 100%; border-radius: .5rem; }
figcaption { font-size: .875rem; color: var(--muted); padding-top: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .9rem 1.35rem; min-height: 3rem; border-radius: .25rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font: inherit; font-weight: 700; }
.button:hover { background: #36454c; color: #fff; }
.availability { margin-top: 1rem; font-size: .95rem; color: var(--muted); }
.about { padding-block: 3.5rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.about > div > p:not(.eyebrow) { color: var(--muted); }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.features span { display: block; margin-bottom: 1.5rem; color: var(--accent); font-size: .95rem; }
.features p { color: var(--muted); }
.verification-band { padding: 2.5rem; background: var(--wash); display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-left: 3px solid var(--accent); }
.verification-band h2 { font-size: 2rem; }
.verification-band p { max-width: 43rem; }
.text-link { display: inline-block; font-weight: 700; }
.contact-section { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 5rem; padding-block: 4rem; }
.contact-section p { max-width: 42rem; color: var(--muted); }
address { display: grid; gap: .8rem; font-style: normal; padding-left: 2rem; border-left: 1px solid var(--line); }
.footer { border-top: 1px solid var(--line); padding-block: 2.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.footer p { color: var(--muted); font-size: .9rem; margin: .25rem 0; }
.footer nav { justify-content: flex-end; align-content: start; }
.copyright { grid-column: 1/-1; }
.policy-wrap { width: min(850px, calc(100% - 3rem)); margin: 3.5rem auto 5rem; }
.back { display: inline-block; margin-bottom: 2rem; font-size: .95rem; }
.policy-wrap h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
.policy-date { color: var(--muted); font-size: .9rem; }
.prose { margin-top: 2.5rem; }
.prose h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4rem; font-weight: 700; margin: 2rem 0 .8rem; letter-spacing: normal; }
.prose p { color: #35454d; }
.notice { margin-block: 1.5rem; padding: 1.2rem 1.4rem; background: var(--wash); border-left: 3px solid var(--accent); border-radius: 0 .25rem .25rem 0; }
.notice p { margin: .4rem 0 0; }
.sms-intro { padding-top: 3.5rem; }
.sms-intro h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.flow-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 4rem; align-items: start; margin-block: 3rem 5rem; }
.verification-card { border: 1px solid #bdcbd1; border-radius: .65rem; padding: clamp(1.3rem, 3vw, 2.5rem); box-shadow: 0 10px 35px #162c3810; }
.verification-card h2 { font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 1.6rem; letter-spacing: normal; }
.verification-card .eyebrow { font-size: .875rem; letter-spacing: .05em; }
.sample-fields { margin-block: 1.5rem; }
.sample-fields > label { display: block; font-weight: 700; margin-bottom: .45rem; }
input[type=tel] { width: 100%; min-height: 3rem; padding: .8rem; border: 1px solid #83939b; border-radius: .25rem; font: inherit; background: #f6f8f8; color: var(--ink); }
input::placeholder { color: #697a83; opacity: 1; }
.field-note { font-size: .9rem; color: var(--muted); margin: .55rem 0 1rem; }
.consent-row { display: flex; gap: .8rem; align-items: flex-start; margin-block: 1.35rem; }
.consent-row input { flex: 0 0 1.15rem; width: 1.15rem; height: 1.15rem; margin: .28rem 0 0; accent-color: var(--ink); }
.consent-row label { font-size: .95rem; line-height: 1.65; }
.sample-fields button { width: 100%; }
button:disabled { background: #dce3e6; color: #53636b; border-color: #bdcbd1; cursor: not-allowed; }
.flow-notes h2 { font-size: 2rem; }
.flow-notes ol { padding-left: 1.35rem; }
.flow-notes li { padding-left: .6rem; margin-block: 1.5rem; }
.flow-notes li::marker { color: var(--accent); font-weight: 700; }
.flow-notes li p { color: var(--muted); margin-top: .35rem; }
.sample-message { padding: 1.4rem; background: var(--wash); border-radius: .5rem; margin-block: 2rem; }
.sample-message p:last-child { margin: 0; }
@media (max-width: 950px) { .header { flex-wrap: wrap; gap: 1rem; } .hero { grid-template-columns: 1fr; } .hero h1 { max-width: 18ch; } .hero-art { max-width: 46rem; } .about { grid-template-columns: 1fr; gap: 2rem; } .contact-section { gap: 2rem; } .flow-layout { gap: 2rem; } }
@media (max-width: 650px) { .header nav { gap: .6rem 1.1rem; } .section, .hero, .footer, .policy-wrap { width: calc(100% - 2.5rem); } .features { grid-template-columns: 1fr; } .features > div { border-top: 1px solid var(--line); padding-top: 1rem; } .features span { margin-bottom: .6rem; } .verification-band { padding: 1.5rem; display: block; } .contact-section, .footer, .flow-layout { grid-template-columns: 1fr; gap: 2rem; } address { padding: 1.5rem 0 0; border-left: 0; border-top: 1px solid var(--line); } .footer nav { justify-content: flex-start; } .brand { font-size: .95rem; } .brand img { width: 3rem; height: 3rem; } .flow-layout { margin-top: 1.5rem; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .header, .footer, .skip, .back { display: none; } body { font-size: 11pt; } .section, .policy-wrap { width: 100%; } .flow-layout { display: block; } .verification-card { break-inside: avoid; box-shadow: none; } .notice { border: 1px solid #777; } }
