/* =============================================
   YIWINE XOXOBO — Design System
   Frosted Glass | Modern | Premium | Refined
   ============================================= */


:root {
  
  --c-bg: #f4f0eb;
  --c-bg-alt: #ede8e1;
  --c-surface: rgba(255,255,255,0.72);
  --c-surface-strong: rgba(255,255,255,0.88);
  --c-surface-subtle: rgba(255,255,255,0.44);
  --c-glass-border: rgba(255,255,255,0.55);
  --c-glass-border-subtle: rgba(255,255,255,0.28);

  --c-primary: #2c6e49;
  --c-primary-dk: #1e4d33;
  --c-primary-lt: #4a9b6f;
  --c-primary-glow: rgba(44,110,73,0.18);

  --c-accent: #c9853a;
  --c-accent-lt: #e8a85e;
  --c-accent-glow: rgba(201,133,58,0.18);

  --c-text: #1e2b22;
  --c-text-2: #3d5247;
  --c-text-3: #6b7f74;
  --c-text-inv: #f8f5f0;

  --c-grad-a: #c8dfd0;
  --c-grad-b: #e8d8c4;
  --c-grad-c: #d4e8d8;
  --c-grad-hero: linear-gradient(135deg, #1e4d33 0%, #2c6e49 40%, #3d7a5a 70%, #c9853a 100%);

  
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;

  
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 40px;
  --r-full: 9999px;

  
  --sh-xs: 0 1px 3px rgba(30,43,34,0.07), 0 1px 2px rgba(30,43,34,0.05);
  --sh-sm: 0 2px 8px rgba(30,43,34,0.08), 0 1px 3px rgba(30,43,34,0.06);
  --sh-md: 0 4px 16px rgba(30,43,34,0.10), 0 2px 6px rgba(30,43,34,0.07);
  --sh-lg: 0 8px 32px rgba(30,43,34,0.12), 0 4px 12px rgba(30,43,34,0.08);
  --sh-xl: 0 16px 48px rgba(30,43,34,0.14), 0 6px 18px rgba(30,43,34,0.09);
  --sh-glass: 0 8px 32px rgba(30,43,34,0.12), 0 2px 8px rgba(30,43,34,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
  --sh-glass-hover: 0 16px 48px rgba(30,43,34,0.16), 0 4px 12px rgba(30,43,34,0.09), inset 0 1px 0 rgba(255,255,255,0.7);

  
  --ff-head: 'Literata', Georgia, serif;
  --ff-body: 'Figtree', system-ui, sans-serif;

  
  --hdr-h: 72px;
}


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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--ff-body);
  background-color: var(--c-bg);
  color: var(--c-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary); text-decoration: none; transition: color 0.22s ease; }
a:hover { color: var(--c-primary-dk); }
ul { list-style: none; }
address { font-style: normal; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

.img-fluid { width: 100%; height: 100%; object-fit: cover; }
.img-rounded { border-radius: var(--r-lg); }


h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-head);
  color: var(--c-text);
  line-height: 1.2;
}

.sec-eyebrow {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: var(--sp-3);
}

.sec-title {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: var(--sp-4);
}

.sec-lead {
  font-size: 1.05rem;
  color: var(--c-text-2);
  max-width: 640px;
  margin: 0 auto;
}

.sec-hd {
  text-align: center;
  margin-bottom: var(--sp-12);
}

.sec { padding: var(--sp-20) 0; position: relative; }


.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.75rem 1.75rem;
  border-radius: var(--r-full);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.22s cubic-bezier(0.34,1.56,0.64,1);
  white-space: nowrap;
  text-decoration: none;
}

.btn:active { transform: scale(0.97); }

.btn-primary {
  background: var(--c-primary);
  color: var(--c-text-inv);
  box-shadow: 0 4px 14px var(--c-primary-glow), 0 1px 3px rgba(30,43,34,0.15);
}
.btn-primary:hover {
  background: var(--c-primary-dk);
  color: var(--c-text-inv);
  box-shadow: 0 8px 24px var(--c-primary-glow), 0 2px 6px rgba(30,43,34,0.18);
  transform: translateY(-2px);
}

