/* ==== Lupi · Lab — clinical & technical ==== */
:root {
  --bg: #fafafa;
  --paper: #ffffff;
  --ink: #0a0a0a;
  --navy: #262e69;
  --light: #dbf0fd;
  --rose: #b7999c;          /* "flores" del sistema cromático */
  --rose-dk: #8a6a6d;
  --rose-soft: #f0e1e2;
  --rule: rgba(10,10,10,0.10);
  --rule-mid: rgba(10,10,10,0.16);
  --rule-strong: #0a0a0a;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  --sans: "Inter Tight", system-ui, sans-serif;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --script: "Pacifico", cursive;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body { font-family: var(--mono); font-size: 13px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
.lab { overflow-x: hidden; }

/* TOP BAR */
.bar {
  position: sticky; top: 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 24px;
  padding: 10px max(24px, calc((100vw - 1400px) / 2));
  background: var(--paper);
  border-bottom: 1px solid var(--rule-mid);
  font-family: var(--mono); font-size: 12px;
}
.bar-mark { font-family: var(--script); font-size: 28px; line-height: 1; color: var(--navy); padding-right: 16px; border-right: 1px solid var(--rule-mid); margin-right: 8px; }
.bar-id { font-size: 11px; opacity: 0.65; letter-spacing: 0.04em; }
.bar-nav { display: flex; gap: 4px; justify-content: center; }
.bar-nav a {
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0.78;
  transition: all 0.15s;
}
.bar-nav a:hover { opacity: 1; background: var(--bg); border-color: var(--rule); }
.bar-right { display: flex; gap: 8px; align-items: center; font-size: 11px; }
.bar-status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; background: var(--bg); border: 1px solid var(--rule); border-radius: 999px; }
.bar-status::before { content: ""; width: 6px; height: 6px; background: #2c8a4e; border-radius: 50%; box-shadow: 0 0 0 3px rgba(44,138,78,0.18); }
.bar-cta { padding: 8px 14px; background: var(--ink); color: var(--paper); border-radius: 999px; }

/* Status sub-bar (lab readout) */
.readout {
  display: grid; grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid var(--rule-mid);
  background: var(--bg);
  font-family: var(--mono); font-size: 11px;
}
.readout div {
  padding: 10px 14px;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 2px;
}
.readout div:last-child { border-right: 0; }
.readout dt { font-size: 10px; opacity: 0.55; letter-spacing: 0.08em; text-transform: uppercase; }
.readout dd { margin: 0; font-size: 13px; }

/* HERO */
.h-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-bottom: 1px solid var(--rule-mid);
}
.h-l {
  padding: 64px 48px 56px max(48px, calc((100vw - 1400px) / 2));
  border-right: 1px solid var(--rule-mid);
}
.h-meta { display: flex; gap: 20px; margin-bottom: 28px; font-size: 11px; }
.h-meta span { padding: 4px 10px; background: var(--paper); border: 1px solid var(--rule-mid); border-radius: 4px; }
.h-meta b { font-weight: 500; }
.h-h {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  font-feature-settings: "ss01" on;
}
.h-h em {
  font-style: italic;
  font-weight: 300;
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.h-h sup {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  vertical-align: super;
  letter-spacing: 0;
  margin-left: 4px;
}
.h-deck {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 19px;
  line-height: 1.4;
  max-width: 520px;
  margin: 0 0 36px;
  letter-spacing: -0.01em;
}
.h-actions { display: flex; gap: 10px; margin-bottom: 48px; }
.btn-mono {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px;
  background: var(--ink); color: var(--paper);
  border-radius: 8px;
  border: 1px solid var(--ink);
  font: inherit; font-size: 13px;
  transition: transform 0.15s;
}
.btn-mono:hover { transform: translateY(-1px); }
.btn-mono--ghost { background: transparent; color: var(--ink); }
.btn-mono--ghost:hover { background: var(--paper); }

.h-readout-large {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule-mid);
  padding-top: 28px;
  gap: 32px;
}
.h-readout-large > div { display: flex; flex-direction: column; gap: 6px; }
.h-readout-large .lbl { font-size: 10px; opacity: 0.6; letter-spacing: 0.1em; text-transform: uppercase; }
.h-readout-large .num { font-family: var(--sans); font-weight: 200; font-size: 38px; letter-spacing: -0.02em; line-height: 1; }
.h-readout-large .delta { font-size: 11px; color: #2c8a4e; }

.h-r {
  position: relative;
  background:
    radial-gradient(60% 80% at 30% 30%, rgba(183,153,156,0.18) 0%, transparent 60%),
    linear-gradient(180deg, var(--light) 0%, var(--paper) 70%);
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  padding: 48px;
  min-height: 640px;
}
.h-r-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--rule) 1px, transparent 1px),
    linear-gradient(90deg, var(--rule) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
  pointer-events: none;
}
.h-r-img {
  position: relative; z-index: 1;
  height: 460px; display: flex; align-items: center; justify-content: center;
}
.h-r-img img {
  height: 100%; width: auto; object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(38,46,105,0.18));
}
/* crosshair markers */
.ch {
  position: absolute;
  width: 1px; height: 16px; background: var(--navy);
  z-index: 2;
}
.ch::before {
  content: ""; position: absolute;
  left: -7.5px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 1px; background: var(--navy);
}
.ch-label {
  position: absolute;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.05em;
  background: var(--paper); padding: 3px 6px;
  border: 1px solid var(--navy); border-radius: 2px;
  color: var(--navy);
  white-space: nowrap;
  z-index: 3;
}

