/* ==========================================================================
   Jamdade Integrated Solutions — Design Tokens
   ========================================================================== */
:root{
  --ink:        #17191c;
  --ink-soft:   #24272c;
  --paper:      #f4f2ec;
  --paper-dim:  #e9e6dc;
  --line:       #d8d3c6;
  --line-dark:  #383b40;
  --orange:     #e2571f;
  --orange-deep:#a53c12;
  --orange-glow:#ff8a4c;
  --steel:      #565b62;
  --steel-lt:   #8a8f97;
  --white:      #fffdf9;

  --display: "Archivo", "Arial Narrow", sans-serif;
  --body: "Inter", -apple-system, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;

  --container: 1440px;
  --radius: 2px;
}

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

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0; font-family:var(--display); font-weight:800; letter-spacing:-0.01em; }
p{ margin:0; }

.container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 28px;
}

:focus-visible{
  outline:3px solid var(--orange);
  outline-offset:2px;
}

/* ---- Eyebrow / mono label ---- */
.eyebrow{
  font-family:var(--mono);
  font-size:12.5px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--orange);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:22px;
  height:1px;
  background:var(--orange);
  display:inline-block;
}

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(244,242,236,0.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:76px;
}
.brand{
  display:flex;
  align-items:center;
  gap:4px;
  font-family:var(--display);
  font-weight:800;
  font-size:19px;
  letter-spacing:-0.01em;
  color:var(--ink);
}
.brand-logo{
  height:68px;
  width:auto;
  display:block;
}
.footer-brand .brand-logo{ height:72px; }
.brand-mark{
  width:34px;
  height:34px;
  flex:none;
}
.brand small{
  display:block;
  font-family:var(--mono);
  font-weight:400;
  font-size:9.5px;
  letter-spacing:0.18em;
  color:var(--steel);
  margin-top:1px;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:34px;
}
.nav-links a{
  font-size:14.5px;
  font-weight:600;
  color:var(--ink);
  position:relative;
  padding:6px 0;
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:0; height:2px;
  background:var(--orange);
  transition:width .2s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after{ width:100%; }
.nav-links a.active{ color:var(--orange-deep); }

.nav-cta{
  display:flex;
  align-items:center;
  gap:18px;
}
.phone-chip{
  font-family:var(--mono);
  font-size:13.5px;
  font-weight:500;
  color:var(--ink);
  display:flex;
  align-items:center;
  gap:7px;
}
.phone-chip svg{ width:15px; height:15px; color:var(--orange); }

.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--body);
  font-weight:700;
  font-size:14px;
  padding:12px 22px;
  border-radius:var(--radius);
  border:1.5px solid var(--ink);
  cursor:pointer;
  transition:transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-solid{
  background:var(--orange);
  border-color:var(--orange);
  color:var(--white);
}
.btn-solid:hover{ background:var(--orange-deep); border-color:var(--orange-deep); transform:translateY(-1px); }
.btn-outline{
  background:transparent;
  color:var(--ink);
}
.btn-outline:hover{ background:var(--ink); color:var(--white); transform:translateY(-1px); }
.btn-outline.on-dark{ border-color:rgba(255,255,255,0.4); color:var(--white); }
.btn-outline.on-dark:hover{ background:var(--white); color:var(--ink); }

.nav-toggle{
  display:none;
  flex-direction:column;
  gap:5px;
  background:none;
  border:none;
  cursor:pointer;
  padding:8px;
}
.nav-toggle span{ width:24px; height:2px; background:var(--ink); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  position:relative;
  background:var(--ink);
  color:var(--white);
  overflow:hidden;
  padding:110px 0 96px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1.2px);
  background-size:26px 26px;
  mask-image:radial-gradient(circle at 82% 8%, rgba(0,0,0,0.95), transparent 62%);
  pointer-events:none;
}
.hero::after{
  content:"";
  position:absolute;
  top:-160px; right:-160px;
  width:620px; height:620px;
  background:
    repeating-radial-gradient(circle, transparent 0, transparent 54px, rgba(226,87,31,0.16) 55px, rgba(226,87,31,0.16) 56px),
    radial-gradient(circle, rgba(226,87,31,0.28), transparent 68%);
  border-radius:50%;
  pointer-events:none;
}
.hero-sweep{
  content:"";
  position:absolute;
  top:-160px; right:-160px;
  width:620px; height:620px;
  border-radius:50%;
  background:conic-gradient(from 0deg, rgba(226,87,31,0.55), rgba(226,87,31,0) 32%, rgba(226,87,31,0) 100%);
  mix-blend-mode:screen;
  animation:radar-sweep 6s linear infinite;
  pointer-events:none;
}
@keyframes radar-sweep{ to{ transform:rotate(360deg); } }
@media (prefers-reduced-motion: reduce){
  .hero-sweep{ animation:none; }
}
.hero-inner{
  position:relative;
  z-index:1;
}
.hero h1{
  font-size:clamp(38px, 5.4vw, 66px);
  line-height:1.04;
  margin:20px 0 22px;
}
.hero h1 em{
  font-style:normal;
  color:var(--orange);
}
.hero p.lede{
  font-size:18px;
  color:#c9cad0;
  max-width:560px;
  margin-bottom:38px;
}
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:56px; }

