:root {
  --bg: #050a14;
  --bg-alt: #0a1221;
  --surface: rgba(10, 18, 33, 0.84);
  --surface-strong: rgba(14, 25, 45, 0.96);
  --text: #d6e2f7;
  --text-soft: #9eb2d4;
  --heading: #f3f8ff;
  --line: rgba(120, 182, 255, 0.18);
  --gold: #2c7dff;
  --gold-deep: #66b6ff;
  --accent: #10223f;
  --accent-2: #0d1a31;
  --success: #36c777;
  --reserved: #4c87ff;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 16px 36px rgba(2, 8, 20, 0.42);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --transition: 240ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(47, 117, 255, 0.2), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(78, 207, 255, 0.18), transparent 20%),
    radial-gradient(circle at 20% 80%, rgba(21, 54, 112, 0.24), transparent 24%),
    linear-gradient(180deg, #02050b 0%, #091322 44%, #040913 100%);
  min-height: 100vh;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath d='M10 16c0-6.5 5.8-11 12-11s12 4.5 12 11v7c0 8-5.5 14-12 14s-12-6-12-14v-7Z' fill='%23071018' stroke='%2369b6ff' stroke-width='2'/%3E%3Ccircle cx='17' cy='19' r='2.2' fill='%2369b6ff'/%3E%3Ccircle cx='27' cy='19' r='2.2' fill='%2369b6ff'/%3E%3Cpath d='M19 26c1.8 1.4 4.2 1.4 6 0' stroke='%23dceaff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 31h18l-2 5H15Z' fill='%232c7dff'/%3E%3C/svg%3E") 8 8, auto;
}

body.is-loading {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

a,
button,
summary {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath d='M10 16c0-6.5 5.8-11 12-11s12 4.5 12 11v7c0 8-5.5 14-12 14s-12-6-12-14v-7Z' fill='%23071018' stroke='%2369b6ff' stroke-width='2'/%3E%3Ccircle cx='17' cy='19' r='2.2' fill='%2369b6ff'/%3E%3Ccircle cx='27' cy='19' r='2.2' fill='%2369b6ff'/%3E%3Cpath d='M19 26c1.8 1.4 4.2 1.4 6 0' stroke='%23dceaff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 31h18l-2 5H15Z' fill='%232c7dff'/%3E%3Ccircle cx='33' cy='34' r='4' fill='%23050a14' stroke='%23a3e8ff' stroke-width='1.5'/%3E%3C/svg%3E") 8 8, pointer;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

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

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 2rem;
}

.section-heading h2,
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  color: var(--heading);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}

.hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.5rem);
}

.section-heading h2 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-lead,
.section-heading p,
.content-stack p,
.info-card p,
.benefit-card p,
.feature-card p,
.faq-item p,
.mini-card p,
.notice-card p,
.footer-grid p,
.form-note,
.disclaimer p {
  color: var(--text-soft);
  line-height: 1.75;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5, 11, 21, 0.72);
  border-bottom: 1px solid rgba(86, 132, 211, 0.2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.navbar {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #12305f, #3a9dff);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.brand-mark--image {
  width: 64px;
  height: 64px;
  padding: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, rgba(42, 113, 233, 0.42), rgba(4, 12, 26, 0.96));
  border: 1px solid rgba(91, 152, 247, 0.38);
}

.brand-mark--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-text strong {
  color: var(--heading);
  font-size: 1rem;
}

.brand-text small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav-menu a {
  color: var(--text);
  font-weight: 600;
  transition: color var(--transition), transform var(--transition);
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--gold-deep);
  transform: translateY(-1px);
}

.nav-menu a.is-active {
  color: #eaf5ff;
  text-shadow: 0 0 14px rgba(91, 187, 255, 0.4);
}

.nav-cta {
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 67, 125, 0.96), rgba(14, 163, 255, 0.78));
  border: 1px solid rgba(132, 198, 255, 0.22);
  box-shadow: var(--shadow-soft);
}

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(5, 14, 28, 0.92);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--heading);
  border-radius: 999px;
}

.hero {
  padding-top: 4rem;
}

.hero--cinematic {
  position: relative;
  min-height: clamp(720px, 90vh, 980px);
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05) brightness(0.45);
  transform: scale(1.06);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 16, 0.92) 0%, rgba(3, 8, 16, 0.68) 46%, rgba(3, 8, 16, 0.84) 100%),
    radial-gradient(circle at 75% 30%, rgba(59, 142, 255, 0.24), transparent 20%);
}

.hero-grid,
.split-layout,
.form-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
  cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #1857ff, #2db9ff);
  color: #fff;
  box-shadow: 0 14px 30px rgba(25, 114, 255, 0.32);
}

.btn-secondary,
.btn-tertiary {
  background: rgba(10, 19, 36, 0.82);
  border-color: var(--line);
  color: #eef6ff;
  box-shadow: var(--shadow-soft);
}

.countdown-card,
.mini-card,
.hero-image-card,
.feature-card,
.info-card,
.benefit-card,
.notice-card,
.premium-form,
.faq-item,
.puppy-card,
.disclaimer {
  border: 1px solid rgba(95, 150, 255, 0.14);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.countdown-card {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  align-items: center;
}

.countdown-label {
  margin: 0;
  color: var(--gold-deep);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.countdown-card h2 {
  margin: 0.35rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--heading);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(70px, 1fr));
  gap: 0.75rem;
}

