/* ============================================================
   Fitout International — architectural fit-out brochure
   Palette keyed to the brand logo (slate-green / terracotta / taupe)
   ============================================================ */

:root{
  --bg:        #F7F5F2;
  --bg-2:      #F1EDE7;
  --surface:   #FFFFFF;
  --text:      #1E1B18;
  --muted:     #6B645C;
  --primary:   #2C3A35;   /* deep slate-green */
  --primary-d: #202925;
  --secondary: #A9846B;   /* warm taupe */
  --accent:    #C0573A;   /* terracotta / clay */
  --accent-d:  #A8472D;
  --border:    #E4DED6;
  --border-2:  #D8D0C5;
  --focus:     #C0573A;

  --shadow-sm: 0 1px 2px rgba(30,27,24,.05), 0 1px 3px rgba(30,27,24,.05);
  --shadow-md: 0 6px 20px -8px rgba(30,27,24,.18), 0 2px 6px rgba(30,27,24,.06);
  --shadow-lg: 0 30px 60px -28px rgba(30,27,24,.36), 0 10px 24px -12px rgba(30,27,24,.18);

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-sm: 10px;

  --ff-head: "Space Grotesk", "Inter", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:84px; -webkit-text-size-adjust:100%; }
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--ff-body);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
:focus-visible{ outline:2.5px solid var(--focus); outline-offset:3px; border-radius:4px; }

h1,h2,h3,h4{ font-family:var(--ff-head); font-weight:600; line-height:1.06; letter-spacing:-.02em; margin:0; color:var(--text); }
p{ margin:0; }
.text-balance{ text-wrap:balance; }
.text-pretty{ text-wrap:pretty; }

/* ---------- layout helpers ---------- */
.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gut); }
.section{ padding-block:clamp(64px, 9vw, 132px); }
.eyebrow{
  font-family:var(--ff-head);
  font-size:13px; font-weight:600;
  letter-spacing:.22em; text-transform:uppercase;
  color:var(--accent);
  display:inline-flex; align-items:center; gap:12px;
}
.eyebrow::before{ content:""; width:26px; height:1.5px; background:var(--accent); display:inline-block; }
.eyebrow.center::after{ content:""; width:26px; height:1.5px; background:var(--accent); display:inline-block; }
.eyebrow.muted{ color:var(--secondary); }
.eyebrow.muted::before, .eyebrow.muted.center::after{ background:var(--secondary); }

.sec-head{ max-width:680px; }
.sec-head.center{ margin-inline:auto; text-align:center; }
.sec-title{ font-size:clamp(30px, 4.4vw, 50px); margin-top:18px; }
.sec-lead{ color:var(--muted); font-size:clamp(16px,1.6vw,19px); margin-top:18px; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 26px; border-radius:999px;
  font-family:var(--ff-head); font-weight:600; font-size:15.5px; letter-spacing:.005em;
  border:1.5px solid transparent; white-space:nowrap;
  transition:transform .35s var(--ease), background .25s, color .25s, box-shadow .35s var(--ease), border-color .25s;
  min-height:48px;
}
.btn svg{ width:18px; height:18px; }
.btn-accent{ background:var(--accent); color:#fff; box-shadow:0 10px 24px -12px rgba(192,87,58,.7); }
.btn-accent:hover{ background:var(--accent-d); transform:translateY(-2px); box-shadow:0 16px 30px -12px rgba(192,87,58,.8); }
.btn-primary{ background:var(--primary); color:#fff; }
.btn-primary:hover{ background:var(--primary-d); transform:translateY(-2px); box-shadow:var(--shadow-md); }
.btn-ghost{ background:transparent; color:var(--primary); border-color:var(--border-2); }
.btn-ghost:hover{ border-color:var(--primary); background:rgba(44,58,53,.04); transform:translateY(-2px); }
.btn-light{ background:#fff; color:var(--primary); }
.btn-light:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); }
.btn-outline-light{ background:transparent; color:#fff; border-color:rgba(255,255,255,.4); }
.btn-outline-light:hover{ border-color:#fff; background:rgba(255,255,255,.08); transform:translateY(-2px); }

.link-arrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--ff-head); font-weight:600; font-size:15px; color:var(--accent);
}
.link-arrow svg{ width:16px; height:16px; transition:transform .35s var(--ease); }
.link-arrow:hover svg{ transform:translateX(5px); }

/* ============================================================
   HEADER
   ============================================================ */
.header{
  position:fixed; inset:0 0 auto 0; z-index:60;
  transition:background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  border-bottom:1px solid transparent;
}
.header.scrolled{
  background:rgba(247,245,242,.86);
  backdrop-filter:saturate(160%) blur(14px);
  -webkit-backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--border);
  box-shadow:0 1px 0 rgba(30,27,24,.02);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:78px; }
