.ht-premium-home {
  --hp-ink: #080808;
  --hp-soft: #10100f;
  --hp-line: rgba(255, 255, 255, 0.15);
  --hp-bone: #f4f1ea;
  --hp-smoke: #aaa9a4;
  --hp-muted: #74746f;
  --hp-gold: #c7a55b;
  --hp-serif: Georgia, "Times New Roman", serif;
  --hp-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: clip;
  background: var(--hp-ink);
  color: var(--hp-bone);
  font-family: var(--hp-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* Preserve the English home's pre-redesign PBPress header and hamburger geometry. */
@media (min-width: 768px) {
  body.ht-en-home-premium #pb-header {
    min-height: 141px !important;
  }

  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main {
    align-items: center !important;
    justify-content: center !important;
    gap: normal !important;
    width: 820px !important;
    height: 30px !important;
    min-height: 0 !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    transform: translateX(10px) !important;
  }

  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item,
  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item > a,
  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item > a > .text {
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }

  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item > a > .text {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    letter-spacing: -0.045em !important;
  }
}

@media (max-width: 767px) {
  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main,
  body.ht-en-home-premium #pb-header .main-menu.flex-menu-group {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item,
  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item > a,
  body.ht-en-home-premium #pb-header #pb-header-pc-menu-list-main > .item > a > .text {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
  }

  body.ht-en-home-premium #pb-header {
    height: 81px !important;
    min-height: 81px !important;
  }

  body.ht-en-home-premium #pb-header .container.wrapper {
    min-height: 81px !important;
  }

  body.ht-en-home-premium #pb-aside-menu-panel .ht-en-aside-menu > ul > li > a {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(20px, 5.2vw, 25px) !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
  }
}

.ht-premium-home *,
.ht-premium-home *::before,
.ht-premium-home *::after {
  box-sizing: border-box;
}

.ht-premium-home a {
  color: inherit;
}

.ht-premium-home img {
  display: block;
  max-width: 100%;
}

.ht-premium-home :focus-visible {
  outline: 2px solid var(--hp-gold);
  outline-offset: 4px;
}

.ht-premium-home .hp-shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}

.ht-premium-home .hp-hero {
  position: relative;
  height: clamp(440px, 33.6vw, 672px);
  min-height: 440px;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid var(--hp-line);
}

.ht-premium-home .hp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.ht-premium-home .hp-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.ht-premium-home .hp-slide picture,
.ht-premium-home .hp-slide-media,
.ht-premium-home .hp-slide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ht-premium-home .hp-slide-media img {
  object-fit: cover;
  object-position: center;
}

.ht-premium-home .hp-slide-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.16) 69%, rgba(0, 0, 0, 0.1) 100%);
}

.ht-premium-home .hp-slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-block: 44px 60px;
}

.ht-premium-home .hp-brand {
  width: 132px;
  height: auto;
  aspect-ratio: 1035 / 556;
  object-fit: contain;
  align-self: flex-start;
  flex: 0 0 auto;
  margin-bottom: 18px;
}

.ht-premium-home .hp-eyebrow {
  margin: 0 0 16px;
  color: var(--hp-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ht-premium-home .hp-slide h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(3.6rem, 5.3vw, 6.25rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.ht-premium-home .hp-slide-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: #d5d3cd;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.ht-premium-home .hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ht-premium-home .hp-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--hp-bone);
  border-radius: 999px;
  background: var(--hp-bone);
  color: #080808;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ht-premium-home .hp-button-outline {
  background: transparent;
  color: var(--hp-bone);
}

.ht-premium-home .hp-carousel-ui {
  position: absolute;
  z-index: 4;
  inset: auto 24px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ht-premium-home .hp-progress-group {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hp-bone);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.ht-premium-home .hp-progress-track {
  width: 138px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
}

.ht-premium-home .hp-progress-bar {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--hp-bone);
  transform: translateX(0);
  transition: transform 420ms ease;
}

.ht-premium-home .hp-arrows {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}

.ht-premium-home .hp-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  color: var(--hp-bone);
  cursor: pointer;
}

.ht-premium-home .hp-proof {
  border-bottom: 1px solid var(--hp-line);
  background: #0a0a09;
}

.ht-premium-home .hp-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 22px);
  align-items: center;
  padding-block: 16px 18px;
}

