:root {
  --navy: #111f3a;
  --copy: #5f6b7f;
  --orange: #ef7d2c;
  --orange-soft: #f3b17f;
  --peach: #fff3ea;
  --cream: #fffaf6;
  --line: #f2c49e;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(19, 31, 54, .08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--navy);
  background:
    radial-gradient(circle at 52% 16%, rgba(255,255,255,.96) 0 26%, transparent 58%),
    linear-gradient(135deg, #fff 0%, var(--cream) 100%);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }
a { color: inherit; text-decoration: none; }

.page-shell {
  width: min(100%, 1680px);
  min-height: 100vh;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 68px) clamp(24px, 7.4vw, 126px) clamp(28px, 3vw, 50px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 5;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 74px;
}

.brand-mark {
  width: 104px;
  height: 74px;
  display: grid;
  place-items: center;
  position: relative;
}

.brand-arc {
  position: absolute;
  inset: 4px 10px 4px 8px;
  border: 1.7px solid transparent;
  border-top-color: var(--orange);
  border-left-color: var(--orange);
  border-radius: 50%;
  transform: rotate(-35deg);
}

.brand-arc::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1.4px solid transparent;
  border-top-color: var(--navy);
  border-right-color: var(--navy);
  border-radius: 50%;
  opacity: .75;
}

.brand-letters {
  position: relative;
  font-size: 39px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -3px;
  z-index: 1;
}

.brand-letters span {
  color: var(--orange);
  font-size: .72em;
  position: relative;
  top: -14px;
  left: 3px;
  letter-spacing: 0;
}

.brand-divider {
  width: 1px;
  height: 45px;
  background: rgba(17,31,58,.2);
}

.brand-number {
  font-size: 37px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 17px 25px;
  border-radius: 999px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 36px rgba(20,30,50,.07);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(14px);
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(239,125,44,.36);
  animation: pulse 2.5s ease-out infinite;
}

.hero {
  flex: 1;
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(500px, .88fr) minmax(530px, 1.12fr);
  gap: clamp(30px, 5vw, 90px);
  align-items: center;
  padding-block: clamp(35px, 5.3vh, 68px) clamp(28px, 3vh, 42px);
}

.hero-copy {
  position: relative;
  z-index: 4;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
  opacity: 0;
  transform: translateY(8px);
  animation: reveal .65s .05s forwards;
}

h1 {
  margin: 0;
  max-width: 660px;
  font-size: clamp(58px, 5.25vw, 86px);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 800;
  opacity: 0;
  transform: translateY(12px);
  animation: reveal .7s .12s forwards;
}

h1 span { color: var(--orange); }

.lead {
  margin: 25px 0 13px;
  font-size: clamp(21px, 1.55vw, 28px);
  line-height: 1.35;
  letter-spacing: -.02em;
  font-weight: 600;
  opacity: 0;
  transform: translateY(12px);
  animation: reveal .7s .2s forwards;
}

.lead strong { color: var(--orange); font-weight: 700; }

.intro {
  margin: 0;
  color: var(--copy);
  font-size: clamp(16px, 1.13vw, 20px);
  line-height: 1.55;
  font-weight: 500;
  opacity: 0;
  transform: translateY(12px);
  animation: reveal .7s .27s forwards;
}

.progress-card {
  width: min(100%, 596px);
  margin-top: clamp(27px, 3.5vh, 42px);
  padding: 20px 24px 20px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 15px;
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(16px);
  animation: reveal .75s .36s forwards;
}

.progress-icon,
.value-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8f2, #fbe9dc);
}

.progress-icon { width: 66px; height: 66px; }
.progress-icon svg { width: 39px; height: 39px; }
.progress-icon path,
.value-icon path,
.value-icon circle {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.progress-content { flex: 1; min-width: 0; }
.progress-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
.progress-label-row strong { font-weight: 800; }
.progress-track {
  height: 7px;
  border-radius: 999px;
  background: #f0e7e0;
  overflow: hidden;
}
.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ef7d2c, #f29a5b);
  box-shadow: 0 0 15px rgba(239,125,44,.24);
  transition: width 1.15s cubic-bezier(.2,.75,.2,1);
}
.progress-content p {
  margin: 11px 0 0;
  color: #7b8495;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.hero-art {
  min-width: 0;
  align-self: stretch;
  display: grid;
  place-items: center;
  position: relative;
  opacity: 0;
  transform: translateX(18px);
  animation: revealX .9s .22s forwards;
}