/* PROTOCOL — formula breakdown */
.proto {
  padding: 96px 48px;
  border-bottom: 1px solid var(--rule-mid);
}
.proto-head { max-width: 1400px; margin: 0 auto 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.section-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--navy);
  margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.section-tag::before { content: "▢"; }
.proto h2, .data h2, .support h2, .news-lab h2 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}
.proto h2 em, .data h2 em, .support h2 em, .news-lab h2 em {
  font-style: italic;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.proto-deck { max-width: 460px; font-family: var(--sans); font-weight: 300; font-size: 16px; line-height: 1.5; opacity: 0.78; margin: 0; }

.proto-steps {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--rule-strong);
}
.step-lab { padding: 28px 24px 28px 0; border-right: 1px solid var(--rule); }
.step-lab:last-child { border-right: 0; }
.step-lab:not(:first-child) { padding-left: 24px; }
.step-id { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px; opacity: 0.65; margin-bottom: 20px; letter-spacing: 0.06em; }
.step-id b { color: var(--navy); font-weight: 500; }
.step-lab h3 {
  font-family: var(--sans); font-weight: 400;
  font-size: 22px; letter-spacing: -0.01em;
  line-height: 1.05; margin: 0 0 10px;
}
.step-lab p { margin: 0; font-family: var(--sans); font-size: 14px; line-height: 1.5; opacity: 0.78; }
.step-lab .ref {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  font-family: var(--mono); font-size: 11px;
  opacity: 0.6; letter-spacing: 0.04em;
}

