/* =========================================================
   GETUNIFORMS.IN — Clean D2C Masterclass
   Primary Color: Oxford Midnight Blue (#0A192F / #0F2546)
   Clean Launching Soon Indicator (No background)
   Vector SVG Art (Zero Emojis), Large Text for Parents & Schools
   Strict 1-Viewport (100dvh) Zero-Scroll Guarantee
   ========================================================= */

:root {
  /* Oxford Blue System */
  --navy-950: #071324;
  --navy-900: #0A192F; /* Primary Oxford Midnight */
  --navy-800: #0F2546;
  --navy-700: #17386B;
  --blue-600: #2563EB;
  --blue-500: #3B82F6;
  --blue-100: #DBEAFE;
  --blue-50:  #EFF6FF;

  --amber-gold: #D97706;
  --sky-blue:   #0284C7;

  --slate-900: #0F172A;
  --slate-800: #1E293B;
  --slate-700: #334155;
  --slate-500: #64748B;
  --slate-200: #E2E8F0;
  --slate-100: #F1F5F9;
  --slate-50:  #F8FAFC;

  --font-main: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

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

/* Strict Single Viewport Constraints (Zero Scroll on Any Device) */
html, body {
  height: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

body {
  font-family: var(--font-main);
  background-color: var(--slate-50);
  color: var(--slate-900);
  line-height: 1.42;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
}

/* Master Container */
.viewport-canvas {
  width: calc(100% - clamp(10px, 2.5vw, 32px));
  height: calc(100dvh - clamp(10px, 2.4dvh, 26px));
  max-width: 1260px;
  background-color: #FFFFFF;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px -4px rgba(10, 25, 47, 0.08), 0 4px 12px -2px rgba(10, 25, 47, 0.04);
  overflow: hidden;
}

/* 1. Header Navigation */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 1.3dvh, 12px) clamp(14px, 2.2vw, 24px);
  border-bottom: 1px solid var(--slate-200);
  background-color: #FFFFFF;
  flex-shrink: 0;
  gap: 12px;
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-crest {
  width: clamp(28px, 3.8dvh, 36px);
  height: clamp(28px, 3.8dvh, 36px);
  background-color: var(--navy-900);
  color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-title {
  font-size: clamp(1.2rem, 2.4dvh, 1.45rem);
  font-weight: 800;
  color: var(--navy-950);
  letter-spacing: -0.02em;
}

.brand-tld {
  color: var(--blue-600);
}

/* Simple, Clean Launching Soon (Zero Background / Pure Clean Indicator) */
.launch-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.78rem, 1.45dvh, 0.88rem);
  color: var(--slate-700);
}

.pulse-indicator {
  width: 8px;
  height: 8px;
  background-color: #10B981; /* Fresh Live Emerald */
  border-radius: 50%;
  animation: pulseLive 2s infinite;
  flex-shrink: 0;
}

@keyframes pulseLive {
  0%, 100% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); }
  50% { transform: scale(1.15); opacity: 0.8; box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); }
}

.launch-bold {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy-900);
}

.status-sep {
  color: var(--slate-500);
}

.launch-session {
  font-weight: 600;
  color: var(--slate-500);
}

/* CTA */
.header-action .btn-pitch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--navy-900);
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(0.75rem, 1.4dvh, 0.84rem);
  padding: clamp(6px, 1dvh, 9px) clamp(12px, 1.4vw, 18px);
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}

.header-action .btn-pitch:hover {
  background-color: var(--navy-700);
}

/* 2. Main Content Split */
.main-split {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  flex: 1;
  min-height: 0;
  background-color: #FFFFFF;
}

/* Left Content Column */
.col-content {
  padding: clamp(10px, 2dvh, 20px) clamp(16px, 2.5vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--slate-200);
  min-height: 0;
}

.lead-tag {
  font-size: clamp(0.68rem, 1.25dvh, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--navy-700);
  text-transform: uppercase;
  margin-bottom: clamp(2px, 0.6dvh, 4px);
}

.main-headline {
  font-size: clamp(1.45rem, 3.5dvh, 2.35rem);
  font-weight: 800;
  line-height: 1.14;
  color: var(--navy-950);
  letter-spacing: -0.025em;
  margin: clamp(4px, 0.8dvh, 8px) 0;
}

.main-headline .highlight-blue {
  color: var(--navy-700);
}

.main-narrative {
  font-size: clamp(0.85rem, 1.7dvh, 0.98rem);
  line-height: 1.5;
  color: var(--slate-700);
  margin-bottom: clamp(8px, 1.6dvh, 14px);
}

.main-narrative strong {
  color: var(--navy-950);
}

/* 3 Large Visible Value Cards */
.cards-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(5px, 1.1dvh, 9px);
  margin-bottom: clamp(6px, 1.2dvh, 12px);
}

.value-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: clamp(6px, 1.2dvh, 10px) clamp(10px, 1.4vw, 15px);
  transition: border-color 0.15s, background-color 0.15s;
}

.value-card:hover {
  border-color: var(--navy-700);
  background-color: #FFFFFF;
}