.btn-ghost {
  background: rgba(255,255,255,0.22);
  color: var(--c-text-inv);
  border: 1px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.35);
  color: var(--c-text-inv);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--c-primary);
  border: 1.5px solid var(--c-primary);
}
.btn-outline:hover {
  background: var(--c-primary);
  color: var(--c-text-inv);
  transform: translateY(-2px);
}

.btn-sm { padding: 0.55rem 1.25rem; font-size: 0.82rem; }
.btn-full { width: 100%; justify-content: center; }


.lnk-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-weight: 600;
  color: var(--c-primary);
  font-size: 0.9rem;
  transition: gap 0.2s ease, color 0.2s ease;
}
.lnk-arrow:hover { gap: var(--sp-3); color: var(--c-primary-dk); }

/* =============================================
   HEADER
   ============================================= */
.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--hdr-h);
  background: var(--c-surface-strong);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-sm);
  transition: box-shadow 0.3s ease;
}

.hdr.scrolled { box-shadow: var(--sh-md); }

.hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

.hdr-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
}

.hdr-logo-img { width: 36px; height: 36px; }

.hdr-logo-txt {
  font-family: var(--ff-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: -0.01em;
}
.hdr-logo-txt em { font-style: italic; color: var(--c-primary); }

.hdr-nav {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
}

.hdr-nav-lnk {
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-full);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--c-text-2);
  transition: all 0.2s ease;
  white-space: nowrap;
}
.hdr-nav-lnk:hover, .hdr-nav-lnk.active {
  background: var(--c-primary-glow);
  color: var(--c-primary-dk);
}

.hdr-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--sp-2);
  border-radius: var(--r-sm);
  transition: background 0.2s ease;
}
.hdr-burger:hover { background: var(--c-primary-glow); }
.hdr-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-text);
  border-radius: var(--r-full);
  transition: all 0.3s ease;
}

/* =============================================
   MOBILE DRAWER (push pattern)
   ============================================= */
.mob-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 280px;
  height: 100%;
  z-index: 1000;
  background: var(--c-surface-strong);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border-left: 1px solid var(--c-glass-border);
  box-shadow: var(--sh-xl);
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
  padding: var(--sp-20) var(--sp-6) var(--sp-8);
  display: flex;
  flex-direction: column;
}

.mob-drawer.open { transform: translateX(0); }

.mob-drawer-close {
  position: absolute;
  top: var(--sp-5);
  right: var(--sp-5);
  width: 44px;
  height: 44px;
  background: var(--c-primary-glow);
  border: none;
  border-radius: var(--r-full);
  color: var(--c-primary);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.mob-drawer-close:hover { background: var(--c-primary); color: white; transform: rotate(90deg); }

.mob-nav {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  margin-top: var(--sp-4);
}

.mob-nav-lnk {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-md);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--c-text-2);
  transition: all 0.2s ease;
}
.mob-nav-lnk i { width: 18px; color: var(--c-primary); }
.mob-nav-lnk:hover, .mob-nav-lnk.active {
  background: var(--c-primary-glow);
  color: var(--c-primary-dk);
}

.mob-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(30,43,34,0.35);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s ease;
}
.mob-overlay.active { opacity: 1; pointer-events: all; }


.pg-wrap {
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1), border-radius 0.38s ease;
}
.pg-wrap.drawer-open {
  transform: translateX(-280px) scale(0.95);
  border-radius: var(--r-xl);
  overflow: hidden;
}

/* =============================================
   MOBILE BOTTOM NAV
   ============================================= */
.mob-bot-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 800;
  background: var(--c-surface-strong);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-top: 1px solid var(--c-glass-border);
  box-shadow: 0 -4px 16px rgba(30,43,34,0.1);
  padding: var(--sp-2) 0;
  padding-bottom: max(var(--sp-2), env(safe-area-inset-bottom));
}

.mob-bot-nav {
  display: none;
  grid-template-columns: repeat(5, 1fr);
}

