/* Restrained homepage refinements; header styles live in site.css. */
.home-page { --muted: #c7cdbf; }
:root[data-theme="light"] .home-page { --muted: #4d5848; }
.home-page main { max-width: 1680px; margin-inline: auto; }
.home-page [hidden] { display: none !important; }
.home-page h1 { font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1.1; letter-spacing: -.035em; }
.home-page h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1.15; letter-spacing: -.025em; }
.home-page h3 { font-size: 1.2rem; line-height: 1.35; }
.home-page .eyebrow { font-size: .8rem; }
.home-page .button-primary { border: 1px solid #9a7b00; box-shadow: none; }
.home-page .button:hover { transform: none; }
.home-page .hero { padding-block: 52px; border-bottom: 1px solid var(--line); grid-template-columns: 1.05fr 1fr; gap: 48px; }
.home-page .hero-copy .eyebrow { padding: 0; border: 0; background: none; margin-bottom: 16px; }
.home-page .hero-lede { font-size: 1.12rem; line-height: 1.65; max-width: 50ch; margin-top: 24px; }
.home-page .hero-actions { gap: 24px; margin-top: 26px; }
.hero-secondary, .inline-link { font-size: 1rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.hero-secondary { display: inline-flex; gap: 10px; align-items: center; min-height: 48px; }
.trial-note { color: var(--muted); font-size: .9rem; margin-top: 14px; }
.hero-audiences { color: var(--muted); font-size: .9rem; margin-top: 22px; max-width: 47ch; }
.home-page .hero-visual { padding: 0 6% 14% 0; }
.home-page .hero-phone-shot { width: 23%; border-radius: 6px; }
.home-page .hero-phone-shot img { border-radius: 5px; }
.home-page .section, .home-page .mobile-app-section, .home-page .portal-section, .home-page .contact-section { padding-block: 56px; }
.home-page .section-heading { margin-bottom: 28px; max-width: 800px; }
.home-page .section-heading > p:not(.eyebrow) { font-size: 1.05rem; line-height: 1.6; }
.home-page .fit-section { background: var(--surface); }
.home-page .use-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
.home-page .use-grid article { border-left: 3px solid #7d905c; padding-left: 24px; }
.home-page .use-grid p { color: var(--muted); max-width: 49ch; margin: 14px 0 18px; }
.home-page .use-grid .inline-link { color: var(--heading); display: inline-block; padding-block: 6px; }
.home-page .mobile-app-section { border-bottom: 0; grid-template-columns: 1fr 1fr; gap: 64px; }
.home-page .mobile-app-copy h2 { color: #f7f2e7; }
.home-page .mobile-app-copy p, .home-page .mobile-app-copy li { color: #e1e6d7; }
.home-page .mobile-app-copy .eyebrow { color: #e8d890; }
.home-page .mobile-app-copy .inline-link { display: inline-block; margin-top: 24px; color: #eee2a8; }
.home-page .check-list { margin-top: 22px; gap: 16px; }
.visit-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 530px; justify-self: center; width: 100%; }
.visit-evidence figure { margin: 0; min-width: 0; }
.visit-screen { display: block; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid #819076; border-radius: 5px; background: #101711; }
.visit-screen img { display: block; width: 100%; height: auto; }
.visit-actions img { transform: translateY(-12%); }
.visit-station img { width: 400%; max-width: none; transform: translate(-75%, -39%); }
.visit-evidence figcaption { color: #f3f0e5; margin-top: 10px; font-size: .9rem; }
.visit-evidence > p { grid-column: 1/-1; color: #cbd5c0; font-size: .8rem; }
.home-page .steps-section { background: var(--paper); }
.home-page .steps-grid { gap: 32px; }
.home-page .step-card { padding-top: 20px; }
.home-page .step-number { width: 36px; height: 36px; margin-bottom: 16px; font: 700 1rem Arial,sans-serif; border-radius: 50%; }
.home-page .steps-section .section-heading { margin-bottom: 20px; }
.home-page .steps-section .section-heading a { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.home-page .steps-section .app-store-badges { margin: 0 0 32px; gap: 16px; }
.home-page .steps-section .store-badge { --store-badge-height: 52px; --google-play-width: 175px; --google-play-image-height: 77px; }
.home-page .store-badge { --store-badge-height: 44px; --google-play-width: 148px; --google-play-image-height: 65px; }
.home-page .portal-section { background: var(--surface); }
.home-page .portal-copy h2 { color: var(--heading); }
.home-page .portal-copy p, .home-page .portal-copy li { color: var(--muted); }
.home-page .portal-copy .eyebrow { color: var(--green-600); }
.home-page .portal-image { box-shadow: none; border: 1px solid var(--line); }
.home-page .portal-image figcaption { color: var(--muted); padding: 12px 14px; font-size: .85rem; }
.home-page .portal-image figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.home-page .pricing-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; border-bottom: 1px solid var(--line); }
.pricing-copy > p:not(.eyebrow):not(.trial-note) { color: var(--muted); margin-top: 18px; max-width: 51ch; }
.pricing-copy .button { margin-top: 24px; }
.pricing-details { border-left: 1px solid var(--line); padding-left: 48px; }
.pricing-details .price { color: var(--heading); font-size: 1.1rem; margin-bottom: 8px; }
.price strong { font-size: 3.25rem; line-height: 1.15; letter-spacing: -.04em; }
.pricing-details > p { color: var(--muted); }
.team-example { margin-top: 24px; }
.price-note { margin-top: 20px; font-size: .88rem; max-width: 46ch; }
.home-page .faq-section { display: grid; grid-template-columns: .85fr 1.2fr; gap: 48px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 18px 4px; font-weight: 700; font-size: 1rem; }
.faq-list p { color: var(--muted); padding: 0 4px 20px; }
.faq-list a { text-decoration: underline; text-underline-offset: 3px; }
.home-page .contact-section { background: var(--surface); border-top: 1px solid var(--line); }
.home-page .contact-copy { position: static; }
.home-page .contact-form { padding: 26px; border: 1px solid var(--line); box-shadow: none; background: var(--paper); }
.home-page .contact-form label { font-size: .95rem; }
.home-page .contact-form input, .home-page .contact-form textarea { font-weight: 400; border-color: #818b72; }
.home-page .contact-form input::placeholder, .home-page .contact-form textarea::placeholder { color: var(--muted); opacity: 1; }
.home-page .contact-form button { background: var(--surface-strong); color: var(--heading); border-color: var(--input-border); }
.home-page .site-footer { border-top-width: 1px; }
.home-page :is(a,button,input,textarea,summary):focus-visible { outline: 3px solid var(--green-600); outline-offset: 4px; }
.home-page .mobile-app-section a:focus-visible { outline-color: #f1c302; }
.skip-link { position: fixed; z-index: 99; top: -100px; left: 16px; padding: 12px 18px; color: #24321e; background: #f1c302; }
.skip-link:focus { top: 10px; }
@media (max-width: 1080px) {
    .home-page .hero { gap: 30px; }
    .home-page .mobile-app-section { gap: 32px; }
    .home-page .portal-section { grid-template-columns: 1fr 1.1fr; }
    .home-page .steps-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
    .home-page .hero { grid-template-columns: 1fr; padding-top: 28px; padding-bottom: 32px; gap: 28px; }
    .home-page h1 { font-size: clamp(2rem,7.5vw,2.7rem); }
    .home-page .hero-copy .eyebrow { font-size: .75rem; }
    .home-page .hero-lede { font-size: 1.05rem; margin-top: 18px; }
    .home-page .hero-actions { margin-top: 22px; gap: 12px 20px; }
    .home-page .hero-actions .button { width: auto; font-size: .95rem; padding-inline: 18px; }
    .hero-secondary { font-size: .9rem; }
    .hero-audiences { margin-top: 16px; }
    .home-page .hero-visual { width: min(100%,440px); padding-bottom: 11%; }
    .home-page .section, .home-page .mobile-app-section, .home-page .portal-section, .home-page .contact-section { padding-block: 36px; }
    .home-page .use-grid, .home-page .mobile-app-section, .home-page .steps-grid, .home-page .portal-section, .home-page .pricing-section, .home-page .faq-section { grid-template-columns: 1fr; gap: 28px; }
    .home-page .use-grid article { padding-left: 18px; }
    .home-page .section-heading { margin-bottom: 24px; }
    .visit-evidence { max-width: 440px; gap: 12px; }
    .visit-evidence figcaption { font-size: .82rem; }
    .home-page .step-card { border-top-width: 1px; }
    .home-page .steps-section .app-store-badges { margin-bottom: 28px; }
    .pricing-details { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
    .home-page .faq-section .section-heading { margin: 0; }
    .home-page .contact-form { padding: 22px; }
}
