/* ==========================================================================
   SELF-HOSTED WEBFONTS — Cinzel, Poppins, Pirata One
   All three are SIL Open Font License 1.1 (licences included in /fonts).
   Self-hosted rather than CDN-loaded so the folder is fully self-contained
   and there is no third-party request. Latin subset, woff2 only (~96KB).
   NOTE: Cinzel ships no italic, so italic is never requested from it —
   synthetic obliques on a high-contrast serif look broken.
   ========================================================================== */
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 400;
    font-display: swap; src: url("fonts/cinzel-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 600;
    font-display: swap; src: url("fonts/cinzel-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 700;
    font-display: swap; src: url("fonts/cinzel-latin-700-normal.woff2") format("woff2"); }

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400;
    font-display: swap; src: url("fonts/poppins-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: italic; font-weight: 400;
    font-display: swap; src: url("fonts/poppins-latin-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600;
    font-display: swap; src: url("fonts/poppins-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700;
    font-display: swap; src: url("fonts/poppins-latin-700-normal.woff2") format("woff2"); }

@font-face { font-family: "Pirata One"; font-style: normal; font-weight: 400;
    font-display: swap; src: url("fonts/pirata-one-latin-400-normal.woff2") format("woff2"); }

/* ==========================================================================
   PIRATES DINNER ADVENTURE — 30TH ANNIVERSARY LANDING PAGE
   Night-sea ink canvas · lantern gold reserved for the offer · crimson accent
   Display: Cinzel  |  Body/UI: Poppins  |  Eyebrows only: Pirata One
   All rules are scoped to .pda30 so the injected site header/footer and any
   parent stylesheet are unaffected (and cannot bleed in).
   ========================================================================== */

.pda30 {
    /* ---- palette ---- */
    --ink:          #040E1A;
    --ink-2:        #0C1928;
    --ink-3:        #15202D;
    --ink-deep:     #010610;
    --gold:         #E0AF3B;
    --gold-bright:  #F7CC4B;
    --gold-hi:      #F9D460;
    --gold-lo:      #C48D25;
    --gold-btn-top: #F0C543;
    --gold-btn-bot: #D29922;
    --gold-btn-txt: #251800;
    --crimson:      #B71824;
    --crimson-lt:   #E24947;
    --parchment:    #F1EADC;
    --parch-text:   #2C1E13;
    --fg:           #ECE7DD;
    --fg-muted:     #9E988B;

    --rule:         rgba(224, 175, 59, 0.20);
    --rule-strong:  rgba(224, 175, 59, 0.42);

    /* ---- type scale: six steps, no more ---- */
    --fs-hero:  clamp(2.4rem, 5.6vw, 4.4rem);   /* 1  h1 + offer figure   */
    --fs-h2:    clamp(1.85rem, 3.4vw, 2.75rem); /* 2  every section head  */
    --fs-quote: clamp(1.35rem, 2.4vw, 1.75rem); /* 3  pull quote only     */
    --fs-h3:    1.2rem;                         /* 4  card + panel titles */
    --fs-lead:  1.15rem;                        /* 5  lead, eyebrow, faq  */
    --fs-body:  1.0625rem;                      /* 6  all body copy (17px)*/
    --fs-micro: 0.875rem;                       /* 7  captions + labels   */

    --font-display: "Cinzel", Georgia, serif;
    --font-body:    "Poppins", system-ui, -apple-system, sans-serif;
    --font-flavor:  "Pirata One", "Cinzel", serif;

    /* ---- rhythm ---- */
    --sp-section: clamp(3rem, 5vw, 4.75rem);
    --sp-block:   clamp(1.5rem, 2.6vw, 2.25rem);
    --measure:    68ch;
    --radius:     6px;

    --ease: cubic-bezier(0.23, 1, 0.32, 1);

    background: var(--ink);
    color: var(--fg);
    font-family: var(--font-body);
    font-size: var(--fs-body);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.pda30 *,
.pda30 *::before,
.pda30 *::after { box-sizing: border-box; }

.pda30 p,
.pda30 h1, .pda30 h2, .pda30 h3,
.pda30 ul, .pda30 ol, .pda30 figure { margin: 0; }

.pda30 img { max-width: 100%; display: block; }

.pda30 h1, .pda30 h2, .pda30 h3 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -0.005em;
}
/* every section heading sits on the same step, wherever it appears */
.pda30 h2 { font-size: var(--fs-h2); }
.pda30 h3 { font-size: var(--fs-h3); }
.pda30 h1, .pda30 h2 { text-wrap: balance; }
.pda30 .head p, .pda30 .intro p { text-wrap: pretty; }

.pda30 a { color: inherit; }

/* ---- shared layout ---- */
.pda30 .wrap {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(1.15rem, 4vw, 2.5rem);
}

.pda30 .band { padding-block: var(--sp-section); position: relative; }

/* Dark bands: flat ink + a slow depth gradient + a seamless 256px tooth tile.
   Textures are generated procedurally (see mktex.py) — original, not licensed. */
.pda30 .band--ink {
    background-color: var(--ink);
    background-image:
        radial-gradient(120% 90% at 15% 0%, rgba(224, 175, 59, 0.055), transparent 62%),
        radial-gradient(90% 70% at 92% 100%, rgba(21, 37, 55, 0.85), transparent 60%),
        url("img/texture-night-sea.png");
    background-size: auto, auto, 256px 256px;
    background-blend-mode: normal, normal, soft-light;
}
.pda30 .band--ink2 {
    background-color: var(--ink-2);
    background-image:
        radial-gradient(110% 80% at 85% 0%, rgba(224, 175, 59, 0.05), transparent 60%),
        radial-gradient(100% 80% at 8% 100%, rgba(4, 14, 26, 0.9), transparent 62%),
        url("img/texture-night-sea.png");
    background-size: auto, auto, 256px 256px;
    background-blend-mode: normal, normal, soft-light;
}
.pda30 .band--parch {
    background-color: var(--parchment);
    color: var(--parch-text);
    background-image:
        radial-gradient(120% 85% at 50% 0%, rgba(255, 253, 247, 0.75), transparent 70%),
        url("img/texture-parchment.png");
    background-size: auto, 256px 256px;
    background-blend-mode: normal, soft-light;
}
.pda30 .band--parch h2 { color: var(--parch-text); }

/* hairline rules that separate the dark bands without hard edges */
.pda30 .band--ink2::before,
.pda30 .band--ink2::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--rule), transparent);
}
.pda30 .band--ink2::before { top: 0; }
.pda30 .band--ink2::after  { bottom: 0; }

