/* ======================================================================
   HOME V7 — approved Doctor-led Editorial implementation
   Slice HW-01 · Arrival · 2026-08-30
   Loaded after v6.css. Every rule is scoped to body.home-v7 for rollback.
   ====================================================================== */

:root {
  --h7-canvas: #FAF3E7;
  --h7-surface: #FFFCF6;
  --h7-ink: #2C1F14;
  --h7-bronze: #A87547;
  --h7-bronze-text: #79502F;
  --h7-muted-text: #6F5A49;
  --h7-gold: #FFCB47;
  --h7-rose: #E85A4F;
  --h7-green: #1C8B61;
  --h7-border: #E8D9C2;
  --h7-shadow: 0 18px 54px rgba(76, 49, 28, 0.12);
}

body.home-v7 {
  background: var(--h7-canvas);
  color: var(--h7-ink);
}

/* Commercial announcements no longer compete with the first fold.
   A later slice can restore this slot for urgent operational notices only. */
.home-v7 .announce-bar {
  display: none !important;
}

.home-v7.has-announce .h7-header {
  top: 0 !important;
}

/* Shared light identity header */
.home-v7 .h7-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 10px max(24px, calc((100% - 1200px) / 2)) !important;
  background: var(--h7-surface);
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-header.ml-scrolled {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  box-shadow: 0 10px 30px rgba(44, 31, 20, 0.08);
}

.home-v7 .h7-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--h7-ink);
  text-decoration: none;
}

.home-v7 .h7-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1.08;
}

.home-v7 .h7-brand-th {
  overflow: hidden;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v7 .h7-brand-en {
  color: #7A4F2E;
  font-family: var(--font-caps);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.home-v7 .h7-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  margin-right: 22px;
  font-size: 14px;
  font-weight: 600;
}

.home-v7 .h7-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #5E4A3A;
}

.home-v7 .h7-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--h7-gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-v7 .h7-nav a:hover::after,
.home-v7 .h7-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-v7 .h7-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-v7 .h7-header-cta {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--h7-gold);
  color: var(--h7-ink);
  font-weight: 700;
}

.home-v7 .h7-header .wl-hamb {
  border-color: var(--h7-border);
  border-radius: 50%;
  background: var(--h7-surface);
}

/* HW-01 · copy first, portrait second */
.home-v7 section.hero-cap.h7-hero {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr) !important;
  align-items: center !important;
  gap: clamp(38px, 6vw, 86px) !important;
  max-width: 1320px;
  min-height: min(760px, calc(100svh - 68px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) clamp(24px, 5vw, 64px) 54px !important;
  overflow: hidden;
  background: var(--h7-canvas);
}

.home-v7 .h7-hero .ml-blob,
.home-v7 .h7-hero .hero-optic,
.home-v7 .h7-hero .hero-benefit,
.home-v7 .h7-hero .stats-row,
.home-v7 .h7-hero #hero-review {
  display: none !important;
}

.home-v7 .h7-hero-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  margin: 0;
}

.home-v7 .h7-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--h7-bronze-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.home-v7 .h7-hero .hero-title {
  max-width: 11ch;
  margin: 0 0 18px !important;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(44px, 5.3vw, 70px) !important;
  font-weight: 600;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

.home-v7 .h7-hero .hero-title .nowrap {
  white-space: nowrap;
}

.home-v7 .h7-hero .hero-doctor-sub {
  max-width: 38ch;
  margin: 0 0 24px;
  color: #75685F;
  font-size: 16px;
  line-height: 1.65;
}

.home-v7 .h7-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 10px;
  max-width: 500px;
  margin-bottom: 14px;
}

.home-v7 .h7-actions .btn {
  min-height: 52px;
  justify-content: center;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
}

.home-v7 .h7-actions .btn-gold {
  border: 1px solid var(--h7-gold);
  background: var(--h7-gold);
  color: var(--h7-ink);
}

.home-v7 .h7-actions .btn-outline {
  border-color: var(--h7-border);
  background: var(--h7-surface);
  color: var(--h7-ink);
}

.home-v7 .h7-hero .hero-reassure {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #5E4A3A;
  font-size: 13px;
  line-height: 1.5;
}

.home-v7 .h7-media-col {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.home-v7 .h7-hero .hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 650px;
  border: 1px solid var(--h7-border);
  border-radius: 30px;
  overflow: hidden;
  background: var(--h7-surface);
  box-shadow: var(--h7-shadow);
}

.home-v7 .h7-hero .hero-media::after {
  position: absolute;
  inset: 8% 9%;
  border: 1px solid rgba(168, 117, 71, 0.78);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.home-v7 .h7-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.home-v7 .h7-hero .hero-trust {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: block;
  width: min(440px, calc(100% - 32px));
}

.home-v7 .h7-hero #hero-open-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 6px 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  background: rgba(255, 252, 246, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(76, 49, 28, 0.08);
}

.home-v7 .h7-hero .hero-trust-k {
  grid-row: 1 / span 2;
  margin: 0;
  color: #7A4F2E;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.home-v7 .h7-hero .hero-trust-row {
  margin: 0;
  white-space: normal;
}

.home-v7 .h7-hero .hero-trust-name,
.home-v7 .h7-hero .hero-trust-hours {
  font-size: 13px;
}

.home-v7 .h7-hero .hero-trust-route {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 72px;
  margin: 0;
  border-color: var(--h7-border);
  background: #fff;
}

/* The global dock owns the repeated booking action. */
.home-v7 .m-bookbar__journey {
  display: none !important;
}

