*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--store-canvas);color:var(--store-text);font-family:var(--store-font-sans);font-size:var(--store-font-size-base);line-height:var(--store-line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}.store-app{min-height:100vh;display:flex;flex-direction:column}.store-main{flex:1}.store-page{width:min(100%,var(--store-max-width));margin:0 auto;padding:2rem var(--store-content-padding) 4rem;display:flex;flex-direction:column;gap:2.5rem}.store-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--store-border);background:color-mix(in srgb,var(--store-canvas) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-header__inner{width:min(100%,var(--store-max-width));margin:0 auto;padding:.85rem var(--store-content-padding);display:flex;align-items:center;gap:1rem}.store-brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;min-width:0}.store-brand__mark{width:2.5rem;height:2.5rem;border-radius:var(--store-radius-md);background:var(--store-accent);color:var(--store-accent-contrast);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:var(--store-font-weight-bold);letter-spacing:.04em}.store-brand__text{display:flex;flex-direction:column;min-width:0}.store-brand__name{font-family:var(--store-font-serif);font-size:1.05rem;font-weight:var(--store-font-weight-bold);color:var(--store-text)}.store-brand__tagline{font-size:var(--store-font-size-sm);color:var(--store-text-soft)}.store-header__menu-toggle{margin-left:auto;border:1px solid var(--store-border);background:var(--store-surface);color:var(--store-text-muted);border-radius:var(--store-radius-md);padding:.45rem .75rem;font:inherit;font-size:var(--store-font-size-sm);cursor:pointer}.store-header__menu-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--store-focus-ring)}.store-header__nav{display:none;width:100%;flex-direction:column;gap:1rem}.store-header__nav--open{display:flex}.store-header__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.store-header__nav-link{display:block;padding:.45rem 0;text-decoration:none;color:var(--store-text-muted);font-size:var(--store-font-size-sm)}.store-header__nav-link:hover,.store-header__nav-link--active{color:var(--store-text)}.store-header__cta{width:100%}@media(min-width:900px){.store-header__inner{flex-wrap:wrap}.store-header__menu-toggle{display:none}.store-header__nav{display:flex;flex-direction:row;align-items:center;width:auto;margin-left:auto;gap:1.25rem}.store-header__nav-list{flex-direction:row;align-items:center;gap:.25rem}.store-header__nav-link{padding:.45rem .65rem;border-radius:var(--store-radius-sm)}.store-header__cta{width:auto;white-space:nowrap}}.store-footer{border-top:1px solid var(--store-border);background:var(--store-surface);padding:2.5rem var(--store-content-padding) 1.5rem}.store-footer__inner{width:min(100%,var(--store-max-width));margin:0 auto;display:grid;gap:2rem}.store-footer__name{font-family:var(--store-font-serif);font-size:var(--store-font-size-lg);margin:0 0 .5rem}.store-footer__text{margin:0 0 .75rem;color:var(--store-text-muted);font-size:var(--store-font-size-sm);max-width:28rem}.store-footer__group-title{margin:0 0 .65rem;font-size:var(--store-font-size-sm);font-weight:var(--store-font-weight-bold);color:var(--store-text)}.store-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.store-footer__link{color:var(--store-text-soft);font-size:var(--store-font-size-sm);text-decoration:none}.store-footer__link:hover{color:var(--store-text)}.store-footer__link--placeholder{cursor:default}.store-footer__legal{width:min(100%,var(--store-max-width));margin:2rem auto 0;padding-top:1rem;border-top:1px solid var(--store-border);color:var(--store-text-soft);font-size:.8rem}@media(min-width:768px){.store-footer__inner{grid-template-columns:1.4fr repeat(3,1fr)}}.store-eyebrow{margin:0 0 .5rem;font-size:var(--store-font-size-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--store-accent-hover);font-weight:var(--store-font-weight-medium)}.store-hero__title,.store-page-header__title{margin:0;font-family:var(--store-font-serif);font-size:clamp(2rem,4vw,2.75rem);line-height:var(--store-line-height-tight)}.store-hero__description,.store-page-header__lead{margin:1rem 0 0;max-width:42rem;color:var(--store-text-muted);font-size:var(--store-font-size-lg)}.store-hero__actions,.store-inline-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.store-section__header{margin-bottom:1.25rem}.store-section__title{margin:0;font-family:var(--store-font-serif);font-size:1.6rem}.store-section__lead{margin:.65rem 0 0;color:var(--store-text-muted);max-width:40rem}.store-section__footer-links{margin:0;display:flex;flex-wrap:wrap;gap:1rem}.store-prose{margin:0;color:var(--store-text-muted);max-width:42rem}.store-prose--muted{margin-top:.75rem;color:var(--store-text-soft)}.store-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.55rem 1.1rem;border-radius:var(--store-radius-lg);border:1px solid transparent;font:inherit;font-size:var(--store-font-size-sm);font-weight:var(--store-font-weight-medium);text-decoration:none;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.store-btn:focus-visible,.store-link-card:focus-visible,.store-text-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--store-focus-ring)}.store-btn--primary{background:var(--store-accent);color:var(--store-accent-contrast);border-color:var(--store-accent-hover)}.store-btn--primary:hover{background:var(--store-accent-hover)}.store-btn--secondary{background:var(--store-surface);color:var(--store-text);border-color:var(--store-border)}.store-btn--secondary:hover{background:var(--store-surface-raised);border-color:var(--store-border-strong)}.store-text-link{color:var(--store-accent-hover);text-decoration:underline;text-underline-offset:.18em;font-size:var(--store-font-size-sm);font-weight:var(--store-font-weight-medium)}.store-link-card{color:inherit;text-decoration:none}.store-product-grid,.store-teaser-grid,.store-guide-grid,.store-gallery-placeholder__grid{display:grid;gap:1rem}.store-product-grid,.store-teaser-grid,.store-guide-grid{grid-template-columns:1fr}@media(min-width:640px){.store-product-grid,.store-teaser-grid,.store-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.store-product-card,.store-teaser-card,.store-guide-card{border:1px solid var(--store-border);border-radius:var(--store-radius-xl);background:var(--store-surface);box-shadow:var(--store-shadow-sm)}.store-product-card__visual{min-height:7rem;border-bottom:1px solid var(--store-border);background:linear-gradient(145deg,color-mix(in srgb,var(--store-surface-raised) 80%,var(--store-accent) 20%),var(--store-surface-raised));display:flex;align-items:flex-end;padding:.85rem 1rem;border-radius:var(--store-radius-xl) var(--store-radius-xl) 0 0}.store-product-card__visual-label{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--store-text-soft)}.store-product-card__body{padding:1rem 1rem 1.1rem}.store-product-card__title{margin:0 0 .45rem;font-size:1.05rem}.store-product-card__description{margin:0 0 .75rem;color:var(--store-text-muted);font-size:var(--store-font-size-sm)}.store-teaser-card,.store-guide-card{padding:1rem;list-style:none}.store-teaser-card__title,.store-guide-card__title{margin:0 0 .45rem;font-size:1rem}.store-teaser-card__text,.store-guide-card__text,.store-guide-card__meta{margin:0;color:var(--store-text-muted);font-size:var(--store-font-size-sm)}.store-guide-card__meta{margin-top:.65rem;color:var(--store-text-soft)}.store-process-steps{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.store-process-steps__item{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1rem;border:1px solid var(--store-border);border-radius:var(--store-radius-lg);background:var(--store-surface)}.store-process-steps__index{width:2rem;height:2rem;border-radius:var(--store-radius-full, 9999px);background:color-mix(in srgb,var(--store-accent) 22%,transparent);color:var(--store-accent-hover);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--store-font-weight-bold)}.store-process-steps__title{margin:0 0 .35rem;font-size:1rem}.store-process-steps__description{margin:0;color:var(--store-text-muted);font-size:var(--store-font-size-sm)}.store-trust-panel,.store-cta-band,.store-info-panel{border:1px solid var(--store-border);border-radius:var(--store-radius-xl);padding:1.35rem;background:var(--store-surface)}.store-trust-panel__title,.store-cta-band__title,.store-info-panel__title{margin:0 0 .65rem;font-family:var(--store-font-serif);font-size:1.35rem}.store-trust-panel__text,.store-cta-band__description,.store-info-panel__text{margin:0;color:var(--store-text-muted);max-width:42rem}.store-trust-panel__list{margin:1rem 0 0;padding-left:1.1rem;color:var(--store-text-muted);display:grid;gap:.35rem}.store-cta-band{text-align:center;background:linear-gradient(180deg,color-mix(in srgb,var(--store-surface-raised) 88%,var(--store-accent) 12%),var(--store-surface))}.store-cta-band__description{margin:0 auto 1rem}.store-bullet-list{margin:0;padding-left:1.1rem;color:var(--store-text-muted);display:grid;gap:.45rem}.store-gallery-placeholder__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.store-gallery-placeholder__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.store-gallery-placeholder__tile{min-height:9rem;border:1px dashed var(--store-border-strong);border-radius:var(--store-radius-lg);background:var(--store-surface);display:flex;flex-direction:column;justify-content:flex-end;padding:.85rem}.store-gallery-placeholder__label{font-size:var(--store-font-size-sm);font-weight:var(--store-font-weight-medium)}.store-gallery-placeholder__caption{font-size:.75rem;color:var(--store-text-soft)}.store-faq-list{margin:0;display:grid;gap:1rem}.store-faq-item{border:1px solid var(--store-border);border-radius:var(--store-radius-lg);background:var(--store-surface);padding:1rem}.store-faq-item__question{margin:0 0 .45rem;font-weight:var(--store-font-weight-bold)}.store-faq-item__answer{margin:0;color:var(--store-text-muted);font-size:var(--store-font-size-sm)}.store-coming-soon{min-height:100vh;display:flex;flex-direction:column;padding:1.5rem var(--store-content-padding) 2rem}.store-coming-soon__brand{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:2rem}.store-coming-soon__brand-text{display:flex;flex-direction:column}.store-coming-soon__main{flex:1;width:min(100%,38rem);margin:auto 0;padding:2rem 0 3rem}.store-coming-soon__title{margin:0;font-family:var(--store-font-serif);font-size:clamp(2rem,5vw,2.75rem);line-height:var(--store-line-height-tight)}.store-coming-soon__lead{margin:1rem 0 0;color:var(--store-text-muted);font-size:var(--store-font-size-lg);max-width:36rem}.store-coming-soon__actions{margin-top:1.75rem}.store-coming-soon__note{margin:1.25rem 0 0;color:var(--store-text-soft);font-size:var(--store-font-size-sm);max-width:32rem}.store-coming-soon__footer{margin-top:auto;padding-top:2rem;border-top:1px solid var(--store-border);color:var(--store-text-soft);font-size:.8rem}.store-coming-soon__footer p{margin:0}
