:root{--v-bg: #f7f3ec;--v-surface: #fffdf9;--v-wheat: #ebe2d0;--v-ink: #2b2723;--v-ink-2: #574f47;--v-muted: #7c746a;--v-brown: #5a4233;--v-green: #467a55;--v-green-2: #386344;--v-rule: rgba(43, 39, 35, .12);--v-shadow: 0 10px 30px -18px rgba(43, 39, 35, .45);--v-img: 1}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--v-bg: #1a1714;--v-surface: #221e1a;--v-wheat: #2d2722;--v-ink: #ece5da;--v-ink-2: #cdc3b6;--v-muted: #9f968a;--v-brown: #cdb193;--v-green: #7fb08c;--v-green-2: #96c2a2;--v-rule: rgba(236, 229, 218, .12);--v-shadow: 0 10px 30px -18px rgba(0, 0, 0, .8);--v-img: .9}}:root[data-theme=dark]{--v-bg: #1a1714;--v-surface: #221e1a;--v-wheat: #2d2722;--v-ink: #ece5da;--v-ink-2: #cdc3b6;--v-muted: #9f968a;--v-brown: #cdb193;--v-green: #7fb08c;--v-green-2: #96c2a2;--v-rule: rgba(236, 229, 218, .12);--v-shadow: 0 10px 30px -18px rgba(0, 0, 0, .8);--v-img: .9}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun,[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle .icon-moon{display:none}:root:not([data-theme=light]) .theme-toggle .icon-sun{display:block}}.vt{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.0625rem,1rem + .25vw,1.1875rem);line-height:1.7;color:var(--v-ink);background:var(--v-bg);-webkit-font-smoothing:antialiased}.vt h1,.vt h2,.vt h3{font-family:Lora,Georgia,Times New Roman,serif;color:var(--v-brown);line-height:1.2;font-weight:700;margin:0}.vt h2{font-size:clamp(1.6rem,1.3rem + 1.4vw,2.3rem)}.vt h3{font-size:clamp(1.2rem,1.1rem + .5vw,1.45rem)}.vt p{margin:0 0 1.15em}.vt p:last-child{margin-bottom:0}.vt img{filter:brightness(var(--v-img))}.vt a{color:inherit}.vt-wrap{width:min(100% - 2.5rem,1100px);margin-inline:auto}.vt-col{width:min(100% - 2.5rem,760px);margin-inline:auto}.vt-nav{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--v-surface) 94%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--v-rule)}.vt-nav .vt-wrap{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1.5rem}.vt-brand{font-family:Lora,Georgia,serif;font-weight:700;font-size:1.2rem;color:var(--v-brown);text-decoration:none;line-height:1.15}.vt-brand small{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:.72rem;color:var(--v-muted);letter-spacing:.02em}.vt-nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none;margin:0;padding:0}.vt-nav-links a{font-size:.95rem;font-weight:500;text-decoration:none;color:var(--v-ink-2);padding:.35rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.vt-nav-links a:hover{color:var(--v-green)}.vt-nav-links a.active{color:var(--v-green);border-bottom-color:var(--v-green)}.vt-nav-open{font-size:.82rem;color:var(--v-muted);padding-left:1.5rem;border-left:1px solid var(--v-rule)}.vt-nav-open b{color:var(--v-green);font-weight:600}.vt-nav .theme-toggle{background:none;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--v-muted);cursor:pointer}.vt-nav .theme-toggle:hover{background:var(--v-wheat);color:var(--v-green)}.vt-nav .theme-toggle svg{width:19px;height:19px}.vt-nav-toggle{display:none;background:none;border:none;width:40px;height:40px;color:var(--v-ink);cursor:pointer;align-items:center;justify-content:center}.vt-nav-toggle svg{width:24px;height:24px}.vt-nav-right{display:flex;align-items:center;gap:.5rem}.vt-hero{position:relative;height:64vh;min-height:360px;max-height:680px;overflow:hidden}.vt-hero img{width:100%;height:100%;object-fit:cover;object-position:center 55%;filter:none}.vt-hero-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(to top,rgba(20,16,12,.72),rgba(20,16,12,.1) 60%,transparent);color:#fff;padding-bottom:clamp(2rem,5vw,3.5rem)}.vt-hero h1{color:#fff;font-size:clamp(2.2rem,1.5rem + 3.5vw,4rem);text-shadow:0 2px 20px rgba(0,0,0,.35);margin-bottom:.4rem}.vt-hero p{font-family:Lora,Georgia,serif;font-style:italic;font-size:clamp(1.1rem,1rem + .6vw,1.45rem);color:#ffffffe6}.vt-hero--short{height:46vh;min-height:280px;max-height:480px}.vt-strip{background:var(--v-surface);border-bottom:1px solid var(--v-rule)}.vt-strip .vt-wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding:1.25rem 0}.vt-strip-item{display:flex;gap:.85rem;align-items:flex-start;font-size:.95rem;line-height:1.45}.vt-strip-item svg{width:22px;height:22px;flex:none;color:var(--v-green);margin-top:.15rem}.vt-strip-item b{display:block;color:var(--v-ink);font-weight:600}.vt-strip-item span{color:var(--v-muted)}.vt-strip-item a{color:var(--v-green);text-decoration:none;font-weight:500}.vt-strip-item a:hover{text-decoration:underline}.vt-content{padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem)}.vt-content section+section{margin-top:clamp(2.5rem,5vw,4rem)}.vt-content h2{padding-bottom:.6rem;margin-bottom:1.1rem;border-bottom:2px solid var(--v-wheat)}.vt-content p{color:var(--v-ink-2)}.vt-content section>p:first-of-type{color:var(--v-ink)}.vt-figure{margin:1.75rem 0 0}.vt-figure img{width:100%;border-radius:6px;box-shadow:var(--v-shadow);cursor:pointer;max-height:560px;object-fit:cover}.vt-figure figcaption{font-size:.85rem;color:var(--v-muted);margin-top:.6rem}.vt-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.75rem}.vt-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.vt-gallery img:hover{transform:translateY(-2px);box-shadow:var(--v-shadow)}.vt-box{background:var(--v-surface);border:1px solid var(--v-rule);border-left:4px solid var(--v-green);border-radius:6px;padding:1.5rem 1.75rem;margin:1.5rem 0}.vt-box h3{margin-bottom:.5rem}.vt-box p{margin-bottom:.35rem}.vt-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.vt-box-grid .vt-box{margin:0}.vt-big{font-family:Lora,Georgia,serif;font-size:clamp(1.4rem,1.2rem + 1vw,2rem);color:var(--v-ink);font-weight:700;line-height:1.2;display:block;margin-bottom:.4rem}.vt .vt-btn{display:inline-block;background:var(--v-green);color:#fff;padding:.8rem 1.4rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s,transform .2s;margin:.5rem .5rem 0 0}.vt .vt-btn:hover{background:var(--v-green-2);transform:translateY(-1px)}.vt .vt-btn--outline{background:transparent;color:var(--v-green);border:1.5px solid var(--v-green)}.vt .vt-btn--outline:hover{background:var(--v-green);color:#fff}.vt .newsletter-list{margin-top:1.75rem}.vt .newsletter-list h3{color:var(--v-brown)}.vt .newsletter-list li{border-color:var(--v-rule)}.vt .newsletter-list li:hover{background:var(--v-wheat)}.vt .nl-archive-link{color:var(--v-green)!important}.vt-assortment{display:grid;gap:1rem;margin-top:1.5rem}.vt-assortment div{padding:1rem 0;border-top:1px solid var(--v-rule)}.vt-assortment h3{font-size:1.1rem;margin-bottom:.25rem}.vt-assortment p{font-size:1rem}.vt-badge{max-width:140px;margin:2rem 0 0}.vt-footer{background:var(--v-surface);border-top:1px solid var(--v-rule);padding:2.5rem 0;color:var(--v-muted);font-size:.92rem}.vt-footer .vt-wrap{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.vt-footer h3{font-size:1.1rem;margin-bottom:.5rem}.vt-footer p{margin:0 0 .3rem}.vt-footer a{color:var(--v-green);text-decoration:none}.vt-footer a:hover{text-decoration:underline}.vt-footer-copy{grid-column:1 / -1;padding-top:1.25rem;border-top:1px solid var(--v-rule);font-size:.85rem}@media(max-width:860px){.vt-nav-open{display:none}.vt-strip .vt-wrap{grid-template-columns:1fr;gap:.85rem}.vt-footer .vt-wrap{grid-template-columns:1fr}.vt-gallery{grid-template-columns:1fr 1fr}}@media(max-width:720px){.vt-nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--v-surface);border-bottom:1px solid var(--v-rule);padding:.5rem 1.25rem 1rem;box-shadow:var(--v-shadow)}.vt-nav-links.open{display:flex}.vt-nav-links li a{display:block;padding:.85rem 0;border-bottom:1px solid var(--v-rule)}.vt-nav-links li:last-child{padding-top:.5rem}.vt-nav-toggle{display:inline-flex}.vt-hero{height:48vh}.vt-box-grid{grid-template-columns:1fr}}@media(max-width:480px){.vt-gallery{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.vt *{transition:none!important}}
