:root{--color-bg: #faf9f7;--color-surface: #ffffff;--color-surface-low: #f4f3f1;--color-ink: #1a1a1a;--color-text: #1a1c1b;--color-text-muted: #444748;--color-border: #e5e3e0;--color-sage: #70827d;--color-slate: #607d8b;--color-secondary: #50625d;--color-secondary-container: #d1e4de;--color-on-secondary-container: #556662;--font-display: "Geist", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--text-display: 48px;--text-headline: 32px;--text-body-lg: 18px;--text-body: 16px;--text-label: 14px;--text-label-sm: 12px;--container-max: 1120px;--margin-page: 64px;--gutter: 24px;--radius: 8px;--radius-lg: 12px;--radius-full: 9999px;--shadow-soft: 0 4px 20px rgba(26, 26, 26, .04)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-family:var(--font-display);font-weight:500}p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}:focus-visible{outline:2px solid var(--color-sage);outline-offset:3px;border-radius:var(--radius)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--margin-page)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:var(--radius);border:1px solid transparent;font-family:var(--font-display);font-size:var(--text-label);font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}.btn--solid{background-color:var(--color-ink);color:#fff}.btn--solid:hover{background-color:#000}.btn--outline{background-color:transparent;border-color:#607d8b4d;color:var(--color-ink)}.btn--outline:hover{background-color:var(--color-surface-low)}.btn--sm{padding:10px 22px}.btn__icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.link-cta{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:var(--text-label);font-weight:500;color:var(--color-ink);transition:gap .2s ease}.link-cta:hover{gap:14px}.link-cta__icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-header{position:fixed;top:0;left:0;width:100%;height:80px;z-index:50;background-color:#faf9f7cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.site-header__brand{font-family:var(--font-display);font-size:var(--text-headline);font-weight:700;letter-spacing:-.01em;color:var(--color-ink)}.site-nav{display:flex;align-items:center;gap:32px}.site-nav__link{font-family:var(--font-display);font-size:var(--text-label);font-weight:500;letter-spacing:.02em;color:var(--color-text-muted);transition:color .2s ease}.site-nav__link:hover{color:var(--color-ink)}.loop-motif{position:absolute;top:10%;right:-5%;width:600px;height:600px;border:1px solid rgba(112,130,125,.1);border-radius:50%;pointer-events:none;z-index:-1}.loop-motif--2{top:auto;right:auto;bottom:-10%;left:-10%;width:800px;height:800px;border-color:#70827d0d}main{position:relative;padding-top:80px}.hero{padding-top:128px;padding-bottom:160px}.hero__content{max-width:48rem}.hero__title{font-size:clamp(40px,6vw,64px);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:32px}.hero__lead{font-size:var(--text-body-lg);color:var(--color-text-muted);margin-bottom:48px;max-width:38rem}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.section-title{font-size:var(--text-headline);letter-spacing:-.01em}.products{padding-top:96px;padding-bottom:96px;border-top:1px solid var(--color-border)}.products .section-title{margin-bottom:64px}.products__grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--gutter)}.product-card{display:flex;flex-direction:column;justify-content:space-between;gap:64px;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:48px;box-shadow:var(--shadow-soft);transition:border-color .3s ease}.product-card--featured:hover{border-color:#70827d66}.product-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.badge{display:inline-block;padding:4px 12px;border-radius:var(--radius-full);background-color:var(--color-secondary-container);color:var(--color-on-secondary-container);font-family:var(--font-display);font-size:var(--text-label-sm);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.product-card__glyph{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius);background-color:var(--color-surface-low)}.product-card__glyph svg{width:22px;height:22px;fill:var(--color-sage)}.product-card__title{font-size:var(--text-headline);letter-spacing:-.01em;margin-bottom:16px}.product-card__desc{font-size:var(--text-body-lg);color:var(--color-text-muted);max-width:32rem}.products__notes{display:flex;flex-direction:column;gap:var(--gutter)}.product-note{display:flex;flex-direction:column;justify-content:center;flex:1;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px}.product-note__glyph{margin-bottom:16px}.product-note__glyph svg{width:24px;height:24px;fill:none;stroke:var(--color-text-muted);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.product-note__title{font-family:var(--font-display);font-size:var(--text-label);font-weight:600;margin-bottom:8px}.product-note__desc{font-size:var(--text-body);color:var(--color-text-muted)}.studio-note{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:96px;padding-top:160px;padding-bottom:160px}.studio-note__title{font-size:var(--text-display);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:32px}.studio-note__body{font-size:var(--text-body-lg);color:var(--color-text-muted);max-width:32rem;margin-bottom:32px}.studio-note__rule{height:4px;width:96px;border-radius:var(--radius-full);background-color:#70827d33}.studio-note__visual{aspect-ratio:1 / 1}.rings,.rings__outer,.rings__inner,.rings__core{display:flex;align-items:center;justify-content:center}.rings{width:100%;height:100%;border:1px solid var(--color-border);border-radius:50%;padding:48px}.rings__outer{width:100%;height:100%;border:1px solid rgba(112,130,125,.15);border-radius:50%;padding:36px}.rings__inner{width:100%;height:100%;background-color:var(--color-surface-low);border-radius:50%}.rings__core{width:33%;height:33%;border:1.5px solid rgba(112,130,125,.4);border-radius:50%}.site-footer{border-top:1px solid var(--color-border);background-color:var(--color-bg)}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:32px;padding-top:64px;padding-bottom:64px}.site-footer__name{font-family:var(--font-display);font-size:var(--text-label);font-weight:700;color:var(--color-ink);margin-bottom:8px}.site-footer__tag{color:var(--color-secondary);max-width:18rem}.site-footer__cols{display:flex;flex-wrap:wrap;gap:48px}.site-footer__col{display:flex;flex-direction:column;gap:16px}.site-footer__heading{font-family:var(--font-display);font-size:var(--text-label-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.site-footer__col a{color:var(--color-secondary);transition:color .2s ease}.site-footer__col a:hover{color:var(--color-ink);text-decoration:underline;text-underline-offset:4px}.site-footer__legal{font-family:var(--font-display);font-size:var(--text-label-sm);color:var(--color-secondary)}@media (max-width: 900px){.products__grid,.studio-note{grid-template-columns:1fr}.studio-note{gap:56px;padding-top:96px;padding-bottom:96px}.studio-note__visual{max-width:360px;margin-inline:auto}}@media (max-width: 640px){:root{--margin-page: 20px;--text-display: 36px;--text-headline: 26px}.site-header__brand{font-size:24px}.site-nav{gap:16px}.site-nav__link{display:none}.hero{padding-top:80px;padding-bottom:96px}.hero__actions .btn{flex:1}.product-card{padding:32px;gap:40px}.loop-motif{width:360px;height:360px}.loop-motif--2{width:460px;height:460px}}
