:root {
  --xt-ink: #111111;
  --xt-text: #4f5661;
  --xt-muted: #7d838c;
  --xt-line: #e8e1d7;
  --xt-soft: #f8f4ee;
  --xt-card: #ffffff;
  --xt-gold: #b58d57;
  --xt-gold-dark: #83623a;
  --xt-shadow: 0 24px 70px rgba(17, 17, 17, .08);
  --xt-radius-lg: 34px;
  --xt-radius-md: 24px;
}

/* Base */
html { scroll-behavior: smooth; }

body:has(.xt-hero),
body.xt-home-page {
  color: var(--xt-ink);
  background:
    radial-gradient(circle at 10% 7%, rgba(181, 141, 87, .16), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(17, 17, 17, .045), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 46%, #f5efe7 100%);
}

:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final),
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) * {
  box-sizing: border-box;
}

:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) {
  color: var(--xt-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}

:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) img { max-width: 100%; display: block; }
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) a { color: inherit; text-decoration: none; }
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) button { font: inherit; }

:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) h1,
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) h2,
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) h3,
:where(.xt-hero, .xt-section, .xt-quote-band, .xt-final) p { margin-top: 0; }

.xt-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.xt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--xt-gold-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.xt-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--xt-gold);
}

/* Buttons */
.xt-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease;
}

.xt-btn-dark {
  background: var(--xt-ink);
  border: 1px solid var(--xt-ink);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(17, 17, 17, .16);
}

.xt-btn-dark:hover {
  transform: translateY(-3px);
  background: var(--xt-gold);
  border-color: var(--xt-gold);
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(181, 141, 87, .24);
}

.xt-btn-light {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--xt-line);
  color: var(--xt-ink);
}

.xt-btn-light:hover {
  transform: translateY(-3px);
  border-color: rgba(181, 141, 87, .45);
  box-shadow: var(--xt-shadow);
}

.xt-section { padding: clamp(60px, 7vw, 94px) 0; }

/* Shared section heading */
.xt-section-head {
  max-width: 840px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.xt-section-head.xt-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.xt-section-head.xt-center .xt-kicker {
  justify-content: center;
}

.xt-section-head.xt-center .xt-kicker::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--xt-gold);
}

.xt-section-head h2 {
  margin-bottom: 0;
  color: var(--xt-ink);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -.056em;
}

.xt-section-head p {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--xt-text);
  font-size: 16px;
  line-height: 1.78;
}

.xt-section-head.xt-center p {
  margin-left: auto;
  margin-right: auto;
}

.xt-section-action {
  margin-top: 30px;
  text-align: center;
}

/* Hero */
.xt-hero {
  padding: clamp(58px, 7vw, 104px) 0 clamp(52px, 6vw, 82px);
}

.xt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.xt-hero h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--xt-ink);
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 880;
  line-height: .98;
  letter-spacing: -.07em;
}

.xt-hero-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--xt-text);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}

.xt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.xt-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 38px;
}

.xt-hero-points div {
  padding: 16px;
  border: 1px solid rgba(232, 225, 215, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(12px);
}

.xt-hero-points strong {
  display: block;
  color: var(--xt-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.xt-hero-points span {
  display: block;
  margin-top: 8px;
  color: var(--xt-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.xt-hero-media {
  display: grid;
  gap: 16px;
}

.xt-hero-main-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--xt-shadow);
  background: #e7ded0;
}

.xt-hero-main-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.01);
}

.xt-hero-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,17,.04), rgba(17,17,17,.48));
  pointer-events: none;
}

.xt-hero-glass {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}

