:root{--terracotta:#b65a28;--nero:#111111;--avorio:#f4efe7;--oro:#c9a25e;--ulivo:#66704a;--ease:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--avorio);color:var(--nero);font-family:var(--font-sans),system-ui,sans-serif;font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--oro);color:var(--nero)}h1,h2,h3{font-family:var(--font-serif),Georgia,serif;font-weight:400;line-height:1.1}.wrap{width:min(1200px,90vw);margin-inline:auto}.eyebrow{font-size:.72rem;letter-spacing:.35em;text-transform:uppercase;font-weight:400;color:var(--terracotta)}section{padding:clamp(6rem,12vw,11rem) 0}header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.6rem 0;transition:background .5s var(--ease),padding .5s var(--ease);mix-blend-mode:difference}header.scrolled{mix-blend-mode:normal;background:rgba(244,239,231,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 0;border-bottom:1px solid rgba(17,17,17,.06)}.nav{display:flex;align-items:center;justify-content:space-between}.brand{font-size:1.5rem;color:#fff;text-decoration:none;transition:color .5s var(--ease)}.wordmark{display:inline-flex;flex-direction:column;line-height:.82}.wm-top{font-family:var(--font-sans),sans-serif;font-size:.42em;font-weight:400;letter-spacing:.5em;padding-left:.15em}.wm-main,.wm-top{text-transform:uppercase}.wm-main{font-family:var(--font-serif),serif;font-size:1.18em;font-weight:500;letter-spacing:.14em}header.scrolled .brand{color:var(--nero)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;transition:color .5s var(--ease),opacity .3s}header.scrolled .nav-links a{color:var(--nero)}.nav-links a:hover{opacity:.55}.nav-cta{border:1px solid #fff;padding:.55rem 1.3rem;border-radius:40px}header.scrolled .nav-cta{border-color:var(--nero)}.menu-toggle{font-size:1.2rem}header.scrolled .menu-toggle{color:var(--nero)}.hero{min-height:100vh;position:relative;display:flex;align-items:center;background:var(--nero);color:var(--avorio);overflow:hidden}.hero-photo{position:absolute;inset:0;z-index:0}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:grayscale(100%) contrast(1.05) brightness(.72)}.hero-bg{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(17,17,17,.82),rgba(17,17,17,.5) 45%,rgba(17,17,17,.15)),linear-gradient(0deg,rgba(17,17,17,.75),transparent 40%),radial-gradient(120% 80% at 80% 15%,rgba(201,162,94,.18),transparent 55%),radial-gradient(90% 90% at 10% 95%,rgba(102,112,74,.28),transparent 55%)}.hero .wrap{position:relative;z-index:2}.hero-eyebrow{color:var(--oro)}.hero h1{font-size:clamp(3.2rem,9vw,8rem);font-weight:300;margin:1.4rem 0 1.8rem;letter-spacing:-.01em}.hero h1 em{font-style:italic;color:var(--oro)}.hero p{max-width:34ch;font-size:1.05rem;opacity:.8;margin-bottom:2.8rem}.btn{display:inline-block;text-decoration:none;font-size:.78rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;padding:1.05rem 2.4rem;border-radius:40px;cursor:pointer;border:none;transition:transform .4s var(--ease),background .4s var(--ease),color .4s var(--ease)}.btn-primary{background:var(--terracotta);color:#fff}.btn-primary:hover{background:var(--oro);color:var(--nero);transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(244,239,231,.4);color:var(--avorio);margin-left:1rem}.btn-ghost:hover{background:var(--avorio);color:var(--nero)}.scroll-hint{position:absolute;bottom:2.2rem;left:50%;transform:translateX(-50%);z-index:2;font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--avorio);opacity:.6;display:flex;flex-direction:column;align-items:center;gap:.8rem}.scroll-hint span{width:1px;height:46px;background:var(--oro);animation:drop 2s var(--ease) infinite}@keyframes drop{0%,to{transform:scaleY(.3);transform-origin:top;opacity:.3}50%{transform:scaleY(1);opacity:1}}.reveal{opacity:0;transform:translateY(38px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.reveal.in{opacity:1;transform:none}.story .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,7vw,7rem);gap:clamp(3rem,7vw,7rem);align-items:center}.story-visual{aspect-ratio:3/4;border-radius:4px;position:relative;overflow:hidden;background:linear-gradient(160deg,var(--ulivo),#3f472c)}.story-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-visual .placeholder{position:absolute;inset:0;display:grid;place-items:center;font-size:7rem;opacity:.25}.story h2{font-size:clamp(2.2rem,4.5vw,3.6rem);margin:1.4rem 0}.story h2 em{font-style:italic;color:var(--terracotta)}.story p{color:#333;max-width:46ch}.story p+p{margin-top:1.2rem}.values{background:var(--nero);color:var(--avorio)}.values .head{text-align:center;max-width:40ch;margin:0 auto 4.5rem}.values .head h2{font-size:clamp(2rem,4vw,3.2rem);margin-top:1rem}.values .head .eyebrow{color:var(--oro)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(244,239,231,.12)}.value{background:var(--nero);padding:3rem 2.4rem;transition:background .5s var(--ease)}.value:hover{background:#1a1a17}.value .num{font-family:var(--font-serif),serif;font-size:1.1rem;color:var(--oro);font-style:italic}.value h3{font-size:1.7rem;margin:1.4rem 0 .8rem}.value p{font-size:.95rem;opacity:.7}.product{background:var(--avorio)}.product .head{text-align:center;max-width:44ch;margin:0 auto clamp(3.5rem,7vw,6rem)}.product .section-title{font-size:clamp(2rem,4.5vw,3.4rem);margin-top:1rem}.product .section-title em{font-style:italic;color:var(--terracotta)}.product .section-sub{color:#555;margin:1.4rem auto 0;max-width:46ch}.product .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,6rem);gap:clamp(3rem,6vw,6rem);align-items:center}.product-row+.product-row{margin-top:clamp(4rem,9vw,8rem)}.product-row.reverse .bottle{order:2}@media (min-width:821px){.product-row.reverse .bottle{order:2}}.bottle{aspect-ratio:4/5;border-radius:6px;position:relative;overflow:hidden;background:#1a1512;box-shadow:0 40px 80px -40px rgba(17,17,17,.55),inset 0 0 0 1px rgba(17,17,17,.06)}.bottle img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product .tag{display:inline-block;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--ulivo);border:1px solid rgba(102,112,74,.4);padding:.4rem 1rem;border-radius:40px;margin-bottom:1.6rem}.product .product-name{font-size:clamp(2rem,4vw,3rem)}.product .product-name em{font-style:italic;color:var(--terracotta)}.product .price{font-family:var(--font-serif),serif;font-size:2rem;margin:1.6rem 0}.product .price small{font-family:var(--font-sans),sans-serif;font-size:.8rem;letter-spacing:.1em;opacity:.6}.specs{display:flex;gap:2.5rem;margin:2rem 0 2.6rem}.specs .k{display:block;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.3rem}.specs .v{display:block;font-family:var(--font-serif),serif;font-size:1.3rem}.quote{background:var(--terracotta);color:var(--avorio);text-align:center}.quote blockquote{font-family:var(--font-serif),serif;font-size:clamp(1.8rem,4vw,3.2rem);font-style:italic;font-weight:300;max-width:20ch;margin:0 auto;line-height:1.25}.quote cite{display:block;margin-top:2.2rem;font-style:normal;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;opacity:.8}.cta{background:var(--nero);color:var(--avorio);text-align:center}.cta h2{font-size:clamp(2.2rem,5vw,3.8rem);margin:1rem 0 1.6rem}.cta h2 em{font-style:italic;color:var(--oro)}.cta p{opacity:.7;max-width:44ch;margin:0 auto 2.6rem}.form{display:flex;gap:.6rem;max-width:460px;margin:0 auto}.form input{flex:1 1;background:transparent;border:1px solid rgba(244,239,231,.3);color:var(--avorio);padding:1rem 1.4rem;border-radius:40px;font-family:var(--font-sans),sans-serif;font-size:.9rem}.form input::placeholder{color:rgba(244,239,231,.5)}.form input:focus{outline:none;border-color:var(--oro)}footer{background:var(--nero);color:var(--avorio);padding:4rem 0 2.5rem;border-top:1px solid rgba(244,239,231,.1)}.foot{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.foot .brand{color:var(--avorio)}.foot-col h4{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--oro);margin-bottom:1.2rem;font-weight:400}.foot-col a{display:block;color:var(--avorio);text-decoration:none;opacity:.65;font-size:.9rem;margin-bottom:.6rem;transition:opacity .3s}.foot-col a:hover{opacity:1}.foot-cols{gap:4rem}.copy,.foot-cols{display:flex;flex-wrap:wrap}.copy{margin-top:3.5rem;padding-top:1.8rem;border-top:1px solid rgba(244,239,231,.1);font-size:.75rem;opacity:.5;letter-spacing:.05em;justify-content:space-between;gap:1rem}@media (max-width:820px){.nav-links{display:none}.menu-toggle{display:block}.product .grid,.story .grid,.values-grid{grid-template-columns:1fr}.story-visual{aspect-ratio:16/11}.btn-ghost{margin-left:0;margin-top:.8rem}.hero .btn{display:block;text-align:center}.specs{flex-wrap:wrap;gap:1.6rem}}.nav-cta{background:none;font-family:inherit;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}header.scrolled .nav-cta{color:var(--nero)}.badge{display:inline-grid;place-items:center;min-width:1.35em;height:1.35em;padding:0 .35em;border-radius:40px;font-size:.62rem;letter-spacing:0;font-weight:500}.badge,header.scrolled .badge{background:var(--terracotta);color:#fff}.nav-mobile{display:none;align-items:center;gap:1.2rem}.icon-btn{background:none;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.45rem}header.scrolled .icon-btn{color:var(--nero)}.menu-toggle{display:none;background:none;border:0;color:#fff;cursor:pointer;padding:.4rem;line-height:0}.burger{display:block;width:24px;height:14px;position:relative}.burger i{position:absolute;left:0;width:100%;height:1px;background:currentColor;transition:transform .4s var(--ease),opacity .3s}.burger i:first-child{top:0}.burger i:nth-child(2){bottom:0}.burger.is-open i:first-child{transform:translateY(6.5px) rotate(45deg)}.burger.is-open i:nth-child(2){transform:translateY(-6.5px) rotate(-45deg)}.menu-panel{position:fixed;inset:0;z-index:-1;background:var(--nero);display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .45s var(--ease),visibility .45s}.menu-panel.open{opacity:1;visibility:visible;z-index:90}.menu-panel nav{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.menu-panel nav a{color:var(--avorio);text-decoration:none;font-family:var(--font-serif),serif;font-size:2rem;letter-spacing:.02em}.menu-panel .menu-cta{margin-top:1rem}header.menu-open{mix-blend-mode:normal;background:transparent}header.menu-open .brand,header.menu-open .icon-btn,header.menu-open .menu-toggle{color:var(--avorio)}.drawer-root{position:fixed;inset:0;z-index:200;pointer-events:none;visibility:hidden;transition:visibility .5s var(--ease)}.drawer-root.open{pointer-events:auto;visibility:visible}.drawer-backdrop{position:absolute;inset:0;background:rgba(17,17,17,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .45s var(--ease)}.drawer-root.open .drawer-backdrop{opacity:1}.drawer{position:absolute;top:0;right:0;height:100%;width:min(430px,100vw);background:var(--avorio);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .5s var(--ease);box-shadow:-30px 0 60px -30px rgba(17,17,17,.4)}.drawer:focus{outline:none}.drawer-root.open .drawer{transform:none}.drawer-head{position:static;mix-blend-mode:normal;background:none;transition:none;z-index:auto;justify-content:space-between;padding:1.6rem 1.8rem;border-bottom:1px solid rgba(17,17,17,.1)}.drawer-head,.drawer-head h2{display:flex;align-items:center}.drawer-head h2{font-size:1.5rem;gap:.7rem}.drawer-count{font-family:var(--font-sans),sans-serif;font-size:.65rem;letter-spacing:0;background:var(--terracotta);color:#fff;border-radius:40px;min-width:1.5em;height:1.5em;display:inline-grid;place-items:center;padding:0 .4em}.drawer-close{background:none;border:0;cursor:pointer;font-size:1rem;color:var(--nero);opacity:.5;transition:opacity .3s}.drawer-close:hover{opacity:1}.drawer-empty{flex:1 1;display:grid;place-content:center;justify-items:center;grid-gap:1.6rem;gap:1.6rem;text-align:center;padding:2rem;opacity:.85}.drawer-lines{flex:1 1;overflow-y:auto;list-style:none;padding:.6rem 1.8rem}.drawer-line{display:grid;grid-template-columns:68px 1fr auto;grid-gap:1rem;gap:1rem;padding:1.4rem 0;border-bottom:1px solid rgba(17,17,17,.08)}.drawer-thumb{width:68px;height:85px;object-fit:cover;border-radius:4px;background:#1a1512}.drawer-line-name{font-family:var(--font-serif),serif;font-size:1.15rem;line-height:1.25}.drawer-line-price{font-size:.8rem;opacity:.55;margin-top:.15rem}.qty{display:inline-flex;align-items:center;gap:.9rem;margin-top:.8rem;border:1px solid rgba(17,17,17,.15);border-radius:40px;padding:.2rem .7rem}.qty button{background:none;border:0;cursor:pointer;font-size:1rem;line-height:1;color:var(--nero);padding:.2rem}.qty span{font-size:.9rem;min-width:1.2em;text-align:center}.drawer-line-end{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.drawer-line-total{font-family:var(--font-serif),serif;font-size:1.15rem}.drawer-remove{background:none;border:0;cursor:pointer;font-family:inherit;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--terracotta);opacity:.8}.drawer-remove:hover{opacity:1}.drawer-foot{padding:1.6rem 1.8rem 2rem;border-top:1px solid rgba(17,17,17,.1);background:none;color:inherit}.drawer-hint{font-size:.78rem;color:var(--ulivo);background:rgba(102,112,74,.1);border-radius:6px;padding:.7rem 1rem;margin-bottom:1.2rem}.drawer-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.5rem}.drawer-total{font-family:var(--font-serif),serif;font-size:1.4rem;margin:1rem 0 1.4rem;padding-top:1rem;border-top:1px solid rgba(17,17,17,.1)}.drawer-cta{display:block;text-align:center;width:100%}.drawer-continue{display:block;width:100%;margin-top:1rem;background:none;border:0;cursor:pointer;font-family:inherit;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;opacity:.55}.drawer-continue:hover{opacity:1}.form button[disabled]{opacity:.6;cursor:progress}.form-note{font-size:.75rem;opacity:.45;margin-top:1rem}.form-note.is-error{color:#e8907a;opacity:1}.form-done{font-family:var(--font-serif),serif;font-size:1.5rem;color:var(--oro);max-width:26ch;margin:0 auto}.page-plain{min-height:100vh;display:flex;flex-direction:column}.page-head,.page-plain{background:var(--avorio)}.page-head{position:static;mix-blend-mode:normal;border-bottom:1px solid rgba(17,17,17,.08);padding:1.4rem 0}.page-head .wrap{display:flex;align-items:center;justify-content:space-between}.page-back,.page-head .brand{color:var(--nero)}.page-back{text-decoration:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;opacity:.6}.page-back:hover{opacity:1}.page-main{flex:1 1;padding:clamp(3rem,7vw,6rem) 0 6rem}.legal{max-width:72ch}.legal h1{font-size:clamp(2rem,4.5vw,3.2rem);margin:1rem 0 .6rem}.legal-updated{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;opacity:.45}.legal-intro{margin-top:1.8rem;font-size:1.05rem;color:#333}.legal-section{margin-top:3rem}.legal-section h2{font-size:1.5rem;margin-bottom:1rem;color:var(--terracotta)}.legal-section p+p{margin-top:.9rem}.legal-section p{color:#333}.legal-nav{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(17,17,17,.1);display:flex;gap:2rem;flex-wrap:wrap}.legal-nav a{color:var(--nero);text-decoration:none;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;opacity:.6}.legal-nav a:hover{opacity:1}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);grid-gap:clamp(2.5rem,6vw,5rem);gap:clamp(2.5rem,6vw,5rem);align-items:start}.checkout-form h1{font-size:clamp(2rem,4vw,3rem);margin:1rem 0}.checkout-form h1 em{font-style:italic;color:var(--terracotta)}.checkout-lead{color:#555;margin-bottom:2.6rem;max-width:46ch}.field{display:block;margin-bottom:1.3rem}.field>span{display:block;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.5rem}.field input,.field select,.field textarea{width:100%;background:transparent;border:1px solid rgba(17,17,17,.2);border-radius:6px;padding:.9rem 1.1rem;font-family:var(--font-sans),sans-serif;font-size:.95rem;font-weight:300;color:var(--nero);transition:border-color .3s}.field textarea{resize:vertical}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 1.3rem) 55%,calc(100% - .95rem) 55%;background-size:.35rem .35rem;background-repeat:no-repeat;padding-right:2.6rem;cursor:pointer}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--terracotta)}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem}.field-row.three{grid-template-columns:2fr 1fr 1fr}.consent{display:flex;gap:.8rem;align-items:flex-start;margin:1.6rem 0;font-size:.85rem;color:#444}.consent input{margin-top:.35rem;accent-color:var(--terracotta)}.consent a{color:var(--terracotta)}.checkout-submit{margin-top:1rem}.checkout-loading{padding:4rem 0;opacity:.5}.checkout-done{max-width:46ch;padding:clamp(2rem,6vw,5rem) 0}.checkout-done h1{font-size:clamp(2rem,4vw,3rem);margin:1rem 0 1.2rem}.checkout-done p{color:#444;margin-bottom:1.6rem}.checkout-ref{font-family:var(--font-serif),serif;font-size:1.3rem;color:var(--terracotta)}.checkout-summary{background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:8px;padding:1.8rem;position:-webkit-sticky;position:sticky;top:2rem}.checkout-summary h2{font-size:1.3rem;margin-bottom:1.4rem}.checkout-summary ul{list-style:none}.checkout-summary li{display:grid;grid-template-columns:54px 1fr auto;grid-gap:.9rem;gap:.9rem;align-items:center;padding:.9rem 0;border-bottom:1px solid rgba(17,17,17,.07)}.checkout-summary li img{width:54px;height:66px;object-fit:cover;border-radius:4px;background:#1a1512}.checkout-summary .name{font-family:var(--font-serif),serif;font-size:1rem;line-height:1.25}.checkout-summary .qty-label{font-size:.75rem;opacity:.5}.sum-row{display:flex;justify-content:space-between;font-size:.9rem;margin-top:.7rem}.sum-total{font-family:var(--font-serif),serif;font-size:1.35rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid rgba(17,17,17,.1)}.sum-note{font-size:.75rem;opacity:.5;margin-top:1.2rem}.lang-switch{display:inline-flex;align-items:center;gap:.2rem;font-size:.72rem;letter-spacing:.14em}.lang-switch a,.lang-switch span{padding:.3rem .35rem;text-decoration:none;color:inherit}.nav-links .lang-switch{color:#fff;transition:color .5s var(--ease)}header.scrolled .nav-links .lang-switch{color:var(--nero)}.nav-links .lang-switch a{opacity:.8;font-size:inherit;letter-spacing:inherit}.nav-links .lang-switch a:hover{opacity:1}.lang-switch span[aria-current]{font-weight:500;text-decoration:underline;text-underline-offset:.35em;text-decoration-thickness:1px}.nav-links .lang-switch{padding-left:1.6rem;border-left:1px solid}.legal-updated a{color:var(--terracotta)}.lang-switch-menu{margin-top:1.4rem;color:var(--avorio);font-size:.85rem;gap:.8rem}.menu-panel nav .lang-switch-menu a{font-family:var(--font-sans),sans-serif;font-size:inherit;letter-spacing:inherit;opacity:.7}.menu-panel nav .lang-switch-menu span{opacity:1;border-bottom:1px solid var(--oro)}.copy-legal{display:flex;gap:1.2rem;flex-wrap:wrap}.copy-legal a{color:inherit;text-decoration:none}.copy-legal a:hover{text-decoration:underline}@media (max-width:980px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}}@media (max-width:820px){.nav-mobile{display:flex}.menu-toggle{display:block}.field-row,.field-row.three{grid-template-columns:1fr;gap:0}.drawer{width:100vw}.drawer-foot,.drawer-head,.drawer-lines{padding-left:1.2rem;padding-right:1.2rem}.form{flex-direction:column}.form .btn{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--oro);outline-offset:3px;border-radius:4px}.hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:300;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:300;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:300;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:300;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:300;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:400;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:400;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:400;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:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:400;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: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.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.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:normal;font-weight:300;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:300;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:300;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:300;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:300;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: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 Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_16bb0c{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_16bb0c{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-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:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-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:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_1c3766{font-family:Jost,Jost Fallback;font-style:normal}.__variable_1c3766{--font-sans:"Jost","Jost Fallback"}