:root {
  --bg: #dfe8ea;
  --bg-strong: #c6d5da;
  --paper: rgba(248, 252, 255, 0.82);
  --ink: #0f1720;
  --muted: #5d6876;
  --line: rgba(75, 122, 145, 0.16);
  --accent: #00a7b7;
  --accent-soft: #7be4f1;
  --accent-deep: #0d6374;
  --dark: #111822;
  --olive: #5d756d;
  --glow: rgba(0, 167, 183, 0.18);
  --shadow: 0 20px 60px rgba(12, 28, 42, 0.12);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 167, 183, 0.12), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(123, 228, 241, 0.18), transparent 20%),
    linear-gradient(180deg, #e8f0f2 0%, #d7e2e6 100%);
}

body.loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(0, 167, 183, 0.16), transparent 28%),
    linear-gradient(180deg, #081017 0%, #0c1820 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

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

.loader-panel {
  width: min(100%, 820px);
  text-align: center;
}

.loader-kicker {
  margin: 0 0 18px;
  color: rgba(237, 250, 255, 0.6);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.loader-title {
  margin: 0;
  display: grid;
  gap: 0.06em;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.loader-line {
  display: block;
  text-align: center;
}

.loader-fill {
  color: transparent;
  background-image:
    linear-gradient(90deg, #7bffb2 0%, #7bffb2 50%, rgba(237, 250, 255, 0.16) 50%, rgba(237, 250, 255, 0.16) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 22px rgba(123, 255, 178, 0.12);
  animation: loaderTextSweep 3s ease forwards;
}

.loader-bar {
  width: min(100%, 420px);
  height: 12px;
  margin: 28px auto 0;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(123, 228, 241, 0.1);
}

.loader-progress {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a7b7, #7bffb2);
  box-shadow: 0 0 24px rgba(123, 255, 178, 0.4);
  animation: loaderBarFill 3s ease forwards;
}

@keyframes loaderTextSweep {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes loaderBarFill {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(15, 23, 32, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 32, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 18px auto 40px;
}

a {
  color: inherit;
}

.hero,
.editorial-intro,
.issues-board,
.timeline-section,
.journal-layout,
.care-section,
.faq,
.contact {
  position: relative;
  margin-top: 22px;
}

.hero {
  padding: 28px;
  border: 1px solid rgba(75, 122, 145, 0.18);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(248, 252, 255, 0.92), rgba(224, 235, 241, 0.82));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 32px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 167, 183, 0.16), transparent 68%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.45;
  mask-image: linear-gradient(180deg, black, transparent 28%);
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.08rem;
  font-family: "Oxanium", sans-serif;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
  box-shadow: 0 0 0 8px rgba(0, 167, 183, 0.08);
}

.topbar-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-actions a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.cta-mini,
.cta-primary,
.cta-secondary,
.quote-form button,
.contact-cards a {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.cta-mini {
  padding: 12px 18px;
  border-radius: 999px;
  color: #effcff;
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(0, 167, 183, 0.22);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.eyebrow,
.section-tag,
.note-kicker {
  margin: 0 0 14px;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.eyebrow,
.section-tag {
  color: var(--accent-deep);
}

.eyebrow,
.section-tag,
.note-kicker,
.poster-label {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
}

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

h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.hero-text,
.feature-card p,
.issue-card p,
.timeline p,
.journal-main p,
.checklist-card li,
.care-card p,
.faq p,
.contact p,
.form-note,
.footer p,
.section-copy {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 60ch;
  margin: 22px 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary,
.quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 800;
}

.cta-primary,
.quote-form button {
  color: #effcff;
  background: linear-gradient(135deg, var(--accent), #0d7e90);
  box-shadow: 0 16px 34px rgba(0, 167, 183, 0.24);
}

.cta-secondary {
  border: 1px solid rgba(75, 122, 145, 0.16);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}

.hero-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-ribbon span {
  padding: 12px 16px;
  border: 1px solid rgba(75, 122, 145, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.93rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-note,
.hero-poster,
.feature-card,
.issue-card,
.timeline article,
.journal-main,
.checklist-card,
.care-card,
.faq-list details,
.contact-copy,
.quote-form {
  border: 1px solid rgba(75, 122, 145, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(248, 252, 255, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-note {
  padding: 26px;
}

.hero-note h2 {
  max-width: 8ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 18px;
}

.hero-note ol {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.hero-poster {
  padding: 18px;
  background:
    linear-gradient(180deg, #1a2430, #0b1218);
}

.poster-frame {
  min-height: 340px;
  border-radius: 24px;
  padding: 22px;
  color: #edfaff;
  background:
    radial-gradient(circle at 70% 30%, rgba(0, 167, 183, 0.34), transparent 18%),
    radial-gradient(circle at 35% 60%, rgba(123, 228, 241, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(123, 228, 241, 0.16);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.45;
  pointer-events: none;
}

.poster-label {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 234, 219, 0.7);
}

.hero-model {
  width: 100%;
  min-height: 240px;
  height: 280px;
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(0, 167, 183, 0.2), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 0 1px rgba(123, 228, 241, 0.12);
}

.poster-meta {
  display: grid;
  gap: 6px;
}

.poster-meta strong {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.04em;
}

.poster-meta p {
  margin: 0;
  color: rgba(237, 250, 255, 0.72);
  line-height: 1.6;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.split-heading {
  align-items: start;
}

.section-copy {
  max-width: 36ch;
  margin: 0;
}

.editorial-intro,
.issues-board,
.timeline-section,
.faq {
  padding: 34px;
  border-radius: 36px;
  background: rgba(248, 252, 255, 0.56);
  border: 1px solid rgba(75, 122, 145, 0.12);
  backdrop-filter: blur(18px);
}

.intro-grid,
.issue-grid,
.timeline,
.care-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card {
  padding: 24px;
}

.feature-no,
.issue-index,
.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 18px;
  font-weight: 800;
}

.feature-no,
.timeline span {
  color: #effcff;
  background: var(--accent);
}

.issue-index {
  color: var(--accent-deep);
  background: rgba(0, 167, 183, 0.12);
}

.accent-card {
  background: linear-gradient(180deg, rgba(235, 251, 255, 0.95), rgba(210, 243, 248, 0.88));
}

.dark-card {
  color: #edfaff;
  background: linear-gradient(180deg, #2b3139, #171c22);
}

.dark-card p {
  color: rgba(237, 250, 255, 0.72);
}

.issue-grid {
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
}

.issue-card {
  padding: 24px;
  min-height: 220px;
}

.issue-card.tall {
  grid-row: span 2;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(240, 253, 255, 0.96), rgba(214, 236, 242, 0.88));
}

.issue-card.paper {
  transform: rotate(-1.2deg);
  background: rgba(253, 255, 255, 0.92);
}

.issue-card.horizontal {
  grid-column: span 2;
}

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

.timeline article {
  padding: 22px;
}

.journal-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.journal-main,
.checklist-card {
  padding: 30px;
}

.checklist-card ul {
  margin: 0;
  padding-left: 20px;
}

.care-section {
  padding: 34px;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(242, 251, 253, 0.9), rgba(214, 228, 233, 0.72));
  border: 1px solid rgba(75, 122, 145, 0.12);
  backdrop-filter: blur(18px);
}

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

.care-card {
  padding: 24px;
  background: rgba(248, 252, 255, 0.68);
}

.care-card.warm {
  background: linear-gradient(180deg, rgba(233, 251, 255, 0.96), rgba(196, 236, 242, 0.84));
}

.care-card.dark {
  color: #edfaff;
  background: linear-gradient(180deg, #313742, #1c2128);
}

.care-card.dark p {
  color: rgba(237, 250, 255, 0.76);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Oxanium", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.faq-list p {
  margin: 14px 0 0;
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.contact-copy,
.quote-form {
  padding: 30px;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-cards a {
  display: block;
  padding: 16px 18px;
  text-decoration: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(75, 122, 145, 0.12);
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.quote-form {
  display: grid;
  gap: 16px;
}

.quote-form label {
  display: grid;
  gap: 10px;
  font-weight: 700;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(75, 122, 145, 0.16);
  background: rgba(255, 255, 255, 0.5);
  color: var(--ink);
  font: inherit;
  outline: none;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: rgba(0, 167, 183, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 167, 183, 0.12);
}

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

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 26px 10px 10px;
}

.footer a {
  text-decoration: none;
  color: var(--accent-deep);
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.revealed {
  opacity: 1;
  transform: translateY(0);
}

.cta-mini:hover,
.cta-primary:hover,
.cta-secondary:hover,
.quote-form button:hover,
.contact-cards a:hover {
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .hero-layout,
  .journal-layout,
  .contact,
  .intro-grid,
  .care-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .issue-grid {
    grid-template-columns: 1fr 1fr;
  }

  .issue-card.tall,
  .issue-card.horizontal {
    grid-column: auto;
    grid-row: auto;
  }

  h1,
  h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .hero,
  .editorial-intro,
  .issues-board,
  .timeline-section,
  .care-section,
  .faq,
  .contact-copy,
  .quote-form,
  .journal-main,
  .checklist-card {
    padding: 20px;
  }

  .topbar,
  .section-heading,
  .footer,
  .issue-grid {
    display: grid;
  }

  .topbar-actions,
  .hero-actions,
  .hero-ribbon {
    gap: 10px;
  }

  .issue-grid,
  .care-grid,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  .cta-primary,
  .cta-secondary,
  .quote-form button {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .loader-bar {
    width: 100%;
  }
}