/* PATCH-HOME-PROOF-CENTER-20260812 */
.ht-premium-home .hp-proof-item {
  min-width: 0;
  text-align: center;
}

.ht-premium-home .hp-proof-item strong {
  display: block;
  width: 100%;
  color: var(--hp-bone);
  font-family: var(--hp-serif);
  font-size: clamp(2.35rem, 3.4vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-align: center;
}

.ht-premium-home .hp-proof-item span {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 6px;
  color: var(--hp-smoke);
  font-size: 11px;
  letter-spacing: 0.025em;
  text-align: center;
}

.ht-premium-home .hp-section {
  padding: 126px 0;
  border-bottom: 1px solid var(--hp-line);
}

.ht-premium-home .hp-heading {
  max-width: 880px;
  margin-bottom: 54px;
}

.ht-premium-home .hp-heading h2,
.ht-premium-home .hp-authority h2,
.ht-premium-home .hp-offer h2 {
  margin: 0;
  font-family: var(--hp-serif);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.ht-premium-home .hp-heading h2 {
  font-size: clamp(3.4rem, 6.8vw, 7.4rem);
}

.ht-premium-home .hp-heading p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--hp-smoke);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.ht-premium-home .hp-system-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 8vw, 112px);
  align-items: start;
}

.ht-premium-home .hp-system-image,
.ht-premium-home .hp-feedback-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #111;
}

.ht-premium-home .hp-system-image img,
.ht-premium-home .hp-feedback-image img,
.ht-premium-home .hp-authority-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ht-premium-home .hp-module-list {
  display: grid;
  gap: 14px;
  padding-top: 18px;
}

.ht-premium-home .hp-module {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 16px 0 22px 22px;
  border-left: 2px solid rgba(199, 165, 91, 0.42);
}

.ht-premium-home .hp-module:nth-child(2) {
  margin-left: clamp(20px, 4vw, 52px);
}

.ht-premium-home .hp-module:nth-child(3) {
  margin-left: clamp(40px, 8vw, 104px);
}

.ht-premium-home .hp-module-number,
.ht-premium-home .hp-feedback-step::before {
  color: var(--hp-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ht-premium-home .hp-module-number {
  padding-top: 7px;
}

.ht-premium-home .hp-module h3 {
  margin: 0;
  font-family: var(--hp-serif);
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.ht-premium-home .hp-module p {
  max-width: 38ch;
  margin: 12px 0 0;
  color: var(--hp-smoke);
  font-size: 14px;
}

.ht-premium-home .hp-module-price {
  padding-top: 7px;
  color: var(--hp-smoke);
  font-size: 11px;
  font-weight: 500;
}

.ht-premium-home .hp-text-link {
  justify-self: start;
  width: max-content;
  margin: 18px 0 0 clamp(40px, 8vw, 104px);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--hp-gold);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ht-premium-home .hp-authority {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  min-height: 780px;
  border-bottom: 1px solid var(--hp-line);
}

.ht-premium-home .hp-authority-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 100px max(40px, calc((100vw - 1240px) / 2));
  background: radial-gradient(circle at 18% 12%, rgba(199, 165, 91, 0.09), transparent 28%), var(--hp-soft);
}

.ht-premium-home .hp-authority-socials {
  display: flex;
  gap: 18px;
  align-items: center;
  width: max-content;
  margin: 0 0 28px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(244, 241, 234, 0.18);
}

.ht-premium-home .hp-authority-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  opacity: 0.72;
  transition: opacity 160ms ease, transform 160ms ease;
}

.ht-premium-home .hp-authority-social img {
  display: block;
  width: 18px;
  height: 18px;
}

.ht-premium-home .hp-authority-social:hover,
.ht-premium-home .hp-authority-social:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.ht-premium-home .hp-authority h2 {
  max-width: 8ch;
  font-size: clamp(4rem, 6.8vw, 7.4rem);
}

.ht-premium-home .hp-authority-copy > p:not(.hp-eyebrow) {
  max-width: 48ch;
  margin: 32px 0 0;
  color: var(--hp-smoke);
  font-size: 17px;
}

.ht-premium-home .hp-records {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 48px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--hp-line);
  list-style: none;
}

.ht-premium-home .hp-records li {
  color: var(--hp-smoke);
  font-size: 11px;
  font-weight: 600;
}

.ht-premium-home .hp-authority-image {
  min-height: 600px;
  overflow: hidden;
  background: #111;
}

