/* Beyond Limits Imports | BLIJDM.ca */

:root {
  --bg: #080508;
  --bg-elevated: #0c080a;
  --bg-card: #100c0e;
  --border: #221a1e;
  --text: #f4f4f5;
  --text-muted: #a1a1aa;
  --accent: #a86078;
  --accent-hover: #8a4a62;
  --accent-glow: rgba(168, 96, 120, 0.22);
  --sakura: #a86078;
  --sakura-bright: #c490a4;
  --sakura-deep: #8a4a62;
  --sakura-rgb: 168, 96, 120;
  --sakura-deep-rgb: 138, 74, 98;
  --sakura-bright-rgb: 196, 144, 164;
  --white: #ffffff;
  --radius: 12px;
  --radius-lg: 20px;
  --container: 1140px;
  --header-h: 76px;
  --header-offset: calc(var(--header-h) + env(safe-area-inset-top, 0px));
  --page-gutter: 1rem;
  --transition: 0.14s ease;
  --transition-pop: 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  --transition-shadow: 0.2s ease;
  --reveal-duration: 0.34s;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --block-hover-lift: -5px;
  --block-hover-shadow: 0 20px 44px rgba(0, 0, 0, 0.4), 0 0 28px rgba(var(--sakura-rgb), 0.26);
  --block-hover-border: var(--sakura);
  --card-border: rgba(var(--sakura-rgb), 0.48);
  --card-border-soft: rgba(var(--sakura-deep-rgb), 0.34);
  --card-edge-glow: 0 0 0 1px rgba(var(--sakura-bright-rgb), 0.32), 0 0 16px rgba(var(--sakura-rgb), 0.22), 0 8px 24px rgba(0, 0, 0, 0.28);
  --card-body-text: #d4d4d8;

  /* Semantic surfaces (dark default) */
  --surface-rgb: 14, 10, 12;
  --surface-deep-rgb: 6, 4, 5;
  --surface-mid-rgb: 10, 7, 8;
  --surface-muted-rgb: 8, 6, 7;
  --surface: rgba(var(--surface-rgb), 0.88);
  --surface-soft: rgba(var(--surface-rgb), 0.6);
  --surface-72: rgba(var(--surface-rgb), 0.72);
  --surface-92: rgba(var(--surface-rgb), 0.92);
  --surface-94: rgba(var(--surface-rgb), 0.94);
  --surface-95: rgba(var(--surface-rgb), 0.95);
  --surface-muted: rgba(var(--surface-muted-rgb), 0.96);
  --surface-muted-98: rgba(var(--surface-muted-rgb), 0.98);
  --surface-deep: rgba(var(--surface-deep-rgb), 0.88);
  --surface-deep-45: rgba(var(--surface-deep-rgb), 0.45);
  --surface-deep-58: rgba(var(--surface-deep-rgb), 0.58);
  --surface-deep-72: rgba(var(--surface-deep-rgb), 0.72);
  --surface-deep-76: rgba(var(--surface-deep-rgb), 0.76);
  --surface-deep-78: rgba(var(--surface-deep-rgb), 0.78);
  --surface-deep-80: rgba(var(--surface-deep-rgb), 0.8);
  --surface-deep-82: rgba(var(--surface-deep-rgb), 0.82);
  --surface-deep-96: rgba(var(--surface-deep-rgb), 0.96);
  --surface-input: rgba(var(--surface-deep-rgb), 0.88);
  --surface-dim: rgba(var(--surface-deep-rgb), 0.72);
  --surface-mid-72: rgba(var(--surface-mid-rgb), 0.72);
  --surface-mid-76: rgba(var(--surface-mid-rgb), 0.76);
  --surface-mid-78: rgba(var(--surface-mid-rgb), 0.78);
  --surface-mid-80: rgba(var(--surface-mid-rgb), 0.8);
  --surface-mid-88: rgba(var(--surface-mid-rgb), 0.88);
  --surface-mid-92: rgba(var(--surface-mid-rgb), 0.92);
  --surface-mid-94: rgba(var(--surface-mid-rgb), 0.94);
  --header-bg: rgba(var(--surface-deep-rgb), 0.82);
  --footer-bg: rgba(var(--surface-deep-rgb), 0.88);
  --form-border: rgba(var(--sakura-deep-rgb), 0.16);
  --form-border-hover: rgba(var(--sakura-rgb), 0.3);
  --hero-overlay-bg:
    radial-gradient(ellipse 90% 80% at 50% 42%, rgba(var(--surface-deep-rgb), 0.55) 0%, rgba(var(--surface-deep-rgb), 0.32) 55%, rgba(var(--surface-deep-rgb), 0.18) 100%),
    linear-gradient(180deg, rgba(var(--sakura-deep-rgb), 0.08) 0%, rgba(var(--surface-deep-rgb), 0.42) 100%);
  --body-gradient-accent-1: rgba(var(--sakura-deep-rgb), 0.09);
  --body-gradient-accent-2: rgba(var(--sakura-rgb), 0.06);
  --body-gradient-accent-3: rgba(var(--sakura-bright-rgb), 0.035);
  --body-bg-base: linear-gradient(180deg, #0c0608 0%, #070405 48%, #080508 100%);
  --text-shadow-hero: 0 2px 16px rgba(0, 0, 0, 0.75), 0 1px 4px rgba(0, 0, 0, 0.55);
  --accent-bright: #c490a4;
  --accent-text-stroke: 0.35px rgba(0, 0, 0, 0.5);
  --text-shadow-heading: 0 2px 12px rgba(0, 0, 0, 0.65), 0 1px 4px rgba(0, 0, 0, 0.45);
  --text-shadow-accent-heading: 0 1px 4px rgba(0, 0, 0, 0.75), 0 0 18px rgba(var(--sakura-bright-rgb), 0.28);
  --text-shadow-eyebrow: 0 1px 4px rgba(0, 0, 0, 0.65);
  --whatsapp: #25D366;
  --whatsapp-hover: #20bd5a;
  --whatsapp-shadow: 0 8px 24px rgba(37, 211, 102, 0.38);
  --whatsapp-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 1px 4px rgba(0, 0, 0, 0.25);
  --sakura-opacity: 1;
  --atmosphere-opacity: 1;
  --nav-dropdown-bg: #120e10;
  --nav-dropdown-text: #ffffff;
  --nav-dropdown-hover-bg: rgba(var(--sakura-deep-rgb), 0.16);
  --nav-dropdown-border: rgba(var(--sakura-rgb), 0.42);
  --text-shadow-nav-dropdown: 0 1px 3px rgba(0, 0, 0, 0.55), 0 0 10px rgba(var(--sakura-bright-rgb), 0.16);
  --text-shadow-nav-dropdown-hover: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 14px rgba(var(--sakura-bright-rgb), 0.28);
  --mobile-nav-bg: #161012;
  --mobile-nav-dropdown-bg: #1a1416;
  --mobile-nav-backdrop: rgba(0, 0, 0, 0.55);
  --mobile-nav-border: rgba(var(--sakura-rgb), 0.42);
  color-scheme: dark;
}

[data-theme="light"] {
  --bg: #f6f3f5;
  --bg-elevated: #ebe6ea;
  --bg-card: #ffffff;
  --border: #ddd6dc;
  --text: #1a1216;
  --text-muted: #5c5560;
  --accent: #8a4a62;
  --accent-hover: #743e52;
  --accent-glow: rgba(var(--sakura-rgb), 0.1);
  --block-hover-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 0 18px rgba(var(--sakura-rgb), 0.1);
  --card-border: rgba(var(--sakura-deep-rgb), 0.22);
  --card-border-soft: rgba(var(--sakura-deep-rgb), 0.16);
  --card-edge-glow: 0 1px 0 rgba(255, 255, 255, 0.95), 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 22px rgba(0, 0, 0, 0.06);
  --card-body-text: #4a4450;
  --accent-bright: #a86078;
  --accent-text-stroke: 0;
  --text-shadow-heading: 0 1px 2px rgba(0, 0, 0, 0.06);
  --text-shadow-accent-heading: 0 1px 3px rgba(0, 0, 0, 0.08);
  --text-shadow-eyebrow: none;

  --surface-rgb: 255, 255, 255;
  --surface-deep-rgb: 244, 244, 245;
  --surface-mid-rgb: 250, 250, 250;
  --surface-muted-rgb: 228, 228, 231;
  --surface: rgba(var(--surface-rgb), 0.95);
  --surface-soft: rgba(var(--surface-rgb), 0.72);
  --surface-72: rgba(var(--surface-rgb), 0.82);
  --surface-92: rgba(var(--surface-rgb), 0.96);
  --surface-94: rgba(var(--surface-rgb), 0.98);
  --surface-95: rgba(var(--surface-rgb), 1);
  --surface-muted: rgba(var(--surface-muted-rgb), 0.92);
  --surface-muted-98: rgba(var(--surface-muted-rgb), 0.96);
  --surface-deep: rgba(var(--surface-deep-rgb), 0.92);
  --surface-deep-45: rgba(var(--surface-deep-rgb), 0.55);
  --surface-deep-58: rgba(var(--surface-deep-rgb), 0.65);
  --surface-deep-72: rgba(var(--surface-deep-rgb), 0.82);
  --surface-deep-76: rgba(var(--surface-deep-rgb), 0.84);
  --surface-deep-78: rgba(var(--surface-deep-rgb), 0.86);
  --surface-deep-80: rgba(var(--surface-deep-rgb), 0.88);
  --surface-deep-82: rgba(var(--surface-deep-rgb), 0.9);
  --surface-deep-96: rgba(var(--surface-deep-rgb), 0.98);
  --surface-input: rgba(var(--surface-rgb), 0.95);
  --surface-dim: rgba(var(--surface-deep-rgb), 0.78);
  --surface-mid-72: rgba(var(--surface-mid-rgb), 0.82);
  --surface-mid-76: rgba(var(--surface-mid-rgb), 0.86);
  --surface-mid-78: rgba(var(--surface-mid-rgb), 0.88);
  --surface-mid-80: rgba(var(--surface-mid-rgb), 0.9);
  --surface-mid-88: rgba(var(--surface-mid-rgb), 0.94);
  --surface-mid-92: rgba(var(--surface-mid-rgb), 0.96);
  --surface-mid-94: rgba(var(--surface-mid-rgb), 0.98);
  --header-bg: rgba(var(--surface-rgb), 0.92);
  --footer-bg: rgba(255, 255, 255, 0.96);
  --form-border: rgba(var(--sakura-deep-rgb), 0.2);
  --form-border-hover: rgba(var(--sakura-deep-rgb), 0.38);
  --hero-overlay-bg:
    radial-gradient(ellipse 90% 80% at 50% 42%, rgba(10, 10, 11, 0.58) 0%, rgba(10, 10, 11, 0.4) 55%, rgba(10, 10, 11, 0.28) 100%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.32) 0%, rgba(10, 10, 11, 0.52) 100%);
  --body-gradient-accent-1: rgba(var(--sakura-deep-rgb), 0.12);
  --body-gradient-accent-2: rgba(var(--sakura-rgb), 0.09);
  --body-gradient-accent-3: rgba(var(--sakura-bright-rgb), 0.06);
  --body-bg-base: linear-gradient(180deg, #f8f4f6 0%, #f6f3f5 50%, #f3eff2 100%);
  --text-shadow-hero: 0 2px 16px rgba(0, 0, 0, 0.75), 0 1px 4px rgba(0, 0, 0, 0.55);
  --sakura-opacity: 0.5;
  --atmosphere-opacity: 0.42;
  --nav-dropdown-bg: #ffffff;
  --nav-dropdown-text: #18181b;
  --nav-dropdown-hover-bg: rgba(var(--sakura-deep-rgb), 0.08);
  --nav-dropdown-border: rgba(var(--sakura-deep-rgb), 0.28);
  --text-shadow-nav-dropdown: none;
  --text-shadow-nav-dropdown-hover: none;
  --mobile-nav-bg: #ffffff;
  --mobile-nav-dropdown-bg: #f4f4f5;
  --mobile-nav-backdrop: rgba(10, 10, 11, 0.58);
  --mobile-nav-border: rgba(var(--sakura-deep-rgb), 0.38);
  color-scheme: light;
}

[data-theme="light"] .bg-sakura {
  opacity: var(--sakura-opacity);
}

[data-theme="light"] .bg-atmosphere {
  opacity: var(--atmosphere-opacity);
}

[data-theme="light"] .bg-atmosphere__grid {
  background-image:
    linear-gradient(rgba(var(--sakura-deep-rgb), 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--sakura-deep-rgb), 0.07) 1px, transparent 1px);
  opacity: 0.85;
}

[data-theme="light"] .bg-atmosphere__glow::before {
  background: radial-gradient(circle, rgba(var(--sakura-deep-rgb), 0.2) 0%, transparent 70%);
}

[data-theme="light"] .bg-atmosphere__glow::after {
  background: radial-gradient(circle, rgba(var(--sakura-rgb), 0.16) 0%, transparent 70%);
}

[data-theme="light"] .bg-atmosphere__speed {
  opacity: 0.38;
}

[data-theme="light"] .bg-atmosphere__route {
  opacity: 0.45;
}

[data-theme="light"] .bg-atmosphere__waves {
  opacity: 0.32;
}

[data-theme="light"] .bg-atmosphere__kanji {
  opacity: 0.22;
}

[data-theme="light"] .sakura-art--left {
  opacity: 0.42;
  filter: saturate(0.95) contrast(1.02);
}

[data-theme="light"] .sakura-art--right {
  opacity: 0.4;
  filter: saturate(0.95) contrast(1.02);
}

[data-theme="light"] .sakura-art--petals {
  opacity: 0.28;
}

[data-theme="light"] .sakura-petal {
  filter: drop-shadow(0 0 4px rgba(var(--sakura-rgb), 0.18));
}

[data-theme="light"] .hero h1,
[data-theme="light"] .hero h1 .accent,
[data-theme="light"] .hero-sub {
  color: #f4f4f5;
  text-shadow: var(--text-shadow-hero);
}

