/* East Coast CAD homepage — plan carousel, no Next CSS. */
:root {
  --ecc-cyan: #2eb5e0;
  --ecc-cyan-2: #6ed4f5;
  --ecc-ink: #041016;
  --paper: #e8e4d8;
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #f4f1ea;
  background: #07141c;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 80; background: #fff; color: #000; padding: 8px 12px; }
.wrap { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }

.ecc-top {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  height: 4.75rem;
  width: 100%;
  background: #07141c;
  border-bottom: 1px solid rgba(244,241,234,.08);
}
.ecc-top .wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "brand nav end";
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0 1.5rem;
}
.ecc-brand {
  grid-area: brand;
  justify-self: start;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.1;
  white-space: nowrap;
}
.ecc-top-nav {
  grid-area: nav;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
}
.ecc-top-nav a {
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  text-decoration: none; color: rgba(244,241,234,.78);
  white-space: nowrap;
}
.ecc-top-nav a:hover { color: #fff; }
.ecc-top-nav a[aria-current="page"],
.ecc-top-nav a.is-here { color: #fff; }
.ecc-top-phone { display: none !important; }
.ecc-top-end {
  grid-area: end;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: .65rem;
}
header.ecc-top a.ecc-top-cta { display: none; white-space: nowrap; justify-self: end; }
@media (min-width: 1100px) {
  .ecc-top-nav { display: flex; justify-content: center; gap: 1.15rem; }
  header.ecc-top a.ecc-top-cta { display: inline-flex; }
  #ecc-menu-btn { display: none !important; }
}
@media (max-width: 1099px) {
  .ecc-top-nav { display: none; }
  header.ecc-top a.ecc-top-cta { display: none; }
  #ecc-menu-btn { display: inline-flex; }
}
#ecc-menu-btn {
  background: none; border: 0; color: inherit; cursor: pointer;
  font: 700 11px/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .16em; text-transform: uppercase;
}
.ecc-mobile-nav {
  display: none; position: fixed; top: 4.75rem; left: 0; right: 0; z-index: 39;
  padding: 1rem 1.25rem 1.25rem; background: #07141c;
  border-bottom: 1px solid rgba(244,241,234,.08); gap: .65rem;
}
.ecc-mobile-nav.is-open { display: grid; }
.ecc-mobile-nav a { text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.ecc-mobile-nav a[aria-current="page"] { color: #fff; }

.ecc-hero { position: relative; min-height: 100svh; overflow: hidden; }
.ecc-slides { position: absolute; inset: 0; }
.ecc-slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .85s ease;
  background-color: #1a2228;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  pointer-events: none;
}
.ecc-slide.is-on { opacity: 1; }
.ecc-slide[data-fit="sheet"] {
  background-color: #d8d2c4;
  background-size: auto 108%;
  background-position: 78% 50%;
}
.ecc-hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg,
    rgba(7,20,28,.95) 0%,
    rgba(7,20,28,.88) 30%,
    rgba(7,20,28,.45) 56%,
    rgba(7,20,28,.12) 78%,
    rgba(7,20,28,.05) 100%);
}
.ecc-hero-inner {
  position: relative; z-index: 2;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 7rem 0 2.6rem;
  display: grid; gap: 1.6rem; align-items: center;
}
@media (min-width: 900px) {
  .ecc-hero-inner { grid-template-columns: minmax(0, 36rem) minmax(0, 1fr); min-height: 100svh; }
}
.eyebrow {
  margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ecc-cyan);
}
.ecc-hero h1 {
  margin: .4rem 0 .5rem;
  font-size: clamp(2.5rem, 7vw, 4.3rem);
  line-height: .95; letter-spacing: -0.045em; font-weight: 750;
}
.ecc-hero-lead {
  margin: 0 0 1.15rem; font-size: 1.05rem; line-height: 1.45;
  color: rgba(244,241,234,.82); max-width: 31rem;
}
.ecc-btns { display: flex; flex-wrap: wrap; gap: .65rem; }
.ecc-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .8rem 1.15rem; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; font: 700 15px/1.1 ui-sans-serif, system-ui, sans-serif;
  background: transparent; color: #f4f1ea;
  box-shadow: inset 0 0 0 1.5px rgba(110,212,245,.85);
}
.ecc-btn:hover, .ecc-btn.is-on {
  background: #2eb5e0; color: #041016;
  box-shadow: 0 0 0 1px rgba(110,212,245,.45), 0 10px 28px rgba(0,0,0,.35), 0 0 36px rgba(46,181,224,.38);
}
.ecc-btn-request {
  background: #2eb5e0; color: #041016;
  box-shadow: 0 0 0 1px rgba(110,212,245,.45), 0 10px 28px rgba(0,0,0,.35), 0 0 36px rgba(46,181,224,.38);
  margin-top: .15rem;
}
.ecc-btn-request:hover { background: #6ed4f5; color: #041016; }
.ecc-dots { display: flex; gap: .4rem; margin: 1rem 0 0; }
.ecc-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: rgba(244,241,234,.28);
}
.ecc-dots button.is-on { background: #2eb5e0; transform: scale(1.2); }
.ecc-call { margin: 1.1rem 0 0; font-size: .95rem; color: rgba(244,241,234,.7); }
.ecc-call a.ecc-tel { color: #6ed4f5; font-weight: 700; text-decoration: none; display: inline !important; }

.ecc-sheet-card {
  justify-self: end; width: min(100%, 400px);
  background: #fff; border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  transform: rotate(-1.1deg);
}
.ecc-sheet-card img { display: block; width: 100%; height: auto; max-height: 62vh; object-fit: contain; background: #111; }
.ecc-sheet-cap {
  margin: 0; padding: .55rem .75rem .7rem;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
  color: #4a5560; background: #fff;
}
@media (max-width: 899px) { .ecc-sheet-card { width: min(100%, 360px); margin: .3rem auto 0; } }

#request {
  position: relative; z-index: 3;
  background: #0a1822;
  border-top: 1px solid rgba(244,241,234,.08);
  padding: 2.4rem 0 3rem;
}
#request h2 { margin: 0 0 .35rem; font-size: clamp(1.6rem, 3vw, 2.1rem); letter-spacing: -0.03em; }
#request .ecc-req-note { color: #8aa8b6; margin: 0 0 1.2rem; }
.ecc-form {
  display: grid; gap: .75rem; max-width: 36rem;
}
.ecc-form .row { display: grid; gap: .75rem; }
@media (min-width: 640px) { .ecc-form .row { grid-template-columns: 1fr 1fr; } }
.ecc-form input, .ecc-form textarea {
  width: 100%; padding: .8rem 1rem; border-radius: 12px;
  border: 1px solid rgba(46,181,224,.35); background: #061018; color: #f4f1ea;
  font: inherit;
}
.ecc-form textarea { min-height: 6.5rem; resize: vertical; }
.ecc-form button[type="submit"] {
  justify-self: start;
}

footer.ecc-foot {
  background: #07141c; border-top: 1px solid rgba(244,241,234,.08);
  color: #f4f1ea; padding: 3.2rem 0 0;
}
.ecc-foot-grid { display: grid; gap: 2rem; }
@media (min-width: 800px) { .ecc-foot-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.ecc-foot p { color: #8aa8b6; line-height: 1.5; }
.ecc-foot ul { list-style: none; margin: .9rem 0 0; padding: 0; }
.ecc-foot li { margin: .4rem 0; }
.ecc-foot a { text-decoration: none; color: #c9d6dc; }
.ecc-foot a:hover { color: #fff; }
.ecc-nap .ecc-addr, .ecc-nap [data-ecc-addr] { display: block; }
footer a.ecc-tel, footer a.ecc-phone, footer [data-ecc-tel] { display: block; }
footer .ecc-nap a[href^="mailto"] { display: block; }
.ecc-legal {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
  margin-top: 2rem; padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(244,241,234,.08); font-size: 12px; color: #8aa8b6;
}
.cta-primary, .cta-primary-sm {
  display: inline-flex; align-items: center; padding: .7rem 1.1rem;
  border-radius: 999px; background: #2eb5e0; color: #041016 !important;
  text-decoration: none; font-weight: 700; border: 0; cursor: pointer;
  box-shadow: 0 0 24px rgba(46,181,224,.35);
}
a.cta-primary.ecc-tel, a.cta-primary[data-ecc-tel] { display: inline-flex !important; }
.ecc-thanks { color: #6ed4f5; font-weight: 700; }

.ecc-svc { padding: 7rem 0 3rem; }
.ecc-svc h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); letter-spacing: -0.04em; margin: .4rem 0 1rem; }
.ecc-svc .lead { font-size: 1.15rem; line-height: 1.5; color: #c9d6dc; max-width: 40rem; }
.ecc-svc .body { max-width: 40rem; color: #8aa8b6; line-height: 1.55; }
.ecc-svc .body p { margin: 0 0 1rem; }
.ecc-svc .body ul { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.ecc-svc .shot {
  width: min(100%, 420px); background: #fff; margin: 1.4rem 0 1.8rem;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.ecc-svc .shot img { display: block; width: 100%; height: auto; }
.ecc-svc .area { color: #6ed4f5; font-weight: 650; }

.ecc-hp {
  position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important;
  opacity: 0 !important; overflow: hidden !important; pointer-events: none !important;
}
.ecc-altcha,
altcha-widget.ecc-altcha {
  display: block;
  margin: .15rem 0 .25rem;
  max-width: 16rem;
  --altcha-color-base: #e8e4d8;
  --altcha-color-base-content: #041016;
  --altcha-color-primary: #2eb5e0;
  --altcha-color-primary-content: #041016;
  --altcha-color-success: #2eb5e0;
  --altcha-color-success-content: #041016;
  --altcha-border-color: rgba(46,181,224,.45);
  --altcha-border-radius: 12px;
  --altcha-max-width: 16rem;
  --altcha-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.ecc-call a[href^="mailto"] { color: #6ed4f5; font-weight: 700; text-decoration: none; }

.ecc-hero-copy, .ecc-btn-request, #ecc-see-set { pointer-events: auto; position: relative; z-index: 3; }

.ecc-builder {
  margin: 1.4rem 0 1.8rem;
  background: #0a1822;
  border: 1px solid rgba(46,181,224,.38);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.ecc-builder-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .65rem 1rem;
  padding: .7rem 1rem;
  background: #e8e4d8;
  color: #041016;
  border-bottom: 1px solid rgba(46,181,224,.35);
}
.ecc-builder-title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1a8fb8;
}
.ecc-builder-note {
  margin: 0;
  font-size: 12px;
  color: #4a5560;
}
.ecc-builder-bar .ecc-proposed { color: #1a8fb8; }
.ecc-builder-bar .ecc-proposed select {
  min-width: 148px;
  padding: 8px 12px;
  border: 1px solid #2eb5e0;
  border-radius: 999px;
  background: #fff;
  color: #041016;
  font: 600 14px/1.2 ui-sans-serif, system-ui, sans-serif;
}
.ecc-builder-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 5.5rem);
  min-height: 24rem;
  border: 0;
  background: #07141c;
}
.ecc-builder-fallback {
  margin: 0;
  padding: .55rem 1rem .7rem;
  font-size: 12px;
  color: #8aa8b6;
  background: #061018;
}
.ecc-builder-fallback a { color: #6ed4f5; font-weight: 700; }

.ecc-permit { padding: 6.5rem 0 2.2rem; }
.ecc-permit h1 {
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  letter-spacing: -0.04em;
  margin: .35rem 0 .7rem;
  font-weight: 750;
}
.ecc-permit .lead {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.5;
  color: #c9d6dc;
  max-width: 42rem;
}
.ecc-permit .ecc-builder-frame {
  margin: 1.35rem 0 0;
  height: calc(100vh - 5.5rem);
  min-height: 24rem;
  border: 1px solid rgba(46,181,224,.28);
  border-radius: 12px;
  background: #07141c;
}
.ecc-permit .ecc-builder-fallback {
  margin: .5rem 0 0;
  padding: 0;
  font-size: 12px;
  color: #8aa8b6;
  background: transparent;
}
.ecc-permit-note {
  margin: 1.1rem 0 0;
  max-width: 42rem;
  color: #8aa8b6;
  line-height: 1.55;
}
.ecc-permit-note a { color: #6ed4f5; font-weight: 700; text-decoration: none; }
.ecc-svc .body h2 { color: #e8f4fa; font-size: 1.2rem; margin: 1.7rem 0 .45rem; letter-spacing: -0.02em; }
.ecc-svc .body h2:first-child { margin-top: .2rem; }
.ecc-svc .body a { color: #6ed4f5; }

