/* ============================================================
   ELECATRO — DESIGN SYSTEM
   Crystal Clear · Prismatic Glass · Deep Space
   ============================================================ */

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
  --bg:#050507;
  --bg-elev:#08080e;
  --text:#fef0e0;
  --text-dim:rgba(255,225,195,.62);
  --text-faint:rgba(255,225,195,.35);
  --glass:rgba(255,200,140,.04);
  --glass-strong:rgba(255,200,140,.07);
  --glass-edge:rgba(255,200,140,.09);
  --glass-edge-strong:rgba(255,200,140,.16);
  --crystal-glow:rgba(255,200,140,.02);
  --prism-orange:rgba(255,160,60,.14);
  --prism-amber:rgba(255,200,80,.10);
  --prism-coral:rgba(255,130,90,.08);
  --prism-gold:rgba(255,220,100,.06);
  --prism-warm:rgba(255,180,120,.05);
  --font-display:'Clash Display','Satoshi',system-ui,sans-serif;
  --font-body:'Satoshi',system-ui,-apple-system,sans-serif;
  --ease:cubic-bezier(.32,.72,0,1);
  --gutter:clamp(1.25rem,5vw,4rem);
  --maxw:74rem;
  --r-lg:1.75rem;
  --r-md:1.25rem;
}

html{scroll-behavior:smooth;overflow-x:clip;background:var(--bg)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  font-size:1.0625rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  min-height:100dvh;
  overflow-x:clip;
}

::selection{background:rgba(255,180,80,.25);color:var(--text)}
::-webkit-scrollbar{width:.375rem}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:rgba(255,200,140,.14);border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:rgba(255,200,140,.28)}

img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{border:none;background:none;cursor:pointer;font:inherit;color:inherit}
:focus-visible{outline:2px solid rgba(255,180,80,.5);outline-offset:3px;border-radius:4px}

/* ── Atmosphere: crystal-light mesh + film grain ── */
.bg-mesh{
  position:fixed;inset:0;z-index:-2;pointer-events:none;
  background:
    radial-gradient(42rem 30rem at 12% -6%,rgba(255,180,80,.08),transparent 65%),
    radial-gradient(50rem 36rem at 108% 12%,rgba(255,140,60,.06),transparent 60%),
    radial-gradient(38rem 30rem at 50% 118%,rgba(255,200,100,.05),transparent 60%),
    radial-gradient(30rem 20rem at 80% 40%,rgba(255,220,120,.03),transparent 60%),
    var(--bg);
}
.bg-grain{
  position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.028;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:12rem 12rem;
}

/* ── Crystal light prism ── */
.prism-light{
  position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;
}
.prism-light::before,.prism-light::after{
  content:'';position:absolute;
  width:40vw;height:40vw;border-radius:50%;
  filter:blur(10vw);
  opacity:.1;
}
.prism-light::before{
  top:-10%;right:-8%;
  background:radial-gradient(circle,rgba(255,180,80,.3),rgba(255,140,60,.15),transparent 70%);
}
.prism-light::after{
  bottom:-12%;left:-6%;
  background:radial-gradient(circle,rgba(255,220,100,.15),rgba(255,160,80,.1),transparent 70%);
}

/* ── Typography ── */
h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;text-wrap:balance}
.display-xl{font-size:clamp(2.75rem,6.5vw,5.25rem);line-height:1.02}
.display-lg{font-size:clamp(2.25rem,4.5vw,3.5rem);line-height:1.06}
.display-md{font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.12}
.lede{font-size:clamp(1.05rem,1.4vw,1.2rem);color:var(--text-dim);max-width:38em;text-wrap:pretty}
.accent{color:rgba(255,180,80,.85)}

.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  border:1px solid var(--glass-edge);border-radius:999px;
  padding:.32rem .85rem;
  font-size:.66rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;
  color:var(--text-dim);
  background:var(--glass);
}
.eyebrow::before{content:'';width:.32rem;height:.32rem;border-radius:999px;background:rgba(255,180,80,.5);flex-shrink:0}

/* ── Layout primitives ── */
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:clamp(5.5rem,11vw,9rem)}
.section-head{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:clamp(2.5rem,5vw,4rem)}