[data-theme="light"] .hero-stats li {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(18, 12, 16, 0.72);
  border-color: rgba(var(--sakura-rgb), 0.34);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

[data-theme="light"] .contact-highlights li {
  background: var(--bg-card);
  color: var(--card-body-text);
  border-color: var(--card-border-soft);
  box-shadow: var(--card-edge-glow);
}

[data-theme="light"] .hero-stats strong {
  color: #fff;
}

[data-theme="light"] .hero-sub-panel {
  background: rgba(18, 12, 16, 0.82);
  border-color: rgba(var(--sakura-rgb), 0.34);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

[data-theme="light"] .hero-sub-panel .hero-sub {
  color: #fff;
}

[data-theme="light"] .site-header {
  border-bottom-color: rgba(var(--sakura-deep-rgb), 0.14);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .home > section + section {
  border-top-color: rgba(var(--sakura-deep-rgb), 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

[data-theme="light"] .process {
  background: linear-gradient(180deg, #f0eaed 0%, #e8e2e6 100%);
  border-block-color: rgba(var(--sakura-deep-rgb), 0.1);
}

[data-theme="light"] .btn-primary {
  background: #fff;
  border-color: rgba(var(--sakura-deep-rgb), 0.32);
  color: var(--text);
}

[data-theme="light"] .btn-primary:hover {
  background: var(--accent);
  border-color: var(--accent-hover);
  color: #fff;
}

[data-theme="light"] .nav-logo img,
[data-theme="light"] .footer-brand img {
  filter: brightness(0) saturate(100%);
  opacity: 0.9;
}

[data-theme="light"] .site-footer {
  border-top-color: rgba(var(--sakura-deep-rgb), 0.12);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
}

[data-theme="light"] .package-card,
[data-theme="light"] .import-guide-card,
[data-theme="light"] .content-card,
[data-theme="light"] .reviews-teaser-card,
[data-theme="light"] .contact-whatsapp-card {
  box-shadow: var(--card-edge-glow);
}

[data-theme="light"] .section-eyebrow,
[data-theme="light"] .contact-eyebrow,
[data-theme="light"] .community-eyebrow {
  color: var(--accent);
}

[data-theme="light"] .price-amount {
  color: var(--accent-hover);
}

[data-theme="light"] .form-consent a:hover,
[data-theme="light"] .contact-details a:hover,
[data-theme="light"] .contact-social a:hover,
[data-theme="light"] .footer-brand p a:hover,
[data-theme="light"] .section-lead a:hover,
[data-theme="light"] .legal-content a:hover,
[data-theme="light"] .blog-content a:hover,
[data-theme="light"] .error-page-links a:hover,
[data-theme="light"] main p a:not(.btn):not(.content-card):not(.import-guide-card):not(.reviews-teaser-card):not(.link-arrow):hover {
  color: var(--accent);
}

[data-theme="light"] .btn-whatsapp:hover {
  color: var(--white);
}

/* Shared hover for bordered text/card blocks */
.model-feature,
.model-cta,
.model-hero-media,
.gallery-item,
.faq-item,
.community-moment,
.community-teaser-media,
.about-gear,
.gear-showcase,
.import-guide-card,
.content-card,
.reviews-teaser-card {
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.model-feature:hover,
.model-cta:hover,
.model-hero-media:hover,
.gallery-item:hover,
.faq-item:hover,
.community-moment:hover,
.community-teaser-media:hover,
.about-gear:hover,
.gear-showcase:hover,
.import-guide-card:hover,
.reviews-teaser-card:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 1;
}

@media (hover: hover) {
  .model-feature:hover,
  .model-cta:hover,
  .model-hero-media:hover,
  .gallery-item:hover,
  .faq-item:hover,
  .community-moment:hover,
  .community-teaser-media:hover,
  .about-gear:hover,
  .gear-showcase:hover,
  .import-guide-card:hover,
  .reviews-teaser-card:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.content-card:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 1;
}

@media (hover: hover) {
  .content-card:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  -webkit-tap-highlight-color: rgba(var(--sakura-deep-rgb), 0.18);
  overflow-x: hidden;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(ellipse 100% 60% at 50% -10%, var(--body-gradient-accent-1), transparent 50%),
    radial-gradient(ellipse 70% 50% at 0% 40%, var(--body-gradient-accent-2), transparent 45%),
    radial-gradient(ellipse 60% 40% at 100% 70%, var(--body-gradient-accent-3), transparent 40%),
    var(--body-bg-base);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* Cherry blossom + atmosphere background */
.bg-sakura {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.bg-atmosphere {
  position: absolute;
  inset: 0;
}

.bg-atmosphere__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, black 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 45%, black 20%, transparent 75%);
  opacity: 0.7;
}

.bg-atmosphere__glow {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bg-atmosphere__glow::before,
.bg-atmosphere__glow::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  animation: atmospherePulse 18s ease-in-out infinite;
}

.bg-atmosphere__glow::before {
  width: 55vw;
  height: 55vw;
  top: 15%;
  left: -10%;
  background: radial-gradient(circle, rgba(var(--sakura-deep-rgb), 0.09) 0%, transparent 70%);
}

.bg-atmosphere__glow::after {
  width: 45vw;
  height: 45vw;
  bottom: 5%;
  right: -8%;
  background: radial-gradient(circle, rgba(var(--sakura-rgb), 0.07) 0%, transparent 70%);
  animation-delay: -9s;
}

.bg-atmosphere__speed {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  opacity: 0.85;
  transform: translate3d(var(--atmo-scroll-speed, 0px), calc(var(--atmo-scroll-speed, 0px) * 0.5), 0);
  animation: speedLinesDrift 60s linear infinite;
}

.bg-atmosphere__route {
  position: absolute;
  top: calc(var(--header-h) + 0.5rem);
  left: -2%;
  width: 104%;
  height: auto;
  max-height: 20vh;
  object-fit: contain;
  object-position: top center;
  opacity: 0.88;
  transform: translate3d(0, var(--atmo-scroll-route, 0px), 0);
  pointer-events: none;
}

.bg-atmosphere__waves {
  position: absolute;
  right: -5%;
  bottom: -8%;
  width: min(50vw, 480px);
  height: min(50vw, 480px);
  opacity: 0.45;
  transform: rotate(-8deg);
  animation: wavesDrift 45s ease-in-out infinite;
}

.bg-atmosphere__kanji {
  position: absolute;
  right: 4%;
  bottom: 12%;
  width: min(28vw, 220px);
  opacity: 0.22;
  transform: translate3d(0, var(--atmo-scroll-kanji, 0px), 0);
  animation: wavesDrift 52s ease-in-out infinite;
}

@keyframes atmospherePulse {
  0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.8; }
  50% { transform: scale(1.08) translate(2%, -2%); opacity: 1; }
}

@keyframes speedLinesDrift {
  0% { transform: translate3d(var(--atmo-scroll-speed, 0px), calc(var(--atmo-scroll-speed, 0px) * 0.5), 0); }
  100% { transform: translate3d(calc(var(--atmo-scroll-speed, 0px) + 40px), calc(var(--atmo-scroll-speed, 0px) * 0.5 + 24px), 0); }
}

@keyframes wavesDrift {
  0%, 100% { margin-bottom: 0; margin-right: 0; }
  50% { margin-bottom: 10px; margin-right: 8px; }
}

.sakura-art {
  position: absolute;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.sakura-art--left {
  left: -5%;
  top: 8%;
  width: min(46vw, 580px);
  max-width: none;
  opacity: 0.52;
  transform: rotate(14deg) translate3d(0, var(--sakura-scroll-left, 0px), 0);
  transform-origin: 22% 18%;
  animation: sakuraDriftLeft 28s ease-in-out infinite;
}

.sakura-art--right {
  right: -5%;
  top: 6%;
  width: min(44vw, 560px);
  max-width: none;
  opacity: 0.5;
  transform: rotate(-16deg) translate3d(0, var(--sakura-scroll-right, 0px), 0);
  transform-origin: 78% 20%;
  animation: sakuraDriftRight 32s ease-in-out infinite;
}

.sakura-art--petals {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  mask-image: radial-gradient(ellipse 55% 70% at 50% 38%, transparent 38%, black 80%);
  -webkit-mask-image: radial-gradient(ellipse 55% 70% at 50% 38%, transparent 38%, black 80%);
  transform: translate3d(0, var(--sakura-scroll-petals, 0px), 0);
  animation: sakuraPetalsDrift 40s linear infinite;
}

.sakura-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sakura-petal {
  position: absolute;
  top: -4%;
  border-radius: 50% 50% 50% 0;
  background: radial-gradient(ellipse at 35% 35%, #dcc8d2 0%, #c490a4 42%, #b88098 100%);
  opacity: 0;
  animation: sakuraPetalFall linear infinite;
  will-change: transform, opacity;
  filter: drop-shadow(0 0 8px rgba(var(--sakura-bright-rgb), 0.4));
}

@keyframes sakuraPetalFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -2vh, 0) rotate(0deg);
  }
  10% { opacity: var(--petal-opacity, 0.55); }
  90% { opacity: var(--petal-opacity, 0.55); }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift-x, 40px), 108vh, 0) rotate(var(--drift-rotate, 220deg));
  }
}

@keyframes sakuraDriftLeft {
  0%, 100% { margin-left: 0; margin-bottom: 0; }
  50% { margin-left: 12px; margin-bottom: 8px; }
}

@keyframes sakuraDriftRight {
  0%, 100% { margin-right: 0; margin-top: 0; }
  50% { margin-right: 10px; margin-top: 14px; }
}

@keyframes sakuraPetalsDrift {
  0% { transform: translate3d(0, var(--sakura-scroll-petals, 0px), 0); }
  100% { transform: translate3d(-24px, calc(var(--sakura-scroll-petals, 0px) + 18px), 0); }
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
  isolation: isolate;
}

img, video:not(.hero-video) { display: block; max-width: 100%; height: auto; }

.sakura-art,
.bg-atmosphere__speed,
.bg-atmosphere__route,
.bg-atmosphere__waves,
.bg-atmosphere__kanji { max-width: none; height: auto; }

a { color: inherit; text-decoration: none; }

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.accent {
  color: var(--accent);
}

/* Subtle readability on hero video — no bright marker blocks */
.hero .accent,
.section h1 .accent,
.section h2 .accent {
  display: inline;
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-accent-heading);
}

.hero h1,
.hero-eyebrow,
.hero-sub {
  text-shadow: var(--text-shadow-hero);
}

.hero h1 .accent {
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-accent-heading);
}

.section h1,
.section h2 {
  text-shadow: var(--text-shadow-heading);
}

.section h1 .accent,
.section h2 .accent {
  text-shadow: var(--text-shadow-accent-heading);
}

.hero-eyebrow,
.section-eyebrow,
.model-hero .section-eyebrow,
.error-page .section-eyebrow {
  width: fit-content;
  max-width: 100%;
}

/* Hero video text — stroke for legibility, no stacked glow */
.hero h1,
.hero h1 .accent,
.hero-eyebrow {
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.btn:hover { transform: translateY(-1px); }

.btn-compact {
  padding: 0.6rem 0.85rem;
  font-size: 0.82rem;
  border-width: 1px;
  min-height: 0;
  line-height: 1.2;
}

.btn-compact:hover {
  transform: none;
}

.btn-primary {
  background: var(--surface-mid-94);
  color: var(--text);
  border-color: rgba(var(--sakura-deep-rgb), 0.42);
  text-shadow: none;
}

.btn-primary:hover {
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.55);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn-outline:hover { border-color: var(--text-muted); background: var(--bg-elevated); }

.btn:focus-visible,
.social-link:focus-visible,
.nav-menu a:focus-visible,
.nav-dropdown-toggle:focus-visible,
.footer-nav a:focus-visible,
.faq-item summary:focus-visible,
.content-card:focus-visible,
.import-guide-card:focus-visible,
.reviews-teaser-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.form-consent {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.form-consent a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.55);
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.form-consent a:hover {
  color: var(--white);
  text-decoration-color: var(--accent);
}

/* Text links — clear click affordance */
.contact-details a,
.contact-social a,
.footer-brand p a,
.section-lead a,
.legal-content a,
.blog-content a,
.error-page-links a,
main p a:not(.btn):not(.content-card):not(.import-guide-card):not(.reviews-teaser-card):not(.link-arrow) {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.5);
  text-underline-offset: 3px;
  cursor: pointer;
  transition: color var(--transition), text-decoration-color var(--transition), text-shadow var(--transition);
}

.contact-details a:hover,
.contact-social a:hover,
.footer-brand p a:hover,
.section-lead a:hover,
.legal-content a:hover,
.blog-content a:hover,
.error-page-links a:hover,
main p a:not(.btn):not(.content-card):not(.import-guide-card):not(.reviews-teaser-card):not(.link-arrow):hover {
  color: var(--white);
  text-decoration-color: var(--accent);
  text-shadow: none;
}

.btn-whatsapp:has(.btn-whatsapp__icon)::before {
  display: none;
}

.btn-whatsapp__icon {
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.btn-whatsapp.btn-lg .btn-whatsapp__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-whatsapp {
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  color: #fff;
  text-shadow: var(--whatsapp-text-shadow);
  box-shadow: var(--whatsapp-shadow);
}

.btn-whatsapp::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.8 9.8 0 0 0 12.04 2Zm0 1.8a8.1 8.1 0 0 1 5.74 2.38A8.1 8.1 0 0 1 20.16 12c0 4.47-3.63 8.1-8.12 8.1a8.05 8.05 0 0 1-4.07-1.1l-.29-.17-3.11.82.83-3.03-.19-.3a8.06 8.06 0 0 1-1.27-4.32c0-4.47 3.63-8.1 8.11-8.1Zm-2.27 4.04c-.12 0-.35.04-.53.2-.18.17-.7.68-.7 1.67 0 .98.72 1.93.82 2.07.1.13 1.39 2.22 3.47 3.02.58.2 1.03.32 1.38.41.58.15 1.1.13 1.52.08.46-.07 1.42-.58 1.62-1.14.2-.56.2-1.04.14-1.14-.06-.1-.22-.16-.46-.28-.24-.12-1.42-.7-1.64-.78-.22-.08-.38-.12-.54.12-.16.24-.61.78-.75.94-.14.16-.28.18-.52.06-.24-.12-1.01-.37-1.93-1.18-.71-.63-1.2-1.41-1.34-1.65-.14-.24-.01-.37.11-.49.11-.11.24-.28.36-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.54-1.3-.74-1.78-.19-.47-.39-.41-.54-.42l-.46-.01Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.45 1.32 4.95L2 22l5.25-1.38a9.9 9.9 0 0 0 4.79 1.22h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01A9.8 9.8 0 0 0 12.04 2Zm0 1.8a8.1 8.1 0 0 1 5.74 2.38A8.1 8.1 0 0 1 20.16 12c0 4.47-3.63 8.1-8.12 8.1a8.05 8.05 0 0 1-4.07-1.1l-.29-.17-3.11.82.83-3.03-.19-.3a8.06 8.06 0 0 1-1.27-4.32c0-4.47 3.63-8.1 8.11-8.1Zm-2.27 4.04c-.12 0-.35.04-.53.2-.18.17-.7.68-.7 1.67 0 .98.72 1.93.82 2.07.1.13 1.39 2.22 3.47 3.02.58.2 1.03.32 1.38.41.58.15 1.1.13 1.52.08.46-.07 1.42-.58 1.62-1.14.2-.56.2-1.04.14-1.14-.06-.1-.22-.16-.46-.28-.24-.12-1.42-.7-1.64-.78-.22-.08-.38-.12-.54.12-.16.24-.61.78-.75.94-.14.16-.28.18-.52.06-.24-.12-1.01-.37-1.93-1.18-.71-.63-1.2-1.41-1.34-1.65-.14-.24-.01-.37.11-.49.11-.11.24-.28.36-.42.12-.14.16-.24.24-.4.08-.16.04-.3-.02-.42-.06-.12-.54-1.3-.74-1.78-.19-.47-.39-.41-.54-.42l-.46-.01Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-whatsapp.btn-lg::before {
  width: 1.25rem;
  height: 1.25rem;
}

.btn-whatsapp.nav-cta {
  padding: 0.65rem 0.85rem;
  min-width: 2.75rem;
}

.btn-whatsapp.nav-cta:empty::before {
  margin: 0;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  background: var(--whatsapp-hover);
  border-color: var(--whatsapp-hover);
  color: #fff;
  text-shadow: var(--whatsapp-text-shadow);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.48);
}

.nav--minimal .nav-cta {
  margin-left: auto;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  overflow: visible;
  transition: background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(var(--surface-deep-rgb), 0.92);
}

[data-theme="light"] .site-header.is-scrolled {
  background: rgba(var(--surface-rgb), 0.94);
}

html.nav-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

body.nav-menu-open {
  overflow: hidden;
  touch-action: none;
}

body.nav-menu-open::before {
  content: '';
  position: fixed;
  inset: 0;
  top: var(--header-offset);
  background: var(--mobile-nav-backdrop);
  z-index: 999;
  pointer-events: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: var(--header-h);
  overflow: visible;
}

@media (min-width: 901px) {
  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 1.25rem;
  }

  .nav-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .nav-menu {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    justify-self: center;
    gap: clamp(0.85rem, 1.6vw, 1.35rem);
  }

  .nav-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-dropdown-toggle {
    min-width: 36px;
    min-height: 36px;
    padding: 0.25rem;
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-shrink: 0;
}

@media (min-width: 901px) and (max-width: 1120px) {
  .nav-menu > .nav-item:not(.nav-item--has-dropdown) > a,
  .nav-menu > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link {
    font-size: 0.94rem;
    padding: 0.35rem 0.2rem;
  }

  .nav-menu {
    gap: 0.8rem;
  }
}

.nav-logo {
  flex-shrink: 0;
}

.nav-logo img {
  height: 40px;
  width: auto;
  max-width: 240px;
  display: block;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.15rem;
  margin-left: auto;
  align-items: center;
}

.nav-menu > .nav-item {
  position: relative;
  overflow: visible;
}

.nav-menu a,
.nav-dropdown-link,
.nav-dropdown-toggle {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition), text-shadow var(--transition), text-decoration-color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
  white-space: nowrap;
}

/* Top-level header links — larger and easier to spot */
.nav-menu > .nav-item:not(.nav-item--has-dropdown) > a,
.nav-menu > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.01em;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.34);
  padding: 0.45rem 0.35rem;
}

.nav-menu > .nav-item:not(.nav-item--has-dropdown) > a:hover,
.nav-menu > .nav-item:not(.nav-item--has-dropdown) > a:focus-visible,
.nav-menu > .nav-item:not(.nav-item--has-dropdown) > a[aria-current="page"],
.nav-menu > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link:hover,
.nav-menu > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link:focus-visible,
.nav-menu > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link[aria-current="page"],
.nav-item--has-dropdown:hover > .nav-dropdown-trigger > .nav-dropdown-link,
.nav-item--has-dropdown.is-open > .nav-dropdown-trigger > .nav-dropdown-link {
  color: var(--white);
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.72);
  text-shadow: 0 0 12px rgba(var(--sakura-bright-rgb), 0.32), 0 0 22px rgba(var(--sakura-rgb), 0.18);
}

.nav-item:not(.nav-item--has-dropdown) > a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
  cursor: pointer;
}

.nav-item:not(.nav-item--has-dropdown) > a:hover,
.nav-item:not(.nav-item--has-dropdown) > a:focus-visible,
.nav-item:not(.nav-item--has-dropdown) > a[aria-current="page"] {
  color: var(--text);
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.55);
}

.nav-dropdown-toggle:hover,
.nav-item--has-dropdown:hover .nav-dropdown-toggle,
.nav-item--has-dropdown.is-open .nav-dropdown-toggle,
.nav-dropdown-toggle[aria-current="true"] {
  color: var(--accent);
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-dropdown-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
  cursor: pointer;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus-visible,
.nav-dropdown-link[aria-current="page"],
.nav-item--has-dropdown:hover .nav-dropdown-link,
.nav-item--has-dropdown.is-open .nav-dropdown-link {
  color: var(--text);
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.55);
}

.nav-dropdown-link[aria-current="page"] {
  color: var(--accent);
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: none;
  border: none;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
}

.nav-dropdown-chevron {
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform var(--transition);
}

.nav-item--has-dropdown.is-open .nav-dropdown-chevron {
  transform: rotate(-135deg) translateY(1px);
}

.nav-item--has-dropdown {
  position: relative;
}

.nav-item--has-dropdown::after {
  content: '';
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  top: 100%;
  height: 1.1rem;
}

.nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.45rem 0;
  min-width: 11.5rem;
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: var(--nav-dropdown-bg);
  border: 1px solid var(--nav-dropdown-border);
  border-radius: var(--radius);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.45),
    0 8px 20px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(var(--sakura-deep-rgb), 0.22);
  z-index: 200;
  transform: translateX(-50%) translateY(10px) scale(0.94);
  transition:
    opacity 0.18s ease,
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.18s ease,
    box-shadow 0.18s ease;
}

