/* =============================================================
   C R E A T I V E   W E L L N E S S   —   Editorial Magazine
   Asymmetric layouts · scroll animations · decorative elements
   ============================================================= */

/* ── Tokens ───────────────────────────────────────────────── */
:root {
  --primary:       #3d5a7d;
  --primary-dark:  #2a4362;
  --primary-light: #e3e8ee;
  --accent:        #d48f6b;
  --accent-dark:   #b87350;
  --accent-light:  #f0e4db;
  --bg:            #f6f3ed;
  --surface:       #ffffff;
  --surface-soft:  #ede9e2;
  --text:          #1c2824;
  --text-muted:    #5f6e68;
  --text-light:    #8f9b94;
  --border:        rgba(44, 64, 83, 0.09);
  --border-dark:   rgba(44, 64, 83, 0.18);
  --shadow-sm:     0 2px  8px  rgba(28, 40, 36, 0.05);
  --shadow:        0 8px  28px rgba(28, 40, 36, 0.06);
  --shadow-lg:     0 16px 50px rgba(28, 40, 36, 0.10);
  --radius-sm:     6px;
  --radius-md:     12px;
  --radius-lg:     20px;
  --radius-xl:     28px;
  --transition:    0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1, "palt" 1;
}

::selection { color: #fff; background: var(--primary); }

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

img { max-width: 100%; height: auto; display: block; }

/* ── Layout ────────────────────────────────────────────────── */
.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* ── Scroll Reveal (staggered) ─────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* staggered delays for grid children */
.reveal-delay-1  { transition-delay: 0.05s; }
.reveal-delay-2  { transition-delay: 0.12s; }
.reveal-delay-3  { transition-delay: 0.19s; }
.reveal-delay-4  { transition-delay: 0.26s; }
.reveal-delay-5  { transition-delay: 0.33s; }
.reveal-delay-6  { transition-delay: 0.40s; }
.reveal-delay-7  { transition-delay: 0.47s; }
.reveal-delay-8  { transition-delay: 0.54s; }

/* ── Header ────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 237, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: all 0.35s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 24px rgba(28, 40, 36, 0.06);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 24px;
}

/* Logo — creative badge style */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 750;
  color: var(--primary-dark);
  letter-spacing: -0.02em;
  white-space: nowrap;
  position: relative;
}

.logo-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 0 50% 50% 50%;
  background: linear-gradient(135deg, var(--primary), #4a6b94);
  color: #f9f6ef;
  font-size: 0.9rem;
  flex-shrink: 0;
  transform: rotate(-4deg);
  transition: transform 0.3s ease;
}

.logo:hover .logo-icon { transform: rotate(0deg) scale(1.08); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.25s ease;
  position: relative;
}

.nav-links a:hover {
  color: var(--primary);
  background: rgba(61, 90, 125, 0.06);
}

.nav-links a.active {
  color: #fff;
  background: var(--primary);
 background-image: linear-gradient(135deg, var(--primary), #4a6b94);
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--primary);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.mobile-menu-toggle:hover {
  background: var(--surface-soft);
  border-color: var(--border-dark);
}

/* ── H E R O — magazine spread ─────────────────────────────── */
.hero {
  position: relative;
  padding: 80px 0 100px;
  background: linear-gradient(160deg, #1b2d2c 0%, #2c4642 45%, #3d5a4e 100%);
  overflow: hidden;
}

/* large decorative number (creative element) */
.hero::before {
  content: "24+";
  position: absolute;
  right: max(2vw, 20px);
  top: -0.08em;
  font-size: clamp(18rem, 26vw, 32rem);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  letter-spacing: -0.06em;
  user-select: none;
}

/* subtle grid texture */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
}

/* ── Hero Text ──────────────────────────────────────────── */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d9bd8c;
}

.hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9bd8c;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(2.65rem, 5.2vw, 4.6rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #fff;
  text-wrap: balance;
}

/* creative emphasis — inline accent underline */
.hero h1 strong {
  color: #d9bd8c;
  font-weight: 850;
  position: relative;
}