.mob-bot-lnk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: var(--sp-2) var(--sp-1);
  color: var(--c-text-3);
  font-size: 0.65rem;
  font-weight: 500;
  min-height: 44px;
  justify-content: center;
  transition: color 0.2s ease;
  border-radius: var(--r-sm);
}
.mob-bot-lnk i { font-size: 1.1rem; transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1); }
.mob-bot-lnk:hover i, .mob-bot-lnk.active i { transform: translateY(-3px); }
.mob-bot-lnk:hover, .mob-bot-lnk.active { color: var(--c-primary); }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--hdr-h);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30,77,51,0.82) 0%, rgba(44,110,73,0.65) 50%, rgba(201,133,58,0.4) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--sp-16) var(--sp-6);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-glass {
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--r-2xl);
  padding: clamp(2rem, 5vw, 3.5rem);
  max-width: 660px;
  box-shadow: 0 16px 48px rgba(30,43,34,0.25), 0 4px 16px rgba(30,43,34,0.15), inset 0 1px 0 rgba(255,255,255,0.35);
}

.hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--r-full);
  color: rgba(255,255,255,0.92);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  margin-bottom: var(--sp-5);
}

.hero-h1 {
  font-family: var(--ff-head);
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: var(--sp-5);
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: var(--sp-8);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.hero-scroll {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: var(--sp-10);
  animation: scrollBounce 2s ease-in-out infinite;
}

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

/* =============================================
   CARDS (Glass base)
   ============================================= */
.crd {
  background: var(--c-surface);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-glass);
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s ease;
  overflow: hidden;
}
.crd:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-glass-hover);
}

.crd-ico {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--c-primary-glow), rgba(201,133,58,0.1));
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--c-primary);
  margin-bottom: var(--sp-5);
  box-shadow: 0 2px 8px var(--c-primary-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.crd:hover .crd-ico { transform: scale(1.08); box-shadow: 0 4px 14px var(--c-primary-glow); }

.crd-ttl {
  font-family: var(--ff-head);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: var(--sp-3);
}

.crd-txt {
  font-size: 0.9rem;
  color: var(--c-text-2);
  line-height: 1.65;
}

.crd-lnk {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-primary);
  margin-top: var(--sp-4);
  transition: gap 0.2s ease;
}
.crd-lnk:hover { gap: var(--sp-3); color: var(--c-primary-dk); }

/* =============================================
   INTRO STRIP
   ============================================= */
.intro-strip { background: var(--c-bg-alt); }

.intro-strip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}

.intro-strip-txt h2 { margin-bottom: var(--sp-5); }
.intro-strip-txt p { color: var(--c-text-2); margin-bottom: var(--sp-4); line-height: 1.75; }
.intro-strip-txt .lnk-arrow { margin-top: var(--sp-4); }

.intro-strip-img {
  position: relative;
}
.intro-strip-img::before {
  content: '';
  position: absolute;
  inset: -12px;
  background: linear-gradient(135deg, var(--c-primary-glow), var(--c-accent-glow));
  border-radius: calc(var(--r-lg) + 12px);
  z-index: 0;
}
.intro-strip-img img {
  position: relative;
  z-index: 1;
  height: 380px;
  object-fit: cover;
}

/* =============================================
   FEATURE SECTION
   ============================================= */
.feat-sec { overflow: hidden; }

.feat-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--c-grad-a) 0%, var(--c-bg) 50%, var(--c-grad-b) 100%);
  z-index: 0;
}
.feat-sec .container { position: relative; z-index: 1; }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}

.feat-crd {
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
}

/* =============================================
   BENEFITS SECTION
   ============================================= */
.ben-sec { background: var(--c-bg); }

.ben-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
}

.ben-img-col { position: relative; }
.ben-img-col::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 160px;
  height: 160px;
  background: var(--c-accent-glow);
  border-radius: var(--r-full);
  filter: blur(40px);
  z-index: 0;
}

.ben-img { height: 480px; position: relative; z-index: 1; }

.ben-intro { color: var(--c-text-2); margin-bottom: var(--sp-8); font-size: 1.05rem; }

.ben-list { display: flex; flex-direction: column; gap: var(--sp-6); }

.ben-item {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
}

.ben-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--c-primary);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.75rem;
  margin-top: 3px;
  box-shadow: 0 2px 8px var(--c-primary-glow);
}

.ben-item strong {
  display: block;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: var(--sp-1);
  font-size: 0.95rem;
}

.ben-item p { font-size: 0.88rem; color: var(--c-text-2); line-height: 1.65; }

/* =============================================
   ARTICLES CAROUSEL
   ============================================= */
.articles-sec { overflow: hidden; }