@media (min-width: 901px) {
  .nav-item--has-dropdown:hover .nav-dropdown,
  .nav-item--has-dropdown:focus-within .nav-dropdown,
  .nav-item--has-dropdown.is-open .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
    box-shadow:
      0 20px 48px rgba(0, 0, 0, 0.5),
      0 10px 24px rgba(0, 0, 0, 0.32),
      0 0 36px rgba(var(--sakura-deep-rgb), 0.28);
  }

  .nav-item--has-dropdown:hover .nav-dropdown > li,
  .nav-item--has-dropdown:focus-within .nav-dropdown > li,
  .nav-item--has-dropdown.is-open .nav-dropdown > li {
    opacity: 1;
    animation: navDropdownItemIn 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .nav-item--has-dropdown:hover .nav-dropdown > li:nth-child(1),
  .nav-item--has-dropdown:focus-within .nav-dropdown > li:nth-child(1),
  .nav-item--has-dropdown.is-open .nav-dropdown > li:nth-child(1) { animation-delay: 0.01s; }

  .nav-item--has-dropdown:hover .nav-dropdown > li:nth-child(2),
  .nav-item--has-dropdown:focus-within .nav-dropdown > li:nth-child(2),
  .nav-item--has-dropdown.is-open .nav-dropdown > li:nth-child(2) { animation-delay: 0.03s; }

  .nav-item--has-dropdown:hover .nav-dropdown > li:nth-child(3),
  .nav-item--has-dropdown:focus-within .nav-dropdown > li:nth-child(3),
  .nav-item--has-dropdown.is-open .nav-dropdown > li:nth-child(3) { animation-delay: 0.05s; }

  .nav-item--has-dropdown:hover .nav-dropdown > li:nth-child(4),
  .nav-item--has-dropdown:focus-within .nav-dropdown > li:nth-child(4),
  .nav-item--has-dropdown.is-open .nav-dropdown > li:nth-child(4) { animation-delay: 0.07s; }

  .nav-item--has-dropdown:hover .nav-dropdown > li:nth-child(5),
  .nav-item--has-dropdown:focus-within .nav-dropdown > li:nth-child(5),
  .nav-item--has-dropdown.is-open .nav-dropdown > li:nth-child(5) { animation-delay: 0.09s; }
}

@keyframes navDropdownItemIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.nav-dropdown a {
  display: block;
  padding: 0.55rem 1rem;
  margin: 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--nav-dropdown-text);
  cursor: pointer;
  border-radius: 6px;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.22);
  text-underline-offset: 0.18em;
  text-shadow: var(--text-shadow-nav-dropdown);
  transition: color var(--transition), background var(--transition), text-shadow var(--transition), text-decoration-color var(--transition);
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.nav-dropdown a[aria-current="page"] {
  color: var(--nav-dropdown-text);
  background: var(--nav-dropdown-hover-bg);
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.55);
  text-shadow: var(--text-shadow-nav-dropdown-hover);
}

.nav-dropdown-divider {
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(var(--sakura-deep-rgb), 0.22);
}

.nav-dropdown-cta-item {
  margin-top: 0.35rem;
  padding: 0.45rem 0.65rem 0.3rem;
  border-top: 1px solid rgba(var(--sakura-deep-rgb), 0.32);
}

.nav-dropdown a.nav-dropdown-cta {
  display: block;
  text-align: center;
  padding: 0.55rem 1rem;
  margin: 0;
  font-weight: 600;
  color: var(--nav-dropdown-text);
  background: var(--nav-dropdown-hover-bg);
  border: 1px solid var(--nav-dropdown-border);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: none;
  box-shadow: 0 0 16px rgba(var(--sakura-deep-rgb), 0.2), 0 0 32px rgba(var(--sakura-deep-rgb), 0.08);
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.nav-dropdown a.nav-dropdown-cta[href*="wa.me"] {
  color: #fff;
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: var(--whatsapp-shadow);
  text-shadow: var(--whatsapp-text-shadow);
}

.nav-dropdown a.nav-dropdown-cta[href*="wa.me"]:hover,
.nav-dropdown a.nav-dropdown-cta[href*="wa.me"]:focus-visible {
  color: #fff;
  background: var(--whatsapp-hover);
  border-color: var(--whatsapp-hover);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.48);
  transform: translateY(-1px);
}

.nav-dropdown a.nav-dropdown-cta:not([href*="wa.me"]):hover,
.nav-dropdown a.nav-dropdown-cta:not([href*="wa.me"]):focus-visible {
  color: var(--white);
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.62);
  box-shadow: 0 0 20px rgba(var(--sakura-deep-rgb), 0.45), 0 0 40px rgba(var(--sakura-deep-rgb), 0.18);
  transform: translateY(-1px);
}

.nav-dropdown--contact-only {
  min-width: 10.5rem;
  padding: 0.55rem 0.7rem;
  text-align: center;
}

.nav-dropdown--contact-only .nav-dropdown-cta-item {
  margin-top: 0;
  padding: 0;
  border-top: none;
}

.nav-item--has-dropdown:has(.nav-dropdown--contact-only)::after {
  height: 1.1rem;
}

.nav-menu-ctas {
  display: none;
}

.nav-cta {
  margin-left: 0;
  padding: 0.55rem 1rem;
  font-size: 0.84rem;
  flex-shrink: 0;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
}

.nav-social {
  display: none;
}

.nav-social .social-link {
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: var(--text-muted);
}

.nav-social .social-link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.nav-social .social-icon {
  width: 1rem;
  height: 1rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  color: var(--text-muted);
  background: var(--surface-soft);
  transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.social-link:hover {
  color: var(--text);
  border-color: var(--text-muted);
  background: var(--surface-95);
}

.social-icon {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
  flex-shrink: 0;
}

.social-link__text {
  display: none;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0;
}

.footer-social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 1.9rem;
  height: 1.9rem;
  min-width: 0;
  padding: 0;
  font-size: 0;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: transparent;
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition);
}

.footer-social .social-link[href*="wa.me"] {
  color: #fff;
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: none;
  text-shadow: none;
}

.footer-social .social-link[href*="wa.me"]:hover,
.footer-social .social-link[href*="wa.me"]:focus-visible {
  color: #fff;
  background: var(--whatsapp-hover);
  border-color: var(--whatsapp-hover);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
  transform: translateY(-1px);
}

.footer-social .social-link:hover,
.footer-social .social-link:focus-visible {
  color: var(--text);
  background: var(--surface-soft);
  border-color: rgba(var(--sakura-deep-rgb), 0.38);
  transform: translateY(-1px);
}

.footer-social .social-link__text {
  display: none;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--text-muted);
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition);
}

.theme-toggle:hover {
  color: var(--text);
  border-color: var(--text-muted);
  background: var(--surface);
}

.theme-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.theme-toggle__icon {
  width: 1.15rem;
  height: 1.15rem;
}

.theme-toggle__icon--moon {
  fill: currentColor;
}

.theme-toggle__icon--sun {
  display: none;
}

[data-theme="light"] .theme-toggle__icon--moon {
  display: none;
}

[data-theme="light"] .theme-toggle__icon--sun {
  display: block;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 160;
  touch-action: manipulation;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: transform var(--transition), opacity var(--transition);
}

/* Hero */
.hero {
  position: relative;
  min-height: 82vh;
  min-height: 82dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--header-h);
  overflow: hidden;
  background: var(--bg);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay-bg);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.25rem 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  flex: 1;
}

.hero-copy {
  width: 100%;
  max-width: 52rem;
  margin-inline: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.hero .hero-eyebrow {
  margin-inline: auto;
}

.hero-eyebrow {
  font-size: clamp(1rem, 1.55vw, 1.3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-bright);
  margin-bottom: 1.1rem;
}

.hero-eyebrow-light {
  color: #fff;
  -webkit-text-stroke: 0.35px rgba(0, 0, 0, 0.5);
  paint-order: stroke fill;
  text-shadow: var(--text-shadow-hero);
}

.hero h1 {
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.hero-sub-panel {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto 1.35rem;
  padding: clamp(1rem, 2vw, 1.2rem) clamp(1.15rem, 2.5vw, 1.5rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-deep-58);
  box-shadow: var(--card-edge-glow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.hero-sub-panel:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

@media (hover: hover) {
  .hero-sub-panel:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.01);
  }
}

.hero-sub {
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  line-height: 1.65;
  color: #fff;
  font-weight: 500;
  margin: 0;
  max-width: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0;
}

.hero .btn-outline {
  background: var(--surface-deep-45);
  border-color: rgba(var(--sakura-deep-rgb), 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
}

.hero .btn-outline:hover {
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.62);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.hero .btn-outline:focus-visible,
.nav-dropdown-cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
  box-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
  border-top: none;
}

.hero-stats li {
  font-size: 0.92rem;
  color: var(--card-body-text);
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-deep-58);
  box-shadow: var(--card-edge-glow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.hero-stats li:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

@media (hover: hover) {
  .hero-stats li:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }

  .hero-stats li:hover strong {
    transform: scale(1.08);
  }
}

.hero-stats strong {
  display: block;
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 0.2rem;
  transition: transform var(--transition-pop);
}

.home .hero-content {
  justify-content: center;
  min-height: auto;
  gap: 2rem;
  padding: clamp(1.5rem, 3vh, 2.5rem) 0;
}

.home .h-scroll--stats {
  margin-top: 0;
  width: 100%;
}

/* Sections */
.section {
  padding: 4rem 0;
}

/* Subpages start under the fixed header */
main:not(.home) > .section:first-child:not(.page-hero):not(.model-hero):not(.guides-index),
main:not(.home) > .section.inspection-page:first-child {
  padding-top: calc(var(--header-h) + 4rem);
}

main:not(.home) > .section.guides-index:first-child {
  padding-top: calc(var(--header-h) + 2rem);
}

.section-eyebrow {
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--accent-bright);
  margin-bottom: 0.85rem;
}

.section h1,
.section h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 2rem;
}

/* Homepage section dividers */
.home > section + section {
  border-top: 1px solid rgba(var(--sakura-deep-rgb), 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home > section:not(.hero) {
  overflow: visible;
}

/* Process */
.process {
  position: relative;
  background:
    linear-gradient(180deg, var(--surface-deep-78) 0%, var(--surface-deep-72) 100%);
  border-block: 1px solid rgba(34, 26, 30, 0.65);
  overflow: visible;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  list-style: none;
  counter-reset: none;
  padding: 0.5rem 0;
}

.process-step {
  background: var(--surface-92);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.process-step:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
  z-index: 2;
}

.step-num {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  opacity: 0.6;
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step h2,
.process-step h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.process-step p {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.process-inspection {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.process-inspection .section-eyebrow {
  margin-bottom: 0.75rem;
}

.process-inspection h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
}

.process-inspection .section-lead {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.process-inspection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.process-inspection-video-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--card-border);
  background: var(--surface-muted);
  box-shadow: var(--card-edge-glow), 0 16px 40px rgba(0, 0, 0, 0.35);
  position: relative;
}

.process-inspection-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0a0a0b;
}

.process-inspection-caption {
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

.process-inspection-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.process-inspection-photo {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  background: var(--surface);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.process-inspection-photo:hover {
  border-color: var(--block-hover-border);
  transform: translateY(-4px);
  box-shadow: var(--block-hover-shadow);
}

.process-inspection-photo picture {
  display: block;
  width: 100%;
}

/* Clickable photos & videos */
.media-gallery-item__trigger,
.process-inspection-photo__trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  position: relative;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.media-gallery-item__trigger::before,
.process-inspection-photo__trigger::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 5, 8, 0.18);
  transition: background 0.2s ease;
  pointer-events: none;
  z-index: 1;
}

.media-gallery-item__trigger:hover::before,
.media-gallery-item__trigger:focus-visible::before,
.process-inspection-photo__trigger:hover::before,
.process-inspection-photo__trigger:focus-visible::before,
.media-gallery-item__trigger:active::before,
.process-inspection-photo__trigger:active::before {
  background: rgba(8, 5, 8, 0.38);
}

.media-gallery-item__trigger:focus-visible,
.process-inspection-photo__trigger:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.media-expand-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(8, 5, 8, 0.82);
  border: 1px solid rgba(var(--sakura-bright-rgb), 0.58);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.48);
}

.media-expand-badge svg {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.media-expand-badge--video {
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.76rem;
}

.gallery-item.media-gallery-item,
.community-home-card__media {
  cursor: zoom-in;
}

.gallery-item.media-gallery-item .media-gallery-item__trigger img,
.community-home-card__media .media-gallery-item__trigger img,
.community-moment .media-gallery-item__trigger img {
  width: 100%;
  display: block;
  transition: transform 0.22s ease;
}

.gallery-item.media-gallery-item:hover img,
.community-home-card:hover .media-gallery-item__trigger img,
.community-moment:hover .media-gallery-item__trigger img {
  transform: scale(1.03);
}

.process-inspection-video-wrap {
  cursor: pointer;
}

.process-inspection-video-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  bottom: auto;
  height: calc(100% - 3.25rem);
  background: linear-gradient(180deg, rgba(8, 5, 8, 0.08) 0%, rgba(8, 5, 8, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}

.process-inspection-video-expand {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-bright-rgb), 0.58);
  background: rgba(8, 5, 8, 0.82);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.48);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
}

.process-inspection-video-expand svg {
  width: 1rem;
  height: 1rem;
}

.process-inspection-video-expand:hover,
.process-inspection-video-expand:focus-visible {
  background: rgba(var(--sakura-deep-rgb), 0.88);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
  outline: none;
}

.process-inspection-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: #0a0a0b;
}

.process-inspection-photo figcaption {
  padding: 0.75rem 0.9rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

.process-inspection-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.process-inspection-checklist li {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.16);
  background: var(--surface-72);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-muted);
  position: relative;
  transition:
    transform var(--transition-pop),
    box-shadow var(--transition-shadow),
    border-color var(--transition),
    opacity var(--reveal-duration) var(--reveal-ease);
}

.process-inspection-checklist li:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
  z-index: 1;
}

.process-inspection-checklist--reveal li {
  opacity: 0;
  transform: translateY(0.75rem);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease),
    transform var(--reveal-duration) var(--reveal-ease),
    box-shadow var(--transition-shadow),
    border-color var(--transition);
  transition-delay: var(--reveal-delay, 0ms), var(--reveal-delay, 0ms), 0s, 0s;
}

.process-inspection-checklist--reveal li.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.process-inspection-checklist--reveal li.is-visible:hover {
  transform: translateY(var(--block-hover-lift)) scale(1.02);
}

.process-inspection-checklist strong {
  display: block;
  color: var(--accent);
  margin-bottom: 0.35rem;
  transition: transform var(--transition-pop);
}

.process-inspection-checklist li:hover strong {
  transform: scale(1.04);
}

.process-inspection-layout--video-only {
  grid-template-columns: 1fr;
  max-width: 52rem;
}

/* Package banner */
.package-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: var(--surface-94);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-left: 4px solid rgba(var(--sakura-rgb), 0.48);
  border-radius: var(--radius-lg);
  padding: 1.25rem 2rem;
  margin-bottom: 1.25rem;
  color: var(--text);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.package-banner:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.015);
  box-shadow: var(--block-hover-shadow);
}

.package-banner-text {
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
  min-width: 240px;
}

.package-banner-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.package-banner-items {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-muted);
}

.package-banner-proof {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--card-border-soft);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  flex-wrap: wrap;
}

.package-banner-proof__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--accent-bright);
  text-decoration: none;
  text-shadow: var(--text-shadow-eyebrow);
  white-space: nowrap;
  transition: color var(--transition), transform var(--transition);
}

.package-banner-proof__link:hover,
.package-banner-proof__link:focus-visible {
  color: var(--white);
  transform: translateX(2px);
}

.package-banner-proof__note {
  margin: 0;
  flex: 1 1 12rem;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.packages-inspection-callout {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.packages-inspection-callout .link-arrow {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 0.35rem;
  margin-left: 0.35rem;
  padding: 0.55rem 1.05rem;
  font-size: clamp(0.82rem, 2.1vw, 0.95rem);
  font-weight: 700;
  color: var(--accent-bright);
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.55);
  background: var(--surface-mid-94);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.45);
  text-underline-offset: 3px;
  text-shadow: var(--text-shadow-eyebrow);
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
  white-space: nowrap;
  vertical-align: middle;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), text-decoration-color var(--transition);
}

.packages-inspection-callout .link-arrow:hover,
.packages-inspection-callout .link-arrow:focus-visible {
  color: var(--white);
  background: rgba(var(--sakura-deep-rgb), 0.22);
  border-color: rgba(var(--sakura-deep-rgb), 0.65);
  text-decoration-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(var(--sakura-deep-rgb), 0.35), 0 0 32px rgba(var(--sakura-deep-rgb), 0.14);
}

.inspection-page .process-inspection-checklist {
  margin-top: 2.5rem;
}

.inspection-page__lead {
  max-width: 46rem;
  margin-bottom: 2.25rem;
}

.inspection-page .inspection-showcase,
.inspection-page .process-inspection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  width: 100%;
  align-items: stretch;
}

.inspection-page .process-inspection-video-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

.inspection-page .process-inspection-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  justify-items: stretch;
}

.inspection-page .process-inspection-photo {
  width: 100%;
}

.inspection-page .process-inspection-photo figcaption {
  text-align: center;
}

/* Inspection photos use horizontal scroll on tablet/mobile via .h-scroll--inspection-photos */

/* Inspection media lightbox */
body.media-lightbox-open {
  overflow: hidden;
}

