/*
 * KSAME — "La boda se desata".
 * Hoja de estilos independiente: portal nocturno, cintas-K y acid lime como señal de festival.
 */
:root { --night:#101946; --cream:#fff8df; --lime:#d9ff4a; --pink:#f95ad3; --orange:#f7931f; --display:"Bowlby One SC", Impact, sans-serif; --body:"DM Sans", sans-serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--night); color:var(--cream); font-family:var(--body); } a { color:inherit; text-decoration:none; } button { font:inherit; }
.festival-site { overflow:clip; background:var(--night); }.festival-logo { display:inline-flex; align-items:center; gap:9px; color:var(--night); font-family:var(--display); font-size:17px; letter-spacing:-.08em; line-height:1; }.festival-logo--light { color:var(--cream); }.festival-logo--large { font-size:clamp(38px,5vw,82px); gap:18px; }.festival-logo-mark { width:27px; height:30px; position:relative; display:inline-block; flex:0 0 auto; }.festival-logo--large .festival-logo-mark { width:74px; height:82px; }.festival-logo-mark i,.festival-logo-mark b,.festival-logo-mark em,.festival-logo-mark strong { display:block; position:absolute; border:2px solid currentColor; border-radius:99px; width:9px; height:30px; transform:rotate(-42deg); }.festival-logo-mark i{left:2px;top:2px}.festival-logo-mark b{left:7px;top:2px}.festival-logo-mark em{left:12px;top:2px}.festival-logo-mark strong{left:17px;top:2px}.festival-logo--large .festival-logo-mark i,.festival-logo--large .festival-logo-mark b,.festival-logo--large .festival-logo-mark em,.festival-logo--large .festival-logo-mark strong{width:24px;height:82px;border-width:5px}.festival-logo--large .festival-logo-mark b{left:17px}.festival-logo--large .festival-logo-mark em{left:32px}.festival-logo--large .festival-logo-mark strong{left:47px}
.festival-header { height:82px; position:absolute; top:0; left:0; right:0; z-index:30; display:flex; align-items:center; padding:0 4vw; color:var(--cream); border-bottom:1px solid rgba(255,248,223,.32); }.festival-nav { margin:0 auto; display:flex; gap:30px; font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }.festival-nav a { transition:color .18s ease; }.festival-nav a:hover{color:var(--lime)}.header-cta { display:inline-flex; gap:9px; align-items:center; padding:10px 16px; border-radius:99px; background:var(--lime); color:var(--night); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; transition:transform .2s cubic-bezier(.23,1,.32,1),background .2s ease; }.header-cta:hover{transform:rotate(-3deg) scale(1.04);background:#f6a9ff}.festival-menu-trigger{display:none;margin-left:auto;padding:8px 0 8px 12px;border:0;background:transparent;color:inherit;font-size:25px}.festival-mobile-menu{display:none}
.festival-hero { min-height:840px; height:100svh; position:relative; padding:16.2vh 4vw 4.2vh; overflow:hidden; background:var(--night); isolation:isolate; }.hero-starry-sky { position:absolute; inset:0; z-index:-2; opacity:.85; background-image:radial-gradient(var(--cream) .8px,transparent 1px),radial-gradient(var(--lime) .75px,transparent 1.2px); background-size:29px 29px,53px 53px; background-position:1px 4px,15px 17px; }.hero-halo{position:absolute;border-radius:50%;z-index:-1}.hero-halo--one{width:48vw;aspect-ratio:1;left:-18vw;bottom:-29vw;background:var(--pink);opacity:.85}.hero-halo--two{width:34vw;aspect-ratio:1;top:-14vw;right:13vw;background:var(--lime);mix-blend-mode:screen;opacity:.26}.hero-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;letter-spacing:.17em;color:var(--lime);text-transform:uppercase;animation:fest-slide .65s .05s cubic-bezier(.23,1,.32,1) both}.hero-copy-festival{position:relative;z-index:4;width:min(63vw,820px);margin:5.7vh 0 0 8.7vw}.hero-kicker{margin:0 0 13px 4px;font-size:clamp(13px,1.4vw,20px);font-weight:700;letter-spacing:-.04em;line-height:1.04;color:#f6a9ff;animation:fest-slide .65s .14s cubic-bezier(.23,1,.32,1) both}.hero-copy-festival h1,.experience-title-wrap h2,.worlds-header h2,.contact-festival-content h2{margin:0;font-family:var(--display);font-weight:400;line-height:.81;letter-spacing:-.075em}.hero-copy-festival h1{font-size:clamp(75px,10.4vw,172px);color:var(--cream);animation:fest-slide .7s .2s cubic-bezier(.23,1,.32,1) both}.hero-copy-festival h1 span,.experience-title-wrap h2 span,.worlds-header h2 span,.contact-festival-content h2 span{color:var(--lime)}.hero-description{width:min(340px,65vw);margin:28px 0 0 7px;font-size:14px;line-height:1.63;color:rgba(255,248,223,.86);animation:fest-slide .7s .29s cubic-bezier(.23,1,.32,1) both}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin:28px 0 0 7px;animation:fest-slide .7s .35s cubic-bezier(.23,1,.32,1) both}.button-lime,.button-ghost{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.button-lime{padding:16px 19px;background:var(--lime);color:var(--night);border-radius:3px 18px 3px 18px;transition:transform .2s cubic-bezier(.23,1,.32,1),background .2s ease}.button-lime:hover{background:#f6a9ff;transform:rotate(-2deg) translateY(-3px)}.button-ghost{padding:15px 4px;border-bottom:1px solid currentColor;color:var(--cream)}.button-ghost:hover{color:var(--lime)}
.hero-photo-block{width:min(33vw,475px);height:min(68vh,590px);position:absolute;z-index:2;right:7vw;bottom:-3.1vh;overflow:hidden;border:3px solid var(--lime);border-radius:43% 43% 0 0 / 19% 19% 0 0;box-shadow:20px 20px 0 var(--pink);transform:rotate(4.2deg);animation:fest-photo .8s .38s cubic-bezier(.23,1,.32,1) both}.hero-photo-block img{width:100%;height:100%;object-fit:cover;filter:saturate(1.8) contrast(1.08)}.hero-photo-wash{position:absolute;inset:0;background:linear-gradient(160deg,rgba(16,25,70,.05),rgba(249,90,211,.31) 68%,rgba(16,25,70,.78));mix-blend-mode:screen}.hero-photo-label{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:space-between;align-items:flex-end;font-size:9px;font-weight:800;line-height:1.22;letter-spacing:.11em;text-transform:uppercase}.hero-photo-label span:first-child{padding:6px 8px;background:var(--night);color:var(--lime)}.festival-moon{position:absolute;top:9%;right:10%;width:79px;height:79px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 8px rgba(255,248,223,.22)}.festival-moon i{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--night)}.festival-moon i:nth-child(1){left:23px;top:24px}.festival-moon i:nth-child(2){right:23px;top:24px}.festival-moon i:nth-child(3){width:26px;height:4px;left:26px;bottom:20px;border-radius:99px}.hero-ribbon-gate{position:absolute;z-index:3;left:-18px;bottom:-46px;width:188px;height:160px;transform:rotate(-11deg);filter:drop-shadow(7px 7px 0 var(--night))}.hero-ribbon-gate i{position:absolute;display:block;width:32px;height:140px;border:5px solid var(--lime);border-radius:99px;transform:rotate(-44deg)}.hero-ribbon-gate i:nth-child(1){left:16px;top:4px}.hero-ribbon-gate i:nth-child(2){left:49px;top:2px}.hero-ribbon-gate i:nth-child(3){left:81px;top:1px;border-color:var(--pink)}.hero-ribbon-gate i:nth-child(4){left:114px;top:0;border-color:var(--cream)}.hero-scroll{position:absolute;z-index:5;bottom:33px;left:4vw;display:flex;align-items:center;gap:10px;color:var(--cream);font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero-scroll span:last-child{color:var(--lime);animation:festival-bob 1.6s ease-in-out infinite}
.experience-section{position:relative;background:var(--cream);color:var(--night);padding:8vw 4vw 0;overflow:hidden}.ticket-corner{position:absolute;top:17px;left:0;width:100%;overflow:hidden;white-space:nowrap;color:var(--pink);font-size:10px;font-weight:800;letter-spacing:.19em}.section-tab{display:inline-flex;padding:7px 10px 6px;background:var(--night);color:var(--cream);border-radius:99px;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.section-tab--dark{background:var(--cream);color:var(--night)}.experience-title-wrap{display:grid;grid-template-columns:245px 1fr;gap:4vw;align-items:start;margin:7vw 6vw 6vw}.section-kicker{padding-top:9px;margin:0;font-size:13px;line-height:1.35;font-weight:700}.experience-title-wrap h2{font-size:clamp(52px,7.7vw,132px)}.experience-title-wrap h2 span{color:var(--pink)}.experience-grid{display:grid;grid-template-columns:1.06fr .84fr .65fr;min-height:390px;margin:0 -4vw}.experience-statement{position:relative;padding:50px 9vw 45px 10vw;background:var(--lime);clip-path:polygon(0 0,93% 0,100% 100%,0 100%);overflow:hidden}.experience-statement p{position:relative;z-index:2;max-width:348px;margin:40px 0 0;font-size:22px;font-weight:700;letter-spacing:-.055em;line-height:1.18}.statement-star{position:relative;z-index:2;font-size:47px;line-height:1}.experience-seal{position:absolute;right:8%;bottom:-31px;width:150px;height:150px;border:4px solid var(--night);border-radius:50%;opacity:.88}.experience-seal::before{content:"KSAME · PORTAL · KSAME · PORTAL ·";position:absolute;left:17px;top:18px;width:112px;height:112px;border:2px dashed var(--night);border-radius:50%;display:grid;place-content:center;font-size:8px;font-weight:800;text-align:center;line-height:1.3}.experience-seal i{position:absolute;top:33px;left:59px;width:16px;height:80px;border:3px solid var(--night);border-radius:99px;transform:rotate(-43deg)}.experience-seal i:nth-child(2){left:72px}.experience-seal i:nth-child(3){left:85px}.experience-photo{position:relative;overflow:hidden;min-height:365px;background:var(--night)}.experience-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.9) contrast(1.18) brightness(.66);transition:transform .6s cubic-bezier(.23,1,.32,1)}.experience-photo:hover img{transform:scale(1.06)}.experience-photo::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(145deg,rgba(249,90,211,.69),rgba(16,25,70,.19) 47%,rgba(217,255,74,.45));mix-blend-mode:color}.experience-photo::after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(0deg,rgba(16,25,70,.9),transparent 60%)}.experience-photo figcaption{position:absolute;z-index:3;left:20px;bottom:19px;color:var(--cream);font-family:var(--display);font-size:clamp(19px,2.4vw,34px);line-height:.85;letter-spacing:-.06em;text-transform:uppercase}.experience-photo--dance{transform:skewX(-5deg);transform-origin:bottom}.experience-photo--dance img{transform:skewX(5deg) scale(1.11)}.experience-photo--dance:hover img{transform:skewX(5deg) scale(1.17)}.experience-marquee{display:flex;align-items:center;justify-content:center;gap:24px;height:65px;margin:0 -4vw;overflow:hidden;white-space:nowrap;background:var(--pink);color:var(--night);font-family:var(--display);font-size:clamp(17px,2vw,30px);letter-spacing:-.05em}.experience-marquee b{color:var(--lime)}
.worlds-section{position:relative;padding:9vw 4vw 11vw;overflow:hidden;background:var(--night);color:var(--cream)}.worlds-section::before{content:"";position:absolute;width:59vw;height:59vw;right:-17vw;top:-18vw;border-radius:50%;border:1px solid rgba(217,255,74,.35);box-shadow:0 0 0 34px rgba(217,255,74,.07),0 0 0 69px rgba(217,255,74,.04)}.worlds-header{position:relative;z-index:2;display:grid;grid-template-columns:.55fr .72fr 1.55fr;align-items:end;gap:3vw}.worlds-header p{margin:0 0 7px;font-size:13px;font-weight:600;line-height:1.43;color:rgba(255,248,223,.77)}.worlds-header h2{font-size:clamp(53px,7.4vw,126px);text-align:right}.worlds-header h2 span{color:var(--pink)}.worlds-track{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1.4vw;margin-top:9vw}.world-card{min-height:370px;position:relative;padding:23px;border:2px solid var(--cream);overflow:hidden;transition:transform .25s cubic-bezier(.23,1,.32,1)}.world-card:hover{transform:translateY(-9px) rotate(-1deg)}.world-card--one{color:var(--night);background:var(--lime);border-color:var(--lime)}.world-card--two{color:var(--cream);background:var(--pink);border-color:var(--pink)}.world-card--three{color:var(--night);background:var(--orange);border-color:var(--orange)}.world-card-number{position:absolute;right:14px;top:-7px;font-family:var(--display);font-size:87px;line-height:1;opacity:.2}.world-card-icon{width:59px;height:59px;position:relative;display:grid;place-content:center;border-radius:50%;border:1px solid currentColor}.portal-glyph i,.portal-glyph b{position:absolute;display:block;border:2px solid currentColor;border-radius:50%}.portal-glyph i{inset:12px}.portal-glyph b{inset:21px;border-style:dashed}.portal-glyph--double::after{content:"";position:absolute;width:9px;height:9px;right:5px;top:5px;border-radius:50%;background:currentColor}.ribbon-glyph i,.ribbon-glyph b,.ribbon-glyph em{position:absolute;display:block;width:12px;height:42px;border:2px solid currentColor;border-radius:99px;transform:rotate(-45deg)}.ribbon-glyph i{left:15px}.ribbon-glyph b{left:24px}.ribbon-glyph em{left:33px}.world-card-eyebrow{margin:54px 0 12px;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.world-card h3{margin:0;max-width:330px;font-family:var(--display);font-size:clamp(28px,3.2vw,51px);letter-spacing:-.07em;line-height:.84}.world-card-note{position:absolute;left:23px;right:23px;bottom:24px;font-size:12px;line-height:1.36;font-weight:600}.worlds-ribbon{position:absolute;left:-10vw;right:-10vw;bottom:2.2vw;display:flex;justify-content:space-around;align-items:center;transform:rotate(-3deg);opacity:.9}.worlds-ribbon span{width:62px;height:62px;display:block;position:relative;border:3px solid var(--lime);border-radius:50%}.worlds-ribbon span::after{content:"";position:absolute;inset:13px;border:2px solid var(--pink);border-radius:50%}.worlds-ribbon span:nth-child(even){border-radius:30% 70% 30% 70%;transform:rotate(28deg)}.worlds-ribbon span:nth-child(even)::after{border-radius:70% 30% 70% 30%}
.festival-quote{position:relative;min-height:58vw;display:grid;place-content:center;text-align:center;overflow:hidden;background:var(--pink);color:var(--night)}.festival-quote::before{content:"";position:absolute;inset:0;opacity:.6;background-image:radial-gradient(var(--night) .65px,transparent 1px);background-size:7px 7px}.festival-quote p{position:relative;z-index:2;margin:0;font-family:var(--display);font-size:clamp(42px,7.2vw,120px);line-height:.82;letter-spacing:-.075em}.festival-quote p span{color:var(--cream)}.quote-side-text{position:absolute;z-index:2;right:15px;top:50%;writing-mode:vertical-rl;transform:translateY(-50%);font-size:9px;font-weight:800;letter-spacing:.13em}.quote-sun{position:absolute;width:42vw;height:42vw;left:-14vw;bottom:-26vw;border-radius:50%;background:var(--lime);box-shadow:0 0 0 20px rgba(255,248,223,.32),0 0 0 42px rgba(217,255,74,.42)}
.contact-festival-section{position:relative;overflow:hidden;padding:7.2vw 4vw 3vw;background:var(--night);color:var(--cream)}.contact-festival-section::before{content:"";position:absolute;inset:0;opacity:.57;background-image:radial-gradient(var(--lime) .75px,transparent 1px);background-size:17px 17px}.contact-intro{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.contact-intro p{margin:0;font-family:var(--display);font-size:clamp(16px,2vw,26px);letter-spacing:-.07em;color:var(--lime)}.contact-festival-content{position:relative;z-index:2;display:grid;grid-template-columns:1.14fr .57fr;gap:10vw;align-items:end;padding:10vw 8vw 8vw}.contact-festival-content h2{font-size:clamp(58px,8vw,135px)}.contact-festival-content h2 span{color:var(--pink)}.contact-festival-actions p{margin:0 0 25px;font-size:14px;font-weight:600;line-height:1.58;color:rgba(255,248,223,.86)}.contact-main-button{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:18px 19px;border:2px solid var(--lime);background:var(--lime);color:var(--night);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;box-shadow:6px 6px 0 var(--pink);transition:transform .2s cubic-bezier(.23,1,.32,1),box-shadow .2s ease}.contact-main-button:hover{transform:translate(-3px,-3px);box-shadow:10px 10px 0 var(--pink)}.contact-minor-actions{display:flex;gap:17px;flex-wrap:wrap;margin-top:22px;font-size:11px;font-weight:700}.contact-minor-actions a{display:inline-flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,248,223,.7);padding-bottom:3px}.contact-ticket{position:absolute;z-index:1;width:260px;height:170px;right:12vw;top:13%;padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:var(--night);background:var(--orange);transform:rotate(9deg);box-shadow:10px 10px 0 var(--pink);clip-path:polygon(0 0,100% 0,100% 38%,96% 43%,100% 48%,100% 100%,0 100%,0 56%,4% 50%,0 44%)}.contact-ticket span{font-size:8px;font-weight:800;letter-spacing:.15em}.contact-ticket b{font-family:var(--display);font-size:34px;letter-spacing:-.08em}.contact-ticket i{align-self:flex-end;font-size:8px;font-style:normal;font-weight:800;line-height:1.2;letter-spacing:.1em;text-align:right}.contact-visual-logo{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;padding-top:21px;border-top:1px solid rgba(255,248,223,.3)}.contact-visual-logo>span:last-child{padding-bottom:5px;font-size:10px;font-weight:800;letter-spacing:.13em}.contact-orb{position:absolute;border-radius:50%}.contact-orb--pink{width:34vw;aspect-ratio:1;right:-9vw;top:4vw;border:20px solid var(--pink)}.contact-orb--lime{width:13vw;aspect-ratio:1;left:-5vw;bottom:8vw;background:var(--lime)}.festival-footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:21px 4vw;background:var(--lime);color:var(--night)}.festival-footer>span:nth-child(2){justify-self:center;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.festival-footer a{justify-self:end;display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
@keyframes fest-slide{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fest-photo{from{opacity:0;transform:rotate(4.2deg) translateY(34px) scale(.96)}to{opacity:1;transform:rotate(4.2deg) translateY(0) scale(1)}}@keyframes festival-bob{50%{transform:translateY(6px)}}
@media (max-width:820px){.festival-header{height:69px;padding:0 5.2vw}.festival-logo{font-size:15px}.festival-logo-mark{transform:scale(.88);transform-origin:left center;margin-right:-3px}.festival-nav,.header-cta{display:none}.festival-menu-trigger{display:block}.festival-mobile-menu{position:fixed;z-index:25;left:0;right:0;top:69px;height:0;padding:0 5.2vw;overflow:hidden;display:flex;flex-direction:column;color:var(--night);background:var(--lime);opacity:0;pointer-events:none;transition:height .36s cubic-bezier(.23,1,.32,1),padding .36s cubic-bezier(.23,1,.32,1),opacity .22s ease}.festival-mobile-menu.is-open{height:335px;padding-top:24px;padding-bottom:24px;opacity:1;pointer-events:auto}.festival-mobile-menu p{margin:0 0 14px;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.festival-mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(16,25,70,.35);font-family:var(--display);font-size:26px;letter-spacing:-.07em}.festival-hero{min-height:740px;height:100svh;padding:14.5vh 5.2vw 3vh}.hero-eyebrow{font-size:8px}.hero-copy-festival{width:100%;margin:4.3vh 0 0}.hero-kicker{margin-left:2px;font-size:13px}.hero-copy-festival h1{font-size:clamp(58px,18.5vw,87px)}.hero-description{width:52%;margin-top:24px;margin-left:2px;font-size:12px;line-height:1.48}.hero-actions{margin-left:2px;margin-top:22px}.button-lime{padding:13px 14px;font-size:8px}.button-ghost{font-size:8px}.hero-photo-block{width:46vw;height:47vh;min-height:350px;right:5vw;bottom:0;border-width:2px;box-shadow:9px 9px 0 var(--pink)}.festival-moon{width:53px;height:53px;box-shadow:0 0 0 5px rgba(255,248,223,.22)}.festival-moon i:nth-child(1){left:15px;top:16px}.festival-moon i:nth-child(2){right:15px;top:16px}.festival-moon i:nth-child(3){left:17px;bottom:13px;width:20px;height:3px}.hero-photo-label{left:9px;right:9px;bottom:11px;font-size:6px}.hero-photo-label span:first-child{padding:4px}.hero-halo--one{width:80vw;left:-38vw;bottom:-35vw}.hero-halo--two{width:60vw;right:-16vw;top:7vw}.hero-ribbon-gate{transform:scale(.59) rotate(-11deg);transform-origin:left bottom;left:-11px;bottom:-24px}.hero-scroll{left:5.2vw;bottom:16px;font-size:7px}.experience-section{padding:18vw 5.2vw 0}.ticket-corner{top:12px;font-size:7px}.section-tab{font-size:7px}.experience-title-wrap{display:block;margin:14vw 0 11vw}.section-kicker{padding:0;margin-bottom:21px;font-size:12px}.experience-title-wrap h2{font-size:clamp(49px,14.5vw,74px)}.experience-grid{grid-template-columns:1fr 1fr;margin:0 -5.2vw}.experience-statement{grid-column:1/-1;padding:37px 14vw 41px 14vw;clip-path:polygon(0 0,100% 0,96% 100%,0 100%)}.experience-statement p{margin-top:27px;font-size:20px}.experience-photo{min-height:280px}.experience-photo figcaption{left:12px;bottom:15px;font-size:21px}.experience-marquee{margin:0 -5.2vw;height:54px;font-size:17px;gap:15px}.worlds-section{padding:18vw 5.2vw 27vw}.worlds-header{display:block}.worlds-header p{margin:23px 0 35px;font-size:12px}.worlds-header h2{text-align:left;font-size:clamp(49px,14.5vw,75px)}.worlds-track{display:flex;gap:12px;margin-top:16vw;overflow-x:auto;padding-bottom:10px;margin-right:-5.2vw;scrollbar-width:none}.world-card{min-width:78vw;min-height:342px;padding:20px}.world-card h3{font-size:37px}.world-card-note{left:20px;right:20px;bottom:20px}.worlds-ribbon{bottom:5vw}.worlds-ribbon span{width:39px;height:39px}.worlds-ribbon span::after{inset:8px}.festival-quote{min-height:123vw}.festival-quote p{font-size:clamp(41px,12vw,63px)}.quote-side-text{font-size:7px;right:7px}.quote-sun{width:77vw;height:77vw;left:-39vw;bottom:-39vw}.contact-festival-section{padding:15vw 5.2vw 5vw}.contact-intro p{font-size:15px}.contact-festival-content{display:block;padding:19vw 0 17vw}.contact-festival-content h2{font-size:clamp(54px,15.3vw,77px)}.contact-festival-actions{max-width:310px;margin:34px 0 0 auto}.contact-festival-actions p{font-size:13px}.contact-main-button{padding:16px;font-size:9px}.contact-minor-actions{gap:12px;font-size:10px}.contact-ticket{width:154px;height:104px;right:3vw;top:18vw;padding:12px;box-shadow:5px 5px 0 var(--pink)}.contact-ticket span,.contact-ticket i{font-size:5px}.contact-ticket b{font-size:20px}.contact-visual-logo{padding-top:14px}.contact-visual-logo>span:last-child{font-size:7px}.festival-logo--large{font-size:34px;gap:9px}.festival-logo--large .festival-logo-mark{width:43px;height:49px;transform:scale(.6);transform-origin:left center;margin-right:-16px}.contact-orb--pink{width:70vw;right:-36vw;top:11vw;border-width:13px}.contact-orb--lime{width:28vw;left:-13vw;bottom:20vw}.festival-footer{grid-template-columns:1fr 1fr;padding:16px 5.2vw;row-gap:13px}.festival-footer>span:nth-child(2){grid-column:1/-1;grid-row:2;justify-self:start;font-size:7px}.festival-footer a{font-size:7px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