/* ---- section heading group ---- */
.pda30 .eyebrow {
    font-family: var(--font-flavor);
    font-size: var(--fs-lead);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: var(--gold);
    margin-bottom: 0.9rem;
}
.pda30 .band--parch .eyebrow { color: var(--crimson); }

.pda30 .head {
    max-width: 58rem;
    margin-bottom: var(--sp-block);
}
.pda30 .head--center {
    margin-inline: auto;
    text-align: center;
}
.pda30 .head h2 { font-size: var(--fs-h2); }
.pda30 .head p {
    margin-top: 1.15rem;
    font-size: var(--fs-lead);
    color: var(--fg-muted);
    max-width: var(--measure);
}
.pda30 .head--center p { margin-inline: auto; }
.pda30 .band--parch .head p { color: #5b4a38; }

.pda30 .gold-text {
    background: linear-gradient(180deg, var(--gold-hi), var(--gold-lo));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ---- rope divider ---- */
.pda30 .rope {
    height: 3px;
    border-radius: 2px;
    background: repeating-linear-gradient(90deg,
        var(--rule-strong) 0 10px, transparent 10px 16px);
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.pda30 .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: var(--fs-body);
    font-weight: 700;
    letter-spacing: 0.015em;
    padding: 1.05rem 2.1rem;
    border-radius: var(--radius);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 200ms var(--ease), filter 200ms var(--ease), transform 160ms var(--ease);
}

.pda30 .btn--gold {
    background: linear-gradient(180deg, var(--gold-btn-top), var(--gold-btn-bot));
    color: var(--gold-btn-txt);
    border: 1px solid rgba(249, 212, 96, 0.6);
    box-shadow: 0 1px 0 rgba(255,255,255,0.25) inset,
                0 6px 24px rgba(224, 175, 59, 0.25);
}
.pda30 .btn--gold:hover {
    box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset,
                0 8px 36px rgba(224, 175, 59, 0.45);
    filter: brightness(1.05);
}
.pda30 .btn--gold:active { transform: scale(0.98); }

.pda30 .btn--outline {
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(224, 175, 59, 0.55);
    font-weight: 600;
}
.pda30 .btn--outline:hover {
    background: rgba(224, 175, 59, 0.1);
    box-shadow: 0 4px 20px rgba(224, 175, 59, 0.2);
}
.pda30 .btn--outline:active { transform: scale(0.98); }

.pda30 .btn:focus-visible {
    outline: 3px solid var(--gold-bright);
    outline-offset: 3px;
}

.pda30 .btn-note {
    margin-top: 0.85rem;
    font-size: var(--fs-micro);
    color: var(--fg-muted);
    letter-spacing: 0.01em;
}
.pda30 .band--parch .btn-note { color: #6b5943; }

.pda30 .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.pda30 .actions--center { justify-content: center; }

/* ==========================================================================
   HERO — full-bleed key art, copy over lantern-lit fog
   ========================================================================== */
.pda30 .hero {
    position: relative;
    min-height: 88vh;
    overflow: hidden;
    background: var(--ink-deep);
    display: flex;
    align-items: center;
}

.pda30 .hero__slides { position: absolute; inset: 0; }

.pda30 .hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1100ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pda30 .hero__slide.is-active { opacity: 1; }
.pda30 .hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
}
@media (prefers-reduced-motion: no-preference) {
    .pda30 .hero__slide.is-active img { animation: pda30-drift 7s var(--ease) forwards; }
    @keyframes pda30-drift {
        from { transform: scale(1); }
        to   { transform: scale(1.055); }
    }
}

/* cinematic grading so the type always has a dark bed to sit on */
.pda30 .hero__scrim {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.pda30 .hero__scrim--side {
    background: linear-gradient(90deg,
        rgba(1, 8, 19, 0.94) 0%,
        rgba(1, 8, 19, 0.78) 38%,
        rgba(1, 8, 19, 0.34) 70%,
        rgba(1, 8, 19, 0.28) 100%);
}
.pda30 .hero__scrim--vert {
    background: linear-gradient(180deg,
        rgba(1, 8, 19, 0.72) 0%,
        transparent 38%,
        transparent 55%,
        var(--ink) 100%);
}
.pda30 .hero__glow {
    position: absolute;
    left: -12rem;
    bottom: -14rem;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    opacity: 0.34;
    pointer-events: none;
    background: radial-gradient(circle, rgba(224, 175, 59, 0.45), transparent 65%);
}

.pda30 .hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-block: clamp(3.25rem, 7.5vh, 6rem);
}
.pda30 .hero__copy { max-width: 40rem; }

.pda30 .hero__lockup {
    font-family: var(--font-flavor);
    font-size: var(--fs-lead);
    letter-spacing: 0.11em;
    color: var(--gold);
    margin-bottom: 0.9rem;
}
.pda30 .hero__lockup::after {
    content: "";
    display: block;
    width: 4.5rem;
    height: 2px;
    margin-top: 0.85rem;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.pda30 .hero h1 {
    font-size: var(--fs-hero);
    color: #fff;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
}
.pda30 .hero__tagline {
    margin-top: 1.15rem;
    font-family: var(--font-display);
    font-size: var(--fs-lead);
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.01em;
}
.pda30 .hero .actions { margin-top: 1.7rem; }

/* carousel controls */
.pda30 .hero__dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.6rem;
    display: flex;
    gap: 0.6rem;
}
.pda30 .hero__dot {
    width: 34px;
    height: 3px;
    padding: 0;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: background 220ms var(--ease);
}
.pda30 .hero__dot.is-active { background: var(--gold); }
.pda30 .hero__dot:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }

/* ==========================================================================
   INTRO
   ========================================================================== */
.pda30 .intro {
    max-width: 54rem;
    margin-inline: auto;
    text-align: center;
}
.pda30 .intro p {
    font-size: var(--fs-lead);
    line-height: 1.75;
}
.pda30 .intro p + p {
    margin-top: 1.15rem;
    font-size: var(--fs-body);
    color: var(--fg-muted);
}
.pda30 .intro strong { color: var(--gold); font-weight: 600; }

/* ==========================================================================
   MANIFEST STRIP (trust bar)
   ========================================================================== */
.pda30 .manifest {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 2.4rem;
    list-style: none;
    padding: 0;
    max-width: 62rem;
    margin-inline: auto;
}
.pda30 .manifest li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: var(--fs-body);
    letter-spacing: 0.01em;
}
.pda30 .manifest svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 0.35rem;
    color: var(--gold);
}
.pda30 .manifest em {
    font-style: normal;
    color: var(--fg-muted);
}

