/* ══════════════════════════════════════════
   PRAESUM.AI — HOME PAGE STYLES
═══════════════════════════════════════════ */

/* ── URGENCY ── */
.home-urgency { background: var(--ink-2); }
.urgency-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.urgency-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--white);
}
.urgency-title em { font-style: italic; color: var(--gold); }
.urgency-intro {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 8px;
}
.urgency-questions { display: flex; flex-direction: column; }
.uq {
  padding: 18px 0;
  border-bottom: 0.5px solid var(--rule-light);
  font-size: 15px;
  color: var(--muted);
  display: flex;
  align-items: baseline;
  gap: 14px;
  line-height: 1.55;
  transition: color var(--transition);
}
.uq::before { content: '—'; color: var(--gold); font-size: 11px; flex-shrink: 0; }
.uq:hover   { color: var(--surface-2); }
.urgency-coda {
  margin-top: 28px;
  font-family: var(--font-display);
  font-size: 17px;
  font-style: italic;
  color: var(--muted-2);
  line-height: 1.55;
}

/* ── PILLARS ── */
.home-pillars { background: var(--ink); }
.pillars-intro-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 64px;
}
.pillars-home-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
}
.pillars-home-title em { font-style: italic; color: var(--gold); }
.pillars-home-sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  padding-top: 8px;
}
.home-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-light);
}
.home-pillar {
  background: var(--ink);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: background var(--transition);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.home-pillar:hover { background: var(--ink-2); }
.hp-roman {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 300;
  color: rgba(201,168,76,0.07);
  line-height: 1;
  position: absolute;
  top: 16px; right: 18px;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}
.hp-name {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}
.hp-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.hp-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
  flex: 1;
}
.hp-outcome {
  display: block;
  font-family: var(--font-display);
  font-size: 14px;
  font-style: italic;
  color: var(--surface-2);
  border-top: 0.5px solid var(--rule-light);
  padding-top: 18px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.hp-link {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  transition: letter-spacing var(--transition);
}
.home-pillar:hover .hp-link { letter-spacing: 0.14em; }

.pillars-cta {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 0.5px solid var(--rule-light);
  display: flex;
  justify-content: flex-end;
}

/* ── OFFER TEASER ── */
.home-offer { background: var(--ink-2); }
.home-offer-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.home-offer-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 14px;
}
.home-offer-title em { font-style: italic; color: var(--gold); }
.home-offer-sub {
  font-family: var(--font-display);
  font-size: 17px;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 20px;
}
.home-offer-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 36px;
}
.home-offer-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.deliverables-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}
.home-deliverables {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.home-deliverables li {
  font-size: 14px;
  color: var(--surface-2);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.home-deliverables li::before {
  content: '→';
  color: var(--gold);
  font-size: 11px;
  flex-shrink: 0;
}
.offer-detail-link {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
  text-decoration: none;
  border-bottom: 0.5px solid var(--rule-light);
  padding-bottom: 2px;
  transition: color var(--transition), border-color var(--transition);
}
.offer-detail-link:hover {
  color: var(--muted);
  border-color: var(--rule);
}

/* ── INSIGHTS TEASER ── */
.home-insights { background: var(--ink); }
.insights-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
.insights-home-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
}
.insights-home-title em { font-style: italic; color: var(--gold); }
.home-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-light);
}
.hi-card {
  background: var(--ink);
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: background var(--transition);
}
.hi-card:hover { background: var(--ink-2); }
.hi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.hi-week {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.hi-tag {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 0.5px solid var(--rule);
  padding: 3px 10px;
}
.hi-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 12px;
  flex: 1;
}
.hi-body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 24px;
}
.hi-read {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  transition: letter-spacing var(--transition);
}
.hi-card:hover .hi-read { letter-spacing: 0.14em; }

/* ── HOME CTA ── */
.home-cta { background: var(--ink-2); }
.home-cta-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 16px;
}
.home-cta-title em { font-style: italic; color: var(--gold); }
.home-cta-sub {
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  color: var(--muted);
  margin-bottom: 44px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .home-offer-inner { grid-template-columns: 1fr 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  .urgency-inner, .pillars-intro-row, .home-offer-inner { grid-template-columns: 1fr; gap: 40px; }
  .home-pillars-grid, .home-insights-grid { grid-template-columns: 1fr; }
  .insights-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .pillars-cta { justify-content: flex-start; }
}
@media (max-width: 480px) {
  .home-offer-actions { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
}

/* ── POSITIONING TABLE ── */
.home-positioning { background: var(--ink); }
.pos-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--white);
  max-width: 560px;
  margin-bottom: 56px;
}
.pos-title em { font-style: italic; color: var(--gold); }
.pos-table-wrap { overflow-x: auto; }
.pos-table {
  width: 100%;
  border-collapse: collapse;
}
.pos-table th {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  text-align: left;
  padding: 16px 0;
  border-bottom: 0.5px solid var(--rule);
}
.pos-table th:not(:first-child) { text-align: center; padding-left: 32px; }
.pos-table td {
  padding: 20px 0;
  border-bottom: 0.5px solid var(--rule-light);
  font-size: 14px;
  color: var(--muted);
}
.pos-table td:first-child {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted-2);
  min-width: 140px;
}
.pos-table td:nth-child(2) {
  color: var(--surface-2);
  font-size: 14px;
  padding-left: 32px;
  text-align: center;
}
.pos-table td:nth-child(3) {
  padding-left: 32px;
  text-align: center;
  font-size: 14px;
}
.col-praesum {
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 400;
}
.col-rest {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted-2);
}

/* ── OVER PRAESUM ── */
.home-about { background: var(--ink-2); }
.home-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-home-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 32px;
}
.about-home-title em { font-style: italic; color: var(--gold); }
.about-home-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
}
.about-home-body p + p { margin-top: 18px; }
.about-home-body strong { color: var(--surface); font-weight: 400; }
.home-manifesto {
  border-left: 1px solid var(--gold);
  padding: 36px 40px;
  background: rgba(201,168,76,0.025);
}
.manifesto-quote {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: var(--surface);
  line-height: 1.55;
  margin-bottom: 20px;
}
.manifesto-attr {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
  display: block;
}

@media (max-width: 768px) {
  .home-about-inner { grid-template-columns: 1fr; gap: 40px; }
  .pos-table td:first-child { min-width: 100px; }
  .pos-table th:not(:first-child),
  .pos-table td:nth-child(2),
  .pos-table td:nth-child(3) { padding-left: 16px; }
}
