:root {
  --stone-50: #fbf8f1;
  --stone-100: #f4eee3;
  --stone-200: #e9dcc8;
  --sand: #dec9ad;
  --sand-deep: #b8966d;
  --travertine: #e6d9c0;
  --gunmetal: #323230;
  --ink: #1b1713;
  --muted: #73685c;
  --line: rgba(70, 55, 38, 0.14);
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(54, 43, 30, 0.14);
  --home-banner-ratio: 1920 / 900;
  --font-en: "Sora", "IBM Plex Sans Thai", system-ui, sans-serif;
  --font-th: "IBM Plex Sans Thai", "Sora", system-ui, sans-serif;
  --font-main: "Sora", "IBM Plex Sans Thai", system-ui, sans-serif;
}

body.home .hero h1 {
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 700;
  line-height: 0.96;
}

body.home .hero p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.65;
}

body.home .section-heading h2,
body.home .showroom-section .section-heading h2 {
  font-size: clamp(28px, 3.1vw, 46px);
  font-weight: 600;
  line-height: 1.08;
}

body.home .section-kicker {
  font-size: 11px;
}

body.home .car-body h3 {
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 600;
}

body.home .price {
  font-size: clamp(20px, 1.55vw, 26px);
}

body.home .car-year,
body.home .car-mile {
  font-size: clamp(15px, 1vw, 19px);
}

body.home .dream-contact h2 {
  font-size: clamp(32px, 4.2vw, 62px);
  font-weight: 600;
}

html[lang="th"] body.home .dream-contact h2 {
  max-width: none;
  font-size: clamp(34px, 3.7vw, 58px);
  white-space: nowrap;
}

body.home .dream-contact p {
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 500;
}

@media (max-width: 680px) {
  body.home .hero h1 {
    font-size: 40px;
  }

  body.home .section-heading h2,
  body.home .showroom-section .section-heading h2 {
    font-size: 32px;
  }

  body.home .dream-contact h2 {
    font-size: 34px;
  }

  html[lang="th"] body.home .dream-contact h2 {
    font-size: 34px;
    white-space: normal;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--font-main);
  background:
    linear-gradient(104deg, rgba(255, 255, 255, 0.78), rgba(244, 238, 227, 0.72)),
    radial-gradient(circle at 18% 10%, rgba(222, 201, 173, 0.42), transparent 25%),
    radial-gradient(circle at 84% 28%, rgba(184, 150, 109, 0.16), transparent 22%),
    repeating-linear-gradient(
      112deg,
      rgba(118, 91, 57, 0.045) 0,
      rgba(118, 91, 57, 0.045) 1px,
      transparent 1px,
      transparent 18px
    ),
    var(--stone-50);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(92deg, transparent 0 12%, rgba(157, 119, 75, 0.07) 13%, transparent 15% 44%, rgba(157, 119, 75, 0.05) 45%, transparent 48%),
    linear-gradient(176deg, transparent 0 28%, rgba(255, 255, 255, 0.65) 31%, transparent 34% 66%, rgba(164, 129, 83, 0.05) 68%, transparent 71%);
  opacity: 0.72;
}

a {
  color: inherit;
  text-decoration: none;
}

.anchor-target {
  position: relative;
  top: -104px;
  display: block;
  height: 0;
  visibility: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  height: 92px;
  margin: 0;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  box-sizing: border-box;
  overflow: visible;
  background: linear-gradient(180deg, rgba(230, 217, 192, 0.96), rgba(230, 217, 192, 0.86));
  border-bottom: 1px solid rgba(50, 50, 48, 0.12);
  backdrop-filter: blur(16px);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 96px;
  height: 100%;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 76px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.top-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  align-self: stretch;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.top-nav a {
  color: rgba(50, 50, 48, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

html[lang="th"] .top-nav a {
  font-size: 13px;
  font-weight: 800;
}

.top-nav a:hover {
  color: var(--gunmetal);
}

.language-switcher {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: rgba(50, 50, 48, 0.54);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switcher a {
  color: rgba(50, 50, 48, 0.54);
}

.language-switcher a.active,
.language-switcher a:hover {
  color: var(--gunmetal);
}

.site-header > .language-switcher {
  flex: 0 0 auto;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
}

.nav-dropdown-toggle {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.nav-dropdown-toggle::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid rgba(50, 50, 48, 0.72);
  border-bottom: 1px solid rgba(50, 50, 48, 0.72);
  content: "";
  transform: rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% - 18px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 220px;
  padding: 10px 14px;
  opacity: 0;
  pointer-events: none;
  background: rgba(230, 217, 192, 0.94);
  border: 1px solid rgba(50, 50, 48, 0.14);
  box-shadow: 0 22px 54px rgba(18, 14, 10, 0.18);
  backdrop-filter: blur(16px);
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 12px 0;
  color: rgba(50, 50, 48, 0.76);
  font-size: 11px;
  line-height: 1.2;
  border-top: 1px solid rgba(50, 50, 48, 0.12);
}

.nav-dropdown-menu a:first-child {
  border-top: 0;
}

.nav-dropdown-menu a:hover {
  color: var(--gunmetal);
}

.nav-toggle {
  display: none;
}

main {
  width: 100%;
  margin: 0 0 64px;
}

body.home main {
  margin-bottom: 0;
}

.hero {
  position: relative;
  display: block;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  min-height: 0;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(90deg, rgba(22, 18, 14, 0.72), rgba(22, 18, 14, 0.16) 54%, rgba(255, 253, 248, 0.08)),
    linear-gradient(135deg, rgba(80, 68, 56, 0.94), rgba(198, 176, 148, 0.72));
  box-shadow: var(--shadow);
}

.hero-media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: var(--home-banner-ratio);
  min-height: 0;
}

.promo-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background: #17120e;
  box-shadow: none;
}

.promo-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.promo-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 720ms ease;
}

.promo-slide.active {
  opacity: 1;
  transform: scale(1);
}

.promo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-slide::after {
  display: none;
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: max(32px, calc((100vw - 1180px) / 2));
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(520px, calc(100% - 64px));
  padding: 0;
  color: var(--white);
  transform: translateY(-50%);
}

.hero-slogan {
  top: auto;
  bottom: clamp(82px, 9vw, 126px);
  width: min(760px, calc(100% - 64px));
  padding: 0;
  transform: none;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.6);
}

