/* MM Weldmesh Landing Page — generated from index.html by build-wordpress.js.
   Do not edit here; edit ../../index.html and re-run `node build-wordpress.js`. */

/* ═══════════════════════════════════════════════════════════════
   MM INDUSTRIES — WELDMESH LANDING PAGE
   Palette derived from mmwiremesh.com (Astra global colours)
   Design register: premium industrial · photography-led
   ═══════════════════════════════════════════════════════════════ */

/* Inter, self-hosted. One variable file covers 400–800, so the whole type
   scale costs a single 47 KB request — less than one weight of a static
   family, and no connection to a third-party CDN.
   Latin subset only: the page is English, and the other six subsets Google
   serves would quadruple the weight for nothing.
   font-display:swap so text paints immediately in the fallback and never
   blocks the LCP headline. */
@font-face{
  font-family:"Inter";
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url("fonts/inter-latin-var.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,
    U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,
    U+FEFF,U+FFFD;
}

:root{
  /* ── BRAND (from mmwiremesh.com) ── */
  --red:#FF3131;          /* --ast-global-color-0 · CTA + accent only */
  --red-600:#E01B1B;      /* hover */
  --red-900:#970000;      /* --ast-global-color-2 · pressed, deep accents */
  --ink-blue:#242A56;     /* --ast-global-color-7 · brand ink */
  --tint:#EFF2FF;         /* --ast-global-color-4 · light brand tint */

  /* ── GRAPHITE (industrial dark surfaces) ── */
  --g-950:#0B0E13;
  --g-900:#101419;
  --g-850:#161B22;
  --g-800:#1D242E;
  --g-700:#2A3341;
  --g-600:#3C4757;

  /* ── NEUTRALS ── */
  --slate-500:#64748B;
  --slate-600:#475569;
  --grey-50:#F7F8FA;
  --grey-100:#EEF1F5;
  --grey-200:#E2E7EE;
  --grey-300:#CFD7E1;
  --ink:#0F141B;
  --body:#4A5563;
  --white:#fff;
  --wa:#25D366;
  --ok:#12925B;

  /* ── TYPE (Inter — matches mmwiremesh.com) ── */
  --fs-xs:.75rem; --fs-sm:.875rem; --fs-base:1rem;
  --fs-lg:clamp(1.06rem,.99rem + .3vw,1.19rem);
  --fs-xl:clamp(1.22rem,1.12rem + .48vw,1.45rem);
  --fs-2xl:clamp(1.5rem,1.3rem + .9vw,1.95rem);
  --fs-3xl:clamp(1.8rem,1.45rem + 1.55vw,2.65rem);
  --fs-4xl:clamp(2.15rem,1.6rem + 2.6vw,3.65rem);

  /* ── SPACE (8px grid) ── */
  --s1:.5rem; --s2:1rem; --s3:1.5rem; --s4:2rem;
  --s5:3rem; --s6:4rem; --s7:5.5rem; --s8:7.5rem;

  /* ── FORM ── */
  --r:14px; --r-sm:8px; --r-lg:16px; --r-pill:999px;
  --sh-1:0 1px 2px rgba(15,20,27,.05),0 2px 6px rgba(15,20,27,.05);
  --sh-2:0 2px 8px rgba(15,20,27,.06),0 12px 28px rgba(15,20,27,.09);
  --sh-3:0 24px 60px rgba(11,14,19,.28),0 4px 12px rgba(11,14,19,.14);
  --maxw:1280px;
  --stickyh:0px;
}
@media (max-width:920px){:root{--stickyh:70px}}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .rv{opacity:1!important;transform:none!important}
}
body{
  margin:0;background:var(--white);color:var(--body);
  font-family:"Inter","Inter Tight",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:var(--fs-base);line-height:1.65;-webkit-font-smoothing:antialiased;
  padding-bottom:var(--stickyh);overflow-x:hidden;
}
h1,h2,h3,h4{color:var(--ink);margin:0 0 var(--s2);line-height:1.12;letter-spacing:-.025em;font-weight:800}
h1{font-size:var(--fs-4xl);letter-spacing:-.035em}
h2{font-size:var(--fs-3xl)}
h3{font-size:var(--fs-xl)}
h4{font-size:var(--fs-lg);letter-spacing:-.015em}
p{margin:0 0 var(--s2);max-width:66ch}
img{display:block;max-width:100%;height:auto}
ul{margin:0;padding:0;list-style:none}
/* figure defaults to `margin: 1em 40px`. The page uses <figure> for every photo
   card and process step, so unreset it was eating 80px out of each grid cell —
   163px cells were rendering 83px cards on mobile. */