.hero-strip{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  border-top:1px solid rgba(255,255,255,0.14);
  padding-top:26px;
  gap:16px;
}
.hero-strip div{ font-family:var(--mono); font-size:12px; color:var(--steel-lt); letter-spacing:0.03em; }
.hero-strip strong{ display:block; color:var(--white); font-family:var(--display); font-size:15px; font-weight:800; margin-bottom:4px; letter-spacing:0; }

/* page hero (service pages) — shorter */
.page-hero{ padding:80px 0 64px; }
.page-hero .eyebrow{ color:var(--orange-glow); }
.page-hero h1{ font-size:clamp(34px,5vw,54px); margin:18px 0 16px; }
.page-hero p.lede{ margin-bottom:38px; }
.page-hero.has-photo{
  background-size:cover;
  background-position:center;
}

/* ==========================================================================
   Section scaffolding
   ========================================================================== */
section{ padding:88px 0; }
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  margin-bottom:52px;
  flex-wrap:wrap;
}
.section-head h2{
  font-size:clamp(28px,3.4vw,42px);
  margin-top:16px;
  max-width:560px;
}
.section-head .lede{
  max-width:380px;
  color:var(--steel);
  font-size:15.5px;
  padding-bottom:6px;
}

.on-dark{ background:var(--ink); color:var(--white); }
.on-dark .eyebrow{ color:var(--orange-glow); }
.on-dark .lede{ color:var(--steel-lt); }
.on-tint{ background:var(--paper-dim); }

/* ==========================================================================
   About — bento grid
   ========================================================================== */
.about-bento{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-auto-rows:minmax(150px, auto);
  gap:16px;
}
.bento-cell{
  border:1px solid var(--line);
  background:var(--white);
  border-radius:10px;
  padding:32px;
  position:relative;
}
.bento-image{
  grid-column:1 / 3;
  grid-row:1 / 2;
  padding:0;
  overflow:hidden;
}
.bento-image img{
  width:100%;
  height:100%;
  min-height:180px;
  object-fit:cover;
  display:block;
}
.bento-text{
  grid-column:1 / 3;
  grid-row:2 / 3;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bento-text p{ color:var(--steel); font-size:16px; margin-bottom:18px; }
.bento-text p:last-child{ margin-bottom:0; }
.bento-stat{
  grid-column:span 1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--paper-dim);
}
.bento-stat-num{
  font-family:var(--display);
  font-weight:900;
  font-size:34px;
  color:var(--orange);
  line-height:1;
  margin-bottom:10px;
}
.bento-stat-label{ font-size:13.5px; color:var(--steel); line-height:1.4; }
.bento-promise{
  grid-column:3 / 5;
  grid-row:2 / 3;
  background:var(--ink);
  color:var(--white);
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-color:var(--ink);
}
.bento-promise .tag{ font-family:var(--mono); font-size:11px; letter-spacing:0.12em; color:var(--orange-glow); text-transform:uppercase; margin-bottom:12px; display:block; }
.bento-promise h3{ font-size:19px; line-height:1.35; font-weight:700; }

/* ==========================================================================
   Why choose us — asymmetric bento grid
   ========================================================================== */