.brand{ display:flex; align-items:center; gap:0; }
.brand img{ height:54px; width:auto; object-fit:contain; }
.nav{ display:flex; align-items:center; gap:34px; }
.nav a{
  font-size:15px; font-weight:500; color:var(--text); position:relative; padding:6px 0;
  transition:color .25s;
}
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:1.5px; width:0; background:var(--accent);
  transition:width .35s var(--ease);
}
.nav a:hover{ color:var(--accent); }
.nav a:hover::after{ width:100%; }
.header-cta{ display:flex; align-items:center; gap:14px; }
.header-phone{ display:inline-flex; align-items:center; gap:9px; font-family:var(--ff-head); font-weight:600; font-size:15px; color:var(--primary); }
.header-phone svg{ width:17px; height:17px; color:var(--accent); }

.menu-btn{
  display:none; width:46px; height:46px; border-radius:12px; border:1px solid var(--border-2);
  background:var(--surface); color:var(--primary); align-items:center; justify-content:center;
}
.menu-btn svg{ width:22px; height:22px; }

/* mobile drawer */
.drawer-scrim{ position:fixed; inset:0; background:rgba(30,27,24,.45); z-index:70; opacity:0; pointer-events:none; transition:opacity .35s; }
.drawer-scrim.open{ opacity:1; pointer-events:auto; }
.drawer{
  position:fixed; top:0; right:0; bottom:0; width:min(86vw,360px); z-index:71;
  background:var(--bg); box-shadow:var(--shadow-lg);
  transform:translateX(100%); transition:transform .42s var(--ease);
  display:flex; flex-direction:column; padding:22px;
}
.drawer.open{ transform:translateX(0); }
.drawer-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.drawer-top img{ height:42px; }
.drawer-close{ width:44px; height:44px; border-radius:12px; border:1px solid var(--border-2); background:var(--surface); color:var(--primary); display:flex; align-items:center; justify-content:center; }
.drawer-close svg{ width:22px; height:22px; }
.drawer-nav{ display:flex; flex-direction:column; margin-top:14px; }
.drawer-nav a{
  font-family:var(--ff-head); font-size:22px; font-weight:500; padding:15px 4px;
  border-bottom:1px solid var(--border); color:var(--text);
}
.drawer-nav a:active{ color:var(--accent); }
.drawer-foot{ margin-top:auto; display:flex; flex-direction:column; gap:12px; padding-top:20px; }

/* ============================================================
   HERO
   ============================================================ */