.time-box {
  padding: 0.85rem 0.7rem;
  border-radius: 18px;
  background: #000;
  text-align: center;
  min-width: 74px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.time-box span {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: #fff;
}

.time-box small {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.paw-parade {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
}

.paw-print {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0.18;
  filter: drop-shadow(0 0 10px rgba(64, 161, 255, 0.2));
  animation: paw-walk linear infinite;
}

.paw-print::before,
.paw-print::after {
  content: "";
  position: absolute;
  background: radial-gradient(circle, rgba(97, 178, 255, 0.9), rgba(18, 59, 112, 0.8));
  border-radius: 50%;
}

.paw-print::before {
  inset: 10px 5px 2px 5px;
  border-radius: 46% 46% 56% 56%;
}

.paw-print::after {
  width: 8px;
  height: 8px;
  left: 1px;
  top: 4px;
  box-shadow:
    8px -4px 0 rgba(97, 178, 255, 0.82),
    16px -1px 0 rgba(97, 178, 255, 0.82),
    22px 5px 0 rgba(97, 178, 255, 0.82);
}

.cursor-dog {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 46px;
  height: 46px;
  pointer-events: none;
  mix-blend-mode: screen;
}

.cursor-dog::before,
.cursor-dog::after {
  content: "";
  position: absolute;
}

.cursor-dog::before {
  inset: 4px 6px 10px 6px;
  border-radius: 50% 50% 42% 42%;
  background: linear-gradient(180deg, rgba(17, 40, 77, 0.95), rgba(6, 12, 25, 0.95));
  border: 1px solid rgba(114, 193, 255, 0.44);
  box-shadow: 0 0 18px rgba(57, 153, 255, 0.3);
}

.cursor-dog::after {
  left: 9px;
  right: 9px;
  bottom: 3px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1160ff, #70e4ff);
  box-shadow: 0 0 18px rgba(62, 184, 255, 0.35);
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--loader-x, 50%) var(--loader-y, 40%), rgba(39, 114, 255, 0.22), transparent 18%),
    radial-gradient(circle at top, rgba(45, 93, 182, 0.24), transparent 30%),
    linear-gradient(180deg, #010307 0%, #051124 38%, #02040a 100%);
  transition: opacity 600ms ease, visibility 600ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-glow {
  position: absolute;
  width: 48vw;
  height: 48vw;
  min-width: 320px;
  min-height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 131, 255, 0.24), rgba(10, 23, 47, 0) 68%);
  filter: blur(10px);
  transform: translate(calc(var(--loader-x, 50vw) - 50%), calc(var(--loader-y, 40vh) - 50%));
}

.loader-panel {
  position: relative;
  width: min(92vw, 760px);
  padding: 2rem;
  border-radius: 32px;
  text-align: center;
  background: linear-gradient(180deg, rgba(9, 18, 36, 0.92), rgba(4, 10, 20, 0.92));
  border: 1px solid rgba(81, 140, 233, 0.28);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  animation: loader-float 2.2s ease-in-out infinite;
}

.loader-panel::before,
.loader-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  pointer-events: none;
}

.loader-panel::before {
  border: 1px solid rgba(90, 155, 255, 0.14);
}

.loader-panel::after {
  inset: auto 12%;
  bottom: -26px;
  height: 80px;
  background: radial-gradient(circle, rgba(24, 111, 252, 0.34), transparent 70%);
  filter: blur(18px);
}

.loader-logo-button {
  width: min(250px, 58vw);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 240ms ease;
}

.loader-logo-button:hover,
.loader-logo-button:focus-visible {
  transform: scale(1.03);
}

.loader-logo-button.is-pulsing {
  animation: loader-logo-pulse 800ms ease;
}

.loader-logo {
  width: 100%;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(18, 97, 255, 0.24));
}

.loader-kicker {
  margin: 1rem 0 0.55rem;
  color: #61a7ff;
  text-transform: uppercase;
  letter-spacing: 0.42em;
  font-size: 0.78rem;
  font-weight: 800;
}

.loader-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  color: #eef6ff;
  letter-spacing: 0.08em;
}

.loader-status {
  margin: 0.9rem auto 1.4rem;
  max-width: 36rem;
  color: rgba(225, 236, 255, 0.82);
  line-height: 1.7;
}

.loader-bar {
  width: min(100%, 430px);
  height: 16px;
  margin: 0 auto;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(95, 156, 251, 0.24);
  overflow: hidden;
}

.loader-bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #173eff, #3fb5ff 55%, #a5ecff 100%);
  box-shadow: 0 0 18px rgba(70, 168, 255, 0.54);
}

.loader-sound-toggle {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 189, 255, 0.24);
  background: rgba(9, 24, 48, 0.82);
  color: #d8ebff;
  font-weight: 700;
}

.loader-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  color: rgba(197, 223, 255, 0.88);
}