.why-bento{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-auto-rows:minmax(160px, auto);
  grid-auto-flow:dense;
  gap:16px;
}
.bento-reason{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:10px;
  padding:28px 30px;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bento-reason .code{
  font-family:var(--mono);
  font-size:11.5px;
  color:var(--orange);
  letter-spacing:0.1em;
}
.bento-reason h3{ font-size:18px; margin:10px 0 8px; }
.bento-reason p{ color:var(--steel); font-size:14.5px; }
.bento-reason--feature{
  grid-column:span 2;
  grid-row:span 2;
  background:var(--ink);
  border-color:var(--ink);
}
.bento-reason--feature .code{ color:var(--orange-glow); }
.bento-reason--feature h3{ color:var(--white); font-size:24px; }
.bento-reason--feature p{ color:var(--steel-lt); font-size:15.5px; }
.bento-reason--wide{
  grid-column:span 2;
  background:var(--paper-dim);
}

/* ==========================================================================
   Strengths — bento tile row (dark section)
   ========================================================================== */
.strengths{ background:var(--ink); color:var(--white); }
.strength-bento{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}
.strength-tile{
  border:1px solid var(--line-dark);
  border-radius:10px;
  padding:28px;
  text-align:left;
  transition:border-color .2s ease, transform .2s ease, background .2s ease;
}
.strength-tile:hover{ transform:translateY(-3px); border-color:rgba(226,87,31,0.5); }
.strength-tile .icon-wrap{
  width:48px; height:48px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,0.06);
  border-radius:8px;
  margin-bottom:18px;
}
.strength-tile svg{ width:24px; height:24px; color:var(--orange-glow); }
.strength-tile h3{ font-size:16px; font-weight:700; letter-spacing:0; margin-bottom:8px; }
.strength-tile p{ font-size:13.5px; color:var(--steel-lt); line-height:1.5; }
.strength-tile--feature{
  background:rgba(226,87,31,0.1);
  border-color:rgba(226,87,31,0.4);
}
.strength-tile--feature .icon-wrap{ width:54px; height:54px; background:rgba(226,87,31,0.16); }
.strength-tile--feature svg{ width:27px; height:27px; }
.strength-tile--feature h3{ font-size:18px;
}

/* ==========================================================================
   Service overview cards (homepage) — spec-plate signature
   ========================================================================== */
.service-bento{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-auto-rows:minmax(180px, auto);
  gap:20px;
}
.service-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:10px;
  padding:36px 30px 30px;
  position:relative;
  display:block;
  transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.service-card:hover{ box-shadow:0 12px 32px rgba(23,25,28,0.1); }
