.section--preview { background: #fff; }
.section--contact-preview { padding-top: 0; background: #fff; }
.section-preview { max-width: 980px; }
.section-preview h2 { max-width: 850px; margin-bottom: 28px; font-size: clamp(42px, 5vw, 76px); font-weight: 600; }
.section-preview > p:not(.eyebrow) { max-width: 720px; color: var(--color-muted); font-size: 18px; }
.section-preview--dark { max-width: var(--container-max); padding: clamp(48px, 7vw, 90px); color: #fff; background: var(--color-brand); border-radius: var(--radius-lg); }
.section-preview--dark .eyebrow { color: rgba(255,255,255,.6); }

/* Homepage content */
.home-intro {
    background: var(--color-bg);
}

.home-intro__lead {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: var(--content-gap);
    align-items: start;
    margin-bottom: var(--content-gap);
}

.home-intro__title {
    max-width: 720px;
    margin: 0;
}

.home-intro__description {
    max-width: 820px;
    margin: 0;
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1.8;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.pillar-card {
    position: relative;
    padding: 40px 32px 44px;
    border-right: 1px solid var(--color-border);
}

.pillar-card:last-child {
    border-right: 0;
}

.pillar-card__index,
.about-feature__number {
    display: block;
    margin-bottom: 28px;
    color: var(--color-muted);
    font-size: 12px;
    letter-spacing: .18em;
}

.pillar-card__title {
    margin: 0 0 18px;
    font-size: clamp(22px, 2vw, 29px);
}

.pillar-card__text {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.75;
}

.about-section {
    background: #f4f4f1;
}

.section-heading--wide {
    display: grid;
    grid-template-columns: .55fr 1.45fr;
    gap: var(--space-6);
    align-items: start;
    margin-bottom: var(--content-gap);
}

.section-heading--wide h2 {
    max-width: 900px;
    margin: 0;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-feature {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(15, 23, 42, .18);
    box-shadow: 0 22px 50px rgba(15, 23, 42, .08);
}

.about-feature__icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 52px;
    border-radius: 50%;
    background: #f7f7f4;
    color: var(--color-accent);
}

.about-feature__icon svg {
    width: 38px;
    height: 38px;
    display: block;
    color: inherit;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-feature h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.about-feature p {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.65;
}

.about-story {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    margin-top: clamp(72px, 7vw, 112px);
    background: var(--color-accent);
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.about-story__brand,
.about-story__content {
    padding: clamp(40px, 6vw, 88px);
}

.about-story__brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
    border-right: 1px solid rgba(255,255,255,.14);
}

.about-story__logo .custom-logo {
    max-width: 230px;
    height: auto;
    filter: brightness(0) invert(1);
}

.about-story__wordmark {
    font-size: 28px;
    letter-spacing: .04em;
}

.about-story__brand p {
    max-width: 450px;
    margin: auto 0 0;
    color: rgba(255,255,255,.72);
    font-size: 18px;
    line-height: 1.7;
}

.about-story__signal {
    display: flex;
    gap: 8px;
    margin-top: 44px;
}

.about-story__signal span {
    display: block;
    width: 52px;
    height: 2px;
    background: rgba(255,255,255,.28);
}

.about-story__signal span:first-child {
    background: #fff;
}

.about-story__content h3 {
    max-width: 720px;
    margin: 0 0 32px;
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
}

.rich-copy p {
    color: rgba(255,255,255,.75);
    line-height: 1.8;
}

.about-story__content .button {
    margin-top: 24px;
}

.experience-section {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    background: #111827 var(--experience-image) center/cover no-repeat;
    color: #fff;
}

.experience-section__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 18, 30, .9) 0%, rgba(7, 18, 30, .64) 48%, rgba(7, 18, 30, .2) 100%);
}

.experience-section__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: var(--content-gap);
    align-items: end;
    padding-top: clamp(96px, 8vw, 132px);
    padding-bottom: clamp(88px, 7vw, 118px);
}

.experience-section__content {
    max-width: 760px;
}

.experience-section__content h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(48px, 6vw, 84px);
}

.experience-section__content > p:last-child {
    max-width: 660px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.75;
}

.experience-section__stats {
    display: grid;
    gap: 18px;
}

.experience-stat {
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,.28);
}

.experience-stat strong {
    display: block;
    margin-bottom: 5px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
}

.experience-stat span {
    color: rgba(255,255,255,.68);
}

.contact-section {
    background: #fff;
}

.contact-section__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 28px;
    align-items: stretch;
}

.contact-section__form {
    padding: clamp(36px, 5vw, 76px);
    background: #f4f4f1;
    border-radius: 24px;
}

.contact-section__form h2 {
    max-width: 760px;
    margin: 0 0 20px;
}

.contact-section__intro {
    max-width: 680px;
    color: var(--color-muted);
    line-height: 1.7;
}

.contact-form-shell {
    margin-top: 40px;
}

.contact-form-shell__notice {
    padding: 22px;
    border: 1px dashed var(--color-border);
    color: var(--color-muted);
}

.contact-card {
    display: flex;
    flex-direction: column;
    padding: clamp(36px, 5vw, 76px);
    background: var(--color-accent);
    color: #fff;
    border-radius: 24px;
}

.contact-card h3 {
    max-width: 470px;
    margin: 0 0 54px;
    color: #fff;
    font-size: clamp(31px, 3vw, 46px);
}

.contact-list {
    margin: 0;
}

.contact-list > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}

.contact-list dt {
    color: rgba(255,255,255,.55);
}

