:root{--paper:#f7efd9;--paper-deep:#eadbbb;--ink:#17372f;--wine:#83091c;--teal:#075d56;--gold:#d99b15;--violet:#5a387d;--moss:#48611c;--line:#d4c49e;--shadow:0 16px 35px rgba(66,45,20,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:#1d211a;font-family:var(--fairlight-font),Georgia,serif;font-size:18px;font-weight:600;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell main{flex:1 1}a{color:inherit;text-decoration:none}.offer-bar{background:var(--wine);color:#fff7dd;text-align:center;font-size:16px;letter-spacing:.075em;padding:10px 16px}.offer-bar b{color:#ffdc52}.offer-bar span{opacity:.55;margin:0 8px}.site-header{height:96px;background:rgba(249,242,220,.97);display:flex;align-items:center;gap:32px;padding:12px clamp(18px,4vw,78px);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.brand{display:flex;flex-direction:column;line-height:.75;text-transform:uppercase;color:#3b0711;min-width:228px}.brand span{font-size:46px;letter-spacing:.02em}.brand small{font-family:var(--fairlight-font);font-size:16px;letter-spacing:.37em;margin:10px 0 0 7px}.site-header nav{display:flex;justify-content:center;gap:clamp(18px,3vw,52px);flex:1 1;text-transform:uppercase;letter-spacing:.11em;font-size:16px}.site-header nav a{padding:12px 0;border-bottom:2px solid transparent;transition:border-color .2s,color .2s}.site-header nav a:hover{color:var(--wine);border-color:var(--wine)}.header-actions{display:flex;gap:17px;font-size:35px;align-items:center}.header-actions a{min-width:44px;min-height:44px;display:grid;place-items:center}.button:focus-visible,.header-actions a:focus-visible,.site-header a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.hero{min-height:490px;display:grid;grid-template-columns:minmax(320px,.86fr) 1.14fr;background:var(--paper-deep);overflow:hidden}.hero-copy{padding:76px clamp(24px,6vw,114px);display:flex;align-items:flex-start;justify-content:center;flex-direction:column;background:linear-gradient(100deg,#f9f0d8 10%,#efdfbe);position:relative}.hero-copy:before{content:"✦";color:var(--gold);position:absolute;top:44px;font-size:28px}.hero h1,.page-hero h1{font-size:clamp(64px,7.6vw,126px);line-height:.74;margin:12px 0 30px;color:var(--wine);font-weight:700;letter-spacing:-.055em;max-width:600px;text-wrap:balance}.hero p{font-size:29px;line-height:1.1;max-width:480px;margin:0 0 28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;background:var(--wine);padding:11px 28px;color:#fff9e9;border:1px solid #5c0511;text-transform:uppercase;font-size:16px;letter-spacing:.12em;box-shadow:inset 0 -3px 0 rgba(0,0,0,.15);transition:transform .2s,background .2s}.button:hover{background:#a81027;transform:translateY(-2px)}.button:active{transform:scale(.98)}.hero-media{position:relative;min-height:490px;background:#8d6b36}.hero-media img,.hero-media picture{display:block;width:100%;height:100%}.hero-media img{object-fit:cover}.hero-media:after{content:"";inset:0;position:absolute;background:linear-gradient(90deg,rgba(118,79,21,.08),rgba(0,0,0,.05));pointer-events:none}.category-ribbon{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:5px;gap:5px;padding:7px max(18px,3vw);background:var(--paper)}.category-ribbon a{min-height:61px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;letter-spacing:.08em;color:#fff9e9;font-size:18px;border-radius:5px;transition:transform .2s,filter .2s}.category-ribbon a:hover{transform:translateY(-3px);filter:saturate(1.2)}.category-ribbon a:first-child{background:var(--wine)}.category-ribbon a:nth-child(2){background:var(--teal)}.category-ribbon a:nth-child(3){background:var(--violet)}.category-ribbon a:nth-child(4){background:var(--gold)}.category-ribbon a:nth-child(5){background:var(--ink)}.section{padding:76px clamp(18px,5vw,84px)}.mood-section{display:grid;grid-template-columns:180px 1fr;grid-gap:24px;gap:24px;align-items:end}.section-label{font-size:32px;line-height:.95;color:var(--ink);text-transform:uppercase}.mood-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.mood-card{min-height:230px;position:relative;overflow:hidden;border-radius:8px;background:#ddd}.mood-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.mood-card:hover img{transform:scale(1.05)}.mood-card span{position:absolute;top:17px;left:18px;color:#fffaf0;font-size:31px;line-height:.8;text-shadow:0 2px 15px #000}.mood-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),transparent 55%);pointer-events:none}.mood-card span{z-index:1}.studio{display:grid;grid-template-columns:300px 1fr;grid-gap:24px;gap:24px;padding-top:0}.studio-note{background:#e8eccd;padding:38px 32px;min-height:350px;display:flex;flex-direction:column;justify-content:center}.studio-note h2{font-size:34px;line-height:.92;color:var(--ink);margin:0 0 15px;text-transform:uppercase}.studio-note p{line-height:1.4}.text-link{color:var(--ink);text-transform:uppercase;font-size:16px;letter-spacing:.08em}.text-link:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px}.product-card{background:#f8f1df;border:1px solid var(--line);border-radius:7px;overflow:hidden;min-width:0}.product-card img,.product-card picture{width:100%;display:block}.product-card picture{aspect-ratio:1}.product-card img{height:100%;object-fit:cover}.product-copy{padding:12px 13px 15px}.product-copy small{color:#705a30;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.product-copy h3{font-size:19px;line-height:1;margin:7px 0;min-height:39px;font-weight:600}.product-copy p{margin:0;font-size:17px}.product-card a{display:block;height:100%;transition:transform .2s,box-shadow .2s}.product-card a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.collection-intro{background:var(--ink);color:#fff8e2;padding:70px clamp(18px,5vw,84px);display:grid;grid-template-columns:1fr 1.2fr;grid-gap:40px;gap:40px}.collection-intro h2{font-size:54px;line-height:.85;margin:0}.collection-intro p{font-size:25px;line-height:1.1;max-width:600px;margin:0}.faq{max-width:900px;margin:auto}.faq h2{font-size:52px;color:var(--wine);margin:0 0 24px}.faq details{border-top:1px solid var(--line);padding:17px 0}.faq summary{cursor:pointer;font-size:24px}.faq p{line-height:1.4;margin:14px 0 4px}.page-hero{padding:92px clamp(18px,8vw,150px) 65px;background:var(--paper-deep);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(58px,8vw,108px);margin:0;color:var(--wine);max-width:900px}.page-hero p{font-size:24px;max-width:760px;line-height:1.15}.listing{padding:55px clamp(18px,5vw,84px)}.listing .product-grid{grid-template-columns:repeat(4,1fr);gap:20px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.collection-card{background:#efe2c8;border:1px solid var(--line);padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s}.collection-card:nth-child(3n+2){background:#dfe7c5}.collection-card:nth-child(3n){background:#e3d7eb}.collection-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.collection-card h2{font-size:37px;line-height:.9;color:var(--ink);margin:0}.collection-card p{line-height:1.22;font-size:19px}.product-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:clamp(26px,5vw,90px);gap:clamp(26px,5vw,90px);padding:60px clamp(18px,7vw,130px)}.product-photo{background:#eee0c1;min-height:500px}.product-photo img,.product-photo picture{width:100%;height:100%;display:block}.product-photo img{object-fit:contain}.product-details h1{font-size:clamp(44px,5.2vw,74px);line-height:.85;color:var(--wine);margin:15px 0}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--ink);font-size:16px}.price{font-size:32px;margin:22px 0}.product-details .rich-copy{font-size:20px;line-height:1.36}.buy-link{margin-top:20px}.article,.policy{max-width:850px;padding:65px 25px;margin:auto}.article h1,.policy h1{font-size:clamp(50px,6vw,80px);color:var(--wine);line-height:.9}.article time{display:block;color:#6a572e;margin:14px 0 28px}.rich-copy{font-size:20px;line-height:1.48}.rich-copy h2{font-size:38px;line-height:1;margin:45px 0 12px;color:var(--ink)}.rich-copy h3{font-size:29px;color:var(--wine)}.rich-copy a{color:var(--wine);text-decoration:underline}.rich-copy img{display:none}.story-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.story-card{padding:28px;background:#e7dfc8;border:1px solid var(--line);min-height:230px;display:flex;flex-direction:column;justify-content:space-between}.story-card:nth-child(3n+2){background:#dce6c0}.story-card:nth-child(3n){background:#dfd2e5}.story-card h2{font-size:31px;line-height:.92;margin:0;color:var(--ink)}.story-card p{line-height:1.25}.contact-layout{max-width:800px;margin:auto;padding:70px 25px}.contact-layout h1{font-size:72px;color:var(--wine);line-height:.85}.contact-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;margin-top:35px}.contact-options a{padding:35px;background:#dce6c0;min-height:180px}.contact-options a:nth-child(2){background:#e5d5e9}.contact-options h2{font-size:34px;line-height:.9;color:var(--ink);margin:0 0 12px}.not-found{padding:100px 24px;text-align:center}.not-found h1{font-size:100px;color:var(--wine);margin:0}.footer{margin-top:auto;background:var(--ink);color:#fff6dd;padding:60px clamp(18px,5vw,85px);display:grid;grid-template-columns:2fr repeat(3,1fr) 70px;grid-gap:32px;gap:32px}.footer .brand{color:#fff6dd;min-width:0}.footer .brand span{font-size:40px}.footer p{line-height:1.25;max-width:280px}.footer h2{font-size:22px;margin:0 0 12px;color:#edce67}.footer>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.footer>div a{text-decoration:underline;-webkit-text-decoration-color:rgba(255,255,255,.3);text-decoration-color:rgba(255,255,255,.3);text-underline-offset:3px}.theo img{width:42px;height:42px}.image-fallback{background:#e8d7b6;display:block}@media(max-width:1060px){.site-header nav{gap:16px;font-size:14px}.brand{min-width:185px}.brand span{font-size:39px}.mood-section{grid-template-columns:1fr}.section-label{max-width:400px}.product-grid{grid-template-columns:repeat(3,1fr)}.studio{grid-template-columns:250px 1fr}.listing .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){body{font-size:17px}.offer-bar{font-size:13px;padding:8px}.offer-bar span{margin:0 3px}.site-header{height:72px;padding:8px 15px;gap:8px}.brand{min-width:142px}.brand span{font-size:31px}.brand small{font-size:11px;margin-top:7px;letter-spacing:.3em}.site-header nav{display:none}.header-actions{margin-left:auto;font-size:28px;gap:5px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{min-height:390px;padding:52px 28px 40px}.hero h1{font-size:70px;margin:6px 0 22px}.hero p{font-size:24px}.hero-media{min-height:340px}.category-ribbon{grid-template-columns:repeat(2,1fr);padding:7px 10px}.category-ribbon a{font-size:15px;min-height:52px}.category-ribbon a:last-child{grid-column:span 2}.section{padding:55px 18px}.mood-grid{grid-template-columns:repeat(2,1fr);gap:8px}.mood-card{min-height:185px}.mood-card span{font-size:26px}.studio{grid-template-columns:1fr}.studio-note{min-height:auto;padding:30px}.listing .product-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-copy{padding:10px}.product-copy h3{font-size:18px}.collection-intro{grid-template-columns:1fr;padding:52px 20px;gap:16px}.collection-intro h2{font-size:48px}.collection-intro p{font-size:22px}.page-hero{padding:62px 20px 42px}.page-hero h1{font-size:60px}.page-hero p{font-size:22px}.collection-grid,.product-page,.story-list{grid-template-columns:1fr}.product-page{padding:35px 18px}.product-photo{min-height:360px}.product-details h1{font-size:54px}.footer{grid-template-columns:1fr 1fr;gap:28px;padding:46px 22px}.footer>div:first-child,.theo{grid-column:span 2}.article,.policy{padding:48px 22px}.article h1,.policy h1{font-size:55px}.rich-copy{font-size:19px}.contact-layout h1{font-size:61px}.contact-options{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.cart-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--ink);font:inherit;font-size:30px;line-height:1;position:relative;cursor:pointer;min-width:44px;min-height:44px}.cart-trigger span{position:absolute;right:0;bottom:2px;background:var(--wine);color:#fff;font-size:11px;line-height:17px;min-width:17px;border-radius:50%}.cart-drawer{position:fixed;right:0;top:0;z-index:30;width:min(420px,100vw);height:100dvh;background:#f7efd9;border-left:1px solid var(--line);box-shadow:-12px 0 35px rgba(0,0,0,.18);padding:72px 28px 30px;overflow:auto}.cart-drawer h2{font-size:42px;line-height:.9;color:var(--wine);margin:0 0 28px}.cart-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:38px;color:var(--ink);cursor:pointer}.cart-line{border-top:1px solid var(--line);padding:15px 0;display:flex;justify-content:space-between;gap:12px}.cart-line span{max-width:220px;line-height:1.1}.cart-line button{border:1px solid var(--ink);background:transparent;width:28px;height:28px;font:inherit}.cart-line b{display:inline-block;width:30px;text-align:center}.cart-total{font-size:24px}.cart-message{color:var(--wine)}.purchase-box{margin-top:30px;border-top:1px solid var(--line);padding-top:24px}.purchase-box label{display:grid;grid-gap:6px;gap:6px;font-size:17px;color:var(--ink);margin-bottom:14px}.purchase-box select{font:inherit;background:#fff9e9;border:1px solid var(--line);padding:10px}.purchase-box del{font-size:20px;color:#765;margin-left:10px}.product-photo>img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#eee0c1}.product-thumbs{display:flex;gap:8px;padding-top:10px;overflow:auto}.product-thumbs img{width:74px;height:74px;object-fit:cover;border:1px solid var(--line)}.catalog-note{margin:35px 0;color:#49611c;font-size:20px}@media(max-width:760px){.cart-drawer{padding:65px 20px 24px}.product-thumbs img{width:58px;height:58px}}.remove-line,.text-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--wine);font:inherit;text-decoration:underline;cursor:pointer;margin-left:8px}.cart-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-thumbs button{padding:0;border:1px solid var(--line);background:#fff;cursor:pointer}.product-thumbs button.is-active{outline:3px solid var(--gold);outline-offset:2px}.catalog-more{text-align:center;margin:38px 0}.catalog-more p{font-size:16px;margin-top:12px;color:var(--ink)}.cart-line{display:block}.cart-line>div{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:12px}.cart-line .remove-line{width:auto;height:auto;border:0;margin-left:4px}@media(max-width:760px){.product-thumbs{gap:6px}.product-thumbs img{width:50px;height:50px}}.listing .product-card>a>.image-fallback,.listing .product-card>a>img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.ways-section{background:#f8f1df}.ways-heading{display:grid;grid-template-columns:minmax(230px,.9fr) minmax(300px,1.1fr);grid-gap:30px;gap:30px;align-items:end;margin-bottom:26px}.ways-heading .eyebrow{grid-column:1/-1;margin:0}.ways-heading h2{font-size:clamp(49px,5.5vw,78px);line-height:.8;color:var(--wine);margin:0;letter-spacing:-.045em}.ways-heading p:last-child{font-size:23px;line-height:1.15;max-width:550px;margin:0}.ways-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.way-card{min-height:300px;padding:25px 22px;display:flex;flex-direction:column;border:1px solid rgba(23,55,47,.35);border-radius:5px;color:#fff9e9;box-shadow:inset 0 -5px 0 rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s}.way-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.way-color{background:#075d56}.way-season{background:#5a387d}.way-element{background:#83091c}.way-animal{background:#48611c}.way-kicker{font-size:14px;letter-spacing:.13em;text-transform:uppercase;opacity:.88}.way-card h3{font-size:35px;line-height:.88;margin:18px 0 12px}.way-card p{font-size:19px;line-height:1.14;margin:0}.way-tags{display:flex;gap:6px;flex-wrap:wrap;margin:20px 0}.way-tags span{border:1px solid rgba(255,255,255,.65);border-radius:999px;padding:3px 9px;font-size:14px;line-height:1.1}.way-card b{margin-top:auto;text-transform:uppercase;letter-spacing:.1em;font-size:15px}.way-card b span{font-size:21px;vertical-align:-1px;margin-left:4px}.shop-way-hero{background:linear-gradient(115deg,#f8efd9,#e8d6b1)}.shop-way-hero .eyebrow{margin:0 0 15px}.way-listing{padding-top:34px}.way-filter{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 34px}.way-filter button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--teal);background:transparent;color:var(--ink);padding:9px 14px;border-radius:5px;font:inherit;font-size:17px;line-height:1;cursor:pointer;transition:background .18s,color .18s}.way-filter button.is-selected,.way-filter button:hover{background:var(--teal);color:#fff9e9}.way-filter button span{font-size:14px;opacity:.82;margin-left:4px}.way-empty{font-size:22px;padding:45px 0;color:var(--wine)}@media(max-width:1060px){.ways-grid{grid-template-columns:repeat(2,1fr)}.way-card{min-height:245px}}@media(max-width:760px){.ways-heading{grid-template-columns:1fr;gap:15px;margin-bottom:22px}.ways-heading h2{font-size:56px}.ways-heading p:last-child{font-size:21px}.ways-grid{grid-template-columns:1fr}.way-card{min-height:225px;padding:23px 20px}.way-card h3{font-size:34px;margin:15px 0 9px}.way-tags{margin:15px 0}.way-filter{gap:8px;margin-bottom:24px}.way-filter button{font-size:16px;padding:8px 11px}.listing .product-grid{grid-template-columns:1fr;gap:14px}.listing .product-card>a{display:grid;grid-template-columns:minmax(126px,42%) minmax(0,1fr);align-items:stretch}.listing .product-card>a>.image-fallback,.listing .product-card>a>img{width:100%;height:100%;aspect-ratio:1;object-fit:cover}.listing .product-copy{display:flex;flex-direction:column;justify-content:center;padding:16px 15px}.listing .product-copy h3{min-height:0;margin:7px 0;font-size:23px;line-height:1.04;overflow-wrap:anywhere;word-break:normal}.listing .product-copy p,.listing .product-copy small{overflow-wrap:anywhere}.listing .product-copy p{font-size:19px}.product-page{grid-template-columns:minmax(0,1fr)}.product-details,.product-details .rich-copy,.product-page>*{min-width:0;max-width:100%}.product-details .rich-copy,.product-details .rich-copy *{overflow-wrap:anywhere;word-break:normal}.product-details .rich-copy h4,.product-details .rich-copy h4+p{max-width:100%;text-align:left!important}.product-details .rich-copy a{overflow-wrap:anywhere}}@media(max-width:900px){.product-page{grid-template-columns:minmax(0,1fr)}.product-details,.product-page>*{min-width:0;max-width:100%}.site-header{height:76px;padding:8px 18px;gap:10px}.site-header nav{display:none}.brand{min-width:142px}.brand span{font-size:32px}.brand small{font-size:11px;margin-top:7px;letter-spacing:.3em}.header-actions{margin-left:auto;font-size:29px;gap:6px}.footer{grid-template-columns:1fr 1fr;gap:28px;padding:46px 22px}.footer>div:first-child,.theo{grid-column:span 2}}@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{--fairlight-font:"Cormorant Garamond","Cormorant Garamond Fallback"}