.care-illustration {
  width: min(100%, 770px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 26px 45px rgba(232,154,97,.04));
  animation: float 7s ease-in-out infinite;
}

.main-stroke {
  fill: none;
  stroke: #efb98e;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.heart-line { stroke-width: 2.5; }
.hand-line { stroke-width: 2.15; }
.leaf-stroke {
  fill: none;
  stroke: #f3cbaa;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .78;
}

.art-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.art-orb-one {
  width: 55px;
  height: 55px;
  left: 8%;
  top: 43%;
  background: rgba(250,229,214,.8);
}
.art-orb-two {
  width: 28px;
  height: 28px;
  left: 23%;
  top: 15%;
  border: 2px solid rgba(242,187,143,.6);
  animation: orbit 6s ease-in-out infinite;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 6px;
  position: relative;
  z-index: 4;
}

.value-item {
  min-width: 0;
  padding: 0 clamp(24px, 2.6vw, 42px);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.value-item:first-child { padding-left: 0; }
.value-item:last-child { padding-right: 0; }
.value-item + .value-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13%;
  width: 1px;
  height: 74%;
  background: rgba(17,31,58,.15);
}
.value-icon { width: 68px; height: 68px; }
.value-icon svg { width: 41px; height: 41px; }
.value-item h2 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}
.value-item p {
  margin: 0;
  color: var(--copy);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}
.value-icon-text { position: relative; }
.value-icon-text span {
  color: var(--orange);
  font-size: 15px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.value-icon-text svg {
  position: absolute;
  inset: 10px;
  width: 48px;
  height: 48px;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(239,125,44,.38); }
  70%, 100% { box-shadow: 0 0 0 12px rgba(239,125,44,0); }
}
@keyframes reveal {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes revealX {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes orbit {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -8px); }
}

@media (max-width: 1180px) {
  .page-shell { padding-inline: clamp(24px, 5vw, 60px); }
  .hero { grid-template-columns: .95fr 1.05fr; gap: 25px; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .value-item:nth-child(3)::before { display: none; }
  .value-item:nth-child(3) { padding-left: 0; }
}

@media (max-width: 900px) {
  .page-shell { overflow: visible; }
  .hero {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 52px;
  }
  .hero-copy { text-align: center; }
  h1 { margin-inline: auto; }
  .progress-card { margin-inline: auto; text-align: left; }
  .hero-art { min-height: 430px; order: 2; }
  .care-illustration { width: min(100%, 650px); }
  .desktop-only { display: none; }
}

@media (max-width: 640px) {
  .page-shell { padding: 22px 20px 32px; }
  .brand { gap: 12px; min-height: 58px; }
  .brand-mark { width: 74px; height: 56px; }
  .brand-letters { font-size: 30px; }
  .brand-divider { height: 34px; }
  .brand-number { font-size: 28px; }
  .status-pill { padding: 13px 15px; gap: 9px; font-size: 10px; }
  .status-dot { width: 9px; height: 9px; }
  .hero { min-height: auto; padding-top: 38px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: clamp(45px, 14vw, 64px); }
  .lead { margin-top: 22px; font-size: 19px; }
  .intro { font-size: 15px; }
  .progress-card { padding: 16px; gap: 13px; }
  .progress-icon { width: 54px; height: 54px; }
  .progress-label-row { align-items: flex-start; font-size: 13px; gap: 10px; }
  .progress-content p { font-size: 11.5px; }
  .hero-art { min-height: 330px; margin-top: -5px; }
  .values { grid-template-columns: 1fr; gap: 20px; }
  .value-item, .value-item:nth-child(3) { padding: 0; }
  .value-item + .value-item::before { display: none; }
  .value-item { padding-bottom: 20px; border-bottom: 1px solid rgba(17,31,58,.1); }
  .value-item:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