.hero{ padding-top:128px; position:relative; }
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(28px,4vw,60px); align-items:center;
}
.hero-eyebrow{ margin-bottom:22px; }
.hero h1{
  font-size:clamp(38px, 5.6vw, 74px); line-height:1.02; letter-spacing:-.03em;
}
.hero h1 em{ font-style:normal; color:var(--accent); }
.hero-sub{ color:var(--muted); font-size:clamp(17px,1.7vw,20px); max-width:30ch; margin-top:26px; }
.hero-actions{ display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.hero-meta{
  display:flex; flex-wrap:wrap; gap:10px 30px; margin-top:38px; padding-top:30px;
  border-top:1px solid var(--border);
}
.hero-meta .hm{ display:flex; flex-direction:column; }
.hero-meta .hm b{ font-family:var(--ff-head); font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:var(--secondary); font-weight:600; }
.hero-meta .hm span{ font-size:15px; color:var(--text); margin-top:3px; }

.hero-media{ position:relative; }
.hero-media .frame{
  position:relative; border-radius:18px; overflow:hidden; box-shadow:var(--shadow-lg);
  aspect-ratio:4/5; background:var(--bg-2);
}
.hero-media .frame img{ width:100%; height:100%; object-fit:cover; }
.hero-media .frame::after{ content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,255,255,.10); border-radius:18px; }
.hero-badge{
  position:absolute; left:-22px; bottom:34px; background:var(--surface); border:1px solid var(--border);
  border-radius:14px; padding:16px 20px; box-shadow:var(--shadow-md); max-width:240px;
}
.hero-badge .hb-k{ font-family:var(--ff-head); font-size:30px; font-weight:600; color:var(--primary); line-height:1; }
.hero-badge .hb-t{ font-size:13.5px; color:var(--muted); margin-top:6px; line-height:1.4; }
.hero-tag{
  position:absolute; top:22px; right:22px; background:rgba(30,27,24,.55); color:#fff;
  font-family:var(--ff-head); font-size:12px; font-weight:600; letter-spacing:.14em; text-transform:uppercase;
  padding:8px 14px; border-radius:999px; backdrop-filter:blur(4px);
}

/* logo strip / scope marquee */
.scope-strip{ border-top:1px solid var(--border); border-bottom:1px solid var(--border); margin-top:clamp(54px,7vw,90px); background:var(--surface); }
.scope-inner{ display:flex; flex-wrap:wrap; align-items:center; gap:14px 30px; padding-block:24px; }
.scope-inner .lbl{ font-family:var(--ff-head); font-size:12.5px; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); }
.scope-pill{ font-family:var(--ff-head); font-size:14.5px; font-weight:600; color:var(--primary); display:inline-flex; align-items:center; gap:10px; }
.scope-pill::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--secondary); }

/* ============================================================
   SERVICES
   ============================================================ */
.services{ background:var(--surface); border-block:1px solid var(--border); }
.svc-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.svc-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:54px; background:var(--border); border:1px solid var(--border); border-radius:var(--radius); overflow:hidden; }
.svc-card{
  background:var(--surface); padding:32px 28px 36px; position:relative;
  transition:background .35s var(--ease); min-height:236px; display:flex; flex-direction:column;
}
.svc-card:hover{ background:var(--bg); }
.svc-num{ font-family:var(--ff-head); font-size:13px; font-weight:600; letter-spacing:.1em; color:var(--accent); }
.svc-card h3{ font-size:20.5px; margin-top:auto; padding-top:30px; letter-spacing:-.015em; }
.svc-card p{ font-size:14.5px; color:var(--muted); margin-top:12px; line-height:1.55; }
.svc-card .bar{ position:absolute; left:0; bottom:0; height:3px; width:0; background:var(--accent); transition:width .4s var(--ease); }
.svc-card:hover .bar{ width:100%; }

/* ============================================================
   PROCESS / WHY US
   ============================================================ */
