/* ================================================================
   GK SILICONES v2 — Inspired by Provital
   Modern, motion-driven, editorial-massive typography,
   Plus Jakarta Sans (Indonesian font), bold accent, breathing space.
   ================================================================ */

:root{
  /* COLOR — confident editorial palette */
  --ink:        #0E1014;
  --onyx:       #161A20;
  --forest:     #1F2D2A;        /* deep sage / cosmetic green */
  --bone:       #F4EFE5;        /* cream */
  --paper:      #FFFFFF;
  --pearl:      #ECE5D5;
  --line:       #E2DACA;
  --line-soft:  #EFE9DC;
  --muted:      #6B6E73;
  --muted-2:    #9A9C9F;

  /* ACCENT — bold, distinctive (vs Provital pink, we use warm clay+gold) */
  --clay:       #D4654E;        /* coral-clay PRIMARY signature */
  --clay-soft:  #F5C7B8;
  --gold:       #C9A876;        /* secondary accent */
  --gold-soft:  #EBDDC0;

  /* Type families — geometric sans dominant (like Euclid Circular) */
  --f-sans:    "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-display: "Plus Jakarta Sans", "Inter", sans-serif;
  --f-serif:   "Newsreader", "Source Serif 4", Georgia, serif;
  --f-mono:    "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  /* SCALE — editorial-massive */
  --t-display-xl: clamp(72px, 13vw, 240px);
  --t-display-lg: clamp(56px, 9vw, 160px);
  --t-display-md: clamp(40px, 6vw, 96px);
  --t-display-sm: clamp(32px, 4.4vw, 64px);
  --t-h2:         clamp(28px, 3.4vw, 48px);
  --t-h3:         clamp(20px, 2.2vw, 28px);
  --t-lead:       clamp(17px, 1.4vw, 22px);
  --t-body:       16px;
  --t-sm:         14px;
  --t-xs:         12px;
  --t-micro:      11px;

  /* Spacing — generous */
  --s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
  --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px;
  --s-9: 96px; --s-10:128px;--s-11:192px;--s-12:256px;

  /* Layout */
  --container: 1440px;
  --container-narrow: 920px;
  --gutter: clamp(16px, 4vw, 64px);

  --radius-sm: 6px;
  --radius:    14px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --radius-pill: 999px;

  --shadow-1: 0 1px 3px rgba(14,16,20,.04);
  --shadow-2: 0 12px 32px rgba(14,16,20,.06);
  --shadow-3: 0 32px 64px rgba(14,16,20,.10);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* RESET */
*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ -webkit-text-size-adjust:100%; scroll-behavior: smooth; }
/* Page-level scroll snap (Provital-style firm sections) — only on home */
html.snap{
  scroll-snap-type: y proximity;
  scroll-padding-top: 0;
}
.snap-section{
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  min-height: 100vh;
  position: relative;
}
/* Center inner content of snap sections that aren't already flex */
html.snap .section.snap-section,
html.snap .insights-section.snap-section,
html.snap .events-section.snap-section,
html.snap .contact-section.snap-section,
html.snap .manifesto-section.snap-section,
html.snap .footer-v2.snap-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--s-9);
  padding-bottom: var(--s-9);
}
/* CRITICAL: prevent flex-children .wrap from shrinking */
html.snap .snap-section > .wrap,
html.snap .snap-section > .wrap-narrow{
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 720px){
  html.snap{ scroll-snap-type: y proximity; }
}
@media (prefers-reduced-motion: reduce){
  html.snap{ scroll-snap-type: none; }
}

/* ================================================================
   SNAP COMPACT MODE — fit each section in 1 viewport
   ================================================================ */