.hero h1 strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.02em;
  height: 0.08em;
  background: currentColor;
  opacity: 0.4;
  border-radius: 2px;
}

.hero p {
  margin-top: 22px;
  max-width: 540px;
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(239, 242, 237, 0.68);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Buttons — creative */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 680;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
  position: relative;
}

.btn-primary {
  background: #d9b787;
  color: #1d3430;
  border-color: #d9b787;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background: #e2c69b;
  border-color: #e2c69b;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-3px);
}

/* ── Hero Visual — creative asymmetric framing ─────────────── */
.hero-visual { position: relative; padding-bottom: 30px; }

.hero-frame {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-lg) var(--radius-lg) 70px var(--radius-lg);
  overflow: hidden;
  box-shadow: 18px 22px 0 rgba(217, 183, 135, 0.10);
}

.hero-frame img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
  border-radius: var(--radius-lg) var(--radius-lg) 70px var(--radius-lg);
  filter: saturate(0.78) contrast(0.96);
  transition: transform 1s ease;
}

.hero-frame:hover img { transform: scale(1.03); }

/* Decorative floating circle */
.hero-deco {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -16px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid rgba(217, 183, 135, 0.2);
  background: transparent;
  pointer-events: none;
}

.hero-deco::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: rgba(217, 183, 135, 0.06);
}

/* Creative stat card */
.hero-stat {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: 0;
  display: flex;
  gap: 18px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(217, 183, 135, 0.25);
  border-radius: 0 14px 14px 14px;
  box-shadow: 0 12px 34px rgba(5, 26, 22, 0.18);
}

.hero-stat-item { text-align: center; min-width: 64px; }

.hero-stat-item strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 850;
  color: var(--accent-dark);
  line-height: 1.1;
}

.hero-stat-item span {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* ── Notice ────────────────────────────────────────────────── */
.notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 24px 0 0;
  padding: 14px 18px;
  background: var(--surface-soft);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.notice i {
  font-size: 1rem;
  color: var(--accent-dark);
  margin-top: 3px;
  flex-shrink: 0;
}

.notice span {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── Section — creative dividers ────────────────────────────── */
.section {
  position: relative;
  padding: 100px 0;
}

/* diagonal transition via clip-path on soft sections */
.section-soft {
  background: var(--surface-soft);
  margin-block: 0;
  position: relative;
}

.section-soft::before,
.section-soft::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none;
}

.section-soft::before {
  top: -20px;
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0%);
}
.section-soft::after {
  bottom: -20px;
  background: var(--bg);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

/* Decorative dot accent on section titles */
.section-title {
  max-width: 620px;
  margin: 0 auto 48px;
  text-align: center;
  position: relative;
}

.section-title.align-left {
  margin-left: 0;
  margin-bottom: 36px;
  text-align: left;
}

.section-title .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.section-title .eyebrow::before,
.section-title .eyebrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.section-title h2 {
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.035em;
  color: var(--primary-dark);
  text-wrap: balance;
  position: relative;
}

/* creative underline accent */
.section-title h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--accent);
  border-radius: 2px;
}

.section-title.align-left h2::after {
  margin: 18px 0 0;
}

.section-title p {
  margin-top: 16px;
  font-size: 1.02rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── About Highlight (index) ───────────────────────────────── */
.about-creative {
  display: grid;
  grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 6vw, 80px);
  align-items: center;
}

/* creative image framing */
.about-creative-figure {
  position: relative;
  padding-bottom: 24px;
}

.about-creative-figure img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 20% 0 20% 0;
  filter: saturate(0.72);
  position: relative;
  z-index: 2;
  transition: border-radius 0.4s ease;
}

.about-creative-figure:hover img {
  border-radius: 0 20% 0 20%;
}

/* decorative offset block */
.about-creative-figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -16px;
  width: 80%;
  height: 80%;
  border: 3px solid rgba(212, 143, 107, 0.2);
  border-radius: 20% 0 20% 0;
  pointer-events: none;
}

