/* NT home page — rewrite under Texas palette tokens */

.nt-home { color: var(--nt-ink, #0B1220); font-family: var(--dag-font); background: #fff; }
.nt-home * { box-sizing: border-box; }

.nt-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--nt-red, #B22234);
  font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
}
.nt-eyebrow--light { color: #F5A3AC; }

.nt-h2 {
  font-family: var(--dag-font-display);
  font-weight: 400; letter-spacing: .5px; line-height: 1; text-transform: uppercase;
  font-size: 38px; color: var(--nt-navy, #1D2951); margin: 8px 0 0;
}
.nt-accent { color: var(--nt-red, #B22234); }

.nt-section-head { max-width: 820px; margin: 0 auto 28px; text-align: center; padding: 0 20px; }
.nt-section-head--spread { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 12px; text-align: left; max-width: 1160px; }
.nt-section-head--inline { max-width: 1160px; text-align: left; display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.nt-section-head--inline .nt-section-head__rule { flex: 1; height: 1px; background: var(--nt-silver-2, #E6ECF3); }

.nt-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 500; font-size: 14px; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: all .16s cubic-bezier(.2,.8,.2,1);
  font-family: inherit;
}
.nt-btn--red      { background: var(--nt-red, #B22234); color: #fff; }
.nt-btn--red:hover{ background: var(--nt-red-600, #951B2B); color: #fff; }
.nt-btn--navy     { background: var(--nt-navy, #1D2951); color: #fff; }
.nt-btn--navy:hover{ background: var(--nt-navy-600, #152041); color: #fff; }
.nt-btn--outline  { background: transparent; color: var(--nt-navy, #1D2951); border-color: var(--nt-navy, #1D2951); }
.nt-btn--outline:hover { background: var(--nt-navy, #1D2951); color: #fff; }
.nt-btn--ghost    { background: transparent; color: var(--nt-navy, #1D2951); border-color: var(--nt-silver-2, #E6ECF3); }
.nt-btn--ghost:hover { border-color: var(--nt-navy, #1D2951); }
.nt-btn--ghost-light { background: transparent; color: #fff; border-color: #fff; }
.nt-btn--ghost-light:hover { background: #fff; color: var(--nt-navy, #1D2951); }

.nt-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.nt-cta-row--center { justify-content: center; }

/* Hero */
.nt-hero {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 0;
  background: #fff; align-items: stretch; min-height: 520px;
  border-bottom: 1px solid var(--nt-silver-2, #E6ECF3);
}
.nt-hero__text { padding: 64px 28px 56px 48px; display: flex; flex-direction: column; justify-content: center; }
.nt-hero__title {
  font-family: var(--dag-font-display);
  font-weight: 400; letter-spacing: .5px; line-height: 1; text-transform: uppercase;
  font-size: 58px; color: var(--nt-navy, #1D2951); margin: 18px 0 20px;
}
.nt-hero__lede { color: var(--nt-muted, #5B6B82); font-size: 15px; line-height: 1.65; margin: 0 0 24px; max-width: 480px; }
.nt-hero__photo {
  position: relative; min-height: 520px;
  background-size: cover; background-position: center;
  background-color: #7A8699;
}
.nt-hero__chip {
  position: absolute; top: 20px; right: 20px;
  background: #fff; color: var(--nt-navy, #1D2951);
  padding: 8px 14px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500;
}
.nt-hero__badge {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(29,41,81,.92); color: #fff;
  padding: 12px 18px; border-radius: 8px;
  backdrop-filter: blur(10px);
}
.nt-hero__badge-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; opacity: .75; margin-bottom: 2px; }
.nt-hero__badge-addr { font-family: var(--dag-font-display); font-size: 17px; letter-spacing: .5px; text-transform: uppercase; }

.nt-stats { display: flex; gap: 28px; padding-top: 22px; border-top: 1px solid var(--nt-silver-2, #E6ECF3); margin-top: 6px; }
.nt-stat { display: flex; flex-direction: column; gap: 4px; }
.nt-stat__n { font-family: var(--dag-font-display); font-size: 28px; color: var(--nt-navy, #1D2951); line-height: 1; }
.nt-stat__n--stars { font-size: 20px; letter-spacing: 2px; color: var(--nt-red, #B22234); }
.nt-stat__l { font-size: 11px; color: var(--nt-muted, #5B6B82); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; }

/* Featured */
.nt-featured { background: var(--nt-cream, #F8F5EF); padding: 48px 28px; }
.nt-featured__wrap { max-width: 860px; margin: 0 auto; }
.nt-featured__card {
  background: #fff; border: 1px solid var(--nt-silver-2, #E6ECF3); border-radius: 12px;
  overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr;
}
.nt-featured__media { position: relative; background: var(--nt-silver-3, #F5F8FC); min-height: 280px; display: flex; align-items: center; justify-content: center; }
.nt-featured__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nt-featured__body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.nt-featured__meta { font-size: 11px; color: var(--nt-muted, #5B6B82); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; margin-bottom: 6px; }
.nt-featured__title { font-family: var(--dag-font-display); font-size: 28px; color: var(--nt-navy, #1D2951); margin: 0 0 4px; text-transform: uppercase; letter-spacing: .5px; font-weight: 400; line-height: 1.1; }
.nt-featured__spec { color: var(--nt-muted, #5B6B82); font-size: 13px; margin-bottom: 18px; }
.nt-featured__foot { display: flex; align-items: end; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--nt-silver-2, #E6ECF3); gap: 16px; flex-wrap: wrap; }

.nt-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.nt-chip { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 11px; background: var(--nt-silver-3, #F5F8FC); color: var(--nt-navy, #1D2951); font-weight: 500; }

.nt-pill { display: inline-block; padding: 6px 12px; border-radius: 4px; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
.nt-pill--red   { background: var(--nt-red, #B22234); color: #fff; position: absolute; top: 14px; right: 14px; }
.nt-pill--white { background: #fff; color: var(--nt-navy, #1D2951); position: absolute; top: 10px; left: 10px; }

.nt-price { font-family: var(--dag-font-display); font-size: 30px; color: var(--nt-navy, #1D2951); letter-spacing: .5px; }
.nt-price--muted { font-size: 20px; color: var(--nt-muted, #5B6B82); }

/* Categories */
.nt-cats { background: var(--nt-silver-3, #F5F8FC); padding: 56px 28px; }
.nt-cats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 800px; margin: 0 auto; }
.nt-tile {
  background: #fff; border: 1px solid var(--nt-silver-2, #E6ECF3); border-radius: 8px;
  padding: 20px 22px; display: flex; align-items: center; justify-content: space-between;
  text-decoration: none; color: inherit; transition: all .16s;
}
.nt-tile:hover { border-color: var(--nt-navy, #1D2951); transform: translateY(-2px); box-shadow: var(--dag-shadow-sm); }
.nt-tile__title { font-family: var(--dag-font-display); font-size: 20px; color: var(--nt-navy, #1D2951); text-transform: uppercase; letter-spacing: .5px; font-weight: 400; line-height: 1; }
.nt-tile__sub { color: var(--nt-muted, #5B6B82); font-size: 13px; margin-top: 6px; }
.nt-tile__arrow { font-size: 22px; color: var(--nt-red, #B22234); }

/* Inventory carousel */
.nt-inv { background: #fff; padding: 64px 28px; }
.nt-carousel { position: relative; max-width: 1160px; margin: 0 auto; padding: 0 44px; }
.nt-carousel__viewport { overflow: hidden; }
.nt-carousel__track {
  display: flex; gap: 18px;
  will-change: transform;
}
.nt-carousel__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 1px solid var(--nt-silver-2, #E6ECF3);
  color: var(--nt-navy, #1D2951);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 2; transition: all .16s;
}
.nt-carousel__nav:hover { background: var(--nt-navy, #1D2951); color: #fff; border-color: var(--nt-navy, #1D2951); }
.nt-carousel__nav--prev { left: 0; }
.nt-carousel__nav--next { right: 0; }

.nt-card {
  flex: 0 0 calc((100% - 36px) / 3);
  background: #fff; border: 1px solid var(--nt-silver-2, #E6ECF3); border-radius: 10px;
  overflow: hidden; text-decoration: none; color: inherit;
  transition: all .16s; display: block;
}
.nt-card:hover { border-color: var(--nt-navy, #1D2951); transform: translateY(-2px); box-shadow: var(--dag-shadow-sm); }
.nt-card__media { background: var(--nt-cream, #F8F5EF); aspect-ratio: 16/10; position: relative; overflow: hidden; }
.nt-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nt-card__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #E6ECF3, #F5F8FC); }
.nt-card__body { padding: 14px 16px; }
.nt-card__meta { font-size: 11px; color: var(--nt-muted, #5B6B82); letter-spacing: 1px; font-weight: 500; text-transform: uppercase; }
.nt-card__title { font-weight: 500; font-size: 15px; color: var(--nt-ink, #0B1220); margin: 4px 0 10px; line-height: 1.3; }
.nt-card__foot { display: flex; align-items: center; justify-content: space-between; }
.nt-card__miles { font-size: 12px; color: var(--nt-muted, #5B6B82); }

/* Why */
.nt-why { background: var(--nt-cream, #F8F5EF); padding: 64px 28px; }
.nt-section-head--center { text-align: center; }
.nt-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.nt-why-card { background: #fff; border: 1px solid var(--nt-silver-2, #E6ECF3); border-radius: 10px; padding: 28px 24px; }
.nt-why-card__icon {
  width: 44px; height: 44px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: #fff;
}
.nt-why-card__icon--navy { background: var(--nt-navy, #1D2951); }
.nt-why-card__icon--red  { background: var(--nt-red, #B22234); }
.nt-why-card__title { font-family: var(--dag-font-display); font-size: 20px; color: var(--nt-navy, #1D2951); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .5px; font-weight: 400; line-height: 1; }
.nt-why-card__body { color: var(--nt-muted, #5B6B82); font-size: 14px; line-height: 1.55; }

/* Testimonials */
.nt-testi { background: #fff; padding: 64px 28px; }
.nt-testi__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 860px; margin: 0 auto; }
.nt-testi-card { border: 1px solid var(--nt-silver-2, #E6ECF3); border-radius: 10px; padding: 28px 26px; background: #fff; }
.nt-testi-card__stars { color: var(--nt-red, #B22234); letter-spacing: 3px; font-size: 16px; margin-bottom: 12px; }
.nt-testi-card__quote { font-size: 15px; line-height: 1.65; color: var(--nt-ink-2, #1F2A44); margin: 0 0 16px; }
.nt-testi-card__author { display: flex; align-items: center; gap: 10px; }
.nt-testi-card__name { font-weight: 500; font-size: 13px; }
.nt-testi-card__sub { font-size: 12px; color: var(--nt-muted, #5B6B82); }

.nt-avatar { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 13px; }
.nt-avatar--navy { background: var(--nt-navy, #1D2951); }
.nt-avatar--red  { background: var(--nt-red, #B22234); }

/* CTA banner */
.nt-cta { background: var(--nt-navy, #1D2951); padding: 64px 28px; position: relative; overflow: hidden; }
.nt-cta__star { position: absolute; top: -20px; right: -20px; width: 320px; height: 320px; opacity: .07; pointer-events: none; }
.nt-cta__inner { max-width: 720px; margin: 0 auto; text-align: center; position: relative; }
.nt-cta__title {
  font-family: var(--dag-font-display);
  font-weight: 400; letter-spacing: .5px; line-height: 1; text-transform: uppercase;
  font-size: 44px; color: #fff; margin: 10px 0 16px;
}
.nt-cta__lede { color: #C9D2DD; font-size: 15px; line-height: 1.6; margin: 0 auto 28px; max-width: 520px; }

/* Responsive */
@media (max-width: 960px) {
  .nt-hero { grid-template-columns: 1fr; min-height: 0; }
  .nt-hero__text { padding: 40px 22px 32px; }
  .nt-hero__title { font-size: 42px; }
  .nt-hero__photo { min-height: 280px; order: -1; }
  .nt-featured__card { grid-template-columns: 1fr; }
  .nt-featured__media { min-height: 220px; aspect-ratio: 16/10; }
  .nt-why__grid { grid-template-columns: 1fr; }
  .nt-testi__grid { grid-template-columns: 1fr; }
  .nt-card { flex: 0 0 calc((100% - 18px) / 2); }
  .nt-cats__grid { grid-template-columns: 1fr; }
  .nt-section-head--spread { flex-direction: column; align-items: flex-start; }
  .nt-carousel { padding: 0 32px; }
  .nt-h2 { font-size: 30px; }
  .nt-cta__title { font-size: 34px; }
}
@media (max-width: 600px) {
  .nt-hero__title { font-size: 34px; }
  .nt-card { flex: 0 0 80%; }
  .nt-carousel { padding: 0 12px; }
  .nt-carousel__nav { display: none; }
  .nt-stats { flex-wrap: wrap; gap: 18px; }
  .nt-featured__body { padding: 22px 20px; }
  .nt-why-card, .nt-testi-card { padding: 22px 20px; }
}