.loader-countdown,
.loader-hint {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-image-card {
  position: relative;
  padding: 1rem;
  border-radius: var(--radius-xl);
}

.hero-image-card img {
  width: 100%;
  border-radius: calc(var(--radius-xl) - 8px);
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: rgba(8, 42, 88, 0.82);
  box-shadow: var(--shadow-soft);
}

.hero-mini-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mini-card,
.feature-card,
.info-card,
.benefit-card,
.notice-card,
.disclaimer,
.premium-form,
.faq-item,
.puppy-card {
  border-radius: var(--radius-lg);
}

.mini-card {
  padding: 1.2rem;
  position: relative;
  overflow: hidden;
}

.mini-card strong,
.feature-card h3,
.info-card h3,
.benefit-card h3,
.puppy-card h3,
.faq-item summary,
.site-footer h3 {
  color: var(--heading);
}

.mini-card::after,
.service-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    linear-gradient(rgba(5, 17, 31, 0.25), rgba(5, 17, 31, 0.25)),
    url("../branding/biggies-logo.png") center/cover no-repeat;
  border: 1px solid rgba(115, 195, 255, 0.22);
  opacity: 0.92;
}

.mini-card strong,
.service-card h3 {
  padding-right: 3.5rem;
}

.showcase-grid,
.hybrid-grid,
.benefits-grid,
.puppy-grid {
  display: grid;
  gap: 1.25rem;
}

.featured-media-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: center;
}

.showcase-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  padding: 1rem;
}

.feature-card img {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  margin-bottom: 1rem;
}

.content-stack {
  display: grid;
  gap: 1rem;
}

.notice-card {
  padding: 1.35rem;
}

.hybrid-grid,
.benefits-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.benefit-card {
  padding: 1.5rem;
}

.card-icon,
.benefit-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 44, 92, 0.92), rgba(40, 147, 255, 0.94));
  margin-bottom: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.benefit-card span {
  font-size: 1rem;
  font-weight: 800;
  color: var(--gold-deep);
}

.disclaimer {
  padding: 1.4rem;
  margin-top: 1.5rem;
  background: linear-gradient(135deg, rgba(8, 20, 39, 0.98), rgba(13, 37, 72, 0.78));
}

.video-card {
  padding: 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(120, 87, 52, 0.1);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.video-card video {
  width: 100%;
  display: block;
  border-radius: calc(var(--radius-xl) - 8px);
  background: #111;
  box-shadow: var(--shadow-soft);
}

.video-card-copy {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0.35rem 0.2rem;
}

.video-card-copy strong {
  color: var(--heading);
  font-size: 1.15rem;
}

.video-card-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
}

.countdown-ticker {
  position: sticky;
  top: 84px;
  z-index: 45;
  border-top: 1px solid rgba(92, 172, 255, 0.12);
  border-bottom: 1px solid rgba(92, 172, 255, 0.12);
  background: linear-gradient(90deg, rgba(2, 8, 18, 0.98), rgba(9, 28, 58, 0.92), rgba(2, 8, 18, 0.98));
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.countdown-ticker-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 58px;
  white-space: nowrap;
  animation: ticker-drift 18s linear infinite;
  position: relative;
}

.ticker-label {
  color: #89d8ff;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.ticker-separator {
  color: rgba(255, 255, 255, 0.28);
  font-weight: 800;
}

.ticker-unit {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 800;
}

.ticker-unit strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 36px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 18px rgba(93, 176, 255, 0.22);
}

.ticker-flare {
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #89d8ff;
  box-shadow: 0 0 0 0 rgba(137, 216, 255, 0.5);
  animation: ticker-pulse 1.8s ease infinite;
}

.breed-deep-dive {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.breed-profiles {
  align-items: stretch;
}

.breed-match-card p + p {
  margin-top: 1rem;
}

.hybrid-video {
  margin-bottom: 1.5rem;
}

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

.puppy-card {
  overflow: hidden;
}

.gallery-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.gallery-trigger img {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-trigger:hover img,
.gallery-trigger:focus-visible img {
  transform: scale(1.03);
}

.puppy-card-body {
  padding: 1.25rem;
}

.puppy-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.status-badge {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.status-badge.available {
  background: var(--success);
}

.status-badge.reserved {
  background: var(--reserved);
}

.meta {
  margin: 0.2rem 0 0.8rem;
  font-weight: 700;
  color: var(--gold-deep);
}

.premium-form {
  padding: 1.5rem;
}

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

.full-span {
  grid-column: 1 / -1;
}

.premium-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--heading);
  font-weight: 700;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(95, 150, 255, 0.18);
  background: rgba(4, 13, 28, 0.84);
  color: var(--text);
  padding: 1rem 1.05rem;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus {
  border-color: rgba(102, 190, 255, 0.82);
  box-shadow: 0 0 0 4px rgba(60, 160, 255, 0.14);
}

.premium-form .is-invalid {
  border-color: rgba(182, 109, 82, 0.8);
  box-shadow: 0 0 0 4px rgba(182, 109, 82, 0.12);
}

.form-note {
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.3rem 1.4rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.faq-item p {
  margin: 1rem 0 0;
}

.site-footer {
  padding: 2rem 0 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(8, 19, 36, 0.92), rgba(6, 12, 22, 0.92));
  border: 1px solid rgba(95, 150, 255, 0.16);
  box-shadow: var(--shadow-soft);
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 250px;
  padding: 0.7rem 1rem 0.7rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(7, 22, 38, 0.96), rgba(8, 68, 124, 0.92));
  border: 1px solid rgba(96, 184, 255, 0.26);
  color: #fff;
  box-shadow: 0 18px 44px rgba(7, 33, 67, 0.42);
  animation: pulse 2.8s infinite;
}

.whatsapp-float span {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #77f3ff, #18a9ff 55%, #0f2f5c 100%);
  color: #03172d;
  font-size: 1.25rem;
  font-weight: 900;
}

.whatsapp-float small {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(211, 234, 255, 0.84);
  text-align: left;
}

.whatsapp-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
}