.media-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: 0;
  width: min(92vw, 64rem);
  max-width: none;
  max-height: min(92vh, 48rem);
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.media-lightbox::backdrop {
  background: rgba(4, 4, 6, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.media-lightbox__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
  max-height: min(92vh, 48rem);
  padding: 1rem;
  box-sizing: border-box;
}

.media-lightbox__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(50vh, 28rem);
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.28);
  background: var(--surface-deep-96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
}

.media-lightbox__image[hidden],
.media-lightbox__video[hidden] {
  display: none !important;
}

.media-lightbox__image,
.media-lightbox__video {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 44rem);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #0a0a0b;
}

.media-lightbox__video:not([hidden]) {
  width: min(100%, 64rem);
  max-height: min(78vh, 44rem);
  aspect-ratio: 16 / 9;
}

.media-lightbox__caption {
  margin: 0;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.media-lightbox__close,
.media-lightbox__nav {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--surface-deep-82);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.media-lightbox__close {
  top: 0.25rem;
  right: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  font-size: 1.75rem;
  line-height: 1;
}

.media-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
}

.media-lightbox__nav--prev {
  left: 0.25rem;
}

.media-lightbox__nav--next {
  right: 0.25rem;
}

.media-lightbox__close:hover,
.media-lightbox__close:focus-visible,
.media-lightbox__nav:hover,
.media-lightbox__nav:focus-visible {
  background: rgba(var(--sakura-deep-rgb), 0.9);
  border-color: rgba(255, 255, 255, 0.28);
  outline: none;
}

.media-lightbox__nav:hover,
.media-lightbox__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
}

@media (max-width: 640px) {
  .media-lightbox {
    width: min(94vw, 100%);
    max-height: min(88dvh, 40rem);
  }

  .media-lightbox__panel {
    max-height: min(88dvh, 40rem);
    padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px)) max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
  }

  .media-lightbox__stage {
    min-height: min(42vh, 20rem);
  }

  .media-lightbox__image,
  .media-lightbox__video {
    max-height: min(62dvh, 32rem);
  }

  .media-lightbox__nav,
  .media-lightbox__close {
    min-width: 44px;
    min-height: 44px;
  }

  .media-lightbox__nav {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.6rem;
  }
}

.packages-inspection-note {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.package-banner-divider { display: none; }

.package-banner-price {
  text-align: right;
  flex-shrink: 0;
}

.price-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}

.price-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 0.2em;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(var(--sakura-deep-rgb), 0.35);
}

.price-amount__currency {
  font-size: 0.45em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  color: inherit;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .package-banner-price {
    width: 100%;
  }

  .package-banner-price .price-amount {
    justify-content: center;
    font-size: clamp(1.85rem, 5.5vw, 2.25rem);
  }
}

/* Package cards */
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
}

.package-card {
  position: relative;
  background: var(--surface-94);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.package-card:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 1;
}

@media (hover: hover) {
  .package-card:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.package-card--featured {
  border-color: rgba(var(--sakura-bright-rgb), 0.38);
}

.package-badge {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #f4f4f5;
  color: #18181b;
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.42rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
}

[data-theme="light"] .package-badge {
  background: #18181b;
  color: #fafafa;
  border-color: #3f3f46;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.package-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.35rem;
  min-height: 3rem;
}

.package-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--card-body-text);
}

.package-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.package-features li {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--card-body-text);
  padding-left: 1.5rem;
  position: relative;
}

.package-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.package-card .btn {
  width: 100%;
  margin-top: auto;
}

.package-delivery-note {
  margin-top: 1.25rem;
  padding: 1.5rem 2rem;
  background: var(--surface-92);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-left: 4px solid rgba(var(--sakura-rgb), 0.72);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.package-delivery-note:hover {
  border-color: var(--block-hover-border);
  border-left-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
}

.package-delivery-note h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.package-delivery-note p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.package-delivery-note strong {
  color: var(--text);
}

/* Why */
.why {
  position: relative;
  background:
    linear-gradient(180deg, rgba(18, 10, 16, 0.74) 0%, rgba(22, 12, 18, 0.78) 50%, rgba(18, 10, 16, 0.74) 100%);
  border-block: 1px solid rgba(var(--sakura-deep-rgb), 0.15);
  overflow: visible;
}

.why .container {
  position: relative;
  z-index: 1;
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.why-stat {
  text-align: center;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.why-stat:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

.why-stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: transform var(--transition-pop);
}

.why-stat:hover .why-stat-num {
  transform: scale(1.08);
}

.why-stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.why-card {
  padding: 1.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.why-card:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

.why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.why-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.testimonial {
  border-left: 4px solid var(--border);
  padding: 1.5rem 2rem;
  background: var(--surface);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.testimonial:hover {
  border-color: var(--block-hover-border);
  border-left-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
}

.testimonial p {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 1rem;
  color: var(--text);
}

.testimonial footer {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: normal;
}

/* Community */
.community {
  background: linear-gradient(180deg, var(--surface-deep-78) 0%, rgba(var(--surface-deep-rgb), 0.74) 100%);
}

.community--home {
  background: none;
  overflow: visible;
}

.community-intro {
  margin-bottom: 1.5rem;
}

.community-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.community-home-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  background: var(--surface);
  overflow: visible;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.community-home-card__media {
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 1px) calc(var(--radius-lg) - 1px) 0 0;
}

.community-home-card:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
}

@media (hover: hover) {
  .community-home-card:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }

  .community-home-card:hover .community-home-card__media img {
    transform: scale(1.03);
  }
}

.community-home-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.community-home-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.community-home-card__body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-eyebrow);
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
}

.community-home-card__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--card-body-text);
}

.community-home-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.community-home-highlights li {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-72);
  box-shadow: var(--card-edge-glow);
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--card-body-text);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
  overflow: visible;
}

.community-home-highlights li:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 2;
}

@media (hover: hover) {
  .community-home-highlights li:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.community-home-highlights strong {
  display: block;
  color: var(--accent);
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.community-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.community-teaser-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
}

.community-teaser-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.community-teaser-copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.community-teaser-copy p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.community-moments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.community-moments--duo {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.community-moment {
  background: var(--surface-92);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.media-gallery-hint {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: -0.5rem 0 1.35rem;
  max-width: 40rem;
}

.media-gallery-hint strong {
  color: var(--text);
  font-weight: 600;
}

.community-home-card__media .media-gallery-item__trigger,
.community-moment .media-gallery-item__trigger {
  width: 100%;
}

.community-moment img,
.community-moment .media-gallery-item__trigger img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.community-moment:first-child img,
.community-moment:first-child .media-gallery-item__trigger img {
  aspect-ratio: 3/4;
}

.community-moment--feature img,
.community-moment--feature .media-gallery-item__trigger img {
  aspect-ratio: 4/5;
  min-height: 420px;
}

.community-moment--feature:first-child img,
.community-moment--feature:first-child .media-gallery-item__trigger img {
  aspect-ratio: 3/4;
  min-height: 480px;
}

.community-moment figcaption {
  padding: 1.5rem;
  flex: 1;
}

.community-moment--feature figcaption {
  padding: 2rem 2rem 2.25rem;
}

.community-moment h3,
.community-moment figcaption h2 {
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-eyebrow);
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
}

.community-moment h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.community-moment--feature h3,
.community-moment--feature figcaption h2 {
  font-size: 1.3rem;
  margin-bottom: 0.85rem;
}

.community-moment p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.community-moment--feature p {
  font-size: 1rem;
  line-height: 1.75;
}

/* Gear */
.gear {
  background: linear-gradient(180deg, var(--surface-deep-76) 0%, var(--surface-deep-80) 100%);
}

.gear-options {
  margin-bottom: 1.25rem;
}

.gear-option-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gear-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gear-option-btn {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.65rem 1rem;
  color: var(--text);
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gear-option-btn:hover {
  border-color: var(--text-muted);
}

.gear-option-btn.is-active {
  border-color: var(--accent);
  background: rgba(var(--sakura-deep-rgb), 0.1);
}

.gear-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.gear-showcase {
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--border);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition), background 0.22s ease;
}

.gear-showcase[data-style="apparel"] {
  background: linear-gradient(160deg, #0a0a0a 0%, #141416 100%);
  border-color: #2a2a30;
}

.gear-showcase[data-style="cherry"] {
  background: linear-gradient(160deg, #120810 0%, #241018 50%, #140c18 100%);
  border-color: #4a2034;
}

.gear-showcase[data-style="red"] {
  background: linear-gradient(160deg, #100810 0%, #221018 50%, #100810 100%);
  border-color: #583040;
}

.gear-showcase[data-style="blue"] {
  background: linear-gradient(160deg, #080f1a 0%, #102040 50%, #0a1428 100%);
  border-color: #1d4ed8;
}

.gear-showcase[data-style="purple"] {
  background: linear-gradient(160deg, #0d0818 0%, #2e1065 50%, #1a1040 100%);
  border-color: #6d28d9;
}

.gear-showcase[data-style="black"] {
  background: linear-gradient(160deg, #0a0a0a 0%, #1a1a1e 100%);
  border-color: #2a2a30;
}

.gear-showcase[data-style="galaxy"] {
  background: linear-gradient(160deg, #0a0618 0%, #1a1040 40%, #0d1a3d 100%);
  border-color: #3b2d6e;
}

.gear-preview-frame {
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gear-preview-frame img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
}

.gear-showcase[data-product="stickers"] .gear-preview-frame {
  min-height: 200px;
  aspect-ratio: 1 / 1;
  border: 2px dashed rgba(255, 255, 255, 0.12);
}

.gear-showcase[data-product="stickers"] .gear-preview-frame img {
  max-width: 72%;
  padding: 1.25rem 2rem;
  transition: filter 0.22s ease, transform 0.22s ease;
}

.gear-showcase[data-product="banners"] .gear-preview-frame {
  min-height: 200px;
  aspect-ratio: 3 / 1;
  border: 2px dashed rgba(255, 255, 255, 0.12);
}

.gear-showcase[data-product="banners"] .gear-preview-frame img {
  max-width: 72%;
  padding: 1.25rem 2rem;
  transition: filter 0.22s ease, transform 0.22s ease;
}

.gear-showcase[data-product="stickers"][data-style="red"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="red"] .gear-preview-frame img {
  filter: drop-shadow(0 0 18px rgba(var(--sakura-deep-rgb), 0.55)) saturate(1.35);
}

.gear-showcase[data-product="stickers"][data-style="blue"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="blue"] .gear-preview-frame img {
  filter: drop-shadow(0 0 18px rgba(37, 99, 235, 0.55)) hue-rotate(180deg) saturate(1.2);
}

.gear-showcase[data-product="stickers"][data-style="purple"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="purple"] .gear-preview-frame img {
  filter: drop-shadow(0 0 18px rgba(109, 40, 217, 0.55)) hue-rotate(240deg) saturate(1.25);
}

.gear-showcase[data-product="stickers"][data-style="black"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="black"] .gear-preview-frame img {
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.2)) brightness(1.05);
}

.gear-showcase[data-product="stickers"][data-style="cherry"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="cherry"] .gear-preview-frame img {
  filter: drop-shadow(0 0 20px rgba(var(--sakura-rgb), 0.6)) hue-rotate(320deg) saturate(1.4);
}

.gear-showcase[data-product="stickers"][data-style="galaxy"] .gear-preview-frame img,
.gear-showcase[data-product="banners"][data-style="galaxy"] .gear-preview-frame img {
  filter: drop-shadow(0 0 22px rgba(99, 102, 241, 0.5)) hue-rotate(260deg) saturate(1.5) contrast(1.1);
}

.gear-preview-label {
  margin-top: 1.25rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

.gear-products {
  background: var(--surface-94);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
}

.gear-products-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gear-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.gear-product-btn {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  color: var(--text);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}

.gear-product-btn:hover {
  border-color: var(--text-muted);
}

.gear-product-btn.is-active {
  border-color: var(--accent);
  background: rgba(var(--sakura-deep-rgb), 0.1);
  color: var(--text);
}

.gear-order-note {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.5rem;
  align-items: start;
}

.gallery-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.gallery-item.media-gallery-item {
  border-color: var(--card-border);
  box-shadow: var(--card-edge-glow);
}

.gallery-item.media-gallery-item:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
}

.gallery-item.media-gallery-item .media-gallery-item__trigger {
  flex: 0 0 auto;
  width: 100%;
}

.gallery-item.media-gallery-item .media-gallery-item__trigger img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.22s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.22s ease;
}

.gallery-item figcaption {
  padding: 0.85rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
  border-top: 1px solid rgba(42, 42, 48, 0.6);
}

.gallery-item:hover img { transform: scale(1.03); }

@media (min-width: 901px) {
  .gallery-item:nth-child(n) { grid-column: span 3; }
}

/* FAQ */
.faq {
  background: linear-gradient(180deg, var(--surface-deep-76) 0%, var(--surface-deep-80) 100%);
  border-block: 1px solid rgba(34, 26, 30, 0.65);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 800px;
}

.faq-item {
  background: var(--surface-92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: background var(--transition);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item summary:hover { background: var(--bg-elevated); }

.faq-item summary .faq-question {
  font-size: 1rem;
  font-weight: 600;
  pointer-events: none;
}

.faq-item p {
  padding: 0 1.5rem 1.25rem;
  color: var(--card-body-text);
  font-size: 1rem;
  line-height: 1.7;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-grid--home {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  align-items: stretch;
}

.contact-layout--home {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  --contact-panel-padding-block: clamp(1.75rem, 3vw, 2.75rem);
  --contact-panel-padding-inline: clamp(1.5rem, 4vw, 3.25rem);
  --contact-panel-gap: 1.35rem;
  --contact-panel-header-divider: 1.35rem;
}

.contact-form.contact-form--home,
.contact-reviews,
.contact-follow--sidebar {
  padding: var(--contact-panel-padding-block) var(--contact-panel-padding-inline);
  gap: var(--contact-panel-gap);
  background: var(--surface-94);
  position: relative;
  z-index: 1;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.contact-form.contact-form--home:hover,
.contact-reviews:hover,
.contact-follow--sidebar:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

@media (hover: hover) {
  .contact-form.contact-form--home:hover,
  .contact-reviews:hover,
  .contact-follow--sidebar:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.contact-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-layout--home {
    --contact-panel-padding-block: clamp(1.35rem, 2.2vw, 2rem);
    --contact-panel-padding-inline: clamp(1.35rem, 3vw, 2.35rem);
    --contact-panel-gap: 0.95rem;
    --contact-panel-header-divider: 0.95rem;
  }

  .contact-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 1.75rem;
    align-items: stretch;
  }

  .contact-form-column,
  .contact-sidebar {
    height: 100%;
  }

  .contact-form-column {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .contact-form.contact-form--home {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    padding-bottom: 0;
  }

  .contact-form.contact-form--home .form-actions {
    margin-top: auto;
    padding-top: 0.35rem;
    padding-bottom: var(--contact-panel-padding-block);
  }

  .contact-sidebar {
    justify-content: space-between;
    gap: var(--contact-panel-gap);
  }

  .contact-reviews {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .contact-reviews .reviews-carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .contact-follow--sidebar {
    flex-shrink: 0;
  }

  .contact-reviews .reviews-carousel--grid .reviews-carousel__viewport {
    flex: 1;
  }

  .contact-form--home .form-row-group {
    gap: 0.85rem;
  }

  .contact-form--home .form-row textarea {
    min-height: 4.5rem;
  }

  .contact-form--home .form-consent {
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .contact-form__intro {
    gap: 0.7rem;
    padding-bottom: var(--contact-panel-header-divider);
  }

  .contact-form__intro .section-lead {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.45;
  }
}

.contact-form-column--wide {
  width: 100%;
  max-width: 100%;
}

.contact-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  text-align: center;
  overflow: visible;
}

.contact-reviews .section-eyebrow {
  margin-bottom: 0.15rem;
  margin-inline: auto;
}

.contact-reviews h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  text-align: center;
  width: 100%;
}

.contact-reviews .section-lead,
.contact-reviews .reviews-source-note {
  margin: 0;
  max-width: none;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
  text-align: center;
  width: 100%;
}

.contact-reviews .reviews-source-note {
  display: block;
  margin-inline: auto;
  padding-bottom: var(--contact-panel-header-divider);
  border-bottom: 1px solid rgba(var(--sakura-deep-rgb), 0.18);
  text-align: center;
}

.contact-reviews .reviews-carousel {
  margin-top: 0;
  width: 100%;
}

.contact-form--home {
  min-height: 0;
}

.contact-form__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding-bottom: var(--contact-panel-header-divider);
  border-bottom: 1px solid rgba(var(--sakura-deep-rgb), 0.18);
}

.contact-form__intro .section-lead {
  max-width: none;
  margin-bottom: 0.15rem;
}

.contact-form--home .contact-form__top {
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}

.contact-form--home .form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.contact-form--home .form-actions .btn {
  width: 100%;
  margin-top: 0;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
}

.contact-form--home .form-actions .btn-whatsapp {
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}

.contact-form--home .form-actions .btn-whatsapp:hover,
.contact-form--home .form-actions .btn-whatsapp:focus-visible {
  box-shadow: 0 5px 16px rgba(37, 211, 102, 0.34);
  transform: none;
}

@media (min-width: 768px) {
  .contact-form--home .form-row-group--names,
  .contact-form--home .form-row-group--contact,
  .contact-form--home .form-row-group--vehicle,
  .contact-form--home .form-row-group--details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .contact-layout--home .contact-highlights li {
    padding: 0.7rem 0.8rem;
    font-size: 0.84rem;
    line-height: 1.4;
  }
}

.contact-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.contact-highlights li {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--card-body-text);
  padding: 1rem 0.95rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-deep-58);
  box-shadow: var(--card-edge-glow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
}

.contact-highlights li:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

@media (hover: hover) {
  .contact-highlights li:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.contact-form-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--contact-panel-gap);
  min-width: 0;
  width: 100%;
  overflow: visible;
  padding: 0;
}

.contact-follow {
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-deep-58);
  box-shadow: var(--card-edge-glow);
}

.contact-follow--sidebar {
  width: 100%;
  background: var(--surface-94);
  overflow: visible;
}

.contact-follow--sidebar .contact-label {
  margin-bottom: 0.65rem;
  text-align: center;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.contact-follow .contact-label {
  margin-bottom: 1rem;
}

.contact-social--home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
}

.contact-follow--sidebar .contact-social--home {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(4.75rem, 5.75rem));
  gap: 0.55rem;
  padding: 0.35rem 0.25rem 0.15rem;
}

.contact-social--home .contact-social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 4.25rem;
  padding: 0.65rem 0.45rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-deep-58);
  box-shadow: var(--card-edge-glow);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition), background var(--transition), color var(--transition);
  position: relative;
  z-index: 1;
}

.contact-follow--sidebar .contact-social-link {
  min-height: 4.5rem;
  padding: 0.65rem 0.4rem;
  font-size: 0.78rem;
}

.contact-social--home .social-icon {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
  flex-shrink: 0;
}

.contact-follow--sidebar .contact-social--home .social-icon {
  width: 1.85rem;
  height: 1.85rem;
}

.contact-social--home .contact-social-link:hover,
.contact-social--home .contact-social-link:focus-visible {
  border-color: var(--block-hover-border);
  background: rgba(var(--sakura-deep-rgb), 0.16);
  color: var(--white);
  box-shadow: var(--block-hover-shadow);
  text-decoration: none;
  z-index: 3;
}

@media (hover: hover) {
  .contact-social--home .contact-social-link:hover,
  .contact-social--home .contact-social-link:focus-visible {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.contact-social--home .contact-social-link:active {
  border-color: var(--block-hover-border);
  background: rgba(var(--sakura-deep-rgb), 0.16);
  color: var(--white);
  box-shadow: var(--block-hover-shadow);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  z-index: 3;
}

/* Contact panels lift as a unit; inner tiles keep highlight but stay put (no flicker) */
@media (hover: hover) {
  .contact-form.contact-form--home .form-actions .btn:hover,
  .contact-form.contact-form--home .form-actions .btn:focus-visible,
  .contact-form.contact-form--home .contact-highlights li:hover,
  .contact-reviews .reviews-carousel--grid .review-card:hover,
  .contact-reviews .reviews-carousel--grid .review-card:focus-visible,
  .contact-follow--sidebar .contact-social--home .contact-social-link:hover,
  .contact-follow--sidebar .contact-social--home .contact-social-link:focus-visible,
  .contact-reviews .reviews-cta--compact .btn-primary:hover,
  .contact-reviews .reviews-cta--compact .btn-primary:focus-visible,
  .contact-reviews .reviews-cta--compact .btn-outline:hover,
  .contact-reviews .reviews-cta--compact .btn-outline:focus-visible {
    transform: none;
  }
}

.contact-form.contact-form--home .form-actions .btn:active,
.contact-form.contact-form--home .contact-highlights li:active,
.contact-reviews .reviews-carousel--grid .review-card:active,
.contact-follow--sidebar .contact-social--home .contact-social-link:active,
.contact-reviews .reviews-cta--compact .btn-primary:active,
.contact-reviews .reviews-cta--compact .btn-outline:active {
  transform: none;
}

.contact-form__top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(var(--sakura-deep-rgb), 0.18);
}

.contact-form__top .btn-whatsapp {
  width: 100%;
  justify-content: center;
}

.contact-form__top .contact-form-lead {
  margin: 0;
  max-width: none;
}

.contact-whatsapp-card {
  background: var(--surface-deep);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-bottom: 0;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.contact-whatsapp-card:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
}

.contact-whatsapp-card__badge {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin-bottom: 0.85rem;
  text-shadow: var(--text-shadow-eyebrow);
}

.contact-whatsapp-card__lead {
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.contact-whatsapp-card__note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.85rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.contact-about {
  margin-top: 0;
  padding: 1.5rem;
  background: var(--surface-mid-72);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.contact-about:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
}

.contact-about h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.contact-about p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0.85rem;
}

.about-gear {
  margin-top: 3rem;
  padding: 1.75rem 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.about-gear h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.about-gear p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.contact-form-eyebrow {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin: 0;
  text-shadow: var(--text-shadow-eyebrow);
}

.contact-form-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--card-border-soft);
}

.contact-form-title {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.contact-form-title__short {
  display: none;
}

.form-label-optional {
  font-weight: 400;
  color: var(--text-muted);
}

.contact-form-lead {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 36rem;
}

.contact-form-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-highlights li {
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid var(--card-border-soft);
  background: rgba(var(--sakura-deep-rgb), 0.06);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text);
  text-align: center;
}

.contact-form-highlights li::before {
  content: '✓ ';
  color: var(--accent);
  font-weight: 700;
}

.contact-form-note {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--card-border-soft);
  background: var(--surface-mid-72);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.contact-form-note strong {
  color: var(--text);
}

.contact-details li.contact-details__email {
  opacity: 0.92;
}

.contact-details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0;
}

