.fathom-page {
    --fathom-ink: #080b0e;
    --fathom-blue: #236ba4;
    --fathom-blue-light: #8fb0c4;
    --fathom-peach: #e49a7b;
    --fathom-sage: #b7c9a8;
    --fathom-cream: #f0eee5;
    background: var(--fathom-cream);
}

.fathom-page .site-header { border-bottom-color: rgba(8, 11, 14, .12); }
.fathom-page main { overflow: hidden; }
.fathom-page h1,
.fathom-page h2,
.fathom-page h3 { text-wrap: balance; }

.fathom-hero {
    position: relative;
    min-height: 760px;
    padding: 0 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    isolation: isolate;
    color: #fff;
    background: var(--fathom-ink);
}

.fathom-hero-media,
.fathom-hero-media::after { position: absolute; inset: 0; }
.fathom-hero-media { z-index: -2; }
.fathom-hero-media::after {
    content: '';
    background:
        linear-gradient(90deg, rgba(4, 7, 9, .96) 0%, rgba(4, 7, 9, .82) 38%, rgba(4, 7, 9, .28) 70%, rgba(4, 7, 9, .56) 100%),
        linear-gradient(0deg, rgba(4, 7, 9, .92) 0%, transparent 40%);
}
.fathom-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.fathom-hero-inner { padding-top: 112px; padding-bottom: 88px; }
.fathom-hero-copy { width: min(670px, 57%); }

