@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@600;700;800&family=Caveat:wght@500;600;700&family=Nunito:wght@400;500;600;700;800;900&display=swap');

/* ---- hide base-layout chrome ---- */
.header, .main-nav, .footer { display: none !important; }
.wrapper { margin-bottom: 0 !important; min-height: auto !important; }
.wrapper::after { display: none !important; height: 0 !important; }
html, body { overflow-x: hidden; }
body > div[style*="background:#00c41c"] {
    font-size: 11px !important; line-height: 1.4 !important;
    padding: 8px 12px !important; white-space: normal !important; word-break: break-word !important;
}

/* ---- BKA scrapbook redesign tokens ---- */
.bka {
    --ink: #2b0a0a;
    --ink-soft: #5a3434;
    --paper: #faf2de;
    --paper-warm: #f4e7c7;
    --marker-red: #b5201e;
    --marker-red-dk: #7a0e0d;
    --highlighter: #f4c743;
    --highlighter-dk: #d6a21a;
    --sage: #6f9b7d;
    --navy: #2a3a5f;

    font-family: 'Nunito', Arial, sans-serif;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.65;
    position: relative;
    background:
        radial-gradient(ellipse at 12% 6%, rgba(244, 199, 67, 0.28), transparent 42%),
        radial-gradient(ellipse at 92% 92%, rgba(181, 32, 30, 0.10), transparent 38%),
        linear-gradient(180deg, #faf2de 0%, #fdf6e3 46%, #f4e7c7 100%);
}
.bka, .bka * { box-sizing: border-box; }

/* paper grain */
.bka::before {
    content: "";
    position: absolute; inset: 0;
    pointer-events: none; z-index: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.4  0 0 0 0 0.22  0 0 0 0 0.1  0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    opacity: 0.28; mix-blend-mode: multiply;
}
.bka > * { position: relative; z-index: 1; }

/* ---- typography ---- */
.bka h1, .bka h2, .bka h3 {
    font-family: 'Bricolage Grotesque', 'Nunito', sans-serif;
    color: var(--ink);
    text-wrap: balance;
    letter-spacing: -0.018em;
    line-height: 1.02;
}
.bka h2 { font-size: clamp(2.25rem, 4.2vw, 3.4rem); line-height: 1.04; }
.bka h3 { font-size: 1.35rem; line-height: 1.2; }
.bka p  { font-size: 1.08rem; line-height: 1.65; }

.bka .hand {
    font-family: 'Caveat', cursive;
    font-weight: 600; letter-spacing: 0; line-height: 1;
}
.bka .eyebrow {
    font-family: 'Bricolage Grotesque', 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--marker-red);
    line-height: 1;
    display: inline-flex; align-items: center; gap: 0.6rem;
}
.bka .eyebrow::before {
    content: ""; width: 22px; height: 2px; background: currentColor;
    display: inline-block; opacity: 0.9;
}
.bka .eyebrow::after {
    content: "";
    width: 6px; height: 6px; background: currentColor;
    border-radius: 50%;
    display: inline-block; opacity: 0.75;
    margin-left: -0.15rem;
}
.bka .hi {
    background-image: linear-gradient(transparent 58%, rgba(244, 199, 67, 0.80) 58% 92%, transparent 92%);
    padding: 0 0.12em; display: inline;
}

/* ---- polaroid ---- */
.bka .polaroid {
    background: #fffef9;
    padding: 14px 14px 48px;
    box-shadow: 0 22px 32px -14px rgba(43, 10, 10, 0.30), 0 2px 6px rgba(43, 10, 10, 0.08);
    display: block; position: relative;
}
.bka .polaroid img { display: block; width: 100%; }
.bka .polaroid .caption {
    position: absolute; bottom: 14px; left: 0; right: 0;
    text-align: center;
    font-family: 'Caveat', cursive; font-weight: 600;
    font-size: 1.3rem; color: #3f1919; line-height: 1;
}

/* washi tape (real torn-edge images) */
.bka .tape {
    position: absolute;
    width: 118px; height: 38px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
    z-index: 4;
    pointer-events: none;
}
.bka .tape-red   { background-image: url('/img/graphics/washi-tape-2.webp'); }
.bka .tape-rust  { background-image: url('/img/graphics/washi-tape-1.webp'); }
.bka .tape-kraft { background-image: url('/img/graphics/washi-tape-3.webp'); }