.articles-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--c-grad-c) 0%, var(--c-bg-alt) 60%, var(--c-grad-b) 100%);
  z-index: 0;
}
.articles-sec .container { position: relative; z-index: 1; }

.art-crd {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.art-crd-img {
  height: 200px;
  overflow: hidden;
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  margin: -1px -1px 0;
}
.art-crd-img img { height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.art-crd:hover .art-crd-img img { transform: scale(1.05); }

.art-crd-body {
  padding: var(--sp-6);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.art-tag {
  display: inline-block;
  background: var(--c-primary-glow);
  color: var(--c-primary-dk);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: var(--r-full);
  margin-bottom: var(--sp-3);
}

.art-crd-ttl {
  font-family: var(--ff-head);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: var(--sp-3);
  line-height: 1.35;
}

.art-crd-txt {
  font-size: 0.88rem;
  color: var(--c-text-2);
  line-height: 1.65;
  flex: 1;
}

.sec-cta-wrap { text-align: center; margin-top: var(--sp-12); }


.art-splide .splide__track { padding: var(--sp-4) var(--sp-2); }
.art-splide .splide__slide { padding: 0 var(--sp-2); }
.art-splide .splide__pagination__page { background: var(--c-text-3); }
.art-splide .splide__pagination__page.is-active { background: var(--c-primary); transform: scale(1.3); }
.art-splide .splide__arrow { background: var(--c-surface-strong); box-shadow: var(--sh-md); border: 1px solid var(--c-glass-border); }
.art-splide .splide__arrow svg { fill: var(--c-primary); }
.art-splide .splide__arrow:hover { background: var(--c-primary); }
.art-splide .splide__arrow:hover svg { fill: white; }

/* =============================================
   QUOTE BAND
   ============================================= */
.quote-band { background: var(--c-bg-alt); }

.quote-glass {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-2xl);
  padding: clamp(2rem, 5vw, 3.5rem) clamp(2rem, 6vw, 5rem);
  box-shadow: var(--sh-glass);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.quote-icon {
  font-size: 3rem;
  color: var(--c-primary-glow);
  opacity: 0.4;
  position: absolute;
  top: var(--sp-8);
  left: var(--sp-8);
}

.quote-txt {
  font-family: var(--ff-head);
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-weight: 400;
  font-style: italic;
  color: var(--c-text);
  line-height: 1.65;
  margin-bottom: var(--sp-5);
}

.quote-src {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--c-primary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =============================================
   PARENTS PREVIEW
   ============================================= */
.parents-prev { background: var(--c-bg); }

.parents-prev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: start;
}

.parents-prev-content p { color: var(--c-text-2); margin-bottom: var(--sp-4); line-height: 1.75; }
.parents-prev-content .btn { margin-top: var(--sp-4); }

.parents-prev-cards { display: flex; flex-direction: column; gap: var(--sp-4); }

.prev-crd {
  padding: var(--sp-6) var(--sp-6);
}

.prev-age {
  display: inline-block;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-lt));
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.7rem;
  border-radius: var(--r-full);
  margin-bottom: var(--sp-3);
}

.prev-crd h4 {
  font-family: var(--ff-head);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: var(--sp-2);
}

.prev-crd p { font-size: 0.87rem; color: var(--c-text-2); }

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.pg-hero {
  position: relative;
  padding: calc(var(--hdr-h) + var(--sp-16)) 0 var(--sp-16);
  overflow: hidden;
}

.pg-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1e4d33 0%, #2c6e49 60%, #c9853a 100%);
  z-index: 0;
}
.pg-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.pg-hero .container { position: relative; z-index: 1; }

.pg-hero-content {
  max-width: 700px;
}

.pg-hero-content .sec-eyebrow { color: rgba(255,255,255,0.75); }

.pg-hero-h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: white;
  font-weight: 700;
  margin-bottom: var(--sp-4);
}

.pg-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
}

/* =============================================
   STORY PAGE
   ============================================= */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--sp-16);
  align-items: start;
}

.story-img { height: 500px; }
.story-txt h2 { margin-bottom: var(--sp-5); }
.story-txt p { color: var(--c-text-2); margin-bottom: var(--sp-4); line-height: 1.78; }

.values-sec { overflow: hidden; }
.values-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--c-grad-a) 0%, var(--c-bg) 50%, var(--c-grad-b) 100%);
  z-index: 0;
}
.values-sec .container { position: relative; z-index: 1; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
}