.whatsapp-copy em {
  display: block;
  font-style: normal;
  color: #72e8ff;
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition), visibility var(--transition);
  z-index: 90;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 10, 22, 0.76);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  width: min(94vw, 760px);
  background: linear-gradient(180deg, rgba(8, 19, 35, 0.98), rgba(5, 12, 22, 0.98));
  border: 1px solid rgba(93, 177, 255, 0.2);
  border-radius: var(--radius-xl);
  padding: 1rem;
  box-shadow: var(--shadow);
  z-index: 1;
}

.modal-panel img {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 1 / 0.85;
  object-fit: cover;
}

.modal-copy {
  padding: 1rem 0.4rem 0.2rem;
}

.modal-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
  color: var(--heading);
}

.modal-copy p {
  margin: 0;
  color: var(--text-soft);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 24, 45, 0.92);
  color: #edf7ff;
  font-size: 1.8rem;
  cursor: pointer;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 1px solid rgba(108, 197, 255, 0.26);
  border-radius: 50%;
  background: rgba(8, 24, 48, 0.86);
  color: #f1f8ff;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.modal-nav--prev {
  left: 1rem;
}

.modal-nav--next {
  right: 1rem;
}

.video-player-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
  margin-bottom: 1.5rem;
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(95, 150, 255, 0.14);
  background: linear-gradient(180deg, rgba(7, 17, 33, 0.96), rgba(5, 13, 24, 0.96));
  box-shadow: var(--shadow);
}

.video-player-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 24px;
  background: #020812;
}

.video-player-copy {
  display: grid;
  gap: 0.8rem;
  align-content: center;
}

.video-player-copy h3 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.video-player-copy p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.training-demo-button {
  width: 100%;
  text-align: left;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.training-demo-button.is-active {
  box-shadow: 0 0 0 1px rgba(114, 196, 255, 0.34);
}

.training-demo-button.is-active .demo-thumb::after {
  content: "Now Playing";
  background: rgba(17, 72, 143, 0.94);
}

.placeholder-pup {
  display: grid;
  place-items: center;
  min-height: 260px;
  background:
    radial-gradient(circle at top, rgba(67, 150, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(5, 16, 30, 0.98), rgba(3, 8, 16, 0.98));
}

.placeholder-pup img {
  width: min(150px, 54%);
  opacity: 0.92;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  color: rgba(218, 234, 255, 0.78);
  font-size: 0.86rem;
}

.footer-badge img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(115, 195, 255, 0.28);
}

.toast-container {
  position: fixed;
  top: 6rem;
  right: 1rem;
  z-index: 95;
  display: grid;
  gap: 0.8rem;
}

.toast {
  min-width: min(92vw, 360px);
  padding: 1rem 1.15rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #5d8f5c, #3f7255);
  box-shadow: var(--shadow);
  transform: translateY(-16px);
  opacity: 0;
  animation: toast-in 250ms ease forwards;
}

@keyframes loader-logo-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

.toast.is-hiding {
  animation: toast-out 250ms ease forwards;
}

.floating-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.float-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(76, 169, 255, 0.26);
  opacity: 0.8;
  animation: drift 12s ease-in-out infinite;
}

.float-icon::before,
.float-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(76, 169, 255, 0.2);
}

.float-icon::before {
  top: -10px;
  left: -4px;
  box-shadow: 14px -4px 0 rgba(200, 159, 87, 0.2), 24px 8px 0 rgba(200, 159, 87, 0.2);
}

.float-icon::after {
  top: -2px;
  left: 20px;
}

.bone-icon {
  width: 54px;
  height: 14px;
  border-radius: 999px;
  background: rgba(76, 169, 255, 0.18);
}

.bone-icon::before,
.bone-icon::after {
  top: -8px;
  width: 18px;
  height: 18px;
  background: rgba(76, 169, 255, 0.18);
  box-shadow: 0 12px 0 rgba(76, 169, 255, 0.18);
}

.page-hero {
  padding: 5.5rem 0 2.5rem;
}

.page-hero-grid,
.gallery-slab,
.cta-panel,
.program-card__split,
.raw-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
  align-items: center;
}

.page-hero-card,
.service-card,
.program-card,
.demo-card,
.raw-product-card,
.ingredient-card,
.cta-panel,
.media-pill,
.gallery-card {
  border: 1px solid rgba(95, 150, 255, 0.14);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
}

.page-hero-card,
.service-card,
.program-card,
.demo-card,
.raw-product-card,
.ingredient-card,
.cta-panel {
  padding: 1.5rem;
}

.page-hero-card h2,
.program-card h3,
.raw-product-card h3,
.service-card h3,
.demo-card h3,
.ingredient-card summary,
.cta-panel h2,
.gallery-content h3 {
  margin: 0 0 0.75rem;
  color: var(--heading);
}

.page-hero-card img,
.gallery-card img,
.raw-hero-grid img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 6px);
  object-fit: cover;
}

.page-hero-card img {
  aspect-ratio: 1 / 0.9;
}

.service-grid,
.program-grid,
.demo-grid,
.raw-product-grid,
.ingredient-grid,
.kennel-gallery-grid,
.reel-grid {
  display: grid;
  gap: 1.2rem;
}