/* position + rotation modifiers */
.bka .tape-tl { top: -16px; left: 14px;  transform: rotate(-8deg); }
.bka .tape-tr { top: -16px; right: 14px; transform: rotate(7deg); }
.bka .tape-tc { top: -18px; left: 50%; margin-left: -58px; transform: rotate(-3deg); }
.bka .tape-bl { bottom: -16px; left: 16px; transform: rotate(6deg); }
.bka .tape-br { bottom: -16px; right: 16px; transform: rotate(-7deg); }

/* size modifiers */
.bka .tape-sm { width: 92px; height: 30px; }
.bka .tape-lg { width: 140px; height: 44px; }

/* tilt utils */
.bka .tilt-l  { transform: rotate(-2deg); }
.bka .tilt-ll { transform: rotate(-3.8deg); }
.bka .tilt-r  { transform: rotate(2deg); }
.bka .tilt-rr { transform: rotate(3.4deg); }

/* ---- notecard / index card ---- */
.bka .notecard {
    background: #fffef9;
    border: 1px solid rgba(43, 10, 10, 0.08);
    box-shadow: 0 14px 26px -16px rgba(43, 10, 10, 0.30);
    padding: 26px 28px 28px 58px;
    position: relative;
    background-image:
        repeating-linear-gradient(180deg, transparent 0 32px, rgba(42, 58, 95, 0.09) 32px 33px);
}
.bka .notecard::before {
    content: ""; position: absolute;
    left: 40px; top: 0; bottom: 0; width: 2px;
    background: rgba(181, 32, 30, 0.45);
}
.bka .notecard h3 {
    font-size: 1.1rem;
    line-height: 1.3;
}
.bka .notecard p {
    font-size: 0.98rem;
    line-height: 1.6;
}
/* two dots at top-left evoking punched holes */
.bka .notecard::after {
    content: "";
    position: absolute;
    left: 18px; top: 18px; width: 7px; height: 7px;
    background: rgba(43, 10, 10, 0.18);
    border-radius: 50%;
    box-shadow: 0 26px 0 rgba(43, 10, 10, 0.18);
}

/* ---- act card (programs) ---- */
.bka .act-card {
    background: #fffef9;
    padding: 30px 28px 32px;
    box-shadow: 0 18px 30px -16px rgba(43, 10, 10, 0.28);
    border-top: 5px solid var(--marker-red);
    position: relative;
    overflow: hidden;
}
.bka .act-card.act-ii  { transform: translateY(-10px); border-top-color: var(--navy); }
.bka .act-card.act-iii { transform: rotate(-0.4deg); border-top-color: var(--sage); }
.bka .act-num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800; font-size: 0.78rem;
    letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--marker-red);
    line-height: 1;
}
.bka .act-card.act-ii  .act-num { color: var(--navy); }
.bka .act-card.act-iii .act-num { color: var(--sage); }
.bka .act-roman {
    position: absolute;
    top: 12px; right: 14px;
    font-family: 'Bricolage Grotesque', serif;
    font-weight: 800;
    font-size: 5.4rem;
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--marker-red);
    text-stroke: 1.5px var(--marker-red);
    opacity: 0.18;
    pointer-events: none;
    user-select: none;
}
.bka .act-card.act-ii  .act-roman { -webkit-text-stroke-color: var(--navy); text-stroke-color: var(--navy); }
.bka .act-card.act-iii .act-roman { -webkit-text-stroke-color: var(--sage); text-stroke-color: var(--sage); }

/* ---- pinned poster ---- */
.bka .pinned {
    background: #fffef9;
    padding: 10px 10px 0;
    box-shadow: 0 24px 36px -14px rgba(43, 10, 10, 0.32);
    position: relative;
}
.bka .pinned img { display: block; width: 100%; }
.bka .pinned::after {
    content: ""; position: absolute;
    top: -9px; left: 50%; margin-left: -10px;
    width: 20px; height: 20px; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #e45b56, #7a0e0d 70%);
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.3),
        inset -2px -3px 5px rgba(0, 0, 0, 0.32);
    z-index: 3;
}
.bka .pinned .poster-label {
    font-family: 'Caveat', cursive; font-weight: 600;
    font-size: 1.65rem; line-height: 1;
    color: var(--ink); padding: 10px 4px 14px; text-align: center;
}