/* ── Buttons: glass pill + nested crystal orb ── */
.btn{
  display:inline-flex;align-items:center;gap:.8rem;
  border-radius:999px;
  padding:.5rem .5rem .5rem 1.5rem;
  font-weight:600;font-size:.95rem;line-height:1;
  transition:transform .5s var(--ease),background-color .5s var(--ease),border-color .5s var(--ease);
  will-change:transform;
}
.btn:active{transform:scale(.97)}
.btn-orb{
  width:2.15rem;height:2.15rem;border-radius:999px;flex-shrink:0;
  display:grid;place-items:center;
  transition:transform .5s var(--ease);
}
.btn-orb svg{width:.85rem;height:.85rem}
.btn:hover .btn-orb{transform:translate(2px,-2px) scale(1.06)}
.btn-light{background:rgba(255,180,80,.9);color:#0a0a0e}
.btn-light:hover{background:rgba(255,200,120,1)}
.btn-light .btn-orb{background:rgba(10,10,14,.12)}
.btn-glass{
  background:var(--glass-strong);
  border:1px solid var(--glass-edge-strong);
  color:var(--text);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.btn-glass:hover{background:rgba(255,200,140,.1);border-color:rgba(255,200,140,.24)}
.btn-glass .btn-orb{background:rgba(255,200,140,.08)}
.btn-sm{padding:.35rem .35rem .35rem 1.1rem;font-size:.85rem}
.btn-sm .btn-orb{width:1.8rem;height:1.8rem}

.link-plain{
  display:inline-flex;align-items:center;gap:.45rem;
  font-weight:600;font-size:.9rem;color:var(--text-dim);
  transition:color .4s var(--ease);
}
.link-plain svg{width:.8rem;height:.8rem;transition:transform .5s var(--ease)}
.link-plain:hover{color:var(--text)}
.link-plain:hover svg{transform:translate(2px,-2px)}

/* ── Nav: floating crystal pill ── */
.nav-shell{
  position:fixed;inset-inline:0;top:clamp(.75rem,2vw,1.4rem);z-index:50;
  display:flex;justify-content:center;
  padding-inline:var(--gutter);
  pointer-events:none;
}
.nav-pill{
  pointer-events:auto;
  display:flex;align-items:center;gap:clamp(1rem,3vw,2.25rem);
  background:rgba(8,8,14,.55);
  backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
  border-radius:999px;
  padding:.5rem .5rem .5rem 1.35rem;
  box-shadow:0 10px 40px -18px rgba(0,0,0,.7);
  max-width:100%;position:relative;overflow:hidden;
}
.nav-pill::before{
  content:'';position:absolute;inset:0;border-radius:999px;padding:1px;
  background:linear-gradient(160deg,rgba(255,180,80,.35),rgba(255,140,60,.2),rgba(255,200,100,.15),rgba(255,220,120,.1),rgba(255,160,80,.15),rgba(255,180,80,.35));
  background-size:300% 100%;
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  pointer-events:none;
  animation:prism-drift 6s ease-in-out infinite;
}
@keyframes prism-drift{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}
.nav-brand{
  font-family:var(--font-display);font-weight:600;font-size:1.15rem;letter-spacing:-.01em;
  display:inline-flex;align-items:baseline;white-space:nowrap;
}
.nav-brand .dot{color:rgba(255,180,80,.7)}
.nav-links{display:flex;align-items:center;gap:.25rem}
.nav-link{
  padding:.55rem .85rem;border-radius:999px;
  font-size:.9rem;font-weight:500;color:var(--text-dim);
  display:inline-flex;align-items:center;gap:.4rem;
  transition:color .4s var(--ease),background-color .4s var(--ease);
  white-space:nowrap;
}
.nav-link:hover{color:var(--text);background:rgba(255,200,140,.06)}
.nav-link .chev{width:.6rem;height:.6rem;transition:transform .4s var(--ease)}

.nav-drop{position:relative}
.nav-drop[data-open="true"] .chev{transform:rotate(180deg)}
.drop-menu{
  position:absolute;top:calc(100% + .8rem);left:50%;
  transform:translate(-50%,-6px);
  min-width:15.5rem;
  background:rgba(8,8,14,.8);
  backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
  border:1px solid var(--glass-edge);border-radius:1.15rem;
  padding:.4rem;
  opacity:0;visibility:hidden;
  transition:opacity .4s var(--ease),transform .4s var(--ease),visibility 0s .4s;
  box-shadow:0 24px 60px -20px rgba(0,0,0,.8);
}
.nav-drop[data-open="true"] .drop-menu{
  opacity:1;visibility:visible;transform:translate(-50%,0);
  transition:opacity .4s var(--ease),transform .4s var(--ease),visibility 0s;
}
.drop-menu a{
  display:block;padding:.6rem .85rem;border-radius:.8rem;
  font-size:.88rem;font-weight:500;color:var(--text-dim);
  transition:color .3s var(--ease),background-color .3s var(--ease);
}
.drop-menu a:hover{color:var(--text);background:rgba(255,200,140,.06)}
.nav-cta{white-space:nowrap}

/* Hamburger (mobile) */
.nav-burger{
  display:none;position:relative;width:2.6rem;height:2.6rem;border-radius:999px;
  background:rgba(255,200,140,.06);flex-shrink:0;
}
.nav-burger span{
  position:absolute;left:50%;top:50%;width:1.05rem;height:1.5px;border-radius:2px;
  background:var(--text);
  transition:transform .5s var(--ease);
}
.nav-burger span:nth-child(1){transform:translate(-50%,-50%) translateY(-3px)}
.nav-burger span:nth-child(2){transform:translate(-50%,-50%) translateY(3px)}
.nav-burger[aria-expanded="true"] span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}
.nav-burger[aria-expanded="true"] span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}