.values-crd { padding: var(--sp-8); }

.mission-glass {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-2xl);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--sh-glass);
  max-width: 780px;
  margin: 0 auto;
}
.mission-content p { color: var(--c-text-2); margin-bottom: var(--sp-4); line-height: 1.78; }
.mission-content .btn { margin-top: var(--sp-4); }

/* =============================================
   ARTICLES LIST PAGE
   ============================================= */
.art-filter-bar {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-10);
}

.art-filter-btn {
  padding: var(--sp-2) var(--sp-5);
  border-radius: var(--r-full);
  border: 1.5px solid rgba(44,110,73,0.25);
  background: transparent;
  color: var(--c-text-2);
  font-family: var(--ff-body);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.art-filter-btn:hover { border-color: var(--c-primary); color: var(--c-primary); }
.art-filter-btn.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: white;
}

.art-list { display: flex; flex-direction: column; gap: var(--sp-8); }

.art-list-crd {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: var(--r-xl);
}

.art-list-img {
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  border-radius: 0;
}
.art-list-img img { height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.art-list-crd:hover .art-list-img img { transform: scale(1.04); }

.art-list-body {
  padding: var(--sp-8) var(--sp-10);
  display: flex;
  flex-direction: column;
}

.art-list-meta {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-4);
}

.art-read-time {
  font-size: 0.78rem;
  color: var(--c-text-3);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.art-list-ttl {
  font-family: var(--ff-head);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  margin-bottom: var(--sp-4);
  line-height: 1.3;
}

.art-list-body p { font-size: 0.9rem; color: var(--c-text-2); line-height: 1.7; margin-bottom: var(--sp-3); }
.art-list-body .btn { margin-top: auto; align-self: flex-start; }

/* =============================================
   FOR PARENTS PAGE
   ============================================= */
.parents-intro { background: var(--c-bg-alt); padding: var(--sp-12) 0; }

.parents-intro-glass {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-xl);
  padding: var(--sp-10) clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: var(--sh-glass);
  max-width: 860px;
  margin: 0 auto;
}

.parents-intro-txt {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: var(--c-text-2);
  line-height: 1.8;
  text-align: center;
}

.age-sec { background: var(--c-bg); }

.age-block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: var(--sp-10);
  padding: var(--sp-12) 0;
  border-bottom: 1px solid rgba(44,110,73,0.1);
}
.age-block:last-child { border-bottom: none; }

.age-tag-col { text-align: center; }

.age-badge {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-lt));
  border-radius: var(--r-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin: 0 auto var(--sp-3);
  box-shadow: 0 4px 14px var(--c-primary-glow);
}
.age-badge-2 { background: linear-gradient(135deg, var(--c-accent), var(--c-accent-lt)); box-shadow: 0 4px 14px var(--c-accent-glow); }
.age-badge-3 { background: linear-gradient(135deg, #3d6b8a, #5a94b8); box-shadow: 0 4px 14px rgba(61,107,138,0.2); }

.age-label { font-size: 0.72rem; font-weight: 600; color: var(--c-text-3); text-transform: uppercase; letter-spacing: 0.08em; }

.age-content h2 { margin-bottom: var(--sp-4); }
.age-content > p { color: var(--c-text-2); margin-bottom: var(--sp-8); line-height: 1.75; }

.age-ideas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--sp-5);
}

.age-idea-crd { padding: var(--sp-6); }
.age-idea-crd h4 { font-family: var(--ff-head); font-size: 0.95rem; font-weight: 600; margin-bottom: var(--sp-2); }
.age-idea-crd .crd-txt { font-size: 0.85rem; }


.faq-sec { overflow: hidden; }
.faq-bg { position: absolute; inset: 0; background: linear-gradient(160deg, var(--c-grad-a), var(--c-bg)); z-index: 0; }
.faq-sec .container { position: relative; z-index: 1; }

.faq-list { display: flex; flex-direction: column; gap: var(--sp-4); max-width: 800px; margin: 0 auto; }

.faq-crd { overflow: visible; }

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-6) var(--sp-6);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--c-text);
  text-align: left;
  transition: color 0.2s ease;
}
.faq-q:hover { color: var(--c-primary); }

