@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap");

:root {
  --background: 210 32% 95%;
  --foreground: 215 42% 18%;
  --border: 210 20% 82%;
  --input: 210 20% 82%;
  --ring: 198 84% 62%;
  --card: 210 38% 99%;
  --card-foreground: 215 42% 18%;
  --card-border: 210 24% 86%;
  --popover: 210 38% 99%;
  --popover-foreground: 215 42% 18%;
  --popover-border: 210 24% 86%;
  --primary: 205 65% 27%;
  --primary-foreground: 210 40% 98%;
  --secondary: 204 44% 90%;
  --secondary-foreground: 215 42% 18%;
  --muted: 210 30% 92%;
  --muted-foreground: 213 18% 42%;
  --accent: 198 84% 62%;
  --accent-foreground: 215 42% 12%;
  --destructive: 4 70% 48%;
  --destructive-foreground: 42 43% 97%;
  --chart-1: 198 84% 48%;
  --chart-2: 205 65% 27%;
  --chart-3: 192 70% 70%;
  --chart-4: 213 52% 55%;
  --chart-5: 204 44% 78%;
  --sidebar: 205 65% 27%;
  --sidebar-foreground: 210 40% 98%;
  --sidebar-border: 205 45% 35%;
  --sidebar-primary: 198 84% 48%;
  --sidebar-primary-foreground: 210 40% 98%;
  --sidebar-accent: 205 45% 35%;
  --sidebar-accent-foreground: 210 40% 98%;
  --sidebar-ring: 198 84% 48%;
  --app-font-sans: "DM Sans", sans-serif;
  --app-font-serif: "Fraunces", Georgia, serif;
  --app-font-mono: "DM Mono", monospace;
  --radius: 1.15rem;
  --shadow-sm: 0 8px 18px rgba(23, 70, 104, 0.08);
  --shadow-lg: 0 22px 60px rgba(23, 70, 104, 0.12);
  --primary-border: hsl(var(--primary));
  --secondary-border: hsl(var(--secondary));
  --muted-border: hsl(var(--muted));
  --accent-border: hsl(var(--accent));
  --destructive-border: hsl(var(--destructive));
}

