/*
Theme Name: The Executive Academy
Description: Strategic communication consultancy for executives. Premium navy/gold theme.
Author: Joe Gomez
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --background: #0D1B2A;
    --primary: #C9A227;
    --primary-soft: rgba(201,162,39,0.14);
    --foreground: #F8F7F4;
    --muted: #B8B5AD;
    --card: #142536;
    --border: #24354A;
    --danger: #C15B4A;
    --radius: 3px;
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --container-w: 1180px;
    --narrow-w: 900px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: var(--background);
    color: var(--foreground);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.01em;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.tea-container {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 32px;
}
.tea-narrow {
    max-width: var(--narrow-w);
    margin: 0 auto;
    padding: 0 32px;
}
.tea-center { text-align: center; }
.tea-italic { font-style: italic; color: var(--primary); }
.tea-muted { color: var(--muted); }

/* ===== Header ===== */
.tea-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(13,27,42,0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}
.tea-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 32px;
}
.tea-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tea-mark {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(201,162,39,0.4);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card);
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--primary);
    flex: 0 0 auto;
}
.tea-brand-name {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--foreground);
}
.tea-brand-accent { color: var(--primary); }

.tea-nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}
.tea-nav-link {
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--muted);
    transition: color .2s ease;
}
.tea-nav-link:hover { color: var(--foreground); }

.tea-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    background: var(--primary);
    color: var(--background);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tea-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(201,162,39,0.28);
}
.tea-button-outline {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}
.tea-button-outline:hover { background: var(--primary-soft); box-shadow: none; }
.tea-button-ghost {
    background: transparent;
    color: var(--foreground);
    border: 1px solid var(--border);
}
.tea-button-ghost:hover { border-color: var(--primary); box-shadow: none; }
.tea-button-sm { padding: 10px 20px; font-size: 13px; }
.tea-button-header {
    background: transparent;
    border: 1px solid rgba(201,162,39,0.4);
    color: var(--primary);
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 13px;
    font-weight: 500;
}
.tea-button-header:hover {
    background: var(--primary-soft);
    box-shadow: none;
    transform: none;
}
.tea-nav-link-linkedin { font-size: 13px; }
.tea-button-block { width: 100%; justify-content: center; box-sizing: border-box; }

/* ===== Hero ===== */
.tea-hero {
    padding: 100px 0 88px;
    position: relative;
    overflow: hidden;
}
.tea-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -8%;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(201,162,39,0.10) 0%, transparent 70%);
    pointer-events: none;
}
.tea-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 64px;
    align-items: center;
    position: relative;
}
.tea-kicker {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 26px;
    font-weight: 500;
}
.tea-hero h1 {
    font-size: 76px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--foreground);
    margin-bottom: 30px;
}
.tea-lead {
    font-size: 18px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 36px;
}
.tea-lead strong { color: var(--foreground); font-weight: 600; }
.tea-cta-row {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tea-link-accent {
    font-size: 14.5px;
    color: var(--foreground);
    border-bottom: 1px solid var(--primary);
    padding-bottom: 2px;
    transition: color .2s ease, border-color .2s ease;
}
.tea-link-accent:hover { color: var(--primary); }
.tea-note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 14px;
    display: block;
}

.tea-hero-photo {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--card);
}
.tea-hero-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.tea-hero-photo-card {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(13,27,42,0.82);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(201,162,39,0.35);
    border-radius: var(--radius);
    padding: 18px 20px;
}
.tea-hero-photo-name {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--foreground);
    margin-bottom: 3px;
}
.tea-hero-photo-role {
    font-size: 12.5px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
}
.tea-hero-photo-role span.tea-dot {
    width: 3px; height: 3px; border-radius: 50%; background: var(--muted); display:inline-block;
}
.tea-hero-photo-years {
    color: var(--primary);
    font-weight: 600;
}

/* ===== Statement banner ===== */
.tea-statement {
    padding: 64px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--card);
}
.tea-statement h2 {
    font-size: 34px;
    text-align: center;
    color: var(--foreground);
}

/* ===== Fit section ===== */
.tea-section { padding: 96px 0; }
.tea-section-soft { background: var(--card); }
.tea-section-heading { margin-bottom: 48px; }
.tea-section-heading h2 { font-size: 52px; letter-spacing: -0.015em; }
.tea-eyebrow {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 500;
}