.faq-ico {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--c-primary-glow);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: var(--c-primary);
  transition: transform 0.3s ease, background 0.2s ease;
}
.faq-q[aria-expanded="true"] .faq-ico { transform: rotate(45deg); background: var(--c-primary); color: white; }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 var(--sp-6);
}
.faq-a.open {
  max-height: 400px;
  padding: 0 var(--sp-6) var(--sp-6);
}
.faq-a p { font-size: 0.9rem; color: var(--c-text-2); line-height: 1.75; }

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--sp-8);
  align-items: start;
}

.contact-form-crd { padding: var(--sp-10); }
.contact-form-ttl {
  font-family: var(--ff-head);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: var(--sp-8);
}

.frm { display: flex; flex-direction: column; gap: var(--sp-5); }

.frm-grp { display: flex; flex-direction: column; gap: var(--sp-2); }

.frm-lbl {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-text-2);
}

.frm-inp {
  padding: 0.75rem 1rem;
  border: 1.5px solid rgba(44,110,73,0.2);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.7);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  color: var(--c-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
  min-height: 44px;
}
.frm-inp:focus {
  outline: none;
  border-color: var(--c-primary);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 0 3px var(--c-primary-glow);
}
.frm-inp::placeholder { color: var(--c-text-3); }

.frm-sel { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232c6e49' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

.frm-ta { resize: vertical; min-height: 120px; }

.frm-chk-grp { flex-direction: row; align-items: flex-start; }
.frm-chk-lbl { display: flex; align-items: flex-start; gap: var(--sp-3); cursor: pointer; }
.frm-chk-lbl input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--c-primary); flex-shrink: 0; cursor: pointer; }
.frm-chk-txt { font-size: 0.84rem; color: var(--c-text-2); line-height: 1.5; }
.frm-chk-txt a { color: var(--c-primary); font-weight: 600; }

.frm-err {
  font-size: 0.84rem;
  color: #c0392b;
  background: rgba(192,57,43,0.08);
  border-radius: var(--r-sm);
  padding: var(--sp-3) var(--sp-4);
  display: none;
}
.frm-err.show { display: block; }

.contact-info-col { display: flex; flex-direction: column; gap: var(--sp-5); }

.contact-info-crd { padding: var(--sp-8); }
.contact-info-ttl {
  font-family: var(--ff-head);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--sp-6);
}

.contact-detail {
  display: flex;
  gap: var(--sp-4);
  align-items: flex-start;
  padding-bottom: var(--sp-5);
  border-bottom: 1px solid rgba(44,110,73,0.1);
}
.contact-detail:last-child { border-bottom: none; padding-bottom: 0; }

.contact-detail-ico {
  width: 40px;
  height: 40px;
  background: var(--c-primary-glow);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  font-size: 0.9rem;
  flex-shrink: 0;
}

.contact-detail strong { display: block; font-size: 0.82rem; font-weight: 600; color: var(--c-text-3); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: var(--sp-1); }
.contact-detail p { font-size: 0.9rem; color: var(--c-text-2); }
.contact-detail p a { color: var(--c-primary); }

.contact-map-crd {
  background: var(--c-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

.workspace-sec { background: var(--c-bg-alt); }

.workspace-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}

.ws-img-wrap { height: 260px; overflow: hidden; border-radius: var(--r-xl); }
.ws-img-wrap img { height: 100%; transition: transform 0.5s ease; }
.ws-img-wrap:hover img { transform: scale(1.05); }

/* =============================================
   THANKS PAGE
   ============================================= */
.thanks-sec { min-height: calc(100vh - var(--hdr-h) - 200px); display: flex; align-items: center; }

.thanks-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: center;
  width: 100%;
}

.thanks-quote-crd {
  padding: clamp(2rem, 4vw, 3rem);
  position: relative;
}

.thanks-quote-ico {
  font-size: 2.5rem;
  color: var(--c-primary);
  opacity: 0.25;
  display: block;
  margin-bottom: var(--sp-4);
}

.thanks-quote-txt {
  font-family: var(--ff-head);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.7;
  margin-bottom: var(--sp-5);
}

.thanks-quote-src { font-size: 0.8rem; font-weight: 600; color: var(--c-primary); text-transform: uppercase; letter-spacing: 0.06em; }