@media (max-width: 980px) {
  .home-v7 .h7-header {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .home-v7 .h7-nav,
  .home-v7 .h7-header-cta {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .home-v7 section.hero-cap.h7-hero {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    max-width: 760px;
    min-height: 0;
  }

  .home-v7 .h7-hero-copy {
    max-width: 680px;
  }

  .home-v7 .h7-media-col {
    display: block;
  }

  .home-v7 .h7-hero .hero-media {
    width: 100% !important;
    height: auto !important;
    max-height: 540px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 700px) {
  .home-v7 {
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  .home-v7 .h7-header,
  .home-v7 .h7-header.ml-scrolled {
    min-height: 64px;
    padding: 8px 14px !important;
    box-shadow: none;
  }

  .home-v7 .h7-brand-th {
    max-width: min(60vw, 250px);
    font-size: 15px;
  }

  .home-v7 .h7-brand-en {
    font-size: 9px;
  }

  .home-v7 section.hero-cap.h7-hero {
    display: flex !important;
    min-height: 0;
    padding: 20px 16px 26px !important;
    gap: 18px !important;
    overflow: visible;
  }

  .home-v7 .h7-hero-copy {
    order: 1;
    max-width: none;
    margin: 0;
  }

  .home-v7 .h7-eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
  }

  .home-v7 .h7-hero .hero-title {
    max-width: none;
    margin-bottom: 12px !important;
    font-size: clamp(30px, 8.8vw, 35px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
  }

  .home-v7 .h7-hero .hero-doctor-sub {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .home-v7 .h7-actions {
    max-width: none;
    margin-bottom: 11px;
  }

  .home-v7 .h7-actions .btn {
    min-height: 48px;
    padding: 10px 11px;
    border-radius: 13px;
    font-size: 14px;
  }

  .home-v7 .h7-hero .hero-reassure {
    font-size: 12.5px;
  }

  .home-v7 .h7-media-col {
    order: 2;
    display: block;
    width: 100%;
  }

  .home-v7 .h7-hero .hero-trust {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .home-v7 .h7-hero .hero-media {
    width: 100% !important;
    height: auto !important;
    max-height: none;
    aspect-ratio: 1.04 / 1;
    border-radius: 24px !important;
    box-shadow: 0 16px 38px rgba(76, 49, 28, 0.12);
  }

  .home-v7 .h7-hero .hero-media img {
    object-position: 38% 12% !important;
  }

  .home-v7 .h7-hero #hero-open-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    padding: 10px 12px;
    border-radius: 18px !important;
  }

  .home-v7 .h7-hero .hero-trust-k {
    grid-column: 1;
    grid-row: 1;
  }

  .home-v7 .h7-hero .hero-trust-row {
    grid-column: 1;
    white-space: nowrap;
  }

  .home-v7 .h7-hero #hero-clinic-row {
    grid-row: 2;
  }

  .home-v7 .h7-hero #hero-shop-row {
    grid-row: 3;
  }

  .home-v7 .h7-hero .hero-trust-route {
    grid-column: 2;
    grid-row: 1 / span 3;
    min-width: 64px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .home-v7 .m-bookbar,
  .home-v7 .m-bookbar.show,
  .home-v7 .m-bookbar.v6-journey-visible {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
    transform: translateY(120%) !important;
    background: var(--h7-surface);
    border-color: var(--h7-border);
    box-shadow: 0 -10px 30px rgba(44, 31, 20, 0.1);
  }

  .home-v7 .m-bookbar.show {
    transform: translateY(0) !important;
  }

  .home-v7 .m-bookbar:not(.show) {
    pointer-events: none;
  }

  .home-v7 .m-bookbar .btn {
    min-width: 0;
    min-height: 52px;
    flex: 1 1 auto !important;
    justify-content: center;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
  }

  .home-v7 .m-bookbar .h7-line-btn {
    border: 1px solid var(--h7-border);
    background: #fff;
    color: var(--h7-ink);
  }

  .home-v7.v6-journey-nav-open {
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-hero .hero-title {
    font-size: 30px !important;
  }

  .home-v7 .h7-actions .btn,
  .home-v7 .m-bookbar .btn {
    font-size: 13.5px;
  }

  .home-v7 .h7-hero .hero-trust-name,
  .home-v7 .h7-hero .hero-trust-hours {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-nav a::after,
  .home-v7 .h7-header,
  .home-v7 .h7-hero * {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* ======================================================================
   HW-02 · Choose your visit
   Real clinic/shop photography, equal desktop routes, mobile bottom sheet.
   ====================================================================== */
.home-v7 #services.h7-visit {
  position: relative;
  scroll-margin-top: 68px;
  padding: clamp(64px, 6vw, 82px) 24px clamp(72px, 7vw, 94px) !important;
  overflow: clip;
  background: var(--h7-canvas) !important;
  color: var(--h7-ink);
}

.home-v7 .h7-visit-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.home-v7 .h7-visit-head {
  max-width: 760px;
  margin-bottom: clamp(28px, 3vw, 40px);
  padding: 0 !important;
}

.home-v7 .h7-section-kicker {
  margin-bottom: 9px;
  color: var(--h7-bronze-text);
  font-family: var(--font-caps);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-v7 .h7-visit-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.home-v7 .h7-visit-head p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #6F5B49;
  font-size: 16px;
  line-height: 1.65;
}

.home-v7 .h7-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-v7 .h7-visit-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  box-shadow: 0 16px 42px rgba(76, 49, 28, 0.09);
}

.home-v7 .h7-visit-photo {
  position: relative;
  aspect-ratio: 16 / 7;
  min-height: 220px;
  overflow: hidden;
  background: #E8DDCE;
}

.home-v7 .h7-visit-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  background: linear-gradient(to bottom, transparent, rgba(44, 31, 20, 0.12));
  content: "";
  pointer-events: none;
}

.home-v7 .h7-visit-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.2,.75,.25,1);
}

.home-v7 .h7-visit-card--clinic .h7-visit-photo img {
  object-position: 50% 40%;
}

.home-v7 .h7-visit-card--optical .h7-visit-photo img {
  object-position: 50% 52%;
}

.home-v7 .h7-visit-card:hover .h7-visit-photo img {
  transform: scale(1.025);
}

.home-v7 .h7-visit-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  margin-top: -20px;
  padding: 27px 28px 28px;
  border-radius: 24px 24px 0 0;
  background: var(--h7-surface);
}

.home-v7 .h7-visit-label {
  margin-bottom: 6px;
  color: var(--h7-bronze-text);
  font-family: var(--font-caps);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.home-v7 .h7-visit-body h3 {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.home-v7 .h7-visit-body > p {
  margin: 8px 0 16px;
  color: #6F5B49;
  font-size: 14.5px;
  line-height: 1.6;
}

.home-v7 .h7-visit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.home-v7 .h7-visit-tags li {
  padding: 5px 10px;
  border: 1px solid var(--h7-border);
  border-radius: 999px;
  background: #FFF9EF;
  color: #6B513B;
  font-size: 11.5px;
  line-height: 1.25;
  white-space: nowrap;
}

.home-v7 .h7-visit-action {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 12px 16px;
  border: 1px solid #E4B634;
  border-radius: 14px;
  background: var(--h7-gold);
  color: var(--h7-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.home-v7 .h7-visit-action:hover {
  border-color: #DCAA20;
  background: #FFD35E;
  transform: translateY(-1px);
}

.home-v7 .h7-visit-action:focus-visible,
.home-v7 .h7-service-dialog a:focus-visible,
.home-v7 .h7-service-dialog button:focus-visible {
  outline: 3px solid rgba(28, 139, 97, 0.35);
  outline-offset: 3px;
}

.home-v7 .h7-service-dialog {
  width: min(520px, calc(100vw - 32px));
  max-width: 520px;
  max-height: calc(100svh - 96px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  color: var(--h7-ink);
  box-shadow: 0 30px 90px rgba(44, 31, 20, 0.28);
}

.home-v7 .h7-service-dialog::backdrop {
  background: rgba(44, 31, 20, 0.34);
  backdrop-filter: blur(2px);
}

.home-v7 .h7-service-sheet {
  max-height: inherit;
  padding: 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.home-v7 .h7-service-handle {
  display: none;
}

.home-v7 .h7-service-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 0 !important;
}

.home-v7 .h7-service-head h2 {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.home-v7 .h7-service-close {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  margin: -5px -5px 0 0;
  padding: 0;
  border: 1px solid var(--h7-border);
  border-radius: 50%;
  background: transparent;
  color: var(--h7-ink);
  cursor: pointer;
}

.home-v7 .h7-service-list {
  display: grid;
  margin-bottom: 18px;
  border-block: 1px solid var(--h7-border);
}

.home-v7 .h7-service-list a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 4px;
  border-bottom: 1px solid var(--h7-border);
  color: var(--h7-ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.home-v7 .h7-service-list a:last-child {
  border-bottom: 0;
}

.home-v7 .h7-service-list a span:last-child {
  color: var(--h7-bronze);
  font-size: 20px;
}

.home-v7 .h7-service-primary,
.home-v7 .h7-service-secondary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.home-v7 .h7-service-primary {
  border: 1px solid #E4B634;
  background: var(--h7-gold);
  color: var(--h7-ink);
}

.home-v7 .h7-service-secondary {
  min-height: 44px;
  margin-top: 7px;
  color: #6F5B49;
}

@media (max-width: 980px) {
  .home-v7 #services.h7-visit {
    padding-inline: 24px !important;
  }

  .home-v7 .h7-visit-grid {
    gap: 18px;
  }

  .home-v7 .h7-visit-photo {
    min-height: 190px;
  }

  .home-v7 .h7-visit-body {
    padding-inline: 20px;
  }
}

@media (max-width: 760px) {
  .home-v7 #services.h7-visit {
    scroll-margin-top: 64px;
    padding: 28px 14px 34px !important;
  }

  .home-v7 .h7-visit-head {
    margin-bottom: 15px;
    padding-inline: 2px;
  }

  .home-v7 .h7-section-kicker {
    margin-bottom: 6px;
    font-size: 10.5px;
  }

  .home-v7 .h7-visit-head h2 {
    font-size: clamp(28px, 8.2vw, 31px);
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .home-v7 .h7-visit-head p {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .home-v7 .h7-visit-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 13px;
  }

  .home-v7 .h7-visit-card {
    border-radius: 22px;
  }

  .home-v7 .h7-visit-photo {
    min-height: 0;
    aspect-ratio: 2.35 / 1;
  }

  .home-v7 .h7-visit-body {
    min-height: 0;
    margin-top: -16px;
    padding: 19px 15px 15px;
    border-radius: 20px 20px 0 0;
  }

  .home-v7 .h7-visit-label {
    margin-bottom: 3px;
    font-size: 9.5px;
  }

  .home-v7 .h7-visit-body h3 {
    font-size: 25px;
  }

  .home-v7 .h7-visit-body > p {
    margin: 5px 0 10px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  .home-v7 .h7-visit-tags {
    gap: 5px;
    margin-bottom: 12px;
  }

  .home-v7 .h7-visit-tags li {
    padding: 4px 8px;
    font-size: 10px;
  }

  .home-v7 .h7-visit-action {
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 13px;
    font-size: 13.5px;
  }

  .home-v7 .h7-service-dialog {
    inset: auto 0 calc(76px + env(safe-area-inset-bottom)) 0;
    width: 100%;
    max-width: none;
    max-height: calc(100svh - 144px - env(safe-area-inset-bottom));
    margin: 0;
    border-width: 1px 0 0;
    border-radius: 28px 28px 0 0;
  }

  .home-v7 .h7-service-sheet {
    padding: 10px 16px 17px;
  }

  .home-v7 .h7-service-handle {
    display: block;
    width: 34px;
    height: 4px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: #D6C4AB;
  }

  .home-v7 .h7-service-head {
    margin-bottom: 10px;
  }

  .home-v7 .h7-service-head h2 {
    font-size: 24px;
  }

  .home-v7 .h7-service-close {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .home-v7 .h7-service-list {
    margin-bottom: 12px;
  }

  .home-v7 .h7-service-list a {
    min-height: 50px;
    font-size: 14px;
  }

  .home-v7 .h7-service-primary {
    min-height: 49px;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-visit-head h2 {
    font-size: 27px;
  }

  .home-v7 .h7-visit-tags li {
    font-size: 9.5px;
  }

  .home-v7 .h7-service-dialog {
    max-height: calc(100svh - 136px - env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-visit-photo img,
  .home-v7 .h7-visit-action {
    transition: none !important;
  }
}

/* ======================================================================
   HW-03 · Doctor-led care
   One verified identity, real room, real credentials, real review feed.
   ====================================================================== */
.home-v7 .h7-doctor {
  position: relative;
  scroll-margin-top: 68px;
  padding: clamp(68px, 6vw, 82px) 24px clamp(76px, 7vw, 96px);
  overflow: clip;
  background: var(--h7-surface);
  color: var(--h7-ink);
}

.home-v7 .h7-anchor-alias {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: 68px;
  pointer-events: none;
}

.home-v7 .h7-doctor-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.home-v7 .h7-doctor-intro {
  max-width: 760px;
  margin: 0 0 clamp(28px, 3vw, 38px);
  padding: 0 !important;
}

.home-v7 .h7-doctor-intro h2 {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.13;
}

.home-v7 .h7-doctor-intro p {
  margin: 13px 0 0;
  color: #6F5B49;
  font-size: 16px;
  line-height: 1.65;
}

.home-v7 .h7-doctor-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
  align-items: stretch;
  gap: 36px;
}

.home-v7 .h7-doctor-profile,
.home-v7 .h7-care-card {
  min-width: 0;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: #FFFFFF;
  box-shadow: 0 16px 42px rgba(76, 49, 28, 0.08);
}

.home-v7 .h7-doctor-profile {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  overflow: hidden;
}

.home-v7 .h7-doctor-room {
  aspect-ratio: 5 / 3;
  margin: 0;
  overflow: hidden;
  background: #E8DDCE;
}

.home-v7 .h7-doctor-room img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-v7 .h7-doctor-idcard {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(68%, 460px);
  min-width: 390px;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: -92px 24px 0 auto;
  padding: 0 20px 0 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 18px;
  background: var(--h7-surface);
  box-shadow: 0 12px 28px rgba(76, 49, 28, 0.12);
}

.home-v7 .h7-doctor-idcard picture {
  align-self: stretch;
}

.home-v7 .h7-doctor-idcard img {
  width: 112px;
  height: 100%;
  min-height: 132px;
  display: block;
  object-fit: cover;
  object-position: 50% 38%;
}

.home-v7 .h7-doctor-idcard h3 {
  margin: 0 0 5px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.home-v7 .h7-doctor-idcard p {
  margin: 2px 0;
  color: #6F5B49;
  font-size: 13.5px;
  line-height: 1.45;
}

.home-v7 .h7-doctor-credentials {
  display: grid;
  margin: 16px 38px 0;
  border-block: 1px solid var(--h7-border);
}

.home-v7 .h7-doctor-credentials > div {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr;
  align-items: center;
  gap: 7px 10px;
  min-height: 57px;
  padding: 10px 4px;
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-doctor-credentials > div:last-child {
  border-bottom: 0;
}

.home-v7 .h7-doctor-credentials dt {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--h7-ink);
  font-size: 13.5px;
  font-weight: 700;
}

.home-v7 .h7-doctor-credentials dt svg {
  flex: 0 0 22px;
  color: var(--h7-bronze);
}

.home-v7 .h7-doctor-credentials dd {
  margin: 0;
  color: #6F5B49;
  font-size: 13px;
  text-align: right;
}

.home-v7 .h7-doctor-story {
  margin: auto 38px 0;
  padding-top: 8px;
}

.home-v7 .h7-doctor-story summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--h7-ink);
  font-size: 14px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.home-v7 .h7-doctor-story summary::-webkit-details-marker {
  display: none;
}

.home-v7 .h7-doctor-story[open] summary span {
  transform: rotate(90deg);
}

.home-v7 .h7-doctor-story p {
  margin: 0 0 12px;
  padding: 14px 0 0;
  border-top: 1px solid var(--h7-border);
  color: #6F5B49;
  font-size: 13.5px;
  line-height: 1.7;
}

.home-v7 .h7-care-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.home-v7 .h7-care-head {
  margin: 0 0 17px;
  padding: 0 !important;
}

.home-v7 .h7-care-head h3 {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.home-v7 .h7-care-routes {
  display: grid;
  gap: 9px;
}

.home-v7 .h7-care-routes a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid var(--h7-border);
  border-radius: 13px;
  background: #FFFFFF;
  color: var(--h7-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.home-v7 .h7-care-routes a span:last-child {
  color: var(--h7-bronze);
  font-size: 20px;
}

.home-v7 .h7-care-routes a:hover {
  border-color: var(--h7-bronze);
  background: #FFF9EF;
  transform: translateX(2px);
}

.home-v7 .h7-doctor-review {
  margin-top: 15px;
  padding: 16px 17px;
  border: 1px solid var(--h7-border);
  border-radius: 16px;
  background: #FFFCF6;
}

.home-v7 .h7-doctor-review-source {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6F5B49;
  font-size: 10.5px;
  line-height: 1.4;
}

.home-v7 #h7-doctor-review-stars {
  display: inline-flex;
  gap: 1px;
}

.home-v7 .h7-doctor-review-source a {
  margin-left: auto;
  color: #654427;
  font-weight: 700;
  text-decoration: none;
}

.home-v7 .h7-doctor-review blockquote {
  position: relative;
  margin: 11px 0 8px;
  padding-left: 27px;
  color: var(--h7-ink);
  font-size: 12.5px;
  line-height: 1.58;
}

.home-v7 .h7-doctor-review blockquote::before {
  position: absolute;
  top: -5px;
  left: 0;
  color: var(--h7-bronze);
  content: "“";
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.home-v7 .h7-doctor-review-author {
  display: block;
  color: #806A57;
  font-size: 10.5px;
  font-style: normal;
  line-height: 1.45;
}

.home-v7 .h7-care-cta {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  padding: 12px 16px;
  border: 1px solid #E4B634;
  border-radius: 14px;
  background: var(--h7-gold);
  color: var(--h7-ink);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.home-v7 .h7-doctor-story summary:focus-visible,
.home-v7 .h7-care-routes a:focus-visible,
.home-v7 .h7-doctor-review a:focus-visible,
.home-v7 .h7-care-cta:focus-visible {
  outline: 3px solid rgba(28, 139, 97, 0.35);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .home-v7 .h7-doctor-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.9fr);
    gap: 24px;
  }

  .home-v7 .h7-doctor-idcard {
    width: calc(100% - 48px);
    min-width: 0;
  }

  .home-v7 .h7-care-card {
    padding: 22px;
  }
}

@media (max-width: 900px) {
  .home-v7 .h7-doctor-layout {
    grid-template-columns: 1fr;
  }

  .home-v7 .h7-care-card {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .home-v7 .h7-doctor {
    scroll-margin-top: 64px;
    padding: 29px 14px calc(100px + env(safe-area-inset-bottom));
  }

  .home-v7 .h7-anchor-alias {
    scroll-margin-top: 64px;
  }

  .home-v7 .h7-doctor-intro {
    margin-bottom: 15px;
  }

  .home-v7 .h7-doctor-intro h2 {
    font-size: clamp(29px, 8.2vw, 32px);
    letter-spacing: -0.025em;
    line-height: 1.16;
  }

  .home-v7 .h7-doctor-intro p {
    margin-top: 7px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .home-v7 .h7-doctor-layout {
    gap: 14px;
  }

  .home-v7 .h7-doctor-profile,
  .home-v7 .h7-care-card {
    border-radius: 23px;
  }

  .home-v7 .h7-doctor-room {
    aspect-ratio: 1.63 / 1;
  }

  .home-v7 .h7-doctor-idcard {
    width: calc(100% - 24px);
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 13px;
    margin: -52px 12px 0;
    padding-right: 13px;
    border-radius: 16px;
  }

  .home-v7 .h7-doctor-idcard img {
    width: 88px;
    min-height: 110px;
  }

  .home-v7 .h7-doctor-idcard h3 {
    font-size: 16px;
  }

  .home-v7 .h7-doctor-idcard p {
    font-size: 12px;
  }

  .home-v7 .h7-doctor-credentials {
    margin: 12px 14px 0;
  }

  .home-v7 .h7-doctor-credentials > div {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 56px;
    padding: 9px 3px;
  }

  .home-v7 .h7-doctor-credentials dt {
    font-size: 12.5px;
  }

  .home-v7 .h7-doctor-credentials dd {
    padding-left: 32px;
    font-size: 11.5px;
    text-align: left;
  }

  .home-v7 .h7-doctor-story {
    margin-inline: 14px;
  }

  .home-v7 .h7-doctor-story summary {
    min-height: 46px;
    font-size: 13px;
  }

  .home-v7 .h7-care-card {
    min-height: 0;
    padding: 19px 14px 14px;
  }

  .home-v7 .h7-care-head {
    margin-bottom: 12px;
  }

  .home-v7 .h7-care-head h3 {
    font-size: 25px;
  }

  .home-v7 .h7-care-routes {
    gap: 8px;
  }

  .home-v7 .h7-care-routes a {
    min-height: 52px;
    padding: 9px 13px;
    font-size: 13.5px;
  }

  .home-v7 .h7-doctor-review {
    margin-top: 12px;
    padding: 14px;
  }

  .home-v7 .h7-doctor-review-source {
    flex-wrap: wrap;
  }

  .home-v7 .h7-doctor-review blockquote {
    font-size: 12px;
  }

  .home-v7 .h7-care-cta {
    min-height: 52px;
    margin-top: 12px;
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-doctor-intro h2 {
    font-size: 29px;
  }

  .home-v7 .h7-doctor-idcard {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .home-v7 .h7-doctor-idcard img {
    width: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-care-routes a {
    transition: none !important;
  }
}

/* ======================================================================
   HW-04 · GLASSES LAB EDIT · desktop editorial + mobile companion
   ====================================================================== */

.home-v7 .h7-edit {
  padding: 74px max(24px, calc((100% - 1200px) / 2)) 78px;
  overflow: clip;
  scroll-margin-top: 76px;
  background: var(--h7-canvas);
}

.home-v7 .h7-edit-shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.home-v7 .h7-edit-head {
  max-width: 720px;
  margin: 0 0 30px;
  padding: 0 !important;
  background: transparent;
  border: 0;
}

.home-v7 .h7-edit-head h2 {
  margin: 7px 0 9px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(40px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.home-v7 .h7-edit-head p {
  margin: 0;
  color: #6F5A48;
  font-size: 16px;
  line-height: 1.65;
}

.home-v7 .h7-edit-showcase {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.home-v7 .h7-edit-stage {
  position: relative;
  grid-column: span 6;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #E9DDCD;
}

.home-v7 .h7-edit-stage::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(44, 31, 20, 0.42));
  pointer-events: none;
}

.home-v7 .h7-edit-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.home-v7 .h7-edit-stage figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(44, 31, 20, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.home-v7 .h7-edit-products {
  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-v7 .h7-edit-product {
  display: grid;
  min-width: 0;
  height: 430px;
  grid-template-rows: 330px minmax(100px, auto);
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 24px;
  background: var(--h7-surface);
  box-shadow: 0 12px 34px rgba(76, 49, 28, 0.06);
}

.home-v7 .h7-edit-product > img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  background: #EFE7DC;
}

.home-v7 .h7-edit-product:first-child > img {
  object-position: 50% 43%;
}

.home-v7 .h7-edit-product:last-child > img {
  object-position: 58% 50%;
}

.home-v7 .h7-edit-product-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 15px 16px;
}

.home-v7 .h7-edit-product h3 {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-caps);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.home-v7 .h7-edit-product button {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--h7-border);
  border-radius: 999px;
  background: #fff;
  color: #68452B;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.home-v7 .h7-edit-product button[aria-busy="true"] {
  opacity: 0.65;
  cursor: wait;
}

.home-v7 .h7-edit-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 18px auto 0;
}

.home-v7 .h7-edit-tool {
  display: inline-flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 16px;
  border: 1px solid #D8C3A5;
  border-radius: 999px;
  background: transparent;
  color: var(--h7-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-edit-tool--primary {
  border-color: #E8B83E;
  background: var(--h7-gold);
  box-shadow: 0 8px 20px rgba(193, 137, 21, 0.16);
}

.home-v7 .h7-catalog-live {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.78);
}

.home-v7 .h7-catalog-live > summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 20px;
  color: var(--h7-ink);
  cursor: pointer;
  list-style: none;
}

.home-v7 .h7-catalog-live > summary::-webkit-details-marker {
  display: none;
}

.home-v7 .h7-catalog-live > summary > span:first-child {
  display: grid;
  gap: 2px;
}

.home-v7 .h7-catalog-live > summary strong {
  font-size: 15px;
}

.home-v7 .h7-catalog-live > summary small {
  color: #75604C;
  font-size: 12px;
  line-height: 1.45;
}

.home-v7 .h7-catalog-live > summary > span:last-child {
  font-size: 22px;
  transition: transform 180ms ease;
}

.home-v7 .h7-catalog-live[open] > summary > span:last-child {
  transform: rotate(45deg);
}

.home-v7 .h7-catalog-live-body {
  padding: 24px 20px 22px;
  border-top: 1px solid var(--h7-border);
}

.home-v7 .h7-catalog-live-body > div:first-child {
  margin-bottom: 20px !important;
}

.home-v7 .h7-catalog-live-body .section-title {
  font-size: 32px !important;
}

.home-v7 .h7-catalog-live .catalog-tabs {
  justify-content: flex-start !important;
}

.home-v7 .h7-catalog-live .tab {
  border-color: var(--h7-border);
  background: #fff;
}

.home-v7 .h7-catalog-live .tab.active,
.home-v7 .h7-catalog-live .tab[aria-pressed="true"] {
  border-color: #7A4F2E;
  background: #7A4F2E;
  color: #fff;
}

.home-v7 .h7-catalog-live .fs-catalog-toolbar {
  display: none !important;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--h7-border);
  border-radius: 18px;
  background: #fff;
}

.home-v7.v6-filters-open .h7-catalog-live .fs-catalog-toolbar {
  display: grid !important;
}

.home-v7 .h7-catalog-live #catalog-type-tabs {
  margin-bottom: 18px !important;
  border-color: var(--h7-border) !important;
  background: #fff !important;
}

.home-v7 .h7-catalog-live #catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
  transform: none !important;
}

.home-v7 .h7-catalog-live .fs-frame-card {
  width: auto !important;
  border-color: var(--h7-border);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: none;
}

.home-v7 .h7-brand-list {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--h7-border);
  color: #6F5A48;
}

.home-v7 .h7-brand-list summary {
  min-height: 44px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.home-v7 .h7-brand-list p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.75;
}

.home-v7 .fs-quiz-dialog {
  width: min(calc(100% - 40px), 600px);
  max-height: 80dvh;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 28px;
  background: var(--h7-surface);
  color: var(--h7-ink);
  box-shadow: 0 26px 80px rgba(44, 31, 20, 0.28);
}

.home-v7 .fs-quiz-dialog::backdrop {
  background: rgba(44, 31, 20, 0.62);
  backdrop-filter: blur(3px);
}

.home-v7 .fs-quiz-shell {
  gap: 18px;
  padding: 30px;
}

.home-v7 .fs-quiz-head {
  padding: 0 !important;
  background: transparent;
  border: 0;
}

.home-v7 .fs-quiz-head h2 {
  font-size: 30px;
}

.home-v7 .fs-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v7 .fs-choice {
  min-height: 84px;
  border-color: var(--h7-border);
  border-radius: 16px;
  background: #fff;
}

.home-v7 .fs-choice:has(input:checked) {
  border-color: #7A4F2E;
  background: #F6EADA;
  box-shadow: inset 0 0 0 1px #7A4F2E;
}

.home-v7 .fs-quiz-nav [hidden] {
  display: none !important;
}

.home-v7 .h7-sheet-handle {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .home-v7 .h7-edit-stage:hover img {
    transform: scale(1.025);
  }

  .home-v7 .h7-edit-product button:hover,
  .home-v7 .h7-edit-tool:hover {
    border-color: #A87547;
    background: #F7E9D7;
  }

  .home-v7 .h7-edit-tool--primary:hover {
    border-color: #DDA820;
    background: #FFD15D;
  }
}

@media (max-width: 960px) {
  .home-v7 .h7-edit-stage {
    grid-column: 1 / -1;
    height: 460px;
  }

  .home-v7 .h7-edit-products {
    grid-column: 1 / -1;
  }

  .home-v7 .h7-edit-product {
    height: 390px;
    grid-template-rows: 296px minmax(94px, auto);
  }

  .home-v7 .h7-edit-product > img {
    height: 296px;
  }

  .home-v7 .h7-catalog-live #catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .home-v7 .h7-edit {
    padding: 32px 16px calc(40px + env(safe-area-inset-bottom));
    scroll-margin-top: 66px;
  }

  .home-v7 .h7-edit-head {
    margin-bottom: 20px;
  }

  .home-v7 .h7-edit-head h2 {
    margin-top: 5px;
    font-size: 30px;
  }

  .home-v7 .h7-edit-head p {
    font-size: 13px;
  }

  .home-v7 .h7-edit-showcase {
    gap: 10px;
  }

  .home-v7 .h7-edit-stage {
    height: auto;
    aspect-ratio: 1.45 / 1;
    border-radius: 24px;
  }

  .home-v7 .h7-edit-stage figcaption {
    right: 13px;
    bottom: 13px;
    left: 13px;
  }

  .home-v7 .h7-edit-products {
    gap: 8px;
  }

  .home-v7 .h7-edit-product {
    height: auto;
    grid-template-rows: auto minmax(104px, auto);
    border-radius: 18px;
  }

  .home-v7 .h7-edit-product > img {
    height: auto;
    aspect-ratio: 1.1 / 1;
  }

  .home-v7 .h7-edit-product-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    align-content: start;
    padding: 10px;
  }

  .home-v7 .h7-edit-product h3 {
    font-size: 15px;
  }

  .home-v7 .h7-edit-product button {
    width: 100%;
    min-height: 44px;
    padding-inline: 7px;
    font-size: 11px;
  }

  .home-v7 .h7-edit-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .home-v7 .h7-edit-tool {
    min-height: 48px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .home-v7 .h7-edit-tool--primary {
    grid-column: 1 / -1;
  }

  .home-v7 .h7-catalog-live {
    margin-top: 12px;
    border-radius: 18px;
  }

  .home-v7 .h7-catalog-live > summary {
    min-height: 62px;
    padding: 10px 13px;
  }

  .home-v7 .h7-catalog-live > summary strong {
    font-size: 13px;
  }

  .home-v7 .h7-catalog-live > summary small {
    font-size: 10.5px;
  }

  .home-v7 .h7-catalog-live-body {
    padding: 15px 12px 16px;
  }

  .home-v7 .h7-catalog-live-body > div:first-child {
    display: grid !important;
    margin-bottom: 15px !important;
  }

  .home-v7 .h7-catalog-live-body .section-title {
    font-size: 25px !important;
  }

  .home-v7 .h7-catalog-live .catalog-actions {
    align-items: stretch !important;
  }

  .home-v7 .h7-catalog-live .catalog-tabs {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start !important;
    overflow-x: auto;
    padding: 2px 0 4px !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  .home-v7 .h7-catalog-live .fs-catalog-toolbar,
  .home-v7.v6-filters-open .h7-catalog-live .fs-catalog-toolbar {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .home-v7 .h7-catalog-live #catalog-type-tabs {
    width: 100% !important;
    max-width: 100%;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    border-radius: 16px !important;
  }

  .home-v7 .h7-catalog-live #catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .home-v7 .h7-catalog-live .fs-frame-card {
    min-width: 0 !important;
    flex-basis: auto !important;
  }

  .home-v7 .fs-quiz-dialog {
    inset: auto 0 calc(72px + env(safe-area-inset-bottom)) 0;
    width: 100%;
    max-height: calc(100dvh - 72px - env(safe-area-inset-bottom));
    margin: 0;
    border-radius: 26px 26px 0 0;
  }

  .home-v7 .fs-quiz-shell {
    gap: 14px;
    padding: 10px 16px calc(20px + env(safe-area-inset-bottom));
  }

  .home-v7 .h7-sheet-handle {
    display: block;
    width: 42px;
    height: 4px;
    margin: 0 auto 2px;
    border-radius: 999px;
    background: #D5C5B2;
  }

  .home-v7 .fs-quiz-head h2 {
    font-size: 25px;
  }

  .home-v7 .fs-quiz-head p {
    font-size: 12px;
  }

  .home-v7 .fs-choice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .home-v7 .fs-choice {
    min-height: 68px;
    padding: 12px 14px;
  }

  .home-v7 .fs-quiz-step legend {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .home-v7 .fs-quiz-nav {
    position: sticky;
    bottom: 0;
    background: var(--h7-surface);
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-edit {
    padding-inline: 14px;
  }

  .home-v7 .h7-edit-head h2 {
    font-size: 28px;
  }

  .home-v7 .h7-edit-tool {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-edit-stage img,
  .home-v7 .h7-catalog-live > summary > span:last-child {
    transition: none !important;
  }
}

/* ======================================================================
   HW-05 · Lens & value · one honest price + progressive education
   ====================================================================== */

.home-v7 .h7-value {
  padding: 74px max(24px, calc((100% - 1200px) / 2)) 78px;
  overflow: clip;
  scroll-margin-top: 76px;
  background: #FFF9F0;
}

/* HW-08 will reintroduce these live feeds inside the editorial lane. */
.home-v7 #promo-banner,
.home-v7 #poster-wall {
  display: none !important;
}

.home-v7 .h7-value-shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.home-v7 .h7-value-head {
  max-width: 920px;
  margin: 0 0 28px;
  padding: 0 !important;
  background: transparent;
  border: 0;
}

.home-v7 .h7-value-head h2 {
  margin: 8px 0 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(40px, 3.55vw, 50px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.home-v7 .h7-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 20px;
  align-items: stretch;
}

.home-v7 .h7-package-card,
.home-v7 .h7-lens-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 26px;
  background: var(--h7-surface);
  box-shadow: 0 14px 42px rgba(76, 49, 28, 0.075);
}

.home-v7 .h7-package-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
  grid-template-areas:
    "kicker kicker"
    "price price"
    "lead lead"
    "status status"
    "visual includes"
    "visual actions"
    "visual fine";
  gap: 0 18px;
  padding: 25px 22px 20px;
}

.home-v7 .h7-value-card-kicker {
  color: #8B4D25;
  font-family: var(--font-caps);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-v7 .h7-package-card > .h7-value-card-kicker {
  grid-area: kicker;
}

.home-v7 .h7-package-price {
  grid-area: price;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 6px 0 2px;
  color: var(--h7-ink);
}

.home-v7 .h7-package-price strong {
  font-family: var(--font-display);
  font-size: clamp(62px, 5.4vw, 78px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-v7 .h7-package-price > span:not(.sr-only) {
  padding-bottom: 8px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.home-v7 .h7-package-lead {
  grid-area: lead;
  max-width: 590px;
  margin: 0 0 16px;
  color: #665547;
  font-size: 15px;
  line-height: 1.55;
}

.home-v7 .h7-package-price[hidden],
.home-v7 .h7-package-lead[hidden] {
  display: none !important;
}

.home-v7 .h7-package-status {
  grid-area: status;
  min-height: 18px;
  margin: -9px 0 13px;
  color: #7A4F2E;
  font-size: 10.5px;
  line-height: 1.5;
}

.home-v7 .h7-package-visual {
  grid-area: visual;
  min-height: 350px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #E9DDCD;
}

.home-v7 .h7-package-visual img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: 51% 50%;
}

.home-v7 .h7-package-includes {
  grid-area: includes;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 16px;
  background: #fff;
}

.home-v7 .h7-package-includes > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  min-height: 56px;
  align-items: center;
  padding: 8px 12px;
  color: #493A2F;
  font-size: 12.5px;
  line-height: 1.45;
}

.home-v7 .h7-package-includes > div + div {
  border-top: 1px solid var(--h7-border);
}

.home-v7 .h7-value-icon {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FAF0E2;
  color: #754C2E;
  font-size: 15px;
  place-items: center;
}

.home-v7 .h7-package-actions {
  grid-area: actions;
  display: grid;
  gap: 8px;
  align-self: end;
  margin-top: 10px;
}

.home-v7 .h7-value-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid #E6B638;
  border-radius: 12px;
  background: var(--h7-gold);
  color: var(--h7-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-value-cta:disabled {
  border-color: var(--h7-border);
  background: #EDE5DA;
  color: #877665;
  cursor: wait;
}

.home-v7 .h7-value-cta--quiet {
  border-color: #CDA57E;
  background: transparent;
}

.home-v7 .h7-value-fineprint {
  margin: 11px 0 0;
  color: #776656;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.home-v7 .h7-package-card > .h7-value-fineprint {
  grid-area: fine;
}

.home-v7 .h7-lens-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 25px 20px 20px;
}

.home-v7 .h7-lens-card h3 {
  margin: -2px 0 2px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.home-v7 .h7-lens-visual {
  position: relative;
  height: 140px;
  margin: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #EEE7DC;
}

.home-v7 .h7-lens-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.home-v7 .h7-lens-visual figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(44, 31, 20, 0.75);
  color: #fff;
  font-size: 10.5px;
  backdrop-filter: blur(7px);
}

.home-v7 .h7-lens-routes {
  display: grid;
  gap: 8px;
}

.home-v7 .h7-lens-routes button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  min-height: 52px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--h7-border);
  border-radius: 14px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.home-v7 .h7-lens-routes button[aria-pressed="true"] {
  border-color: #7A4F2E;
  background: #F8EDDF;
  box-shadow: inset 0 0 0 1px #7A4F2E;
}

.home-v7 .h7-lens-route-icon {
  color: #68452B;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

.home-v7 .h7-lens-details {
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 14px;
  background: #fff;
}

.home-v7 .h7-lens-details > summary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 14px;
  color: var(--h7-ink);
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.home-v7 .h7-lens-details > summary::-webkit-details-marker {
  display: none;
}

.home-v7 .h7-lens-details[open] > summary {
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-lens-details[open] > summary > span:last-child {
  transform: rotate(180deg);
}

.home-v7 .h7-lens-deep {
  width: 100%;
  margin: 0;
  padding: 18px 14px !important;
  background: #FFFCF6 !important;
}

.home-v7 .h7-lens-deep .fs-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-v7 .h7-lens-deep .fs-section-head {
  margin-bottom: 16px;
  padding: 0 !important;
  background: transparent;
  border: 0;
}

.home-v7 .h7-lens-deep .fs-section-head h2 {
  font-size: 24px;
}

.home-v7 .h7-lens-deep .fs-section-head p {
  font-size: 12px;
}

.home-v7 .h7-lens-deep .fs-lens-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.home-v7 .h7-lens-deep .fs-lens-stage {
  border-radius: 16px;
}

.home-v7 .h7-lens-deep .fs-control-group {
  padding: 14px;
  border-color: var(--h7-border);
  border-radius: 14px;
  background: #fff;
}

.home-v7 .h7-lens-deep .fs-live-lens {
  margin-top: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .home-v7 .h7-value-cta:hover {
    background: #FFD15D;
  }

  .home-v7 .h7-value-cta--quiet:hover,
  .home-v7 .h7-lens-routes button:hover {
    border-color: #A87547;
    background: #F8EDDF;
  }
}

@media (max-width: 1050px) {
  .home-v7 .h7-package-card {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "kicker"
      "price"
      "lead"
      "status"
      "visual"
      "includes"
      "actions"
      "fine";
  }

  .home-v7 .h7-package-visual {
    min-height: 280px;
    margin-bottom: 12px;
  }

  .home-v7 .h7-package-visual img {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .home-v7 .h7-value {
    padding: 32px 16px calc(40px + env(safe-area-inset-bottom));
    scroll-margin-top: 66px;
  }

  .home-v7 .h7-value-head {
    margin-bottom: 20px;
  }

  .home-v7 .h7-value-head h2 {
    margin-top: 5px;
    font-size: 30px;
  }

  .home-v7 .h7-value-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .home-v7 .h7-package-card,
  .home-v7 .h7-lens-card {
    border-radius: 22px;
  }

  .home-v7 .h7-package-card {
    padding: 20px 16px 17px;
  }

  .home-v7 .h7-package-price {
    margin-top: 5px;
  }

  .home-v7 .h7-package-price strong {
    font-size: 58px;
  }

  .home-v7 .h7-package-price span {
    padding-bottom: 6px;
    font-size: 19px;
  }

  .home-v7 .h7-package-lead {
    font-size: 13px;
  }

  .home-v7 .h7-package-visual,
  .home-v7 .h7-package-visual img {
    min-height: 0;
  }

  .home-v7 .h7-package-visual {
    height: auto;
    aspect-ratio: 1.45 / 1;
    border-radius: 17px;
  }

  .home-v7 .h7-package-includes > div {
    min-height: 52px;
    font-size: 12px;
  }

  .home-v7 .h7-value-cta {
    min-height: 48px;
  }

  .home-v7 .h7-lens-card {
    gap: 10px;
    padding: 20px 16px 17px;
  }

  .home-v7 .h7-lens-card h3 {
    font-size: 25px;
  }

  .home-v7 .h7-lens-visual {
    height: auto;
    aspect-ratio: 2.75 / 1;
  }

  .home-v7 .h7-lens-routes button {
    min-height: 56px;
    font-size: 14px;
  }

  .home-v7 .h7-lens-deep {
    padding: 14px 10px !important;
  }

  .home-v7 .h7-lens-deep .fs-section-head h2 {
    font-size: 21px;
  }

  .home-v7 .h7-lens-deep .fs-lens-stage {
    min-height: 0;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-value {
    padding-inline: 14px;
  }

  .home-v7 .h7-value-head h2 {
    font-size: 28px;
  }

  .home-v7 .h7-package-price strong {
    font-size: 54px;
  }
}

/* ======================================================================
   HW-06 · Real proof and place
   Desktop owns a 7/5 editorial stage. Mobile is a separate single-column
   composition. Photography is authentic; generated boards are references.
   ====================================================================== */

.home-v7 .h7-proof {
  padding: 88px 24px 96px;
  scroll-margin-top: 76px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 203, 71, 0.12), transparent 25%),
    var(--h7-canvas);
}

.home-v7 .h7-proof-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.home-v7 .h7-proof-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-v7 .h7-proof-head h2 {
  margin: 9px 0 10px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: clamp(42px, 4.2vw, 54px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.home-v7 .h7-proof-head p {
  max-width: 650px;
  margin: 0;
  color: #6E5948;
  font-size: 16px;
  line-height: 1.65;
}

.home-v7 .h7-proof-stage {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr);
  gap: 20px;
  padding: 22px;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  box-shadow: var(--h7-shadow);
}

.home-v7 .h7-proof-primary,
.home-v7 .h7-proof-side {
  min-width: 0;
}

.home-v7 .h7-proof-primary {
  display: flex;
  flex-direction: column;
}

.home-v7 .h7-proof-photo {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #EFE4D4;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
}

.home-v7 .h7-proof-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 240ms ease;
}

.home-v7 .h7-proof-photo--main {
  flex: 1 1 auto;
  min-height: 408px;
  aspect-ratio: 3 / 2;
  border-radius: 22px;
}

.home-v7 .h7-proof-photo--main img {
  object-position: 50% 58%;
}

.home-v7 .h7-proof-photo::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(44, 31, 20, 0.62));
}

.home-v7 .h7-proof-photo-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background: rgba(44, 31, 20, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.home-v7 .h7-proof-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 2px 0;
  color: #725D4D;
  font-size: 12px;
  line-height: 1.5;
}

.home-v7 .h7-proof-caption strong {
  color: var(--h7-ink);
  font-size: 14px;
  font-weight: 600;
}

.home-v7 .h7-proof-caption span {
  max-width: 260px;
  text-align: right;
}

.home-v7 .h7-proof-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-v7 .h7-proof-review {
  min-height: 202px;
  padding: 20px 22px 18px;
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  background: #FFF8EE;
}

.home-v7 .h7-proof-review[hidden] {
  display: none !important;
}

.home-v7 .h7-proof-review-top {
  display: flex;
  min-height: 34px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.home-v7 .h7-proof-quote-mark {
  color: var(--h7-bronze);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 0.92;
}

.home-v7 .h7-proof-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #6E5948;
  font-size: 12px;
  line-height: 1.3;
}

.home-v7 .h7-proof-rating svg {
  width: 13px;
  height: 13px;
}

.home-v7 .h7-proof-rating span:last-child {
  margin-left: 6px;
  white-space: nowrap;
}

.home-v7 .h7-proof-review blockquote {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0 16px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-v7 .h7-proof-review footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.home-v7 .h7-proof-review cite {
  color: #6E5948;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.home-v7 .h7-proof-review footer a {
  flex: none;
  color: #704929;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-v7 .h7-proof-gallery {
  display: grid;
  gap: 10px;
}

.home-v7 .h7-proof-gallery-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px;
}

.home-v7 .h7-proof-gallery-head strong {
  color: var(--h7-ink);
  font-size: 13px;
  font-weight: 600;
}

.home-v7 .h7-proof-gallery-head span {
  color: var(--h7-muted-text);
  font-size: 11px;
}

.home-v7 .h7-proof-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-v7 .h7-proof-photo--thumb {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
}

.home-v7 .h7-proof-photo--thumb:nth-child(2) img {
  object-position: center 48%;
}

.home-v7 .h7-proof-photo-label {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v7 .h7-proof-photo-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  place-items: center;
  padding: 20px;
  color: #725D4D;
  font-size: 12px;
  text-align: center;
}

.home-v7 .h7-proof-photo.is-image-error img,
.home-v7 .h7-proof-dialog-image.is-image-error img {
  opacity: 0;
}

.home-v7 .h7-proof-photo.is-image-error .h7-proof-photo-fallback,
.home-v7 .h7-proof-dialog-image.is-image-error .h7-proof-photo-fallback {
  display: grid;
}

.home-v7 .h7-proof-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto;
}

.home-v7 .h7-proof-action {
  display: inline-flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid var(--h7-border);
  border-radius: 13px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-proof-action[hidden] {
  display: none !important;
}

.home-v7 .h7-proof-action--strong {
  border-color: var(--h7-gold);
  background: var(--h7-gold);
}

.home-v7 .h7-proof-dialog {
  width: min(960px, calc(100vw - 64px));
  max-width: none;
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  color: var(--h7-ink);
  box-shadow: 0 28px 90px rgba(44, 31, 20, 0.28);
}

.home-v7 .h7-proof-dialog::backdrop {
  background: rgba(44, 31, 20, 0.34);
  backdrop-filter: blur(5px);
}

.home-v7 .h7-proof-dialog-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.home-v7 .h7-proof-dialog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 48px;
  gap: 16px;
  align-items: center;
}

.home-v7 .h7-proof-dialog-head h2 {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.2;
}

.home-v7 .h7-proof-dialog-head p {
  margin: 0;
  color: #6E5948;
  font-size: 13px;
  font-weight: 600;
}

.home-v7 .h7-proof-dialog-close {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--h7-border);
  border-radius: 50%;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.home-v7 .h7-proof-dialog-figure {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.home-v7 .h7-proof-dialog-image {
  position: relative;
  height: min(56vh, 540px);
  min-height: 330px;
  overflow: hidden;
  border-radius: 20px;
  background: #EFE4D4;
}

.home-v7 .h7-proof-dialog-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v7 .h7-proof-dialog-figure figcaption {
  color: #5E4A3A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.home-v7 .h7-proof-dialog-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
}

.home-v7 .h7-proof-dialog-nav button,
.home-v7 .h7-proof-dialog-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--h7-border);
  border-radius: 13px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-proof-dialog-nav button:last-child {
  background: var(--h7-gold);
  border-color: var(--h7-gold);
}

.home-v7 .h7-proof-photo:focus-visible,
.home-v7 .h7-proof-action:focus-visible,
.home-v7 .h7-proof-dialog button:focus-visible,
.home-v7 .h7-proof-dialog a:focus-visible {
  outline: 3px solid #1F6FEB;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .home-v7 .h7-proof-photo:hover img {
    transform: scale(1.025);
    filter: saturate(1.04);
  }

  .home-v7 .h7-proof-action:hover,
  .home-v7 .h7-proof-dialog-nav button:hover,
  .home-v7 .h7-proof-dialog-nav a:hover {
    border-color: var(--h7-bronze);
    background: #F8EDDF;
  }

  .home-v7 .h7-proof-action--strong:hover,
  .home-v7 .h7-proof-dialog-nav button:last-child:hover {
    border-color: #E4AE24;
    background: #FFD667;
  }
}

@media (max-width: 900px) {
  .home-v7 .h7-proof-stage {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  }

  .home-v7 .h7-proof-photo--main {
    min-height: 360px;
  }

  .home-v7 .h7-proof-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v7 .h7-proof-actions > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-v7 .h7-proof {
    padding: 32px 16px calc(104px + env(safe-area-inset-bottom));
    scroll-margin-top: 66px;
    background: var(--h7-canvas);
  }

  .home-v7 .h7-proof-head {
    margin-bottom: 20px;
  }

  .home-v7 .h7-proof-head h2 {
    margin-top: 5px;
    font-size: 30px;
  }

  .home-v7 .h7-proof-head p {
    font-size: 14px;
  }

  .home-v7 .h7-proof-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .home-v7 .h7-proof-photo--main {
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-radius: 18px;
  }

  .home-v7 .h7-proof-photo-tag {
    top: 12px;
    left: 12px;
  }

  .home-v7 .h7-proof-caption {
    display: grid;
    gap: 2px;
    margin: 8px 2px 0;
  }

  .home-v7 .h7-proof-caption strong {
    font-size: 13px;
  }

  .home-v7 .h7-proof-caption span {
    max-width: none;
    font-size: 11px;
    text-align: left;
  }

  .home-v7 .h7-proof-side {
    gap: 12px;
  }

  .home-v7 .h7-proof-review {
    min-height: 0;
    padding: 16px;
    border-radius: 17px;
  }

  .home-v7 .h7-proof-review blockquote {
    margin: 2px 0 13px;
    font-size: 16px;
    line-height: 1.65;
  }

  .home-v7 .h7-proof-review footer {
    align-items: flex-start;
  }

  .home-v7 .h7-proof-gallery-head strong {
    font-size: 12px;
  }

  .home-v7 .h7-proof-photo--thumb {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .home-v7 .h7-proof-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-v7 .h7-proof-action {
    min-height: 44px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .home-v7 .h7-proof-dialog {
    inset: 66px 0 0;
    width: 100%;
    height: calc(100dvh - 66px);
    max-height: none;
    margin: 0;
    border-width: 1px 0 0;
    border-radius: 24px 24px 0 0;
  }

  .home-v7 .h7-proof-dialog-panel {
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    gap: 12px;
    padding: 16px 14px max(16px, env(safe-area-inset-bottom));
  }

  .home-v7 .h7-proof-dialog-head {
    grid-template-columns: minmax(0, 1fr) auto 44px;
    gap: 8px;
  }

  .home-v7 .h7-proof-dialog-head h2 {
    font-size: 22px;
  }

  .home-v7 .h7-proof-dialog-head p {
    font-size: 11px;
  }

  .home-v7 .h7-proof-dialog-close {
    width: 44px;
    height: 44px;
  }

  .home-v7 .h7-proof-dialog-figure {
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 0;
  }

  .home-v7 .h7-proof-dialog-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 17px;
  }

  .home-v7 .h7-proof-dialog-image img {
    object-fit: cover;
  }

  .home-v7 .h7-proof-dialog-figure figcaption {
    font-size: 12px;
  }

  .home-v7 .h7-proof-dialog-nav {
    grid-template-columns: 1fr 1fr;
  }

  .home-v7 .h7-proof-dialog-nav a {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 44px;
  }

  .home-v7 .h7-proof-dialog-nav button {
    min-height: 44px;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-proof {
    padding-inline: 14px;
  }

  .home-v7 .h7-proof-head h2 {
    font-size: 29px;
  }

  .home-v7 .h7-proof-review footer {
    display: grid;
  }

  .home-v7 .h7-proof-dialog-head .h7-section-kicker {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-proof-photo img {
    transition: none;
  }
}

/* ======================================================================
   HW-07 · Book your visit
   A true desktop guide/workspace split and a compact one-decision mobile
   flow. All IDs remain owned by booking-v6.js and the live slot APIs.
   ====================================================================== */

.home-v7 #booking.h7-book {
  padding: 88px 24px 96px !important;
  scroll-margin-top: 68px;
  background:
    radial-gradient(circle at 7% 12%, rgba(255, 203, 71, 0.09), transparent 22%),
    #2C1F14 !important;
  color: #fff;
}

.home-v7 .h7-book-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.home-v7 .h7-book-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 792px);
  gap: 48px;
  align-items: start;
}

.home-v7 .h7-book-guide {
  position: sticky;
  top: 100px;
  min-width: 0;
}

.home-v7 .h7-book-guide .h7-section-kicker {
  color: #E6B86D;
}

.home-v7 .h7-book-guide h2 {
  margin: 10px 0 14px;
  color: #FFF8EE;
  font-family: var(--font-display);
  font-size: clamp(42px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.home-v7 .h7-book-intro {
  margin: 0;
  color: rgba(255, 248, 238, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.home-v7 .h7-book-guide-list {
  display: grid;
  gap: 0;
  margin-top: 30px;
  border-block: 1px solid rgba(232, 217, 194, 0.22);
}

.home-v7 .h7-book-guide-list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid rgba(232, 217, 194, 0.15);
}

.home-v7 .h7-book-guide-list > div:last-child {
  border-bottom: 0;
}

.home-v7 .h7-book-guide-list > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 203, 71, 0.5);
  border-radius: 50%;
  color: var(--h7-gold);
  font-family: var(--font-caps);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-v7 .h7-book-guide-list p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.home-v7 .h7-book-guide-list strong {
  color: #FFF8EE;
  font-size: 15px;
  font-weight: 600;
}

.home-v7 .h7-book-guide-list small {
  color: rgba(255, 248, 238, 0.6);
  font-size: 12px;
  line-height: 1.55;
}

.home-v7 .h7-book-guide-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 22px;
}

.home-v7 .h7-book-guide-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 248, 238, 0.26);
  border-radius: 13px;
  color: #FFF8EE;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.home-v7 .h7-book-guide-actions .h7-book-line {
  border-color: rgba(70, 201, 139, 0.54);
  color: #77E2AE;
}

.home-v7 .h7-book-guide-note {
  margin: 12px 0 0;
  color: rgba(255, 248, 238, 0.5);
  font-size: 11px;
  line-height: 1.5;
}

.home-v7 .h7-book-workspace {
  min-width: 0;
  padding: 28px 30px 26px;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  color: var(--h7-ink);
  box-shadow: 0 26px 70px rgba(12, 8, 5, 0.26);
}

.home-v7 .h7-book-workspace-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 #h7-book-current-step {
  margin: 0 0 14px;
  color: #77583E;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.home-v7 .h7-book-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-v7 .h7-book-progress::before {
  position: absolute;
  top: 17px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: var(--h7-border);
}

.home-v7 .h7-book-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--h7-muted-text);
  font-size: 11px;
}

.home-v7 .h7-book-progress li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #D8C6AF;
  border-radius: 50%;
  background: var(--h7-surface);
  color: #75583E;
  font-family: var(--font-caps);
  font-size: 13px;
  font-weight: 700;
}

.home-v7 .h7-book-progress li strong {
  font-weight: 500;
}

.home-v7 .h7-book-progress li.is-complete > span {
  border-color: #7A4F2E;
  background: #7A4F2E;
  color: #fff;
}

.home-v7 .h7-book-progress li.is-complete > span::before {
  content: "✓";
}

.home-v7 .h7-book-progress li.is-complete > span {
  font-size: 0;
}

.home-v7 .h7-book-progress li.is-complete > span::before {
  font-size: 13px;
}

.home-v7 .h7-book-progress li.is-current {
  color: var(--h7-ink);
}

.home-v7 .h7-book-progress li.is-current > span {
  border-color: #DCA91E;
  background: var(--h7-gold);
  color: var(--h7-ink);
  box-shadow: 0 0 0 4px rgba(255, 203, 71, 0.18);
}

.home-v7 .h7-book-form {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-v7 .h7-book-form[hidden],
.home-v7 .h7-book-success[hidden],
.home-v7 .h7-book-health[hidden],
.home-v7 .h7-book-field[hidden],
.home-v7 .h7-book-step-head button[hidden] {
  display: none !important;
}

.home-v7 .h7-book-step {
  min-width: 0;
}

.home-v7 .h7-book-form .h7-book-step.is-locked {
  display: none !important;
}

/* v6.css uses an ID selector to keep legacy locked-step summaries visible.
   HW07 instead exposes completed summaries and fully removes future steps. */
.home-v7 #book-form [data-step].h7-book-step.is-locked {
  display: none !important;
}

.home-v7 .h7-book-step.is-complete {
  margin-bottom: 12px;
  padding: 0;
  border: 1px solid var(--h7-border);
  border-radius: 15px;
  background: #FFF9EF;
}

.home-v7 .h7-book-step.is-complete .h7-book-step-body {
  display: none;
}

.home-v7 .h7-book-step.is-current,
.home-v7 .h7-book-step.is-editing {
  display: block !important;
  padding: 2px 0 4px;
}

.home-v7 .h7-book-step.is-editing .h7-book-step-body {
  display: block;
}

.home-v7 .h7-book-form[data-editing-step] .h7-book-step {
  display: none !important;
}

.home-v7 .h7-book-form[data-editing-step="service"] [data-step="service"],
.home-v7 .h7-book-form[data-editing-step="date"] [data-step="date"],
.home-v7 .h7-book-form[data-editing-step="time"] [data-step="time"] {
  display: block !important;
}

.home-v7 .h7-book-form[data-editing-step] .h7-book-submit-row,
.home-v7 .h7-book-form[data-editing-step] .book-submit-hint {
  display: none !important;
}

.home-v7 .h7-book-step-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 48px;
  margin-bottom: 16px;
}

.home-v7 .h7-book-step.is-complete .h7-book-step-head {
  min-height: 62px;
  margin: 0;
  padding: 8px 12px;
}

.home-v7 .h7-book-step-head .book-stepno {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--h7-gold);
  color: var(--h7-ink);
  font-family: var(--font-caps);
  font-size: 13px;
  font-weight: 700;
}

.home-v7 .h7-book-step.is-complete .book-stepno {
  background: #F0E2CF !important;
  color: #704929 !important;
}

.home-v7 .h7-book-step-head > div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.home-v7 .h7-book-step-title {
  margin: 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.home-v7 .h7-book-step-title:focus {
  outline: none;
}

.home-v7 .h7-book-step-title:focus-visible {
  border-radius: 5px;
  outline: 3px solid #1F6FEB;
  outline-offset: 4px;
}

.home-v7 .h7-book-step-head small {
  overflow: hidden;
  color: #806A57;
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v7 .h7-book-step-head button {
  min-width: 64px;
  min-height: 40px;
  padding: 7px 12px;
  border: 1px solid var(--h7-border);
  border-radius: 11px;
  background: #fff;
  color: #704929;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.home-v7 .h7-book-step-body {
  min-width: 0;
}

.home-v7 .h7-book-services {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.home-v7 #book-form .book-service-tile {
  display: grid;
  min-width: 0;
  min-height: 68px;
  align-content: center;
  gap: 3px;
  padding: 11px 12px !important;
  border: 1px solid var(--h7-border) !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--h7-ink) !important;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.home-v7 #book-form .book-service-tile.active,
.home-v7 #book-form .book-service-tile[aria-pressed="true"] {
  border-color: #9A6A3D !important;
  background: #F8EDDF !important;
  box-shadow: inset 0 0 0 1px #9A6A3D;
  outline: 0;
}

.home-v7 .h7-book-service-name {
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v7 .h7-book-service-meta {
  color: #78624F;
  font-size: 11px;
}

.home-v7 .h7-book-calendar {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  margin-inline: auto;
}

.home-v7 .h7-book-calendar-nav {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.home-v7 .h7-book-calendar-nav > strong {
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.home-v7 #book-calendar .h7-book-cal-nav {
  display: grid;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  min-height: 46px !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid var(--h7-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--h7-ink) !important;
  font: inherit;
  font-size: 22px !important;
  cursor: pointer;
}

.home-v7 #book-calendar .h7-book-cal-nav:disabled {
  background: transparent !important;
  opacity: 0.35;
  cursor: not-allowed;
}

.home-v7 .h7-book-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
  min-width: 0;
}

.home-v7 .h7-book-weekday {
  padding: 5px 0;
  color: #796451;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.home-v7 .h7-book-weekday.is-weekend {
  color: #B94B43;
}

.home-v7 #book-calendar .book-day {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  box-sizing: border-box;
  padding: 2px !important;
  border: 1px solid var(--h7-border) !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--h7-ink) !important;
  font: inherit;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  opacity: 1 !important;
}

.home-v7 #book-calendar .book-day.is-weekend:not(:disabled) {
  color: #B94B43 !important;
}

.home-v7 #book-calendar .book-day.is-outside {
  border-color: transparent !important;
  background: transparent !important;
  opacity: 0.24 !important;
}

.home-v7 #book-calendar .book-day.is-closed {
  background: repeating-linear-gradient(135deg, #F1E9DE, #F1E9DE 4px, #E7DAC8 4px, #E7DAC8 6px) !important;
  color: #8C7766 !important;
  opacity: 0.8 !important;
}

.home-v7 #book-calendar .book-day.is-full {
  background: #FFF6DE !important;
  color: #6D5126 !important;
}

.home-v7 #book-calendar .book-day.selected,
.home-v7 #book-calendar .book-day[aria-pressed="true"] {
  border: 2px solid #7A4F2E !important;
  background: var(--h7-gold) !important;
  color: var(--h7-ink) !important;
  box-shadow: 0 0 0 2px rgba(255, 203, 71, 0.2);
}