.card-icon {
  width: clamp(32px, 4.2dvh, 40px);
  height: clamp(32px, 4.2dvh, 40px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-home {
  background-color: #DBEAFE;
  color: var(--navy-700);
}

.icon-school {
  background-color: #FEF3C7;
  color: #B45309;
}

.icon-dispatch {
  background-color: #E0F2FE;
  color: #0369A1;
}

.card-text h3 {
  font-size: clamp(0.82rem, 1.55dvh, 0.94rem);
  font-weight: 700;
  color: var(--navy-950);
  margin-bottom: 2px;
}

.card-text p {
  font-size: clamp(0.72rem, 1.35dvh, 0.82rem);
  color: var(--slate-500);
  line-height: 1.32;
}

/* Coverage Strip */
.category-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: clamp(4px, 0.8dvh, 8px);
  border-top: 1px solid var(--slate-200);
}

.strip-heading {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--slate-500);
  text-transform: uppercase;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.7rem, 1.25dvh, 0.76rem);
  font-weight: 600;
  background-color: var(--slate-100);
  border: 1px solid var(--slate-200);
  color: var(--slate-700);
  padding: 3px 8px;
  border-radius: 5px;
}

.chip svg {
  color: var(--navy-700);
}

/* Right Visual Column */
.col-visuals {
  padding: clamp(8px, 1.6dvh, 16px);
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(8px, 1.4dvh, 12px);
  background-color: #FAFAFA;
  min-height: 0;
}

.photo-card {
  position: relative;
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 4px 12px rgba(10, 25, 47, 0.05);
}

.photo-source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.photo-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 19, 36, 0.94) 0%, rgba(7, 19, 36, 0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(8px, 1.5dvh, 14px);
  color: #FFFFFF;
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(0.7rem, 1.25dvh, 0.76rem);
  font-weight: 700;
  background-color: var(--amber-gold);
  color: #FFFFFF;
  padding: 2px 7px;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 4px;
}

.badge-med {
  background-color: var(--sky-blue);
}

.photo-scrim h4 {
  font-size: clamp(0.88rem, 1.7dvh, 1.02rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.22;
  margin-bottom: 2px;
}

.photo-scrim p {
  font-size: clamp(0.68rem, 1.3dvh, 0.76rem);
  color: #E2E8F0;
  line-height: 1.32;
}

/* 3. Bottom Trust Strip */
.site-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid var(--slate-200);
  padding: clamp(5px, 1.1dvh, 9px) clamp(14px, 2.2vw, 24px);
  gap: 12px;
  flex-shrink: 0;
}

.trust-cell {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(0.74rem, 1.35dvh, 0.82rem);
  font-weight: 600;
  color: var(--slate-700);
}

.svg-check {
  width: 17px;
  height: 17px;
  background-color: #DBEAFE;
  color: var(--navy-700);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-cell {
  margin-left: auto;
  font-size: clamp(0.74rem, 1.35dvh, 0.82rem);
  color: var(--slate-500);
  display: flex;
  gap: 5px;
}

.contact-cell a {
  color: var(--navy-700);
  font-weight: 700;
  text-decoration: underline;
}

/* =========================================================
   Mobile Optimization (Strict 100dvh Single Screen)
   ========================================================= */
@media (max-width: 768px) {
  .viewport-canvas {
    width: calc(100% - 10px);
    height: calc(100dvh - 10px);
    border-radius: 8px;
  }

  .site-header {
    padding: 8px 12px;
  }

  .launch-session, .status-sep {
    display: none;
  }

  .launch-status {
    font-size: 0.72rem;
  }

  .header-action {
    display: none;
  }

  .main-split {
    grid-template-columns: 1fr;
    grid-template-rows: 1.25fr 0.75fr;
  }

  .col-content {
    border-right: none;
    border-bottom: 1px solid var(--slate-200);
    padding: 10px 14px 6px;
  }

  .lead-tag {
    font-size: 0.65rem;
  }

  .main-headline {
    font-size: clamp(1.22rem, 3dvh, 1.55rem);
    margin: 3px 0;
  }

  .main-narrative {
    font-size: 0.8rem;
    margin-bottom: 5px;
    line-height: 1.4;
  }

  .cards-stack {
    gap: 4px;
    margin-bottom: 5px;
  }

  .value-card {
    padding: 4px 8px;
    gap: 8px;
  }

  .card-icon {
    width: 28px;
    height: 28px;
  }

  .card-text h3 {
    font-size: 0.76rem;
  }

  .card-text p {
    font-size: 0.68rem;
  }

  .category-strip {
    display: none;
  }

  .col-visuals {
    padding: 6px 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 6px;
  }

  .photo-card {
    height: 100%;
  }

  .photo-scrim {
    padding: 6px;
  }

  .pill-badge {
    font-size: 0.64rem;
    padding: 1px 5px;
  }

  .photo-scrim h4 {
    font-size: 0.76rem;
  }

  .photo-scrim p {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding: 5px 10px;
    gap: 4px;
  }

  .trust-cell:nth-child(3) {
    display: none;
  }

  .trust-cell {
    font-size: 0.68rem;
  }
}
