:root{--ink:#21170f;--brown:#4f2714;--teak:#9a633c;--red:#8d1d2c;--ivory:#f4f0e7;--paper:#fbf8f1;--line:rgba(33,23,15,.18);--sans:"DM Sans",sans-serif;--serif:"DM Serif Display",serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.skip-link{position:fixed;top:-100px;left:1rem;background:#fff;padding:.75rem 1rem;z-index:100}.skip-link:focus{top:1rem}.site-header{position:fixed;z-index:15;left:0;right:0;top:0;height:84px;padding:0 clamp(1rem,4vw,4.5rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;transition:.35s ease}.site-header.scrolled{height:70px;background:rgba(244,240,231,.92);backdrop-filter:blur(18px);color:var(--ink);border-color:var(--line)}.brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;font-size:.75rem;font-weight:700;letter-spacing:.16em}.brand img{width:128px;height:auto;filter:brightness(0) invert(1)}.site-header.scrolled .brand img{filter:none}.desktop-nav{display:flex;gap:2.2rem}.desktop-nav a{color:inherit;text-decoration:none;font-size:.9rem;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:currentColor;transition:.3s}.desktop-nav a:hover:after{right:0}.header-cta{color:inherit;text-decoration:none;font-size:.85rem;font-weight:600;border:1px solid currentColor;border-radius:999px;padding:.75rem 1.05rem}.header-cta span{margin-left:.6rem}.hero{min-height:100svh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);background:var(--brown);color:#fff;position:relative}.hero-copy{padding:clamp(8rem,14vh,11rem) clamp(2rem,6vw,7rem) 3rem;display:flex;flex-direction:column;justify-content:center;position:relative;background-color:var(--brown);background-image:repeating-radial-gradient(ellipse at 12% 90%,transparent 0 28px,rgba(255,255,255,.045) 30px 32px)}.eyebrow{margin:0 0 2rem;display:flex;align-items:center;gap:.8rem;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:600}.eyebrow span{width:44px;height:1px;background:var(--red)}.eyebrow.light span{background:#d9a779}.hero h1{font-family:var(--serif);font-size:clamp(4.2rem,7.6vw,8.4rem);font-weight:400;line-height:.82;letter-spacing:-.04em;margin:0;position:relative;z-index:2}.hero h1 em{color:#c9956f;font-weight:400}.hero-lead{max-width:600px;font-size:clamp(1rem,1.25vw,1.25rem);line-height:1.65;color:rgba(255,255,255,.78);margin:2.4rem 0}.hero-actions{display:flex;align-items:center;gap:1.6rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:2.5rem;padding:1rem 1.2rem;text-decoration:none;font-weight:600;font-size:.88rem;border:1px solid transparent;transition:.3s}.button-primary{background:var(--ivory);color:var(--ink)}.button:hover{transform:translateY(-3px)}.text-link{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:.25rem;font-size:.9rem}.hero-proof{display:flex;gap:clamp(1.3rem,4vw,4rem);margin-top:auto;padding-top:3rem}.hero-proof div{display:flex;gap:.7rem;align-items:flex-start}.hero-proof strong{color:#d9a779;font-family:var(--serif);font-size:1.25rem;font-weight:400}.hero-proof span{font-size:.73rem;line-height:1.45;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.6)}.hero-media{position:relative;min-height:720px;overflow:hidden}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(79,39,20,.5),transparent 32%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 40%)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-caption{position:absolute;left:2rem;right:2rem;bottom:1.8rem;z-index:2;display:flex;justify-content:space-between;font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.75)}.quality-seal{position:absolute;z-index:3;right:2rem;top:7rem;width:118px;height:118px;border-radius:50%;background:rgba(244,240,231,.94);color:var(--brown);display:grid;place-content:center;text-align:center;font-size:.65rem;letter-spacing:.12em;border:1px solid var(--paper);outline:1px solid rgba(255,255,255,.6);outline-offset:5px;transform:rotate(7deg)}.quality-seal span{font-family:var(--serif);font-size:1.65rem;line-height:1}.hero-index{position:absolute;left:51%;top:8rem;z-index:4;font-family:var(--serif);font-size:1rem;color:rgba(255,255,255,.65)}.marquee{overflow:hidden;background:var(--red);color:#fff;padding:1rem 0}.marquee-track{width:max-content;display:flex;align-items:center;gap:2.5rem;animation:marquee 28s linear infinite}.marquee span{font-size:.73rem;letter-spacing:.28em}.marquee i{font-style:normal;font-size:.55rem;color:#d8a382}@keyframes marquee{to{transform:translateX(-50%)}}.about-preview{padding:clamp(5rem,10vw,10rem) clamp(1.3rem,7vw,7rem);background:var(--ivory);background-image:repeating-radial-gradient(ellipse at 92% 20%,transparent 0 35px,rgba(154,99,60,.07) 37px 39px)}.section-number{font-size:.72rem;letter-spacing:.16em;color:var(--teak);padding-bottom:1rem;border-bottom:1px solid var(--line);max-width:240px}.about-preview h2{font-family:var(--serif);font-weight:400;font-size:clamp(3rem,6.5vw,7.2rem);line-height:.93;letter-spacing:-.035em;max-width:1200px;margin:3rem 0}.about-grid{display:grid;grid-template-columns:1.1fr .7fr;gap:12vw;margin-left:16vw;max-width:1050px}.about-grid p{line-height:1.7;margin:0}.lead-copy{font-family:var(--serif);font-size:clamp(1.35rem,2.1vw,2.15rem);line-height:1.38!important}.products-preview{background:var(--ink);color:#fff;padding:clamp(5rem,9vw,9rem) clamp(1.3rem,5vw,5rem)}.section-heading{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:4rem;margin-bottom:4rem}.section-heading h2,.preview-end h2{font-family:var(--serif);font-weight:400;font-size:clamp(3.5rem,6.7vw,7.2rem);line-height:.9;margin:0}.section-heading>p{max-width:480px;line-height:1.7;color:rgba(255,255,255,.62)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-card{margin:0;position:relative;min-height:520px;overflow:hidden;background:#39271b}.product-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,9,4,.9),transparent 70%)}.product-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.product-card:hover img{transform:scale(1.06)}.product-card div{position:absolute;z-index:2;bottom:0;left:0;right:0;padding:1.8rem}.product-card span{font-size:.68rem;color:#d9a779;letter-spacing:.16em}.product-card h3{font-family:var(--serif);font-size:1.65rem;font-weight:400;margin:.6rem 0}.product-card p{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.5;margin:0}.preview-end{padding:10rem 7vw;min-height:60vh;display:flex;flex-direction:column;justify-content:center;background:var(--paper)}.placeholder-section{min-height:1px}@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:88svh;padding:8rem 1.3rem 2.5rem}.hero-media{min-height:65svh}.hero-index{display:none}.about-grid{margin-left:0;grid-template-columns:1fr;gap:2rem}.section-heading{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-card{min-height:460px}}@media(max-width:560px){.brand img{width:102px}.brand span{display:none}.site-header{height:70px;padding:0 1rem}.header-cta{font-size:.75rem;padding:.65rem .8rem}.hero h1{font-size:3.65rem}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{gap:1rem}.hero-proof div{display:block}.hero-media{min-height:70svh}.quality-seal{width:92px;height:92px;top:2rem}.product-card{min-height:410px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.product-card img,.button,.site-header{transition:none}}

/* Complete experience */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menu-toggle,.mobile-menu{display:none}.product-toolbar{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-button{border:1px solid rgba(255,255,255,.22);background:transparent;color:rgba(255,255,255,.64);font:600 .75rem var(--sans);letter-spacing:.08em;text-transform:uppercase;padding:.75rem 1.15rem;border-radius:999px;cursor:pointer;transition:.25s}.filter-button:hover,.filter-button.active{color:var(--ink);background:var(--ivory);border-color:var(--ivory)}
.products-preview .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.products-preview .product-card{position:relative;min-height:0;overflow:hidden;background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;text-align:left;transition:transform .35s ease,box-shadow .35s ease}.products-preview .product-card:nth-child(n){grid-column:auto}.products-preview .product-card:after{display:none}.products-preview .product-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(0,0,0,.28)}.products-preview .product-card .product-image{position:relative;inset:auto;height:300px;padding:0;overflow:hidden;background:#d5cec4}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-image img{transform:scale(1.055)}.product-badge{position:absolute;left:1rem;top:1rem;background:var(--red);color:#fff;padding:.5rem .7rem;font-size:.64rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.product-number{position:absolute;right:1rem;top:1rem;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(244,240,231,.92);color:var(--brown);font:400 1rem var(--serif)}.products-preview .product-card .product-card-body{position:static;inset:auto;padding:1.4rem;display:flex;flex:1;flex-direction:column}.product-category{font-size:.66rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red)}.product-card h3{font:400 clamp(1.45rem,2vw,2rem)/1.08 var(--serif);margin:.65rem 0;color:var(--ink)}.product-card-body>p{font-size:.86rem;line-height:1.6;color:#6f6257;margin:0 0 1.2rem;min-height:4.1em}.products-preview .product-card .product-highlights{position:static;inset:auto;padding:0;display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:1.25rem}.product-highlights span{border:1px solid var(--line);border-radius:999px;padding:.42rem .62rem;font-size:.66rem;color:#66594e;background:var(--ivory)}.product-inquiry{width:100%;margin-top:auto;border:0;border-top:1px solid var(--line);background:transparent;color:var(--ink);padding:1rem 0 0;display:flex;justify-content:space-between;align-items:center;font:700 .75rem var(--sans);letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.product-inquiry b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--brown);color:#fff;font-size:.9rem;transition:.3s}.product-inquiry:hover b,.product-inquiry:focus-visible b{background:var(--red);transform:rotate(45deg)}.product-inquiry:focus-visible{outline:2px solid var(--red);outline-offset:5px}
.product-empty{grid-column:1/-1;border:1px solid rgba(255,255,255,.18);padding:3rem;text-align:center;color:rgba(255,255,255,.62)}
.process-section{display:grid;grid-template-columns:1fr 1fr;min-height:900px;background:var(--paper)}.process-visual{position:relative;min-height:720px;overflow:hidden}.process-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(25,15,9,.75),transparent 55%)}.process-visual img{width:100%;height:100%;object-fit:cover}.process-quote{position:absolute;z-index:2;left:clamp(1.5rem,5vw,5rem);bottom:4rem;color:#fff;font:400 clamp(2rem,4vw,4.6rem)/.96 var(--serif)}.process-content{padding:clamp(5rem,8vw,9rem) clamp(1.5rem,6vw,7rem);align-self:center}.process-content h2{font:400 clamp(3rem,5.5vw,6.4rem)/.92 var(--serif);letter-spacing:-.03em;margin:0 0 2rem}.process-content>p:not(.eyebrow){line-height:1.75;color:#67564a;max-width:600px}.process-list{list-style:none;padding:0;margin:3rem 0 0;border-top:1px solid var(--line)}.process-list li{border-bottom:1px solid var(--line)}.process-list button{width:100%;display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:1rem;padding:1.35rem 0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.process-list button span{font:400 1.1rem var(--serif);color:var(--teak)}.process-list button strong{font-size:.95rem}.process-list button i{font:400 1.4rem var(--sans);transition:.25s}.process-list li>p{display:grid;grid-template-rows:0fr;opacity:0;margin:0;color:#67564a;line-height:1.6;transition:.35s}.process-list li>p::before{content:attr(data-empty)}.process-list li.active>p{display:block;opacity:1;padding:0 3rem 1.4rem}.process-list li.active button i{transform:rotate(45deg)}
.standards-section{padding:clamp(6rem,10vw,11rem) clamp(1.3rem,7vw,7rem);background:var(--ivory);position:relative;overflow:hidden}.standards-section:before{content:"";position:absolute;inset:0;opacity:.65;background:repeating-radial-gradient(ellipse at 70% 45%,transparent 0 35px,rgba(154,99,60,.08) 37px 39px);pointer-events:none}.standards-copy{position:relative}.standards-copy h2{font:400 clamp(3.8rem,7.2vw,8rem)/.88 var(--serif);letter-spacing:-.04em;margin:3rem 0 5rem}.standards-copy h2 em{color:var(--teak);font-weight:400}.standard-cards{position:relative;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.standard-cards article{min-height:280px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.standard-cards span{font:400 1.2rem var(--serif);color:var(--red)}.standard-cards h3{font:400 1.55rem var(--serif);margin:auto 0 1rem}.standard-cards p{font-size:.9rem;line-height:1.65;color:#66584c;margin:0}.standard-cards article:hover{background:rgba(255,255,255,.45)}
.markets-section{min-height:820px;display:grid;grid-template-columns:1.15fr .85fr;background:var(--brown);color:#fff;overflow:hidden}.market-map{position:relative;min-height:700px;background:#2a1c14;overflow:hidden}.market-map:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 30%,rgba(154,99,60,.18)),repeating-radial-gradient(circle at 68% 68%,transparent 0 45px,rgba(255,255,255,.045) 47px 49px)}.market-map .rings{position:absolute;width:360px;height:360px;border:1px solid rgba(217,167,121,.22);border-radius:50%;left:47%;top:45%}.market-map .rings:before,.market-map .rings:after{content:"";position:absolute;border:1px solid rgba(217,167,121,.15);border-radius:50%;inset:55px}.market-map .rings:after{inset:110px}.market-map svg{position:absolute;inset:0;width:100%;height:100%}.market-map path{fill:none;stroke:rgba(217,167,121,.55);stroke-width:1;stroke-dasharray:4 8}.pin{position:absolute;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--ivory);color:var(--brown);font-size:.7rem;font-weight:700;letter-spacing:.08em;z-index:2;box-shadow:0 0 0 8px rgba(244,240,231,.08)}.pin-id{left:68%;top:66%;background:var(--red);color:#fff}.pin-eu{left:37%;top:24%}.pin-me{left:56%;top:43%}.pin-cn{left:73%;top:35%}.pin-jp{left:87%;top:39%}.market-copy{padding:clamp(6rem,9vw,9rem) clamp(1.5rem,6vw,7rem);align-self:center}.market-copy h2{font:400 clamp(3.4rem,6vw,6.7rem)/.9 var(--serif);margin:0 0 2rem}.market-copy>p:not(.eyebrow){line-height:1.75;color:rgba(255,255,255,.7);max-width:560px}.market-list{display:grid;grid-template-columns:1fr 1fr;margin:3rem 0;border-top:1px solid rgba(255,255,255,.18)}.market-list span{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:.8rem;text-transform:uppercase;letter-spacing:.13em}.button-outline{color:#fff;border-color:rgba(255,255,255,.5)}.button-outline:hover{background:#fff;color:var(--brown)}
.testimonial-section{padding:clamp(6rem,10vw,10rem) clamp(1.3rem,7vw,7rem);background:var(--paper)}.testimonial-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.2rem;border-bottom:1px solid var(--line);font-size:.72rem;letter-spacing:.15em}.testimonial-head button{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:transparent;cursor:pointer;margin-left:.4rem;font-size:1.1rem}.testimonial-track{position:relative;min-height:430px}.testimonial{display:none;margin:0;padding:clamp(4rem,7vw,7rem) 0 2rem;animation:testimonialIn .6s ease both}.testimonial.active{display:block}.testimonial p{font:400 clamp(2.6rem,5.5vw,6.5rem)/1 var(--serif);letter-spacing:-.035em;margin:0;max-width:1200px}.testimonial footer{margin-top:3rem;display:flex;gap:1rem;align-items:center}.testimonial footer strong{font-size:.9rem}.testimonial footer span{color:#78695d;font-size:.85rem}.testimonial footer span:before{content:"/";margin-right:1rem}.testimonial-progress{height:2px;background:var(--line);margin-top:1rem}.testimonial-progress span{display:block;width:33.333%;height:100%;background:var(--red);transition:transform .4s;transform-origin:left}@keyframes testimonialIn{from{opacity:0;transform:translateY(20px)}}
.insights-section{padding:clamp(6rem,9vw,9rem) clamp(1.3rem,6vw,6rem);background:var(--ivory)}.dark-text{color:var(--ink)}.dark-text>p{color:#6e5e52}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.insight-card{min-height:360px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:.35s}.insight-card>span{font-size:.68rem;color:var(--red);letter-spacing:.14em}.insight-card h3{font:400 clamp(1.6rem,2.4vw,2.45rem)/1.15 var(--serif);margin:auto 0}.insight-card i{font-style:normal;font-size:.76rem;text-transform:uppercase;letter-spacing:.11em}.insight-card:hover{background:var(--brown);color:#fff;transform:translateY(-8px)}
.faq-section{padding:clamp(6rem,10vw,10rem) clamp(1.3rem,7vw,7rem);display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:var(--paper)}.faq-section h2{font:400 clamp(3.5rem,6vw,6.6rem)/.92 var(--serif);margin:0}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:1rem;padding:1.5rem 0;font-weight:600;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:1.3rem;transition:.25s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{color:#695b50;line-height:1.7;max-width:650px;margin:0;padding:0 2rem 1.7rem 0}
.contact-section{display:grid;grid-template-columns:1.05fr .95fr;background:var(--brown);color:#fff}.contact-copy{padding:clamp(6rem,10vw,11rem) clamp(1.5rem,7vw,8rem);background-image:repeating-radial-gradient(ellipse at 12% 100%,transparent 0 34px,rgba(255,255,255,.04) 36px 38px)}.contact-copy h2{font:400 clamp(3.8rem,7vw,7.8rem)/.88 var(--serif);letter-spacing:-.04em;margin:0 0 2.5rem}.contact-copy h2 em{color:#d9a779;font-weight:400}.contact-copy>p:not(.eyebrow){line-height:1.75;color:rgba(255,255,255,.68);max-width:600px}.contact-meta{display:flex;flex-direction:column;gap:.7rem;margin-top:3rem}.contact-meta a,.contact-meta span{color:#fff;text-decoration:none;font-size:.87rem}.quote-form{margin:4rem;align-self:center;background:var(--ivory);color:var(--ink);padding:clamp(2rem,4vw,4rem);display:grid;gap:1.25rem}.quote-form label{display:grid;gap:.55rem;font-size:.73rem;text-transform:uppercase;letter-spacing:.11em;font-weight:600}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:0;border-bottom:1px solid rgba(33,23,15,.3);background:transparent;padding:.7rem 0;border-radius:0;font:400 1rem var(--sans);color:var(--ink);outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--red)}.quote-form .button{margin-top:.7rem;background:var(--red);color:#fff;cursor:pointer}.quote-form>p{font-size:.72rem;color:#786b5f;margin:0;line-height:1.5}
.site-footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;padding:5rem clamp(1.3rem,6vw,6rem) 2rem;background:#170f0b;color:#fff}.footer-brand img{width:180px;filter:brightness(0) invert(1);display:block;margin-bottom:1.5rem}.footer-brand strong{font-size:.75rem;letter-spacing:.18em}.footer-brand p{font-size:.85rem;line-height:1.6;color:rgba(255,255,255,.55);max-width:330px}.site-footer h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#d9a779;margin:0 0 1.5rem}.site-footer>div:not(.footer-brand):not(.footer-bottom){display:flex;flex-direction:column;gap:.8rem}.site-footer a{color:rgba(255,255,255,.68);text-decoration:none;font-size:.83rem}.site-footer a:hover{color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.13);padding-top:1.5rem;display:flex;justify-content:space-between;color:rgba(255,255,255,.4);font-size:.7rem;letter-spacing:.08em}.whatsapp-float{position:fixed;z-index:12;right:1.4rem;bottom:1.4rem;display:flex;align-items:center;gap:.6rem;background:#fff;color:var(--ink);border-radius:999px;padding:.4rem .9rem .4rem .4rem;text-decoration:none;box-shadow:0 14px 45px rgba(0,0,0,.2)}.whatsapp-float span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#2da460;color:#fff;font-size:.68rem;font-weight:700}.whatsapp-float em{font-style:normal;font-size:.75rem;font-weight:600}.product-dialog{width:min(620px,calc(100% - 2rem));border:0;padding:clamp(2rem,5vw,5rem);background:var(--ivory);color:var(--ink);box-shadow:0 30px 100px rgba(0,0,0,.35)}.product-dialog::backdrop{background:rgba(20,12,7,.75);backdrop-filter:blur(6px)}.dialog-close{position:absolute;right:1.2rem;top:1rem;border:0;background:none;font-size:2rem;cursor:pointer}.dialog-index{font-size:.68rem;letter-spacing:.15em;color:var(--red)}.product-dialog h2{font:400 clamp(2.7rem,6vw,4.8rem)/.95 var(--serif);margin:1.2rem 0}.product-dialog>p{line-height:1.7;color:#66584d}.product-dialog ul{padding-left:1.2rem;line-height:1.9;color:#66584d}.product-dialog .button{background:var(--brown);color:#fff;margin-top:1rem;cursor:pointer}.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}
@media(max-width:1100px){.standard-cards{grid-template-columns:1fr 1fr}.markets-section{grid-template-columns:1fr}.market-map{min-height:560px}.site-footer{grid-template-columns:1.5fr 1fr 1fr}.site-footer>div:nth-child(4){grid-column:2}.contact-section{grid-template-columns:1fr}.quote-form{margin:0 clamp(1.3rem,7vw,7rem) 6rem}}
@media(max-width:900px){.site-header .header-cta{display:none}.menu-toggle{display:grid;width:44px;height:44px;place-content:center;gap:6px;border:1px solid currentColor;background:transparent;color:inherit;border-radius:50%;cursor:pointer}.menu-toggle>span:not(.sr-only){display:block;width:18px;height:1px;background:currentColor}.mobile-menu{display:flex;position:fixed;inset:70px 0 auto;background:var(--ink);color:#fff;padding:2rem 1.3rem 3rem;flex-direction:column;transform:translateY(-130%);opacity:0;pointer-events:none;transition:.4s;z-index:-1}.mobile-menu.open{transform:none;opacity:1;pointer-events:auto}.mobile-menu a{color:#fff;text-decoration:none;font:400 2.2rem var(--serif);padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.15)}.mobile-menu a span{font:400 .65rem var(--sans);color:#d9a779;margin-right:1rem}.site-header.menu-open{background:var(--ink);color:#fff}.site-header.menu-open .brand img{filter:brightness(0) invert(1)}.products-preview .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-section{grid-template-columns:1fr}.standards-copy h2{margin-bottom:3rem}.market-map{min-height:480px}.insight-grid{grid-template-columns:1fr}.insight-card{min-height:260px}.faq-section{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.site-footer>div:nth-child(4){grid-column:auto}.footer-bottom{flex-direction:column;gap:.5rem}.testimonial-track{min-height:390px}}
@media(max-width:560px){.products-preview .product-grid{grid-template-columns:1fr}.product-image{height:280px}.process-visual{min-height:620px}.standard-cards{grid-template-columns:1fr}.standard-cards article{min-height:220px}.market-map{min-height:400px}.pin{width:38px;height:38px}.market-map .rings{width:260px;height:260px;left:41%}.testimonial-track{min-height:400px}.testimonial p{font-size:2.35rem}.contact-copy h2{font-size:3.6rem}.quote-form{margin:0 1rem 4rem;padding:1.5rem}.site-footer{grid-template-columns:1fr;gap:2.5rem}.footer-brand,.footer-bottom{grid-column:1}.site-footer>div:nth-child(4){grid-column:1}.whatsapp-float em{display:none}.whatsapp-float{padding:.35rem}}
.header-actions{display:flex;align-items:center;gap:.75rem}.admin-login{color:inherit;text-decoration:none;font-size:.76rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;padding:.75rem .95rem;border:1px solid rgba(255,255,255,.38);border-radius:999px;transition:background .25s,border-color .25s,transform .25s}.admin-login:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}.site-header.scrolled .admin-login{border-color:var(--line)}.site-header.scrolled .admin-login:hover{background:rgba(38,25,18,.07)}.footer-admin-login{display:inline-flex;align-self:flex-start;margin-top:.5rem;padding:.55rem .8rem;border:1px solid rgba(255,255,255,.3);border-radius:999px}.mobile-menu .mobile-admin-login{color:#d9a779;font-family:var(--sans);font-size:1rem;font-weight:700;letter-spacing:.04em;margin-top:.75rem}@media(max-width:1100px){.site-header .admin-login{display:none}}@media(max-width:900px){.site-header .header-actions{display:none}}
.product-search{display:flex;align-items:center;min-width:min(260px,100%);margin-left:auto}.product-search input{width:100%;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(255,255,255,.07);color:#fff;padding:.75rem 1rem;font:500 .78rem var(--sans);outline:none}.product-search input::placeholder{color:rgba(255,255,255,.55)}.product-search input:focus{border-color:#d9a779;background:rgba(255,255,255,.12)}@media(max-width:560px){.product-search{width:100%;margin-left:0}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.testimonial{animation:none}.product-card b{transition:none}}

/* Reset legacy overlay styles for the marketplace card structure. */
.products-preview .product-card div{position:static;inset:auto;padding:0}
.products-preview .product-card .product-image{position:relative;height:300px;overflow:hidden}
.products-preview .product-card .product-card-body{position:static;padding:1.4rem}
.products-preview .product-card .product-highlights{position:static;padding:0}

/* Seamless service ticker */
.marquee{position:relative;overflow:hidden;padding:1rem 0;isolation:isolate}
.marquee::before,.marquee::after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:clamp(24px,6vw,96px);pointer-events:none}
.marquee::before{left:0;background:linear-gradient(90deg,var(--red),transparent)}
.marquee::after{right:0;background:linear-gradient(270deg,var(--red),transparent)}
.marquee-track{display:flex;width:max-content;gap:0;will-change:transform;animation:marqueeLoop 24s linear infinite}
.marquee-group{display:flex;align-items:center;gap:2.5rem;padding-right:2.5rem;flex:none}
@keyframes marqueeLoop{to{transform:translate3d(-50%,0,0)}}

/* Layered craftsperson portrait breaking out of its visual frame */
.process-section{overflow:hidden}
.process-visual{overflow:hidden;isolation:isolate;background:radial-gradient(circle at 78% 28%,rgba(217,167,121,.22),transparent 34%),linear-gradient(145deg,#3b2417 0%,#1c120d 72%)}
.process-visual::before{content:"";position:absolute;z-index:1;inset:13% 8% 6%;border:1px solid rgba(244,240,231,.42);background:linear-gradient(160deg,rgba(154,99,60,.32),rgba(24,14,9,.16));box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.process-visual::after{content:"";position:absolute;z-index:0;inset:0;background:repeating-radial-gradient(ellipse at 10% 100%,transparent 0 31px,rgba(255,255,255,.04) 33px 35px)}
.process-visual img{position:absolute;z-index:2;left:50%;bottom:-4%;width:auto;height:112%;object-fit:contain;transform:translateX(-50%);transform-origin:50% 100%;filter:drop-shadow(0 28px 35px rgba(0,0,0,.42));animation:craftsmanFloat 6s ease-in-out infinite}
.process-quote{z-index:3;text-shadow:0 3px 24px rgba(0,0,0,.45)}
@keyframes craftsmanFloat{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}
@media(max-width:900px){.process-visual{min-height:700px}.process-visual::before{inset:15% 6% 5%}.process-visual img{height:108%;bottom:-3%}}
@media(max-width:560px){.marquee-track{animation-duration:18s}.marquee-group{gap:1.8rem;padding-right:1.8rem}.process-visual{min-height:620px}.process-visual img{height:104%}.process-quote{bottom:2rem}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:marqueeLoop 32s linear infinite}.process-visual img{animation:none}}

/* Final responsive refinements */
@keyframes marqueeLoop{to{transform:translate3d(-25%,0,0)}}
.marquee-group{white-space:nowrap}
.process-visual::before{inset:7% 8% 7%}
.process-visual img{height:90%;bottom:2%}
@media(max-width:900px){.process-visual::before{inset:7% 6% 7%}.process-visual img{height:88%;bottom:2%}}
@media(max-width:560px){
  .products-preview{padding-left:.7rem;padding-right:.7rem}
  .products-preview .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}
  .products-preview .product-card{min-height:0}
  .products-preview .product-card .product-image{height:110px}
  .products-preview .product-card .product-card-body{padding:.7rem .55rem}
  .products-preview .product-card h3{font-size:.9rem;line-height:1.08;margin:.35rem 0 .6rem;min-height:3.2em}
  .products-preview .product-card .product-category{font-size:.58rem;letter-spacing:.08em}
  .products-preview .product-card .product-card-body>p,.products-preview .product-card .product-highlights,.products-preview .product-card .product-badge{display:none}
  .products-preview .product-card .product-number{top:.45rem;right:.45rem;width:28px;height:28px;font-size:.75rem}
  .products-preview .product-card .product-inquiry{padding-top:.65rem;font-size:.58rem;letter-spacing:.03em;gap:.2rem}
  .products-preview .product-card .product-inquiry b{width:24px;height:24px;font-size:.68rem;flex:none}
  .process-visual::before{inset:7% 5% 7%}
  .process-visual img{height:84%;bottom:3%}
}

/* Larger, proportionally balanced global-reach graphic on desktop */
@media(min-width:1101px){
  .markets-section{grid-template-columns:minmax(0,1.32fr) minmax(390px,.68fr);min-height:900px}
  .market-map{min-height:900px;aspect-ratio:1.28/1}
  .market-map .rings{width:clamp(500px,39vw,640px);height:clamp(500px,39vw,640px);left:36%;top:31%}
  .market-map .rings:before{inset:78px}
  .market-map .rings:after{inset:156px}
  .market-map svg{transform:scale(1.08);transform-origin:55% 55%}
  .market-map path{stroke-width:1.25}
  .pin{width:58px;height:58px;font-size:.78rem;box-shadow:0 0 0 10px rgba(244,240,231,.09)}
}

/* Unified global-reach map: routes, rings and markers share one coordinate system. */
.market-map{overflow:hidden;background:#2a1c14}
.market-map::before{background:radial-gradient(circle at 58% 70%,rgba(154,99,60,.2),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.025),transparent 55%)}
.market-map .reach-map{position:absolute;inset:0;width:100%;height:100%;transform:none;overflow:visible}
.market-map .radar-rings circle{fill:none;stroke:rgba(217,167,121,.2);stroke-width:1.2}
.market-map .market-routes path{fill:none;stroke:#bf8b5e;stroke-width:1.8;stroke-dasharray:7 11;vector-effect:non-scaling-stroke}
.market-map .node-halo{fill:rgba(244,240,231,.1)}
.market-map .node-dot{fill:#f4f0e7;stroke:rgba(255,255,255,.42);stroke-width:1}
.market-map .market-origin .node-halo{fill:rgba(141,29,44,.22)}
.market-map .market-origin .node-dot{fill:#b52238;stroke:rgba(255,255,255,.18)}
.market-map .market-node text{fill:#321b11;font:700 14px var(--sans);text-anchor:middle;dominant-baseline:middle;letter-spacing:.08em}
.market-map .market-origin text{fill:#fff}
@media(min-width:1101px){
  .markets-section{grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr);min-height:860px}
  .market-map{min-height:860px;aspect-ratio:auto}
  .market-map .reach-map{transform:none}
  .market-copy{padding-left:clamp(3rem,5vw,6rem);padding-right:clamp(3rem,5vw,6rem)}
  .market-copy h2{font-size:clamp(3.8rem,5.3vw,6.3rem)}
}

.testimonial-stars{margin-bottom:1.35rem;color:#b47a45;font-size:1.05rem;line-height:1;letter-spacing:.3em;text-shadow:0 1px 0 rgba(255,255,255,.75)}

/* Company-profile sections: editorial typography, teak-toned surfaces, and fine contour lines. */
.profile-section,.commitment-section,.reasons-section,.segments-section{position:relative;overflow:hidden;padding:clamp(5rem,9vw,9rem) clamp(1.3rem,7vw,7rem)}
.profile-section{background:#f9f6ef;background-image:repeating-radial-gradient(ellipse at 88% 15%,transparent 0 31px,rgba(79,39,20,.045) 33px 35px)}
.profile-heading{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:4rem}
.profile-heading .section-number{grid-column:1/-1}
.profile-heading h2,.commitment-intro h2,.reasons-title h2,.segments-heading h2{font:400 clamp(3rem,6vw,6.8rem)/.95 var(--serif);letter-spacing:-.035em;margin:0}
.profile-heading h2 em,.commitment-intro h2 em,.reasons-title h2 em,.segments-heading h2 em{font-weight:400;color:var(--teak)}
.profile-heading>p{text-transform:uppercase;letter-spacing:.27em;font-size:.76rem;margin:0;color:var(--red)}
.profile-columns{display:grid;grid-template-columns:.85fr 1.15fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.profile-columns article{padding:clamp(2rem,4vw,4rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.35)}
.profile-icon{display:grid;place-items:center;width:55px;height:55px;border:1px solid var(--red);border-radius:50%;color:var(--red);font-size:1.6rem}
.profile-columns h3{font:400 2.5rem var(--serif);margin:2rem 0 1rem}.profile-columns p,.profile-columns li{line-height:1.75;color:#5c4b3f}.profile-columns p{max-width:480px}.profile-columns ul{padding-left:1.2rem;columns:2;column-gap:2.5rem}.profile-columns li{break-inside:avoid;margin-bottom:.8rem}
.commitment-section{background:#3e2117;color:#fff;background-image:repeating-radial-gradient(ellipse at 18% 70%,transparent 0 36px,rgba(255,255,255,.035) 38px 40px)}.commitment-intro{max-width:1000px}.commitment-intro .section-number{color:#d9a779;border-color:rgba(255,255,255,.2)}.commitment-intro h2{margin:2.5rem 0}.commitment-intro>p{color:#e3cdbb;line-height:1.7;max-width:670px}.commitment-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:5rem;border-left:1px solid rgba(255,255,255,.18);border-top:1px solid rgba(255,255,255,.18)}.commitment-grid article{min-height:285px;padding:1.8rem;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;transition:background .4s,transform .4s}.commitment-grid article:hover{background:rgba(255,255,255,.07);transform:translateY(-5px)}.commitment-grid span{color:#d9a779;font:400 1.3rem var(--serif)}.commitment-grid h3{font:400 1.5rem var(--serif);margin:auto 0 1rem}.commitment-grid p{color:#d4beb0;font-size:.9rem;line-height:1.6;margin:0}
.reasons-section{background:#f9f6ef;background-image:repeating-radial-gradient(ellipse at 84% 30%,transparent 0 28px,rgba(79,39,20,.045) 30px 32px)}.reasons-title h2{margin:2.5rem 0 1rem}.reasons-title>p{text-transform:uppercase;letter-spacing:.19em;color:var(--red);font-size:.75rem}.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(79,39,20,.18);margin-top:4rem;border:1px solid rgba(79,39,20,.18)}.reasons-grid article{background:#f9f6ef;padding:2.3rem;min-height:270px;transition:background .35s,transform .35s}.reasons-grid article:hover{background:#fff;transform:translateY(-4px)}.reasons-grid span{width:46px;height:46px;background:#e8dcbc;color:var(--brown);display:grid;place-items:center;border-radius:50%;font:400 1.1rem var(--serif)}.reasons-grid h3{font:400 1.7rem var(--serif);max-width:300px;margin:2rem 0 .8rem}.reasons-grid p{line-height:1.65;color:#69584b;margin:0}
.segments-section{background:#f0e9dc}.segments-heading{display:grid;grid-template-columns:1fr .6fr;gap:1rem;align-items:end}.segments-heading .section-number{grid-column:1/-1}.segments-heading h2{margin:2.5rem 0 0}.segments-heading>p{line-height:1.7;color:#6d5b4d}.segments-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(79,39,20,.2);margin:4rem 0}.segments-list span{padding:1.6rem;background:#f8f4ec;min-height:115px;display:flex;align-items:end;font:400 1.3rem var(--serif)}.service-flow{border-top:1px solid var(--line);padding-top:2.5rem}.service-flow h3{font:400 2.6rem var(--serif);margin:0 0 2rem}.service-flow ol{display:grid;grid-template-columns:repeat(7,1fr);gap:.65rem;list-style:none;counter-reset:flow;margin:0;padding:0}.service-flow li{counter-increment:flow;border-top:2px solid var(--red);padding:1.2rem 0;line-height:1.4;font-weight:600;font-size:.85rem}.service-flow li::before{content:counter(flow,decimal-leading-zero);display:block;font:400 1.3rem var(--serif);color:var(--red);margin-bottom:1.5rem}
.reveal{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{transition-delay:.08s}a,button{scroll-margin-top:90px}
@media(max-width:1000px){.commitment-grid{grid-template-columns:repeat(2,1fr)}.reasons-grid{grid-template-columns:repeat(2,1fr)}.segments-list{grid-template-columns:repeat(2,1fr)}.service-flow ol{grid-template-columns:repeat(4,1fr)}.profile-columns ul{columns:1}}
@media(max-width:700px){.profile-heading,.profile-columns,.segments-heading{grid-template-columns:1fr}.profile-columns article{padding:2rem}.commitment-grid,.reasons-grid,.segments-list{grid-template-columns:1fr}.commitment-grid article{min-height:210px}.reasons-grid article{min-height:220px}.segments-list span{min-height:90px}.service-flow ol{grid-template-columns:repeat(2,1fr)}.profile-heading>p{line-height:1.7}}
@media(prefers-reduced-motion:reduce){.reveal,.commitment-grid article,.reasons-grid article{transition:none}}
.material-band{display:grid;grid-template-columns:1fr .72fr;background:#3b2118;color:#fff;min-height:570px;overflow:hidden}.material-band-copy{display:flex;flex-direction:column;justify-content:center;padding:4rem clamp(1.3rem,7vw,7rem);background-image:repeating-radial-gradient(ellipse at 10% 80%,transparent 0 29px,rgba(255,255,255,.04) 31px 33px)}.material-band-copy>span{font-size:.68rem;letter-spacing:.18em;color:#d9a779}.material-band h2{font:400 clamp(3.8rem,7vw,7rem)/.9 var(--serif);margin:2rem 0}.material-band h2 em{color:#d9a779;font-weight:400}.material-band p{line-height:1.7;color:#e5cfc0;max-width:520px}.material-band>img{width:100%;height:100%;max-height:680px;object-fit:cover;object-position:50% 54%}@media(max-width:700px){.material-band{grid-template-columns:1fr}.material-band-copy{min-height:400px}.material-band>img{height:360px}}
.footer-powered{font-size:.65rem;letter-spacing:.04em;color:rgba(255,255,255,.32);white-space:nowrap}
@media(min-width:901px){.footer-powered{margin-right:10.5rem}}
