.header{z-index:100;height:var(--header-height);transition:var(--transition);position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--color-border);background:#0f1419f2}.header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo{color:var(--color-text-light);z-index:101;align-items:center;gap:.75rem;display:flex}.header__logo-mark{border:1px solid var(--color-accent);width:40px;height:40px;font-family:var(--font-display);color:var(--color-accent);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.header__logo-text{font-family:var(--font-display);letter-spacing:.02em;font-size:1.25rem;font-weight:500}.header__logo-text em{color:var(--color-accent);font-style:normal}.header__nav{align-items:center;gap:2.5rem;display:flex}.header__links{gap:2rem;display:flex}.header__links a{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light-muted);transition:color var(--transition);font-size:.8rem;font-weight:500}.header__links a:hover{color:var(--color-accent)}.header__cta{padding:.75rem 1.5rem;font-size:.75rem}.header__toggle{z-index:101;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;display:none}.header__toggle span{background:var(--color-text-light);width:100%;height:2px;transition:var(--transition);display:block}.header__toggle--open span:first-child{transform:translateY(8px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=900px){.header__toggle{display:flex}.header__nav{background:var(--color-bg);opacity:0;visibility:hidden;transition:var(--transition);flex-direction:column;justify-content:center;gap:3rem;position:fixed;inset:0}.header__nav--open{opacity:1;visibility:visible}.header__links{flex-direction:column;align-items:center;gap:1.5rem}.header__links a{font-size:1rem}}.hero{min-height:100vh;padding-top:var(--header-height);background:linear-gradient(160deg, var(--color-bg) 0%, #151c24 45%, var(--color-bg-elevated) 100%);align-items:center;display:flex}.hero__content{max-width:720px;padding:4rem 0 6rem}.hero__title{font-family:var(--font-display);color:var(--color-text-light);margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,4.5rem);font-weight:500;line-height:1.1}.hero__title em{color:var(--color-accent);font-style:italic}.hero__subtitle{color:var(--color-text-light-muted);max-width:540px;margin-bottom:2.5rem;font-size:1.125rem;font-weight:300;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}.hero__stats{border-top:1px solid var(--color-border);flex-wrap:wrap;gap:2.5rem;padding-top:2.5rem;display:flex}.hero__stat{flex-direction:column;gap:.25rem;display:flex}.hero__stat-value{font-family:var(--font-display);color:var(--color-accent);font-size:2rem;font-weight:600}.hero__stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light-muted);font-size:.75rem;font-weight:500}@media (width<=768px){.hero__stats{gap:1.5rem}.hero__stat-value{font-size:1.5rem}}.about{background:var(--color-surface);padding:7rem 0}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about__images{grid-template-columns:1fr 1fr;gap:1rem;display:grid;position:relative}.about__image{overflow:hidden}.about__image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.about__image:hover img{transform:scale(1.05)}.about__image--main{grid-row:span 2;min-height:480px}.about__image--secondary{min-height:230px}.about__text{color:var(--color-text-muted);margin-top:1.5rem;line-height:1.7}.about__values{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.about__value h3{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.25rem;font-weight:600}.about__value p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}@media (width<=900px){.about__grid{grid-template-columns:1fr;gap:3rem}.about__image--main{min-height:360px}}@media (width<=480px){.about__images{grid-template-columns:1fr}.about__image--main{grid-row:auto;min-height:280px}}.collections{background:var(--color-bg-soft);padding:7rem 0}.collections__header{grid-template-columns:1fr 1fr;align-items:end;gap:2rem;margin-bottom:4rem;display:grid}.collections__intro{margin-top:0}.collections__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.collection-card{background:var(--color-surface);transition:transform var(--transition), box-shadow var(--transition);overflow:hidden}.collection-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.collection-card__image{aspect-ratio:4/5;position:relative;overflow:hidden}.collection-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.collection-card:hover .collection-card__image img{transform:scale(1.08)}.collection-card__category{letter-spacing:.12em;text-transform:uppercase;background:var(--color-bg);color:var(--color-accent);padding:.35rem .75rem;font-size:.65rem;font-weight:600;position:absolute;top:1rem;left:1rem}.collection-card__body{padding:1.5rem}.collection-card__body h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.collection-card__body p{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}@media (width<=900px){.collections__header{grid-template-columns:1fr}.collections__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.collections__grid{grid-template-columns:1fr}}.manufacturing{background:var(--color-bg);color:var(--color-text-light);padding:7rem 0}.manufacturing .section-subtitle{color:var(--color-text-light-muted)}.manufacturing__header{max-width:600px;margin-bottom:4rem}.manufacturing__layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.manufacturing__steps{flex-direction:column;gap:2rem;display:flex}.step{border-bottom:1px solid var(--color-border);gap:1.5rem;padding-bottom:2rem;display:flex}.step:last-child{border-bottom:none;padding-bottom:0}.step__number{font-family:var(--font-display);color:var(--color-accent);flex-shrink:0;width:2.5rem;font-size:1.5rem;font-weight:600}.step__title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step__description{color:var(--color-text-light-muted);font-size:.95rem;line-height:1.6}.manufacturing__aside{top:calc(var(--header-height) + 2rem);position:sticky}.manufacturing__capabilities{border:1px solid var(--color-border);padding:2rem}.manufacturing__capabilities h3{font-family:var(--font-display);color:var(--color-accent);margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.manufacturing__capabilities ul{flex-direction:column;gap:.75rem;display:flex}.manufacturing__capabilities li{color:var(--color-text-light-muted);padding-left:1.25rem;font-size:.9rem;position:relative}.manufacturing__capabilities li:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}@media (width<=900px){.manufacturing__layout{grid-template-columns:1fr;gap:3rem}.manufacturing__aside{position:static}}.why-us{background:var(--color-surface);padding:7rem 0}.why-us__inner{grid-template-columns:1fr 1.4fr;align-items:center;gap:4rem;display:grid}.why-us__content .btn{margin-top:2rem}.why-us__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.why-us__card{background:var(--color-bg-soft);transition:var(--transition);padding:2rem}.why-us__card:hover{background:var(--color-bg);color:var(--color-text-light)}.why-us__card:hover p{color:var(--color-text-light-muted)}.why-us__icon{color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;display:block}.why-us__card h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.why-us__card p{color:var(--color-text-muted);transition:color var(--transition);font-size:.9rem;line-height:1.6}@media (width<=900px){.why-us__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=540px){.why-us__grid{grid-template-columns:1fr}}.contact{background:var(--color-bg-soft);padding:7rem 0}.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact__details{flex-direction:column;gap:1.5rem;margin-top:2.5rem;display:flex}.contact__details li{flex-direction:column;gap:.25rem;display:flex}.contact__label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);font-size:.7rem;font-weight:600}.contact__details a{transition:color var(--transition);font-size:1.05rem}.contact__details a:hover{color:var(--color-accent-dark)}.contact__form-wrapper{background:var(--color-surface);padding:2.5rem}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.contact__field{flex-direction:column;gap:.5rem;display:flex}.contact__field label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8rem;font-weight:500}.contact__field input,.contact__field select,.contact__field textarea{background:var(--color-bg-soft);transition:border-color var(--transition);border:1px solid #ddd;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:var(--color-accent);outline:none}.contact__field textarea{resize:vertical;min-height:100px}.contact__submit{width:100%;margin-top:.5rem}.contact__success{text-align:center;padding:3rem 1rem}.contact__success h3{font-family:var(--font-display);color:var(--color-accent-dark);margin-bottom:.75rem;font-size:2rem;font-weight:600}.contact__success p{color:var(--color-text-muted)}@media (width<=900px){.contact__grid{grid-template-columns:1fr;gap:3rem}}@media (width<=480px){.contact__form-wrapper{padding:1.5rem}}.footer{background:var(--color-bg);color:var(--color-text-light-muted);padding:4rem 0 2rem}.footer__top{border-bottom:1px solid var(--color-border);grid-template-columns:1.5fr 1fr;gap:4rem;padding-bottom:3rem;display:grid}.footer__logo{color:var(--color-text-light);align-items:center;gap:.75rem;margin-bottom:1rem;display:inline-flex}.footer__logo-mark{border:1px solid var(--color-accent);width:36px;height:36px;font-family:var(--font-display);color:var(--color-accent);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.footer__logo span{font-family:var(--font-display);font-size:1.15rem;font-weight:500}.footer__logo em{color:var(--color-accent);font-style:normal}.footer__tagline{max-width:320px;font-size:.9rem;line-height:1.6}.footer__links{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.footer__links h4{letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.7rem;font-weight:600}.footer__links ul{flex-direction:column;gap:.6rem;display:flex}.footer__links a{transition:color var(--transition);font-size:.9rem}.footer__links a:hover{color:var(--color-accent)}.footer__links li{font-size:.9rem}.footer__bottom{text-align:center;padding-top:2rem}.footer__bottom p{font-size:.8rem}@media (width<=768px){.footer__top{grid-template-columns:1fr;gap:2.5rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#0f1419;--color-bg-elevated:#1a222d;--color-bg-soft:#f5f2ed;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#5c5c5c;--color-text-light:#e8e4dc;--color-text-light-muted:#a8a49c;--color-accent:#c9a962;--color-accent-dark:#a88b4a;--color-border:#c9a96240;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--max-width:1200px;--header-height:80px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg-soft);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:500;line-height:1.15}.section-subtitle{color:var(--color-text-muted);max-width:560px;margin-top:1rem;font-size:1.05rem}.btn{letter-spacing:.08em;text-transform:uppercase;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-bg)}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-2px)}.btn-outline{border:1px solid var(--color-accent);color:var(--color-accent)}.btn-outline:hover{background:var(--color-accent);color:var(--color-bg)}.btn-outline-light{color:var(--color-text-light);border:1px solid #fff6}.btn-outline-light:hover{border-color:var(--color-accent);color:var(--color-accent)}.fade-in{animation:.8s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){:root{--header-height:70px}}
