:root{font-family:Inter,system-ui,sans-serif;color:#121212d6;background:#f8f2e8;--page-width: 1200px;--page-padding: 24px;--surface: #ffffff;--surface-muted: #f2eadf;--border: rgba(18, 18, 18, .12);--text: #121212;--text-muted: rgba(18, 18, 18, .64);--accent: #dcc7a8;--accent-strong: #121212;--shadow: 0 20px 50px rgba(18, 18, 18, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at top left,rgba(226,208,181,.34),transparent 28%),linear-gradient(180deg,#f8f2e8,#fff 38%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,a,input,textarea{font:inherit}.site-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(26px) saturate(135%);-webkit-backdrop-filter:blur(26px) saturate(135%);background:#ffffff42;border-bottom:1px solid rgba(255,255,255,.28);box-shadow:0 8px 30px #1212120d}.site-header__inner,.site-footer__inner,.section,.page-intro__content{width:min(var(--page-width),calc(100% - (var(--page-padding) * 2)));margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}.site-logo{display:inline-flex;align-items:center;gap:12px;font-size:1.125rem;font-weight:700;letter-spacing:-.03em}.site-logo__image{width:52px;height:52px;border-radius:50%;object-fit:cover;box-shadow:0 12px 28px #12121224}.site-logo__text{display:inline-block;max-width:12ch;line-height:1.05}.page-intro{padding:88px 0 40px}.page-intro__content{display:grid;gap:18px}.page-intro__content--with-aside{grid-template-columns:minmax(0,1.1fr) minmax(260px,360px);align-items:center;gap:32px}.page-intro__copy{display:grid;gap:18px}.page-intro__aside{display:flex;justify-content:center}.page-intro__eyebrow,.section-heading__eyebrow,.product-page__eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.page-intro h1,.section-heading h2,.product-page h1{margin:0;max-width:12ch;font-size:clamp(2.4rem,6vw,4.8rem);line-height:.95;letter-spacing:-.05em}.page-intro__description{max-width:64ch;margin:0;font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.page-intro__actions,.product-page__actions{display:flex;flex-wrap:wrap;gap:14px}.brand-showcase{display:grid;gap:14px;justify-items:center}.brand-showcase__frame{width:min(100%,320px);padding:24px;border-radius:32px;background:linear-gradient(180deg,#fffffff5,#f2eadff5);box-shadow:0 24px 60px #1212121a,inset 0 0 0 1px #1212120f}.brand-showcase__logo{width:100%;border-radius:50%;object-fit:cover}.brand-showcase__caption{margin:0;font-size:.88rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:var(--accent-strong);box-shadow:0 10px 20px #dcc7a852}.button--secondary{background:var(--surface);border-color:var(--border)}.section{padding-bottom:56px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading h2{max-width:none;font-size:clamp(1.8rem,3vw,2.8rem)}.text-link{color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{display:grid;gap:14px;opacity:0;transform:translateY(24px);transition:opacity .42s ease,transform .42s ease;will-change:opacity,transform}.product-card--visible{opacity:1;transform:translateY(0)}.product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:24px;background:var(--surface-muted);box-shadow:var(--shadow)}.product-card__media img,.product-gallery__frame img,.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-card__body{display:grid;gap:8px}.product-card h2{margin:0;font-size:1rem;line-height:1.4}.product-card__price,.product-page__price{margin:0;font-size:1.05rem;font-weight:600}.product-page{padding-top:44px}.product-page__breadcrumbs{display:flex;gap:10px;margin-bottom:22px;color:var(--text-muted)}.product-page__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:34px;align-items:start}.product-gallery{display:grid;gap:14px}.product-gallery__frame{overflow:hidden;border-radius:30px;background:var(--surface-muted);box-shadow:var(--shadow)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,92px));gap:12px}.product-gallery__thumbs button{padding:0;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface);aspect-ratio:1 / 1;cursor:pointer}.product-gallery__thumbs button.is-active{border-color:var(--text)}.product-page__details{display:grid;gap:16px;padding:28px;border-radius:30px;background:#ffffffc7;box-shadow:var(--shadow)}.product-page__details h1{max-width:none;font-size:clamp(2.1rem,5vw,3.5rem)}.product-page__note{margin:0;line-height:1.7;color:var(--text-muted)}.rich-text{display:grid;gap:14px;color:var(--text);line-height:1.8}.rich-text p,.rich-text ul,.rich-text ol,.rich-text h2,.rich-text h3{margin:0}.site-footer{margin-top:24px;padding:30px 0 50px;border-top:1px solid rgba(18,18,18,.08)}.site-footer__inner{display:grid;place-items:center;min-height:96px;gap:16px;text-align:center}.site-footer__logo{width:112px;height:112px;border-radius:50%;object-fit:cover;box-shadow:0 18px 44px #1212121a}.site-footer__email{font-size:1rem;font-weight:600}@media(prefers-reduced-motion:reduce){.product-card{opacity:1;transform:none;transition:none}}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.site-header__inner,.page-intro__content--with-aside,.product-page__grid{grid-template-columns:1fr;display:grid}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-intro{padding-top:54px}}@media(max-width:560px){:root{--page-padding: 18px}.site-logo__text{max-width:9ch;font-size:1rem}.product-grid{grid-template-columns:1fr}.product-page__details{padding:22px;border-radius:24px}.button{width:100%}}