html.snap .hero{ min-height: 100vh; padding: 88px 0 72px; }
html.snap .hero-headline{ font-size: clamp(48px, 7.5vw, 96px); margin-bottom: var(--s-5); }
html.snap .hero-deck{ font-size: clamp(15px, 1.3vw, 18px); margin-bottom: var(--s-5); max-width: 46ch; }
html.snap .hero-pretitle{ margin-bottom: var(--s-5); }
html.snap .hero-actions-modern{ margin-bottom: var(--s-5); }
html.snap .hero-bottom{ position: absolute; bottom: 32px; }
html.snap .hero-stats-inline{ padding-top: var(--s-4); gap: var(--s-6); }
html.snap .hero-stats-inline .stat-num{ font-size: 32px; }

/* Manifesto already 800 — minor tighten */
html.snap .manifesto-section{ padding: var(--s-8) 0; min-height: 100vh; }
html.snap .manifesto-text{ font-size: clamp(26px, 3.2vw, 44px); }

/* Pillars — reduce card height & content */
html.snap .pillars{ min-height: auto; }
html.snap .pillar-card{ min-height: 420px; padding: var(--s-7) var(--s-6); }
html.snap .pillar-num{ margin-bottom: var(--s-4); }
html.snap .pillar-title{ font-size: clamp(40px, 5vw, 80px); margin-bottom: var(--s-3); }
html.snap .pillar-desc{ font-size: 14px; margin-bottom: var(--s-4); max-width: none; }
html.snap .pillar-list{ font-size: 13px; margin-bottom: var(--s-4); }
html.snap .pillar-list li{ padding: 4px 0; }
html.snap .pillar-cta{ padding: 10px 18px; font-size: 13px; }
html.snap .section.section-cream.snap-section{ padding: var(--s-7) 0; }
html.snap .section.section-cream.snap-section .section-title-row{ margin-bottom: var(--s-5); padding-bottom: var(--s-3); }
html.snap .section-headline{ font-size: clamp(32px, 4vw, 56px); }

/* Apps — already 800 fine */
html.snap .section.section-paper.snap-section{ padding: var(--s-7) 0; }
html.snap .apps-grid-v2{ gap: var(--s-3); }
html.snap .app-card-v2{ aspect-ratio: 4/5; }
html.snap .app-card-v2 h3{ font-size: clamp(22px, 2vw, 28px); margin-bottom: 6px; }
html.snap .app-card-v2 p{ font-size: 13px; margin-bottom: var(--s-3); }

