html{scroll-behavior:smooth}#root{min-height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;--bg: #faf9f6;--surface: #ffffff;--text: #2a2a2a;--text-muted: #7a7a7a;--accent: #b8a36a;--accent-soft: #d6c89a;--accent-border: rgba(184, 163, 106, .35);--nav-bg: rgba(250, 249, 246, .92);--nav-border: rgba(0, 0, 0, .06);--button-bg: transparent;--button-text: #2a2a2a;--button-border: rgba(0, 0, 0, .15);background-color:var(--bg);color:var(--text);--nav-height: 80px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg: #0b0f14;--surface: #111827;--text: #e6e4df;--text-muted: #9ca3af;--accent: #c2ad73;--accent-soft: #e2d6a8;--accent-border: rgba(194, 173, 115, .4);--nav-bg: rgba(11, 15, 20, .9);--nav-border: rgba(255, 255, 255, .08);--button-bg: transparent;--button-text: #e6e4df;--button-border: rgba(255, 255, 255, .18)}a{font-weight:500;color:var(--accent);text-decoration:none;transition:opacity .25s ease}a:hover{opacity:.75}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text);transition:background-color .35s ease,color .35s ease}h1,h2,h3,h4{font-weight:400;letter-spacing:.02em}h1{font-size:3rem;line-height:1.2}button{border-radius:999px;border:1px solid var(--button-border);padding:.6em 1.4em;font-size:.9rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;font-family:inherit;background-color:var(--button-bg);color:var(--button-text);cursor:pointer;transition:border-color .3s ease,opacity .3s ease}button:hover{border-color:var(--accent);opacity:.8}button:disabled{opacity:.35;pointer-events:none}button:focus,button:focus-visible{outline:none}::selection{background:var(--accent-soft);color:#1a1a1a}@media(prefers-color-scheme:dark){:root:not([data-theme]){--bg: #0b0f14;--surface: #111827;--text: #e6e4df;--text-muted: #9ca3af;--accent: #c2ad73;--accent-soft: #e2d6a8;--accent-border: rgba(194, 173, 115, .4);--nav-bg: rgba(11, 15, 20, .9);--nav-border: rgba(255, 255, 255, .08);--button-bg: transparent;--button-text: #e6e4df;--button-border: rgba(255, 255, 255, .18)}}#root{width:100%;margin:0 auto}.container{max-width:1280px;margin-inline:auto;padding-inline:24px}html,body{margin:0;padding:0}header{position:sticky;top:0;z-index:1000;width:100%;background:var(--bg);border-bottom:1px solid var(--nav-border)}nav{height:80px;width:100%}.nav-inner{height:100%;max-width:1280px;margin-inline:auto;padding-inline:24px;display:flex;align-items:center;justify-content:space-between}.nav-left,.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-logo{height:48px;width:auto;object-fit:contain}.logo-wrapper{background:none;border:none;padding:0;margin:0;display:flex;align-items:center;cursor:pointer}.logo-wrapper:hover,.logo-wrapper:focus,.logo-wrapper:active{background:none;outline:none;box-shadow:none}.nav-text{position:relative;font-size:clamp(1rem,2vw,1.5rem);font-weight:600;margin:0;padding:0;color:var(--text);cursor:pointer;text-decoration:none;display:flex;align-items:center;line-height:1}.nav-text:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:1px;background:var(--accent);transition:width .24s ease}.nav-text:hover:after{width:100%}.nav-text:hover,.nav-text:focus,.nav-text:active,.nav-text:visited{color:var(--text);text-decoration:none}.theme-toggle{width:48px;height:26px;border-radius:999px;background:linear-gradient(to bottom,#0000000a,#00000014);border:1px solid var(--accent-border);cursor:pointer;padding:2px;position:relative;box-shadow:inset 0 1px 1px #ffffff80,0 2px 6px #00000014;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .theme-toggle{background:linear-gradient(to bottom,#ffffff14,#ffffff0a);box-shadow:inset 0 1px 1px #ffffff1f,0 2px 8px #0006}.thumb{width:20px;height:20px;border-radius:50%;background:radial-gradient(circle at top left,#fff,#f2f2f2);position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #00000040,inset 0 0 0 1px #0000000d;transition:transform .3s cubic-bezier(.4,0,.2,1),background .3s ease}[data-theme=dark] .thumb{background:radial-gradient(circle at top left,var(--accent-soft),var(--accent));box-shadow:0 1px 3px #0009,inset 0 0 0 1px #00000026}.thumb.dark{transform:translate(22px)}.theme-toggle:hover{border-color:var(--accent)}.theme-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-soft),0 2px 8px #00000026}.desktop-only{display:inline-flex}.mobile-menu-trigger{display:none;position:relative;width:32px;height:32px;background:none;border:none;cursor:pointer;color:var(--text)}.mobile-overlay{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-menu-trigger{display:flex;align-items:center;justify-content:center}.icon-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .16s ease,transform .36s cubic-bezier(.22,1,.36,1)}.menu-icon{opacity:1;transform:rotate(0) scale(1)}.close-icon{opacity:0;transform:rotate(-90deg) scale(.8)}.mobile-menu-trigger.open .menu-icon{opacity:0;transform:rotate(90deg) scale(.8)}.mobile-menu-trigger.open .close-icon{opacity:1;transform:rotate(0) scale(1)}.mobile-overlay{display:block;position:fixed;top:80px;left:0;width:100vw;height:calc(100vh - 80px);background:var(--bg);z-index:999;opacity:0;pointer-events:none;transition:opacity .18s ease;padding:2rem 1.5rem}.mobile-overlay.open{opacity:1;pointer-events:auto;padding:0 24px}.overlay-content{display:flex;flex-direction:column;opacity:0;transform:translateY(-24px);transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .22s ease}.mobile-overlay.open .overlay-content{opacity:1;transform:translateY(0)}.overlay-item{font-size:24px;font-weight:600;padding:1.25rem 0;border-bottom:1px solid var(--nav-border);color:var(--text);text-decoration:none}.overlay-item:active{color:var(--accent)}}.lang-trigger{display:flex;align-items:center;gap:.5em;background:none;border:none;cursor:pointer;color:var(--text);font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.lang-trigger svg{width:1.2em;height:1.2em}.lang-current{display:flex;align-items:center;gap:.3em;font-size:1em;font-weight:700}.lang-current .flag{font-size:1.1em}.lang-current .code{color:var(--text)}.lang-panel{position:absolute;top:calc(100% + 10px);right:0;transform:none;width:220px;padding:6px;background:var(--nav-bg);border:1px solid var(--nav-border);border-radius:12px;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026}.lang-option{all:unset;cursor:pointer;display:grid;grid-template-columns:24px 1fr auto;align-items:center;padding:10px 12px;border-radius:8px;gap:8px}.lang-option:hover{background:#0000000f}.lang-option.active{background:#0000001a;font-weight:500}.lang-option .flag{font-size:18px}.lang-option .short{opacity:.6;font-size:12px}@media(max-width:768px){.lang-trigger{font-size:.9rem}}:root{--footer-bg: #faf8f3;--footer-border: rgba(0, 0, 0, .06)}[data-theme=dark]{--footer-bg: #020617;--footer-border: rgba(255, 255, 255, .08)}.site-footer{width:100%;background:var(--footer-bg);border-top:1px solid var(--footer-border)}.footer-inner{max-width:1200px;margin:0 auto;padding:3.25rem 1.5rem;display:flex;flex-direction:column;gap:1.75rem}.footer-brand{text-align:center}.footer-company{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--text);white-space:nowrap}.footer-tagline{margin-top:.375rem;font-size:.875rem;color:var(--text-muted)}.footer-right{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.footer-nav a{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.2;color:var(--text-muted);text-decoration:none;background-image:linear-gradient(var(--accent),var(--accent));background-repeat:no-repeat;background-size:0% 1px;background-position:left calc(50% + .85em);transition:color .2s ease,background-size .2s ease}.footer-nav a:hover{color:var(--accent);background-size:100% 1px}.footer-social{display:flex;justify-content:center;gap:1rem}.footer-social a{color:var(--text-muted);font-size:1.05rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.footer-social a:hover{color:var(--accent);transform:translateY(-1px)}@media(min-width:768px){.footer-inner{flex-direction:row;align-items:center;justify-content:space-between}.footer-brand{text-align:left}.footer-right{align-items:flex-end;gap:.375rem}.footer-nav,.footer-social{justify-content:flex-end}}.section{padding-block:clamp(64px,8vw,128px)}.title{position:relative;width:100vw;height:80vh;margin-left:calc(50% - 50vw);overflow:hidden}.intro-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about{padding-block:clamp(64px,8vw,128px);background:var(--bg)}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.about-image{display:flex;justify-content:center}.about-image img{width:100%;max-width:520px;border-radius:18px;filter:drop-shadow(0 30px 60px rgba(0,0,0,.12))}.about-content{max-width:520px}.about-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.about-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:500;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--text)}.about-description{font-size:1.05rem;line-height:1.7;color:var(--text-muted);white-space:pre-line}.about-link{display:inline-block;margin-top:1.75rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text);text-decoration:none;position:relative}.about-link:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--accent);transition:width .3s ease}.about-link:hover:after{width:100%}.products{padding-bottom:3rem;background:var(--bg)}.products-header{text-align:center;margin-bottom:4rem}.products-header h1{font-size:2.4rem;font-weight:400;letter-spacing:.02em;color:var(--text)}.products-subtitle{margin-top:.8rem;font-size:1rem;color:var(--text-muted)}.product-hero{width:100%;padding:6rem 1.5rem;background:radial-gradient(circle at top center,var(--accent-soft),var(--bg) 65%)}.product-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}.hero-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-description{font-size:1.125rem;max-width:420px;color:var(--text-muted);margin-bottom:2rem}.hero-actions{display:flex;gap:1.25rem}.hero-button{border-radius:999px;padding:.75rem 1.75rem;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.hero-button.primary{background:var(--accent);color:#1a1a1a;border:none}.hero-button.secondary{background:transparent;border:1px solid var(--accent);color:var(--text)}.product-hero-image{display:flex;justify-content:center;align-items:center}.product-hero-image img{width:100%;max-width:520px;height:auto;filter:drop-shadow(0 40px 80px rgba(0,0,0,.15))}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.product-card{text-align:center;transition:transform .4s cubic-bezier(.2,0,.2,1)}.product-card:hover{transform:translateY(-8px)}.product-image img{width:100%;max-width:260px;margin:0 auto 1.2rem}.product-card h3{font-size:1.1rem;font-weight:400;color:var(--text)}.product-card p{font-size:.9rem;color:var(--text-muted);margin-top:.4rem;padding:0 2.5rem}.carousel-spacer{display:none}.text-button{margin-top:1.6rem;background:none;border:none;font-size:.9rem;letter-spacing:.08em;cursor:pointer;color:var(--text);position:relative}.text-button:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--accent);transition:width .3s ease}.text-button:hover:after{width:100%}.products-footer{text-align:center;margin-top:4rem}.product-carousel-wrapper{position:relative}.carousel-arrow{display:none}.certifications{padding:6rem 1.5rem;background:var(--bg)}.certifications-header{text-align:center;max-width:560px;margin:0 auto 4rem}.certifications-header h2{font-size:2rem;font-weight:500;margin-bottom:1rem}.certifications-header p{color:var(--text-muted)}.certifications-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.cert-card{background:var(--surface);border:1px solid var(--nav-border);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cert-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 16px 32px #00000014}.cert-card img{width:100%;height:auto;max-height:320px;object-fit:contain}.cert-label{margin-top:1rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}@media(max-width:768px){.title{height:50svh;max-height:520px;margin-left:0;width:100%}.certifications{padding-top:48px;padding-bottom:48px}.products-header{padding-top:48px}.products-header h1{margin-top:0}.about{padding-bottom:48px}.products{padding-top:48px}.about-inner{grid-template-columns:1fr;text-align:center}.about-content{margin-inline:auto}.about-image img{max-width:360px}.featured-product{margin-bottom:3rem}.product-hero-inner{grid-template-columns:1fr;text-align:center}.product-hero{padding:6rem 0;padding-bottom:48px;border-radius:20px}.hero-description{margin-inline:auto}.hero-actions{justify-content:center}.product-hero-image img{max-width:360px}.product-grid{display:flex;overflow-x:auto;overflow-y:visible;touch-action:pan-x;scroll-snap-type:x mandatory;gap:1.5rem;-webkit-overflow-scrolling:touch}.products,.product-carousel-wrapper,main{overflow-x:hidden}.carousel-spacer{display:flex;flex:0 0 12.5vw}.product-card{flex:0 0 75vw;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center}.product-card p{padding:0 2.5rem}.product-image{width:100%;display:flex;justify-content:center}.product-image img{max-width:260px;width:100%}.product-card:hover{transform:none}.carousel-arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;font-size:1.5rem;font-weight:300;background:var(--nav-bg);color:var(--text);border:1px solid var(--nav-border);border-radius:50%;cursor:pointer;z-index:2;transition:opacity .3s ease}.carousel-arrow:disabled{opacity:.25;pointer-events:none}.carousel-arrow.prev{left:6px}.carousel-arrow.next{right:6px}.carousel-arrow:hover{opacity:.6}.certifications-grid{display:flex;overflow-x:auto;gap:1.25rem;scroll-snap-type:x mandatory;padding-bottom:1rem}.cert-card{min-width:70%;scroll-snap-align:center}}.contact-page{width:100%;box-sizing:border-box}.contact-layout{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem}.contact-hero-content{max-width:520px}.contact-hero h2{font-size:2rem;font-weight:500;margin-bottom:1rem;letter-spacing:.02em}.contact-hero p{font-size:1rem;color:var(--text-muted)}.contact-card{width:100%;max-width:520px;margin-inline:auto;background:var(--surface);border-radius:18px;padding:2rem;box-sizing:border-box;border:1px solid var(--accent);box-shadow:0 12px 28px #0000000f,0 4px 12px #0000000a}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.35rem}label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}input,select,textarea{width:100%;padding:.75rem .875rem;border-radius:12px;border:1px solid var(--accent);font-size:.95rem;font-family:inherit;box-sizing:border-box;background:var(--bg)}.submit-btn{margin-top:1.25rem;border-radius:999px;padding:.75rem 1.5rem;border:1px solid var(--accent);background:transparent;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.form-footnote{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.75rem}.trust-logos{text-align:center;margin-top:2rem}.trust-logos img{max-width:240px;width:100%;margin-inline:auto}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:block}.desktop-only{display:none}.mobile-only{display:block}@media(max-width:767px){.contact-layout{padding-top:48px;padding-bottom:96px}.contact-hero{justify-items:center}.contact-hero-content,.form-footnote{text-align:center}.contact-form{align-items:stretch}}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1fr;align-items:start}.desktop-only{display:flex;justify-content:center}.mobile-only{display:none}}.process{padding-top:60px;padding-bottom:clamp(96px,10vw,160px);scroll-snap-type:y proximity}.process-header{position:static;max-width:1200px;margin:0 auto 6rem;padding-bottom:2rem;border-bottom:3px solid var(--nav-border)}.process-header-inner{max-width:680px}.process-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.process-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600}.process-flow{display:flex;flex-direction:column;gap:8rem}.process-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;opacity:0;transform:translateY(60px);transition:opacity 1s ease,transform 1s cubic-bezier(.2,0,.2,1);scroll-snap-align:start;scroll-margin-top:calc(var(--nav-height) + 2rem)}.process-card.visible{opacity:1;transform:translateY(0)}.process-card.reverse{direction:rtl}.process-card.reverse>*{direction:ltr}.process-image{display:flex;align-items:center;justify-content:center}.process-image img{width:100%;max-width:520px;border-radius:18px;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15))}.process-content{max-width:420px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-inline:auto}.process-step{display:block;font-size:.75rem;letter-spacing:.2em;color:var(--accent);margin-bottom:.75rem}.process-content h3{font-size:1.6rem;font-weight:500;margin-bottom:.75rem}.process-content p{font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.process-progress{position:fixed;left:max(24px,calc((100vw - 1200px) / 3));top:50%;transform:translateY(-50%);width:2px;height:240px;background:var(--nav-border);z-index:1}.process-progress-fill{width:100%;height:0%;background:var(--accent);transition:height .2s ease-out}@media(max-width:768px){.process-header{text-align:center;margin-inline:auto}.process-flow{gap:5rem}.process-card{grid-template-columns:1fr;gap:2.5rem}.process-card.reverse{direction:ltr}.process-content{align-items:center;max-width:none;text-align:center}.process-image img{max-width:360px}.process-progress{display:none}.process-content h3{margin-top:.75rem}}.catalog-section{padding-top:60px;padding-bottom:clamp(96px,10vw,160px)}.catalog-header{position:static;max-width:1200px;margin:0 auto 6rem;padding-bottom:2rem;border-bottom:3px solid var(--nav-border)}.catalog-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.catalog-title{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:4rem;max-width:1200px;margin:0 auto}.catalog-card{display:flex;flex-direction:column;gap:2rem;height:100%}.catalog-image-wrapper img{width:100%;height:auto;border-radius:16px;object-fit:cover}.catalog-card-content{display:flex;flex-direction:column;gap:1.2rem;flex-grow:1}.catalog-item-name{font-size:1.6rem;font-weight:500}.catalog-item-description{font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.catalog-variants{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:auto}.variants-label{font-size:1rem;color:var(--text);font-weight:500;white-space:nowrap}.variants-list{display:flex;flex-wrap:wrap;gap:.6rem}.size-chip{padding:.35em .75em;font-size:1rem;border-radius:999px;background:var(--chip-bg);color:var(--text)}@media(max-width:768px){.catalog-header{margin-inline:auto;text-align:center}.catalog-eyebrow{font-size:.75rem}.catalog-title{font-size:2rem}.catalog-grid{grid-template-columns:1fr;gap:3.5rem;padding-inline:1.25rem}.catalog-card{gap:1.5rem}.catalog-image-wrapper img{border-radius:14px}.catalog-card-content{gap:1rem}.catalog-card-name{font-size:1.25rem}.catalog-card-description{font-size:.95rem;line-height:1.65}.catalog-variants{gap:.5rem}.variants-label{font-size:.85rem}.variants-list{gap:.5rem}.variants-chip{font-size:.8rem;padding:.3em .7em}}.featured{background:var(--bg);color:var(--text)}.featured-hero{min-height:100svh;padding:6rem 1.5rem;display:grid;place-items:center;background:radial-gradient(circle at top center,var(--accent-soft),var(--bg) 70%)}.featured-hero-inner{max-width:720px;text-align:center}.featured-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:500;letter-spacing:-.03em;margin-bottom:1.5rem}.featured-description{font-size:1.15rem;line-height:1.7;color:var(--text)}.featured-hero-image{margin-top:4rem;max-width:560px;width:100%;filter:drop-shadow(0 60px 120px rgba(0,0,0,.18))}.featured-story{padding-block:clamp(96px,10vw,160px);max-width:720px}.featured-story p{margin-top:1.25rem;line-height:1.75;color:var(--text-muted)}.featured-philosophy{padding-block:clamp(96px,10vw,160px)}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-eyebrow{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.featured-materials{background:var(--surface);padding-block:clamp(96px,10vw,160px)}.materials-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.material-card h3{font-weight:500;margin-bottom:.75rem}.material-card p{color:var(--text-muted);line-height:1.6}.featured-specs{padding-block:clamp(96px,10vw,160px)}.specs-header{max-width:560px}.specs-header p{margin-top:1rem;color:var(--text-muted)}.specs-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.spec-label{display:block;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.spec-value{font-size:1.2rem;font-weight:500;margin-top:.25rem;display:block}.featured-cta{padding:8rem 1.5rem;text-align:center;background:radial-gradient(circle at center,var(--accent-soft),var(--bg) 70%)}.cta-inner{max-width:560px;margin:0 auto}.featured-cta p{margin:1.25rem 0 2.5rem;color:var(--text-muted)}@media(max-width:768px){.philosophy-grid,.materials-grid,.specs-grid{grid-template-columns:1fr}.featured-hero-image{max-width:360px}}