body.home .hero .hero-slogan .eyebrow {
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 900;
  letter-spacing: 0.14em;
}

body.home .hero .hero-slogan h1 {
  display: grid;
  gap: clamp(6px, 0.7vw, 10px);
  margin: 14px 0 0;
  font-size: clamp(34px, 4.9vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

body.home .hero .hero-slogan h1 span {
  display: block;
}

body.home .hero .hero-slogan mark {
  color: var(--sand);
  background: transparent;
  box-shadow: none;
  margin-right: 0.08em;
  padding: 0;
  font-weight: 900;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.68);
}

.promo-slide span {
  color: var(--sand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-slide strong {
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.02;
}

.carousel-controls {
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  left: max(32px, calc((100vw - 1180px) / 2));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.carousel-arrow,
.carousel-dots button {
  pointer-events: auto;
  cursor: pointer;
}

.carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(22, 18, 14, 0.48);
  backdrop-filter: blur(12px);
}

.carousel-arrow:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(22, 18, 14, 0.72);
}

.carousel-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(22, 18, 14, 0.42);
  backdrop-filter: blur(12px);
}

.carousel-dots button {
  width: 28px;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.36);
}

.carousel-dots button.active {
  background: var(--sand);
}

.eyebrow,
.section-kicker,
.car-year {
  margin: 0;
  color: var(--sand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 18px;
  font-family: var(--font-main);
  font-size: clamp(56px, 7vw, 108px);
  font-weight: 800;
  line-height: 0.9;
}

.hero p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
.card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.button-primary {
  color: #17120e;
  background: var(--sand);
}

.button-primary:hover {
  background: #ead9c4;
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 253, 248, 0.42);
}

.button-secondary:hover {
  border-color: var(--white);
}

.button-ink {
  color: var(--ink);
  border-color: rgba(27, 23, 19, 0.24);
  background: rgba(255, 253, 248, 0.7);
}

.button-ink:hover {
  border-color: rgba(27, 23, 19, 0.46);
  background: var(--white);
}

.hero-meta {
  position: absolute;
  right: max(32px, calc((100vw - 1180px) / 2));
  top: 34px;
  bottom: auto;
  display: grid;
  gap: 4px;
  min-width: 236px;
  padding: 16px 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(22, 18, 14, 0.44);
  backdrop-filter: blur(12px);
}

.hero-meta span {
  color: rgba(255, 253, 248, 0.62);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-meta strong {
  font-size: 14px;
}

.intro,
.contact-band {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: end;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h1,
.section-heading h2,
.contact-band h2 {
  margin: 10px 0 0;
  font-family: var(--font-main);
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.02;
}

.intro > p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.ecosystem-intro,
.division-section {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.ecosystem-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 52px;
  align-items: end;
  padding: 72px 0 54px;
}

.ecosystem-copy h1 {
  max-width: 840px;
  margin: 10px 0 0;
  font-family: var(--font-main);
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.98;
}

.ecosystem-summary {
  display: grid;
  gap: 24px;
}

.ecosystem-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.ecosystem-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.division-section {
  padding: 34px 0 72px;
  border-top: 1px solid var(--line);
}

.division-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
}

.division-section .section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.division-card {
  position: relative;
  display: grid;
  min-height: 318px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.8), rgba(244, 238, 227, 0.68)),
    var(--white);
  box-shadow: 0 18px 46px rgba(54, 43, 30, 0.08);
}

.division-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--sand-deep), rgba(222, 201, 173, 0.18));
}

.division-card > div {
  display: grid;
  gap: 12px;
}

.division-card span {
  color: var(--sand-deep);
  font-size: 12px;
  font-weight: 900;
}

.division-card > div p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.division-card h3 {
  align-self: end;
  margin: 36px 0 0;
  font-family: var(--font-main);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 700;
  line-height: 1;
}

.division-card > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.division-card a {
  align-self: end;
  width: fit-content;
  margin-top: 24px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  border-bottom: 1px solid rgba(27, 23, 19, 0.32);
  text-transform: uppercase;
}

.feature-promo-section {
  width: min(100% - 48px, 1180px);
  margin: 34px auto 0;
}

.feature-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-promo-card {
  position: relative;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 2.8vw, 34px);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(18, 14, 10, 0.08), rgba(18, 14, 10, 0.78)),
    var(--promo-image) center / cover;
}

.feature-promo-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(230, 217, 192, 0.1), transparent 36%),
    linear-gradient(0deg, rgba(18, 14, 10, 0.56), transparent 62%);
  pointer-events: none;
}

.feature-promo-card > * {
  position: relative;
  z-index: 1;
}

.feature-promo-card span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-promo-card h2 {
  display: grid;
  gap: 12px;
  max-width: 320px;
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
}