.xt-hero-glass h2 {
  margin: 0;
  color: var(--xt-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 860;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.xt-hero-glass p {
  margin: 14px 0 0;
  color: var(--xt-text);
  font-size: 15px;
  line-height: 1.72;
}

.xt-hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.xt-hero-mini {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--xt-line);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(17,17,17,.055);
}

.xt-hero-mini img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.xt-hero-mini span {
  display: block;
  padding: 12px;
  color: var(--xt-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

/* Category cards */
.xt-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.xt-category-card {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--xt-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17,17,17,.055);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.xt-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(181,141,87,.45);
  box-shadow: 0 28px 70px rgba(17,17,17,.10);
}

.xt-category-img {
  height: 176px;
  overflow: hidden;
  background: var(--xt-soft);
}

.xt-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .44s ease;
}

.xt-category-card:hover .xt-category-img img {
  transform: scale(1.06);
}

.xt-category-body {
  padding: 20px;
}

.xt-category-body span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--xt-soft);
  color: var(--xt-gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.xt-category-body h3 {
  margin: 12px 0 0;
  color: var(--xt-ink);
  font-size: 22px;
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.xt-category-body p {
  margin: 10px 0 0;
  color: var(--xt-text);
  font-size: 14px;
  line-height: 1.62;
}

/* Solution tabs */
.xt-solutions { background: rgba(255,255,255,.38); }

.xt-solution-tabs {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.xt-solution-nav {
  display: grid;
  gap: 10px;
  align-content: start;
}

.xt-solution-nav button {
  appearance: none;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border: 1px solid var(--xt-line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--xt-text);
  font-size: 15px;
  font-weight: 820;
  cursor: pointer;
  transition: transform .22s ease, color .22s ease, background-color .22s ease, border-color .22s ease;
}

.xt-solution-nav button::after { content: "\2192"; opacity: .5; }
.xt-solution-nav button:hover { transform: translateX(5px); border-color: rgba(181,141,87,.44); color: var(--xt-ink); }
.xt-solution-nav button.is-active { background: var(--xt-ink); border-color: var(--xt-ink); color: #ffffff; }

.xt-solution-panel {
  display: none;
  min-height: 460px;
  border: 1px solid var(--xt-line);
  border-radius: 32px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--xt-shadow);
}

.xt-solution-panel.is-active {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, 1.02fr);
  animation: xtHomeFadeUp .32s ease both;
}

.xt-solution-image {
  min-height: 460px;
  background: #e7ded0;
}

.xt-solution-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.xt-solution-content { padding: clamp(26px, 4vw, 46px); }

.xt-solution-content h3 {
  margin: 0;
  color: var(--xt-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 860;
  line-height: 1.06;
  letter-spacing: -.052em;
}

.xt-solution-content p {
  margin: 18px 0 0;
  color: var(--xt-text);
  font-size: 15px;
  line-height: 1.78;
}

.xt-solution-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.xt-solution-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--xt-text);
  font-size: 14px;
  line-height: 1.6;
}

.xt-solution-list li::before {
  content: "\2713";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--xt-soft);
  color: var(--xt-gold-dark);
  font-size: 13px;
  font-weight: 900;
}

/* Showcase */
.xt-showcase-split {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(380px, 1.06fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.xt-showcase-image {
  overflow: hidden;
  border-radius: var(--xt-radius-lg);
  box-shadow: var(--xt-shadow);
  background: #e7ded0;
}

.xt-showcase-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.xt-showcase-content {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--xt-line);
  border-radius: var(--xt-radius-lg);
  background: rgba(255,255,255,.94);
  box-shadow: var(--xt-shadow);
}

.xt-showcase-content h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
  font-weight: 860;
  letter-spacing: -.056em;
}

.xt-showcase-content p {
  margin: 18px 0 0;
  color: var(--xt-text);
  font-size: 15px;
  line-height: 1.76;
}

.xt-showcase-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.xt-showcase-list div {
  padding: 16px;
  border-radius: 18px;
  background: var(--xt-soft);
}

.xt-showcase-list strong {
  display: block;
  font-size: 14px;
  font-weight: 850;
}

.xt-showcase-list span {
  display: block;
  margin-top: 6px;
  color: var(--xt-text);
  font-size: 13px;
  line-height: 1.5;
}

/* Why choose us and shared cards */
.xt-why-grid,
.xt-material-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xt-why-card,
.xt-material-item,
.xt-process-step,
.xt-project-card,
.xt-faq-item {
  border: 1px solid var(--xt-line);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(17,17,17,.045);
}

.xt-why-card {
  padding: 26px;
  border-radius: 24px;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.xt-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(181,141,87,.45);
  box-shadow: 0 26px 70px rgba(17,17,17,.08);
}

.xt-why-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--xt-soft);
  color: var(--xt-gold-dark);
}

.xt-why-card h3,
.xt-process-step h3,
.xt-material-item strong {
  margin: 0;
  color: var(--xt-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.xt-why-card p,
.xt-process-step p,
.xt-material-item span {
  margin: 12px 0 0;
  color: var(--xt-text);
  font-size: 14px;
  line-height: 1.72;
}

/* Featured projects */
.xt-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.xt-project-card {
  border-radius: 28px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.xt-project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(181,141,87,.45);
  box-shadow: 0 26px 70px rgba(17,17,17,.09);
}

.xt-project-img {
  height: 280px;
  overflow: hidden;
  background: var(--xt-soft);
}

.xt-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .44s ease;
}

.xt-project-card:hover .xt-project-img img { transform: scale(1.06); }

.xt-project-body { padding: 22px; }

.xt-project-body span {
  color: var(--xt-gold-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.xt-project-body h3 {
  margin: 10px 0 0;
  color: var(--xt-ink);
  font-size: 23px;
  font-weight: 860;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.xt-project-body p {
  margin: 10px 0 0;
  color: var(--xt-text);
  font-size: 14px;
  line-height: 1.65;
}

/* Process */
.xt-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.xt-process-step {
  padding: 24px;
  border-radius: 24px;
}

.xt-process-step b {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--xt-ink);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

/* Materials */
.xt-material-wrap {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.xt-material-dark {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 34px;
  background: var(--xt-ink);
  color: #ffffff;
  box-shadow: var(--xt-shadow);
}

.xt-material-dark .xt-kicker,
.xt-quote-card .xt-kicker { color: var(--xt-gold); }

.xt-material-dark h2,
.xt-quote-card h2,
.xt-final-card h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -.056em;
}

.xt-material-dark h2,
.xt-quote-card h2 { color: #ffffff; }

.xt-material-dark p,
.xt-quote-card p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.76;
}

.xt-material-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.xt-material-item { padding: 20px; border-radius: 20px; }

/* Quote CTA */
.xt-quote-band { padding: clamp(42px, 6vw, 78px) 0; }

.xt-quote-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 16%, rgba(181,141,87,.42), transparent 26%),
    linear-gradient(135deg, #111111, #2a2927);
  color: #ffffff;
  box-shadow: var(--xt-shadow);
}

.xt-quote-actions {
  display: grid;
  gap: 12px;
  min-width: 210px;
}

.xt-btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: var(--xt-ink);
}

.xt-btn-white:hover {
  transform: translateY(-3px);
  background: var(--xt-gold);
  border-color: var(--xt-gold);
  color: #ffffff;
}

.xt-btn-outline {
  background: transparent;
  border: 1px solid rgba(255,255,255,.34);
  color: #ffffff;
}

.xt-btn-outline:hover {
  transform: translateY(-3px);
  border-color: #ffffff;
  background: rgba(255,255,255,.08);
}

/* FAQ */
.xt-faq-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.xt-faq-item { border-radius: 20px; overflow: hidden; }

.xt-faq-q {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--xt-ink);
  text-align: left;
  cursor: pointer;
}

.xt-faq-q strong {
  color: var(--xt-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.34;
}

.xt-faq-q span {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--xt-line);
  border-radius: 50%;
}

.xt-faq-q span::before,
.xt-faq-q span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: var(--xt-ink);
  transform: translate(-50%, -50%);
  transition: transform .24s ease;
}