/* ==========================================================================
   PHOTO MOSAIC (social proof)
   ========================================================================== */
.pda30 .mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 190px;
    gap: 14px;
}
.pda30 .mosaic figure {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--rule);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}
.pda30 .mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--ease);
}
.pda30 .mosaic figure:hover img { transform: scale(1.05); }
.pda30 .mosaic figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(1, 8, 19, 0.55));
    pointer-events: none;
}
.pda30 .mosaic .m-tall  { grid-row: span 2; }
.pda30 .mosaic .m-wide  { grid-column: span 2; }

.pda30 .pullquote {
    margin-top: var(--sp-block);
    text-align: center;
    max-width: 44rem;
    margin-inline: auto;
}
.pda30 .pullquote p {
    font-family: var(--font-display);
    font-size: var(--fs-quote);
    line-height: 1.5;
    color: var(--fg);
}
.pda30 .pullquote cite {
    display: block;
    margin-top: 1rem;
    font-family: var(--font-body);
    font-style: normal;
    font-size: var(--fs-micro);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}

/* ==========================================================================
   PLAQUE PANELS
   ========================================================================== */
.pda30 .plaque {
    position: relative;
    background: linear-gradient(160deg, var(--ink-3), var(--ink-2));
    border: 1px solid rgba(224, 175, 59, 0.22);
    border-radius: var(--radius);
    box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset,
                0 10px 32px rgba(0, 0, 0, 0.4);
    padding: clamp(1.6rem, 3vw, 2.4rem);
}
.pda30 .plaque::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(224, 175, 59, 0.14);
    border-radius: inherit;
    pointer-events: none;
}

