:root{--background: 45 15% 97%;--foreground: 219 49% 20%;--border: 219 20% 85%;--card: 0 0% 100%;--card-foreground: 219 49% 20%;--card-border: 219 20% 90%;--primary: 10 54% 52%;--primary-foreground: 0 0% 100%;--secondary: 219 20% 92%;--secondary-foreground: 219 49% 20%;--muted: 219 20% 95%;--muted-foreground: 219 20% 45%;--accent: 45 30% 90%;--accent-foreground: 219 49% 20%;--destructive: 0 84.2% 60.2%;--input: 219 20% 85%;--ring: 10 54% 52%;--radius: .5rem;--elevate-1: rgba(0, 0, 0, .03);--elevate-2: rgba(0, 0, 0, .08);--shadow: 0px 4px 12px rgba(26, 43, 76, .05);--shadow-md: 0px 8px 24px rgba(26, 43, 76, .08);--shadow-lg: 0px 12px 32px rgba(26, 43, 76, .12);--shadow-xl: 0px 24px 48px rgba(26, 43, 76, .16);--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--container: 1280px}*,*:before,*:after{box-sizing:border-box;border-color:hsl(var(--border))}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::selection{background:hsl(var(--primary) / .2);color:hsl(var(--primary))}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.container{padding-inline:1.5rem}}.page-wrap{display:flex;flex-direction:column;min-height:100vh}.page-main{flex:1 0 auto;display:flex;flex-direction:column}.section{padding-block:6rem}.section-sm{padding-block:3rem}@media(max-width:767px){.section{padding-block:4rem}}.eyebrow{font-size:.875rem;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--primary));font-weight:500;margin:0}.text-muted{color:hsl(var(--muted-foreground))}.serif{font-family:var(--font-serif)}.italic{font-style:italic}.hover-elevate{position:relative;z-index:0}.hover-elevate:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:5;background-color:transparent;transition:background-color .15s ease}.hover-elevate:hover:after{background-color:var(--elevate-1)}.hover-elevate:active:after{background-color:var(--elevate-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.95rem;line-height:1;padding:.75rem 1.25rem;border-radius:var(--radius);border:1px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;white-space:nowrap}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background-color:hsl(var(--primary) / .9)}.btn-outline{background-color:hsl(var(--background));border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-outline:hover{border-color:hsl(var(--foreground))}.btn-lg{padding:0 2rem;height:3.25rem;font-size:1.125rem}.btn-block{width:100%}.btn-pill{border-radius:9999px}.btn[disabled]{opacity:.5;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid hsl(var(--border) / .4);background-color:hsl(var(--background) / .8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header__inner{height:4rem;display:flex;align-items:center;justify-content:space-between}.site-header__left{display:flex;align-items:center;gap:1.5rem}.site-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:hsl(var(--primary))}.site-nav{display:none;align-items:center;gap:1.5rem}.site-nav a{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .15s ease}.site-nav a:hover{color:hsl(var(--primary))}.site-header__right{display:flex;align-items:center;gap:1rem}.cart-link{position:relative;padding:.5rem;color:hsl(var(--foreground));transition:color .15s ease;display:inline-flex}.cart-link:hover{color:hsl(var(--primary))}.cart-count{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;height:1rem;width:1rem;border-radius:9999px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:10px;font-weight:700}.cart-count[hidden]{display:none}.menu-toggle{display:inline-flex;padding:.5rem;background:none;border:none;color:hsl(var(--foreground))}.mobile-menu{display:none;flex-direction:column;gap:1rem;padding:1rem;border-bottom:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);background:hsl(var(--background))}.mobile-menu.is-open{display:flex}.mobile-menu a{font-size:1.125rem;font-weight:500;color:hsl(var(--foreground));padding-block:.5rem;border-bottom:1px solid hsl(var(--border) / .5)}@media(min-width:768px){.site-nav{display:flex}.menu-toggle{display:none}}.site-footer{background-color:hsl(var(--foreground));color:hsl(var(--background));padding-block:3rem;margin-top:auto}@media(min-width:768px){.site-footer{padding-block:4rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.footer-brand{grid-column:span 1}@media(min-width:768px){.footer-brand{grid-column:span 2}}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:hsl(var(--primary-foreground));display:block;margin-bottom:1rem}.footer-brand p{color:hsl(var(--background) / .8);max-width:24rem;margin-top:1rem;line-height:1.7}.footer-col h3{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:hsl(var(--primary-foreground))}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-col a,.footer-col li{color:hsl(var(--background) / .7);transition:color .15s ease}.footer-col a:hover{color:hsl(var(--background))}.footer-bottom{border-top:1px solid hsl(var(--background) / .2);margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between;font-size:.875rem;color:hsl(var(--background) / .5)}@media(min-width:768px){.footer-bottom{flex-direction:row}}.hero{position:relative;height:85vh;min-height:600px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d}.hero__content{position:relative;z-index:10;text-align:center}.hero__inner{max-width:48rem;margin-inline:auto}.hero h1{font-size:clamp(2.25rem,6vw,4.5rem);color:#fff;font-weight:500;line-height:1.1;margin-bottom:1.5rem}.hero p{font-size:clamp(1.125rem,2vw,1.25rem);color:#ffffffe6;max-width:36rem;margin-inline:auto}.hero__cta{padding-top:2rem;display:flex;justify-content:center;gap:1rem}.interstitial{background-color:hsl(var(--foreground));color:hsl(var(--background));padding-block:6rem}@media(min-width:768px){.interstitial{padding-block:8rem}}.interstitial__inner{max-width:48rem;margin-inline:auto;text-align:center;display:flex;flex-direction:column;gap:2rem}.interstitial__headline{font-size:clamp(1.875rem,4vw,3rem);line-height:1.15}.interstitial__sub{font-size:1.125rem;color:hsl(var(--background) / .7);max-width:36rem;margin-inline:auto;line-height:1.7}.link-primary{color:hsl(var(--primary));font-weight:500;font-size:1.125rem;text-underline-offset:4px}.link-primary:hover{text-decoration:underline}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:2rem}.section-head__text{max-width:42rem}.section-head h2{font-size:clamp(1.875rem,3vw,2.25rem);color:hsl(var(--foreground));margin-bottom:1rem}.section-head p{color:hsl(var(--muted-foreground));font-size:1.125rem}.section-head__link{color:hsl(var(--primary));font-weight:500;text-underline-offset:4px;flex-shrink:0;display:none}.section-head__link:hover{text-decoration:underline}@media(min-width:768px){.section-head__link{display:block}}.section-title-center{font-size:clamp(1.875rem,3vw,2.25rem);color:hsl(var(--foreground));text-align:center;margin-bottom:4rem}.grid{display:grid;gap:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.product-grid{display:grid;grid-template-columns:1fr;column-gap:1.5rem;row-gap:3rem}@media(min-width:640px){.grid-2,.grid-3,.grid-4,.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--featured{grid-template-columns:1fr}@media(min-width:640px){.product-grid--featured{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.product-grid--featured{grid-template-columns:repeat(4,1fr)}}.product-card{display:block}.product-card__media{position:relative;overflow:hidden;border-radius:.75rem;background-color:hsl(var(--secondary));margin-bottom:1rem;aspect-ratio:4 / 5}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.badge-oos{position:absolute;top:.75rem;right:.75rem;background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground))}.product-card__chip{position:absolute;top:.75rem;left:.75rem}.product-card__title{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;color:hsl(var(--foreground));transition:color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card:hover .product-card__title{color:hsl(var(--primary))}.product-card__tagline{font-size:.875rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__resident{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground) / .8)}.product-card__info{display:flex;flex-direction:column;gap:.25rem}.price-row{display:flex;align-items:center;gap:.5rem;padding-top:.25rem}.price{font-weight:500;color:hsl(var(--foreground))}.price--compare{font-size:.875rem;color:hsl(var(--muted-foreground));text-decoration:line-through}.species-badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--background) / .8);padding:.25rem .75rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground))}.species-chip{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.25rem .625rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground));box-shadow:var(--shadow)}.species-icon{width:.875rem;height:.875rem;color:hsl(var(--primary));flex-shrink:0}.split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.split{grid-template-columns:repeat(2,1fr)}}.bg-secondary{background-color:hsl(var(--secondary))}.split__media{border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-xl)}.split__media img{width:100%;height:auto;object-fit:cover}.split__media--43 img{aspect-ratio:4 / 3}.split__media--45 img{aspect-ratio:4 / 5}.split__body{display:flex;flex-direction:column;gap:1.5rem;max-width:32rem}.split__body h2{font-size:clamp(1.875rem,4vw,3rem);color:hsl(var(--foreground));line-height:1.15}.split__body p{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.7}.order-1{order:1}.order-2{order:2}@media(min-width:768px){.md-order-1{order:1}.md-order-2{order:2}}.reports-head{max-width:42rem;margin-inline:auto;text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;gap:1rem}.reports-head h2{font-size:clamp(1.875rem,3vw,2.25rem);color:hsl(var(--foreground))}.reports-head p{color:hsl(var(--muted-foreground));font-size:1.125rem}.report-card{display:flex;flex-direction:column;border-radius:1rem;border:1px solid hsl(var(--border));background:hsl(var(--secondary) / .5);padding:2rem;height:100%;transition:transform .15s ease}.report-card__icon{width:1.75rem;height:1.75rem;color:hsl(var(--primary));margin-bottom:1.5rem}.report-card blockquote{font-family:var(--font-serif);font-size:1.125rem;font-style:italic;color:hsl(var(--foreground));line-height:1.7;flex:1;margin:0}.report-card figcaption{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border) / .6)}.report-card figcaption .name{display:block;font-weight:500;color:hsl(var(--foreground))}.report-card figcaption .role{display:block;font-size:.875rem;color:hsl(var(--muted-foreground))}.collection-card{position:relative;display:block;overflow:hidden;border-radius:1rem}.collection-card__media{position:relative;aspect-ratio:16 / 9;background:hsl(var(--secondary))}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,.2) 50%,transparent)}.collection-card__body{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;color:#fff}@media(min-width:768px){.collection-card__body{padding:2rem}}.collection-card__body h3{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:500;margin-bottom:.5rem;transition:transform .3s ease}.collection-card:hover .collection-card__body h3{transform:translate(.5rem)}.collection-card__body p{color:#fffc;max-width:28rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-intro{max-width:48rem;margin-bottom:4rem}.page-intro--wide{max-width:48rem}.page-intro h1{font-size:clamp(2.25rem,5vw,3.75rem);color:hsl(var(--foreground));margin-bottom:1.5rem}.page-intro p{font-size:clamp(1.125rem,2vw,1.25rem);color:hsl(var(--muted-foreground));line-height:1.7}.search-form{position:relative;max-width:28rem;display:flex;align-items:center;margin-bottom:3rem}.search-form svg{position:absolute;left:.75rem;width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.search-input{width:100%;height:3rem;padding:0 2.5rem;font-size:1rem;border-radius:9999px;background:hsl(var(--secondary));border:none;color:hsl(var(--foreground));font-family:inherit}.search-input:focus{outline:2px solid hsl(var(--primary));outline-offset:0}.empty-state{padding-block:6rem;text-align:center;background:hsl(var(--secondary));border-radius:1rem}.empty-state h3{font-size:1.5rem;color:hsl(var(--foreground));margin-bottom:.5rem}.empty-state p{color:hsl(var(--muted-foreground))}.pdp{padding-block:3rem}@media(min-width:768px){.pdp{padding-block:6rem}}.pdp__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.pdp__grid{grid-template-columns:repeat(2,1fr);gap:6rem}}.pdp__gallery{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.pdp__gallery{position:sticky;top:6rem}}.pdp__main-image{overflow:hidden;border-radius:1rem;background:hsl(var(--secondary));aspect-ratio:4 / 5}.pdp__main-image img{width:100%;height:100%;object-fit:cover}.pdp__thumbs{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.pdp__thumb{position:relative;width:5rem;flex-shrink:0;border-radius:.5rem;overflow:hidden;border:2px solid transparent;background:none;padding:0;aspect-ratio:1;opacity:.7;transition:opacity .15s ease,border-color .15s ease}@media(min-width:768px){.pdp__thumb{width:6rem}}.pdp__thumb img{width:100%;height:100%;object-fit:cover}.pdp__thumb:hover{opacity:1}.pdp__thumb.is-active{border-color:hsl(var(--primary));opacity:1;box-shadow:0 0 0 2px hsl(var(--primary) / .2)}.pdp__info{display:flex;flex-direction:column;gap:2.5rem;padding-block:1rem}@media(min-width:768px){.pdp__info{padding-block:2rem}}.pdp__head{display:flex;flex-direction:column;gap:1rem}.pdp__title{font-size:clamp(2.25rem,4vw,3rem);color:hsl(var(--foreground));line-height:1.1}.pdp__tagline{font-size:clamp(1.25rem,2vw,1.5rem);color:hsl(var(--muted-foreground));font-family:var(--font-serif);font-style:italic}.pdp__price{display:flex;align-items:flex-end;gap:.75rem;padding-top:.5rem}.pdp__price .price{font-size:1.5rem}.pdp__price .price--compare{font-size:1.125rem;padding-bottom:.125rem}.variant-group{display:flex;flex-direction:column;gap:1rem}.variant-group__label{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.variant-options{display:flex;flex-wrap:wrap;gap:.75rem}.variant-option{padding:.75rem 1.25rem;border-radius:.75rem;border:1px solid hsl(var(--border));font-size:.875rem;font-weight:500;color:hsl(var(--foreground));background:transparent;transition:all .15s ease}.variant-option:hover{border-color:hsl(var(--foreground))}.variant-option.is-active{border-color:hsl(var(--primary));background:hsl(var(--primary) / .05);color:hsl(var(--primary))}.variant-option[disabled]{border-color:hsl(var(--border) / .5);background:hsl(var(--secondary) / .5);color:hsl(var(--muted-foreground) / .5);cursor:not-allowed}.pdp__atc-note{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:1rem}.pdp__block{padding-top:2rem;border-top:1px solid hsl(var(--border) / .6)}.pdp__block h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem;color:hsl(var(--foreground))}.pdp__story blockquote{font-family:var(--font-serif);font-size:clamp(1.125rem,2vw,1.25rem);font-style:italic;color:hsl(var(--muted-foreground));line-height:1.7;margin:0}.pdp__story figcaption{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:hsl(var(--foreground));margin-top:1rem}.pdp__story figcaption .name{font-weight:500}.pdp__story figcaption .meta{color:hsl(var(--muted-foreground))}.prose{color:hsl(var(--muted-foreground));line-height:1.75;max-width:none}.prose>*+*{margin-top:1.25em}.prose p{margin:0}.prose ul,.prose ol{padding-left:1.5rem}.prose li{margin-block:.25rem}.prose strong,.prose h2,.prose h3,.prose h4{color:hsl(var(--foreground))}.collection-hero{position:relative;width:100%;height:40vh;background:hsl(var(--secondary));display:flex;align-items:flex-end}@media(min-width:768px){.collection-hero{height:50vh}}.collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.collection-hero__bg img{width:100%;height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.3) 50%,transparent)}.collection-hero__content{position:relative;z-index:10;color:#fff;padding-bottom:3rem}@media(min-width:768px){.collection-hero__content{padding-bottom:4rem}}.collection-hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:500;margin-bottom:1rem}.collection-hero p{font-size:clamp(1.125rem,2vw,1.25rem);color:#ffffffe6;max-width:42rem;line-height:1.7}.cart{padding-block:3rem}@media(min-width:768px){.cart{padding-block:6rem}}.cart h1{font-size:clamp(2.25rem,4vw,3rem);color:hsl(var(--foreground));margin-bottom:3rem}.cart__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.cart__layout{grid-template-columns:2fr 1fr;gap:6rem}}.cart__items{border-top:1px solid hsl(var(--border) / .6)}.cart-item{display:flex;gap:1rem;padding-block:2rem;border-bottom:1px solid hsl(var(--border) / .6)}@media(min-width:768px){.cart-item{gap:1.5rem}}.cart-item__media{width:6rem;height:8rem;flex-shrink:0;background:hsl(var(--secondary));border-radius:.75rem;overflow:hidden}@media(min-width:768px){.cart-item__media{width:8rem;height:10rem}}.cart-item__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cart-item__media:hover img{transform:scale(1.05)}.cart-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-block:.25rem}.cart-item__top{display:flex;justify-content:space-between;gap:1rem}.cart-item__title{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;color:hsl(var(--foreground));transition:color .15s ease}.cart-item__title:hover{color:hsl(var(--primary))}.cart-item__price{color:hsl(var(--muted-foreground));margin-top:.25rem}.cart-item__remove{background:none;border:none;color:hsl(var(--muted-foreground));padding:.25rem;flex-shrink:0;transition:color .15s ease}.cart-item__remove:hover{color:hsl(var(--destructive))}.cart-item__controls{display:flex;align-items:center;gap:1rem;margin-top:1rem}.qty{display:flex;align-items:center;border:1px solid hsl(var(--border));border-radius:9999px;background:hsl(var(--background));overflow:hidden}.qty button{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:hsl(var(--foreground));transition:background .15s ease}.qty button:hover{background:hsl(var(--secondary))}.qty span{width:2rem;text-align:center;font-weight:500;font-size:.875rem}.cart-item__line-total{text-align:right;flex:1;font-weight:500;color:hsl(var(--foreground))}.cart-summary{background:hsl(var(--secondary) / .5);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.cart-summary{padding:2rem}}@media(min-width:1024px){.cart-summary-wrap{position:sticky;top:6rem}}.cart-summary h2{font-family:var(--font-serif);font-size:1.5rem;color:hsl(var(--foreground))}.cart-summary__rows{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid hsl(var(--border) / .6);padding-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.95rem}.cart-summary__row .label{color:hsl(var(--muted-foreground))}.cart-summary__row .value{color:hsl(var(--foreground));font-weight:500}.cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:500;color:hsl(var(--foreground))}.cart-summary__note{text-align:center;font-size:.75rem;color:hsl(var(--muted-foreground))}.cart-empty{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-inline:1rem}.cart-empty__icon{width:6rem;height:6rem;background:hsl(var(--secondary));border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.cart-empty__icon span{font-family:var(--font-serif);font-size:2.25rem;color:hsl(var(--muted-foreground))}.cart-empty h2{font-size:1.875rem;color:hsl(var(--foreground));margin-bottom:1rem}.cart-empty p{color:hsl(var(--muted-foreground));margin-bottom:2rem;max-width:28rem}.centered-message{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-inline:1rem}.centered-message h1,.centered-message h2{font-size:1.875rem;color:hsl(var(--foreground));margin-bottom:1rem}.centered-message p{color:hsl(var(--muted-foreground));margin-bottom:2rem}.story-open{padding-top:6rem;padding-bottom:5rem}@media(min-width:768px){.story-open{padding-top:8rem;padding-bottom:7rem}}.story-open__inner{max-width:56rem;margin-inline:auto;text-align:center;display:flex;flex-direction:column;gap:2rem}.story-open h1{font-size:clamp(2.25rem,6vw,4.5rem);color:hsl(var(--foreground));font-weight:500;line-height:1.05}.story-open p{font-size:clamp(1.125rem,2vw,1.25rem);color:hsl(var(--muted-foreground));max-width:42rem;margin-inline:auto;line-height:1.7}.story-refrain{background:hsl(var(--secondary));padding-block:5rem}@media(min-width:768px){.story-refrain{padding-block:7rem}}.story-refrain__inner{max-width:48rem;margin-inline:auto;display:flex;flex-direction:column;gap:3rem}.story-refrain__lead{text-align:center;font-size:1.125rem;color:hsl(var(--muted-foreground))}.story-refrain__items{display:flex;flex-direction:column;gap:2.5rem}.refrain-item{text-align:center;display:flex;flex-direction:column;gap:.75rem}.refrain-item .q{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,1.875rem);color:hsl(var(--foreground))}.refrain-item .a{font-size:clamp(1.25rem,2.5vw,1.5rem);color:hsl(var(--primary));font-family:var(--font-serif);font-style:italic}.story-belief{padding-block:5rem}@media(min-width:768px){.story-belief{padding-block:7rem}}.story-close{position:relative;overflow:hidden}.story-close__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.story-close__bg img{width:100%;height:100%;object-fit:cover}.story-close__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:hsl(var(--foreground) / .7)}.story-close__content{position:relative;z-index:10;padding-block:7rem;text-align:center}@media(min-width:768px){.story-close__content{padding-block:10rem}}.story-close__inner{max-width:48rem;margin-inline:auto;display:flex;flex-direction:column;gap:2rem}.story-close h2{font-size:clamp(1.875rem,5vw,3.75rem);color:#fff;font-weight:500;line-height:1.15}.story-close p{font-size:clamp(1.125rem,2vw,1.25rem);color:#ffffffd9;max-width:36rem;margin-inline:auto;line-height:1.7}@keyframes ps-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ps-slide-up{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:none}}.animate-fade{animation:ps-fade-in .7s ease both}.animate-up{animation:ps-slide-up .8s cubic-bezier(.16,1,.3,1) both}@media(prefers-reduced-motion:reduce){.animate-fade,.animate-up{animation:none}*{scroll-behavior:auto!important}}.toast-stack{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;flex-direction:column;gap:.75rem;max-width:calc(100vw - 3rem)}.toast{display:flex;align-items:flex-start;gap:.75rem;background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-lg);padding:1rem 1.25rem;min-width:18rem;animation:ps-slide-up .3s ease both}.toast__title{font-weight:600;font-size:.95rem}.toast__desc{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.125rem}.toast--error{border-color:hsl(var(--destructive))}.hidden{display:none!important}.spin{animation:ps-spin 1s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}.hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity 1.6s ease;pointer-events:none}.hero__slide.is-active{opacity:1;pointer-events:auto}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 8s ease-out}.hero__slide.is-active .hero__media img{transform:scale(1.1)}.hero--carousel .hero__overlay{background:#0006}.hero__slide .hero__content{position:relative;z-index:2}.hero__title{font-size:clamp(2.25rem,6vw,4.5rem);color:#fff;font-weight:500;line-height:1.1;margin-bottom:1.5rem}.hero__controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:1rem}.hero__dots{display:flex;align-items:center;gap:.75rem}.hero__dot{height:.5rem;width:.5rem;padding:0;border:0;border-radius:9999px;background:#ffffff80;cursor:pointer;transition:width .5s ease,background .3s ease}.hero__dot:hover{background:#fffc}.hero__dot.is-active{width:2rem;background:#fff}.hero__playpause{display:flex;align-items:center;justify-content:center;height:1.75rem;width:1.75rem;padding:0;border:0;border-radius:9999px;background:#ffffff26;color:#fff;cursor:pointer;transition:background .2s ease}.hero__playpause:hover{background:#ffffff4d}.hero__playpause svg{width:.875rem;height:.875rem;display:block}.hero__playpause .hero__icon-play{display:none}.hero__playpause.is-paused .hero__icon-play{display:block}.hero__playpause.is-paused .hero__icon-pause{display:none}.hero__dot:focus-visible,.hero__playpause:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(prefers-reduced-motion:reduce){.hero__slide{transition:none}.hero__media img,.hero__slide.is-active .hero__media img{transition:none;transform:none}}.neighborhood__intro{max-width:42rem;margin-bottom:3rem}@media(min-width:768px){.neighborhood__intro{margin-bottom:4rem}}.neighborhood__title{font-size:clamp(1.875rem,4vw,3rem);line-height:1.15;margin:1rem 0 1.25rem;color:hsl(var(--foreground))}.neighborhood__subtitle{font-size:1.125rem;line-height:1.7;color:hsl(var(--muted-foreground))}.neighborhood__grid{margin-top:1.5rem}@media(min-width:768px){.neighborhood__grid{margin-top:2rem}}.neighborhood__more{margin-top:3rem;text-align:center}.neighborhood__more-link{color:hsl(var(--primary));font-weight:500;font-size:1.125rem;text-decoration:none}.neighborhood__more-link:hover{text-decoration:underline;text-underline-offset:4px}.collection-feature{position:relative;display:block;overflow:hidden;border-radius:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.collection-feature{margin-bottom:2rem}}.collection-feature__media{position:relative;aspect-ratio:16 / 11;background:hsl(var(--secondary))}@media(min-width:640px){.collection-feature__media{aspect-ratio:2 / 1}}@media(min-width:1024px){.collection-feature__media{aspect-ratio:21 / 9}}.collection-feature__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s ease}.collection-feature:hover .collection-feature__media img{transform:scale(1.04)}.collection-feature__placeholder{width:100%;height:100%;background:hsl(var(--primary) / .1)}.collection-feature__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.3) 50%,transparent)}.collection-feature__body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff}@media(min-width:768px){.collection-feature__body{padding:3rem}}@media(min-width:1024px){.collection-feature__body{padding:4rem}}.collection-feature__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:#ffffffb3;margin-bottom:.75rem}.collection-feature__body h3{font-size:clamp(2.25rem,5vw,4.5rem);font-weight:500;line-height:1.05}.collection-feature__desc{margin-top:1rem;font-size:clamp(1rem,1.5vw,1.125rem);color:#ffffffd9;max-width:36rem;line-height:1.6}.collection-feature__cta{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:1.125rem}.collection-feature__arrow{display:inline-block;transition:transform .3s ease}.collection-feature:hover .collection-feature__arrow{transform:translate(.5rem)}.collection-feature:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:4px}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
