:root{--forest:#203f2b;--forest-2:#315a3d;--forest-3:#14291c;--sage:#7f8d67;--sage-light:#edf1e9;--cream:#f7f4ec;--cream-deep:#efe9dc;--gold:#b9892e;--gold-light:#d9b96a;--ink:#1d2a21;--muted:#68736b;--line:#dfe4dc;--white:#ffffff;--danger:#9b3527;--success:#2d6b44;--shadow:0 18px 50px rgba(32,63,43,0.12);--shadow-soft:0 10px 34px rgba(32,63,43,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--white);line-height:1.62;-webkit-font-smoothing:antialiased}body:has(.adminshell) .footer,body:has(.adminshell) .nav,body:has(.adminshell) .topbar{display:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button:disabled{cursor:not-allowed;opacity:.58}::selection{background:var(--gold-light);color:var(--forest-3)}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-150%);background:var(--white);color:var(--forest);padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{transform:translateY(0)}.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.narrow{width:min(780px,calc(100% - 36px));margin-inline:auto}.topbar{background:var(--forest);color:var(--white);text-align:center;padding:8px 16px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.navin{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:30px;gap:30px}.brand img{width:154px;height:70px;object-fit:contain}.links{display:flex;justify-content:flex-end;align-items:center;gap:21px}.links a{font-size:13px;font-weight:800;color:var(--forest);padding:28px 0 24px;border-bottom:3px solid transparent;transition:.2s ease}.links a.active,.links a:hover{color:var(--gold);border-bottom-color:var(--gold)}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--forest);cursor:pointer}.mobile-menu-button{display:none}.site-cart{min-width:102px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 16px;color:var(--white);background:var(--forest);font-weight:800;cursor:pointer}.site-cart b{min-width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:var(--gold);font-size:11px}.mobile-menu{display:none;padding:5px 0 22px;border-top:1px solid var(--line)}.mobile-menu a{padding:11px 2px;font-weight:800;color:var(--forest)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:13px 22px;background:var(--forest);color:var(--white);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px rgba(32,63,43,.18)}.btn.gold{background:var(--gold);color:var(--white)}.btn.light{background:var(--white);color:var(--forest)}.btn.outline{background:transparent;border-color:var(--forest);color:var(--forest)}.btn.danger{background:var(--danger)}.btn.small{padding:8px 13px;font-size:13px}.btn.full{width:100%}.text-link{color:var(--forest);font-weight:800;text-decoration:underline;text-underline-offset:4px}.text-link.centered{display:block;text-align:center;margin-top:14px}.text-button{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--forest);padding:3px;font-weight:700;cursor:pointer}.text-button.danger{color:var(--danger)}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:900}.hero{min-height:670px;display:grid;place-items:center;color:var(--white);background:linear-gradient(90deg,rgba(20,41,28,.93),rgba(20,41,28,.38)),url(https://images.unsplash.com/photo-1485955900006-10f4d324d411?auto=format&fit=crop&w=2000&q=88) 50% /cover}.hero-inner{max-width:760px;margin-right:auto;padding:95px 0}.display-title,.hero h1,.pagehero h1,.prose h2,.prose h3,.section h2{font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.06}.hero h1{font-size:clamp(50px,7vw,88px);margin:12px 0 20px}.hero p{max-width:650px;color:#f1f5f0;font-size:20px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.section{padding:86px 0}.section.alt{background:var(--cream)}.section.forest{background:var(--forest);color:var(--white)}.sectionhead{max-width:730px;margin:0 auto 42px;text-align:center}.section h2{margin:8px 0 14px;color:var(--forest);font-size:clamp(36px,5vw,58px)}.section.forest h2{color:var(--white)}.muted,.sectionhead p{color:var(--muted)}.section.forest .sectionhead p{color:#dce6de}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft)}.card .photo{width:100%;aspect-ratio:4/3;object-fit:cover}.cardbody{padding:24px}.card h3{margin:4px 0 9px;color:var(--forest);font:500 26px/1.15 Georgia,serif}.card p{color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 10px;background:var(--sage-light);color:var(--forest);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.pill,.price{font-weight:900}.price{color:var(--forest)!important;font-size:23px}.compare-price{margin-left:8px;color:var(--muted);text-decoration:line-through;font-size:15px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:56px;gap:56px}.portrait{width:100%;border-radius:28px;box-shadow:var(--shadow)}.quote{color:var(--forest);font:500 30px/1.3 Georgia,serif}.featuregrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.feature{padding:25px;border:1px solid var(--line);border-radius:18px;background:var(--white)}.feature b{display:block;color:var(--forest);margin-bottom:5px}.feature span{color:var(--muted)}.pagehero{padding:76px 0;text-align:center;background:var(--cream);border-bottom:1px solid var(--cream-deep)}.pagehero h1{margin:6px 0 12px;color:var(--forest);font-size:clamp(44px,6vw,64px)}.pagehero p{max-width:700px;margin:auto;color:var(--muted);font-size:18px}.content{padding:64px 0 90px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:28px;color:var(--muted);font-size:13px}.breadcrumbs a:hover{color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:var(--shadow-soft)}.product-image-wrap{position:relative;display:block;overflow:hidden;background:var(--cream)}.product-image-wrap img{width:100%;aspect-ratio:1/.88;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.product-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--gold);color:var(--white);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-copy{padding:22px}.product-copy h2,.product-copy h3{margin:8px 0;color:var(--forest);font:500 25px/1.15 Georgia,serif}.product-copy p{color:var(--muted)}.product-copy .product-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.stock{font-size:12px;font-weight:800;color:var(--success)}.stock.low{color:var(--gold)}.stock.out{color:var(--danger)}.shop-controls{display:grid;grid-gap:18px;gap:18px;margin-bottom:34px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--cream)}.shop-control-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.search-wrap{position:relative;flex:1 1}.search-wrap svg{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:var(--muted)}.admin-input,.form-input,.search-input{width:100%;border:1px solid #cfd8cf;border-radius:12px;background:var(--white);padding:12px 14px;color:var(--ink);outline:none}.search-input{padding-left:42px}.admin-input:focus,.form-input:focus,.search-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(185,137,46,.13)}.filter-row{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--forest);padding:8px 13px;font-size:12px;font-weight:800;cursor:pointer}.filter-chip.active{border-color:var(--forest);background:var(--forest);color:var(--white)}.sort-select{min-width:180px}.product-detail{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);grid-gap:58px;gap:58px;align-items:start}.product-detail-image{width:100%;aspect-ratio:1/.92;object-fit:cover;border-radius:28px;background:var(--cream);box-shadow:var(--shadow)}.product-detail-copy h1{margin:8px 0 14px;color:var(--forest);font:500 clamp(42px,5vw,64px)/1.04 Georgia,serif}.product-detail-copy .lead{font-size:18px;color:var(--muted)}.product-detail-price{margin:24px 0 4px;color:var(--forest);font-size:31px;font-weight:900}.product-detail-notes{display:grid;grid-gap:12px;gap:12px;margin:28px 0}.note-box{padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:var(--cream)}.note-box b{display:block;color:var(--forest);margin-bottom:3px}.add-to-cart-panel{display:flex;gap:12px;align-items:stretch}.add-button{flex:1 1}.quantity-picker{display:inline-grid;grid-template-columns:42px 48px 42px;align-items:center;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:var(--white)}.quantity-picker button{height:44px;border:0;background:transparent;color:var(--forest);display:grid;place-items:center;cursor:pointer}.quantity-picker span{text-align:center;font-weight:900}.quantity-picker.small{grid-template-columns:30px 34px 30px}.quantity-picker.small button{height:32px}.product-details-section{margin-top:60px;padding-top:42px;border-top:1px solid var(--line)}.drawer-layer{position:fixed;inset:0;z-index:100}.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(14,28,19,.58);cursor:pointer}.cart-drawer{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;display:flex;flex-direction:column;background:var(--white);box-shadow:-20px 0 70px rgba(10,24,15,.22)}.drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid var(--line)}.drawer-heading h2{margin:2px 0 0;color:var(--forest);font:500 32px Georgia,serif}.cart-lines{flex:1 1;overflow:auto;padding:10px 24px}.cart-line{display:grid;grid-template-columns:80px 1fr auto;grid-gap:14px;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cart-line-copy{display:grid;grid-gap:4px;gap:4px}.cart-line-copy span{color:var(--muted);font-size:13px}.cart-line-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px}.drawer-total{padding:22px 24px 28px;border-top:1px solid var(--line);background:var(--cream)}.drawer-total>div{display:flex;justify-content:space-between;align-items:center;font-size:19px}.drawer-total p{color:var(--muted);font-size:12px}.empty-state{margin:auto;max-width:340px;padding:42px 24px;text-align:center;color:var(--muted)}.empty-state svg{margin:0 auto 14px;color:var(--sage)}.empty-state h3{color:var(--forest);font:500 28px/1.2 Georgia,serif}.cart-page{display:grid;grid-template-columns:1fr 360px;grid-gap:42px;gap:42px;align-items:start}.cart-page-lines{display:grid;grid-gap:14px;gap:14px}.cart-page-line{display:grid;grid-template-columns:110px 1fr auto;grid-gap:20px;gap:20px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:18px}.cart-page-line img{width:110px;height:110px;object-fit:cover;border-radius:14px}.order-summary{position:-webkit-sticky;position:sticky;top:115px;padding:24px;border-radius:20px;background:var(--cream);border:1px solid var(--cream-deep)}.summary-row{display:flex;justify-content:space-between;gap:14px;padding:9px 0}.summary-row.total{margin-top:8px;padding-top:17px;border-top:1px solid var(--line);font-size:20px;font-weight:900}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#dfe5db}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--gold)}.newsletter{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:50px;border-radius:30px;background:var(--forest);color:var(--white)}.footer-newsletter h3,.newsletter h3{margin:4px 0 0;font:500 37px/1.15 Georgia,serif}.newsletter-form{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(220px,1fr) auto;grid-gap:10px;gap:10px;align-items:start}.newsletter-form.compact{grid-template-columns:minmax(220px,1fr) auto;min-width:min(520px,100%)}.newsletter-form input{min-height:48px;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:0 17px;background:var(--white);color:var(--ink)}.form-status{grid-column:1/-1;font-size:13px}.form-status.success{color:#cce9d4}.form-status.error{color:#ffd2ca}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:50px;gap:50px;align-items:start}.form-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:var(--shadow-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.form-group{display:grid;grid-gap:5px;gap:5px;margin-bottom:15px}.form-group label{color:var(--forest);font-size:13px;font-weight:800}.form-group.full{grid-column:1/-1}textarea.form-input{min-height:145px;resize:vertical}.info-list{display:grid;grid-gap:17px;gap:17px}.info-item{padding:18px;border-radius:16px;background:var(--cream)}.info-item b{display:block;color:var(--forest)}.care-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.care-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:var(--shadow-soft)}.care-card h2{margin:8px 0 2px;color:var(--forest);font:500 27px/1.15 Georgia,serif}.care-card .botanical{color:var(--sage);font-style:italic}.care-quick{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:17px 0}.care-quick span{padding:10px;border-radius:10px;background:var(--cream);color:var(--muted);font-size:12px}.care-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin:34px 0}.detail-block{padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--white)}.detail-block b{display:block;margin-bottom:4px;color:var(--forest)}.care-hero-image{width:100%;max-height:520px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.class-card .class-meta{display:grid;grid-gap:7px;gap:7px;margin:18px 0;padding:14px;border-radius:14px;background:var(--cream);color:var(--muted)}.class-booking{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.class-booking select{width:auto;min-width:120px}.status-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;background:var(--sage-light);color:var(--forest)}.status-badge.NEW,.status-badge.PAID{background:#e5f2e8;color:#205f39}.status-badge.FULFILLED{background:#e8eef7;color:#244f80}.status-badge.CANCELLED,.status-badge.REFUNDED{background:#f7e7e3;color:var(--danger)}.prose{color:var(--muted)}.prose h2{margin-top:38px;color:var(--forest);font-size:34px}.prose h3{margin-top:28px;color:var(--forest);font-size:26px}.prose strong{color:var(--ink)}.faq-list{display:grid;grid-gap:12px;gap:12px}.faq-list details{padding:18px 20px;border:1px solid var(--line);border-radius:15px;background:var(--white)}.faq-list summary{color:var(--forest);font-weight:900;cursor:pointer}.footer{background:var(--forest-3);color:#dbe3dc;padding:0 0 28px}.footer-newsletter{transform:translateY(-1px);display:flex;align-items:center;justify-content:space-between;gap:28px;padding:45px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footergrid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);grid-gap:42px;gap:42px;padding:52px 0 36px}.footer h4{color:var(--white);margin-top:0}.footer p{margin:8px 0}.footer a:hover{color:var(--gold-light)}.footer-brand img{width:220px;padding:6px;border-radius:14px;background:var(--white)}.footer-brand p{max-width:360px}.footer-bottom{gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#9fb0a3}.footer-bottom,.toolbar{display:flex;justify-content:space-between}.toolbar{align-items:center;gap:18px;margin-bottom:28px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px}.table{width:100%;border-collapse:collapse;background:var(--white)}.table td,.table th{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}.table th{background:#eef2ed;color:var(--forest);white-space:nowrap}.table tr:last-child td{border-bottom:0}.adminshell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:auto;padding:28px 22px;background:var(--forest);color:var(--white)}.sidebar img{width:185px;padding:4px;margin-bottom:24px;border-radius:12px;background:var(--white)}.sidebar b{display:block;margin-bottom:10px}.sidebar a{display:block;padding:9px 0;color:#dce6de}.sidebar a:hover{color:var(--gold-light)}.adminmain{min-width:0;padding:38px;background:#f5f7f4}.adminmain h1{margin:4px 0 8px;color:var(--forest);font:500 clamp(38px,5vw,50px)/1.08 Georgia,serif}.adminmain h2{color:var(--forest);font:500 31px Georgia,serif}.statgrid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.stat{padding:20px;border:1px solid var(--line);border-radius:17px;background:var(--white)}.stat span{color:var(--muted);font-size:12px}.stat strong{display:block;color:var(--forest);font-size:27px}.admin-section{margin-top:42px}.admin-card{padding:20px;border:1px solid var(--line);border-radius:17px;background:var(--white)}.admin-list{display:grid;grid-gap:12px;gap:12px}.admin-list details{border:1px solid var(--line);border-radius:15px;background:var(--white)}.admin-list summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:16px 18px;color:var(--forest);font-weight:900;cursor:pointer}.admin-list details>div,.admin-list details>form{padding:0 18px 18px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.admin-form-grid .full{grid-column:1/-1}.admin-label{display:grid;grid-gap:5px;gap:5px;font-size:12px}.admin-checkbox,.admin-label{color:var(--forest);font-weight:800}.admin-checkbox{display:inline-flex;align-items:center;gap:7px}.admin-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.print-document{width:min(900px,calc(100% - 30px));margin:40px auto;padding:38px;border:1px solid var(--line);background:var(--white)}.print-header{display:flex;justify-content:space-between;gap:25px;padding-bottom:22px;border-bottom:2px solid var(--forest)}.print-header img{width:190px}.print-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin:28px 0}.label-sheet{width:4in;min-height:6in;margin:30px auto;padding:.28in;border:1px dashed #aaa;background:var(--white);color:#111;font-family:Arial,sans-serif}.label-sheet .recipient{margin-top:.5in;font-size:18px;line-height:1.45}.label-sheet .invoice{margin-top:.6in;font-size:13px}@media (max-width:1060px){.links{gap:14px}.links a{font-size:12px}.care-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.statgrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.navin{grid-template-columns:auto 1fr auto;gap:12px}.mobile-menu-button{display:inline-grid}.brand{justify-self:center}.links{display:none}.mobile-menu{display:grid}.site-cart span{display:none}.site-cart{min-width:48px;padding:12px}.featuregrid,.grid,.grid.two{grid-template-columns:repeat(2,1fr)}.cart-page,.contact-grid,.product-detail,.split{grid-template-columns:1fr}.product-detail{gap:34px}.order-summary{position:static}.footer-newsletter,.newsletter{display:grid}.footergrid{grid-template-columns:1fr 1fr}.newsletter-form,.newsletter-form.compact{grid-template-columns:1fr auto;min-width:0}.newsletter-form:not(.compact) input[name=name]{grid-column:1/-1}.adminshell{grid-template-columns:1fr}.sidebar{position:static;height:auto;display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px}.sidebar img{width:135px;margin:0 15px 0 0}.sidebar b{width:100%}.sidebar a{padding:3px 0}.adminmain{padding:28px 18px}}@media (max-width:620px){.container{width:min(100% - 24px,1180px)}.topbar{font-size:10px}.brand img{width:125px;height:63px}.hero{min-height:600px}.hero-inner{padding:70px 0}.hero p{font-size:17px}.section{padding:62px 0}.pagehero{padding:56px 0}.content{padding:45px 0 70px}.admin-form-grid,.care-detail-grid,.care-grid,.featuregrid,.footergrid,.form-grid,.grid,.grid.two,.product-grid,.statgrid{grid-template-columns:1fr}.shop-control-top{align-items:stretch;flex-direction:column}.sort-select{min-width:0}.product-copy .product-actions{align-items:stretch;flex-direction:column}.product-copy .product-actions .btn{width:100%}.add-to-cart-panel{flex-direction:column}.quantity-picker{width:100%;grid-template-columns:1fr 1fr 1fr}.cart-line{grid-template-columns:68px 1fr}.cart-line>b{grid-column:2}.cart-line img{width:68px;height:68px}.cart-page-line{grid-template-columns:80px 1fr}.cart-page-line img{width:80px;height:80px}.cart-page-line>strong{grid-column:2}.footer-newsletter,.newsletter{padding:32px 0}.newsletter{padding-inline:25px}.newsletter-form,.newsletter-form.compact{grid-template-columns:1fr}.footer-bottom,.toolbar{flex-direction:column}.toolbar{align-items:flex-start}.print-columns{grid-template-columns:1fr}}@media print{@page{margin:.35in}body{background:var(--white)}.footer,.nav,.no-print,.skip-link,.topbar{display:none!important}.print-document{width:100%;padding:0}.label-sheet,.print-document{margin:0;border:0}a{text-decoration:none}}body:has(.adminshell) .editorial-header,body:has(.adminshell) .editorial-topbar{display:none}.editorial-topbar{position:relative;display:flex;justify-content:center;align-items:center;min-height:42px;padding:9px 5%;background:var(--forest);color:var(--white);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.editorial-topbar>div{position:absolute;right:5%;display:flex;gap:22px;font-weight:500;letter-spacing:0;text-transform:none}.editorial-topbar a:hover{color:var(--gold-light)}.editorial-header{position:relative;z-index:50;background:var(--white);border-bottom:0}.editorial-head-main{min-height:216px;display:grid;grid-template-columns:1fr minmax(280px,360px) 1fr;align-items:center;grid-gap:30px;gap:30px}.editorial-brand{justify-self:center}.editorial-brand img{width:330px;height:200px;object-fit:contain}.editorial-cart,.header-actions,.header-search{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-size:14px}.editorial-cart:hover,.header-actions a:hover,.header-search:hover{color:var(--gold)}.header-actions{justify-self:end;gap:26px}.editorial-cart{border:0;padding:8px 0;background:transparent;cursor:pointer}.editorial-nav{background:var(--forest);color:var(--white)}.editorial-nav-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:22px}.editorial-nav a{padding:18px 0;font-size:12px;font-weight:900;letter-spacing:.075em;text-transform:uppercase;transition:color .18s ease}.editorial-nav a.active,.editorial-nav a:hover{color:var(--gold-light)}.sale-link{color:var(--gold-light)!important}.editorial-hero{min-height:560px;display:grid;grid-template-columns:minmax(420px,43%) 1fr;background:#f4efe5}.editorial-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:72px clamp(34px,5vw,82px) 72px clamp(38px,8vw,130px)}.editorial-hero h1{margin:10px 0 16px;color:var(--forest);font:500 clamp(48px,5.2vw,76px)/1.02 Georgia,Times New Roman,serif;letter-spacing:-.025em}.editorial-hero p{max-width:560px;margin:8px 0 0;color:#3d4a40;font-size:18px}.editorial-hero-image{min-height:560px;background:linear-gradient(90deg,rgba(244,239,229,.12),rgba(244,239,229,0)),url(https://images.unsplash.com/photo-1485955900006-10f4d324d411?auto=format&fit=crop&w=1800&q=92) 50% /cover no-repeat}.botanical-rule{width:min(440px,100%);display:flex;align-items:center;gap:13px;margin:6px 0 12px;color:var(--gold)}.botanical-rule span{flex:1 1;height:1px;background:var(--gold)}.editorial-btn{border-radius:5px;padding:15px 30px;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.editorial-link{color:var(--forest);font-weight:800;text-decoration:underline;text-underline-offset:5px}.editorial-link:hover{color:var(--gold)}.trust-strip{width:min(1240px,calc(100% - 36px));margin-inline:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.trust-strip>div{min-height:112px;display:flex;align-items:center;gap:16px;padding:22px 26px;border-right:1px solid var(--line);color:var(--forest)}.trust-strip>div:last-child{border-right:0}.trust-strip svg{flex:0 0 auto;width:35px;height:35px;stroke-width:1.45}.trust-strip b{display:block;font-size:12px;letter-spacing:.065em;text-transform:uppercase}.trust-strip small{display:block;margin-top:3px;color:var(--muted);line-height:1.4}.editorial-section{background:var(--white)}.editorial-collections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:25px;gap:25px}.editorial-collection{position:relative;min-height:430px;overflow:hidden;background:var(--forest)}.editorial-collection img{width:100%;height:430px;object-fit:cover;transition:transform .4s ease}.editorial-collection:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(12,29,18,.86))}.editorial-collection:hover img{transform:scale(1.035)}.editorial-collection>div{position:absolute;z-index:2;left:30px;right:30px;bottom:29px;color:var(--white)}.editorial-collection span{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.editorial-collection h3{margin:2px 0 4px;font:500 39px/1.06 Georgia,Times New Roman,serif}.editorial-collection b{font-size:11px;letter-spacing:.07em;text-transform:uppercase}.editorial-products{background:var(--cream)}.editorial-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:36px}.editorial-heading-row h2{margin-bottom:0}.editorial-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-product{border-radius:0;border-color:#e5dfd3;box-shadow:none}.editorial-product .product-image-wrap img{aspect-ratio:1/.96}.product-kicker{color:var(--sage);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tammy-story{background:var(--white)}.story-photo img{width:100%;min-height:560px;max-height:650px;object-fit:cover}.tammy-story .split{gap:72px}.tammy-story .quote{border-left:2px solid var(--gold);padding-left:20px;font-size:27px}.editorial-classes{background:#f4f0e7}.class-editorial{display:grid;grid-template-columns:42% 58%;overflow:hidden;border:1px solid #e2dccf;background:var(--white)}.class-editorial>img{width:100%;height:100%;min-height:360px;object-fit:cover}.class-editorial>div{padding:30px}.class-editorial h3{margin:5px 0 10px;color:var(--forest);font:500 31px/1.1 Georgia,Times New Roman,serif}.care-promo{background:var(--forest);color:var(--white)}.care-promo-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:30px;gap:30px}.care-promo h2{margin:0;color:var(--white)}.care-promo p{margin:6px 0 0;color:#dfe9e1}.care-promo .eyebrow{color:var(--gold-light)}.editorial-newsletter{border-radius:0;background:var(--cream);color:var(--ink)}.editorial-newsletter h3{color:var(--forest)}.editorial-newsletter .newsletter-form input{border-color:#cfd8cf}.footer-brand img{object-fit:contain}@media (max-width:1080px){.editorial-nav-inner{gap:14px}.editorial-nav a{font-size:11px}.editorial-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.editorial-topbar>div,.header-actions,.header-search{display:none}.editorial-head-main{min-height:132px;grid-template-columns:1fr auto}.editorial-brand{justify-self:start}.editorial-brand img{width:220px;height:120px}.editorial-head-main .mobile-menu-button{display:inline-grid;justify-self:end}.editorial-nav-inner{display:none}.editorial-nav .mobile-menu{display:grid;padding:12px 24px 22px;border-top:0;background:var(--forest)}.editorial-nav .mobile-menu a{padding:9px 0;color:var(--white)}.editorial-hero{grid-template-columns:1fr}.editorial-hero-copy{padding:62px 30px}.editorial-hero-image{min-height:390px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.editorial-collections{grid-template-columns:1fr}.editorial-collection,.editorial-collection img{min-height:390px;height:390px}.editorial-heading-row{align-items:flex-start;flex-direction:column}.tammy-story .split{gap:38px}.story-photo img{min-height:420px}.class-editorial{grid-template-columns:1fr}.class-editorial>img{min-height:300px}.care-promo-inner{grid-template-columns:auto 1fr}.care-promo-inner .btn{grid-column:1/-1;justify-self:start}}@media (max-width:620px){.editorial-topbar{min-height:38px;font-size:9px}.editorial-head-main{min-height:108px}.editorial-brand img{width:176px;height:94px}.editorial-hero h1{font-size:clamp(43px,13vw,58px)}.editorial-hero p{font-size:16px}.editorial-hero-image{min-height:315px}.trust-strip{width:100%;grid-template-columns:1fr}.trust-strip>div,.trust-strip>div:nth-child(2){min-height:90px;border-right:0;border-bottom:1px solid var(--line)}.trust-strip>div:last-child{border-bottom:0}.editorial-product-grid{grid-template-columns:1fr}.editorial-collection,.editorial-collection img{min-height:350px;height:350px}.editorial-collection>div{left:22px;right:22px;bottom:22px}.editorial-collection h3{font-size:34px}.care-promo-inner{grid-template-columns:1fr}.care-promo-inner .btn{grid-column:auto}}@media print{.editorial-header,.editorial-topbar{display:none!important}}:root{--hillside-sans:var(--font-hillside-sans),"Avenir Next",Avenir,"Segoe UI",Helvetica,Arial,sans-serif;--hillside-display:var(--font-hillside-display),"Iowan Old Style",Baskerville,Georgia,"Times New Roman",serif;--hillside-focus:rgba(185,137,46,0.45);--hillside-soft-shadow:0 18px 46px rgba(20,41,28,0.09)}html{text-size-adjust:100%}body,html{overflow-x:clip}body{font-size:16px;font-weight:400;line-height:1.68;letter-spacing:-.006em;font-synthesis:none;text-rendering:optimizeLegibility}body,button,input,select,textarea{font-family:var(--hillside-sans)}.container,.footergrid>*,.grid>*,.product-grid>*,main,section{min-width:0}img,svg,video{height:auto}.cardbody,.product-copy,li,p,summary{overflow-wrap:anywhere}p{text-wrap:pretty}.adminmain h1,.adminmain h2,.display-title,.drawer-heading h2,.empty-state h3,.footer-newsletter h3,.newsletter h3,.pagehero h1,.product-copy h2,.product-copy h3,.prose h2,.prose h3,.section h2,h1,h2,h3,h4,h5,h6{font-family:var(--hillside-display);font-weight:600;letter-spacing:-.022em;text-wrap:balance}h1,h2,h3,h4,h5,h6{font-synthesis:none}.display-title,.pagehero h1,.section h2{line-height:.99}.card h3,.care-card h2,.class-editorial h3,.product-copy h2,.product-copy h3{font-family:var(--hillside-display);font-weight:600;letter-spacing:-.015em}.btn,.editorial-nav a,.eyebrow,.pill,.product-kicker,.status-badge{font-family:var(--hillside-sans);letter-spacing:.11em}.eyebrow{font-size:11px;font-weight:800}.price,.product-detail-price,.stat strong{font-family:var(--hillside-sans);letter-spacing:-.03em}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--hillside-focus);outline-offset:3px}:where(button,a,summary){-webkit-tap-highlight-color:rgba(185,137,46,.16);touch-action:manipulation}.btn{min-height:46px;border-radius:5px;padding-inline:24px;font-size:12px;font-weight:800;box-shadow:none}.btn:hover:not(:disabled){box-shadow:0 10px 26px rgba(32,63,43,.16)}.icon-button{width:46px;height:46px;flex:0 0 46px}.admin-input,.form-input,.newsletter-form input,.search-input,select{min-height:48px;border-radius:7px;font-size:16px}textarea.form-input{line-height:1.55}.admin-card,.admin-list details,.card,.care-card,.faq-list details,.form-card,.info-item,.note-box,.product-card,.table-wrap{border-color:#d9ded7}.card,.care-card,.form-card,.product-card{box-shadow:var(--hillside-soft-shadow)}.card{border-radius:14px}.product-card{border-radius:10px}.editorial-product{border-radius:2px;box-shadow:0 12px 34px rgba(20,41,28,.07)}.editorial-topbar{padding-top:max(9px,env(safe-area-inset-top));padding-right:max(5%,env(safe-area-inset-right));padding-left:max(5%,env(safe-area-inset-left));font-size:10px;font-weight:700}.editorial-header{box-shadow:0 1px 0 rgba(32,63,43,.08)}.editorial-head-main{min-height:194px}.editorial-brand img{width:302px;height:178px}.editorial-cart,.header-actions,.header-search{font-size:13px;font-weight:650;letter-spacing:.005em}.editorial-nav-inner{min-height:56px}.editorial-nav a{min-height:48px;display:inline-flex;align-items:center;font-size:11px;font-weight:800}.mobile-header-actions{display:none}.editorial-hero-copy{position:relative}.editorial-hero-copy:before{content:"";position:absolute;top:0;left:clamp(38px,8vw,130px);width:58px;height:3px;background:var(--gold)}.editorial-hero h1{font-family:var(--hillside-display);font-weight:600;font-size:clamp(54px,5.35vw,80px);line-height:.95;letter-spacing:-.035em}.editorial-hero p{line-height:1.72}.botanical-rule svg{stroke-width:1.45}.sectionhead{max-width:780px}.sectionhead p{max-width:670px;margin-inline:auto;font-size:16px}.editorial-collection{border-radius:2px;box-shadow:0 18px 42px rgba(20,41,28,.1)}.editorial-collection h3{font-family:var(--hillside-display);font-weight:600;letter-spacing:-.02em}.editorial-product .product-copy{padding:24px}.editorial-product .product-copy p{font-size:14px;line-height:1.62}.tammy-story .quote{font-family:var(--hillside-display);font-weight:500;line-height:1.25;letter-spacing:-.015em}.class-editorial{border-radius:2px;box-shadow:0 16px 40px rgba(20,41,28,.08)}.class-editorial>div{display:flex;flex-direction:column;justify-content:center}.care-promo-inner>svg{stroke-width:1.35}.editorial-newsletter{border:1px solid #e0dacd;box-shadow:0 20px 48px rgba(20,41,28,.08)}.footer{font-size:14px}.footer h4{font-family:var(--hillside-sans);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.footer-brand img{width:210px;height:auto;border-radius:4px}.footer-bottom{font-size:12px;letter-spacing:.02em}.cart-drawer{height:100dvh;padding-bottom:env(safe-area-inset-bottom)}.drawer-heading{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cart-line-copy b{font-weight:700}.table-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable}@media (max-width:1180px){.editorial-head-main{min-height:174px;grid-template-columns:1fr minmax(245px,300px) 1fr}.editorial-brand img{width:270px;height:156px}.editorial-nav-inner{gap:12px}.editorial-nav a{font-size:10px;letter-spacing:.08em}.editorial-hero{grid-template-columns:minmax(390px,45%) 1fr}.trust-strip>div{padding-inline:20px}}@media (max-width:900px){.editorial-topbar{padding-right:max(20px,env(safe-area-inset-right));padding-left:max(20px,env(safe-area-inset-left))}.editorial-head-main{min-height:126px;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding-block:7px}.editorial-brand{min-width:0}.editorial-brand img{width:205px;height:112px}.mobile-header-actions{display:flex;align-items:center;justify-self:end;gap:9px}.editorial-head-main .mobile-menu-button,.mobile-cart-button{display:inline-grid}.mobile-cart-button{position:relative}.mobile-cart-count{position:absolute;top:-5px;right:-4px;min-width:20px;height:20px;display:grid;place-items:center;padding-inline:4px;border:2px solid var(--white);border-radius:999px;background:var(--gold);color:var(--white);font-size:10px;font-weight:800;line-height:1}.editorial-nav .mobile-menu{width:min(100%,760px);max-height:calc(100dvh - 164px);overflow-y:auto;overscroll-behavior:contain;padding:8px 22px max(24px,env(safe-area-inset-bottom));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 35px rgba(10,24,15,.22)}.editorial-nav .mobile-menu a{min-height:48px;display:flex;align-items:center;padding:8px 2px;border-bottom:1px solid rgba(255,255,255,.12);font-size:12px;letter-spacing:.08em}.editorial-nav .mobile-menu a:last-child{border-bottom:0}.editorial-hero{min-height:0}.editorial-hero-copy{padding:68px clamp(26px,7vw,56px) 64px}.editorial-hero-copy:before{left:clamp(26px,7vw,56px)}.editorial-hero h1{max-width:720px;font-size:clamp(52px,10vw,74px)}.editorial-hero p{max-width:640px}.editorial-hero-image{min-height:0;aspect-ratio:16/10;background-position:54%}.editorial-classes .grid.two{grid-template-columns:1fr;max-width:760px;margin-inline:auto}.class-editorial{grid-template-columns:minmax(230px,42%) 1fr}.class-editorial>img{min-height:340px}.editorial-newsletter,.footer-newsletter{grid-template-columns:1fr}.footer-newsletter{align-items:start}.footer-newsletter .newsletter-form.compact{width:100%}.cart-drawer{width:min(500px,100vw)}}@media (max-width:760px){.container,.narrow{width:min(100% - 32px,1180px)}.section{padding-block:72px}.pagehero{padding-block:62px}.content{padding-block:52px 78px}.pagehero h1,.section h2{font-size:clamp(42px,9vw,58px)}.editorial-heading-row{gap:14px}.trust-strip>div{min-height:100px}.editorial-collections,.editorial-product-grid{gap:18px}.tammy-story .split{gap:34px}.story-photo img{min-height:0;aspect-ratio:4/3}.class-editorial{grid-template-columns:1fr}.class-editorial>img{min-height:0;aspect-ratio:16/10}.care-promo-inner{grid-template-columns:1fr;text-align:center}.care-promo-inner .btn,.care-promo-inner>svg{justify-self:center}.newsletter{gap:24px}.footergrid{gap:34px 26px}.product-detail{gap:30px}.adminmain{padding-inline:16px}}@media (max-width:560px){.container,.narrow{width:min(100% - 24px,1180px)}body{font-size:15.5px}.editorial-topbar{min-height:36px;padding-block:7px;font-size:8.5px;letter-spacing:.085em;white-space:nowrap}.editorial-head-main{min-height:102px}.editorial-brand img{width:158px;height:88px}.mobile-header-actions{gap:6px}.icon-button{width:44px;height:44px;flex-basis:44px}.editorial-nav .mobile-menu{width:100%;max-height:calc(100dvh - 142px);padding-inline:16px}.editorial-hero-copy{padding:56px 24px 52px}.editorial-hero-copy:before{left:24px;width:46px}.editorial-hero h1{margin-top:8px;font-size:clamp(43px,13vw,58px);line-height:.96}.editorial-hero p{font-size:15.5px}.editorial-hero .actions{width:100%;align-items:stretch;flex-direction:column;gap:14px}.editorial-hero .actions .btn{width:100%}.editorial-hero .editorial-link{align-self:center;text-align:center}.editorial-hero-image{aspect-ratio:4/3;background-position:58%}.section{padding-block:60px}.sectionhead{margin-bottom:32px}.sectionhead p{font-size:15px}.trust-strip>div{min-height:86px;padding:18px 20px}.trust-strip svg{width:30px;height:30px}.editorial-collection,.editorial-collection img{min-height:330px;height:330px}.editorial-collection>div{left:20px;right:20px;bottom:20px}.editorial-collection h3{font-size:36px}.editorial-product .product-copy{padding:20px}.product-copy .product-actions{align-items:center;flex-direction:row}.tammy-story .quote{font-size:24px}.class-editorial>div{padding:24px 20px}.class-editorial h3{font-size:30px}.editorial-newsletter{padding:30px 20px}.footer-newsletter h3,.newsletter h3{font-size:32px}.newsletter-form,.newsletter-form.compact{width:100%;grid-template-columns:1fr}.newsletter-form .btn{width:100%}.footergrid{grid-template-columns:1fr}.footer-brand img{width:180px}.footer-bottom{align-items:flex-start}.cart-drawer{width:100vw;max-width:none}.drawer-heading{padding:18px max(16px,env(safe-area-inset-right)) 18px max(16px,env(safe-area-inset-left))}.cart-lines{padding-inline:max(16px,env(safe-area-inset-left))}.drawer-total{padding-right:max(18px,env(safe-area-inset-right));padding-bottom:max(22px,env(safe-area-inset-bottom));padding-left:max(18px,env(safe-area-inset-left))}.cart-line{grid-template-columns:64px minmax(0,1fr);gap:12px}.cart-line img{width:64px;height:64px}.cart-line>b{grid-column:2;justify-self:start}.cart-line-actions{align-items:flex-start;flex-direction:column}.admin-form-grid,.form-grid,.print-columns{grid-template-columns:1fr}.admin-form-grid .full,.form-group.full{grid-column:auto}.table td,.table th{padding:11px 12px;font-size:12px}}@media (max-height:520px) and (orientation:landscape){.editorial-topbar{display:none}.editorial-head-main{min-height:82px}.editorial-brand img{width:145px;height:72px}.editorial-nav .mobile-menu{max-height:calc(100dvh - 82px)}.editorial-hero{grid-template-columns:1fr 1fr}.editorial-hero-copy{padding-block:38px}.editorial-hero h1{font-size:clamp(38px,7vw,52px)}.editorial-hero-image{aspect-ratio:auto;min-height:410px}}@media (hover:none),(pointer:coarse){.btn,.editorial-nav a,.filter-chip,.mobile-menu a,.quantity-picker button,.text-button{min-height:44px}.btn:hover:not(:disabled),.editorial-collection:hover img,.product-card:hover .product-image-wrap img{transform:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:more){.card,.care-card,.class-editorial,.editorial-newsletter,.form-card,.product-card,.table-wrap{border-color:var(--forest)}.editorial-link,.text-link{text-decoration-thickness:2px}}@media print{body,html{overflow:visible}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-hillside-sans:"Manrope","Manrope Fallback"}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-hillside-display:"Cormorant Garamond","Cormorant Garamond Fallback"}