/* decorative badge floating */
.about-creative-badge {
  position: absolute;
  z-index: 3;
  left: -8px;
  top: 20px;
  padding: 8px 14px;
  background: var(--accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 0 6px 6px 0;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  letter-spacing: 0.15em;
}

.about-creative-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-creative-text .eyebrow {
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-creative-text h3 {
  font-size: 1.6rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin-bottom: 16px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.about-creative-text p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 10px;
}

/* creative stat row */
.about-creative-stats {
  display: flex;
  gap: 24px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.about-creative-stats strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 850;
  color: var(--primary);
  line-height: 1;
}

.about-creative-stats span {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-weight: 650;
  font-size: 0.94rem;
  color: var(--primary);
  transition: gap 0.25s ease;
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
}

.text-link:hover {
  gap: 12px;
  border-color: var(--primary);
}

/* ── Health Cards — creative staggered grid ────────────────── */
.health-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 143, 107, 0.25);
}

/* creative corner accent */
.card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent var(--accent-light) transparent transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card:hover::after { opacity: 1; }

.card-media {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  filter: saturate(0.68) contrast(0.98);
  transition: transform 0.7s ease, filter 0.5s ease;
}

.card:hover .card-media {
  transform: scale(1.06);
  filter: saturate(0.9) contrast(1.02);
}

.card-content { padding: 22px; }

.card-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 0 50% 50% 50%;
  background: var(--accent-light);
  color: var(--accent-dark);
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.card:hover .card-icon {
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Page Hero (inner pages) — creative ─────────────────────── */
.page-hero {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(150deg, #1b2d2c, #2c4642);
  overflow: hidden;
}

/* decorative diagonal slice */
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 45%, rgba(212, 143, 107, 0.08) 100%);
  pointer-events: none;
}

/* secondary decor shape */
.page-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.04);
  pointer-events: none;
}

.page-hero .container { position: relative; z-index: 2; }

.page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #cda97e;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  font-weight: 850;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-hero p {
  margin-top: 14px;
  max-width: 600px;
  font-size: 1.04rem;
  color: rgba(239, 242, 237, 0.7);
  line-height: 1.65;
}

/* ── Content Section — editorial ───────────────────────────── */
.content-section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 48px;
  box-shadow: var(--shadow-sm);
  position: relative;
}

/* creative first-letter treatment */
.content-section p:first-of-type::first-letter {
  float: left;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 0.8;
  margin-right: 10px;
  margin-top: 4px;
  color: var(--accent-dark);
  font-family: "Noto Serif SC", Georgia, serif;
}

.content-hero-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px 16px 40px 16px;
  margin-bottom: 36px;
  filter: saturate(0.7);
  transition: border-radius 0.4s ease;
}

.content-hero-image:hover {
  border-radius: 40px 16px 16px 16px;
}

.content-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin: 28px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--border);
  position: relative;
}

/* decorative dot on headings */
.content-section h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.content-section h2 i { display: none; }  /* hide old icons, use ::before instead */

.content-section h2:first-of-type { margin-top: 0; }

.content-section h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin: 22px 0 10px;
  padding-left: 12px;
  border-left: 3px solid var(--accent);
}

.content-section p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 14px;
}

.content-section ul {
  margin: 14px 0 22px;
  padding: 0;
  list-style: none;
}

.content-section li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.98rem;
}

.content-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(212, 143, 107, 0.13);
}

.content-section strong { color: var(--text); font-weight: 700; }

.content-section a {
  color: var(--primary);
  font-weight: 620;
  border-bottom: 1.5px solid transparent;
  transition: border-color 0.2s;
}

.content-section a:hover { border-color: var(--primary); }

/* ── Feature Grid ────────────────────────────────────────────── */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.mini-card {
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* decorative corner */
.mini-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--accent);
  transition: height 0.3s ease;
}

.mini-card:hover::after { height: 100%; }

.mini-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.mini-card i {
  font-size: 1.7rem;
  color: var(--accent-dark);
  margin-bottom: 12px;
}

