/* Exact Wall-Top v06 hero/header geometry, shared here for page parity. */
.product-hero-concept { position: relative; min-height: 100svh; height: 100vh; max-height: 980px; overflow: hidden; isolation: isolate; background: #0d1417; color: #fff; }
.product-hero-concept .hero__media { position: absolute; inset: 0; z-index: 0; }
.product-hero-concept .hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; filter: none; transform: none; }
.product-hero-concept .hero__shade { position: absolute; inset: 0; z-index: 1; background: rgba(8,12,14,.18); pointer-events: none; }
.product-hero-concept .site-header { position: relative; top: auto; left: auto; z-index: 4; width: min(1080px, calc(100% - 72px)); min-height: 0; margin: 0 auto; padding: 30px 0 0; transform: none; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.product-hero-concept .brand img { width: auto; height: 46px; filter: brightness(0) invert(1) brightness(1.22) drop-shadow(0 8px 20px rgba(0,0,0,.22)) drop-shadow(0 0 14px rgba(255,255,255,.22)); }
.product-hero-concept .nav-links { display: flex; align-items: center; gap: 6px; padding: 4px 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(8,11,13,.24); color: rgba(255,255,255,.82); font-family: Montserrat, Inter, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .02em; backdrop-filter: blur(12px); box-shadow: 0 12px 34px rgba(0,0,0,.14); }
.product-hero-concept .nav-links > a, .product-hero-concept .nav-dropdown__trigger { padding: 7px 10px; border: 0; border-radius: 999px; background: transparent; color: inherit; font: inherit; cursor: pointer; white-space: nowrap; }
.product-hero-layout { position: relative; z-index: 3; width: min(1080px, calc(100% - 72px)); min-height: calc(100svh - 92px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 540px) 1fr; align-items: start; gap: 0; padding: clamp(58px, 9vh, 92px) 0 40px; }
.product-hero-panel { justify-self: start; width: min(520px, 100%); max-width: 520px; margin: 0; aspect-ratio: 1 / 1; min-height: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: clamp(11px, 1.35vw, 18px); padding: clamp(28px, 3.3vw, 45px) clamp(18px, 2.35vw, 28px) clamp(20px, 2.45vw, 32px); border: 1px solid rgba(255,255,255,.20); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.07)); box-shadow: 0 20px 68px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.product-hero-panel .eyebrow { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin: 0; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); font-family: Montserrat, Inter, sans-serif; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .10em; text-transform: uppercase; }
.product-hero-panel .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #34d6d3; box-shadow: 0 0 18px rgba(52,214,211,.9); }
.product-hero-panel h1 { margin: 0; max-width: none; color: #fff; font-family: Montserrat, Inter, sans-serif; font-size: clamp(31px, 3.25vw, 50px); line-height: .96; letter-spacing: -.055em; }
.product-hero-panel h1 span { display: block; }
.product-hero-panel .hero__lead { margin: 0; max-width: 395px; color: rgba(255,255,255,.78); font-size: clamp(13px, .95vw, 15px); line-height: 1.44; }
.product-hero-panel .hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 2px 0 0; }
.product-hero-panel .button { min-height: 38px; padding: 9px 13px; font-size: 12px; }
.product-hero-panel .button--primary { background: linear-gradient(135deg, #fde6d6, #cf945f); color: #1b1512; box-shadow: 0 18px 42px rgba(207,148,95,.26); }
.hero-scroll-cue { position: absolute; z-index: 4; right: max(36px, calc((100vw - 1080px) / 2)); bottom: 26px; color: rgba(255,255,255,.62); font-family: Montserrat, Inter, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-menu-toggle { display: none; }
@media (min-width: 1400px) { .product-hero-layout { padding-top: 86px; } }
@media (max-width: 900px) {
  .product-hero-concept { min-height: auto; height: auto; }
  .product-hero-concept .site-header, .product-hero-layout { width: min(100% - 40px, 720px); }
  .product-hero-layout { min-height: auto; grid-template-columns: 1fr; padding: 28px 0 36px; }
  .product-hero-panel { width: 100%; max-width: none; aspect-ratio: auto; padding: 20px; }
  .product-hero-panel h1 { font-size: clamp(30px, 8vw, 44px); }
  .product-hero-concept .nav-links { display: none; }
  .hero-scroll-cue { display: none; }
}
@media (max-width: 640px) {
  .product-hero-concept .site-header, .product-hero-layout { width: calc(100% - 32px); }
  .product-hero-panel h1 { font-size: clamp(30px, 8.2vw, 34px); line-height: 1.01; }
}
