:root{
  --paper:#FBF9F4;
  --panel:#F3EEE2;
  --panel-2:#EAE2D0;
  --ink:#241F17;
  --muted:#6B6252;
  --brass:#A9782E;
  --brass-bright:#8F6524;
  --brass-tint:rgba(169,120,46,0.10);
  --emerald:#2E4A3C;
  --emerald-bright:#243A2F;
  --line:rgba(36,31,23,0.13);
  --line-soft:rgba(36,31,23,0.07);
  --danger:#B5502F;
  --display:'Fraunces', serif;
  --body:'Manrope', sans-serif;
  --mono:'IBM Plex Mono', monospace;
  --maxw:1180px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--paper); color:var(--ink); font-family:var(--body); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden;}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit; cursor:pointer;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 32px;}
.eyebrow{font-family:var(--mono); font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--brass); display:flex; align-items:center; gap:10px; font-weight:500;}
.eyebrow::before{content:''; width:22px; height:1px; background:var(--brass);}
.eyebrow.center{justify-content:center;}
h1,h2,h3{font-family:var(--display); font-weight:500; letter-spacing:-0.01em; color:var(--ink);}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:16px 30px; font-family:var(--body); font-weight:700; font-size:14.5px; letter-spacing:0.01em; border-radius:3px; cursor:pointer; transition:transform .25s cubic-bezier(.16,.8,.3,1), background .25s ease, color .25s ease, box-shadow .25s ease; border:1px solid transparent; white-space:nowrap;}
.btn:active{transform:scale(0.96);}
.btn:focus-visible{outline:2px solid var(--brass); outline-offset:3px;}
.btn-primary{background:var(--brass); color:#FFFFFF;}
.btn-primary:hover{background:var(--brass-bright); transform:translateY(-2px) scale(1.02); box-shadow:0 10px 24px -8px rgba(169,120,46,0.4);}
.btn-ghost{border-color:var(--line); color:var(--ink); background:transparent;}
.btn-ghost:hover{border-color:var(--brass); color:var(--brass);}
.btn-emerald{background:var(--emerald); color:#fff;}
.btn-emerald:hover{background:var(--emerald-bright); transform:translateY(-2px);}
.btn-sm{padding:10px 18px; font-size:13px;}
.btn-block{width:100%;}

.reveal-on-scroll{opacity:0; transform:translateY(28px); transition:opacity .8s cubic-bezier(.16,.8,.3,1), transform .8s cubic-bezier(.16,.8,.3,1);}
.reveal-on-scroll.in-view{opacity:1; transform:translateY(0);}
/* Staggered entrance for grid children */
.services-grid.in-view .service-card:nth-child(1),
.why-grid.in-view .why-card:nth-child(1),
.styles-grid.in-view .style-card:nth-child(1),
.work-grid.in-view .work-card:nth-child(1){ transition-delay:.02s; }
.services-grid .service-card:nth-child(2), .why-grid .why-card:nth-child(2), .styles-grid .style-card:nth-child(2), .work-grid .work-card:nth-child(2){ transition-delay:.08s; }
.services-grid .service-card:nth-child(3), .why-grid .why-card:nth-child(3), .styles-grid .style-card:nth-child(3), .work-grid .work-card:nth-child(3){ transition-delay:.16s; }
.why-grid .why-card:nth-child(4), .styles-grid .style-card:nth-child(4), .work-grid .work-card:nth-child(4){ transition-delay:.24s; }
.styles-grid .style-card:nth-child(5), .work-grid .work-card:nth-child(5){ transition-delay:.32s; }
.styles-grid .style-card:nth-child(6), .work-grid .work-card:nth-child(6){ transition-delay:.4s; }
@media (prefers-reduced-motion: reduce){ .reveal-on-scroll{opacity:1; transform:none; transition:none;} html{scroll-behavior:auto;} }

a.skip-link{position:absolute; left:-999px; top:0; background:var(--ink); color:#fff; padding:10px 16px; z-index:200;}
a.skip-link:focus{left:12px; top:12px;}

/* HEADER */
header{position:sticky; top:0; z-index:60; background:rgba(251,249,244,0.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
nav{display:flex; align-items:center; justify-content:space-between; padding:14px 32px; max-width:var(--maxw); margin:0 auto;}
.logo{font-family:var(--display); font-size:23px; letter-spacing:0.01em; display:flex; align-items:center; gap:12px; font-weight:600;}
.logo-icon{width:46px; height:46px; object-fit:contain;}
.logo span{color:var(--brass);}
.navlinks{display:flex; gap:26px; font-size:14px; font-weight:600; color:var(--muted);}
.navlinks a{position:relative; transition:color .2s ease; padding:6px 0;}
.navlinks a::after{content:''; position:absolute; left:0; bottom:0; height:2px; width:0; background:var(--brass); transition:width .3s cubic-bezier(.16,.8,.3,1);}
.navlinks a:hover::after, .navlinks a.active::after{width:100%;}
.navlinks a:hover, .navlinks a.active{color:var(--ink);}
.navcta{display:flex; align-items:center; gap:14px;}
.menu-toggle{display:none; background:none; border:none; color:var(--ink); font-size:24px;}

/* TRUST MARQUEE */
.trust-strip{background:var(--emerald); border-bottom:1px solid var(--line); padding:11px 0; overflow:hidden;}
.trust-track{display:flex; width:max-content; animation:marquee 24s linear infinite;}
.trust-track span{display:flex; align-items:center; gap:10px; font-family:var(--mono); font-size:11px; letter-spacing:0.05em; color:#EDE7D8; text-transform:uppercase; padding:0 30px; white-space:nowrap; font-weight:500;}
.trust-track span::before{content:'\25c6'; color:#EDE7D8; font-size:6px;}
@keyframes marquee{from{transform:translateX(0);} to{transform:translateX(-50%);}}


/* PAGE HERO (inner pages) */
.page-hero{padding:60px 0 50px; border-bottom:1px solid var(--line); background:var(--panel);}
.page-hero .eyebrow{margin-bottom:14px;}
.page-hero h1{font-size:clamp(32px,4vw,46px); font-weight:500; margin-bottom:14px;}
.page-hero p{color:var(--muted); font-size:16px; max-width:600px;}
.breadcrumb{font-family:var(--mono); font-size:11.5px; color:var(--muted); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:16px;}
.breadcrumb a{color:var(--brass);}

/* HOME HERO */
.hero{padding:80px 0 56px; position:relative; overflow:hidden;}
.hero::before{content:''; position:absolute; top:-220px; right:-180px; width:560px; height:560px; background:radial-gradient(circle, rgba(169,120,46,0.10), transparent 70%); pointer-events:none; transform:translate(var(--px,0), var(--py,0)); transition:transform .3s ease-out;}
.hero::after{content:''; position:absolute; bottom:-200px; left:-160px; width:420px; height:420px; background:radial-gradient(circle, rgba(46,74,60,0.08), transparent 70%); pointer-events:none; transform:translate(calc(var(--px,0) * -1), calc(var(--py,0) * -1)); transition:transform .3s ease-out;}
.hero-grid{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; position:relative;}
.hero h1{font-size:clamp(36px, 4.6vw, 56px); line-height:1.1; margin:18px 0 20px; font-weight:500;}
.hero h1 .accent{color:var(--brass); position:relative;}
.hero p{font-size:17px; color:var(--muted); max-width:440px; margin-bottom:28px;}
.hero-actions{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:22px;}
.hero-trust{display:flex; gap:20px; flex-wrap:wrap; font-size:12.5px; color:var(--muted); font-family:var(--mono);}
.hero-trust span{display:flex; align-items:center; gap:6px;}
.dot{width:5px; height:5px; border-radius:50%; background:var(--brass);}

.reveal-wrap{position:relative; animation:floatY 6s ease-in-out infinite;}
@keyframes floatY{0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);}}
@media (prefers-reduced-motion: reduce){ .reveal-wrap{animation:none;} }
.reveal{position:relative; width:100%; aspect-ratio:4/5; border-radius:6px; overflow:hidden; border:1px solid var(--line); box-shadow:0 30px 60px -20px rgba(36,31,23,0.25); user-select:none;}
.layer{position:absolute; inset:0; display:flex; align-items:flex-end; padding:24px;}
.layer-photo{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0;}
.layer .tag{position:relative; z-index:1; font-family:var(--mono); font-size:11px; letter-spacing:0.08em; text-transform:uppercase; padding:7px 12px; border-radius:2px; backdrop-filter:blur(6px); font-weight:500;}
.layer-before{background:linear-gradient(160deg,rgba(36,31,23,0.15),rgba(36,31,23,0.35)),url('../img/kitchen-navy.jpg') center/cover no-repeat;}
.layer-before .tag{background:rgba(36,31,23,0.65); color:#FBF9F4;}
.layer-after{clip-path:inset(0 0 0 100%); animation:revealSweep 9s ease-in-out infinite;}
@keyframes revealSweep{
  0%,12%{clip-path:inset(0 0 0 100%);}
  50%,62%{clip-path:inset(0 0 0 0%);}
  100%{clip-path:inset(0 0 0 100%);}
}
.layer-after .tag{background:var(--brass); color:#fff;}
.reveal-line{position:absolute; top:0; bottom:0; width:2px; background:#fff; pointer-events:none; transform:translateX(-1px); box-shadow:0 0 0 1px rgba(36,31,23,0.2); animation:revealLineSweep 9s ease-in-out infinite;}
@keyframes revealLineSweep{
  0%,12%{left:100%;}
  50%,62%{left:0%;}
  100%{left:100%;}
}
.reveal-caption{text-align:center; font-family:var(--mono); font-size:11.5px; color:var(--muted); margin-top:14px; letter-spacing:0.04em;}

/* STATS */
.statbar{border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:36px 0; background:var(--panel);}
.statbar.mt{margin-top:64px;}
.statbar .wrap{display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px;}
.stat{flex:1; min-width:160px;}
.stat .num{font-family:var(--display); font-size:34px; color:var(--brass); font-weight:600;}
.stat .lbl{font-size:13px; color:var(--muted); margin-top:4px;}

section{padding:96px 0;}
.section-sm{padding:64px 0;}
.section-head{max-width:600px; margin-bottom:52px;}
.section-head h2{font-size:clamp(28px,3.2vw,38px); margin-top:14px; font-weight:500;}
.section-head p{color:var(--muted); margin-top:14px; font-size:15.5px;}
.section-head.center{max-width:640px; margin-left:auto; margin-right:auto; text-align:center;}
.section-head.center .eyebrow{justify-content:center;}

/* SERVICES */
.services-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:6px; overflow:hidden;}
.service-card{background:var(--paper); padding:36px 28px; transition:background .3s ease; overflow:hidden;}
.service-card:hover{background:var(--panel);}
.swatch{width:100%; height:130px; border-radius:3px; margin-bottom:22px; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.16,.8,.3,1);}
.service-card:hover .swatch{transform:scale(1.06);}
.service-card h3{font-size:20px; margin-bottom:9px; font-weight:600;}
.service-card p{color:var(--muted); font-size:14.5px;}

.also-row{margin-top:26px; padding-top:26px; border-top:1px solid var(--line); display:flex; align-items:center; gap:18px; flex-wrap:wrap;}
.also-label{font-family:var(--mono); font-size:11px; text-transform:uppercase; letter-spacing:0.06em; color:var(--muted); white-space:nowrap;}
.also-pills{display:flex; gap:10px; flex-wrap:wrap;}
.also-pill{border:1px solid var(--line); border-radius:20px; padding:8px 16px; font-size:13px; color:var(--muted); background:var(--panel);}
.also-pill.link{cursor:pointer; transition:all .2s ease;}
.also-pill.link:hover{border-color:var(--brass); color:var(--brass);}

/* KITCHEN STYLES */
.styles-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.style-card{background:var(--paper); border:1px solid var(--line); border-radius:6px; padding:24px; transition:transform .35s cubic-bezier(.16,.8,.3,1), box-shadow .35s ease;}
.style-card:hover{transform:translateY(-4px); box-shadow:0 18px 30px -18px rgba(36,31,23,0.25);}
.style-dots{display:flex; gap:6px; margin-bottom:16px;}
.style-dots span{width:20px; height:20px; border-radius:50%; border:1px solid var(--line); transition:transform .3s ease;}
.style-card:hover .style-dots span{transform:scale(1.15);}
.style-dots span:nth-child(2){transition-delay:.05s;}
.style-card h4{font-size:16.5px; font-weight:600; margin-bottom:6px;}
.style-combo{font-family:var(--mono); font-size:11px; color:var(--brass); text-transform:uppercase; letter-spacing:0.03em; margin-bottom:10px; font-weight:500;}
.style-card p{color:var(--muted); font-size:13.5px;}

/* CALCULATOR */
.calc-box{background:var(--panel); border:1px solid var(--line); border-radius:8px; padding:44px; display:grid; grid-template-columns:1fr 1fr; gap:44px;}
.calc-step{margin-bottom:26px;}
.calc-step-label{font-family:var(--mono); font-size:11.5px; text-transform:uppercase; letter-spacing:0.06em; color:var(--muted); margin-bottom:12px; display:block; font-weight:500;}
.pill-group{display:flex; gap:10px; flex-wrap:wrap;}
.pill{padding:11px 18px; border:1px solid var(--line); border-radius:30px; font-size:13.5px; font-weight:600; color:var(--muted); background:var(--paper); transition:all .25s cubic-bezier(.16,.8,.3,1);}
.pill:hover{border-color:var(--brass); color:var(--ink); transform:translateY(-2px);}
.pill.active{background:var(--brass); border-color:var(--brass); color:#fff; transform:scale(1.04);}
.calc-result{background:var(--paper); border:1px solid var(--line); border-radius:6px; padding:30px; display:flex; flex-direction:column; justify-content:center;}
.calc-result .rlabel{font-family:var(--mono); font-size:11.5px; text-transform:uppercase; letter-spacing:0.05em; color:var(--muted); font-weight:500;}
.calc-result .rvalue{font-family:var(--display); font-size:38px; color:var(--brass); margin:10px 0 8px; font-weight:600; display:inline-block;}
.calc-result .rvalue.pulse{animation:resultPulse .4s ease;}
@keyframes resultPulse{0%{transform:scale(1);} 40%{transform:scale(1.1); color:var(--brass-bright);} 100%{transform:scale(1);}}
.calc-result .rnote{font-size:12.5px; color:var(--muted); margin-bottom:22px;}

/* PROCESS */
.process-list{border-top:1px solid var(--line);}
.process-item{display:grid; grid-template-columns:64px 1fr 1fr; gap:24px; padding:26px 0; border-bottom:1px solid var(--line); align-items:center;}
.process-num{font-family:var(--mono); color:var(--brass); font-size:14px; font-weight:500;}
.process-item h4{font-family:var(--display); font-size:19px; font-weight:600;}
.process-item p{color:var(--muted); font-size:14.5px;}

/* COMPARE TABLE */
.compare-table{width:100%; border-collapse:collapse; border:1px solid var(--line); border-radius:6px; overflow:hidden;}
.compare-table th, .compare-table td{padding:16px 20px; text-align:left; border-bottom:1px solid var(--line); font-size:14.5px;}
.compare-table th{font-family:var(--mono); font-size:11px; text-transform:uppercase; letter-spacing:0.05em; color:var(--muted); background:var(--panel); font-weight:500;}
.compare-table td:first-child{color:var(--muted); width:34%;}
.compare-table .col-us{background:var(--brass-tint); font-weight:700; color:var(--brass-bright);}
.compare-table tr:last-child td{border-bottom:none;}
.check{color:var(--emerald);}
.cross{color:var(--danger);}

/* WORK / PORTFOLIO */
.filter-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:32px;}
.filter-btn{padding:10px 20px; border:1px solid var(--line); border-radius:30px; font-size:13.5px; font-weight:600; color:var(--muted); background:var(--paper);}
.filter-btn:hover{border-color:var(--brass); color:var(--ink);}
.filter-btn.active{background:var(--ink); border-color:var(--ink); color:#fff;}
.work-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.work-card{border-radius:6px; overflow:hidden; border:1px solid var(--line); transition:transform .4s cubic-bezier(.16,.8,.3,1), box-shadow .4s ease; background:var(--paper);}
.work-card:hover{transform:translateY(-6px); box-shadow:0 24px 40px -18px rgba(36,31,23,0.28);}
.work-img{height:230px; width:100%; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.16,.8,.3,1);}
.work-card:hover .work-img{transform:scale(1.07);}
.work-meta{padding:16px 18px;}
.work-meta .k{font-family:var(--mono); font-size:10.5px; color:var(--brass); text-transform:uppercase; letter-spacing:0.06em; font-weight:500;}
.work-meta h4{font-family:var(--display); font-size:16.5px; margin-top:6px; font-weight:600;}

/* WHY */
.why-grid{display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:6px; overflow:hidden;}
.why-grid.cols-4{grid-template-columns:1fr 1fr 1fr 1fr;}
.why-grid.cols-3{grid-template-columns:1fr 1fr 1fr;}
.why-card{background:var(--paper); padding:30px; display:flex; gap:16px; align-items:flex-start;}
.why-icon{width:38px; height:38px; border-radius:50%; background:var(--brass-tint); color:var(--brass); display:flex; align-items:center; justify-content:center; font-family:var(--mono); font-size:12.5px; flex-shrink:0; font-weight:600;}
.why-card h4{font-size:17.5px; margin-bottom:7px; font-family:var(--display); font-weight:600;}
.why-card p{color:var(--muted); font-size:14.5px;}

/* TESTIMONIALS */
.testi-carousel{position:relative; max-width:700px; margin:0 auto;}
.testi-track{overflow:hidden;}
.testi-slides{display:flex; transition:transform .5s ease;}
.testi-slide{min-width:100%; padding:0 8px;}
.testi-card{background:var(--panel); padding:36px; border-radius:6px; border:1px solid var(--line); text-align:center;}
.testi-card p{font-size:17px; color:var(--ink); margin-bottom:20px; font-family:var(--display); font-weight:400; line-height:1.5;}
.testi-name{font-family:var(--mono); font-size:12px; color:var(--brass); font-weight:500;}
.testi-loc{font-size:12px; color:var(--muted);}
.testi-dots{display:flex; justify-content:center; gap:8px; margin-top:22px;}
.testi-dot{width:8px; height:8px; border-radius:50%; background:var(--line); border:none; padding:0;}
.testi-dot.active{background:var(--brass);}

/* FAQ */
.faq-list{max-width:760px; margin:0 auto; border-top:1px solid var(--line);}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item summary{padding:20px 4px; font-family:var(--display); font-size:16.5px; font-weight:600; cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+'; font-family:var(--mono); font-size:20px; color:var(--brass); transition:transform .25s ease; flex-shrink:0;}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item p{padding:0 4px 22px; color:var(--muted); font-size:14.5px; max-width:640px;}

/* CONTACT */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:flex-start;}
.lead-form{background:var(--panel); border:1px solid var(--line); border-radius:8px; padding:34px;}
.form-row{margin-bottom:16px;}
.form-row label{display:block; font-family:var(--mono); font-size:11px; text-transform:uppercase; letter-spacing:0.05em; color:var(--muted); margin-bottom:8px; font-weight:500;}
.form-row input, .form-row select, .form-row textarea{width:100%; background:var(--paper); border:1px solid var(--line); border-radius:4px; padding:13px 14px; color:var(--ink); font-family:var(--body); font-size:14.5px;}
.form-row textarea{resize:vertical; min-height:90px;}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus{outline:none; border-color:var(--brass);}
.form-row-split{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
.form-note{font-size:12px; color:var(--muted); margin-top:14px; text-align:center;}

.cta-banner{background:var(--emerald); color:#F3EEE2; border-radius:8px; padding:56px 46px;}
.cta-banner h3{font-size:25px; margin-bottom:10px; color:#fff; font-weight:600;}
.cta-banner p{color:#CBD2C9; font-size:14.5px;}

.address-card{background:var(--paper); border:1px solid var(--line); border-radius:8px; padding:28px; margin-bottom:18px;}
.address-card h4{font-family:var(--display); font-size:17px; font-weight:600; margin-bottom:10px; display:flex; align-items:center; gap:10px;}
.address-card h4 .tag-badge{font-family:var(--mono); font-size:10px; background:var(--brass-tint); color:var(--brass-bright); padding:3px 9px; border-radius:20px; text-transform:uppercase; letter-spacing:0.04em;}
.address-card p{color:var(--muted); font-size:14px; line-height:1.7;}
.address-card a{color:var(--brass); font-weight:600;}

/* ABOUT PAGE */
.story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;}
.story-grid img{border-radius:8px; box-shadow:0 30px 60px -24px rgba(36,31,23,0.3);}
.story-grid p{color:var(--muted); font-size:15.5px; margin-bottom:16px;}
.checklist{margin-top:20px;}
.checklist li{display:flex; gap:10px; margin-bottom:10px; font-size:14.5px; color:var(--ink);}
.checklist li::before{content:'\2713'; color:var(--emerald); font-weight:700; flex-shrink:0;}

/* SERVICES PAGE - accordion detail sections */
.detail-block{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; padding:64px 0; border-bottom:1px solid var(--line);}
.detail-block:last-child{border-bottom:none;}
.detail-block.reverse{direction:rtl;}
.detail-block.reverse > *{direction:ltr;}
.detail-block img{border-radius:8px;}
.detail-block .tag-list{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px;}
.finish-pill{border:1px solid var(--line); border-radius:20px; padding:7px 14px; font-size:12.5px; color:var(--muted); background:var(--panel);}
.mini-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:18px;}
.mini-grid .mini-card{background:var(--panel); border:1px solid var(--line); border-radius:6px; padding:14px; text-align:center; font-size:12.5px; color:var(--muted); font-weight:600;}

/* FOOTER */
footer{border-top:1px solid var(--line); padding:52px 0 96px; background:var(--panel);}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; margin-bottom:40px;}
footer .logo{margin-bottom:14px;}
footer .logo-icon{width:52px; height:52px;}
footer p{color:var(--muted); font-size:14px; max-width:300px;}
footer h5{font-family:var(--mono); font-size:11.5px; text-transform:uppercase; letter-spacing:0.06em; color:var(--brass); margin-bottom:16px; font-weight:600;}
footer .flinks{display:flex; flex-direction:column; gap:10px; font-size:14px; color:var(--muted);}
footer .flinks a:hover{color:var(--ink);}
.footer-bottom{border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between; font-size:12.5px; color:var(--muted); flex-wrap:wrap; gap:10px;}

/* FLOATING + MOBILE CTA */
.float-wa{position:fixed; bottom:28px; right:28px; width:56px; height:56px; border-radius:50%; background:var(--emerald); display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px -6px rgba(36,31,23,0.35); z-index:70; animation:pulse 2.4s infinite;}
.float-call{position:fixed; bottom:96px; right:28px; width:56px; height:56px; border-radius:50%; background:var(--brass); display:flex; align-items:center; justify-content:center; box-shadow:0 10px 26px -6px rgba(36,31,23,0.35); z-index:70; transition:transform .25s cubic-bezier(.16,.8,.3,1);}
.float-call:hover{transform:scale(1.08);}
.float-wa:hover{transform:scale(1.08);}
.float-tooltip{position:absolute; right:66px; top:50%; transform:translateY(-50%); background:var(--ink); color:#fff; padding:7px 12px; border-radius:4px; font-size:12.5px; font-weight:600; white-space:nowrap; opacity:0; pointer-events:none; transition:opacity .2s ease;}
.float-call:hover .float-tooltip, .float-wa:hover .float-tooltip{opacity:1;}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(46,74,60,0.35);} 70%{box-shadow:0 0 0 14px rgba(46,74,60,0);} 100%{box-shadow:0 0 0 0 rgba(46,74,60,0);}}
@media (prefers-reduced-motion: reduce){ .float-wa{animation:none;} }
.mobile-cta-bar{display:none;}

/* EXIT MODAL */
.exit-overlay{position:fixed; inset:0; background:rgba(36,31,23,0.55); backdrop-filter:blur(4px); z-index:100; display:none; align-items:center; justify-content:center; padding:20px;}
.exit-overlay.show{display:flex;}
.exit-modal{position:relative; background:var(--paper); border:1px solid var(--line); border-radius:10px; max-width:440px; width:100%; padding:40px 34px 34px; box-shadow:0 40px 90px -20px rgba(36,31,23,0.35); animation:modalIn .35s ease;}
@keyframes modalIn{from{opacity:0; transform:translateY(16px) scale(0.98);} to{opacity:1; transform:translateY(0) scale(1);}}
.exit-close{position:absolute; top:16px; right:16px; width:32px; height:32px; border-radius:50%; background:transparent; border:1px solid var(--line); color:var(--muted); font-size:16px; display:flex; align-items:center; justify-content:center;}
.exit-close:hover{border-color:var(--brass); color:var(--brass);}
.exit-modal h3{font-size:22px; text-align:center; margin-bottom:10px; line-height:1.25; font-weight:600;}
.exit-modal h3 .accent{color:var(--brass);}
.exit-modal .exit-sub{text-align:center; color:var(--muted); font-size:13.5px; margin-bottom:24px;}
.exit-modal .form-row{margin-bottom:14px;}
.exit-modal .form-row-split{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:14px;}

/* Floating Get Quotation button + calculator modal (available on every page, no scrolling needed) */
.quote-fab{position:fixed; left:24px; bottom:24px; z-index:150; background:var(--brass); color:#fff; border:none; padding:15px 22px; border-radius:999px; font-family:var(--mono); font-size:12px; letter-spacing:0.05em; text-transform:uppercase; font-weight:600; box-shadow:0 12px 28px -6px rgba(36,31,23,0.45); display:flex; align-items:center; gap:9px; cursor:pointer; transition:transform .25s cubic-bezier(.16,.8,.3,1), box-shadow .25s ease;}
.quote-fab:hover{transform:translateY(-3px); box-shadow:0 16px 32px -6px rgba(36,31,23,0.5);}
.quote-fab svg{width:16px; height:16px; flex:none;}
@media (max-width:640px){ .quote-fab{left:14px; bottom:14px; padding:12px 16px; font-size:10.5px;} }
.quote-overlay{position:fixed; inset:0; background:rgba(36,31,23,0.55); backdrop-filter:blur(4px); z-index:200; display:none; align-items:center; justify-content:center; padding:20px;}
.quote-overlay.show{display:flex;}
.quote-modal{position:relative; background:var(--paper); border:1px solid var(--line); border-radius:10px; max-width:700px; width:100%; max-height:90vh; overflow-y:auto; padding:40px 34px 34px; box-shadow:0 40px 90px -20px rgba(36,31,23,0.35); animation:modalIn .35s ease;}
@media (prefers-reduced-motion: reduce){ .quote-modal{animation:none;} }
.quote-close{position:absolute; top:16px; right:16px; width:32px; height:32px; border-radius:50%; background:transparent; border:1px solid var(--line); color:var(--muted); font-size:16px; display:flex; align-items:center; justify-content:center;}
.quote-close:hover{border-color:var(--brass); color:var(--brass);}
.quote-modal h3{font-size:22px; text-align:center; margin-bottom:6px; line-height:1.25; font-weight:600;}
.quote-modal .quote-sub{text-align:center; color:var(--muted); font-size:13.5px; margin-bottom:24px;}
.quote-modal .calc-box{padding:0; border:none; background:transparent; gap:28px;}
@media (max-width:640px){ .quote-modal .calc-box{grid-template-columns:1fr;} .quote-modal{padding:30px 20px 24px;} }
@media (prefers-reduced-motion: reduce){ .exit-modal{animation:none;} }

@media (max-width:860px){
  .navlinks{display:none;}
  .navcta{display:none;}
  .menu-toggle{display:block;}
  .hero-grid, .story-grid, .detail-block, .detail-block.reverse{grid-template-columns:1fr; direction:ltr;}
  .services-grid, .why-grid, .why-grid.cols-4, .why-grid.cols-3, .work-grid, .styles-grid, .mini-grid{grid-template-columns:1fr;}
  .calc-box{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .process-item{grid-template-columns:40px 1fr;}
  .process-item p{grid-column:2/3;}
  .footer-grid{grid-template-columns:1fr 1fr; row-gap:30px;}
  .statbar .wrap{flex-direction:column;}
  .compare-table{font-size:13px;}
  .compare-table th, .compare-table td{padding:12px 10px;}
  .mobile-cta-bar{display:flex; position:fixed; bottom:0; left:0; right:0; z-index:70; background:var(--paper); border-top:1px solid var(--line); padding:12px 16px; gap:10px;}
  .mobile-cta-bar .btn{flex:1; padding:13px;}
  footer{padding-bottom:110px;}
  .float-wa{bottom:96px;}
  .float-call{bottom:164px;}
  .quote-fab{left:14px; bottom:88px;}
}
