body[data-city-pilot="solec-manufacturing-v1"] {
  --solec-ink: #0f172a;
  --solec-copy: #53647c;
  --solec-muted: #718198;
  --solec-line: #cfd9e6;
  --solec-paper: #ffffff;
  --solec-field: #f5f8fc;
  --solec-red: #d63846;
  --solec-red-bright: #ff4f64;
  --solec-soft-red: #fff0f2;
  background: var(--solec-paper);
  color: var(--solec-ink);
}

body[data-city-pilot="solec-manufacturing-v1"] main {
  overflow: clip;
  background: var(--solec-paper);
}

.solec-hero,
.solec-standard,
.solec-evidence,
.solec-delivery,
.solec-stack,
.solec-faq,
.solec-editorial {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--solec-ink);
}

.solec-hero {
  padding: 5.25rem 1rem 1rem;
  background: var(--solec-paper);
}

.solec-hero__container,
.solec-standard__container,
.solec-evidence__container,
.solec-delivery__container,
.solec-stack__container,
.solec-faq__container,
.solec-editorial {
  width: min(100%, 1168px);
  margin-inline: auto;
}

.solec-hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--solec-line);
  color: #5d6e86;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.solec-hero__topline span:last-child { color: var(--solec-red); }

.solec-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  min-height: 425px;
  border-bottom: 1px solid var(--solec-line);
}

.solec-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2.75rem 1.5rem 0;
}

.solec-hero__copy h1 {
  max-width: 9.6ch;
  margin: 0;
  color: var(--solec-ink);
  font-size: clamp(2.75rem, 4.2vw, 4.45rem);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.061em;
}

.solec-hero__copy h1 em {
  display: block;
  color: var(--solec-red-bright);
  font-style: normal;
}

.solec-hero__copy > p {
  max-width: 35rem;
  margin: 1.35rem 0 0;
  color: var(--solec-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.solec-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.55rem;
}

.solec-hero__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--solec-ink);
  border-radius: 0.72rem;
  color: var(--solec-paper);
  background: var(--solec-ink);
  font-size: 0.77rem;
  font-weight: 800;
  text-decoration: none;
}

.solec-hero__actions a:last-child {
  border-color: transparent transparent var(--solec-line);
  border-radius: 0;
  color: var(--solec-ink);
  background: transparent;
  padding-inline: 0;
}

.solec-hero__actions a:hover { color: var(--solec-red); }

.solec-hero__visual {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 487px;
  min-width: 0;
  margin: 0;
  border-left: 1px solid var(--solec-line);
  background: var(--solec-field);
}

.solec-hero__visual picture,
.solec-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.solec-hero__visual img { object-fit: cover; }

.solec-hero__visual figcaption {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  min-height: 68px;
  align-items: center;
  padding: 0.8rem 1.05rem;
  border-top: 1px solid var(--solec-line);
  background: var(--solec-paper);
}

.solec-hero__visual figcaption strong {
  font-size: 0.8rem;
  line-height: 1.4;
}