.service-grid,
.program-grid {
  grid-template-columns: repeat(3, 1fr);
}

.demo-grid,
.ingredient-grid {
  grid-template-columns: repeat(2, 1fr);
}

.raw-product-grid,
.kennel-gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}

.reel-grid {
  grid-template-columns: repeat(2, 1fr);
}

.service-card p,
.program-card p,
.demo-card p,
.raw-product-card p,
.ingredient-card p,
.cta-panel p,
.gallery-content p {
  color: var(--text-soft);
  line-height: 1.7;
}

.chip-row,
.program-meta,
.ingredient-chipbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.chip,
.program-pill,
.ingredient-chip,
.stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(98, 181, 255, 0.2);
  background: rgba(9, 24, 48, 0.72);
  color: #dcebff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

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

.list-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(7, 17, 32, 0.7);
  border: 1px solid rgba(93, 165, 241, 0.12);
}

.list-card h4,
.level-stack h4 {
  margin: 0 0 0.65rem;
  color: #eff7ff;
}

.check-list,
.benefit-list,
.level-stack ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
  line-height: 1.8;
}

.level-stack {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.level {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(6, 14, 27, 0.74);
  border: 1px solid rgba(86, 165, 245, 0.12);
}

.demo-card {
  display: grid;
  gap: 1rem;
}

.demo-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
}

.demo-thumb img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
}

.demo-thumb::after {
  content: "Watch Demo";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(5, 18, 38, 0.88);
  border: 1px solid rgba(91, 185, 255, 0.28);
  color: #eef8ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.demo-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.demo-meta span {
  color: var(--gold-deep);
  font-weight: 800;
}

.gallery-slab,
.cta-panel,
.raw-hero-grid {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(95, 150, 255, 0.15);
  background: linear-gradient(180deg, rgba(7, 17, 33, 0.96), rgba(5, 13, 24, 0.96));
  box-shadow: var(--shadow);
}

.gallery-card {
  padding: 0.65rem;
}

.gallery-card img {
  aspect-ratio: 1 / 1;
}

.gallery-card .gallery-trigger {
  border-radius: 24px;
  overflow: hidden;
}

.gallery-content {
  padding: 0 0.5rem;
}

.reel-card {
  padding: 0.8rem;
  border-radius: var(--radius-lg);
  background: rgba(8, 18, 34, 0.86);
  border: 1px solid rgba(95, 150, 255, 0.14);
  box-shadow: var(--shadow);
}

.reel-card video {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #02060f;
}

.raw-product-card img {
  width: 100%;
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}

.price-row strong {
  color: #a6ecff;
  font-size: 1.8rem;
}

.stock-pill.in-stock {
  background: rgba(36, 148, 81, 0.18);
  border-color: rgba(36, 148, 81, 0.28);
  color: #82efb5;
}

.ingredient-chipbar {
  justify-content: center;
  margin-bottom: 1.5rem;
}

.ingredient-card {
  padding: 0;
  overflow: hidden;
}

.ingredient-card summary {
  list-style: none;
  padding: 1.35rem 1.35rem 1rem;
  cursor: pointer;
}

.ingredient-card summary::-webkit-details-marker {
  display: none;
}

.ingredient-card summary p {
  margin: 0.4rem 0 0;
}

.ingredient-card-body {
  padding: 0 1.35rem 1.35rem;
}

.ingredient-card-body .stat-row {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
}

.ingredient-card-body .stat-row span {
  display: block;
  color: #eef8ff;
  font-weight: 700;
}