.feature-promo-card p {
  max-width: 300px;
  margin: 16px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.feature-promo-slogan h2 {
  display: grid;
  gap: clamp(6px, 0.7vw, 10px);
}

.feature-promo-slogan h2 span {
  display: block;
}

.feature-promo-slogan mark {
  margin-right: 0.08em;
  padding: 0;
  color: var(--sand);
  background: transparent;
  font-weight: 900;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.68);
}

.feature-promo-letter mark {
  display: block;
  width: 1.1em;
  margin: 0;
  padding: 0;
  color: var(--sand);
  font-family: Georgia, "Times New Roman", serif;
  background: transparent;
  font-size: clamp(82px, 7.4vw, 118px);
  font-weight: 700;
  line-height: 0.76;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.72);
}

.feature-promo-letter h2 span {
  display: block;
  color: var(--white);
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.feature-promo-card strong {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-promo-card-dark {
  background-position: center;
}

.stock-section {
  width: min(100% - 48px, 1180px);
  margin-right: auto;
  margin-left: auto;
  padding: 82px 0;
}

.stock-section-full {
  padding-top: 0;
}

.section-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.stock-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: end;
}

.stock-section .section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.stock-section .stock-heading-centered {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
  text-align: center;
}

.stock-section .stock-heading-centered h2 {
  margin: 0;
  color: var(--gunmetal);
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.stock-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stock-tabs button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.62);
  cursor: pointer;
}

.stock-tabs .active {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.stock-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 42px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(70, 55, 38, 0.16);
  background: transparent;
}

.stock-overview p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.stock-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.stock-counts span {
  display: grid;
  min-width: 112px;
  gap: 2px;
  padding: 10px 12px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.stock-counts strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.stock-footer-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.renn-services-section {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 0 0 88px;
}

.renn-services-section .section-kicker {
  color: var(--sand-deep);
  font-family: var(--font-en);
  font-weight: 800;
}

.renn-services-section .section-heading h2 {
  max-width: 660px;
  font-family: var(--font-en);
  font-weight: 800;
  letter-spacing: 0;
}

.renn-services-section .section-heading > p {
  font-family: var(--font-en);
  font-weight: 500;
}

.renn-services-section .service-heading-centered {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
  text-align: center;
}

.renn-services-section .service-heading-centered h2 {
  max-width: none;
  margin: 0;
  color: var(--gunmetal);
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.renn-services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(320px, 1fr);
  gap: 14px;
  min-height: 620px;
}

.renn-services-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 100%;
}

.renn-service-card {
  position: relative;
  display: flex;
  min-height: 180px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(50, 50, 48, 0.18);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(50, 50, 48, 0.04), rgba(18, 14, 10, 0.76)),
    var(--service-image) center / cover;
  box-shadow: 0 22px 58px rgba(54, 43, 30, 0.12);
  isolation: isolate;
}

.renn-service-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(230, 217, 192, 0.24), transparent 34%),
    linear-gradient(0deg, rgba(18, 14, 10, 0.62), transparent 58%);
  transition: opacity 240ms ease;
}

.renn-service-card:hover::before {
  opacity: 0.82;
}

.renn-service-card span {
  position: absolute;
  top: clamp(20px, 2vw, 30px);
  left: clamp(24px, 3vw, 42px);
  color: var(--sand);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.renn-service-card h3 {
  max-width: 100%;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.65vw, 42px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}

.renn-service-card p {
  max-width: 350px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.78);
  font-family: var(--font-th);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.renn-service-card-tall {
  min-height: 620px;
}

.renn-service-card-wide {
  min-height: 0;
}

.renn-service-card-wide h3 {
  font-size: clamp(25px, 2.15vw, 32px);
}

.renn-service-card-wide p {
  max-width: 390px;
  margin-top: 12px;
}

.service-landing-page,
.stock-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto 72px;
  padding-top: 150px;
}

.service-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 48px;
  align-items: end;
  padding: 42px 0 52px;
  border-bottom: 1px solid var(--line);
}

.service-landing-hero h1 {
  max-width: 830px;
  margin: 10px 0 0;
  font-family: var(--font-main);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  line-height: 0.98;
}

.service-landing-hero > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.service-visual-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: stretch;
  padding: 44px 0 72px;
}

.service-visual-panel figure {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--stone-200);
}

.service-visual-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.service-visual-panel > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.72);
}

.service-visual-panel ul {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-visual-panel li {
  padding: 17px 0;
  color: #40382f;
  font-size: 15px;
  line-height: 1.65;
  border-bottom: 1px solid var(--line);
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.showroom-section {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.showroom-section .section-heading {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: end;
}

.showroom-section .section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.showroom-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(260px, 0.66fr);
  gap: 16px;
  margin-top: 32px;
}

.showroom-gallery figure {
  position: relative;
  min-height: 248px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(72, 54, 34, 0.12);
  background: var(--stone-200);
  box-shadow: 0 20px 54px rgba(54, 43, 30, 0.1);
}

.showroom-gallery figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(18, 14, 10, 0.04), rgba(18, 14, 10, 0.18));
  pointer-events: none;
}

.showroom-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 248px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.showroom-gallery figure:hover img {
  transform: scale(1.035);
}

.showroom-feature {
  grid-row: span 3;
  min-height: 680px;
}

.showroom-feature img {
  min-height: 680px;
}

.car-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px 42px;
}

.car-card {
  position: relative;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.car-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.car-card::before {
  display: none;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--sand-deep), var(--sand), rgba(184, 150, 109, 0.18));
}

.car-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(70, 55, 38, 0.06);
  background: rgba(247, 246, 243, 0.96);
}