.home-v7 #book-calendar .book-day:disabled {
  cursor: not-allowed;
}

.home-v7 .book-day-num {
  line-height: 1;
}

.home-v7 .book-day-tag {
  font-size: 9px !important;
  font-weight: 600;
  line-height: 1;
}

.home-v7 .h7-book-calendar-note {
  margin-top: 11px;
  padding: 10px 12px;
  border-radius: 11px;
  background: #F6EDDF;
  color: #725D4D;
  font-size: 12px;
  line-height: 1.55;
}

.home-v7 .h7-book-lead-note {
  max-width: 640px;
  margin: 10px auto 0;
  color: #7A6552;
  font-size: 12px;
  line-height: 1.5;
}

.home-v7 .h7-book-times {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.home-v7 #book-form .book-time {
  min-width: 0;
  min-height: 52px !important;
  padding: 10px 6px !important;
  border: 1px solid var(--h7-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--h7-ink) !important;
  font: inherit;
  font-size: 15px !important;
  font-weight: 600;
  cursor: pointer;
}

.home-v7 #book-form .book-time.active,
.home-v7 #book-form .book-time[aria-pressed="true"] {
  border-color: #7A4F2E !important;
  background: var(--h7-gold) !important;
  color: var(--h7-ink) !important;
  box-shadow: inset 0 0 0 1px #7A4F2E;
  outline: 0;
}