.service-card::before,
.service-card::after{
  content:"";
  position:absolute;
  width:14px; height:14px;
  border:2px solid var(--orange);
  opacity:0;
  transition:opacity .2s ease;
}
.service-card::before{ top:-1px; left:-1px; border-right:none; border-bottom:none; }
.service-card::after{ bottom:-1px; right:-1px; border-left:none; border-top:none; }
.service-card:hover{ transform:translateY(-4px); border-color:transparent; }
.service-card:hover::before,
.service-card:hover::after{ opacity:1; }
.service-card--feature{
  grid-column:1 / 3;
  grid-row:1 / 3;
  background:var(--ink);
  border-color:var(--ink);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.service-card--feature .plate-code{ color:var(--steel-lt); }
.service-card--feature .icon-wrap{ width:60px; height:60px; background:rgba(255,255,255,0.08); }
.service-card--feature .icon-wrap svg{ width:30px; height:30px; color:var(--orange-glow); }
.service-card--feature h3{ color:var(--white); font-size:26px; }
.service-card--feature p{ color:var(--steel-lt); font-size:15.5px; }
.service-card--feature .card-link{ color:var(--orange-glow); }
.service-card--wide{
  grid-column:3 / 5;
  display:flex;
  align-items:center;
  gap:26px;
}
.service-card--wide .icon-wrap{ margin-bottom:0; flex:none; }
.service-card--wide .service-card-body{ min-width:0; }
.service-card--wide .plate-code{ margin-bottom:10px; }
.service-card--wide p{ margin-bottom:12px; }

.service-card .plate-code{
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:0.1em;
  color:var(--steel-lt);
  display:flex;
  justify-content:space-between;
  margin-bottom:22px;
}
.service-card .plate-code span{ color:var(--orange-deep); font-weight:600; }
.service-card .icon-wrap{
  width:52px; height:52px;
  display:flex; align-items:center; justify-content:center;
  background:var(--paper-dim);
  margin-bottom:22px;
}
.service-card .icon-wrap svg{ width:26px; height:26px; color:var(--orange-deep); }
.service-card h3{ font-size:21px; margin-bottom:10px; }
.service-card p{ color:var(--steel); font-size:14.5px; margin-bottom:20px; }
.service-card .card-link{
  font-family:var(--mono);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:0.04em;
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.service-card .card-link svg{ width:13px; height:13px; transition:transform .2s ease; }
.service-card:hover .card-link svg{ transform:translateX(4px); }

/* ==========================================================================
   Offerings (service pages) — asymmetric bento grid
   ========================================================================== */
.offering-bento{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  grid-auto-rows:minmax(170px, auto);
  grid-auto-flow:dense;
  gap:16px;
}
.bento-offering{
  border:1px solid var(--line);
  background:var(--white);
  border-radius:10px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
  position:relative;
}
.bento-offering .plate-num{
  font-family:var(--mono);
  font-size:12px;
  color:var(--orange);
  font-weight:600;
  letter-spacing:0.06em;
}
.bento-offering .icon-wrap{
  width:46px; height:46px;
  flex:none;
  display:flex; align-items:center; justify-content:center;
  background:var(--paper-dim);
  border-radius:8px;
}
.bento-offering .icon-wrap svg{ width:24px; height:24px; color:var(--orange-deep); }
.bento-offering h3{ font-size:17px; margin-bottom:6px; }
.bento-offering p{ font-size:14px; color:var(--steel); }
.bento-offering--feature{
  grid-column:span 2;
  grid-row:span 2;
  background:var(--ink);
  border-color:var(--ink);
}
.bento-offering--feature .icon-wrap{ width:56px; height:56px; background:rgba(255,255,255,0.08); }
.bento-offering--feature .icon-wrap svg{ width:28px; height:28px; color:var(--orange-glow); }
.bento-offering--feature .plate-num{ color:var(--orange-glow); }
.bento-offering--feature h3{ color:var(--white); font-size:23px; }
.bento-offering--feature p{ color:var(--steel-lt); font-size:15px; }
.bento-offering--wide{
  grid-column:span 2;
  flex-direction:row;
  align-items:center;
  background:var(--paper-dim);
}
.bento-offering--wide .icon-wrap{ margin-bottom:0; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band{
  background:var(--orange);
  color:var(--white);
  padding:64px 0;
}
.cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap;
}
.cta-inner h2{ font-size:clamp(24px,3vw,34px); max-width:520px; }
.cta-inner .btn-outline{ border-color:rgba(255,255,255,0.6); color:var(--white); }
.cta-inner .btn-outline:hover{ background:var(--white); color:var(--orange-deep); }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }
.btn-on-orange{ background:var(--ink); border-color:var(--ink); color:var(--white); }
.btn-on-orange:hover{ background:#000; border-color:#000; }

/* ==========================================================================
   Building Explorer (interactive hotspot diagram)
   ========================================================================== */
.sr-only{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.building-explorer{ background:var(--ink); color:var(--white); overflow:hidden; }
.building-explorer .section-head h2{ color:var(--white); }

.be-stage{
  position:relative;
  max-width:520px;
  margin:0 auto;
  aspect-ratio:480 / 560;
}
.be-building{
  width:100%;
  height:100%;
  display:block;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,0.45));
  animation:be-float 5s ease-in-out infinite;
}
@keyframes be-float{
  0%, 100%{ transform:translateY(0); }
  50%{ transform:translateY(-10px); }
}

.be-hotspot{
  position:absolute;
  width:28px; height:28px;
  margin:-14px 0 0 -14px;
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.be-dot{
  position:relative;
  width:14px; height:14px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,107,0,0.2);
  transition:transform .2s ease, background .2s ease;
}
.be-dot::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:1.5px solid rgba(255,107,0,0.55);
  animation:be-pulse 2.4s ease-out infinite;
}
@keyframes be-pulse{
  0%{ transform:scale(0.6); opacity:1; }
  100%{ transform:scale(1.9); opacity:0; }
}
.be-hotspot:hover .be-dot,
.be-hotspot:focus-visible .be-dot,
.be-hotspot.is-active .be-dot{
  transform:scale(1.25);
  background:var(--white);
}
.be-hotspot:focus-visible{ outline:2px solid var(--orange-glow); outline-offset:4px; border-radius:50%; }