/* ==========================================================================
   LEGACY WALL
   ========================================================================== */
.pda30 .legacy {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}
.pda30 .legacy__frames {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 14px;
    aspect-ratio: 4 / 3.4;
}
.pda30 .legacy__frames figure {
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--rule);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}
.pda30 .legacy__frames figure:first-child { grid-row: span 2; }
.pda30 .legacy__frames img { width: 100%; height: 100%; object-fit: cover; }

.pda30 .prize {
    padding: 1.1rem 1.3rem;
    border-radius: var(--radius);
    background: rgba(21, 37, 55, 0.7);
    border: 1px solid var(--rule);
    border-left: 3px solid var(--gold);
}
.pda30 .prize + .prize { margin-top: 0.85rem; }
/* Prize labels use Pirata One — short, sign-like, treasure-themed. Set in
   title case (not caps) because Pirata's lowercase carries more of the face's
   character and reads better than its fairly ornate capitals. */
.pda30 .prize h3 {
    font-family: var(--font-flavor);
    font-weight: 400;
    font-size: var(--fs-h3);
    letter-spacing: 0.045em;
    color: var(--gold);
    margin-bottom: 0.35rem;
}
.pda30 .prize p { font-size: var(--fs-body); color: var(--fg-muted); }
.pda30 .prize strong { color: var(--fg); font-weight: 600; }

/* Era list — set as a ledger run of dates divided by hairlines, rather than
   pill/chip badges (chips read as generic UI, not as a ship's manifest). */
.pda30 .eras {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--rule);
    font-family: var(--font-display);
    font-size: var(--fs-micro);
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--fg);
}
.pda30 .eras span {
    padding: 0.1rem 0.95rem;
    border-left: 1px solid var(--rule);
    white-space: nowrap;
}
.pda30 .eras span:first-child { padding-left: 0; border-left: none; }

.pda30 .legacy .actions { margin-top: 1.75rem; }

/* ==========================================================================
   BENEFIT CARDS — photo-topped
   ========================================================================== */
.pda30 .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.1rem, 2vw, 1.6rem);
}
.pda30 .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--radius);
    background: linear-gradient(160deg, var(--ink-3), var(--ink-2));
    border: 1px solid rgba(224, 175, 59, 0.18);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.38);
    transition: transform 320ms var(--ease), box-shadow 320ms var(--ease),
                border-color 320ms var(--ease);
}
.pda30 .card:hover {
    transform: translateY(-4px);
    border-color: rgba(224, 175, 59, 0.42);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
}
.pda30 .card__photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.pda30 .card__body { padding: 1.5rem 1.6rem 1.75rem; }
.pda30 .card h3 {
    font-size: var(--fs-h3);
    letter-spacing: 0.02em;
    color: var(--gold);
    margin-bottom: 0.55rem;
}
.pda30 .card p { font-size: var(--fs-body); color: var(--fg-muted); }
.pda30 .card strong { color: var(--fg); font-weight: 600; }

/* ==========================================================================
   HIGHLIGHTS — manifest list, no icons
   ========================================================================== */
