body[data-city-pilot="tychy-rfq-v1"] {
  --tyc-ink: #101827;
  --tyc-copy: #53647a;
  --tyc-muted: #718198;
  --tyc-line: #cdd7e2;
  --tyc-paper: #ffffff;
  --tyc-field: #f4f7fa;
  --tyc-red: #e83d52;
  --tyc-red-soft: #fff0f3;
  background: var(--tyc-paper);
  color: var(--tyc-ink);
}

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

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

.tyc-shell,
.tyc-editorial {
  width: min(100%, 1168px);
  margin-inline: auto;
}

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

.tyc-hero__index {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  border-bottom: 1px solid var(--tyc-line);
  color: #62728a;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.115em;
}

.tyc-hero__index span:last-child { color: var(--tyc-red); }

.tyc-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 470px;
  border-bottom: 1px solid var(--tyc-line);
}

.tyc-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.55rem 2.4rem 1.55rem 0;
}

.tyc-hero__copy > p:first-child,
.tyc-datum header > p,
.tyc-evidence header > p,
.tyc-delivery header > p,
.tyc-stack__layout > div > p,
.tyc-faq header > p {
  margin: 0;
  color: var(--tyc-red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.tyc-hero__copy h1 {
  max-width: 11.5ch;
  margin: 0.75rem 0 0;
  font-size: clamp(2.75rem, 3.95vw, 3.75rem);
  font-weight: 800;
  line-height: 0.995;
  letter-spacing: -0.059em;
}

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

.tyc-hero__copy > p:nth-of-type(2) {
  max-width: 35rem;
  margin: 1.05rem 0 0;
  color: var(--tyc-copy);
  font-size: 0.91rem;
  line-height: 1.58;
}

.tyc-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-top: 1.25rem;
}

.tyc-hero__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.66rem 1.08rem;
  border: 1px solid var(--tyc-ink);
  border-radius: 0.65rem;
  color: #fff;
  background: var(--tyc-ink);
  font-size: 0.73rem;
  font-weight: 800;
  text-decoration: none;
}

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

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

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

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

.tyc-hero__visual img { object-fit: contain; }

.tyc-hero__visual figcaption {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.4rem;
  align-items: center;
  padding: 0.7rem 1rem;
  border-top: 1px solid var(--tyc-line);
  background: var(--tyc-paper);
}

.tyc-hero__visual figcaption strong { font-size: 0.78rem; line-height: 1.35; }
.tyc-hero__visual figcaption span { color: var(--tyc-muted); font-size: 0.72rem; line-height: 1.45; }

.tyc-datum {
  padding: 2.25rem 1rem 2.5rem;
  border-bottom: 1px solid var(--tyc-line);
  background: var(--tyc-field);
}

.tyc-datum__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.48fr);
  gap: 2.65rem;
  align-items: stretch;
}

