/* ═══════════════════════════════════════════════════════
   INNOVATIVE DESIGN ELECTRIC
   Conceit: THE INVENTORY — everything on a farm with wire in it.
   "Big or small, we do it all" is what you say when you can name nothing.
   green = energized · amber = light itself · dim = the unlit inventory
   ═══════════════════════════════════════════════════════ */

:root{
  --black:#0A0A0B;
  --bone:#F2F2EE;
  --dim:#53575D;          /* the unlit inventory */
  --dim-2:#8A9098;
  --green:#25C422;
  --green-hot:#4BE348;
  --amber:#F2A73B;

  --gut:clamp(20px,5vw,64px);
  --inset:clamp(24px,7vw,128px);   /* body content, inset past the hero */
  --hero-inset:clamp(22px,6vw,96px);
  --measure:64ch;

  --disp:"Anton","Arial Narrow",sans-serif;
  --body:"Barlow",system-ui,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--black);color:var(--bone);
  font:400 clamp(1.02rem,.96rem + .3vw,1.18rem)/1.62 var(--body);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
p{margin:0 0 1.15em;text-wrap:pretty}
li{text-wrap:pretty}
a{color:inherit}
h1,h2,h3{margin:0;font-family:var(--disp);font-weight:400;text-transform:uppercase;
  line-height:.9;letter-spacing:.004em;text-wrap:balance}