.car-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.62 / 1;
  object-fit: cover;
  transition: transform 420ms ease;
}

.car-card:hover .car-photo img {
  transform: scale(1.035);
}

.car-image {
  position: relative;
  min-height: 232px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), transparent 34%),
    linear-gradient(130deg, #372b21, #a58560);
}

.car-image::before {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 34px;
  height: 58px;
  content: "";
  border-radius: 48% 52% 20% 20% / 80% 82% 28% 28%;
  background:
    radial-gradient(circle at 16% 93%, #070604 0 17%, #e6d5bf 18% 21%, transparent 22%),
    radial-gradient(circle at 84% 93%, #070604 0 17%, #e6d5bf 18% 21%, transparent 22%),
    linear-gradient(178deg, rgba(255, 255, 255, 0.7) 0 6%, transparent 7% 14%, rgba(20, 17, 15, 0.98) 15% 100%);
  filter: drop-shadow(0 18px 10px rgba(0, 0, 0, 0.28));
}

.car-image::after {
  position: absolute;
  left: 28%;
  bottom: 76px;
  width: 34%;
  height: 42px;
  content: "";
  background: linear-gradient(150deg, rgba(250, 241, 226, 0.78), rgba(25, 20, 17, 0.74));
  clip-path: polygon(0 100%, 24% 12%, 78% 0, 100% 100%);
}

.car-image-01 { background-color: #6f6256; }
.car-image-02 { background-color: #65322f; }
.car-image-03 { background-color: #d9d1c5; }
.car-image-04 { background-color: #1f1c1a; }
.car-image-05 { background-color: #8d938f; }
.car-image-06 { background-color: #b3aea5; }
.car-image-07 { background-color: #3e4447; }
.car-image-08 { background-color: #191817; }
.car-image-09 { background-color: #2f4b64; }

.status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 8px 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  background: rgba(255, 253, 248, 0.86);
  text-transform: uppercase;
}

.status.new {
  color: #1a1208;
  background: var(--sand);
}

.status.sold {
  color: var(--white);
  background: rgba(27, 23, 19, 0.86);
}

.car-body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(157, 119, 75, 0.34);
  pointer-events: none;
}

.car-body h3 {
  min-height: 0;
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.car-card-topline {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.car-title-row,
.car-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.car-type-badge,
.car-sold-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  background: rgba(255, 253, 248, 0.94);
}

.car-sold-badge {
  right: 22px;
  left: auto;
  color: var(--white);
  background: rgba(156, 43, 36, 0.92);
}

.car-card.is-sold .car-photo img {
  filter: saturate(0.72) contrast(0.96);
}

.car-card.is-sold .car-sold-badge {
  top: 30px;
  right: -64px;
  left: auto;
  justify-content: center;
  width: 240px;
  min-height: 42px;
  padding: 0;
  color: var(--white);
  background: #a72520;
  box-shadow: 0 12px 28px rgba(42, 20, 14, 0.24);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(38deg);
}

.car-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.car-status-available {
  background: #21805d;
}

.car-status-sold {
  background: #b83a32;
}

.car-body dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.car-body dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.car-body dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
}

.price {
  margin: 0;
  color: #9c7834;
  font-family: var(--font-main);
  font-size: clamp(23px, 1.9vw, 31px);
  font-weight: 400;
  line-height: 1;
}

.car-year,
.car-mile {
  margin: 0;
  color: #837a70;
  font-size: clamp(17px, 1.25vw, 23px);
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
}

.card-actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 88px;
  gap: 8px;
  pointer-events: auto;
}

.card-actions a {
  min-height: 42px;
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 253, 248, 0.74);
}

.card-actions a:first-child {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.detail-text-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: max-content;
  color: var(--sand-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  pointer-events: auto;
}

.detail-text-link:hover {
  color: var(--ink);
}

.car-detail-page {
  width: min(100% - 92px, 1480px);
  margin: 0 auto;
  padding: 144px 0 86px;
}

.car-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 100vh;
  background: linear-gradient(120deg, rgba(27, 23, 19, 0.95), rgba(83, 66, 46, 0.86));
  color: var(--white);
}

.car-detail-catalog {
  color: var(--ink);
}

.car-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 42px;
  color: #7f776e;
  font-size: 15px;
  font-weight: 500;
}

.car-breadcrumb a {
  color: #7f776e;
}

.car-breadcrumb a:hover {
  color: var(--sand-deep);
}

.car-breadcrumb span:last-child {
  color: var(--ink);
}

.car-catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(390px, 0.78fr);
  gap: clamp(34px, 4.2vw, 62px);
  align-items: start;
}

.car-gallery-viewer {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.car-main-image {
  position: relative;
  overflow: hidden;
  background: #f4f3f1;
}

.car-main-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
}

.car-gallery-counter {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  min-width: 82px;
  padding: 12px 14px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: rgba(27, 27, 24, 0.62);
}

.car-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 58px;
  height: 92px;
  color: var(--white);
  font: inherit;
  font-size: 34px;
  border: 0;
  background: rgba(27, 27, 24, 0.5);
  cursor: pointer;
  transform: translateY(-50%);
}

.car-gallery-arrow:hover {
  background: rgba(27, 27, 24, 0.68);
}

.car-gallery-prev {
  left: 0;
}

.car-gallery-next {
  right: 0;
}

.car-thumbnail-row {
  display: grid;
  grid-auto-columns: minmax(108px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  margin-top: 18px;
  overflow-x: auto;
  padding: 0 0 6px;
  scrollbar-width: thin;
}

.car-thumbnail-row button {
  display: block;
  min-width: 110px;
  padding: 0;
  border: 3px solid transparent;
  background: #f4f3f1;
  cursor: pointer;
}

.car-thumbnail-row button.active {
  border-color: #a8833b;
}

.car-thumbnail-row img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.car-info-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.car-info-panel h1 {
  margin: 0 0 24px;
  font-family: var(--font-main);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: 0;
}

.car-info-panel .price {
  margin-bottom: 28px;
  color: #9c7834;
  font-size: clamp(30px, 2.8vw, 46px);
  font-weight: 400;
}

.car-description {
  margin: 24px 0 0;
  padding: 22px 0;
  border-top: 1px solid rgba(70, 55, 38, 0.16);
  border-bottom: 1px solid rgba(70, 55, 38, 0.16);
  color: var(--muted);
  font-family: var(--font-th);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.82;
}

.car-description p {
  margin: 0;
}

.car-description p + p {
  margin-top: 12px;
}

.car-spec-list {
  margin: 0;
  border-top: 1px solid rgba(70, 55, 38, 0.16);
}

.car-spec-list div {
  display: grid;
  grid-template-columns: minmax(120px, 0.56fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(70, 55, 38, 0.16);
}

.car-spec-list dt {
  color: #8a8176;
  font-size: 15px;
  font-weight: 500;
}

.car-spec-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.car-inquiry-actions {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-top: 0;
}

.car-inquiry-actions .button {
  justify-content: center;
  min-height: 58px;
  font-size: 16px;
}

.car-inquiry-actions .button-primary {
  color: var(--white);
  border-color: #17130f;
  background: #17130f;
}

.car-inquiry-actions .button-line {
  color: var(--white);
  border-color: #06c755;
  background: #06c755;
}

.car-inquiry-actions .button-line:hover {
  border-color: #05b84e;
  background: #05b84e;
}

.car-detail-media {
  min-height: 100vh;
  background: #17120e;
}

.car-detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
}

.car-detail-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: var(--sand);
  font-family: var(--font-main);
  font-size: clamp(42px, 6vw, 86px);
}

.car-detail-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 132px max(34px, calc((100vw - 1180px) / 2)) 72px 54px;
}

.back-link {
  width: max-content;
  color: rgba(255, 253, 248, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.back-link:hover {
  color: var(--white);
}

.car-detail-summary h1 {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 400;
  line-height: 0.95;
}

.car-detail-summary .price {
  color: var(--sand);
  font-size: 30px;
}

.car-detail-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.car-detail-specs div {
  padding: 18px;
  background: rgba(22, 18, 14, 0.42);
}

.car-detail-specs dt {
  color: rgba(255, 253, 248, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.car-detail-specs dd {
  margin: 6px 0 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.car-detail-content {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.car-gallery-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 0;
}

.car-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.car-gallery-grid a {
  display: block;
  overflow: hidden;
  background: #17120e;
}

.car-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 420ms ease;
}

.car-gallery-grid a:hover img {
  transform: scale(1.035);
}

.car-detail-content h2 {
  margin: 10px 0 0;
  font-family: var(--font-main);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.car-detail-copy {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.car-detail-copy > *:first-child {
  margin-top: 0;
}

.why-section {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 42px;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.why-copy h2 {
  margin: 10px 0 0;
  font-family: var(--font-main);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-grid article {
  min-height: 248px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.62);
}

.why-grid span {
  color: var(--sand-deep);
  font-size: 12px;
  font-weight: 900;
}

.why-grid h3 {
  margin: 44px 0 12px;
  font-family: var(--font-main);
  font-size: 26px;
  font-weight: 400;
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.contact-band {
  align-items: center;
  position: relative;
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  padding: 54px 44px;
  border: 1px solid var(--line);
  background:
    linear-gradient(118deg, rgba(20, 16, 12, 0.96), rgba(70, 54, 36, 0.88)),
    repeating-linear-gradient(
      112deg,
      rgba(255, 253, 248, 0.05) 0,
      rgba(255, 253, 248, 0.05) 1px,
      transparent 1px,
      transparent 18px
    );
  color: var(--white);
  box-shadow: 0 24px 70px rgba(54, 43, 30, 0.18);
}

.contact-band::before {
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(222, 201, 173, 0.72), transparent);
}

.contact-band .section-kicker {
  color: var(--sand);
}

.appointment-copy,
.appointment-panel {
  position: relative;
  z-index: 1;
}

.appointment-copy > p:not(.section-kicker) {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.appointment-panel {
  display: grid;
  gap: 22px;
  justify-items: end;
}

.appointment-meta {
  display: grid;
  width: min(100%, 420px);
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
}

.appointment-meta span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.appointment-meta span + span {
  border-top: 1px solid rgba(255, 253, 248, 0.12);
}

.appointment-meta span::after {
  color: var(--sand);
  content: "Renn";
  font-family: var(--font-main);
  font-weight: 400;
  text-transform: none;
}

.contact-band .contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.appointment-note {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 13px;
  line-height: 1.75;
  text-align: right;
}

.dream-contact {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 76px calc(50% - 50vw) 0;
  padding: 104px max(28px, calc((100vw - 1180px) / 2)) 110px;
  border: 0;
  background: url("../images/showroom/showroom-05.webp") center / cover;
  color: var(--white);
  box-shadow: none;
  text-align: center;
}

.dream-contact::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(18, 14, 10, 0.24), rgba(18, 14, 10, 0.68) 78%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.42), rgba(18, 14, 10, 0.2) 42%, rgba(18, 14, 10, 0.58));
  pointer-events: none;
}

.dream-contact::after {
  position: absolute;
  top: 24px;
  right: 28px;
  left: 28px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.28), transparent);
}

.dream-contact h2 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: clamp(38px, 5.5vw, 82px);
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.dream-contact p {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.55;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.48);
}

.dream-contact-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  margin-top: 34px;
  padding: 14px 28px;
  border: 1px solid rgba(255, 253, 248, 0.82);
  background: rgba(255, 253, 248, 0.9);
  color: var(--gunmetal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: dream-call-pulse 1.9s ease-in-out infinite;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dream-contact-button:hover {
  border-color: rgba(255, 253, 248, 0.95);
  background: transparent;
  color: var(--white);
  animation-play-state: paused;
}

@keyframes dream-call-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 253, 248, 0);
    transform: translateY(0);
  }

  45% {
    box-shadow: 0 0 0 10px rgba(255, 253, 248, 0.18);
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dream-contact-button {
    animation: none;
  }
}

.site-footer {
  margin-top: 0;
  padding: 34px max(28px, calc((100vw - 1180px) / 2)) 20px;
  background:
    linear-gradient(180deg, rgba(230, 217, 192, 0.98), rgba(218, 203, 177, 1)),
    repeating-linear-gradient(
      112deg,
      rgba(50, 50, 48, 0.035) 0,
      rgba(50, 50, 48, 0.035) 1px,
      transparent 1px,
      transparent 20px
    );
  color: rgba(50, 50, 48, 0.78);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.75fr) minmax(220px, 0.75fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(50, 50, 48, 0.14);
}

.footer-brand img {
  width: 86px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 420px;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.64);
  font-size: 14px;
  line-height: 1.8;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-nav a,
.footer-contact a {
  width: fit-content;
  color: rgba(50, 50, 48, 0.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--gunmetal);
}

.footer-contact .language-switcher {
  margin-top: 2px;
}

.footer-contact p {
  margin: 0 0 8px;
  color: var(--gunmetal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding-top: 14px;
  color: rgba(50, 50, 48, 0.48);
  font-size: 11px;
}

.blog-page,
.article-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto 72px;
  padding-top: 156px;
}

.blog-hero,
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 48px;
  align-items: end;
  padding: 72px 0 54px;
  border-bottom: 1px solid var(--line);
}

.blog-hero h1,
.article-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
}

.blog-hero p,
.article-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px 0 0;
}

.blog-categories a,
.article-category-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(112, 86, 54, 0.22);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.blog-listing {
  padding: 54px 0 0;
}

.blog-listing-direct {
  padding-top: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(72, 54, 34, 0.12);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 44px rgba(54, 43, 30, 0.08);
}

.blog-card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.blog-card-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(28, 24, 20, 0.78), rgba(216, 196, 166, 0.32)),
    var(--stone-200);
}

.blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 360ms ease;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}

.blog-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.blog-meta {
  margin: 0;
  color: var(--sand-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-card h3 {
  min-height: 70px;
  margin: 0;
  font-family: var(--font-main);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
}

.blog-card-body p:not(.blog-meta) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.blog-card-body span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
}

.blog-pagination .page-numbers,
.blog-pagination .nav-links a,
.blog-pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(72, 54, 34, 0.16);
  background: rgba(255, 253, 248, 0.8);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.blog-pagination .current {
  background: var(--ink);
  color: var(--white);
}

.empty-state,
.seo-system-note {
  display: grid;
  gap: 14px;
  padding: 34px;
  border: 1px solid rgba(72, 54, 34, 0.14);
  background: rgba(255, 253, 248, 0.78);
}

.empty-state h3,
.seo-system-note h2 {
  margin: 0;
  font-family: var(--font-main);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.empty-state p,
.seo-system-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.seo-system-note {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  align-items: center;
  margin-top: 54px;
}

.article-cover {
  margin: 34px 0 0;
  overflow: hidden;
}

.article-cover img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  padding: 54px 0 0;
}

.article-sidebar {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 14px;
}

.article-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-content {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.9;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content h2,
.article-content h3 {
  margin: 44px 0 14px;
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1.12;
}

.article-content h2 {
  font-size: 38px;
}

.article-content h3 {
  font-size: 28px;
}

.article-content p,
.article-content li {
  color: #40382f;
}

.article-content a {
  border-bottom: 1px solid rgba(72, 54, 34, 0.28);
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .intro,
  .ecosystem-intro,
  .why-section,
  .car-detail-content,
  .contact-band,
  .blog-hero,
  .article-hero,
  .service-landing-hero,
  .service-visual-panel,
  .seo-system-note,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    height: auto;
    aspect-ratio: var(--home-banner-ratio);
    min-height: 0;
  }

  .hero-copy {
    left: 28px;
    width: min(520px, calc(100% - 56px));
  }

  .hero-meta {
    right: 28px;
    top: 24px;
    left: auto;
  }

  .carousel-controls {
    right: 28px;
    bottom: 24px;
    left: 28px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .stock-section .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .division-section .section-heading {
    grid-template-columns: 1fr;
  }

  .division-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-promo-section {
    width: min(100% - 48px, 1180px);
  }

  .feature-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .renn-services-section {
    width: min(100% - 48px, 1180px);
  }

  .renn-services-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 0;
  }

  .renn-services-stack {
    grid-column: span 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .renn-service-card-tall {
    min-height: 520px;
  }

  .renn-service-card-wide {
    min-height: 240px;
  }

  .car-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 28px;
  }

  .stock-overview {
    grid-template-columns: 1fr;
  }

  .stock-section {
    width: min(100% - 48px, 1180px);
  }

  .car-detail-page {
    width: min(100% - 40px, 1780px);
    padding-top: 128px;
  }

  .car-catalog-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .car-info-panel {
    max-width: 720px;
  }

  .car-main-image img {
    aspect-ratio: 1.48 / 1;
  }

  .showroom-section .section-heading {
    grid-template-columns: 1fr;
  }

  .showroom-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .showroom-feature {
    grid-column: span 2;
    grid-row: auto;
    min-height: 480px;
  }

  .showroom-feature img {
    min-height: 480px;
  }

  .stock-counts {
    justify-content: flex-start;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .car-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    position: static;
  }

  .service-visual-panel figure,
  .service-visual-panel img {
    min-height: 420px;
  }

  .contact-band .contact-actions {
    justify-content: flex-start;
  }

  .appointment-panel {
    justify-items: start;
  }

  .appointment-note {
    text-align: left;
  }

  .dream-contact {
    margin-top: 48px;
    padding: 64px 20px 68px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    height: 82px;
    gap: 14px;
    padding: 10px 18px;
    overflow: visible;
  }

  .brand {
    align-self: stretch;
    width: 86px;
    height: 100%;
  }

  .brand img {
    max-height: 60px;
  }

  .nav-toggle {
    position: relative;
    order: 3;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: 0;
    padding: 0 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .site-header > .language-switcher {
    order: 2;
    margin-left: auto;
    font-size: 11px;
  }

  .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: rgba(50, 50, 48, 0.9);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .top-nav {
    position: absolute;
    order: 4;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 18px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(230, 217, 192, 0.94);
    backdrop-filter: blur(16px);
    transition: max-height 260ms ease, opacity 180ms ease;
  }

  .site-header.nav-open .top-nav {
    max-height: 620px;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-dropdown {
    display: grid;
    align-self: auto;
    width: 100%;
  }

  .nav-dropdown-toggle::after {
    margin-left: auto;
  }

  .nav-dropdown-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 8px 14px;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
  }

  .top-nav a {
    display: block;
    padding: 17px 0;
    color: rgba(50, 50, 48, 0.86);
    font-size: 12px;
    border-top: 1px solid rgba(50, 50, 48, 0.12);
  }

  html[lang="th"] .top-nav a {
    font-size: 13px;
  }

  .nav-dropdown-menu a {
    padding: 10px 0;
    color: rgba(50, 50, 48, 0.64);
    font-size: 11px;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    height: auto;
    aspect-ratio: var(--home-banner-ratio);
    min-height: 0;
  }

  .promo-track {
    min-height: 0;
  }

  .promo-slide strong {
    font-size: 22px;
  }

  .hero-copy {
    top: 54%;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0;
  }

  .hero-slogan {
    top: auto;
    bottom: 64px;
    left: 20px;
    width: calc(100% - 40px);
    transform: none;
  }

  body.home .hero .hero-slogan .eyebrow {
    font-size: 10px;
  }

  body.home .hero .hero-slogan h1 {
    gap: 4px;
    margin-top: 10px;
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.02;
  }

  .hero h1 {
    font-size: 48px;
  }

  .car-detail-summary h1 {
    font-size: 44px;
  }

  .car-detail-specs {
    grid-template-columns: 1fr;
  }

  .car-detail-content {
    width: min(100% - 28px, 1180px);
    padding: 44px 0;
  }

  .car-breadcrumb {
    margin-bottom: 28px;
    gap: 10px;
    font-size: 13px;
  }

  .car-main-image img {
    aspect-ratio: 1.18 / 1;
  }

  .car-gallery-counter {
    right: 14px;
    bottom: 14px;
    min-width: 64px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .car-gallery-arrow {
    width: 42px;
    height: 70px;
    font-size: 26px;
  }

  .car-thumbnail-row {
    grid-auto-columns: minmax(88px, 1fr);
    gap: 10px;
    margin-top: 12px;
  }

  .car-thumbnail-row button {
    min-width: 88px;
  }

  .car-info-panel h1 {
    margin-bottom: 18px;
    font-size: 44px;
  }

  .car-info-panel .price {
    margin-bottom: 22px;
    font-size: 32px;
  }

  .car-spec-list div {
    grid-template-columns: 0.7fr 1fr;
    min-height: 64px;
    gap: 14px;
  }

  .car-spec-list dt {
    font-size: 14px;
  }

  .car-spec-list dd {
    font-size: 16px;
  }

  .car-inquiry-actions .button {
    min-height: 54px;
    font-size: 15px;
  }

  .car-gallery-section {
    width: min(100% - 28px, 1180px);
    padding: 44px 0 0;
  }

  .car-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    display: none;
  }

  .carousel-controls {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .intro,
  .ecosystem-intro,
  .division-section,
  .stock-section,
  .showroom-section,
  .blog-page,
  .article-page {
    padding: 44px 0;
  }

  .stock-section {
    width: min(100% - 28px, 1180px);
  }

  .renn-services-section {
    width: min(100% - 28px, 1180px);
    padding: 0 0 46px;
  }

  .renn-services-layout,
  .renn-services-stack {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .renn-services-stack {
    grid-column: auto;
  }

  .renn-service-card,
  .renn-service-card-tall,
  .renn-service-card-wide {
    min-height: 250px;
    padding: 22px;
  }

  .renn-service-card span {
    top: 18px;
    left: 22px;
    font-size: 11px;
  }

  .renn-service-card h3,
  .renn-service-card-wide h3 {
    font-size: clamp(28px, 7.2vw, 36px);
  }

  .renn-service-card p {
    max-width: 100%;
    margin-top: 12px;
    font-size: 13px;
  }

  .showroom-section {
    width: min(100% - 28px, 1180px);
  }

  .showroom-gallery {
    grid-template-columns: 1fr;
  }

  .showroom-feature {
    grid-column: auto;
    min-height: 360px;
  }

  .showroom-feature img,
  .showroom-gallery img,
  .showroom-gallery figure {
    min-height: 300px;
  }

  .car-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .car-body {
    gap: 14px;
    padding-top: 18px;
  }

  .car-title-row,
  .car-meta-row {
    gap: 12px;
  }

  .car-type-badge,
  .car-sold-badge {
    top: 14px;
    left: 14px;
    min-height: 36px;
    padding: 0 16px;
    font-size: 11px;
  }

  .car-sold-badge {
    right: 14px;
    left: auto;
  }

  .car-card.is-sold .car-sold-badge {
    top: 24px;
    right: -58px;
    width: 210px;
    min-height: 36px;
    font-size: 10px;
  }

  .ecosystem-copy h1 {
    font-size: 38px;
  }

  .ecosystem-actions,
  .ecosystem-actions .button {
    width: 100%;
  }

  .division-grid {
    grid-template-columns: 1fr;
  }

  .division-card {
    min-height: auto;
  }

  .blog-page,
  .article-page,
  .service-landing-page,
  .stock-page {
    width: min(100% - 28px, 1180px);
    padding-top: 132px;
  }

  .blog-hero,
  .article-hero,
  .service-landing-hero {
    gap: 22px;
    padding: 44px 0 34px;
  }

  .service-landing-hero h1 {
    font-size: 40px;
  }

  .service-visual-panel {
    gap: 18px;
    padding: 34px 0 52px;
  }

  .service-visual-panel figure,
  .service-visual-panel img {
    min-height: 300px;
  }

  .service-visual-panel > div {
    padding: 26px;
  }

  .service-actions,
  .service-actions .button,
  .stock-footer-action .button {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card h3 {
    min-height: auto;
  }

  .seo-system-note {
    padding: 26px;
  }

  .article-content {
    font-size: 16px;
  }

  .stock-counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .stock-counts span {
    min-width: 0;
    padding: 8px;
  }

  .car-image {
    min-height: 215px;
  }

  .contact-band {
    gap: 28px;
    padding: 38px 22px;
  }

  .contact-band::before {
    right: 22px;
    left: 22px;
  }

  .appointment-copy > p:not(.section-kicker) {
    font-size: 15px;
  }

  .appointment-meta {
    width: 100%;
  }

  .appointment-meta span {
    padding: 12px 0;
    font-size: 11px;
  }

  .appointment-panel .contact-actions,
  .appointment-panel .button {
    width: 100%;
  }

  .dream-contact {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-top: 36px;
    padding: 62px 20px 68px;
  }

  .dream-contact h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .dream-contact p {
    margin-top: 16px;
    font-size: 18px;
  }

  .dream-contact-button {
    width: min(100%, 220px);
    margin-top: 28px;
  }

  .site-footer {
    padding: 28px 20px 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 20px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-brand img {
    width: 78px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 680px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }

  .site-header {
    top: 0 !important;
  }

  body.admin-bar .site-header {
    top: 0 !important;
  }

  body.home .hero {
    min-height: clamp(360px, 54svh, 480px);
  }

  body.home .hero-media {
    height: clamp(360px, 54svh, 480px);
    aspect-ratio: auto;
  }

  body.home .stock-section {
    width: min(100% - 28px, 1180px);
    padding: 28px 0 54px;
  }

  .feature-promo-section {
    width: min(100% - 28px, 1180px);
    margin-top: 18px;
  }

  .feature-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .feature-promo-card {
    min-height: 210px;
    padding: 16px;
  }

  .feature-promo-card h2 {
    max-width: 100%;
    font-size: clamp(19px, 5.2vw, 28px);
    gap: 8px;
  }

  .feature-promo-card p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.45;
  }

  .feature-promo-card span {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .feature-promo-letter mark {
    font-size: clamp(56px, 14.5vw, 78px);
  }

  .feature-promo-letter h2 span {
    font-size: clamp(16px, 4.2vw, 20px);
    white-space: normal;
  }

  .feature-promo-slogan h2 {
    gap: 5px;
  }

  body.home .stock-section .section-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  body.home .stock-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 34px);
    font-weight: 700;
    line-height: 1.08;
    text-wrap: balance;
  }

  body.home .stock-section .stock-heading-centered h2 {
    font-size: clamp(32px, 10vw, 42px);
    font-weight: 800;
    line-height: 1;
  }

  body.home .stock-section .stock-heading-centered,
  body.home .renn-services-section .service-heading-centered {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 28px;
    text-align: center;
  }

  body.home .renn-services-section .service-heading-centered h2 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 42px);
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }

  body.home .stock-section .section-heading > p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  body.home .stock-overview {
    gap: 18px;
    margin-bottom: 34px;
    padding-top: 14px;
  }

  body.home .stock-overview p {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home .stock-counts {
    gap: 0;
  }

  body.home .stock-counts strong {
    font-size: 32px;
  }

  body.home .stock-section .section-heading.stock-heading-centered,
  body.home .renn-services-section .section-heading.service-heading-centered {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }

  body.home .stock-section .section-heading.stock-heading-centered h2,
  body.home .renn-services-section .section-heading.service-heading-centered h2 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
}
