:root {
    --bg: #fafbfc;
    --text: #1f2328;
    --muted: #6b7280;
    --brand: #1e2124;
    --brand-2: #36393e;
    --accent: #eab308;
    --card: #ffffff;
    --shadow: 0 6px 30px rgba(0,0,0,.08);
    --radius: 12px;
    --footer-height: 72px;
}
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    margin: 0;
    padding: 0 0 calc(var(--footer-height) + env(safe-area-inset-bottom, 0px));
    min-height: 100vh;
}
.skip-link {
    position: absolute;
    left: 1rem;
    top: -3rem;
    z-index: 200;
    padding: .7rem 1rem;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.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;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(234,179,8,.88);
    outline-offset: 3px;
}

/* Layout helpers and typography */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1rem; }
.section-title { font-size: clamp(1.6rem, 2.5vw, 2.2rem); margin: .25rem 0 1.2rem; }
.about-toggle {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .7rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: var(--brand);
    font-weight: 700;
}
.about-toggle:hover { background: #f8fafc; }
.about-content-collapsed p[hidden] { display: none; }
.about-content-expanded p[hidden] { display: block; }
.about-content-collapsed p:first-child {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-content-expanded p:first-child {
    display: block;
}
#about {
    background:
        radial-gradient(circle at top center, rgba(234,179,8,.08), transparent 22%),
        linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}
#about .container {
    max-width: 980px;
    display: grid;
    gap: .25rem;
    justify-items: center;
}
#about .section-title {
    margin-bottom: 1rem;
    text-align: center;
}
#about-content {
    position: relative;
    width: min(100%, 760px);
    max-width: 760px;
    padding: 1.7rem 1.8rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,250,251,.95)),
        radial-gradient(circle at top right, rgba(234,179,8,.08), transparent 28%);
    border: 1px solid rgba(229,231,235,.95);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15,23,42,.06);
}
#about-content::before {
    content: "“";
    position: absolute;
    top: .7rem;
    right: 1rem;
    color: rgba(234,179,8,.32);
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 800;
}
#about-content p {
    margin: 0;
    color: #374151;
    font-size: clamp(1.02rem, 1.8vw, 1.14rem);
    line-height: 1.82;
    max-width: 58ch;
    text-align: center;
    margin-inline: auto;
}
.subtitle { color: var(--muted); margin-top: -.5rem; }
.section-kicker {
    margin: 0 0 1.2rem;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.group-offer-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 2.6rem;
    background:
        linear-gradient(180deg, #fffdf7 0%, #fffaf4 46%, #ffffff 100%);
}
.group-offer-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.4rem;
    height: 2.4rem;
    background:
        linear-gradient(180deg, rgba(255,250,240,0), #fffaf0 72%),
        repeating-linear-gradient(135deg, rgba(116,82,45,.018) 0 1px, transparent 1px 8px);
    pointer-events: none;
}
.group-offer-section .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    padding: 0 clamp(.7rem, 2vw, 1.25rem);
}
.reasons-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .78rem;
    text-align: left;
    margin-top: -.75rem;
    margin-bottom: 1.7rem;
    width: min(1240px, calc(100vw - 1.4rem));
    margin-inline: auto;
    padding: 1.6rem 4.6rem;
    border: 1px solid #d8c59b;
    background:
        linear-gradient(90deg, rgba(226,209,169,.42) 0 2.55rem, rgba(124,91,53,.23) 2.55rem 2.62rem, transparent 2.62rem calc(100% - 2.62rem), rgba(124,91,53,.23) calc(100% - 2.62rem) calc(100% - 2.55rem), rgba(226,209,169,.42) calc(100% - 2.55rem)),
        repeating-linear-gradient(135deg, rgba(116,82,45,.035) 0 1px, transparent 1px 7px),
        #f9f1df;
    border-radius: 0;
    box-shadow:
        0 18px 38px rgba(67,45,23,.08),
        inset 0 0 0 4px rgba(255,252,240,.95),
        inset 0 0 0 9px rgba(216,197,155,.18);
}
.reasons-grid::before {
    content: "";
    position: absolute;
    inset: .55rem 3rem;
    border: 1px solid rgba(124,91,53,.22);
    pointer-events: none;
}
.reasons-grid::after {
    content: "";
    position: absolute;
    inset: .78rem 3.25rem;
    border: 1px solid rgba(124,91,53,.1);
    pointer-events: none;
}
.ticket-number {
    position: absolute;
    top: 50%;
    color: rgba(124,91,53,.46);
    font: 700 .72rem/1 Georgia, "Times New Roman", serif;
    letter-spacing: .06em;
    writing-mode: vertical-rl;
    transform: translateY(-50%);
    pointer-events: none;
}
.ticket-number-left { left: .92rem; }
.ticket-number-right { right: .92rem; }
.ticket-corner {
    display: none;
}
.ticket-corner::before,
.ticket-corner::after {
    display: none;
}
.ticket-corner::before {
    left: 2.05rem;
    top: 2.72rem;
    width: 1.25rem;
    height: 1px;
}
.ticket-corner::after {
    left: 2.72rem;
    top: 2.05rem;
    width: 1px;
    height: 1.25rem;
}
.ticket-corner-tl {
    left: -1.5rem;
    top: -1.5rem;
}
.ticket-corner-tr {
    right: -1.5rem;
    top: -1.5rem;
    transform: rotate(90deg);
}
.ticket-corner-bl {
    left: -1.5rem;
    bottom: -1.5rem;
    transform: rotate(-90deg);
    --ticket-cutout-bg: #f8f2e7;
}
.ticket-corner-br {
    right: -1.5rem;
    bottom: -1.5rem;
    transform: rotate(180deg);
    --ticket-cutout-bg: #f8f2e7;
}
.reason-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    align-content: start;
    gap: 1.35rem;
    min-height: 11.25rem;
    padding: 1.6rem 1.7rem 1.45rem;
    background: rgba(255,252,244,.9);
    border: 1px solid rgba(212,193,153,.82);
    border-radius: 2px;
    box-shadow: 0 8px 18px rgba(67,45,23,.055);
}
.reason-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: .35rem;
    right: -.4rem;
    bottom: .35rem;
    border-right: 1px solid rgba(124,91,53,.2);
    box-shadow:
        .18rem 0 0 -.16rem rgba(124,91,53,.16),
        -.18rem 0 0 -.16rem rgba(124,91,53,.16);
}
.reason-card-accent {
    background: rgba(255,250,236,.96);
}
.reason-card-icon {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    color: #243d32;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translate(.1rem, .18rem);
}
.reason-card-icon path,
.reason-card-icon circle { vector-effect: non-scaling-stroke; }
.reason-card-icon path { fill: none; }
.reason-card-icon circle,
.reason-card:first-child .reason-card-icon path { fill: currentColor; stroke: none; }
.reason-card h3 {
    margin: 0;
    color: #241c12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.reason-card h3::after {
    content: "";
    display: block;
    width: 1.85rem;
    margin-top: .42rem;
    border-top: 1px solid #b77e49;
}
.reason-card p {
    margin: .48rem 0 0;
    color: #594632;
    font-family: Georgia, "Times New Roman", serif;
    max-width: 22rem;
    font-size: 1.14rem;
    line-height: 1.34;
}
.reason-card a {
    display: inline-flex;
    margin-top: .58rem;
    color: #9a542b;
    font-size: 1.1rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .18em;
}
.reason-card a::after { content: ""; }
.reason-card-eyebrow {
    margin: 0;
    color: #92400e;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.reason-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .7rem;
}
.reason-card-list li {
    position: relative;
    padding-left: 1.6rem;
    font-weight: 600;
    line-height: 1.45;
}
.reason-card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #166534;
    font-weight: 800;
}
.group-offer-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.42fr);
    gap: 1.25rem;
    align-items: stretch;
}
.group-offer {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 1.5rem;
    text-align: left;
    background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,250,249,.96));
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
    padding: 1.75rem;
    overflow: hidden;
}
.group-offer-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 1rem;
}
.group-offer-eyebrow {
    margin: 0 0 .9rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: rgba(234,179,8,.14);
    color: #92400e;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.group-offer-intro {
    font-size: clamp(1.45rem, 2.8vw, 2.2rem);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 .85rem;
    max-width: 14ch;
}
.group-offer-lead {
    margin: 0 0 1.25rem;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 52ch;
}
.group-offer-button { margin-top: .25rem; }
.group-offer-details {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.group-offer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: .8rem;
}
.group-offer-list li {
    position: relative;
    padding: .85rem .95rem .85rem 2.8rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e7ecf2;
    font-weight: 600;
    line-height: 1.45;
}
.group-offer-list li::before {
    content: "✓";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(22,101,52,.12);
    color: #166534;
    font-size: .8rem;
    font-weight: 800;
}
.group-offer-block {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #eef1f4;
}
.group-offer-block h3 {
    margin: 0 0 .8rem;
    font-size: 1rem;
    color: var(--brand);
}
.group-offer-options {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}
.group-offer-options span {
    display: inline-flex;
    align-items: center;
    padding: .55rem .85rem;
    border-radius: 999px;
    background: rgba(30,33,36,.06);
    color: var(--text);
    font-weight: 600;
}
.group-offer-cta {
    margin: 1.2rem 0 0;
    color: var(--brand);
    font-weight: 700;
    line-height: 1.5;
}
.story-card {
    display: grid;
    gap: 1rem;
    padding: 1.1rem;
    text-align: left;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
    border: 1px solid rgba(229,231,235,.9);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}
.story-card-block {
    padding: 1.2rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eceff3;
}
.story-card-block-accent {
    background: linear-gradient(180deg, rgba(234,179,8,.1), rgba(255,255,255,1));
}
.story-card-eyebrow {
    margin: 0 0 .65rem;
    color: #64748b;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.story-card h3 {
    margin: 0 0 .9rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.2;
    max-width: 13ch;
}
.story-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    max-width: 29ch;
}
.story-card-block > * + * { margin-top: .7rem; }
