:root,:root[data-theme=light]{--bg: #fbfcff;--fg: #152560;--brand: #012292;--muted: color-mix(in srgb, var(--brand) 58%, #64708a);--subtle: color-mix(in srgb, var(--fg) 38%, transparent);--border: color-mix(in srgb, var(--brand) 18%, transparent);--border-subtle: color-mix(in srgb, var(--border) 45%, transparent);--surface: color-mix(in srgb, var(--brand) 9%, transparent);--surface-solid: #f2f5ff;--shadow: 0 18px 50px color-mix(in srgb, var(--brand) 12%, transparent);color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #070c18;--fg: #dde3fa;--brand: #95aef0;--muted: color-mix(in srgb, var(--fg) 62%, transparent);--subtle: color-mix(in srgb, var(--fg) 40%, transparent);--border: color-mix(in srgb, var(--fg) 22%, transparent);--border-subtle: color-mix(in srgb, var(--border) 45%, transparent);--surface: color-mix(in srgb, var(--fg) 10%, transparent);--surface-solid: #111a2d;--shadow: 0 4px 18px rgba(0, 0, 0, .35);color-scheme:dark}}:root[data-theme=dark]{--bg: #070c18;--fg: #dde3fa;--brand: #95aef0;--muted: color-mix(in srgb, var(--fg) 62%, transparent);--subtle: color-mix(in srgb, var(--fg) 40%, transparent);--border: color-mix(in srgb, var(--fg) 22%, transparent);--border-subtle: color-mix(in srgb, var(--border) 45%, transparent);--surface: color-mix(in srgb, var(--fg) 10%, transparent);--surface-solid: #111a2d;--shadow: 0 4px 18px rgba(0, 0, 0, .35);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.55}p,li{text-wrap:pretty}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--fg);line-height:1.08;letter-spacing:-.035em;text-wrap:balance}h1{max-width:15ch;margin-bottom:1.5rem;font-size:clamp(2.75rem,7vw,5.75rem);font-weight:720}h2{max-width:22ch;margin-bottom:0;font-size:clamp(1.8rem,4vw,3rem)}h3{margin-bottom:0;font-size:clamp(1.6rem,3vw,2.25rem)}.wrap{width:min(72rem,calc(100% - 2.5rem));margin-inline:auto}header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 85%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0}.header-primary{display:flex;align-items:center;gap:clamp(1rem,3vw,2rem)}.header-nav{display:flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.92rem;font-weight:650}.header-nav a{display:inline-flex;align-items:center;min-height:2.25rem;padding:.35rem .55rem;border-radius:6px;color:inherit;cursor:pointer;text-decoration:none;user-select:none}.header-nav a:hover,.header-nav__group:hover>a,.header-nav__group:focus-within>a{color:var(--brand);background:var(--surface)}.header-nav a:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.header-nav__group{position:relative}.header-nav__menu{position:absolute;top:100%;inset-inline-start:0;z-index:20;display:grid;min-width:13rem;padding:.5rem .25rem .25rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);background-clip:padding-box;box-shadow:var(--shadow);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .12s ease .5s,visibility 0s linear .62s}.header-nav__group:hover .header-nav__menu,.header-nav__group:focus-within .header-nav__menu{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s}.header-nav__menu a{justify-content:flex-start;white-space:nowrap}.header-controls{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}:is(.theme-toggle,.lang-switcher__trigger){display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:1px solid transparent;border-radius:6px;background:none;color:var(--muted);cursor:pointer;line-height:0;text-decoration:none}.lang-switcher__trigger{gap:.35rem;padding:.35rem .5rem;font-size:.875rem;line-height:1.2;list-style:none;user-select:none}:is(.theme-toggle,.lang-switcher__trigger):hover{color:var(--brand);background:var(--surface)}:is(.theme-toggle,.lang-switcher__trigger,.lang-switcher__menu a,.logo):focus-visible{outline:2px solid var(--brand);outline-offset:2px}.theme-toggle__icon{display:none}html[data-theme=light] .theme-toggle__icon--light,html[data-theme=dark] .theme-toggle__icon--dark{display:block}.theme-toggle svg{display:block;width:1.25rem;height:1.25rem}.logo{display:inline-block;line-height:0;text-decoration:none}.logo__mark svg{display:block;height:2.25rem;width:auto;fill:var(--brand)}.lang-switcher{position:relative}.lang-switcher__trigger::-webkit-details-marker{display:none}.lang-switcher__trigger::marker{content:""}.lang-switcher[open] .lang-switcher__trigger{color:var(--brand);background:var(--surface)}.lang-switcher__icon{width:1.125rem;height:1.125rem;flex-shrink:0}.lang-switcher__menu{position:absolute;top:calc(100% + .25rem);inset-inline-end:0;z-index:20;display:grid;grid-template-columns:1fr 1fr;gap:0 .25rem;margin:0;padding:.25rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);box-shadow:var(--shadow)}.lang-switcher__menu ul{list-style:none;margin:0;padding:0}.lang-switcher__menu ul+ul{border-inline-start:1px solid var(--border);padding-inline-start:.25rem}.lang-switcher__menu a{display:block;padding:.4rem .6rem;border-radius:4px;font-size:.875rem;color:var(--muted);text-decoration:none;white-space:nowrap}.lang-switcher__menu a:hover{color:var(--brand);background:var(--surface)}.lang-switcher__menu a[aria-current=page]{color:var(--brand);font-weight:500;background:var(--surface)}main{flex:1;padding:0 0 5rem}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;padding:1.25rem 0;border-top:1px solid var(--subtle);font-size:.875rem;color:var(--subtle)}.footer-copy{margin:0}.footer-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem}.footer-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.25rem .35rem;border-radius:6px;color:inherit;text-decoration:none}.footer-nav a:hover{color:var(--text)}.footer-nav a:focus-visible{outline:2px solid var(--subtle);outline-offset:2px}@media(max-width:560px){.wrap{width:min(100% - 1.5rem,72rem)}.header-inner{padding-block:1rem}.header-primary{width:100%;justify-content:space-between}.header-nav{order:3;width:100%;overflow-x:auto;padding-bottom:.15rem}.header-nav__menu{position:fixed;inset-inline:.75rem;top:4.5rem}}.eyebrow{margin-bottom:.9rem;color:var(--brand);font-size:.75rem;font-weight:750;letter-spacing:.16em;text-transform:uppercase}.section-heading{margin-bottom:2rem}.nowrap{white-space:nowrap}.compact-product__badge,.status-pill{align-self:flex-start;padding:.3rem .55rem;border:1px solid color-mix(in srgb,var(--product-accent) 28%,var(--border));border-radius:999px;color:var(--product-accent);font-size:.72rem;font-weight:750}.actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.5rem 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.65rem 1rem;border:1px solid var(--border);border-radius:.65rem;font-size:.9rem;font-weight:650;text-decoration:none}.button--primary{border-color:var(--product-accent);background:var(--product-accent);color:#fff}.button--quiet{color:var(--fg);background:color-mix(in srgb,var(--bg) 75%,transparent)}.button:hover{transform:translateY(-1px);box-shadow:0 8px 18px color-mix(in srgb,var(--product-accent) 18%,transparent)}.details-link,.back-link{color:var(--brand);font-weight:650;text-decoration:none}.details-link:hover,.back-link:hover{text-decoration:underline;text-underline-offset:.2em}:is(.feature-list,.privacy-section,.philosophy-item__body) a,:is(.feature-list,.privacy-section,.philosophy-item__body) a:visited{color:var(--brand)}.carousel{position:relative;min-width:0;padding:.6rem;border:1px solid color-mix(in srgb,var(--product-accent) 25%,var(--border));border-radius:1rem;background:color-mix(in srgb,var(--bg) 65%,transparent);box-shadow:var(--shadow);outline:none}.carousel:focus-visible{outline:2px solid var(--product-accent);outline-offset:3px}.carousel__viewport{position:relative;aspect-ratio:8 / 5;overflow:hidden;border-radius:.65rem;background:var(--bg)}.carousel__slide{display:block;width:100%;height:100%;object-fit:contain}.carousel__slide[hidden]{display:none}.carousel__control{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid color-mix(in srgb,#fff 35%,transparent);border-radius:999px;background:color-mix(in srgb,#071020 78%,transparent);color:#fff;cursor:pointer;font-size:1.2rem;transform:translateY(-50%);backdrop-filter:blur(8px)}.carousel__control:hover{background:color-mix(in srgb,var(--product-accent) 86%,#071020)}.carousel__control:focus-visible,.carousel__dots button:focus-visible{outline:2px solid #fff;outline-offset:2px}.carousel__control--previous{inset-inline-start:1.2rem}.carousel__control--next{inset-inline-end:1.2rem}.carousel__dots{position:absolute;inset-inline-end:0;bottom:1.1rem;inset-inline-start:0;display:flex;justify-content:center;gap:.45rem}.carousel__dots button{width:.5rem;height:.5rem;padding:0;border:0;border-radius:999px;background:color-mix(in srgb,#fff 58%,transparent);cursor:pointer;box-shadow:0 0 0 1px color-mix(in srgb,#071020 45%,transparent)}.carousel__dots button[aria-current=true]{width:1.35rem;background:var(--product-accent)}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:clamp(4rem,8vw,7rem)}.detail-card{padding:clamp(1.5rem,3vw,2.5rem);border:1px solid var(--border);border-radius:1.25rem}.detail-card--privacy{background:var(--surface)}.feature-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.feature-list li{position:relative;padding-inline-start:1.4rem}.feature-list li:before{position:absolute;inset-inline-start:0;color:var(--brand);content:"✓"}.feature-list--limit li:before{content:"!"}.feature-list--plan li:before{content:"→"}.gallery__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gallery__grid img{width:100%;height:auto;border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}.philosophy-list{display:grid;gap:.75rem;max-width:48rem;margin-top:2rem}.philosophy-item{border:1px solid var(--border);border-radius:.75rem;background:var(--surface)}.philosophy-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.5rem;padding:.9rem 1rem;color:var(--fg);cursor:pointer;font-weight:700;list-style:none}.philosophy-item summary::-webkit-details-marker{display:none}.philosophy-item summary:after{flex:0 0 auto;color:var(--brand);content:"+";font-size:1.35rem;font-weight:500;line-height:1}.philosophy-item[open] summary:after{content:"−"}.philosophy-item__body{display:grid;gap:.8rem;padding:1rem;border-top:1px solid var(--border-subtle);color:var(--muted)}.philosophy-item__body p{max-width:42rem;margin:0}.philosophy-item__body a{color:var(--brand);font-weight:650;text-decoration:none}.philosophy-item__body a:hover{text-decoration:underline;text-underline-offset:.2em}.contact-links{display:grid;gap:.5rem;max-width:34rem;margin-inline:auto}.contact-links a{display:grid;gap:.2rem;padding:.75rem 0;border-bottom:1px solid var(--border);color:inherit;text-decoration:none}.contact-links a:hover strong{color:var(--brand)}.contact-links span{color:var(--muted);font-size:.95rem}.contact-links strong{color:var(--fg);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:750;overflow-wrap:anywhere}@media(max-width:560px){.details-grid,.gallery__grid{grid-template-columns:1fr}.button{flex:1 1 auto}}.hero{padding-top:clamp(5rem,12vw,9rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.hero__intro{max-width:38rem;margin-bottom:2rem;color:var(--muted);font-size:clamp(1.15rem,2.2vw,1.45rem)}.products-section{padding-top:1rem}.product-list{display:grid;gap:1.5rem}.product-card{--product-accent: var(--brand);display:grid;grid-template-columns:minmax(0,.8fr) minmax(22rem,1.2fr);gap:clamp(2rem,5vw,4.5rem);align-items:center;min-height:27rem;padding:clamp(1.5rem,4vw,3.5rem);overflow:hidden;border:1px solid var(--border);border-radius:1.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--product-accent) 8%,transparent),transparent 56%),var(--surface-solid)}.product-card--red{--product-accent: #cf4f55}.product-card--blue{--product-accent: #3f6eb8}.product-card--green{--product-accent: #2a7a4f}.product-card--violet,.compact-product--violet{--product-accent: #6b5bd6}.compact-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.compact-product{--product-accent: var(--brand);display:flex;min-height:17rem;flex-direction:column;gap:1rem;padding:1.25rem;border:1px solid var(--border);border-radius:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--product-accent) 9%,transparent),transparent 58%),var(--surface-solid)}.compact-product--red{--product-accent: #cf4f55}.compact-product--blue{--product-accent: #3f6eb8}.compact-product--green{--product-accent: #2a7a4f}.compact-product h3{font-size:clamp(1.35rem,2vw,1.75rem);letter-spacing:0}.compact-product p{margin:0;color:var(--muted)}.compact-product__type{font-size:.85rem;font-weight:700}.compact-product__links{display:flex;flex-wrap:wrap;gap:.45rem .7rem;margin-top:auto}.compact-product__links a{color:var(--brand);font-size:.9rem;font-weight:650;text-decoration:none}.compact-product__links a:hover{text-decoration:underline;text-underline-offset:.2em}.compact-product .details-link{margin-top:.1rem}.philosophy-strip{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-top:clamp(3rem,7vw,5rem);padding-top:clamp(2rem,5vw,4rem);border-top:1px solid var(--border)}.philosophy-strip h2{max-width:32rem;font-size:clamp(1.25rem,2.2vw,1.75rem);letter-spacing:0}@media(max-width:800px){.product-card{grid-template-columns:1fr}.compact-product-grid{grid-template-columns:1fr 1fr}.philosophy-strip{align-items:start;flex-direction:column}}@media(max-width:560px){.hero{padding-top:4rem}.product-card{padding:1.25rem;border-radius:1rem}.compact-product-grid{grid-template-columns:1fr}}.ai-limits-hero{--product-accent: #6b5bd6;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,3rem);align-items:start;margin-bottom:1.5rem;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--border);border-radius:1.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--product-accent) 10%,transparent),transparent 58%),var(--surface-solid)}.ai-limits-hero h1{max-width:none;margin-bottom:1rem}.ai-limits-hero>div>p:not(.eyebrow,.hero__intro){max-width:44rem;color:var(--muted)}.product-title{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-title img{flex:0 0 auto;width:4rem;height:4rem;border-radius:.7rem;filter:drop-shadow(0 8px 16px color-mix(in srgb,var(--product-accent) 25%,transparent))}.product-number{margin-bottom:.2rem;color:var(--product-accent);font-size:.72rem;font-weight:750;letter-spacing:.15em}.product-summary{max-width:34rem;margin-bottom:1.5rem;color:var(--fg);font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.45}.product-page{padding-top:3rem}.back-link{display:inline-block;margin-bottom:2rem}.product-hero{--product-accent: var(--brand);display:grid;grid-template-columns:minmax(0,.9fr) minmax(24rem,1.1fr);gap:clamp(2rem,5vw,4rem);align-items:center;margin-bottom:1.5rem;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--border);border-radius:1.5rem;background:linear-gradient(135deg,color-mix(in srgb,var(--product-accent) 8%,transparent),transparent 56%),var(--surface-solid)}.product-title--large img{width:5rem;height:5rem}.product-title--large h1{margin:0;font-size:clamp(2.4rem,5vw,4rem)}.product-hero__copy>p:not(.product-summary){color:var(--muted)}.product-hero__image{width:100%;height:auto;border:.6rem solid color-mix(in srgb,var(--bg) 70%,transparent);border-radius:1rem;box-shadow:var(--shadow)}@media(max-width:800px){.product-hero,.ai-limits-hero{grid-template-columns:1fr}}@media(max-width:560px){.product-hero,.ai-limits-hero{padding:1.25rem;border-radius:1rem}}.service-page{flex:1;padding:clamp(2.5rem,7vh,4.5rem) 0}.service-page h1{max-width:34rem;margin:0 0 clamp(1.5rem,4vh,2.25rem);color:var(--fg);font-size:clamp(3rem,8vw,6rem);line-height:.95;letter-spacing:0;margin-inline:auto}.about-page,.privacy-page{padding:clamp(3rem,7vh,5rem) 0 clamp(4rem,8vh,6rem)}.about-section,.privacy-hero{max-width:48rem;margin-inline:auto}.about-section+.about-section{margin-top:clamp(3rem,7vw,5rem)}.about-section :is(h1,h2),.privacy-hero h1{max-width:24ch;margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1;letter-spacing:0}.about-lead{max-width:48rem;margin:1.5rem 0 0;color:var(--muted);font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.6;text-align:justify}.privacy-date,.privacy-disclaimer{margin:1rem 0 0;color:var(--brand);font-size:.9rem;font-weight:700}.privacy-lead{max-width:48rem;margin:1rem 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.6}.privacy-content{display:grid;gap:2rem;max-width:48rem;margin:clamp(2.5rem,6vw,4rem) auto 0}.privacy-section{padding-top:1.5rem;border-top:1px solid var(--border)}.privacy-section h2{max-width:none;margin-bottom:1rem;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.25;letter-spacing:0}.privacy-section p{margin:0;color:var(--muted)}.privacy-section p+p{margin-top:.8rem}.privacy-section a{color:var(--brand);font-weight:650;text-decoration:none}.privacy-section a:hover{text-decoration:underline;text-underline-offset:.2em}