/* Featured products — reduce to 3 cards on snap, smaller tiles */
html.snap .section.section-cream.snap-section .products-row{
  grid-template-columns: repeat(3, 1fr); gap: var(--s-4);
}
html.snap .product-tile{ padding: var(--s-4); min-height: auto; }
html.snap .product-tile-img{ aspect-ratio: 16/9; margin-bottom: var(--s-3); }
html.snap .product-tile h3{ font-size: 18px; margin-bottom: 6px; }
html.snap .product-tile p{ font-size: 13px; margin-bottom: var(--s-3); -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
html.snap .section.section-cream.snap-section .products-row .product-tile:nth-child(n+4){ display: none; }

/* Insights — tighten aggressively */
html.snap .insights-section.snap-section{ padding: var(--s-6) 0; }
html.snap .insights-section.snap-section .section-title-row{ margin-bottom: var(--s-4); padding-bottom: var(--s-3); }
html.snap .insights-grid-v2{ gap: var(--s-3); }
html.snap .insight-tile-img{ aspect-ratio: 16/8; }
html.snap .insight-tile.feature .insight-tile-img{ aspect-ratio: 16/9; }
html.snap .insight-tile-body{ padding: var(--s-3) var(--s-4) var(--s-4); }
html.snap .insight-tile-meta{ margin-bottom: 6px; font-size: 9px; }
html.snap .insight-tile h3{ font-size: 15px; line-height: 1.2; }
html.snap .insight-tile.feature h3{ font-size: clamp(18px, 2vw, 24px); }
html.snap .insight-tile-cta{ margin-top: 6px; font-size: 12px; }

/* Events — already 800 OK, slight tighten */
html.snap .events-section.snap-section{ padding: var(--s-7) 0; }
html.snap .events-headline{ font-size: clamp(72px, 14vw, 240px); margin-bottom: var(--s-5); }

/* Contact — tighten padding & form */
html.snap .contact-section.snap-section{ padding: var(--s-7) 0; }
html.snap .contact-info-v2 h2{ font-size: clamp(36px, 5vw, 72px); margin-bottom: var(--s-5); }
html.snap .contact-info-v2 .lead{ font-size: 15px; margin-bottom: var(--s-4) !important; }
html.snap .contact-channels{ gap: var(--s-3); margin-bottom: 0; }
html.snap .contact-channel{ padding: var(--s-3) var(--s-4); }
html.snap .contact-form-v2{ padding: var(--s-5); }
html.snap .contact-form-v2 h3{ font-size: 20px; margin-bottom: var(--s-4); }
html.snap .field-v2{ margin-bottom: var(--s-3); }
html.snap .field-v2 input, html.snap .field-v2 select, html.snap .field-v2 textarea{ padding: 10px 12px; font-size: 14px; }
html.snap .field-v2 textarea{ min-height: 70px; }

/* Footer — compact mega */
html.snap .footer-v2.snap-section{ padding: var(--s-7) 0 var(--s-4); }
html.snap .footer-mega{ font-size: clamp(48px, 9vw, 144px); margin-bottom: var(--s-5); }
html.snap .footer-grid-v2{ gap: var(--s-5); padding-top: var(--s-4); margin-bottom: var(--s-4); }
html.snap .footer-info-v2 p{ margin-top: var(--s-3); }

/* Responsive — disable snap on small screens (single column flow) */
@media (max-width: 720px){
  html.snap .section.section-cream.snap-section .products-row .product-tile:nth-child(n+4){ display: flex; }
  html.snap{ scroll-snap-type: none; }
  .snap-section{ min-height: auto !important; }
}
body{
  font-family: var(--f-sans);
  font-size: var(--t-body);
  line-height: 1.55;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img,svg,video{ display:block; max-width:100%; height:auto; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; border:0; background:none; cursor:pointer; color:inherit; }
ul{ list-style:none; }
::selection{ background: var(--clay); color: var(--paper); }

/* CONTAINERS */
.wrap{ max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-narrow{ max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--gutter); }

/* TYPOGRAPHY UTILITIES */
.display-xl{
  font-family: var(--f-display);
  font-size: var(--t-display-xl);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.display-lg{
  font-family: var(--f-display);
  font-size: var(--t-display-lg);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.display-md{
  font-family: var(--f-display);
  font-size: var(--t-display-md);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.display-sm{
  font-family: var(--f-display);
  font-size: var(--t-display-sm);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.h2{
  font-family: var(--f-display);
  font-size: var(--t-h2);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.h3{
  font-family: var(--f-display);
  font-size: var(--t-h3);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.serif{ font-family: var(--f-serif); font-style: italic; font-weight: 400; }
.serif-italic{ font-family: var(--f-serif); font-style: italic; font-weight: 300; }

.lead{
  font-family: var(--f-sans);
  font-size: var(--t-lead);
  line-height: 1.5;
  color: var(--ink);
  font-weight: 400;
  max-width: 60ch;
}
.lead-muted{ color: var(--muted); }
.eyebrow{
  font-family: var(--f-mono);
  font-size: var(--t-micro);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay);
  display: inline-block;
}

/* BUTTONS — pill style, generous */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--radius-pill);
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: all .3s var(--ease);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-primary{
  background: var(--ink);
  color: var(--paper);
}
.btn-primary:hover{
  background: var(--clay);
  transform: translateY(-2px);
}
.btn-clay{
  background: var(--clay);
  color: var(--paper);
}
.btn-clay:hover{ background: var(--ink); transform: translateY(-2px); }
.btn-ghost{
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-ghost:hover{ background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-ghost-light{
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255,255,255,.4);
}
.btn-ghost-light:hover{ background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn .arrow{
  transition: transform .3s var(--ease);
}
.btn:hover .arrow{ transform: translateX(4px); }

/* NAV — pill floating glass */
.nav{
  position: fixed;
  top: var(--s-4);
  left: var(--s-4);
  right: var(--s-4);
  z-index: 100;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-radius: var(--radius-pill);
  padding: 10px 10px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 4px 32px rgba(14,16,20,.08);
  transition: all .3s var(--ease);
}
.nav.scrolled{
  background: rgba(255,255,255,.95);
}
.nav-brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav-brand img{
  height: 28px;
  width: auto;
}
.nav-brand-text{
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.nav-links{
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-link{
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  transition: all .25s ease;
  position: relative;
}
.nav-link:hover{ background: rgba(14,16,20,.06); }
.nav-link.active{ color: var(--clay); }
.nav-cta{
  background: var(--ink);
  color: var(--paper);
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .25s ease;
}
.nav-cta:hover{ background: var(--clay); }

.hamburger{
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
}
.hamburger span{
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--paper);
  position: relative;
}
.hamburger span::before, .hamburger span::after{
  content: ""; position: absolute;
  left: 0; width: 100%; height: 1.5px;
  background: var(--paper);
}
.hamburger span::before{ top: -6px; }
.hamburger span::after{ top: 6px; }

/* MOBILE MENU */
.mobile-menu{
  position: fixed;
  inset: 0;
  background: var(--ink);
  color: var(--paper);
  z-index: 99;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: var(--s-7);
}
.mobile-menu.open{ display: flex; }
.mobile-menu a{
  font-family: var(--f-display);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  padding: 12px 0;
  color: var(--paper);
}
.mobile-menu a:hover{ color: var(--clay); }

/* HERO — full-bleed editorial */
.hero{
  position: relative;
  min-height: 100vh;
  background: var(--bone);
  display: flex;
  align-items: center;
  padding: var(--s-11) 0 var(--s-9);
  overflow: hidden;
}
.hero-bg{
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244,239,229,.0) 0%, rgba(244,239,229,.92) 70%, var(--bone) 100%),
    linear-gradient(90deg, rgba(244,239,229,.7) 0%, rgba(244,239,229,.2) 50%, transparent 100%);
}
.hero .wrap{ position: relative; z-index: 2; }

.hero-pretitle{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: var(--s-7);
  box-shadow: var(--shadow-1);
}
.hero-pretitle .live-dot{
  width: 8px; height: 8px;
  background: var(--clay);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse{
  0%,100%{ opacity: 1; transform: scale(1); }
  50%{ opacity: 0.5; transform: scale(0.85); }
}

.hero-headline{
  font-family: var(--f-display);
  font-size: var(--t-display-xl);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin-bottom: var(--s-7);
  max-width: 13ch;
}
.hero-headline .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
  letter-spacing: -0.03em;
}

.hero-deck{
  font-size: var(--t-lead);
  line-height: 1.5;
  color: var(--ink);
  max-width: 50ch;
  margin-bottom: var(--s-7);
  font-weight: 400;
}

.hero-actions{
  display: flex;
  gap: var(--s-3);
  flex-wrap: wrap;
  margin-bottom: var(--s-9);
}

.hero-bottom{
  position: absolute;
  bottom: var(--s-7);
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: end;
  z-index: 3;
  gap: var(--s-7);
}
.hero-stats{
  display: flex;
  gap: var(--s-7);
  align-items: end;
}
.hero-stat .num{
  font-family: var(--f-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
  display: block;
}
.hero-stat .num small{
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 50%;
  color: var(--clay);
  font-weight: 400;
  margin-left: 4px;
}
.hero-stat .lab{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  display: block;
}
.hero-scroll-cue{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-scroll-cue::after{
  content: "";
  width: 1px; height: 32px;
  background: var(--ink);
  animation: scrollCue 2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollCue{
  0%,100%{ transform: scaleY(0.3); opacity: 0.4; }
  50%{ transform: scaleY(1); opacity: 1; }
}

/* MANIFESTO BLOCK — right-aligned editorial moment */
.manifesto-section{
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-11) 0;
  position: relative;
  overflow: hidden;
}
.manifesto-grid{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--s-9);
  align-items: end;
}
.manifesto-meta{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clay);
  align-self: start;
}
.manifesto-text{
  font-family: var(--f-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--paper);
}
.manifesto-text .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
}
.manifesto-text strong{
  font-weight: 600;
  color: var(--paper);
}

/* SECTION SHELL */
.section{
  padding: var(--s-11) 0;
  position: relative;
}
.section-tight{ padding: var(--s-9) 0; }
.section-cream{ background: var(--bone); }
.section-pearl{ background: var(--pearl); }
.section-paper{ background: var(--paper); }
.section-dark{ background: var(--ink); color: var(--paper); }

.section-title-row{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: var(--s-9);
  gap: var(--s-7);
}
.section-title-block .eyebrow{ margin-bottom: var(--s-5); }
.section-headline{
  font-family: var(--f-display);
  font-size: var(--t-display-md);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--ink);
  max-width: 18ch;
}
.section-headline .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
  letter-spacing: -0.025em;
}
.section-dark .section-headline{ color: var(--paper); }
.section-dark .eyebrow{ color: var(--gold); }

/* FAMILY SHOWCASE — 2 big pillars (CareActives/CareMotives style) */
.pillars{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.pillar-card{
  background: var(--bone);
  padding: var(--s-9) var(--s-7);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 580px;
  transition: background .3s var(--ease);
  text-decoration: none;
  color: inherit;
}
.pillar-card:hover{ background: var(--paper); }
.pillar-card.dark{ background: var(--forest); color: var(--paper); }
.pillar-card.dark:hover{ background: var(--ink); }
.pillar-num{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: var(--s-7);
}
.pillar-card.dark .pillar-num{ color: var(--gold); }
.pillar-title{
  font-family: var(--f-display);
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: var(--s-5);
}
.pillar-card.dark .pillar-title{ color: var(--paper); }
.pillar-title .tm{
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 35%;
  vertical-align: top;
  font-weight: 400;
  color: var(--clay);
  margin-left: 4px;
  line-height: 1;
}
.pillar-desc{
  font-size: var(--t-lead);
  line-height: 1.5;
  color: var(--muted);
  max-width: 38ch;
  margin-bottom: var(--s-7);
}
.pillar-card.dark .pillar-desc{ color: rgba(255,255,255,.7); }
.pillar-list{
  font-family: var(--f-sans);
  font-size: 14px;
  color: var(--ink);
  line-height: 1.8;
  margin-bottom: var(--s-7);
  display: grid;
  gap: 4px;
}
.pillar-card.dark .pillar-list{ color: rgba(255,255,255,.85); }
.pillar-list li{
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  border-top: 1px solid var(--line);
}
.pillar-card.dark .pillar-list li{ border-top-color: rgba(255,255,255,.1); }
.pillar-list li::before{
  content: "";
  width: 4px; height: 4px;
  background: var(--clay);
  border-radius: 50%;
  flex-shrink: 0;
  transform: translateY(-3px);
}
.pillar-list .count{
  margin-left: auto;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: .08em;
}
.pillar-card.dark .pillar-list .count{ color: rgba(255,255,255,.4); }
.pillar-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  align-self: flex-start;
  padding: 14px 24px;
  border-radius: var(--radius-pill);
  border: 1.5px solid var(--ink);
  transition: all .3s var(--ease);
}
.pillar-card:hover .pillar-cta{ background: var(--ink); color: var(--paper); }
.pillar-card.dark .pillar-cta{ border-color: var(--paper); color: var(--paper); }
.pillar-card.dark:hover .pillar-cta{ background: var(--paper); color: var(--ink); }
.pillar-cta .arrow{
  transition: transform .3s var(--ease);
}
.pillar-card:hover .pillar-cta .arrow{ transform: translateX(4px); }

/* APPLICATIONS — full-bleed image cards with scrim */
.apps-grid-v2{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-3);
}
.app-card-v2{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--ink);
  text-decoration: none;
  color: var(--paper);
  display: block;
  transition: transform .5s var(--ease);
}
.app-card-v2:hover{ transform: translateY(-6px); }
.app-card-v2 img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out), filter .5s ease;
  filter: brightness(0.85) saturate(1.1);
}
.app-card-v2:hover img{ transform: scale(1.06); filter: brightness(0.95) saturate(1.2); }
.app-card-v2::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(14,16,20,.9));
  z-index: 1;
}
.app-card-v2 .app-label{
  position: absolute;
  top: var(--s-5);
  left: var(--s-5);
  z-index: 2;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--paper);
  background: rgba(255,255,255,.12);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
}
.app-card-v2 .app-bottom{
  position: absolute;
  bottom: var(--s-6);
  left: var(--s-6);
  right: var(--s-6);
  z-index: 2;
}
.app-card-v2 h3{
  font-family: var(--f-display);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--paper);
  margin-bottom: var(--s-3);
  line-height: 1;
}
.app-card-v2 p{
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.85);
  margin-bottom: var(--s-4);
  max-width: 32ch;
}
.app-card-v2 .app-arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 50%;
  transition: all .3s var(--ease);
}
.app-card-v2:hover .app-arrow{
  background: var(--clay);
  color: var(--paper);
  transform: rotate(-45deg);
}
.app-card-v2 .app-arrow svg{ width: 14px; height: 14px; }

