:root{--landing-blush:#e8c8c0;--landing-gold:#b8975a;--landing-gold-light:#d4b07a;--landing-cream:#faf6f2;--landing-deep:#2d1f1a;--landing-soft:#f0e6e0;--landing-text:#1a1210;--landing-muted:#8a7068;--landing-border:#ddd0c8}.landing-body{--font-display:var(--font-playfair,"Playfair Display",Georgia,serif);--font-ui:var(--font-playfair,"Playfair Display",Georgia,serif);background:var(--landing-cream);color:var(--landing-text);font-family:var(--font-ui);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;font-weight:700}*,:after,:before{box-sizing:border-box}a{text-decoration:none}.l-page{overflow-x:clip}.l-wrap{width:min(1100px,calc(100vw - 40px));margin-inline:auto}.l-section{padding:6rem 0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-item{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal-item.revealed{opacity:1;transform:translateY(0)}.l-sep{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.l-sep:after,.l-sep:before{content:"";flex:1 1;height:1px;background:linear-gradient(to right,transparent,var(--landing-gold),transparent);opacity:.35}.l-eyebrow{display:block;font-size:.65rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--landing-gold);margin-bottom:.8rem}.l-eyebrow--light{color:var(--landing-blush);opacity:.7}.l-eyebrow--center{text-align:center}.l-section-title--center{text-align:center;margin-left:auto;margin-right:auto}.l-section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.2;color:var(--landing-deep);margin-bottom:3rem;max-width:520px}.l-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 2rem;border-radius:100px;font-family:var(--font-ui);font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background .25s ease,transform .2s ease,color .25s ease}.l-btn:hover{transform:translateY(-2px)}.l-btn-gold{background:var(--landing-gold);color:#fff}.l-btn-gold:hover{background:var(--landing-gold-light)}.l-btn-dark{background:var(--landing-deep);color:var(--landing-cream)}.l-btn-dark:hover{background:var(--landing-gold)}.l-btn-outline-light{background:transparent;color:var(--landing-cream);border:1px solid rgba(255,255,255,.45)}.l-btn-outline-light:hover{background:var(--landing-cream);color:var(--landing-deep)}@media (prefers-reduced-motion:reduce){.l-btn{transition:none}}.l-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,246,242,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.l-nav,.l-nav-inner{height:120px;display:flex;align-items:center}.l-nav-inner{justify-content:space-between}.l-nav-logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.l-nav-logo-img{height:80px;width:auto;max-width:300px;display:block;object-fit:contain}.l-nav-links{display:flex;align-items:center;gap:1.8rem}.l-nav-link{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-muted);text-decoration:none;transition:color .2s ease;white-space:nowrap}.l-nav-link:hover{color:var(--landing-gold)}.l-nav-cta{min-height:38px;padding:0 1.4rem;font-size:.78rem;flex-shrink:0}.l-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;flex-shrink:0}.l-hamburger span{display:block;width:22px;height:2px;background:var(--landing-deep);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.l-hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.l-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.l-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.l-mobile-overlay{position:fixed;inset:0;z-index:99;background:rgba(45,31,26,.25)}.l-mobile-menu{position:fixed;top:120px;left:0;right:0;z-index:100;background:var(--landing-cream);border-bottom:1px solid var(--landing-border);padding:1.6rem 1.5rem 2rem;display:none;flex-direction:column;transform:translateY(-8px);opacity:0;transition:transform .25s ease,opacity .25s ease;pointer-events:none}.l-mobile-menu--open{transform:translateY(0);opacity:1;pointer-events:all}.l-mobile-links{display:flex;flex-direction:column}.l-mobile-link{font-size:.88rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-deep);text-decoration:none;padding:1rem 0;border-bottom:1px solid var(--landing-border);transition:color .2s ease}.l-mobile-link:last-child{border-bottom:none}.l-mobile-link:hover{color:var(--landing-gold)}.l-mobile-cta{display:flex;margin-top:1.6rem;width:100%;justify-content:center;box-sizing:border-box}@media (max-width:640px){.l-hamburger,.l-mobile-menu{display:flex}.l-nav-cta--desktop{display:none}}.l-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6.5rem 2rem 4rem;background:var(--landing-cream);overflow:hidden}.l-hero:before{content:"";position:absolute;top:-35%;left:50%;transform:translateX(-50%);width:660px;height:660px;border-radius:50%;background:radial-gradient(ellipse,rgba(232,200,192,.38) 0,transparent 68%);pointer-events:none}.l-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.l-hero-logo-wrap{width:550px;margin-top:-1rem;margin-bottom:2.4rem;opacity:0;animation:fade-up .9s ease .1s both;mix-blend-mode:multiply}.l-hero-logo{width:100%;height:auto;object-fit:contain}.l-hero-video{width:100%;height:auto;display:block}.l-hero-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--landing-gold);margin-bottom:1.2rem;opacity:0;animation:fade-up .9s ease .25s both}.l-hero-headline{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5rem);font-weight:900;line-height:1.15;color:var(--landing-deep);max-width:680px;margin:0 auto 1.4rem;opacity:0;animation:fade-up .9s ease .4s both}.l-hero-headline em{font-style:italic;color:var(--landing-gold)}.l-hero-subline{font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--landing-muted);margin:0 0 1.6rem;opacity:0;animation:fade-up .9s ease .55s both}.l-hero-cta{opacity:0;animation:fade-up .9s ease .7s both}.l-hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0;animation:fade-up .9s ease 1s both}.l-scroll-line{width:1px;height:40px;background:var(--landing-gold);animation:scroll-pulse 1.8s ease-in-out infinite}.l-scroll-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--landing-muted)}.l-gallery-section{background:var(--landing-soft);padding:6rem 0}.l-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:2.5rem}.l-gallery-item{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border-radius:4px;background:var(--landing-blush);text-decoration:none}.l-gallery-img{object-fit:cover;transition:transform .5s ease}.l-gallery-item:hover .l-gallery-img{transform:scale(1.06)}.l-gallery-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(45,31,26,0);color:#fff;transition:background .3s ease}.l-gallery-overlay svg{opacity:0;transition:opacity .3s ease}.l-gallery-item:hover .l-gallery-overlay{background:rgba(45,31,26,.25)}.l-gallery-item:hover .l-gallery-overlay svg{opacity:1}.l-gallery-item--placeholder{display:flex;align-items:center;justify-content:center;color:var(--landing-muted);opacity:.4}.l-gallery-footer{text-align:center}.l-ig-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--landing-gold);font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:color .2s ease}.l-ig-link:hover{color:var(--landing-deep)}@media (prefers-reduced-motion:reduce){.l-gallery-img,.l-gallery-overlay,.l-gallery-overlay svg,.l-ig-link{transition:none}}.l-about-section{background:var(--landing-soft);padding:0;overflow:hidden}.l-about-grid{display:grid;grid-template-columns:1fr 1fr;min-height:640px}.l-about-img-wrap{position:relative;min-height:520px}.l-about-img{object-fit:cover;object-position:center top}.l-about-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}.l-about-title{font-family:var(--font-display);font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:900;font-style:italic;color:var(--landing-deep);line-height:1.15;margin:0 0 1.8rem}.l-about-bio{font-size:.95rem;color:var(--landing-muted);line-height:1.8;margin:0 0 1.2rem;max-width:46ch}.l-about-bio:last-of-type{margin-bottom:2.4rem}.l-about-cta{align-self:flex-start}@media (max-width:768px){.l-about-grid{grid-template-columns:1fr;min-height:unset}.l-about-img-wrap{min-height:420px}.l-about-content{padding:3rem 2rem}.l-about-bio{max-width:none}}.l-services-section{background:var(--landing-cream)}.l-mini-logo{display:inline-flex;margin-bottom:1.2rem;opacity:.75}.l-mini-logo img{width:200px;height:auto;display:block}.l-mini-logo--center{display:flex;justify-content:center}.l-mini-logo--light{opacity:.85;filter:brightness(100)}.l-services-group{margin-top:2.8rem}.l-services-group:first-child{margin-top:0}.l-services-group-label{font-size:.64rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--landing-gold);margin:0 0 .6rem}.l-services-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--landing-border)}.l-service-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid var(--landing-border);transition:background .2s ease,padding .2s ease,margin .2s ease,border-radius .2s ease;border-radius:0;width:100%}.l-service-row--btn{background:none;border:none;border-bottom:1px solid var(--landing-border);cursor:pointer;text-align:left;font-family:inherit}.l-service-row--btn:hover,.l-service-row--open{background:var(--landing-soft);margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem;border-radius:4px 4px 0 0;border-bottom-color:transparent}.l-service-detail-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease;background:var(--landing-soft);margin:0;border-radius:0}.l-service-detail-wrap--open{max-height:160px;border-bottom:1px solid var(--landing-border);margin:0 -1.5rem;border-radius:0 0 4px 4px}.l-service-detail{font-size:.86rem;color:var(--landing-muted);line-height:1.7;padding:.8rem 1.5rem 1.2rem;margin:0}.l-service-toggle{font-size:1.2rem;font-weight:700;color:var(--landing-gold);line-height:1;flex-shrink:0;width:20px;text-align:center}.l-service-left{display:flex;flex-direction:column;gap:3px;min-width:0}.l-service-name{font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:700;color:var(--landing-deep);line-height:1.2;letter-spacing:.01em}.l-service-duration{font-size:.72rem;color:var(--landing-muted);line-height:1;letter-spacing:.08em}.l-service-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.l-service-price{font-size:1.1rem;color:var(--landing-gold);white-space:nowrap}.l-service-num,.l-service-price{font-family:var(--font-display);font-weight:700}.l-service-num{font-size:.9rem;color:var(--landing-blush);min-width:2rem;text-align:right}.l-services-more{display:inline-flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;font-family:var(--font-ui);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--landing-muted);padding:.9rem 0;transition:color .2s ease}.l-services-more:hover{color:var(--landing-gold)}.l-services-cta{margin-top:3rem;text-align:center}@media (prefers-reduced-motion:reduce){.l-service-row{transition:none}}.l-cta-section{background:var(--landing-deep);text-align:center;padding:8rem 0}.l-cta-inner{display:flex;flex-direction:column;align-items:center}.l-cta-headline{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4rem);font-weight:900;color:var(--landing-cream);line-height:1.2;margin:0 0 2.5rem;max-width:560px}.l-cta-headline em{font-style:italic;color:var(--landing-gold-light)}.l-cta-btn{min-height:52px;padding:0 2.6rem}.l-cta-info{margin-top:2rem;font-size:.78rem;color:rgba(250,246,242,.4);letter-spacing:.06em}.l-cta-ig{color:rgba(250,246,242,.55);text-decoration:none;transition:color .2s ease}.l-cta-ig:hover{color:var(--landing-gold-light)}.l-footer{background:var(--landing-deep);border-top:1px solid rgba(255,255,255,.07);padding:2rem 0}.l-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.l-footer-brand{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:1rem;font-weight:700;color:rgba(250,246,242,.5);letter-spacing:.03em}.l-footer-brand-cb{color:var(--landing-gold)}.l-footer-logo{height:28px;width:auto;object-fit:contain;opacity:.4}.l-footer-meta{color:rgba(250,246,242,.28);text-align:center}.l-footer-ig,.l-footer-meta{font-size:.72rem;letter-spacing:.06em}.l-footer-ig{color:rgba(250,246,242,.35);text-decoration:none;transition:color .2s ease}.l-footer-ig:hover{color:var(--landing-gold-light)}@keyframes fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-pulse{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.4}}@media (prefers-reduced-motion:reduce){.l-hero-cta,.l-hero-eyebrow,.l-hero-headline,.l-hero-logo-wrap,.l-hero-scroll,.l-hero-subline{animation:none;opacity:1;transform:none}.l-scroll-line{animation:none}.reveal,.reveal-item{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}.l-services-logo-wrap{display:flex;justify-content:center;margin-bottom:1.6rem}.l-services-logo{width:auto;height:80px;object-fit:contain;opacity:.85;mix-blend-mode:multiply}.l-map-section{background:var(--landing-soft);padding:6rem 0}.l-map-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.l-map-address{font-size:.82rem;letter-spacing:.12em;color:var(--landing-muted);text-transform:uppercase;margin:0 0 2rem}.l-map-wrap{width:100%;max-width:860px;border-radius:12px;overflow:hidden;border:1px solid var(--landing-border);margin-bottom:2rem}.l-map-wrap iframe{display:block}.l-map-cta-btn{margin-top:.5rem}.l-quote-strip{background:var(--landing-soft);border-top:1px solid var(--landing-blush);border-bottom:1px solid var(--landing-blush);padding:4rem 0;text-align:center}.l-quote-strip .l-wrap{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.l-quote-deco{color:var(--landing-gold);font-size:.9rem;opacity:.6;letter-spacing:.3em}.l-quote{margin:0}.l-quote-text{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;font-style:italic;color:var(--landing-deep);line-height:1.3;margin:0 0 .8rem}.l-quote-text em{color:var(--landing-gold);font-style:italic}.l-quote-cite{display:block;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--landing-muted);font-style:normal}.l-contact-section{background:var(--landing-cream);padding:6rem 0}.l-contact-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.l-contact-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--landing-deep);line-height:1.2;margin:0 0 1rem}.l-contact-title em{color:var(--landing-gold);font-style:italic}.l-contact-sub{font-size:.9rem;color:var(--landing-muted);margin:0 0 2.4rem;max-width:48ch;line-height:1.7}.l-contact-grid{width:100%;max-width:900px;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:0 2.4rem;gap:0 2.4rem;align-items:stretch;text-align:left}.l-contact-form,.l-contact-form-wrap{display:flex;flex-direction:column}.l-contact-form{gap:1.2rem}.l-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.l-form-field{display:flex;flex-direction:column;gap:.4rem}.l-form-label{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--landing-muted)}.l-form-input{width:100%;padding:.85rem 1rem;background:var(--landing-soft);border:1px solid var(--landing-border);border-radius:6px;font-family:var(--font-ui);font-size:.9rem;color:var(--landing-text);outline:none;transition:border-color .2s ease,box-shadow .2s ease;resize:none}.l-form-input::placeholder{color:var(--landing-muted);opacity:.6}.l-form-input:focus{border-color:var(--landing-gold);box-shadow:0 0 0 3px rgba(184,151,90,.12)}.l-form-textarea{min-height:110px}.l-form-error{font-size:.82rem;color:#c0392b;margin:0}.l-form-success{font-size:.84rem;color:#27ae60;margin:0}.l-contact-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;align-self:stretch}.l-contact-divider:after,.l-contact-divider:before{content:"";flex:1 1;width:1px;background:var(--landing-border)}.l-contact-divider span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--landing-muted);white-space:nowrap}.l-wa-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.8rem;padding:2rem;background:var(--landing-soft);border-radius:8px;border:1px solid var(--landing-blush);align-self:stretch}.l-wa-icon-wrap{color:#25D366}.l-wa-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;font-style:italic;color:var(--landing-deep);margin:0}.l-wa-text{font-size:.86rem;color:var(--landing-muted);line-height:1.6;margin:0 0 .4rem}.l-btn-wa{background:#25D366;color:#fff}.l-btn-wa:hover{background:#1fbc5a}@media (max-width:768px){.l-contact-grid{grid-template-columns:1fr;gap:2rem 0}.l-contact-divider{flex-direction:row;min-height:unset;height:auto;padding-top:0}.l-contact-divider:after,.l-contact-divider:before{flex:1 1;width:auto;height:1px}.l-form-row{grid-template-columns:1fr}}.l-footer-credit{text-align:center;padding:.8rem 0 1rem;font-size:.68rem;letter-spacing:.1em;color:rgba(250,246,242,.18)}.l-footer-credit-link{color:rgba(250,246,242,.32);text-decoration:none;transition:color .2s ease}.l-footer-credit-link:hover{color:var(--landing-gold)}@media (max-width:768px){.l-gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.l-service-row{flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.2rem 0}.l-service-right{gap:1rem}.l-service-num{display:none}.l-cta-section,.l-gallery-section,.l-section{padding:4rem 0}}@media (max-width:640px){.l-wrap{width:min(100%,calc(100vw - 32px))}.l-nav-brand,.l-nav-links{display:none}.l-hero{padding:3.5rem 1.5rem 2.5rem}.l-hero-logo-wrap{width:min(220px,68vw);align-self:center;margin:0 auto 1.4rem}.l-hero-headline{font-size:clamp(1.9rem,7.5vw,2.2rem);margin-bottom:1rem}.l-hero-subline{margin-bottom:1.2rem}.l-about-cta,.l-contact-form .l-btn,.l-cta-btn,.l-hero-cta,.l-wa-card .l-btn{display:flex;width:100%;justify-content:center;box-sizing:border-box}.l-btn{white-space:normal;text-align:center}.l-contact-section{padding:4rem 0}.l-wa-card{width:100%;box-sizing:border-box}.l-contact-form{width:100%}.l-gallery-grid{grid-template-columns:repeat(2,1fr)}.l-footer-inner{flex-direction:column;align-items:center;text-align:center}.l-footer-meta{order:3}}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:Playfair Display;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:Playfair Display;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:Playfair Display;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:Playfair Display;font-style:italic;font-weight:900;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_b62e30{font-family:Playfair Display,Playfair Display Fallback}.__variable_b62e30{--font-playfair:"Playfair Display","Playfair Display Fallback"}