/* =========================================================
   DVSTUDIO V130 — FINAL POLISH
   - multilingual world-card geometry
   - About Subway accent visibility
   - 1370 winebook stability + editorial hierarchy
   ========================================================= */

/* 1. HOME / WORK WORLD CARDS
   Translation length must never push the navigation arrow outside the card. */
.home-worlds-bento .world-card,
.visual-worlds-nav .world-card{
  position:relative;
}
.home-worlds-bento .world-card:not(.world-video),
.visual-worlds-nav .world-card:not(.world-video){
  padding-bottom:76px!important;
}
.home-worlds-bento .world-card:not(.world-video) .world-arrow,
.visual-worlds-nav .world-card:not(.world-video) .world-arrow{
  position:absolute!important;
  right:20px!important;
  bottom:20px!important;
  margin:0!important;
  flex:0 0 40px!important;
  align-self:auto!important;
  transform:none!important;
}
.home-worlds-bento .world-card:not(.world-video) p,
.visual-worlds-nav .world-card:not(.world-video) p{
  padding-right:50px!important;
  max-width:34ch!important;
}
.home-worlds-bento .world-web h3,
.visual-worlds-nav .world-web h3{
  font-size:clamp(22px,1.65vw,29px)!important;
  line-height:1.03!important;
  letter-spacing:-.018em!important;
  text-wrap:balance!important;
  max-width:100%!important;
}
html[data-lang="fr"] .world-web h3,
html[data-lang="es"] .world-web h3,
html[data-lang="pt"] .world-web h3{
  font-size:clamp(21px,1.5vw,27px)!important;
}
@media(max-width:980px){
  .home-worlds-bento .world-card:not(.world-video),
  .visual-worlds-nav .world-card:not(.world-video){padding-bottom:72px!important}
  .home-worlds-bento .world-card:not(.world-video) .world-arrow,
  .visual-worlds-nav .world-card:not(.world-video) .world-arrow{right:18px!important;bottom:18px!important}
  .home-worlds-bento .world-web h3,
  .visual-worlds-nav .world-web h3,
  html[data-lang="fr"] .world-web h3,
  html[data-lang="es"] .world-web h3,
  html[data-lang="pt"] .world-web h3{font-size:clamp(23px,4.2vw,31px)!important}
}
@media(max-width:680px){
  .home-worlds-bento .world-card:not(.world-video),
  .visual-worlds-nav .world-card:not(.world-video){padding-bottom:68px!important}
  .home-worlds-bento .world-card:not(.world-video) p,
  .visual-worlds-nav .world-card:not(.world-video) p{padding-right:42px!important}
  .home-worlds-bento .world-web h3,
  .visual-worlds-nav .world-web h3,
  html[data-lang="fr"] .world-web h3,
  html[data-lang="es"] .world-web h3,
  html[data-lang="pt"] .world-web h3{font-size:clamp(24px,8.4vw,34px)!important;line-height:1.02!important}
}

/* 2. ABOUT HERO — Subway signature closer to the DV logo blue, with more contrast. */
body[data-page="about.html"] .page-hero h1 .type-accent{
  color:#72b8e4!important;
  text-shadow:0 8px 26px rgba(75,154,207,.16)!important;
}

/* 3. 1370 WINE MENU — keep editorial title readable in every language. */
.client-theme-1370 .wine-menu-section .world-section-head .section-title{
  max-width:920px!important;
  text-wrap:balance!important;
}
.client-theme-1370 .wine-menu-section .world-section-head .section-title .type-accent{
  white-space:normal!important;
}

/* Buttons always remain available after the last page and never disappear behind the book. */
.wine-book-toolbar-actions button,
.wine-book-edge{
  position:relative;
  z-index:12;
}
.wine-book-toolbar-actions button:disabled,
.wine-book-edge:disabled{
  cursor:default;
}

@media(max-width:760px){
  body[data-page="about.html"] .page-hero h1 .type-accent{
    color:#78bde7!important;
    text-shadow:none!important;
  }
}
