/* ========================================
   SPEAKING PAGE
   Layers on top of style.css — reuses its
   tokens (--gold, --font-heading, .container,
   .btn, .section-title) and adds only what is
   specific to /speaking.
   ======================================== */

.speaking-page {
    background: #000;
}

/* Full-height image hero. The floating header overlaps the top, so the top
   padding keeps the eyebrow clear of it while the content sits centred. */
.speaking-page .spk-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 180px 0 100px;
    overflow: hidden;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

.spk-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.spk-hero-bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.spk-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.spk-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.34) 34%, rgba(0,0,0,0.04) 58%, rgba(0,0,0,0) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0) 68%, rgba(0,0,0,0.55) 92%, #000 100%);
}

.spk-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.spk-hero-inner > * {
    max-width: 920px;
}

.spk-eyebrow {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

.spk-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5.1vw, 4rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.spk-hero-sub {
    font-size: 1.12rem;
    line-height: 1.7;
    color: #c3c8d2;
    max-width: 640px;
    margin-bottom: 34px;
}

.spk-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ---- Credibility bar ---- */
.spk-cred {
    background: linear-gradient(180deg, #000 0%, #0b0b0b 60%, #080808 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
    padding: 58px 0;
}

.spk-cred-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

/* Hairline rules between the stats so the row reads as one deliberate band
   rather than five numbers adrift in a strip. */
.spk-cred-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 2px 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.spk-cred-item:first-child {
    border-left: none;
}

.spk-cred-n {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 3.6vw, 3.15rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spk-cred-l {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #aab1bd;
    line-height: 1.45;
    max-width: 15ch;
}

/* ---- Positioning ---- */
.spk-intro {
    padding: var(--section-padding);
    background: #000;
}

.spk-intro-inner {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: center;
}

.spk-intro-copy p {
    color: #b6bcc7;
    font-size: 1.04rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.spk-intro-kicker {
    border-left: 3px solid var(--gold);
    padding-left: 16px;
    color: #e6e6e6 !important;
    font-weight: 600;
}

.spk-intro-media img {
    width: 100%;
    max-width: 460px;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

/* ---- Shared section head ---- */
.spk-section-head {
    margin-bottom: 44px;
}

.spk-section-head .badge {
    display: inline-block;
    margin-bottom: 14px;
}

/* ---- Topics ---- */
.spk-topics {
    padding: var(--section-padding);
    background: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.spk-topic {
    background: #101010;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 18px;
    padding: 34px;
    margin-bottom: 26px;
}

.spk-topic:last-child {
    margin-bottom: 0;
}

.spk-topic-num {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.spk-topic-title {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 2.4vw, 1.85rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 12px;
}

.spk-topic-lede {
    color: #b0b6c1;
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 720px;
    margin-bottom: 24px;
}

.spk-faq {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.spk-faq details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.spk-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 34px 16px 0;
    position: relative;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: #ededed;
    transition: color 0.2s ease;
}

.spk-faq summary::-webkit-details-marker { display: none; }

.spk-faq summary:hover { color: var(--gold); }

.spk-faq summary::after {
    content: '\f067'; /* plus */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.78rem;
    color: var(--gold);
    transition: transform 0.25s ease;
}

.spk-faq details[open] summary::after {
    content: '\f068'; /* minus */
}

.spk-faq details p {
    color: #a8aeb9;
    font-size: 0.97rem;
    line-height: 1.7;
    padding: 0 34px 18px 0;
    margin: 0;
}

.spk-topic-cta {
    margin-top: 24px;
}

/* ---- Formats ---- */
.spk-formats {
    padding: var(--section-padding);
    background: #000;
}

.spk-format-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.spk-format-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 14px;
    padding: 28px 24px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.spk-format-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.5);
}

.spk-format-icon {
    font-size: 1.7rem;
    color: var(--gold);
    margin-bottom: 14px;
}

.spk-format-card h3 {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.spk-format-meta {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
}

.spk-format-card p:last-child {
    color: #a8aeb9;
    font-size: 0.93rem;
    line-height: 1.6;
}

/* ---- Why book ---- */
.spk-why {
    padding: var(--section-padding);
    background: #060606;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.spk-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.spk-why-item {
    position: relative;
    padding-left: 62px;
}

.spk-why-n {
    position: absolute;
    left: 0;
    top: -4px;
    font-family: var(--font-heading);
    font-size: 2.1rem;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.32);
    line-height: 1;
}

.spk-why-item h3 {
    font-family: var(--font-heading);
    font-size: 1.16rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 9px;
}

.spk-why-item p {
    color: #a8aeb9;
    font-size: 0.97rem;
    line-height: 1.7;
}

/* ---- Booking ---- */
.spk-book {
    padding: var(--section-padding);
    background: linear-gradient(180deg, #060606 0%, #0d0d0d 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.spk-book-inner {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 52px;
    align-items: start;
}

.spk-book-copy .badge {
    display: inline-block;
    margin-bottom: 14px;
}

.spk-book-copy p {
    color: #b0b6c1;
    font-size: 1.02rem;
    line-height: 1.72;
    margin-bottom: 22px;
}

.spk-book-points {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spk-book-points li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #c9ced8;
    font-size: 0.95rem;
    line-height: 1.55;
}

.spk-book-points i {
    color: var(--gold);
    font-size: 0.85rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.spk-form {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 16px;
    padding: 32px;
}

.spk-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.spk-field {
    display: block;
    margin-bottom: 16px;
}

.spk-field > span {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #c9ced8;
    margin-bottom: 7px;
}

.spk-field > span b {
    color: var(--gold);
    font-weight: 700;
}

.spk-field input,
.spk-field select,
.spk-field textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.45);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

.spk-field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.spk-field select {
    color-scheme: dark;
    cursor: pointer;
}

.spk-field input:focus,
.spk-field select:focus,
.spk-field textarea:focus {
    outline: none;
    border-color: var(--gold);
}

.spk-field input::placeholder,
.spk-field textarea::placeholder {
    color: #6d7480;
}

/* Honeypot — off-screen rather than display:none, so bots that skip hidden
   fields still fill it in. */
.spk-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.spk-submit {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}

.spk-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.spk-form-status {
    margin-top: 14px;
    font-size: 0.92rem;
    line-height: 1.5;
    min-height: 1.2em;
    text-align: center;
}

.spk-form-status.ok { color: var(--gold); }
.spk-form-status.err { color: #e77b7b; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .spk-format-grid { grid-template-columns: 1fr 1fr; }
    /* Five items never split evenly into a grid, and the leftover row left a
       dangling divider. Below this width they wrap as a centred flex row so the
       short row sits under the middle of the long one, and the rules come off. */
    .spk-cred-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 34px 0;
    }
    .spk-cred-item {
        flex: 0 0 33.333%;
        border-left: none;
    }
}

@media (max-width: 900px) {
    .spk-intro-inner,
    .spk-book-inner { grid-template-columns: 1fr; gap: 40px; }
    .spk-intro-media { order: -1; }
    .spk-why-grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 900px) {
    /* The 16:9 graphic cropped to a phone shows only its middle ~26% of width,
       which is the gym collage. Push the focal point right so Phil is in frame. */
    .spk-hero-bg img {
        object-position: 74% center;
    }

    /* Copy goes full-width here, so the left-weighted wash would leave the end
       of each line sitting on the bright side of the photo. Even it out. */
    .spk-hero-overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.55) 30%, rgba(0,0,0,0.78) 82%, #000 100%),
            radial-gradient(ellipse at 30% 45%, rgba(212,175,55,0.12) 0%, transparent 62%);
    }
}

@media (max-width: 640px) {
    /* Phone: the image is not cropped vertically here, so Phil's face is fixed
       near the top of the frame. Bottom-weight the copy and tighten the type so
       the headline starts below him instead of across his face. */
    .speaking-page .spk-hero {
        min-height: 94vh;
        min-height: 94svh;
        padding: 145px 0 46px;
        align-items: flex-end;
    }

    .spk-hero-title {
        font-size: 2.15rem;
        margin-bottom: 18px;
    }

    .spk-hero-sub {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 26px;
    }

    .spk-eyebrow {
        margin-bottom: 12px;
    }

    .spk-hero-ctas .btn {
        width: 100%;
        justify-content: center;
    }

    /* Stats: two up, last one centred under them. */
    .spk-cred {
        padding: 44px 0;
    }

    .spk-cred-grid {
        gap: 28px 0;
    }

    .spk-cred-item {
        flex: 0 0 50%;
        padding: 2px 8px;
    }

    /* Half-width columns are narrow, and mixed 2- and 3-line labels made the
       rows look ragged. Drop the 15ch cap and size down so they even out. */
    .spk-cred-l {
        max-width: none;
        font-size: 0.69rem;
        letter-spacing: 0.04em;
    }

    .spk-format-grid {
        grid-template-columns: 1fr;
    }

    .spk-topic {
        padding: 24px 20px;
    }

    .spk-field-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .spk-form {
        padding: 22px 18px;
    }
}

/* Short phones (SE-class): the hero loses ~135px of height but the copy does
   not shrink with it, so the headline creeps back over Phil's face. Trim a
   step further rather than let it land on him. Type only — the layout rules
   above must keep applying at every phone height. */
@media (max-width: 640px) and (max-height: 720px) {
    .speaking-page .spk-hero {
        padding: 128px 0 24px;
    }

    .spk-hero-title {
        font-size: 1.85rem;
        margin-bottom: 14px;
    }

    .spk-hero-sub {
        font-size: 0.9rem;
        line-height: 1.55;
        margin-bottom: 14px;
    }

    .spk-eyebrow {
        font-size: 0.74rem;
        margin-bottom: 9px;
    }

    .spk-hero-ctas .btn-large {
        padding: 13px 22px;
        font-size: 0.92rem;
    }
}

