:root{--color-background: #F3ECDC;--color-background-secondary: #E3E6CE;--color-text: #2A331F;--color-text-muted: #57604A;--color-accent: #33452A;--color-accent-soft: #5C7A4C;--color-fill-soft: #D8E0C7;--color-card: #FFFDF9;--color-text-on-dark: #FBF8EF;--font-heading: "Playfair Display", "Georgia", serif;--font-body: "Quicksand", "Helvetica Neue", Arial, sans-serif;--font-heading-weight: 600;--font-heading-style: normal;--page-width: 1240px;--gutter: clamp(1.25rem, 4vw, 3rem);--section-space: clamp(3.5rem, 8vw, 7rem);--radius-sm: 4px;--radius-md: 10px;--radius-lg: 22px;--border-hairline: 1px solid rgba(42, 51, 31, .14);--shadow-card: 0 12px 32px rgba(42, 51, 31, .08)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.18;letter-spacing:.005em;margin:0 0 .6em;color:var(--color-text)}p{margin:0 0 1em}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-accent-soft);outline-offset:3px}.wrap{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter);position:relative;z-index:1}.section{padding-block:var(--section-space)}.section--tight{padding-block:calc(var(--section-space) * .55)}.section--watermarked{position:relative;overflow:hidden}.section--sage{background:var(--color-background-secondary)}.section--dark{background:var(--color-accent);color:var(--color-text-on-dark)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark p{color:var(--color-text-on-dark)}.section--card{background:var(--color-card)}.eyebrow{display:inline-flex;align-items:center;gap:.5em;font-family:var(--font-body);font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-accent-soft);margin-bottom:1em}.section--dark .eyebrow{color:var(--color-fill-soft)}.section-head{max-width:46rem;margin-bottom:clamp(2rem,5vw,3.25rem)}.section-head--center{margin-inline:auto;text-align:center}.section-head h2{font-size:clamp(1.9rem,3.4vw,2.75rem)}.section-head p{color:var(--color-text-muted);font-size:1.08rem;max-width:40rem}.section--dark .section-head p{color:#fbf8efd1}.divider{width:56px;height:2px;background:var(--color-accent-soft);border:0;margin:1.5rem 0;opacity:.6}.divider--center{margin-inline:auto}.btn{display:inline-flex;align-items:center;gap:.6em;padding:.95em 1.9em;border-radius:999px;font-size:.95rem;letter-spacing:.02em;font-weight:600;border:1px solid transparent;transition:transform .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-accent);color:var(--color-text-on-dark)}.btn--primary:hover{background:var(--color-accent-soft)}.btn--secondary{background:transparent;color:var(--color-accent);border-color:currentColor}.btn--secondary:hover{background:var(--color-accent);color:var(--color-text-on-dark)}.btn--on-dark{background:var(--color-text-on-dark);color:var(--color-accent)}.btn--on-dark:hover{background:var(--color-fill-soft)}.btn--ghost-on-dark{background:transparent;color:var(--color-text-on-dark);border-color:#fbf8ef8c}.btn--ghost-on-dark:hover{background:#fbf8ef1f}.btn--full{width:100%;justify-content:center}.btn--sm{padding:.6em 1.3em;font-size:.85rem}.site-header{position:sticky;top:0;z-index:40;background:var(--color-background);border-bottom:var(--border-hairline)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1.1rem;overflow:visible}.site-header__logo{flex-shrink:0;font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.02em}.site-header__logo img{display:block;max-height:46px;width:auto}.site-nav{display:none}.site-nav__list{display:flex;align-items:center;gap:2.1rem}.site-nav__item{position:relative}.site-nav__item>a,.site-nav__link{display:flex;align-items:center;gap:.35rem;white-space:nowrap}.site-nav__list a{font-size:.92rem;letter-spacing:.03em;text-transform:uppercase;color:var(--color-text);position:relative;padding-bottom:2px}.site-nav__list>.site-nav__item>a:after{content:"";position:absolute;left:0;right:100%;bottom:-3px;height:1px;background:var(--color-accent-soft);transition:right .25s ease}.site-nav__list>.site-nav__item>a:hover:after,.site-nav__list>.site-nav__item>a[aria-current=page]:after{right:0}.site-nav__dropdown{display:none;position:absolute;top:calc(100% + 14px);left:-18px;z-index:100;width:max-content;min-width:250px;max-width:340px;padding:.7rem 0;background:var(--color-background);border:var(--border-hairline);box-shadow:var(--shadow-card)}.site-nav__dropdown:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.site-nav__item.has-dropdown:hover>.site-nav__dropdown,.site-nav__item.has-dropdown:focus-within>.site-nav__dropdown{display:block}.site-nav__dropdown li{margin:0;padding:0}.site-nav__dropdown a{display:block;padding:.55rem 1.1rem;font-size:.84rem;line-height:1.35;letter-spacing:.025em;white-space:nowrap}.site-nav__dropdown a:after{display:none!important}.site-nav__dropdown a:hover,.site-nav__dropdown a:focus-visible{background:#2a331f0d}.site-nav__caret{display:inline-flex;flex:0 0 auto;width:.9em;height:.9em}.site-nav__caret svg{width:100%;height:100%}.site-header__actions{display:flex;align-items:center;gap:1.1rem;flex-shrink:0}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--color-text);position:relative}.icon-btn:hover{background:var(--color-fill-soft)}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-2px;right:-2px;min-width:17px;height:17px;padding:0 3px;border-radius:50%;background:var(--color-accent);color:var(--color-text-on-dark);font-size:.62rem;display:flex;align-items:center;justify-content:center;font-weight:700}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;background:none;padding:.4rem;color:var(--color-text)}@media(min-width:900px){.site-nav{display:block}.nav-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--color-background);transform:translate(100%);transition:transform .3s ease;overflow-y:auto;visibility:hidden;pointer-events:none}.mobile-nav.is-open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-nav__top{display:flex;justify-content:flex-end;padding:1.1rem var(--gutter) 0}.mobile-nav__close{background:none;border:0;color:var(--color-text);padding:.4rem}.mobile-nav__list{padding:1rem var(--gutter) 3rem;display:flex;flex-direction:column;gap:1.4rem}.mobile-nav__list a{font-family:var(--font-heading);font-size:1.6rem}.mobile-nav__item details{width:100%}.mobile-nav__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:1.6rem}.mobile-nav__summary::-webkit-details-marker{display:none}.mobile-nav__summary svg{width:18px;height:18px;transition:transform .2s ease}.mobile-nav__item details[open] .mobile-nav__summary svg{transform:rotate(180deg)}.mobile-nav__sublist{display:flex;flex-direction:column;gap:.65rem;padding:.9rem 0 .2rem 1rem}.mobile-nav__sublist a{font-family:var(--font-body);font-size:1rem;line-height:1.4;color:var(--color-text-muted)}.announcement-bar{background:var(--color-accent);color:var(--color-text-on-dark);text-align:center;font-size:.82rem;letter-spacing:.04em;padding:.55rem var(--gutter)}.section-watermark{position:absolute;z-index:0;top:0;left:0;width:var(--watermark-size, 420px);height:var(--watermark-size, 420px);opacity:var(--watermark-opacity, .08);pointer-events:none}.section-watermark .icon,.section-watermark .icon svg{width:100%;height:100%;display:block}.section-watermark img{width:100%;height:100%;object-fit:contain;display:block}.section-watermark--top-left{top:-10%;left:-8%}.section-watermark--top-right{top:-10%;left:auto;right:-8%;transform:scaleX(-1)}.section-watermark--bottom-left{top:auto;bottom:-12%;left:-8%}.section-watermark--bottom-right{top:auto;bottom:-12%;left:auto;right:-8%;transform:scaleX(-1)}.section-watermark--center{top:50%;left:50%;transform:translate(-50%,-50%)}@media(max-width:700px){.section-watermark{width:calc(var(--watermark-size, 420px) * .6);height:calc(var(--watermark-size, 420px) * .6)}}.hero{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;padding-block:clamp(2.5rem,7vw,5rem)}.hero--split{grid-template-columns:1fr}@media(min-width:900px){.hero--split{grid-template-columns:1.05fr .95fr}.hero--split.hero--reverse{direction:rtl}.hero--split.hero--reverse>*{direction:ltr}}.hero__content{color:var(--hero-text-color, var(--color-text));max-width:34rem}.hero__content h1{font-size:clamp(2.4rem,5.4vw,3.85rem);color:var(--hero-text-color, var(--color-text))}.hero__content .eyebrow{color:var(--hero-text-color, var(--color-accent-soft))}.hero__content p.hero__subheading{font-size:1.15rem;color:var(--hero-text-color, var(--color-text-muted));max-width:34rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}.hero__media{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-fill-soft);aspect-ratio:4/5}.hero__media img{width:100%;height:100%;object-fit:cover}.hero-full{position:relative;display:flex;overflow:hidden;min-height:var(--hero-min-height, 70vh)}.hero-full__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-full__media img{width:100%;height:100%;object-fit:cover}.hero-full__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-full__inner{position:relative;z-index:2;width:100%;flex:1;display:flex;padding-block:clamp(3rem,8vw,6rem)}.hero-full .hero__content,.hero-full .hero__content h1{color:var(--hero-text-color, var(--color-text-on-dark))}.hero-full .hero__content .eyebrow{color:var(--hero-text-color, var(--color-fill-soft))}.hero-full .hero__content p.hero__subheading{color:var(--hero-text-color, rgba(251,248,239,.86))}.hero-full[data-position=top-left] .hero-full__inner{align-items:flex-start;justify-content:flex-start}.hero-full[data-position=top-center] .hero-full__inner{align-items:flex-start;justify-content:center}.hero-full[data-position=top-right] .hero-full__inner{align-items:flex-start;justify-content:flex-end}.hero-full[data-position=middle-left] .hero-full__inner{align-items:center;justify-content:flex-start}.hero-full[data-position=middle-center] .hero-full__inner{align-items:center;justify-content:center}.hero-full[data-position=middle-right] .hero-full__inner{align-items:center;justify-content:flex-end}.hero-full[data-position=bottom-left] .hero-full__inner{align-items:flex-end;justify-content:flex-start}.hero-full[data-position=bottom-center] .hero-full__inner{align-items:flex-end;justify-content:center}.hero-full[data-position=bottom-right] .hero-full__inner{align-items:flex-end;justify-content:flex-end}.feature-grid{display:grid;gap:clamp(1.75rem,4vw,3rem);grid-template-columns:1fr}@media(min-width:700px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{text-align:left}.feature-card__icon{width:56px;height:56px;border-radius:50%;background:var(--color-fill-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-card__icon svg{width:26px;height:26px;color:var(--color-accent)}.feature-card h3{font-size:1.3rem}.feature-card p{color:var(--color-text-muted);font-size:.98rem}.pillar-grid{display:grid;gap:clamp(1.5rem,3vw,2.25rem);grid-template-columns:1fr}@media(min-width:760px){.pillar-grid{grid-template-columns:1fr 1fr}}.pillar-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-card);box-shadow:var(--shadow-card);display:flex;flex-direction:column}.pillar-card__media{aspect-ratio:5/4;background:var(--color-fill-soft);overflow:hidden}.pillar-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.pillar-card:hover .pillar-card__media img{transform:scale(1.04)}.pillar-card__body{padding:clamp(1.5rem,3vw,2.25rem);flex:1;display:flex;flex-direction:column}.pillar-card__body .eyebrow{margin-bottom:.5em}.pillar-card__body h3{font-size:1.65rem}.pillar-card__body p{color:var(--color-text-muted);flex:1}.pillar-card__link{display:inline-flex;align-items:center;gap:.5em;font-weight:600;color:var(--color-accent);margin-top:.5rem}.pillar-card__link svg{width:16px;height:16px;transition:transform .25s ease}.pillar-card__link:hover svg{transform:translate(3px)}.teaser{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;grid-template-columns:1fr}@media(min-width:860px){.teaser{grid-template-columns:.85fr 1.15fr}}.teaser__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--color-fill-soft)}.teaser__media img{width:100%;height:100%;object-fit:cover}.teaser__quote{font-family:var(--font-heading);font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.4;margin-bottom:1.25rem}.offer-grid{display:grid;gap:clamp(1.5rem,3vw,2.25rem);grid-template-columns:1fr}@media(min-width:760px){.offer-grid{grid-template-columns:1fr 1fr}}.offer-card{background:var(--color-card);border-radius:var(--radius-lg);padding:clamp(1.75rem,3.5vw,2.75rem);box-shadow:var(--shadow-card);display:flex;flex-direction:column;border:var(--border-hairline)}.offer-card__eyebrow{color:var(--color-accent-soft);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem}.offer-card h3{font-size:1.6rem;margin-bottom:.25rem}.offer-card__price{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-accent);margin-bottom:1rem}.offer-card__price span{font-family:var(--font-body);font-size:.95rem;color:var(--color-text-muted);font-weight:500}.offer-card__includes{margin:1rem 0 1.75rem;display:flex;flex-direction:column;gap:.65rem}.offer-card__includes li{display:flex;gap:.65rem;align-items:flex-start;font-size:.95rem;color:var(--color-text-muted)}.offer-card__includes svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--color-accent-soft)}.offer-card__desc{color:var(--color-text-muted);margin-bottom:1.25rem}.offer-card__cta{margin-top:auto}.offer-card--featured{background:var(--color-accent);color:var(--color-text-on-dark)}.offer-card--featured h3,.offer-card--featured .offer-card__price{color:var(--color-text-on-dark)}.offer-card--featured .offer-card__desc,.offer-card--featured .offer-card__includes li{color:#fbf8efdb}.offer-card--featured .offer-card__includes svg{color:var(--color-fill-soft)}.vault-callout{background:var(--color-accent);color:var(--color-text-on-dark);border-radius:var(--radius-lg);padding:clamp(2.25rem,6vw,4.5rem);display:grid;gap:clamp(1.75rem,4vw,3rem);align-items:center;grid-template-columns:1fr;position:relative;overflow:hidden}@media(min-width:860px){.vault-callout{grid-template-columns:1.1fr .9fr}}.vault-callout__icon{width:64px;height:64px;border-radius:50%;background:#fbf8ef24;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.vault-callout__icon svg{width:30px;height:30px;color:var(--color-text-on-dark)}.vault-callout h2{color:var(--color-text-on-dark);font-size:clamp(1.9rem,3.4vw,2.6rem)}.vault-callout p{color:#fbf8efdb;max-width:34rem}.vault-callout__media{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;background:#fbf8ef1a}.vault-callout__media img{width:100%;height:100%;object-fit:cover}.gallery-grid{display:grid;gap:clamp(.75rem,1.6vw,1.25rem);grid-template-columns:repeat(2,1fr)}@media(min-width:700px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-grid__item{border-radius:var(--radius-md);overflow:hidden;background:var(--color-fill-soft);aspect-ratio:1}.gallery-grid__item--tall{aspect-ratio:1/1.35}@media(min-width:700px){.gallery-grid__item--tall{grid-row:span 2;aspect-ratio:.75/1.6}}.gallery-grid__item img{width:100%;height:100%;object-fit:cover}.testimonial-scroll-wrap{position:relative}.testimonial-grid{display:flex;gap:clamp(1.25rem,2.5vw,1.75rem);overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;padding-bottom:.75rem;margin-bottom:-.75rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-accent-soft) transparent}.testimonial-grid::-webkit-scrollbar{height:6px}.testimonial-grid::-webkit-scrollbar-thumb{background:var(--color-accent-soft);border-radius:999px}.testimonial-grid::-webkit-scrollbar-track{background:transparent}.testimonial-grid:focus-visible{outline:none}.testimonial-card{background:var(--color-card);border-radius:var(--radius-md);padding:clamp(1.5rem,3vw,2rem);border:var(--border-hairline);flex:0 0 clamp(240px,32vw,320px);scroll-snap-align:start}.testimonial-card svg{width:22px;height:22px;color:var(--color-accent-soft);margin-bottom:1rem}.testimonial-card p{font-family:var(--font-body);font-size:.92rem;line-height:1.6;margin:0}.testimonial-card__quote{max-height:8em;overflow:hidden;position:relative;margin-bottom:.85rem;transition:max-height .35s ease}.testimonial-card__quote:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.6em;background:linear-gradient(rgba(255,253,249,0),var(--color-card));transition:opacity .25s ease}.testimonial-card:hover .testimonial-card__quote,.testimonial-card:focus-within .testimonial-card__quote{max-height:16em;overflow-y:auto}.testimonial-card:hover .testimonial-card__quote:after,.testimonial-card:focus-within .testimonial-card__quote:after{opacity:0}.testimonial-card__readmore{display:none;align-items:center;gap:.35em;font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;color:var(--color-accent-soft);margin-bottom:1rem;transition:opacity .2s ease}.testimonial-card__readmore svg{width:11px;height:11px}.testimonial-card.is-truncated .testimonial-card__readmore{display:inline-flex}.testimonial-card:hover .testimonial-card__readmore,.testimonial-card:focus-within .testimonial-card__readmore{opacity:0;pointer-events:none}.testimonial-card__name{font-family:var(--font-body);font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;padding-top:.75rem;border-top:1px solid rgba(42,51,31,.1)}.testimonial-nav{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.testimonial-nav__btn{width:42px;height:42px;border-radius:50%;border:var(--border-hairline);background:var(--color-card);display:flex;align-items:center;justify-content:center;color:var(--color-accent);transition:background-color .2s ease}.testimonial-nav__btn:hover{background:var(--color-fill-soft)}.testimonial-nav__btn svg{width:16px;height:16px}.icon--flip svg{transform:scaleX(-1)}.linkcard-grid{display:grid;gap:clamp(1.25rem,2.5vw,1.75rem);grid-template-columns:1fr}@media(min-width:700px){.linkcard-grid{grid-template-columns:repeat(3,1fr)}}.linkcard{display:block;border-radius:var(--radius-md);overflow:hidden;background:var(--color-card);border:var(--border-hairline);transition:box-shadow .25s ease}.linkcard:hover{box-shadow:var(--shadow-card)}.linkcard__media{aspect-ratio:4/3;background:var(--color-fill-soft);overflow:hidden}.linkcard__media img{width:100%;height:100%;object-fit:cover}.linkcard__body{padding:1.5rem}.linkcard__body h3{font-size:1.2rem;margin-bottom:.4rem}.linkcard__body p{color:var(--color-text-muted);font-size:.92rem;margin:0}.approach-grid{display:grid;gap:clamp(1.5rem,3vw,2.5rem);grid-template-columns:1fr}@media(min-width:700px){.approach-grid{grid-template-columns:repeat(3,1fr)}}.prose{max-width:46rem;font-size:1.05rem;color:var(--color-text)}.prose h2,.prose h3{margin-top:1.6em}.prose p{color:var(--color-text-muted)}.prose--story{font-size:1.15rem}.prose--story p:first-of-type{font-family:var(--font-heading);font-size:1.35rem;color:var(--color-text);line-height:1.5}.section--dark .prose p{color:#fbf8efdb}.section--dark .prose--story p:first-of-type{color:var(--color-text-on-dark)}.field{margin-bottom:1.1rem;display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.85rem;letter-spacing:.02em;color:var(--color-text-muted)}.input,textarea.input,select.input{padding:.85em 1em;border-radius:var(--radius-sm);border:1px solid rgba(42,51,31,.25);background:var(--color-card);color:var(--color-text);width:100%}.input:focus{outline:none;border-color:var(--color-accent-soft);box-shadow:0 0 0 3px #5c7a4c2e}.form{max-width:34rem}.form--wide{max-width:100%}.newsletter-form{display:flex;gap:.75rem;flex-wrap:wrap;max-width:30rem}.newsletter-form .input{flex:1;min-width:12rem}.form-message{padding:.85em 1.1em;border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:1rem}.form-message--success{background:var(--color-fill-soft);color:var(--color-accent)}.form-message--error{background:#f6dede;color:#7a2b2b}.site-footer{background:var(--color-accent);color:var(--color-text-on-dark);padding-block:clamp(3rem,6vw,5rem) 2rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:2.5rem}@media(min-width:760px){.footer-grid{grid-template-columns:1.3fr .9fr .9fr 1.1fr}}.footer-grid h4{color:var(--color-text-on-dark);font-family:var(--font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-grid ul{display:flex;flex-direction:column;gap:.65rem}.footer-grid a{color:#fbf8efd1;font-size:.95rem}.footer-grid a:hover{color:var(--color-text-on-dark)}.footer-brand p{color:#fbf8efbf;max-width:24rem}.footer-logo{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-text-on-dark);margin-bottom:1rem;display:inline-block}.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;border-top:1px solid rgba(251,248,239,.18);padding-top:1.5rem;font-size:.82rem;color:#fbf8efa6}.social-list{display:flex;gap:.9rem}.social-list a{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fbf8ef1a}.social-list svg{width:16px;height:16px}.page-header{padding-block:clamp(2.5rem,5vw,4rem) 1rem}.page-header h1{font-size:clamp(2rem,4.4vw,3.1rem)}.breadcrumb{font-size:.82rem;color:var(--color-text-muted);margin-bottom:1rem}.breadcrumb a:hover{color:var(--color-accent)}.product-grid{display:grid;gap:clamp(1.5rem,3vw,2rem);grid-template-columns:repeat(2,1fr)}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1000px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{display:block}.product-card__media{border-radius:var(--radius-md);overflow:hidden;background:var(--color-fill-soft);aspect-ratio:4/5;margin-bottom:.9rem;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-accent);color:var(--color-text-on-dark);font-size:.7rem;padding:.3em .7em;border-radius:999px;letter-spacing:.04em}.product-card h3{font-size:1.02rem;margin-bottom:.25rem}.product-card__price{color:var(--color-text-muted);font-size:.92rem}.price--compare{text-decoration:line-through;opacity:.6;margin-right:.5em}.product{display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr}@media(min-width:900px){.product{grid-template-columns:1.05fr .95fr}}.product__media-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-fill-soft);aspect-ratio:4/5;margin-bottom:.9rem}.product__media-main img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:flex;gap:.7rem;flex-wrap:wrap}.product__thumbs img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer}.product__thumbs img.is-active{border-color:var(--color-accent)}.product__title{font-size:clamp(1.9rem,3.4vw,2.5rem)}.product__price{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-accent);margin-bottom:1.25rem}.product__desc{color:var(--color-text-muted);margin-bottom:1.5rem}.product__desc p:last-child{margin-bottom:0}.qty-selector{display:inline-flex;align-items:center;border:1px solid rgba(42,51,31,.25);border-radius:999px;overflow:hidden}.qty-selector button{background:none;border:0;width:40px;height:44px;font-size:1.1rem;color:var(--color-text)}.qty-selector input{width:44px;border:0;background:none;text-align:center}.product__form-row{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.product__accordion{border-top:var(--border-hairline)}.product__accordion-item{border-bottom:var(--border-hairline)}.product__accordion-item summary{padding:1rem 0;cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;list-style:none}.product__accordion-item summary::-webkit-details-marker{display:none}.product__accordion-item[open] summary{color:var(--color-accent)}.product__accordion-body{padding-bottom:1.25rem;color:var(--color-text-muted)}.collection-header{text-align:center;padding-block:clamp(2.5rem,6vw,4.5rem) 2rem}.collection-header p{color:var(--color-text-muted);max-width:38rem;margin-inline:auto}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:var(--color-text-muted)}.collection-toolbar select{padding:.5em .9em;border-radius:var(--radius-sm);border:1px solid rgba(42,51,31,.25);background:var(--color-card)}.collection-toolbar__left{display:flex;align-items:center;gap:1.25rem}.collection-layout{display:grid;grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4rem);align-items:start}@media(min-width:900px){.collection-layout{grid-template-columns:200px 1fr}}.collection-filters-toggle{display:inline-flex;align-items:center;gap:.5em;background:none;border:0;border-bottom:1px solid transparent;padding:.2em 0;font-size:.9rem;color:var(--color-text);cursor:pointer;transition:border-color .2s ease}.collection-filters-toggle:hover{border-color:currentColor}.collection-filters-toggle .icon svg{width:1.05em;height:1.05em;opacity:.75}@media(min-width:900px){.collection-filters-toggle{display:none}}.collection-filters{padding-right:clamp(1.5rem,2.5vw,2.5rem)}.collection-filters__head{display:flex;justify-content:space-between;align-items:baseline}.collection-filters__eyebrow{margin-bottom:0;padding-bottom:.6em;border-bottom:var(--border-hairline);flex:1}.collection-filters__close{display:none;background:none;border:0;padding:.25rem;color:var(--color-text-muted);cursor:pointer}.collection-filters__close .icon svg{width:1.15em;height:1.15em}@media(max-width:899px){.collection-filters__close{display:block}}.collection-filters__clear{display:inline-block;font-size:.78rem;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px;margin:.9rem 0 .25rem}.collection-filters__clear:hover{color:var(--color-accent)}.filter-group{padding-block:1.25rem;border-bottom:var(--border-hairline)}.filter-group:first-of-type{padding-top:1.25rem}.filter-group__label{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.9rem}.filter-list{display:flex;flex-direction:column;gap:.05rem}.filter-option{display:flex;align-items:baseline;justify-content:space-between;gap:.75em;padding:.4em 0;font-size:.92rem;color:var(--color-text-muted);transition:color .2s ease}.filter-option:hover{color:var(--color-text)}.filter-option__label{position:relative}.filter-option.is-active{color:var(--color-accent)}.filter-option.is-active .filter-option__label{font-weight:600}.filter-option.is-active .filter-option__label:before{content:"";position:absolute;left:-.9em;top:.55em;width:4px;height:4px;border-radius:50%;background:currentColor}.filter-option__count{font-size:.72rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.filter-option.is-disabled{opacity:.35;pointer-events:none}.filter-price__row{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem}.filter-price__row .input{padding:.5em 0;font-size:.88rem;width:100%;border:none;border-bottom:1px solid rgba(42,51,31,.25);border-radius:0;background:transparent}.filter-price__row .input:focus{border-color:var(--color-accent-soft);box-shadow:none}.filter-price__row span{color:var(--color-text-muted)}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:2rem}.active-filter-pill{display:inline-flex;align-items:center;gap:.4em;color:var(--color-text-muted);font-size:.82rem;border-bottom:1px solid rgba(42,51,31,.3);padding-bottom:2px}.active-filter-pill .icon svg{width:.8em;height:.8em;opacity:.7}.active-filter-pill:hover{color:var(--color-accent);border-color:currentColor}@media(max-width:899px){.collection-filters{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--color-background);padding:1.5rem var(--gutter) 2rem;overflow-y:auto}.collection-filters.is-open{display:block}}.cart-table{width:100%;border-collapse:collapse}.cart-line{display:grid;grid-template-columns:88px 1fr auto;gap:1.25rem;padding:1.5rem 0;border-bottom:var(--border-hairline);align-items:center}.cart-line img{border-radius:var(--radius-sm);aspect-ratio:1;object-fit:cover}.cart-line__title{font-weight:600;margin-bottom:.25rem}.cart-line__meta{font-size:.85rem;color:var(--color-text-muted)}.cart-line__remove{font-size:.82rem;color:var(--color-text-muted);text-decoration:underline;margin-top:.5rem;display:inline-block}.cart-summary{background:var(--color-card);border-radius:var(--radius-md);padding:1.75rem;border:var(--border-hairline)}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}.cart-summary__total{font-family:var(--font-heading);font-size:1.3rem;border-top:var(--border-hairline);padding-top:1rem;margin-top:.5rem}.cart-layout{display:grid;gap:clamp(2rem,4vw,3rem);grid-template-columns:1fr}@media(min-width:900px){.cart-layout{grid-template-columns:1.6fr 1fr}}.cart-empty{text-align:center;padding-block:4rem}.article-grid{display:grid;gap:clamp(1.75rem,3vw,2.5rem);grid-template-columns:1fr}@media(min-width:700px){.article-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.article-grid{grid-template-columns:repeat(3,1fr)}}.article-card__media{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;background:var(--color-fill-soft);margin-bottom:1rem}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__meta{font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-soft);margin-bottom:.5rem}.article-card h3{font-size:1.25rem}.article-card p{color:var(--color-text-muted);font-size:.94rem}.article-body{max-width:42rem;margin-inline:auto;font-size:1.08rem}.article-body img{border-radius:var(--radius-md);margin-block:2rem}.article-hero{max-width:42rem;margin-inline:auto;text-align:center}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem}.pagination a:hover{background:var(--color-fill-soft)}.pagination .is-current{background:var(--color-accent);color:var(--color-text-on-dark)}.account-table{width:100%;border-collapse:collapse;margin-top:1.5rem}.account-table th,.account-table td{text-align:left;padding:.9rem .5rem;border-bottom:var(--border-hairline);font-size:.92rem}.account-nav{display:flex;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;font-size:.92rem}.account-nav a{color:var(--color-text-muted)}.account-nav a.is-active{color:var(--color-accent);font-weight:600}.address-card{background:var(--color-card);border:var(--border-hairline);border-radius:var(--radius-md);padding:1.5rem}.state-page{text-align:center;padding-block:clamp(4rem,10vw,7rem)}.state-page h1{font-size:clamp(2rem,4vw,2.8rem)}.search-form{max-width:32rem;margin:0 auto 3rem;display:flex;gap:.75rem}.search-form .input{flex:1}.password-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--color-background-secondary)}.password-page__logo{font-family:var(--font-heading);font-size:2rem;margin-bottom:1.5rem}.password-page__content{max-width:30rem}.password-page form{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.icon{display:inline-flex;line-height:0}.icon svg{width:1.4em;height:1.4em}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.hidden{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/base.css.map */
