:root{--red:#c8102e;--red-dark:#9e0c24;--ink:#2a2623;--charcoal:#1c1a18;--cream:#f6efe4;--cream-2:#eee4d4;--white:#fffdf8;--muted:#6d6660;--line:rgba(42,38,35,0.12);--shadow:0 14px 36px rgba(42,38,35,0.08);--radius:8px;--header-h:92px;--font:var(--font-jakarta),"Plus Jakarta Sans",sans-serif;--serif:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--max:1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--cream);color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.main{flex:1 1;padding-top:var(--header-h)}.wrap{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);background:var(--cream);border-bottom:1px solid transparent;transition:box-shadow .3s ease,border-color .3s ease}.header.scrolled{border-bottom-color:var(--line);box-shadow:0 8px 24px rgba(42,38,35,.05)}.header-inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.logo img{width:64px;height:64px;object-fit:contain}.nav-desktop{display:none;align-items:center;justify-content:center;flex:1 1;gap:4px}.nav-link{min-height:44px;padding:10px 14px;display:inline-flex;align-items:center;color:var(--ink);font-weight:600;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase}.nav-link.active,.nav-link:hover{color:var(--red)}.header-cta{display:inline-flex;min-height:40px;padding:8px 14px;font-size:.78rem}.menu-toggle{width:44px;height:44px;border:1px solid var(--line);background:var(--white);display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:10px}.menu-toggle span{width:18px;height:2px;background:var(--ink);transition:.2s ease}.menu-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;inset:var(--header-h) 0 0;background:var(--cream);padding:20px;display:flex;flex-direction:column;gap:4px;transform:translateX(100%);opacity:0;pointer-events:none;transition:.28s ease;z-index:99;overflow-y:auto}.mobile-nav.open{transform:none;opacity:1;pointer-events:auto}.mobile-nav a{min-height:48px;display:flex;align-items:center;padding:12px 14px;font-size:1.05rem;font-weight:600;border-bottom:1px solid var(--line)}.mobile-nav a.active{color:var(--red)}.mobile-nav .btn{margin-top:16px;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;font-weight:700;font-size:.92rem;border:1px solid transparent;border-radius:4px;cursor:pointer;letter-spacing:.06em;text-transform:uppercase;transition:.25s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark)}.btn-dark{background:var(--charcoal);color:#fff}.btn-outline{background:transparent;border-color:rgba(42,38,35,.2);color:var(--ink)}.btn-ghost{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:12px}.script{font-style:italic;font-weight:500;color:var(--red);font-size:clamp(1.4rem,2.6vw,2rem);margin-bottom:8px}.display,.script{font-family:var(--serif)}.display{font-weight:600;letter-spacing:-.02em;line-height:1.12;color:var(--charcoal);font-size:clamp(2.2rem,5vw,3.6rem)}.classic-hero{padding:24px 0 12px;text-align:center}.classic-hero-inner{display:grid;justify-items:center}.classic-hero h1{font-family:var(--serif);font-size:clamp(3rem,8vw,5.4rem);font-weight:600;line-height:.95;letter-spacing:-.02em;color:var(--charcoal)}.classic-hero-lead{margin-top:16px;max-width:42ch;color:var(--muted);font-size:1.05rem}.classic-hero .btn-row{margin-top:22px;justify-content:center}.classic-hero-photo{margin-top:36px;width:100%;background:var(--cream-2);padding:18px}.classic-hero-photo img{width:100%;height:auto;max-height:560px;object-fit:contain;margin:0 auto}.story-classic{max-width:820px;text-align:center}.story-columns{display:grid;grid-gap:18px;gap:18px;margin-top:22px;text-align:left;color:var(--muted)}.captioned-photo{margin-top:36px}.captioned-photo img{width:100%;height:auto;object-fit:cover;max-height:520px}.captioned-photo figcaption{margin-top:12px;font-family:var(--serif);font-style:italic;color:var(--muted);font-size:1.05rem}.menu-cats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin:22px 0 32px}.menu-cats a{font-family:var(--serif);font-size:1.25rem;font-weight:600;color:var(--ink);border-bottom:1px solid transparent}.menu-cats a:hover{color:var(--red);border-bottom-color:var(--red)}.plate-grid{display:grid;grid-gap:20px;gap:20px}.plate{display:grid;grid-gap:12px;gap:12px;text-align:center;background:var(--cream-2);padding:16px 16px 20px}.plate img{width:100%;height:280px;object-fit:contain}.plate span{font-family:var(--serif);font-size:1.35rem;font-weight:600}.place-grid{display:grid;grid-gap:28px;gap:28px;margin-top:28px}.place-block{text-align:center;padding:8px 12px}.place-block h3{font-family:var(--serif);font-size:1.7rem;font-weight:600;margin-bottom:8px}.place-block p{color:var(--muted)}.place-sub{color:var(--red)!important;font-weight:600}.place-block a{display:inline-block;margin-top:10px;color:var(--red);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.page-hero{position:relative;min-height:clamp(280px,46vw,420px);display:grid;align-items:end;background:#1a1614;color:#fff;overflow:hidden}.typo-hero{background:var(--cream);color:var(--ink);padding:28px 0 8px;text-align:center}.typo-hero .eyebrow{color:var(--red)}.typo-hero h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.1;letter-spacing:-.02em;font-weight:600;max-width:none}.typo-hero p{margin-top:10px;max-width:46ch;color:var(--muted);font-size:1.05rem;margin-inline:auto}.typo-hero .btn-row{margin-top:18px;justify-content:center}.page-hero-media,.page-hero-overlay{position:absolute;inset:0}.page-hero-overlay{background:linear-gradient(180deg,rgba(20,16,14,.2),rgba(20,16,14,.72))}.page-hero-content{position:relative;z-index:1;width:min(var(--max),calc(100% - 32px));margin:0 auto;padding:40px 0 36px}.eyebrow{display:inline-block;margin-bottom:10px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffd6d9}.page-hero h1{font-family:var(--serif);font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.1;letter-spacing:-.02em;max-width:16ch;font-weight:600}.page-hero p{margin-top:10px;max-width:42ch;color:rgba(255,255,255,.86)}.page-hero .btn-row{margin-top:18px}.section{padding:64px 0}.section.tight{padding-top:0}.section-label{color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.section-title{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;line-height:1.15;color:var(--charcoal);font-weight:600}.section-desc{margin-top:10px;color:var(--muted);max-width:52ch;font-size:1.02rem}.section-head{margin-bottom:26px}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.panel h3{font-size:1.1rem;font-weight:800;margin-bottom:8px}.panel p{color:var(--muted)}.grid-2,.grid-3,.grid-4{display:grid;grid-gap:16px;gap:16px}.cat-card{display:grid;grid-template-rows:1fr auto;background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);min-height:100%;transition:transform .3s ease,box-shadow .3s ease}.cat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.cat-card-media{aspect-ratio:4/5;background:var(--cream-2);display:grid;place-items:center;overflow:hidden;padding:12px}.cat-card-media img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.cat-card:hover .cat-card-media img{transform:scale(1.03)}.cat-card-body{padding:16px 16px 18px}.cat-card-body h3{font-size:1.15rem;font-weight:800}.cat-card-body p{color:var(--muted);font-size:.92rem;margin-top:4px}.cat-card-body .price{color:var(--red);font-weight:800;margin-top:8px}.cat-card-arrow{color:var(--red);font-weight:700;margin-top:8px;display:inline-block;transition:transform .25s ease}.cat-card:hover .cat-card-arrow{transform:translateX(4px)}.featured{display:grid;grid-gap:24px;gap:24px;align-items:center;background:var(--white);border-radius:20px;overflow:hidden;border:1px solid var(--line)}.featured+.featured{margin-top:20px}.featured-media{min-height:280px;background:var(--cream-2);display:grid;place-items:center;padding:20px}.featured-media img{width:100%;height:100%;max-height:420px;object-fit:contain}.featured-copy{padding:28px 24px 32px}.featured-copy h3{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:600;letter-spacing:-.02em}.stats{display:grid;grid-gap:12px;gap:12px}.stat{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px}.stat strong{display:block;font-size:1.05rem;margin-bottom:4px}.stat span{color:var(--muted);font-size:.92rem}.story-media{min-height:280px;overflow:hidden;border-radius:var(--radius);background:var(--cream-2)}.story-media img{width:100%;height:100%;object-fit:cover}.branch-grid{display:grid;grid-gap:16px;gap:16px}.branch-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid}.branch-card-media{height:210px;overflow:hidden;background:var(--cream-2)}.branch-card-media img{width:100%;height:100%;object-fit:cover}.branch-card-body{padding:20px}.branch-card-body h3{font-size:1.25rem;font-weight:800;margin-bottom:6px}.branch-card-body p{color:var(--muted);font-size:.95rem}.branch-subtitle{color:var(--red)!important;font-weight:700!important}.franchise-cta{background:var(--red-dark);color:#fff;padding:48px 32px;text-align:center}.franchise-cta h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;letter-spacing:-.02em}.franchise-cta p{margin:12px auto 20px;color:rgba(255,255,255,.9);max-width:48ch}.franchise-cta .btn-row,.franchise-perks{justify-content:center}.franchise-perks{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:18px}.franchise-perks li{list-style:none;color:rgba(255,255,255,.88)}.filters{display:flex;gap:8px;overflow-x:auto;padding:10px 0 14px;margin:0 -4px 18px;position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:20;background:var(--cream)}.filter-btn{flex:0 0 auto;min-height:42px;padding:8px 16px;border-radius:4px;border:1px solid var(--line);background:transparent;color:var(--ink);font-weight:700;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.filter-btn.active,.filter-btn:hover{background:var(--red);border-color:var(--red);color:#fff}.menu-list{max-width:760px;margin-inline:auto}.menu-group{margin-bottom:48px}.menu-cat{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.2rem);font-weight:600;letter-spacing:-.01em;color:var(--charcoal);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--red)}.menu-spotlight{margin:0 0 22px;border-radius:16px;overflow:hidden;background:var(--cream-2);aspect-ratio:16/9}.menu-spotlight img{width:100%;height:100%;object-fit:contain;object-position:center}.menu-items{list-style:none}.menu-item{padding:16px 0;border-bottom:1px solid var(--line)}.menu-item:last-child{border-bottom:0}.menu-item-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.menu-item-name{flex:1 1 auto;min-width:0;line-height:1.35}.menu-item-name,.menu-item-price{font-size:1.05rem;font-weight:800}.menu-item-price{flex:0 0 auto;color:var(--red);white-space:nowrap}.menu-item-desc,.menu-item-note{margin-top:4px;max-width:52ch;color:var(--muted);font-size:.95rem}.menu-item-note{font-size:.88rem}.product-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:grid;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-media{aspect-ratio:1;background:var(--cream-2);display:grid;place-items:center;padding:16px;position:relative}.product-media img.fit-contain,.product-media img.fit-cover{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.product-card:hover .product-media img{transform:scale(1.03)}.product-body{padding:16px;display:flex;flex-direction:column;gap:6px}.product-body h3{font-size:1.08rem;font-weight:800}.product-body p{color:var(--muted);font-size:.92rem}.price{margin-top:auto;color:var(--red)}.badge,.price{font-weight:800}.badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;font-size:.7rem;padding:5px 9px;border-radius:999px}.note{color:var(--red-dark);font-size:.84rem;font-weight:600}.menu-footnote{margin-top:28px;color:var(--muted);font-size:.92rem}.contact-grid{display:grid;grid-gap:12px;gap:12px}.contact-card{display:flex;flex-direction:column;gap:6px;padding:18px;background:var(--white);border:1px solid var(--line);border-radius:14px;min-height:88px}.contact-card span{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--red)}.info-list{display:grid;grid-gap:10px;gap:10px}.info-list li{list-style:none;padding:14px 16px;background:var(--white);border:1px solid var(--line);border-radius:12px}.footer{margin-top:auto;background:var(--red-dark);color:rgba(255,255,255,.78);padding:52px 0 24px}.footer-grid{display:grid;grid-gap:28px;gap:28px}.footer-brand strong{color:#fff;font-size:1.15rem}.footer-brand p{margin-top:8px;max-width:36ch;font-size:.95rem}.footer-col h4{color:#fff;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.footer-col a{display:block;padding:5px 0}.footer-col a:hover{color:#fff}.footer-note{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;font-size:.84rem;color:rgba(255,255,255,.48)}.footer-inner{width:min(var(--max),calc(100% - 32px));margin:0 auto;display:grid;grid-gap:28px;gap:28px}.mobile-quick{position:fixed;left:12px;right:12px;bottom:12px;z-index:90;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:8px;background:rgba(28,26,24,.94);border-radius:14px}.mobile-quick a{min-height:44px;display:grid;place-items:center;color:#fff;font-weight:700}.has-quick-actions{padding-bottom:88px}.split{display:grid;grid-gap:28px;gap:28px;align-items:center}.split-media{min-height:260px;overflow:hidden;border-radius:var(--radius);background:var(--cream-2)}.split-media img{width:100%;height:100%;object-fit:cover}.process{display:grid;grid-gap:12px;gap:12px}.process article{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px}.process span{display:inline-block;color:var(--red);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.process h3,.process span{font-weight:800;margin-bottom:6px}.process h3{font-size:1.08rem}.process p{color:var(--muted);font-size:.95rem}.franchise-form{display:grid;grid-gap:14px;gap:14px;position:relative}.franchise-form label{display:grid;grid-gap:6px;gap:6px;font-weight:700;font-size:.9rem}.franchise-form input,.franchise-form textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--white);font:inherit;color:var(--ink)}.franchise-form textarea{min-height:120px;resize:vertical}.franchise-form .hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-success{padding:8px 2px 4px}.form-success h3{font-size:1.2rem;margin-bottom:8px}.form-success p{color:var(--muted)}.form-error{margin:0;color:#9e0c24;font-size:.92rem;font-weight:600}.form-note{color:var(--muted);font-size:.86rem;font-weight:500}.menu-secondary{margin-top:56px;padding-top:36px;border-top:1px solid var(--line)}.menu-book-section{margin-top:28px}.menu-book-wrap{max-width:920px;margin:0 auto}.menu-book-cover-inner{text-align:center;padding:20px}.menu-book-cover-logo{margin:0 auto 10px}.menu-book-cover-brand{letter-spacing:.12em;font-size:.78rem;font-weight:700}.menu-book-hint{text-align:center;color:var(--muted);margin-top:12px}.menu-book-lightbox-inner{width:min(1100px,100%)}.footer-brand{display:grid;grid-gap:10px;gap:10px;justify-items:start}.menu-book{position:relative;width:100%;aspect-ratio:16/9;perspective:1800px}.menu-book-cover{position:absolute;inset:0;border:0;cursor:pointer;color:#fff;background:linear-gradient(160deg,#2a1618,#1a1012);display:grid;place-items:center;border-radius:16px}.menu-book-cover-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800}.menu-book-cover-cta{margin-top:12px;background:var(--red);padding:10px 18px;border-radius:999px;font-weight:800}.menu-book-stage{position:absolute;inset:0;opacity:0;visibility:hidden}.menu-book.is-open .menu-book-cover{opacity:0;pointer-events:none}.menu-book.is-open .menu-book-stage{opacity:1;visibility:visible;pointer-events:auto}.menu-book-pages{position:relative;width:100%;height:100%;background:#111;border-radius:12px;overflow:hidden}.menu-book-page{position:absolute;inset:0;transform-origin:left center;transition:transform .7s ease}.menu-book-page.flipped{transform:rotateY(-180deg)}.menu-book-page-face{position:absolute;inset:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.menu-book-page-back{background:#1a1a1a;transform:rotateY(180deg)}.menu-book-page-hit{width:100%;height:100%;border:0;background:transparent}.menu-book-page-hit img{width:100%;height:100%;object-fit:contain}.menu-book-controls{display:grid;grid-template-columns:48px 1fr 48px;grid-gap:12px;gap:12px;align-items:center;margin-top:14px}.menu-book-nav{width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer;font-size:1.4rem}.menu-book-nav:disabled{opacity:.35}.menu-book-meta{display:grid;justify-items:center;grid-gap:8px;gap:8px}.menu-book-dots{display:flex;gap:8px}.menu-book-dot{width:9px;height:9px;border:0;border-radius:50%;background:rgba(42,38,35,.2)}.menu-book-dot.active{background:var(--red)}.menu-book-close{border:1px solid var(--line);background:transparent;min-height:40px;padding:8px 12px;border-radius:999px;cursor:pointer}.menu-book-lightbox{position:fixed;inset:0;z-index:220;background:rgba(0,0,0,.92);display:grid;place-items:center;padding:16px}.menu-book-lightbox-close{position:absolute;top:14px;right:14px;width:44px;height:44px;border:0;background:#fff}@media (min-width:640px){.grid-4,.plate-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3,.stats{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid,.place-grid,.story-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){body{font-size:17px}.nav-desktop{display:flex}.header-cta{min-height:48px;padding:12px 22px;font-size:.82rem}.menu-toggle,.mobile-nav{display:none}.featured,.footer-grid,.grid-2,.split{grid-template-columns:1.05fr .95fr}.featured.reverse .featured-media,.split.reverse .split-media{order:2}.branch-grid,.process{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-quick{display:none}.has-quick-actions{padding-bottom:0}}@media (min-width:1024px){.plate-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.process{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.4fr .7fr .7fr .7fr}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:430px){.menu-item-top{flex-wrap:wrap}.menu-item-price{white-space:normal}}@media (max-width:389px){.classic-hero h1{font-size:2.4rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.btn,.cat-card,.cat-card-media img{transition:none!important}}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.p.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:Plus Jakarta Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.p.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:Plus Jakarta Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.p.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:Plus Jakarta Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-s.p.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:Plus Jakarta Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:Plus Jakarta Sans Fallback;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_8ab7d8{font-family:Plus Jakarta Sans,Plus Jakarta Sans Fallback;font-style:normal}.__variable_8ab7d8{--font-jakarta:"Plus Jakarta Sans","Plus Jakarta Sans Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.p.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:Cormorant Garamond;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.p.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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.p.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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.p.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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_d170f3{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_d170f3{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}