.skip{position:absolute;left:-9999px}
.skip:focus{left:var(--gut);top:12px;z-index:99;background:var(--green);color:#000;padding:.6em 1em}
:focus-visible{outline:2px solid var(--green);outline-offset:4px}

/* ── NAV ─────────────────────────────────────────────── */
.nav{
  position:fixed;inset:0 0 auto 0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px var(--gut);
  background:linear-gradient(to bottom,rgba(10,10,11,.94) 30%,rgba(10,10,11,0));
}
.nav__mark img{width:clamp(84px,7.5vw,116px);height:auto}
.nav__right{display:flex;align-items:center;gap:clamp(14px,2vw,26px)}
.nav__tel{
  font:500 .92rem/1 var(--body);letter-spacing:.06em;text-decoration:none;white-space:nowrap;
}
.nav__cta{
  font:600 .78rem/1 var(--body);letter-spacing:.09em;text-transform:uppercase;
  text-decoration:none;color:var(--green);
  border:1px solid rgba(37,196,34,.4);padding:.82em 1.1em;border-radius:2px;
  transition:background .25s var(--ease),color .25s var(--ease);
}
.nav__cta:hover{background:var(--green);color:#04160A;border-color:var(--green)}

/* ══════════ THE WALL — the inventory ══════════ */
.hero{
  min-height:100svh;
  padding:clamp(96px,15vh,150px) var(--gut) clamp(60px,9vh,110px) var(--hero-inset);
}
.wall{
  display:flex;flex-wrap:wrap;align-items:baseline;
  column-gap:clamp(14px,1.5vw,26px);row-gap:clamp(4px,.8vh,12px);
  max-width:1500px;
}
.noun{
  font-family:var(--disp);text-transform:uppercase;
  font-size:clamp(1.05rem,2.15vw,2.35rem);
  line-height:1.06;letter-spacing:.012em;
  color:var(--dim);
  transition:color 1.5s var(--ease),text-shadow 1.5s var(--ease);
  user-select:none;
}
/* something on the yard is always drawing power */
.noun.is-lit{
  color:var(--bone);
  text-shadow:0 0 26px rgba(242,242,238,.28);
  transition:color .55s var(--ease),text-shadow .55s var(--ease);
}
/* the one you can't see */
.noun--dark{
  color:#6E5525;text-decoration:none;
  transition:color .4s var(--ease),text-shadow .4s var(--ease);
}
.noun--dark:hover,.noun--dark:focus-visible{
  color:var(--amber);text-shadow:0 0 30px rgba(242,167,59,.5);
}

/* the headline lives INSIDE the wall */
h1{
  flex:0 0 100%;width:100%;
  font-size:clamp(2.9rem,8.2vw,7.6rem);
  color:var(--bone);
  margin:clamp(22px,3.6vh,52px) 0 clamp(20px,3.2vh,44px);
  letter-spacing:-.002em;line-height:.88;
}
.hero__say{flex:0 0 100%;width:100%;margin:clamp(26px,3.6vh,46px) 0 clamp(30px,4vh,54px)}
.hero__say .lede{max-width:60ch}
.lede{
  font-size:clamp(1.06rem,.98rem + .55vw,1.42rem);line-height:1.5;
  color:#CFD0CC;margin-bottom:clamp(22px,3vh,34px);
}
.lede em{color:var(--bone);font-style:normal;
  box-shadow:inset 0 -.42em 0 rgba(37,196,34,.22)}
.lede--sm{font-size:clamp(1.02rem,.96rem + .3vw,1.2rem);max-width:52ch}
.hero__acts{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(16px,2vw,30px)}
/* the one real credential, at the fold — not buried at the bottom */
.cred{
  margin:clamp(20px,2.6vh,30px) 0 0;
  font:500 .84rem/1.5 var(--body);letter-spacing:.05em;
  color:var(--dim-2);text-transform:none;
}

.cta{
  display:inline-flex;align-items:center;text-decoration:none;
  background:var(--green);color:#04160A;
  font:600 .92rem/1 var(--body);letter-spacing:.02em;
  padding:1.15em 1.7em;border-radius:2px;
  transition:background .22s var(--ease),transform .22s var(--ease);
}
.cta:hover{background:var(--green-hot);transform:translateY(-1px)}
.plain{
  text-decoration:none;color:var(--dim-2);
  font:500 .95rem/1 var(--body);
  border-bottom:1px solid rgba(138,144,152,.4);padding-bottom:3px;
  transition:color .22s var(--ease),border-color .22s var(--ease);
}
.plain:hover{color:var(--bone);border-color:var(--bone)}
.plain--lit{color:var(--green);border-color:rgba(37,196,34,.45)}
.plain--lit:hover{color:var(--green-hot);border-color:var(--green-hot)}

/* ══════════ OBJECTS — sections are things on the yard ══════════ */
.obj{padding:clamp(80px,12vh,170px) var(--gut) clamp(80px,12vh,170px) var(--inset)}
.obj--short{padding-top:clamp(56px,8vh,110px);padding-bottom:clamp(56px,8vh,110px)}

.obj__name{
  font-size:clamp(2.6rem,7vw,6.6rem);
  color:var(--bone);
  margin-bottom:clamp(24px,3.6vh,50px);
  line-height:.86;
}
.obj__lead{max-width:52ch;margin-bottom:clamp(36px,5vh,66px)}
.obj__lead p{
  font-size:clamp(1.14rem,1rem + .7vw,1.55rem);line-height:1.42;color:#DCDDD9;
  margin:0;
}
.obj__body{max-width:var(--measure);margin-top:clamp(34px,4.6vh,60px)}
.obj__body--wide{max-width:60ch;margin-top:0}
.obj__body strong{color:var(--bone);font-weight:600}
.obj__body em{color:#DCDDD9;font-style:italic}

/* evidence plates — four in the whole page, each has to earn it */
.plate{position:relative;margin:0;max-width:1180px}
.plate img{width:100%;border-radius:2px}
.lamp{
  position:absolute;left:var(--lx,50%);top:var(--ly,30%);
  width:2px;height:2px;border-radius:50%;background:var(--amber);
  box-shadow:0 0 26px 13px rgba(242,167,59,.4),0 0 76px 36px rgba(242,167,59,.15);
  opacity:0;transition:opacity 1.3s var(--ease);
  animation:breathe 6s ease-in-out infinite;
}
.lamp--big{box-shadow:0 0 36px 18px rgba(242,167,59,.42),0 0 110px 52px rgba(242,167,59,.16)}
@keyframes breathe{0%,100%{filter:brightness(1)}50%{filter:brightness(1.18)}}
.is-seen .lamp{opacity:1}
figcaption{
  margin-top:14px;font:400 .88rem/1.5 var(--body);color:var(--dim-2);
  letter-spacing:.01em;max-width:52ch;
}

.src{font:400 .86rem/1.5 var(--body);color:var(--dim-2);margin-top:-.5em}

.straight{
  margin:clamp(30px,4vh,52px) 0;padding-left:22px;
  border-left:2px solid #23272C;
}
.straight__k{
  font:600 .72rem/1 var(--body);letter-spacing:.19em;text-transform:uppercase;
  color:var(--green);margin-bottom:1.1em;
}
.straight p:last-child{margin-bottom:0;color:#DCDDD9}

.offer{margin:clamp(40px,5.4vh,74px) 0 0;padding:clamp(26px,3vw,44px);
  border:1px solid #1F2327;background:#0E0F11;border-radius:2px}
.offer h3{font-size:clamp(1.5rem,2.4vw,2.2rem);color:var(--bone);margin-bottom:.7em;line-height:.94}
.ticks{list-style:none;margin:1.5em 0 1.9em;padding:0;display:grid;gap:.62em}
.ticks li{position:relative;padding-left:22px;color:#C4C6C2;font-size:.97rem}
.ticks li::before{content:"";position:absolute;left:0;top:.68em;width:10px;height:1px;background:var(--green)}

.aside{color:var(--dim-2);font-style:italic}

/* The name on the truck. Left empty on purpose — inventing it would be the fail. */
.slot{
  margin-top:clamp(34px,4.6vh,58px);padding:clamp(24px,3vw,38px);
  border:1px dashed #2E3339;border-radius:2px;background:rgba(255,255,255,.012);
}
.slot__k{
  font:600 .7rem/1 var(--body);letter-spacing:.19em;text-transform:uppercase;
  color:var(--green);margin-bottom:1.1em;
}
.slot h3{font-size:clamp(1.35rem,2.1vw,1.9rem);color:var(--bone);margin-bottom:.75em;line-height:.96}
.slot p{color:#B9BBB7;margin-bottom:0}
.slot p + p{margin-top:.9em}
.slot__note{
  margin-top:1.4em!important;padding-top:1.1em;border-top:1px solid #1F2327;
  font-size:.88rem;color:var(--dim);font-style:italic;
}
.also{
  margin-top:clamp(30px,4vh,54px);color:var(--dim);
  font-size:.92rem;letter-spacing:.02em;
}

/* ══════════ CLOSING PLATE ══════════ */
.close{position:relative;line-height:0}
.close__img{width:100%;height:clamp(320px,62vh,640px);object-fit:cover;object-position:52% 44%}
.close::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(10,10,11,.72),rgba(10,10,11,.08) 40%,rgba(10,10,11,.9));
}
.close__cap{
  position:absolute;left:var(--inset);bottom:clamp(24px,4vh,44px);z-index:2;margin:0;
  font:400 .9rem/1.5 var(--body);color:var(--dim-2);letter-spacing:.04em;
}

/* ══════════ CONTACT ══════════ */
.obj--contact{padding-top:clamp(70px,10vh,140px)}
.rows{margin-top:clamp(30px,4vh,50px);border-top:1px solid #1C2024;max-width:1000px}
.row{
  display:flex;align-items:baseline;gap:clamp(16px,3vw,44px);
  padding:clamp(18px,2.4vh,26px) 0;border-bottom:1px solid #1C2024;
  text-decoration:none;transition:padding-left .3s var(--ease),color .3s var(--ease);
}
.row:not(.row--static):hover{padding-left:12px}
.row__k{
  flex:0 0 clamp(64px,9vw,120px);
  font:600 .72rem/1 var(--body);letter-spacing:.19em;text-transform:uppercase;color:var(--green);
}
.row__v{font-family:var(--disp);font-size:clamp(1.5rem,2.6vw,2.3rem);text-transform:uppercase;line-height:1}
.row__v--sm{
  font-family:var(--body);font-size:1rem;font-weight:400;text-transform:none;
  line-height:1.5;letter-spacing:0;word-break:break-word;color:#CFD0CC;
}

/* ══════════ FOOTER — the rest of the inventory ══════════ */
.foot{padding:clamp(66px,9vh,120px) var(--gut) clamp(40px,5vh,64px) var(--gut);
  border-top:1px solid #16181B}
.foot__k{
  font:600 .72rem/1 var(--body);letter-spacing:.19em;text-transform:uppercase;
  color:var(--dim);margin-bottom:clamp(22px,3vh,34px);
}
.wall--foot{max-width:1180px}
.wall--foot .noun{font-size:clamp(.92rem,1.35vw,1.35rem);color:#3D4147}
.wall--foot .noun.is-lit{color:#9EA09C;text-shadow:none}

.foot__close{
  margin:clamp(34px,4.6vh,60px) 0 0;max-width:60ch;
  font-size:clamp(1.06rem,1rem + .4vw,1.3rem);color:#CFD0CC;
}
.foot__end{
  margin-top:clamp(50px,7vh,90px);padding-top:clamp(26px,3.4vh,44px);
  border-top:1px solid #16181B;
  display:flex;flex-wrap:wrap;gap:clamp(22px,4vw,60px);
  align-items:flex-end;justify-content:space-between;
}
.foot__logo{width:clamp(170px,18vw,240px);height:auto;opacity:.95}
.foot__fine{margin:0;font:400 .84rem/1.75 var(--body);color:var(--dim);letter-spacing:.02em}

/* ══════════ RESPONSIVE ══════════ */
@media (max-width:900px){
  .obj__lead{margin-bottom:clamp(28px,4vh,44px)}
  /* the phone number NEVER leaves the nav — the page's whole job is the ring */
  .nav__cta{display:none}
  .nav__tel{
    color:var(--green);border:1px solid rgba(37,196,34,.4);
    padding:.72em 1em;border-radius:2px;font-weight:600;letter-spacing:.04em;
  }
}
@media (max-width:620px){
  /* Compressed so the hero CTA clears the bottom-pinned Fastlane ribbon (~108px).
     The registry's most-repeated regression: the ribbon eats the primary CTA. */
  .hero{padding-top:74px;padding-bottom:34px}
  h1{margin:14px 0 12px}
  .hero__say{margin:14px 0 20px}
  .lede{margin-bottom:14px}
  .cred{margin-top:10px}
  /* the wall must stay a WALL — dense, not a bullet list */
  .wall{column-gap:11px;row-gap:2px}
  .noun{font-size:1.02rem}
  .wall--foot .noun{font-size:.9rem}
  /* own ramp: the desktop vw term dies here and the clamp MIN would win.
     Must clear 2.4x the lede and 9% of a 390px viewport. */
  h1{font-size:clamp(2.9rem,12.6vw,3.9rem);line-height:.92}
  .obj__name{font-size:clamp(2.5rem,11vw,3.5rem);line-height:.9}
  .obj__lead p{font-size:1.16rem}
  .hero__acts{flex-direction:column;align-items:stretch;gap:18px}
  .cta{justify-content:center}
  .plain{align-self:flex-start}
  .row{flex-direction:column;gap:8px}
  .row__k{flex:none}
  .foot__end{align-items:flex-start}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  /* the wall settles at a uniform mid-grey and holds */
  .noun{color:#5F646A}
  .noun.is-lit{color:#5F646A;text-shadow:none}
  .lamp{opacity:1}
}
