.yd-lower-page {
  --yd-lower-card-shadow: 0 2px 16px rgba(202, 202, 202, 0.58);
  overflow: hidden;
  background: var(--yd-white);
}

.yd-lower-page .yd-section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}

.yd-lower-page .yd-section-heading--center {
  text-align: center;
}

.yd-lower-page .yd-section-heading__en {
  margin: 0;
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: clamp(56px, 8.3vw, 120px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yd-lower-heading-en {
  margin: 0;
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yd-lower-page .yd-section-heading h2 {
  margin: -28px 0 0;
  color: var(--yd-ink);
  font-family: var(--yd-font);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.yd-lower-page .yd-section-heading > p:not(.yd-section-heading__en) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--yd-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}

.yd-lower-page .yd-section-heading--light .yd-section-heading__en,
.yd-lower-page .yd-section-heading--light h2,
.yd-lower-page .yd-section-heading--light > p:not(.yd-section-heading__en) {
  color: var(--yd-white);
}

.yd-lower-page .yd-button__car {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask: url("../img/icon-car.svg") center / contain no-repeat;
  mask: url("../img/icon-car.svg") center / contain no-repeat;
}

.yd-lower-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 86px;
  background:
    linear-gradient(180deg, rgba(255, 133, 25, 0.96) 0%, rgba(255, 75, 81, 0.96) 100%),
    url("../img/top/cta-trucks.webp") center / cover no-repeat;
  color: var(--yd-white);
  isolation: isolate;
}

.yd-lower-hero::before {
  content: none;
}

.yd-lower-hero::after {
  position: absolute;
  right: max(24px, calc((100vw - var(--yd-container-wide)) / 2));
  bottom: -72px;
  z-index: -1;
  color: transparent;
  content: "YD TRADING";
  font-family: var(--yd-font-en);
  font-size: clamp(86px, 13vw, 180px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.yd-lower-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  width: min(var(--yd-container-wide), calc(100% - 48px));
}

.yd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--yd-font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.yd-breadcrumb a {
  color: var(--yd-white);
}

.yd-lower-hero .yd-lower-heading-en {
  color: var(--yd-white);
  font-size: clamp(58px, 7.2vw, 100px);
  line-height: 0.9;
  white-space: nowrap;
  -webkit-text-fill-color: currentColor;
}

.yd-lower-hero h1 {
  max-width: 760px;
  margin: -12px 0 0;
  color: var(--yd-white);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.25;
}

.yd-lower-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--yd-white);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.9;
}

.yd-lower-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.yd-lower-hero__visual {
  position: relative;
  min-height: 430px;
}

.yd-lower-hero__image {
  position: absolute;
  overflow: hidden;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 24px 44px rgba(82, 24, 0, 0.24);
}

.yd-lower-hero__image--main {
  top: 0;
  right: 0;
  width: 82%;
  aspect-ratio: 4 / 3;
}

.yd-lower-hero__image--sub {
  left: 0;
  bottom: 24px;
  width: 54%;
  aspect-ratio: 16 / 10;
  border: 6px solid var(--yd-white);
}

.yd-lower-hero__truck {
  position: absolute;
  right: -36px;
  bottom: -18px;
  width: min(48%, 240px);
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.18));
}

.yd-lower-section {
  padding: 100px 0;
  background: var(--yd-white);
}

.yd-lower-section--cream {
  background: var(--yd-cream);
}

.yd-lower-section--dark {
  background: #303030;
  color: var(--yd-white);
}

.yd-lower-section--orange {
  background: linear-gradient(135deg, var(--yd-orange-grad-from), var(--yd-orange-grad-to));
  color: var(--yd-white);
}

.yd-feature-layout,
.yd-detail-layout,
.yd-info-columns,
.yd-message-layout,
.yd-access-layout,
.yd-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 5vw, 64px);
  width: min(var(--yd-container-wide), calc(100% - 48px));
}

.yd-feature-visual {
  position: relative;
}

.yd-feature-visual img,
.yd-business-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: var(--yd-radius);
  object-fit: cover;
  box-shadow: var(--yd-shadow);
}