.contact-details li {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact-label {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-eyebrow);
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
}

.contact-details a {
  font-size: 1rem;
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.35);
  background: rgba(var(--sakura-deep-rgb), 0.08);
  font-weight: 600;
  text-decoration: none;
}

.contact-social .social-icon {
  width: 1rem;
  height: 1rem;
}

.contact-social a:hover {
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.55);
  text-decoration: none;
}

.contact-form {
  background: var(--surface-94);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.contact-form:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.01);
  box-shadow: var(--block-hover-shadow);
}

.contact-form.contact-form--secondary {
  border-color: rgba(255, 255, 255, 0.08);
  background: var(--surface-mid-92);
  padding: 1.5rem 1.75rem;
  gap: 0.85rem;
}

.contact-form.contact-form--secondary:hover {
  border-color: var(--block-hover-border);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  box-shadow: var(--block-hover-shadow);
}

.contact-form .form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.contact-form .form-actions .btn {
  width: 100%;
  margin-top: 0;
}

.form-row-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-row label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
}

.form-row input,
.form-row select,
.form-row textarea {
  background: var(--surface-input);
  border: 1px solid var(--form-border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-row input:hover,
.form-row select:hover,
.form-row textarea:hover {
  border-color: var(--form-border-hover);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--sakura-deep-rgb), 0.12);
}

.form-row select option {
  background-color: var(--nav-dropdown-bg);
  color: var(--nav-dropdown-text);
}

.form-row textarea { resize: vertical; min-height: 100px; }

@media (max-width: 600px) {
  .contact-form--home .form-actions {
    grid-template-columns: 1fr;
  }

  .reviews-cta--compact {
    grid-template-columns: 1fr;
  }

  .contact-form-highlights {
    grid-template-columns: 1fr;
  }
}

.hidden { display: none; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 0.65rem 0;
  background: var(--footer-bg);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
  gap: 0.4rem 1.25rem;
  align-items: center;
  width: 100%;
}

@media (min-width: 769px) {
  .footer-inner {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand links"
      "legal legal";
    gap: 0.4rem 1.5rem 0.35rem;
    align-items: center;
  }

  .footer-brand {
    grid-area: brand;
  }

  .footer-links {
    grid-area: links;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem 0.9rem;
    width: 100%;
    min-width: 0;
  }

  .footer-nav--secondary {
    flex: 0 1 auto;
    justify-content: flex-end;
    gap: 0.35rem 0.75rem;
  }

  .footer-social {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 0.3rem;
  }

  .footer-legal {
    grid-area: legal;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .footer-inner {
    gap: 0.45rem 2rem 0.4rem;
  }

  .footer-links {
    gap: 0.4rem 1rem;
  }
}

.footer-brand {
  align-self: center;
}

.footer-brand img {
  height: 34px;
  width: auto;
  max-width: 220px;
  margin-bottom: 0.1rem;
  display: block;
}

.footer-brand p {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.25;
  margin: 0;
}

.footer-brand p a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.55);
  transition: color var(--transition), text-decoration-color var(--transition);
}

.footer-brand p a:hover {
  color: var(--text);
  text-decoration-color: var(--text);
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  min-width: 0;
}

.footer-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1.5px;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--accent-bright);
  background: none;
  border-color: transparent;
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.55);
  transform: none;
}

.footer-nav a[aria-current="page"] {
  color: var(--accent-bright);
  background: none;
  border-color: transparent;
  text-decoration-color: rgba(var(--sakura-bright-rgb), 0.65);
}

.footer-nav--secondary {
  gap: 0.35rem 0.75rem;
}

.footer-nav--secondary a {
  font-size: 0.76rem;
  font-weight: 500;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem 0.75rem;
  padding-top: 0.4rem;
  margin-top: 0;
  border-top: 1px solid var(--border);
}

.footer-disclaimer {
  flex: 1 1 12rem;
  font-size: 0.62rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.footer-copy {
  flex: 0 1 auto;
  font-size: 0.62rem;
  color: var(--text-muted);
  margin: 0;
  padding: 0;
  white-space: normal;
}

.section--secondary {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.section--secondary.why {
  border-top: 1px solid var(--border);
}

.section-followup {
  margin-top: 2rem;
}

/* Reviews page */
.reviews-page .section-lead {
  max-width: 42rem;
}

.reviews-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--border);
}

.reviews-stats li {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.reviews-stats strong {
  display: block;
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 0.15rem;
}

.review-rotator {
  margin-top: 2.5rem;
  max-width: 52rem;
}

.review-rotator__header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.review-rotator__google-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.review-rotator__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.review-rotator__stars {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: var(--sakura-bright);
}

.review-rotator__card {
  margin: 0;
  padding: 2rem 2.25rem;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  min-height: 11rem;
  transition: border-color var(--transition), box-shadow var(--transition-shadow);
}

.review-rotator__card:hover {
  border-color: var(--block-hover-border);
  border-left-color: var(--accent);
  box-shadow: var(--block-hover-shadow);
}

.review-rotator__text {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-style: italic;
  line-height: 1.65;
  color: var(--text);
  margin: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.review-rotator__text.is-exiting {
  opacity: 0;
  transform: translateX(-12px);
}

.review-rotator__author {
  display: block;
  margin-top: 1.25rem;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  color: var(--text-muted);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.review-rotator__author::before {
  content: '\2014 ';
}

.review-rotator__author.is-exiting {
  opacity: 0;
  transform: translateX(-8px);
}

.review-rotator__footer {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.75rem;
}

.review-rotator__dots {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.review-rotator__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: transform var(--transition);
}

.review-rotator__dot::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: background var(--transition), transform var(--transition);
}

.review-rotator__dot:hover::before,
.review-rotator__dot:focus-visible::before {
  background: rgba(255, 255, 255, 0.45);
  transform: scale(1.15);
}

.review-rotator__dot.is-active::before {
  background: var(--accent);
}

.review-rotator__progress {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.review-rotator__progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--sakura), var(--sakura-bright));
  border-radius: inherit;
}

.reviews-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.reviews-cta-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.reviews-source-note {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.reviews-grid-card {
  margin: 0;
  padding: 1.5rem 1.65rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  background: var(--surface);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.reviews-grid-card:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
}

.reviews-grid-card__quote {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--text);
}

.reviews-grid-card__author {
  display: block;
  margin-top: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
}

.reviews-grid-card__author::before {
  content: '\2014 ';
}

.reviews-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.reviews-highlight-card {
  padding: 1.5rem 1.65rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--surface-72);
  box-shadow: var(--card-edge-glow);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay, 0ms),
    transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay, 0ms),
    border-color var(--transition),
    box-shadow var(--transition);
}

.reviews-highlight-card.is-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) {
  .reviews-highlight-card.is-visible:hover {
    border-color: var(--block-hover-border);
    transform: translateY(var(--block-hover-lift)) scale(1.02);
    box-shadow: var(--block-hover-shadow);
  }
}

.reviews-highlight-card strong {
  display: block;
  font-size: 1.05rem;
  color: var(--accent-bright);
  margin-bottom: 0.5rem;
  text-shadow: var(--text-shadow-eyebrow);
}

.reviews-highlight-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--card-body-text);
}

.reviews-bottom-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-themes {
  padding-top: 0;
}

.home-themes .reviews-bottom-cta {
  justify-content: center;
}

.reviews-page-more .section-lead,
.reviews-page-highlights .section-lead {
  max-width: 42rem;
}

.reviews-teaser {
  padding: 3rem 0;
  text-align: center;
}

.contact-reviews.reviews-teaser {
  padding: var(--contact-panel-padding-block) var(--contact-panel-padding-inline);
}

.reviews-teaser .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-teaser-card {
  position: relative;
  display: grid;
  gap: 0.65rem;
  width: 100%;
  max-width: 38rem;
  margin-inline: auto;
  padding: 1.35rem 1.75rem;
  padding-right: 3rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  background: var(--surface);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-align: center;
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
}

.reviews-teaser-card::after {
  content: '↗';
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.45);
  background: rgba(var(--sakura-deep-rgb), 0.12);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.reviews-teaser-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.reviews-teaser-card__google {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.reviews-teaser-card__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
}

.reviews-teaser-card__stars {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: var(--sakura-bright);
}

