@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--forest:#1c3a2a;--bamboo:#2d5e3f;--sage:#4a7a5a;--moss:#6b9e72;--fern:#8fbf8a;--mist:#c5ddb9;--pale-green:#ebf3e6;--ivory:#f8f6f0;--linen:#efe9dc;--straw:#d6c89a;--cane:#b5a06a;--bark:#7a5c3a;--earth:#4a3728;--soil:#2a1f15;--gold:#c8a44a;--gold-light:#e8c87a;--bg:var(--ivory);--text-dark:var(--soil);--text-body:#4a3a2e;--text-muted:#8a7a6a;--border:#6b9e7233;--white:#fff;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", -apple-system, sans-serif;--radius-sm:4px;--radius-md:10px;--radius-lg:18px;--radius-xl:28px;--radius-full:999px;--shadow-sm:0 4px 16px #1c3a2a14;--shadow-md:0 8px 32px #1c3a2a1f;--shadow-lg:0 16px 48px #1c3a2a2e;--nav-h:80px;--max-w:1280px;--ease:cubic-bezier(.25, .46, .45, .94);--transition:all .4s var(--ease)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2.5rem}.label-text{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;color:var(--moss);font-size:.6875rem;font-weight:600}.section-eyebrow{justify-content:center;align-items:center;gap:.875rem;margin-bottom:1.25rem;display:flex}.eyebrow-line{background:linear-gradient(to right, var(--fern), var(--straw));border-radius:2px;width:36px;height:1.5px}.section-title{font-family:var(--font-serif);color:var(--forest);font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:300;line-height:1.12}.section-subtitle{color:var(--text-muted);max-width:480px;margin:1rem auto 0;font-size:1.0625rem;line-height:1.75}.btn{height:54px;font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);white-space:nowrap;align-items:center;gap:.5rem;padding:0 2rem;font-size:.75rem;font-weight:600;display:inline-flex}.btn-forest{background:var(--forest);color:var(--white);border:1.5px solid var(--forest)}.btn-forest:hover{background:var(--bamboo);border-color:var(--bamboo);transform:translateY(-2px);box-shadow:0 8px 24px #1c3a2a40}.btn-outline-light{color:var(--white);background:0 0;border:1.5px solid #ffffff73}.btn-outline-light:hover{background:#ffffff1f;border-color:#ffffffbf}.btn-outline-forest{color:var(--forest);border:1.5px solid var(--forest);background:0 0}.btn-outline-forest:hover{background:var(--forest);color:var(--white)}.navbar{z-index:1000;height:var(--nav-h);transition:var(--transition);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#f8f6f0eb;box-shadow:0 2px 20px #1c3a2a0f}.nav-inner{width:100%;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2.5rem;display:flex}.nav-logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--forest);align-items:center;gap:.625rem;font-size:1.75rem;font-weight:400;display:flex}.nav-logo-icon{width:32px;height:32px;color:var(--bamboo)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-links a{letter-spacing:.1em;text-transform:uppercase;color:var(--text-body);padding-bottom:2px;font-size:.75rem;font-weight:500;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--bamboo);width:0;height:1.5px;transition:width .35s var(--ease);position:absolute;bottom:-2px;left:0}.nav-links a:hover{color:var(--bamboo)}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:.75rem;display:flex}.icon-btn{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--text-body);transition:var(--transition);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.icon-btn:hover{background:var(--pale-green);color:var(--bamboo)}.hero{min-height:100vh;padding-top:var(--nav-h);background:var(--pale-green);grid-template-columns:1fr 1fr;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:repeating-linear-gradient(105deg,#0000,#0000 60px,#2d5e3f06 60px 61px);position:absolute;inset:0}.hero-content-side{z-index:1;flex-direction:column;justify-content:center;max-width:640px;margin-left:auto;padding:5rem 4rem 5rem 5%;display:flex;position:relative}.hero-eyebrow{align-items:center;gap:.875rem;margin-bottom:2rem;display:flex}.hero-eyebrow-line{background:linear-gradient(to right, var(--fern), var(--straw));width:40px;height:1.5px}.hero-title{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--forest);margin-bottom:1.75rem;font-size:clamp(3.8rem,5.5vw,6rem);font-weight:300;line-height:1.02}.hero-title em{color:var(--bamboo);font-style:italic}.hero-desc{color:var(--text-body);max-width:420px;margin-bottom:2.75rem;font-size:1.0625rem;line-height:1.8}.hero-cta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-image-side{position:relative;overflow:hidden}.hero-image-side img{object-fit:cover;width:100%;height:100%;transition:transform 10s}.hero-image-side:hover img{transform:scale(1.04)}.hero-image-side:after{content:"";background:linear-gradient(to right, var(--pale-green) 0%, transparent 15%);pointer-events:none;position:absolute;inset:0}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:2;background:#1c3a2ae0;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:2.5rem;right:2.5rem}.hero-badge-icon{background:var(--bamboo);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hero-badge-text strong{color:var(--white);font-size:.875rem;font-weight:600;display:block}.hero-badge-text span{color:var(--mist);font-size:.75rem}.trust-bar{background:var(--forest);padding:1.125rem 0}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;display:flex}.trust-item{color:var(--mist);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:600;display:flex}.trust-item svg{color:var(--fern);flex-shrink:0}.artisan-section{grid-template-columns:55% 45%;min-height:70vh;display:grid}.artisan-image-col{position:relative;overflow:hidden}.artisan-image-col img{object-fit:cover;object-position:center 20%;width:100%;height:100%;transition:transform .9s var(--ease)}.artisan-image-col:hover img{transform:scale(1.03)}.artisan-quote{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:var(--radius-md);border-left:3px solid var(--gold);background:#1c3a2ad1;padding:1.5rem;position:absolute;bottom:2.5rem;left:2.5rem;right:2.5rem}.artisan-quote p{font-family:var(--font-serif);color:var(--white);margin-bottom:.75rem;font-size:1.0625rem;font-style:italic;line-height:1.6}.artisan-quote cite{letter-spacing:.1em;text-transform:uppercase;color:var(--mist);font-size:.75rem;font-style:normal;font-weight:600}.artisan-content-col{background:var(--forest);color:var(--white);flex-direction:column;justify-content:center;padding:5rem 4rem;display:flex}.artisan-content-col .section-eyebrow .label-text{color:var(--moss)}.artisan-content-col .eyebrow-line{background:linear-gradient(to right, var(--moss), var(--straw))}.artisan-content-col .section-eyebrow{justify-content:flex-start}.artisan-content-col .section-title{color:var(--white);text-align:left;margin-bottom:1.5rem}.artisan-desc{color:#ffffffbf;margin-bottom:1.5rem;font-size:1rem;line-height:1.85}.artisan-stats{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0;padding:2rem 0;display:grid}.stat-item strong{font-family:var(--font-serif);color:var(--gold-light);margin-bottom:.25rem;font-size:2.5rem;font-weight:300;line-height:1;display:block}.stat-item span{letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;font-size:.6875rem;font-weight:600}.features-section{background:var(--linen);padding:8rem 0;position:relative}.features-section:before{content:"";background:linear-gradient(to right, var(--fern), var(--straw), var(--fern));height:4px;position:absolute;top:0;left:0;right:0}.features-header{text-align:center;margin-bottom:4.5rem}.features-grid{background:var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid;overflow:hidden}.feature-card{background:var(--white);transition:var(--transition);padding:3rem 2.5rem}.feature-card:hover{background:var(--pale-green)}.feature-icon-wrap{background:var(--pale-green);border-radius:var(--radius-md);width:56px;height:56px;color:var(--bamboo);transition:var(--transition);justify-content:center;align-items:center;margin-bottom:1.75rem;display:flex}.feature-card:hover .feature-icon-wrap{background:var(--forest);color:var(--fern)}.feature-title{font-family:var(--font-serif);color:var(--forest);margin-bottom:.75rem;font-size:1.5rem;font-weight:400}.feature-desc{color:var(--text-body);font-size:.9375rem;line-height:1.75}.collection-section{background:var(--ivory);padding:8rem 0}.collection-filters{justify-content:center;gap:.5rem;margin-bottom:4rem;display:flex}.filter-btn{border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1.5px solid var(--border);color:var(--text-muted);transition:var(--transition);font-size:.75rem;font-weight:600;font-family:var(--font-sans);background:0 0;padding:.5rem 1.5rem}.filter-btn:hover,.filter-btn.active{border-color:var(--bamboo);background:var(--bamboo);color:var(--white)}.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{cursor:pointer}.product-img-wrap{aspect-ratio:3/4;border-radius:var(--radius-md);background:var(--linen);margin-bottom:1.25rem;position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.product-card:hover .product-img-wrap img{transform:scale(1.07)}.product-tag{background:var(--forest);color:var(--white);border-radius:var(--radius-full);letter-spacing:.08em;text-transform:uppercase;padding:.25rem .875rem;font-size:.6875rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-overlay{background:#1c3a2a00;align-items:flex-end;padding:1.25rem;transition:background .4s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{background:#1c3a2a66}.product-overlay-btn{background:var(--white);width:100%;height:46px;color:var(--forest);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;font-size:.6875rem;font-weight:700;font-family:var(--font-sans);opacity:0;transition:var(--transition);border:none;transform:translateY(10px)}.product-card:hover .product-overlay-btn{opacity:1;transform:translateY(0)}.product-category{letter-spacing:.1em;text-transform:uppercase;color:var(--moss);margin-bottom:.3rem;font-size:.6875rem;font-weight:600}.product-meta{justify-content:space-between;align-items:flex-start;display:flex}.product-name{font-family:var(--font-serif);color:var(--forest);font-size:1.1875rem;font-weight:400}.product-price{color:var(--bark);white-space:nowrap;margin-top:.3rem;font-size:.9375rem;font-weight:600}.quote-banner{background:var(--bamboo);padding:5rem 0;position:relative;overflow:hidden}.quote-banner:before{content:"";background:repeating-linear-gradient(90deg,#0000,#0000 80px,#ffffff08 80px 81px);position:absolute;inset:0}.quote-inner{text-align:center;z-index:1;position:relative}.quote-mark{font-family:var(--font-serif);color:var(--fern);margin-bottom:1rem;font-size:6rem;line-height:.5;display:block}.quote-text{font-family:var(--font-serif);color:var(--white);max-width:800px;margin:0 auto 1.5rem;font-size:clamp(1.75rem,3vw,2.75rem);font-style:italic;font-weight:300;line-height:1.35}.quote-attr{letter-spacing:.15em;text-transform:uppercase;color:var(--mist);font-size:.75rem;font-weight:600}.newsletter-section{background:var(--pale-green);padding:7rem 0}.newsletter-inner{text-align:center;max-width:540px;margin:0 auto}.newsletter-inner .section-title{color:var(--forest)}.newsletter-inner .section-subtitle{color:var(--sage)}.newsletter-form{gap:.75rem;margin-top:2.5rem;display:flex}.newsletter-form input{border-radius:var(--radius-sm);background:var(--white);height:54px;font-family:var(--font-sans);color:var(--text-dark);border:1.5px solid #2d5e3f4d;outline:none;flex:1;padding:0 1.25rem;font-size:.9375rem;transition:border-color .3s}.newsletter-form input::placeholder{color:var(--text-muted)}.newsletter-form input:focus{border-color:var(--bamboo)}.footer{background:var(--forest);color:#ffffffa6;padding:5rem 0 2rem}.footer-top{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:2rem;padding-bottom:4rem;display:grid}.footer-logo{font-family:var(--font-serif);color:var(--white);align-items:center;gap:.625rem;margin-bottom:1rem;font-size:2rem;font-weight:400;display:flex}.footer-tagline{color:#ffffff8c;max-width:280px;font-size:.9375rem;line-height:1.75}.footer-col h4{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--fern);margin-bottom:1.5rem;font-size:.6875rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:#ffffff80;font-size:.9375rem;transition:color .25s}.footer-col a:hover{color:var(--mist)}.footer-bottom{color:#ffffff59;justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{color:#ffffff59;font-size:.8125rem;transition:color .25s}.footer-bottom-links a:hover{color:#ffffffb3}@media (width<=1024px){.hero{grid-template-columns:1fr}.hero-content-side{text-align:center;align-items:center;max-width:100%;margin:0 auto;padding:4rem 2.5rem}.hero-eyebrow,.hero-cta{justify-content:center}.hero-image-side{height:55vw;min-height:380px}.artisan-section{grid-template-columns:1fr}.artisan-image-col{height:60vw;min-height:400px}.artisan-content-col{padding:4rem 2.5rem}.features-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}}@media (width<=768px){:root{--nav-h:68px}.nav-links{display:none}.container{padding:0 1.5rem}.product-grid{grid-template-columns:1fr}.trust-bar-inner{gap:2rem}.newsletter-form{flex-direction:column}.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.artisan-stats{grid-template-columns:repeat(3,1fr);gap:1rem}}