/* Fullscreen menu overlay */
.menu-overlay{
  position:fixed;inset:0;z-index:40;
  background:rgba(5,5,9,.88);
  backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);
  display:flex;flex-direction:column;justify-content:center;
  padding:6.5rem var(--gutter) 3rem;
  opacity:0;visibility:hidden;
  transition:opacity .6s var(--ease),visibility 0s .6s;
}
.menu-overlay[data-open="true"]{opacity:1;visibility:visible;transition:opacity .6s var(--ease),visibility 0s}
.menu-overlay nav{display:flex;flex-direction:column;gap:.25rem}
.menu-overlay .m-link{
  font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;
  font-size:clamp(1.9rem,7.5vw,3rem);line-height:1.25;
  color:var(--text);
  opacity:0;transform:translateY(1.4rem);
  transition:opacity .7s var(--ease),transform .7s var(--ease),color .3s var(--ease);
}
.menu-overlay .m-link:hover{color:var(--text-dim)}
.menu-overlay .m-sub{
  font-family:var(--font-body);font-size:1.05rem;font-weight:500;
  color:var(--text-dim);letter-spacing:0;
}
.menu-overlay[data-open="true"] .m-link{opacity:1;transform:translateY(0)}
.menu-overlay .m-link:nth-child(1){transition-delay:.05s}
.menu-overlay .m-link:nth-child(2){transition-delay:.1s}
.menu-overlay .m-link:nth-child(3){transition-delay:.15s}
.menu-overlay .m-link:nth-child(4){transition-delay:.2s}
.menu-overlay .m-link:nth-child(5){transition-delay:.25s}
.menu-overlay .m-link:nth-child(6){transition-delay:.3s}
.menu-overlay .m-link:nth-child(7){transition-delay:.35s}
.menu-overlay .m-link:nth-child(8){transition-delay:.4s}
.menu-overlay .m-link:nth-child(9){transition-delay:.45s}
.menu-foot{
  margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--glass-edge);
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  color:var(--text-dim);font-size:.9rem;
  opacity:0;transition:opacity .7s var(--ease) .45s;
}
.menu-overlay[data-open="true"] .menu-foot{opacity:1}
body.menu-locked{overflow:hidden}

@media (max-width:860px){
  .nav-links,.nav-cta{display:none}
  .nav-burger{display:block}
  .nav-pill{width:100%;justify-content:space-between}
}

/* ── Hero ── */
.hero{
  position:relative;
  padding-top:clamp(9rem,18vh,13rem);
  padding-bottom:clamp(4rem,8vw,7rem);
}
.hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem;max-width:52rem}
.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.5rem}
.hero-meta{
  margin-top:clamp(2.5rem,6vw,4.5rem);
  padding-top:1.75rem;border-top:1px solid var(--glass-edge);
  width:100%;
  display:flex;align-items:center;gap:1.25rem 2.5rem;flex-wrap:wrap;
  color:var(--text-faint);
  font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
}

/* ── Double-bezel shells ── */
.shell{
  background:var(--glass);
  border:1px solid var(--glass-edge);
  border-radius:var(--r-lg);
  padding:.45rem;
  transition:border-color .6s var(--ease),transform .6s var(--ease);
}
.core{
  height:100%;
  background:linear-gradient(180deg,rgba(18,14,10,.5) 0%,rgba(5,5,9,.3) 100%);
  border:1px solid rgba(255,200,140,.04);
  border-radius:calc(var(--r-lg) - .45rem);
  box-shadow:inset 0 1px 1px rgba(255,200,140,.06);
  padding:clamp(1.5rem,2.5vw,2.25rem);
  display:flex;flex-direction:column;gap:1rem;align-items:flex-start;
  position:relative;overflow:hidden;
}
a.shell{display:block}
a.shell:hover{border-color:var(--glass-edge-strong);transform:translateY(-4px)}
a.shell:hover .card-glow{opacity:1}
.card-glow{
  position:absolute;inset:0;pointer-events:none;opacity:0;
  background:radial-gradient(24rem 14rem at 85% -20%,rgba(255,180,80,.08),transparent 70%);
  transition:opacity .7s var(--ease);
}