.reviews-teaser-card__preview {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

.reviews-teaser .section-lead {
  max-width: 34rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.reviews-teaser--live {
  text-align: left;
}

.reviews-teaser--live .section-lead,
.reviews-teaser--live .reviews-source-note {
  max-width: 42rem;
  margin-inline: 0;
  text-align: left;
}

.reviews-cta--home {
  margin-top: 0;
  justify-content: center;
}

/* Reviews showcase carousel */
.reviews-showcase {
  position: relative;
  overflow: visible;
}

.reviews-showcase .container {
  position: relative;
  z-index: 1;
}

.reviews-carousel--grid .reviews-carousel__viewport {
  overflow: visible;
  margin: 0;
  padding: 0.35rem 0.15rem 0.15rem;
}

.reviews-carousel--grid .review-card {
  flex: none;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 0.85rem 0.8rem 0.75rem;
  gap: 0.55rem;
  border-radius: var(--radius-lg);
  transform: none;
  opacity: 1;
  border-color: var(--card-border);
  box-shadow: var(--card-edge-glow);
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition);
  position: relative;
  z-index: 1;
}

.reviews-carousel--grid .review-card:hover,
.reviews-carousel--grid .review-card:focus-visible {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 3;
}

@media (hover: hover) {
  .reviews-carousel--grid .review-card:hover,
  .reviews-carousel--grid .review-card:focus-visible {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.reviews-carousel--grid .review-card:active {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  transform: translateY(var(--block-hover-lift)) scale(1.02);
  z-index: 3;
}

.reviews-carousel--grid .review-card__top {
  gap: 0.35rem;
  flex-wrap: wrap;
}

.reviews-carousel--grid .review-card__text {
  font-size: 0.76rem;
  line-height: 1.45;
  -webkit-line-clamp: 4;
}

.reviews-carousel--grid .review-card__badge {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.reviews-carousel--grid .review-card__stars {
  font-size: 0.68rem;
}

.reviews-carousel--grid .review-card__avatar {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.68rem;
  box-shadow: none;
}

.reviews-carousel--grid .review-card__author {
  font-size: 0.78rem;
}

.reviews-carousel--grid .review-card__role {
  font-size: 0.65rem;
}

.reviews-carousel--grid .review-card__expand,
.reviews-carousel--grid .review-card__mark {
  display: none;
}

.reviews-carousel--grid .review-card__footer {
  gap: 0.5rem;
  padding-top: 0.15rem;
}

.reviews-carousel--grid .review-card--variant-0,
.reviews-carousel--grid .review-card--variant-1,
.reviews-carousel--grid .review-card--variant-2 {
  background: var(--surface-94);
}

.reviews-google-proof {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
  padding-top: 0.15rem;
  text-align: center;
}

.reviews-google-proof__text {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.reviews-google-proof__logo {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.reviews-cta--compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding-top: 0;
  align-items: stretch;
}

.reviews-cta--compact .btn {
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

.contact-reviews .reviews-carousel {
  display: block;
  min-height: 0;
}

.contact-reviews .reviews-cta--compact {
  margin-top: 0.75rem;
}

.contact-reviews .reviews-cta--compact .btn-compact {
  transition: transform var(--transition-pop), box-shadow var(--transition-shadow), border-color var(--transition), background var(--transition), color var(--transition);
}

.contact-reviews .reviews-cta--compact .btn-primary:hover,
.contact-reviews .reviews-cta--compact .btn-primary:focus-visible,
.contact-reviews .reviews-cta--compact .btn-outline:hover,
.contact-reviews .reviews-cta--compact .btn-outline:focus-visible {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  transform: none;
}

.contact-reviews .reviews-cta--compact .btn-primary:active,
.contact-reviews .reviews-cta--compact .btn-outline:active {
  transform: none;
  box-shadow: var(--block-hover-shadow);
}

.contact-reviews .reviews-carousel--grid .reviews-carousel__viewport {
  overflow: visible;
  padding: 0.65rem 0.15rem 0.15rem;
}

.contact-reviews .reviews-carousel--grid .reviews-carousel__track {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 0.55rem;
}

.contact-reviews .reviews-carousel--grid .review-card {
  height: auto;
  padding: 0.65rem 0.75rem 0.6rem;
  gap: 0.4rem;
  overflow: visible;
}

.contact-reviews .reviews-carousel--grid .review-card__badge {
  display: none;
}

.contact-reviews .reviews-carousel--grid .review-card__text {
  font-size: 0.87rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
}

.contact-reviews .reviews-carousel--grid .review-card__stars {
  font-size: 0.65rem;
}

.contact-reviews .reviews-carousel--grid .review-card__avatar {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.62rem;
}

.contact-reviews .reviews-carousel--grid .review-card__author {
  font-size: 0.72rem;
}

.contact-reviews .reviews-carousel--grid .review-card__role {
  font-size: 0.62rem;
}

.contact-reviews .reviews-carousel--grid .review-card__footer {
  gap: 0.4rem;
  padding-top: 0.1rem;
}

@media (min-width: 1024px) {
  .contact-reviews {
    height: auto;
  }

  .reviews-carousel--grid .review-card__text {
    -webkit-line-clamp: 5;
  }
}

.reviews-carousel {
  margin-top: 0.5rem;
}

.reviews-carousel__viewport {
  position: relative;
  overflow: visible;
  margin-inline: -0.35rem;
  padding: 1.25rem 0.35rem 0.35rem;
}

.reviews-carousel--scroll .reviews-carousel__viewport {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--sakura-rgb), 0.45) transparent;
}

.reviews-carousel--scroll .reviews-carousel__viewport::-webkit-scrollbar {
  height: 0.45rem;
}

.reviews-carousel--scroll .reviews-carousel__viewport::-webkit-scrollbar-thumb {
  background: rgba(var(--sakura-rgb), 0.45);
  border-radius: 999px;
}

.reviews-carousel-hint {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.reviews-carousel-hint__arrow::before {
  content: '↔';
  display: inline-block;
  color: var(--accent-bright);
}

.reviews-carousel--scroll .review-card {
  scroll-snap-align: start;
}

.reviews-carousel__track {
  display: flex;
  align-items: stretch;
  gap: clamp(0.85rem, 2vw, 1.25rem);
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
}

.reviews-carousel--grid .reviews-carousel__track,
.reviews-carousel__track--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}

.reviews-carousel__track--marquee {
  will-change: transform;
  animation: reviews-marquee var(--marquee-duration, 60s) linear infinite;
}

@keyframes reviews-marquee {
  from {
    transform: translateX(var(--marquee-start, 0px));
  }

  to {
    transform: translateX(calc(var(--marquee-start, 0px) - var(--marquee-distance, 0px)));
  }
}

.reviews-carousel--marquee .review-card {
  transform: none;
  opacity: 1;
  cursor: pointer;
  border-color: var(--card-border);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), 0 0 14px rgba(var(--sakura-rgb), 0.14), var(--card-edge-glow);
}

.reviews-carousel--marquee .review-card:hover,
.reviews-carousel--marquee .review-card:focus-visible {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  transform: translateY(-3px) scale(1.01);
}

.reviews-carousel--marquee .review-card__avatar {
  box-shadow: none;
}

.reviews-carousel--marquee .review-card.is-active {
  transform: none;
  opacity: 1;
}

.review-card {
  position: relative;
  flex: 0 0 min(88vw, 22rem);
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.35rem 1.35rem 1.15rem;
  border-radius: 1.35rem;
  border: 1px solid var(--card-border-soft);
  background: var(--surface-94);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(var(--sakura-bright-rgb), 0.08);
  cursor: pointer;
  overflow: hidden;
  transform: scale(0.94);
  opacity: 0.58;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.42s ease,
    border-color var(--transition),
    box-shadow var(--transition-shadow);
}

.review-card.is-active {
  transform: scale(1);
  opacity: 1;
  border-color: var(--card-border);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16), 0 0 12px rgba(var(--sakura-rgb), 0.08), var(--card-edge-glow);
}

.review-card--variant-0 {
  background: linear-gradient(155deg, rgba(var(--sakura-deep-rgb), 0.12) 0%, transparent 48%), var(--surface-94);
}

.review-card--variant-1 {
  background: linear-gradient(145deg, rgba(var(--sakura-rgb), 0.14) 0%, rgba(var(--sakura-deep-rgb), 0.06) 42%, transparent 72%), rgba(var(--surface-rgb), 0.96);
}

.review-card--variant-2 {
  background: linear-gradient(180deg, rgba(var(--surface-mid-rgb), 0.55) 0%, rgba(var(--surface-rgb), 0.94) 100%);
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.review-card__badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.review-card__stars {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: #f5c84c;
  text-shadow: 0 0 10px rgba(245, 200, 76, 0.35);
}

.review-card__quote {
  margin: 0;
  flex: 1;
}

.review-card__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--card-body-text);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card__mark {
  position: absolute;
  right: 1rem;
  bottom: 4.25rem;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.12;
  pointer-events: none;
}

.review-card__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.review-card__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--text);
  background: linear-gradient(145deg, rgba(var(--sakura-rgb), 0.35), rgba(var(--sakura-deep-rgb), 0.2));
  border: 1px solid rgba(var(--sakura-bright-rgb), 0.45);
  box-shadow: 0 0 16px rgba(var(--sakura-rgb), 0.2);
}

.review-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.review-card__author {
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.review-card__role {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.review-card__expand {
  display: inline-flex;
  align-items: center;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-bright);
}

.review-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: 0;
  width: min(92vw, 40rem);
  max-height: min(88vh, 44rem);
  overflow: auto;
  padding: 0;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  background: var(--surface-94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 36px rgba(var(--sakura-rgb), 0.22);
  color: var(--text);
  opacity: 0;
  transform: scale(0.94) translateY(10px);
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-lightbox[open] {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.review-lightbox::backdrop {
  background: rgba(6, 4, 5, 0.78);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.review-lightbox[open]::backdrop {
  opacity: 1;
}

.review-lightbox__panel {
  position: relative;
  padding: 1.75rem 1.75rem 1.5rem;
}

.review-lightbox__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--card-border);
  border-radius: 50%;
  background: var(--surface-mid-76);
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.review-lightbox__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.review-lightbox__badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.review-lightbox__stars {
  color: #f5c84c;
  letter-spacing: 0.1em;
}

.review-lightbox__quote {
  margin: 0 0 1.25rem;
}

.review-lightbox__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
}

.review-lightbox__footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.review-lightbox__author {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-bright);
}

.review-lightbox__meta {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.reviews-carousel .reviews-cta--home {
  margin-top: 0.65rem;
  justify-content: center;
  gap: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .reviews-carousel__track--marquee {
    animation: none !important;
  }

  .review-card,
  .reviews-carousel__track {
    transition: none !important;
  }

  .review-card {
    transform: none;
    opacity: 1;
  }
}

.home .reviews-teaser--live:not(.contact-reviews) .section-eyebrow,
.home .reviews-teaser--live:not(.contact-reviews) .section h2,
.home .reviews-teaser--live:not(.contact-reviews) .section-lead,
.home .reviews-teaser--live:not(.contact-reviews) .reviews-source-note {
  text-align: left;
}

.contact-reviews.reviews-teaser--live,
.contact-reviews.reviews-teaser--live .section-eyebrow,
.contact-reviews.reviews-teaser--live h2,
.contact-reviews.reviews-teaser--live .reviews-source-note {
  text-align: center;
}

.contact-reviews.reviews-teaser--live .section-eyebrow {
  margin-inline: auto;
}

/* Terms page */
.page-hero {
  padding: calc(var(--header-h) + 4rem) 0 3rem;
  background: linear-gradient(180deg, var(--surface-deep-94) 0%, var(--surface-deep-88) 100%);
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.legal-content {
  padding: 3rem 0 4rem;
  max-width: 760px;
}

.legal-content h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--text);
}

.legal-content h2:first-of-type { margin-top: 0; }

.legal-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
}

.legal-content p,
.legal-content li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.legal-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

/* Model landing pages */
.model-hero {
  padding: calc(var(--header-h) + 3rem) 0 4rem;
  border-bottom: 1px solid rgba(34, 26, 30, 0.65);
  background: linear-gradient(180deg, var(--surface-deep-88) 0%, var(--surface-deep-72) 100%);
}

.model-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.model-hero-lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin: 1.25rem 0 2rem;
  line-height: 1.7;
  max-width: 540px;
}

.model-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.model-hero-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}

.model-hero-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.model-content {
  padding: 3rem 0 4rem;
  max-width: 760px;
}

.model-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--text);
}

.model-content h2:first-of-type { margin-top: 0; }

.model-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.75rem 0 0.6rem;
  color: var(--text);
}

.model-content p,
.model-content li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.model-content ul {
  margin: 0 0 1rem 1.25rem;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.75rem;
}

.blog-meta time { color: var(--text-muted); }

.blog-content {
  padding: 3rem 0 4rem;
  max-width: 760px;
}

.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1rem;
  color: var(--text);
}

.blog-content h2:first-of-type { margin-top: 0; }

.blog-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.75rem 0 0.6rem;
  color: var(--text);
}

.blog-content p,
.blog-content li {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.blog-content ul,
.blog-content ol {
  margin: 0 0 1rem 1.25rem;
}

.blog-hero-lead {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 640px;
}

.model-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.model-feature {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.model-feature strong {
  color: var(--text);
  font-size: 0.95rem;
}

.model-feature span {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.model-cta {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--surface-92);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
}

.model-cta h2 { margin-top: 0; }

.model-cta p {
  margin-bottom: 1.5rem;
}

.import-guides {
  padding-bottom: 2rem;
}

.import-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.import-guide-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  padding-right: 3.25rem;
  background: var(--surface);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.import-guide-card::after {
  content: '↗';
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.45);
  background: rgba(var(--sakura-deep-rgb), 0.12);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.import-guide-card strong {
  font-size: 1rem;
  color: var(--text);
}

.import-guide-card span {
  font-size: 0.96rem;
  color: var(--card-body-text);
  line-height: 1.6;
  flex: 1;
}

.import-guide-card .link-arrow,
.content-card .link-arrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.35rem;
  margin-top: 0.65rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.42);
  background: var(--surface-mid-94);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.35);
  text-underline-offset: 3px;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), text-decoration-color var(--transition);
}

.contact-about .link-arrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.35rem;
  margin-top: 0.75rem;
  padding: 0.55rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-bright);
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.42);
  background: var(--surface-mid-94);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.35);
  text-underline-offset: 3px;
  text-shadow: var(--text-shadow-eyebrow);
  -webkit-text-stroke: var(--accent-text-stroke);
  paint-order: stroke fill;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), text-decoration-color var(--transition);
}

.reviews-teaser-card .link-arrow {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  border-radius: 999px;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.42);
  background: var(--surface-mid-94);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.35);
  text-underline-offset: 3px;
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), text-decoration-color var(--transition);
}

.content-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  padding-right: 3.25rem;
  background: var(--surface);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-edge-glow);
  border-radius: var(--radius-lg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.content-card::after {
  content: '↗';
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(var(--sakura-deep-rgb), 0.45);
  background: rgba(var(--sakura-deep-rgb), 0.12);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
}

.content-card:hover::after,
.import-guide-card:hover::after,
.reviews-teaser-card:hover::after {
  color: var(--white);
  background: rgba(var(--sakura-deep-rgb), 0.22);
  border-color: rgba(var(--sakura-deep-rgb), 0.55);
}

.import-guide-card:hover::after,
.reviews-teaser-card:hover::after {
  transform: translate(2px, -2px);
}

@media (hover: hover) {
  .content-card:hover::after {
    transform: translate(2px, -2px);
  }
}

.contact-about .link-arrow:hover,
.contact-about .link-arrow:focus-visible {
  color: var(--white);
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.55);
  text-decoration-color: var(--accent);
  transform: translateY(-1px);
}

.content-card:hover .link-arrow,
.import-guide-card:hover .link-arrow,
.reviews-teaser-card:hover .link-arrow,
.contact-about:hover .link-arrow {
  color: var(--white);
  background: rgba(var(--sakura-deep-rgb), 0.2);
  border-color: rgba(var(--sakura-deep-rgb), 0.55);
  text-decoration-color: var(--accent);
}

.import-guide-card:hover .link-arrow,
.reviews-teaser-card:hover .link-arrow,
.contact-about:hover .link-arrow {
  transform: translateY(-1px);
}

@media (hover: hover) {
  .content-card:hover .link-arrow {
    transform: translateY(-1px);
  }
}

.content-card__tag {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-bright);
  text-shadow: var(--text-shadow-eyebrow);
}

.content-card strong {
  font-size: 1.05rem;
  color: var(--text);
}