.home-v7 #book-form .book-time:disabled {
  background: #F1E9DE !important;
  color: #9A8878 !important;
  opacity: 0.65;
  cursor: not-allowed;
}

.home-v7 .h7-book-state,
.home-v7 .h7-book-full-state {
  grid-column: 1 / -1;
  padding: 14px;
  border-radius: 12px;
  background: #F7EEDB;
  color: #725D4D;
  font-size: 13px;
  line-height: 1.65;
}

.home-v7 .h7-book-state.is-error {
  background: #FFF0ED;
  color: #873E37;
}

.home-v7 .h7-book-full-state > strong {
  display: block;
  margin-bottom: 4px;
  color: var(--h7-ink);
}

.home-v7 .h7-book-full-state p {
  margin: 0;
}

.home-v7 #book-next-free {
  margin-top: 10px;
}

.home-v7 .h7-book-next-free {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid #7A4F2E;
  border-radius: 11px;
  background: #fff;
  color: #704929;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.home-v7 .h7-book-confirm-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.6fr);
  gap: 18px 20px;
}

.home-v7 .h7-book-confirm-summary {
  align-self: start;
  padding: 8px 15px;
  border: 1px solid var(--h7-border);
  border-radius: 15px;
  background: #F7EEDF;
}

.home-v7 #book-form .book-confirm-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--h7-border);
  color: var(--h7-ink);
  font-size: 13px;
}