.be-card{
  position:absolute;
  width:230px;
  left:50%;
  top:50%;
  background:var(--white);
  color:var(--ink);
  border-radius:10px;
  padding:20px 22px;
  box-shadow:0 20px 48px rgba(0,0,0,0.4);
  opacity:0;
  transform:translate(-50%, calc(-50% + 8px)) scale(0.94);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  z-index:3;
}
.be-card.is-active{
  opacity:1;
  transform:translate(-50%, -50%) scale(1);
  pointer-events:auto;
}
.be-card-tag{
  font-family:var(--mono);
  font-size:11px;
  letter-spacing:0.1em;
  color:var(--orange-deep);
  font-weight:600;
}
.be-card h3{ font-size:17px; margin:8px 0 8px; }
.be-card p{ font-size:13.5px; color:var(--steel); margin-bottom:14px; line-height:1.5; }
.be-card a{
  font-family:var(--mono);
  font-size:12px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:0.02em;
}
.be-card a:hover{ color:var(--orange-deep); }

@media (max-width: 640px){
  .be-card{
    position:fixed;
    left:16px; right:16px; bottom:16px; top:auto;
    width:auto;
    transform:translateY(24px) scale(0.98);
    z-index:200;
  }
  .be-card.is-active{ transform:translateY(0) scale(1); }
}

/* ==========================================================================
   Sectors strip
   ========================================================================== */
.sector-strip{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.sector-chip{
  font-family:var(--mono);
  font-size:12.5px;
  letter-spacing:0.04em;
  border:1px solid var(--line);
  padding:9px 16px;
  color:var(--steel);
}

/* ==========================================================================
   Footer / Contact
   ========================================================================== */
.site-footer{
  background:var(--ink);
  color:var(--steel-lt);
  padding:72px 0 28px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:48px;
  border-bottom:1px solid var(--line-dark);
}
.footer-brand .brand{ color:var(--white); margin-bottom:14px; }
.footer-brand p{ font-size:14px; max-width:280px; line-height:1.7; }
.footer-col h4{
  font-family:var(--mono);
  font-size:12px;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--white);
  margin-bottom:18px;
}
.footer-col ul{ display:grid; gap:11px; }
.footer-col a{ font-size:14px; }
.footer-col a:hover{ color:var(--orange-glow); }
.footer-contact li{ display:flex; gap:10px; font-size:14px; align-items:flex-start; }
.footer-contact svg{ width:16px; height:16px; color:var(--orange); flex:none; margin-top:2px; }
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:24px;
  font-size:12.5px;
  flex-wrap:wrap;
  gap:12px;
}

/* ==========================================================================
   Reveal-on-scroll (subtle)
   ========================================================================== */
.reveal{ opacity:0; transform:translateY(14px); transition:opacity .5s ease, transform .5s ease; }
.reveal.is-visible{ opacity:1; transform:none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px){
  .about-bento{ grid-template-columns:1fr 1fr; }
  .bento-image{ grid-column:1 / 3; grid-row:auto; }
  .bento-text{ grid-column:1 / 3; grid-row:auto; }
  .bento-promise{ grid-column:1 / 3; grid-row:auto; }
  .why-bento{ grid-template-columns:1fr 1fr; }
  .bento-reason--feature{ grid-column:1 / 3; grid-row:auto; }
  .bento-reason--wide{ grid-column:1 / 3; }
  .service-grid{ grid-template-columns:1fr; }
  .offering-bento{ grid-template-columns:1fr 1fr; }
  .bento-offering--feature{ grid-column:1 / 3; grid-row:auto; }
  .bento-offering--wide{ grid-column:1 / 3; }
  .strength-bento{ grid-template-columns:repeat(3, 1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .hero-strip{ grid-template-columns:repeat(2,1fr); row-gap:22px; }
}

@media (max-width: 720px){
  .nav-links, .nav-cta .phone-chip{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-cta .btn{ padding:10px 16px; font-size:13px; }
  section{ padding:64px 0; }
  .hero{ padding:80px 0 64px; }
  .about-bento{ grid-template-columns:1fr; }
  .bento-image, .bento-text, .bento-promise{ grid-column:1; }
  .why-bento{ grid-template-columns:1fr; }
  .bento-reason--feature, .bento-reason--wide{ grid-column:1; }
  .offering-bento{ grid-template-columns:1fr; }
  .bento-offering--feature, .bento-offering--wide{ grid-column:1; }
  .strength-bento{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .cta-inner{ flex-direction:column; align-items:flex-start; }

  .nav-links.mobile-open{
    display:flex;
    flex-direction:column;
    position:absolute;
    top:76px; left:0; right:0;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:20px 28px 26px;
    gap:18px;
  }
}