.content-card span:not(.content-card__tag):not(.link-arrow) {
  font-size: 0.96rem;
  color: var(--card-body-text);
  line-height: 1.6;
  flex: 1;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.content-grid--home {
  grid-template-columns: repeat(4, 1fr);
}

.content-grid--guides {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-grid--reveal .content-card {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease) var(--reveal-delay, 0ms),
    transform var(--reveal-duration) var(--reveal-ease) var(--reveal-delay, 0ms),
    border-color var(--transition),
    box-shadow var(--transition);
}

.content-grid--reveal .content-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.content-grid--reveal .content-card.is-visible:hover {
  border-color: var(--block-hover-border);
  box-shadow: var(--block-hover-shadow);
  z-index: 1;
  transition:
    transform var(--transition-pop),
    box-shadow var(--transition-shadow),
    border-color var(--transition),
    opacity var(--reveal-duration) var(--reveal-ease);
}

@media (hover: hover) {
  .content-grid--reveal .content-card.is-visible:hover {
    transform: translateY(var(--block-hover-lift)) scale(1.02);
  }
}

.guides-index .content-card {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  border-color: rgba(var(--sakura-deep-rgb), 0.34);
}

.guides-index .h-scroll--guides-models .content-grid--guides {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guides-index .content-card strong {
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.32);
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1.5px;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.guides-index .content-card:hover strong,
.guides-index .content-card:focus-visible strong {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.guides-group {
  margin-top: 2rem;
}

.guides-group h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.guides-subheading {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: var(--text);
}

.thank-you {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
}

.thank-you h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.thank-you p {
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* Horizontal scroll rows (mobile / tablet) */
.h-scroll {
  position: relative;
  overflow: visible;
  padding-block: 0.35rem;
}

.h-scroll__hint {
  display: none;
}

.h-scroll__viewport {
  position: relative;
}

.home-mobile-only {
  display: none;
}

.home-desktop-only {
  display: block;
}

.package-delivery-link {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.package-delivery-link a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(var(--sakura-deep-rgb), 0.45);
  text-underline-offset: 0.18em;
}

.package-delivery-link a:hover {
  text-shadow: none;
}

@media (max-width: 1024px) {
  .home-mobile-only {
    display: block;
  }

  .home-desktop-only {
    display: none !important;
  }

  .contact-form--home .h-scroll--contact-highlights {
    display: none;
  }

  .home > .section,
  .home .section {
    padding: 2.5rem 0;
  }

  .home .section-lead,
  .home .home-section-lead {
    margin-bottom: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .home .package-banner-items {
    display: none;
  }

  .home .package-banner {
    margin-bottom: 0.5rem;
  }

  .home .home-themes {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .home .reviews-teaser:not(.contact-reviews) {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .contact-layout--home {
    --contact-panel-padding-block: clamp(1.25rem, 4vw, 1.65rem);
    --contact-panel-padding-inline: clamp(1.15rem, 4vw, 1.5rem);
    --contact-panel-gap: 1rem;
    --contact-panel-header-divider: 1rem;
    gap: 1.35rem;
  }

  .home .contact-reviews.reviews-teaser {
    padding: var(--contact-panel-padding-block) var(--contact-panel-padding-inline);
  }

  .contact-form__intro {
    gap: 0.85rem;
  }

  .h-scroll {
    overflow-x: clip;
    max-width: 100%;
  }

  .h-scroll__hint {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f4f4f5;
    text-shadow:
      0 0 8px rgba(var(--sakura-rgb), 0.65),
      0 0 16px rgba(var(--sakura-deep-rgb), 0.38),
      0 0 3px rgba(var(--sakura-rgb), 0.5);
    transition: opacity 0.25s ease;
  }

  [data-theme="light"] .h-scroll__hint {
    color: var(--accent-bright);
    text-shadow:
      0 0 8px rgba(var(--sakura-deep-rgb), 0.28),
      0 0 14px rgba(var(--sakura-rgb), 0.18);
  }

  .h-scroll__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: rgba(var(--sakura-deep-rgb), 0.5);
    border: 1px solid rgba(var(--sakura-bright-rgb), 0.55);
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-shadow: 0 0 6px rgba(var(--sakura-deep-rgb), 0.55);
    box-shadow:
      0 0 10px rgba(var(--sakura-rgb), 0.45),
      0 0 18px rgba(var(--sakura-deep-rgb), 0.28);
    animation: hScrollArrowPulse 1.5s ease-in-out infinite;
  }

  .h-scroll__arrow::before {
    content: '\203A';
    font-size: 1.35rem;
    line-height: 1;
    color: #fff;
  }

  @keyframes hScrollArrowPulse {
    0%, 100% {
      transform: translateX(0);
      box-shadow:
        0 0 10px rgba(var(--sakura-rgb), 0.45),
        0 0 18px rgba(var(--sakura-deep-rgb), 0.28);
    }

    50% {
      transform: translateX(6px);
      box-shadow:
        0 0 14px rgba(var(--sakura-rgb), 0.6),
        0 0 24px rgba(var(--sakura-deep-rgb), 0.38);
    }
  }

  .h-scroll__viewport::before,
  .h-scroll__viewport::after {
    display: none;
  }

  .h-scroll.is-at-end .h-scroll__hint,
  .h-scroll:not(.is-scrollable) .h-scroll__hint {
    opacity: 0.45;
  }

  .h-scroll__chevron {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    background: rgba(var(--sakura-deep-rgb), 0.58);
    border: 1px solid rgba(var(--sakura-bright-rgb), 0.55);
    text-shadow: 0 0 6px rgba(var(--sakura-deep-rgb), 0.6);
    box-shadow:
      0 0 10px rgba(var(--sakura-rgb), 0.5),
      0 0 18px rgba(var(--sakura-deep-rgb), 0.32);
    animation: hScrollChevronBob 1.35s ease-in-out infinite;
  }

  [data-theme="light"] .h-scroll__chevron {
    background: rgba(255, 255, 255, 0.92);
    color: var(--accent);
    border-color: rgba(var(--sakura-deep-rgb), 0.35);
    text-shadow: none;
    box-shadow: 0 0 10px rgba(var(--sakura-deep-rgb), 0.2);
  }

  [data-theme="light"] .h-scroll__arrow {
    color: var(--accent);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(var(--sakura-deep-rgb), 0.35);
    text-shadow: none;
    box-shadow: 0 0 10px rgba(var(--sakura-deep-rgb), 0.2);
  }

  [data-theme="light"] .h-scroll__arrow::before {
    color: var(--accent);
  }

  @keyframes hScrollChevronBob {
    0%, 100% {
      transform: translate(0, -50%);
      box-shadow:
        0 0 10px rgba(var(--sakura-rgb), 0.5),
        0 0 18px rgba(var(--sakura-deep-rgb), 0.32);
    }

    50% {
      transform: translate(6px, -50%);
      box-shadow:
        0 0 14px rgba(var(--sakura-rgb), 0.62),
        0 0 24px rgba(var(--sakura-deep-rgb), 0.4);
    }
  }

  .h-scroll.is-at-end .h-scroll__chevron,
  .h-scroll:not(.is-scrollable) .h-scroll__chevron,
  .h-scroll .h-scroll__chevron {
    display: none;
  }

  .h-scroll__viewport {
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
    margin-inline: calc(-1 * var(--page-gutter));
    padding-inline: var(--page-gutter);
    padding-block: 0.35rem;
    scroll-padding-inline: var(--page-gutter);
    scrollbar-width: none;
  }

  .h-scroll__viewport::-webkit-scrollbar {
    display: none;
  }

  .h-scroll__track {
    display: flex;
    grid-template-columns: unset;
    gap: 0.5rem;
    margin: 0;
    padding: 0.35rem 0;
    align-items: stretch;
    list-style: none;
    width: max-content;
    min-width: 100%;
  }

  .h-scroll__track > * {
    flex: 0 0 min(86vw, 22rem);
    scroll-snap-align: none;
  }

  .h-scroll .content-card,
  .h-scroll .package-card,
  .h-scroll .reviews-highlight-card,
  .h-scroll .hero-stats li,
  .h-scroll .community-home-card,
  .h-scroll .community-home-highlights li,
  .h-scroll .faq-item,
  .h-scroll .import-guide-card {
    box-shadow: var(--card-edge-glow);
    border-color: var(--card-border);
    overflow: visible;
  }

  .h-scroll .content-grid--reveal .content-card,
  .h-scroll .content-grid--home .content-card {
    opacity: 1;
    transform: none;
    transition: border-color var(--transition), box-shadow var(--transition);
  }

  .h-scroll .content-grid--reveal .content-card.is-visible:hover,
  .h-scroll .content-grid--home .content-card.is-visible:hover,
  .h-scroll .content-card:hover,
  .h-scroll .content-card:active {
    transform: none;
    box-shadow: var(--card-edge-glow);
    z-index: auto;
  }

  .h-scroll .content-card:hover::after,
  .h-scroll .content-card:active::after {
    transform: none;
  }

  .h-scroll .content-card:hover .link-arrow,
  .h-scroll .content-card:active .link-arrow {
    transform: none;
  }

  .h-scroll .reviews-highlight-card,
  .h-scroll .reviews-highlight-card.is-visible {
    opacity: 1;
    transform: none;
    transition: border-color var(--transition), box-shadow var(--transition);
  }

  .h-scroll .reviews-highlight-card:hover,
  .h-scroll .reviews-highlight-card:active,
  .h-scroll .reviews-highlight-card.is-visible:hover {
    transform: none;
    box-shadow: var(--card-edge-glow);
    z-index: auto;
  }

  .h-scroll .hero-stats li:hover,
  .h-scroll .hero-stats li:active {
    transform: none;
    z-index: auto;
  }

  .h-scroll .faq-item:hover,
  .h-scroll .faq-item:active,
  .h-scroll .community-home-card:hover,
  .h-scroll .community-home-card:active,
  .h-scroll .community-home-highlights li:hover,
  .h-scroll .community-home-highlights li:active,
  .h-scroll .package-card:hover,
  .h-scroll .package-card:active {
    transform: none;
  }

  .h-scroll .community-home-card:hover,
  .h-scroll .community-home-card:active,
  .h-scroll .community-home-highlights li:hover,
  .h-scroll .community-home-highlights li:active {
    z-index: 2;
  }

  .h-scroll .community-home-card:hover .community-home-card__media img {
    transform: none;
  }

  .h-scroll--stats .h-scroll__viewport {
    margin: 0;
    padding: 0 var(--page-gutter) 0.35rem;
  }

  .h-scroll--stats .hero-stats.h-scroll__track {
    width: max-content;
    min-width: 100%;
    border-top: none;
    grid-template-columns: unset;
  }

  .h-scroll--stats .hero-stats.h-scroll__track > li {
    flex-basis: min(72vw, 14rem);
    min-height: 5.5rem;
  }

  .h-scroll--stats .hero-stats.h-scroll__track > li:hover {
    transform: none;
  }

  .h-scroll--contact-highlights .h-scroll__viewport {
    margin: 0;
    padding: 0 var(--page-gutter) 0.35rem;
  }

  .h-scroll--contact-highlights .contact-highlights.h-scroll__track {
    width: max-content;
    min-width: 100%;
    grid-template-columns: unset;
    display: flex;
  }

  .h-scroll--contact-highlights .contact-highlights.h-scroll__track > li {
    flex-basis: min(72vw, 14rem);
    min-height: 5.5rem;
  }

  .h-scroll--contact-highlights .contact-highlights.h-scroll__track > li:hover {
    transform: none;
  }

  .h-scroll--packages .package-card {
    height: auto;
    padding: 1.5rem;
  }

  .h-scroll--packages .package-card:hover {
    transform: none;
  }

  .h-scroll--packages .package-card h3 {
    min-height: 0;
  }

  .h-scroll--guides .content-card {
    min-height: 12.5rem;
  }

  .h-scroll--guides .h-scroll__track > *,
  .h-scroll--guides-blogs .h-scroll__track > *,
  .h-scroll--guides-models .h-scroll__track > * {
    flex-basis: min(88vw, 20rem);
    scroll-snap-align: none;
  }

  .h-scroll--community .h-scroll__viewport,
  .h-scroll--community-highlights .h-scroll__viewport {
    padding-block: 0.9rem;
    overflow-x: auto;
    overflow-y: visible;
  }

  .h-scroll--community .h-scroll__track,
  .h-scroll--community-highlights .h-scroll__track {
    padding: 0.7rem 0.35rem;
  }

  .h-scroll--community .h-scroll__track > * {
    flex-basis: min(84vw, 20rem);
  }

  .h-scroll--community-highlights .h-scroll__track > * {
    flex-basis: min(70vw, 15rem);
  }

  .h-scroll--themes .reviews-highlights.h-scroll__track {
    margin-top: 0;
  }

  .h-scroll--themes .h-scroll__track > * {
    flex-basis: min(78vw, 18rem);
    scroll-snap-align: none;
  }

  .h-scroll--form-highlights .h-scroll__track > * {
    flex-basis: min(68vw, 13rem);
  }

  .h-scroll--form-highlights .h-scroll__viewport {
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
    scroll-padding-inline: 1.25rem;
  }

  .h-scroll--form-highlights .contact-form-highlights.h-scroll__track {
    margin: 0;
  }

  .contact-form .h-scroll {
    min-width: 0;
    max-width: 100%;
  }

  .contact-split {
    gap: 1.35rem;
  }

  .contact-reviews .reviews-carousel__track--grid {
    gap: 0.55rem;
  }

  .contact-reviews .reviews-carousel--grid .review-card {
    padding: 0.65rem 0.7rem 0.55rem;
  }

  .contact-reviews .reviews-carousel--grid .review-card__text {
    font-size: 0.82rem;
    -webkit-line-clamp: 4;
  }

  .contact-follow--sidebar .contact-social--home {
    grid-template-columns: repeat(4, minmax(4rem, 4.85rem));
  }

  .contact-social--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-social--home .contact-social-link,
  .contact-follow--sidebar .contact-social-link {
    min-height: 4.15rem;
  }

  .contact-follow--sidebar .contact-social--home .social-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .contact-grid,
  .contact-info,
  .contact-form {
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
  }

  .contact-whatsapp-card .btn-whatsapp {
    width: 100%;
    max-width: 100%;
  }

  .contact-form .form-actions {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .contact-form .form-actions .btn,
  .hero-actions .btn,
  .contact-whatsapp-card .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
    padding: 0.72rem 1rem;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .contact-form:hover,
  .contact-form.contact-form--home:hover,
  .contact-reviews:hover,
  .contact-follow--sidebar:hover,
  .contact-whatsapp-card:hover {
    transform: none;
  }

  .h-scroll--process .h-scroll__viewport {
    padding-top: 0.5rem;
  }

  .h-scroll--process .process-steps.h-scroll__track {
    padding: 0;
    margin: 0;
    counter-reset: none;
  }

  .h-scroll--process .h-scroll__track > .process-step {
    flex-basis: min(84vw, 20rem);
    min-height: 13.5rem;
  }

  .h-scroll--process .process-step:hover {
    transform: none;
  }

  .h-scroll--inspection-photos .process-inspection-photos.h-scroll__track {
    display: flex;
    grid-template-columns: unset;
    margin: 0;
    max-width: none;
    width: auto;
    gap: 1rem;
  }

  .h-scroll--inspection-photos .h-scroll__track > .process-inspection-photo {
    flex: 0 0 min(82vw, 18rem);
    scroll-snap-align: start;
    width: auto;
  }

  .h-scroll--inspection-photos .process-inspection-photo:hover {
    transform: none;
  }

  .h-scroll--inspection-checklist .process-inspection-checklist.h-scroll__track {
    margin-top: 0;
  }

  .h-scroll--inspection-checklist .h-scroll__track > li {
    flex-basis: min(78vw, 17rem);
    min-height: 7rem;
  }

  .h-scroll--inspection-checklist .process-inspection-checklist li:hover,
  .h-scroll--inspection-checklist .process-inspection-checklist--reveal li.is-visible:hover {
    transform: none;
  }

  .h-scroll--faq .faq-list.h-scroll__track {
    max-width: none;
    flex-direction: row;
    align-items: stretch;
  }

  .h-scroll--faq .h-scroll__track > .faq-item {
    flex: 0 0 min(86vw, 22rem);
    scroll-snap-align: none;
    display: flex;
    flex-direction: column;
    min-height: 5.5rem;
  }

  .h-scroll--guides-blogs .content-card,
  .h-scroll--guides-models .content-card {
    min-height: 12.5rem;
  }

  .h-scroll--guides-blogs .content-card:hover,
  .h-scroll--guides-blogs .content-card.is-visible:hover,
  .h-scroll--guides-models .content-card:hover,
  .h-scroll--guides-models .content-card.is-visible:hover {
    transform: none;
  }

  .guides-index .guides-group {
    overflow-x: clip;
    max-width: 100%;
  }

  .guides-index .h-scroll {
    overflow-x: visible;
    max-width: 100%;
  }

  .guides-index .section-lead {
    margin-bottom: 1.5rem;
  }

  .guides-index .guides-group h2,
  .guides-index .guides-subheading {
    margin-bottom: 0.75rem;
  }
}

/* Desktop: full-width editorial layout (not centered mobile columns) */
@media (min-width: 1025px) {
  :root {
    --container: 1240px;
    --page-gutter: 1.75rem;
  }

  .container {
    width: min(100% - 3.5rem, var(--container));
  }

  .section-lead {
    max-width: 42rem;
  }

  .home .hero {
    align-items: stretch;
    justify-content: center;
    padding-top: var(--header-h);
    padding-bottom: clamp(2rem, 4vh, 3rem);
  }

  .home .hero-content {
    flex: 0 1 auto;
    align-items: stretch;
    text-align: left;
    padding: clamp(2rem, 4vh, 3rem) 0;
    gap: 2.25rem;
    min-height: auto;
    justify-content: center;
  }

  .home .hero-copy {
    max-width: none;
    margin-inline: 0;
    flex: 0 0 auto;
  }

  .home .hero .hero-eyebrow {
    margin-inline: 0;
    font-size: clamp(1.1rem, 1.35vw, 1.35rem);
    letter-spacing: 0.15em;
    margin-bottom: 1.15rem;
  }

  .home .hero-sub-panel {
    margin-inline: 0;
    max-width: 36rem;
  }

  .home .hero-actions {
    justify-content: flex-start;
  }

  .home .h-scroll--stats {
    margin-top: 0;
    width: 100%;
    flex: 0 0 auto;
  }

  .home .hero-content > .h-scroll,
  .home .hero-content > .h-scroll > .h-scroll__viewport,
  .home .hero-content > .h-scroll > .h-scroll__viewport > .h-scroll__track,
  .home .container > .h-scroll,
  .home .container .h-scroll__viewport,
  .home .container .h-scroll__track,
  .contact-form .h-scroll,
  .contact-form .h-scroll__viewport,
  .contact-form .h-scroll__track {
    width: 100%;
    max-width: 100%;
  }

  .h-scroll {
    padding-block: 0;
  }

  .home .hero-stats.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }

  .home .hero-stats li {
    padding: 1.2rem 1.35rem;
  }

  .home .section-eyebrow,
  .home .section h2 {
    text-align: left;
  }

  .home .contact-reviews.reviews-teaser--live .section-eyebrow,
  .home .contact-reviews.reviews-teaser--live h2,
  .home .contact-reviews.reviews-teaser--live .reviews-source-note {
    text-align: center;
  }

  .home .contact-reviews.reviews-teaser--live .section-eyebrow {
    margin-inline: auto;
  }

  .home .section-lead,
  .home .home-section-lead {
    max-width: 42rem;
    margin-inline: 0;
    margin-bottom: 1.35rem;
    text-align: left;
  }

  .home .section {
    padding: 3rem 0;
  }

  .home .reviews-teaser:not(.contact-reviews) {
    padding: 2.5rem 0;
  }

  .reviews-carousel__viewport {
    padding-bottom: 0.35rem;
  }

  .review-card {
    flex: 0 0 min(24rem, 34vw);
    min-height: 16.5rem;
    padding: 1.5rem 1.55rem 1.25rem;
  }

  .review-card__text {
    font-size: 1.02rem;
    -webkit-line-clamp: 6;
  }

  .reviews-carousel .reviews-cta--home {
    margin-top: 1rem;
  }

  .package-banner-proof {
    align-items: center;
  }

  .package-banner-proof__note {
    text-align: right;
  }

  .package-grid.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    padding: 0;
  }

  .content-grid--home.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 0;
  }

  .community-home-grid.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100%;
    padding: 0;
  }

  .community-home-highlights.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    padding: 0;
  }

  .reviews-highlights.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100%;
    padding: 0;
  }

  .contact-form-highlights.h-scroll__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    width: 100%;
    padding: 0;
  }

  .h-scroll__track > * {
    flex: unset;
    scroll-snap-align: unset;
  }

  .community-home-card {
    overflow: hidden;
  }

  .community-home-card__media {
    border-radius: 0;
  }

  .package-card h3 {
    margin-top: 0;
  }

  .package-card--featured {
    padding-top: 2.35rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --container: 1340px;
    --page-gutter: 2rem;
  }

  .container {
    width: min(100% - 4rem, var(--container));
  }

  .home .hero h1 {
    font-size: clamp(3rem, 4.2vw, 4.75rem);
  }

  .home .hero .hero-eyebrow {
    font-size: clamp(1.15rem, 1.25vw, 1.4rem);
    letter-spacing: 0.16em;
    margin-bottom: 1.2rem;
  }

  .home .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    align-items: center;
    column-gap: 2.75rem;
    row-gap: 0;
    padding: clamp(2.25rem, 5vh, 3.5rem) 0;
  }

  .home .hero-copy {
    grid-column: 1;
    align-self: center;
  }

  .home .h-scroll--stats {
    grid-column: 2;
    align-self: center;
  }

  .home .hero-stats.h-scroll__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .home .section-lead,
  .home .home-section-lead {
    max-width: 48rem;
  }

  .home .package-grid.h-scroll__track {
    gap: 1.75rem;
  }

  .home .content-grid--home.h-scroll__track {
    gap: 1.25rem;
  }
}