.home-v7 #book-form .book-confirm-row:last-child {
  border-bottom: 0;
}

.home-v7 #book-form .book-confirm-row > span {
  color: #806A57;
}

.home-v7 #book-form .book-confirm-row strong {
  text-align: right;
}

.home-v7 .h7-book-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.home-v7 .h7-book-field {
  display: grid;
  min-width: 0;
  gap: 6px;
  color: #5F4A39;
  font-size: 12px;
  font-weight: 500;
}

.home-v7 .h7-book-field > span b {
  color: #B94B43;
}

.home-v7 .h7-book-field > span small {
  font-weight: 400;
}

.home-v7 .h7-book-field--wide {
  grid-column: 1 / -1;
}

.home-v7 #book-form .book-input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--h7-border);
  border-radius: 11px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 16px;
}

.home-v7 #book-form textarea.book-input {
  min-height: 92px;
  resize: vertical;
}

.home-v7 #book-form .book-input:focus {
  border-color: #7A4F2E !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(122, 79, 46, 0.14);
  outline: 0;
}

.home-v7 #book-form .book-input[aria-invalid="true"] {
  border-color: #B94B43;
}

.home-v7 .h7-book-field-hint,
.home-v7 .h7-book-field-error {
  grid-column: 1 / -1;
  margin-top: -7px;
  color: #7A4F2E;
  font-size: 11px;
  line-height: 1.5;
}