.mini-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.mini-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── Knowledge Grid — creative ──────────────────────────────── */
.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.knowledge-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.knowledge-block:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
  border-color: rgba(212, 143, 107, 0.2);
}

.knowledge-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  filter: saturate(0.66);
  transition: transform 0.6s ease, filter 0.4s ease;
}

.knowledge-block:hover .knowledge-image {
  transform: scale(1.04);
  filter: saturate(0.85);
}

.knowledge-content { padding: 26px; }

.knowledge-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin-bottom: 14px;
}

.knowledge-block h2::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.knowledge-block h2 i { display: none; }

.knowledge-block ul { margin: 0; padding: 0; list-style: none; }

.knowledge-block li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.knowledge-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.knowledge-block strong { color: var(--text); font-weight: 660; }

/* ── Legal Pages — creative timeline ─────────────────────────── */
.legal { max-width: 800px; margin: 0 auto; }

.legal-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0 20px 20px 20px;
  margin-bottom: 28px;
  filter: saturate(0.65);
}

/* ── Contact — creative split ───────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 360px;
  gap: 28px;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0 var(--radius-xl) var(--radius-xl) var(--radius-xl);
  padding: 44px;
  box-shadow: var(--shadow-sm);
}

.contact-card h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: 750;
  color: var(--primary-dark);
  margin-bottom: 24px;
}

.contact-card h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.contact-card h2 i { display: none; }

.contact-list { display: grid; gap: 12px; }

.contact-list div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md);
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-list div:hover {
  border-color: var(--accent);
  background: var(--accent-light);
  transform: translateX(6px) scale(1.01);
  box-shadow: var(--shadow-sm);
}

.contact-aside {
  border-radius: 0 var(--radius-xl) var(--radius-xl) var(--radius-xl);
  padding: 36px;
  background: linear-gradient(145deg, var(--primary-dark), #344c56);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.contact-aside::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.05);
  pointer-events: none;
}

.aside-image {
  width: calc(100% + 72px);
  height: 140px;
  object-fit: cover;
  margin: -36px -36px 22px;
  opacity: 0.25;
}

.contact-aside .eyebrow { color: #cda97e; }

.contact-aside h3 {
  font-size: 1.4rem;
  font-weight: 750;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.contact-aside p {
  color: rgba(239, 242, 237, 0.7);
  font-size: 0.93rem;
  line-height: 1.65;
}

/* ── Footer — layered ───────────────────────────────────────── */
.site-footer {
  position: relative;
  padding: 52px 0 28px;
  background: #1a2e2b;
  color: rgba(239, 242, 237, 0.6);
}

/* decorative top border */
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-dark), var(--accent));
  opacity: 0.7;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 36px;
}

.footer-brand { max-width: 380px; }

.footer-brand .logo {
  color: #ede4d6;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-brand .logo-icon {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
  background: rgba(255,255,255,0.12);
  color: #ede4d6;
}

.footer-brand p {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(239, 242, 237, 0.5);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(239, 242, 237, 0.6);
  transition: all 0.2s;
}

.footer-links a:hover {
  color: #ede4d6;
  background: rgba(255, 255, 255, 0.06);
}

.footer-info {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  font-size: 0.82rem;
  color: rgba(239, 242, 237, 0.4);
}

.footer-info p { margin-bottom: 4px; }

/* ── Cookie Banner ──────────────────────────────────────────── */
.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 200;
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 18px 16px 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border);
  border-radius: 0 var(--radius-md) var(--radius-md) var(--radius-md);
  box-shadow: 0 20px 48px rgba(28, 40, 36, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.cookie-banner.show,
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }

.cookie-banner__content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.cookie-banner__text {
  position: relative;
  flex: 1;
  padding-left: 40px;
}

.cookie-banner__text::before {
  content: "\f1d8";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 0 50% 50% 50%;
  background: var(--accent-light);
  color: var(--accent-dark);
  font-family: "Font Awesome 6 Free";
  font-size: 0.75rem;
  font-weight: 900;
}

.cookie-banner__text strong {
  display: block;
  margin-bottom: 2px;
  color: var(--primary-dark);
  font-size: 0.9rem;
  line-height: 1.3;
}