.solec-hero__visual figcaption span {
  color: var(--solec-muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.solec-standard {
  padding: 2.35rem 1rem 2.5rem;
  border-bottom: 1px solid var(--solec-line);
  background: var(--solec-field);
}

.solec-standard__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.7fr) minmax(14rem, 0.75fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.solec-standard__header > p,
.solec-evidence__thesis > p,
.solec-delivery header > p,
.solec-stack__container > div > p,
.solec-faq header > p {
  margin: 0;
  color: var(--solec-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solec-standard__header h2 {
  margin: 0;
  max-width: 17ch;
  font-size: clamp(2rem, 3.25vw, 3.35rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.solec-standard__header > span {
  color: var(--solec-copy);
  font-size: 0.82rem;
  line-height: 1.55;
}

.solec-standard__sheet {
  display: grid;
  grid-template-columns: 0.75fr 1.8fr 0.72fr;
  min-height: 310px;
  border: 1px solid var(--solec-line);
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--solec-paper);
}

.solec-standard__index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border-right: 1px solid var(--solec-line);
}

.solec-standard__index span,
.solec-standard__sheet aside > span {
  color: var(--solec-red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solec-standard__index strong {
  max-width: 7ch;
  font-size: 2.15rem;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.solec-standard__index p {
  margin: 0;
  color: var(--solec-copy);
  font-size: 0.84rem;
  line-height: 1.5;
}

.solec-standard__rows { margin: 0; }

.solec-standard__rows > div {
  display: grid;
  grid-template-columns: 0.62fr 1fr 0.78fr;
  gap: 1rem;
  min-height: 102px;
  align-items: center;
  padding: 1rem 1.25rem;
}

.solec-standard__rows > div + div { border-top: 1px solid var(--solec-line); }

.solec-standard__rows dt {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.solec-standard__rows dt small {
  color: var(--solec-red);
  font-size: 0.66rem;
}

.solec-standard__rows dd {
  margin: 0;
  color: var(--solec-copy);
  font-size: 0.84rem;
  line-height: 1.5;
}

.solec-standard__rows strong {
  color: var(--solec-ink);
  font-size: 0.8rem;
  line-height: 1.4;
}

.solec-standard__sheet aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  border-left: 1px solid var(--solec-line);
  background: var(--solec-soft-red);
}

.solec-standard__sheet aside p {
  margin: 1rem 0 0;
  color: var(--solec-copy);
  font-size: 0.84rem;
  line-height: 1.55;
}

.solec-evidence {
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--solec-line);
  background: var(--solec-paper);
}

.solec-evidence__container {
  display: grid;
  grid-template-columns: 0.95fr 1.55fr;
  gap: 2.5rem;
}

.solec-evidence__thesis h2 {
  margin: 0.6rem 0 0;
  max-width: 24ch;
  font-size: 1.48rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.solec-evidence dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-block: 1px solid var(--solec-line);
}

.solec-evidence dl > div {
  padding: 0.8rem 1rem;
}

.solec-evidence dl > div + div { border-left: 1px solid var(--solec-line); }
.solec-evidence dt { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.045em; }
.solec-evidence dd { margin: 0.25rem 0 0; color: var(--solec-copy); font-size: 0.75rem; line-height: 1.45; }

.solec-evidence__foot {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: -1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--solec-line);
}

.solec-evidence__foot p { max-width: 47rem; margin: 0; color: var(--solec-muted); font-size: 0.75rem; line-height: 1.45; }
.solec-evidence__foot nav { display: flex; gap: 1.25rem; }
.solec-evidence__foot a { display: inline-flex; min-height: 44px; align-items: center; color: var(--solec-ink); font-size: 0.67rem; font-weight: 800; text-decoration: none; }
.solec-evidence__foot a:hover { color: var(--solec-red); }

.solec-delivery {
  padding: 2.7rem 1rem;
  border-block: 1px solid var(--solec-line);
  background: var(--solec-paper);
}

.solec-delivery__container {
  display: grid;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.65fr);
  gap: 3rem;
}

.solec-delivery header h2 {
  margin: 0.8rem 0 0;
  max-width: 10ch;
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.058em;
}

.solec-delivery header > span {
  display: block;
  max-width: 26rem;
  margin-top: 1.1rem;
  color: var(--solec-copy);
  font-size: 0.82rem;
  line-height: 1.58;
}

.solec-delivery header > div {
  margin-top: 1.25rem;
  color: #d0d9e5;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
}

.solec-delivery ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--solec-ink);
  list-style: none;
}

.solec-delivery li {
  display: grid;
  grid-template-columns: 2.2rem 0.82fr 1.08fr 0.78fr;
  gap: 0.9rem;
  min-height: 91px;
  align-items: center;
  border-bottom: 1px solid var(--solec-line);
}

.solec-delivery li > span { color: var(--solec-red); font-size: 0.68rem; font-weight: 800; }
.solec-delivery li small { color: var(--solec-muted); font-size: 0.55rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.solec-delivery li h3 { margin: 0.18rem 0 0; font-size: 0.86rem; line-height: 1.25; }
.solec-delivery li > p { margin: 0; color: var(--solec-copy); font-size: 0.84rem; line-height: 1.45; }
.solec-delivery li > strong { color: var(--solec-ink); font-size: 0.78rem; line-height: 1.4; }

.solec-stack {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid var(--solec-line);
  background: var(--solec-field);
}

.solec-stack__container {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.4fr);
  gap: 2.4rem;
  align-items: center;
}

.solec-stack__container h2 { margin: 0.35rem 0 0; max-width: 31rem; font-size: 1.15rem; line-height: 1.3; letter-spacing: -0.025em; }
.solec-stack ul { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.solec-stack li { display: grid; grid-template-columns: 2.2rem 1fr; grid-template-rows: auto auto; min-height: 64px; align-content: center; padding: 0.25rem 0.9rem; }
.solec-stack li + li { border-left: 1px solid var(--solec-line); }
.solec-stack .iconify { grid-row: 1 / 3; width: 1.75rem; height: 1.75rem; align-self: center; filter: grayscale(1); }
.solec-stack strong { font-size: 0.69rem; }
.solec-stack small { color: var(--solec-muted); font-size: 0.57rem; }

.solec-faq {
  padding: 2.7rem 1rem;
  border-bottom: 1px solid var(--solec-line);
  background: var(--solec-field);
}

.solec-faq__container {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.42fr);
  gap: 3rem;
}

.solec-faq header h2 { margin: 0.7rem 0 0; max-width: 10ch; font-size: 3.25rem; font-weight: 800; line-height: 1.02; letter-spacing: -0.06em; }
.solec-faq header > span { display: block; max-width: 23rem; margin-top: 1rem; color: var(--solec-copy); font-size: 0.8rem; line-height: 1.55; }
.solec-faq header a { display: inline-flex; min-height: 46px; align-items: center; gap: 1.2rem; margin-top: 1.3rem; padding: 0.7rem 1rem; border-radius: 0.7rem; color: #fff; background: var(--solec-ink); font-size: 0.7rem; font-weight: 800; text-decoration: none; }
.solec-faq__list { border-block: 1px solid var(--solec-line); }
.solec-faq__list details + details { border-top: 1px solid var(--solec-line); }
.solec-faq__list summary { display: grid; grid-template-columns: 2.4rem 1fr 2.75rem; gap: 0.7rem; min-height: 71px; align-items: center; cursor: pointer; list-style: none; }
.solec-faq__list summary::-webkit-details-marker { display: none; }
.solec-faq__list summary > span { color: var(--solec-red); font-size: 0.66rem; font-weight: 800; }
.solec-faq__list summary > strong { font-size: 0.8rem; line-height: 1.35; }
.solec-faq__list summary > i { position: relative; width: 40px; height: 40px; border: 1px solid var(--solec-red-bright); border-radius: 50%; }
.solec-faq__list summary > i::before,
.solec-faq__list summary > i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--solec-red); transform: translate(-50%, -50%); }
.solec-faq__list summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.solec-faq__list details[open] summary > i { transform: rotate(45deg); }
.solec-faq__list details > div { padding: 0 3.2rem 1rem; color: var(--solec-copy); font-size: 0.74rem; line-height: 1.55; }

.solec-editorial {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--solec-line);
}

