@import url('https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,400;7..72,500&family=Onest:wght@400;500;600;700;800&display=swap');

.free-analysis-page,
.free-analysis-page * { box-sizing: border-box; }

.free-analysis-page {
    --paper: #eeeae2;
    --ink: #171714;
    --red: #b84a36;
    --line: rgba(23, 23, 20, .22);
    background: var(--paper);
    color: var(--ink);
    font-family: 'Onest', Arial, sans-serif;
    min-height: 100vh;
    overflow: hidden;
}

.free-analysis-page a { color: inherit; text-decoration: none; }
.free-nav, .free-hero, .free-form-section, .free-footer { margin: 0 auto; max-width: 1540px; }
.free-nav { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 27px clamp(22px, 4.5vw, 78px); }
.free-brand { align-items: center; display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .1em; line-height: 1.1; text-transform: uppercase; }
.free-brand-mark { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: inline-flex; font-size: 9px; height: 32px; justify-content: center; letter-spacing: -.1em; width: 32px; }
.free-nav-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; padding-bottom: 4px; }
.free-nav-link span, .free-button span { font-size: 18px; margin-left: 10px; }

.free-hero { column-gap: clamp(40px, 6vw, 110px); display: grid; grid-template-areas: "copy visual" "action quote"; grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr); grid-template-rows: auto auto; padding: 82px clamp(22px, 4.5vw, 78px) 120px; row-gap: 26px; }
.free-hero-copy { align-self: end; grid-area: copy; padding: 0; position: relative; z-index: 2; }
.free-hero-action { align-self: center; grid-area: action; }
.free-eyebrow { align-items: center; display: flex; font-size: 12px; font-weight: 700; gap: 9px; letter-spacing: .12em; margin: 0 0 31px; text-transform: uppercase; }
.free-eyebrow span { background: var(--red); height: 8px; width: 8px; }
.free-hero h1 { color: var(--ink); font-size: clamp(2.35rem, 3.4vw, 4rem) !important; font-weight: 700; letter-spacing: -.055em; line-height: 1; margin: 0 0 34px; max-width: 100%; }
.free-hero h1 .question-line { display: block; margin-bottom: .48em; white-space: nowrap !important; }
.free-hero h1 .question-line:last-child { margin-bottom: 0; }
.free-hero h1 .question-subline { display: block; margin-top: .12em; white-space: nowrap; }
.free-hero h1 .question-strong { font-weight: 700; }
.free-hero h1 .question-accent { color: var(--red); font-family: 'Literata', Georgia, serif; font-size: 1em; font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.free-answer { color: #6d6a63; font-size: clamp(17px, 1.3vw, 20px); line-height: 1.55; margin: 0 0 31px; max-width: 430px; }
.free-analysis-page a.free-button { align-items: center; background: var(--ink); color: var(--paper); display: inline-flex; font-size: 16px; font-weight: 700; justify-content: center; min-height: 70px; padding: 0 34px; transition: background .25s ease, transform .25s ease; }
.free-button:hover { background: var(--red); transform: translateY(-3px); }

.free-hero-visual { align-items: center; display: flex; grid-area: visual; justify-content: center; min-height: 540px; position: relative; }
.free-hero-visual::before { background: var(--red); content: ''; height: 74%; position: absolute; right: 8%; top: 12%; transform: rotate(5deg); width: 70%; }
.free-portrait-frame { background: #9b9287; height: min(520px, 42vw); margin: 0; max-height: 520px; max-width: 430px; overflow: hidden; position: relative; transform: rotate(-2.5deg); width: min(32vw, 430px); z-index: 1; }
.free-portrait-frame::after { background: linear-gradient(180deg, transparent 57%, rgba(12, 12, 10, .68)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.free-portrait-frame img { filter: grayscale(.84) contrast(1.08); height: 100%; object-fit: cover; object-position: center top; transition: filter .6s ease, transform .8s cubic-bezier(.2,.7,.2,1); width: 100%; }
.free-portrait-frame:hover img { filter: grayscale(.2) contrast(1.03); transform: scale(1.04); }
.free-portrait-frame figcaption { bottom: 25px; color: #fff; font-family: 'Literata', Georgia, serif; font-size: 25px; left: 28px; line-height: 1.05; position: absolute; z-index: 2; }
.free-portrait-frame figcaption span { display: inline-block; font-family: 'Onest', Arial, sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .08em; margin-top: 8px; text-transform: uppercase; }
.free-side-note { align-self: center; font-family: 'Literata', Georgia, serif; font-size: 19px; grid-area: quote; line-height: 1.2; text-align: center; white-space: nowrap; }
.free-side-note strong { color: var(--red); font-style: italic; font-weight: 400; }

.free-form-section { background: var(--ink); color: var(--paper); display: grid; gap: clamp(45px, 9vw, 130px); grid-template-columns: .92fr 1.08fr; padding: 112px clamp(22px, 4.5vw, 78px) 124px; }
.free-form-heading .free-eyebrow { color: var(--red); }
.free-form-heading .free-eyebrow span { background: var(--red); }
.free-form-heading h2 { color: var(--paper); font-family: 'Literata', Georgia, serif; font-size: clamp(3rem, 5.6vw, 6rem); font-weight: 400; letter-spacing: -.085em; line-height: .96; margin: 0; }
.free-form-heading > p:last-child { color: #a8a59d; font-size: 14px; line-height: 1.7; margin: 30px 0 0; max-width: 320px; }
.free-form-card { background: transparent; color: var(--ink); max-width: 560px; overflow: visible; padding: 0; width: 100%; }
.free-form-card .lead-form { background: var(--paper); border: 0; border-radius: 2px; box-shadow: none; margin: 0; max-width: none; padding: 30px; }
.free-form-card .lead-form h3 { color: var(--ink); font-family: 'Onest', Arial, sans-serif; font-size: 20px !important; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 8px; }
.free-form-card .lead-form > p { color: #6d6a63; font-family: 'Onest', Arial, sans-serif; font-size: 13px !important; font-weight: 500; line-height: 1.45; margin-bottom: 21px; }
.free-form-card .form-label { color: var(--ink); font-family: 'Onest', Arial, sans-serif; font-size: 10px !important; letter-spacing: .06em; margin-bottom: 6px; }
.free-form-card .form-control { background: transparent; border-color: var(--line); border-radius: 0; }
.free-form-card .form-group { margin-bottom: 15px; }
.free-form-card .form-control { font-family: 'Onest', Arial, sans-serif; font-size: .88rem !important; font-weight: 500; padding: 10px 12px; }
.free-form-card textarea.form-control { min-height: 96px; }
.free-form-card .form-footer { margin-top: 20px; }
.free-form-card .form-submit { font-size: .76rem; min-height: 50px; padding: 0 12px; }
.free-form-card .form-microtext { font-family: 'Onest', Arial, sans-serif; font-size: .72rem !important; line-height: 1.4; margin-top: 9px; }
.free-form-card .form-submit { background: var(--ink); border-radius: 0; color: var(--paper); width: 100%; }
.free-form-card .form-submit:hover { background: var(--red); }
.free-footer { background: var(--ink); color: #a8a59d; display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .1em; padding: 30px clamp(22px, 4.5vw, 78px); text-transform: uppercase; }

@media (max-width: 820px) {
    .free-hero { grid-template-areas: "copy" "action" "visual" "quote"; grid-template-columns: 1fr; padding-bottom: 82px; padding-top: 65px; }
    .free-hero-copy { padding-bottom: 30px; }
    .free-hero h1 { font-size: clamp(1.2rem, 3.8vw, 2rem) !important; }
    .free-hero-visual { min-height: 550px; }
    .free-portrait-frame { height: 520px; width: min(78vw, 430px); }
    .free-hero-visual::before { right: 14%; width: 67%; }
    .free-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .free-nav { padding-bottom: 20px; padding-top: 20px; }
    .free-brand { font-size: 9px; }
    .free-nav-link { font-size: 11px; }
    .free-hero { padding-bottom: 68px; padding-top: 52px; }
    .free-hero h1 { font-size: clamp(1.1rem, 4.6vw, 1.65rem) !important; margin-bottom: 27px; }
    .free-analysis-page a.free-button { font-size: 13px; width: 100%; }
    .free-hero-visual { min-height: 470px; }
    .free-portrait-frame { height: 445px; width: min(84vw, 390px); }
    .free-hero-visual::before { right: 3%; top: 10%; width: 80%; }
    .free-side-note { font-size: 16px; }
    .free-form-section { padding-bottom: 78px; padding-top: 78px; }
    .free-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}
