@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";:root{--color-primary:#7b3f6e;--color-primary-dark:#6a3560;--color-primary-light:#9b5a8c;--color-primary-muted:#7b3f6e14;--color-green:#4a5d3f;--color-green-dark:#3d4f34;--color-green-light:#5a7a4f;--color-cream:#f7f3ed;--color-cream-dark:#ede6db;--color-cream-deep:#e5ddd0;--color-white:#fff;--color-card:#fff;--color-gold:#c9a96e;--color-gold-light:#d4bc8b;--color-gold-dark:#b08d4f;--color-text:#2c1810;--color-text-light:#6b5b4f;--color-text-muted:#9b8b7f;--color-text-inverse:#fff;--font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent:"Cormorant Garamond", Georgia, serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--shadow-sm:0 2px 8px #2c18100d;--shadow-md:0 8px 24px #2c181012;--shadow-lg:0 16px 48px #2c18101a;--shadow-hover:0 20px 60px #2c181024;--shadow-glow:0 0 40px #7b3f6e26;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:9999px;--ease-smooth:cubic-bezier(.22, 1, .36, 1);--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--transition-fast:all .2s var(--ease-smooth);--transition-base:all .35s var(--ease-smooth);--transition-slow:all .5s var(--ease-smooth);--container-max:1280px;--container-pad:3rem;--section-pad-y:7rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.65;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-pad);margin:0 auto}.section-label{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-md);font-size:.75rem;font-weight:500}.section-title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15}.section-title--inverse{color:var(--color-white)}.gold-divider{align-items:center;gap:var(--space-md);margin:var(--space-lg) 0;display:flex}.gold-divider:before,.gold-divider:after{content:"";background:linear-gradient(90deg, var(--color-gold), transparent);width:48px;height:1px;display:block}.gold-divider:after{background:linear-gradient(90deg, transparent, var(--color-gold))}.gold-divider--center:before,.gold-divider--center:after{flex:1;width:auto}.gold-divider__star{color:var(--color-gold);font-size:.65rem;line-height:1}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.02em;border-radius:var(--radius-pill);transition:var(--transition-base);white-space:nowrap;padding:.9rem 2.2rem;font-size:.9rem;font-weight:500;display:inline-flex}.btn--primary{background:var(--color-primary);color:var(--color-white);box-shadow:0 4px 16px #7b3f6e40}.btn--primary:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 8px 28px #7b3f6e59}.btn--secondary{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn--secondary:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-2px)}.btn--gold{color:var(--color-gold);border:1.5px solid var(--color-gold);background:0 0}.btn--gold:hover{background:var(--color-gold);color:var(--color-green-dark);transform:translateY(-2px)}.btn--large{padding:1.1rem 2.8rem;font-size:1rem}.btn--full{width:100%}.btn__arrow{transition:transform .3s var(--ease-smooth)}.btn:hover .btn__arrow{transform:translate(4px)}.form-group{margin-bottom:var(--space-lg)}.form-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-sm);font-size:.75rem;font-weight:600;display:block}.form-input{width:100%;font-family:var(--font-body);color:var(--color-text);background:var(--color-cream);border-radius:var(--radius-md);transition:var(--transition-fast);border:1.5px solid #0000;outline:none;padding:.9rem 1.2rem;font-size:.95rem}.form-input::placeholder{color:var(--color-text-muted)}.form-input:focus{border-color:var(--color-gold);background:var(--color-white);box-shadow:0 0 0 4px #c9a96e1f}@media (width<=1024px){:root{--container-pad:2rem;--section-pad-y:5rem}}@media (width<=768px){:root{--container-pad:1.5rem;--section-pad-y:4rem}}@media (width<=480px){:root{--container-pad:1rem}.btn{padding:.8rem 1.6rem;font-size:.85rem}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.navbar{z-index:1000;padding:var(--space-md) 0;transition:var(--transition-slow);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);padding:var(--space-sm) 0;background:#f7f3edeb}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__logo{align-items:center;gap:var(--space-sm);text-decoration:none;display:flex}.navbar__logo-img{width:auto;height:44px;transition:var(--transition-base)}.navbar__logo-text{font-family:var(--font-heading);letter-spacing:.01em;color:var(--color-primary);white-space:nowrap;font-size:clamp(1.3rem,2vw,1.6rem);font-weight:600}.navbar__menu-btn{color:var(--color-primary);padding:var(--space-xs);display:none}.navbar__cta{padding:.7rem 1.6rem;font-size:.85rem}.mobile-menu-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .4s var(--ease-smooth);background:#2c181073;position:fixed;inset:0}.mobile-menu-overlay--open{opacity:1;pointer-events:all}.mobile-menu{z-index:1101;background:var(--color-cream);width:min(360px,85vw);box-shadow:var(--shadow-lg);padding:calc(var(--space-lg) + env(safe-area-inset-top,0px)) var(--space-xl) calc(var(--space-xl) + env(safe-area-inset-bottom,0px));visibility:hidden;transition:transform .5s var(--ease-smooth), visibility 0s linear .5s;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu--open{visibility:visible;transition:transform .5s var(--ease-smooth);transform:translate(0)}.mobile-menu__close{width:48px;height:48px;margin:var(--space-sm) calc(var(--space-sm) * -1) var(--space-lg) 0;color:var(--color-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;transition:background-color .2s;display:flex}.mobile-menu__close:hover,.mobile-menu__close:focus-visible{background:#2c181012}.mobile-menu__close:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.mobile-menu__links{flex-direction:column;display:flex}.mobile-menu__link{font-family:var(--font-heading);color:var(--color-primary);padding:var(--space-md) 0;border-bottom:1px solid var(--color-cream-deep);font-size:1.15rem;text-decoration:none;position:relative}.mobile-menu__link:hover{color:var(--color-primary-dark)}.mobile-menu__cta{width:100%;margin-top:auto}@media (width<=768px){.navbar__menu-btn{display:flex}.navbar__cta{display:none}}@media (width<=480px){.navbar__logo-text{font-size:1.2rem}}@media (prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu-overlay{transition:none}}.hero{min-height:100vh;padding-top:100px;padding-bottom:var(--space-3xl);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg-decoration{background:radial-gradient(ellipse at center, var(--color-cream-dark) 0%, transparent 70%);opacity:.6;pointer-events:none;width:55%;height:120%;position:absolute;top:-10%;right:-5%}.hero__inner{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.hero__content{z-index:2;position:relative}.hero__brand{margin-bottom:var(--space-xl)}.hero__brand-name{font-family:var(--font-heading);letter-spacing:.08em;color:var(--color-text);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1}.hero__brand-health{align-items:center;gap:var(--space-md);margin-top:var(--space-sm);display:flex}.hero__brand-health span{font-family:var(--font-body);letter-spacing:.35em;text-transform:uppercase;color:var(--color-text-light);font-size:.85rem;font-weight:500}.hero__brand-health:before,.hero__brand-health:after{content:"";background:var(--color-gold);width:32px;height:1px;display:block}.hero__tagline{font-family:var(--font-body);color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:var(--space-xl);font-size:1rem}.hero__label{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-md);font-size:.75rem;font-weight:500}.hero__headline{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3.2rem);font-weight:500;line-height:1.15}.hero__headline-accent{font-family:var(--font-accent);color:var(--color-green);margin-top:var(--space-xs);font-size:clamp(2.2rem,4.5vw,3.5rem);font-style:italic;font-weight:500;display:block}.hero__ctas{gap:var(--space-md);margin-top:var(--space-xl);flex-wrap:wrap;display:flex}.hero__image-wrap{z-index:1;position:relative;overflow:hidden}.hero__image{object-fit:cover;aspect-ratio:3/4;width:100%;height:auto;box-shadow:var(--shadow-lg);border-radius:200px 0}.hero__image-frame{border:1px solid var(--color-gold-light);opacity:.4;pointer-events:none;border-radius:216px 0;position:absolute;inset:-16px}@media (width<=1024px){.hero__inner{gap:var(--space-2xl);grid-template-columns:1fr 1fr}}@media (width<=768px){.hero{min-height:auto;padding-top:100px;padding-bottom:var(--space-2xl)}.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{order:2}.hero__image-wrap{order:1;max-width:400px;margin:0 auto}.hero__image{border-radius:160px 0}.hero__image-frame{border-radius:176px 0}.hero__brand-health,.hero__ctas{justify-content:center}}@media (width<=480px){.hero__brand-name{font-size:2.2rem}.hero__headline{font-size:1.8rem}.hero__headline-accent{font-size:2rem}.hero__image{border-radius:100px 0}.hero__image-frame{border-radius:116px 0;inset:-10px}}@media (width<=768px){.hero__inner{gap:var(--space-xl);text-align:left}.hero__content--mobile{width:100%;max-width:400px;margin:0 auto}.hm-eyebrow{font-family:var(--font-body);letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-light);align-items:center;gap:.75rem;margin:0 0 1.25rem;font-size:.72rem;font-weight:500;display:inline-flex}.hm-eyebrow:before{content:"";background:var(--color-gold);width:28px;height:1px}.hm-headline{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-primary);margin:0;font-weight:400;line-height:1.08}.hm-lead{font-family:var(--font-body);letter-spacing:0;color:var(--color-text-muted);margin-bottom:.65rem;font-size:1.05rem;font-weight:400;line-height:1.4;display:block}.hm-main{font-size:clamp(2.1rem,8.5vw,2.6rem);display:block}.hm-accent{font-family:var(--font-accent);color:var(--color-green);margin-top:.05em;font-size:clamp(2.2rem,9vw,2.75rem);font-style:italic;font-weight:500;display:block}.hm-ctas{flex-direction:column;align-items:stretch;gap:.5rem;margin-top:2rem;display:flex}.hm-link{min-height:48px;color:var(--color-primary);text-underline-offset:.35em;justify-content:center;align-items:center;gap:.45rem;font-size:.95rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .2s;display:inline-flex}.hm-link svg{transition:transform .25s}.hm-link:hover{text-decoration-color:currentColor}.hm-link:hover svg{transform:translate(3px)}.hm-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:2px}.hm-tagline{font-family:var(--font-heading);color:var(--color-text-muted);border-top:1px solid #2c18101f;flex-wrap:wrap;gap:.15rem 1.1rem;margin:2rem 0 0;padding-top:1.25rem;font-size:1rem;font-style:italic;display:flex}}@media (width>=481px) and (width<=768px){.hm-ctas{flex-direction:row;align-items:center;gap:1.75rem}.hm-link{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.hm-link,.hm-link svg{transition:none}}.transformation{background:var(--color-primary);padding:var(--section-pad-y) 0;position:relative;overflow:hidden}.transformation__bg{pointer-events:none;background:radial-gradient(at 20%,#c9a96e0f 0%,#0000 60%),radial-gradient(at 80% 20%,#ffffff08 0%,#0000 50%);position:absolute;inset:0}.transformation__header{text-align:center;margin-bottom:var(--space-3xl)}.transformation__grid{gap:var(--space-xl) var(--space-3xl);grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;display:grid}.transformation__item{align-items:center;gap:var(--space-lg);display:flex}.transformation__icon{border:1.5px solid var(--color-gold);width:52px;height:52px;color:var(--color-gold);transition:var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.transformation__item:hover .transformation__icon{background:var(--color-gold);color:var(--color-primary);transform:scale(1.08)}.transformation__text{font-family:var(--font-body);color:#ffffffeb;letter-spacing:.01em;font-size:1.05rem;font-weight:400}@media (width<=768px){.transformation__grid{gap:var(--space-xl) var(--space-lg);grid-template-columns:repeat(2,1fr)}.transformation__icon{width:46px;height:46px}.transformation__text{font-size:.95rem}}@media (width<=480px){.transformation__icon{width:40px;height:40px}.transformation__text{font-size:.88rem}}.approach{padding:var(--section-pad-y) 0;position:relative}.approach__header{margin-bottom:var(--space-3xl)}.approach__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.approach__card{background:var(--color-card);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-xl);box-shadow:var(--shadow-md);transition:var(--transition-base);position:relative;overflow:hidden}.approach__card:before{content:"";background:linear-gradient(90deg, var(--color-gold), var(--color-gold-light));opacity:0;height:3px;transition:opacity .4s var(--ease-smooth);position:absolute;top:0;left:0;right:0}.approach__card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}.approach__card:hover:before{opacity:1}.approach__card:nth-child(2){margin-top:var(--space-xl)}.approach__icon{background:var(--color-primary);width:64px;height:64px;color:var(--color-gold);margin-bottom:var(--space-lg);transition:var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex}.approach__card:hover .approach__icon{transform:scale(1.08)rotate(-4deg);box-shadow:0 8px 24px #7b3f6e40}.approach__card-title{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600}.approach__card-text{color:var(--color-text-light);font-size:.95rem;line-height:1.7}@media (width<=1024px){.approach__grid{grid-template-columns:repeat(2,1fr)}.approach__card:nth-child(2){margin-top:0}.approach__card:nth-child(3){grid-column:span 2;max-width:50%;margin:0 auto}}@media (width<=768px){.approach__grid{grid-template-columns:1fr}.approach__card:nth-child(3){grid-column:span 1;max-width:100%}.approach__card{padding:var(--space-xl)}.approach{padding:clamp(4rem,14vw,5.5rem) 0}.approach__header,.approach__grid{max-width:36rem;margin-left:auto;margin-right:auto}.approach__header{text-align:left;margin-bottom:2.25rem}.approach__header .section-label,.approach__header .section-title{text-align:left;margin-left:0;margin-right:0}.approach__grid{gap:0}.approach__card,.approach__card:nth-child(2),.approach__card:nth-child(3){max-width:none;box-shadow:none;background:0 0;border-top:1px solid #2c18101f;border-radius:0;grid-template-columns:2.25rem 1fr;align-items:start;column-gap:1.25rem;margin:0;padding:1.75rem 0;display:grid;overflow:visible}.approach__card:last-child{border-bottom:1px solid #2c18101f}.approach__card:before{display:none}.approach__card:hover{box-shadow:none;transform:none}.approach__icon,.approach__card:hover .approach__icon{width:2.25rem;height:2.25rem;box-shadow:none;color:var(--color-gold);background:0 0;border-radius:0;grid-row:span 2;justify-content:flex-start;margin:0;transform:none}.approach__card-title{margin:.2rem 0 .5rem}.approach__card-text{margin:0}}@media (prefers-reduced-motion:reduce){.approach__card,.approach__icon{transition:none}}.philosophy{padding:var(--space-xl) 0}.philosophy__inner{border-radius:var(--radius-xl);align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.philosophy__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.philosophy__image--mobile{display:none}.philosophy__image--desktop{display:block}.philosophy__overlay{background:linear-gradient(90deg,#7b3f6ee0 0%,#7b3f6e80 50%,#0000 80%);position:absolute;inset:0}.philosophy__content{z-index:2;padding:var(--space-3xl);max-width:600px;position:relative}.philosophy__line{background:var(--color-gold);width:48px;height:1px;margin-bottom:var(--space-lg)}.philosophy__quote{font-family:var(--font-heading);color:var(--color-white);margin-bottom:var(--space-lg);font-size:clamp(1.6rem,3.5vw,2.6rem);font-style:italic;font-weight:400;line-height:1.35}.philosophy__attribution{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);font-size:.75rem;font-weight:500}@media (width<=768px){.philosophy__inner{min-height:380px}.philosophy__overlay{background:linear-gradient(90deg,#7b3f6eeb 0%,#7b3f6eb3 100%)}.philosophy__content{padding:var(--space-xl)}.philosophy__image--mobile{display:block}.philosophy__image--desktop{display:none}}.products{padding:var(--section-pad-y) 0}.products__header{text-align:center;margin-bottom:var(--space-3xl)}.products__subtitle{font-family:var(--font-body);color:var(--color-text-light);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.7}.products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4.5rem 2rem;display:grid}.product-card{--line:#2c18101f;flex-direction:column;min-width:0;display:flex}.product-card--revealed{animation:product-reveal .5s var(--ease-smooth,ease) both}@keyframes product-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.product-card__media{aspect-ratio:4/5;background:var(--color-cream);border-radius:4px;display:block;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-smooth,ease);display:block}@media (hover:hover){.product-card:hover .product-card__image{transform:scale(1.03)}}.product-card__body{flex-direction:column;flex:1;padding-top:1.25rem;display:flex}.product-card__name{font-family:var(--font-heading);letter-spacing:-.005em;color:var(--color-text);margin:0 0 .4rem;font-size:1.15rem;font-weight:500;line-height:1.25}.product-card__desc{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1.25rem;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card__buy{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.2rem .75rem;margin-top:auto;padding-top:.5rem;display:flex}.product-card__price{color:var(--color-text);white-space:nowrap;font-variant-numeric:tabular-nums;margin:0;font-size:1rem;font-weight:500}.product-card__single{color:var(--color-text-muted);font-size:.8rem}.product-card__sizes{align-items:baseline;gap:.05rem;margin-right:-.4rem;display:inline-flex}.product-card__size{font:inherit;font-variant-numeric:tabular-nums;color:var(--color-text-muted);cursor:pointer;text-underline-offset:.35em;background:0 0;border:0;padding:.35rem .4rem;font-size:.8rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;text-decoration-thickness:1px;transition:color .2s,text-decoration-color .2s}.product-card__size:hover{color:var(--color-text)}.product-card__size.is-selected{color:var(--color-text);text-decoration-color:currentColor}.product-card__size:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px;border-radius:2px}.product-card__g{opacity:.7;margin-left:1px;font-size:.72em}.product-card__actions{flex-direction:column;align-items:flex-start;gap:.9rem;padding-top:1.25rem;display:flex}.product-card__order{background:var(--color-primary);width:100%;min-height:46px;color:var(--color-white);letter-spacing:.02em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:filter .25s,transform .25s;display:inline-flex}.product-card__order:hover{filter:brightness(1.12)}.product-card__order:active{transform:scale(.985)}.product-card__more{color:var(--color-text-muted);border-bottom:1px solid #0000;align-items:center;gap:.25rem;padding-bottom:1px;font-size:.8rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.product-card__more svg{transition:transform .25s}.product-card__more:hover{color:var(--color-primary);border-bottom-color:currentColor}.product-card__more:hover svg{transform:translate(2px,-2px)}.product-card__order:focus-visible,.product-card__more:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.products__toggle-wrap{margin-top:var(--space-3xl);justify-content:center;display:flex}.products__toggle-btn{align-items:center;gap:var(--space-sm);display:inline-flex}@media (width<=1024px){.products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3.5rem 1.5rem}}@media (width<=640px){.products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.75rem .875rem}.product-card__media{aspect-ratio:1}.product-card__body{padding-top:.9rem}.product-card__name{font-size:1rem}.product-card__desc{margin-bottom:1rem;font-size:.8rem}.product-card__buy{flex-direction:column;align-items:flex-start;gap:0;padding-top:.5rem}.product-card__price{font-size:.95rem}.product-card__sizes{margin-left:-.4rem}.product-card__size{padding:.5rem .45rem;font-size:.82rem}.product-card__single{font-size:.78rem}.product-card__actions{gap:.75rem;padding-top:.9rem}.product-card__order{letter-spacing:0;min-height:44px;padding:0 .5rem;font-size:.74rem}}@media (prefers-reduced-motion:reduce){.product-card--revealed{animation:none}.product-card__image,.product-card__more svg,.product-card__order,.product-card__size{transition:none}}@media (width<=768px){.products{padding:clamp(4rem,14vw,5.5rem) 0}.products__header{text-align:left;max-width:36rem;margin:0 0 2.5rem}.products__header .section-label{text-align:left;margin-left:0;margin-right:0}.products__header .section-title{letter-spacing:-.02em;text-align:left;text-wrap:balance;margin:.5rem 0 1.1rem;font-size:clamp(2.1rem,9vw,2.6rem);font-weight:400;line-height:1.08}.products__header .products__subtitle{text-align:left;max-width:30rem;margin:0;font-size:1.02rem;line-height:1.7}}.consultation{padding:var(--section-pad-y) 0;position:relative}.consultation__inner{gap:var(--space-4xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.consultation__content{max-width:480px}.consultation__title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-md);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.2}.consultation__text{color:var(--color-text-light);margin-bottom:var(--space-xl);font-size:1rem;line-height:1.7}.consultation__benefits{gap:var(--space-md);flex-direction:column;display:flex}.consultation__benefit{align-items:center;gap:var(--space-md);color:var(--color-text);font-size:.95rem;display:flex}.consultation__check{border:1.5px solid var(--color-gold);width:28px;height:28px;color:var(--color-gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.consultation__form-card{background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-lg)}.consultation__form-title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:var(--space-xs);font-size:1.6rem;font-weight:500}.consultation__form-subtitle{color:var(--color-text-muted);margin-bottom:var(--space-xl);font-size:.9rem}.consultation__privacy{text-align:center;color:var(--color-text-muted);margin-top:var(--space-md);font-size:.8rem}.consultation__status{text-align:center;margin-top:var(--space-md);font-size:.85rem}.consultation__status--success{color:var(--color-green)}.consultation__status--error{color:#a83232}@media (width<=1024px){.consultation__inner{gap:var(--space-2xl)}}@media (width<=768px){.consultation__inner{grid-template-columns:1fr}.consultation__content{text-align:center;max-width:100%}.consultation__benefits{align-items:center}}@media (width<=480px){.consultation__form-card{padding:var(--space-xl)}}@media (width<=768px){.consultation{background:var(--color-primary);padding:clamp(4.5rem,16vw,6rem) 0 clamp(3.5rem,12vw,5rem);overflow:hidden}.consultation__inner{gap:3rem}.consultation__content{text-align:left;max-width:100%}.consultation__content .section-label{text-align:left;color:#d4bc8b;margin-left:0;margin-right:0}.consultation__content .gold-divider{display:none}.consultation__title{letter-spacing:-.03em;color:var(--color-white,#fff);margin:.75rem 0 1.5rem;font-size:clamp(2.5rem,11.5vw,3.4rem);font-weight:400;line-height:1.02}.consultation__title em{font-family:var(--font-accent);color:#d4bc8b;font-style:italic;font-weight:500;display:block}.consultation__text{color:#ffffffc7;max-width:30rem;margin-bottom:2.25rem;font-size:1.02rem;line-height:1.75}.consultation__benefits{align-items:stretch;gap:0;max-width:30rem}.consultation__benefit{text-align:left;color:#fffffff2;border-top:1px solid #ffffff29;gap:1rem;padding:1.05rem 0;font-size:.98rem;line-height:1.45}.consultation__benefit:last-child{border-bottom:1px solid #ffffff29}.consultation__check{color:#d4bc8b;border:0;border-radius:0;width:auto;height:auto}.consultation__check svg{width:1.05rem;height:1.05rem}}.footer{background:var(--color-green);padding:var(--space-3xl) 0 var(--space-xl);color:var(--color-white)}.footer__top{gap:var(--space-2xl);padding-bottom:var(--space-2xl);border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 1fr 1fr;display:grid}.footer__col{align-items:flex-start;gap:var(--space-sm);flex-direction:column;display:flex}.footer__col--center{align-items:center}.footer__col--right{align-items:flex-end}.footer__label{letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);font-size:.7rem;font-weight:500}.footer__value{font-family:var(--font-heading);color:var(--color-white);letter-spacing:.02em;font-size:1.8rem;font-weight:400}a.footer__value{text-decoration:none}.footer__sub{color:#ffffffa6;font-size:.85rem}.footer__bottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.footer__brand{align-items:center;gap:var(--space-md);display:flex}.footer__brand-logo{width:40px;height:40px;color:var(--color-gold);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.footer__brand-text{color:#ffffffb3;font-size:.8rem;line-height:1.5}.footer__brand-text strong{letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);font-size:.85rem;font-weight:600;display:block}.footer__copy{color:#ffffff80;font-size:.8rem}.footer__website{align-items:center;gap:var(--space-sm);color:#ffffffb3;margin-top:var(--space-sm);transition:var(--transition-fast);font-size:.85rem;display:inline-flex}.footer__website:hover{color:var(--color-gold)}.footer__social-icon{border:1.5px solid var(--color-gold);width:40px;height:40px;color:var(--color-gold);margin-top:var(--space-md);transition:var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer__social-icon:hover{background:var(--color-gold);color:var(--color-green-dark);transform:translateY(-2px)}.footer__credit{text-align:center;color:#fff6;padding-top:var(--space-lg);margin-top:var(--space-lg);border-top:1px solid #ffffff0f;font-size:.75rem}.footer__credit a{color:#ffffff8c;text-underline-offset:3px;transition:var(--transition-fast);text-decoration:underline}.footer__credit a:hover{color:var(--color-gold)}@media (width<=768px){.footer__top{text-align:center;gap:var(--space-xl);grid-template-columns:1fr}.footer__col,.footer__col--center,.footer__col--right{align-items:center}.footer__bottom{text-align:center;flex-direction:column}}@media (width<=480px){.footer__value{font-size:1.4rem}}@media (width<=768px){.footer{padding:3.5rem 0 calc(2rem + env(safe-area-inset-bottom,0px))}.fm{text-align:left;max-width:36rem;margin-left:auto;margin-right:auto}.fm-heading{font-family:var(--font-heading);letter-spacing:-.015em;color:var(--color-white);margin:0 0 1.5rem;font-size:clamp(1.9rem,8vw,2.4rem);font-weight:400;line-height:1.15}.fm-cta{text-align:center;justify-content:center;width:100%}.fm-contact{margin-top:3rem}.fm-label{letter-spacing:.25em;text-transform:uppercase;color:var(--color-gold);margin:0 0 .5rem;font-size:.7rem;font-weight:500}.fm-phone{font-family:var(--font-heading);letter-spacing:.01em;color:var(--color-white);padding:.25rem 0;font-size:clamp(1.6rem,7vw,2rem);text-decoration:none;display:inline-block}.fm-links{border-top:1px solid #ffffff1f;margin:1.25rem 0 0;padding:0;list-style:none}.fm-link{color:#ffffffe6;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #ffffff1f;align-items:center;gap:.9rem;min-height:56px;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.fm-link>svg:first-child{color:var(--color-gold);flex-shrink:0}.fm-link>span{overflow-wrap:anywhere;flex:1;min-width:0}.fm-link>svg:last-child{opacity:.5;flex-shrink:0;transition:transform .25s,opacity .25s}.fm-link:active,.fm-link:hover{color:var(--color-gold)}.fm-link:hover>svg:last-child{opacity:1;transform:translate(2px,-2px)}.fm-link:focus-visible,.fm-phone:focus-visible,.fm-credit a:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px;border-radius:2px}.fm-meta{margin-top:2.5rem}.fm-brand{color:#ffffffb3;align-items:flex-start;gap:.75rem;margin:0 0 1.25rem;font-size:.8rem;line-height:1.55;display:flex}.fm-brand>svg{color:var(--color-gold);flex-shrink:0;margin-top:.2rem}.fm-brand strong{letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold);font-size:.78rem;font-weight:600;display:block}.fm-copy{color:#ffffff80;margin:0 0 .35rem;font-size:.75rem}.fm-credit{color:#fff6;margin:0;font-size:.75rem}.fm-credit a{color:#ffffff8c;text-underline-offset:3px;text-decoration:underline}}@media (prefers-reduced-motion:reduce){.fm-link,.fm-link>svg{transition:none}}.pdp{--pdp-gutter:clamp(1.5rem, 4vw, 4rem);--pdp-section-y:clamp(4.5rem, 10vw, 9rem);--pdp-line:#2c18101f;background:var(--color-white,#fff);color:var(--color-text)}.pdp--empty{padding:clamp(8rem,16vw,12rem) 0 6rem}.pdp-h2{font-family:var(--font-heading);letter-spacing:-.01em;margin:0;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:500;line-height:1.25}.pdp-textlink{color:var(--color-text-muted);border-bottom:1px solid #0000;align-items:center;gap:.35rem;padding-bottom:1px;font-size:.85rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.pdp-textlink:hover{color:var(--color-primary);border-bottom-color:currentColor}.pdp-cta{background:var(--color-primary);min-height:54px;color:var(--color-white,#fff);letter-spacing:.01em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 2.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:filter .25s,transform .25s,background-color .25s,color .25s;display:inline-flex}.pdp-cta:hover{filter:brightness(1.12)}.pdp-cta:active{transform:scale(.985)}.pdp-cta--outline{color:var(--color-primary);box-shadow:inset 0 0 0 1px var(--color-primary);background:0 0}.pdp-cta--outline:hover{filter:none;background:var(--color-primary);color:var(--color-white,#fff)}.pdp-cta:focus-visible,.pdp-textlink:focus-visible,.pdp-size:focus-visible,.pdp-related__item:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.pdp-hero{padding:clamp(6.5rem, 11vw, 9rem) 0 var(--pdp-section-y)}.pdp-hero__grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:clamp(2.5rem,7vw,7rem);display:grid}.pdp-hero__media{aspect-ratio:4/5;background:var(--color-cream);border-radius:4px;position:sticky;top:6.5rem;overflow:hidden}.pdp-hero__image{object-fit:cover;width:100%;height:100%;display:block}.pdp-hero__info{max-width:30rem;padding-top:clamp(0rem,3vw,2.5rem)}.pdp-back{margin-bottom:clamp(2rem,5vw,4rem)}.pdp-category{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.9rem}.pdp-title{font-family:var(--font-heading);letter-spacing:-.025em;color:var(--color-text);text-wrap:balance;margin:0 0 1.25rem;font-size:clamp(2.4rem,5vw,4.1rem);font-weight:400;line-height:1.04}.pdp-intro{color:var(--color-text-muted);max-width:28rem;margin:0;font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.6}.pdp-buy{border-top:1px solid var(--pdp-line);flex-direction:column;align-items:flex-start;gap:1.25rem;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1.75rem,3vw,2.25rem);display:flex}.pdp-price{letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin:0;font-size:1.6rem;font-weight:500}.pdp-price__unit{color:var(--color-text-muted);margin-left:.6rem;font-size:.95rem;font-weight:400}.pdp-sizes{flex-wrap:wrap;gap:.5rem;display:flex}.pdp-size{border:1px solid var(--pdp-line);min-width:4.25rem;min-height:42px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:4px;padding:0 1rem;font-size:.9rem;transition:border-color .2s,color .2s,background-color .2s}.pdp-size:hover{border-color:var(--color-text-muted)}.pdp-size.is-selected{border-color:var(--color-text);color:var(--color-text);box-shadow:inset 0 0 0 1px var(--color-text)}.pdp-buy__note{color:var(--color-text-muted);margin:-.25rem 0 0;font-size:.8rem}.pdp-highlights{margin:clamp(2rem,4vw,3rem) 0 0;padding:0;list-style:none}.pdp-highlights li{border-top:1px solid var(--pdp-line);color:var(--color-text);padding:.9rem 0;font-size:.95rem}.pdp-highlights li:last-child{border-bottom:1px solid var(--pdp-line)}.pdp-section{padding:var(--pdp-section-y) 0}.pdp-section--tint{background:var(--color-cream)}.pdp-split{grid-template-columns:minmax(0,4fr) minmax(0,8fr);gap:clamp(1.5rem,5vw,5rem);display:grid}.pdp-split__body{max-width:40rem}.pdp-lede{font-family:var(--font-heading);letter-spacing:-.012em;color:var(--color-text);margin:0;font-size:clamp(1.45rem,2.6vw,2.15rem);font-weight:400;line-height:1.4}.pdp-body{color:var(--color-text-muted);margin:0;font-size:1.05rem;line-height:1.75}.pdp-supports{margin:0;padding:0;list-style:none}.pdp-supports li{font-family:var(--font-heading);letter-spacing:-.01em;border-top:1px solid var(--pdp-line);padding:1.15rem 0;font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.3}.pdp-supports li:last-child{border-bottom:1px solid var(--pdp-line)}.pdp-specs{margin:clamp(2rem,4vw,3rem) 0 0}.pdp-specs>div{border-top:1px solid var(--pdp-line);justify-content:space-between;gap:1.5rem;padding:.9rem 0;font-size:.95rem;display:flex}.pdp-specs>div:last-child{border-bottom:1px solid var(--pdp-line)}.pdp-specs dt{color:var(--color-text-muted)}.pdp-specs dd{text-align:right;font-variant-numeric:tabular-nums;margin:0}.pdp-fineprint{color:var(--color-text-muted);margin:1.75rem 0 0;font-size:.78rem;line-height:1.6}.pdp-gallery{padding-bottom:var(--pdp-section-y)}.pdp-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.75rem,2vw,2rem);display:grid}.pdp-gallery__grid img{aspect-ratio:4/5;object-fit:cover;border-radius:4px;width:100%;display:block}.pdp-closing{padding:var(--pdp-section-y) 0;border-top:1px solid var(--pdp-line)}.pdp-closing__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.pdp-closing__title{font-family:var(--font-heading);letter-spacing:-.02em;text-wrap:balance;margin:0 0 1rem;font-size:clamp(1.9rem,4vw,3rem);font-weight:400;line-height:1.15}.pdp-closing__text{color:var(--color-text-muted);max-width:28rem;margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.pdp-related{padding-top:0}.pdp-related__head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:clamp(1.75rem,4vw,3rem);display:flex}.pdp-related__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 2rem;display:grid}.pdp-related__item{color:inherit;text-decoration:none;display:block}.pdp-related__media{aspect-ratio:4/5;background:var(--color-cream);border-radius:4px;overflow:hidden}.pdp-related__media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-smooth,ease);display:block}@media (hover:hover){.pdp-related__item:hover .pdp-related__media img{transform:scale(1.03)}}.pdp-related__item h3{font-family:var(--font-heading);margin:1rem 0 .25rem;font-size:1.05rem;font-weight:500}.pdp-related__item p{color:var(--color-text-muted);margin:0;font-size:.875rem}.pdp-bar{display:none}@media (width<=900px){.pdp-hero{padding-top:5.5rem}.pdp-hero__grid{grid-template-columns:1fr;gap:2rem}.pdp-hero__media{aspect-ratio:1/1.1;position:static}.pdp-hero__info{max-width:none;padding-top:0}.pdp-back{margin-bottom:1.25rem}.pdp-hero__info{flex-direction:column;display:flex}.pdp-cta:not(.pdp-cta--compact){width:100%}.pdp-cta--outline{width:auto!important}.pdp-split{grid-template-columns:1fr;gap:1.25rem}.pdp-related__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem .875rem}.pdp-bar{z-index:900;padding:.75rem 1.25rem calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid var(--pdp-line);visibility:hidden;transition:transform .4s var(--ease-smooth,ease), visibility 0s linear .4s;background:#fffffff5;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.pdp-bar.is-visible{visibility:visible;transition:transform .4s var(--ease-smooth,ease);transform:none}.pdp-bar__info{flex-direction:column;min-width:0;display:flex}.pdp-bar__name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.pdp-bar__price{color:var(--color-text-muted);font-size:.8rem}.pdp-cta--compact{flex-shrink:0;min-height:44px;padding:0 1.25rem;font-size:.85rem}}@media (width<=480px){.pdp-related__head{flex-direction:column;align-items:flex-start;gap:.5rem}.pdp-gallery__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.pdp-related__media img,.pdp-bar{transition:none}}