@media (min-width: 1600px) {
  :root {
    --container: 1440px;
  }

  .home .hero-sub-panel {
    max-width: 40rem;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .community-moments--duo {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .community-moment--feature img,
  .community-moment--feature .media-gallery-item__trigger img,
  .community-moment--feature:first-child img,
  .community-moment--feature:first-child .media-gallery-item__trigger img {
    aspect-ratio: 16/10;
    min-height: 300px;
    max-height: 460px;
  }
}

@media (max-width: 768px) {
  .bg-atmosphere__kanji {
    display: block;
    width: min(34vw, 150px);
    opacity: 0.2;
    right: 2%;
    bottom: 10%;
  }

  .bg-atmosphere__waves {
    width: min(72vw, 360px);
    height: min(72vw, 360px);
    opacity: 0.42;
    right: -4%;
    bottom: -4%;
  }

  .bg-atmosphere__grid {
    background-size: 48px 48px;
    opacity: 0.9;
  }
}

.wa-fab {
  display: none;
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 120;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  align-items: center;
  justify-content: center;
  box-shadow: var(--whatsapp-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wa-fab svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: currentColor;
}

.wa-fab:hover,
.wa-fab:focus-visible {
  background: var(--whatsapp-hover);
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.wa-fab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.error-page {
  min-height: calc(100vh - var(--header-h) - 12rem);
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
}

.error-page-inner {
  max-width: 42rem;
}

.error-page-inner h1 {
  margin-bottom: 1rem;
}

.error-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.error-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  font-size: 0.95rem;
}

.error-page-links a {
  color: var(--accent);
  text-decoration: none;
}

.error-page-links a:hover {
  text-decoration: underline;
}

.page-hero-lead {
  color: var(--text-muted);
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  :root {
    --page-gutter: max(1.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }

  .container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: var(--page-gutter);
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  .section h1,
  .section h2,
  .page-hero h1 {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .section-lead,
  .legal-content,
  .legal-content h2,
  .legal-content h3,
  .legal-content p,
  .legal-content li {
    min-width: 0;
    overflow-wrap: break-word;
  }

  .hero-eyebrow {
    width: fit-content;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .section {
    padding: 3rem 0;
  }

  main:not(.home) > .section:first-child:not(.page-hero):not(.model-hero):not(.guides-index),
  main:not(.home) > .section.inspection-page:first-child {
    padding-top: calc(var(--header-h) + 3rem);
  }

  main:not(.home) > .section.guides-index:first-child {
    padding-top: calc(var(--header-h) + 1.5rem);
  }

  .section-lead {
    font-size: 1rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
  }

  .content-card {
    padding: 1.15rem;
    padding-right: 2.75rem;
    min-height: 44px;
  }

  .content-card::after {
    top: 1rem;
    right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
  }

  .contact-form {
    padding: 1.1rem 1rem;
    gap: 0.65rem;
  }

  .contact-form-header {
    padding-bottom: 0.65rem;
    margin-bottom: 0;
    gap: 0.25rem;
    border-bottom: none;
  }

  .contact-form-title__long {
    display: none;
  }

  .contact-form-title__short {
    display: inline;
  }

  .contact-form-title {
    font-size: 1.15rem;
  }

  .contact-form .form-row-group {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .contact-form .form-row {
    gap: 0.28rem;
    min-width: 0;
  }

  .contact-form .form-row label {
    font-size: 0.76rem;
  }

  .contact-form .form-row input,
  .contact-form .form-row select,
  .contact-form .form-row textarea {
    padding: 0.58rem 0.65rem;
    font-size: 0.9rem;
  }

  .contact-form .form-row select {
    padding-right: 1.75rem;
  }

  .contact-form .form-row textarea {
    min-height: 4.25rem;
  }

  .contact-form .form-consent {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .contact-form.contact-form--secondary {
    padding: 1.15rem 1.25rem;
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    min-width: 0;
    position: relative;
  }

  .nav-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    min-width: 0;
    max-width: 100%;
    z-index: 0;
  }

  .nav-logo img {
    height: 36px;
    max-width: min(100%, 13rem);
    margin-inline: auto;
  }

  .nav-actions {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    gap: 0.35rem;
    z-index: 1;
  }

  .nav-toggle {
    flex-shrink: 0;
  }

  .package-card {
    flex: 0 0 min(82vw, 20rem);
    padding: 1.25rem;
  }

  .section-lead,
  .packages-inspection-callout,
  .packages-inspection-note {
    max-width: 100%;
    margin-inline: 0;
  }

  .packages-inspection-callout {
    font-size: clamp(1.05rem, 3.6vw, 1.25rem);
    line-height: 1.5;
    text-align: left;
    letter-spacing: normal;
  }

  .packages-inspection-callout .link-arrow {
    margin-left: 0;
    margin-top: 0.55rem;
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .hero-sub-panel,
  .hero-sub,
  .hero-copy,
  .hero-actions,
  .hero-stats {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    white-space: normal;
  }

  .site-footer {
    padding: 0.55rem 0 max(0.55rem, env(safe-area-inset-bottom, 0px));
    overflow-x: clip;
  }

  .model-hero-inner { grid-template-columns: 1fr; }
  .model-hero-media { order: -1; }
  .model-features { grid-template-columns: 1fr; }
  .import-guides-grid { grid-template-columns: repeat(2, 1fr); }

  .wa-fab {
    display: inline-flex;
  }

  .nav-menu,
  .nav-cta,
  .nav-social { display: none; }

  .nav-dropdown {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    min-width: 0;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu.is-open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: var(--header-offset);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(78dvh, calc(100dvh - var(--header-offset) - 5rem));
    max-height: min(78svh, calc(100svh - var(--header-offset) - 5rem));
    z-index: 1000;
    background: var(--mobile-nav-bg);
    border: 1px solid var(--mobile-nav-border);
    border-top: none;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.42),
      0 0 28px rgba(var(--sakura-deep-rgb), 0.18);
    padding: 0.75rem 1.35rem 1rem;
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    gap: 0;
    margin-left: 0;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: auto;
  }

  .nav-menu.is-open > .nav-item {
    border-bottom: 1px solid var(--mobile-nav-border);
    text-align: center;
  }

  .nav-menu.is-open > .nav-item:last-child:not(.nav-menu-ctas) {
    border-bottom: none;
  }

  .nav-menu.is-open .nav-menu-ctas {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: auto;
    padding: 1rem 0 0.25rem;
    border-top: 1px solid var(--mobile-nav-border);
    border-bottom: none;
  }

  .nav-menu.is-open .nav-menu-ctas .nav-dropdown-cta {
    display: block;
    text-align: center;
    padding: 0.65rem 1rem;
    margin: 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--nav-dropdown-text);
    background: var(--nav-dropdown-hover-bg);
    border: 1px solid var(--nav-dropdown-border);
    border-radius: 999px;
    text-decoration: none;
    text-shadow: none;
    box-shadow: 0 0 16px rgba(var(--sakura-deep-rgb), 0.2), 0 0 32px rgba(var(--sakura-deep-rgb), 0.08);
  }

  .nav-menu.is-open .nav-menu-ctas .nav-dropdown-cta[href*="wa.me"] {
    color: #fff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    box-shadow: var(--whatsapp-shadow);
    text-shadow: var(--whatsapp-text-shadow);
  }

  .nav-menu.is-open > .nav-item:not(.nav-item--has-dropdown) > a,
  .nav-menu.is-open > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link {
    color: var(--text);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: none;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(var(--sakura-bright-rgb), 0.34);
  }

  .nav-menu.is-open > .nav-item:not(.nav-item--has-dropdown) > a {
    display: block;
    padding: 0.95rem 0;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-align: center;
  }

  .nav-menu.is-open > .nav-item--has-dropdown > .nav-dropdown-trigger > .nav-dropdown-link {
    padding: 0.95rem 0;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-align: center;
    flex: 1;
  }

  .nav-menu.is-open .nav-dropdown-trigger {
    padding: 0.15rem 0;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .nav-menu.is-open .nav-dropdown-toggle,
  .nav-menu.is-open .nav-dropdown-chevron {
    color: var(--text);
  }

  body > .nav-menu.is-open {
    z-index: 1000;
  }

  .nav-menu.is-open > .nav-item--has-dropdown {
    width: 100%;
  }

  .nav-menu.is-open .nav-dropdown-trigger {
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    touch-action: manipulation;
  }

  .nav-menu.is-open .nav-dropdown-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    justify-content: center;
    padding: 0.15rem 0.35rem;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
  }

  .nav-menu.is-open .nav-dropdown {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    min-width: 0;
    transition: max-height var(--transition), visibility var(--transition);
  }

  .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown {
    visibility: visible !important;
    pointer-events: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    opacity: 1 !important;
    display: block !important;
    padding: 0.5rem 0.85rem 0.65rem;
    box-shadow: inset 0 0 0 1px rgba(var(--sakura-rgb), 0.18);
    border: 1px solid var(--nav-dropdown-border);
    border-radius: var(--radius);
    background: var(--mobile-nav-dropdown-bg);
    margin-top: 0.15rem;
    margin-bottom: 0.35rem;
  }

  .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown a {
    color: var(--nav-dropdown-text);
    font-size: 0.95rem;
    font-weight: 600;
    text-shadow: var(--text-shadow-nav-dropdown);
  }

  .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown a.nav-dropdown-cta:not([href*="wa.me"]) {
    color: var(--nav-dropdown-text);
    background: var(--nav-dropdown-hover-bg);
    border-color: var(--nav-dropdown-border);
  }

  .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown a.nav-dropdown-cta[href*="wa.me"] {
    color: #fff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    box-shadow: var(--whatsapp-shadow);
    text-shadow: var(--whatsapp-text-shadow);
  }

  .nav-menu.is-open .nav-dropdown-divider {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px solid rgba(var(--sakura-deep-rgb), 0.2);
  }

  .nav-menu.is-open .nav-dropdown-cta-item {
    padding: 0.5rem 0 0.15rem;
    margin-top: 0.35rem;
    border-top: 1px solid rgba(var(--sakura-deep-rgb), 0.28);
  }

  .nav-menu.is-open .nav-dropdown a.nav-dropdown-cta {
    margin-right: 0.75rem;
  }

  .nav-menu.is-open .nav-dropdown--contact-only {
    padding: 0.5rem 0.75rem;
    text-align: center;
  }

  .nav-menu.is-open .nav-dropdown--contact-only .nav-dropdown-cta-item {
    margin-top: 0;
    padding: 0;
    border-top: none;
  }

  .nav-menu.is-open .nav-dropdown--contact-only a.nav-dropdown-cta {
    margin-right: 0;
  }

  .nav-menu.is-open .nav-dropdown a {
    padding: 0.55rem 0;
    margin: 0;
    white-space: normal;
    color: var(--nav-dropdown-text);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(var(--sakura-bright-rgb), 0.22);
    text-underline-offset: 0.18em;
    text-shadow: var(--text-shadow-nav-dropdown);
  }

  .nav-menu.is-open .nav-dropdown a:hover,
  .nav-menu.is-open .nav-dropdown a:focus-visible,
  .nav-menu.is-open .nav-dropdown a[aria-current="page"] {
    text-decoration-color: rgba(var(--sakura-bright-rgb), 0.55);
    text-shadow: var(--text-shadow-nav-dropdown-hover);
    background: var(--nav-dropdown-hover-bg);
  }

  .nav-item--has-dropdown:hover .nav-dropdown,
  .nav-item--has-dropdown.is-open .nav-dropdown {
    transform: none;
  }

  .bg-sakura {
    overflow: clip;
    contain: paint;
  }

  .bg-atmosphere__speed {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    filter: contrast(1.35) brightness(1.15);
  }

  .bg-atmosphere__route {
    left: 0;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    max-height: 18vh;
    filter: contrast(1.2) brightness(1.1);
  }

  .bg-atmosphere__glow::before {
    left: 0;
    width: 60vw;
    height: 60vw;
  }

  .bg-atmosphere__glow::after {
    right: 0;
    width: 55vw;
    height: 55vw;
  }

  .bg-atmosphere__waves {
    right: 0;
    bottom: 0;
    width: min(50vw, 280px);
    height: min(50vw, 280px);
  }

  .sakura-art--petals {
    opacity: 0.14;
  }

  .sakura-art--left,
  .sakura-art--right {
    max-width: 45vw;
  }

  .sakura-art--left {
    opacity: 0.4;
  }

  .sakura-art--right {
    opacity: 0.38;
  }

  .sakura-petal {
    filter: drop-shadow(0 0 4px rgba(var(--sakura-bright-rgb), 0.22));
  }

  main {
    max-width: 100%;
    overflow-x: visible;
  }

  .site-footer {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    max-width: 100%;
    overflow: visible;
  }

  .nav-menu.is-open + .nav-actions .nav-cta,
  .nav:has(.nav-menu.is-open) .nav-actions .nav-cta {
    display: inline-flex;
    position: fixed;
    bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
  }

  .why-stats { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .community-moments,
  .community-moments--duo { grid-template-columns: 1fr; }
  .community-teaser { grid-template-columns: 1fr; }
  .gear-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .gallery-item:nth-child(n) { grid-column: span 12; }

  .package-banner-proof {
    flex-direction: column;
    align-items: flex-start;
  }

  .package-banner-proof__note {
    text-align: left;
  }

  .package-banner { flex-direction: column; text-align: center; }
  .package-banner-price { text-align: center; }
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-align: center;
    width: 100%;
    min-width: 0;
  }

  .footer-brand {
    justify-self: center;
    width: 100%;
  }

  .footer-brand img {
    height: 32px;
    margin-inline: auto;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    gap: 0.3rem 0.65rem;
  }

  .footer-nav--secondary {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 0.65rem;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .footer-nav--secondary a {
    width: auto;
    flex: 0 1 auto;
    justify-content: center;
    font-size: 0.74rem;
    padding: 0;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
  }

  .footer-social {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    padding-top: 0;
  }

  .footer-social .social-link {
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
    font-size: 0;
    justify-content: center;
  }

  .footer-social .social-link__text {
    display: none;
  }

  .footer-social .social-icon {
    width: 0.95rem;
    height: 0.95rem;
  }

  .footer-legal {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.2rem 0.6rem;
    width: 100%;
    padding-top: 0.35rem;
    margin-top: 0;
  }

  .footer-disclaimer,
  .footer-copy {
    width: auto;
    max-width: 100%;
    text-align: center;
    flex: 1 1 100%;
    font-size: 0.6rem;
    line-height: 1.3;
  }

  .footer-copy {
    white-space: normal;
  }
  .review-rotator__card {
    padding: 1.5rem 1.35rem;
    min-height: 10rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-highlights {
    grid-template-columns: 1fr;
  }

  .community-home-grid,
  .community-home-highlights {
    grid-template-columns: 1fr;
  }

  .process-inspection-layout {
    grid-template-columns: 1fr;
  }

  [data-theme="light"] .nav-menu.is-open {
    box-shadow:
      0 16px 36px rgba(0, 0, 0, 0.16),
      0 0 0 1px rgba(var(--sakura-deep-rgb), 0.1);
  }

  [data-theme="light"] .nav-menu.is-open > .nav-item:not(.nav-item--has-dropdown) > a,
  [data-theme="light"] .nav-menu.is-open .nav-dropdown-link,
  [data-theme="light"] .nav-menu.is-open .nav-dropdown-toggle,
  [data-theme="light"] .nav-menu.is-open .nav-dropdown-chevron {
    color: #18181b;
    text-shadow: none;
  }

  [data-theme="light"] .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown {
    background: #ececef;
    border-color: rgba(var(--sakura-deep-rgb), 0.32);
    box-shadow: inset 0 0 0 1px rgba(var(--sakura-deep-rgb), 0.08);
  }

  [data-theme="light"] .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown a,
  [data-theme="light"] .nav-menu.is-open .nav-item--has-dropdown.is-open .nav-dropdown a.nav-dropdown-cta {
    color: #18181b;
    text-shadow: none;
  }

  [data-theme="light"] .nav-menu.is-open .nav-dropdown a:hover,
  [data-theme="light"] .nav-menu.is-open .nav-dropdown a:focus-visible {
    background: rgba(var(--sakura-deep-rgb), 0.1);
    text-shadow: none;
  }
}

@media (max-width: 768px) {
  .hero-copy {
    padding: 0;
  }

  .sakura-art--left {
    left: 0;
    top: 5%;
    width: min(45vw, 280px);
    opacity: 0.24;
    transform: rotate(10deg) translate3d(0, var(--sakura-scroll-left, 0px), 0);
  }

  .sakura-art--right {
    right: 0;
    top: 3%;
    width: min(45vw, 280px);
    opacity: 0.22;
    transform: rotate(-12deg) translate3d(0, var(--sakura-scroll-right, 0px), 0);
  }
}

@media (max-width: 480px) {
  .import-guides-grid { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .h-scroll__chevron,
  .h-scroll__arrow {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .bg-atmosphere__glow::before,
  .bg-atmosphere__glow::after,
  .bg-atmosphere__speed,
  .bg-atmosphere__waves,
  .bg-atmosphere__kanji,
  .sakura-art--left,
  .sakura-art--right,
  .sakura-art--petals,
  .sakura-petal {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .sakura-petal {
    opacity: 0.2;
  }

  .review-rotator__text,
  .review-rotator__author,
  .review-rotator__progress-bar {
    transition: none !important;
  }

  .process-inspection-checklist--reveal li {
    opacity: 1;
    transform: none;
    transition:
      transform var(--transition-pop),
      box-shadow var(--transition-shadow),
      border-color var(--transition);
  }

  .content-grid--reveal .content-card,
  .reviews-highlight-card {
    opacity: 1;
    transform: none;
    transition: border-color var(--transition), box-shadow var(--transition);
  }
}
