@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url(assets/barlow-condensed-600.woff2) format('woff2')}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url(assets/barlow-condensed-700.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url(assets/dm-sans-400.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url(assets/dm-sans-500.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;src:url(assets/dm-sans-600.woff2) format('woff2')}
@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url(assets/dm-sans-700.woff2) format('woff2')}
:root{--plum:#4b115e;--deep:#260c30;--red:#df003b;--red-ink:#b0002f;--yellow:#ffe31b;--paper:#fffef9;--ink:#321a35;--muted:#68596a;--border:#e0d7de;--field-border:#cbb8d1;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:30px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--body);overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
a,button,summary,label{-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:6px}
h1,h2,h3,p{margin:0}
h1,h2{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:-.015em;line-height:.98}
h2{font-size:clamp(3.1rem,5.3vw,5.2rem)}
h3{font:700 clamp(1.65rem,2.5vw,2.3rem)/1.1 var(--display)}
em{font-style:normal}
button,a,summary{touch-action:manipulation}
.skip-link{position:fixed;left:16px;top:0;transform:translateY(-140%);background:var(--yellow);color:var(--deep);font-weight:600;padding:12px 20px;z-index:100;border-radius:0 0 3px 3px}
.skip-link:focus{transform:translateY(0)}
.announcement{min-height:44px;background:var(--plum);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 5%;font-size:12px;font-weight:600;letter-spacing:.09em}
.announcement-tagline{font-weight:400;letter-spacing:.02em}
.lang-toggle{display:flex;align-items:center;gap:2px;flex-shrink:0;margin-right:-10px}
.lang-toggle button{min-height:44px;min-width:44px;padding:0 10px;border:0;background:none;color:#dcc7e2;font:600 12px/1 var(--body);letter-spacing:.09em;cursor:pointer;transition:color .2s,box-shadow .2s}
.lang-toggle button:hover{color:#fff}
.lang-toggle button[aria-pressed=true]{color:var(--yellow);box-shadow:inset 0 -2px 0 var(--yellow)}
.lang-toggle button:focus-visible{outline:3px solid var(--yellow);outline-offset:-3px}
.header{max-width:1600px;margin:auto;padding:7px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:100px;background:var(--paper);position:relative;z-index:5}
.brand{width:124px;flex-shrink:0}
.brand img{width:100%;height:auto}
.header nav{display:flex;align-items:center;gap:32px;font-weight:500;font-size:14px}
.header nav>a:not(.button){display:inline-flex;align-items:center;min-height:44px}
.header nav>a:not(.button):hover{color:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 24px;font-size:15px;font-weight:700;line-height:1.4;transition:background-color .2s,transform .2s,box-shadow .2s;border:1px solid transparent;border-radius:3px;min-height:54px;cursor:pointer;text-align:left}
.button span{font-size:21px;line-height:1}
.button:hover{transform:translateY(-2px)}
.button:active{transform:translateY(0)}
.button-yellow{background:var(--yellow);color:var(--deep)}
.button-yellow:hover{background:#fff17b}
.button-plum{background:var(--plum);color:#fff}
.button-plum:hover{background:#6a1b80}
.header .nav-cta{font-size:14px;padding:14px 20px;min-height:48px}
.menu-toggle{display:none}
.hero{position:relative;overflow:hidden;color:#fff;background:var(--deep);min-height:690px;display:flex;align-items:center;padding:58px 6% 95px}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(29,6,32,.91) 0%,rgba(33,7,31,.76) 27%,rgba(26,7,25,.30) 56%,rgba(23,9,23,.04) 85%),linear-gradient(0deg,rgba(24,4,27,.82),transparent 30%)}
.hero-content{position:relative;max-width:650px;z-index:1}
.eyebrow{font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.15em;margin-bottom:22px}
.hero .eyebrow{color:var(--yellow)}
h1{font-size:clamp(4.5rem,7vw,7.2rem);line-height:.9;letter-spacing:-.012em}
h1 em{color:var(--yellow)}
.hero-description{font-size:16px;line-height:1.65;max-width:390px;margin-top:25px;color:#f6edf4}
.hero-actions{display:flex;gap:30px;align-items:center;margin-top:27px}
.text-link{display:inline-flex;align-items:center;gap:18px;font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding:11px 0;min-height:44px;background:none;border-left:0;border-right:0;border-top:0;cursor:pointer;color:inherit}
.text-link:hover{color:var(--yellow)}
.hero-note{position:absolute;right:5%;top:55px;transform:rotate(7deg);border:1px solid #ffe31b88;border-radius:50%;width:153px;height:153px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#4b115e66;backdrop-filter:blur(4px);color:var(--yellow);text-align:center;padding:15px}
.hero-note span{font-size:11px;letter-spacing:.13em}
.hero-note strong{font:600 24px/1.05 var(--display);margin-top:8px}
.hero-bottom{position:absolute;bottom:23px;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:11px;letter-spacing:.09em;font-weight:500}
.hero-bottom a{display:flex;align-items:center;gap:20px;min-height:44px;padding:6px 0}
.hero-bottom a span{font-size:24px;line-height:1}
.flavor-strip{padding:22px 4%;background:var(--yellow);color:var(--plum);display:flex;justify-content:space-evenly;align-items:center;gap:20px;font:700 clamp(1.25rem,2.1vw,1.95rem)/1 var(--display);letter-spacing:.025em}
.flavor-strip i{font-style:normal;font-size:29px}
.section{padding:95px 6%;max-width:1600px;margin:auto}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:45px}
.section-heading>p{font-size:16px;max-width:340px;color:var(--muted);padding-bottom:5px}
.red{color:var(--red)}
.stations .eyebrow{color:var(--plum)}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.station-card{display:flex;flex-direction:column}
.station-photo{aspect-ratio:1.18;position:relative;overflow:hidden;border-radius:5px;background:#efe7e5}
.station-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.station-card:first-child .station-photo img{object-position:75% center}
.station-card:hover .station-photo img{transform:scale(1.035)}
.photo-tag{position:absolute;bottom:15px;left:15px;background:var(--paper);padding:7px 11px;font-size:10px;line-height:1.4;font-weight:700;letter-spacing:.08em;border-radius:2px;color:var(--plum)}
.card-content{padding:23px 0 0;display:flex;flex-direction:column;flex:1}
.station-number{font-size:11px;font-weight:600;letter-spacing:.13em;color:var(--muted);margin-bottom:12px;display:block}
.card-content h3{margin-bottom:11px}
.card-content p{font-size:15px;line-height:1.7;color:var(--muted)}
.card-content .station-subtitle{font-weight:600;color:var(--red-ink);font-size:13px;margin:-6px 0 11px}
.station-link{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:14px;font-weight:700;line-height:1.4;padding:23px 0 6px;margin-top:auto;min-height:54px;color:var(--plum)}
.station-link span{font-size:23px;transition:transform .2s}
.station-link:hover{color:var(--red-ink)}
.station-link:hover span{transform:translate(2px,-2px)}
.more-stations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:40px}
.small-station{padding:28px 26px 23px;background:#f3ecf5;border:1px solid #e8ddec;border-radius:5px;display:flex;flex-direction:column}
.small-station:nth-child(2){background:#fff7d7;border-color:#f3eac3}
.small-station:nth-child(3){background:#ffedf0;border-color:#f3dce2}
.small-station h3{margin-bottom:13px}
.small-station p{font-size:15px;line-height:1.7;color:var(--muted)}
.small-station .station-link{padding-top:22px;font-size:13px}
.image-caption{font-size:12px;color:var(--muted);margin-top:23px;text-align:right;line-height:1.6}
.celebrations{background:var(--plum);color:#fff;padding:84px 6%;display:grid;grid-template-columns:1.12fr 1fr;gap:9%;position:relative;overflow:hidden}
.celebration-intro{max-width:600px}
.celebrations .eyebrow{color:var(--yellow)}
.celebrations h2{font-size:clamp(3rem,4.7vw,4.8rem)}
.celebrations h2 em{color:var(--yellow)}
.celebration-intro>p:not(.eyebrow){max-width:465px;font-size:16px;color:#e4d3e9;margin-top:28px}
.occasion-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.occasion-list span{padding:6px 15px;border:1px solid #9f73ac;font-size:13px;border-radius:40px}
.how-it-works{max-width:485px;padding-top:5px}
.how-it-works>.eyebrow{margin-bottom:28px}
.step{display:flex;gap:25px;border-top:1px solid #80578e;padding:24px 0}
.step>span{font:600 28px/1.1 var(--display);color:var(--yellow);padding-top:3px}
.step h3{font-size:27px;margin-bottom:9px}
.step p{font-size:14px;color:#e4d3e9;line-height:1.7}
.how-it-works>.button{margin-top:10px}
.questions{display:grid;grid-template-columns:.9fr 1.25fr;gap:8%;padding-top:95px;padding-bottom:95px}
.questions h2{font-size:clamp(3rem,4.5vw,4.5rem)}
.questions>div>p:not(.eyebrow){margin-top:25px;color:var(--muted)}
.inline-link{border-bottom:1px solid currentColor;color:var(--plum);font-weight:500;display:inline-block;padding:3px 0}
.inline-link:hover{color:var(--red-ink)}
.faq-list{border-top:1px solid var(--border)}
details{border-bottom:1px solid var(--border)}
summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;font-size:16px;line-height:1.5;font-weight:600;padding:23px 0;cursor:pointer;min-height:56px}
summary::-webkit-details-marker{display:none}
summary:hover{color:var(--plum)}
summary>span{color:var(--red-ink);font-size:27px;font-weight:400;line-height:1;transition:transform .2s}
details[open] summary>span{transform:rotate(45deg)}
details>p{font-size:15px;color:var(--muted);padding:0 30px 24px 0;line-height:1.75}

/* Plan your party */
/* Gallery */
.gallery .eyebrow{color:var(--plum)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tile{position:relative;display:block;overflow:hidden;border-radius:5px;background:#efe7e5;aspect-ratio:1;cursor:pointer}
.tile-feature{grid-column:1/3;grid-row:1/3}
.tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.tile::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(24,4,27,.5),rgba(24,4,27,0) 45%);opacity:0;transition:opacity .25s}
.tile:hover img{transform:scale(1.04)}
.tile:hover::after,.tile:focus-visible::after{opacity:1}
.tile-link{background:var(--plum);color:#fff}
.tile-link:hover{background:#5c1673}
.tile-link::after{display:none}
.tile-link-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;padding:20px}
.tile-link-inner svg{color:var(--yellow);transition:transform .25s}
.tile-link:hover .tile-link-inner svg{transform:translateY(-3px)}
.tile-link-inner strong{font:700 clamp(1.25rem,1.7vw,1.6rem)/1.1 var(--display);text-transform:uppercase;letter-spacing:-.01em;margin-top:3px}
.tile-link-inner>span:last-child{font-size:12.5px;color:#e0cde6}
.tile-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;background:#fffef9e6;color:var(--plum);display:flex;align-items:center;justify-content:center;padding-left:4px;box-shadow:0 6px 22px rgba(24,4,27,.35);transition:background-color .2s,transform .2s;z-index:1}
.tile-feature:hover .tile-play{background:var(--yellow);transform:translate(-50%,-50%) scale(1.06)}
.tile-label{position:absolute;left:18px;bottom:18px;right:18px;z-index:1;color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em;text-shadow:0 1px 12px rgba(24,4,27,.75);display:flex;align-items:center;gap:10px}
.tile-time{font-weight:500;opacity:.85;font-size:12px;border-left:1px solid #ffffff66;padding-left:10px}

/* Gallery viewer */
.lightbox{position:fixed;inset:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;border:0;background:rgba(24,4,27,.94);overflow:hidden}
.lightbox::backdrop{background:rgba(24,4,27,.93)}
.lightbox-stage{margin:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:74px 84px 56px}
.lightbox-media{display:flex;align-items:center;justify-content:center;min-height:0;flex:1;width:100%}
.lightbox-media img,.lightbox-media video{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:4px;background:#1a0619;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.lightbox-caption{display:flex;align-items:baseline;justify-content:center;gap:16px;flex-wrap:wrap;color:#f0e6ef;font-size:14px;line-height:1.5;text-align:center;max-width:640px}
.lightbox-count{color:#b9a3bd;font-size:12px;font-weight:600;letter-spacing:.1em;white-space:nowrap}
.lightbox-close,.lightbox-nav{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff2e;background:#ffffff14;color:#fff;border-radius:50%;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}
.lightbox-close{top:18px;right:18px;width:48px;height:48px}
.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px}
.lightbox.single .lightbox-nav{display:none}
.lightbox-prev{left:18px}
.lightbox-next{right:18px}
.lightbox-close:hover,.lightbox-nav:hover{background:var(--yellow);border-color:var(--yellow);color:var(--deep)}
.lightbox-close:focus-visible,.lightbox-nav:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
@media(prefers-reduced-motion:no-preference){.lightbox[open]{animation:backdrop-in .22s ease}}

.contact{background:var(--yellow);padding:75px 7%;display:grid;grid-template-columns:1fr 1.08fr;grid-template-areas:"main panel" "aside panel";column-gap:6%;row-gap:0;color:var(--plum);align-items:start}
.contact-main{grid-area:main}
.plan-panel{grid-area:panel}
.contact-aside{grid-area:aside}
.contact h2{font-size:clamp(3.4rem,5.2vw,5.6rem)}
.contact h2 em{color:var(--red)}
.contact-main>p:not(.eyebrow){font-size:17px;margin-top:23px;line-height:1.6}
.contact-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:26px}
.phone-link{font-size:21px;font-weight:700;border-bottom:1px solid var(--plum);display:inline-flex;align-items:center;min-height:44px}
.phone-link:hover{color:var(--red-ink);border-color:var(--red-ink)}
.contact-actions .text-link:hover{color:var(--red-ink)}
.contact-main>p.contact-hint{font-size:13px;line-height:1.6;margin-top:16px;max-width:360px}
.contact-aside{display:flex;flex-direction:column;align-items:flex-start;margin-top:52px;padding-top:38px;border-top:1px solid #4b115e33;max-width:520px}
.contact-burst{font-size:54px;color:var(--red);line-height:1;margin-bottom:14px;display:block}
.contact-aside p{font:600 clamp(2.2rem,3.2vw,3.2rem)/1 var(--display);text-transform:uppercase;transform:rotate(-4deg);transform-origin:left center}
.contact-aside p strong{color:var(--red);font-weight:700}
.contact-area{font-size:10px;font-weight:700;letter-spacing:.1em;line-height:1.7;margin-top:30px;max-width:240px}
.plan-panel{background:var(--paper);border:1px solid #4b115e2b;border-radius:8px;padding:28px 28px 26px;box-shadow:0 1px 2px rgba(38,12,48,.07),0 20px 44px -24px rgba(38,12,48,.6)}
.plan-form{display:flex;flex-direction:column;gap:15px}
.plan-form-intro{font-size:14px;line-height:1.6;color:var(--muted)}
.form-alert{background:#fff1f4;border:1px solid #f0c3ce;border-left:4px solid var(--red-ink);color:var(--red-ink);font-size:14px;font-weight:600;line-height:1.55;padding:13px 15px;border-radius:4px}
.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:15px}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-size:13px;font-weight:700;color:var(--plum);line-height:1.4}
.field .optional{font-weight:500;color:var(--muted)}
.field input,.field select,.field textarea{font:400 16px/1.5 var(--body);color:var(--ink);background:#fff;border:1px solid var(--field-border);border-radius:4px;padding:11px 13px;width:100%;min-height:48px;transition:border-color .2s,box-shadow .2s}
.field textarea{min-height:68px;resize:vertical;line-height:1.55}
.field select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b115e' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9.5 12 15.5 18 9.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:17px}
.field input::placeholder,.field textarea::placeholder{color:#9a8ba0}
.field input:hover,.field select:hover,.field textarea:hover{border-color:#a98cb3}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--plum);box-shadow:0 0 0 3px #4b115e1f;outline-offset:3px}
.field input[aria-invalid=true],.field select[aria-invalid=true]{border-color:var(--red-ink);background:#fff8fa}
.field-error{font-size:12.5px;line-height:1.5;font-weight:600;color:var(--red-ink)}
.stations-field{border:0;padding:0;margin:2px 0 0;min-width:0}
.stations-field legend{font-size:13px;font-weight:700;color:var(--plum);padding:0;margin-bottom:9px}
.station-picks{display:flex;flex-wrap:wrap;gap:8px}
.pick{position:relative;display:inline-flex;align-items:center;cursor:pointer}
.pick input{position:absolute;width:1px;height:1px;opacity:0;margin:0}
.pick span{display:inline-flex;align-items:center;min-height:44px;padding:7px 15px;border:1px solid var(--field-border);border-radius:40px;font-size:13.5px;font-weight:500;color:var(--ink);background:#fff;transition:background-color .2s,border-color .2s,color .2s}
.pick:hover span{border-color:var(--plum);color:var(--plum)}
.pick input:checked+span{background:var(--plum);border-color:var(--plum);color:#fff;padding-left:35px}
.pick input:checked+span::before{content:"";position:absolute;left:15px;top:50%;width:11px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-70%) rotate(-45deg)}
.pick input:focus-visible+span{outline:3px solid var(--red);outline-offset:3px}
.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.plan-submit{justify-content:center;gap:14px;width:100%;margin-top:2px;min-height:52px}
.plan-submit[aria-disabled=true]{opacity:.65;pointer-events:none}
.plan-privacy{font-size:12px;line-height:1.6;color:var(--muted)}
.plan-success{text-align:left}
.plan-success h3{margin:6px 0 12px;color:var(--plum)}
.plan-success>p{font-size:15px;line-height:1.7;color:var(--muted)}
.plan-success-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:24px 0 18px}
.plan-success-actions .text-link{color:var(--plum);font-size:14px}
.plan-success-actions .text-link:hover{color:var(--red-ink)}

.sent-modal{position:fixed;margin:auto;border:0;padding:0;max-width:440px;width:calc(100% - 32px);background:transparent;overflow:visible}
.sent-modal::backdrop{background:rgba(38,12,48,.62);backdrop-filter:blur(3px)}
.sent-modal[open]{display:block}
.sent-modal-inner{position:relative;background:var(--paper);color:var(--ink);border-radius:8px;border-top:6px solid var(--yellow);padding:34px 32px 28px;box-shadow:0 2px 4px rgba(38,12,48,.12),0 32px 60px -20px rgba(38,12,48,.75)}
.sent-modal h2{font:700 clamp(1.9rem,5vw,2.5rem)/1.02 var(--display);color:var(--plum);text-transform:uppercase;letter-spacing:-.015em;margin-bottom:12px}
.sent-modal>.sent-modal-inner>p{font-size:15px;line-height:1.7;color:var(--muted)}
.sent-modal .contact-burst{font-size:42px;margin-bottom:12px}
.sent-modal-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin:24px 0 16px}
.sent-modal-actions .button{flex:1;justify-content:center;gap:0;min-width:140px}
.sent-modal-actions .text-link{color:var(--plum);font-size:14px;gap:12px}
.sent-modal-actions .text-link:hover{color:var(--red-ink)}
.sent-modal-close{position:absolute;top:12px;right:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;background:none;color:var(--muted);border-radius:3px;cursor:pointer;transition:color .2s,background-color .2s}
.sent-modal-close:hover{color:var(--plum);background:#4b115e12}
@media(prefers-reduced-motion:no-preference){.sent-modal[open]{animation:modal-in .32s cubic-bezier(.16,1,.3,1)}.sent-modal[open]::backdrop{animation:backdrop-in .3s ease}}
@keyframes modal-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@keyframes backdrop-in{from{opacity:0}to{opacity:1}}
footer{padding:35px 6% 20px}
.footer-top{display:flex;align-items:center;gap:35px;padding-bottom:26px}
.footer-brand{width:122px}
.footer-brand img{width:100%;height:auto}
.footer-top>p{font-size:15px;line-height:1.5}
.footer-socials{margin-left:auto;display:flex;gap:30px;font-size:14px;font-weight:600}
.footer-socials a{display:inline-flex;align-items:center;min-height:44px}
.footer-socials span{margin-left:10px}
.footer-socials a:hover{color:var(--red-ink)}
.footer-bottom{padding-top:20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;font-size:12px;line-height:1.5;color:var(--muted)}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px}
.footer-bottom a:hover{color:var(--plum)}
.powered-by{display:flex;justify-content:center;padding:6px 0 2px}
.powered-by a{display:inline-flex;align-items:center;gap:11px;padding:8px 10px;min-height:44px;opacity:.55;transition:opacity .2s}
.powered-by a:hover,.powered-by a:focus-visible{opacity:1}
.powered-by span{font-size:11px;letter-spacing:.02em;color:var(--muted)}
.powered-by img{width:108px;height:auto}

@media(min-width:1600px){.hero{padding-left:max(6%,calc((100vw - 1400px)/2));min-height:780px}.hero-bottom{left:max(6%,calc((100vw - 1400px)/2))}.celebrations,.contact{padding-left:calc((100vw - 1400px)/2);padding-right:calc((100vw - 1400px)/2)}}
@media(max-width:1150px){.header nav{gap:20px}.header .nav-cta{padding:13px 15px;gap:18px}.brand{width:116px}.hero{min-height:650px}h1{font-size:6rem}.hero-content{max-width:540px}.hero-note{width:126px;height:126px}.hero-note strong{font-size:20px}.hero-note span{font-size:9px}.featured-grid,.more-stations,.gallery-grid{gap:14px}.small-station{padding:25px 20px 20px}.section{padding:75px 5%}.section-heading{gap:28px}.section-heading>p{max-width:300px}.station-photo{aspect-ratio:1}.celebrations{gap:6%;padding:70px 5%}.questions{gap:7%}.contact{padding:65px 5%;column-gap:4%}.plan-panel{padding:26px 24px 24px}.contact-actions{gap:20px}}
@media(max-width:980px){.header{min-height:88px}.menu-toggle{display:flex;border:0;background:var(--plum);width:46px;height:46px;flex-direction:column;justify-content:center;align-items:center;gap:6px;border-radius:3px;cursor:pointer}.menu-toggle span{display:block;width:21px;height:2px;background:#fff;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);flex-direction:column;align-items:stretch;padding:14px 6% 25px;gap:2px;border-top:1px solid var(--border);box-shadow:0 16px 20px #260c3014}.header nav.open{display:flex}.header nav>a:not(.button){padding:12px 2px;min-height:48px}.header nav .button{margin-top:12px;justify-content:space-between}.celebrations{grid-template-columns:1fr;gap:48px}.questions{grid-template-columns:1fr;gap:34px}.contact{grid-template-columns:1fr;grid-template-areas:"main" "panel" "aside";row-gap:38px}.contact h2{font-size:clamp(3.4rem,7.4vw,5rem)}.contact-main{max-width:640px}.contact-aside{margin-top:0;padding-top:34px}.plan-panel{max-width:680px}}
@media(min-width:761px) and (max-width:980px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.featured-grid .station-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}.featured-grid .station-card:last-child .station-photo{aspect-ratio:1.25}.featured-grid .station-card:last-child .card-content{padding-top:0}.more-stations{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.more-stations .small-station:last-child{grid-column:1/-1}.gallery-grid{gap:14px}.card-content h3{font-size:1.9rem}.card-content p,.small-station p{font-size:15px}}
@media(max-width:760px){html{scroll-padding-top:20px}.announcement{font-size:10px;min-height:44px;padding:0 5%;gap:10px}.announcement-tagline{display:none}.lang-toggle button{min-width:40px;padding:0 8px;font-size:11px}.header{min-height:85px;padding:5px 5%}.brand{width:114px}.hero{min-height:690px;padding:45px 6% 75px;align-items:flex-start}.hero{min-height:min(690px,94svh)}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(29,6,32,.84),rgba(29,6,32,.51) 63%,rgba(29,6,32,.25)),linear-gradient(0deg,rgba(24,4,27,.9),transparent 38%)}.hero .eyebrow{font-size:10px;max-width:250px;margin-bottom:25px}.hero-content{width:100%}h1{font-size:clamp(3.6rem,10.5vw,5.7rem);line-height:.96}.hero-description{max-width:310px;font-size:15px;margin-top:25px}.hero-actions{gap:22px;flex-wrap:wrap;margin-top:25px}.hero-actions .button{font-size:14px;padding:16px 20px;gap:23px}.hero-actions .text-link{font-size:13px;gap:10px}.hero-note{display:none}.hero-bottom{bottom:22px;left:6%;right:6%;font-size:9px;letter-spacing:.06em}.hero-bottom a{font-size:0;gap:0}.hero-bottom a span{font-size:24px}.flavor-strip{padding:20px 4%;gap:14px;font-size:1.18rem;flex-wrap:wrap;justify-content:center}.flavor-strip>span:last-child,.flavor-strip>i:last-of-type{display:none}.flavor-strip i{font-size:20px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:32px}.eyebrow{font-size:10px;margin-bottom:17px}h2{font-size:3.4rem}.section-heading>p{margin-top:23px;max-width:440px;font-size:15px}.featured-grid{grid-template-columns:1fr;gap:35px}.station-photo{aspect-ratio:1.32}.card-content{padding-top:20px}.card-content h3{font-size:2.25rem;margin-bottom:12px}.card-content p{font-size:16px}.station-number{font-size:11px}.station-link{font-size:14px;padding-top:18px}.photo-tag{font-size:10px}.more-stations{grid-template-columns:1fr;gap:14px;margin-top:30px}.small-station{padding:26px}.small-station h3{font-size:2rem}.small-station p{font-size:16px}.small-station .station-link{font-size:14px}.image-caption{text-align:left;font-size:12px;margin-top:20px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tile-feature{grid-column:1/-1;grid-row:auto;aspect-ratio:1.62}.gallery-grid .tile:last-child{grid-column:1/-1;aspect-ratio:1.62}.tile-play{width:62px;height:62px}.tile-label{left:14px;bottom:14px;right:14px;font-size:12px}.lightbox-stage{padding:70px 14px 24px}.lightbox-nav{width:46px;height:46px;top:auto;bottom:18px;transform:none}.lightbox-prev{left:calc(50% - 56px)}.lightbox-next{right:calc(50% - 56px)}.lightbox-caption{padding-bottom:44px}.celebrations{gap:45px;padding:62px 6%}.celebrations h2{font-size:3.3rem}.celebration-intro>p:not(.eyebrow){font-size:16px;margin-top:25px}.occasion-list{gap:9px}.occasion-list span{padding:5px 13px;font-size:13px}.how-it-works{max-width:none}.how-it-works>.eyebrow{margin-bottom:23px}.step p{font-size:15px}.questions h2{font-size:3.3rem}.questions>div>p:not(.eyebrow){font-size:15px;margin-top:20px}summary{font-size:16px;padding:20px 0}details>p{font-size:15px;padding-right:15px}.contact{padding:58px 6% 62px;row-gap:32px}.contact h2{font-size:clamp(3.4rem,12vw,4.6rem)}.contact-main>p:not(.eyebrow){font-size:16px}.contact-main>p.contact-hint{font-size:13px}.contact-actions{gap:20px}.contact-aside{margin-top:0;padding-top:30px}.contact-burst{font-size:46px}.contact-aside p{font-size:2.5rem}.contact-area{margin-top:24px}.plan-panel{padding:22px 18px 20px;border-radius:6px}.sent-modal-inner{padding:28px 22px 24px}.sent-modal-actions{gap:18px;margin:20px 0 14px}.plan-form{gap:14px}.field-grid{grid-template-columns:1fr;gap:14px}.pick span{font-size:14px;padding:8px 15px}.footer-top{flex-wrap:wrap;gap:25px;padding-bottom:20px}.footer-brand{width:116px}.footer-top>p{font-size:14px}.footer-socials{width:100%;margin-left:0;gap:30px;font-size:14px}.footer-bottom{flex-wrap:wrap;gap:8px 15px;font-size:11px}.footer-bottom>span:first-child{width:100%}.footer-bottom>a{margin-left:auto}.powered-by{padding-top:2px}}
@media(max-width:370px){.hero{min-height:730px}.hero{min-height:min(730px,94svh)}h1{font-size:3.4rem}.hero-actions{gap:16px}.hero-actions .button{padding:15px 16px;gap:15px}.flavor-strip{font-size:1.02rem;gap:10px}.flavor-strip i{font-size:17px}.contact h2{font-size:3.5rem}.contact .button{gap:20px;padding:16px 18px}.plan-panel{padding:22px 16px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
