:root {
  color-scheme: light;
  --bg: #f4f7fb;
  --bg-soft: #fbfdff;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --line: rgba(21, 44, 99, 0.12);
  --line-strong: rgba(21, 44, 99, 0.22);
  --text: #142757;
  --text-muted: #506487;
  --accent: #0e7bc6;
  --accent-deep: #132c64;
  --accent-soft: rgba(20, 184, 255, 0.12);
  --earth: #57d3ff;
  --earth-soft: rgba(87, 211, 255, 0.14);
  --shadow: 0 30px 80px rgba(18, 37, 84, 0.12);
  --shadow-soft: 0 16px 40px rgba(18, 37, 84, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 255, 0.18), transparent 34%),
    radial-gradient(circle at right 20%, rgba(19, 49, 109, 0.12), transparent 28%),
    linear-gradient(180deg, #fcfdff 0%, #f2f6fb 100%);
  color: var(--text);
  min-width: 320px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-aura,
.page-texture {
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}

.page-aura {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.34;
}

.page-aura-one {
  top: -6rem;
  left: -4rem;
  background: rgba(20, 184, 255, 0.32);
}

.page-aura-two {
  right: -8rem;
  top: 22rem;
  background: rgba(19, 49, 109, 0.18);
}

.page-texture {
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(14, 123, 198, 0.08) 0, rgba(14, 123, 198, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 72% 42%, rgba(87, 211, 255, 0.08) 0, rgba(87, 211, 255, 0.08) 1px, transparent 1px);
  background-size: 36px 36px, 44px 44px;
  opacity: 0.4;
}

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

.section {
  padding: 7.5rem 0;
}

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

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--accent-deep);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-tag::before,
.eyebrow::before {
  content: "";
  width: 1.75rem;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  letter-spacing: -0.05em;
  max-width: 9ch;
}

h1 span,
h2 span {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

h1 span {
  display: block;
  color: var(--accent-deep);
  font-style: italic;
}

h2 {
  font-size: clamp(2.4rem, 4.7vw, 4.2rem);
  letter-spacing: -0.04em;
  max-width: 12ch;
}

h3 {
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
}

.section-intro,
.hero-lead {
  max-width: 62ch;
  color: var(--text-muted);
  font-size: 1.06rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1rem 0;
  transition:
    padding 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  padding: 0.7rem 0;
  background: rgba(252, 253, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(21, 44, 99, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

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

.brand-logo {
  width: clamp(10rem, 18vw, 14rem);
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(18, 37, 84, 0.08));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
}

.nav-cta {
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 44, 99, 0.14);
  box-shadow: var(--shadow-soft);
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 2.9rem;
  height: 2.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.26rem auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  min-height: 100svh;
  padding: 5rem 0 4rem;
  display: flex;
  align-items: center;
}

.hero-grid,
.two-column,
.impact-layout,
.mission-layout,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem;
  align-items: center;
}

.hero-copy {
  padding: 2rem 0;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  max-width: 21rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.6)),
    linear-gradient(135deg, rgba(20, 184, 255, 0.08), rgba(19, 49, 109, 0.04));
}

.hero-logo img {
  width: 100%;
  height: auto;
}

.hero-copy .hero-lead {
  margin-top: 1.4rem;
  font-size: 1.12rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.button-primary {
  color: white;
  background: linear-gradient(135deg, #12316d 0%, #0e7bc6 100%);
  box-shadow: 0 22px 44px rgba(18, 49, 109, 0.22);
}

.button-secondary {
  border-color: rgba(21, 44, 99, 0.14);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.button-full {
  width: 100%;
}

.hero-metrics,
.impact-stats,
.mission-points,
.partnership-grid,
.feature-list {
  display: grid;
  gap: 1rem;
}

.hero-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.glass-card,
.glass-panel,
.visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.56) 100%);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.glass-card {
  border-radius: var(--radius-md);
}

.glass-panel,
.visual-card {
  border-radius: var(--radius-xl);
}

.glass-panel::before,
.glass-card::before,
.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 54%);
  pointer-events: none;
}