/* ---- ticket ---- */
.bka .ticket {
    display: grid;
    grid-template-columns: 1fr auto minmax(220px, auto);
    align-items: center;
    gap: 28px;
    background:
        linear-gradient(135deg, #b5201e 0%, #8f1a18 100%);
    color: #fffef9;
    padding: 28px 36px;
    border-radius: 10px;
    box-shadow: 0 22px 36px -14px rgba(122, 14, 13, 0.5);
    position: relative;
    overflow: hidden;
}
/* faint diagonal "fabric" texture lines on the ticket */
.bka .ticket::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: repeating-linear-gradient(
        135deg, rgba(255, 254, 249, 0.04) 0 2px, transparent 2px 14px);
    opacity: 0.7;
}
.bka .ticket > * { position: relative; z-index: 1; }

.bka .ticket-perf {
    align-self: stretch;
    width: 2px;
    background-image: linear-gradient(180deg,
        rgba(255, 254, 249, 0.7) 0 8px, transparent 8px 16px);
    background-size: 2px 16px;
    background-repeat: repeat-y;
    margin: 6px 0;
}

.bka .ticket-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.bka .ticket-mini {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    font-weight: 800;
    color: #ffdc5e;
    text-align: center;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.bka .ticket-mini::before,
.bka .ticket-mini::after {
    content: "\2014";
    margin: 0 0.5em;
    color: rgba(255, 220, 94, 0.5);
}

@media (max-width: 900px) {
    .bka .ticket {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 26px 28px;
    }
    .bka .ticket-perf {
        width: auto; height: 2px;
        background-image: linear-gradient(90deg,
            rgba(255, 254, 249, 0.7) 0 8px, transparent 8px 16px);
        background-size: 16px 2px;
        background-repeat: repeat-x;
        margin: 0;
    }
}

/* ---- painted buttons ---- */
.bka .btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 0.65rem;
    padding: 0.9rem 1.6rem;
    font-family: 'Nunito', sans-serif; font-weight: 800;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.12s, box-shadow 0.12s;
    font-size: 1.12rem; min-height: 3.15rem;
    white-space: nowrap;
    line-height: 1.1;
}
.bka .btn i { font-size: 1.12em; line-height: 1; }

