﻿/* ════ HERO ════ */
.hero {
    background: linear-gradient(158deg, var(--navy-dark) 0%, var(--navy) 55%, var(--teal) 100%);
    padding: 10rem 2.5rem 6rem;
    position: relative;
    overflow: hidden;
    min-height: 52vh;
    display: flex;
    align-items: flex-end;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 82% 20%, rgba(169,202,214,0.1) 0%, transparent 52%), radial-gradient(ellipse at 8% 80%, rgba(216,168,79,0.06) 0%, transparent 48%), linear-gradient(180deg, transparent 40%, rgba(7,37,58,0.45) 100%);
}

.hero-compass {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.04;
    pointer-events: none;
}

.hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    font-family: var(--label);
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.75rem;
    animation: fadeUp 0.9s ease both 0.1s;
}

.hero-eyebrow::before {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--gold);
    opacity: 0.55;
}

.hero h1 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: clamp(2.8rem, 7vw, 6rem);
    color: var(--white);
    line-height: 1.06;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
    max-width: 740px;
    animation: fadeUp 0.95s ease both 0.28s;
}

.hero h1 em {
    font-style: italic;
    font-weight: 300;
    color: var(--blue);
}

.hero-sub {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1rem, 1.9vw, 1.28rem);
    color: rgba(169,202,214,0.72);
    max-width: 580px;
    line-height: 1.72;
    animation: fadeUp 0.9s ease both 0.44s;
}

/* ════ WHAT TO EXPECT BAND ════ */
.expect {
    background: var(--gold-wash);
    border-top: 2px solid var(--gold);
    border-bottom: 1px solid var(--gold-pale);
    padding: 3rem 2.5rem;
}

.expect-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.expect-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold-dark);
    display: block;
    margin-bottom: 1.25rem;
}

.expect-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.expect-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.expect-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(11,53,81,0.08);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
}

.expect-icon svg {
    width: 14px;
    height: 14px;
    stroke: var(--navy);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.expect-item-text {
}

.expect-item-title {
    font-family: var(--label);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--navy);
    display: block;
    margin-bottom: 0.2rem;
    letter-spacing: 0.01em;
}

.expect-item-desc {
    font-family: var(--body);
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.6;
}

/* ════ MAIN LAYOUT ════ */
.main {
    padding: 7rem 2.5rem 9rem;
    background: var(--white);
}

.main-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1px 1fr;
    gap: 6rem;
    align-items: start;
}

.main-rule {
    background: var(--cream-deep);
    align-self: stretch;
}

/* ════ LEFT — ABOUT THE CALL ════ */
.about-call {
}

.about-call .section-kicker {
    font-family: var(--label);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 0.9rem;
}

.about-call h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    color: var(--navy);
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.about-call h2 em {
    font-style: italic;
    font-weight: 300;
}

.about-call .prose {
    font-family: var(--body);
    font-weight: 300;
    font-size: 0.97rem;
    color: var(--ink-muted);
    line-height: 1.88;
    margin-bottom: 1.25rem;
}

/* Good fit list */
.good-fit {
    margin-top: 2.5rem;
}

.good-fit-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 1rem;
}

.good-fit-list {
    list-style: none;
}

.gf-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--cream-deep);
    font-family: var(--body);
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.6;
}

.gf-item:first-child {
    padding-top: 0;
}

.gf-item:last-child {
    border-bottom: none;
}

.gf-item::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--teal);
    flex-shrink: 0;
    margin-top: 0.55em;
    opacity: 0.65;
}

/* Not this call */
.not-this {
    background: var(--cream);
    border-radius: 4px;
    padding: 1.5rem 1.75rem;
    margin-top: 2.5rem;
    border-left: 3px solid var(--cream-deep);
}

.not-this-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
    display: block;
    margin-bottom: 0.65rem;
}

.not-this p {
    font-family: var(--body);
    font-size: 0.87rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.72;
    font-style: italic;
}

/* ════ RIGHT — FORM ════ */
.form-side {
}

.form-intro {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    color: var(--ink-mid);
    line-height: 1.68;
    margin-bottom: 2.25rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid var(--cream-deep);
}

/* Form styles */
.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group.half-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group.half-grid .form-group {
    gap: 0.5rem;
}