.metric-card,
.feature-item,
.impact-stat,
.partnership-grid article,
.mission-points > div {
  padding: 1.25rem 1.35rem;
}

.metric-card strong,
.impact-stat strong {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

.metric-card span,
.impact-stat span,
.feature-item p,
.partnership-grid article p,
.mission-points p {
  color: var(--text-muted);
}

.hero-visual {
  position: relative;
}

.visual-card {
  min-height: 44rem;
  padding: 1.3rem;
}

.visual-badge {
  position: absolute;
  left: 1.3rem;
  top: 1.3rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #14b8ff;
  box-shadow: 0 0 0 7px rgba(20, 184, 255, 0.14);
}

.hero-art {
  width: 100%;
  height: 100%;
  min-height: 41rem;
}

.floating-note {
  position: absolute;
  z-index: 2;
  max-width: 15rem;
  padding: 1rem;
}

.floating-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.floating-note span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.note-top {
  right: 1.3rem;
  top: 2.2rem;
}

.note-bottom {
  left: 1.3rem;
  bottom: 1.3rem;
}

.hero-art .float-bubble {
  transform-origin: center;
  animation: floatBubble 9s ease-in-out infinite;
}

.hero-art .bubble-two {
  animation-delay: 1.2s;
}

.hero-art .bubble-three {
  animation-delay: 2.4s;
}

.hero-art .caps-cluster {
  transform-origin: 180px 240px;
  animation: driftCaps 8s ease-in-out infinite;
}

.hero-art .melt-group {
  transform-origin: center;
  animation: pulseMelt 7s ease-in-out infinite;
}

.product {
  transform-origin: center;
  animation: productLift 8s ease-in-out infinite;
}

.product-tray {
  animation-delay: 0.6s;
}

.product-organizer {
  animation-delay: 1.2s;
}

.about .two-column {
  align-items: start;
}

.feature-list {
  margin-top: 2rem;
}

.feature-item strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.about-visual {
  padding: 1.5rem;
}

.about-caption {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.product-card {
  padding: 1rem;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover,
.process-card:hover,
.contact-link:hover,
.partnership-grid article:hover,
.mission-points > div:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 70px rgba(18, 37, 84, 0.14);
}

.product-image {
  border-radius: calc(var(--radius-lg) - 6px);
  overflow: hidden;
  margin-bottom: 1rem;
}

.product-copy {
  padding: 0.4rem 0.25rem 0.25rem;
}

.product-chip {
  display: inline-flex;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.product-copy p {
  margin-top: 0.65rem;
  color: var(--text-muted);
}

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

.process-card {
  padding: 1.35rem;
}

.process-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(20, 184, 255, 0.18), rgba(255, 255, 255, 0.8));
  color: var(--accent-deep);
}

.process-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.process-card p {
  color: var(--text-muted);
}

.diagram-card {
  margin-top: 2rem;
  padding: 1.25rem;
}

.diagram-card text {
  text-anchor: middle;
  fill: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.impact-layout {
  gap: 2.2rem;
  align-items: stretch;
}

.impact-copy {
  display: flex;
  flex-direction: column;
}

.impact-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.impact-visual {
  padding: 1.5rem;
}

.impact-card-top {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.impact-card-top span {
  color: var(--text-muted);
}

.impact-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: end;
  margin-top: 1.8rem;
}

.impact-bars div {
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.4rem;
}

.impact-bars span {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.impact-bars strong {
  font-size: 1.15rem;
}

.impact-bars i {
  display: block;
  width: 100%;
  height: var(--bar-height);
  min-height: 5rem;
  border-radius: 1.3rem 1.3rem 0.6rem 0.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, #18b3ff 0%, #12316d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

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

.ring {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
}

.ring svg {
  width: 5rem;
  height: 5rem;
}

.ring circle {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
}

.ring circle:first-child {
  stroke: rgba(20, 184, 255, 0.14);
}

.ring circle:last-child {
  stroke: var(--accent);
  stroke-dasharray: 276;
  stroke-dashoffset: calc(276 - (276 * var(--progress, 70)) / 100);
}

.ring strong {
  display: block;
  font-size: 1.2rem;
}

.ring span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.mission-layout {
  gap: 2.5rem;
  align-items: stretch;
}

.mission-visual {
  min-height: 32rem;
  padding: 1.5rem;
  display: flex;
  align-items: end;
}

.mission-layer {
  position: absolute;
  border-radius: 2rem;
}

.mission-layer-back {
  inset: 4rem 2rem auto auto;
  width: 54%;
  height: 48%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.45), transparent 38%),
    linear-gradient(145deg, rgba(19, 49, 109, 0.96), rgba(11, 120, 196, 0.92));
  transform: rotate(7deg);
}

.mission-layer-front {
  inset: auto auto 2rem 1.8rem;
  width: 58%;
  height: 52%;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.4), transparent 24%),
    linear-gradient(155deg, rgba(87, 211, 255, 0.9), rgba(14, 123, 198, 0.9));
  transform: rotate(-10deg);
}