figure{margin:0}
a{color:var(--red-900);text-underline-offset:3px}
strong{color:var(--ink);font-weight:700}

.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--s3)}
@media (min-width:700px){.wrap{padding-inline:var(--s4)}}
section{padding-block:var(--s6);position:relative}
@media (min-width:920px){section{padding-block:var(--s8)}}
.pad-sm{padding-block:var(--s5)}
.bg-grey{background:var(--grey-50)}
.bg-dark{background:var(--g-900);color:#AFBCCB}
.bg-dark h2,.bg-dark h3,.bg-dark h4,.bg-dark strong{color:#fff}
.rule{height:1px;background:var(--grey-200);border:0;margin:0}

/* ── section heads ── */
.eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;margin:0 0 var(--s2);
  font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--red);
}
.eyebrow::before{content:"";width:24px;height:2px;background:var(--red);flex:none}
.head{max-width:720px;margin-bottom:var(--s5)}
.head p{font-size:var(--fs-lg);color:var(--body)}
.bg-dark .head p{color:#9FAEBF}
.head.mid{margin-inline:auto;text-align:center}
.head.mid .eyebrow{justify-content:center}
.head.mid p{margin-inline:auto}
.lede{font-size:var(--fs-lg)}

/* ═══ BUTTONS ═══ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:58px;padding:1.05rem 1.9rem;border:2px solid transparent;border-radius:var(--r-sm);
  font-weight:800;font-size:1.02rem;letter-spacing:-.01em;line-height:1.15;
  text-decoration:none;text-align:center;cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .1s ease;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-600)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.32)}
.btn-ghost:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.7)}
.btn-line{background:#fff;color:var(--ink);border-color:var(--grey-300)}
.btn-line:hover{border-color:var(--red);color:var(--red-900)}
.btn-wa{background:var(--wa);color:#04301A}
.btn-wa:hover{background:#1FBF5B}
.btn-block{width:100%}
.btn-lg{min-height:64px;font-size:1.08rem;padding:1.15rem 2.1rem}
.ic{width:20px;height:20px;flex:none}
.micro{font-size:var(--fs-xs);line-height:1.55;color:var(--slate-500);margin:.65rem 0 0}
.micro-l{color:#8C9CAD}

/* ═══ IMAGE SLOTS ═══
   A missing file leaves the shot brief visible instead of a broken image. */
.media{
  position:relative;display:grid;margin:0;overflow:hidden;border-radius:var(--r);
  background:var(--grey-100);
  background-image:repeating-linear-gradient(135deg,rgba(36,42,86,.05) 0 10px,transparent 10px 20px);
  isolation:isolate;
}
.media>img{grid-area:1/1;width:100%;height:100%;object-fit:cover;z-index:1;
  transition:transform .7s cubic-bezier(.22,1,.36,1)}
.media>img.miss{display:none}
.media::after{
  content:attr(data-shot);grid-area:1/1;align-self:end;z-index:0;
  padding:.8rem .9rem;font-size:.66rem;font-weight:700;line-height:1.5;
  letter-spacing:.04em;text-transform:uppercase;color:var(--slate-500);
}
.media.dark{background:var(--g-850);background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.045) 0 10px,transparent 10px 20px)}
.media.dark::after{color:#6E7E90}
.media.sq{border-radius:0}
.r4x3{aspect-ratio:4/3}.r16x9{aspect-ratio:16/9}.r1x1{aspect-ratio:1/1}
.r3x4{aspect-ratio:3/4}.r21x9{aspect-ratio:21/9}.r5x4{aspect-ratio:5/4}
.zoom:hover>img{transform:scale(1.045)}
.fill{position:absolute;inset:0;border-radius:0}
.fill::after{align-self:center;justify-self:center;text-align:center;max-width:32ch}

/* full-bleed band */
.band{position:relative;width:100%;overflow:hidden}
.band .media{border-radius:0;height:100%}
.scrim{position:absolute;inset:0;z-index:2;pointer-events:none}
.scrim-l{background:linear-gradient(96deg,rgba(11,14,19,.96) 0%,rgba(11,14,19,.9) 34%,rgba(11,14,19,.62) 58%,rgba(11,14,19,.42) 100%)}
.scrim-b{background:linear-gradient(180deg,rgba(11,14,19,.35) 0%,rgba(11,14,19,.55) 45%,rgba(11,14,19,.92) 100%)}
.scrim-f{background:rgba(11,14,19,.66)}
@media (max-width:900px){
  .scrim-l{background:linear-gradient(180deg,rgba(11,14,19,.82) 0%,rgba(11,14,19,.9) 42%,rgba(11,14,19,.97) 100%)}
}

/* ═══ HEADER ═══ */
.hdr{position:sticky;top:0;z-index:70;background:rgba(11,14,19,.94);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;gap:var(--s2);min-height:72px}
.brand{display:flex;align-items:center;text-decoration:none;color:#fff;flex:none}
/* Company logo. The supplied artwork is black + red on transparent; the black
   half would disappear against this near-black header, so the file used here is
   a knockout variant with the black recoloured to white and the red kept.
   width/height are the intrinsic pixel size — height alone drives layout, and
   both attributes together stop the header reflowing while the logo decodes. */
.brand-logo{height:40px;width:auto;max-width:min(46vw,200px);object-fit:contain;display:block}
@media (max-width:920px){.brand-logo{height:32px}}
@media (max-width:380px){.brand-logo{height:28px}}
.hdr-r{display:flex;align-items:center;gap:.8rem}
.hdr-tel{display:flex;align-items:center;gap:.55rem;padding:.5rem .8rem;border-radius:6px;
  text-decoration:none;color:#fff;font-weight:700;font-size:1rem}
.hdr-tel small{display:block;font-size:.64rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#8395A8}
.hdr-tel:hover{background:rgba(255,255,255,.07)}
.hdr .btn{min-height:46px;padding:.75rem 1.35rem;font-size:.93rem}
@media (max-width:920px){.hdr-tel .num,.hdr-tel small{display:none}.hdr .btn-primary{display:none}}

/* ═══ HERO — photography-led ═══ */
.hero{padding:0;position:relative;background:var(--g-950);isolation:isolate}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-in{position:relative;z-index:3;display:grid;gap:var(--s4);
  padding-block:var(--s6) var(--s6);align-items:center}
@media (min-width:1000px){
  .hero-in{grid-template-columns:minmax(0,1fr) 440px;gap:var(--s6);
    min-height:min(88vh,860px);padding-block:var(--s7) calc(var(--s7) + 44px)}
}
/* Short desktop viewports (1366×768 laptops are still the Indian default):
   compress the hero so the primary CTA and the first form fields stay above the fold. */
@media (min-width:1000px) and (max-height:840px){
  .hero-in{padding-block:var(--s5) calc(var(--s5) + 44px);gap:var(--s5)}
  .hero h1{font-size:clamp(2rem,1.4rem + 1.7vw,2.85rem)}
  .hero-sub{margin-bottom:var(--s2);font-size:1.02rem}
  .kicker{margin-bottom:var(--s2)}
  .hero-btns{margin-bottom:var(--s2)}
}
.hero h1{color:#fff;margin-bottom:var(--s2);text-shadow:0 2px 24px rgba(0,0,0,.4)}
.hero h1 em{font-style:normal;color:var(--red);
  background:linear-gradient(transparent 82%,rgba(255,49,49,.28) 82%)}
.hero-sub{font-size:var(--fs-lg);color:#C6D1DC;max-width:54ch;margin-bottom:var(--s3)}
.kicker{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:var(--s3);
  padding:.42rem .9rem .42rem .5rem;border-radius:var(--r-pill);
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  font-size:.76rem;font-weight:700;letter-spacing:.03em;color:#E6EDF4}
.kicker b{background:var(--red);color:#fff;padding:.2rem .55rem;border-radius:var(--r-pill);
  font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.hero-btns{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:var(--s3)}
.hero-btns .btn{flex:1 1 210px}
.hero-badges{display:flex;flex-wrap:wrap;gap:.45rem}
.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .8rem;border-radius:6px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);
  font-size:.78rem;font-weight:700;color:#DCE5ED}
.chip .ic{width:14px;height:14px;color:var(--red)}

/* stat bar overlapping the hero edge */
.statbar{position:relative;z-index:5;margin-top:-44px}
@media (max-width:999px){.statbar{margin-top:0}}
.stats{display:grid;grid-template-columns:repeat(2,1fr);
  background:#fff;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh-2)}
@media (min-width:640px){.stats{grid-template-columns:repeat(4,1fr)}}
.stat{padding:1.35rem 1.1rem;text-align:center;border-right:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200)}
.stat:nth-child(2n){border-right:0}
@media (min-width:640px){.stat{border-bottom:0}.stat:nth-child(2n){border-right:1px solid var(--grey-200)}.stat:last-child{border-right:0}}
.stat b{display:block;font-size:1.85rem;font-weight:900;letter-spacing:-.04em;color:var(--ink);line-height:1}
.stat span{display:block;margin-top:.3rem;font-size:.7rem;font-weight:800;letter-spacing:.09em;
  text-transform:uppercase;color:var(--slate-500)}

/* ═══ CLIENT STRIP ═══ */
.clients{background:#fff;padding-block:var(--s4);border-bottom:1px solid var(--grey-200)}
.clients p{margin:0 0 1rem;text-align:center;max-width:none;font-size:.7rem;font-weight:800;
  letter-spacing:.16em;text-transform:uppercase;color:var(--slate-500)}
/* Client logos — greyscale + reduced opacity so 13 unrelated brand palettes
   read as one row; full colour on hover. Height AND width are both capped so a
   very wide wordmark cannot visually dominate a compact one. */
.client-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.6rem 2.8rem}
.client-row li{display:flex;align-items:center;justify-content:center;height:46px}
/* Wide wordmarks are capped well below the row height; square marks are allowed
   the full height. Matching bounding boxes would make a square logo look tiny
   next to a wordmark — this equalises optical weight instead. */
.client-row img{
  max-height:72%;max-width:130px;width:auto;object-fit:contain;
  filter:grayscale(1);opacity:.58;
  transition:filter .25s ease,opacity .25s ease;
}
.client-row li:hover img{filter:grayscale(0);opacity:1}
.client-row li:nth-child(3) img{max-height:100%;max-width:46px}   /* JSW — square */
.client-row li:nth-child(2) img{max-height:92%}                   /* NTPC — tall */
.client-row li:nth-child(13) img{max-height:88%;max-width:96px}   /* CogniSphere — stacked */
/* On phones 13 logos at desktop scale stacked five rows deep and ate 400px of
   screen before the trust section. Smaller + tighter gets it to ~3 rows. */
@media (max-width:640px){
  .clients{padding-block:var(--s4) var(--s3)!important}
  .client-row{gap:.85rem 1.15rem}
  .client-row li{height:27px}
  .client-row img{max-width:64px}
  .client-row li:nth-child(2) img{max-height:88%}
  .client-row li:nth-child(3) img{max-width:27px}
  .client-row li:nth-child(13) img{max-width:50px}
}

/* ═══ FORM ═══ */
.formcard{background:#fff;border-radius:var(--r-lg);box-shadow:var(--sh-3);overflow:hidden;
  scroll-margin-top:96px;position:relative}
.formcard-top{padding:1.2rem 1.45rem;background:var(--g-900);border-bottom:3px solid var(--red)}
.formcard-top h2{color:#fff;font-size:1.28rem;margin:0 0 .2rem;letter-spacing:-.025em}
.formcard-top p{margin:0;max-width:none;font-size:.85rem;color:#9FAEBF}
.formcard form{padding:1.35rem 1.45rem 1.5rem}
.field{margin-bottom:.85rem}
.row2{display:grid;gap:.85rem}
@media (min-width:420px){.row2{grid-template-columns:1fr 1fr}}
label{display:block;margin-bottom:.35rem;font-size:.77rem;font-weight:800;color:var(--ink);letter-spacing:.015em}
label .req{color:var(--red-600)}
label .opt{font-weight:600;color:var(--slate-500)}
.inp{width:100%;min-height:50px;padding:.88rem .95rem;font:inherit;font-size:1rem;color:var(--ink);
  background:var(--grey-50);border:1.5px solid var(--grey-200);border-radius:var(--r-sm);
  transition:border-color .15s,background .15s,box-shadow .15s}
.inp::placeholder{color:#9BA7B4}
.inp:focus{outline:0;border-color:var(--red);background:#fff;box-shadow:0 0 0 3px rgba(255,49,49,.13)}
select.inp{appearance:none;cursor:pointer;padding-right:2.4rem;background-repeat:no-repeat;
  background-position:right .8rem center;background-size:17px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}
.tel-wrap{display:flex}
.tel-pre{display:grid;place-items:center;padding:0 .78rem;font-weight:800;font-size:.95rem;color:var(--ink);
  background:var(--grey-100);border:1.5px solid var(--grey-200);border-right:0;border-radius:var(--r-sm) 0 0 var(--r-sm)}
.tel-wrap .inp{border-radius:0 var(--r-sm) var(--r-sm) 0}
.err{display:none;margin-top:.3rem;font-size:.75rem;font-weight:700;color:var(--red-600)}
.field.bad .inp{border-color:var(--red-600);background:#FFF7F7}
.field.bad .err{display:block}
.hp{position:absolute;left:-9999px;width:0;height:0;opacity:0}
.ftrust{display:flex;flex-wrap:wrap;gap:.35rem .9rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--grey-200)}
.ftrust li{display:flex;align-items:center;gap:.32rem;font-size:.75rem;font-weight:700;color:var(--slate-500)}
.ftrust .ic{width:14px;height:14px;color:var(--ok)}
.falt{display:flex;gap:.6rem;margin-top:.85rem}
.falt a{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.72rem;
  border:1.5px solid var(--grey-200);border-radius:var(--r-sm);background:#fff;
  font-weight:800;font-size:.85rem;color:var(--ink);text-decoration:none}
.falt a:hover{border-color:var(--red);color:var(--red-900)}
.falt .ic{width:16px;height:16px}
.thanks{display:none;padding:2.6rem 1.45rem;text-align:center}
.thanks.on{display:block}
.tick{width:60px;height:60px;margin:0 auto var(--s2);border-radius:50%;background:#E6F6EE;color:var(--ok);display:grid;place-items:center}
.tick .ic{width:30px;height:30px}
.formcard.done form,.formcard.done .formcard-top{display:none}

/* ═══ GRIDS ═══ */
.grid{display:grid;gap:var(--s2)}
@media (min-width:920px){.grid{gap:var(--s3)}}
.g2{grid-template-columns:1fr}
.g3{grid-template-columns:1fr}
.g4{grid-template-columns:repeat(2,1fr)}
.g5{grid-template-columns:repeat(2,1fr)}
@media (min-width:660px){.g2,.g3{grid-template-columns:repeat(2,1fr)}.g4,.g5{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1000px){.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.g5{grid-template-columns:repeat(5,1fr)}}

.card{background:#fff;border:1px solid var(--grey-200);border-radius:var(--r);padding:var(--s3);
  transition:border-color .2s,box-shadow .2s,transform .2s}
.card:hover{border-color:var(--grey-300);box-shadow:var(--sh-2);transform:translateY(-2px)}
.card p{font-size:.94rem;margin-bottom:0}
.card h4{margin-bottom:.45rem}
.bg-dark .card{background:var(--g-850);border-color:rgba(255,255,255,.09)}
.bg-dark .card p{color:#9FAEBF}
.bg-dark .card:hover{border-color:rgba(255,255,255,.2)}

.tile{display:flex;gap:.9rem;align-items:flex-start}
.tile .ico{width:40px;height:40px;flex:none;display:grid;place-items:center;border-radius:8px;
  background:var(--tint);color:var(--red-900)}
.tile .ico .ic{width:20px;height:20px}
.bg-dark .tile .ico{background:rgba(255,49,49,.14);color:var(--red)}
.tile b{display:block;color:var(--ink);font-size:.97rem;font-weight:800;letter-spacing:-.015em;margin-bottom:.15rem}
.bg-dark .tile b{color:#fff}
.tile span{display:block;font-size:.86rem;line-height:1.55}

.chk{margin-top:var(--s2)}
.chk li{display:flex;gap:.65rem;align-items:flex-start;padding:.38rem 0;font-size:.95rem}
.chk .ic{width:18px;height:18px;margin-top:.22rem;flex:none;color:var(--red)}
.bg-dark .chk li{color:#B8C5D2}

/* ═══ SPLIT (alternating image / copy) ═══ */
.split{display:grid;gap:var(--s3);align-items:center}
/* Grid/flex items default to min-width:auto and refuse to shrink below their
   content — the 580px-min spec table was stretching its column and pushing the
   whole page into horizontal scroll on phones. */
.split>*,.grid>*,.hero-in>*,.final-grid>*,.ftr-g>*{min-width:0}
.tscroll{max-width:100%}
@media (min-width:960px){
  .split{grid-template-columns:1fr 1fr;gap:var(--s6)}
  .split.rev .split-m{order:2}
  .split.wide-m{grid-template-columns:1.15fr .85fr}
}
.split + .split{margin-top:var(--s7)}
.pill{display:inline-block;margin-bottom:.8rem;padding:.34rem .75rem;border-radius:5px;
  font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.pill-gi{background:var(--tint);color:var(--ink-blue)}
.pill-ms{background:#F1EFEA;color:#6A5A38}
.pill-red{background:rgba(255,49,49,.1);color:var(--red-900)}

/* stacked / overlapping media */
.stackm{position:relative;padding-bottom:56px;padding-right:44px}
.stackm .m2{position:absolute;right:0;bottom:0;width:52%;border:6px solid #fff;box-shadow:var(--sh-2)}
.bg-dark .stackm .m2{border-color:var(--g-900)}
@media (max-width:659px){.stackm{padding:0}.stackm .m2{position:static;width:100%;border:0;margin-top:.75rem;box-shadow:none}}

/* ═══ PHOTO CARD (applications / industries) ═══ */
.pcard{position:relative;display:block;border-radius:var(--r);overflow:hidden;isolation:isolate;
  text-decoration:none;background:var(--g-850)}
.pcard .media{border-radius:0;height:100%}
.pcard .lbl{position:absolute;inset:auto 0 0 0;z-index:3;padding:1.5rem 1.1rem .95rem;
  background:linear-gradient(180deg,transparent 0%,rgba(11,14,19,.55) 42%,rgba(11,14,19,.93) 100%)}
.pcard b{display:block;color:#fff;font-size:.98rem;font-weight:800;letter-spacing:-.015em;line-height:1.25}
.pcard span{display:block;margin-top:.18rem;font-size:.78rem;line-height:1.45;color:#B5C2D0}
.pcard::after{content:"";position:absolute;inset:0;z-index:4;border-radius:var(--r);
  box-shadow:inset 0 0 0 0 var(--red);transition:box-shadow .2s}
.pcard:hover::after{box-shadow:inset 0 0 0 3px var(--red)}
.pcard:hover .media>img{transform:scale(1.05)}
/* ── Mobile photo cards ──────────────────────────────────────────────────
   Two different problems, so two different answers. The markup already
   separates them: explanatory cards are <figure>, gallery cards are <a>.

   figure.pcard (Quality, Logistics) — the caption carries information a buyer
   actually needs, so it moves BELOW the photo. The overlay used fixed padding
   and desktop type that do not shrink with the card; at two-across on a 390px
   phone it covered 80%+ of the photograph, leaving a ~29px sliver.

   a.pcard (Applications) — 12 cards. Caption-below turned this into a 2167px
   wall of ragged tiles, because titles wrap to one or two lines unpredictably
   and rows stop aligning. Here the overlay stays, the subtitle drops and the
   title shrinks: cards become uniform squares, the photo leads, and the section
   halves in height. The subtitle is supporting detail, not the label. */
@media (max-width:640px){
  figure.pcard .media{height:auto;border-radius:var(--r) var(--r) 0 0}
  figure.pcard .lbl{position:static;background:none;padding:.6rem .7rem .75rem}
  figure.pcard b{font-size:.86rem;line-height:1.3;color:var(--ink)}
  figure.pcard .lbl span{font-size:.73rem;line-height:1.4;color:var(--slate-500)}
  .bg-dark figure.pcard{background:var(--g-850)}
  .bg-dark figure.pcard b{color:#fff}
  .bg-dark figure.pcard .lbl span{color:#9FAEBF}

  a.pcard .lbl{padding:1.15rem .6rem .55rem}
  a.pcard b{font-size:.8rem;line-height:1.25}
  a.pcard .lbl span{display:none}

  .pcard::after{display:none}          /* hover ring is meaningless on touch */
}

/* ═══ TABLES ═══ */
.tscroll{overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;
  border:1px solid var(--grey-200);border-radius:var(--r)}
table{width:100%;min-width:580px;border-collapse:collapse;font-size:.92rem}
caption{padding:.9rem 1.1rem;text-align:left;font-size:.78rem;font-weight:700;color:var(--slate-500)}
th,td{padding:.88rem 1.1rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--grey-200)}
thead th{background:var(--g-900);color:#fff;border-bottom:0;
  font-size:.73rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
tbody tr:nth-child(even){background:var(--grey-50)}
tbody tr:last-child td{border-bottom:0}
th:first-child,td:first-child{font-weight:800;color:var(--ink)}
.yes{color:var(--ok);font-weight:800}
.no{color:var(--red-900);font-weight:800}
.tnote{margin-top:.8rem;font-size:.82rem;color:var(--slate-500)}
/* Closing note under a section. text-align alone is not enough here: p carries
   max-width:66ch, so the block hugs the left edge and the centred text lands
   left of true centre. margin-inline:auto centres the block itself. */
.center-note{text-align:center;margin-inline:auto}

/* ═══ PROCESS STRIP ═══ */
.pstep{position:relative;border-radius:var(--r);overflow:hidden;background:var(--g-850)}
.pstep .media{border-radius:0}
.pstep .cap{position:absolute;inset:auto 0 0 0;z-index:3;padding:1.6rem .95rem .85rem;
  background:linear-gradient(180deg,transparent,rgba(11,14,19,.92))}
.pstep .n{display:inline-block;margin-bottom:.3rem;padding:.12rem .42rem;border-radius:4px;
  background:var(--red);color:#fff;font-size:.64rem;font-weight:900;letter-spacing:.08em}
.pstep b{display:block;color:#fff;font-size:.9rem;font-weight:800;line-height:1.3}

/* ═══ QUOTE ═══ */
.quote{display:flex;flex-direction:column;background:#fff;border:1px solid var(--grey-200);
  border-radius:var(--r);padding:var(--s3)}
.quote .stars{margin-bottom:.55rem;font-size:.92rem;letter-spacing:.14em;color:var(--red)}
.quote blockquote{margin:0 0 var(--s2);font-size:1rem;line-height:1.62;color:var(--ink)}
.quote figcaption{margin-top:auto;font-size:.83rem;line-height:1.5;color:var(--slate-500)}
.quote figcaption b{display:block;font-size:.92rem;font-weight:800;color:var(--ink)}

/* ═══ FAQ ═══ */
.faq{max-width:900px;margin-inline:auto}
details{margin-bottom:.65rem;background:#fff;border:1px solid var(--grey-200);border-radius:var(--r);overflow:hidden}
details[open]{border-color:var(--grey-300);box-shadow:var(--sh-1)}
summary{position:relative;padding:1.1rem 3.1rem 1.1rem 1.25rem;cursor:pointer;list-style:none;
  font-size:1rem;font-weight:800;letter-spacing:-.015em;color:var(--ink);line-height:1.45}
summary::-webkit-details-marker{display:none}
summary::after{content:"";position:absolute;right:1.2rem;top:1.35rem;width:12px;height:12px;
  border-right:2.5px solid var(--red);border-bottom:2.5px solid var(--red);transform:rotate(45deg);transition:transform .2s}
details[open] summary::after{transform:rotate(-135deg);top:1.55rem}
summary:hover{background:var(--grey-50)}
.faq-b{padding:0 1.25rem 1.2rem;font-size:.95rem}
.faq-b p:last-child{margin-bottom:0}

/* ═══ FULL-BLEED CTA ═══ */
.cta-bleed{position:relative;padding:0;isolation:isolate;background:var(--g-950)}
.cta-bleed .hero-bg{position:absolute;inset:0;z-index:0}
.cta-in{position:relative;z-index:3;padding-block:var(--s7);text-align:center}
.cta-in h2{color:#fff;font-size:var(--fs-3xl)}
.cta-in>p{margin-inline:auto;color:#C6D1DC}
.cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:var(--s4);max-width:820px;margin-inline:auto}
.cta-row .btn{flex:1 1 230px}

/* ═══ FOOTER ═══ */
.ftr{background:var(--g-950);color:#8697A9;font-size:.88rem;padding-block:var(--s5) var(--s4)}
.ftr-g{display:grid;gap:var(--s3)}
@media (min-width:800px){.ftr-g{grid-template-columns:1.5fr 1fr 1fr}}
.ftr b{display:block;margin-bottom:.55rem;color:#fff;font-size:.93rem}
.ftr a{color:#BCC9D6;text-decoration:none}
.ftr a:hover{color:var(--red)}
.ftr-l{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.2rem;
  margin-top:var(--s4);padding-top:var(--s2);border-top:1px solid rgba(255,255,255,.08);
  font-size:.77rem;color:#5F7185}

/* ═══ STICKY / FLOAT ═══ */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;gap:.5rem;
  padding:.55rem .6rem calc(.55rem + env(safe-area-inset-bottom));
  background:rgba(11,14,19,.97);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1)}
.sticky .btn{flex:1;min-height:52px;padding:.8rem .5rem;font-size:.93rem;border-radius:7px}
.sticky .btn-call{background:#fff;color:var(--ink)}
@media (max-width:920px){.sticky{display:flex}}
.wafloat{position:fixed;right:18px;bottom:calc(18px + var(--stickyh));z-index:75;
  width:56px;height:56px;border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;
  box-shadow:0 6px 22px rgba(37,211,102,.42);text-decoration:none;transition:transform .18s}
.wafloat:hover{transform:scale(1.07)}
.wafloat .ic{width:28px;height:28px}
@media (max-width:920px){.wafloat{right:12px;width:52px;height:52px;bottom:calc(12px + var(--stickyh))}}

/* ═══ MOTION (subtle) ═══
   Scoped to .js so a JS failure can never leave content invisible. */
.js .rv{opacity:0;transform:translateY(18px);
  transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}
.js .rv.in{opacity:1;transform:none}

.skip{position:absolute;left:-9999px}
.skip:focus{left:10px;top:10px;z-index:200;background:#fff;padding:.7rem 1rem;border-radius:6px}
:focus-visible{outline:3px solid var(--red);outline-offset:2px}