/* DATA — products as datasheets */
.data {
  padding: 96px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule-mid);
}
.data-head { max-width: 1400px; margin: 0 auto 48px; }
.data-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.sheet {
  background: var(--bg);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.sheet-h {
  display: grid; grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 18px;
  background: var(--ink); color: var(--paper);
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.06em;
}
.sheet-id { opacity: 0.7; }
.sheet-img {
  position: relative;
  padding: 24px;
  height: 320px;
  display: flex; align-items: center; justify-content: center;
  background:
    repeating-linear-gradient(0deg, transparent 0px, transparent 31px, var(--rule) 31px, var(--rule) 32px),
    repeating-linear-gradient(90deg, transparent 0px, transparent 31px, var(--rule) 31px, var(--rule) 32px);
}
.sheet-img img { max-height: 100%; width: auto; }
.sheet-img .corner { position: absolute; width: 12px; height: 12px; border: 1px solid var(--ink); }
.sheet-img .corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.sheet-img .corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.sheet-img .corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.sheet-img .corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.sheet-body { padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 14px; }
.sheet-name {
  font-family: var(--sans); font-weight: 300;
  font-size: 28px; letter-spacing: -0.02em; line-height: 1; margin: 0;
}
.sheet-name em {
  font-style: italic;
  color: var(--rose-dk);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.015em;
}
.sheet-spec {
  display: grid; grid-template-columns: 1fr 1fr;
  font-family: var(--mono); font-size: 11px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.sheet-spec > div {
  padding: 10px 0;
  display: flex; flex-direction: column; gap: 2px;
}
.sheet-spec > div + div { border-left: 1px solid var(--rule); padding-left: 12px; }
.sheet-spec dt { opacity: 0.55; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.sheet-spec dd { margin: 0; font-size: 13px; }
.sheet-tagline {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: rgba(10,10,10,0.85);
  letter-spacing: -0.005em;
}

.sheet-actives {
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--rule-mid);
  display: flex; flex-direction: column;
  gap: 0;
}
.sheet-actives-h {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 8px;
  font-weight: 500;
}
.active-row {
  display: flex; flex-direction: column; gap: 2px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--rule);
}
.active-row:last-child { border-bottom: 0; }
.active-top {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 12px;
}
.active-name {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.active-pct {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--navy);
  background: rgba(38,46,105,0.08);
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.active-note {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(10,10,10,0.65);
}

.sheet-free {
  font-family: var(--mono);
  font-size: 10.5px;
  line-height: 1.5;
  margin: 0;
  color: rgba(10,10,10,0.6);
  letter-spacing: 0.02em;
  padding-top: 10px;
  border-top: 1px solid var(--rule-mid);
}
.sheet-cta {
  margin-top: 6px;
  padding: 12px;
  background: var(--ink); color: var(--paper);
  border: 0; border-radius: 8px;
  font: inherit; font-size: 12px;
  letter-spacing: 0.06em;
}

/* SUPPORT — ANDE + ANII */
.support {
  padding: 96px 48px;
  background: var(--bg);
  border-bottom: 1px solid var(--rule-mid);
}
.support-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
}
.support-lead { max-width: 540px; font-family: var(--sans); font-weight: 300; font-size: 18px; line-height: 1.5; opacity: 0.85; margin: 24px 0 36px; }
.inst {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.inst-card {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 12px;
}
.inst-key {
  font-family: var(--mono); font-size: 13px; letter-spacing: 0.16em;
  color: var(--navy);
  font-weight: 500;
}
.inst-card h3 {
  font-family: var(--sans); font-weight: 300;
  font-size: 22px; line-height: 1.05; letter-spacing: -0.015em;
  margin: 0;
}
.inst-card p {
  font-family: var(--sans); font-size: 14px; line-height: 1.5;
  margin: 0; opacity: 0.78;
}
.inst-list {
  list-style: none; padding: 0; margin: auto 0 0;
  font-family: var(--mono); font-size: 11px;
  display: flex; flex-direction: column; gap: 4px;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.inst-list li::before { content: "│ "; color: var(--navy); }

.cert {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--rule-strong);
  border-radius: 12px;
  position: relative;
}
.cert-h {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 18px;
}
.cert-h .id { font-family: var(--mono); font-size: 11px; opacity: 0.6; letter-spacing: 0.06em; }
.cert-h .ok { font-family: var(--mono); font-size: 11px; color: #2c8a4e; display: flex; align-items: center; gap: 6px; }
.cert-h .ok::before { content: ""; width: 6px; height: 6px; background: #2c8a4e; border-radius: 50%; box-shadow: 0 0 0 3px rgba(44,138,78,0.18); }
.cert-img {
  background: var(--bg);
  border-radius: 8px;
  padding: 28px;
  display: flex; align-items: center; justify-content: center;
  min-height: 200px;
}
.cert-img img { max-width: 320px; width: 100%; }
.cert-meta {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr;
  font-family: var(--mono); font-size: 12px;
}
.cert-meta > div {
  display: grid; grid-template-columns: 130px 1fr;
  padding: 8px 0;
  border-bottom: 1px dashed var(--rule);
  gap: 12px;
}
.cert-meta > div:last-child { border-bottom: 0; }
.cert-meta dt { opacity: 0.6; letter-spacing: 0.06em; font-size: 11px; text-transform: uppercase; }
.cert-meta dd { margin: 0; }

/* Newsletter */
.news-lab {
  padding: 80px 48px;
  background: var(--ink); color: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.news-lab-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.news-lab h2 { color: var(--paper); }
.news-lab h2 em { color: var(--light); }
.news-lab p { margin: 16px 0 28px; opacity: 0.7; font-family: var(--sans); font-weight: 300; font-size: 16px; }
.news-form-lab {
  display: flex; gap: 8px;
  max-width: 520px; margin: 0 auto;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 4px;
}
.news-form-lab input {
  flex: 1; background: transparent; border: 0;
  padding: 12px 16px; font: inherit; color: inherit; outline: none;
}
.news-form-lab input::placeholder { color: rgba(255,255,255,0.5); }
.news-form-lab button {
  padding: 12px 20px;
  background: var(--paper); color: var(--ink);
  border: 0; border-radius: 8px;
  font: inherit; font-size: 13px;
}

/* Footer-lab */
.foot-lab {
  background: var(--paper);
  padding: 60px 48px 28px;
}
.foot-lab-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rule-mid);
}
.foot-mark { font-family: var(--script); font-size: 54px; color: var(--navy); line-height: 1; }
.foot-tag { margin-top: 12px; opacity: 0.7; font-family: var(--mono); font-size: 12px; line-height: 1.55; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 12px; opacity: 0.6; font-weight: 500; }
.foot-col a { display: block; font-family: var(--mono); font-size: 12px; padding: 4px 0; opacity: 0.85; }
.foot-col a:hover { color: var(--navy); opacity: 1; }
.foot-bot {
  max-width: 1400px; margin: 18px auto 0;
  display: flex; justify-content: space-between;
  font-family: var(--mono); font-size: 11px;
  opacity: 0.55;
}

/* ===== Circular — the coffee story, compact ===== */
.circ {
  padding: 48px 48px;
  background: linear-gradient(180deg, #fbf6f3 0%, #f7efe9 100%);
  border-bottom: 1px solid var(--rule-mid);
}
.circ-inner { max-width: 1400px; margin: 0 auto; }
.circ-head {
  display: grid; grid-template-columns: auto 1fr;
  gap: 24px; align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rule);
}
.circ-bean {
  width: 48px; height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(107,74,46,0.25));
}
.circ-h2 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(26px, 2.8vw, 38px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 6px;
}
.circ-h2 em {
  font-style: italic;
  font-family: var(--serif);
  font-weight: 300;
  color: #6b4a2e;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.circ-lead {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: rgba(10,10,10,0.78);
  max-width: 680px;
}
.circ-process {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.circ-process li {
  display: grid; grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 16px 22px 16px 0;
  border-right: 1px solid var(--rule);
}
.circ-process li:not(:first-child) { padding-left: 22px; }
.circ-process li:last-child { border-right: 0; }
.cs-i {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6b4a2e;
  padding-top: 2px;
  font-weight: 500;
}
.circ-process li b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  letter-spacing: -0.005em;
}
.circ-process li span {
  display: block;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(10,10,10,0.72);
}

@media (max-width: 1100px) {
  .circ-process { grid-template-columns: 1fr; }
  .circ-process li {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 14px 0;
  }
  .circ-process li:not(:first-child) { padding-left: 0; }
  .circ-process li:last-child { border-bottom: 0; }
}

@media (max-width: 1100px) {
  .h-grid, .data-grid, .support-grid, .inst, .proto-steps, .proto-head, .foot-lab-grid { grid-template-columns: 1fr; }
  .step-lab { border-right: 0; border-bottom: 1px solid var(--rule); padding: 22px 0; }
  .bar-nav, .readout { display: none; }
  .circ-inner { grid-template-columns: 1fr; gap: 18px; }
  .circ-stats { border-left: 0; border-top: 1px solid var(--rule-mid); padding-left: 0; padding-top: 12px; }
  .benefits-grid, .ritual-grid { grid-template-columns: 1fr; }
  .benefits-head { grid-template-columns: 1fr; gap: 16px; }
}

/* ===== Benefits — "Para tu piel" ===== */
.benefits {
  padding: 96px 48px;
  background: linear-gradient(180deg, var(--paper) 0%, #fbf6f3 100%);
  border-bottom: 1px solid var(--rule-mid);
}
.benefits-head {
  max-width: 1400px; margin: 0 auto 56px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: end;
}
.benefits-h {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}
.benefits-h em {
  font-style: italic;
  color: var(--rose-dk);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.benefits-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-strong);
}
.benefit {
  padding: 32px 24px 28px 0;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column;
}
.benefit:last-child { border-right: 0; padding-right: 0; }
.benefit:not(:first-child) { padding-left: 24px; }
.benefit-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-dk);
  padding: 4px 10px;
  background: var(--rose-soft);
  border-radius: 999px;
  align-self: flex-start;
  margin-bottom: 24px;
}
.benefit-h {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.benefit-h em {
  font-style: italic;
  font-family: var(--serif);
  font-weight: 300;
  color: var(--rose-dk);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.015em;
}
.benefit p {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: rgba(10,10,10,0.78);
}

/* ===== Ritual — AM / PM ===== */
.ritual {
  padding: 96px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule-mid);
  position: relative;
  overflow: hidden;
}
.ritual::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  width: 540px; height: 540px;
  background: radial-gradient(circle, var(--rose-soft) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.ritual-head {
  max-width: 1400px;
  margin: 0 auto 56px;
  position: relative; z-index: 1;
}
.ritual-h {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
}
.ritual-h em {
  font-style: italic;
  font-family: var(--serif);
  font-weight: 300;
  color: var(--rose-dk);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.ritual-deck {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  color: rgba(10,10,10,0.78);
  max-width: 580px;
}
.ritual-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative; z-index: 1;
}
.ritual-col {
  background: var(--bg);
  border: 1px solid var(--rule-mid);
  border-radius: 14px;
  padding: 28px 28px 24px;
  display: flex; flex-direction: column;
  position: relative;
}
.ritual-pm {
  background: linear-gradient(180deg, #f4ebec 0%, #faf3f4 100%);
  border-color: var(--rose-soft);
}
.ritual-col-h {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 18px; margin-bottom: 18px;
  border-bottom: 1px solid var(--rule-mid);
}
.ritual-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  background: var(--ink);
  color: var(--paper);
  padding: 6px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ritual-tag svg { display: block; }
.ritual-pm .ritual-tag { background: var(--rose-dk); }
.ritual-col-h h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.01em;
  margin: 0;
  font-variation-settings: "opsz" 144;
}
.ritual-pm .ritual-col-h h3 { color: var(--rose-dk); }
.ritual-steps {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 14px;
}
.ritual-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px dashed var(--rule);
}
.ritual-steps li:last-child { border-bottom: 0; padding-bottom: 0; }
.rs-i {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(10,10,10,0.45);
  padding-top: 2px;
}
.ritual-steps li b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  display: block;
}
.ritual-steps li span {
  display: block;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(10,10,10,0.68);
  margin-top: 2px;
}
.ritual-note {
  max-width: 1400px;
  margin: 32px auto 0;
  padding: 14px 18px;
  background: var(--bg);
  border-left: 3px solid var(--rose-dk);
  border-radius: 4px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(10,10,10,0.78);
  position: relative; z-index: 1;
}
.ritual-note em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--rose-dk);
}
.ritual-note-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose-dk);
  margin-right: 10px;
  font-weight: 500;
}