/* FEATURED PRODUCTS — clean grid */
.products-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
.product-tile{
  background: var(--paper);
  border-radius: var(--radius);
  padding: var(--s-6);
  transition: all .35s var(--ease);
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.product-tile:hover{
  border-color: var(--ink);
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}
.product-tile-img{
  aspect-ratio: 16/10;
  background: var(--bone);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-bottom: var(--s-5);
}
.product-tile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease-out);
}
.product-tile:hover .product-tile-img img{ transform: scale(1.05); }
.product-tile-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--s-3);
}
.product-tile-code{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.product-tile-tag{
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--clay);
  color: var(--paper);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-weight: 600;
}
.product-tile h3{
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: var(--s-3);
  line-height: 1.15;
}
.product-tile p{
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: var(--s-5);
  flex: 1;
}
.product-tile-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  align-self: flex-start;
}
.product-tile-link::after{
  content: "→";
  transition: transform .25s ease;
}
.product-tile:hover .product-tile-link::after{ transform: translateX(4px); }

/* INSIGHTS — editorial massive titles */
.insights-section{
  background: var(--bone);
  padding: var(--s-11) 0;
}
.insights-section .section-title-row{
  margin-bottom: var(--s-7);
}
.insights-grid-v2{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: var(--s-5);
}
.insight-tile{
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .3s var(--ease);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.insight-tile.feature{
  background: var(--forest);
  color: var(--paper);
}
.insight-tile:hover{ transform: translateY(-4px); box-shadow: var(--shadow-2); }
.insight-tile-img{
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--pearl);
}
.insight-tile.feature .insight-tile-img{ aspect-ratio: 16/12; }
.insight-tile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out);
}
.insight-tile:hover .insight-tile-img img{ transform: scale(1.05); }
.insight-tile-body{
  padding: var(--s-6) var(--s-6) var(--s-7);
  flex: 1;
  display: flex;
  flex-direction: column;
}
.insight-tile.feature .insight-tile-body{ padding: var(--s-7); }
.insight-tile-meta{
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--s-4);
}
.insight-tile.feature .insight-tile-meta{ color: rgba(255,255,255,.6); }
.insight-tile-cat{ color: var(--clay); font-weight: 600; }
.insight-tile.feature .insight-tile-cat{ color: var(--gold); }
.insight-tile h3{
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: var(--s-3);
  flex: 1;
}
.insight-tile.feature h3{
  font-size: clamp(28px, 3vw, 40px);
  color: var(--paper);
  letter-spacing: -0.03em;
}
.insight-tile-cta{
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-top: var(--s-4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.insight-tile.feature .insight-tile-cta{ color: var(--gold); }
.insight-tile-cta::after{
  content: "→";
  transition: transform .25s ease;
}
.insight-tile:hover .insight-tile-cta::after{ transform: translateX(4px); }

/* MARQUEE — subtle motion strip */
.marquee{
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-5) 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.marquee-track{
  display: flex;
  gap: var(--s-7);
  animation: scroll 40s linear infinite;
  white-space: nowrap;
}
.marquee-item{
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-family: var(--f-display);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  color: var(--paper);
  letter-spacing: -0.02em;
}
.marquee-item .dot{
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--clay);
  border-radius: 50%;
  margin: 0 var(--s-5);
}
.marquee-item .italic{
  font-family: var(--f-serif);
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
@keyframes scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* EVENTS — massive headline + content */
.events-section{
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-11) 0;
  position: relative;
  overflow: hidden;
}
.events-headline{
  font-family: var(--f-display);
  font-size: clamp(96px, 18vw, 360px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--paper);
  margin-bottom: var(--s-7);
}
.events-headline .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
}
.events-card{
  background: var(--paper);
  color: var(--ink);
  padding: var(--s-7);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--s-7);
  align-items: center;
}
.events-date{
  text-align: center;
  padding: var(--s-4);
  background: var(--clay);
  color: var(--paper);
  border-radius: var(--radius-sm);
  min-width: 96px;
}
.events-date .day{
  font-family: var(--f-display);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.events-date .month{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 4px;
}
.events-content h3{
  font-family: var(--f-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}
.events-content p{
  font-size: 14px;
  color: var(--muted);
}

/* CONTACT — simplified */
.contact-section{
  background: var(--bone);
  padding: var(--s-11) 0;
}
.contact-grid-v2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-9);
}
.contact-info-v2 h2{
  font-family: var(--f-display);
  font-size: var(--t-display-md);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: var(--s-7);
}
.contact-info-v2 h2 .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
}
.contact-channels{
  display: grid;
  gap: var(--s-4);
  margin-bottom: var(--s-7);
}
.contact-channel{
  background: var(--paper);
  border-radius: var(--radius);
  padding: var(--s-5);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--s-4);
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all .3s ease;
  border: 1px solid transparent;
}
.contact-channel:hover{
  border-color: var(--clay);
  background: var(--paper);
  transform: translateY(-2px);
}
.contact-channel .ico{
  width: 44px; height: 44px;
  background: var(--bone);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--clay);
}
.contact-channel .ico svg{ width: 18px; height: 18px; }
.contact-channel .lab{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}
.contact-channel .val{
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.contact-channel-arrow{
  width: 32px; height: 32px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all .3s ease;
}
.contact-channel:hover .contact-channel-arrow{
  background: var(--clay);
  border-color: var(--clay);
  color: var(--paper);
  transform: rotate(-45deg);
}
.contact-channel-arrow svg{ width: 12px; height: 12px; }

.contact-form-v2{
  background: var(--paper);
  border-radius: var(--radius);
  padding: var(--s-7);
}
.contact-form-v2 h3{
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-6);
}
.field-v2{
  display: grid;
  gap: 8px;
  margin-bottom: var(--s-4);
}
.field-v2 label{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.field-v2 input,
.field-v2 select,
.field-v2 textarea{
  font-family: var(--f-sans);
  font-size: 15px;
  padding: 14px 16px;
  background: var(--bone);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  transition: all .2s ease;
  width: 100%;
}
.field-v2 input:focus,
.field-v2 select:focus,
.field-v2 textarea:focus{
  outline: none;
  border-color: var(--clay);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(212,101,78,.15);
}
.field-v2 textarea{ resize: vertical; min-height: 100px; }
.form-row-v2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-4);
  margin-bottom: 0;
}
.form-row-v2 .field-v2{ margin-bottom: var(--s-4); }

