@font-face{font-family:Cavren Sans;src:url(/fonts/cavren-sans-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cavren Sans;src:url(/fonts/cavren-sans-medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cavren Sans;src:url(/fonts/cavren-sans-semi-bold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cavren Sans;src:url(/fonts/cavren-sans-bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Sofian Monika;src:url(/fonts/sofian-monika.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--primary-color: #42302e;--primary-dark: #231f20;--primary-light: #eee9e5;--primary-lighter: #fffaf4;--secondary-color: #b7cacf;--secondary-light: #d3e3e7;--accent-color: #2b66b1;--background: #fffaf4;--surface: #ffffff;--text-primary: #231f20;--text-secondary: #5c5554;--border-color: #e8e2dc;--shadow: 0 8px 32px rgba(35, 31, 32, .08);--radius: 8px;--font-family: "Cavren Sans", system-ui, sans-serif;--font-brand: "Sofian Monika", Georgia, serif;--max: 1280px;--header-h: 96px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-family);color:var(--text-primary);background:var(--background);line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(var(--max),calc(100% - 2.5rem));margin-inline:auto}.shell-narrow{width:min(520px,calc(100% - 2.5rem));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#fffaf4f5;border-bottom:1px solid var(--border-color)}.has-hero-header .site-header{position:fixed;left:0;right:0;background:#fffaf4e0;backdrop-filter:blur(12px);border-bottom-color:transparent}.header-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:var(--header-h);padding:.75rem 0}.brand-center img{height:64px;width:auto;margin-inline:auto}.nav{display:flex;gap:1.75rem;align-items:center}.nav-left{justify-self:start}.nav-right{justify-self:end;display:flex;align-items:center;gap:1rem}.nav a,.lang-link{font-size:.82rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);transition:color .2s}.nav a:hover,.lang-link:hover{color:var(--primary-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:var(--radius);font-family:var(--font-family);font-weight:600;font-size:.82rem;letter-spacing:.03em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s,color .2s,transform .2s}.btn-order{background:var(--primary-dark);color:#fff}.btn-order:hover{background:var(--primary-color)}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-ghost{background:transparent;border:1px solid var(--primary-dark);color:var(--primary-dark)}.btn-ghost:hover{background:var(--primary-dark);color:#fff}.link-arrow{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;color:var(--primary-dark)}.link-arrow:hover{color:var(--primary-color)}.hero-statement{position:relative;min-height:calc(100vh - var(--header-h));min-height:calc(100dvh - var(--header-h));display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--header-h) + 3rem) 1.5rem 4rem;overflow:hidden}.hero-statement__bg{position:absolute;inset:0;z-index:0}.hero-statement__bg img,.hero-statement__bg video{width:100%;height:100%;object-fit:cover}.hero-statement__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#231f2073,#231f209e 55%,#231f20b8)}.hero-statement__content{position:relative;z-index:1;max-width:52rem;color:#fff}.hero-statement__content h1{font-family:var(--font-brand);font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.2;margin:0 0 1.5rem}.hero-statement__content .belief{font-size:clamp(1rem,2vw,1.15rem);line-height:1.7;opacity:.95;margin:0 0 2rem;max-width:42rem;margin-inline:auto}.hero-statement__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-statement .btn-primary{background:#fff;color:var(--primary-dark)}.hero-statement .btn-primary:hover{background:var(--primary-light)}.hero-statement .btn-ghost{border-color:#fff;color:#fff}.hero-statement .btn-ghost:hover{background:#fff;color:var(--primary-dark)}.hero-statement .btn{min-height:44px}.hero-statement__about{margin:1.5rem 0 0;font-size:.9rem}.hero-statement__about-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;text-decoration:underline;text-underline-offset:4px;opacity:.9}.hero-statement__about-link:hover{opacity:1}.hero-scroll-hint{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:44px;min-width:44px;padding:.5rem;color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.85;transition:opacity .2s}.hero-scroll-hint:hover{opacity:1}.hero-scroll-hint__icon{font-size:1rem;line-height:1;animation:hero-scroll-bounce 2.2s ease-in-out infinite}@keyframes hero-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}a:focus-visible,.btn:focus-visible,.hero-scroll-hint:focus-visible,.business-line-card:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.about-band{padding:5rem 0;text-align:center;background:var(--surface)}.about-band h2{font-family:var(--font-brand);font-size:clamp(1.75rem,3vw,2.25rem);margin:0 0 1rem;font-weight:400}.about-band p{max-width:42rem;margin:0 auto;color:var(--text-secondary);font-size:1.05rem}.about-band__cta{display:inline-block;margin-top:1.5rem}.about-page-intro{padding-top:5rem}.about-manifesto{padding:2rem 0 4rem;text-align:center;max-width:44rem}.about-manifesto h2{font-family:var(--font-brand);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:0 0 1rem}.about-manifesto__text{font-size:1.1rem;line-height:1.75;color:var(--text-secondary);margin:0}.about-split .split-media{display:flex;align-items:center;justify-content:center;background:var(--primary-light)}.about-split .split-media img{width:min(320px,60%);height:auto;object-fit:contain;padding:3rem}.about-founder{padding:4rem 0;background:var(--surface)}.about-founder__inner{display:grid;grid-template-columns:minmax(260px,.85fr) 1fr;gap:3rem;align-items:center;max-width:56rem;margin-inline:auto}.about-founder__photo{overflow:hidden;border-radius:var(--radius);background:var(--primary-light);aspect-ratio:3 / 4;max-width:420px}.about-founder__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.about-founder__copy h2{font-family:var(--font-brand);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin:0 0 .5rem}.about-founder__name{font-family:var(--font-brand);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:400;margin:0 0 1rem}.about-founder__copy p{color:var(--text-secondary);margin:0 0 1.25rem;font-size:1.02rem}.about-quote{margin:0;padding:1.25rem 0 0;border-top:1px solid var(--border-color);font-family:var(--font-brand);font-size:1.15rem;font-style:italic;color:var(--primary-color);line-height:1.5}.about-beliefs{padding:4rem 0;background:radial-gradient(circle at 100% 0%,rgba(183,202,207,.12),transparent 40%),var(--background)}.about-beliefs h2{font-family:var(--font-brand);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;text-align:center;margin:0 0 2rem}.about-beliefs__list{list-style:none;margin:0;padding:0;max-width:40rem;margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.about-beliefs__list li{padding:1rem 1.25rem 1rem 1.5rem;border-left:3px solid var(--primary-color);background:var(--surface);color:var(--text-secondary);font-size:1.02rem;line-height:1.6}.about-process{padding:4rem 0 5rem}.about-process h2{font-family:var(--font-brand);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;text-align:center;margin:0 0 2.5rem}.about-process__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-process__steps li{padding:0 .5rem}.about-process__num{display:block;font-family:var(--font-brand);font-size:2rem;color:var(--secondary-color);margin-bottom:.5rem;line-height:1}.about-process__steps h3{font-size:1rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem}.about-process__steps p{margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.65}.about-closing{font-family:var(--font-brand);font-size:clamp(1.15rem,2.5vw,1.4rem);font-style:italic;max-width:36rem;margin:0 auto 1.5rem;opacity:.92;line-height:1.5}.contact-band .about-cta-ghost{border-color:#ffffffb3;color:#fff}.contact-band .about-cta-ghost:hover{background:#fff;color:var(--primary-dark)}.footer-tagline-sub{margin:.35rem 0 0;font-size:.85rem;opacity:.7}.nav a[aria-current=page]{color:var(--primary-dark);text-decoration:underline;text-underline-offset:4px}.hero-tagline{color:#ffffffe6;margin-bottom:1rem}.business-lines{padding:4.5rem 0}.business-lines__header{text-align:center;max-width:40rem;margin:0 auto 2.5rem}.business-lines__header h2{font-family:var(--font-brand);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;margin:0 0 .75rem}.business-lines__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.business-line-card{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;background:var(--surface);border:1px solid var(--border-color);transition:transform .2s,box-shadow .2s;min-height:100%}.has-brand-watermark{position:relative;overflow:hidden}.brand-watermark{position:absolute;right:.65rem;bottom:.65rem;width:clamp(4rem,28%,5.75rem);pointer-events:none;opacity:.09}.brand-watermark img{width:100%;height:auto;display:block}.has-brand-watermark--center .brand-watermark{inset:0;margin:auto;width:clamp(5rem,38%,9rem);height:auto;opacity:.1}.business-line-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.business-line-card__num{font-family:var(--font-brand);font-size:1.5rem;color:var(--secondary-color)}.business-line-card h3{font-family:var(--font-brand);font-size:1.35rem;font-weight:400;margin:0;line-height:1.2}.business-line-card p{margin:0;color:var(--text-secondary);font-size:.95rem;flex:1;position:relative;z-index:1}.business-line-card__num,.business-line-card h2,.business-line-card h3,.business-line-card .link-arrow{position:relative;z-index:1}.home-about-preview{padding:4rem 0;background:var(--surface)}.home-about-preview__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start}.home-about-preview__copy h2{font-family:var(--font-brand);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;margin:0 0 1rem}.home-about-preview__copy p{color:var(--text-secondary);margin:0 0 1rem}.home-about-preview__manifesto{font-size:1.05rem;line-height:1.7}.home-about-preview__process h3{font-family:var(--font-brand);font-size:1.35rem;font-weight:400;margin:0 0 1.25rem}.home-about-preview__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.home-about-preview__steps li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.home-about-preview__steps strong{display:block;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem}.home-about-preview__steps p{margin:0;color:var(--text-secondary);font-size:.92rem}.catalog-category-section{padding:0 0 3.5rem;border-top:1px solid var(--border-color)}.catalog-category-section:first-child{border-top:none}.category-hero-video{position:relative;width:100%;aspect-ratio:16 / 9;max-height:min(52vh,420px);overflow:hidden;background:#1a1410;margin-bottom:1.75rem}.category-hero-video video{width:100%;height:100%;object-fit:cover}.category-hero-video__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1a141026,#1a141059);pointer-events:none}.category-hero-live:empty{display:none}.product-gallery{position:relative;width:100%;height:100%;min-height:280px;overflow:hidden;background:var(--primary-lighter)}.product-gallery__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.4s ease-in-out}.product-gallery__slide.is-active{opacity:1}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-hero__media .product-gallery,.split-media .product-gallery{min-height:100%}.catalog-category-header{max-width:44rem;margin-bottom:2rem}.catalog-category-header h2{font-family:var(--font-brand);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;margin:0 0 .75rem;line-height:1.15}.catalog-category-intro,.catalog-category-audience{color:var(--text-secondary);margin:0 0 .75rem;line-height:1.65}.catalog-category-audience{font-style:italic}.catalog-category-wa{margin-top:.5rem}.catalog-category-page .catalog-category-header h1{font-family:var(--font-brand);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;margin:0 0 .75rem;line-height:1.15}.catalog-hub__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.catalog-hub__card h2{font-family:var(--font-brand);font-size:1.25rem;font-weight:400;margin:0 0 .5rem}@media(max-width:900px){.catalog-hub__grid{grid-template-columns:1fr}}.breadcrumbs{padding:1.25rem 0 .5rem}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem .5rem;font-size:.82rem;color:var(--text-secondary)}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;opacity:.5}.breadcrumbs a:hover{color:var(--primary-color)}.product-category-note{color:var(--text-secondary);font-style:italic;margin:0 0 1.5rem}.product-consult-box{padding:1.25rem 1.35rem;background:var(--primary-lighter);border-left:3px solid var(--primary-color);margin-bottom:1.5rem}.product-consult-box h2{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem}.product-consult-box p{margin:0 0 .75rem;color:var(--text-secondary);font-size:.92rem}.product-consult-box ul{margin:0;padding-left:1.1rem;color:var(--text-secondary);font-size:.92rem}.product-consult-box li+li{margin-top:.35rem}.split-feature{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.split-feature--reverse .split-media{order:2}.split-feature--reverse .split-copy{order:1}.split-media{display:block;overflow:hidden;background:var(--primary-light);min-height:360px;cursor:pointer}.split-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.split-media:hover img{transform:scale(1.03)}.split-media-fallback{width:100%;height:100%;min-height:360px;background:linear-gradient(135deg,var(--primary-light),var(--secondary-light))}.split-copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.split-copy h2{font-family:var(--font-brand);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;margin:0 0 1rem;line-height:1.15}.split-copy p{color:var(--text-secondary);margin:0 0 1.5rem;font-size:1.02rem}.split-actions{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center}.contact-band{padding:5rem 0;text-align:center;background:var(--primary-dark);color:#fff}.contact-band h2{font-family:var(--font-brand);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;margin:0 0 .75rem}.contact-band p{margin:0 auto 2rem;max-width:36rem;opacity:.9}.contact-location{font-family:var(--font-brand);font-size:1.05rem;margin-bottom:1.5rem!important;opacity:.95!important}.contact-band .btn-primary{background:#fff;color:var(--primary-dark)}.page-intro{padding:4rem 0 2rem;text-align:center}.page-intro h1{font-family:var(--font-brand);font-size:clamp(2rem,4vw,3rem);font-weight:400;margin:0 0 .75rem}.page-intro .lead{color:var(--text-secondary);max-width:40rem;margin:0 auto;font-size:1.05rem}.centered{text-align:center}.editorial-list{display:flex;flex-direction:column}.editorial-item{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border-color)}.editorial-item--reverse .editorial-media{order:2}.editorial-item--reverse .editorial-copy{order:1}.editorial-media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--primary-light);cursor:pointer}.editorial-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.editorial-media:hover img{transform:scale(1.04)}.editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.editorial-copy h3{font-family:var(--font-brand);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;margin:0 0 .75rem;line-height:1.2}.editorial-copy h3 a:hover{color:var(--primary-color)}.editorial-copy p{color:var(--text-secondary);margin:0 0 1.25rem}.card-media-fallback{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-light),var(--secondary-color))}.product-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:0;min-height:70vh}.product-hero__media{background:var(--primary-light);min-height:400px}.product-hero__media img{width:100%;height:100%;min-height:400px;object-fit:cover}.product-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:3rem 2.5rem;background:var(--surface)}.product-hero__copy h1{font-family:var(--font-brand);font-size:clamp(2rem,4vw,3rem);font-weight:400;margin:0 0 1rem;line-height:1.1}.product-hero__copy .lead{color:var(--text-secondary);font-size:1.05rem;margin:0 0 2rem}.product-back{padding:2rem 0 4rem;text-align:center}.site-footer{background:var(--primary-dark);color:#ffffffd9;padding:3.5rem 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand img{opacity:.9;margin-bottom:.75rem}.footer-tagline{margin:0;font-size:.95rem;opacity:.8;max-width:22ch}.site-footer h3{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem;color:#fff;font-weight:600}.footer-link{display:block;margin-bottom:.5rem;font-size:.95rem;opacity:.85}.footer-link:hover{opacity:1;color:#fff}.footer-location{padding:0 0 1.5rem;border-bottom:1px solid rgba(255,255,255,.12);text-align:center}.footer-location p{margin:0;font-family:var(--font-brand);font-size:1.05rem;opacity:.9}.footer-bottom{padding:1.25rem 0 2rem;font-size:.82rem;opacity:.65}.section{padding:2rem 0 3rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-scroll-hint__icon{animation:none}.editorial-media img,.split-media img{transition:none}.editorial-media:hover img,.split-media:hover img{transform:none}}@media(max-width:900px){.header-grid{grid-template-columns:1fr auto;grid-template-rows:auto auto}.nav-left{display:none}.brand-center{grid-column:1;justify-self:start}.brand-center img{margin:0;height:50px}.nav-right{grid-column:2}.split-feature,.editorial-item,.product-hero{grid-template-columns:1fr}.split-feature--reverse .split-media,.editorial-item--reverse .editorial-media{order:0}.split-copy,.editorial-copy,.product-hero__copy{padding:2rem 1.25rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.about-founder__inner{grid-template-columns:1fr;text-align:center}.about-founder__photo{max-width:320px;margin-inline:auto}.about-process__steps{grid-template-columns:1fr;gap:1.5rem}.home-about-preview__grid,.business-lines__grid{grid-template-columns:1fr}}