.xt-faq-q span::after { transform: translate(-50%, -50%) rotate(90deg); }
.xt-faq-item.is-open .xt-faq-q span::after { transform: translate(-50%, -50%) rotate(0deg); }

.xt-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.xt-faq-a div { padding: 0 20px 20px; }

.xt-faq-a p {
  margin: 0;
  color: var(--xt-text);
  font-size: 14px;
  line-height: 1.72;
}

/* Final contact */
.xt-final { padding: clamp(52px, 7vw, 92px) 0 clamp(72px, 8vw, 112px); }

.xt-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--xt-line);
  border-radius: 34px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--xt-shadow);
}

.xt-final-card h2 { color: var(--xt-ink); }

.xt-final-card p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--xt-text);
  font-size: 15px;
  line-height: 1.72;
}

.xt-contact-mini {
  display: grid;
  gap: 12px;
}

.xt-contact-mini a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--xt-line);
  border-radius: 16px;
  background: var(--xt-soft);
  transition: transform .24s ease, color .24s ease;
}

.xt-contact-mini a:hover { transform: translateX(6px); color: var(--xt-gold-dark); }

.xt-contact-mini b {
  display: block;
  font-size: 12px;
  font-weight: 850;
  color: var(--xt-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xt-contact-mini span span {
  display: block;
  margin-top: 3px;
  color: var(--xt-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  word-break: break-word;
}

/* Reveal animation */
.xt-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.16, 1, .3, 1);
}

.xt-reveal.xt-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes xtHomeFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1180px) {
  .xt-category-grid,
  .xt-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xt-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
  .xt-hero-grid,
  .xt-material-wrap,
  .xt-quote-card,
  .xt-final-card,
  .xt-solution-tabs,
  .xt-showcase-split { grid-template-columns: 1fr; }
  .xt-solution-panel.is-active { grid-template-columns: 1fr; }
  .xt-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .xt-quote-actions { width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .xt-container { width: min(100% - 24px, 1180px); }
  .xt-hero { padding: 40px 0 44px; }
  .xt-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .xt-hero-lead,
  .xt-section-head p { font-size: 15px; line-height: 1.72; }
  .xt-hero-actions,
  .xt-hero-points,
  .xt-category-grid,
  .xt-why-grid,
  .xt-project-grid,
  .xt-process-grid,
  .xt-material-list,
  .xt-quote-actions,
  .xt-showcase-list { grid-template-columns: 1fr; }
  .xt-hero-actions { display: grid; }
  .xt-btn { width: 100%; }
  .xt-hero-main-image { min-height: 470px; border-radius: 28px; }
  .xt-hero-main-image img { min-height: 470px; }
  .xt-hero-glass { left: 14px; right: 14px; bottom: 14px; border-radius: 22px; }
  .xt-hero-mini-grid { grid-template-columns: 1fr; }
  .xt-hero-mini img { height: 150px; }
  .xt-section { padding: 48px 0; }
  .xt-category-card { min-height: auto; }
  .xt-solution-nav { display: flex; overflow-x: auto; gap: 8px; padding-bottom: 6px; scrollbar-width: none; }
  .xt-solution-nav::-webkit-scrollbar { display: none; }
  .xt-solution-nav button { flex: 0 0 auto; min-height: 46px; border-radius: 999px; }
  .xt-solution-image,
  .xt-solution-image img { min-height: 290px; }
  .xt-showcase-image img { min-height: 360px; }
  .xt-quote-card,
  .xt-final-card,
  .xt-material-dark,
  .xt-showcase-content { border-radius: 26px; padding: 26px; }
  .xt-section-head.xt-center .xt-kicker::after { display: none; }
}