.home-v7 .h7-book-field-error {
  color: #9C3F38;
}

.home-v7 .h7-book-health {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 13px;
  background: #fff;
}

.home-v7 .h7-book-health summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  color: var(--h7-ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.home-v7 .h7-book-health summary::-webkit-details-marker {
  display: none;
}

.home-v7 .h7-book-health summary::after {
  content: "+";
  margin-left: auto;
  color: #7A4F2E;
  font-size: 18px;
}

.home-v7 .h7-book-health[open] summary::after {
  content: "−";
}

.home-v7 .h7-book-health summary span {
  color: #806A57;
  font-size: 11px;
  font-weight: 400;
}

.home-v7 .h7-book-health > div {
  padding: 5px 14px 12px;
  border-top: 1px solid var(--h7-border);
}

.home-v7 #book-form .book-fieldset {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 5px 0;
  border: 0;
}

.home-v7 #book-form .book-fieldset legend {
  float: left;
  padding: 0;
  color: #5F4A39;
  font-size: 13px;
}

.home-v7 #book-form .book-fieldset > div {
  display: flex;
  gap: 14px;
}

.home-v7 #book-form .book-radio {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  color: var(--h7-ink);
  font-size: 13px;
  cursor: pointer;
}

.home-v7 #book-form .book-radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #7A4F2E;
}

.home-v7 .h7-book-consent {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #6D5846;
  font-size: 12px;
  line-height: 1.6;
  cursor: pointer;
}

.home-v7 .h7-book-consent input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: #7A4F2E;
}

.home-v7 .h7-book-consent a,
.home-v7 .h7-book-assist a {
  color: #704929;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-v7 .h7-book-submit-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.home-v7 .h7-book-form:not([data-current-step="confirm"]) .h7-book-submit-row {
  display: none;
}

.home-v7 .h7-book-back,
.home-v7 .h7-book-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid var(--h7-border);
  border-radius: 13px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.home-v7 .h7-book-submit {
  flex: 1 1 auto;
  border-color: var(--h7-gold);
  background: var(--h7-gold);
}

.home-v7 .h7-book-submit:disabled {
  border-color: #E5D8C5;
  background: #EDE2D2;
  color: #927F6D;
  cursor: not-allowed;
}

.home-v7 #book-submit-hint {
  margin-top: 9px;
  color: #7A6552;
  font-size: 12px;
  text-align: right;
}

.home-v7 #book-submit-hint[hidden] {
  display: none !important;
}

.home-v7 .h7-book-assist {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px dashed var(--h7-border);
  color: #78624F;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.home-v7 .h7-book-success {
  padding: 54px 32px;
  color: var(--h7-ink);
  text-align: center;
}

.home-v7 .h7-book-success-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #2D8B61;
  color: #fff;
  font-size: 30px;
}

.home-v7 .h7-book-success h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 28px;
}

.home-v7 .h7-book-success p {
  max-width: 520px;
  margin: 0 auto 20px;
  color: #6D5846;
  font-size: 14px;
  line-height: 1.7;
}

.home-v7 .h7-book-success .h7-book-submit {
  min-width: 190px;
}

.home-v7 .h7-book :is(button, a, input, textarea, summary):focus-visible {
  outline: 3px solid #71A7FF;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .home-v7 .h7-book-guide-actions a:hover {
    border-color: rgba(255, 203, 71, 0.75);
    background: rgba(255, 255, 255, 0.06);
  }

  .home-v7 #book-form .book-service-tile:hover,
  .home-v7 #book-form .book-time:hover:not(:disabled),
  .home-v7 #book-calendar .book-day:hover:not(:disabled),
  .home-v7 .h7-book-step-head button:hover,
  .home-v7 .h7-book-back:hover {
    border-color: #A87547 !important;
    background: #F8EDDF !important;
  }

  .home-v7 .h7-book-submit:hover:not(:disabled) {
    border-color: #E4AE24;
    background: #FFD667;
  }
}

@media (max-width: 1100px) {
  .home-v7 .h7-book-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 28px;
  }

  .home-v7 .h7-book-workspace {
    padding-inline: 24px;
  }

  .home-v7 .h7-book-guide h2 {
    font-size: 42px;
  }
}

@media (max-width: 840px) {
  .home-v7 #booking.h7-book {
    padding: 48px 16px 64px !important;
  }

  .home-v7 .h7-book-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .home-v7 .h7-book-guide {
    position: static;
  }

  .home-v7 .h7-book-guide h2 {
    max-width: 620px;
    font-size: 38px;
  }

  .home-v7 .h7-book-intro {
    max-width: 680px;
  }

  .home-v7 .h7-book-guide-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border: 0;
    margin-top: 20px;
  }

  .home-v7 .h7-book-guide-list > div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    padding: 12px;
    border: 1px solid rgba(232, 217, 194, 0.18);
    border-radius: 14px;
  }

  .home-v7 .h7-book-guide-list > div > span {
    width: 32px;
    height: 32px;
  }

  .home-v7 .h7-book-guide-actions {
    max-width: 440px;
  }
}

@media (max-width: 760px) {
  .home-v7 #booking.h7-book {
    padding: 34px 12px 48px !important;
    scroll-margin-top: 64px;
  }

  .home-v7 .h7-book-layout {
    gap: 18px;
  }

  .home-v7 .h7-book-guide h2 {
    margin: 6px 0 8px;
    font-size: 32px;
    line-height: 1.2;
  }

  .home-v7 .h7-book-intro {
    font-size: 13px;
    line-height: 1.65;
  }

  .home-v7 .h7-book-guide-list {
    display: none;
  }

  .home-v7 .h7-book-guide-actions {
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }

  .home-v7 .h7-book-guide-actions a {
    min-height: 44px;
  }

  .home-v7 .h7-book-guide-note {
    display: none;
  }

  .home-v7 .h7-book-workspace {
    width: 100%;
    padding: 16px;
    border-radius: 22px;
  }

  .home-v7 .h7-book-workspace-head {
    padding-bottom: 17px;
  }

  .home-v7 #h7-book-current-step {
    margin-bottom: 11px;
    font-size: 11px;
  }

  .home-v7 .h7-book-progress::before {
    top: 15px;
  }

  .home-v7 .h7-book-progress li {
    gap: 4px;
    font-size: 10px;
  }

  .home-v7 .h7-book-progress li > span {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .home-v7 .h7-book-form {
    padding-top: 16px;
  }

  .home-v7 .h7-book-step.is-complete {
    margin-bottom: 10px;
  }

  .home-v7 .h7-book-step.is-complete .h7-book-step-head {
    min-height: 58px;
    padding: 7px 10px;
  }

  .home-v7 .h7-book-step-head {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 9px;
    margin-bottom: 12px;
  }

  .home-v7 .h7-book-step-head .book-stepno {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .home-v7 .h7-book-step-title {
    font-size: 20px;
  }

  .home-v7 .h7-book-step-head button {
    min-width: 58px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .home-v7 .h7-book-services {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .home-v7 #book-form .book-service-tile {
    min-height: 62px !important;
  }

  .home-v7 .h7-book-calendar {
    max-width: none;
  }

  .home-v7 .h7-book-calendar-nav {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 7px;
    margin-bottom: 9px;
  }

  .home-v7 .h7-book-calendar-nav > strong {
    font-size: 17px;
  }

  .home-v7 #book-calendar .h7-book-cal-nav {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .home-v7 .h7-book-calendar-grid {
    gap: 2px;
  }

  .home-v7 #book-calendar .book-day {
    height: auto !important;
    min-height: 44px !important;
    aspect-ratio: 1 / 1;
    border-radius: 9px !important;
    font-size: 13px !important;
  }

  .home-v7 .book-day-tag {
    font-size: 8.5px !important;
  }

  .home-v7 .h7-book-calendar-note,
  .home-v7 .h7-book-lead-note {
    font-size: 11px;
  }

  .home-v7 .h7-book-times {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .home-v7 .h7-book-confirm-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .home-v7 .h7-book-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .home-v7 .h7-book-field--wide {
    grid-column: auto;
  }

  .home-v7 .h7-book-field-hint,
  .home-v7 .h7-book-field-error {
    grid-column: auto;
  }

  .home-v7 .h7-book-health,
  .home-v7 .h7-book-consent {
    grid-column: auto;
  }

  .home-v7 .h7-book-health summary {
    align-items: flex-start;
  }

  .home-v7 .h7-book-health summary span {
    display: none;
  }

  .home-v7 .h7-book-submit-row {
    display: grid;
    grid-template-columns: minmax(100px, 0.65fr) minmax(0, 1.35fr);
  }

  .home-v7 .h7-book-back,
  .home-v7 .h7-book-submit {
    min-height: 50px;
    padding-inline: 12px;
  }

  .home-v7 .h7-book-assist {
    margin-top: 14px;
    padding-top: 12px;
    font-size: 11px;
  }
}

@media (max-width: 370px) {
  .home-v7 #booking.h7-book {
    padding-inline: 8px !important;
  }

  .home-v7 .h7-book-guide {
    padding-inline: 4px;
  }

  .home-v7 .h7-book-guide h2 {
    font-size: 30px;
  }

  .home-v7 .h7-book-workspace {
    padding: 12px;
    border-radius: 20px;
  }

  .home-v7 .h7-book-progress li strong {
    font-size: 9px;
  }

  .home-v7 .h7-book-step-head small {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-book * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ======================================================================
   HW-08 · Doctor's notes + latest · live editorial feed, zero autoplay
   ====================================================================== */

.home-v7 #facebook-updates,
.home-v7 #tiktok-updates {
  display: none !important;
}

.home-v7 #articles.h7-latest {
  padding: 88px max(24px, calc((100% - 1200px) / 2)) 96px !important;
  overflow: clip;
  scroll-margin-top: 68px;
  background:
    radial-gradient(circle at 87% 12%, rgba(255, 203, 71, 0.12), transparent 28%),
    #FAF3E7;
}

.home-v7 .h7-latest-shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.home-v7 .h7-latest-head {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 456px);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.home-v7 .h7-latest-heading {
  min-width: 0;
}

.home-v7 .h7-latest-heading h2 {
  max-width: 700px;
  margin: 8px 0 12px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-v7 .h7-latest-heading > p {
  max-width: 680px;
  margin: 0;
  color: var(--h7-muted);
  font-size: 15px;
  line-height: 1.7;
}

.home-v7 .h7-latest-filters {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.home-v7 .h7-latest-filters button,
.home-v7 #h7-latest-more,
.home-v7 #h7-latest-retry {
  min-height: 44px;
  padding: 9px 20px;
  border: 1px solid #DCC9AC;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.76);
  color: var(--h7-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.home-v7 .h7-latest-filters button[aria-pressed="true"] {
  border-color: #DCA91E;
  background: var(--h7-gold);
  box-shadow: 0 8px 20px rgba(183, 130, 16, 0.16);
}

.home-v7 .h7-latest-filters button[hidden],
.home-v7 #h7-latest-more[hidden],
.home-v7 .h7-latest-dialog button[hidden],
.home-v7 .h7-latest-dialog [hidden] {
  display: none !important;
}

.home-v7 .h7-latest-feed {
  width: 100%;
  min-width: 0;
}

.home-v7 .h7-latest-feed.has-feature,
.home-v7 .h7-latest-feed.is-loading {
  display: grid;
  grid-template-columns: minmax(0, 688px) minmax(0, 488px);
  gap: 24px;
  align-items: stretch;
}

.home-v7 .h7-latest-feature {
  display: grid;
  min-width: 0;
  min-height: 520px;
  grid-template-rows: 300px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 26px;
  background: var(--h7-surface);
  color: inherit;
  box-shadow: 0 22px 54px rgba(82, 50, 25, 0.1);
  text-decoration: none;
}

.home-v7 .h7-latest-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #F2E6D3;
}

.home-v7 .h7-latest-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v7 .h7-latest-image-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  padding: 16px;
  color: #806A57;
  font-size: 12px;
  text-align: center;
}

.home-v7 .h7-latest-media.is-error .h7-latest-image-fallback,
.home-v7 .h7-latest-dialog-image.is-error .h7-latest-image-fallback {
  display: grid;
}

.home-v7 .h7-latest-feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 28px 27px;
}

.home-v7 .h7-latest-source {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #E0CBAA;
  border-radius: 999px;
  color: #8A531F;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.025em;
}

.home-v7 .h7-latest-feature h3 {
  margin: 13px 0 8px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.home-v7 .h7-latest-feature-copy > p {
  margin: 0;
  color: var(--h7-muted);
  font-size: 12px;
}

.home-v7 .h7-latest-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #714823;
  font-size: 13px;
  font-weight: 700;
}

.home-v7 .h7-latest-list,
.home-v7 .h7-latest-skeleton-list {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 12px;
}

.home-v7 .h7-latest-item {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 121px;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 8px 13px 8px 8px;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  background: var(--h7-surface);
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-latest-media--compact {
  width: 104px;
  height: 104px;
  border-radius: 14px;
}

.home-v7 .h7-latest-item.is-poster .h7-latest-media--compact {
  background: #EEE0CD;
}

.home-v7 .h7-latest-item.is-poster .h7-latest-media--compact img {
  padding: 4px;
  object-fit: contain;
}

.home-v7 .h7-latest-item-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 6px;
}

.home-v7 .h7-latest-item-copy .h7-latest-source {
  min-height: 21px;
  padding: 3px 8px;
  border: 0;
  background: #F6EAD8;
  font-size: 9px;
}

.home-v7 .h7-latest-item-copy > strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-v7 .h7-latest-item-copy > small {
  overflow: hidden;
  color: var(--h7-muted);
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v7 .h7-latest-item-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 5px;
  color: #7A4F2E;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.home-v7 .h7-latest-card-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-v7 .h7-latest-card-grid.is-poster-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-v7 .h7-latest-poster-card {
  display: grid;
  min-width: 0;
  min-height: 390px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 24px;
  background: var(--h7-surface);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.home-v7 .h7-latest-media--poster {
  min-height: 350px;
  border-radius: 15px;
  background: #EEE1CE;
}

.home-v7 .h7-latest-media--poster img {
  padding: 8px;
  object-fit: contain;
}

.home-v7 .h7-latest-poster-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 14px 8px;
}