.dark {
  --background: 215 42% 12%;
  --foreground: 210 40% 96%;
  --border: 213 28% 27%;
  --input: 213 28% 27%;
  --card: 214 36% 16%;
  --card-foreground: 210 40% 96%;
  --popover: 214 36% 16%;
  --popover-foreground: 210 40% 96%;
  --primary: 198 70% 72%;
  --primary-foreground: 215 42% 18%;
  --secondary: 213 28% 24%;
  --secondary-foreground: 210 40% 96%;
  --muted: 213 28% 24%;
  --muted-foreground: 210 22% 72%;
  --accent: 198 84% 62%;
  --accent-foreground: 215 42% 12%;
  --ring: 198 84% 62%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border-color: hsl(var(--border));
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--app-font-sans);
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  -webkit-font-smoothing: antialiased;
  margin: 0;
  min-width: 320px;
}
button,
a,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.display-face {
  font-family: var(--app-font-serif);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.mono-label {
  font-family: var(--app-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.68rem;
}

.limeridge-page {
  overflow: clip;
  background: hsl(var(--background));
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.site-header {
  position: fixed;
  z-index: 40;
  top: 14px;
  left: 0;
  right: 0;
  transition: transform 0.35s ease;
}
.nav-bar {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 18px;
  border: 1px solid hsl(var(--border));
  border-radius: 999px;
  background: rgba(247, 250, 253, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: hsl(var(--foreground));
}
.brand-logo {
  display: block;
  width: 156px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}
.brand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-family: var(--app-font-serif);
  font-size: 1.12rem;
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 3px;
  top: 3px;
  background: hsl(var(--accent));
}
.brand-name {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}
.brand-sub {
  display: block;
  font-family: var(--app-font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
  margin-top: 1px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 24px;
}
.nav-link {
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-link:hover {
  color: hsl(var(--foreground));
}
.nav-cta,
.button-primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 19px;
  font-weight: 700;
  font-size: 0.77rem;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-2px);
  background: hsl(205 65% 22%);
  box-shadow: 0 8px 18px rgba(22, 72, 110, 0.18);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: hsl(var(--foreground));
  padding: 8px;
  cursor: pointer;
}
.mobile-nav {
  display: none;
}

.hero {
  padding-top: 146px;
  padding-bottom: 82px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(420px, 1.09fr);
  gap: 52px;
  align-items: center;
}
.eyebrow {
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 500;
}
.hero h1 {
  max-width: 680px;
  font-size: clamp(3.5rem, 6.8vw, 6.5rem);
  line-height: 0.91;
  margin: 22px 0 25px;
}
.hero h1 em {
  color: hsl(var(--accent));
  font-style: normal;
}
.hero-copy {
  font-size: 1.06rem;
  line-height: 1.65;
  max-width: 490px;
  color: hsl(var(--muted-foreground));
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 32px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--foreground));
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid hsl(var(--foreground));
  padding-bottom: 3px;
  transition: gap 0.2s ease;
}
.text-link:hover {
  gap: 13px;
}
.button-primary.large {
  padding: 15px 22px;
  font-size: 0.82rem;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 64px;
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
}
.note-dot {
  width: 8px;
  height: 8px;
  background: hsl(var(--accent));
  border-radius: 50%;
  box-shadow: 0 0 0 5px hsl(198 84% 48% / 0.14);
}

.care-visual {
  min-height: 540px;
  position: relative;
  border-radius: 38px;
  overflow: hidden;
  background: #dcecf4;
}
.care-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(0.96);
}
.care-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 30% 10%,
      rgba(255, 255, 255, 0.78),
      transparent 36%
    ),
    linear-gradient(140deg, rgba(236, 247, 252, 0.64), transparent 60%);
}
.visual-ridge {
  position: absolute;
  bottom: -2%;
  left: -10%;
  width: 120%;
  height: 58%;
  background: #acd0dc;
  clip-path: polygon(
    0 73%,
    11% 59%,
    22% 66%,
    33% 42%,
    43% 60%,
    55% 29%,
    64% 48%,
    78% 19%,
    88% 39%,
    100% 24%,
    100% 100%,
    0 100%
  );
  opacity: 0.72;
}
.visual-ridge.two {
  height: 41%;
  background: #6aa7bd;
  opacity: 0.58;
  bottom: -4%;
  clip-path: polygon(
    0 76%,
    15% 52%,
    29% 70%,
    42% 47%,
    53% 61%,
    66% 35%,
    80% 56%,
    100% 32%,
    100% 100%,
    0 100%
  );
}
.visual-sun {
  position: absolute;
  top: 82px;
  right: 78px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #74c4e8;
  opacity: 0.92;
}
.visual-card {
  position: absolute;
  left: 28px;
  top: 29px;
  padding: 15px 17px;
  border-radius: 15px;
  background: rgba(246, 251, 253, 0.96);
  box-shadow: 0 12px 30px rgba(30, 89, 121, 0.14);
  min-width: 145px;
}
.visual-card .mono-label {
  color: hsl(var(--muted-foreground));
  font-size: 0.57rem;
}
.visual-card strong {
  display: block;
  margin-top: 8px;
  color: hsl(var(--accent));
  font-family: var(--app-font-serif);
  font-size: 1.42rem;
}
.visual-route {
  position: absolute;
  left: 17%;
  top: 28%;
  width: 60%;
  height: 37%;
  border: 1px dashed rgba(26, 80, 111, 0.55);
  border-radius: 50%;
  transform: rotate(-19deg);
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.route-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #e6f4fa;
  background: hsl(var(--accent));
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(26, 80, 111, 0.18);
}
.route-pin.one {
  left: 15%;
  top: 53%;
}
.route-pin.two {
  right: 23%;
  top: 31%;
  background: hsl(var(--primary));
}
.visual-caption {
  position: absolute;
  bottom: 25px;
  left: 27px;
  right: 27px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #1c5571;
}
.visual-caption strong {
  font-family: var(--app-font-serif);
  font-size: 1.65rem;
  line-height: 1;
}
.visual-caption span {
  font-size: 0.71rem;
  max-width: 130px;
  line-height: 1.35;
  text-align: right;
}

.proof-strip {
  border-top: 1px solid hsl(var(--border));
  border-bottom: 1px solid hsl(var(--border));
  padding: 26px 0;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  align-items: center;
  gap: 25px;
}
.proof-intro {
  font-family: var(--app-font-serif);
  font-size: 1.23rem;
  line-height: 1.08;
  max-width: 190px;
}
.proof-stat {
  border-left: 1px solid hsl(var(--border));
  padding-left: 25px;
}
.proof-stat strong {
  display: block;
  color: hsl(var(--accent));
  font-family: var(--app-font-serif);
  font-size: 2.2rem;
  letter-spacing: -0.04em;
}
.proof-stat span {
  display: block;
  color: hsl(var(--muted-foreground));
  font-size: 0.72rem;
  line-height: 1.35;
  max-width: 130px;
  margin-top: 2px;
}

