:root{--paper:#fbf8f2;--cream:#f2eadf;--ink:#40291d;--ink-soft:#6e5142;--lav:#79608b;--gold:#b99049;--line:#d7c4ab;--deep:#2d1b12;--max:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-cormorant),Georgia,serif;font-size:18px;font-weight:500;line-height:1.35;-webkit-font-smoothing:antialiased}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell main{flex:1 1}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--lav);outline-offset:4px}.site-header{height:92px;background:rgba(251,248,242,.96);position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid transparent}.header-inner{height:100%;max-width:1536px;margin:auto;padding:0 50px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:30px;gap:30px}.brand{font-size:32px;letter-spacing:-.045em;white-space:nowrap}.desktop-nav{display:flex;gap:48px;font-size:18px}.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover{color:var(--lav)}.header-cta{justify-self:end;min-width:180px;min-height:47px;border:1px solid var(--ink);display:grid;place-items:center;font-size:18px;transition:background .2s,color .2s}.header-cta:hover{background:var(--ink);color:var(--paper)}.mobile-nav{display:none}.hero{min-height:507px;display:grid;grid-template-columns:40% 60%;border-bottom:1px solid var(--line)}.hero-copy{padding:68px clamp(40px,4vw,95px) 48px max(50px,calc((100vw - 1536px)/2 + 50px));align-self:center;animation:rise .7s ease both}.eyebrow{font-size:15px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--lav);margin:0 0 22px;font-weight:700}.contact-page h1,.hero h1,.legal h1,.not-found h1,.page-intro h1{font-size:clamp(56px,5.25vw,96px);letter-spacing:-.06em;line-height:.9;margin:0;text-wrap:balance;font-weight:500}.hero-intro{font-size:23px;line-height:1.3;max-width:440px;margin:29px 0}.actions{display:flex;gap:42px;flex-wrap:wrap}.actions,.button{align-items:center}.button{min-height:50px;padding:12px 32px;display:inline-flex;justify-content:center;font-size:19px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.button:active{transform:scale(.98)}.button-primary{background:var(--ink);color:var(--paper);border:1px solid var(--ink)}.button-primary:hover{background:var(--lav);border-color:var(--lav)}.text-link{font-size:19px;color:var(--lav);text-decoration:underline;-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:9px;text-decoration-thickness:1px;transition:color .2s ease}.text-link:hover{color:var(--ink)}.hero-image{position:relative;min-height:507px;overflow:hidden}.hero-image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;animation:appear 1s ease both}.hero-note{position:absolute;right:50px;top:25px;background:rgba(251,248,242,.95);padding:28px 30px;text-align:center;box-shadow:0 8px 20px rgba(62,37,20,.08);font-size:20px;line-height:1.2}.hero-note span{display:block;color:var(--gold);font-size:26px;margin-bottom:14px}.trust-strip{min-height:54px;display:flex;justify-content:center;align-items:center;gap:52px;border-bottom:1px solid var(--line);font-size:19px;letter-spacing:.02em}.trust-strip b{color:var(--gold)}.section{padding:110px max(50px,calc((100vw - var(--max))/2))}.section-heading{max-width:560px;margin-bottom:43px}.closing h2,.collection-row h2,.scent-copy h2,.section-heading h2,.soft-callout h2,.story-copy h2,.story-teaser h2,.values h2{font-size:48px;line-height:.95;letter-spacing:-.05em;font-weight:500;margin:0;text-wrap:balance}.section-heading>p:last-child{color:var(--ink-soft);max-width:470px;margin:21px 0 0;font-size:21px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.product-card{border:1px solid #e2d7c7;background:#fffdf9;display:block;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(62,37,20,.09)}.product-image{aspect-ratio:1.3;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover img{transform:scale(1.04)}.product-card h3{font-size:28px;text-align:center;letter-spacing:-.04em;font-weight:500;margin:18px 10px 5px}.product-card i{font-style:normal;color:var(--gold);display:block;text-align:center;border-bottom:1px solid var(--line);margin:0 48px 21px;padding-bottom:10px}.more-link{display:inline-block;margin-top:40px}.scent-feature{display:grid;grid-template-columns:1.05fr .95fr;background:var(--cream);min-height:620px}.scent-image{min-height:620px;overflow:hidden}.scent-image img{display:block;width:100%;height:100%;object-fit:cover}.scent-copy{padding:92px 11%;align-self:center}.scent-copy h2{font-size:56px;max-width:430px}.scent-list{list-style:none;padding:0;margin:35px 0 40px}.scent-list li{display:grid;grid-template-columns:45px 1fr auto;grid-gap:15px;gap:15px;align-items:baseline;padding:13px 0;border-bottom:1px solid var(--line)}.scent-list span{color:var(--gold);font-size:15px}.scent-list strong{font-size:25px;font-weight:500}.scent-list em{font-size:16px;font-style:normal;color:var(--ink-soft)}.story-teaser{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(40px,10vw,180px);gap:clamp(40px,10vw,180px);align-items:center}.story-teaser>div{max-width:470px}.story-teaser>div>p:not(.eyebrow){color:var(--ink-soft);font-size:22px;margin:24px 0 33px}.story-teaser>img{width:100%;aspect-ratio:1.18;object-fit:cover}.faq-section{background:#fffdf9;display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:100px;gap:100px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{cursor:pointer;font-size:25px;list-style:none;padding:23px 37px 23px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;color:var(--gold);transition:transform .25s ease}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list p{margin:0;padding:0 38px 23px 0;color:var(--ink-soft);font-size:19px}.closing{background:var(--deep);color:var(--paper);text-align:center;padding:120px 30px}.closing .eyebrow{color:#c7a060}.closing h2{font-size:clamp(52px,5vw,82px)}.closing .actions{justify-content:center;margin-top:40px}.actions-dark .button-primary{background:var(--paper);color:var(--ink);border-color:var(--paper)}.actions-dark .button-primary:hover{background:#d9c6ad;border-color:#d9c6ad}.actions-dark .text-link{color:#e3c38b}.page-intro{padding:120px max(50px,calc((100vw - 1050px)/2)) 95px;max-width:1250px}.page-intro h1{max-width:880px}.page-intro>p:not(.eyebrow){font-size:24px;line-height:1.35;max-width:620px;color:var(--ink-soft);margin:29px 0 35px}.collection-list{padding-top:0;max-width:1100px;margin:auto}.collection-row{display:grid;grid-template-columns:400px 1fr;grid-gap:90px;gap:90px;align-items:center;padding:75px 0;border-top:1px solid var(--line)}.collection-row:nth-child(2n){grid-template-columns:1fr 400px}.collection-row:nth-child(2n) img{order:2}.collection-row img{width:100%;aspect-ratio:1;object-fit:cover}.collection-row h2{font-size:57px}.collection-row p:not(.eyebrow){font-size:22px;color:var(--ink-soft);max-width:400px;margin:20px 0 29px}.scent-intro,.story-intro{max-width:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;padding-left:max(50px,calc((100vw - 1400px)/2));padding-right:max(50px,calc((100vw - 1400px)/2))}.scent-intro>div,.story-intro>div{max-width:610px}.scent-intro img,.story-intro img{width:100%;aspect-ratio:1.32;object-fit:cover}.scent-page-list{max-width:1080px;margin:auto;padding-top:30px}.scent-page-list .scent-list li{grid-template-columns:60px 1fr 230px;padding:27px 0}.scent-page-list .scent-list strong{font-size:43px}.scent-page-list .scent-list em{font-size:20px}.soft-callout{margin:0 max(50px,calc((100vw - 1400px)/2)) 110px;background:var(--cream);padding:80px;max-width:1400px}.soft-callout p{color:var(--lav);text-transform:uppercase;letter-spacing:.1em;font-size:15px;font-weight:700;margin:0 0 20px}.soft-callout h2{max-width:610px;margin-bottom:30px}.story-copy{display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px;background:#fffdf9}.story-copy>div:last-child{font-size:23px;color:var(--ink-soft);max-width:580px}.story-copy p{margin:0 0 20px}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;padding-top:0}.values article{padding:36px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:260px}.values article+article{border-left:1px solid var(--line)}.values span{color:var(--gold)}.values h2{font-size:35px;margin:42px 0 15px}.values p{font-size:20px;color:var(--ink-soft);max-width:290px}.contact-page{min-height:calc(100vh - 92px);padding:125px max(50px,calc((100vw - 1100px)/2));background:var(--cream)}.contact-page>p:not(.eyebrow){max-width:590px;font-size:24px;color:var(--ink-soft);margin:28px 0 58px}.contact-options{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contact-options a{padding:28px 20px 28px 0;min-height:155px;display:flex;flex-direction:column;gap:9px;transition:background .2s,padding .2s}.contact-options a+a{border-left:1px solid var(--line);padding-left:28px}.contact-options a:hover{background:rgba(255,255,255,.35)}.contact-options span{font-size:15px;color:var(--lav);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.contact-options strong{font-size:27px;letter-spacing:-.025em;overflow-wrap:anywhere}.contact-options em{font-style:normal;color:var(--ink-soft);font-size:18px}.contact-note{margin-top:35px!important;font-size:20px!important}.legal{max-width:800px;margin:0 auto;padding:100px 40px 130px}.legal h1{font-size:68px;margin-bottom:20px}.legal h2{font-size:34px;letter-spacing:-.04em;margin:52px 0 11px}.legal p{font-size:21px;color:var(--ink-soft)}.not-found{min-height:calc(100vh - 92px);padding:140px 50px;text-align:center;background:var(--cream)}.not-found p:not(.eyebrow){font-size:22px;color:var(--ink-soft)}.not-found .button{margin-top:25px}.site-footer{background:var(--deep);color:#f5ecdf;padding:74px max(50px,calc((100vw - var(--max))/2)) 25px}.site-footer .brand{font-size:31px}.footer-main{display:grid;grid-template-columns:1fr 1.45fr;grid-gap:100px;gap:100px;padding-bottom:65px}.footer-main p{font-size:20px;max-width:320px;color:#d5c1ab}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.footer-links div{display:flex;flex-direction:column;gap:11px;font-size:18px}.footer-links span{color:#c7a060;text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:700;margin-bottom:8px}.footer-links a{transition:color .2s}.footer-links a:hover{color:#e3c38b}.footer-bottom{border-top:1px solid rgba(235,217,194,.25);padding-top:22px;display:flex;justify-content:space-between;align-items:center;color:#cbb9a6;font-size:15px}.footer-bottom>span:last-of-type{display:flex;gap:25px}.footer-bottom img{height:28px;width:auto;display:block}@keyframes rise{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes appear{0%{opacity:.3;transform:scale(1.02)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1050px){.header-inner{padding:0 32px}.desktop-nav{gap:26px}.hero{grid-template-columns:43% 57%}.hero-copy{padding-left:50px;padding-right:36px}.hero h1{font-size:65px}.hero-note{right:20px}.product-grid{gap:18px}.scent-feature{grid-template-columns:1fr 1fr}.faq-section{gap:60px}.collection-row,.collection-row:nth-child(2n){grid-template-columns:330px 1fr;gap:55px}.collection-row:nth-child(2n) img{order:0}.footer-main{gap:60px}}@media(max-width:760px){body{font-size:17px}.site-header{height:76px}.header-inner{padding:0 20px;display:flex;justify-content:space-between;gap:10px}.brand{font-size:25px}.desktop-nav,.header-cta{display:none}.mobile-nav{display:block;position:relative}.mobile-nav summary{height:44px;width:44px;display:grid;align-content:center;grid-gap:6px;gap:6px;justify-content:center;list-style:none;border:1px solid var(--ink)}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{width:18px;height:1px;background:var(--ink);display:block}.mobile-nav nav{position:absolute;right:0;top:53px;width:210px;background:var(--paper);padding:12px 20px 20px;border:1px solid var(--line);box-shadow:0 10px 20px rgba(62,37,20,.08);display:flex;flex-direction:column}.mobile-nav nav a{padding:13px 0;border-bottom:1px solid var(--line);font-size:20px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:55px 25px 48px}.contact-page h1,.hero h1,.legal h1,.not-found h1,.page-intro h1{font-size:clamp(52px,15vw,67px)}.hero-intro{font-size:21px;margin:25px 0}.actions{gap:25px}.button{font-size:18px;padding:11px 21px}.hero-image{height:390px;min-height:0;order:2}.hero-note{right:18px;top:18px;padding:20px;font-size:18px}.trust-strip{gap:14px;justify-content:space-evenly;font-size:16px;padding:12px 17px;text-align:center}.trust-strip b{display:none}.section{padding:75px 25px}.section-heading{margin-bottom:31px}.collection-row h2,.scent-copy h2,.section-heading h2,.soft-callout h2,.story-copy h2,.story-teaser h2,.values h2{font-size:43px}.section-heading>p:last-child{font-size:19px}.product-grid{grid-template-columns:1fr 1fr;gap:15px}.product-card h3{font-size:24px;margin:13px 7px 3px}.product-card i{margin:0 20px 15px}.scent-feature{display:flex;flex-direction:column}.scent-image{min-height:310px;height:310px}.scent-copy{padding:65px 25px}.scent-list li{grid-template-columns:38px 1fr}.scent-list em{grid-column:2;font-size:16px}.story-teaser{display:flex;flex-direction:column;gap:37px}.story-teaser>img{aspect-ratio:1.1}.faq-section{display:block}.faq-section .section-heading{margin-bottom:35px}.faq-list summary{font-size:23px}.closing{padding:85px 25px}.closing h2{font-size:55px}.page-intro{padding:82px 25px 70px}.page-intro>p:not(.eyebrow){font-size:21px}.collection-list{padding-top:0}.collection-row,.collection-row:nth-child(2n){display:flex;flex-direction:column;gap:27px;padding:48px 0}.collection-row:nth-child(2n) img{order:0}.collection-row img{max-width:500px}.collection-row h2{font-size:48px}.collection-row p:not(.eyebrow){font-size:20px}.scent-intro,.story-intro{display:flex;flex-direction:column;gap:40px;padding:80px 25px 65px}.scent-intro img,.story-intro img{aspect-ratio:1.15}.scent-page-list{padding-top:10px}.scent-page-list .scent-list li{grid-template-columns:36px 1fr;padding:19px 0}.scent-page-list .scent-list strong{font-size:38px}.scent-page-list .scent-list em{grid-column:2;font-size:18px}.soft-callout{margin:0 25px 75px;padding:45px 28px}.story-copy{display:block}.story-copy>div:last-child{font-size:21px;margin-top:25px}.values{display:block;padding-top:0}.values article{min-height:0;padding:32px 0}.values article+article{border-left:0}.values h2{margin:25px 0 12px}.contact-page{min-height:calc(100vh - 76px);padding:86px 25px}.contact-page>p:not(.eyebrow){font-size:21px;margin-bottom:38px}.contact-options{display:block}.contact-options a,.contact-options a+a{border-left:0;border-bottom:1px solid var(--line);padding:23px 0;min-height:0}.contact-options a:last-child{border-bottom:0}.contact-options strong{font-size:24px}.legal{padding:80px 25px 95px}.legal h1{font-size:56px}.legal p{font-size:19px}.not-found{min-height:calc(100vh - 76px);padding:110px 25px}.site-footer{padding:58px 25px 20px}.footer-main{display:block;padding-bottom:42px}.footer-main p{font-size:19px}.footer-links{grid-template-columns:1fr 1fr;margin-top:38px;row-gap:32px}.footer-links>div:last-child{grid-column:span 2}.footer-bottom{align-items:flex-start;gap:20px;flex-wrap:wrap}.footer-bottom img{height:24px}}:root{--paper:#fffaf0;--cream:#f1e3cb;--ink:#32170c;--ink-soft:#624125;--lav:#725231;--gold:#b77812;--line:#ddc693;--deep:#241207}.site-header{height:116px}.brand{display:flex;align-items:center}.brand-wordmark{display:block;width:166px;height:106px;overflow:hidden}.brand-wordmark img{display:block;width:100%;height:100%;object-fit:cover}.brand-text,.site-footer .brand-wordmark{display:none}.site-footer .brand-text{display:block;color:#e6bd64;font-size:34px;letter-spacing:-.05em;line-height:.92}.site-footer .brand-text em{display:block;color:#f2cf7d;font-size:23px;font-weight:500;letter-spacing:-.035em;margin-left:48px}@media(max-width:1050px){.brand-wordmark{width:140px;height:90px}.desktop-nav{gap:22px}}@media(max-width:760px){.site-header{height:88px}.brand-wordmark{width:126px;height:80px}.site-footer .brand-text{font-size:30px}.site-footer .brand-text em{font-size:20px}}.hero-image>picture{width:100%;height:100%;position:absolute;inset:0}.hero-image>picture img{width:100%;height:100%;object-fit:cover;animation:appear 1s ease both}.product-image picture,.product-image picture img{display:block;width:100%;height:100%}.product-image picture img{object-fit:cover;transition:transform .5s ease}.scent-image picture,.scent-image picture img{display:block;width:100%;height:100%}.scent-image picture img{object-fit:cover}.collection-row picture,.collection-row picture img,.scent-intro picture,.scent-intro picture img,.story-intro picture,.story-intro picture img,.story-teaser>picture,.story-teaser>picture img{display:block;width:100%}.story-teaser>picture img{aspect-ratio:1.18;object-fit:cover}.collection-row picture img{aspect-ratio:1;object-fit:cover}.scent-intro picture img,.story-intro picture img{aspect-ratio:1.32;object-fit:cover}@media(max-width:760px){.story-teaser>picture img{aspect-ratio:1.1}.scent-intro picture img,.story-intro picture img{aspect-ratio:1.15}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;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:400;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:400;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:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;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: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.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.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.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_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}