.yd-feature-visual span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border-radius: 5px;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.yd-feature-content > p,
.yd-message-layout p,
.yd-split-band p,
.yd-search-cta p,
.yd-info-panel p {
  margin: 0;
  color: var(--yd-ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.yd-message-layout .yd-lower-heading-en,
.yd-split-band .yd-lower-heading-en,
.yd-search-cta .yd-lower-heading-en {
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yd-lower-section--orange .yd-lower-heading-en {
  color: var(--yd-white);
}

.yd-point-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.yd-point,
.yd-number-card,
.yd-stat-card,
.yd-info-panel,
.yd-contact-card,
.yd-comment-box {
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-point {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0 18px;
  padding: 18px;
}

.yd-point > span {
  grid-row: 1 / span 2;
}

.yd-point span,
.yd-number-card span,
.yd-flow-step-card span,
.yd-contact-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.yd-point strong {
  display: block;
  grid-column: 2;
  min-width: 0;
  margin-bottom: 7px;
  color: var(--yd-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.yd-point p {
  grid-column: 2;
  min-width: 0;
  margin: 0;
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.yd-ba-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.yd-ba-card {
  overflow: hidden;
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-ba-card__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--yd-line);
}

.yd-ba-card figure {
  position: relative;
  margin: 0;
}

.yd-ba-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yd-ba-card figcaption {
  position: absolute;
  top: 12px;
  left: 12px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(23, 36, 90, 0.88);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.yd-ba-card h3,
.yd-business-grid h3 {
  margin: 22px 22px 8px;
  color: var(--yd-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.yd-ba-card p,
.yd-business-grid p {
  margin: 0 22px 24px;
  color: var(--yd-ink);
  font-size: 14px;
  line-height: 1.8;
}

.yd-number-card-grid,
.yd-stat-grid,
.yd-business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yd-number-card {
  min-height: 220px;
  padding: 28px 24px 26px;
}

.yd-lower-section--dark .yd-number-card {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.yd-number-card h3 {
  margin: 18px 0 10px;
  color: inherit;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.yd-number-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.yd-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yd-stat-card {
  display: grid;
  min-height: 160px;
  place-items: center;
  padding: 24px 16px;
  text-align: center;
}

.yd-stat-card strong {
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.yd-stat-card span {
  color: var(--yd-ink);
  font-size: 15px;
  font-weight: 800;
}

.yd-split-band,
.yd-search-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.yd-split-band h2,
.yd-search-cta h2,
.yd-info-panel h2 {
  margin: 8px 0 14px;
  color: inherit;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}

.yd-split-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.9);
}

.yd-split-band .yd-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.yd-stock-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

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

.yd-stock-filter button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--yd-line);
  border-radius: 5px;
  background: var(--yd-white);
  color: var(--yd-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.yd-stock-filter button.is-active {
  border-color: var(--yd-orange);
  background: var(--yd-orange);
  color: var(--yd-white);
}

.yd-stock-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 700;
}

.yd-stock-sort select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--yd-line);
  border-radius: 5px;
  background: var(--yd-white);
  color: var(--yd-ink);
  font: inherit;
  font-weight: 700;
}

.yd-stock-result-bar {
  margin: 0 0 22px;
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 700;
}

.yd-stock-result-bar p {
  margin: 0;
}

.yd-stock-result-bar span {
  color: var(--yd-orange);
  font-family: var(--yd-font-num);
  font-size: 22px;
}

.yd-lower-stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.yd-lower-stock-card {
  overflow: hidden;
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-lower-stock-card[hidden] {
  display: none;
}

.yd-lower-stock-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f2f2f2;
}

.yd-lower-stock-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 18px;
  transition: transform 0.24s ease;
}

.yd-lower-stock-card__image:hover img {
  transform: scale(1.03);
}

.yd-lower-stock-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.yd-lower-stock-card__badges span {
  min-height: 26px;
  padding: 6px 9px;
  border-radius: 4px;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.yd-lower-stock-card__badges span:nth-child(2) {
  background: var(--yd-navy);
}

.yd-lower-stock-card__body {
  padding: 24px 22px 26px;
}

.yd-lower-stock-card__body > p {
  margin: 0 0 6px;
  color: var(--yd-orange);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.yd-lower-stock-card h3 {
  min-height: 56px;
  margin: 0 0 14px;
  color: var(--yd-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.yd-lower-stock-card dl,
.yd-detail-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.yd-lower-stock-card dl div,
.yd-detail-panel__facts div {
  min-height: 54px;
  padding: 10px;
  border-radius: 5px;
  background: var(--yd-cream);
}

.yd-lower-stock-card dt,
.yd-detail-panel__facts dt,
.yd-spec-table dt,
.yd-company-table dt,
.yd-access-list dt {
  color: var(--yd-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.yd-lower-stock-card dd,
.yd-detail-panel__facts dd,
.yd-spec-table dd,
.yd-company-table dd,
.yd-access-list dd {
  margin: 4px 0 0;
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.yd-lower-stock-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.yd-lower-stock-card__footer strong {
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.yd-lower-stock-card__footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 5px;
  background: var(--yd-blue);
  color: var(--yd-white);
  font-size: 13px;
  font-weight: 800;
}

.yd-lower-stock-card__footer a span {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m13.2 12-4.6-4.6L10 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m13.2 12-4.6-4.6L10 6l6 6-6 6-1.4-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.yd-stock-empty {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid var(--yd-line);
  border-radius: 8px;
  background: var(--yd-white);
  text-align: center;
}

.yd-stock-empty h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.yd-stock-empty p {
  margin: 0 auto 22px;
  max-width: 620px;
  color: var(--yd-ink);
  font-size: 14px;
  line-height: 1.8;
}

.yd-stock-preparing {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--yd-line);
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-stock-preparing__status {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 32px;
  overflow: hidden;
  background: var(--yd-navy);
  color: var(--yd-white);
  text-align: center;
}

.yd-stock-preparing__status::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: repeating-linear-gradient(135deg, var(--yd-orange) 0 18px, #ffd8bc 18px 36px);
  content: "";
}

.yd-stock-preparing__status > span {
  font-family: var(--yd-font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.yd-stock-preparing__status strong {
  margin-top: 8px;
  font-family: var(--yd-font-num);
  font-size: 94px;
  font-weight: 800;
  line-height: 1;
}

.yd-stock-preparing__status small {
  margin-left: 5px;
  font-family: var(--yd-font);
  font-size: 18px;
}

.yd-stock-preparing__status p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.yd-stock-preparing__body {
  align-self: center;
  padding: 42px clamp(28px, 5vw, 60px);
}

.yd-stock-preparing__body h3 {
  margin: 0;
  color: var(--yd-ink);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.4;
}

.yd-stock-preparing__body > p {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--yd-ink);
  font-size: 15px;
  line-height: 1.9;
}

.yd-stock-preparing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.yd-stock-test-section {
  border-top: 1px solid var(--yd-line);
  background:
    linear-gradient(rgba(23, 36, 90, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 36, 90, 0.035) 1px, transparent 1px),
    var(--yd-white);
  background-size: 28px 28px;
}

.yd-stock-test-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  text-align: center;
}

.yd-stock-test-heading p {
  width: 100%;
  margin: 0;
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.yd-stock-test-heading h2 {
  margin: 0;
  color: var(--yd-ink);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
}

.yd-stock-test-heading span {
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--yd-navy);
  color: var(--yd-white);
  font-size: 12px;
  font-weight: 800;
}

.yd-stock-test-note {
  max-width: 680px;
  margin: 16px auto 28px;
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.yd-stock-test-card {
  width: min(420px, 100%);
  margin-inline: auto;
}

.yd-lower-stock-card--test {
  outline: 2px solid var(--yd-navy);
  outline-offset: -2px;
}

.yd-lower-stock-card--test .yd-lower-stock-card__body > p {
  color: var(--yd-navy);
}

.yd-detail-test-alert {
  background: var(--yd-navy);
  color: var(--yd-white);
}

.yd-detail-test-alert__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding-block: 12px;
}

.yd-detail-test-alert p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.yd-detail-test-alert p:first-child {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.yd-detail-test-alert strong {
  color: #ffb06c;
  font-family: var(--yd-font-en);
  font-size: 14px;
  letter-spacing: 0.14em;
}

.yd-detail-test-alert span {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  font-size: 11px;
}

.yd-detail-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.yd-detail-gallery__main {
  position: relative;
  overflow: hidden;
  border-radius: var(--yd-radius);
  background: var(--yd-cream);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-detail-gallery__main img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  padding: 22px;
}

.yd-detail-gallery__controls {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.yd-detail-gallery__controls.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.yd-detail-gallery__controls.is-single .yd-detail-gallery__thumbs button {
  flex-basis: min(160px, 100%);
}

.yd-detail-gallery__controls > button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 5px;
  background: var(--yd-navy);
  cursor: pointer;
}

.yd-detail-gallery__controls > button::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: var(--yd-white);
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m15.4 7.4-1.4-1.4-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m15.4 7.4-1.4-1.4-6 6 6 6 1.4-1.4-4.6-4.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.yd-detail-gallery__controls > button[data-gallery-next]::before {
  transform: rotate(180deg);
}

.yd-detail-gallery__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--yd-orange) var(--yd-cream);
  scrollbar-width: thin;
}

.yd-detail-gallery__thumbs button {
  flex: 0 0 calc((100% - 30px) / 4);
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--yd-white);
  cursor: pointer;
  scroll-snap-align: start;
}

.yd-detail-gallery__thumbs button.is-active {
  border-color: var(--yd-orange);
}

.yd-detail-gallery__thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yd-detail-gallery__thumbs button.is-invalid {
  display: none;
}

.yd-detail-gallery__counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-width: 66px;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(23, 36, 90, 0.9);
  color: var(--yd-white);
  font-family: var(--yd-font-num);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.yd-detail-gallery__fallback {
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin: 0;
  padding: 7px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--yd-navy);
  font-size: 12px;
  font-weight: 800;
  transform: translateX(-50%);
}

.yd-detail-gallery__hint {
  margin: 9px 0 0;
  color: var(--yd-muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.yd-detail-gallery:focus-visible {
  outline: 3px solid var(--yd-blue);
  outline-offset: 5px;
}

.yd-detail-panel {
  position: sticky;
  top: 118px;
  padding: 24px;
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-detail-panel__status {
  margin: 0 0 10px;
  color: var(--yd-orange);
  font-size: 13px;
  font-weight: 800;
}

.yd-detail-panel__test-label {
  margin: -24px -24px 18px;
  padding: 11px 18px;
  border-radius: var(--yd-radius) var(--yd-radius) 0 0;
  background: var(--yd-navy);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.yd-detail-panel__number {
  margin: -6px 0 18px;
  color: var(--yd-muted);
  font-size: 12px;
  font-weight: 700;
}

.yd-detail-panel__number strong {
  margin-left: 6px;
  color: var(--yd-navy);
  font-family: var(--yd-font-en);
  letter-spacing: 0.06em;
}

.yd-detail-panel h2 {
  margin: 0 0 18px;
  color: var(--yd-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.yd-detail-panel__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 6px;
  background: var(--yd-cream);
}

.yd-detail-panel__price span {
  color: var(--yd-muted);
  font-size: 13px;
  font-weight: 800;
}

.yd-detail-panel__price strong {
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: 34px;
  font-weight: 800;
}

.yd-detail-panel .yd-button {
  width: 100%;
  margin-top: 20px;
}

.yd-detail-panel__tel {
  display: block;
  margin-top: 12px;
  color: var(--yd-blue);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.yd-detail-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: clamp(30px, 5vw, 56px);
}

.yd-spec-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--yd-line);
  border-radius: 8px;
  background: var(--yd-line);
}

.yd-spec-table div {
  padding: 16px;
  background: var(--yd-white);
}

.yd-equipment-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yd-equipment-list li,
.yd-check-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 6px;
  background: var(--yd-white);
  color: var(--yd-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.yd-equipment-list li::before,
.yd-check-list li::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 14px;
  height: 10px;
  border-bottom: 3px solid var(--yd-orange);
  border-left: 3px solid var(--yd-orange);
  content: "";
  transform: rotate(-45deg);
}

.yd-comment-box {
  margin-top: 18px;
  padding: 22px;
}

.yd-comment-box h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
}

.yd-comment-box p {
  margin: 0;
  color: var(--yd-ink);
  font-size: 14px;
  line-height: 1.8;
}

.yd-detail-fixed-cta {
  display: none;
}

.yd-flow-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.yd-flow-step-card {
  position: relative;
  min-height: 224px;
  padding: 28px 24px 26px;
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-flow-step-card h3 {
  margin: 18px 0 10px;
  color: var(--yd-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.yd-flow-step-card p {
  margin: 0;
  color: var(--yd-ink);
  font-size: 14px;
  line-height: 1.8;
}

.yd-info-columns {
  grid-template-columns: minmax(0, 1fr) 380px;
}

.yd-flow-lower-page .yd-info-columns {
  grid-template-columns: 1fr;
}

.yd-flow-lower-page .yd-info-panel {
  justify-self: center;
  width: min(100%, 720px);
}

.yd-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yd-info-panel {
  padding: 28px 24px 30px;
}

.yd-info-panel .yd-lower-heading-en {
  font-size: 48px;
}

.yd-info-panel .yd-button {
  margin-top: 22px;
}

.yd-faq-list {
  display: grid;
  gap: 12px;
}

.yd-faq-item {
  overflow: hidden;
  border: 1px solid var(--yd-line);
  border-radius: var(--yd-radius);
  background: var(--yd-white);
}

.yd-faq-item button {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 18px 58px 18px 20px;
  border: 0;
  background: transparent;
  color: var(--yd-ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}

.yd-faq-item button::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 16px;
  height: 16px;
  border-right: 3px solid var(--yd-orange);
  border-bottom: 3px solid var(--yd-orange);
  content: "";
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.yd-faq-item.is-open button::after {
  transform: translateY(-35%) rotate(225deg);
}

.yd-faq-item button span,
.yd-faq-item__answer span {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-family: var(--yd-font-en);
  font-weight: 800;
  line-height: 1;
}

.yd-faq-item__answer {
  display: none;
  gap: 14px;
  padding: 0 20px 22px;
}

.yd-faq-item.is-open .yd-faq-item__answer {
  display: flex;
}

.yd-faq-item__answer span {
  background: var(--yd-blue);
}

.yd-faq-item__answer p {
  margin: 4px 0 0;
  color: var(--yd-ink);
  font-size: 15px;
  line-height: 1.8;
}

.yd-message-layout {
  grid-template-columns: 360px minmax(0, 1fr);
}

.yd-message-layout h2 {
  margin: 12px 0 0;
  color: var(--yd-ink);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}

.yd-message-layout p + p {
  margin-top: 18px;
}

.yd-company-table,
.yd-access-list {
  display: grid;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--yd-line);
  border-radius: var(--yd-radius);
  background: var(--yd-line);
}

.yd-company-table div,
.yd-access-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 20px 24px;
  background: var(--yd-white);
}

.yd-company-table div + div,
.yd-access-list div + div {
  border-top: 1px solid var(--yd-line);
}

.yd-company-table dt,
.yd-access-list dt,
.yd-company-table dd,
.yd-access-list dd {
  min-width: 0;
  margin: 0;
  color: var(--yd-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.yd-address-lines {
  display: inline-grid;
  gap: 2px;
}

.yd-address-lines span {
  display: block;
}

.yd-business-grid article {
  overflow: hidden;
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-business-grid img {
  border-radius: 0;
  box-shadow: none;
}

.yd-access-layout {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.yd-access-list {
  margin-bottom: 24px;
}

.yd-company-lower-page #access .yd-button--light .yd-button__mail {
  background-color: var(--yd-orange);
}

.yd-map-panel {
  display: grid;
  min-height: 360px;
  align-content: end;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245, 108, 28, 0.9), rgba(81, 110, 230, 0.76)),
    url("../img/top/hero-slide-05.webp") center / cover;
  color: var(--yd-white);
}

.yd-map-panel p {
  margin: 0;
  font-family: var(--yd-font-en);
  font-size: 58px;
  font-style: italic;
  font-weight: 800;
  line-height: 0.95;
}

.yd-map-panel > span {
  display: block;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 800;
}

.yd-map-panel > .yd-address-lines {
  gap: 0;
  line-height: 1.7;
}

.yd-contact-layout {
  grid-template-columns: 340px minmax(0, 1fr);
}

.yd-contact-side {
  display: grid;
  gap: 18px;
}

.yd-contact-card {
  padding: 24px;
}

.yd-contact-card > p {
  margin: 0 0 8px;
  color: var(--yd-orange);
  font-family: var(--yd-font-en);
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.yd-contact-card h2 {
  margin: 0 0 16px;
  color: var(--yd-ink);
  font-size: 22px;
  font-weight: 800;
}

.yd-contact-card--tel a {
  display: block;
  color: var(--yd-blue);
  font-family: var(--yd-font-num);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.yd-contact-card--tel span {
  display: block;
  margin-top: 10px;
  color: var(--yd-muted);
  font-size: 13px;
  font-weight: 700;
}

.yd-contact-card ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yd-contact-card li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 12px;
}

.yd-contact-card li span {
  grid-row: 1 / span 2;
}

.yd-contact-card li strong {
  display: block;
  grid-column: 2;
  min-width: 0;
  color: var(--yd-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.yd-contact-card li small {
  display: block;
  grid-column: 2;
  min-width: 0;
  margin-top: 4px;
  color: var(--yd-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.yd-contact-form-panel {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--yd-radius);
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-contact-form-panel .wpcf7 p {
  margin: 0;
}

.yd-contact-form-panel .wpcf7 br {
  display: none;
}

.yd-cf7-form {
  display: grid;
  gap: 16px;
}

.yd-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.yd-form-group {
  display: grid;
  gap: 5px;
  width: 100%;
  margin: 0;
}

.yd-form-grid .yd-form-group + .yd-form-group {
  margin-top: 24px;
}

.yd-form-grid p > label.yd-form-group:not(:first-of-type) {
  margin-top: 24px;
}

.yd-form-group--wide {
  grid-column: 1 / -1;
}

.yd-form-label {
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.yd-form-label span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  margin-left: 6px;
  padding: 0 7px;
  border-radius: 4px;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-size: 11px;
  line-height: 1;
}

.yd-cf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: none;
}

.yd-form-control,
.yd-cf7-form input[type="text"],
.yd-cf7-form input[type="tel"],
.yd-cf7-form input[type="email"],
.yd-cf7-form textarea {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid var(--yd-line);
  border-radius: 5px;
  background: #fff;
  color: var(--yd-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.yd-form-textarea,
.yd-cf7-form textarea {
  min-height: 164px;
  resize: vertical;
}

.yd-cf7-form .wpcf7-list-item {
  margin: 0 14px 8px 0;
}

.yd-cf7-form .wpcf7-radio,
.yd-cf7-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: 100%;
}

.yd-cf7-form .wpcf7-list-item-label {
  color: var(--yd-ink);
  font-size: 15px;
  font-weight: 700;
}

.yd-form-note {
  align-content: center;
  min-height: 80px;
  padding: 14px;
  border-radius: 6px;
  background: var(--yd-cream);
}

.yd-form-note p {
  margin: 0;
  color: var(--yd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.yd-form-privacy {
  padding: 18px;
  border-radius: 6px;
  background: var(--yd-cream);
}

.yd-form-privacy a {
  color: var(--yd-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yd-form-submit-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}

.yd-form-submit-wrap p {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.yd-form-submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: calc(50% + 142px);
  margin: 0;
  transform: translateY(-50%);
}

.yd-cf7-form .yd-form-submit,
.yd-cf7-form input[type="submit"] {
  min-width: 260px;
  min-height: 60px;
  padding: 0 30px;
  border: 0;
  border-radius: 5px;
  background: var(--yd-blue);
  color: var(--yd-white);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(81, 110, 230, 0.22);
}

.yd-cf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #c83232;
  font-size: 13px;
  font-weight: 700;
}

.yd-contact-form-panel .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.yd-news-archive-list {
  display: grid;
  gap: 18px;
}

.yd-news-archive-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 18px 30px;
  align-items: start;
  padding: 26px 30px;
  border-radius: 8px;
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-news-archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 12px;
  align-items: center;
  color: var(--yd-muted);
  font-family: var(--yd-font-en);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.yd-news-archive-card__meta span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--yd-orange);
  color: var(--yd-white);
  font-family: var(--yd-font);
  font-size: 12px;
  line-height: 1;
}

.yd-news-archive-card h2 {
  grid-column: 2;
  margin: 0;
  color: var(--yd-ink);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  line-height: 1.45;
}

.yd-news-archive-card p {
  grid-column: 2;
  margin: -6px 0 0;
  color: var(--yd-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.yd-privacy-content {
  max-width: 920px;
}

.yd-privacy-content .yd-section-heading {
  margin-bottom: 34px;
}

.yd-privacy-body {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 8px;
  background: var(--yd-white);
  box-shadow: var(--yd-lower-card-shadow);
}

.yd-privacy-body section {
  display: grid;
  gap: 10px;
}

.yd-privacy-body section + section {
  padding-top: 22px;
  border-top: 1px solid var(--yd-line);
}

.yd-privacy-body h2 {
  margin: 0;
  color: var(--yd-ink);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.4;
}

.yd-privacy-body p {
  margin: 0;
  color: var(--yd-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.yd-privacy-body dl {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
}

.yd-privacy-body dl div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--yd-line);
}

.yd-privacy-body dt {
  color: var(--yd-ink);
  font-size: 14px;
  font-weight: 800;
}

.yd-privacy-body dd {
  min-width: 0;
  margin: 0;
  color: var(--yd-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.yd-privacy-body a {
  color: var(--yd-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .yd-lower-hero__inner,
  .yd-feature-layout,
  .yd-detail-layout,
  .yd-detail-info-grid,
  .yd-info-columns,
  .yd-message-layout,
  .yd-access-layout,
  .yd-contact-layout {
    grid-template-columns: 1fr;
    width: min(100% - 40px, var(--yd-container-wide));
  }

  .yd-lower-hero__visual {
    min-height: 360px;
  }

  .yd-detail-panel {
    position: static;
  }

  .yd-lower-stock-grid,
  .yd-flow-timeline,
  .yd-number-card-grid,
  .yd-business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yd-access-layout {
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .yd-stock-preparing {
    grid-template-columns: 1fr;
  }

  .yd-stock-preparing__status {
    min-height: 168px;
    padding: 24px 24px 30px;
  }

  .yd-stock-preparing__status strong {
    font-size: 72px;
  }

  .yd-stock-preparing__body {
    padding: 30px 22px 32px;
    text-align: center;
  }

  .yd-stock-preparing__body h3 {
    font-size: 24px;
  }

  .yd-stock-preparing__actions {
    display: grid;
  }

  .yd-stock-preparing__actions .yd-button {
    width: 100%;
  }

  .yd-detail-test-alert__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-block: 14px;
  }

  .yd-detail-test-alert p:first-child {
    flex-wrap: wrap;
  }

  .yd-stock-test-heading {
    flex-direction: column;
  }

  .yd-lower-page .yd-section-heading {
    margin-bottom: 34px;
  }

  .yd-lower-page .yd-section-heading__en {
    font-size: 56px;
  }

  .yd-lower-heading-en {
    font-size: 48px;
  }

  .yd-lower-page .yd-section-heading h2 {
    font-size: 26px;
  }

  .yd-lower-hero {
    padding: 54px 0 70px;
  }

  .yd-lower-hero__inner {
    width: min(100% - 32px, 640px);
    gap: 26px;
  }

  .yd-breadcrumb {
    flex-wrap: wrap;
    margin-bottom: 18px;
    font-size: 12px;
    row-gap: 5px;
  }

  .yd-lower-hero .yd-lower-heading-en {
    font-size: clamp(48px, 16vw, 74px);
  }

  .yd-lower-hero h1 {
    margin-top: -6px;
    font-size: 30px;
  }

  .yd-detail-page .yd-lower-hero .yd-lower-heading-en {
    font-size: clamp(36px, 10.5vw, 44px);
    letter-spacing: -0.035em;
  }

  .yd-detail-page .yd-lower-hero h1 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .yd-lower-hero__lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .yd-lower-hero__actions {
    display: grid;
    gap: 10px;
    width: min(100%, 330px);
  }

  .yd-lower-hero__actions .yd-button {
    width: 100%;
  }

  .yd-lower-hero__visual {
    min-height: 300px;
  }

  .yd-lower-hero__image--main {
    width: 82%;
  }

  .yd-lower-hero__image--sub {
    width: 62%;
  }

  .yd-lower-hero__truck {
    width: 52%;
  }

  .yd-lower-section {
    padding: 72px 0;
  }

  .yd-feature-layout,
  .yd-detail-layout,
  .yd-info-columns,
  .yd-message-layout,
  .yd-access-layout,
  .yd-contact-layout {
    width: min(100% - 32px, 640px);
  }

  .yd-ba-grid,
  .yd-lower-stock-grid,
  .yd-lower-stock-grid--related,
  .yd-flow-timeline,
  .yd-number-card-grid,
  .yd-stat-grid,
  .yd-business-grid,
  .yd-check-list,
  .yd-form-grid {
    grid-template-columns: 1fr;
  }

  .yd-stock-tools,
  .yd-split-band,
  .yd-search-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .yd-stock-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yd-stock-filter button,
  .yd-stock-sort,
  .yd-stock-sort select {
    width: 100%;
  }

  .yd-stock-sort {
    display: grid;
    gap: 8px;
  }

  .yd-lower-stock-card h3 {
    min-height: auto;
  }

  .yd-detail-gallery__controls {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .yd-detail-gallery__controls.is-single {
    grid-template-columns: minmax(0, 1fr);
  }

  .yd-detail-gallery__controls > button {
    width: 44px;
    height: 44px;
  }

  .yd-detail-gallery__thumbs {
    gap: 7px;
  }

  .yd-detail-gallery__thumbs button {
    flex-basis: calc((100% - 14px) / 3);
  }

  .yd-spec-table,
  .yd-company-table div,
  .yd-access-list div {
    grid-template-columns: 1fr;
  }

  .yd-company-table div,
  .yd-access-list div {
    gap: 6px;
    padding: 16px;
  }

  .yd-map-panel {
    min-height: 280px;
    padding: 24px;
  }

  .yd-map-panel p {
    font-size: 42px;
  }

  .yd-news-archive-card {
    grid-template-columns: 1fr;
  }

  .yd-news-archive-card h2,
  .yd-news-archive-card p {
    grid-column: auto;
  }

  .yd-info-panel .yd-lower-heading-en {
    font-size: 44px;
  }

  .yd-contact-card--tel a {
    font-size: 28px;
  }

  .yd-contact-form-panel {
    padding: 22px;
  }

  .yd-form-submit-wrap,
  .yd-cf7-form .yd-form-submit,
  .yd-cf7-form input[type="submit"] {
    width: 100%;
  }

  .yd-detail-page {
    padding-bottom: 78px;
  }

  .yd-detail-fixed-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.55fr);
    gap: 8px;
  }

  .yd-detail-fixed-cta a {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 5px;
    background: var(--yd-blue);
    color: var(--yd-white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    box-shadow: 0 14px 34px rgba(23, 36, 90, 0.24);
  }

  .yd-detail-fixed-cta a + a {
    background: var(--yd-orange);
  }
}

@media (prefers-reduced-motion: reduce) {
  .yd-detail-gallery__thumbs {
    scroll-behavior: auto;
  }

  .yd-lower-stock-card__image img {
    transition: none;
  }
}

@media (max-width: 480px) {
  .yd-lower-hero__visual {
    min-height: 248px;
  }

  .yd-lower-hero__image {
    border-width: 4px;
  }

  .yd-lower-hero__image--main {
    width: 88%;
  }

  .yd-lower-hero__image--sub {
    width: 62%;
  }

  .yd-lower-hero__truck {
    right: -22px;
    width: 52%;
  }

  .yd-lower-stock-card dl,
  .yd-detail-panel__facts {
    grid-template-columns: 1fr;
  }

  .yd-lower-stock-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .yd-lower-stock-card__footer a {
    width: 100%;
    justify-content: center;
  }

  .yd-faq-item button {
    align-items: flex-start;
    min-height: 68px;
    padding-right: 48px;
    font-size: 15px;
  }

  .yd-news-archive-card {
    padding: 22px;
  }

  .yd-privacy-body dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
