/* ════════════════════════════════════════════════════════════════════════
   SEE State Hub pages — Tier 2 /elevator-manufacturer-in-{state}/
   Tokens: red #CC1B1B · ink #1C1C1C · cream #FAFAF7 · paper #fff
   Scoped prefix: .seesh-*  (mirrors the .seeloc-* location-page system)
═══════════════════════════════════════════════════════════════════════ */

.seesh{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  background:#fff;color:#1C1C1C;
  width:100vw;left:50%;right:50%;
  margin-left:-50vw;margin-right:-50vw;
  position:relative;
  font-feature-settings:'cv11','ss01';
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.seesh *{box-sizing:border-box}

/* Strip Kadence wrappers on the state-hub slug pattern */
body.page[class*="elevator-manufacturer-in-"] .entry-content,
.seesh ~ *{max-width:none !important}
body.page[class*="elevator-manufacturer-in-"] .entry-header,
body.page[class*="elevator-manufacturer-in-"] .kadence-title-area,
body.page[class*="elevator-manufacturer-in-"] .page-title{display:none !important}

/* Scroll-reveal */
.seesh-rv{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.seesh-rv.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .seesh-rv{opacity:1;transform:none;transition:none}
}

/* ─── HERO ─────────────────────────────────────────────────────── */
.seesh-hero{
  background:radial-gradient(circle at 22% 30%,rgba(204,27,27,.22) 0%,transparent 55%),#080808;
  color:#fff;position:relative;overflow:hidden;
  padding:clamp(80px,10vw,140px) clamp(20px,4vw,48px) clamp(60px,7vw,90px);
}
.seesh-hero__inner{max-width:1180px;margin:0 auto;position:relative;z-index:2}
.seesh-hero__noise{
  position:absolute;inset:0;pointer-events:none;opacity:.04;z-index:1;
  background-image:
    repeating-linear-gradient(0deg,#fff 0,#fff 1px,transparent 1px,transparent 4px),
    repeating-linear-gradient(90deg,#fff 0,#fff 1px,transparent 1px,transparent 4px);
}
.seesh-hero__glow{
  position:absolute;right:-150px;top:-100px;width:600px;height:600px;
  background:radial-gradient(circle,rgba(204,27,27,.16) 0%,transparent 60%);
  pointer-events:none;z-index:1;
}
.seesh-hero__crumb{
  font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.55);margin-bottom:22px;
}
.seesh-hero__crumb a{color:inherit;text-decoration:none;transition:color .2s}
.seesh-hero__crumb a:hover{color:#fff}
.seesh-hero__crumb-sep{margin:0 8px;color:rgba(255,255,255,.3)}
.seesh-hero__tag{
  display:inline-block;padding:7px 14px;border:1px solid rgba(204,27,27,.45);
  border-radius:99px;background:rgba(204,27,27,.16);
  font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:#fff;margin-bottom:24px;
}
.seesh-hero__h{
  font-size:clamp(40px,5.6vw,72px);font-weight:700;letter-spacing:-.04em;line-height:1;
  margin:0 0 22px;color:#fff;
}
.seesh-hero__sub{
  font-size:clamp(15px,1.5vw,18.5px);line-height:1.55;color:rgba(255,255,255,.75);
  max-width:780px;margin:0 0 36px;
}
.seesh-hero__cta-row{display:inline-flex;flex-wrap:wrap;gap:12px}

/* Buttons */
.seesh-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;border-radius:10px;
  font-size:14px;font-weight:600;letter-spacing:.02em;
  text-decoration:none;border:1px solid transparent;
  transition:transform .2s,background .2s,border-color .2s;
}
.seesh-btn--red{background:#CC1B1B;color:#fff}
.seesh-btn--red:hover{background:#b51717;transform:translateY(-2px)}
.seesh-btn--wa{background:#25D366;color:#0a3a1a}
.seesh-btn--wa:hover{background:#20bb59;transform:translateY(-2px)}
.seesh-btn--ghost{background:transparent;color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.2)}
.seesh-btn--ghost:hover{border-color:#fff;color:#fff;transform:translateY(-2px)}
.seesh-sec .seesh-btn--ghost,.seesh-final .seesh-btn--ghost{color:#1C1C1C;border-color:#1C1C1C}
.seesh-sec .seesh-btn--ghost:hover,.seesh-final .seesh-btn--ghost:hover{background:#1C1C1C;color:#fff}

/* ─── INTRO + WORKSHOP STRIP ─────────────────────────────────────── */
.seesh-intro{background:#fff;padding:clamp(70px,9vw,120px) clamp(20px,4vw,48px) clamp(50px,7vw,70px)}
.seesh-intro__inner{max-width:920px;margin:0 auto}
.seesh-intro__ey{
  font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:#CC1B1B;margin-bottom:16px;
}
.seesh-intro__body{font-size:clamp(16px,1.4vw,19px);line-height:1.7;color:#1C1C1C}
.seesh-intro__body p{margin:0 0 18px}
.seesh-intro__body p:last-child{margin-bottom:0}

.seesh-strip{
  display:grid;grid-template-columns:1fr 1fr;gap:0;
  margin-top:38px;border:1px solid #ececea;border-radius:14px;overflow:hidden;
  background:#FAFAF7;
}
.seesh-strip__item{padding:24px 26px}
.seesh-strip__item:first-child{border-right:1px solid #ececea}
.seesh-strip__lbl{
  font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:#CC1B1B;margin-bottom:8px;
}
.seesh-strip__val{font-size:15px;line-height:1.5;color:#1C1C1C}

/* ─── SECTION PRIMITIVES ─────────────────────────────────────────── */
.seesh-sec{padding:clamp(70px,9vw,120px) clamp(20px,4vw,48px)}
.seesh-sec--cream{background:#FAFAF7}
.seesh-sec--dark{background:#0a0a0a;color:#fff}
.seesh-sec__head{max-width:820px;margin:0 auto 48px;text-align:center}
.seesh-sec__ey{
  font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:#CC1B1B;margin-bottom:14px;
}
.seesh-sec--dark .seesh-sec__ey{color:#ff6b6b}
.seesh-sec__h{
  font-size:clamp(26px,3.2vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0;
}
.seesh-sec__sub{
  font-size:clamp(14.5px,1.3vw,17px);line-height:1.6;color:#6a6a6a;margin:16px auto 0;max-width:680px;
}
.seesh-sec--dark .seesh-sec__sub{color:rgba(255,255,255,.7)}

/* ─── CITIES WE SERVE ────────────────────────────────────────────── */
.seesh-cities{
  max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;
}
.seesh-city{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 18px;border-radius:99px;border:1px solid #e2e2df;background:#fff;
  font-size:14.5px;font-weight:600;color:#1C1C1C;text-decoration:none;
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.seesh-city--link{border-color:#CC1B1B;color:#CC1B1B}
.seesh-city--link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(204,27,27,.12)}
.seesh-city__arrow{font-size:15px;line-height:1}
.seesh-city:not(.seesh-city--link){color:#5c5c5c;background:#f3f3f1}

/* ─── INDUSTRIAL ZONES ───────────────────────────────────────────── */
.seesh-zones{
  max-width:1080px;margin:0 auto;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;
}
.seesh-zone{
  background:#fff;border:1px solid #ececea;border-radius:14px;padding:24px 24px 22px;
  border-top:3px solid #CC1B1B;transition:transform .2s,box-shadow .2s;
}
.seesh-zone:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.06)}
.seesh-zone__name{font-size:17px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px;color:#1C1C1C}
.seesh-zone__sectors{font-size:14px;line-height:1.55;color:#6a6a6a}

/* ─── DOMINANT INDUSTRIES ────────────────────────────────────────── */
.seesh-inds{
  max-width:980px;margin:0 auto;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;
}
.seesh-ind{
  display:inline-block;padding:11px 18px;border-radius:10px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);
  font-size:14.5px;font-weight:600;color:#fff;
}

/* ─── PRODUCT FIT ────────────────────────────────────────────────── */
.seesh-fit{
  max-width:1080px;margin:0 auto;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;
}
.seesh-fit__item{
  background:#FAFAF7;border-radius:14px;padding:30px 26px 26px;position:relative;
  border:1px solid #ececea;
}
.seesh-fit__num{
  font-size:13px;font-weight:700;letter-spacing:.1em;color:#CC1B1B;margin-bottom:14px;
}
.seesh-fit__h{font-size:18px;font-weight:700;letter-spacing:-.01em;margin-bottom:10px;color:#1C1C1C}
.seesh-fit__item p{font-size:14.5px;line-height:1.6;color:#5c5c5c;margin:0}

/* ─── FAQs ───────────────────────────────────────────────────────── */
.seesh-faqs{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.seesh-faq{
  background:#fff;border:1px solid #ececea;border-radius:12px;padding:4px 22px;
  transition:border-color .2s;
}
.seesh-faq[open]{border-color:#CC1B1B}
.seesh-faq__q{
  cursor:pointer;list-style:none;padding:18px 0;
  font-size:16px;font-weight:600;color:#1C1C1C;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.seesh-faq__q::-webkit-details-marker{display:none}
.seesh-faq__q::after{content:'+';font-size:22px;color:#CC1B1B;font-weight:400;line-height:1}
.seesh-faq[open] .seesh-faq__q::after{content:'–'}
.seesh-faq__a{padding:0 0 20px;font-size:15px;line-height:1.65;color:#5c5c5c}

/* ─── FINAL CTA ──────────────────────────────────────────────────── */
.seesh-final{
  background:linear-gradient(135deg,#FAFAF7 0%,#fff 100%);
  padding:clamp(60px,8vw,100px) clamp(20px,4vw,48px);
}
.seesh-final__inner{
  max-width:1100px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:36px;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid #ececea;border-radius:20px;
  padding:clamp(32px,4vw,52px);
  border-left:5px solid #CC1B1B;
}
.seesh-final__copy{flex:1 1 420px}
.seesh-final__ey{
  font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:#CC1B1B;margin-bottom:14px;
}
.seesh-final__h{font-size:clamp(24px,2.8vw,36px);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin:0 0 14px}
.seesh-final__sub{font-size:15.5px;line-height:1.6;color:#6a6a6a;margin:0;max-width:560px}
.seesh-final__btns{display:flex;flex-direction:column;gap:12px;flex:0 0 auto}

/* ─── SEO TAIL ───────────────────────────────────────────────────── */
.seesh-seo{
  max-width:1080px;margin:0 auto;padding:clamp(40px,6vw,70px) clamp(20px,4vw,48px);
  font-size:13.5px;line-height:1.75;color:#9a9a9a;border-top:1px solid #ececea;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width:768px){
  .seesh-strip{grid-template-columns:1fr}
  .seesh-strip__item:first-child{border-right:none;border-bottom:1px solid #ececea}
  .seesh-final__inner{flex-direction:column;align-items:flex-start}
  .seesh-final__btns{flex-direction:row;flex-wrap:wrap;width:100%}
  .seesh-cities,.seesh-inds{justify-content:flex-start}
}