.ingredient-card-body .stat-row small {
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ingredient-note {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(10, 25, 49, 0.74);
  border: 1px solid rgba(97, 181, 255, 0.12);
  color: var(--text-soft);
}

.bone-icon::before {
  left: -6px;
}

.bone-icon::after {
  left: 42px;
}

.icon-a {
  top: 12%;
  left: 5%;
}

.icon-b {
  top: 24%;
  right: 8%;
  animation-duration: 15s;
}

.icon-c {
  top: 72%;
  left: 10%;
  animation-duration: 13s;
}

.icon-d {
  top: 78%;
  right: 12%;
  animation-duration: 16s;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes drift {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(4deg);
  }
}

@keyframes paw-walk {
  0% {
    transform: translate3d(-8vw, 0, 0) rotate(var(--paw-rotate, 0deg)) scale(var(--paw-scale, 1));
    opacity: 0;
  }
  14%,
  78% {
    opacity: 0.18;
  }
  100% {
    transform: translate3d(112vw, calc(var(--paw-rise, 18vh) * -1), 0) rotate(calc(var(--paw-rotate, 0deg) * -1)) scale(calc(var(--paw-scale, 1) + 0.15));
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes loader-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes toast-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toast-out {
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}

@keyframes ticker-drift {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-18%);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-layout,
  .form-layout,
  .featured-media-grid,
  .showcase-grid,
  .hybrid-grid,
  .benefits-grid,
  .puppy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    align-items: start;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(4, 14, 27, 0.98);
    border: 1px solid rgba(91, 151, 245, 0.12);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  }

  .nav-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero-grid,
  .split-layout,
  .form-layout,
  .featured-media-grid,
  .showcase-grid,
  .hybrid-grid,
  .benefits-grid,
  .footer-grid,
  .page-hero-grid,
  .gallery-slab,
  .cta-panel,
  .raw-hero-grid {
    grid-template-columns: 1fr;
  }

  .video-player-shell {
    grid-template-columns: 1fr;
  }

  .loader-panel {
    padding: 1.5rem;
  }

  .loader-meta {
    flex-direction: column;
  }

  .puppy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid,
  .program-grid,
  .demo-grid,
  .raw-product-grid,
  .ingredient-grid,
  .kennel-gallery-grid,
  .reel-grid,
  .list-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-cards,
  .countdown-card,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .countdown-card {
    align-items: start;
  }

  .countdown {
    width: 100%;
  }

  .whatsapp-float {
    min-width: 220px;
  }

  .countdown-ticker {
    top: 84px;
  }

  .modal-nav {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .modal-nav--prev {
    left: 1rem;
  }

  .modal-nav--next {
    right: 1rem;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4.2rem 0;
  }

  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .puppy-grid,
  .countdown {
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .countdown-ticker-track {
    animation-duration: 24s;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }

  .hero-badge {
    position: static;
    margin-top: 1rem;
    display: inline-flex;
  }

  .whatsapp-float {
    min-width: auto;
    padding: 0.55rem;
    border-radius: 24px;
  }

  .brand-mark--image {
    width: 52px;
    height: 52px;
  }

  .loader-panel {
    width: min(94vw, 760px);
    padding: 1.2rem;
  }

  .loader-kicker,
  .loader-countdown,
  .loader-hint {
    letter-spacing: 0.14em;
  }

  .whatsapp-copy {
    display: none;
  }

  .toast-container {
    left: 0.6rem;
    right: 0.6rem;
    top: auto;
    bottom: 5.8rem;
  }
}

/* Portal App */

.portal-body {
  margin: 0;
  min-height: 100vh;
  color: #12243f;
  background:
    radial-gradient(circle at top left, rgba(93, 167, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  cursor: default;
}

.portal-body a,
.portal-body button,
.portal-body summary {
  cursor: pointer;
}

.portal-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.portal-container {
  width: min(calc(100% - 2rem), 1240px);
  margin: 0 auto;
}

.portal-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(58, 112, 193, 0.1);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.portal-header__inner,
.portal-footer__inner,
.portal-actions,
.portal-button-row,
.portal-filter-actions,
.portal-inline-form,
.portal-status-row,
.portal-listing-stats,
.portal-listing-card__topline {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.portal-header__inner,
.portal-footer__inner {
  justify-content: space-between;
  min-height: 88px;
}

.portal-brand,
.portal-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.portal-brand img,
.portal-footer__brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(37, 90, 173, 0.16);
}

.portal-brand span,
.portal-footer__brand div {
  display: grid;
  gap: 0.15rem;
}

.portal-brand strong,
.portal-footer__brand strong {
  color: #0f2342;
  font-weight: 800;
}

.portal-brand small,
.portal-footer__brand small,
.portal-footer__note {
  color: #5d7392;
}

.portal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.portal-nav a {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #34567f;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.portal-nav a:hover,
.portal-nav a.is-active {
  background: #e7f2ff;
  color: #134995;
  transform: translateY(-1px);
}

.portal-main {
  flex: 1;
  padding: 2rem 0 4rem;
}

.portal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #2380e7;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portal-page-head,
.portal-hero,
.portal-feature-grid,
.portal-dashboard-grid,
.portal-detail-layout,
.portal-market-grid,
.portal-stat-grid {
  display: grid;
  gap: 1.35rem;
}

.portal-page-head,
.portal-detail-layout {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  margin-bottom: 1.6rem;
}

.portal-hero {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  padding: 2rem 0 1rem;
}

.portal-hero__content h1,
.portal-page-head h1 {
  margin: 0.5rem 0 1rem;
  color: #102445;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 0.95;
}

.portal-hero__content p,
.portal-page-head p,
.portal-feature-card p,
.portal-card p,
.portal-empty-state p {
  color: #526b8c;
  line-height: 1.75;
}

.portal-device-card,
.portal-feature-card,
.portal-card,
.portal-stat-card,
.portal-listing-card,
.portal-empty-state,
.portal-auth-card {
  border-radius: 28px;
  border: 1px solid rgba(46, 105, 188, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 54px rgba(66, 116, 182, 0.12);
}

.portal-device-card,
.portal-feature-card,
.portal-card,
.portal-empty-state,
.portal-auth-card {
  padding: 1.5rem;
}

.portal-device-card {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 320px;
  background:
    radial-gradient(circle at top, rgba(109, 186, 255, 0.2), transparent 30%),
    rgba(255, 255, 255, 0.94);
}

.portal-device-card img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.portal-actions {
  flex-wrap: wrap;
}

.portal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.3rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.portal-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #176df2, #3cc0ff);
  box-shadow: 0 18px 30px rgba(28, 118, 242, 0.26);
}

.portal-button--ghost {
  color: #144a96;
  background: #edf5ff;
  border: 1px solid rgba(31, 101, 199, 0.12);
}

.portal-button--danger {
  color: #fff;
  background: linear-gradient(135deg, #d84665, #8f1d42);
}

.portal-inline-link {
  color: #1766de;
  font-weight: 800;
}

.portal-stat-grid,
.portal-feature-grid,
.portal-market-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

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

.portal-dashboard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.portal-stat-card {
  padding: 1.25rem;
}

.portal-stat-card small {
  display: block;
  color: #6680a4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.portal-stat-card strong {
  display: block;
  margin-top: 0.45rem;
  color: #102745;
  font-size: 2rem;
}

.portal-form-grid,
.portal-filter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.portal-form-grid label,
.portal-filter-grid label {
  display: grid;
  gap: 0.45rem;
  color: #15345e;
  font-weight: 700;
}

.portal-form-grid input,
.portal-form-grid select,
.portal-form-grid textarea,
.portal-filter-grid input,
.portal-filter-grid select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(47, 107, 195, 0.14);
  background: #f9fcff;
  color: #0f2743;
  outline: none;
}

.portal-form-grid input:focus,
.portal-form-grid select:focus,
.portal-form-grid textarea:focus,
.portal-filter-grid input:focus,
.portal-filter-grid select:focus {
  border-color: rgba(53, 146, 232, 0.48);
  box-shadow: 0 0 0 4px rgba(74, 160, 255, 0.12);
}

.portal-form-span {
  grid-column: 1 / -1;
}

.portal-upload-panel,
.portal-note-box {
  padding: 1rem;
  border-radius: 22px;
  background: #f4f9ff;
  border: 1px solid rgba(55, 112, 189, 0.1);
}

.portal-table-wrap {
  overflow-x: auto;
}

.portal-table {
  width: 100%;
  border-collapse: collapse;
}

.portal-table th,
.portal-table td {
  padding: 0.95rem 0.85rem;
  border-bottom: 1px solid rgba(44, 97, 170, 0.08);
  text-align: left;
  vertical-align: top;
}

.portal-table th {
  color: #557196;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.portal-status-badge.is-approved {
  color: #0f7d48;
  background: #ddf8ea;
}

.portal-status-badge.is-pending {
  color: #a45a07;
  background: #fff1d8;
}

.portal-status-badge.is-rejected,
.portal-status-badge.is-suspended {
  color: #8e2041;
  background: #ffe0ea;
}

.portal-status-badge.is-hidden {
  color: #475f7e;
  background: #e9f0f8;
}

.portal-status-badge.is-neutral {
  color: #607ea5;
  background: #eef5ff;
}

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

.portal-listing-card {
  overflow: hidden;
}

.portal-listing-card__media img {
  width: 100%;
  aspect-ratio: 1 / 0.8;
  object-fit: cover;
}

.portal-listing-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
}

.portal-listing-card__topline {
  justify-content: space-between;
}

.portal-listing-card__topline h2 {
  margin: 0;
  color: #102547;
  font-size: 1.35rem;
}

.portal-listing-meta {
  margin: 0;
  color: #527194;
  font-weight: 700;
}

.portal-listing-stats {
  flex-wrap: wrap;
  color: #54739c;
}

.portal-listing-stats strong {
  color: #0f4faa;
  font-size: 1.35rem;
}

.portal-gallery-grid,
.portal-preview-grid,
.portal-document-list,
.portal-note-list {
  display: grid;
  gap: 1rem;
}

.portal-gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-gallery-grid img,
.portal-preview-grid img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  aspect-ratio: 1 / 0.8;
}

.portal-document-item {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border-radius: 18px;
  background: #f4f9ff;
  border: 1px solid rgba(47, 107, 195, 0.1);
}

.portal-document-item strong {
  color: #12396b;
}

.portal-alert {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
}

.portal-alert--error {
  color: #8e2041;
  background: #ffe3ea;
}

.portal-empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.portal-toast-stack {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.portal-toast {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  font-weight: 700;
}

.portal-toast.is-success {
  color: #0e6f43;
  background: #e0f9eb;
}

.portal-toast.is-error {
  color: #8e2041;
  background: #ffe3ea;
}

.portal-auth-wrap {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 220px);
}

.portal-body--admin-auth {
  background:
    radial-gradient(circle at 18% 16%, rgba(69, 173, 255, 0.28), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(38, 96, 214, 0.22), transparent 20%),
    linear-gradient(180deg, #edf6ff 0%, #dff0ff 45%, #eef8ff 100%);
}

.portal-auth-card {
  width: min(100%, 560px);
}

.portal-auth-card--magic {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(49, 123, 214, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(231, 244, 255, 0.98)),
    radial-gradient(circle at top right, rgba(91, 191, 255, 0.24), transparent 30%);
  box-shadow: 0 34px 90px rgba(40, 89, 173, 0.18);
}

.portal-auth-card--magic::before,
.portal-auth-card--magic::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.portal-auth-card--magic::before {
  width: 260px;
  height: 260px;
  right: -110px;
  top: -90px;
  background: radial-gradient(circle, rgba(104, 197, 255, 0.36), transparent 70%);
}

.portal-auth-card--magic::after {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(25, 86, 199, 0.2), transparent 70%);
}

.portal-auth-card--magic h1,
.portal-auth-card--magic p,
.portal-auth-card--magic form {
  position: relative;
  z-index: 1;
}

.portal-auth-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portal-auth-orbit span {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(97, 183, 255, 0.18);
  animation: portal-orbit 14s linear infinite;
}

.portal-auth-orbit span:nth-child(1) {
  width: 180px;
  height: 180px;
  right: 18px;
  top: 28px;
}

.portal-auth-orbit span:nth-child(2) {
  width: 120px;
  height: 120px;
  right: 48px;
  top: 58px;
  animation-duration: 10s;
  animation-direction: reverse;
}

.portal-auth-orbit span:nth-child(3) {
  width: 220px;
  height: 220px;
  left: -44px;
  bottom: -60px;
  animation-duration: 18s;
}

.portal-detail-list {
  display: grid;
  gap: 0.8rem;
  margin: 0 0 1.2rem;
}

.portal-detail-list div {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(28, 76, 147, 0.1);
}

.portal-detail-list dt {
  color: #7e9bc2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portal-detail-list dd {
  margin: 0;
  color: #153c71;
  font-weight: 700;
}

.upload-zone {
  border-style: dashed !important;
  background: linear-gradient(180deg, #f9fcff, #f0f7ff) !important;
}

.portal-form-grid label.is-dragover,
.portal-filter-grid label.is-dragover {
  transform: translateY(-1px);
}

.portal-form-grid label.is-dragover .upload-zone {
  border-color: rgba(27, 110, 221, 0.55) !important;
  background: linear-gradient(180deg, #ffffff, #e7f1ff) !important;
}

.portal-upload-meta {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(242, 248, 255, 0.98), rgba(231, 242, 255, 0.98));
  border: 1px solid rgba(46, 108, 194, 0.1);
}

.portal-upload-copy {
  display: grid;
  gap: 0.45rem;
}

.portal-upload-copy strong {
  color: #12396b;
  font-size: 1rem;
}

.portal-upload-preview-stack {
  display: grid;
  gap: 0.8rem;
}

.portal-upload-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.8rem;
  align-content: start;
}

.portal-upload-preview.is-empty::before {
  content: "Selected files will preview here.";
  display: grid;
  place-items: center;
  min-height: 110px;
  padding: 1rem;
  border: 1px dashed rgba(77, 125, 189, 0.35);
  border-radius: 18px;
  color: #7b95b8;
  text-align: center;
  background: rgba(255, 255, 255, 0.76);
}

.portal-upload-chip,
.portal-upload-preview figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(46, 108, 194, 0.12);
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 37, 77, 0.08);
}

.portal-upload-preview img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.portal-upload-preview figcaption,
.portal-upload-chip span {
  display: block;
  padding: 0.7rem 0.8rem;
  color: #32557f;
  font-size: 0.8rem;
  font-weight: 700;
}

.portal-switch {
  display: grid;
  gap: 0.6rem;
}

.portal-switch input[type="checkbox"] {
  width: 22px;
  height: 22px;
}

.portal-inline-actions,
.portal-payment-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.portal-inline-link--accent {
  color: #0c59be;
}

.portal-warning-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #f2f7ff, #ebf5ff);
  border: 1px solid rgba(46, 108, 194, 0.14);
}

.portal-warning-card strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #163b70;
}