/* FOOTER — bold editorial */
.footer-v2{
  background: var(--ink);
  color: var(--paper);
  padding: var(--s-10) 0 var(--s-6);
  position: relative;
  overflow: hidden;
}
.footer-mega{
  font-family: var(--f-display);
  font-size: clamp(64px, 11vw, 200px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.05em;
  color: var(--paper);
  margin-bottom: var(--s-9);
  word-break: break-word;
}
.footer-mega .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
}
.footer-grid-v2{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--s-7);
  padding-top: var(--s-7);
  border-top: 1px solid rgba(255,255,255,.1);
  margin-bottom: var(--s-7);
}
.footer-info-v2 p{
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height: 1.7;
  margin-top: var(--s-3);
  max-width: 36ch;
}
.footer-col-v2 h5{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: var(--s-5);
  font-weight: 500;
}
.footer-col-v2 ul{ display: grid; gap: var(--s-3); }
.footer-col-v2 a{
  font-size: 14px;
  color: rgba(255,255,255,.7);
  transition: color .2s;
}
.footer-col-v2 a:hover{ color: var(--clay); }
.footer-bottom-v2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--s-5);
  border-top: 1px solid rgba(255,255,255,.05);
  font-size: 12px;
  color: rgba(255,255,255,.4);
}
.footer-bottom-v2 .legal-v2{
  display: flex;
  gap: var(--s-5);
}
.footer-bottom-v2 a:hover{ color: var(--clay); }