.section {
  padding: 124px 0;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  color: hsl(var(--accent));
}
.section-kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: hsl(var(--accent));
}
.section-title {
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: 0.96;
  margin: 20px 0;
  max-width: 720px;
}
.section-intro {
  color: hsl(var(--muted-foreground));
  max-width: 460px;
  line-height: 1.65;
  font-size: 0.96rem;
}
.pathway-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.pathway-list {
  margin-top: 46px;
  display: grid;
  gap: 0;
}
.pathway-item {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid hsl(var(--border));
}
.pathway-item:last-child {
  border-bottom: 1px solid hsl(var(--border));
}
.pathway-number {
  font-family: var(--app-font-mono);
  color: hsl(var(--accent));
  font-size: 0.68rem;
}
.pathway-item strong {
  font-family: var(--app-font-serif);
  font-size: 1.23rem;
  font-weight: 600;
}
.pathway-item p {
  color: hsl(var(--muted-foreground));
  font-size: 0.76rem;
  margin: 4px 0 0;
}
.pathway-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: hsl(var(--primary));
  background: hsl(var(--secondary));
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.pathway-item:hover .pathway-arrow {
  transform: translateX(4px);
  background: hsl(var(--accent));
  color: hsl(var(--accent-foreground));
}
.pathway-art {
  min-height: 540px;
  background: hsl(var(--primary));
  border-radius: 32px;
  color: hsl(var(--primary-foreground));
  position: relative;
  overflow: hidden;
  padding: 33px;
}
.pathway-art .section-photo,
.pathway-art .photo-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pathway-art .section-photo {
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
  filter: saturate(0.78);
}
.pathway-art .photo-overlay {
  background: linear-gradient(
    145deg,
    rgba(9, 48, 76, 0.88),
    rgba(9, 48, 76, 0.32) 68%,
    rgba(9, 48, 76, 0.78)
  );
  z-index: 0;
}
.pathway-art::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -100px;
  top: -80px;
  border: 1px solid rgba(127, 203, 233, 0.48);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(127, 203, 233, 0.09),
    0 0 0 84px rgba(127, 203, 233, 0.05);
}
.art-label {
  color: #8ed3f4;
}
.pathway-art h3 {
  position: relative;
  z-index: 1;
  font-family: var(--app-font-serif);
  font-size: 2.8rem;
  line-height: 0.97;
  max-width: 300px;
  font-weight: 500;
  margin: 15px 0 0;
}
.orbit {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 270px;
  height: 270px;
  border: 1px solid rgba(250, 245, 231, 0.4);
  border-radius: 50%;
}
.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.orbit::before {
  inset: 37px;
  border: 1px solid rgba(250, 245, 231, 0.32);
}
.orbit::after {
  inset: 91px;
  background: #8ed3f4;
  box-shadow: 0 0 0 15px rgba(142, 211, 244, 0.15);
}
.orbit-dot {
  position: absolute;
  width: 13px;
  height: 13px;
  background: #7ec2e0;
  border-radius: 50%;
}
.orbit-dot.a {
  top: 26px;
  left: 56px;
}
.orbit-dot.b {
  bottom: 34px;
  right: 28px;
  background: #8ac6d8;
}
.art-foot {
  position: absolute;
  bottom: 31px;
  left: 33px;
  right: 33px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid rgba(240, 249, 255, 0.28);
  padding-top: 15px;
  font-size: 0.73rem;
  color: rgba(240, 249, 255, 0.74);
}
.art-foot strong {
  font-family: var(--app-font-serif);
  color: #eff9ff;
  font-size: 1.1rem;
}

.routine-section {
  background: hsl(var(--secondary));
}
.routine-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 92px;
  align-items: center;
}
.routine-title {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.94;
  margin: 20px 0;
}
.routine-copy {
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  max-width: 430px;
}
.timeline {
  position: relative;
  padding-left: 32px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background: hsl(var(--primary) / 0.28);
}
.timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 25px;
  padding: 15px 0 31px;
}
.timeline-row::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 19px;
  width: 11px;
  height: 11px;
  border: 3px solid hsl(var(--secondary));
  background: hsl(var(--accent));
  border-radius: 50%;
}
.timeline-time {
  font-family: var(--app-font-mono);
  color: hsl(var(--accent));
  font-size: 0.7rem;
  padding-top: 4px;
}
.timeline-row h3 {
  font-family: var(--app-font-serif);
  font-size: 1.45rem;
  margin: 0 0 6px;
}
.timeline-row p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  line-height: 1.5;
  max-width: 350px;
}