.portal-payment-stack {
  margin-top: 1rem;
}

.portal-button--pay,
.portal-button--reserve {
  position: relative;
  overflow: hidden;
}

.portal-button--pay::after,
.portal-button--reserve::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.28) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: portal-button-sheen 2.7s ease-in-out infinite;
}

.portal-button--reserve {
  border-color: rgba(29, 94, 180, 0.2);
}

.portal-countdown-compact {
  margin-top: 1rem;
}

.order-summary-card {
  position: sticky;
  top: 120px;
}

@keyframes portal-button-sheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes portal-orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.waitlist-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.4rem;
  margin-top: 2rem;
}

.waitlist-card {
  position: relative;
  overflow: hidden;
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(104, 169, 255, 0.16);
  background: linear-gradient(160deg, rgba(7, 16, 30, 0.96), rgba(10, 27, 52, 0.9));
  box-shadow: var(--shadow);
}

.waitlist-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -35% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(87, 180, 255, 0.28), transparent 68%);
  pointer-events: none;
}

.waitlist-card h3,
.waitlist-card strong {
  color: var(--heading);
}

.waitlist-card p,
.waitlist-card li,
.waitlist-card small {
  color: var(--text-soft);
  line-height: 1.7;
}

.waitlist-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.waitlist-card ul li + li {
  margin-top: 0.55rem;
}