.tyc-datum header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tyc-datum header h2 {
  max-width: 13ch;
  margin: 0.8rem 0 0;
  font-size: clamp(2.2rem, 3.15vw, 3.15rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.057em;
}

.tyc-datum header > span {
  display: block;
  max-width: 25rem;
  margin-top: 1rem;
  color: var(--tyc-copy);
  font-size: 0.8rem;
  line-height: 1.55;
}

.tyc-datum__sheet {
  overflow: hidden;
  border: 1px solid var(--tyc-line);
  border-radius: 0.8rem;
  background: var(--tyc-paper);
}

.tyc-datum__meta {
  display: grid;
  grid-template-columns: 8rem 1fr 8rem;
  gap: 1rem;
  min-height: 50px;
  align-items: center;
  padding-inline: 1.1rem;
  border-bottom: 1px solid var(--tyc-line);
}

.tyc-datum__meta span { color: var(--tyc-red); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.1em; }
.tyc-datum__meta strong { font-size: 0.72rem; }
.tyc-datum__meta i { position: relative; justify-self: end; width: 76px; height: 16px; border-block: 2px solid var(--tyc-line); }
.tyc-datum__meta i { border: 0; background: repeating-linear-gradient(90deg, transparent 0 9px, var(--tyc-line) 9px 15px); }
.tyc-datum__meta i::before { content: ""; position: absolute; inset: -2px 2px -2px auto; width: 9px; border: 2px solid #b5273b; border-radius: 2px; background: var(--tyc-red); }

.tyc-datum__sheet dl {
  display: block;
  margin: 0;
  padding: 0.45rem 0;
  background: linear-gradient(90deg, #fff 0 96%, #f4f7fa 96% 100%);
}

.tyc-datum__sheet dl > div {
  display: grid;
  position: relative;
  grid-template-columns: minmax(9.5rem, 0.9fr) minmax(12rem, 1.25fr) minmax(10rem, 0.9fr);
  gap: 1rem;
  min-height: 65px;
  align-items: center;
  padding: 0.7rem 1.05rem 0.7rem 4rem;
  border-top: 1px solid var(--tyc-line);
  background: #fff;
  box-shadow: inset 4px 0 var(--tyc-line);
}

.tyc-datum__sheet dl > div:last-child { border-bottom: 1px solid var(--tyc-line); box-shadow: inset 4px 0 var(--tyc-red); }
.tyc-datum__sheet dl > div:nth-child(2) { width: calc(100% - 0.45rem); margin-left: 0.45rem; }
.tyc-datum__sheet dl > div:nth-child(3) { width: calc(100% - 0.9rem); margin-left: 0.9rem; }
.tyc-datum__sheet dl > div:nth-child(4) { width: calc(100% - 1.35rem); margin-left: 1.35rem; }
.tyc-datum__sheet dl > div::before { content: ""; position: absolute; top: 0; bottom: 0; left: 2rem; width: 1px; background: var(--tyc-line); }

.tyc-datum__sheet dt { display: flex; align-items: center; gap: 0.75rem; }
.tyc-datum__sheet dt span { display: grid; position: absolute; left: 1.45rem; width: 20px; height: 20px; place-items: center; border: 3px solid var(--tyc-red); border-radius: 50%; color: var(--tyc-red); background: #fff; font-size: 0; }
.tyc-datum__sheet dt strong { font-size: 0.86rem; }
.tyc-datum__sheet dd { margin: 0; color: var(--tyc-copy); font-size: 0.76rem; line-height: 1.48; }
.tyc-datum__sheet small { display: block; margin: 0; color: var(--tyc-ink); font-size: 0.72rem; font-weight: 750; line-height: 1.4; }

.tyc-datum__foot {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.4rem;
  min-height: 58px;
  align-items: center;
  padding: 0.75rem 1.2rem;
  border-top: 4px solid var(--tyc-red);
  background: var(--tyc-red-soft);
}

.tyc-datum__foot strong { font-size: 0.76rem; }
.tyc-datum__foot span { color: var(--tyc-copy); font-size: 0.73rem; line-height: 1.45; }

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

.tyc-evidence__layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.92fr) minmax(16rem, 0.92fr) minmax(18rem, 1.08fr) minmax(12rem, 0.64fr);
  align-items: stretch;
  border-block: 1px solid var(--tyc-line);
}

.tyc-evidence__layout > * { padding: 1.1rem 1.2rem; }
.tyc-evidence__layout > * + * { border-left: 1px solid var(--tyc-line); }
.tyc-evidence header { padding-left: 0; }
.tyc-evidence header h2 { max-width: 21ch; margin: 0.62rem 0 0; font-size: 1.48rem; font-weight: 750; line-height: 1.12; letter-spacing: -0.038em; }
.tyc-evidence__industry { display: flex; flex-direction: column; justify-content: center; }
.tyc-evidence__industry > span { color: var(--tyc-muted); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.tyc-evidence__industry strong { margin-top: 0.48rem; font-size: 0.86rem; line-height: 1.42; }
.tyc-evidence__industry p { margin: 0.48rem 0 0; color: var(--tyc-copy); font-size: 0.75rem; line-height: 1.5; }
.tyc-evidence__report { align-self: center; }
.tyc-evidence__report h3 { margin: 0; font-size: 0.8rem; }
.tyc-evidence__report p { margin: 0.42rem 0 0.62rem; color: var(--tyc-copy); font-size: 0.75rem; line-height: 1.5; }
.tyc-evidence__report > strong { color: var(--tyc-red); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; }
.tyc-evidence nav { display: flex; flex-direction: column; justify-content: center; padding-right: 0; }
.tyc-evidence nav a { display: inline-flex; min-height: 44px; align-items: center; color: var(--tyc-ink); font-size: 0.65rem; font-weight: 800; line-height: 1.35; text-decoration: none; }
.tyc-evidence nav a + a { border-top: 1px solid var(--tyc-line); }
.tyc-evidence nav a:hover { color: var(--tyc-red); }

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

.tyc-delivery__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.48fr);
  gap: 3rem;
}

.tyc-delivery header h2 {
  max-width: 11ch;
  margin: 0.75rem 0 0;
  font-size: clamp(2.35rem, 3.7vw, 3.55rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.058em;
}

.tyc-delivery header > span { display: block; max-width: 25rem; margin-top: 1rem; color: var(--tyc-copy); font-size: 0.8rem; line-height: 1.55; }
.tyc-delivery ol { margin: 0; padding: 0; border-top: 1px solid var(--tyc-ink); list-style: none; }

.tyc-delivery li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1.25fr) minmax(10rem, 0.72fr);
  gap: 1rem;
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid var(--tyc-line);
}

