@charset "utf-8";
/* =========================================================
   Alphard premium LP r15
   既存リニューアルページの文字サイズ・余白に合わせつつ、LPらしい起伏を追加
   ========================================================= */

.model-renewal.alphard-premium-lp {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  color: #172235;
  text-align: left;
  --duxy-navy: #06111f;
  --duxy-blue: #102f66;
  --duxy-blue2: #174481;
  --duxy-line: rgba(255,255,255,.18);
  --duxy-gold: #d7b46a;
  --duxy-gold2: #f2d996;
  --duxy-text: #172235;
  --duxy-muted: #5b6575;
  --duxy-surface: #f4f7fb;
}

.alphard-premium-lp *,
.alphard-premium-lp *::before,
.alphard-premium-lp *::after { box-sizing: border-box; }
.alphard-premium-lp img { display: block; max-width: 100%; height: auto; }
.alphard-premium-lp a { text-decoration: none; }
.alphard-premium-lp .section-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.alphard-page { width: 100%; overflow: hidden; background: #fff; }

/* common */
.alphard-section-label,
.alphard-kicker {
  margin: 0 0 14px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .28em;
}

.alphard-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 212px;
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.alphard-btn:hover { transform: translateY(-2px); }
.alphard-btn--gold {
  background: linear-gradient(135deg, #fff5d8 0%, var(--duxy-gold) 52%, #ad8241 100%);
  color: #111827;
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.alphard-btn--outline {
  border-color: rgba(255,255,255,.48);
  background: rgba(4,12,24,.38);
  color: #fff;
}
.alphard-btn--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.alphard-btn--dark { background: var(--duxy-navy); color: #fff; }
.alphard-btn--dark:hover { background: var(--duxy-blue); color: #fff; }

/* hero */
.alphard-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 90px));
  background: var(--duxy-navy);
  color: #fff;
  overflow: hidden;
}
.alphard-hero__bg,
.alphard-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.alphard-hero__bg img { object-fit: cover; object-position: 62% 50%; }
.alphard-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,9,18,.96) 0%, rgba(3,9,18,.78) 34%, rgba(3,9,18,.16) 65%, rgba(3,9,18,.72) 100%),
    linear-gradient(180deg, rgba(3,9,18,.18) 0%, rgba(3,9,18,.92) 100%);
}
.alphard-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(160px, 1fr);
  align-items: center;
  min-height: min(720px, calc(100vh - 90px));
  padding: 74px 0 70px;
}
.alphard-hero__copy { max-width: 620px; }
.alphard-kicker { color: rgba(255,255,255,.84); }
.alphard-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .06em;
  text-shadow: 0 18px 48px rgba(0,0,0,.52);
}
.alphard-hero h1 span {
  display: block;
  margin: 0 0 8px;
  font-family: "Roboto", serif;
  font-size: clamp(66px, 8.3vw, 108px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: .15em;
}
.alphard-hero__catch {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}
.alphard-hero__lead {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
}
.alphard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.alphard-hero__message {
  justify-self: end;
  align-self: end;
  margin-bottom: 24px;
  color: rgba(255,255,255,.84);
  text-align: right;
  writing-mode: vertical-rl;
  letter-spacing: .18em;
}
.alphard-hero__message span,
.alphard-hero__message strong { display: block; font-size: 15px; line-height: 1.9; }
.alphard-hero__message strong { color: #fff; font-weight: 700; }

/* feature strip */
.alphard-feature-strip {
  padding: 18px 0 34px;
  background: linear-gradient(180deg, #06111f 0%, #071725 100%);
}
.alphard-feature-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.alphard-feature-card {
  position: relative;
  min-height: 232px;
  padding: 96px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: #071725;
  color: #fff;
}
.alphard-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 102px;
  background-image: url('../assets/model-lp/alphard/alphard-hero-luxury.webp');
  background-size: cover;
  background-position: center;
  opacity: .82;
  filter: saturate(.9) contrast(1.02);
}
.alphard-feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,12,24,.16) 0%, rgba(4,12,24,.86) 50%, rgba(4,12,24,.98) 100%);
}
.alphard-feature-card--front::before { background-position: 38% 47%; }
.alphard-feature-card--interior::before { background-position: 54% 38%; }
.alphard-feature-card--ride::before { background-position: 70% 47%; }
.alphard-feature-card--custom::before { background-position: 84% 54%; }
.alphard-feature-card > * { position: relative; z-index: 1; }
.alphard-feature-card__num {
  display: block;
  margin: 0 0 8px;
  color: rgba(242,217,150,.86);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
.alphard-feature-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .05em;
}
.alphard-feature-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