.card-icon{
  width:2.9rem;height:2.9rem;border-radius:.95rem;flex-shrink:0;
  display:grid;place-items:center;
  background:rgba(255,200,140,.05);
  border:1px solid var(--glass-edge);
  box-shadow:inset 0 1px 1px rgba(255,200,140,.08);
}
.card-icon svg{width:1.25rem;height:1.25rem;stroke:var(--text);stroke-width:1.25;fill:none;stroke-linecap:round;stroke-linejoin:round}
.core h3{font-size:1.3rem;font-weight:500}
.core p{color:var(--text-dim);font-size:.95rem}
.core .link-plain{margin-top:auto;padding-top:.5rem}

/* ── Bento grid (services) ── */
.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}
.bento .b-7{grid-column:span 7}
.bento .b-5{grid-column:span 5}
.bento .b-4{grid-column:span 4}
@media (max-width:900px){
  .bento{grid-template-columns:1fr;gap:1rem}
  .bento .b-7,.bento .b-5,.bento .b-4{grid-column:1/-1}
}

/* ── Simple card grid (service pages) ── */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:1000px){.grid-3{grid-template-columns:1fr 1fr}}
@media (max-width:680px){.grid-3{grid-template-columns:1fr}}

/* ── Process steps ── */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.5rem)}
.step{border-top:1px solid var(--glass-edge);padding-top:1.5rem;display:flex;flex-direction:column;gap:.7rem}
.step-num{
  font-family:var(--font-display);font-size:.85rem;font-weight:600;letter-spacing:.18em;
  color:rgba(255,180,80,.6);
}
.step h3{font-size:1.15rem}
.step p{color:var(--text-dim);font-size:.93rem}
@media (max-width:1000px){.steps{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.steps{grid-template-columns:1fr}}

/* ── Split section ── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:start}
.split .lede{margin-top:1.25rem}
.split p + p{margin-top:1rem}
.split-copy p{color:var(--text-dim)}
@media (max-width:860px){.split{grid-template-columns:1fr}}

.checklist{list-style:none;display:flex;flex-direction:column}
.checklist li{
  display:flex;gap:.9rem;align-items:flex-start;
  padding:1.05rem 0;border-bottom:1px solid var(--glass-edge);
  color:var(--text-dim);font-size:.97rem;
}
.checklist li:first-child{border-top:1px solid var(--glass-edge)}
.checklist li strong{color:var(--text);font-weight:600}
.checklist .tick{
  width:1.25rem;height:1.25rem;border-radius:999px;flex-shrink:0;margin-top:.2rem;
  display:grid;place-items:center;
  background:rgba(255,180,80,.07);border:1px solid rgba(255,180,80,.2);
}
.checklist .tick svg{width:.6rem;height:.6rem;stroke:rgba(255,180,80,.7);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ── FAQ ── */
.faq{display:flex;flex-direction:column;gap:.75rem;max-width:48rem}
.faq details{
  background:var(--glass);border:1px solid var(--glass-edge);border-radius:var(--r-md);
  padding:0;overflow:hidden;
  transition:border-color .5s var(--ease);
}
.faq details[open],.faq details:hover{border-color:var(--glass-edge-strong)}
.faq summary{
  cursor:pointer;list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.15rem 1.4rem;
  font-family:var(--font-display);font-weight:500;font-size:1.05rem;letter-spacing:-.01em;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:'+';flex-shrink:0;
  font-family:var(--font-body);font-weight:400;font-size:1.3rem;color:var(--text-dim);
  transition:transform .5s var(--ease);
}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{padding:0 1.4rem 1.3rem;color:var(--text-dim);font-size:.95rem;max-width:42rem}

/* ── CTA panel ── */
.cta-panel .core{
  align-items:center;text-align:center;gap:1.25rem;
  padding:clamp(3rem,7vw,5.5rem) clamp(1.5rem,5vw,4rem);
}
.cta-panel .core::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(32rem 18rem at 50% 130%,rgba(255,180,80,.12),transparent 70%);
}
.cta-panel .lede{margin-inline:auto}
.cta-panel .core > *{position:relative}
.cta-email{color:var(--text-faint);font-size:.9rem}
.cta-email a{color:var(--text-dim);text-decoration:underline;text-underline-offset:.25em;transition:color .3s var(--ease)}
.cta-email a:hover{color:var(--text)}

/* ── Page header (subpages) ── */
.page-head{padding-top:clamp(9rem,16vh,12rem);padding-bottom:clamp(2rem,4vw,3rem)}
.crumb{
  display:flex;align-items:center;gap:.5rem;
  font-size:.78rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
  color:var(--text-faint);margin-bottom:1.5rem;
}
.crumb a{color:var(--text-dim);transition:color .3s var(--ease)}
.crumb a:hover{color:var(--text)}
.crumb span{color:var(--text-faint)}
.page-head h1{max-width:16em}
.page-head .lede{margin-top:1.5rem}
.page-head .btn{margin-top:2.25rem}