.fathom-kicker,
.fathom-overline {
    display: inline-block;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.fathom-kicker { margin-bottom: 30px; color: #dce8ee; }
.fathom-overline { margin-bottom: 18px; color: var(--fathom-blue); }
.fathom-wordmark {
    margin: 0 0 26px;
    font: 760 clamp(33px, 4.1vw, 61px)/1 var(--display);
    letter-spacing: .31em;
}
.fathom-wordmark sup { margin-left: -.2em; font-size: 9px; letter-spacing: 0; vertical-align: top; }
.fathom-hero h1 { max-width: 650px; font-size: clamp(54px, 6vw, 89px); line-height: .95; letter-spacing: -.055em; }
.fathom-hero-lead { max-width: 600px; margin: 28px 0 30px; color: #d9dde0; font-size: 18px; line-height: 1.65; }
.fathom-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.fathom-button {
    min-height: 51px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s, background-color .2s, border-color .2s, color .2s;
}
.fathom-button:hover { transform: translateY(-2px); }
.fathom-button-primary { color: #07131c; background: #a8d5ef; }
.fathom-button-primary:hover { background: #d0eafb; }
.fathom-button-ghost { color: #fff; border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .05); }
.fathom-button-ghost:hover { border-color: #fff; background: #fff; color: var(--fathom-ink); }
.fathom-hero-note { margin: 17px 0 0; color: #aeb6bb; font-size: 11px; }

.fathom-stat-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(8, 11, 14, .72);
    backdrop-filter: blur(16px);
}
.fathom-stat-band > div { min-height: 100px; padding: 21px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255, 255, 255, .15); }
.fathom-stat-band > div:last-child { border-right: 0; }
.fathom-stat-band strong { font: 800 clamp(21px, 2vw, 29px)/1.1 var(--display); letter-spacing: -.035em; }
.fathom-stat-band span { margin-top: 7px; color: #aeb6bb; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.fathom-intro { padding: 125px 0; background: var(--fathom-cream); }
.fathom-intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(55px, 7vw, 115px); }
.fathom-intro-copy h2,
.fathom-section-heading h2,
.fathom-story-copy h2,
.fathom-interest-copy h2,
.fathom-faq h2 { color: var(--fathom-ink); font-size: clamp(43px, 4.5vw, 68px); line-height: .99; letter-spacing: -.055em; }
.fathom-intro-copy p { max-width: 670px; margin: 25px 0 0; color: #474e52; font-size: 16px; line-height: 1.75; }
.fathom-process-image { position: relative; margin: 0; }
.fathom-process-image::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 52%;
    aspect-ratio: 1;
    right: -12%;
    top: -20%;
    border-radius: 50%;
    background: var(--fathom-peach);
}
.fathom-process-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 150px; box-shadow: 0 30px 70px rgba(8, 11, 14, .15); }
.fathom-process-image figcaption { max-width: 460px; margin: 17px auto 0; color: #62686b; font-size: 11px; text-align: center; }

.fathom-features { padding: 120px 0 135px; color: #fff; background: var(--fathom-ink); }
.fathom-section-heading { max-width: 900px; margin-bottom: 58px; }
.fathom-features .fathom-overline { color: #a8d5ef; }
.fathom-features .fathom-section-heading h2 { color: #fff; }
.fathom-section-heading > p { max-width: 720px; margin: 23px 0 0; color: #aeb6bb; font-size: 15px; line-height: 1.7; }
.fathom-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #32383d; border-left: 1px solid #32383d; }
.fathom-feature-grid article { min-height: 280px; padding: 34px; border-right: 1px solid #32383d; border-bottom: 1px solid #32383d; }
.fathom-feature-number { display: inline-grid; width: 40px; height: 40px; place-items: center; color: var(--fathom-ink); border-radius: 50%; background: var(--fathom-sage); font-size: 10px; font-weight: 900; }
.fathom-feature-grid article:nth-child(3n + 2) .fathom-feature-number { background: var(--fathom-blue-light); }
.fathom-feature-grid article:nth-child(3n + 3) .fathom-feature-number { background: var(--fathom-peach); }
.fathom-feature-grid h3 { margin: 58px 0 10px; font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
.fathom-feature-grid p { margin: 0; color: #aeb6bb; font-size: 13px; line-height: 1.65; }

.fathom-story { padding: 0; background: var(--fathom-sage); }
.fathom-story-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; }
.fathom-story-image { min-height: 620px; margin: 0; overflow: hidden; }
.fathom-story-image img { width: 100%; height: 100%; object-fit: cover; }
.fathom-story-copy { padding: clamp(65px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.fathom-story-copy .fathom-overline { color: #315441; }
.fathom-story-copy p { margin: 25px 0 30px; color: #26332b; font-size: 16px; line-height: 1.75; }
.fathom-text-link { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 850; }

.fathom-interest { padding: 125px 0; color: #fff; background: #10293a; }
.fathom-interest-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(55px, 8vw, 125px); }
.fathom-interest-copy { position: sticky; top: 125px; }
.fathom-interest-copy .fathom-overline { color: #a8d5ef; }
.fathom-interest-copy h2 { color: #fff; }
.fathom-interest-copy > p { max-width: 580px; margin: 27px 0; color: #c3d1d9; font-size: 16px; line-height: 1.7; }
.fathom-interest-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .18); }
.fathom-interest-copy li { padding: 14px 0; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255, 255, 255, .18); color: #e5edf2; font-size: 13px; }
.fathom-interest-copy li::before { content: '✓'; color: #a8d5ef; font-weight: 900; }
.fathom-interest-copy .fathom-contact { margin-top: 24px; color: #9fb1bc; font-size: 12px; }
.fathom-contact a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.fathom-form { padding: clamp(28px, 4vw, 52px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; color: var(--fathom-ink); background: var(--fathom-cream); border-radius: 5px; box-shadow: 0 26px 70px rgba(0, 0, 0, .2); }
.fathom-form-heading { grid-column: 1 / -1; margin-bottom: 13px; }
.fathom-form-heading span { color: var(--fathom-blue); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.fathom-form-heading h3 { margin: 7px 0 0; font-size: clamp(32px, 3vw, 46px); letter-spacing: -.045em; }
.fathom-field { display: grid; gap: 7px; color: #42494d; font-size: 11px; font-weight: 800; }
.fathom-field > span { color: #777f83; font-weight: 500; }
.fathom-field-full { grid-column: 1 / -1; }
.fathom-field input,
.fathom-field select,
.fathom-field textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #c9c8c1;
    border-radius: 3px;
    color: var(--fathom-ink);
    background: #fff;
    outline: 0;
    transition: border-color .2s, box-shadow .2s;
}
.fathom-field input,
.fathom-field select { min-height: 49px; }
.fathom-field textarea { resize: vertical; }
.fathom-field input:focus,
.fathom-field select:focus,
.fathom-field textarea:focus { border-color: var(--fathom-blue); box-shadow: 0 0 0 3px rgba(35, 107, 164, .13); }
.fathom-form .fathom-button { grid-column: 1 / -1; min-height: 55px; border: 0; background: var(--fathom-blue); color: #fff; }
.fathom-form .fathom-button:hover { background: #174e78; }
.fathom-form-status,
.fathom-form-fineprint { grid-column: 1 / -1; margin: 0; }
.fathom-form-status { min-height: 18px; color: #5a6266; font-size: 11px; }
.fathom-form-status.is-error { color: #9b2a25; font-weight: 750; }
.fathom-form-fineprint { color: #697075; font-size: 10px; line-height: 1.55; }

.fathom-faq { padding: 125px 0 70px; background: var(--fathom-cream); }
.fathom-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 130px); }
.fathom-faq-grid > div:first-child > p { max-width: 390px; color: #62696c; }
.fathom-faq-list { border-top: 1px solid #bfc0ba; }
.fathom-faq-list details { border-bottom: 1px solid #bfc0ba; }
.fathom-faq-list summary { position: relative; padding: 24px 48px 24px 0; list-style: none; font: 750 18px/1.35 var(--display); cursor: pointer; }
.fathom-faq-list summary::-webkit-details-marker { display: none; }
.fathom-faq-list summary::after { content: '+'; position: absolute; right: 4px; top: 20px; font: 400 28px/1 var(--sans); }
.fathom-faq-list details[open] summary::after { content: '−'; }
.fathom-faq-list details p { max-width: 760px; margin: -3px 50px 24px 0; color: #555d61; font-size: 14px; line-height: 1.7; }
.fathom-source-note { margin-top: 85px; padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; border-top: 1px solid #c8c8c2; }
.fathom-source-note p { margin: 0; color: #6b7174; font-size: 10px; line-height: 1.6; }
.fathom-source-note a { color: var(--fathom-blue); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1040px) {
    .fathom-hero-copy { width: 70%; }
    .fathom-intro-grid,
    .fathom-interest-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
    .fathom-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .fathom-story-image { min-height: 530px; }
    .fathom-story-copy { padding: 65px 50px; }
}

@media (max-width: 760px) {
    .fathom-hero { min-height: auto; padding-bottom: 22px; }
    .fathom-hero-media::after { background: linear-gradient(0deg, rgba(4, 7, 9, .98) 0%, rgba(4, 7, 9, .72) 72%, rgba(4, 7, 9, .55) 100%); }
    .fathom-hero-media img { object-position: 65% center; }
    .fathom-hero-inner { padding-top: 220px; padding-bottom: 55px; }
    .fathom-hero-copy { width: 100%; }
    .fathom-kicker { margin-bottom: 20px; }
    .fathom-wordmark { font-size: 31px; }
    .fathom-hero h1 { font-size: clamp(47px, 14vw, 68px); }
    .fathom-hero-lead { font-size: 16px; }
    .fathom-hero-actions { display: grid; }
    .fathom-button { width: 100%; }
    .fathom-stat-band { grid-template-columns: 1fr 1fr; }
    .fathom-stat-band > div { padding: 17px; min-height: 88px; }
    .fathom-stat-band > div:nth-child(2) { border-right: 0; }
    .fathom-stat-band > div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .fathom-intro,
    .fathom-features,
    .fathom-interest,
    .fathom-faq { padding: 85px 0; }
    .fathom-intro-grid,
    .fathom-interest-grid,
    .fathom-story-grid,
    .fathom-faq-grid { grid-template-columns: 1fr; }
    .fathom-intro-grid { gap: 70px; }
    .fathom-intro-copy h2,
    .fathom-section-heading h2,
    .fathom-story-copy h2,
    .fathom-interest-copy h2,
    .fathom-faq h2 { font-size: clamp(39px, 11vw, 55px); }
    .fathom-process-image::before { right: -20%; top: -24%; }
    .fathom-process-image img { border-radius: 70px; }
    .fathom-feature-grid { grid-template-columns: 1fr; }
    .fathom-feature-grid article { min-height: 240px; }
    .fathom-feature-grid h3 { margin-top: 42px; }
    .fathom-story-image { min-height: 360px; }
    .fathom-story-copy { padding: 70px 32px; }
    .fathom-interest-copy { position: static; }
    .fathom-form { grid-template-columns: 1fr; }
    .fathom-form > * { grid-column: 1 !important; }
    .fathom-faq-grid { gap: 45px; }
    .fathom-source-note { margin-top: 60px; grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 520px) {
    .fathom-page .container { width: min(100% - 32px, 1440px); }
    .fathom-hero-inner { padding-top: 180px; }
    .fathom-stat-band strong { font-size: 18px; }
    .fathom-stat-band span { font-size: 8px; }
    .fathom-intro-copy p,
    .fathom-story-copy p,
    .fathom-interest-copy > p { font-size: 14px; }
    .fathom-form { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .fathom-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