.solec-editorial > div { display: grid; gap: 0.25rem; }
.solec-editorial strong { font-size: 0.7rem; }
.solec-editorial span { color: var(--solec-muted); font-size: 0.63rem; }
.solec-editorial nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
.solec-editorial a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; padding-inline: 0.45rem; color: var(--solec-ink); font-size: 0.67rem; font-weight: 800; text-decoration: none; }
.solec-editorial a:hover { color: var(--solec-red); }

body[data-city-pilot="solec-manufacturing-v1"] #contact { padding-block: 1.7rem !important; }

body[data-city-pilot="solec-manufacturing-v1"] a:focus-visible,
body[data-city-pilot="solec-manufacturing-v1"] button:focus-visible,
body[data-city-pilot="solec-manufacturing-v1"] summary:focus-visible,
body[data-city-pilot="solec-manufacturing-v1"] input:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .solec-hero__layout,
  .solec-standard__header,
  .solec-standard__sheet,
  .solec-evidence__container,
  .solec-delivery__container,
  .solec-stack__container,
  .solec-faq__container { grid-template-columns: 1fr; }
  .solec-hero__visual { height: auto; }
  .solec-standard__sheet aside { border-top: 1px solid var(--solec-line); border-left: 0; }
  .solec-standard__index { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--solec-line); }
  .solec-standard__index strong { max-width: none; }
  .solec-evidence__foot { margin-top: 0; }
  .solec-delivery header h2,
  .solec-faq header h2 { max-width: 15ch; }
}