.cookie-banner__text p {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.cookie-banner__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 620;
  border-radius: var(--radius-sm);
  transition: all 0.2s;
}

.cookie-banner__link:hover {
  background: var(--surface-soft);
  color: var(--primary-dark);
}

.cookie-banner__actions button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 660;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cookie-banner__actions button[data-accept] {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.cookie-banner__actions button[data-accept]:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(42, 67, 98, 0.2);
}

.cookie-banner__actions button[data-close] {
  background: #f5f2ec;
  color: var(--text-muted);
  border-color: var(--border);
}

.cookie-banner__actions button[data-close]:hover {
  background: var(--surface-soft);
  border-color: var(--border-dark);
  color: var(--text);
  transform: translateY(-2px);
}

.cookie-banner__actions button:active {
  transform: translateY(0) scale(0.97);
}

.cookie-banner__actions button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .hero-layout,
  .about-creative,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero::before { font-size: clamp(12rem, 20vw, 18rem); }

  .hero-stat { right: 0; }

  .health-cards { grid-template-columns: repeat(2, 1fr); }

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

  .feature-grid { grid-template-columns: repeat(2, 1fr); }

  .section-soft::before,
  .section-soft::after { height: 24px; }
  .section-soft::before { top: -12px; }
  .section-soft::after { bottom: -12px; }

  .about-creative-figure { max-width: 480px; }
}

@media (max-width: 768px) {
  .container { width: min(100% - 28px, 1120px); }

  .site-nav { min-height: 62px; }

  .mobile-menu-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 62px;
    left: 14px;
    right: 14px;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: none;
  }

  .nav-links.active { display: flex; }

  .nav-links a {
    width: 100%;
    justify-content: center;
    min-height: 42px;
  }

  .hero { padding: 56px 0 72px; }

  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.2rem); }

  .hero p { font-size: 0.98rem; }

  .hero-frame img { height: min(380px, 75vw); }

  .hero-stat { position: static; margin-top: 18px; justify-content: center; width: fit-content; }

  .hero-deco { display: none; }

  .section { padding: 64px 0; }

  .section-soft::before,
  .section-soft::after { height: 16px; }
  .section-soft::before { top: -8px; }
  .section-soft::after { bottom: -8px; }

  .page-hero { padding: 52px 0; }
  .page-hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }

  .content-section { padding: 28px; }
  .content-hero-image { height: 200px; }
  .content-section p:first-of-type::first-letter { font-size: 2.4em; }

  .health-cards,
  .feature-grid { grid-template-columns: 1fr; }

  .about-creative-figure { max-width: 100%; }
  .about-creative-badge { writing-mode: horizontal-tb; top: 10px; left: 10px; padding: 4px 10px; }

  .contact-card { padding: 28px; }
  .contact-aside { padding: 28px; }

  .footer-content { flex-direction: column; gap: 28px; }
  .footer-brand { max-width: 100%; }

  /* Cookie banner mobile */
  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 18px;
  }

  .cookie-banner__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .cookie-banner__text { padding-left: 38px; }

  .cookie-banner__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .cookie-banner__link {
    grid-column: 1 / -1;
    justify-content: center;
    padding: 0;
    min-height: 34px;
  }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }

  .hero h1 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .hero-frame img { height: min(280px, 65vw); }
  .hero-stat { gap: 14px; padding: 12px 16px; }
  .hero-stat-item strong { font-size: 1.5rem; }

  .content-section { padding: 18px; }
  .content-section p:first-of-type::first-letter { float: none; font-size: inherit; margin: 0; }

  .cookie-banner__text { padding-left: 0; }
  .cookie-banner__text::before { display: none; }

  .about-creative-stats { flex-wrap: wrap; gap: 14px; }
}

/* ── Accessibility ──────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal { opacity: 1; transform: none; }
}

a:focus-visible,
button:focus-visible {
  outline: 2.5px solid rgba(61, 90, 125, 0.35);
  outline-offset: 3px;
}