.tea-fit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
.tea-fit-card {
    background: var(--background);
    padding: 44px 40px;
}
.tea-fit-card h3 {
    font-size: 21px;
    margin-bottom: 26px;
    color: var(--foreground);
}
.tea-fit-list { list-style: none; margin: 0; padding: 0; }
.tea-fit-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 15px;
    color: var(--foreground);
    margin-bottom: 16px;
    line-height: 1.55;
}
.tea-icon { flex: 0 0 auto; font-weight: 700; font-size: 15px; margin-top: 1px; }
.tea-check { color: var(--primary); }
.tea-x { color: var(--muted); }
.tea-fit-note {
    margin-top: 24px;
    font-size: 13.5px;
    color: var(--muted);
    font-style: italic;
}
@media (max-width: 760px) {
    .tea-fit-grid { grid-template-columns: 1fr; }
}

/* ===== About ===== */
.tea-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 56px;
    align-items: start;
}
.tea-about-quote {
    font-family: var(--font-display);
    font-size: 22px;
    font-style: italic;
    color: var(--primary);
    line-height: 1.5;
    border-left: 2px solid var(--primary);
    padding-left: 22px;
}
.tea-about-body p {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 18px;
}
.tea-about-body strong { color: var(--foreground); }
@media (max-width: 760px) {
    .tea-about-grid { grid-template-columns: 1fr; }
}

/* ===== PILAR method ===== */
.tea-pilar-list {
    display: grid;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
.tea-pilar-item {
    background: var(--background);
    display: grid;
    grid-template-columns: 90px 140px 1fr;
    gap: 28px;
    align-items: center;
    padding: 30px 36px;
}
.tea-pilar-letter {
    font-family: var(--font-display);
    font-size: 38px;
    color: var(--primary);
    line-height: 1;
}
.tea-pilar-num {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.tea-pilar-title {
    font-family: var(--font-display);
    font-size: 19px;
    color: var(--foreground);
    margin-bottom: 4px;
}
.tea-pilar-desc { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 700px) {
    .tea-pilar-item { grid-template-columns: 56px 1fr; }
    .tea-pilar-num { display: none; }
}

/* ===== Flagship program ===== */
.tea-flagship {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 56px 52px;
}
.tea-flagship-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 22px;
}
.tea-flagship h2 {
    font-size: 44px;
    letter-spacing: -0.015em;
    margin-bottom: 8px;
}
.tea-flagship-sub {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 24px;
}
.tea-flagship-desc {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 760px;
    margin-bottom: 36px;
}
.tea-flagship-cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.tea-flagship-note {
    font-size: 13px;
    color: var(--muted);
}
.tea-build-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 48px;
}
.tea-build-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14.5px;
    color: var(--foreground);
    line-height: 1.55;
}
.tea-build-item .tea-check { margin-top: 2px; }

.tea-howworks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
}
.tea-howworks-label {
    font-size: 12.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 18px;
}
.tea-session-card {
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px 28px;
}
.tea-session-card h4 {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--primary);
    margin-bottom: 10px;
}
.tea-session-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

.tea-protocols-label {
    font-size: 12.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 18px;
}
.tea-protocols-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.tea-protocol {
    display: flex;
    gap: 14px;
    align-items: baseline;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 18px;
}
.tea-protocol-num {
    font-family: var(--font-display);
    font-size: 15px;
    color: var(--primary);
    flex: 0 0 auto;
}
.tea-protocol-title { font-size: 14px; color: var(--foreground); line-height: 1.4; }
@media (max-width: 760px) {
    .tea-flagship { padding: 40px 26px; }
    .tea-build-grid, .tea-howworks, .tea-protocols-grid { grid-template-columns: 1fr; }
}