/* ── Legal prose ── */
.prose{max-width:46rem;padding-bottom:clamp(4rem,8vw,6rem)}
.prose h2{font-size:1.45rem;margin:2.75rem 0 .9rem}
.prose h3{font-size:1.1rem;margin:1.9rem 0 .7rem}
.prose p,.prose li{color:var(--text-dim);font-size:.98rem;margin-bottom:.8rem}
.prose ul,.prose ol{padding-left:1.4rem;margin-bottom:1.1rem}
.prose strong{color:var(--text);font-weight:600}
.prose a{text-decoration:underline;text-underline-offset:.25em;color:var(--text-dim)}
.prose a:hover{color:var(--text)}
.prose table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}
.prose th,.prose td{border:1px solid var(--glass-edge);padding:.65rem .85rem;text-align:left;color:var(--text-dim);vertical-align:top}
.prose th{background:rgba(255,255,255,.04);color:var(--text);font-weight:600}
.prose .notice{
  background:var(--glass);border:1px solid var(--glass-edge);border-radius:var(--r-md);
  padding:1.1rem 1.3rem;margin-bottom:2rem;
}
.table-scroll{overflow-x:auto}

/* ── Footer ── */
.site-footer{
  position:relative;overflow:hidden;
  border-top:1px solid var(--glass-edge);
  background:linear-gradient(180deg,transparent 0%,rgba(255,180,80,.02) 100%);
  margin-top:clamp(3rem,7vw,5rem);
}
.footer-watermark{
  position:absolute;bottom:0;right:0;
  font-family:var(--font-display);font-weight:600;font-size:clamp(6rem,25vw,18rem);line-height:1;
  letter-spacing:-.04em;color:rgba(255,255,255,.015);
  user-select:none;pointer-events:none;
  transform:translateX(.04em);
}
.footer-accent{
  height:1px;
  background:linear-gradient(90deg,rgba(255,180,80,.6),rgba(255,140,60,.4),rgba(255,220,100,.3),transparent 80%);
  border:none;margin:0;
}
.footer-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;
  gap:2.5rem 2rem;
  padding-block:clamp(3.5rem,7vw,5rem) 3rem;
  position:relative;z-index:1;
}
.footer-brand p{color:var(--text-dim);font-size:.93rem;max-width:22rem;margin-top:.9rem;line-height:1.7}
.footer-brand .nav-brand{font-size:1.35rem}
.footer-contact{display:flex;flex-direction:column;gap:.35rem;margin-top:1.5rem}
.footer-contact a{
  color:var(--text-dim);font-size:.88rem;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:color .3s var(--ease);
}
.footer-contact a:hover{color:var(--text)}
.footer-contact svg{width:.85rem;height:.85rem;flex-shrink:0;opacity:.5}
.footer-social{display:flex;gap:.5rem;margin-top:1.25rem}
.footer-social a{
  width:2.35rem;height:2.35rem;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(255,200,140,.04);border:1px solid var(--glass-edge);
  transition:all .4s var(--ease);
}
.footer-social a:hover{transform:translateY(-3px);border-color:rgba(255,200,140,.2)}
.footer-social a[aria-label="X (Twitter)"]:hover{background:rgba(255,180,80,.12);border-color:rgba(255,180,80,.35)}
.footer-social a[aria-label="Instagram"]:hover{background:rgba(255,140,60,.12);border-color:rgba(255,140,60,.35)}
.footer-social a[aria-label="GitHub"]:hover{background:rgba(255,200,140,.08);border-color:rgba(255,200,140,.22)}
.footer-social svg{width:.95rem;height:.95rem;fill:var(--text-dim);transition:fill .3s var(--ease)}
.footer-social a:hover svg{fill:var(--text)}
.footer-col h4{
  font-family:var(--font-body);font-size:.7rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint);
  margin-bottom:1.1rem;padding-bottom:.65rem;
  border-bottom:1px solid var(--glass-edge);position:relative;
}
.footer-col h4::after{
  content:'';position:absolute;bottom:-1px;left:0;
  width:1.5rem;height:1px;background:rgba(255,180,80,.6);
}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.footer-col a{
  color:var(--text-dim);font-size:.9rem;
  display:inline-block;transition:color .3s var(--ease),padding-left .3s var(--ease);
}
.footer-col a:hover{color:var(--text);padding-left:4px}
.footer-bar{
  border-top:1px solid var(--glass-edge);
  padding-block:1.4rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  color:var(--text-faint);font-size:.82rem;
  position:relative;z-index:1;
}
.footer-bar a{color:var(--text-dim);transition:color .3s var(--ease)}
.footer-bar a:hover{color:var(--text)}
.footer-top{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;
  color:var(--text-faint);transition:color .3s var(--ease);
}
.footer-top:hover{color:var(--text)}
.footer-top svg{width:.75rem;height:.75rem;transition:transform .3s var(--ease)}
.footer-top:hover svg{transform:translateY(-2px)}
@media (max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
  .footer-brand p{max-width:none}
}
@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:2rem}}