.home-v7 .h7-latest-poster-copy > strong {
  margin-top: 18px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
}

.home-v7 .h7-latest-poster-copy > small {
  margin-top: 10px;
  color: var(--h7-muted);
  font-size: 11px;
  line-height: 1.5;
}

.home-v7 .h7-latest-card-grid.is-video-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-v7 .h7-latest-video-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 330px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 22px;
  background: var(--h7-surface);
  color: inherit;
  text-decoration: none;
}

.home-v7 .h7-latest-video-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #261A12;
}

.home-v7 .h7-latest-media--video {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.home-v7 .h7-latest-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  padding-left: 3px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(35, 24, 16, 0.7);
  color: #fff;
  font-size: 16px;
}

.home-v7 .h7-latest-duration {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  padding: 4px 7px;
  border-radius: 7px;
  background: rgba(35, 24, 16, 0.8);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.home-v7 .h7-latest-video-copy {
  display: flex;
  min-width: 0;
  min-height: 195px;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
}

.home-v7 .h7-latest-video-copy > strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 11px;
  color: var(--h7-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-v7 .h7-latest-video-copy > small {
  margin-top: 7px;
  color: var(--h7-muted);
  font-size: 10px;
}

.home-v7 .h7-latest-more-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.home-v7 #h7-latest-more {
  min-width: 144px;
}

.home-v7 .h7-latest-empty {
  grid-column: 1 / -1;
  display: grid;
  min-height: 240px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 38px;
  border: 1px solid var(--h7-border);
  border-radius: 24px;
  background: var(--h7-surface);
  color: var(--h7-muted);
  text-align: center;
}

.home-v7 .h7-latest-empty strong {
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
}

.home-v7 .h7-latest-empty p {
  max-width: 480px;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.home-v7 .h7-latest-skeleton {
  min-height: 121px;
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(242, 230, 211, 0.74)),
    #F5E9D7;
}

.home-v7 .h7-latest-skeleton--feature {
  min-height: 520px;
  border-radius: 26px;
}

.home-v7 .h7-latest-feature,
.home-v7 .h7-latest-item,
.home-v7 .h7-latest-poster-card,
.home-v7 .h7-latest-video-card,
.home-v7 .h7-latest-filters button,
.home-v7 #h7-latest-more {
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-v7 .h7-latest-dialog {
  width: min(960px, calc(100vw - 40px));
  max-width: 960px;
  max-height: min(820px, calc(100dvh - 40px));
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  color: var(--h7-ink);
  box-shadow: 0 34px 90px rgba(20, 12, 7, 0.38);
}

.home-v7 .h7-latest-dialog::backdrop {
  background: rgba(28, 18, 11, 0.72);
  backdrop-filter: blur(6px);
}

.home-v7 .h7-latest-dialog-panel {
  display: grid;
  max-height: min(820px, calc(100dvh - 40px));
  grid-template-rows: auto minmax(0, 1fr);
}

.home-v7 .h7-latest-dialog-head {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px 16px 28px;
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-latest-dialog-head > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.home-v7 #h7-latest-dialog-count {
  margin: 0;
  color: var(--h7-muted);
  font-size: 11px;
}

.home-v7 .h7-latest-dialog-head > button {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--h7-border);
  border-radius: 50%;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 25px;
  cursor: pointer;
}

.home-v7 .h7-latest-dialog-content {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
}

.home-v7 .h7-latest-dialog-figure {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  background: #EEE1CE;
}

.home-v7 .h7-latest-dialog-image {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
}

.home-v7 .h7-latest-dialog-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v7 #h7-latest-dialog-original {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  border-radius: 12px;
  background: rgba(255, 252, 246, 0.8);
  color: #724924;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.home-v7 .h7-latest-dialog-copy {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 32px 28px;
  overflow: auto;
}

.home-v7 .h7-latest-dialog-copy h2 {
  margin: 18px 0 12px;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.home-v7 #h7-latest-dialog-date {
  margin: 0;
  color: var(--h7-muted);
  font-size: 12px;
  line-height: 1.6;
}

.home-v7 .h7-latest-dialog-actions {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: 30px;
}

.home-v7 .h7-latest-dialog-actions a,
.home-v7 .h7-latest-dialog-actions button,
.home-v7 .h7-latest-dialog-nav button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #D9C4A6;
  border-radius: 13px;
  background: #fff;
  color: var(--h7-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.home-v7 .h7-latest-dialog-actions a {
  border-color: #DCA91E;
  background: var(--h7-gold);
}

.home-v7 .h7-latest-dialog-nav {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
}

.h7-latest-dialog-open {
  overflow: hidden !important;
}

.h7-latest-dialog-open .home-v7 .m-bookbar,
.home-v7.h7-latest-dialog-open .m-bookbar {
  transform: translateY(120%) !important;
  pointer-events: none !important;
}

.home-v7 .h7-latest :is(a, button):focus-visible,
.home-v7 .h7-latest-dialog :is(a, button):focus-visible {
  outline: 3px solid #1F6FEB;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .home-v7 .h7-latest-feature:hover,
  .home-v7 .h7-latest-item:hover,
  .home-v7 .h7-latest-poster-card:hover,
  .home-v7 .h7-latest-video-card:hover {
    transform: translateY(-3px);
    border-color: #CBA979;
    box-shadow: 0 16px 36px rgba(82, 50, 25, 0.12);
  }

  .home-v7 .h7-latest-filters button:hover,
  .home-v7 #h7-latest-more:hover {
    border-color: #B88B51;
  }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .home-v7 #articles.h7-latest {
    padding-top: 72px !important;
    padding-bottom: 80px !important;
  }

  .home-v7 .h7-latest-heading h2 {
    font-size: 48px;
  }
}

@media (max-width: 900px) {
  .home-v7 #articles.h7-latest {
    padding: 48px 16px calc(104px + env(safe-area-inset-bottom)) !important;
    scroll-margin-top: 64px;
  }

  .home-v7 .h7-latest-head {
    display: block;
    margin-bottom: 24px;
  }

  .home-v7 .h7-latest-heading h2 {
    margin-top: 7px;
    font-size: 32px;
    line-height: 1.16;
  }

  .home-v7 .h7-latest-heading > p {
    font-size: 13px;
    line-height: 1.65;
  }

  .home-v7 .h7-latest-filters {
    justify-content: flex-start;
    gap: 7px;
    margin-top: 20px;
    padding-bottom: 3px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: none;
  }

  .home-v7 .h7-latest-filters::-webkit-scrollbar {
    display: none;
  }

  .home-v7 .h7-latest-filters button {
    min-width: max-content;
    flex: 0 0 auto;
    padding-inline: 17px;
  }

  .home-v7 .h7-latest-feed.has-feature,
  .home-v7 .h7-latest-feed.is-loading {
    display: block;
  }

  .home-v7 .h7-latest-feature {
    min-height: 0;
    grid-template-rows: auto auto;
    border-radius: 22px;
  }

  .home-v7 .h7-latest-media--feature {
    aspect-ratio: 358 / 224;
  }

  .home-v7 .h7-latest-feature-copy {
    min-height: 226px;
    padding: 20px;
  }

  .home-v7 .h7-latest-feature h3 {
    margin-top: 12px;
    font-size: 24px;
  }

  .home-v7 .h7-latest-list,
  .home-v7 .h7-latest-skeleton-list {
    margin-top: 12px;
    gap: 10px;
  }

  .home-v7 .h7-latest-item {
    min-height: 112px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    padding: 9px;
    border-radius: 18px;
  }

  .home-v7 .h7-latest-media--compact {
    width: 92px;
    height: 92px;
    grid-row: 1 / span 2;
    border-radius: 12px;
  }

  .home-v7 .h7-latest-item-copy {
    align-self: end;
  }

  .home-v7 .h7-latest-item-copy > strong {
    font-size: 14px;
    line-height: 1.38;
  }

  .home-v7 .h7-latest-item-action {
    min-height: 24px;
    grid-column: 2;
    align-self: start;
    font-size: 10px;
  }

  .home-v7 .h7-latest-card-grid,
  .home-v7 .h7-latest-card-grid.is-poster-grid,
  .home-v7 .h7-latest-card-grid.is-video-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 11px;
  }

  .home-v7 .h7-latest-poster-card {
    min-height: 136px;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 15px;
    padding: 9px;
    border-radius: 18px;
  }

  .home-v7 .h7-latest-media--poster {
    min-height: 118px;
    border-radius: 12px;
  }

  .home-v7 .h7-latest-media--poster img {
    padding: 3px;
  }

  .home-v7 .h7-latest-poster-copy {
    padding: 6px 5px 6px 0;
  }

  .home-v7 .h7-latest-poster-copy > strong {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-v7 .h7-latest-poster-copy > small {
    margin-top: 6px;
    font-size: 9px;
  }

  .home-v7 .h7-latest-poster-copy .h7-latest-action {
    min-height: 24px;
    margin-top: auto;
    font-size: 10px;
  }

  .home-v7 .h7-latest-video-card {
    min-height: 168px;
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    border-radius: 18px;
  }

  .home-v7 .h7-latest-video-media {
    min-height: 168px;
  }

  .home-v7 .h7-latest-video-copy {
    min-height: 168px;
    padding: 15px;
  }

  .home-v7 .h7-latest-video-copy > strong {
    margin-top: 9px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .home-v7 .h7-latest-video-copy .h7-latest-action {
    min-height: 30px;
    margin-top: auto;
    font-size: 10px;
  }

  .home-v7 .h7-latest-play {
    width: 42px;
    height: 42px;
  }

  .home-v7 .h7-latest-skeleton--feature {
    min-height: 448px;
  }

  .home-v7 .h7-latest-skeleton-list .h7-latest-skeleton {
    min-height: 112px;
  }

  .home-v7 .h7-latest-dialog {
    inset: 64px 0 0;
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 64px);
    margin: 0;
    border-width: 1px 0 0;
    border-radius: 22px 22px 0 0;
  }

  .home-v7 .h7-latest-dialog-panel {
    height: calc(100dvh - 64px);
    max-height: none;
  }

  .home-v7 .h7-latest-dialog-head {
    min-height: 66px;
    padding: 10px 13px 9px 18px;
  }

  .home-v7 .h7-latest-dialog-head > div {
    gap: 10px;
  }

  .home-v7 .h7-latest-dialog-content {
    display: block;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .home-v7 .h7-latest-dialog-figure {
    min-height: min(55dvh, 520px);
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 14px;
  }

  .home-v7 .h7-latest-dialog-copy {
    min-height: 330px;
    padding: 24px 18px calc(28px + env(safe-area-inset-bottom));
    overflow: visible;
  }

  .home-v7 .h7-latest-dialog-copy h2 {
    margin-top: 13px;
    font-size: 24px;
  }

  .home-v7 .h7-latest-dialog-actions {
    margin-top: 22px;
  }

  .home-v7 .h7-latest-dialog-nav {
    margin-top: 18px;
    padding-top: 0;
  }
}

@media (max-width: 370px) {
  .home-v7 #articles.h7-latest {
    padding-inline: 14px !important;
  }

  .home-v7 .h7-latest-heading h2 {
    font-size: 30px;
  }

  .home-v7 .h7-latest-feature-copy {
    min-height: 218px;
    padding: 18px;
  }

  .home-v7 .h7-latest-media--compact {
    width: 84px;
    height: 84px;
  }

  .home-v7 .h7-latest-item {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .home-v7 .h7-latest-poster-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .home-v7 .h7-latest-video-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .home-v7 .h7-latest-dialog-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-latest *,
  .home-v7 .h7-latest-dialog * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ======================================================================
   HW-09 · Visit us + FAQ + closing identity
   True 1200px desktop composition. Mobile is independently stacked.
   ====================================================================== */

.home-v7 .h7-visit-us {
  scroll-margin-top: 82px;
  padding: 88px 24px 80px;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 2%, rgba(255, 203, 71, 0.14), transparent 26%),
    var(--h7-canvas);
}

.home-v7 .h7-visit-shell,
.home-v7 .h7-faq-shell {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.home-v7 .h7-visit-head {
  width: min(720px, 100%);
  margin: 0 auto 40px;
  text-align: center;
}

.home-v7 .h7-visit-head h2,
.home-v7 .h7-faq-intro h2 {
  margin: 12px 0 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home-v7 .h7-visit-head p,
.home-v7 .h7-faq-intro > p {
  margin: 13px 0 0;
  color: #755f4d;
  font-size: 15px;
  line-height: 1.7;
}

.home-v7 .h7-arrival-grid {
  display: grid;
  grid-template-columns: minmax(0, 688px) minmax(0, 488px);
  gap: 24px;
  align-items: stretch;
}

.home-v7 .h7-arrival-map {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: #dfd3c0;
  box-shadow: var(--h7-shadow);
  isolation: isolate;
}

.home-v7 .h7-arrival-map > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-v7 .h7-arrival-map iframe {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f0e6d8;
}

.home-v7 .h7-map-card {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(232, 217, 194, 0.94);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.96);
  box-shadow: 0 12px 34px rgba(44, 31, 20, 0.16);
  backdrop-filter: blur(12px);
}

.home-v7 .h7-map-card .map-facade__pin {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #f4e4c8;
  color: #70492c;
}

.home-v7 .h7-map-copy {
  min-width: 0;
}

.home-v7 .h7-map-copy address {
  margin: 0;
  color: var(--h7-ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.home-v7 .h7-map-copy span {
  display: block;
  margin-top: 2px;
  color: #806b58;
  font-size: 11px;
  line-height: 1.4;
}

.home-v7 .h7-map-button {
  min-width: 112px;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid #70492c;
  border-radius: 999px;
  background: #70492c;
  color: #fff;
  font: 650 13px/1 var(--font-body);
  cursor: pointer;
}

.home-v7 .h7-map-button:disabled {
  cursor: default;
  opacity: 0.82;
}

.home-v7 .h7-arrival-card {
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  gap: 14px;
  padding: 28px 30px;
  border: 1px solid var(--h7-border);
  border-radius: 28px;
  background: var(--h7-surface);
  box-shadow: 0 16px 46px rgba(76, 49, 28, 0.08);
}

.home-v7 .h7-arrival-card-head > span {
  color: var(--h7-bronze-text);
  font-family: var(--font-caps);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-v7 .h7-arrival-card-head h3 {
  margin: 6px 0 0;
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.18;
}

.home-v7 .h7-arrival-status {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin: 9px 0 0;
  padding: 5px 11px;
  border: 1px solid #d8c7af;
  border-radius: 999px;
  background: #f7efe2;
  color: #715a45;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.home-v7 .h7-arrival-status[data-state="open"] {
  border-color: rgba(28, 139, 97, 0.28);
  background: rgba(28, 139, 97, 0.09);
  color: #156a4a;
}

.home-v7 .h7-arrival-status[data-state="temporary"] {
  border-color: rgba(232, 90, 79, 0.3);
  background: rgba(232, 90, 79, 0.08);
  color: #a13e36;
}

.home-v7 .h7-today-hours {
  border-block: 1px solid var(--h7-border);
}

.home-v7 .h7-today-row {
  display: grid;
  min-height: 52px;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.home-v7 .h7-today-row + .h7-today-row {
  border-top: 1px solid var(--h7-border);
}

.home-v7 .h7-today-row > span {
  color: #7b6552;
  font-size: 12px;
}

.home-v7 .h7-today-row > strong {
  min-width: 0;
  color: var(--h7-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  text-align: right;
}

.home-v7 .h7-today-row[data-state="open"] > strong {
  color: #156a4a;
}

.home-v7 .h7-today-row[data-state="temporary"] > strong {
  color: #a13e36;
}

.home-v7 .h7-week-hours {
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-week-hours summary,
.home-v7 .h7-faq-list summary {
  list-style: none;
}

.home-v7 .h7-week-hours summary::-webkit-details-marker,
.home-v7 .h7-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-v7 .h7-week-hours > summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  color: #6f4b30;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.home-v7 .h7-week-hours > summary > span,
.home-v7 .h7-faq-list summary > span[aria-hidden="true"] {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  transition: transform 180ms ease;
}

.home-v7 .h7-week-hours[open] > summary > span,
.home-v7 .h7-faq-list details[open] > summary > span[aria-hidden="true"] {
  transform: rotate(45deg);
}

.home-v7 .h7-week-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 14px;
}

.home-v7 .h7-week-hours-grid > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.home-v7 .h7-week-hours-grid strong {
  color: var(--h7-ink);
  font-size: 11px;
}

.home-v7 .h7-week-hours-grid span {
  color: #755f4d;
  font-size: 11px;
  line-height: 1.6;
  white-space: pre-line;
}

.home-v7 .h7-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-v7 .h7-contact-actions a {
  display: flex;
  min-width: 0;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--h7-border);
  border-radius: 14px;
  background: #fff;
  color: var(--h7-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.home-v7 .h7-line-mark {
  display: inline-grid;
  min-width: 35px;
  min-height: 22px;
  place-items: center;
  border-radius: 6px;
  background: #06c755;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-v7 .h7-direction-button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 10px 18px;
  border: 1px solid #70492c;
  border-radius: 15px;
  background: #70492c;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
}

.home-v7 .h7-closure-note {
  margin: -2px 0 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(232, 90, 79, 0.08);
  color: #8d3932;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
}

.home-v7 .h7-hours-source {
  margin: -5px 0 0;
  color: var(--h7-muted-text);
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

.home-v7 .h7-visit-faq {
  scroll-margin-top: 82px;
  padding: 0 24px 88px;
  background: var(--h7-canvas);
}

.home-v7 .h7-faq-shell {
  padding-top: 72px;
  border-top: 1px solid var(--h7-border);
}

.home-v7 .h7-faq-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 792px);
  gap: 48px;
  align-items: start;
}

.home-v7 .h7-faq-intro,
.home-v7 .h7-faq-list {
  min-width: 0;
}

.home-v7 .h7-faq-list {
  overflow: hidden;
}

.home-v7 .h7-faq-intro h2 {
  font-size: 40px;
}

.home-v7 .h7-faq-identity {
  display: grid;
  min-height: 160px;
  grid-template-columns: 132px minmax(0, 1fr);
  margin: 30px 0 0;
  overflow: hidden;
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  background: var(--h7-surface);
}

.home-v7 .h7-faq-identity img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}

.home-v7 .h7-faq-identity figcaption {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px;
}

.home-v7 .h7-faq-identity strong {
  color: var(--h7-ink);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.35;
}

.home-v7 .h7-faq-identity span {
  color: #755f4d;
  font-size: 11px;
  line-height: 1.55;
}

.home-v7 .h7-faq-list {
  border-top: 1px solid var(--h7-border);
}

.home-v7 .h7-faq-list > details,
.home-v7 .h7-faq-extra > details {
  border-bottom: 1px solid var(--h7-border);
}

.home-v7 .h7-faq-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 2px;
  color: var(--h7-ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
  cursor: pointer;
}

.home-v7 #faq .h7-faq-list details > summary::after {
  display: none !important;
  content: none !important;
}

.home-v7 #faq .h7-faq-list summary > span[aria-hidden="true"] {
  border-radius: 50%;
  background: #f4e4c8;
  color: #70492c;
  font-size: 0;
  transform: none;
}

.home-v7 #faq .h7-faq-list summary > span[aria-hidden="true"]::before {
  content: "+";
  font-size: 18px;
  line-height: 1;
}

.home-v7 #faq .h7-faq-list details[open] > summary > span[aria-hidden="true"] {
  background: var(--h7-bronze);
  color: #fff;
  transform: none;
}

.home-v7 #faq .h7-faq-list details[open] > summary > span[aria-hidden="true"]::before {
  content: "−";
}

.home-v7 .h7-faq-list details > p {
  max-width: 680px;
  margin: 2px 0 18px;
  padding-inline: 2px;
  color: #6f5c4b;
  font-size: 13px;
  line-height: 1.8;
}

.home-v7 #faq .h7-faq-list summary:focus-visible {
  border-radius: 10px;
  outline: 3px solid var(--h7-gold) !important;
  outline-offset: -3px !important;
}

