:root{--green-900:#0a1912;--green-850:#0b1c14;--green-800:#0c1d15;--green-700:#0d241a;--green-600:#143024;--green-500:#1d4130;--gold:#b5904a;--gold-light:#d8bc80;--gold-pale:#f0e0c0;--gold-dark:#937536;--cream:#f2efea;--cream-2:#e9e4dc;--cream-3:#ddd6cb;--white:#ffffff;--ink:#16241d;--ink-soft:#47564e;--ink-mute:#6d7a72;--on-dark:#eae6de;--on-dark-soft:#b3bdb5;--error:#a3392f;--error-bg:#fbeceb;--ok:#2f6b46;--ok-bg:#e9f3ec;--container:1200px;--gutter:clamp(1.25rem,4vw,2.5rem);--radius:4px;--radius-lg:10px;--header-h:76px;--shadow-sm:0 1px 3px rgba(10,25,18,0.08);--shadow:0 6px 20px rgba(10,25,18,0.1);--shadow-lg:0 18px 50px rgba(10,25,18,0.18);--ease:cubic-bezier(0.4,0.14,0.3,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{min-height:100dvh;background:var(--cream);color:var(--ink);font-family:var(--font-sans),system-ui,-apple-system,"Segoe UI",sans-serif;font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg,video{display:block;max-width:100%}img{height:auto}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:0;cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}h1,h2,h3,h4{font-family:var(--font-serif),Georgia,"Times New Roman",serif;font-weight:500;line-height:1.12;letter-spacing:-.005em}h1{font-size:clamp(2.5rem,6.4vw,4.4rem)}h2{font-size:clamp(1.95rem,4.2vw,2.85rem)}h3{font-size:clamp(1.25rem,2.2vw,1.55rem)}h4{font-size:1.1rem}.serif{font-family:var(--font-serif),Georgia,serif}.italic{font-style:italic}.eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.19em;text-transform:uppercase;color:var(--gold)}.lede{font-size:clamp(1.02rem,1.5vw,1.15rem);line-height:1.7;color:var(--ink-soft)}.muted{color:var(--ink-mute)}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.container-wide{max-width:1440px}.container-narrow{max-width:760px}.section{padding-block:clamp(3.5rem,8vw,6.5rem)}.section-tight{padding-block:clamp(2.5rem,5vw,4rem)}.section-cream{background:var(--cream);color:var(--ink)}.section-green{background:var(--green-700);color:var(--on-dark)}.section-white{background:var(--white);color:var(--ink)}.section-green h1,.section-green h2,.section-green h3{color:var(--cream)}.section-green .lede{color:var(--on-dark-soft)}.stack>*+*{margin-top:1rem}.section-head{text-align:center;margin-bottom:clamp(2.25rem,4vw,3.25rem)}.section-head h2{margin-bottom:.85rem}.ornament{display:block;margin-inline:auto;color:var(--gold)}.rule-gold{width:84px;height:2px;background:var(--gold);border:0;margin:1.5rem 0}.rule-gold.center{margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.75rem;min-height:50px;font-size:.76rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius);border:1px solid transparent;transition:background-color .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease);white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-gold{background:var(--gold);color:var(--green-900);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light)}.btn-outline{background:transparent;color:var(--cream);border-color:rgba(234,230,222,.45)}.btn-outline:hover{border-color:var(--gold);color:var(--gold-light)}.btn-dark{background:var(--green-800);color:var(--cream);border-color:var(--green-800)}.btn-dark:hover{background:var(--green-600);border-color:var(--green-600)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--cream-3)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold-dark)}.btn-block{width:100%}.btn[aria-disabled=true],.btn[disabled]{opacity:.45;pointer-events:none}.link-gold{color:var(--gold-dark);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.link-gold:hover{color:var(--gold)}.card{background:var(--white);border:1px solid var(--cream-2);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.card-hover:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-body{padding:1.35rem 1.35rem 1.5rem;flex:1 1;display:flex;flex-direction:column}.grid{display:grid;grid-gap:clamp(1.25rem,2.4vw,2rem);gap:clamp(1.25rem,2.4vw,2rem)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.grid-2,.grid-3,.grid-4{grid-template-columns:minmax(0,1fr)}}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}.field .hint{font-size:.82rem;color:var(--ink-mute);text-transform:none;letter-spacing:0;font-weight:400}.input,.select,.textarea{width:100%;padding:.8rem .95rem;min-height:48px;background:var(--white);border:1px solid var(--cream-3);border-radius:var(--radius);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(181,144,74,.15)}.textarea{min-height:110px;resize:vertical;line-height:1.6}.field-error .input,.field-error .select,.field-error .textarea{border-color:var(--error)}.error-text{font-size:.85rem;color:var(--error);font-weight:500}.notice{padding:.85rem 1.1rem;border-radius:var(--radius);font-size:.92rem;border:1px solid transparent}.notice-error{background:var(--error-bg);border-color:#f0cdc9;color:#7d2b23}.notice-ok{background:var(--ok-bg);border-color:#c6e0cf;color:#235235}.badge{display:inline-block;padding:.28rem .65rem;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;background:var(--gold);color:var(--green-900)}.badge-soft{background:var(--cream-2);color:var(--ink-soft)}.price{font-family:var(--font-serif),Georgia,serif;font-size:1.35rem;font-weight:600;color:var(--green-700)}.price-old{font-size:.95rem;color:var(--ink-mute);text-decoration:line-through;margin-left:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:50%;top:0;transform:translate(-50%,-120%);z-index:200;padding:.75rem 1.25rem;background:var(--gold);color:var(--green-900);font-weight:600;border-radius:0 0 var(--radius) var(--radius);transition:transform .2s var(--ease)}.skip-link:focus{transform:translate(-50%)}.flow-narrow{max-width:62ch}.center{text-align:center}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.logo{display:inline-flex;flex-direction:column;align-items:center;line-height:1;color:var(--cream)}.logo-word{font-family:var(--font-serif),Georgia,serif;font-style:italic;font-weight:500;letter-spacing:.01em;line-height:1}.logo-branch{color:var(--gold);margin-top:.15em;width:62%;height:auto}.logo-sm .logo-word{font-size:1.65rem}.logo-md .logo-word{font-size:clamp(1.9rem,3.4vw,2.45rem)}.logo-lg .logo-word{font-size:clamp(2.4rem,5vw,3.4rem)}.logo-link{display:inline-block;transition:opacity .2s var(--ease)}.logo-link:hover{opacity:.85}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--green-800);border-bottom:1px solid rgba(181,144,74,.18)}.header-inner{justify-content:space-between;gap:1.5rem;min-height:var(--header-h);padding-block:.6rem}.header-inner,.header-nav{display:flex;align-items:center}.header-nav{gap:clamp(.9rem,1.9vw,1.9rem);flex:1 1;justify-content:center}.header-link{font-size:.72rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--on-dark);padding-block:.35rem;position:relative;white-space:nowrap;transition:color .22s var(--ease)}.header-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .25s var(--ease)}.header-link:hover{color:var(--gold-light)}.header-link:hover:after{transform:scaleX(1)}.header-link.is-active{color:var(--gold)}.header-link.is-active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:.35rem}.header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--gold);transition:background-color .22s var(--ease),color .22s var(--ease)}.header-icon:hover{background:rgba(181,144,74,.14);color:var(--gold-light)}.cart-badge{position:absolute;top:5px;right:4px;min-width:18px;height:18px;padding-inline:4px;border-radius:9px;background:var(--gold);color:var(--green-900);font-size:.65rem;font-weight:700;line-height:18px;text-align:center}.header-burger{display:none}@media (max-width:1080px){.header-nav{display:none}.header-burger{display:inline-flex}.header-inner{justify-content:space-between}}@media (max-width:460px){.header-phone{display:none}}.drawer-backdrop{position:fixed;inset:0;z-index:110;background:rgba(6,15,11,.55);opacity:0;pointer-events:none;transition:opacity .3s var(--ease)}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;z-index:120;width:min(340px,88vw);height:100dvh;background:var(--green-800);border-left:1px solid rgba(181,144,74,.2);transform:translateX(100%);transition:transform .32s var(--ease);display:flex;flex-direction:column;overflow-y:auto}.drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(181,144,74,.16)}.drawer-nav{display:flex;flex-direction:column;padding:.75rem 0;flex:1 1}.drawer-link{padding:.95rem 1.5rem;font-size:.82rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--on-dark);border-left:2px solid transparent;transition:background-color .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.drawer-link:hover{background:rgba(181,144,74,.1);color:var(--gold-light)}.drawer-link.is-active{color:var(--gold);border-left-color:var(--gold);background:rgba(181,144,74,.08)}.drawer-foot{padding:1.25rem;border-top:1px solid rgba(181,144,74,.16)}.drawer-address{margin-top:.9rem;font-size:.85rem;line-height:1.6;color:var(--on-dark-soft);text-align:center}.photo{position:relative;overflow:hidden;background:var(--green-600);border-radius:inherit}.photo>img{width:100%;height:100%;object-fit:cover}.photo-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;text-align:center;background:linear-gradient(150deg,var(--green-600),var(--green-800) 70%);border:1px dashed rgba(181,144,74,.35)}.photo-empty-ornament{color:rgba(181,144,74,.75);flex-shrink:0}.photo-empty-name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;letter-spacing:.02em;color:var(--gold-light);word-break:break-all}.photo-empty-hint{font-size:.72rem;line-height:1.45;color:rgba(179,189,181,.85);max-width:26ch}.photo-round{border-radius:50%}.trust-bar{background:var(--green-900);border-top:1px solid rgba(181,144,74,.16);border-bottom:1px solid rgba(181,144,74,.16);padding-block:1.65rem}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.5rem 2rem;gap:1.5rem 2rem}.trust-item{display:flex;align-items:flex-start;gap:.85rem}.trust-icon{color:var(--gold);flex-shrink:0;margin-top:2px}.trust-title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);margin-bottom:.15rem}.trust-text{font-size:.82rem;line-height:1.5;color:var(--on-dark-soft)}@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.trust-grid{grid-template-columns:minmax(0,1fr)}}.site-footer{background:var(--green-800);color:var(--on-dark)}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);padding-block:clamp(2.75rem,6vw,4.25rem)}.footer-brand .logo{align-items:flex-start}.footer-slogan{margin-top:1rem;font-size:1.2rem;color:var(--gold-light);line-height:1.4}.footer-social{display:flex;gap:.6rem;margin-top:1.35rem}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(181,144,74,.35);border-radius:50%;color:var(--gold);transition:background-color .22s var(--ease),color .22s var(--ease),border-color .22s var(--ease)}.footer-social-link:hover{background:var(--gold);color:var(--green-900);border-color:var(--gold)}.footer-col{display:flex;flex-direction:column;gap:.6rem;font-size:.9rem}.footer-heading{font-family:var(--font-sans),sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.footer-col a{color:var(--on-dark-soft);transition:color .2s var(--ease);width:-moz-fit-content;width:fit-content}.footer-col a:hover{color:var(--gold-light)}.footer-address{font-style:normal;color:var(--on-dark-soft);line-height:1.6}.footer-hours{margin-top:.85rem;display:flex;flex-direction:column;gap:.28rem;font-size:.85rem}.footer-hours-row{display:flex;justify-content:space-between;gap:1rem;color:var(--on-dark-soft);max-width:15rem}.footer-hours-row dt{font-weight:600;color:var(--on-dark)}.footer-bottom{border-top:1px solid rgba(181,144,74,.16);background:var(--green-900);padding-block:1.5rem}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center;font-size:.82rem;color:var(--on-dark-soft)}.footer-ornament{color:rgba(181,144,74,.6)}.footer-legal{font-size:.76rem;color:rgba(179,189,181,.7)}@media (max-width:940px){.footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.footer-main{grid-template-columns:minmax(0,1fr);text-align:left}}.hero{position:relative;background:var(--green-800);overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);align-items:stretch;min-height:clamp(540px,74vh,700px)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,4vw,3rem) clamp(2.5rem,5vw,4.5rem) max(var(--gutter),calc((100vw - 1400px) / 2 + 2.5rem));z-index:2}.hero h1{color:var(--cream);margin-bottom:0}.hero h1 .hero-line-2{display:block;font-style:italic;color:var(--gold)}.hero-lede{font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.75;color:var(--on-dark-soft);max-width:34ch}.hero-usps{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3vw,2.75rem);margin-block:clamp(1.75rem,3.5vw,2.5rem)}.hero-usp{display:flex;flex-direction:column;gap:.55rem;max-width:15ch}.hero-usp svg{color:var(--gold)}.hero-usp span{font-size:.82rem;line-height:1.45;color:var(--on-dark)}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero-media{position:relative}.hero-media .photo{position:absolute;inset:0;border-radius:0;aspect-ratio:auto!important}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--green-800) 0,rgba(12,29,21,.55) 14%,rgba(12,29,21,0) 38%);pointer-events:none}@media (max-width:900px){.hero-grid{grid-template-columns:minmax(0,1fr);min-height:0}.hero-copy{order:2;padding:clamp(2.25rem,7vw,3rem) var(--gutter)}.hero-media{order:1;min-height:46vw}.hero-media .photo{position:relative;inset:auto;height:100%}.hero-media:after{background:linear-gradient(180deg,rgba(12,29,21,.15) 0,rgba(12,29,21,.1) 60%,var(--green-800) 100%)}.hero-lede{max-width:46ch}}.page-head{background:var(--green-800);padding-block:clamp(2.75rem,6vw,4.5rem);text-align:center}.page-head h1{color:var(--cream);font-size:clamp(2.1rem,4.6vw,3.2rem)}.page-head .lede{color:var(--on-dark-soft);margin-inline:auto;max-width:60ch;margin-top:1rem}.page-head .ornament{margin-top:1.1rem}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-soft);margin-bottom:1rem}.breadcrumbs a:hover,.breadcrumbs span[aria-current]{color:var(--gold)}.spec-card{display:flex;flex-direction:column;text-align:center}.spec-media{position:relative;overflow:visible;margin-bottom:2.4rem}.spec-media,.spec-media .photo{border-radius:var(--radius-lg)}.spec-badge{position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:62px;height:62px;border-radius:50%;background:var(--cream);border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold-dark);z-index:2;box-shadow:0 2px 10px rgba(10,25,18,.12)}.spec-card h3{margin-bottom:.6rem}.spec-card p{font-size:.92rem;line-height:1.65;color:var(--ink-soft);margin-bottom:1.35rem;flex:1 1}.spec-card .btn{align-self:stretch}.spec-grid{padding-top:1.75rem}.occasions{background:var(--green-700);padding-block:clamp(3rem,6vw,4.5rem)}.occasions-inner{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,2.6fr);grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);align-items:center}.occasions h2{color:var(--cream);max-width:12ch}.occasions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));grid-gap:clamp(1rem,2vw,1.5rem);gap:clamp(1rem,2vw,1.5rem)}.occasion-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;transition:transform .28s var(--ease)}.occasion-item:hover{transform:translateY(-4px)}.occasion-ring{width:100%;max-width:118px;aspect-ratio:1;border-radius:50%;padding:4px;border:1px solid var(--gold);transition:border-color .25s var(--ease)}.occasion-item:hover .occasion-ring{border-color:var(--gold-light)}.occasion-ring .photo{border-radius:50%;aspect-ratio:1!important;height:100%}.occasion-name{display:block;font-family:var(--font-serif),Georgia,serif;font-size:1.08rem;color:var(--cream);line-height:1.2}.occasion-date{display:block;font-size:.76rem;line-height:1.35;color:var(--on-dark-soft);margin-top:.15rem}.photo-round.photo-empty .photo-empty-hint,.photo-round.photo-empty .photo-empty-name{display:none}.occasion-item.is-soon .occasion-name{color:var(--gold)}@media (max-width:1000px){.occasions-inner{grid-template-columns:minmax(0,1fr)}.occasions h2{max-width:none}}@media (max-width:720px){.occasions-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem 1rem}}@media (max-width:420px){.occasions-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.split{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,2fr);align-items:stretch}.split-media .photo{height:100%;aspect-ratio:auto!important;border-radius:0;min-height:380px}.split-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(2rem,4vw,3.5rem);gap:clamp(2rem,4vw,3.5rem);background:var(--cream);padding:clamp(2.25rem,5vw,3.75rem) clamp(1.5rem,4vw,3.25rem)}.split-panel h2{font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:.4rem}.split-panel .ornament{margin:1rem 0 1.5rem}.info-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}.info-row{display:flex;align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.55}.info-row svg{flex-shrink:0;margin-top:2px}.info-row a:hover,.info-row svg{color:var(--gold-dark)}.check-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.75rem}.check-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.55}.check-list svg{color:var(--gold-dark);flex-shrink:0;margin-top:3px}@media (max-width:1000px){.split{grid-template-columns:minmax(0,1fr)}.split-media .photo{min-height:260px}}@media (max-width:640px){.split-panels{grid-template-columns:minmax(0,1fr)}}.product-card{position:relative}.product-card .photo{border-radius:0}.product-card h3{font-size:1.22rem;margin-bottom:.3rem}.product-summary{font-size:.9rem;line-height:1.6;color:var(--ink-soft);margin-bottom:1rem;flex:1 1}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.product-from{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);display:block;margin-bottom:.1rem}.product-flag{position:absolute;top:.9rem;left:.9rem;z-index:2}.product-card-link:hover h3{color:var(--gold-dark)}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.product-gallery{display:flex;flex-direction:column;gap:.85rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1.5rem)}.product-gallery .photo{border-radius:var(--radius-lg)}.product-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.product-info h1{font-size:clamp(2rem,4vw,2.9rem);margin-bottom:.5rem}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-block:1.1rem 1.5rem}.product-price-row .price{font-size:1.85rem}.option-group{margin-bottom:1.75rem}.option-legend{font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.75rem;display:block}.variant-row{display:flex;flex-wrap:wrap;gap:.6rem}.variant-chip{border:1px solid var(--cream-3);background:var(--white);border-radius:var(--radius);padding:.7rem 1.1rem;text-align:left;min-width:120px;transition:border-color .2s var(--ease),background-color .2s var(--ease)}.variant-chip:hover{border-color:var(--gold)}.variant-chip.is-selected{border-color:var(--gold);background:var(--gold-pale)}.variant-name{display:block;font-weight:600;font-size:.95rem}.variant-meta{display:block;font-size:.78rem;color:var(--ink-mute);margin-top:.1rem}.extra-list{display:flex;flex-direction:column;gap:.7rem}.extra-item{border:1px solid var(--cream-3);border-radius:var(--radius);background:var(--white);padding:.9rem 1rem;transition:border-color .2s var(--ease)}.extra-item.is-checked{border-color:var(--gold);background:#fdfbf6}.extra-head{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.extra-head input{margin-top:.28rem;width:18px;height:18px;accent-color:var(--gold-dark);flex-shrink:0}.extra-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-weight:600;font-size:.95rem}.extra-price{color:var(--gold-dark);font-weight:600}.extra-desc{font-size:.85rem;line-height:1.55;color:var(--ink-mute);margin-top:.2rem}.extra-text{margin-top:.85rem}.char-count{font-size:.78rem;color:var(--ink-mute);text-align:right}.qty-row{display:flex;gap:1rem;margin-block:1.5rem}.qty,.qty-row{align-items:center}.qty{display:inline-flex;border:1px solid var(--cream-3);border-radius:var(--radius);background:var(--white);overflow:hidden}.qty button{width:44px;height:46px;display:grid;place-items:center;color:var(--ink-soft);transition:background-color .2s var(--ease)}.qty button:hover:not(:disabled){background:var(--cream-2)}.qty button:disabled{opacity:.35;cursor:not-allowed}.qty-value{min-width:46px;text-align:center;font-weight:600}.add-summary{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-top:1.25rem;margin-bottom:1.1rem}.add-summary,.product-meta{border-top:1px solid var(--cream-2)}.product-meta{margin-top:2rem;padding-top:1.5rem;font-size:.88rem;color:var(--ink-mute);line-height:1.7}@media (max-width:880px){.product-detail{grid-template-columns:minmax(0,1fr)}.product-gallery{position:static}}.cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);grid-gap:clamp(1.75rem,4vw,3rem);gap:clamp(1.75rem,4vw,3rem);align-items:start}.cart-lines{display:flex;flex-direction:column;gap:1rem}.cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) auto;grid-gap:1.15rem;gap:1.15rem;padding:1.15rem;background:var(--white);border:1px solid var(--cream-2);border-radius:var(--radius-lg)}.cart-line .photo{border-radius:var(--radius)}.cart-line-title{font-family:var(--font-serif),Georgia,serif;font-size:1.2rem;margin-bottom:.2rem}.cart-line-variant{font-size:.85rem;color:var(--ink-mute)}.cart-line-extras{list-style:none;padding:0;margin-top:.6rem;display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--ink-soft)}.cart-line-extras li:before{content:"+ ";color:var(--gold-dark)}.cart-line-note{display:block;font-style:italic;color:var(--ink-mute);padding-left:1rem}.cart-line-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.85rem}.icon-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--ink-mute);transition:color .2s var(--ease)}.icon-btn:hover{color:var(--error)}.summary-box{background:var(--white);border:1px solid var(--cream-2);border-radius:var(--radius-lg);padding:1.5rem;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1.5rem)}.summary-box h2{font-size:1.45rem;margin-bottom:1.15rem}.summary-row{display:flex;justify-content:space-between;gap:1rem;padding-block:.5rem;font-size:.95rem}.summary-row.is-total{border-top:1px solid var(--cream-2);margin-top:.6rem;padding-top:.95rem;font-size:1.15rem;font-weight:600}.summary-row .muted-small{font-size:.8rem;color:var(--ink-mute)}.empty-state{text-align:center;padding-block:clamp(2.5rem,6vw,4.5rem)}.empty-state .ornament{margin-bottom:1.25rem}@media (max-width:900px){.cart-layout{grid-template-columns:minmax(0,1fr)}.summary-box{position:static}}@media (max-width:560px){.cart-line{grid-template-columns:84px minmax(0,1fr)}.cart-line-actions{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}}.steps{justify-content:center;gap:.35rem;flex-wrap:wrap;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.step,.steps{display:flex;align-items:center}.step{gap:.55rem;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-mute)}.step-num{width:28px;height:28px;border-radius:50%;border:1px solid var(--cream-3);display:grid;place-items:center;font-size:.78rem;font-weight:600;flex-shrink:0}.step.is-active{color:var(--green-700);font-weight:600}.step.is-active .step-num{background:var(--gold);border-color:var(--gold);color:var(--green-900)}.step.is-done .step-num{background:var(--green-700);border-color:var(--green-700);color:var(--cream)}.step-sep{width:24px;height:1px;background:var(--cream-3)}@media (max-width:720px){.step-label{display:none}.step-sep{width:14px}}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);grid-gap:clamp(1.75rem,4vw,3rem);gap:clamp(1.75rem,4vw,3rem);align-items:start}.form-card{background:var(--white);border:1px solid var(--cream-2);border-radius:var(--radius-lg);padding:clamp(1.35rem,3vw,2rem)}.form-card+.form-card{margin-top:1.25rem}.form-card h2{font-size:1.4rem;margin-bottom:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.form-grid .span-2{grid-column:1/-1}@media (max-width:560px){.form-grid{grid-template-columns:minmax(0,1fr)}.form-grid .span-2{grid-column:auto}.checkout-layout{grid-template-columns:minmax(0,1fr)}}.radio-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.radio-card{border:1px solid var(--cream-3);border-radius:var(--radius);padding:.95rem 1.1rem;cursor:pointer;display:flex;gap:.7rem;align-items:flex-start;transition:border-color .2s var(--ease),background-color .2s var(--ease)}.radio-card.is-selected,.radio-card:hover{border-color:var(--gold)}.radio-card.is-selected{background:var(--gold-pale)}.radio-card input{margin-top:.25rem;accent-color:var(--gold-dark);width:18px;height:18px;flex-shrink:0}.radio-title{font-weight:600;font-size:.95rem}.radio-meta{font-size:.82rem;color:var(--ink-mute);margin-top:.1rem}@media (max-width:480px){.radio-cards{grid-template-columns:minmax(0,1fr)}}.date-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));grid-gap:.6rem;gap:.6rem}.date-chip{border:1px solid var(--cream-3);border-radius:var(--radius);background:var(--white);padding:.7rem .5rem;text-align:center;line-height:1.3;transition:border-color .2s var(--ease),background-color .2s var(--ease)}.date-chip.is-selected,.date-chip:hover:not(:disabled){border-color:var(--gold)}.date-chip.is-selected{background:var(--gold-pale)}.date-chip:disabled{opacity:.4;cursor:not-allowed}.date-chip strong{display:block;font-size:.95rem}.date-chip span{font-size:.75rem;color:var(--ink-mute)}.checkout-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:space-between;margin-top:1.5rem}.pay-methods{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.pay-chip{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-mute);border:1px solid var(--cream-3);border-radius:var(--radius);padding:.35rem .7rem}.sticky-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:60;display:none;gap:1rem;align-items:center;justify-content:space-between;padding:.85rem var(--gutter);background:var(--white);border-top:1px solid var(--cream-2);box-shadow:0 -4px 18px rgba(10,25,18,.08)}@media (max-width:900px){.sticky-bar{display:flex}}.confirm-icon{width:78px;height:78px;border-radius:50%;background:var(--gold-pale);border:1px solid var(--gold);color:var(--gold-dark);display:grid;place-items:center;margin:0 auto 1.5rem}.order-box{background:var(--white);border:1px solid var(--cream-2);border-radius:var(--radius-lg);padding:clamp(1.35rem,3vw,2rem);text-align:left;margin-top:2rem}.order-box dl{display:grid;grid-template-columns:max-content minmax(0,1fr);grid-gap:.55rem 1.5rem;gap:.55rem 1.5rem;font-size:.95rem}.order-box dt{color:var(--ink-mute)}.order-box dd{margin:0}@media (max-width:480px){.order-box dl{grid-template-columns:minmax(0,1fr);gap:.15rem}.order-box dt{margin-top:.6rem}}.prose{max-width:68ch}.prose h2{font-size:clamp(1.5rem,2.6vw,1.95rem);margin-top:2.5rem;margin-bottom:.85rem}.prose h3{margin-top:1.75rem;margin-bottom:.5rem}.prose ol,.prose p,.prose ul{margin-bottom:1rem;color:var(--ink-soft);line-height:1.75}.prose ol,.prose ul{padding-left:1.35rem}.prose li{margin-bottom:.4rem}.prose a{color:var(--gold-dark);text-decoration:underline;text-underline-offset:3px}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.95rem}.prose td,.prose th{text-align:left;padding:.7rem .85rem;border-bottom:1px solid var(--cream-2)}.prose th{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);font-weight:600}.seasonal-banner{background:linear-gradient(90deg,var(--green-900),var(--green-600));border-bottom:1px solid rgba(181,144,74,.25)}.seasonal-inner{justify-content:center;gap:.75rem 1.5rem;padding-block:.75rem}.seasonal-inner,.seasonal-text{display:flex;flex-wrap:wrap;align-items:center}.seasonal-text{gap:.65rem;color:var(--on-dark)}.seasonal-name{font-size:1.08rem;color:var(--cream)}.seasonal-tagline{font-size:.85rem;color:var(--on-dark-soft)}.seasonal-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);transition:color .2s var(--ease)}.seasonal-link:hover{color:var(--gold-light)}@media (max-width:560px){.seasonal-tagline{display:none}}.admin-login{max-width:26rem;margin-inline:auto}.admin-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.admin-tabs{display:flex;gap:.35rem;background:var(--cream-2);padding:.25rem}.admin-tab,.admin-tabs{border-radius:var(--radius)}.admin-tab{padding:.6rem 1.15rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);transition:background-color .2s var(--ease),color .2s var(--ease)}.admin-tab.is-active{background:var(--white);color:var(--green-700);box-shadow:var(--shadow-sm)}.admin-list{display:flex;flex-direction:column;gap:1.25rem}.admin-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-row-head h3{font-size:1.25rem}.admin-toggles{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.25rem}.admin-toggle{display:inline-flex;align-items:center;gap:.55rem;font-size:.92rem;cursor:pointer}.admin-toggle input{width:18px;height:18px;accent-color:var(--gold-dark)}.about-grid,.winkel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.about-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.about-grid .photo{border-radius:var(--radius-lg);position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 1.5rem)}@media (max-width:820px){.about-grid,.winkel-grid{grid-template-columns:minmax(0,1fr)}.about-grid .photo{position:static}}.hours-table{width:100%;max-width:24rem;border-collapse:collapse}.hours-table td,.hours-table th{text-align:left;padding:.6rem 0;border-bottom:1px solid var(--cream-2);font-weight:400}.hours-table th{color:var(--ink-soft);font-weight:500}.hours-table td{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hours-inline{display:flex;flex-direction:column;gap:.4rem}.hours-inline>div{display:flex;justify-content:space-between;gap:1rem;max-width:20rem;padding-bottom:.4rem;border-bottom:1px solid var(--cream-2)}.hours-inline dt{color:var(--ink-soft)}.hours-inline dd{margin:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.contact-card{padding:1.75rem 1.5rem;text-align:center;align-items:center;gap:.35rem}.contact-card h2{font-size:1.3rem;margin-bottom:.15rem}.contact-card p{color:var(--ink-soft);line-height:1.55}.contact-icon{width:58px;height:58px;border-radius:50%;border:1px solid var(--gold);background:var(--gold-pale);color:var(--gold-dark);display:grid;place-items:center;margin-bottom:.85rem}.contact-card:hover h2{color:var(--gold-dark)}.review-list{display:flex;flex-direction:column;gap:1.1rem}.review-list dt{font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:.25rem}.review-list dd{margin:0;line-height:1.6}.mini-lines{list-style:none;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.9rem;border-bottom:1px solid var(--cream-2);padding:0 0 1.25rem}.mini-line{display:grid;grid-template-columns:54px minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:start}.mini-photo{border-radius:var(--radius)}.mini-name{line-height:1.35}.mini-name,.mini-price{font-size:.92rem;font-weight:600}.mini-price{white-space:nowrap}.muted-small{font-size:.8rem;color:var(--ink-mute);line-height:1.45}.occasion-card .photo{border-radius:0}.occasion-card-title{font-size:1.45rem;margin-block:.35rem .6rem}.occasion-card-link,.occasion-card:hover .occasion-card-title{color:var(--gold-dark)}.occasion-card-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.countdown{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem}.countdown-date{font-size:.88rem;color:var(--on-dark-soft)}.meta-row{display:flex;gap:.6rem;align-items:flex-start}.meta-row+.meta-row{margin-top:.6rem}.meta-icon{color:var(--gold-dark);flex-shrink:0;margin-top:2px}.breadcrumbs-left{justify-content:flex-start;color:var(--ink-mute)}.breadcrumbs-left span[aria-current]{color:var(--gold-dark)}.ornament-left{margin-inline:0;margin-block:1rem 1.5rem}@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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight: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_e9ff3d{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_e9ff3d{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}