/* ==========================================================================
   MERAKI HARDWARE — Core Stylesheet
   Design language: brushed-metal industrial premium.
   Palette pulled from the brand's own finish codes (SSS/PSS/BK/RG/YG).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root{
  /* ---- Palette ---- */
  --graphite:      #14161a;   /* primary dark bg */
  --graphite-2:    #1d2027;   /* elevated dark surface */
  --graphite-3:    #262a33;   /* borders on dark */
  --steel:         #8a8f98;   /* muted steel grey */
  --steel-light:   #c7cbd1;
  --paper:         #f6f4ef;   /* warm brushed white */
  --paper-2:       #efece3;
  --ink:           #17181c;   /* body text on light */
  --orange:        #e2571f;   /* meraki orange (logo) */
  --orange-dim:    #c94a17;
  --forest:        #1f3a2e;   /* meraki green (logo wordmark) */
  --forest-light:  #2f5744;
  --rose-gold:     #b8836b;
  --brass:         #c9a227;

  /* ---- Type ---- */
  --f-display: 'Space Grotesk', sans-serif;
  --f-body: 'Manrope', sans-serif;
  --f-mono: 'JetBrains Mono', monospace;

  /* ---- Layout ---- */
  --max: 1280px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 4px;
  --radius-lg: 10px;
  --ease: cubic-bezier(.16,.84,.44,1);
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  font-family: var(--f-body);
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,textarea,select{ font-family:inherit; }

h1,h2,h3,h4{
  font-family: var(--f-display);
  margin:0 0 .5em;
  line-height:1.08;
  letter-spacing:-.01em;
  font-weight:600;
}
p{ margin:0 0 1em; color:var(--steel); line-height:1.7; }

.container{ max-width:var(--max); margin:0 auto; padding:0 var(--gutter); }
.section{ padding: clamp(56px,8vw,120px) 0; }
.section-dark{ background:var(--graphite); color:var(--paper); }
.section-dark p{ color:var(--steel-light); }
.section-dark h1,.section-dark h2,.section-dark h3{ color:var(--paper); }

/* ---- Eyebrow / label ---- */
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--f-mono);
  font-size:.72rem; letter-spacing:.18em; text-transform:uppercase;
  color:var(--orange); font-weight:500; margin-bottom:16px;
}
.eyebrow::before{ content:''; width:22px; height:1px; background:var(--orange); }

.section-head{ max-width:640px; margin-bottom:48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(1.8rem,3.4vw,2.6rem); }