/* ===== Credibility — 3 pillars ===== */
.cred {
  padding: 40px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule-mid);
}
.cred-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule);
}
.cred-pillar {
  padding: 22px 28px 22px 0;
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 6px;
}
.cred-pillar:not(:first-child) { padding-left: 28px; }
.cred-pillar:last-child { border-right: 0; }
.cred-n {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--navy);
  margin-bottom: 6px;
}
.cred-pillar h3 {
  font-family: var(--sans); font-weight: 500;
  font-size: 15px; letter-spacing: -0.005em;
  margin: 0; line-height: 1.2;
}
.cred-pillar p {
  font-family: var(--mono); font-size: 12px;
  margin: 0; opacity: 0.7; line-height: 1.5;
}

/* ===== Team ===== */
.team {
  padding: 96px 48px;
  background: var(--paper);
  border-bottom: 1px solid var(--rule-mid);
}
.team-head { max-width: 1400px; margin: 0 auto 48px; }
.team-h {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(38px, 4.4vw, 68px);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
}
.team-h em {
  font-style: italic;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.team-lead {
  font-family: var(--sans); font-weight: 300;
  font-size: 16px; line-height: 1.5;
  max-width: 540px; margin: 0;
  opacity: 0.85;
}
.team-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.team-card {
  background: var(--bg);
  border: 1px solid var(--rule-mid);
  border-radius: 12px;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.team-card--tbd {
  background:
    repeating-linear-gradient(135deg,
      var(--bg), var(--bg) 8px,
      var(--paper) 8px, var(--paper) 16px);
  border-style: dashed;
}
.team-photo {
  position: relative;
  height: 240px;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.team-photo image-slot {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--light) 0%, var(--rose-soft) 100%);
}
.team-card--tbd .team-photo {
  background: transparent;
  border-bottom: 1px dashed var(--rule);
}
.team-tbd-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(10,10,10,0.4);
}
.team-body {
  padding: 18px 18px 20px;
  display: flex; flex-direction: column; gap: 6px;
  flex: 1;
}
.team-role {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy);
}
.team-role--tbd { color: rgba(10,10,10,0.35); }
.team-name {
  font-family: var(--sans); font-weight: 400;
  font-size: 19px; letter-spacing: -0.01em;
  line-height: 1.15; margin: 4px 0 6px;
}
.team-name--tbd { color: rgba(10,10,10,0.45); font-weight: 300; }
.team-bio {
  font-family: var(--sans); font-weight: 300;
  font-size: 13px; line-height: 1.5;
  margin: 0; color: rgba(10,10,10,0.72);
}
.team-li {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-top: auto;
  padding-top: 12px;
}
.team-li:hover { text-decoration: underline; }

/* ===== Press ===== */
.press {
  padding: 72px 48px;
  background: var(--bg);
  border-bottom: 1px solid var(--rule-mid);
}
.press-head { max-width: 1400px; margin: 0 auto 32px; }
.press-h {
  font-family: var(--sans); font-weight: 300;
  font-size: clamp(32px, 3.6vw, 54px);
  letter-spacing: -0.03em; line-height: 1;
  margin: 0;
}
.press-h em {
  font-style: italic;
  color: rgba(10,10,10,0.35);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
}
.press-grid {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.press-slot {
  height: 96px;
  border-right: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(10,10,10,0.3);
  filter: grayscale(100%);
}
.press-slot:last-child { border-right: 0; }

@media (max-width: 1100px) {
  .cred-inner { grid-template-columns: 1fr; }
  .cred-pillar {
    border-right: 0; border-bottom: 1px solid var(--rule);
    padding: 16px 0;
  }
  .cred-pillar:not(:first-child) { padding-left: 0; }
  .cred-pillar:last-child { border-bottom: 0; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .press-grid { grid-template-columns: repeat(3, 1fr); }
  .press-slot:nth-child(3n) { border-right: 0; }
}