.pda30 .highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    max-width: 60rem;
    margin-inline: auto;
    border-top: 1px solid var(--rule);
}
.pda30 .highlights li {
    display: flex;
    align-items: baseline;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid var(--rule);
    border-right: 1px solid var(--rule);
}
.pda30 .highlights li:nth-child(even) { border-right: none; }
.pda30 .highlights span:last-child { font-size: var(--fs-body); }

.pda30 .offer-slab {
    margin-top: var(--sp-block);
    text-align: center;
}
.pda30 .offer-slab__figure {
    display: inline-block;
    padding: 1.15rem 2.6rem;
    border-radius: var(--radius);
    border: 1px dashed rgba(224, 175, 59, 0.5);
    background: rgba(21, 37, 55, 0.55);
}
.pda30 .offer-slab__pct {
    font-family: var(--font-display);
    font-size: var(--fs-hero);
    line-height: 1;
    font-weight: 700;
}
.pda30 .offer-slab__label {
    display: block;
    margin-top: 0.5rem;
    font-size: var(--fs-micro);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
}

/* ==========================================================================
   FAQ + GUARANTEE — parchment relief
   ========================================================================== */
.pda30 .faq {
    max-width: 52rem;
    margin-inline: auto;
    border-top: 1px solid rgba(44, 30, 19, 0.18);
}
.pda30 .faq details { border-bottom: 1px solid rgba(44, 30, 19, 0.18); }
.pda30 .faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.3rem 0.25rem;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-size: var(--fs-lead);
    font-weight: 600;
    color: var(--parch-text);
    transition: color 200ms var(--ease);
}
.pda30 .faq summary::-webkit-details-marker { display: none; }
.pda30 .faq summary:hover { color: var(--crimson); }
.pda30 .faq summary::after {
    content: "";
    flex: 0 0 auto;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--crimson);
    border-bottom: 2px solid var(--crimson);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 250ms var(--ease);
}
.pda30 .faq details[open] summary::after { transform: rotate(-135deg) translateY(-2px); }
.pda30 .faq__a {
    padding: 0 0.25rem 1.4rem;
    max-width: var(--measure);
    color: #4a3b2c;
}
.pda30 .faq__a a {
    color: var(--crimson);
    font-weight: 600;
    text-underline-offset: 3px;
}

.pda30 .guarantee {
    max-width: 44rem;
    margin-inline: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(44, 30, 19, 0.16);
    border-radius: var(--radius);
    padding: clamp(1.75rem, 3.5vw, 2.5rem);
}
.pda30 .guarantee h2 { font-size: var(--fs-h2); margin-bottom: 1rem; }
.pda30 .guarantee p { color: #4a3b2c; max-width: var(--measure); margin-inline: auto; }

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.pda30 .finale {
    position: relative;
    overflow: hidden;
    background-color: var(--ink-deep);
    background-image: url("img/texture-night-sea.png");
    background-size: 256px 256px;
    background-blend-mode: soft-light;
    text-align: center;
}
.pda30 .finale__bg { position: absolute; inset: 0; opacity: 0.28; }
.pda30 .finale__bg img { width: 100%; height: 100%; object-fit: cover; }
.pda30 .finale__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--ink) 0%, rgba(1, 6, 16, 0.72) 45%, var(--ink) 100%);
}
.pda30 .finale .wrap { position: relative; z-index: 2; }
.pda30 .finale h2 {
    font-size: var(--fs-h2);
    max-width: 32ch;
    margin-inline: auto;
    color: #fff;
}
.pda30 .finale p {
    margin-top: 1.35rem;
    font-size: var(--fs-lead);
    color: rgba(255, 255, 255, 0.82);
    max-width: 46rem;
    margin-inline: auto;
}
.pda30 .finale .actions { margin-top: 2.15rem; }

/* ==========================================================================
   STICKY MOBILE BAR
   ========================================================================== */
.pda30 .sticky-cta { display: none; }
.pda30 .sticky-cta__code { display: none; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .pda30 .cards { grid-template-columns: repeat(2, 1fr); }
    .pda30 .legacy { grid-template-columns: 1fr; }
    .pda30 .legacy__frames { aspect-ratio: 16 / 9; }
}

