/* ========================================================================== Haikawa TV - Luxury Cinematic Dark Showcase Stylesheet Unified Dark Mode & Smooth Scroll Animations (GSAP + AOS + Lenis) ========================================================================== */
/* --- CSS Variables & Design System --- */
:root {
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Montserrat", sans-serif;
  /* Unified Luxury Dark Palette */
  --bg-dark-base: #050508;
  --bg-dark-black: #000000;
  --bg-dark-elevated: #0d0e14;
  --bg-dark-card: rgba(255, 255, 255, 0.035);
  --bg-dark-card-hover: rgba(255, 255, 255, 0.07);
  --accent-blue: #2997ff;
  --accent-cyan: #00d2ff;
  --accent-gold: #e5b64c;
  --accent-gold-glow: rgba(229, 182, 76, 0.25);
  --text-white: #ffffff;
  --text-secondary: #a1a1a8;
  --text-muted: #64646e;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.2);
  --glass-bg: rgba(10, 10, 15, 0.8);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-blur: blur(24px);
  --max-width: 1280px;
  --header-height: 60px;
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* --- Base & Reset --- */
.aid_area_page *,
.aid_area_page *::before,
.aid_area_page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html .aid_area_page {
  font-size: 16px;
  scroll-behavior: auto;
  /* Lenis controls smooth scroll */
  background-color: var(--bg-dark-black);
  color: var(--text-white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.aid_area_page {
  overflow-x: hidden;
  background-color: var(--bg-dark-black);
  color: var(--text-white);
  line-height: 1.55;
}
/* --- Typography --- */
.aid_area_page h1,
.aid_area_page h2,
.aid_area_page h3,
.aid_area_page h4,
.aid_area_page h5,
.aid_area_page h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--text-white);
}
.aid_area_page .eyebrow-gold {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  margin-bottom: 12px;
}
.aid_area_page .haikawa-tv-banner {
  position: relative;
  width: 100%;
  min-height: 60vh;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: clamp(44.8px, 4.5vh, 67.2px) 24px clamp(16px, 2vh, 25.6px) 24px;
  background-color: #020617;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: var(--banner-font-body);
  overflow: hidden;
  box-sizing: border-box;
}
/* Standalone / Relative path override */
.aid_area_page .haikawa-tv-banner[data-root-path],
body > .aid_area_page .haikawa-tv-banner {
  background-image: url("resources/bg-banenr.png");
}
/* Vignette Overlay for Depth */
.aid_area_page .haikawa-tv-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 20%,
    rgba(2, 6, 23, 0) 0%,
    rgba(2, 6, 23, 0.25) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* --- 1. Banner Header Section --- */
.aid_area_page .banner-header {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  flex-shrink: 0;
}
/* Brand Eyebrow ("Haikawa air") */
.aid_area_page .banner-brand-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5.6px;
  font-family: var(--banner-font-heading);
  font-size: clamp(16px, 1.9vw, 23.2px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 1.6px;
}
.aid_area_page .banner-brand-eyebrow .brand-air {
  color: #38bdf8;
  font-family: "Outfit", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.15em;
  letter-spacing: -0.02em;
  text-shadow: 0 0 16px rgba(56, 189, 248, 0.65);
}
/* Headline ("Whoosh.") */
.aid_area_page .banner-headline {
  font-family: var(--banner-font-heading);
  font-size: clamp(38.4px, 7.5vw, 104px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 0.8px 0 6.4px 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #93c5fd 40%,
    #38bdf8 75%,
    #2563eb 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 28px rgba(56, 189, 248, 0.5));
}
/* Subtitles */
.aid_area_page .banner-subhead-primary {
  font-family: var(--banner-font-heading);
  font-size: clamp(16px, 1.8vw, 20.8px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 2.88px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
.aid_area_page .banner-subhead-secondary {
  font-size: clamp(13.12px, 1.25vw, 15.68px);
  font-weight: 400;
  color: #94a3b8;
  letter-spacing: 0.01em;
}
/* --- 2. Banner Center Showcase (TV Presentation) --- */
.aid_area_page .banner-stage-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4px auto 8px auto;
  height: fit-content;
}
.aid_area_page .banner-tv-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Ambient Backlight Behind TV */
.aid_area_page .banner-tv-glow {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 65%;
  background: radial-gradient(
    ellipse at center,
    rgba(56, 189, 248, 0.4) 0%,
    rgba(37, 99, 235, 0.22) 50%,
    transparent 75%
  );
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
  animation: bannerPulseGlow 5s ease-in-out infinite alternate;
}
@keyframes bannerPulseGlow {
  0% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
/* TV Image */
.aid_area_page .banner-tv-image {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(840px, 92vw);
  max-height: clamp(180px, 42vh, 520px);
  object-fit: contain;
  display: block;
  /* filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 25px rgba(56, 189, 248, 0.25));
	 */
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.5s ease;
  user-select: none;
  -webkit-user-drag: none;
}
.aid_area_page .banner-tv-container:hover .banner-tv-image {
  transform: translateY(-4px) scale(1.015);
  /* filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.98)) drop-shadow(0 0 36px rgba(56, 189, 248, 0.4));
	 */
}
/* Floor Pedestal Light Reflection */
.aid_area_page .banner-tv-floor-reflection {
  position: relative;
  width: min(640px, 75vw);
  height: 16px;
  margin-top: -8px;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(56, 189, 248, 0.75) 0%,
    rgba(56, 189, 248, 0.28) 45%,
    transparent 75%
  );
  filter: blur(5px);
  pointer-events: none;
  z-index: 1;
}
/* --- 3. Banner Bottom Spec Badges Row --- */
.aid_area_page .banner-specs-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  flex-shrink: 0;
}
.aid_area_page .banner-specs-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  padding: 8px 8px;
  border-radius: 12px;
  background: transparent;
}
/* Individual Spec Item */
.aid_area_page .banner-spec-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5.6px 10.4px;
  position: relative;
  cursor: default;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 8px;
}
/* Fine Vertical Divider Between Spec Items */
.aid_area_page .banner-spec-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.22) 30%,
    rgba(255, 255, 255, 0.22) 70%,
    transparent
  );
}
.aid_area_page .banner-spec-item:hover {
  background: rgba(56, 189, 248, 0.08);
  transform: translateY(-2px);
}
/* Spec Icon Container */
.aid_area_page .spec-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--banner-cyan);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.aid_area_page .spec-icon-box svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.aid_area_page .banner-spec-item:hover .spec-icon-box {
  transform: scale(1.12);
  filter: drop-shadow(0 0 10px var(--banner-cyan-glow));
}
/* Spec Text Information */
.aid_area_page .spec-text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}
.aid_area_page .spec-title {
  font-family: var(--banner-font-heading);
  font-size: clamp(13.12px, 1vw, 14.72px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.aid_area_page .spec-subtitle {
  font-size: clamp(11.2px, 0.85vw, 12.48px);
  font-weight: 400;
  color: var(--banner-text-muted);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.aid_area_page .banner-spec-item:hover .spec-title {
  color: #ffffff;
}
.aid_area_page .banner-spec-item:hover .spec-subtitle {
  color: #e2e8f0;
}

.aid_area_page .heading-hero {
  font-size: clamp(72px, 11vw, 152px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  background: linear-gradient(135deg, #ffffff 0%, #2997ff 60%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aid_area_page .heading-section {
  font-size: clamp(38.4px, 5vw, 70.4px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text-white);
}
.aid_area_page .text-gradient-gold {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f4d078 45%,
    var(--accent-gold) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* --- Layout Components --- */
.aid_area_page .container {
  width: 90%;
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* --- Buttons --- */
.aid_area_page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9.6px;
  padding: 13.6px 32px;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-size: 14.8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
  outline: none;
  white-space: nowrap;
}
.aid_area_page .btn-sm {
  padding: 7.2px 20px;
  font-size: 13.2px;
}
.aid_area_page .btn-primary-blue {
  background: var(--accent-blue);
  color: #ffffff;
}
.aid_area_page .btn-primary-blue:hover {
  background: #3da2ff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(41, 151, 255, 0.4);
}
.aid_area_page .btn-white {
  background: #ffffff;
  color: #000000;
}
.aid_area_page .btn-white:hover {
  background: var(--accent-gold);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--accent-gold-glow);
}
.aid_area_page .btn-glass-dark {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.aid_area_page .btn-glass-dark:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
  transform: translateY(-2px);
}
/* ========================================================================== 2. HERO SECTION (DARK LUXURY WHOOSH HERO) ========================================================================== */
.aid_area_page .hero-dark-section {
  position: relative;
  background: radial-gradient(
    circle at 50% 28%,
    rgba(25, 32, 58, 0.65) 0%,
    var(--bg-dark-base) 68%
  );
  padding-top: calc(var(--header-height) + 64px);
  padding-bottom: 96px;
  text-align: center;
  color: var(--text-white);
  overflow: hidden;
}
.aid_area_page .hero-ambient-glow {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 450px;
  background: radial-gradient(
    ellipse at center,
    rgba(41, 151, 255, 0.18) 0%,
    rgba(229, 182, 76, 0.1) 45%,
    rgba(0, 0, 0, 0) 75%
  );
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}
.aid_area_page .hero-brand-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.4px;
  font-family: var(--font-heading);
  font-size: 22.4px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5.6px;
  position: relative;
  z-index: 2;
}
.aid_area_page .hero-brand-eyebrow span {
  color: var(--accent-cyan);
  font-style: italic;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 24.8px;
}
/* Layered TV Cutout Composition */
.aid_area_page .hero-layered-wrapper {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 56px auto 0 auto;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.aid_area_page .hero-tv-layer-back {
  position: absolute;
  width: 78%;
  max-width: 820px;
  transform: translateY(-20px) translateX(-80px) rotate(-3.5deg) scale(0.94);
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.95)) brightness(0.85);
  z-index: 1;
  transition: var(--transition-smooth);
}
.aid_area_page .hero-tv-layer-front {
  position: relative;
  width: 88%;
  max-width: 920px;
  transform: translateY(20px) translateX(40px) rotate(1.5deg);
  filter: drop-shadow(0 30px 65px rgba(0, 0, 0, 0.98));
  z-index: 2;
  transition: var(--transition-smooth);
}
.aid_area_page .hero-tv-layer-front:hover {
  transform: translateY(15px) translateX(40px) rotate(0.5deg) scale(1.015);
}
/* ========================================================================== 2B. "GET THE HIGHLIGHTS" PINNED HORIZONTAL SCROLL SECTION ========================================================================== */
.aid_area_page .highlights-section.pinned-scroll-section {
  padding: 60px 0;
  position: relative;
  width: 100%;
  background: var(--bg-dark-base);
  overflow: hidden;
  border-top: 1px solid var(--border-subtle);
}
.aid_area_page .highlights-pin-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 88px 0 32px 0;
  box-sizing: border-box;
  overflow: hidden;
  gap: 40px;
}
.aid_area_page .highlights-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}
.aid_area_page .highlights-title {
  font-size: clamp(38.4px, 5vw, 60.8px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.aid_area_page .highlights-film-link {
  color: var(--accent-blue);
  text-decoration: none;
  font-size: 16.8px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-smooth);
}
.aid_area_page .highlights-film-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.aid_area_page .highlights-film-link:hover {
  color: #ffffff;
}
.aid_area_page .highlights-film-link:hover i {
  transform: scale(1.15);
}
/* Apple Pinned Horizontal Scroll Viewport & Track */
.aid_area_page .apple-scroll-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: max(32px, calc((100vw - 720px) / 2));
}
.aid_area_page .apple-scroll-track {
  display: flex;
  gap: 32px;
  width: max-content;
  will-change: transform;
  padding: 8px 0;
}
.aid_area_page .apple-carousel-slide {
  flex: 0 0 740px;
  max-width: 92vw;
  height: 480px;
  border-radius: 32px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.055) 0%,
    rgba(255, 255, 255, 0.015) 100%
  );
  border: 1px solid var(--border-subtle);
  padding: 20px 40px 28px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); */
  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.5;
  transform: scale(0.86);
}
.aid_area_page .apple-carousel-slide::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aid_area_page .apple-carousel-slide.active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(255, 255, 255, 0.22);
  /* box-shadow: 0 25px 65px rgba(0, 0, 0, 0.9); */
}
.aid_area_page .apple-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.aid_area_page .apple-card-heading {
  font-family: var(--font-body);
  font-size: 20.8px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
  max-width: 580px;
  z-index: 2;
}
.aid_area_page .apple-card-heading strong {
  font-weight: 600;
  color: #ffffff;
}
.aid_area_page .apple-card-heading span {
  display: block;
  font-size: 16.8px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-top: 5.6px;
}
.aid_area_page .apple-card-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.aid_area_page .apple-card-img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.aid_area_page .apple-carousel-slide:hover .apple-card-img {
  transform: scale(1.03);
}
/* Apple M4 Metallic Chip */
.aid_area_page .apple-m4-chip {
  width: 140px;
  height: 140px;
  border-radius: 26px;
  background: linear-gradient(140deg, #26293a 0%, #10121a 50%, #08090d 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.9),
    inset 0 1px 2px rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  animation: pulseAppleChip 4s infinite ease-in-out;
}
@keyframes pulseAppleChip {
  0%,
  100% {
    box-shadow:
      0 20px 45px rgba(0, 0, 0, 0.9),
      0 0 30px rgba(41, 151, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow:
      0 20px 45px rgba(0, 0, 0, 0.9),
      0 0 50px rgba(229, 182, 76, 0.4);
    border-color: rgba(229, 182, 76, 0.5);
  }
}
.aid_area_page .chip-inner-glow {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}
.aid_area_page .chip-icon {
  font-size: 24.8px;
  color: #ffffff;
}
.aid_area_page .chip-text-logo {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #c4c8da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aid_area_page .chip-sub-label {
  font-size: 8.8px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent-cyan);
}
/* Apple-Style Bottom Pinned Navigation Controller */
.aid_area_page .apple-scroll-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.aid_area_page .apple-nav-pills {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8.8px 17.6px;
  border-radius: 9999px;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.aid_area_page .apple-nav-pill {
  width: 48px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  padding: 0;
}
.aid_area_page .apple-nav-pill .pill-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #ffffff;
  border-radius: 9999px;
  pointer-events: none;
}
.aid_area_page .apple-nav-pill.completed .pill-progress {
  width: 100%;
}
.aid_area_page .scroll-hint-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7.2px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  backdrop-filter: blur(12px);
}
.aid_area_page .scroll-hint-pill i {
  color: var(--accent-blue);
  animation: bounceDown 2s infinite;
}
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(4px);
  }
  60% {
    transform: translateY(2px);
  }
}
/* ========================================================================== 3. 360° ARCHITECTURAL VISION (PINNED FULL SCREEN SCROLL ANIMATION) ========================================================================== */
.aid_area_page .sequence-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--bg-dark-black);
  overflow: hidden;
}
.aid_area_page .sequence-pin-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.aid_area_page #sequenceCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.aid_area_page .sequence-overlay-text {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  pointer-events: none;
  max-width: 100%;
  width: 100%;
  transition: opacity 0.4s ease;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  min-height: 160px;
}
.aid_area_page .sequence-overlay-text h2 {
  font-size: clamp(45px, 120px, 54px);
  font-weight: 700;
  color: #ffffff;
  margin-top: 5.6px;
}
.aid_area_page .sequence-overlay-text p {
  color: var(--text-secondary);
  font-size: 17.6px;
  margin-top: 8px;
}
.aid_area_page .sequence-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 60vh;
  background: radial-gradient(
    ellipse at center,
    rgba(229, 182, 76, 0.14) 0%,
    rgba(41, 151, 255, 0.05) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
}
/* ========================================================================== 4 & 5. ASYMMETRIC DARK FEATURE CARDS (MATCHING REFERENCE) ========================================================================== */
.aid_area_page .features-dark-section {
  position: relative;
  background: var(--bg-dark-black);
  padding: 60px 0;
}
.aid_area_page .feature-asymmetric-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.aid_area_page .feature-asymmetric-grid.reverse {
  grid-template-columns: 1.1fr 1fr;
}
.aid_area_page .feature-visual-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--bg-dark-elevated);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
}
.aid_area_page .feature-visual-box.white-box {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 40px;
	 */
}
.aid_area_page .feature-visual-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.aid_area_page .feature-visual-box:hover img {
  transform: scale(1.04);
}
.aid_area_page .feature-content-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aid_area_page .feature-content-box h2 {
  font-size: clamp(45px, 120px, 54px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.aid_area_page .feature-content-box p {
  color: var(--text-secondary);
  font-size: 16.8px;
  line-height: 1.6;
}
.aid_area_page .feature-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13.6px;
  margin-top: 8px;
}
.aid_area_page .feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 15.68px;
}
.aid_area_page .feature-bullets i {
  color: var(--accent-gold);
  margin-top: 4px;
}
/* Ecosystem Badges */
.aid_area_page .ecosystem-badges {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.aid_area_page .badge-item {
  display: flex;
  align-items: center;
  gap: 10.4px;
  backdrop-filter: blur(8px);
}
.aid_area_page .badge-item img {
  height: 40px;
  width: auto;
}
/* ========================================================================== 6. FINAL CINEMATIC CTA ========================================================================== */
.aid_area_page .final-cta-section {
  padding: 0 0 120px 0;
}
.aid_area_page .final-cta-section .cta-wrapper {
  padding: 90px 0;
  position: relative;
  text-align: center;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(229, 182, 76, 0.1) 0%,
    var(--bg-dark-black) 70%
  );
  overflow: hidden;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
}
.aid_area_page .final-cta-section .cta-wrapper::after {
  content: "";
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aid_area_page .cta-bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  opacity: 0.45;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.9));
  pointer-events: none;
}
.aid_area_page .cta-heading {
  font-size: clamp(45px, 120px, 54px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.05;
}
.aid_area_page .cta-sub {
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.aid_area_page .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
/* ==========================================================================
   Comprehensive Responsive Breakpoints (Desktop, Laptop, iPad/Tablet, Mobile)
   ========================================================================== */

/* --- Desktop & Large Displays (1280px and above) --- */
@media (min-width: 1280px) {
  .aid_area_page .banner-spec-item {
    padding: 5.6px 12px;
  }
}

/* --- Laptop & Medium Displays (1024px to 1279px) --- */
@media (max-width: 1279px) and (min-width: 1024px) {
  .aid_area_page .apple-scroll-viewport {
    padding-left: max(24px, calc((100vw - 620px) / 2));
  }
  .aid_area_page .banner-specs-grid {
    gap: 4px;
    padding: 6.4px 4px;
  }
  .aid_area_page .banner-spec-item {
    padding: 4.8px 7.2px;
    gap: 8px;
  }
  .aid_area_page .spec-icon-box {
    width: 30px;
    height: 30px;
  }
  .aid_area_page .spec-title {
    font-size: 13.12px;
  }
  .aid_area_page .spec-subtitle {
    font-size: 11.52px;
  }
  .aid_area_page .apple-carousel-slide {
    flex: 0 0 620px;
    height: 450px;
  }
}

/* --- iPad / Tablet Displays (768px to 1023px) --- */
@media (max-width: 1023px) {
  .aid_area_page .apple-scroll-viewport {
    padding-left: max(20px, calc((100vw - 520px) / 2));
  }
  .aid_area_page .feature-asymmetric-grid,
  .aid_area_page .feature-asymmetric-grid.reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .aid_area_page .feature-visual-box {
    order: -1;
  }
  .aid_area_page .banner-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9.6px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .aid_area_page .banner-spec-item:not(:last-child)::after {
    display: none;
  }
  .aid_area_page .banner-spec-item {
    justify-content: flex-start;
    padding: 8.8px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
  }
  .aid_area_page .banner-spec-item:last-child {
    grid-column: span 3;
    justify-content: center;
  }
  .aid_area_page .apple-carousel-slide {
    flex: 0 0 520px;
    height: 420px;
    padding: 24px 28px;
  }
  .aid_area_page .apple-card-heading {
    font-size: 16px;
  }
  .aid_area_page .apple-card-heading span {
    font-size: 15.2px;
  }
  .aid_area_page .sequence-overlay-text {
    bottom: 5vh;
  }
}

/* --- Mobile Devices (767px and below) --- */
@media (max-width: 767px) {
  .aid_area_page .desktop-only {
    display: none;
  }
  .aid_area_page .haikawa-tv-banner {
    padding: 76.8px 16px 28.8px 16px;
    min-height: auto;
  }
  .aid_area_page .banner-header {
    margin-bottom: 4px;
  }
  .aid_area_page .banner-brand-eyebrow {
    font-size: 17.6px;
  }
  .aid_area_page .banner-headline {
    margin: 1.6px 0 4px 0;
  }
  .aid_area_page .banner-subhead-primary {
    font-size: 15.68px;
  }
  .aid_area_page .banner-subhead-secondary {
    font-size: 13.12px;
    line-height: 1.45;
  }
  .aid_area_page .banner-stage-wrapper {
    margin: 12px auto 16px auto;
  }
  .aid_area_page .banner-tv-image {
    max-width: 100%;
  }
  .aid_area_page .banner-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px;
  }
  .aid_area_page .banner-spec-item {
    justify-content: flex-start;
    padding: 8px 9.6px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    gap: 8px;
  }
  .aid_area_page .banner-spec-item:last-child {
    grid-column: span 2;
    justify-content: center;
  }
  .aid_area_page .spec-icon-box {
    width: 28px;
    height: 28px;
  }
  .aid_area_page .spec-title {
    font-size: 16px;
    white-space: normal;
  }
  .aid_area_page .spec-subtitle {
    font-size: 11.2px;
    white-space: normal;
  }
  .aid_area_page .highlights-section.pinned-scroll-section {
    padding: 40px 0;
  }
  .aid_area_page .highlights-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
  .aid_area_page .highlights-title {
    font-size: clamp(28.8px, 6vw, 40px);
  }
  .aid_area_page .apple-scroll-viewport {
    padding-left: calc((100vw - min(86vw, 400px)) / 2);
  }
  .aid_area_page .apple-scroll-track {
    gap: 16px;
  }
  .aid_area_page .apple-carousel-slide {
    flex: 0 0 86vw;
    max-width: 400px;
    height: 390px;
    padding: 20px 20px;
    border-radius: 20px;
  }
  .aid_area_page .apple-card-heading {
    font-size: 16.8px;
  }
  .aid_area_page .apple-card-heading span {
    font-size: 13.6px;
  }
  .aid_area_page .apple-scroll-nav {
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
  .aid_area_page .apple-nav-pills {
    padding: 7.2px 13.6px;
  }
  .aid_area_page .apple-nav-pill {
    width: 36px;
    height: 5px;
  }
  .aid_area_page .sequence-overlay-text {
    bottom: 32vh;
    min-height: 120px;
    padding: 0 16px;
  }
  .aid_area_page .sequence-overlay-text h2 {
    font-size: clamp(25.6px, 5.5vw, 38.4px);
  }
  .aid_area_page .sequence-overlay-text p {
    font-size: 14.4px;
  }
  .aid_area_page .features-dark-section {
    padding: 40px 0;
  }
  .aid_area_page .feature-asymmetric-grid {
    gap: 32px;
    margin-bottom: 48px;
  }
  .aid_area_page .feature-content-box h2 {
    font-size: clamp(28px, 5vw, 38.4px);
  }
  .aid_area_page .feature-content-box p {
    font-size: 15.2px;
  }
  .aid_area_page .feature-bullets li {
    font-size: 14.4px;
  }
  .aid_area_page .ecosystem-badges {
    gap: 9.6px;
  }
  .aid_area_page .badge-item img {
    height: 32px;
  }
  .aid_area_page .final-cta-section {
    padding: 0 0 40px 0;
  }
  .aid_area_page .final-cta-section .cta-wrapper {
    padding: 45px 20px;
    border-radius: 16px;
  }
  .aid_area_page .cta-heading {
    font-size: clamp(28px, 6vw, 40px);
    margin-bottom: 12px;
  }
  .aid_area_page .cta-sub {
    font-size: 15.2px;
  }
  .aid_area_page .highlights-pin-container {
    padding: 56px 0 32px 0;
  }
}

/* --- Small Mobile Phones & Button Stacking --- */
@media (max-width: 550px) {
  .aid_area_page .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .aid_area_page .cta-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .aid_area_page .banner-specs-grid {
    gap: 6.4px;
  }
  .aid_area_page .banner-spec-item {
    padding: 6.4px 7.2px;
    gap: 6.4px;
  }
  .aid_area_page .spec-icon-box {
    width: 24px;
    height: 24px;
  }
  .aid_area_page .spec-title {
    font-size: 12px;
  }
  .aid_area_page .spec-subtitle {
    font-size: 10.4px;
  }
}