/* SCROLL REVEAL */
[data-reveal]{
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
[data-reveal].in{ opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"]{ transition-delay: .08s; }
[data-reveal-delay="2"]{ transition-delay: .16s; }
[data-reveal-delay="3"]{ transition-delay: .24s; }
[data-reveal-delay="4"]{ transition-delay: .32s; }
[data-reveal-delay="5"]{ transition-delay: .40s; }

/* PAGE HERO (sub-pages) */
.page-hero-v2{
  background: var(--bone);
  padding: var(--s-11) 0 var(--s-9);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.page-hero-v2 .breadcrumb-v2{
  display: flex;
  gap: var(--s-3);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--s-7);
}
.page-hero-v2 .breadcrumb-v2 a{ color: var(--muted); }
.page-hero-v2 .breadcrumb-v2 a:hover{ color: var(--clay); }
.page-hero-v2 .breadcrumb-v2 .current{ color: var(--ink); }
.page-hero-v2 h1{
  font-family: var(--f-display);
  font-size: var(--t-display-lg);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: var(--s-5);
  max-width: 18ch;
}
.page-hero-v2 h1 .italic{
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--clay);
}
.page-hero-v2 .lead{ font-size: var(--t-lead); color: var(--muted); }

/* RESPONSIVE */
@media (max-width: 1100px){
  .hero{ min-height: auto; padding: var(--s-10) 0 var(--s-8); }
  .hero-bottom{ position: static; padding-top: var(--s-7); border-top: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .pillars{ grid-template-columns: 1fr; }
  .pillar-card{ min-height: 480px; padding: var(--s-7); }
  .apps-grid-v2{ grid-template-columns: repeat(2, 1fr); }
  .products-row{ grid-template-columns: repeat(2, 1fr); }
  .insights-grid-v2{ grid-template-columns: 1fr; }
  .manifesto-grid{ grid-template-columns: 1fr; gap: var(--s-5); }
  .section-title-row{ flex-direction: column; align-items: flex-start; }
  .footer-grid-v2{ grid-template-columns: 1fr 1fr; }
  .contact-grid-v2{ grid-template-columns: 1fr; }
  .nav-links{ display: none; }
  .nav-cta{ display: none; }
  .hamburger{ display: inline-flex; }
}
@media (max-width: 720px){
  .apps-grid-v2{ grid-template-columns: 1fr; }
  .products-row{ grid-template-columns: 1fr; }
  .footer-grid-v2{ grid-template-columns: 1fr; }
  .events-card{ grid-template-columns: 1fr; gap: var(--s-4); }
  .form-row-v2{ grid-template-columns: 1fr; }
  .hero-stats{ flex-direction: column; gap: var(--s-4); align-items: flex-start; }
  .nav{ left: var(--s-3); right: var(--s-3); padding: 8px 8px 8px 16px; }
}

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