.ht-premium-home .hp-authority-image img {
  object-position: center 12%;
}

.ht-premium-home .hp-feedback-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(60px, 8vw, 112px);
  align-items: stretch;
}

.ht-premium-home .hp-feedback-copy {
  align-self: center;
  padding-left: clamp(32px, 5vw, 72px);
  border-left: 1px solid var(--hp-line);
}

.ht-premium-home .hp-feedback-flow {
  counter-reset: hp-feedback-step;
  display: grid;
  gap: 32px;
  margin-top: 48px;
}

.ht-premium-home .hp-feedback-step {
  counter-increment: hp-feedback-step;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 6px 18px;
}

.ht-premium-home .hp-feedback-step::before {
  content: "0" counter(hp-feedback-step);
  grid-row: 1 / span 2;
  padding-top: 8px;
}

.ht-premium-home .hp-feedback-step strong {
  font-family: var(--hp-serif);
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.ht-premium-home .hp-feedback-step span {
  grid-column: 2;
  max-width: 46ch;
  color: var(--hp-smoke);
  font-size: 14px;
}

.ht-premium-home .hp-feedback-link {
  display: inline-block;
  margin: 48px 0 0;
}

.ht-premium-home .hp-offer {
  background: var(--hp-soft);
}

.ht-premium-home .hp-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 70px;
  align-items: center;
}

.ht-premium-home .hp-offer h2 {
  max-width: 9ch;
  font-size: clamp(4rem, 7.5vw, 8rem);
}

.ht-premium-home .hp-price-block {
  padding-top: 30px;
  border-top: 1px solid rgba(199, 165, 91, 0.55);
}

.ht-premium-home .hp-price-old {
  color: var(--hp-muted);
  font-size: 28px;
  font-weight: 800;
  text-decoration: line-through;
}

.ht-premium-home .hp-price {
  display: block;
  margin-top: 2px;
  color: var(--hp-gold);
  font-size: clamp(5rem, 9vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.ht-premium-home .hp-price-block p {
  margin: 18px 0 0;
  color: var(--hp-smoke);
  font-size: 14px;
  font-weight: 600;
}

.ht-premium-home .hp-price-block .hp-button {
  margin-top: 28px;
  border-color: var(--hp-gold);
  background: var(--hp-gold);
  border-radius: 2px;
}

.ht-premium-home .hp-offer-note {
  font-size: 12px !important;
}

.ht-premium-home .hp-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 480ms ease, transform 480ms ease;
}

.ht-premium-home .hp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) {
  .ht-premium-home .hp-button:hover {
    border-color: var(--hp-gold);
    background: var(--hp-gold);
    color: #080808;
  }

  .ht-premium-home .hp-button-outline:hover,
  .ht-premium-home .hp-text-link:hover {
    color: var(--hp-gold);
  }
}

@media (max-width: 980px) {
  .ht-premium-home .hp-proof-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  .ht-premium-home .hp-system-grid,
  .ht-premium-home .hp-feedback-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(24px, 5vw, 48px);
  }

  .ht-premium-home .hp-system-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .ht-premium-home .hp-system-image,
  .ht-premium-home .hp-feedback-image {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .ht-premium-home .hp-authority {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    min-height: 620px;
  }

  .ht-premium-home .hp-authority-copy {
    padding: 72px 32px;
  }

  .ht-premium-home .hp-authority-image {
    min-height: 0;
  }

  .ht-premium-home .hp-offer-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: clamp(28px, 5vw, 52px);
  }
}