@media (max-width: 760px) {
    .pda30 { --fs-body: 1.02rem; }
    .pda30 .hero { min-height: 0; }
    .pda30 .hero__inner { padding-block: clamp(3.25rem, 11vh, 5.5rem) 3.5rem; }
    .pda30 .hero__scrim--side {
        background: linear-gradient(180deg,
            rgba(1, 8, 19, 0.62) 0%, rgba(1, 8, 19, 0.8) 55%, rgba(1, 8, 19, 0.94) 100%);
    }
    .pda30 .hero__copy { max-width: none; }
    .pda30 .hero .actions .btn,
    .pda30 .legacy .actions .btn { width: 100%; }

    .pda30 .cards { grid-template-columns: 1fr; }
    .pda30 .highlights { grid-template-columns: 1fr; }
    .pda30 .highlights li { border-right: none; }

    .pda30 .mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }

    .pda30 .manifest {
        justify-content: flex-start;
        gap: 0.7rem 1.5rem;
        text-align: left;
    }

    .pda30 .sticky-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom, 0px));
        background: rgba(4, 14, 26, 0.96);
        border-top: 1px solid var(--rule-strong);
        box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.55);
    }
    .pda30 .sticky-cta {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    .pda30 .sticky-cta .btn { flex: 1 1 auto; padding-block: 0.95rem; white-space: nowrap; }
    .pda30 .sticky-cta__code {
        flex: 0 0 auto;
        font-size: 0.82rem;
        line-height: 1.15;
        color: var(--fg);
        max-width: 40%;
    }
    .pda30 .sticky-cta__code strong {
        display: block;
        font-family: var(--font-display);
        letter-spacing: 0.08em;
        color: var(--gold-hi);
    }
    .pda30 { padding-bottom: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    .pda30 *,
    .pda30 *::before,
    .pda30 *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}


/* ==========================================================================
   HERO BRANDMARK — official logo locked up with the anniversary badge
   The badge is drawn as inline SVG so it scales cleanly and inherits the
   page's gold; swap the whole block if PDA supplies an official 30th mark.
   ========================================================================== */
.pda30 .brandmark {
    position: relative;
    display: inline-block;
    margin-bottom: 1.05rem;
}
.pda30 .brandmark__logo {
    width: clamp(190px, 22vw, 300px);
    height: auto;
    filter: drop-shadow(0 6px 26px rgba(0, 0, 0, 0.6));
}

/* ==========================================================================
   STAR RATING (social proof)
   ========================================================================== */
.pda30 .rating {
    margin-top: 1.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}
.pda30 .rating__stars {
    color: var(--gold);
    font-size: var(--fs-lead);
    letter-spacing: 0.18em;
    line-height: 1;
}
.pda30 .rating__label {
    font-size: var(--fs-micro);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fg-muted);
}

@media (max-width: 760px) {
    .pda30 .brandmark__logo { width: clamp(170px, 46vw, 240px); }
    .pda30 .eras span { padding-inline: 0.7rem; }
}

/* Short laptop viewports (720–760px tall): tighten the hero so the primary
   CTA stays above the fold. Verified at 1280x720 and 1366x768. */
@media (min-width: 768px) and (max-height: 780px) {
    .pda30 .hero__inner { padding-block: 2.25rem; }
    .pda30 .brandmark { margin-bottom: 0.85rem; }
    .pda30 .brandmark__logo { width: clamp(165px, 16vw, 220px); }
    .pda30 .hero h1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); }
    .pda30 .hero__tagline { margin-top: 0.9rem; }
    .pda30 .hero .actions { margin-top: 1.35rem; }
}


/* ==========================================================================
   PROMO CODE LINE  (CREW30)
   ========================================================================== */
.pda30 .promo {
    margin-top: 1.15rem;
    font-size: var(--fs-body);
    color: var(--fg-muted);
    letter-spacing: 0.01em;
}
.pda30 .promo--center { text-align: center; }
/* Lead promo: sits ABOVE the button, brighter, so the code reads as the
   mechanism rather than an automatic discount. */
.pda30 .promo--lead {
    margin-top: 0;
    margin-bottom: 1.15rem;
    color: var(--fg);
    font-weight: 500;
}
.pda30 .promo__code {
    display: inline-block;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gold-hi);
    background: rgba(224, 175, 59, 0.12);
    border: 1px dashed rgba(224, 175, 59, 0.6);
    border-radius: 4px;
    padding: 0.1em 0.55em;
    margin: 0 0.2em;
}
.pda30 .band--parch .promo { color: #5b4a38; }
.pda30 .band--parch .promo__code {
    color: var(--crimson);
    background: rgba(183, 24, 36, 0.08);
    border-color: rgba(183, 24, 36, 0.45);
}
