:root {
    --fiu-navy: #081E3F;
    --fiu-navy-soft: #10305C;
    --fiu-gold: #B6862C;
    --fiu-gold-bright: #D4A94E;
    --fiu-paper: #F7F3EA;
    --fiu-ink: #22303F;
    --fiu-muted: #5C6B7C;
    --fiu-hairline: #E4DCC8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Public Sans', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--fiu-ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.lp-serif { font-family: 'Source Serif 4', Georgia, serif; }

.lp-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- Preview ribbon ---- */
.lp-ribbon {
    background: var(--fiu-gold);
    color: var(--fiu-navy);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 16px;
}

/* ---- Top bar ---- */
.lp-topbar {
    background: #fff;
    border-bottom: 1px solid var(--fiu-hairline);
}
.lp-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 24px;
    max-width: 1080px;
    margin: 0 auto;
}
/* Replaces the department label. This is a sentence, not a label, so it drops
   the uppercase/letter-spaced treatment. The link stays navy rather than gold:
   --fiu-gold on white is 3.27:1, under AA for 13px text. */
.lp-topbar-tagline {
    /* Same face as the h2s (.lp-serif). Sized well under the h2 clamp of
       26-36px so the bar reads as a standing credit, not a heading. */
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 600;
    line-height: 1.45;
    color: var(--fiu-navy);
    text-align: center;
    /* No own cap: the 1080px .lp-topbar-inner holds it to one line on desktop
       and lets it wrap naturally below that. */
    max-width: none;
}
.lp-topbar-tagline a {
    color: var(--fiu-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.lp-topbar-tagline a:hover { color: var(--fiu-navy-soft); }

/* ---- Hero ---- */
.lp-hero {
    background: linear-gradient(160deg, var(--fiu-navy) 0%, var(--fiu-navy-soft) 100%);
    color: #fff;
    overflow: hidden;
}
.lp-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    padding: 72px 0 80px;
}
.lp-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fiu-gold-bright);
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--fiu-gold);
    box-shadow: 0 3px 0 -2px var(--fiu-gold);
}
.lp-hero h1 {
    font-size: clamp(38px, 5.5vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}
.lp-hero h1 em {
    font-style: italic;
    color: var(--fiu-gold-bright);
}
.lp-hero-lede {
    font-size: 18px;
    line-height: 1.6;
    color: #C9D4E4;
    max-width: 52ch;
    margin: 0 0 28px;
}
.lp-hero-hint {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(182, 134, 44, 0.14);
    border: 1px solid rgba(212, 169, 78, 0.45);
    border-radius: 999px;
    padding: 10px 18px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: var(--fiu-gold-bright);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lp-hero-hint:hover {
    background: rgba(182, 134, 44, 0.26);
    border-color: var(--fiu-gold-bright);
    transform: translateY(-1px);
}
.lp-hero-hint:active { transform: translateY(0); }
.lp-hero-hint:focus-visible {
    outline: 2px solid var(--fiu-gold-bright);
    outline-offset: 3px;
}
.lp-hero-hint svg { flex-shrink: 0; }

/* Portrait card */
.lp-portrait {
    justify-self: center;
    background: #fff;
    padding: 14px 14px 16px;
    border-radius: 4px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
    max-width: 210px;
}
.lp-portrait img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid var(--fiu-hairline);
}
.lp-portrait figcaption {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--fiu-muted);
    text-align: center;
}
.lp-portrait figcaption strong {
    display: block;
    font-size: 13.5px;
    color: var(--fiu-navy);
}

/* ---- Sections ---- */
.lp-section { padding: 72px 0; }
.lp-section-head { max-width: 62ch; margin-bottom: 36px; }
.lp-section .lp-eyebrow { color: var(--fiu-gold); }
.lp-section h2 {
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.15;
    font-weight: 700;
    color: var(--fiu-navy);
    margin: 0 0 12px;
}
.lp-section-sub { color: var(--fiu-muted); font-size: 16.5px; margin: 0; }

/* Bio */
.lp-bio-cols {
    column-count: 2;
    column-gap: 48px;
}
.lp-bio-cols p {
    margin: 0 0 18px;
    break-inside: avoid;
    font-size: 15.5px;
    text-align: justify;
    /* Justified text in a ~55ch column opens rivers without hyphenation;
       <html lang="en"> is set, so the browser can break words properly. */
    -webkit-hyphens: auto;
    hyphens: auto;
}
.lp-bio-cols p:first-child::first-letter {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 3.1em;
    font-weight: 700;
    float: left;
    line-height: 0.85;
    padding: 4px 8px 0 0;
    color: var(--fiu-gold);
}

/* Credits block: same two-column measure as the bio, but without repeating the
   drop cap — one per page reads as a flourish, two reads as a pattern. */
.lp-ack .lp-bio-cols p:first-child::first-letter {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    float: none;
    line-height: inherit;
    padding: 0;
    color: inherit;
}

/* Facts strip */
.lp-facts {
    border-top: 1px solid var(--fiu-hairline);
    border-bottom: 1px solid var(--fiu-hairline);
    background: #FCFAF4;
}
.lp-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 44px 0;
}
.lp-fact-num {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 34px;
    font-weight: 700;
    color: var(--fiu-navy);
    line-height: 1.1;
}
.lp-fact-label {
    font-size: 13.5px;
    color: var(--fiu-muted);
    margin-top: 6px;
    line-height: 1.45;
}

/* Ask Allan */
.lp-ask { background: var(--fiu-paper); }
.lp-ask-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 32px;
}
.lp-ask-card {
    background: #fff;
    border: 1px solid var(--fiu-hairline);
    border-left: 3px solid var(--fiu-gold);
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--fiu-navy);
    line-height: 1.45;
}
.lp-ask-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    font-size: 15px;
    color: var(--fiu-muted);
}
.lp-ask-note svg { flex-shrink: 0; color: var(--fiu-gold); }

/* ---- Footer ---- */
.lp-footer {
    background: var(--fiu-navy);
    color: #A9B8CD;
    font-size: 13.5px;
    line-height: 1.7;
}
.lp-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 48px 0;
}
.lp-footer h3 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fiu-gold-bright);
    margin: 0 0 12px;
}
.lp-footer p { margin: 0 0 10px; }
.lp-footer a { color: #DCE5F0; text-decoration: underline; text-underline-offset: 3px; }
.lp-footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0;
    font-size: 12.5px;
    color: #7A8CA3;
}

/* Hero load-in — keyframes hold the hidden state (fill-mode backwards)
   so content stays visible if animations never run */
.lp-rise { animation: lp-rise 0.7s ease-out backwards; }
.lp-rise-2 { animation-delay: 0.15s; }
.lp-rise-3 { animation-delay: 0.3s; }
@keyframes lp-rise {
    from { opacity: 0; transform: translateY(16px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .lp-rise { animation: none; }
    .lp-hero-hint { transition: none; }
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
    .lp-hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 56px 0 64px; }
    .lp-portrait { justify-self: start; transform: rotate(0deg); }
    .lp-bio-cols { column-count: 1; }
    .lp-facts-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-ask-grid { grid-template-columns: 1fr 1fr; }
    .lp-footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .lp-ask-grid { grid-template-columns: 1fr; }
    .lp-topbar-tagline { max-width: none; }
}