.contact-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.contact-list a {
    color: #fff;
}

.contact-card__link {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 42px;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,.15);
}


/* Native premium contact form */
.contact-section__heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.contact-section__heading h2 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .98; letter-spacing: -.06em; }
.contact-section__heading > p { max-width: 560px; margin: 0; color: var(--color-muted); font-size: 18px; line-height: 1.8; }
.contact-section__grid { grid-template-columns: 1.18fr .82fr; gap: 18px; }
.contact-section__form { padding: clamp(36px, 5vw, 72px); background: #f4f3ef; border-radius: 6px; }

/* About story image */
.about-story__brand { display: flex; flex-direction: column; justify-content: space-between; background-position: center; background-size: cover; }
.about-story__brand--has-image { color: #fff; }
.about-story__brand--has-image .about-story__logo img { filter: brightness(0) invert(1); }
.about-story__brand--has-image p { color: rgba(255,255,255,.88); }
.about-story__brand-top, .about-story__brand-bottom { position: relative; z-index: 1; }
.about-story__brand-bottom { margin-top: auto; }

/* v0.5.2 — homepage UX refinement */
.home-intro__lead {
    grid-template-columns: minmax(150px, .42fr) minmax(0, 1.58fr);
    grid-template-areas:
        "eyebrow title"
        ". description";
    column-gap: clamp(48px, 8vw, 140px);
    row-gap: 30px;
    margin-bottom: clamp(64px, 7vw, 108px);
}
.home-intro__lead > .eyebrow { grid-area: eyebrow; padding-top: 10px; }
.home-intro__title { grid-area: title; max-width: 920px; font-size: clamp(40px, 4.2vw, 70px); line-height: 1.04; letter-spacing: -.045em; }
.home-intro__description { grid-area: description; max-width: 780px; font-size: 19px; line-height: 1.82; }

.about-story { background: #073c39; }
.about-story__brand { background-color: #0b4a46; }
.about-story__content { background: linear-gradient(145deg, #c7a765 0%, #b99755 100%); }
.about-story__brand--has-image { position: relative; }
.about-story__brand--has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,29,28,.08), rgba(3,29,28,.82));
    pointer-events: none;
}
.about-story__brand--has-image .about-story__brand-top,
.about-story__brand--has-image .about-story__brand-bottom { position: relative; z-index: 1; }

.contact-section { overflow: hidden; }
.contact-section__heading {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
    gap: clamp(40px, 7vw, 120px);
    align-items: end;
    margin-bottom: clamp(42px, 5vw, 72px);
}
.contact-section__heading h2 {
    max-width: 760px;
    font-size: clamp(44px, 5vw, 76px);
    line-height: 1.02;
    letter-spacing: -.052em;
}
.contact-section__heading > p { padding-bottom: 8px; }
.contact-section__grid { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 24px; }
.contact-section__form { padding: clamp(34px, 4vw, 64px); border-radius: 24px; }
.contact-card { border-radius: 24px; }

.finance-form__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
.finance-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}
.finance-form__full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.form-field label {
    color: #15312f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
}
.form-field label span { color: #aa7f32; }
.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 58px;
    padding: 14px 17px;
    border: 1px solid rgba(8,61,57,.16);
    border-radius: 10px;
    outline: 0;
    background: rgba(255,255,255,.82);
    color: #102321;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.form-field textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #0a4a46;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(10,74,70,.09);
}
.form-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 22px;
    color: #62716f;
    font-size: 13px;
    line-height: 1.55;
    cursor: pointer;
}
.form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #073c39; }
.finance-form__footer {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
}
.finance-form__footer p { max-width: 390px; margin: 0; color: #778481; font-size: 13px; line-height: 1.55; }
.form-message { margin-bottom: 24px; padding: 16px 18px; border-radius: 10px; font-size: 14px; }
.form-message--success { background: #e7f3ef; color: #0b5b4f; }
.form-message--error { background: #f8e9e6; color: #8b3028; }

/* Transparent brand symbol — stage 1 */
.about-story__identity {
    display: flex;
    align-items: center;
    gap: 18px;
}
.about-story__symbol {
    width: 76px;
    max-height: 76px;
    filter: drop-shadow(0 10px 24px rgba(0,0,0,.12));
}
.about-story__wordmark {
    color: #fff;
    font-size: clamp(22px, 2.1vw, 31px);
    font-weight: 700;
    letter-spacing: -.02em;
}
.site-footer {
    position: relative;
    overflow: hidden;
}
.site-footer__watermark {
    position: absolute;
    right: clamp(20px, 6vw, 100px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .055;
}
.site-footer__symbol {
    width: clamp(150px, 18vw, 290px);
}
.site-footer__inner {
    position: relative;
    z-index: 1;
}

/* Stage 2 — unified spacing rhythm */
.home-intro { padding-block: var(--section-space); }
.about-section { padding-block: var(--section-space); }
.contact-section { padding-block: var(--section-space); }
.home-intro__lead { margin-bottom: clamp(72px, 7vw, 112px); }
.section-heading--wide { margin-bottom: clamp(52px, 5vw, 76px); }
.about-features { gap: clamp(16px, 1.5vw, 22px); }
.about-story { margin-top: clamp(80px, 7vw, 116px); }
.contact-section__heading { margin-bottom: clamp(48px, 5vw, 76px); }


/* Customizer logo in the homepage story panel. */
.about-story__identity--custom {
    width: min(100%, 360px);
}

.about-story__custom-logo {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 88px;
    object-fit: contain;
    object-position: left center;
}