.why{ background:var(--bg); }
.why-grid{ display:grid; grid-template-columns:.92fr 1.08fr; gap:clamp(34px,5vw,72px); align-items:center; }
.why-media{ position:relative; border-radius:18px; overflow:hidden; box-shadow:var(--shadow-lg); aspect-ratio:5/6; }
.why-media img{ width:100%; height:100%; object-fit:cover; }
.why-media .tint{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(30,27,24,0) 45%, rgba(30,27,24,.55) 100%); }
.why-media .cap{ position:absolute; left:22px; bottom:20px; color:#fff; font-family:var(--ff-head); font-size:14px; letter-spacing:.04em; }
.why-media .cap small{ display:block; font-family:var(--ff-body); font-size:12.5px; opacity:.8; letter-spacing:0; margin-top:3px; }

.steps{ margin-top:40px; display:flex; flex-direction:column; }
.step{ display:grid; grid-template-columns:auto 1fr; gap:22px; padding:24px 0; border-top:1px solid var(--border); align-items:start; }
.step:last-child{ border-bottom:1px solid var(--border); }
.step .sn{ font-family:var(--ff-head); font-size:15px; font-weight:600; color:#fff; background:var(--primary); width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.step h4{ font-size:19px; letter-spacing:-.01em; }
.step p{ font-size:15px; color:var(--muted); margin-top:6px; }

.stat-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:46px; }
.stat{ text-align:left; }
.stat b{ font-family:var(--ff-head); font-size:clamp(34px,4vw,46px); font-weight:600; color:var(--primary); line-height:1; display:block; letter-spacing:-.02em; }
.stat span{ font-size:13.5px; color:var(--muted); margin-top:8px; display:block; }
.stat-note{ font-size:12.5px; color:var(--secondary); margin-top:20px; font-style:italic; }

/* ============================================================
   PORTFOLIO
   ============================================================ */
.portfolio{ background:var(--surface); border-block:1px solid var(--border); }
.filters{ display:flex; flex-wrap:wrap; gap:10px; margin-top:42px; }
.filter{
  font-family:var(--ff-head); font-weight:600; font-size:14px; letter-spacing:.01em;
  padding:10px 20px; border-radius:999px; border:1.5px solid var(--border-2); background:transparent; color:var(--muted);
  transition:all .28s var(--ease); min-height:42px;
}
.filter:hover{ border-color:var(--primary); color:var(--primary); }
.filter.active{ background:var(--primary); border-color:var(--primary); color:#fff; }

.gallery{ columns:3; column-gap:18px; margin-top:36px; }
.tile{
  break-inside:avoid; margin-bottom:18px; position:relative; border-radius:14px; overflow:hidden;
  background:var(--bg-2); cursor:pointer; box-shadow:var(--shadow-sm);
  transition:transform .45s var(--ease), box-shadow .45s var(--ease);
}
.tile img{ width:100%; height:auto; object-fit:cover; transition:transform .6s var(--ease); display:block; }
.tile:hover{ box-shadow:var(--shadow-lg); }
.tile:hover img{ transform:scale(1.045); }
.tile .ov{
  position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end;
  padding:18px 18px 16px; background:linear-gradient(180deg, rgba(30,27,24,0) 40%, rgba(30,27,24,.72) 100%);
  opacity:0; transition:opacity .4s var(--ease);
}
.tile:hover .ov{ opacity:1; }
.tile .ov .sct{ font-family:var(--ff-head); font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:#E7B9A8; }
.tile .ov .ttl{ font-family:var(--ff-head); font-size:17px; font-weight:600; color:#fff; margin-top:4px; line-height:1.2; }
.tile .ex{ position:absolute; top:14px; right:14px; width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.92); display:flex; align-items:center; justify-content:center; opacity:0; transform:scale(.85); transition:all .4s var(--ease); }
.tile .ex svg{ width:16px; height:16px; color:var(--primary); }
.tile:hover .ex{ opacity:1; transform:scale(1); }

/* lightbox */
.lb{ position:fixed; inset:0; z-index:90; background:rgba(22,19,17,.92); display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .35s; padding:20px; }
.lb.open{ opacity:1; pointer-events:auto; }
.lb-stage{ max-width:1100px; width:100%; max-height:88vh; display:flex; flex-direction:column; align-items:center; }
.lb-img{ max-width:100%; max-height:76vh; border-radius:12px; object-fit:contain; box-shadow:var(--shadow-lg); }
.lb-cap{ color:#fff; margin-top:18px; text-align:center; }
.lb-cap .sct{ font-family:var(--ff-head); font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:#E7B9A8; }
.lb-cap .ttl{ font-family:var(--ff-head); font-size:20px; font-weight:600; margin-top:5px; }
.lb-btn{ position:fixed; top:50%; transform:translateY(-50%); width:54px; height:54px; border-radius:50%; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); color:#fff; display:flex; align-items:center; justify-content:center; transition:background .25s; }
.lb-btn:hover{ background:rgba(255,255,255,.24); }
.lb-btn svg{ width:24px; height:24px; }
.lb-prev{ left:20px; } .lb-next{ right:20px; }
.lb-close{ position:fixed; top:20px; right:20px; width:50px; height:50px; border-radius:50%; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); color:#fff; display:flex; align-items:center; justify-content:center; }
.lb-close svg{ width:22px; height:22px; }
.lb-count{ position:fixed; top:28px; left:24px; color:rgba(255,255,255,.75); font-family:var(--ff-head); font-size:14px; letter-spacing:.05em; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band{ background:var(--primary); color:#fff; position:relative; overflow:hidden; }
.cta-band::before{ content:""; position:absolute; inset:0; background:
  radial-gradient(900px 380px at 88% -10%, rgba(192,87,58,.30), transparent 60%),
  radial-gradient(700px 320px at 4% 120%, rgba(169,132,107,.22), transparent 60%); }
.cta-inner{ position:relative; display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; }
.cta-inner h2{ color:#fff; font-size:clamp(28px,3.6vw,46px); max-width:18ch; }
.cta-inner p{ color:rgba(255,255,255,.72); margin-top:16px; max-width:42ch; font-size:17px; }
.cta-actions{ display:flex; flex-wrap:wrap; gap:14px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact{ background:var(--bg); }
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(30px,4vw,56px); align-items:start; }
.contact-info{ display:flex; flex-direction:column; gap:14px; }
.info-card{ display:flex; gap:16px; padding:22px 22px; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); align-items:flex-start; transition:box-shadow .3s, transform .3s; }
.info-card:hover{ box-shadow:var(--shadow-md); transform:translateY(-2px); }
.info-card .ic{ width:44px; height:44px; flex:0 0 44px; border-radius:11px; background:var(--bg-2); display:flex; align-items:center; justify-content:center; color:var(--accent); }
.info-card .ic svg{ width:21px; height:21px; }
.info-card .k{ font-family:var(--ff-head); font-size:12.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--secondary); font-weight:600; }
.info-card .v{ font-size:16px; color:var(--text); margin-top:5px; line-height:1.5; }
.info-card .v a{ display:block; transition:color .2s; }
.info-card .v a:hover{ color:var(--accent); }

.map-ph{ margin-top:2px; border-radius:var(--radius); overflow:hidden; border:1px dashed var(--border-2); background:
  repeating-linear-gradient(45deg, var(--bg-2), var(--bg-2) 14px, #ECE6DE 14px, #ECE6DE 28px);
  aspect-ratio:16/7; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:8px; text-align:center; padding:20px; }
.map-ph .mp-t{ font-family:var(--ff-head); font-weight:600; color:var(--primary); font-size:15px; display:flex; align-items:center; gap:9px; }
.map-ph .mp-t svg{ width:18px; height:18px; color:var(--accent); }
.map-ph .mp-s{ font-size:13px; color:var(--muted); }

/* form */
.form-card{ background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:clamp(24px,3vw,38px); box-shadow:var(--shadow-md); }
.form-card h3{ font-size:24px; }
.form-card .fsub{ color:var(--muted); font-size:15px; margin-top:8px; }
.field{ margin-top:18px; }
.field label{ font-family:var(--ff-head); font-size:13px; font-weight:600; letter-spacing:.04em; color:var(--text); display:block; margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; font-family:var(--ff-body); font-size:15.5px; color:var(--text);
  padding:13px 15px; border:1.5px solid var(--border-2); border-radius:11px; background:var(--bg);
  transition:border-color .25s, box-shadow .25s, background .25s;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--accent); background:#fff; box-shadow:0 0 0 3px rgba(192,87,58,.13); }
.field textarea{ resize:vertical; min-height:104px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-actions{ margin-top:24px; display:flex; flex-direction:column; gap:14px; }
.form-actions .btn{ width:100%; }
.form-fine{ font-size:12.5px; color:var(--muted); text-align:center; }
.form-success{ text-align:center; padding:18px 6px; }
.form-success .ok{ width:64px; height:64px; border-radius:50%; background:rgba(44,58,53,.08); color:var(--primary); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
.form-success .ok svg{ width:30px; height:30px; }
.form-success h3{ font-size:23px; }
.form-success p{ color:var(--muted); margin-top:10px; font-size:15.5px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer{ background:var(--primary); color:rgba(255,255,255,.72); }
.footer-top{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:40px; padding-block:clamp(54px,7vw,80px); }
.footer .f-logo{ height:50px; width:auto; margin-bottom:20px; filter:brightness(0) invert(1); opacity:.96; }
.footer p{ font-size:15px; line-height:1.7; max-width:34ch; }
.footer h5{ font-family:var(--ff-head); font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:#fff; font-weight:600; margin:0 0 18px; }
.footer ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }
.footer ul a, .footer ul span{ font-size:15px; color:rgba(255,255,255,.72); transition:color .22s; }
.footer ul a:hover{ color:#fff; }
.footer .f-contact a{ color:rgba(255,255,255,.85); }
.f-social{ display:flex; gap:10px; margin-top:18px; }
.f-social a{ width:40px; height:40px; border-radius:10px; border:1px solid rgba(255,255,255,.18); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.8); transition:all .25s; font-family:var(--ff-head); font-size:13px; font-weight:600; }
.f-social a:hover{ background:var(--accent); border-color:var(--accent); color:#fff; transform:translateY(-2px); }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.12); padding-block:22px; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; font-size:13.5px; }
.footer-bottom .legal{ max-width:60ch; }

/* ============================================================
   STICKY MOBILE ACTION BAR
   ============================================================ */
.mbar{ position:fixed; left:0; right:0; bottom:0; z-index:55; display:none; }
.mbar-inner{ display:grid; grid-template-columns:1fr 1fr 1fr; background:var(--surface); border-top:1px solid var(--border); box-shadow:0 -8px 24px -12px rgba(30,27,24,.22); }
.mbar a{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:9px 6px 10px; font-family:var(--ff-head); font-size:11.5px; font-weight:600; color:var(--primary); min-height:58px; border-right:1px solid var(--border); }
.mbar a:last-child{ border-right:none; }
.mbar a svg{ width:21px; height:21px; }
.mbar a.wa{ color:#1f7a4d; }
.mbar a.quote{ background:var(--accent); color:#fff; }

/* ============================================================
   reveal animation
   ============================================================ */
@media (prefers-reduced-motion: no-preference){
  .reveal{ opacity:0; transform:translateY(26px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.in{ opacity:1; transform:none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .footer-top{ grid-template-columns:1fr 1fr; gap:36px; }
  .svc-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:900px){
  .nav{ display:none; }
  .header-phone{ display:none; }
  .menu-btn{ display:flex; }
  .hero-grid{ grid-template-columns:1fr; gap:36px; }
  .hero-media .frame{ aspect-ratio:16/12; }
  .hero-badge{ left:14px; }
  .why-grid{ grid-template-columns:1fr; }
  .why-media{ aspect-ratio:16/11; max-height:440px; }
  .contact-grid{ grid-template-columns:1fr; }
  .gallery{ columns:2; }
  .stat-row{ grid-template-columns:repeat(2,1fr); gap:30px 20px; }
}
@media (max-width:680px){
  body{ font-size:16px; }
  .mbar{ display:block; }
  body{ padding-bottom:60px; }
  .header-inner{ height:66px; }
  .brand img{ height:42px; }
  .header-cta .btn{ display:none; }
  .hero{ padding-top:96px; }
  .section{ padding-block:clamp(52px,11vw,80px); }
  .svc-grid{ grid-template-columns:1fr; }
  .gallery{ columns:1; }
  .field-row{ grid-template-columns:1fr; }
  .footer-top{ grid-template-columns:1fr; gap:34px; }
  .cta-inner{ flex-direction:column; align-items:flex-start; }
  .hero-badge{ position:static; margin-top:16px; max-width:none; box-shadow:none; border-radius:12px; }
  .lb-btn{ width:46px; height:46px; }
  .lb-prev{ left:10px; } .lb-next{ right:10px; }
}
@media (max-width:380px){
  :root{ --gut:18px; }
  .hero h1{ font-size:33px; }
  .mbar a{ font-size:11px; }
}