/* lineup */
.alphard-lineup { padding: 48px 0 54px; background: #fff; }
.alphard-lineup__inner {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.alphard-section-label { color: var(--duxy-blue2); }
.alphard-lineup h2,
.alphard-album h2,
.alphard-faq h2,
.alphard-bottom-cta h2 {
  margin: 0;
  color: var(--duxy-navy);
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
}
.alphard-lineup p,
.alphard-album p,
.alphard-faq p,
.alphard-bottom-cta p {
  margin: 18px 0 0;
  color: var(--duxy-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.95;
}
.alphard-lineup__intro .alphard-btn { margin-top: 28px; }
.alphard-lineup__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.alphard-stock-card {
  position: relative;
  min-height: 268px;
  background: #fff;
  border: 1px solid #dce5ef;
  color: var(--duxy-text);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(8,33,71,.08);
}
.alphard-stock-card img {
  width: 100%;
  height: 152px;
  object-fit: cover;
  background: #f6f7f9;
}
.alphard-stock-card span,
.alphard-stock-card strong {
  display: block;
  padding: 0 18px;
}
.alphard-stock-card span {
  margin-top: 18px;
  color: var(--duxy-blue2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.alphard-stock-card strong {
  margin-top: 8px;
  color: var(--duxy-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.alphard-stock-card--cta {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 268px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(5,17,31,.88), rgba(10,36,72,.88)), url('../assets/model-lp/alphard/alphard-hero-luxury.webp') center / cover;
  color: #fff;
}
.alphard-stock-card--cta span,
.alphard-stock-card--cta strong { padding: 0; color: #fff; }
.alphard-stock-card--cta em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 22px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 50%;
  font-style: normal;
}

/* reason */
.alphard-reason {
  padding: 54px 0 64px;
  background:
    radial-gradient(circle at 86% 24%, rgba(42,101,178,.26), transparent 28%),
    linear-gradient(180deg, #06111f 0%, #071827 100%);
  color: #fff;
}
.alphard-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}
.alphard-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .05em;
}
.alphard-section-head p:not(.alphard-section-label) {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .08em;
}
.alphard-section-head--dark .alphard-section-label { color: var(--duxy-gold2); }
.alphard-reason__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.alphard-reason__grid article {
  min-height: 188px;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
}
.alphard-reason__grid span {
  display: block;
  margin-bottom: 12px;
  color: rgba(242,217,150,.82);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}
.alphard-reason__grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.alphard-reason__grid p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

/* album */
.alphard-album { padding: 54px 0 58px; background: var(--duxy-surface); }
.alphard-album__inner {
  display: grid;
  grid-template-columns: minmax(260px, 350px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.alphard-album__copy .alphard-btn { margin-top: 28px; }
.alphard-album__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.alphard-album__cards article {
  background: #fff;
  border: 1px solid #dde5ee;
  box-shadow: 0 18px 46px rgba(8,33,71,.07);
}
.alphard-album__cards img { width: 100%; height: 184px; object-fit: cover; }
.alphard-album__cards time {
  display: block;
  margin: 20px 22px 0;
  color: var(--duxy-blue2);
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.alphard-album__cards h3 {
  margin: 8px 22px 22px;
  color: var(--duxy-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

/* FAQ */
.alphard-faq { padding: 58px 0 66px; background: #fff; }
.alphard-faq__inner {
  display: grid;
  grid-template-columns: minmax(230px, 330px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.alphard-faq__list { display: grid; gap: 10px; }
.alphard-faq__list details {
  border: 1px solid #dce5ef;
  background: #fff;
}
.alphard-faq__list summary {
  position: relative;
  cursor: pointer;
  padding: 20px 54px 20px 24px;
  color: var(--duxy-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.alphard-faq__list summary::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  background: var(--duxy-navy);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  vertical-align: middle;
}
.alphard-faq__list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--duxy-blue2);
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.alphard-faq__list details[open] summary::after { content: "−"; }
.alphard-faq__list p {
  margin: 0;
  padding: 0 24px 22px 66px;
  color: var(--duxy-muted);
  font-size: 15px;
  line-height: 1.9;
}

/* bottom CTA */
.alphard-bottom-cta {
  position: relative;
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(4,12,24,.94), rgba(9,35,70,.78)),
    url('../assets/model-lp/alphard/alphard-hero-luxury.webp') center 60% / cover;
  color: #fff;
}
.alphard-bottom-cta h2,
.alphard-bottom-cta .alphard-section-label { color: #fff; }
.alphard-bottom-cta p { color: rgba(255,255,255,.78); }
.alphard-bottom-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}
.alphard-bottom-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }

@media screen and (max-width: 1100px) {
  .alphard-feature-strip__grid,
  .alphard-reason__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .alphard-lineup__inner,
  .alphard-album__inner,
  .alphard-faq__inner { grid-template-columns: 1fr; }
}

@media screen and (max-width: 760px) {
  .alphard-premium-lp .section-inner { width: calc(100% - 32px); }
  .alphard-hero { min-height: 640px; }
  .alphard-hero__bg img { object-position: 64% 52%; }
  .alphard-hero__shade {
    background:
      linear-gradient(180deg, rgba(3,9,18,.94) 0%, rgba(3,9,18,.70) 43%, rgba(3,9,18,.94) 100%),
      linear-gradient(90deg, rgba(3,9,18,.76), rgba(3,9,18,.26));
  }
  .alphard-hero__inner { display: block; min-height: 640px; padding: 46px 0 46px; }
  .alphard-hero h1 { font-size: 36px; line-height: 1.18; }
  .alphard-hero h1 span { font-size: 52px; letter-spacing: .11em; }
  .alphard-hero__catch { font-size: 20px; }
  .alphard-hero__lead { font-size: 14px; line-height: 1.9; }
  .alphard-hero__actions,
  .alphard-bottom-cta__actions { display: grid; grid-template-columns: 1fr; }
  .alphard-btn { width: 100%; min-width: 0; min-height: 52px; padding: 13px 18px; }
  .alphard-hero__message { display: none; }
  .alphard-feature-strip { padding: 14px 0 26px; }
  .alphard-feature-strip__grid,
  .alphard-lineup__cards,
  .alphard-reason__grid,
  .alphard-album__cards { grid-template-columns: 1fr; }
  .alphard-feature-card { min-height: 210px; padding: 92px 22px 22px; }
  .alphard-lineup,
  .alphard-album,
  .alphard-faq { padding: 44px 0 52px; }
  .alphard-section-head { display: block; }
  .alphard-section-head p:not(.alphard-section-label) { margin-top: 12px; }
  .alphard-reason { padding: 46px 0 54px; }
  .alphard-faq__list summary { padding: 17px 46px 17px 18px; font-size: 15px; }
  .alphard-faq__list summary::before { width: 26px; height: 26px; margin-right: 10px; }
  .alphard-faq__list p { padding: 0 18px 20px; font-size: 14px; }
  .alphard-bottom-cta__inner { grid-template-columns: 1fr; }
}

/* =========================================================
   r16 heading widow/orphan fixes
   見出しの「最後の1文字落ち」「助詞だけ落ち」を防止
   ========================================================= */
.alphard-premium-lp h1,
.alphard-premium-lp h2,
.alphard-premium-lp h3,
.alphard-premium-lp .alphard-hero__catch,
.alphard-premium-lp .alphard-btn {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
  text-wrap: balance;
}
.alphard-premium-lp h1 span,
.alphard-premium-lp h2 span,
.alphard-premium-lp h3 span,
.alphard-premium-lp .alphard-bottom-cta h2 span,
.alphard-premium-lp .alphard-faq h2 span {
  display: inline-block;
  white-space: nowrap;
}
.alphard-premium-lp .alphard-lineup h2,
.alphard-premium-lp .alphard-album h2,
.alphard-premium-lp .alphard-faq h2,
.alphard-premium-lp .alphard-bottom-cta h2 {
  max-width: 100%;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.34;
}
.alphard-premium-lp .alphard-faq h2 {
  font-size: clamp(36px, 3.2vw, 46px);
  letter-spacing: .06em;
  line-height: 1.32;
}
.alphard-premium-lp .alphard-bottom-cta h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.28;
  letter-spacing: .04em;
}
.alphard-premium-lp .alphard-bottom-cta__inner > div:first-child {
  min-width: 0;
}
.alphard-premium-lp .alphard-bottom-cta__inner {
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
}

@media screen and (min-width: 761px) and (max-width: 1180px) {
  .alphard-premium-lp .alphard-faq__inner {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 30px;
  }
  .alphard-premium-lp .alphard-faq h2 {
    font-size: 42px;
  }
  .alphard-premium-lp .alphard-bottom-cta h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 760px) {
  .alphard-premium-lp h1,
  .alphard-premium-lp h2,
  .alphard-premium-lp h3,
  .alphard-premium-lp .alphard-hero__catch {
    text-wrap: unset;
  }
  .alphard-premium-lp .alphard-lineup h2,
  .alphard-premium-lp .alphard-album h2,
  .alphard-premium-lp .alphard-faq h2,
  .alphard-premium-lp .alphard-bottom-cta h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.34;
  }
  .alphard-premium-lp .alphard-faq h2 {
    font-size: clamp(36px, 11vw, 44px);
  }
  .alphard-premium-lp .alphard-bottom-cta h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.35;
  }
}

@media screen and (max-width: 420px) {
  .alphard-premium-lp .alphard-hero h1 {
    font-size: 32px;
    letter-spacing: .04em;
  }
  .alphard-premium-lp .alphard-hero h1 span {
    font-size: 45px;
    letter-spacing: .08em;
  }
  .alphard-premium-lp .alphard-hero__catch {
    font-size: 18px;
  }
  .alphard-premium-lp .alphard-bottom-cta h2 {
    font-size: 32px;
  }
}


/* =========================================================
   r17 feature strip: 車両写真なし・文字で攻めるカード表現
   ========================================================= */
.alphard-feature-strip--text {
  padding: 34px 0 40px;
  background:
    radial-gradient(circle at 18% 12%, rgba(216,180,106,.18), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(35,78,142,.22), transparent 30%),
    linear-gradient(180deg, #06111f 0%, #071827 100%);
}
.alphard-feature-strip--text .alphard-feature-card {
  min-height: 262px;
  padding: 30px 26px 28px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, rgba(255,255,255,.075) 0%, rgba(255,255,255,.025) 42%, rgba(4,12,24,.62) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 42px rgba(0,0,0,.18);
}
.alphard-feature-strip--text .alphard-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(215,180,106,.70) 0 2px, transparent 2px 100%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 44%),
    radial-gradient(circle at 15% 18%, rgba(215,180,106,.16), transparent 26%);
  opacity: 1;
  filter: none;
  transform: none;
  z-index: -2;
}
.alphard-feature-strip--text .alphard-feature-card::after {
  content: attr(data-word);
  position: absolute;
  right: -6px;
  bottom: 14px;
  inset: auto -6px 14px auto;
  display: block;
  max-width: 96%;
  background: none;
  color: rgba(255,255,255,.055);
  font-family: "Roboto", sans-serif;
  font-size: clamp(34px, 3.4vw, 56px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: .08em;
  white-space: nowrap;
  z-index: -1;
}
.alphard-feature-strip--text .alphard-feature-card__num {
  margin-bottom: 18px;
  color: var(--duxy-gold2);
  font-size: 13px;
  letter-spacing: .18em;
}
.alphard-feature-strip--text .alphard-feature-card__eyebrow {
  margin: 0 0 12px;
  color: rgba(242,217,150,.78);
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .28em;
}
.alphard-feature-strip--text .alphard-feature-card h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(25px, 2.05vw, 32px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: .04em;
}
.alphard-feature-strip--text .alphard-feature-card h2 span {
  display: inline-block;
  white-space: nowrap;
}
.alphard-feature-strip--text .alphard-feature-card p:not(.alphard-feature-card__eyebrow) {
  max-width: 310px;
  color: rgba(255,255,255,.80);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
}

@media screen and (max-width: 760px) {
  .alphard-feature-strip--text { padding: 28px 0 34px; }
  .alphard-feature-strip--text .alphard-feature-card {
    min-height: 216px;
    padding: 26px 22px 24px;
  }
  .alphard-feature-strip--text .alphard-feature-card h2 {
    font-size: 28px;
    line-height: 1.32;
  }
  .alphard-feature-strip--text .alphard-feature-card::after {
    right: -4px;
    bottom: 12px;
    font-size: 42px;
    letter-spacing: .06em;
  }
}

/* =========================================================
   r18 hero refinement: 右側の縦組みコピー削除・見出しと車両写真の距離調整
   ========================================================= */
.alphard-premium-lp .alphard-hero__message {
  display: none !important;
}
.alphard-premium-lp .alphard-hero__bg img {
  object-position: 71% 50%;
}
.alphard-premium-lp .alphard-hero__shade {
  background:
    linear-gradient(90deg, rgba(3,9,18,.98) 0%, rgba(3,9,18,.88) 39%, rgba(3,9,18,.28) 62%, rgba(3,9,18,.16) 100%),
    linear-gradient(180deg, rgba(3,9,18,.16) 0%, rgba(3,9,18,.88) 100%);
}
.alphard-premium-lp .alphard-hero__inner {
  grid-template-columns: minmax(0, 540px) minmax(320px, 1fr);
  column-gap: clamp(72px, 7vw, 132px);
}
.alphard-premium-lp .alphard-hero__copy {
  max-width: 540px;
  padding-right: clamp(20px, 3vw, 52px);
}
.alphard-premium-lp .alphard-hero h1 {
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.1;
}
.alphard-premium-lp .alphard-hero h1 span {
  font-size: clamp(58px, 7.1vw, 92px);
  letter-spacing: .125em;
}
.alphard-premium-lp .alphard-hero__lead {
  max-width: 510px;
}

@media screen and (min-width: 761px) and (max-width: 1180px) {
  .alphard-premium-lp .alphard-hero__bg img {
    object-position: 76% 50%;
  }
  .alphard-premium-lp .alphard-hero__inner {
    grid-template-columns: minmax(0, 500px) minmax(240px, 1fr);
    column-gap: 56px;
  }
  .alphard-premium-lp .alphard-hero h1 span {
    font-size: clamp(54px, 7vw, 78px);
    letter-spacing: .105em;
  }
}

@media screen and (max-width: 760px) {
  .alphard-premium-lp .alphard-hero__bg img {
    object-position: 66% 52%;
  }
  .alphard-premium-lp .alphard-hero__copy {
    max-width: 100%;
    padding-right: 0;
  }
}

/* =========================================================
   r19 lineup refinement: 在庫見出しとカード写真の距離を確保
   ========================================================= */
.alphard-premium-lp .alphard-lineup {
  padding: 62px 0 68px;
}
.alphard-premium-lp .alphard-lineup__inner {
  grid-template-columns: minmax(380px, 450px) minmax(0, 1fr);
  column-gap: clamp(64px, 6.2vw, 96px);
  align-items: center;
}
.alphard-premium-lp .alphard-lineup__intro {
  max-width: 450px;
  padding-right: clamp(12px, 2vw, 28px);
}
.alphard-premium-lp .alphard-lineup__title {
  font-size: clamp(40px, 3.1vw, 52px);
  line-height: 1.22;
  letter-spacing: .035em;
}
.alphard-premium-lp .alphard-lineup__title span {
  display: block;
  white-space: nowrap;
}
.alphard-premium-lp .alphard-lineup__cards {
  min-width: 0;
  position: relative;
}
.alphard-premium-lp .alphard-lineup__cards::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(8,33,71,.16), transparent);
}
.alphard-premium-lp .alphard-stock-card img {
  display: block;
}

@media screen and (min-width: 1101px) and (max-width: 1320px) {
  .alphard-premium-lp .alphard-lineup__inner {
    grid-template-columns: minmax(340px, 390px) minmax(0, 1fr);
    column-gap: 56px;
  }
  .alphard-premium-lp .alphard-lineup__title {
    font-size: 42px;
  }
  .alphard-premium-lp .alphard-lineup__cards::before {
    left: -24px;
  }
}

@media screen and (max-width: 1100px) {
  .alphard-premium-lp .alphard-lineup__inner {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
  .alphard-premium-lp .alphard-lineup__intro {
    max-width: 640px;
    padding-right: 0;
  }
  .alphard-premium-lp .alphard-lineup__cards::before {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .alphard-premium-lp .alphard-lineup {
    padding: 48px 0 56px;
  }
  .alphard-premium-lp .alphard-lineup__title {
    font-size: clamp(34px, 10vw, 42px);
  }
}


/* =========================================================
   r20 delivery showcase: 納車実績は写真1枚＋短い見出し2件
   ========================================================= */
.alphard-premium-lp .alphard-album {
  padding: 62px 0 68px;
  background:
    radial-gradient(circle at 88% 10%, rgba(16,47,102,.08), transparent 30%),
    var(--duxy-surface);
}
.alphard-premium-lp .alphard-album__inner {
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: clamp(46px, 5.4vw, 76px);
  align-items: center;
}
.alphard-premium-lp .alphard-delivery-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 18px;
  align-items: stretch;
  min-width: 0;
}
.alphard-premium-lp .alphard-delivery-showcase__photo {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  background: #06111f;
  border: 1px solid #dce5ef;
  box-shadow: 0 24px 58px rgba(8,33,71,.12);
}
.alphard-premium-lp .alphard-delivery-showcase__photo::after {
  content: "ALPHARD DELIVERY";
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 10px 14px;
  background: rgba(4,12,24,.76);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
}
.alphard-premium-lp .alphard-delivery-showcase__photo img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}
.alphard-premium-lp .alphard-delivery-showcase__photo:hover img {
  transform: scale(1.025);
}
.alphard-premium-lp .alphard-delivery-showcase__list {
  display: grid;
  gap: 14px;
}
.alphard-premium-lp .alphard-delivery-showcase__list a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 158px;
  padding: 24px 62px 24px 24px;
  background: #fff;
  border: 1px solid #dce5ef;
  color: var(--duxy-navy);
  box-shadow: 0 18px 42px rgba(8,33,71,.06);
  overflow: hidden;
}
.alphard-premium-lp .alphard-delivery-showcase__list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--duxy-gold2), var(--duxy-gold));
}
.alphard-premium-lp .alphard-delivery-showcase__list span {
  display: block;
  margin: 0 0 10px;
  color: var(--duxy-blue2);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
}
.alphard-premium-lp .alphard-delivery-showcase__list h3 {
  margin: 0;
  color: var(--duxy-navy);
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .035em;
}
.alphard-premium-lp .alphard-delivery-showcase__list em {
  position: absolute;
  right: 24px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: 1px solid rgba(8,33,71,.24);
  border-radius: 50%;
  font-style: normal;
  color: var(--duxy-navy);
}
.alphard-premium-lp .alphard-delivery-showcase__list a:hover {
  border-color: rgba(16,47,102,.42);
  transform: translateY(-2px);
  transition: transform .25s ease, border-color .25s ease;
}
.alphard-premium-lp .alphard-album__cards { display: none !important; }

@media screen and (max-width: 1100px) {
  .alphard-premium-lp .alphard-delivery-showcase {
    grid-template-columns: 1fr;
  }
  .alphard-premium-lp .alphard-delivery-showcase__photo,
  .alphard-premium-lp .alphard-delivery-showcase__photo img {
    min-height: 300px;
  }
  .alphard-premium-lp .alphard-delivery-showcase__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 760px) {
  .alphard-premium-lp .alphard-album {
    padding: 48px 0 56px;
  }
  .alphard-premium-lp .alphard-album__inner {
    gap: 30px;
  }
  .alphard-premium-lp .alphard-delivery-showcase__photo,
  .alphard-premium-lp .alphard-delivery-showcase__photo img {
    min-height: 228px;
  }
  .alphard-premium-lp .alphard-delivery-showcase__photo::after {
    left: 16px;
    bottom: 16px;
    font-size: 10px;
  }
  .alphard-premium-lp .alphard-delivery-showcase__list {
    grid-template-columns: 1fr;
  }
  .alphard-premium-lp .alphard-delivery-showcase__list a {
    min-height: 128px;
    padding: 22px 58px 22px 20px;
  }
  .alphard-premium-lp .alphard-delivery-showcase__list h3 {
    font-size: 20px;
    line-height: 1.45;
  }
}


/* =========================================================
   r22 lineup: right-side 3 cards removed, single photo only
   ========================================================= */
.alphard-premium-lp .alphard-lineup__inner {
  grid-template-columns: minmax(380px, 470px) minmax(520px, 1fr);
  column-gap: clamp(72px, 7vw, 118px);
  align-items: center;
}
.alphard-premium-lp .alphard-lineup__intro {
  max-width: 470px;
}
.alphard-premium-lp .alphard-lineup__visual {
  min-width: 0;
  position: relative;
}
.alphard-premium-lp .alphard-lineup__visual::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(8,33,71,.16), transparent);
}
.alphard-premium-lp .alphard-lineup__visual-link {
  display: block;
  padding: clamp(18px, 2vw, 28px);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 1px solid #dce5ef;
  box-shadow: 0 22px 58px rgba(8,33,71,.10);
}
.alphard-premium-lp .alphard-lineup__visual-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.alphard-premium-lp .alphard-lineup__cards {
  display: none !important;
}
@media screen and (min-width: 1101px) and (max-width: 1320px) {
  .alphard-premium-lp .alphard-lineup__inner {
    grid-template-columns: minmax(330px, 390px) minmax(460px, 1fr);
    column-gap: 64px;
  }
  .alphard-premium-lp .alphard-lineup__visual::before { left: -28px; }
}
@media screen and (max-width: 1100px) {
  .alphard-premium-lp .alphard-lineup__inner {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
  .alphard-premium-lp .alphard-lineup__visual::before { display: none; }
}
@media screen and (max-width: 760px) {
  .alphard-premium-lp .alphard-lineup__visual-link {
    padding: 14px;
  }
}




/* =========================================================
   r25 Vellfire LP: match Alphard LP design, model assets only
   ========================================================= */
.vellfire-lp .alphard-bottom-cta {
  background-image:
    linear-gradient(90deg, rgba(4,12,24,.92) 0%, rgba(4,12,24,.72) 48%, rgba(4,12,24,.86) 100%),
    url('../assets/model-lp/vellfire/vellfire-hero-luxury.webp');
}
.vellfire-lp .alphard-delivery-showcase__photo img {
  object-fit: contain;
  padding: clamp(16px, 2vw, 28px);
  background: #fff;
}