.home-v7 .h7-faq-more-close {
  display: none;
}

.home-v7 .h7-faq-more[open] > summary .h7-faq-more-open {
  display: none;
}

.home-v7 .h7-faq-more[open] > summary .h7-faq-more-close {
  display: inline;
}

.home-v7 .h7-faq-extra {
  padding-left: 22px;
  border-left: 2px solid #ead5b5;
}

.home-v7 .h7-faq-extra > details:last-child {
  border-bottom: 0;
}

.home-v7 :is(.h7-map-button, .h7-direction-button, .h7-contact-actions a, .h7-week-hours summary, .h7-faq-list summary):focus-visible {
  outline: 3px solid var(--h7-gold);
  outline-offset: 3px;
}

.home-v7 .h7-footer {
  padding: 48px 24px 28px !important;
  background: #2c1f14 !important;
}

.home-v7 .h7-footer .v6-footer,
.home-v7 .h7-footer .h7-footer-bottom {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.home-v7 .h7-footer .v6-footer {
  grid-template-columns: minmax(0, 588px) minmax(0, 282px) minmax(0, 282px);
  gap: 24px;
  margin-bottom: 26px;
}

.home-v7 .h7-footer .v6-footer-brand p {
  max-width: 560px;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.65;
}

.home-v7 .h7-footer .v6-fbtn {
  min-height: 46px;
}

.home-v7 .h7-footer .v6-footer-legal a {
  min-height: 44px;
  align-items: center;
}

.home-v7 .h7-footer :is(a, button):focus-visible {
  outline: 3px solid var(--h7-gold);
  outline-offset: 3px;
}

body.home-v7.v6-pdpa-open .m-bookbar,
body.home-v7.v6-pdpa-open .m-bookbar.show,
body.home-v7.h7-closing-in-view .m-bookbar,
body.home-v7.h7-closing-in-view .m-bookbar.show {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  .home-v7 .h7-visit-us {
    padding: 60px 20px 64px;
  }

  .home-v7 .h7-arrival-grid,
  .home-v7 .h7-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v7 .h7-arrival-map {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-v7 .h7-arrival-card {
    min-height: 0;
  }

  .home-v7 .h7-faq-grid {
    gap: 36px;
  }

  .home-v7 .h7-faq-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    column-gap: 28px;
  }

  .home-v7 .h7-faq-intro .h7-section-kicker,
  .home-v7 .h7-faq-intro h2,
  .home-v7 .h7-faq-intro > p {
    grid-column: 1;
  }

  .home-v7 .h7-faq-identity {
    grid-column: 2;
    grid-row: 1 / span 3;
    margin-top: 0;
  }

  .home-v7 .h7-footer .v6-footer {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  }

  .home-v7 .h7-footer .v6-footer-follow {
    grid-column: 2;
    grid-row: 1;
  }

  .home-v7 .h7-footer .v6-footer-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-v7 .h7-visit-us {
    padding: 48px 16px 56px;
  }

  .home-v7 .h7-visit-head {
    margin-bottom: 26px;
    text-align: left;
  }

  .home-v7 .h7-visit-head h2,
  .home-v7 .h7-faq-intro h2 {
    font-size: 32px;
  }

  .home-v7 .h7-visit-head p,
  .home-v7 .h7-faq-intro > p {
    margin-top: 9px;
    font-size: 13px;
  }

  .home-v7 .h7-arrival-grid {
    gap: 14px;
  }

  .home-v7 .h7-arrival-map {
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(76, 49, 28, 0.1);
  }

  .home-v7 .h7-map-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .home-v7 .h7-map-card .map-facade__pin {
    width: 38px;
    height: 38px;
  }

  .home-v7 .h7-map-copy address {
    font-size: 12px;
  }

  .home-v7 .h7-map-copy span {
    font-size: 10px;
  }

  .home-v7 .h7-map-button {
    min-width: 0;
    min-height: 44px;
    grid-column: 1 / -1;
  }

  .home-v7 .h7-arrival-card {
    gap: 14px;
    padding: 24px;
    border-radius: 22px;
  }

  .home-v7 .h7-arrival-card-head h3 {
    font-size: 25px;
  }

  .home-v7 .h7-arrival-status {
    font-size: 11px;
  }

  .home-v7 .h7-today-row {
    min-height: 56px;
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .home-v7 .h7-week-hours > summary {
    min-height: 48px;
  }

  .home-v7 .h7-week-hours-grid {
    gap: 12px;
  }

  .home-v7 .h7-contact-actions a {
    min-height: 48px;
  }

  .home-v7 #contact .h7-contact-actions a {
    min-height: 48px;
  }

  .home-v7 .h7-direction-button {
    min-height: 52px;
  }

  .home-v7 .h7-closure-note {
    font-size: 11px;
  }

  .home-v7 .h7-hours-source {
    font-size: 10px;
  }

  .home-v7 .h7-visit-faq {
    padding: 0 16px 64px;
  }

  .home-v7 .h7-faq-shell {
    padding-top: 56px;
  }

  .home-v7 .h7-faq-grid {
    gap: 28px;
  }

  .home-v7 .h7-faq-intro {
    display: block;
  }

  .home-v7 .h7-faq-identity {
    min-height: 142px;
    grid-template-columns: 120px minmax(0, 1fr);
    margin-top: 24px;
  }

  .home-v7 .h7-faq-identity img {
    min-height: 142px;
  }

  .home-v7 .h7-faq-identity figcaption {
    padding: 15px;
  }

  .home-v7 .h7-faq-list summary {
    min-height: 60px;
    padding-block: 12px;
    font-size: 14px;
  }

  .home-v7 #faq .h7-faq-list details > summary {
    min-height: 60px;
    padding: 12px 2px;
  }

  .home-v7 #contact .h7-contact-actions a {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .home-v7 .h7-faq-list details > p {
    margin-bottom: 17px;
    font-size: 13px;
  }

  .home-v7 .h7-faq-extra {
    padding-left: 14px;
  }

  .home-v7 .h7-footer {
    padding: 34px 16px calc(40px + env(safe-area-inset-bottom)) !important;
  }

  .home-v7 .h7-footer .v6-footer {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px;
    margin-bottom: 20px;
  }

  .home-v7 .h7-footer .v6-footer-actions {
    display: none;
  }

  .home-v7 .h7-footer .v6-footer-follow {
    grid-column: 1;
    grid-row: auto;
  }

  .home-v7 .h7-footer .v6-footer-brand p {
    font-size: 13px;
  }

  .home-v7 .h7-footer .v6-footer-brand > p:first-of-type {
    display: none;
  }

  .home-v7 .h7-footer .v6-footer-follow {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 22px;
    align-items: start;
  }

  .home-v7 .h7-footer .v6-footer-k,
  .home-v7 .h7-footer .v6-footer-follow > div:nth-child(2) {
    grid-column: 1;
  }

  .home-v7 .h7-footer .v6-footer-legal {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .home-v7 .h7-footer .v6-footer-legal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home-v7 .h7-footer .v6-footer-legal a {
    min-height: 44px;
    line-height: 1.45;
  }

  .home-v7 .h7-footer .h7-footer-bottom {
    min-height: 58px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding-top: 14px !important;
  }
}

@media (max-width: 370px) {
  .home-v7 .h7-visit-us {
    padding-inline: 14px;
  }

  .home-v7 .h7-visit-head h2,
  .home-v7 .h7-faq-intro h2 {
    font-size: 30px;
  }

  .home-v7 .h7-map-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .home-v7 .h7-arrival-card {
    padding: 20px;
  }

  .home-v7 .h7-contact-actions,
  .home-v7 .h7-week-hours-grid,
  .home-v7 .h7-footer .v6-footer-legal {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-v7 .h7-visit-faq {
    padding-inline: 14px;
  }

  .home-v7 .h7-faq-identity {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .home-v7 .h7-faq-identity figcaption {
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v7 .h7-visit-us *,
  .home-v7 .h7-visit-faq *,
  .home-v7 .h7-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final mobile touch-target pass: every visible interactive target is at least 44px. */
@media (max-width: 700px) {
  .home-v7 .h7-brand,
  .home-v7 :is(#h7-doctor-review-link, #h7-proof-review-source),
  .home-v7 .h7-book-guide-actions a,
  .home-v7 .h7-book-step-head button[data-book-edit-step],
  .home-v7 .h7-book-assist a {
    min-height: 44px !important;
    box-sizing: border-box;
  }

  .home-v7 :is(#h7-doctor-review-link, #h7-proof-review-source),
  .home-v7 .h7-book-assist a {
    display: inline-flex;
    min-width: 44px;
    align-items: center;
    justify-content: center;
  }

  .home-v7 :is(#h7-doctor-review-link, #h7-proof-review-source) {
    padding-inline: 4px;
  }
}