/* FontAwesome: force icons to inherit parent color (base layout is forcing white) */
/* doubled .bka.bka selector to escalate specificity above any base-layout rule */
.bka.bka i.fa,
.bka.bka i[class^="fa-"],
.bka.bka i[class*=" fa-"],
html body .bka i.fa,
html body .bka i[class^="fa-"],
html body .bka i[class*=" fa-"] {
    color: inherit !important;
}
.bka .btn-red {
    background: var(--marker-red); color: #fff;
    box-shadow: 0 4px 0 var(--marker-red-dk), 0 14px 20px -10px rgba(122, 14, 13, 0.45);
}
.bka .btn-red:hover {
    transform: translateY(2px); color: #fff;
    box-shadow: 0 2px 0 var(--marker-red-dk), 0 8px 14px -8px rgba(122, 14, 13, 0.45);
}
.bka .btn-sun {
    background: var(--highlighter); color: var(--ink);
    box-shadow: 0 4px 0 var(--highlighter-dk), 0 14px 20px -10px rgba(214, 162, 26, 0.40);
}
.bka .btn-sun:hover {
    transform: translateY(2px); color: var(--ink);
    box-shadow: 0 2px 0 var(--highlighter-dk), 0 8px 14px -8px rgba(214, 162, 26, 0.40);
}
.bka .btn-outline {
    background: #fffef9; color: var(--ink);
    border: 2px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
}
.bka .btn-outline:hover {
    transform: translate(2px, 2px); color: var(--marker-red-dk);
    box-shadow: 2px 2px 0 var(--ink);
}
.bka .btn-ghost {
    background: transparent; color: var(--ink);
    border: 2px solid rgba(43, 10, 10, 0.18);
}
.bka .btn-ghost:hover { background: #fffef9; color: var(--marker-red-dk); }

/* button variant for dark backgrounds */
.bka .btn-inverse {
    background: rgba(255, 255, 255, 0.08);
    color: #fffef9;
    border: 2px solid rgba(255, 254, 249, 0.5);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.bka .btn-inverse:hover {
    background: rgba(255, 254, 249, 0.18);
    border-color: #fffef9; color: #fffef9;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
}

/* ---- phone CTA in nav ---- */
.bka .phone-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 1rem 0.55rem 0.85rem;
    background: var(--highlighter);
    color: var(--marker-red-dk) !important;
    font-family: 'Bricolage Grotesque', 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.22rem;
    letter-spacing: -0.01em;
    line-height: 1;
    border: 2.5px solid var(--marker-red);
    border-radius: 8px;
    transform: rotate(-1.5deg);
    box-shadow: 3px 3px 0 var(--marker-red-dk);
    position: relative;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.bka .phone-cta::before {
    content: "call us";
    position: absolute;
    top: -14px;
    left: 10px;
    font-family: 'Caveat', cursive;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--marker-red);
    letter-spacing: 0;
    transform: rotate(-4deg);
    pointer-events: none;
    background: transparent;
    line-height: 1;
}
.bka .phone-cta:hover {
    transform: rotate(-1.5deg) translate(1.5px, 1.5px);
    box-shadow: 1.5px 1.5px 0 var(--marker-red-dk);
    color: var(--marker-red-dk) !important;
}
/* On narrow screens the rotated pill collides with the stacked nav;
   keep it upright (hover rotation is still fine on phones that support it). */
@media (max-width: 640px) {
    .bka .phone-cta { transform: none; }
    .bka .phone-cta:hover { transform: translate(1.5px, 1.5px); }
}
.bka .phone-cta .phone-icon {
    font-size: 1.18rem !important;
    color: var(--marker-red) !important;
    animation: phone-wobble 2.6s ease-in-out infinite;
    transform-origin: 50% 55%;
}
@keyframes phone-wobble {
    0%, 88%, 100% { transform: rotate(0deg); }
    90% { transform: rotate(-18deg); }
    92% { transform: rotate(14deg); }
    94% { transform: rotate(-12deg); }
    96% { transform: rotate(10deg); }
    98% { transform: rotate(-4deg); }
}

/* ---- hero wordmark ---- */
.bka .hero-wordmark {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin-top: 0.5rem;
    position: relative;
}
/* nudge left on desktop so the wordmark aligns with the rest of the copy */
@media (min-width: 1024px) {
    .bka .hero-wordmark { left: -90px; }
}
.bka .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---- feature quote ---- */
.bka .pull-quote {
    font-family: 'Bricolage Grotesque', 'Nunito', sans-serif;
    font-weight: 600;
    font-size: clamp(1.45rem, 2.35vw, 2rem);
    line-height: 1.32;
    letter-spacing: -0.014em;
    color: var(--ink);
    text-wrap: balance;
}
.bka .pull-quote .hand-aside {
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 1.12em;
    line-height: 1;
    color: var(--marker-red);
    padding: 0 0.04em;
}

/* ---- campus chip ---- */
.bka .campus-chip {
    display: flex; flex-direction: column;
    background: #fffef9;
    border: 1.5px solid rgba(43, 10, 10, 0.12);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 20px -14px rgba(43, 10, 10, 0.25);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
    position: relative;
}
.bka .campus-chip .chip-photo {
    position: relative;
    height: 124px;
    overflow: hidden;
    border-bottom: 1px solid rgba(43, 10, 10, 0.08);
}
.bka .campus-chip .chip-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.bka .campus-chip:hover .chip-photo img {
    transform: scale(1.04);
}
.bka .campus-chip .chip-photo::after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: 0;
    height: 28px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
    pointer-events: none;
}
.bka .campus-chip .chip-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    position: relative;
}
.bka .campus-chip:hover {
    transform: translateY(-3px) rotate(-0.4deg);
    border-color: var(--marker-red);
    box-shadow: 0 20px 28px -14px rgba(181, 32, 30, 0.35);
}
.bka .campus-chip .chip-name {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.bka .campus-chip .chip-sub {
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--ink-soft);
    line-height: 1;
    margin-top: 4px;
}
.bka .campus-chip .chip-link {
    margin-top: 18px;
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--marker-red);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* online chip variant (distinct) */
.bka .campus-chip.chip-online {
    background:
        linear-gradient(180deg, rgba(244, 199, 67, 0.12) 0%, rgba(244, 199, 67, 0.04) 100%), #fffef9;
    border: 1.5px dashed rgba(181, 32, 30, 0.35);
}
.bka .campus-chip.chip-online .chip-name::after {
    content: " \2022 from anywhere";
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--sage);
    margin-left: 0.35rem;
    letter-spacing: 0;
}

/* ---- handwritten arrow callout ---- */
.bka .hand-arrow {
    position: absolute; display: inline-flex; align-items: center; gap: 0.35rem;
    font-family: 'Caveat', cursive; font-weight: 600;
    color: var(--ink);
    font-size: 1.35rem; line-height: 1;
    pointer-events: none;
}

/* ---- logo ---- */
.bka .bka-logo {
    display: block;
    width: 228px;
    max-width: 100%;
    height: auto;
}
.bka footer .bka-logo { width: 214px; }