label {
    font-family: var(--label);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--navy);
}

label .optional {
    font-weight: 400;
    color: var(--ink-muted);
    letter-spacing: 0.06em;
    text-transform: none;
    font-size: 0.58rem;
    margin-left: 0.4rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    font-family: var(--body);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--ink-mid);
    background: var(--cream);
    border: 1.5px solid var(--cream-deep);
    border-radius: 3px;
    padding: 0.82rem 1rem;
    transition: border-color 0.22s, background 0.22s;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

input::placeholder, textarea::placeholder {
    color: rgba(58,90,74,0.4);
    font-style: italic;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--teal);
    background: var(--white);
}

select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233A5A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.65;
}

/* Radio / checkbox group */
.radio-group, .check-group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.25rem;
}

.radio-option, .check-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-family: var(--body);
    font-size: 0.9rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.45;
}

.radio-option input[type="radio"],
.check-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1.5px solid var(--cream-deep);
    border-radius: 3px;
    background: var(--cream);
    cursor: pointer;
    margin-top: 0.1em;
    accent-color: var(--teal);
}

.radio-option input[type="radio"] {
    border-radius: 50%;
}

/* Form sections */
.form-section-divider {
    border: none;
    border-top: 1px solid var(--cream-deep);
    margin: 0.5rem 0;
}

.form-section-label {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--teal);
    display: block;
    margin-bottom: 1.25rem;
    padding-top: 0.5rem;
}

/* Scheduling preference */
.pref-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.pref-btn {
    font-family: var(--label);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: var(--ink-muted);
    background: var(--cream);
    border: 1.5px solid var(--cream-deep);
    border-radius: 3px;
    padding: 0.65rem 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

.pref-btn:hover {
    border-color: var(--teal);
    color: var(--teal);
}

.pref-btn.selected {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

/* Submit */
.form-submit-area {
    margin-top: 0.5rem;
}

.btn-submit {
    font-family: var(--label);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--navy);
    background: var(--gold);
    padding: 1.05rem 2.5rem;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    width: 100%;
    transition: all 0.22s;
    display: block;
    text-align: center;
}

    .btn-submit:hover {
        background: var(--gold-champ);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(216,168,79,0.28);
    }

.form-privacy {
    font-family: var(--body);
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.65;
    text-align: center;
    margin-top: 1rem;
    font-style: italic;
}

/* Character counter */
.char-note {
    font-family: var(--label);
    font-size: 0.6rem;
    font-weight: 400;
    color: var(--ink-muted);
    opacity: 0.55;
    text-align: right;
    margin-top: 0.25rem;
}

/* ════ WHAT HAPPENS NEXT ════ */
.next {
    background: var(--cream-mid);
    padding: 7rem 2.5rem;
    border-top: 1px solid var(--cream-deep);
}

.next-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.next-header {
    max-width: 560px;
    margin-bottom: 3.5rem;
}

.next-header h2 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--navy);
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-top: 0.5rem;
}

.next-header h2 em {
    font-style: italic;
    font-weight: 300;
}

.next-steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    background: var(--cream-deep);
    border: 1.5px solid var(--cream-deep);
}

.next-step {
    background: var(--white);
    padding: 2.25rem 2rem 2.5rem;
    border-bottom: 2px solid transparent;
    transition: border-color 0.28s, background 0.25s;
}

.next-step:hover {
    background: var(--cream);
    border-bottom-color: var(--navy);
}

.ns-num {
    font-family: var(--serif);
    font-size: 3rem;
    font-weight: 300;
    color: var(--cream-deep);
    line-height: 1;
    display: block;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
}

.next-step h4 {
    font-family: var(--serif);
    font-size: 1.08rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.5rem;
    letter-spacing: -0.005em;
}

.next-step p {
    font-family: var(--body);
    font-size: 0.87rem;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.72;
}

/* ════ SCOPE NOTE ════ */
.scope-note {
    background: var(--navy-dark);
    padding: 3.5rem 2.5rem;
    text-align: center;
}

.scope-note-inner {
    max-width: 720px;
    margin: 0 auto;
}

.scope-note p {
    font-family: var(--body);
    font-size: 0.88rem;
    font-weight: 300;
    color: rgba(169,202,214,0.55);
    line-height: 1.78;
    font-style: italic;
}