.tyc-delivery li > span { color: var(--tyc-red); font-size: 0.65rem; font-weight: 800; }
.tyc-delivery li > div { display: grid; grid-template-columns: 5rem minmax(10rem, 0.8fr) minmax(0, 1.2fr); gap: 0.8rem; align-items: center; }
.tyc-delivery li small { color: var(--tyc-muted); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.tyc-delivery li h3 { margin: 0; font-size: 0.82rem; line-height: 1.32; }
.tyc-delivery li p { margin: 0; color: var(--tyc-copy); font-size: 0.76rem; line-height: 1.46; }
.tyc-delivery li > strong { font-size: 0.75rem; line-height: 1.4; }

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

.tyc-stack__layout { display: grid; grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.45fr); gap: 2.5rem; align-items: center; }
.tyc-stack__layout h2 { max-width: 34rem; margin: 0.4rem 0 0; font-size: 1.12rem; font-weight: 750; line-height: 1.33; letter-spacing: -0.025em; }
.tyc-stack ul { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-block: 1px solid var(--tyc-line); list-style: none; }
.tyc-stack li { display: grid; grid-template-columns: 1.7rem 1fr; grid-template-rows: auto auto; min-height: 68px; align-content: center; padding: 0.35rem 0.8rem; }
.tyc-stack li + li { border-left: 1px solid var(--tyc-line); }
.tyc-stack li > span { grid-row: 1 / 3; align-self: center; color: var(--tyc-red); font-size: 0.62rem; font-weight: 800; }
.tyc-stack strong { font-size: 0.72rem; }
.tyc-stack small { color: var(--tyc-muted); font-size: 0.6rem; line-height: 1.35; }

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

.tyc-faq__layout { display: grid; grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.42fr); gap: 3rem; }
.tyc-faq header h2 { max-width: 10ch; margin: 0.7rem 0 0; font-size: 3.05rem; font-weight: 800; line-height: 1.02; letter-spacing: -0.058em; }
.tyc-faq header > span { display: block; max-width: 25rem; margin-top: 0.95rem; color: var(--tyc-copy); font-size: 0.78rem; line-height: 1.55; }
.tyc-faq header a { display: inline-flex; min-height: 46px; align-items: center; gap: 1.1rem; margin-top: 1.2rem; padding: 0.7rem 1rem; border-radius: 0.68rem; color: #fff; background: var(--tyc-ink); font-size: 0.7rem; font-weight: 800; text-decoration: none; }
.tyc-faq__list { border-block: 1px solid var(--tyc-line); }
.tyc-faq__list details + details { border-top: 1px solid var(--tyc-line); }
.tyc-faq__list summary { display: grid; grid-template-columns: 2.3rem 1fr 2.75rem; gap: 0.7rem; min-height: 71px; align-items: center; cursor: pointer; list-style: none; }
.tyc-faq__list summary::-webkit-details-marker { display: none; }
.tyc-faq__list summary > span { color: var(--tyc-red); font-size: 0.65rem; font-weight: 800; }
.tyc-faq__list summary > strong { font-size: 0.78rem; line-height: 1.38; }
.tyc-faq__list summary > i { position: relative; width: 40px; height: 40px; border: 1px solid var(--tyc-red); border-radius: 50%; }
.tyc-faq__list summary > i::before,
.tyc-faq__list summary > i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background: var(--tyc-red); transform: translate(-50%, -50%); }
.tyc-faq__list summary > i::after { transform: translate(-50%, -50%) rotate(90deg); }
.tyc-faq__list details[open] summary > i { transform: rotate(45deg); }
.tyc-faq__list details > div { padding: 0 3.2rem 1rem; color: var(--tyc-copy); font-size: 0.75rem; line-height: 1.58; }

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

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

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

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

