@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap");:root{--font-serif:"Cormorant Garamond","Times New Roman",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif;--paper:#fbfaf7;--paper-tint:#f5f3ee;--ink:#1a1a1a;--ink-soft:#4a4a4a;--ink-muted:#8a8a8a;--rule:rgba(0,0,0,.14);--rule-soft:rgba(0,0,0,.08);--accent:#6b4423;--measure:1180px;--measure-narrow:720px;--measure-product:1080px;--space-xs:0.5rem;--space-sm:1rem;--space:1.75rem;--space-lg:3.5rem;--space-xl:6rem}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;background:var(--paper);color:var(--ink);line-height:1.7;min-height:100vh;font-size:15px}.wrap{max-width:var(--measure);margin:0 auto;padding:0 2rem}header{background:var(--paper);padding:1.75rem 0;border-bottom:1px solid var(--rule-soft)}header .wrap{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-link{display:inline-flex;align-items:baseline;gap:.6rem;text-decoration:none;color:var(--ink)}.logo-img{display:none}.logo-text{font-family:var(--font-serif);font-size:1.55rem;font-weight:500;letter-spacing:.04em;line-height:1}.header__search{width:180px;padding:.5rem 0;font-family:var(--font-sans);font-size:.78rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:transparent;border:none;border-bottom:1px solid var(--rule);outline:none;border-radius:0;transition:border-color .2s}.header__search::placeholder{color:var(--ink-muted);letter-spacing:.12em}.header__search:focus{border-bottom-color:var(--ink)}.hero{position:relative;padding:11rem 1.5rem 9rem;text-align:center;overflow:hidden}.hero:before{background:var(--hero-bg,var(--paper-tint)) center /cover no-repeat;z-index:0}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{background:rgba(0,0,0,.28);z-index:1}.hero .hero-cta,.hero h1,.hero p{position:relative;z-index:2}.hero h1{font-weight:500;font-size:clamp(2.25rem,5vw,3.5rem);color:#fff;letter-spacing:.02em;line-height:1.15;margin-bottom:1.25rem}.hero h1,.hero p{font-family:var(--font-serif)}.hero p{font-style:italic;font-weight:400;font-size:clamp(1rem,1.4vw,1.15rem);color:hsla(0,0%,100%,.92);max-width:520px;margin:0 auto 2.5rem;letter-spacing:.01em;line-height:1.6}.hero-cta{display:inline-block;padding:.85rem 2.25rem;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#fff;background:transparent;border:1px solid hsla(0,0%,100%,.85);border-radius:0;text-decoration:none;transition:background .25s,color .25s}.hero-cta:hover{background:#fff;color:var(--ink)}.toolbar{padding:3rem 1.5rem 1.5rem;border-bottom:1px solid var(--rule-soft);margin-bottom:3.5rem}.tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 2rem}.tag{position:relative;padding:.4rem 0;font-family:var(--font-sans);font-size:.7rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-muted);background:transparent;border:none;border-radius:0;cursor:pointer;transition:color .2s}.tag:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.tag.active,.tag:hover{color:var(--ink)}.tag.active:after{transform:scaleX(1)}.about h2,.collection h2,.product-page__related h2,.video-section h2{font-family:var(--font-serif);font-style:italic;font-weight:400;font-size:1.5rem;letter-spacing:.04em;color:var(--ink);text-align:center;margin-bottom:3rem;position:relative;padding-bottom:1.25rem}.about h2:after,.collection h2:after,.product-page__related h2:after,.video-section h2:after{content:"";position:absolute;left:50%;bottom:0;width:32px;height:1px;background:var(--ink);transform:translateX(-50%)}.collection{padding:1rem 1.5rem 5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:3.5rem 2.5rem;gap:3.5rem 2.5rem}.product-card{display:flex;flex-direction:column;color:inherit;text-decoration:none;transition:opacity .25s ease}.product-card:hover{opacity:.78}.product-card:focus{outline:none}.product-card:focus-visible{outline:1px solid var(--ink);outline-offset:4px}.product-card__img-wrap{aspect-ratio:4/5;background:var(--paper-tint);overflow:hidden;margin-bottom:1.25rem;border-radius:0}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__img{transform:scale(1.03)}.product-card__body{flex:1 1;text-align:center}.product-card__title{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;line-height:1.3;letter-spacing:.02em;color:var(--ink);margin-bottom:.35rem}.product-card__price{font-family:var(--font-sans);font-size:.78rem;font-weight:400;letter-spacing:.12em;color:var(--ink-soft)}.product-card__desc{font-size:.85rem;font-weight:400;margin-top:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-results,.product-card__desc{font-family:var(--font-serif);font-style:italic;color:var(--ink-muted)}.no-results{text-align:center;padding:4rem 1rem;font-size:1rem}.cover-section{width:100%;overflow:hidden;line-height:0}.cover-section__img{width:100%;height:auto;display:block}.about{background:var(--paper);padding:5rem 1.5rem}.about .wrap{max-width:var(--measure-narrow)}.about__story p{font-size:1.1rem;line-height:1.8;color:var(--ink-soft);margin-bottom:1.25rem}.about__story p,.about__tagline{font-family:var(--font-serif);font-weight:400;text-align:center}.about__tagline{font-style:italic;font-size:1rem;color:var(--ink-muted);letter-spacing:.08em;margin-top:2.5rem}.video-section{padding:5rem 1.5rem;background:var(--paper);border-top:1px solid var(--rule-soft)}.video-section .wrap{max-width:840px}.video-section__embed{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:var(--paper-tint);border-radius:0}.video-section__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.product-detail-page{padding-top:2rem;padding-bottom:5rem}.product-page__back{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:2rem;font-family:var(--font-sans);font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);text-decoration:none;transition:color .2s}.product-page__back:hover{color:var(--ink)}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:var(--measure-product);margin:0 auto;padding:0 2rem}.product-page__gallery{background:var(--paper-tint);border-radius:0;overflow:hidden}.product-page__main-wrap{position:relative}.product-page__main-img{width:100%;aspect-ratio:1;object-fit:contain;display:block}.product-page__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid var(--rule);border-radius:0;background:hsla(0,0%,100%,.92);color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.95;transition:background .2s,color .2s;z-index:2}.product-page__nav:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.product-page__nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.product-page__nav--prev{left:14px}.product-page__nav--next{right:14px}.product-page__nav svg{width:18px;height:18px}.product-page__fullscreen{position:absolute;top:14px;right:14px;width:40px;height:40px;border:1px solid var(--rule);border-radius:0;background:hsla(0,0%,100%,.92);color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.95;transition:background .2s,color .2s;z-index:2}.product-page__fullscreen:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.product-page__fullscreen svg{width:18px;height:18px}.product-page__thumbs{display:flex;flex-wrap:wrap;gap:8px;padding:14px;border-top:1px solid var(--rule-soft);background:#fff}.product-page__thumb{width:56px;height:56px;padding:0;border:1px solid transparent;background:var(--paper-tint);cursor:pointer;flex-shrink:0;border-radius:0;overflow:hidden;transition:border-color .2s,opacity .2s}.product-page__thumb:hover{opacity:.85}.product-page__thumb.active{border-color:var(--ink)}.product-page__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-page__title{font-family:var(--font-serif);font-size:2.25rem;font-weight:500;letter-spacing:.01em;line-height:1.2;margin-bottom:.75rem}.product-page__price{font-family:var(--font-sans);letter-spacing:.12em;color:var(--ink)}.product-page__order-note,.product-page__price{font-size:.95rem;font-weight:400;margin-bottom:1.5rem}.product-page__order-note{font-family:var(--font-serif);font-style:italic;color:var(--ink-muted)}.product-page__order-btn{display:inline-block;padding:.85rem 2rem;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--ink);background:transparent;border:1px solid var(--ink);border-radius:0;text-decoration:none;cursor:pointer;transition:background .25s,color .25s}.product-page__order-btn:hover{background:var(--ink);color:#fff}.product-page__description{font-family:var(--font-serif);font-size:1.02rem;line-height:1.8;color:var(--ink-soft);font-weight:400;margin-top:2.25rem;padding-top:2.25rem;border-top:1px solid var(--rule-soft)}.product-page__description h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:500;letter-spacing:.02em;margin:1.5rem 0 .5rem;color:var(--ink)}.product-page__description .product-page__details-break{display:block;margin-top:1.75rem;height:0}.product-page__description .product-page__details-block,.product-page__description ul{margin-top:1.5rem;margin-bottom:1rem;padding:1.5rem 0;border-top:1px solid var(--rule-soft);border-bottom:1px solid var(--rule-soft);background:transparent;border-radius:0;list-style-position:inside;font-family:var(--font-sans);font-size:.88rem;letter-spacing:.04em;color:var(--ink-soft)}.product-page__description .product-page__details-block{list-style:none;line-height:1.9}.product-page__description ul li{margin-bottom:.4rem}.product-page__description ul li:last-child{margin-bottom:0}.product-page__description a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}.product-page__related{margin:5rem auto 0;padding:4rem 2rem 0;border-top:1px solid var(--rule-soft);grid-column:1/-1;max-width:var(--measure-product)}.product-page__related .products-grid{gap:2.5rem 2rem}.product-page__related .product-card{text-decoration:none;color:inherit}footer{background:var(--paper);padding:4rem 1.5rem 3rem;font-size:.78rem;color:var(--ink-muted);border-top:1px solid var(--rule-soft);text-align:center}footer .wrap{max-width:var(--measure-narrow)}footer a{color:var(--ink-soft);text-decoration:none;transition:color .2s}footer a:hover{color:var(--ink)}.footer__contact{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer__contact span{font-family:var(--font-serif);font-style:italic;font-size:.95rem;color:var(--ink-soft)}.footer__contact a{display:inline-flex;align-items:center}.footer__social-icon{width:18px;height:18px}.footer__email-link{gap:.4rem}.footer__copyright{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--rule-soft);font-family:var(--font-sans);font-size:.7rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-muted)}@media (max-width:768px){.header__search{display:none}.toolbar{padding:2rem 1rem 1rem;margin-bottom:2.5rem}.tags{gap:.25rem 1.25rem}.hero{padding:9rem 1rem 7rem}.hero:before{background-position:70%}.collection{padding:1rem .5rem 4rem}.collection .wrap{padding:0 .75rem}.collection .product-card__desc{display:none}.products-grid{gap:2.5rem 1rem}.product-page__layout{grid-template-columns:1fr;gap:2.5rem;padding:0 1.25rem}.product-page__title{font-size:1.75rem}.footer__contact{gap:1.25rem}}