@media (max-width: 760px) {
  .solec-hero { padding: 5.5rem 1rem 1rem; }
  .solec-hero__topline { align-items: flex-start; gap: 0.5rem; padding-bottom: 0.55rem; line-height: 1.35; }
  .solec-hero__topline span:last-child { max-width: 10rem; text-align: right; }
  .solec-hero__layout { display: flex; flex-direction: column; }
  .solec-hero__copy { padding: 1.3rem 0 1.5rem; }
  .solec-hero__copy h1 { max-width: 10ch; font-size: clamp(2.55rem, 12.8vw, 3.3rem); }
  .solec-hero__copy > p { margin-top: 1rem; font-size: 0.91rem; }
  .solec-hero__actions { align-items: stretch; margin-top: 1.15rem; }
  .solec-hero__actions a { min-height: 48px; }
  .solec-hero__visual { min-height: 360px; border-top: 1px solid var(--solec-line); border-left: 0; }
  .solec-hero__visual figcaption { display: none; }

  .solec-standard,
  .solec-evidence,
  .solec-delivery,
  .solec-faq { padding: 2.2rem 1rem; }
  .solec-standard__header { gap: 0.65rem; align-items: start; }
  .solec-standard__header h2 { font-size: 2.35rem; }
  .solec-standard__header > span { margin-top: 0.25rem; }
  .solec-standard__sheet { margin-top: 1.25rem; }
  .solec-standard__rows > div { grid-template-columns: 1fr; gap: 0.45rem; min-height: 0; padding: 1.1rem; }
  .solec-standard__rows dd,
  .solec-standard__rows strong { padding-left: 2rem; }
  .solec-standard__sheet aside { min-height: 150px; }

  .solec-evidence__container { gap: 1.35rem; }
  .solec-evidence dl { grid-template-columns: 1fr; }
  .solec-evidence dl > div + div { border-top: 1px solid var(--solec-line); border-left: 0; }
  .solec-evidence__foot { display: grid; gap: 0.65rem; }
  .solec-evidence__foot nav { display: grid; gap: 0; }

  .solec-delivery__container,
  .solec-faq__container { gap: 1.5rem; }
  .solec-delivery header h2,
  .solec-faq header h2 { font-size: 2.6rem; }
  .solec-delivery header > div { font-size: 3.4rem; }
  .solec-delivery li { grid-template-columns: 2rem 1fr; gap: 0.6rem; min-height: 0; padding: 1rem 0; }
  .solec-delivery li > div,
  .solec-delivery li > p,
  .solec-delivery li > strong { grid-column: 2; }

  .solec-stack { padding: 1.3rem 1rem; }
  .solec-stack__container { gap: 1rem; }
  .solec-stack ul { grid-template-columns: repeat(2, 1fr); }
  .solec-stack li + li { border-left: 0; }
  .solec-stack li:nth-child(even) { border-left: 1px solid var(--solec-line); }
  .solec-stack li:nth-child(n+3) { border-top: 1px solid var(--solec-line); }

  .solec-faq__list summary { grid-template-columns: 2rem 1fr 2.75rem; min-height: 74px; }
  .solec-faq__list details > div { padding: 0 2.75rem 1rem 2rem; }
  .solec-editorial { display: grid; margin-inline: 1rem; }
  .solec-editorial nav { justify-content: flex-start; gap: 0 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-city-pilot="solec-manufacturing-v1"] *,
  body[data-city-pilot="solec-manufacturing-v1"] *::before,
  body[data-city-pilot="solec-manufacturing-v1"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