.mission {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  position: relative;
  overflow: hidden;
}
.mission::before {
  content: "L";
  position: absolute;
  right: 4%;
  top: -24%;
  font-family: var(--app-font-serif);
  font-size: 32rem;
  line-height: 1;
  color: rgba(240, 249, 255, 0.05);
}
.mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: end;
}
.mission .section-kicker {
  color: #8ed3f4;
}
.mission .section-kicker::before {
  background: #8ed3f4;
}
.mission h2 {
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.91;
  max-width: 600px;
  margin: 22px 0 0;
}
.mission-statement {
  font-family: var(--app-font-serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  margin: 0;
  max-width: 510px;
}
.mission-detail {
  color: rgba(250, 245, 231, 0.68);
  line-height: 1.6;
  font-size: 0.86rem;
  max-width: 400px;
  margin-top: 28px;
}
.signature {
  margin-top: 37px;
  font-family: var(--app-font-mono);
  color: #8ed3f4;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.audience-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.audience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}
.audience-tab {
  border: 1px solid hsl(var(--border));
  background: transparent;
  color: hsl(var(--muted-foreground));
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.74rem;
  transition: all 0.2s ease;
}
.audience-tab:hover,
.audience-tab.active {
  border-color: hsl(var(--primary));
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.audience-panel {
  min-height: 350px;
  border: 1px solid hsl(var(--border));
  border-radius: 28px;
  padding: 37px;
  background: hsl(var(--card));
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 25px;
  align-items: center;
}
.audience-panel h3 {
  font-family: var(--app-font-serif);
  font-size: 2.3rem;
  line-height: 0.98;
  margin: 16px 0;
}
.audience-panel p {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
  font-size: 0.82rem;
  max-width: 330px;
}
.audience-panel .text-link {
  color: hsl(var(--accent));
  border-color: hsl(var(--accent));
  margin-top: 14px;
}
.audience-visual {
  min-height: 220px;
  border-radius: 18px;
  background: #dcecf4;
  position: relative;
  overflow: hidden;
}
.audience-visual img,
.story-graphic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audience-visual img {
  object-position: 68% center;
  filter: saturate(0.78) brightness(0.92);
}
.audience-visual::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #7fc7e8;
  top: 32px;
  left: 42px;
}
.audience-visual::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 80px;
  border-radius: 100% 0 0;
  background: #2f76a2;
  right: -12px;
  bottom: -10px;
  transform: rotate(-28deg);
}
.visual-line {
  position: absolute;
  z-index: 2;
  left: 27px;
  top: 28px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(24, 81, 117, 0.55);
  border-radius: 50%;
}
.visual-word {
  position: absolute;
  z-index: 3;
  bottom: 19px;
  left: 20px;
  font-family: var(--app-font-mono);
  text-transform: uppercase;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  color: hsl(var(--primary));
}

.story-section {
  padding-top: 80px;
}
.story-card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  background: #c7e7f2;
  min-height: 370px;
  border-radius: 31px;
  overflow: hidden;
}
.story-quote {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quote-mark {
  color: hsl(var(--primary));
  font-family: var(--app-font-serif);
  font-size: 5rem;
  line-height: 0.5;
}
.story-quote blockquote {
  font-family: var(--app-font-serif);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.02;
  margin: 15px 0;
  max-width: 390px;
}
.story-quote cite {
  font-style: normal;
  font-family: var(--app-font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(24, 74, 103, 0.72);
}
.story-graphic {
  position: relative;
  background: #a8d1e1;
  overflow: hidden;
}
.story-graphic img {
  object-position: center;
  filter: saturate(0.7) brightness(0.88);
}
.story-graphic::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 120%;
  background: #7ac7e7;
  border-radius: 50%;
  left: 22%;
  top: 14%;
  transform: rotate(22deg);
}
.story-graphic::after {
  content: "";
  position: absolute;
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: #5e9fc7;
  right: 12%;
  top: 24%;
  box-shadow: 0 0 0 15px rgba(94, 159, 199, 0.2);
}
.story-badge {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 44px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(24, 81, 117, 0.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--app-font-mono);
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 1.2;
  color: hsl(var(--primary));
}

.faq {
  padding-top: 87px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
  align-items: start;
}
.faq-list {
  border-top: 1px solid hsl(var(--border));
}
.faq-item {
  border-bottom: 1px solid hsl(var(--border));
}
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: hsl(var(--foreground));
  text-align: left;
  cursor: pointer;
  font-family: var(--app-font-serif);
  font-size: 1.15rem;
}
.faq-question svg {
  color: hsl(var(--accent));
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}
.faq-item.open .faq-question svg {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 120px;
}
.faq-answer p {
  margin: -3px 0 22px;
  padding-right: 45px;
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  line-height: 1.6;
}