@media (max-width: 900px) {
  .tyc-hero__layout,
  .tyc-datum__layout,
  .tyc-evidence__layout,
  .tyc-delivery__layout,
  .tyc-stack__layout,
  .tyc-faq__layout { grid-template-columns: 1fr; }

  .tyc-hero__visual { height: auto; }
  .tyc-datum header h2 { max-width: 18ch; }
  .tyc-evidence__layout > * + * { border-top: 1px solid var(--tyc-line); border-left: 0; }
  .tyc-evidence header { padding-left: 1.2rem; }
  .tyc-evidence nav { padding-right: 1.2rem; }
  .tyc-delivery header h2,
  .tyc-faq header h2 { max-width: 16ch; }
}

@media (max-width: 760px) {
  .tyc-hero { padding: 5.45rem 1rem 0; }
  .tyc-hero__index { align-items: flex-start; gap: 0.5rem; padding-bottom: 0.55rem; line-height: 1.35; }
  .tyc-hero__index span:last-child { max-width: 10rem; text-align: right; }
  .tyc-hero__layout { display: flex; flex-direction: column; }
  .tyc-hero__copy { padding: 1.35rem 0 1.5rem; }
  .tyc-hero__copy h1 { max-width: 10.8ch; font-size: clamp(2.35rem, 11.8vw, 3rem); }
  .tyc-hero__copy > p:nth-of-type(2) { margin-top: 1rem; font-size: 0.89rem; }
  .tyc-hero__actions { align-items: stretch; margin-top: 1.15rem; }
  .tyc-hero__actions a { min-height: 48px; }
  .tyc-hero__visual { grid-template-rows: minmax(430px, 1fr); min-height: 430px; border-top: 1px solid var(--tyc-line); border-left: 0; }
  .tyc-hero__visual figcaption { display: none; }

  .tyc-datum,
  .tyc-evidence,
  .tyc-delivery,
  .tyc-faq { padding: 2.15rem 1rem; }

  .tyc-datum__layout,
  .tyc-delivery__layout,
  .tyc-faq__layout { gap: 1.45rem; }
  .tyc-datum header h2 { font-size: 2.35rem; }
  .tyc-datum__meta { grid-template-columns: 1fr 1fr; }
  .tyc-datum__meta i { display: none; }
  .tyc-datum__sheet dl { background: #fff; }
  .tyc-datum__sheet dl > div,
  .tyc-datum__sheet dl > div:nth-child(n) { width: 100%; margin-left: 0; grid-template-columns: 1fr; gap: 0.32rem; min-height: 0; padding: 0.95rem 1rem 0.95rem 4rem; }
  .tyc-datum__sheet dl > div dd { margin-top: 0.1rem; }
  .tyc-datum__sheet dl > div small { grid-column: 1; margin-top: 0.15rem; }
  .tyc-datum__foot { grid-template-columns: 1fr; gap: 0.35rem; }

  .tyc-evidence__layout { border-bottom: 0; }
  .tyc-evidence__layout > * { padding: 1.1rem 0; }
  .tyc-evidence header { padding-left: 0; }
  .tyc-evidence nav { padding-right: 0; }

  .tyc-delivery header h2,
  .tyc-faq header h2 { font-size: 2.5rem; }
  .tyc-delivery li { grid-template-columns: 2rem 1fr; gap: 0.65rem; min-height: 0; padding: 1rem 0; }
  .tyc-delivery li > div { grid-template-columns: 1fr; gap: 0.35rem; }
  .tyc-delivery li > div,
  .tyc-delivery li > strong { grid-column: 2; }

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

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

@media (max-width: 360px) {
  .tyc-hero__actions { flex-direction: column; gap: 0.5rem; }
  .tyc-hero__actions a:last-child { justify-content: flex-start; }
  .tyc-hero__copy h1 { font-size: 2.2rem; }
  .tyc-datum header h2,
  .tyc-delivery header h2,
  .tyc-faq header h2 { font-size: 2.2rem; }
}

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