/* ---- topbar ---- */
.bka .topbar {
    background: rgba(255, 254, 249, 0.85);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(43, 10, 10, 0.08);
}
.bka .topbar a.navlink {
    position: relative;
    padding: 0.5rem 0.3rem;
    font-weight: 800;
    color: var(--ink);
    text-decoration: none;
    font-size: 1.08rem;
    letter-spacing: -0.005em;
}
.bka .topbar a.navlink:hover { color: var(--marker-red); }
.bka .topbar a.navlink:hover::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    height: 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 6'><path d='M1 3 Q10 0.5 20 3 T40 3 T59 3' stroke='%23b5201e' stroke-width='1.6' fill='none' stroke-linecap='round'/></svg>");
    background-repeat: repeat-x;
}

/* ---- section divider (stitched / perforated) ---- */
.bka .seam {
    display: block;
    height: 12px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background-image:
        radial-gradient(circle at 4px 6px, rgba(43, 10, 10, 0.25) 1.3px, transparent 2px);
    background-size: 16px 12px;
    background-repeat: repeat-x;
    background-position: center center;
    opacity: 0.55;
}
.bka .seam-red {
    background-image:
        radial-gradient(circle at 4px 6px, rgba(181, 32, 30, 0.55) 1.3px, transparent 2px);
    opacity: 0.7;
}

/* star-chain divider (uses the SVG doodle) */
.bka .star-chain {
    display: block;
    width: 100%;
    max-width: 780px;
    height: 40px;
    margin: 0 auto;
    background-image: url('/img/graphics/star-chain.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.92;
}

/* ---- summer camps postcard ---- */
.bka .postcard {
    position: relative;
    background: #fffef9;
    border: 2.5px solid var(--ink);
    border-radius: 6px;
    padding: 44px 40px 40px 64px;
    box-shadow: 6px 6px 0 rgba(43, 10, 10, 0.12);
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.bka .postcard::before {
    /* postcard rule line down the left edge */
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 44px;
    border-left: 1.5px dashed rgba(43, 10, 10, 0.18);
    pointer-events: none;
}
.bka .postcard-stamp {
    position: absolute;
    top: 22px;
    right: 26px;
    width: 72px;
    height: 82px;
    transform: rotate(6deg);
    pointer-events: none;
    display: block;
}
.bka .postcard-dates {
    font-family: 'Caveat', cursive;
    font-size: 1.35rem;
    color: var(--marker-red);
    line-height: 1.1;
}

.bka .camp-stubs {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .bka .camp-stubs { grid-template-columns: repeat(3, 1fr); }
}
.bka .camp-stub {
    position: relative;
    padding: 20px 22px 22px;
    border: 1.5px solid rgba(43, 10, 10, 0.12);
    border-left: 6px solid var(--marker-red);
    background: #fffef9;
    border-radius: 4px;
}
.bka .camp-stub.camp-stub-ii  { border-left-color: #6b8ab8; }
.bka .camp-stub.camp-stub-iii { border-left-color: #6f9b7d; }
.bka .camp-stub-age {
    margin: 0;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--marker-red);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.01em;
}
.bka .camp-stub.camp-stub-ii  .camp-stub-age { color: #3f577f; }
.bka .camp-stub.camp-stub-iii .camp-stub-age { color: #4d7358; }
.bka .camp-stub-title {
    margin: 10px 0 0;
    font-family: 'Bricolage Grotesque', 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.32rem;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: var(--ink);
}
.bka .camp-stub-meta {
    margin: 8px 0 0;
    font-size: 0.92rem;
    color: var(--ink-soft);
    line-height: 1.55;
}

.bka .postcard-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

/* ---- responsive ---- */
@media (max-width: 900px) {
    .bka .act-card.act-ii { transform: none; }
}
@media (max-width: 640px) {
    .bka { font-size: 17px; max-width: 100vw; width: 100vw; overflow-x: hidden; }
    .bka section, .bka header, .bka footer { max-width: 100vw; }
    .bka .hero-wordmark { max-width: 100%; }
    .bka .polaroid { padding: 10px 10px 40px; }
    .bka .tilt-l, .bka .tilt-ll, .bka .tilt-r, .bka .tilt-rr { transform: none; }
    .bka .pull-quote { font-size: 1.75rem; }
    .bka .hand-arrow { display: none; }
    .bka .ticket { padding: 22px 28px; }
    .bka .ticket .perforated { display: none; }
    .bka .postcard { padding: 28px 22px 28px; }
    .bka .postcard::before { display: none; }
    .bka .postcard-stamp { width: 56px; height: 64px; top: 12px; right: 14px; }
}