.mission-quote {
  position: relative;
  z-index: 1;
  max-width: 25rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 44, 99, 0.14);
}

.mission-quote span {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent-deep);
  text-transform: uppercase;
}

.mission-quote h3 {
  margin-bottom: 0.85rem;
  font-size: 2rem;
}

.mission-quote p,
.contact-copy .section-intro,
.contact-link span,
.form-note {
  color: var(--text-muted);
}

.mission-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.6rem;
}

.contact-layout {
  gap: 2rem;
  align-items: start;
}

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

.contact-link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem 1.3rem;
}

.contact-link strong {
  font-size: 1.05rem;
}

.partnership-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.1rem;
}

.contact-form-card {
  padding: 1.5rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.5rem;
}

.form-row label {
  font-size: 0.92rem;
  font-weight: 700;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(21, 44, 99, 0.14);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: rgba(14, 123, 198, 0.52);
  box-shadow: 0 0 0 4px rgba(20, 184, 255, 0.12);
}

.form-note {
  font-size: 0.92rem;
}

.form-note.is-success {
  color: var(--accent-deep);
}

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

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21, 44, 99, 0.12);
  color: var(--text-muted);
}

.footer-logo {
  width: clamp(12rem, 18vw, 16rem);
  height: auto;
  margin-bottom: 0.75rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@keyframes floatBubble {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(1.03);
  }
}

@keyframes driftCaps {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, -6px, 0);
  }
}

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

@keyframes productLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .two-column,
  .impact-layout,
  .mission-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-copy {
    padding-top: 0;
  }

  .visual-card {
    min-height: auto;
  }

  .hero-art {
    min-height: 34rem;
  }

  .impact-stats,
  .mission-points,
  .partnership-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.35rem);
    display: grid;
    gap: 0.25rem;
    padding: 0.8rem;
    border-radius: var(--radius-lg);
    background: rgba(251, 249, 243, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.8rem 0.9rem;
    border-radius: 1rem;
  }

  .site-nav a:hover {
    background: rgba(20, 184, 255, 0.08);
  }

  .nav-toggle {
    display: inline-block;
  }

  .hero-metrics,
  .product-grid,
  .impact-stats,
  .contact-links,
  .partnership-grid,
  .mission-points,
  .impact-rings,
  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-inner {
    flex-direction: column;
    align-items: start;
  }
}

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

  h1 {
    font-size: clamp(3.2rem, 14vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .floating-note,
  .visual-badge {
    position: static;
    max-width: none;
    margin-bottom: 1rem;
  }

  .visual-card {
    padding: 1rem;
  }

  .hero-art {
    min-height: 24rem;
  }

  .impact-bars {
    grid-template-columns: 1fr;
  }

  .impact-bars div {
    height: auto;
    min-height: auto;
  }

  .impact-bars i {
    height: 7rem;
  }

  .diagram-card {
    overflow-x: auto;
  }

  .diagram-card svg {
    width: 62rem;
    max-width: none;
  }

  .brand-logo {
    width: 9.2rem;
  }

  .mission-visual {
    min-height: 24rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