.closing {
  padding: 110px 0 34px;
}
.closing-card {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  border-radius: 31px;
  padding: 72px 75px 62px;
  position: relative;
  overflow: hidden;
}
.closing-card::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(127, 203, 233, 0.3);
  border-radius: 50%;
  right: -70px;
  top: -145px;
  box-shadow:
    0 0 0 34px rgba(127, 203, 233, 0.08),
    0 0 0 70px rgba(127, 203, 233, 0.05);
}
.closing-card h2 {
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: 0.9;
  max-width: 740px;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.closing-card p {
  color: rgba(250, 245, 231, 0.72);
  max-width: 390px;
  line-height: 1.6;
  font-size: 0.86rem;
  position: relative;
  z-index: 1;
}
.closing-card .button-primary {
  background: #8ed3f4;
  color: hsl(var(--primary));
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.closing-card .button-primary:hover {
  background: #b7e4f5;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 30px;
  color: hsl(var(--muted-foreground));
  font-size: 0.69rem;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-main {
  min-width: 190px;
}
.footer-main .brand {
  margin-bottom: 12px;
}
.footer-description {
  max-width: 230px;
  margin: 0;
  line-height: 1.55;
}
.footer-contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 18px;
  flex: 1;
  max-width: 680px;
}
.footer-contact-item {
  display: grid;
  gap: 5px;
  line-height: 1.45;
}
.footer-label {
  color: hsl(var(--primary));
  font-family: var(--app-font-mono);
  font-size: 0.61rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-contact a,
.footer-contact address {
  color: hsl(var(--muted-foreground));
  font-style: normal;
  text-decoration: none;
}
.footer-contact a:hover {
  color: hsl(var(--primary));
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding-top: 22px;
  border-top: 1px solid hsl(var(--border));
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links a {
  color: inherit;
  text-decoration: none;
}
.footer-links a:hover {
  color: hsl(var(--foreground));
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.08s;
}
.reveal-delay-2 {
  transition-delay: 0.16s;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(16, 45, 74, 0.46);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop[hidden] {
  display: none !important;
}
.contact-modal {
  width: min(540px, 100%);
  background: hsl(var(--card));
  color: hsl(var(--foreground));
  border-radius: 27px;
  padding: 33px;
  box-shadow: 0 28px 80px rgba(16, 45, 74, 0.28);
  position: relative;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  border: 0;
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.contact-modal h2 {
  font-family: var(--app-font-serif);
  font-size: 2.45rem;
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 12px 0 9px;
}
.contact-modal > p {
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  line-height: 1.5;
  max-width: 390px;
}
.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 25px;
}
.field-label {
  display: grid;
  gap: 6px;
  font-family: var(--app-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: hsl(var(--muted-foreground));
  font-size: 0.6rem;
}
.field-label input,
.field-label textarea,
.field-label select {
  width: 100%;
  border: 1px solid hsl(var(--border));
  border-radius: 10px;
  padding: 12px;
  background: hsl(var(--muted));
  color: hsl(var(--foreground));
  outline: none;
  font-family: var(--app-font-sans);
  font-size: 0.84rem;
}
.field-label input:focus,
.field-label textarea:focus,
.field-label select:focus {
  border-color: hsl(var(--accent));
  box-shadow: 0 0 0 3px hsl(var(--accent) / 0.16);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-form .button-primary {
  justify-self: start;
  margin-top: 5px;
}
.success-note {
  background: hsl(var(--secondary));
  border-radius: 15px;
  padding: 22px;
  margin-top: 24px;
  color: hsl(var(--primary));
}
.success-note strong {
  font-family: var(--app-font-serif);
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
.success-note p {
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .site-shell {
    width: min(100% - 34px, 720px);
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .mobile-nav {
    display: grid;
    position: absolute;
    top: 73px;
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid hsl(var(--border));
    border-radius: 22px;
    background: rgba(247, 250, 253, 0.97);
    box-shadow: var(--shadow-lg);
  }
  .mobile-nav a,
  .mobile-nav button {
    text-align: left;
    border: 0;
    background: transparent;
    padding: 14px;
    color: hsl(var(--foreground));
    text-decoration: none;
    font-size: 0.87rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
  }
  .mobile-nav a:hover,
  .mobile-nav button:hover {
    background: hsl(var(--secondary));
  }
  .hero-grid,
  .pathway-layout,
  .routine-grid,
  .mission-grid,
  .audience-layout,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .hero {
    padding-top: 120px;
  }
  .hero h1 {
    max-width: 580px;
  }
  .care-visual {
    min-height: 455px;
  }
  .pathway-art {
    min-height: 470px;
  }
  .proof-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .proof-stat:last-child {
    display: none;
  }
  .section {
    padding: 86px 0;
  }
  .mission-grid {
    gap: 55px;
  }
  .mission h2 {
    max-width: 700px;
  }
  .audience-panel {
    min-height: auto;
  }
  .faq-grid {
    gap: 38px;
  }
}
@media (max-width: 560px) {
  .site-shell {
    width: calc(100% - 32px);
  }
  .nav-bar {
    height: 58px;
    padding-left: 13px;
  }
  .brand-logo {
    width: 140px;
    max-height: 36px;
  }
  .brand-sub {
    display: none;
  }
  .hero {
    padding-top: 104px;
    padding-bottom: 60px;
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .hero-copy {
    font-size: 0.94rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-note {
    margin-top: 42px;
  }
  .care-visual {
    min-height: 390px;
    border-radius: 25px;
  }
  .visual-sun {
    right: 40px;
    top: 70px;
    width: 70px;
    height: 70px;
  }
  .proof-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .proof-intro {
    grid-column: 1 / -1;
    max-width: 230px;
  }
  .proof-stat {
    padding-left: 0;
    border-left: 0;
  }
  .proof-stat strong {
    font-size: 1.8rem;
  }
  .section {
    padding: 73px 0;
  }
  .section-title {
    font-size: 3rem;
  }
  .pathway-art {
    min-height: 410px;
    border-radius: 24px;
    padding: 25px;
  }
  .pathway-art h3 {
    font-size: 2.35rem;
  }
  .pathway-item {
    grid-template-columns: 25px 1fr auto;
    gap: 10px;
  }
  .pathway-item strong {
    font-size: 1.07rem;
  }
  .timeline {
    padding-left: 25px;
  }
  .timeline-row {
    grid-template-columns: 60px 1fr;
    gap: 13px;
  }
  .timeline-row::before {
    left: -24px;
  }
  .mission::before {
    font-size: 20rem;
    top: 15%;
  }
  .mission h2 {
    font-size: 3.45rem;
  }
  .audience-panel {
    grid-template-columns: 1fr;
    padding: 25px;
  }
  .audience-visual {
    min-height: 160px;
  }
  .story-card {
    grid-template-columns: 1fr;
  }
  .story-quote {
    min-height: 310px;
    padding: 30px;
  }
  .story-graphic {
    min-height: 250px;
  }
  .closing-card {
    padding: 44px 28px;
    border-radius: 24px;
  }
  .closing-card h2 {
    font-size: 3.5rem;
  }
  .site-footer {
    display: grid;
    gap: 14px;
  }
  .footer-main,
  .footer-contact,
  .footer-bottom {
    width: 100%;
    max-width: none;
  }
  .footer-contact {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-modal {
    padding: 27px 22px;
  }
  .contact-modal h2 {
    font-size: 2.1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Shared inner-page layouts */
.mobile-nav[hidden],
.modal-backdrop[hidden],
.contact-content[hidden],
.success-note[hidden] {
  display: none !important;
}

.inner-page {
  min-height: 100vh;
}
.inner-hero {
  padding-top: 150px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.inner-hero-copy h1 {
  max-width: 650px;
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  line-height: 0.92;
  margin: 22px 0;
}
.inner-hero-copy p {
  color: hsl(var(--muted-foreground));
  max-width: 480px;
  line-height: 1.65;
  font-size: 1.04rem;
  margin-bottom: 30px;
}
.inner-hero-image {
  position: relative;
  min-height: 490px;
  border-radius: 34px;
  overflow: hidden;
  background: hsl(var(--secondary));
}
.inner-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 490px;
  display: block;
  object-fit: cover;
  filter: saturate(0.82);
}
.image-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0, 30, 55, 0.45);
}
.inner-section {
  padding: 106px 0;
}
.section-heading {
  max-width: 700px;
  margin-bottom: 58px;
}
.section-heading .section-title {
  margin-bottom: 24px;
}
.feature-grid,
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  border-top: 1px solid hsl(var(--border));
  padding: 24px 22px 28px 0;
}
.feature-number,
.step-time {
  font-family: var(--app-font-mono);
  color: hsl(var(--accent));
  font-size: 0.72rem;
}
.feature-card h3,
.step-row h3,
.partner-card h3,
.career-copy h3 {
  font-family: var(--app-font-serif);
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1;
  margin: 18px 0 12px;
}
.feature-card p,
.step-row p,
.partner-card p,
.career-copy p {
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  font-size: 0.86rem;
  margin: 0;
}
.image-band {
  position: relative;
  min-height: 430px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 110px;
  display: flex;
  align-items: end;
  padding: 42px;
  color: #fff;
}
.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}
.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(7, 40, 66, 0.88));
}
.image-band > div {
  position: relative;
  z-index: 1;
  max-width: 550px;
}
.image-band h2 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 0.94;
  margin: 16px 0 0;
}
.steps-list {
  max-width: 820px;
  border-top: 1px solid hsl(var(--border));
}
.step-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  padding: 29px 0 35px;
  border-bottom: 1px solid hsl(var(--border));
}
.step-row h3 {
  font-size: 2rem;
  margin-top: 0;
}
.quote-band {
  background: hsl(var(--secondary));
  padding: 105px 0;
}
.quote-band .mission-statement {
  max-width: 760px;
}
.partner-card {
  overflow: hidden;
  border-radius: 22px;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  box-shadow: var(--shadow-sm);
}
.partner-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  filter: saturate(0.8);
}
.partner-card > div {
  padding: 25px;
}
.partner-card h3 {
  font-size: 1.85rem;
}
.newsroom .section-heading {
  margin-bottom: 60px;
}
.news-list {
  border-top: 1px solid hsl(var(--border));
}
.news-feature {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 55px;
  padding: 30px 0 55px;
  align-items: center;
}
.news-feature img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 22px;
  filter: saturate(0.8);
}
.news-feature h2 {
  max-width: 600px;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.95;
  margin: 18px 0;
}
.news-feature p {
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 25px;
}
.news-row {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 40px;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid hsl(var(--border));
}
.news-row h3 {
  font-family: var(--app-font-serif);
  font-size: 1.65rem;
  line-height: 1.05;
  margin: 10px 0 0;
}
.news-row > span {
  color: hsl(var(--muted-foreground));
  font-size: 0.82rem;
  line-height: 1.5;
}
.careers-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.value-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 32px;
  border-top: 1px solid hsl(var(--border));
}
.value-list li {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid hsl(var(--border));
}
.value-list strong {
  font-family: var(--app-font-serif);
  font-size: 1.2rem;
}
.value-list span {
  color: hsl(var(--muted-foreground));
  font-size: 0.8rem;
  line-height: 1.45;
}
.career-image {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
}
.career-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: saturate(0.8);
}
.career-image .image-caption {
  color: #fff;
}

@media (max-width: 900px) {
  .inner-hero,
  .careers-layout,
  .news-feature {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .inner-hero {
    padding-top: 120px;
  }
  .inner-hero-image,
  .inner-hero-image img {
    min-height: 390px;
  }
  .feature-grid,
  .partner-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card:last-child,
  .partner-card:last-child {
    grid-column: 1 / -1;
  }
  .news-feature img {
    height: 340px;
  }
  .career-image,
  .career-image img {
    min-height: 420px;
  }
}
@media (max-width: 560px) {
  .inner-hero {
    padding-top: 104px;
    padding-bottom: 65px;
  }
  .inner-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }
  .inner-section {
    padding: 73px 0;
  }
  .feature-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }
  .feature-card:last-child,
  .partner-card:last-child {
    grid-column: auto;
  }
  .image-band {
    min-height: 380px;
    margin-bottom: 70px;
    padding: 28px;
    border-radius: 24px;
  }
  .step-row {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  .step-row h3 {
    font-size: 1.55rem;
  }
  .news-feature h2 {
    font-size: 3rem;
  }
  .news-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .value-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/* Expanded content sections */
.nav-home {
  color: hsl(var(--accent));
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid hsl(var(--accent));
  border-radius: 999px;
  padding: 8px 13px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.nav-home:hover {
  color: hsl(var(--accent-foreground));
  background: hsl(var(--accent));
}
.mobile-home {
  color: hsl(var(--accent)) !important;
  border-bottom: 1px solid hsl(var(--border)) !important;
}
.help-section {
  padding-top: 100px;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.help-card {
  min-height: 310px;
  border-radius: 24px;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  padding: 27px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.help-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: hsl(var(--secondary));
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.7rem;
}
.help-card h3 {
  font-family: var(--app-font-serif);
  font-size: 1.75rem;
  line-height: 1;
  margin: 30px 0 12px;
}
.help-card p {
  color: hsl(var(--muted-foreground));
  font-size: 0.83rem;
  line-height: 1.6;
  margin: 0 0 22px;
}
.help-card .text-link {
  margin-top: auto;
  color: hsl(var(--accent));
  border-color: hsl(var(--accent));
}
.extended-story {
  padding-top: 30px;
  padding-bottom: 110px;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 70px;
  border-top: 1px solid hsl(var(--border));
}
.principle {
  padding: 25px 0 29px;
  border-bottom: 1px solid hsl(var(--border));
}
.principle > span,
.partner-point > span {
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.7rem;
}
.principle h3,
.partner-point h3,
.day-card h3,
.expect-row h3,
.process-grid h3 {
  font-family: var(--app-font-serif);
  font-size: 1.65rem;
  line-height: 1;
  margin: 16px 0 9px;
}
.principle p,
.partner-point p,
.day-card p,
.expect-row p,
.process-grid p {
  color: hsl(var(--muted-foreground));
  font-size: 0.84rem;
  line-height: 1.6;
  margin: 0;
}
.split-copy {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: end;
}
.split-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.94;
  margin: 18px 0 0;
}
.split-copy > p {
  color: hsl(var(--muted-foreground));
  line-height: 1.65;
  margin: 0;
}
.partner-dark {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
.partner-dark .eyebrow {
  color: #8ed3f4;
}
.partner-dark .split-copy > p {
  color: rgba(250, 245, 231, 0.72);
}
.rhythm-section {
  background: hsl(var(--secondary));
}
.day-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.day-card {
  min-height: 245px;
  padding: 25px;
  border-radius: 20px;
  background: rgba(222, 236, 244, 0.9);
  border: 1px solid rgba(23, 70, 104, 0.12);
}
.day-time {
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.7rem;
}
.expect-grid {
  max-width: 850px;
  border-top: 1px solid hsl(var(--border));
}
.expect-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 25px;
  padding: 25px 0 30px;
  border-bottom: 1px solid hsl(var(--border));
}
.expect-row > strong {
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.72rem;
}
.partner-points {
  max-width: 880px;
  border-top: 1px solid hsl(var(--border));
}
.partner-point {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  padding: 27px 0 34px;
  border-bottom: 1px solid hsl(var(--border));
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.topic-card {
  min-height: 260px;
  padding: 25px;
  border-radius: 23px;
  background: hsl(var(--secondary));
  color: hsl(var(--foreground));
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.topic-card:hover {
  transform: translateY(-4px);
  background: hsl(var(--accent) / 0.2);
}
.topic-card h3 {
  font-family: var(--app-font-serif);
  font-size: 1.85rem;
  line-height: 0.98;
  margin: 26px 0 15px;
}
.topic-card > span:last-child {
  margin-top: auto;
  font-size: 0.75rem;
  color: hsl(var(--muted-foreground));
}
.press-section {
  padding-top: 0;
}
.press-card {
  border-radius: 28px;
  background: hsl(var(--secondary));
  padding: 55px;
  max-width: 780px;
}
.press-card h2 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.94;
  margin: 18px 0;
}
.press-card p {
  color: hsl(var(--muted-foreground));
  max-width: 540px;
  line-height: 1.65;
  margin-bottom: 25px;
}
.jobs-list {
  border-top: 1px solid hsl(var(--border));
}
.job-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid hsl(var(--border));
}
.job-row h3 {
  font-family: var(--app-font-serif);
  font-size: 1.8rem;
  margin: 10px 0 5px;
}
.job-row p {
  color: hsl(var(--muted-foreground));
  margin: 0;
  font-size: 0.82rem;
}
.job-row .text-link {
  color: hsl(var(--accent));
  border-color: hsl(var(--accent));
  flex: 0 0 auto;
  background: transparent;
}
.hiring-section {
  padding-top: 10px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid hsl(var(--border));
}
.process-grid > div {
  padding: 25px 20px 0 0;
}
.process-grid strong {
  color: hsl(var(--accent));
  font-family: var(--app-font-mono);
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .nav-links {
    gap: 13px;
  }
  .nav-home {
    display: none;
  }
  .help-grid,
  .day-grid,
  .topic-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .help-card:last-child,
  .day-card:last-child,
  .topic-card:last-child {
    grid-column: 1 / -1;
  }
  .split-copy {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 560px) {
  .help-grid,
  .principles-grid,
  .day-grid,
  .topic-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .help-card:last-child,
  .day-card:last-child,
  .topic-card:last-child {
    grid-column: auto;
  }
  .principle {
    padding-right: 0;
  }
  .partner-point,
  .expect-row {
    grid-template-columns: 45px 1fr;
    gap: 14px;
  }
  .press-card {
    padding: 35px 25px;
  }
  .job-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

.application-modal {
  width: min(720px, 100%);
  max-height: min(90vh, 860px);
  overflow-y: auto;
}
.application-form {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}
.application-form .form-row {
  grid-template-columns: 1fr 1fr;
}
.application-form .field-label:first-child {
  grid-column: 1 / -1;
}
.application-form input[type="file"] {
  padding: 9px;
  font-size: 0.72rem;
}
.application-form input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 7px;
  padding: 7px 9px;
  margin-right: 8px;
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  cursor: pointer;
}
.availability-field {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  border: 1px solid hsl(var(--border));
  border-radius: 10px;
  padding: 12px;
  margin: 0;
}
.availability-field legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 2px;
}
.availability-field label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: hsl(var(--foreground));
  font-size: 0.82rem;
}
.upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.hidden-field {
  position: absolute;
  left: -9999px;
}
.application-success {
  background: hsl(var(--secondary));
  border-radius: 16px;
  padding: 28px;
  margin-top: 25px;
  color: hsl(var(--primary));
}
.success-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  font-weight: 700;
  margin-bottom: 18px;
}
.application-success strong {
  display: block;
  font-family: var(--app-font-serif);
  font-size: 1.65rem;
  margin-bottom: 8px;
}
.application-success p {
  color: hsl(var(--muted-foreground));
  font-size: 0.86rem;
  line-height: 1.6;
  margin: 0 0 16px;
}
.application-success a {
  color: hsl(var(--primary));
  font-weight: 700;
}
@media (max-width: 560px) {
  .application-modal {
    padding: 27px 22px;
  }
  .application-form .form-row,
  .upload-grid {
    grid-template-columns: 1fr;
  }
  .application-form .field-label:first-child {
    grid-column: auto;
  }
}

.contact-details-card {
  align-self: center;
  padding: 28px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  box-shadow: var(--shadow-sm);
}
.contact-detail-list {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.contact-detail-list > div {
  display: grid;
  gap: 5px;
}
.contact-detail-list a,
.contact-detail-list address {
  color: hsl(var(--foreground));
  font-style: normal;
  text-decoration: none;
}
.contact-detail-list a:hover {
  color: hsl(var(--primary));
}
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 70px;
}
.page-contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid hsl(var(--border));
  border-radius: var(--radius);
  background: hsl(var(--card));
  box-shadow: var(--shadow-sm);
}
@media (max-width: 760px) {
  .contact-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