/* ── Brand anchor (large brand statement after footer) ── */
.brand-anchor{
  position:relative;
  overflow:hidden;
  padding:clamp(3rem,6vw,6rem) var(--gutter) clamp(4rem,8vw,8rem);
  margin-top:-1px;
  background:linear-gradient(180deg,transparent 0%,rgba(255,180,80,.03) 100%);
}
.brand-anchor::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(60rem 30rem at 50% 120%,rgba(255,180,80,.08),transparent 70%);
}
.brand-anchor .wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:1rem;
  position:relative;
}
.brand-anchor .accent-line{
  width:3rem;
  height:2px;
  background:linear-gradient(90deg,rgba(255,180,80,.5),transparent);
  border-radius:2px;
}
.brand-anchor .brand-text{
  display:block;
  font-family:var(--font-display);
  font-weight:600;
  font-size:clamp(3.5rem,16vw,14rem);
  line-height:1;
  letter-spacing:-.04em;
  background:linear-gradient(135deg,var(--text) 25%,var(--text-dim) 60%,transparent 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  user-select:none;
  pointer-events:none;
  opacity:.92;
  transform:translateX(-.04em);
}
@media (max-width:560px){
  .brand-anchor .brand-text{font-size:clamp(2.5rem,14vw,6rem)}
}

/* ── Scroll reveal ── */
.reveal{opacity:0;transform:translateY(1.75rem);filter:blur(8px);
  transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease)}
.reveal.in{opacity:1;transform:none;filter:none}
.reveal.d1{transition-delay:.08s}
.reveal.d2{transition-delay:.16s}
.reveal.d3{transition-delay:.24s}
.reveal.d4{transition-delay:.32s}
.reveal.d5{transition-delay:.4s}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;filter:none;transition:none}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

/* ============================================================
   ELECATRO v1 — AI CO-FOUNDER · WAITLIST
   (new product, distinct from the Elecatro services company)
   ============================================================ */

/* ── Nav: "New" badge on the v1 entry ── */
.nav-link-badge{gap:.5rem}
.badge-new{
  font-size:.56rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  line-height:1;padding:.2rem .42rem;border-radius:999px;
  color:rgba(255,180,80,.92);
  background:rgba(255,180,80,.1);
  border:1px solid rgba(255,180,80,.28);
}
.m-link .badge-new{margin-left:.6rem;vertical-align:middle}

/* ── Homepage feature band ── */
.product-band .core{padding:clamp(1.75rem,3.5vw,3rem)}
.product-band .core::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(30rem 18rem at 100% -10%,rgba(255,180,80,.12),transparent 65%),
    radial-gradient(26rem 16rem at 0% 120%,rgba(255,140,60,.08),transparent 65%);
}
.product-band .core > *{position:relative}
.product-band-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);
  align-items:center;width:100%;
}
.product-band-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1.15rem}
.product-band-copy h2{margin-top:.25rem}
.product-band-copy .lede{margin:0}
.product-band-copy .lede em{color:var(--text);font-style:normal;font-weight:500}
.product-band-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.4rem}
.product-band-note{
  color:var(--text-faint);font-size:.82rem;
  padding-top:.9rem;border-top:1px solid var(--glass-edge);width:100%;margin-top:.4rem;
}
@media (max-width:820px){
  .product-band-grid{grid-template-columns:1fr}
  .product-band-visual{order:-1}
}