.thanks-content { text-align: center; }

.thanks-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-lt));
  border-radius: var(--r-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: white;
  margin: 0 auto var(--sp-6);
  box-shadow: 0 8px 24px var(--c-primary-glow);
}

.thanks-h1 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: var(--sp-4);
}

.thanks-txt { color: var(--c-text-2); margin-bottom: var(--sp-8); font-size: 1.05rem; }

/* =============================================
   LEGAL PAGES
   ============================================= */
.legal-sec { background: var(--c-bg); }

.legal-doc {
  max-width: 820px;
  margin: 0 auto;
  background: var(--c-surface-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-xl);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--sh-glass);
}

.legal-intro {
  font-size: 0.92rem;
  color: var(--c-text-2);
  line-height: 1.8;
  margin-bottom: var(--sp-10);
  padding-bottom: var(--sp-8);
  border-bottom: 1px solid rgba(44,110,73,0.12);
}

.legal-section { margin-bottom: var(--sp-8); }

.legal-section h2 {
  font-family: var(--ff-head);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-3);
  border-bottom: 2px solid var(--c-primary-glow);
}

.legal-section p { font-size: 0.9rem; color: var(--c-text-2); line-height: 1.82; }

/* =============================================
   FOOTER
   ============================================= */
.ftr {
  background: #1a2e22;
  padding: var(--sp-16) 0 0;
}

.ftr-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: var(--sp-8);
  padding-bottom: var(--sp-12);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ftr-crd {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.25s ease;
}
.ftr-crd:hover { background: rgba(255,255,255,0.09); }

.ftr-crd-ttl {
  font-family: var(--ff-head);
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: var(--sp-5);
}

.ftr-about p { font-size: 0.87rem; color: rgba(255,255,255,0.6); line-height: 1.7; }

.ftr-lnk-list { display: flex; flex-direction: column; gap: var(--sp-2); }
.ftr-lnk-list a {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: block;
  padding: var(--sp-1) 0;
}
.ftr-lnk-list a:hover { color: rgba(255,255,255,0.95); padding-left: var(--sp-2); }

.ftr-addr p {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: 0.87rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: var(--sp-3);
  line-height: 1.5;
}
.ftr-addr p:last-child { margin-bottom: 0; }
.ftr-addr i { color: var(--c-accent-lt); flex-shrink: 0; margin-top: 3px; }
.ftr-addr a { color: rgba(255,255,255,0.6); }
.ftr-addr a:hover { color: white; }

.ftr-btm {
  padding: var(--sp-6) 0;
  text-align: center;
}
.ftr-btm p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* =============================================
   COOKIE CONSENT
   ============================================= */
.cookie-link-wrap {
  position: fixed;
  bottom: var(--sp-5);
  left: var(--sp-5);
  z-index: 700;
}

.cookie-link-btn {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-full);
  padding: var(--sp-2) var(--sp-4);
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--c-text-2);
  cursor: pointer;
  box-shadow: var(--sh-sm);
  transition: all 0.22s ease;
}
.cookie-link-btn:hover { background: white; box-shadow: var(--sh-md); transform: translateY(-2px); }
.cookie-link-btn i { color: var(--c-accent); }

.cookie-link-btn.pulse {
  animation: cookiePulse 2.5s ease-in-out 3;
}

@keyframes cookiePulse {
  0%, 100% { box-shadow: var(--sh-sm); }
  50% { box-shadow: 0 0 0 6px var(--c-accent-glow), var(--sh-md); }
}

.cookie-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(30,43,34,0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cookie-modal-overlay.open { opacity: 1; pointer-events: all; }

.cookie-modal {
  background: var(--c-surface-strong);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--c-glass-border);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  padding: var(--sp-10);
  max-width: 480px;
  width: 100%;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}
.cookie-modal-overlay.open .cookie-modal { transform: translateY(0) scale(1); }

