@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body,h1,h2,h3,p,ul,ol,blockquote{margin:0}ul,ol{padding:0}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}}@layer base{:root{--color-ink:#29282c;--color-ink-soft:#49474e;--color-muted:#626068;--color-paper:#f6f4f0;--color-surface:#fff;--color-line:#e8ddd7;--color-brand:#f13b0b;--color-brand-action:#bd3109;--color-brand-dark:#8d2305;--color-peach:#fff0e8;--color-yellow:#ffe49b;--color-mint:#dff6e8;--color-sky:#dfeeff;--color-lilac:#ede7ff;--color-focus:#075bb5;--shadow-soft:0 1.25rem 4rem #201f1e14;--shadow-card:0 .75rem 2rem #201f1e0f;--radius-small:.8rem;--radius-medium:1.35rem;--radius-large:2rem;--container:72rem;color:var(--color-ink);background:var(--color-paper);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:0;min-height:100vh;color:var(--color-ink);background:var(--color-paper);overflow-wrap:anywhere;font-size:1rem;line-height:1.65}h1,h2,h3{letter-spacing:-.025em;text-wrap:balance;overflow-wrap:anywhere;line-height:1.05}h1{font-size:clamp(2.75rem,7vw,5.7rem)}h2{font-size:clamp(2rem,4vw,3.55rem)}h3{font-size:1.4rem}p{text-wrap:pretty}a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:.08em}a:hover{text-decoration-thickness:.13em}:focus-visible{outline:.2rem solid var(--color-focus);outline-offset:.2rem;box-shadow:0 0 0 .13rem var(--color-surface);scroll-margin-block:1rem}main:focus{box-shadow:none;outline:none}::selection{color:var(--color-ink);background:var(--color-yellow)}}@layer layout{.container{width:min(var(--container), calc(100% - 2.5rem));margin-inline:auto}.section{padding-block:clamp(3.6rem,6.5vw,6.2rem)}.section-heading{grid-template-columns:minmax(0,1.45fr) minmax(17rem,.65fr);align-items:end;gap:3rem;margin-bottom:clamp(2rem,3.5vw,3rem);display:grid}.section-heading>p{color:var(--color-muted);font-size:1.07rem}.section-heading h2{max-width:15ch}.hero__grid>*,.section-heading>*,.product-card>*,.principles__panel>*,.about__grid>*,.contact__panel>*{min-width:0}}@layer components{.skip-link{z-index:100;color:#fff;background:var(--color-ink);border-radius:.6rem;padding:.75rem 1rem;font-weight:750;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:.0625rem;height:.0625rem;margin:-.0625rem;padding:0;position:absolute;overflow:hidden}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;backdrop-filter:blur(.8rem);background:#fffffff5;border-bottom:.0625rem solid #29282c14;position:sticky;top:0}.site-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,3vw,2.5rem);min-height:5rem;display:grid}.brand{border-radius:.3rem;align-items:center;min-height:3rem;display:inline-flex}.brand img{width:15.5rem;height:auto}.primary-nav{justify-content:center;gap:clamp(.4rem,2vw,1.7rem);display:flex}.primary-nav a{min-height:2.75rem;color:var(--color-ink-soft);border-radius:.45rem;align-items:center;padding-inline:.5rem;font-size:.94rem;font-weight:700;text-decoration:none;display:inline-flex}.primary-nav a:hover{color:var(--color-brand-dark);background:var(--color-peach)}.button{border:.125rem solid var(--color-brand-action);color:#fff;background:var(--color-brand-action);min-height:3.25rem;box-shadow:none;text-align:center;border-radius:.55rem;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-weight:780;line-height:1.2;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s,box-shadow .16s;display:inline-flex}.button:hover{border-color:var(--color-brand-dark);background:var(--color-brand-dark);box-shadow:none;text-decoration:none;transform:translateY(-.125rem)}.button--small{min-height:2.75rem;padding:.6rem 1rem;font-size:.92rem}.eyebrow{color:var(--color-brand-dark);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem;font-size:.77rem;font-weight:850;line-height:1.3}.eyebrow--light{color:var(--color-yellow)}.hero{border-bottom:.0625rem solid var(--color-line);background:#f6f4f0;padding-block:clamp(4rem,7vw,6.2rem)}.hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(22rem,.75fr);align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.hero__copy h1{letter-spacing:-.045em;word-spacing:.06em;max-width:12ch;font-size:clamp(3.4rem,6.5vw,5.4rem)}.hero__title-accent{color:var(--color-brand-action);padding-bottom:.06em;display:block}@supports (background-clip:text){.hero__title-accent{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(105deg,#bd3109 0%,#d9380b 17%,#9f1853 36%,#5b2ca0 55%,#4338ca 68%,#087a4f 82%,#c9340b 94%,#bd3109 100%);background-position:0%;background-size:240% 100%;-webkit-background-clip:text;background-clip:text;animation:12s ease-in-out infinite alternate hero-title-spectrum}}@keyframes hero-title-spectrum{0%{background-position:0%}to{background-position:100%}}.hero__lead{max-width:36rem;color:var(--color-ink-soft);margin-top:1.35rem;font-size:clamp(1.08rem,2vw,1.24rem);line-height:1.6}.hero__actions{flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:1.5rem;display:flex}.text-link{min-height:3rem;color:var(--color-ink);text-decoration-color:var(--color-brand);border-radius:.3rem;align-items:center;gap:.55rem;padding-inline:.25rem;font-weight:780;display:inline-flex}.text-link span{color:var(--color-brand-dark);font-size:1.2em}.motion-control{z-index:100;border:.0625rem solid var(--color-line);width:fit-content;max-width:calc(100% - 1.5rem);min-height:2.75rem;color:var(--color-ink);background:var(--color-paper);cursor:pointer;border-radius:.6rem;align-items:center;gap:.65rem;padding:.65rem .85rem;font-size:.8rem;display:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(calc(-100% - 1rem))}.motion-control:focus-within,.motion-control:target{transform:translateY(0)}.motion-control input{width:1.1rem;height:1.1rem;accent-color:var(--color-brand-action);flex:none;margin:0}@supports selector(:has(*)){.motion-control{display:inline-flex}.hero:has(.motion-control input:checked) .hero__title-accent{animation-play-state:paused}}@supports not selector(:has(*)){.hero__title-accent{animation:none}}.hero-visual{color:#fff;background:#242326;border-radius:.55rem;padding:clamp(1.6rem,3vw,2.35rem);position:relative;overflow:hidden}.hero-visual:after{content:"";background:#ff4200;width:.35rem;height:100%;position:absolute;top:0;right:0}.hero-visual__head{align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.hero-visual__head>p{color:#cbc8cc;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.hero-visual__brand{color:#ff4200;flex:none;width:2.7rem;display:block}.hero-visual__brand svg{width:100%}.hero-visual__list li{border-top:.0625rem solid #ffffff2b;grid-template-columns:2.5rem 1fr;align-items:center;gap:1rem;min-height:3.7rem;display:grid}.hero-visual__list span{color:#ff7b52;letter-spacing:.12em;font-size:.7rem;font-weight:850}.hero-visual__list strong{font-size:1.05rem;font-weight:680}.hero-visual__foot{color:#aaa7ae;border-top:.0625rem solid #ffffff2b;max-width:26rem;padding-top:1.1rem;font-size:.86rem}.services{background:#fff;border-bottom:.0625rem solid #29282c17}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(2.5rem,7vw,6rem);display:grid}.service-card{border-top:.0625rem solid var(--color-line);grid-template-columns:2.5rem 1fr;gap:.55rem 1.25rem;padding-block:1.4rem;display:grid}.service-card__number{color:var(--color-brand-dark);letter-spacing:.12em;grid-row:1/span 2;margin:0;font-size:.76rem;font-weight:850}.service-card h3{font-size:1.25rem}.service-card>p:last-child{max-width:34rem;color:var(--color-muted);font-size:.94rem}.products{background:var(--color-paper);overflow:clip}.products-grid{gap:.75rem;display:grid}.product-card{--product-accent:#ff8c68;--product-muted:#ffffffb8;color:#fff;min-height:17rem;box-shadow:none;background:linear-gradient(135deg,#29282c,#4c2820);border:0;border-radius:.55rem;grid-template-columns:minmax(16rem,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(2.5rem,7vw,7rem);padding:clamp(1.75rem,4vw,3rem);display:grid;position:relative;overflow:hidden}.product-card--rose{--product-accent:#fda4af;--product-muted:#e8cbdc;background:linear-gradient(135deg,#321229 0%,#7a1649 54%,#6b21a8 100%)}.product-card--indigo{--product-accent:#a5b4fc;--product-muted:#d4d7f7;background:linear-gradient(135deg,#17172f 0%,#2e2a78 52%,#4338ca 100%)}.product-card--ember{--product-accent:#fdba74;--product-muted:#f6d0bd;background:linear-gradient(135deg,#24130f 0%,#8f2f13 56%,#c2410c 100%)}.product-card--green{--product-accent:#a3e635;--product-muted:#c4ddd4;background:linear-gradient(135deg,#082f2c 0%,#075743 56%,#087a4f 100%)}.product-card--memory{--product-accent:#e5a7aa;--product-muted:#d8ced0;background:linear-gradient(135deg,#292929 0%,#3a3030 58%,#641a1e 100%)}.product-card__identity{flex-direction:column;align-self:stretch;display:flex}.product-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:auto;display:flex}.product-icon{width:3.3rem;height:3.3rem;color:var(--product-accent);background:#ffffff17;border-radius:.45rem;flex:none;place-items:center;display:grid}.product-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:1.9rem;height:1.9rem}.status{min-height:2rem;color:var(--product-muted);white-space:nowrap;background:0 0;border:0;align-items:center;gap:.45rem;padding:.2rem 0;font-size:.72rem;font-weight:800;line-height:1.2;display:inline-flex}.status span{background:var(--product-accent);border-radius:50%;width:.5rem;height:.5rem}.product-card__eyebrow{color:var(--product-accent);letter-spacing:.1em;text-transform:uppercase;margin-top:2.1rem;margin-bottom:.55rem;font-size:.75rem;font-weight:850}.product-card h3{max-width:15ch;font-size:clamp(2rem,4vw,3rem)}.product-card__copy{border-left:.0625rem solid #ffffff38;padding-left:clamp(1.5rem,4vw,4rem)}.product-card__summary{color:#fff;letter-spacing:-.02em;max-width:29ch;margin-bottom:1rem;font-size:clamp(1.35rem,2.6vw,1.8rem);font-weight:700;line-height:1.32}.product-card__details{max-width:58ch;color:var(--product-muted);font-size:.98rem;line-height:1.55}.product-card__domain{min-height:2.75rem;color:var(--product-accent);border-radius:.25rem;align-self:flex-start;align-items:center;gap:.5rem;margin-top:.75rem;padding-inline:.15rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.82rem;font-weight:800;text-decoration-color:currentColor;display:inline-flex}.product-card__domain:hover{color:#fff}.product-card__access-note{color:var(--product-muted);font-size:.75rem}.product-card__domain-arrow{font-size:1.15em;transition:transform .16s}.product-card__domain:hover .product-card__domain-arrow{transform:translate(.12rem,-.12rem)}.principles{background:#242326;padding-block:clamp(3.6rem,6.5vw,6rem)}.principles__panel{color:#fff;grid-template-columns:minmax(0,.95fr) minmax(22rem,1.05fr);gap:clamp(2.25rem,5vw,4.5rem);display:grid}.principles__message h2{max-width:12ch;font-size:clamp(2.25rem,5vw,4.3rem)}.principles__message>p:last-child{color:#dcdbde;max-width:35rem;margin-top:1.15rem}.process-list{display:grid}.process-list li{border-bottom:.0625rem solid #ffffff2e;grid-template-columns:3rem 1fr;align-items:center;gap:1rem;min-height:4.75rem;display:grid}.process-list li:last-child{border-bottom:0}.process-list>li>span{color:var(--color-yellow);letter-spacing:.12em;font-size:.74rem;font-weight:850}.process-list div{line-height:1.35;display:grid}.process-list strong{font-size:1.08rem}.process-list small{color:#c8c6cb;font-size:.83rem}.about{background:#fff}.about__grid{grid-template-columns:minmax(0,1.2fr) minmax(20rem,.8fr);align-items:center;gap:clamp(2.4rem,6vw,6rem);display:grid}.about__copy h2{max-width:15ch;margin-bottom:1.2rem}.about__copy>p:not(.eyebrow){max-width:43rem;color:var(--color-muted);font-size:1.03rem}.about__copy>p+p{margin-top:1rem}.about-note{background:#f3f1ed;border-left:.3rem solid #ff4200;padding:clamp(1.5rem,3vw,2.1rem)}.about-note__mark{color:#ff4200;width:3rem;height:3rem;margin-bottom:1.1rem;display:block}.about-note__mark svg{width:100%;height:100%}.about-note__label{color:var(--color-brand-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.7rem;font-size:.72rem;font-weight:850}.about-note__statement{color:var(--color-ink);letter-spacing:-.025em;font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:780;line-height:1.35}.about-note>p:last-child{color:var(--color-muted);margin-top:1.1rem;font-size:.88rem}.contact{background:#fff;padding-top:0}.contact__panel{border-block:.0625rem solid var(--color-line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding-block:clamp(2rem,3.5vw,3rem);display:grid}.contact__panel h2{max-width:17ch}.contact__panel>div:first-child>p:last-child{max-width:40rem;color:var(--color-muted);margin-top:1rem}.contact__actions{justify-items:center;gap:.85rem;display:grid}.contact__phone{min-height:2.75rem;color:var(--color-ink);border-radius:.35rem;align-items:center;padding-inline:.5rem;font-weight:780;display:inline-flex}.site-footer{color:#f7f4f2;background:#242326;padding-block:3rem 1.2rem}.footer-grid{grid-template-columns:1.4fr .7fr .7fr 1fr;gap:2rem;padding-bottom:2.2rem;display:grid}.footer-brand{color:#fff;letter-spacing:.22em;border-radius:.3rem;align-items:center;min-height:2.75rem;font-size:1.5rem;font-weight:860;text-decoration:none;display:inline-flex}.footer-brand span{color:#ff6a3d}.footer-intro p{color:#bdbac0;max-width:24rem;margin-top:.75rem;font-size:.9rem}.footer-heading{color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;font-size:.78rem}.footer-links{gap:.25rem;display:grid}.footer-links li{display:block}.footer-links a{color:#d9d7db;border-radius:.3rem;align-items:center;min-height:2.75rem;font-size:.9rem;display:inline-flex}.footer-links a:hover{color:#fff}.footer-address{color:#bdbac0;font-size:.84rem;font-style:normal;line-height:1.8}.footer-address strong{color:#fff}.footer-bottom{color:#aaa7ae;border-top:.0625rem solid #ffffff1f;justify-content:space-between;gap:1rem;padding-top:1.4rem;font-size:.75rem;display:flex}.page-intro{border-bottom:.0625rem solid var(--color-line);background:radial-gradient(circle at 85% 10%, #ffe49b8c, transparent 18rem), var(--color-paper);padding-block:clamp(4.5rem,9vw,7.5rem) clamp(3rem,6vw,5rem)}.prose-container{max-width:51rem}.page-intro h1{max-width:13ch;font-size:clamp(2.8rem,7vw,5.3rem)}.page-intro__lead{max-width:42rem;color:var(--color-muted);margin-top:1.4rem;font-size:clamp(1.1rem,2vw,1.3rem)}.breadcrumbs{color:var(--color-muted);margin-bottom:2rem;font-size:.85rem}.breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.4rem .75rem;display:flex}.breadcrumbs li{align-items:center;gap:.75rem;display:inline-flex}.breadcrumbs li+li:before{content:"";border-top:.1rem solid;border-right:.1rem solid;width:.35rem;height:.35rem;transform:rotate(45deg)}.breadcrumbs a{align-items:center;min-height:2.75rem;display:inline-flex}.prose{padding-block:clamp(3.5rem,7vw,6rem)}.prose h2{letter-spacing:-.025em;margin-top:2.8rem;margin-bottom:.9rem;font-size:clamp(1.45rem,3vw,2rem)}.prose h2:first-of-type{margin-top:2rem}.prose p,.prose li{color:var(--color-ink-soft)}.prose p+p{margin-top:1rem}.prose ul,.prose ol{gap:.6rem;margin-block:1rem;padding-left:1.5rem;display:grid}.prose a{color:var(--color-brand-dark);font-weight:720}.prose code{color:var(--color-ink);background:#eee9e6;border-radius:.3rem;padding:.1rem .35rem;font-size:.88em}.document-meta{color:var(--color-muted);font-size:.84rem}.notice{border-radius:var(--radius-small);background:#fff6d8;border:.0625rem solid #e8c56f;border-left:.3rem solid #966600;margin-block:2rem;padding:1.2rem 1.35rem}.notice strong{color:#654700}.notice p{color:#584b2d;margin-top:.35rem;font-size:.9rem}.notice--soft{background:#eaf8f0;border-color:#b9d9c8 #b9d9c8 #b9d9c8 #18794e}.notice--soft strong,.notice--soft p{color:#155c3c}.error-page{text-align:center;place-items:center;min-height:65vh;padding-block:5rem;display:grid}.error-page__inner{justify-items:center;display:grid}.error-page__code{color:var(--color-brand-action);letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(4rem,12vw,8rem);font-weight:900;line-height:1}.error-page h1{max-width:15ch;font-size:clamp(2.2rem,6vw,4rem)}.error-page__inner>p:not(.eyebrow,.error-page__code){color:var(--color-muted);margin-top:1rem}.error-page .button{margin-top:1.8rem}}@layer utilities{@media (width<=62rem){.site-header__inner{grid-template-columns:auto 1fr auto}.primary-nav{gap:.2rem}.primary-nav a{padding-inline:.35rem;font-size:.86rem}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(19rem,.72fr);gap:2.5rem}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1.2fr .8fr .8fr}.footer-address{border-top:.0625rem solid #ffffff1f;grid-column:1/-1;padding-top:1.5rem}}@media (width<=48rem){.container{width:min(var(--container), calc(100% - 2rem))}.site-header__inner{grid-template-columns:auto 1fr;min-height:4.35rem}.brand img{width:11rem}.primary-nav{justify-content:flex-end}.primary-nav a{flex:none;padding-inline:.35rem;font-size:.78rem}.site-header__inner>.button{display:none}.hero,.section{padding-block:3rem}.contact{padding-top:0}.hero__grid{grid-template-columns:1fr;gap:2.25rem}.hero__copy h1{max-width:13ch}.hero-visual{width:100%}.section-heading{grid-template-columns:1fr;gap:1.3rem}.section-heading h2{max-width:18ch}.product-card{grid-template-columns:1fr;gap:0;min-height:0}.product-card__copy{border-top:.0625rem solid #ffffff38;border-left:0;margin-top:.85rem;padding-top:.85rem;padding-left:0}.principles__panel{grid-template-columns:1fr}.principles{padding-block:3rem}.about__grid,.contact__panel{grid-template-columns:1fr}.contact__actions{justify-items:start}.footer-grid{grid-template-columns:1fr 1fr}.footer-intro,.footer-address{grid-column:1/-1}}@media (width<=34rem){.site-header .container{width:calc(100% - 1rem)}.site-header__inner{flex-wrap:wrap;justify-content:space-between;gap:.35rem;display:flex}.brand img{width:9.5rem}.primary-nav{flex-wrap:wrap;gap:0}.primary-nav a{padding-inline:.15rem;font-size:.72rem}.hero__actions,.hero__actions .button{width:100%}.hero__actions{align-items:stretch}.hero__actions .text-link{justify-content:center}.hero-visual{padding:1.3rem}.product-card__eyebrow{margin-top:1.5rem}.services-grid{grid-template-columns:1fr}.product-card{padding:1.25rem}.product-card__top{align-items:center}.status{white-space:normal}.contact__actions,.contact__actions .button{width:100%}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero__title-accent{background-position:50%;animation:none!important}}@media (height<=32rem){html{scroll-padding-top:1rem}.site-header{position:static}}@media (prefers-reduced-motion:reduce),(forced-colors:active){.motion-control{display:none}}@media (forced-colors:active){.hero__title-accent{color:canvastext;-webkit-text-fill-color:CanvasText;background:0 0;animation:none}.button,.product-card,.service-card,.contact__panel,.about-note{border:.125rem solid buttontext}.status span{background:canvastext}}@media print{*,:before,:after{color:#000!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important;animation:none!important}:root{font-size:10pt}.container{width:100%;max-width:none}.site-header{position:static}.site-header__inner{min-height:0;display:block}.skip-link,.primary-nav,.site-header__inner>.button,.hero-visual,.motion-control{display:none!important}.hero,.section,.page-intro,.prose,.site-footer{padding-block:1.25rem}.hero__grid,.section-heading,.principles__panel,.about__grid,.contact__panel{display:block}h1,h2,h3{break-after:avoid;max-width:none!important}.hero__copy h1,.page-intro h1{font-size:2.6rem}h2,.principles__message h2{font-size:1.75rem}.hero__title-accent{-webkit-text-fill-color:#000}.section-heading{margin-bottom:1rem}.product-card{break-inside:avoid;border-bottom:1pt solid #999;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1.5rem;min-height:0;padding:1rem 0}.product-card h3{font-size:1.3rem}.product-card__copy{padding-left:0}.product-card__eyebrow{margin-top:.75rem}.product-card__summary,.about-note__statement{font-size:1.15rem}.process-list,.about-note,.footer-address{break-inside:avoid}.contact__actions{justify-items:start;margin-top:1rem}}}@page{margin:15mm}