/* ---- Buttons ---- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 30px; border-radius:2px; font-weight:600; font-size:.92rem;
  border:1px solid transparent; transition: all .35s var(--ease);
  font-family: var(--f-body); white-space:nowrap;
}
.btn-primary{ background:var(--orange); color:#fff; }
.btn-primary:hover{ background:var(--orange-dim); transform:translateY(-2px); box-shadow:0 10px 24px -8px rgba(226,87,31,.55); }
.btn-outline{ background:transparent; border-color:currentColor; color:var(--ink); }
.section-dark .btn-outline{ color:var(--paper); }
.btn-outline:hover{ background:var(--ink); color:#fff; }
.section-dark .btn-outline:hover{ background:var(--paper); color:var(--graphite); }
.btn-ghost{ color:var(--orange); font-weight:700; gap:8px; }
.btn-ghost svg{ transition: transform .3s var(--ease); }
.btn-ghost:hover svg{ transform:translateX(5px); }
.btn-sm{ padding:10px 18px; font-size:.82rem; }
.btn-block{ width:100%; }

/* ---- Finish swatch motif (signature element) ---- */
.finish-rail{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.finish-dot{
  width:15px; height:15px; border-radius:50%; position:relative; flex:none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.15), inset 0 -3px 4px rgba(0,0,0,.25), inset 0 2px 3px rgba(255,255,255,.5);
  cursor:pointer;
}
.finish-dot[data-finish="SSS"]{ background: linear-gradient(145deg,#e9ecef,#9aa1a8); }
.finish-dot[data-finish="PSS"]{ background: linear-gradient(145deg,#f4f6f8,#b7bec4); }
.finish-dot[data-finish="BK"]{ background: linear-gradient(145deg,#3a3d42,#0c0d0f); }
.finish-dot[data-finish="RG"]{ background: linear-gradient(145deg,#e3b3a1,#a5624c); }
.finish-dot[data-finish="YG"]{ background: linear-gradient(145deg,#f3d878,#b8901f); }
.finish-legend{ display:flex; align-items:center; gap:6px; font-family:var(--f-mono); font-size:.7rem; color:var(--steel); }

/* Rivet corner detail — used on cards to nod to hardware plates */
.rivet-card{ position:relative; }
.rivet-card::before,.rivet-card::after{
  content:''; position:absolute; width:5px; height:5px; border-radius:50%;
  background:rgba(255,255,255,.5); box-shadow:0 1px 1px rgba(0,0,0,.4);
  top:10px; z-index:2;
}
.rivet-card::before{ left:10px; }
.rivet-card::after{ right:10px; }

/* ==========================================================================
   PRELOADER
   ========================================================================== */
#preloader{
  position:fixed; inset:0; z-index:9999; background:var(--graphite);
  display:flex; align-items:center; justify-content:center; flex-direction:column; gap:22px;
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
#preloader.done{ opacity:0; visibility:hidden; pointer-events:none; }
#preloader .pl-mark{ width:64px; height:64px; }
#preloader .pl-track{ width:180px; height:2px; background:var(--graphite-3); position:relative; overflow:hidden; border-radius:2px; }
#preloader .pl-fill{ position:absolute; inset:0; width:0%; background:var(--orange); animation: plfill 1.5s var(--ease) forwards; }
#preloader .pl-text{ font-family:var(--f-mono); font-size:.68rem; letter-spacing:.25em; color:var(--steel); text-transform:uppercase; }
@keyframes plfill{ 0%{width:0%;} 100%{width:100%;} }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  padding:18px 0; transition: all .4s var(--ease);
  background: linear-gradient(to bottom, rgba(20,22,26,.65), transparent);
}
.site-header.scrolled{
  background: rgba(20,22,26,.92); backdrop-filter: blur(14px);
  padding:12px 0; box-shadow:0 1px 0 rgba(255,255,255,.06);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ height:40px; width:auto; }
.brand span{ font-family:var(--f-display); font-weight:700; font-size:1.15rem; color:#fff; letter-spacing:.01em; }

.main-nav{ display:flex; align-items:center; gap:2px; }
.main-nav > li{ position:relative; }
.main-nav > li > a{
  display:flex; align-items:center; gap:6px;
  padding:10px 16px; color:#fff; font-size:.88rem; font-weight:500; opacity:.85;
  transition:opacity .25s;
}
.main-nav > li > a:hover, .main-nav > li.active > a{ opacity:1; color:var(--orange); }
.main-nav .chev{ width:9px; height:9px; transition:transform .25s; opacity:.6; }
.main-nav li:hover .chev{ transform:rotate(180deg); }

.dropdown{
  position:absolute; top:100%; left:0; min-width:240px;
  background:var(--graphite-2); border:1px solid var(--graphite-3); border-radius:8px;
  padding:10px; opacity:0; visibility:hidden; transform:translateY(8px);
  transition: all .3s var(--ease); box-shadow:0 24px 48px -12px rgba(0,0,0,.5);
}
.main-nav li:hover .dropdown{ opacity:1; visibility:visible; transform:translateY(0); }
.dropdown a{ display:block; padding:9px 12px; border-radius:5px; font-size:.85rem; color:var(--steel-light); }
.dropdown a:hover{ background:rgba(226,87,31,.12); color:var(--orange); }

.header-cta{ display:flex; align-items:center; gap:12px; }
.icon-btn{
  width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.18); color:#fff; transition:.3s;
}
.icon-btn:hover{ background:var(--orange); border-color:var(--orange); }
.nav-toggle{ display:none; flex-direction:column; align-items:stretch; justify-content:center; gap:5px; width:26px; height:26px; background:none; border:0; padding:6px; flex:none; cursor:pointer; }
.nav-toggle span{ display:block; width:100%; height:2px; background:#fff; border-radius:2px; transition:.3s; flex:none; }

@media (max-width: 980px){
  .main-nav, .header-cta .btn, .header-cta .icon-btn{ display:none; }
  .nav-toggle{ display:flex; }
}

/* ---- Mobile nav drawer ---- */
.mobile-nav{
  position:fixed; inset:0 0 0 auto; width:min(340px,86vw); background:var(--graphite-2);
  z-index:1100; transform:translateX(100%); transition:transform .45s var(--ease);
  padding:28px 24px; overflow-y:auto;
}
.mobile-nav.open{ transform:translateX(0); }
.mobile-nav-close{ margin-left:auto; display:block; width:36px; height:36px; border:1px solid var(--graphite-3); border-radius:50%; color:#fff; background:none; }
.mobile-nav ul{ margin-top:24px; }
.mobile-nav li{ border-bottom:1px solid var(--graphite-3); }
.mobile-nav li>a{ display:block; padding:15px 2px; color:#fff; font-weight:600; font-family:var(--f-display); }
.mobile-nav .sub{ padding-left:14px; display:none; }
.mobile-nav li.open .sub{ display:block; }
.mobile-nav .sub a{ font-weight:400; font-size:.88rem; color:var(--steel-light); padding:10px 2px; }
.mobile-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:1090; opacity:0; visibility:hidden; transition:.4s; }
.mobile-backdrop.open{ opacity:1; visibility:visible; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero{
  position:relative; min-height:100vh; display:flex; align-items:flex-end;
  background:var(--graphite); overflow:hidden;
}
.hero-media{ position:absolute; inset:0; }
.hero-media img{ width:100%; height:100%; object-fit:cover; opacity:.55; }
.hero-media::after{
  content:''; position:absolute; inset:0;
  background: linear-gradient(to top, rgba(20,22,26,1) 0%, rgba(20,22,26,.55) 45%, rgba(20,22,26,.35) 100%);
}
.hero-content{ position:relative; z-index:2; padding:180px 0 90px; width:100%; }
.hero-content .eyebrow{ color:var(--brass); }
.hero-content h1{
  font-size:clamp(2.4rem,6vw,4.6rem); color:#fff; max-width:16ch;
}
.hero-content h1 em{ font-style:normal; color:var(--orange); }
.hero-content p.lede{ color:var(--steel-light); max-width:44ch; font-size:1.08rem; margin-top:18px; }
.hero-actions{ display:flex; gap:16px; margin-top:34px; flex-wrap:wrap; }
.hero-finish{ margin-top:56px; }
.hero-finish .finish-legend{ color:var(--steel-light); }

.hero-scroll{
  position:absolute; right:var(--gutter); bottom:40px; z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:10px; color:var(--steel-light);
}
.hero-scroll .line{ width:1px; height:46px; background:linear-gradient(var(--orange),transparent); animation:scrollpulse 2s infinite; }
@keyframes scrollpulse{ 0%,100%{opacity:.3;} 50%{opacity:1;} }

/* smaller inner hero for interior pages */
.page-hero{
  position:relative; background:var(--graphite); padding:170px 0 70px; overflow:hidden;
}
.page-hero .hero-media img{ opacity:.32; }
.page-hero h1{ color:#fff; font-size:clamp(2rem,4.4vw,3.2rem); }
.breadcrumb{ font-family:var(--f-mono); font-size:.75rem; letter-spacing:.06em; color:var(--steel); margin-bottom:18px; }
.breadcrumb a{ color:var(--steel-light); }
.breadcrumb a:hover{ color:var(--orange); }

/* ==========================================================================
   CARDS — Categories / Products
   ========================================================================== */
.grid{ display:grid; gap:26px; }
.grid-4{ grid-template-columns:repeat(4,1fr); }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-2{ grid-template-columns:repeat(2,1fr); }
@media (max-width:1100px){ .grid-4{grid-template-columns:repeat(2,1fr);} }
@media (max-width:720px){ .grid-4,.grid-3,.grid-2{grid-template-columns:1fr;} }

.cat-card{
  position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/5;
  background:var(--graphite-2);
}
.cat-card img{ width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.cat-card:hover img{ transform:scale(1.08); }
.cat-card .overlay{
  position:absolute; inset:0; background:linear-gradient(to top, rgba(10,11,13,.92) 5%, rgba(10,11,13,.15) 55%, transparent 80%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:22px;
}
.cat-card .num{ font-family:var(--f-mono); font-size:.72rem; color:var(--orange); margin-bottom:8px; }
.cat-card h3{ color:#fff; font-size:1.15rem; margin-bottom:4px; }
.cat-card p{ color:var(--steel-light); font-size:.82rem; margin:0; }
.cat-card .arrow{
  position:absolute; top:18px; right:18px; width:38px; height:38px; border-radius:50%;
  background:rgba(255,255,255,.12); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center;
  color:#fff; opacity:0; transform:translate(-8px,8px); transition:.35s var(--ease);
}
.cat-card:hover .arrow{ opacity:1; transform:translate(0,0); background:var(--orange); }

.product-card{
  background:#fff; border:1px solid #e7e4dc; border-radius:var(--radius-lg); overflow:hidden;
  transition: all .4s var(--ease); display:flex; flex-direction:column;
}
.product-card:hover{ transform:translateY(-6px); box-shadow:0 30px 50px -20px rgba(20,22,26,.25); border-color:transparent; }
.product-card .thumb{ position:relative; aspect-ratio:1/1; background:var(--paper-2); overflow:hidden; }
.product-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); }
.product-card:hover .thumb img{ transform:scale(1.06); }
.product-card .tag{
  position:absolute; top:12px; left:12px; background:var(--graphite); color:#fff;
  font-family:var(--f-mono); font-size:.65rem; letter-spacing:.05em; padding:4px 9px; border-radius:20px;
}
.product-card .body{ padding:18px 18px 20px; display:flex; flex-direction:column; gap:8px; flex:1; }
.product-card .cat-label{ font-family:var(--f-mono); font-size:.68rem; letter-spacing:.06em; color:var(--orange); text-transform:uppercase; }
.product-card h4{ font-size:1.02rem; margin:0; }
.product-card .code{ font-family:var(--f-mono); font-size:.75rem; color:var(--steel); }
.product-card .bottom{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; padding-top:10px; border-top:1px dashed #e7e4dc; }

/* ==========================================================================
   FILTER BAR (products page)
   ========================================================================== */
.filter-bar{
  display:flex; flex-wrap:wrap; gap:10px; padding:20px 0 40px; align-items:center;
}
.filter-chip{
  padding:9px 18px; border:1px solid #ddd8cb; border-radius:30px; font-size:.82rem; font-weight:600;
  color:var(--ink); transition:.3s; background:#fff;
}
.filter-chip:hover{ border-color:var(--orange); color:var(--orange); }
.filter-chip.active{ background:var(--graphite); border-color:var(--graphite); color:#fff; }
.search-box{
  margin-left:auto; display:flex; align-items:center; gap:8px; border:1px solid #ddd8cb; border-radius:30px;
  padding:9px 16px; background:#fff; min-width:220px;
}
.search-box input{ border:0; outline:0; background:none; font-size:.85rem; width:100%; }

/* ==========================================================================
   WHY CHOOSE / STATS
   ========================================================================== */
.why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--graphite-3); border:1px solid var(--graphite-3); }
.why-item{ background:var(--graphite); padding:36px 28px; }
.why-item .n{ font-family:var(--f-mono); color:var(--orange); font-size:.78rem; margin-bottom:18px; display:block; }
.why-item h3{ color:#fff; font-size:1.15rem; }
.why-item p{ font-size:.9rem; margin:0; }
@media (max-width:900px){ .why-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .why-grid{ grid-template-columns:1fr; } }

.stat-strip{ display:flex; flex-wrap:wrap; gap:40px; padding:44px var(--gutter); background:var(--paper-2); border-radius:var(--radius-lg); margin-top:10px; }
.stat{ min-width:130px; }
.stat b{ font-family:var(--f-display); font-size:2.4rem; display:block; color:var(--forest); }
.stat span{ font-size:.82rem; color:var(--steel); font-family:var(--f-mono); text-transform:uppercase; letter-spacing:.04em; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testi-track{ display:flex; gap:24px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:10px; }
.testi-track::-webkit-scrollbar{ height:4px; }
.testi-track::-webkit-scrollbar-thumb{ background:var(--orange); }
.testi-card{
  scroll-snap-align:start; min-width:min(420px,84vw); background:#fff; border:1px solid #e7e4dc;
  border-radius:var(--radius-lg); padding:32px; position:relative;
}
.testi-card .quote-mark{ font-family:var(--f-display); font-size:3rem; color:var(--orange); opacity:.25; line-height:1; margin-bottom:6px; }
.testi-card p{ color:var(--ink); font-size:.98rem; }
.testi-who{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.testi-who .initial{ width:42px; height:42px; border-radius:50%; background:var(--forest); color:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--f-display); font-weight:700; }
.testi-who b{ display:block; font-size:.9rem; }
.testi-who span{ font-size:.78rem; color:var(--steel); }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-card{ background:#fff; border-radius:var(--radius-lg); overflow:hidden; border:1px solid #e7e4dc; }
.blog-card img{ aspect-ratio:16/10; object-fit:cover; }
.blog-card .body{ padding:22px; }
.blog-card .meta{ font-family:var(--f-mono); font-size:.7rem; color:var(--orange); text-transform:uppercase; letter-spacing:.05em; margin-bottom:10px; }
.blog-card h4{ font-size:1.05rem; }

/* ==========================================================================
   CTA STRIP
   ========================================================================== */
.cta-strip{
  background: radial-gradient(circle at 20% 20%, var(--forest-light), var(--forest) 60%);
  border-radius:var(--radius-lg); padding:clamp(36px,6vw,64px); color:#fff;
  display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
  position:relative; overflow:hidden;
}
.cta-strip::after{ content:''; position:absolute; right:-60px; top:-60px; width:220px; height:220px; border:1px solid rgba(255,255,255,.15); border-radius:50%; }
.cta-strip h2{ color:#fff; margin-bottom:6px; font-size:clamp(1.5rem,3vw,2.1rem); }
.cta-strip p{ color:rgba(255,255,255,.75); margin:0; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{ background:var(--graphite); color:var(--steel-light); padding-top:70px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr; gap:36px; padding-bottom:50px; border-bottom:1px solid var(--graphite-3); }
.footer-grid h5{ color:#fff; font-family:var(--f-display); font-size:.9rem; letter-spacing:.03em; margin-bottom:18px; text-transform:uppercase; }
.footer-grid li{ margin-bottom:10px; }
.footer-grid a{ font-size:.88rem; color:var(--steel-light); transition:.25s; }
.footer-grid a:hover{ color:var(--orange); padding-left:3px; }
.footer-brand p{ font-size:.88rem; max-width:32ch; }
.footer-social{ display:flex; gap:10px; margin-top:18px; }
.footer-social a{
  width:38px; height:38px; border-radius:50%; border:1px solid var(--graphite-3); display:flex; align-items:center; justify-content:center;
  transition:.3s;
}
.footer-social a:hover{ background:var(--orange); border-color:var(--orange); transform:translateY(-3px); }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding:22px 0; font-size:.78rem; color:var(--steel); flex-wrap:wrap; gap:10px; }
.footer-bottom a{ color:var(--steel); }
@media (max-width:980px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }

/* Floating WhatsApp button */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:900; width:58px; height:58px; border-radius:50%;
  background:#25d366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 30px -6px rgba(37,211,102,.6);
  animation: wafloat 2.6s ease-in-out infinite;
}
@keyframes wafloat{ 0%,100%{ transform:translateY(0);} 50%{ transform:translateY(-6px);} }

/* ==========================================================================
   GENERIC PAGE BLOCKS (about / solutions / dealer / support / contact)
   ========================================================================== */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media (max-width:900px){ .split{ grid-template-columns:1fr; gap:36px; } }
.split img{ border-radius:var(--radius-lg); }

.founder-card{
  background:var(--graphite-2); border:1px solid var(--graphite-3); border-radius:var(--radius-lg);
  padding:8px; display:flex; flex-direction:column; max-width:360px;
}
.founder-card .photo{ border-radius:6px; overflow:hidden; aspect-ratio:3/4; }
.founder-card .photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.founder-card .info{ padding:20px 14px 16px; }
.founder-card .info b{ display:block; color:#fff; font-family:var(--f-display); font-size:1.15rem; }
.founder-card .info span{ font-family:var(--f-mono); font-size:.72rem; color:var(--orange); text-transform:uppercase; letter-spacing:.06em; }

.timeline{ position:relative; padding-left:32px; border-left:1px solid #ddd8cb; }
.timeline .t-item{ position:relative; padding-bottom:38px; }
.timeline .t-item:last-child{ padding-bottom:0; }
.timeline .t-item::before{ content:''; position:absolute; left:-38px; top:4px; width:11px; height:11px; border-radius:50%; background:var(--orange); box-shadow:0 0 0 4px rgba(226,87,31,.18); }
.timeline .yr{ font-family:var(--f-mono); font-size:.75rem; color:var(--orange); }

.icon-tile{ display:flex; gap:16px; align-items:flex-start; padding:26px; border:1px solid #e7e4dc; border-radius:var(--radius-lg); background:#fff; }
.icon-tile .ic{ width:46px; height:46px; border-radius:10px; background:var(--paper-2); display:flex; align-items:center; justify-content:center; flex:none; color:var(--forest); }
.icon-tile h4{ font-size:1rem; margin-bottom:4px; }
.icon-tile p{ font-size:.87rem; margin:0; }

.solution-row{ display:grid; grid-template-columns:.9fr 1.1fr; gap:0; border:1px solid #e7e4dc; border-radius:var(--radius-lg); overflow:hidden; }
.solution-row .ph{ aspect-ratio:4/3; overflow:hidden; }
.solution-row .ph img{ width:100%; height:100%; object-fit:cover; }
.solution-row .tx{ padding:36px; display:flex; flex-direction:column; justify-content:center; }
.solution-row:nth-child(even){ direction:rtl; }
.solution-row:nth-child(even) .tx{ direction:ltr; }
@media (max-width:800px){ .solution-row{ grid-template-columns:1fr; } .solution-row:nth-child(even){ direction:ltr; } }

.form-card{ background:#fff; border:1px solid #e7e4dc; border-radius:var(--radius-lg); padding:34px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:600px){ .form-row{ grid-template-columns:1fr; } }
.field{ margin-bottom:16px; }
.field label{ display:block; font-size:.8rem; font-weight:700; margin-bottom:7px; }
.field input,.field select,.field textarea{
  width:100%; border:1px solid #ddd8cb; border-radius:6px; padding:12px 14px; font-size:.9rem; outline:0; transition:.25s; background:#fdfcf9;
}
.field input:focus,.field select:focus,.field textarea:focus{ border-color:var(--orange); box-shadow:0 0 0 3px rgba(226,87,31,.12); }

.faq-item{ border-bottom:1px solid #e7e4dc; }
.faq-q{ display:flex; justify-content:space-between; align-items:center; padding:22px 4px; cursor:pointer; font-weight:700; font-family:var(--f-display); }
.faq-q .plus{ transition:.3s; flex:none; }
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-item.open .faq-a{ max-height:300px; }
.faq-a p{ padding:0 4px 22px; }

.info-strip{ display:flex; gap:26px; flex-wrap:wrap; }
.info-block{ display:flex; gap:14px; align-items:flex-start; }
.info-block .ic{ width:40px; height:40px; border-radius:50%; background:var(--paper-2); display:flex; align-items:center; justify-content:center; flex:none; color:var(--forest); }
.info-block b{ display:block; font-size:.92rem; }
.info-block span{ font-size:.85rem; color:var(--steel); }

.map-wrap{ border-radius:var(--radius-lg); overflow:hidden; border:1px solid #e7e4dc; height:100%; min-height:340px; }
.map-wrap iframe{ width:100%; height:100%; min-height:340px; border:0; filter:grayscale(.15); }

.brand-strip{ display:flex; align-items:center; gap:60px; flex-wrap:wrap; justify-content:center; opacity:.7; }
.brand-strip span{ font-family:var(--f-display); font-weight:700; font-size:1.15rem; color:var(--steel); }

.badge-row{ display:flex; gap:16px; flex-wrap:wrap; }
.badge{ display:flex; align-items:center; gap:8px; background:#fff; border:1px solid #e7e4dc; border-radius:30px; padding:8px 16px 8px 8px; font-size:.8rem; font-weight:700; }
.badge .dot{ width:26px; height:26px; border-radius:50%; background:var(--forest); color:#fff; display:flex; align-items:center; justify-content:center; font-size:.7rem; }

/* Reveal-on-scroll base state (see animations.css for actual keyframes) */
[data-reveal]{ opacity:0; transform:translateY(26px); transition:opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in{ opacity:1; transform:translateY(0); }