/* ── Memory stream visual (the "remembers every decision" proof) ── */
.memory-stream{
  background:linear-gradient(180deg,rgba(18,14,10,.6),rgba(5,5,9,.35));
  border:1px solid var(--glass-edge);border-radius:var(--r-md);
  box-shadow:inset 0 1px 1px rgba(255,200,140,.05);
  padding:1.1rem 1.25rem;
  display:flex;flex-direction:column;
}
.memory-stream-head{
  display:flex;align-items:center;gap:.55rem;
  padding-bottom:.9rem;margin-bottom:.4rem;border-bottom:1px solid var(--glass-edge);
  font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);
}
.memory-stream-head .pulse{
  width:.5rem;height:.5rem;border-radius:999px;background:rgba(130,255,170,.8);
  box-shadow:0 0 0 0 rgba(130,255,170,.5);animation:mem-pulse 2.4s var(--ease) infinite;
}
@keyframes mem-pulse{
  0%{box-shadow:0 0 0 0 rgba(130,255,170,.45)}
  70%{box-shadow:0 0 0 .5rem rgba(130,255,170,0)}
  100%{box-shadow:0 0 0 0 rgba(130,255,170,0)}
}
.memory-row{
  display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;
  padding:.8rem 0;border-bottom:1px solid rgba(255,200,140,.05);position:relative;
}
.memory-row:last-child{border-bottom:none}
.memory-dot{
  width:1.55rem;height:1.55rem;border-radius:999px;flex-shrink:0;margin-top:.05rem;
  display:grid;place-items:center;position:relative;
  background:rgba(255,200,140,.04);border:1px solid var(--glass-edge);
}
.memory-dot svg{width:.75rem;height:.75rem;stroke:rgba(255,180,80,.8);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
.memory-row:not(:last-child) .memory-dot::after{
  content:'';position:absolute;top:1.55rem;left:50%;transform:translateX(-50%);
  width:1px;height:calc(100% + .8rem);
  background:linear-gradient(180deg,var(--glass-edge),transparent);
}
.memory-body{min-width:0}
.memory-when{font-size:.68rem;font-weight:500;letter-spacing:.06em;color:var(--text-faint);text-transform:uppercase}
.memory-what{font-size:.9rem;color:var(--text);line-height:1.45;margin-top:.15rem}
.memory-tag{
  display:inline-block;margin-top:.4rem;
  font-size:.66rem;font-weight:500;letter-spacing:.04em;
  padding:.12rem .5rem;border-radius:999px;
  color:var(--text-dim);background:var(--glass);border:1px solid var(--glass-edge);
}
.memory-recall{
  margin-top:.9rem;padding:.85rem 1rem;border-radius:.9rem;
  background:rgba(255,180,80,.07);border:1px solid rgba(255,180,80,.18);
  font-size:.85rem;color:var(--text-dim);line-height:1.5;
}
.memory-recall strong{color:var(--text);font-weight:600}

/* ── Waitlist form ── */
.waitlist{width:100%;max-width:32rem}
.waitlist-form{display:flex;gap:.6rem;width:100%;flex-wrap:wrap}
.waitlist-field{flex:1 1 15rem;min-width:0}
.waitlist-hp{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;overflow:hidden}
.waitlist-input{
  width:100%;
  background:var(--glass-strong);
  border:1px solid var(--glass-edge-strong);
  border-radius:999px;
  padding:.85rem 1.3rem;
  color:var(--text);font:inherit;font-size:.95rem;
  transition:border-color .4s var(--ease),background-color .4s var(--ease),box-shadow .4s var(--ease);
}
.waitlist-input::placeholder{color:var(--text-faint)}
.waitlist-input:focus{
  outline:none;border-color:rgba(255,180,80,.5);
  background:rgba(255,200,140,.09);
  box-shadow:0 0 0 4px rgba(255,180,80,.1);
}
.waitlist-form .btn{flex:0 0 auto}
.waitlist-form .btn[disabled]{opacity:.6;pointer-events:none}
.waitlist-note{color:var(--text-faint);font-size:.82rem;margin-top:.85rem}
.waitlist-error{
  display:none;color:rgba(255,180,80,.95);font-size:.85rem;margin-top:.7rem;
}
.waitlist[data-state="error"] .waitlist-error{display:block}
.waitlist[data-state="error"] .waitlist-input{border-color:rgba(255,180,80,.55)}
.waitlist[data-state="loading"] .waitlist-note{opacity:.5}

/* Success swap */
.waitlist-success{display:none}
.waitlist[data-state="success"] .waitlist-form,
.waitlist[data-state="success"] .waitlist-note,
.waitlist[data-state="success"] .waitlist-error{display:none}
.waitlist[data-state="success"] .waitlist-success{
  display:flex;align-items:flex-start;gap:.85rem;
  padding:1.1rem 1.25rem;border-radius:var(--r-md);
  background:rgba(255,180,80,.06);border:1px solid rgba(255,180,80,.22);
  animation:wl-pop .55s var(--ease);
}
@keyframes wl-pop{from{opacity:0;transform:translateY(.5rem) scale(.99)}to{opacity:1;transform:none}}
.waitlist-success-icon{
  width:1.7rem;height:1.7rem;border-radius:999px;flex-shrink:0;margin-top:.05rem;
  display:grid;place-items:center;
  background:rgba(255,180,80,.12);border:1px solid rgba(255,180,80,.35);
}
.waitlist-success-icon svg{width:.8rem;height:.8rem;stroke:rgba(255,180,80,.9);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.waitlist-success p{font-size:.92rem;color:var(--text-dim);line-height:1.5}
.waitlist-success strong{color:var(--text);font-weight:600}
.waitlist-success [data-waitlist-email]{color:var(--text);font-weight:600}

/* ── v1 hero trust row ── */
.v1-trust{
  display:flex;align-items:center;gap:1rem 2rem;flex-wrap:wrap;margin-top:.4rem;
  color:var(--text-faint);font-size:.82rem;
}
.v1-trust span{display:inline-flex;align-items:center;gap:.5rem}
.v1-trust svg{width:.9rem;height:.9rem;stroke:rgba(255,180,80,.7);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

/* ── v1 distinction note ── */
.v1-distinction{
  display:flex;gap:.9rem;align-items:flex-start;
  max-width:46rem;padding:1.05rem 1.3rem;
  background:var(--glass);border:1px solid var(--glass-edge);border-radius:var(--r-md);
}
.v1-distinction .badge-new{margin-top:.15rem;flex-shrink:0}
.v1-distinction p{color:var(--text-dim);font-size:.9rem;line-height:1.6}
.v1-distinction strong{color:var(--text);font-weight:600}

/* ── v1 demo video ── */
.v1-demo .section-head{align-items:center;text-align:center}
.video-frame{max-width:64rem;margin-inline:auto}
.video-shell{
  position:relative;
  padding:.55rem;border-radius:var(--r-lg);
  background:var(--glass);border:1px solid var(--glass-edge);
  box-shadow:0 40px 120px -40px rgba(0,0,0,.85);
}
.video-shell::before{
  content:'';position:absolute;inset:0;border-radius:var(--r-lg);padding:1px;
  background:linear-gradient(160deg,rgba(255,180,80,.4),rgba(255,140,60,.22),rgba(255,200,100,.16),rgba(255,220,120,.12),rgba(255,160,80,.18),rgba(255,180,80,.4));
  background-size:300% 100%;
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;mask-composite:exclude;
  pointer-events:none;animation:prism-drift 7s ease-in-out infinite;
}
.video-glow{
  position:absolute;inset:-14% -6% -22%;z-index:-1;pointer-events:none;
  background:
    radial-gradient(40rem 22rem at 20% 0%,rgba(255,180,80,.16),transparent 65%),
    radial-gradient(38rem 22rem at 85% 110%,rgba(255,140,60,.12),transparent 65%);
  filter:blur(14px);opacity:.9;
}
.video-stage{
  position:relative;aspect-ratio:16/9;width:100%;
  border-radius:calc(var(--r-lg) - .55rem);overflow:hidden;
  background:#04040a;
  box-shadow:inset 0 1px 1px rgba(255,255,255,.06);
}
.demo-video{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;display:block;background:#04040a;
}
.video-scrim{
  position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 60% at 50% 45%,transparent,rgba(4,4,10,.35) 100%),
            linear-gradient(180deg,rgba(4,4,10,.15),rgba(4,4,10,.55));
  transition:opacity .6s var(--ease);
}
.video-play{
  position:absolute;inset:0;z-index:2;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;
  cursor:pointer;transition:opacity .5s var(--ease);
}
.video-play-orb{
  width:5rem;height:5rem;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(255,180,80,.9);color:#0a0a0e;
  box-shadow:0 20px 60px -18px rgba(0,0,0,.7),0 0 0 8px rgba(255,180,80,.12);
  transition:transform .5s var(--ease),background-color .4s var(--ease);
}
.video-play-orb::after{
  content:'';position:absolute;width:5rem;height:5rem;border-radius:999px;
  border:1px solid rgba(255,200,140,.25);
  animation:video-ring 2.8s var(--ease) infinite;
}
@keyframes video-ring{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.5);opacity:0}100%{opacity:0}}
.video-play-orb svg{width:1.4rem;height:1.4rem;margin-left:.2rem;fill:currentColor}
.video-play-label{
  font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--text);padding:.35rem .85rem;border-radius:999px;
  background:rgba(8,8,14,.55);border:1px solid var(--glass-edge);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.video-play:hover .video-play-orb{transform:scale(1.06);background:rgba(255,200,120,1)}
.video-stage[data-playing="true"] .video-play{opacity:0;pointer-events:none}
.video-stage[data-playing="true"] .video-scrim{opacity:0}
.video-cap{
  text-align:center;color:var(--text-faint);font-size:.85rem;margin-top:1.5rem;
  display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap;
}
.video-cap svg{width:.9rem;height:.9rem;stroke:rgba(255,180,80,.7);stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:600px){
  .video-play-orb,.video-play-orb::after{width:3.6rem;height:3.6rem}
  .video-play-orb svg{width:1.1rem;height:1.1rem}
}