.waitlist-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.waitlist-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(124, 190, 255, 0.18);
  color: #eaf5ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.waitlist-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #75d5ff;
  box-shadow: 0 0 0 0 rgba(117, 213, 255, 0.46);
  animation: ticker-pulse 1.8s ease infinite;
}

.waitlist-card .countdown {
  margin-top: 1rem;
}

.waitlist-card .btn {
  margin-top: 1rem;
}

@keyframes ticker-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(117, 213, 255, 0.42);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(117, 213, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(117, 213, 255, 0);
  }
}

@media (max-width: 1080px) {
  .portal-hero,
  .portal-page-head,
  .portal-detail-layout,
  .portal-dashboard-grid,
  .portal-market-grid,
  .portal-stat-grid,
  .portal-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portal-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .waitlist-grid,
  .portal-upload-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .portal-header__inner,
  .portal-footer__inner,
  .portal-page-head,
  .portal-hero,
  .portal-detail-layout,
  .portal-dashboard-grid,
  .portal-stat-grid,
  .portal-feature-grid,
  .portal-market-grid,
  .portal-form-grid,
  .portal-filter-grid {
    grid-template-columns: 1fr;
  }

  .portal-header__inner,
  .portal-footer__inner,
  .portal-actions,
  .portal-button-row,
  .portal-listing-card__topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .portal-nav {
    width: 100%;
  }
}