@media (max-width: 767px) {
  .ht-premium-home .hp-shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .ht-premium-home .hp-hero {
    height: clamp(350px, 100vw, 440px);
    min-height: 350px;
  }

  .ht-premium-home .hp-slide-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 43%, rgba(0, 0, 0, 0.18) 76%, rgba(0, 0, 0, 0.08) 100%);
  }

  .ht-premium-home .hp-slide-content {
    justify-content: center;
    padding: 20px 35% 54px 0;
  }

  .ht-premium-home .hp-brand {
    width: clamp(52px, 13vw, 68px);
    margin-bottom: 8px;
  }

  .ht-premium-home .hp-eyebrow {
    margin-bottom: 8px;
    font-size: clamp(7px, 1.8vw, 9px);
    letter-spacing: 0.12em;
  }

  .ht-premium-home .hp-slide h1 {
    max-width: 7em;
    font-size: clamp(1.85rem, 8.4vw, 3rem);
    line-height: 0.9;
  }

  .ht-premium-home .hp-slide-copy {
    max-width: 30ch;
    margin-top: 12px;
    font-size: clamp(9px, 2.25vw, 12px);
    line-height: 1.4;
  }

  .ht-premium-home .hp-actions {
    flex-wrap: nowrap;
    gap: 7px;
    margin-top: 14px;
  }

  .ht-premium-home .hp-button {
    min-height: 31px;
    padding-inline: 10px;
    font-size: clamp(7px, 1.8vw, 9px);
    white-space: nowrap;
  }

  .ht-premium-home .hp-carousel-ui {
    inset: auto 16px 14px;
  }

  .ht-premium-home .hp-progress-track {
    width: 68px;
  }

  .ht-premium-home .hp-arrow {
    width: 30px;
    height: 30px;
  }

  .ht-premium-home .hp-proof-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding-block: 14px 16px;
  }

  .ht-premium-home .hp-proof-item strong {
    font-size: clamp(1.15rem, 5.2vw, 1.65rem);
  }

  .ht-premium-home .hp-proof-item span {
    margin-top: 4px;
    font-size: clamp(6.5px, 1.65vw, 9px);
    line-height: 1.25;
  }

  .ht-premium-home .hp-section {
    padding: 48px 0;
  }

  .ht-premium-home .hp-heading {
    margin-bottom: 24px;
  }

  .ht-premium-home .hp-heading h2 {
    font-size: clamp(2rem, 8.8vw, 3.45rem);
    line-height: 0.92;
  }

  .ht-premium-home .hp-heading p {
    max-width: 54ch;
    margin-top: 12px;
    font-size: clamp(9px, 2.25vw, 12px);
    line-height: 1.45;
  }

  .ht-premium-home .hp-system-grid,
  .ht-premium-home .hp-feedback-grid {
    gap: 12px;
  }

  .ht-premium-home .hp-system-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .ht-premium-home .hp-system-image {
    align-self: stretch;
    aspect-ratio: auto;
    min-height: 100%;
  }

  .ht-premium-home .hp-module-list {
    gap: 6px;
    padding-top: 0;
  }

  .ht-premium-home .hp-module {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 5px;
    padding: 7px 0 9px 7px;
  }

  .ht-premium-home .hp-module:nth-child(2) {
    margin-left: 6px;
  }

  .ht-premium-home .hp-module:nth-child(3) {
    margin-left: 12px;
  }

  .ht-premium-home .hp-module-number,
  .ht-premium-home .hp-module-price {
    padding-top: 3px;
    font-size: clamp(6px, 1.5vw, 8px);
  }

  .ht-premium-home .hp-module h3 {
    font-size: clamp(1.05rem, 4.5vw, 1.7rem);
  }

  .ht-premium-home .hp-module p {
    margin-top: 5px;
    font-size: clamp(7px, 1.8vw, 9px);
    line-height: 1.35;
  }

  .ht-premium-home .hp-text-link {
    margin: 7px 0 0 12px;
    padding-bottom: 3px;
    font-size: clamp(7px, 1.8vw, 9px);
  }

  .ht-premium-home .hp-authority {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    min-height: clamp(400px, 92vw, 550px);
  }

  .ht-premium-home .hp-authority-copy {
    justify-content: center;
    padding: 32px 16px;
  }

  .ht-premium-home .hp-authority h2 {
    font-size: clamp(2rem, 8.8vw, 3.45rem);
  }

  .ht-premium-home .hp-authority-copy > p:not(.hp-eyebrow) {
    margin-top: 16px;
    font-size: clamp(8px, 2vw, 10px);
    line-height: 1.45;
  }

  .ht-premium-home .hp-records {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
    padding-top: 12px;
  }

  .ht-premium-home .hp-records li {
    font-size: clamp(6px, 1.55vw, 8px);
    line-height: 1.3;
  }

  .ht-premium-home .hp-authority-image {
    min-height: 0;
  }

  .ht-premium-home .hp-feedback-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
  }

  .ht-premium-home .hp-feedback-image {
    height: 100%;
    min-height: 320px;
    aspect-ratio: auto;
  }

  .ht-premium-home .hp-feedback-copy {
    align-self: stretch;
    padding-left: 12px;
    border-left: 1px solid var(--hp-line);
  }

  .ht-premium-home .hp-feedback-copy .hp-heading {
    margin-bottom: 0;
  }

  .ht-premium-home .hp-feedback-flow {
    gap: 14px;
    margin-top: 22px;
  }

  .ht-premium-home .hp-feedback-step {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 4px 7px;
  }

  .ht-premium-home .hp-feedback-step::before {
    padding-top: 3px;
    font-size: clamp(6px, 1.5vw, 8px);
  }

  .ht-premium-home .hp-feedback-step strong {
    font-size: clamp(0.9rem, 3.8vw, 1.3rem);
  }

  .ht-premium-home .hp-feedback-step span {
    font-size: clamp(7px, 1.8vw, 9px);
    line-height: 1.35;
  }

  .ht-premium-home .hp-feedback-link {
    margin-top: 20px;
  }

  .ht-premium-home .hp-offer-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: 14px;
  }

  .ht-premium-home .hp-offer h2 {
    font-size: clamp(2.05rem, 9vw, 3.6rem);
  }

  .ht-premium-home .hp-price-block {
    padding-top: 12px;
  }

  .ht-premium-home .hp-price-old {
    font-size: clamp(0.8rem, 3.2vw, 1.2rem);
  }

  .ht-premium-home .hp-price {
    font-size: clamp(2.4rem, 10vw, 4.2rem);
  }

  .ht-premium-home .hp-price-block p {
    margin-top: 9px;
    font-size: clamp(7px, 1.75vw, 9px);
    line-height: 1.35;
  }

  .ht-premium-home .hp-price-block .hp-button {
    margin-top: 13px;
    min-height: 30px;
  }

  body.ht-en-home-premium #pb-footer .middle-frame > .vprow.halign-ce.without-gutter {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
  }

  body.ht-en-home-premium #pb-footer .footer-logo {
    width: 100% !important;
    max-width: 82px !important;
    padding-top: 0 !important;
    aspect-ratio: 100 / 63.3 !important;
  }

  body.ht-en-home-premium #pb-footer .middle-frame > .vprow.halign-ce.without-gutter > .form-margin-lg {
    display: none !important;
  }

  body.ht-en-home-premium #pb-footer .middle-frame > .vprow.halign-ce.without-gutter > .vpcol-12 {
    width: auto !important;
    margin: 0 !important;
  }

  body.ht-en-home-premium #pb-footer .menu-list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }

  body.ht-en-home-premium #pb-footer .menu-list > li {
    width: auto !important;
    font-size: clamp(6px, 1.55vw, 8px) !important;
  }

  body.ht-en-home-premium #pb-footer .menu-list-group.vprow.without-gutter {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
    gap: 12px !important;
  }

  body.ht-en-home-premium #pb-footer .menu-list-group.vprow.without-gutter > .menu-list-item {
    width: auto !important;
  }

  body.ht-en-home-premium #pb-footer .visible-xs {
    display: none !important;
  }

  body.ht-en-home-premium #pb-footer .subject,
  body.ht-en-home-premium #pb-footer .company-info-item,
  body.ht-en-home-premium #pb-footer .contact-num,
  body.ht-en-home-premium #pb-footer .email,
  body.ht-en-home-premium #pb-footer .subinfo {
    font-size: clamp(6px, 1.6vw, 8px) !important;
    line-height: 1.35 !important;
  }
}

/* Keep the first two slides on their approved 2000px originals at native scale
   so the stage and video-review context remain legible on compact screens.
   Only the fourth mobile source still needs its baked-in lower matte cropped. */
@media (max-width: 680px) {
  .ht-premium-home .hp-slide:nth-of-type(1) .hp-slide-media img {
    object-position: 72% center;
    transform: none;
  }

  .ht-premium-home .hp-slide:nth-of-type(2) .hp-slide-media img {
    object-position: 74% center;
    transform: none;
  }

  .ht-premium-home .hp-slide:nth-of-type(3) .hp-slide-media img {
    object-position: center;
    transform: none;
  }

  .ht-premium-home .hp-slide:nth-of-type(4) .hp-slide-media img {
    object-position: center top;
    transform: scale(2);
    transform-origin: center top;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ht-premium-home .hp-slide,
  .ht-premium-home .hp-progress-bar,
  .ht-premium-home .hp-reveal {
    transition: none;
  }

  .ht-premium-home .hp-reveal {
    opacity: 1;
    transform: none;
  }
}