.cookie-modal-close {
  position: absolute;
  top: var(--sp-4);
  right: var(--sp-4);
  width: 36px;
  height: 36px;
  background: var(--c-bg-alt);
  border: none;
  border-radius: var(--r-full);
  color: var(--c-text-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cookie-modal-close:hover { background: var(--c-primary-glow); color: var(--c-primary); transform: rotate(90deg); }

.cookie-modal-ttl {
  font-family: var(--ff-head);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--sp-3);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.cookie-modal-ttl i { color: var(--c-accent); }

.cookie-modal-intro { font-size: 0.87rem; color: var(--c-text-2); margin-bottom: var(--sp-6); line-height: 1.6; }

.cookie-cats { display: flex; flex-direction: column; gap: var(--sp-4); margin-bottom: var(--sp-8); }

.cookie-cat {
  background: var(--c-bg-alt);
  border-radius: var(--r-md);
  padding: var(--sp-4) var(--sp-5);
}

.cookie-cat-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--sp-2); }

.cookie-cat-name { font-size: 0.88rem; font-weight: 600; color: var(--c-text); }

.cookie-badge {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.15rem 0.6rem;
  border-radius: var(--r-full);
}
.cookie-badge.required { background: var(--c-primary-glow); color: var(--c-primary-dk); }

.cookie-cat-desc { font-size: 0.8rem; color: var(--c-text-3); line-height: 1.5; }

.cookie-toggle { position: relative; display: inline-block; width: 44px; height: 24px; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.cookie-toggle-slider {
  position: absolute;
  inset: 0;
  background: rgba(44,110,73,0.2);
  border-radius: var(--r-full);
  cursor: pointer;
  transition: background 0.25s ease;
}
.cookie-toggle-slider::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: var(--r-full);
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--c-primary); }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(20px); }

.cookie-modal-actions { display: flex; gap: var(--sp-3); justify-content: flex-end; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .intro-strip-grid { grid-template-columns: 1fr; gap: var(--sp-10); }
  .intro-strip-img { display: none; }
  .ben-inner { grid-template-columns: 1fr; }
  .ben-img-col { display: none; }
  .parents-prev-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-img-col { display: none; }
  .art-list-crd { grid-template-columns: 1fr; }
  .art-list-img { min-height: 220px; }
  .contact-grid { grid-template-columns: 1fr; }
  .workspace-gallery { grid-template-columns: 1fr 1fr; }
  .thanks-wrap { grid-template-columns: 1fr; }
  .age-block { grid-template-columns: 1fr; }
  .age-tag-col { display: flex; align-items: center; gap: var(--sp-4); }
}

@media (max-width: 768px) {
  :root { --hdr-h: 64px; }

  .hdr-nav { display: none; }
  .hdr-burger { display: flex; }
  .mob-bot-nav { display: grid; }

  .pg-wrap { padding-bottom: 72px; }

  .hero-h1 { font-size: clamp(1.8rem, 7vw, 2.8rem); }

  .feat-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }

  .ftr-grid { grid-template-columns: 1fr; gap: var(--sp-5); }

  .workspace-gallery { grid-template-columns: 1fr; }

  .art-list-crd { border-radius: var(--r-lg); }
  .art-list-body { padding: var(--sp-6); }

  .contact-form-crd { padding: var(--sp-6); }

  .cookie-link-wrap { bottom: calc(72px + var(--sp-4)); }

  .age-ideas-grid { grid-template-columns: 1fr; }
  .age-block { gap: var(--sp-6); }
}

@media (max-width: 480px) {
  .container { padding: 0 var(--sp-4); }
  .hero-glass { padding: var(--sp-8); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .btn-ghost { color: white; }
  .sec { padding: var(--sp-12) 0; }
  .legal-doc { padding: var(--sp-6); }
  .ftr-crd { padding: var(--sp-6); }
  .art-filter-bar { gap: var(--sp-2); }
  .art-filter-btn { padding: var(--sp-2) var(--sp-3); font-size: 0.8rem; }
}

/* =============================================
   ENTRANCE ANIMATIONS
   ============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.hero-glass { animation: fadeUp 0.8s cubic-bezier(0.22,1,0.36,1) both; }
.hero-scroll { animation: fadeIn 1.2s ease 0.8s both; }

.crd { animation: fadeUp 0.5s cubic-bezier(0.22,1,0.36,1) both; }
.feat-grid .crd:nth-child(1) { animation-delay: 0.1s; }
.feat-grid .crd:nth-child(2) { animation-delay: 0.2s; }
.feat-grid .crd:nth-child(3) { animation-delay: 0.3s; }
.feat-grid .crd:nth-child(4) { animation-delay: 0.4s; }