:root{--ink:#0a0a0a;--paper:#fafaf7;--accent:#e63946;--line:#e4e2da;--muted:#6b6a64}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Pretendard,system-ui,-apple-system,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;word-break:keep-all;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display),Pretendard,sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.02em}.sec-no{font-family:var(--font-display),sans-serif;font-size:.78rem;letter-spacing:.18em;color:var(--accent);font-weight:700;text-transform:uppercase}.hdr{position:-webkit-sticky;position:sticky;top:0;z-index:50;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 2rem;background:rgba(250,250,247,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.brand,.hdr{display:flex}.brand{flex-direction:column;line-height:1.1}.brand-mark{font-family:var(--font-display),Pretendard,sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:-.01em}.brand-sub{font-size:.62rem;letter-spacing:.22em;color:var(--muted);text-transform:uppercase}.nav{display:flex;gap:1.6rem;font-size:.9rem;font-weight:500}.nav a:hover{color:var(--accent)}.hdr-right{gap:1.1rem}.hdr-right,.lang{display:flex;align-items:center}.lang{font-size:.74rem;letter-spacing:.04em;color:var(--muted);gap:.4rem}.lang a{padding:0 .1rem}.lang a.on{color:var(--accent);font-weight:700}.lang a:hover{color:var(--ink)}.lang .sep{opacity:.4}.btn-rsv{background:var(--ink);color:var(--paper);padding:.5rem 1.1rem;border-radius:999px;font-size:.82rem;font-weight:600}.btn-rsv:hover{background:var(--accent)}.cdrop{position:relative;display:inline-block}.cdrop-toggle{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;border:0;font:inherit;line-height:1.2}.cdrop-caret{font-size:.7em;transition:transform .2s}.cdrop-toggle[aria-expanded=true] .cdrop-caret{transform:rotate(180deg)}.cdrop-menu{position:absolute;z-index:60;min-width:168px;margin-top:.55rem;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 44px rgba(0,0,0,.18);overflow:hidden;display:flex;flex-direction:column;animation:cdropin .18s ease}@keyframes cdropin{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.cdrop-menu a{padding:.78rem 1.2rem;font-size:.92rem;font-weight:500;color:var(--ink);white-space:nowrap;border-bottom:1px solid var(--line);transition:.15s}.cdrop-menu a:last-child{border-bottom:0}.cdrop-menu a:hover{background:var(--paper);color:var(--accent)}.cdrop-header .cdrop-menu{right:0}.cdrop-hero .cdrop-menu,.cdrop-visit .cdrop-menu{left:0}.cdrop-visit{margin-top:.4rem}.cdrop-float{position:fixed;right:1.4rem;bottom:1.4rem;z-index:80}.cdrop-float .cdrop-toggle{box-shadow:0 10px 30px rgba(230,57,70,.42);padding:.9rem 1.5rem;font-weight:700}.cdrop-float .cdrop-menu{bottom:calc(100% + .6rem);top:auto;right:0;left:auto;margin:0}@media (max-width:560px){.cdrop-float{right:1rem;bottom:1rem}.cdrop-float .cdrop-toggle{padding:.8rem 1.2rem;font-size:.88rem}}@media (prefers-reduced-motion:reduce){.cdrop-menu{animation:none}.cdrop-caret{transition:none}}.hero{position:relative;min-height:92vh;display:flex;align-items:flex-end;color:var(--paper);overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-slide{opacity:0;transition:opacity 1s ease}.hero-slide.on{opacity:1}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,10,.25),rgba(10,10,10,.35) 45%,rgba(10,10,10,.82))}.hero-inner{position:relative;z-index:1;padding:0 2rem 4.5rem;max-width:1000px}.eyebrow{font-family:var(--font-display),sans-serif;font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;opacity:.85}.hero h1{font-size:clamp(2.4rem,6.4vw,5.4rem);margin:.6rem 0 1.1rem;font-weight:800}.hero-sub{max-width:620px;font-size:clamp(1rem,1.5vw,1.18rem);opacity:.92;font-weight:300}.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.8rem 0 1.2rem}.btn-solid{background:var(--accent);color:#fff;padding:.85rem 1.7rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:.2s}.btn-solid:hover{background:#fff;color:var(--ink)}.btn-ghost{border:1px solid rgba(255,255,255,.6);color:#fff;padding:.85rem 1.7rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:.2s}.btn-ghost:hover{background:#fff;color:var(--ink)}.hero-badge{display:inline-block;font-size:.82rem;letter-spacing:.04em;opacity:.85;border-top:1px solid rgba(255,255,255,.3);padding-top:.9rem}.mq{background:var(--ink);color:var(--paper);overflow:hidden;padding:.85rem 0;white-space:nowrap}.mq-track{display:inline-flex;gap:2.5rem;animation:mq 32s linear infinite;will-change:transform}.mq-track span{font-family:var(--font-display),sans-serif;font-size:.95rem;letter-spacing:.06em;opacity:.92}.mq-track span:before{content:"◦";color:var(--accent);margin-right:2.5rem}@keyframes mq{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{padding:5.5rem 2rem}.sec-head{display:flex;flex-direction:column;gap:.5rem;max-width:1200px;margin:0 auto 2.6rem;position:relative}.sec-head h2{font-size:clamp(1.9rem,4vw,3rem)}.see-more{position:absolute;right:0;bottom:.3rem;font-size:.88rem;color:var(--accent);font-weight:600}.sig{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:3.5rem;gap:3.5rem;align-items:center;max-width:1200px;margin:0 auto;padding:6rem 2rem}.sig-media{position:relative;width:100%;aspect-ratio:4/3;border-radius:4px;overflow:hidden}.sig-text h2{font-size:clamp(2.4rem,5vw,4rem);margin:.5rem 0 .6rem}.sig-lead{font-size:1.18rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.sig-desc{color:var(--muted);font-size:1.02rem;margin-bottom:1.6rem;font-weight:300;max-width:46ch}.sig-price{font-family:var(--font-display),sans-serif;font-size:2rem;font-weight:800}.sig-price span{font-size:.85rem;color:var(--muted);font-weight:600;vertical-align:middle;margin-right:.3rem}.sig-price small{font-size:.8rem;color:var(--muted);font-weight:500}.sig-img{opacity:0;transition:opacity .8s ease}.sig-img.on{opacity:1}.sig-fade{animation:sigfade .7s ease}@keyframes sigfade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.sig-dots{display:flex;gap:.5rem;margin-top:1.6rem}.sig-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:var(--line);cursor:pointer;transition:.25s}.sig-dots button.on{background:var(--accent);width:26px}.sig-dots button:hover{background:var(--muted)}.sig-dots button.on:hover{background:var(--accent)}.sig-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:999px;border:0;background:rgba(255,255,255,.85);color:var(--ink);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.sig-arrow:hover{background:#fff}.sig-arrow.prev{left:.8rem}.sig-arrow.next{right:.8rem}.story{background:var(--ink)}.story,.story .sec-head h2{color:var(--paper)}.chaps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.chap{border-top:2px solid var(--accent);padding-top:1.4rem}.chap-no{font-family:var(--font-display),sans-serif;font-size:.74rem;letter-spacing:.16em;color:var(--accent);font-weight:700}.chap h3{font-size:1.5rem;margin:.7rem 0 .8rem}.chap p{color:#bdbcb6;font-weight:300;font-size:.98rem}.g-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.6rem;gap:.6rem;max-width:1280px;margin:0 auto}.g-item{position:relative;overflow:hidden;border-radius:3px;aspect-ratio:1/1}.g-item img{transition:transform .5s ease}.g-item:hover img{transform:scale(1.06)}.g-item:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.g-chapter{max-width:1280px;margin:0 auto 2.6rem}.g-chapter:last-child{margin-bottom:0}.g-sub{font-size:1.15rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}.g-sub:before{content:"";width:22px;height:2px;background:var(--accent);display:inline-block}.g-grid.even{grid-template-columns:repeat(3,1fr)}.g-grid.even .g-item:first-child{grid-column:auto;grid-row:auto;aspect-ratio:1/1}@media (max-width:900px){.g-grid.even{grid-template-columns:repeat(2,1fr)}}.menu-full{max-width:1100px;margin:0 auto}.m-list{list-style:none}.m-row{display:grid;grid-template-columns:120px 1fr;grid-gap:1.4rem;gap:1.4rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--line)}.m-thumb{position:relative;width:120px;height:90px;border-radius:3px;overflow:hidden}.m-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.m-head h4{font-size:1.22rem;font-weight:700}.m-tag{display:inline-block;background:var(--accent);color:#fff;font-size:.6rem;letter-spacing:.12em;padding:.18rem .5rem;border-radius:3px;margin-left:.6rem;vertical-align:middle}.m-price,.m-tag{font-family:var(--font-display),sans-serif}.m-price{font-weight:800;font-size:1.15rem;white-space:nowrap}.m-price small{color:var(--muted);font-weight:500;font-size:.7rem}.m-body p{color:var(--muted);font-size:.95rem;font-weight:300;margin-top:.35rem;max-width:62ch}.video-sec{text-align:center}.video-sec .sec-head{align-items:center;text-align:center}.video-sub{color:var(--muted);font-weight:300;max-width:60ch}.vc{display:flex;align-items:center;justify-content:center;gap:1.2rem;max-width:1100px;margin:0 auto}.vc-stage{width:min(360px,78vw);aspect-ratio:9/16;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.2)}.vc-stage video{width:100%;height:100%;object-fit:contain;background:#000;display:block}.vc-arrow{flex:none;width:48px;height:48px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:1.7rem;line-height:1;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.vc-arrow:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.vc-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.vc-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:var(--line);cursor:pointer;transition:.25s}.vc-dots button.on{background:var(--accent);width:26px}.vc-dots button:hover{background:var(--muted)}.vc-dots button.on:hover{background:var(--accent)}@media (max-width:560px){.vc{gap:.5rem}.vc-arrow{width:40px;height:40px;font-size:1.4rem}}.visit-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.vi-block{padding:1.4rem 0;border-top:1px solid var(--line)}.vi-block:first-child{border-top:none}.vi-label{font-family:var(--font-display),sans-serif;font-size:.72rem;letter-spacing:.16em;color:var(--accent);font-weight:700;text-transform:uppercase}.vi-main{font-size:1.2rem;font-weight:600;margin:.5rem 0 .2rem}.vi-main a:hover{color:var(--accent)}.vi-sub{color:var(--muted);font-size:.92rem}.vi-hours{list-style:none;margin:.5rem 0 .3rem}.vi-hours li{font-size:1rem;padding:.12rem 0}.vi-links{display:flex;gap:1.1rem;margin:.8rem 0;font-size:.9rem;font-weight:600}.vi-links a{color:var(--accent)}.vi-links a:hover{text-decoration:underline}.vi-rsv{display:inline-block;margin-top:.4rem}.visit-map{border-radius:4px;overflow:hidden;min-height:420px;border:1px solid var(--line)}.visit-map iframe{width:100%;height:100%;min-height:420px;border:0}.faq{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);padding:.4rem 0}.faq-item summary{cursor:pointer;font-weight:600;font-size:1.08rem;padding:1rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:1.4rem;font-weight:400}.faq-item[open] summary:after{content:"–"}.faq-item p{color:var(--muted);font-weight:300;padding:0 0 1.1rem;max-width:70ch}.faq-page{min-height:70vh;padding-top:4rem}.faq-intro{max-width:900px;margin:-1.6rem auto 2.2rem;color:var(--muted);font-weight:300}.faq-back{display:inline-block;margin-top:2.4rem;color:var(--accent);font-weight:600}.faq-back:hover{text-decoration:underline}.press,.press .sec-head{text-align:center}.press .sec-head{align-items:center}.press-sub{color:var(--muted);font-weight:300;max-width:60ch}.press-grid{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;max-width:900px;margin:0 auto}.press-grid figure{margin:0}.press-frame{position:relative;width:min(380px,84vw);aspect-ratio:3/4;border-radius:6px;overflow:hidden;border:1px solid var(--line);box-shadow:0 14px 40px rgba(0,0,0,.1)}.reviews{max-width:1200px;margin:0 auto;text-align:center}.reviews .sec-head{align-items:center;text-align:center}.rv-summary{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem}.rv-stars{color:var(--accent);letter-spacing:.05em}.rv-stars-off{color:var(--line)}.rv-count{color:var(--muted)}.rv-marquee{overflow:hidden;margin-top:.6rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.rv-track{display:inline-flex;gap:1.2rem;animation:rvflow 50s linear infinite;will-change:transform}.rv-marquee:hover .rv-track{animation-play-state:paused}@keyframes rvflow{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.rv-card{flex:none;width:340px;display:flex;flex-direction:column;gap:.7rem;padding:1.6rem;border:1px solid var(--line);border-radius:6px;background:#fff;text-align:left;white-space:normal}.rv-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.rv-author{font-weight:600;font-size:.95rem}.rv-head .rv-stars{font-size:.85rem}.rv-text{font-weight:300;color:#38372f;font-size:.95rem;line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.rv-time{color:var(--muted);font-size:.8rem;margin-top:auto}.rv-all{display:inline-block;margin-top:2rem;color:var(--accent);font-weight:600}.rv-all:hover{text-decoration:underline}.seo-words{background:var(--ink);color:var(--paper);text-align:center}.seo-label{font-family:var(--font-display),sans-serif;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:#8a8984}.seo-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.3rem;max-width:900px;margin:1.4rem auto 0}.seo-chips span{font-size:1.05rem;color:#cfcec8;font-weight:300}.seo-chips span:hover{color:var(--accent)}.ftr{background:#060606;color:#cfcec8;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;padding:4rem 2rem 2.4rem}.ftr-brand .brand-mark{color:#fff;font-size:1.3rem}.ftr-brand p{font-size:.9rem;margin-top:.7rem;color:#9a9994}.ftr-brand a:hover{color:var(--accent)}.ftr-kw{font-size:.8rem;color:#666;margin-top:.4rem}.ftr-biz{margin-top:1.3rem;display:grid;grid-gap:.3rem;gap:.3rem;font-size:.78rem;color:#88877f;max-width:460px}.ftr-biz>div{display:flex;gap:.7rem}.ftr-biz dt{flex:0 0 auto;min-width:104px;color:#6a6960}.ftr-biz dd{margin:0}.ftr-biz a:hover{color:var(--accent)}@media (max-width:560px){.ftr-biz dt{min-width:88px}}.ftr-col{display:flex;flex-direction:column;gap:.6rem}.ftr-h{font-family:var(--font-display),sans-serif;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin-bottom:.3rem}.ftr-col a{font-size:.92rem;color:#9a9994}.ftr-col a:hover{color:#fff}.ftr-lang{color:#9a9994}.ftr-copy{grid-column:1/-1;border-top:1px solid #1c1c1c;padding-top:1.6rem;margin-top:1rem;font-size:.78rem;color:#666;letter-spacing:.02em}@media (max-width:900px){.nav{display:none}.sig{gap:2rem;padding:4rem 1.4rem}.chaps,.sig{grid-template-columns:1fr}.chaps{gap:1.8rem}.g-grid{grid-template-columns:repeat(2,1fr)}.g-item:first-child{grid-column:span 2;grid-row:auto;aspect-ratio:1/1}.visit-grid{grid-template-columns:1fr;gap:1.6rem}.ftr{grid-template-columns:1fr 1fr}.ftr-brand{grid-column:1/-1}section{padding:4rem 1.4rem}}@media (max-width:560px){.hdr{padding:.7rem 1.1rem}.brand-sub{display:none}.m-row{grid-template-columns:84px 1fr;gap:1rem}.m-thumb{width:84px;height:70px}.hero-inner{padding:0 1.4rem 3rem}.g-grid{grid-template-columns:1fr 1fr}.ftr{grid-template-columns:1fr}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_0bd9b6{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_0bd9b6{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}