/*
 * Stage 3 — unified typography system.
 * This file only controls type hierarchy, line lengths and text rhythm.
 */
:root {
    --type-display: clamp(58px, 6.1vw, 94px);
    --type-h1-page: clamp(52px, 5.6vw, 84px);
    --type-h2: clamp(42px, 4.25vw, 66px);
    --type-h3: clamp(25px, 2.25vw, 34px);
    --type-h4: 22px;
    --type-lead: clamp(18px, 1.35vw, 22px);
    --type-body-lg: 18px;
    --type-body: 16px;
    --type-small: 14px;
    --measure-wide: 760px;
    --measure-body: 680px;
}

body {
    font-size: var(--type-body);
    line-height: 1.7;
    letter-spacing: -0.012em;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
    font-weight: 600;
}

h1 { font-size: var(--type-h1-page); line-height: .98; letter-spacing: -.058em; }
h2 { font-size: var(--type-h2); line-height: 1.04; letter-spacing: -.05em; }
h3 { font-size: var(--type-h3); line-height: 1.12; letter-spacing: -.038em; }
h4 { font-size: var(--type-h4); line-height: 1.2; letter-spacing: -.025em; }

p,
li {
    text-wrap: pretty;
}

.eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .19em;
}

/* Header */
.site-navigation a {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.018em;
}
.site-header__phone strong {
    font-size: 14px;
    letter-spacing: -.015em;
}

/* Homepage hero */
.hero__title {
    max-width: 820px;
    font-size: var(--type-display);
    line-height: .96;
    letter-spacing: -.064em;
}
.hero__description {
    max-width: 650px;
    font-size: var(--type-lead);
    line-height: 1.62;
    letter-spacing: -.018em;
}
.hero-stat__value {
    font-size: clamp(30px, 2.25vw, 38px);
    line-height: 1;
}
.hero-stat__label {
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: .105em;
}

/* Homepage sections */
.home-intro__title,
.section-heading--wide h2,
.contact-section__heading h2,
.experience-section h2 {
    font-size: var(--type-h2);
    line-height: 1.04;
    letter-spacing: -.052em;
}
.home-intro__description {
    max-width: var(--measure-body);
    font-size: var(--type-body-lg);
    line-height: 1.78;
}
.pillar-card__title {
    font-size: clamp(23px, 1.75vw, 29px);
    line-height: 1.15;
}
.pillar-card__text,
.about-feature p,
.rich-copy p {
    font-size: 16px;
    line-height: 1.72;
}
.about-feature h3 {
    font-size: clamp(21px, 1.55vw, 25px);
    line-height: 1.16;
}
.about-story__content h3 {
    max-width: 680px;
    font-size: clamp(42px, 4.25vw, 64px);
    line-height: 1.02;
    letter-spacing: -.052em;
}
.about-story__brand p {
    max-width: 420px;
    font-size: 17px;
    line-height: 1.75;
}

/* Contact */
.contact-section__heading > p,
.contact-section__intro,
.contact-card__lead {
    font-size: 17px;
    line-height: 1.75;
}
.finance-form label,
.finance-form input,
.finance-form select,
.finance-form textarea {
    font-size: 15px;
    line-height: 1.5;
}

/* Loan page */
.loan-hero__content h1 {
    max-width: 790px;
    font-size: var(--type-h1-page);
    line-height: .97;
    letter-spacing: -.06em;
}
.loan-hero__lead {
    max-width: 690px;
    font-size: var(--type-lead);
    line-height: 1.62;
}
.loan-trust__content h2,
.loan-section-heading h2,
.loan-process__heading h2,
.loan-cta h2 {
    font-size: var(--type-h2);
    line-height: 1.03;
    letter-spacing: -.052em;
}
.loan-trust__lead,
.loan-section-heading > div:last-child > p,
.loan-cta__inner > div > p:last-child {
    max-width: var(--measure-body);
    font-size: 17px;
    line-height: 1.74;
}
.loan-timeline__card h3 {
    font-size: clamp(23px, 1.8vw, 27px);
    line-height: 1.15;
}
.loan-timeline__card li,
.loan-process__grid p {
    font-size: 15px;
    line-height: 1.65;
}
.loan-process__grid h3 {
    font-size: 22px;
    line-height: 1.2;
}

/* Cooperation page */
.cooperation-hero h1 {
    max-width: 820px;
    font-size: var(--type-h1-page);
    line-height: .97;
    letter-spacing: -.058em;
}
.cooperation-hero__lead {
    max-width: 700px;
    font-size: var(--type-lead);
    line-height: 1.6;
}
.cooperation-hero__text,
.cooperation-section-heading p {
    max-width: var(--measure-body);
    font-size: 17px;
    line-height: 1.76;
}
.cooperation-section-heading h2,
.cooperation-cta h2 {
    font-size: var(--type-h2);
    line-height: 1.03;
    letter-spacing: -.052em;
}
.cooperation-model h3 {
    font-size: clamp(28px, 2.4vw, 38px);
    line-height: 1.08;
    letter-spacing: -.042em;
}
.cooperation-model__lead {
    font-size: 18px;
    line-height: 1.55;
}
.cooperation-model__content p {
    font-size: 16px;
    line-height: 1.75;
}

/* Footer */
.site-footer__inner {
    font-size: 13px;
    line-height: 1.55;
}