/* ===== Services ===== */
.tea-services-intro {
    font-size: 15px;
    color: var(--muted);
    max-width: 620px;
    margin: 0 auto 8px;
}
.tea-service {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px 40px 36px;
    margin-bottom: 24px;
}
.tea-service-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 26px;
}
.tea-service-num {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--primary);
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
.tea-service h3 {
    font-size: 22px;
    color: var(--foreground);
    margin-bottom: 8px;
}
.tea-service-tag { font-size: 14.5px; color: var(--muted); }
.tea-service-price-block { text-align: right; }
.tea-service-tiers {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.tea-tier-pill {
    font-size: 11.5px;
    letter-spacing: 0.04em;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    color: var(--muted);
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.tea-tier-pill:hover { border-color: var(--muted); color: var(--foreground); }
.tea-tier-pill.active {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-soft);
}
.tea-service-price {
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--foreground);
}
.tea-service-price span { font-size: 14px; color: var(--muted); font-family: var(--font-body); }
.tea-service-sessions { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.tea-service-detail {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.7;
    border-top: 1px solid var(--border);
    padding-top: 22px;
}
.tea-service-detail strong { color: var(--foreground); }
.tea-services-footnote {
    text-align: center;
    font-size: 13.5px;
    color: var(--muted);
    margin-top: 8px;
    font-style: italic;
}
@media (max-width: 700px) {
    .tea-service-top { grid-template-columns: 1fr; }
    .tea-service-price-block { text-align: left; }
    .tea-service-tiers { justify-content: flex-start; }
}

/* ===== Marquee ===== */
.tea-marquee-wrap {
    padding: 40px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}
.tea-marquee-label {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 24px;
}
.tea-marquee-track {
    display: flex;
    width: max-content;
    animation: tea-scroll 38s linear infinite;
}
.tea-marquee-track:hover { animation-play-state: paused; }
.tea-marquee-item {
    font-family: var(--font-display);
    font-size: 21px;
    color: var(--muted);
    opacity: .55;
    white-space: nowrap;
    padding: 0 38px;
}
@keyframes tea-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* ===== Testimonials ===== */
.tea-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
.tea-testimonial {
    background: var(--background);
    padding: 34px 30px;
}
.tea-quote-mark {
    font-family: var(--font-display);
    font-size: 42px;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 12px;
}
.tea-testimonial blockquote {
    font-size: 14.5px;
    color: var(--foreground);
    line-height: 1.65;
    margin: 0 0 22px;
}
.tea-testimonial-person strong {
    display: block;
    font-size: 14.5px;
    color: var(--foreground);
    margin-bottom: 2px;
}
.tea-testimonial-person span {
    display: block;
    font-size: 13px;
    color: var(--muted);
}
@media (max-width: 900px) {
    .tea-testimonials { grid-template-columns: 1fr; }
}

/* ===== LinkedIn CTA ===== */
.tea-linkedin-cta {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}
.tea-linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--foreground);
    font-size: 14.5px;
    background: var(--card);
    transition: border-color .2s ease, background .2s ease;
}
.tea-linkedin-link:hover {
    border-color: #0A66C2;
    background: rgba(10,102,194,0.08);
}
.tea-linkedin-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

/* ===== Zero risk ===== */
.tea-promise {
    background: var(--card);
    border: 1px solid rgba(201,162,39,0.35);
    border-radius: var(--radius);
    padding: 52px 56px;
    text-align: center;
}
.tea-promise h2 { font-size: 40px; letter-spacing: -0.015em; margin-bottom: 20px; }
.tea-promise p {
    font-size: 15.5px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 640px;
    margin: 0 auto;
}

/* ===== Final CTA ===== */
.tea-final {
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid var(--border);
}
.tea-final h2 { font-size: 50px; letter-spacing: -0.015em; margin-bottom: 20px; }
.tea-final .tea-lead { margin: 0 auto 36px; text-align: center; }

/* ===== Cross-sell TPA ===== */
.tea-crosssell {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.tea-crosssell-text { font-size: 14.5px; color: var(--muted); }
.tea-crosssell-text strong { color: var(--foreground); display: block; margin-bottom: 4px; font-size: 15px; }

/* ===== Footer ===== */
.tea-footer { padding: 48px 0; border-top: 1px solid var(--border); }
.tea-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.tea-footer-title { font-family: var(--font-display); font-size: 17px; color: var(--foreground); }
.tea-footer-subtitle { font-size: 13px; color: var(--muted); margin-top: 4px; }
.tea-copyright { font-size: 13px; color: var(--muted); }

@media (max-width: 900px) {
    .tea-hero-grid { grid-template-columns: 1fr; }
    .tea-hero h1 { font-size: 38px; }
    .tea-nav-links { display: none; }
    .tea-button { white-space: normal; text-align: center; }
}
