/* September 2026: focused website offer and accessible, responsive presentation. */
html { scroll-padding-top: 100px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; color: white; background: var(--deep); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button.primary { width: auto; min-width: 10rem; }
.site-nav a[aria-current="page"] { font-weight: 700; }
.website-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(28px, 5vw, 76px); padding: clamp(52px, 7vw, 96px) clamp(20px, 6vw, 92px); color: #fff; background: #0d2430; }
.website-hero-copy { min-width: 0; }
.website-hero h1 { font-size: clamp(2.3rem, 4.1vw, 3.9rem); line-height: 1.08; letter-spacing: -.025em; max-width: 650px; }
.website-hero .eyebrow { color: #6ee7d8; }
.website-hero-copy > p:not(.eyebrow) { max-width: 560px; font-size: 1.12rem; color: #d6e3e9; }
.website-hero-copy .hero-price { margin: 26px 0 20px; }
.hero-price strong { color: white; font-size: 1.45rem; }
.hero-price a { display: inline-block; margin-left: 8px; font-size: .88rem; text-underline-offset: 4px; }
.website-hero-copy .hero-reassurance { margin: 22px 0 0; font-size: .88rem; color: #bdcfd8; }
.hero-preview { margin: 0; overflow: hidden; border: 1px solid #516772; border-radius: 12px; background: #fff; box-shadow: 0 22px 50px #0004; }
.preview-bar { display: flex; gap: 16px; justify-content: space-between; align-items: center; padding: 12px 16px; color: #4a5962; background: #f1f5f6; font-size: .75rem; }
.preview-bar > span:first-child { letter-spacing: 3px; color: #829a9f; white-space: nowrap; }
.hero-preview img { width: 100%; height: auto; }
.hero-preview figcaption { padding: 16px 20px; color: #42515b; font-size: .85rem; border-top: 1px solid #dce1e7; }
.hero-preview figcaption a { display: inline-block; color: #174fb3; text-underline-offset: 3px; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-heading h2, .about-section h2, .secondary-services h2 { font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.13; }
.example-note { font-size: .9rem; border-left: 3px solid var(--green); padding-left: 14px; }
.example-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.example-card { min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--paper); }
.preview-button { display: block; width: 100%; padding: 0; color: var(--ink); background: var(--soft); border: 0; font: inherit; text-align: left; cursor: zoom-in; }
.preview-button img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
.preview-button > span { display: flex; justify-content: space-between; padding: 10px 20px; color: var(--muted); font-size: .8rem; border-bottom: 1px solid var(--line); }
.preview-button:focus-visible { outline-offset: -4px; }
.example-copy { padding: 22px; }
.example-copy > p:last-child { color: var(--muted); margin-bottom: 0; }
.concept-label { color: var(--muted); font-size: .76rem; margin: 0 0 10px; }
.offer-section, .steps-section { background: var(--soft); }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.offer-card { border: 1px solid var(--line); border-radius: 12px; padding: clamp(24px, 3vw, 40px); background: var(--paper); }
.offer-card .eyebrow, .section .eyebrow { color: #087b6d; }
.offer-card > p:not(.eyebrow):not(.price) { color: var(--muted); }
.price { margin: 16px 0; font-size: 2.9rem; line-height: 1.2; font-weight: 700; }
.price span { font-size: 1rem; font-weight: 400; }
.offer-note { margin: 24px 0; font-size: .9rem; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 6vw, 80px); }
.about-section > div > p:not(.eyebrow) { margin-top: 0; color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--blue); font-weight: 600; text-underline-offset: 4px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; list-style: none; padding: 0; margin: 0; }
.steps-grid li > span { display: block; margin-bottom: 18px; font-size: .85rem; font-weight: 700; color: #087b6d; }
.steps-grid li > p { color: var(--muted); margin-bottom: 0; }
.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { padding: 22px 4px; font-weight: 600; cursor: pointer; }
.faq-list details p { margin: 0; padding: 0 4px 24px; max-width: 760px; color: var(--muted); }
.service-heading { background: var(--soft); }
.service-heading h1 { max-width: 880px; font-size: clamp(2.25rem, 4.6vw, 3.7rem); line-height: 1.08; }
.service-heading > p:not(.eyebrow) { max-width: 720px; font-size: 1.12rem; color: var(--muted); }
.service-heading .hero-actions { margin-top: 24px; }
.contact-heading { padding-bottom: 48px; }
.contact-layout { padding-top: 40px; align-items: start; }
.contact-form h2, .support-details h2 { font-size: 1.8rem; line-height: 1.2; }
.contact-form { min-width: 0; }
.contact-form input, .contact-form select, .contact-form textarea { min-width: 0; max-width: 100%; }
.field-help, .form-privacy { font-size: .86rem; color: var(--muted); }
.field-help { margin: 0 0 10px; }
.form-privacy { margin: 20px 0; }
.support-details .eyebrow { color: #087b6d; }
.support-details h3 { margin-top: 28px; }
.next-steps { padding-left: 22px; color: var(--muted); }
.next-steps li { margin-bottom: 14px; padding-left: 4px; }
.secondary-services p { color: var(--muted); }
.cta-band h2 { max-width: 740px; font-size: clamp(1.85rem, 3.4vw, 3rem); }
.cta-band .eyebrow { color: #6ee7d8; }
.cta-band > div > p:last-child { margin-bottom: 0; }
.prose-page { max-width: 1050px; min-height: 60vh; }
.prose-page h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); }
.prose-page h2 { font-size: 1.5rem; margin-top: 36px; }
.prose-page p { color: var(--muted); }
.footer-settings { color: inherit; background: none; border: 0; padding: 0; font: inherit; text-decoration: underline; cursor: pointer; }
.site-footer a, .footer-settings { overflow-wrap: anywhere; }
.site-footer .footer-bottom { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.image-lightbox small { display: block; color: #fff; margin: 12px auto; max-width: 760px; }
.settings-banner { position: fixed; bottom: 16px; left: 16px; width: min(490px, calc(100vw - 92px)); z-index: 80; padding: 20px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); max-height: calc(100dvh - 40px); overflow: auto; }
.settings-banner[hidden] { display: none; }
.settings-banner h2 { font-size: 1.1rem; line-height: 1.3; }
.settings-banner p { color: var(--muted); font-size: .86rem; margin: 10px 0 16px; }
.settings-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.settings-actions button { flex: 1 1 150px; min-height: 44px; padding: 10px 14px; font: inherit; font-size: .88rem; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--soft); cursor: pointer; }
.settings-actions button:hover { border-color: var(--blue); }
html[data-color-theme="high-contrast"] .website-hero { background: #000; }
html[data-color-theme="high-contrast"] .section .eyebrow { color: #006b2d; }
@media (max-width: 1000px) { .website-hero { grid-template-columns: 1fr; } .hero-preview { max-width: 680px; } .example-grid { grid-template-columns: 1fr; } .example-card { display: grid; grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .website-hero { padding: 42px 20px; gap: 32px; } .website-hero h1 { font-size: 2.5rem; } .offer-grid, .about-section, .steps-grid, .example-card { grid-template-columns: 1fr; } .example-card { display: block; } .section { padding-block: 48px; } .contact-layout { padding-top: 28px; } .hero-actions { align-items: stretch; } .hero-actions .button { flex: 1 1 180px; } .settings-banner { width: calc(100vw - 32px); bottom: 80px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
