/* ==========================================================================
   Andrine Mendez — Home page. Transcribed from project/Home.dc.html.
   ========================================================================== */

.hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 32px 40px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.94;
  font-size: clamp(40px, 6.5vw, 84px);
  color: var(--ink-900);
  margin: 20px 0 8px;
}
.hero .subhead {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--ink-800);
  margin: 0 0 20px;
}
.hero p.lead {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--grey-700);
  margin: 0 0 14px;
  max-width: 54ch;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-open-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-500);
  margin: 0 0 10px;
}
.hero-open-tags { display: flex; gap: 10px; flex-wrap: wrap; }

.hero-portrait-wrap { position: relative; height: 420px; }
.hero-portrait-offset {
  position: absolute;
  top: 26px; left: 26px;
  width: 100%; height: 100%;
  background: var(--brand);
  border-radius: 22px;
  border: 2.5px solid var(--ink-900);
}
.hero-portrait-cutout {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  clip-path: polygon(18% 0%, 82% 2%, 100% 28%, 96% 68%, 76% 100%, 32% 97%, 2% 64%, 4% 22%);
}

.as-seen-in { max-width: 1120px; margin: 0 auto; padding: 24px 32px 56px; }
.as-seen-in-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-500);
  margin: 0 0 20px;
}
.press-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.logo-slot {
  height: 56px;
  border-radius: 12px;
  border: 1.5px solid var(--grey-200);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--grey-500);
  padding: 0 12px;
  text-align: center;
}

.testimonial-section { max-width: 820px; margin: 0 auto; padding: 72px 32px; }
.testimonial-quote {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--ink-900);
  margin: 0;
}
.testimonial-byline { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.testimonial-byline a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.testimonial-byline .role { font-family: var(--font-body); font-size: 13px; color: var(--grey-500); }

.pillars-teaser { max-width: 1120px; margin: 0 auto; padding: 24px 32px 72px; }
.pillars-teaser h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  margin: 12px 0 32px;
  color: var(--ink-900);
}
.pillar-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pillar-card {
  text-decoration: none;
  display: block;
  background: var(--white);
  border: 2.5px solid var(--ink-900);
  border-radius: var(--radius-lg);
  box-shadow: 5px 5px 0 var(--ink-900);
  padding: var(--space-5);
  transition: background var(--dur-med) var(--ease-out), transform var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out);
}
.pillar-card:hover { background: var(--brand); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink-900); }
.pillar-card .n { font-family: var(--font-mono); font-weight: 700; font-size: 13px; color: var(--grey-500); }
.pillar-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.01em; margin: 12px 0 0; color: var(--ink-900); }
.pillar-card p { font-family: var(--font-body); font-size: 15px; line-height: 1.6; color: var(--ink-800); margin: 10px 0 0; }

.book-section { max-width: 1120px; margin: 0 auto; padding: 0 32px 72px; }
.book-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--grey-200);
  border-radius: 22px;
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.book-cover-wrap { position: relative; height: 280px; justify-self: center; width: 180px; }
.book-cover-offset {
  position: absolute; top: 16px; left: 16px;
  width: 180px; height: 100%;
  background: var(--brand);
  border-radius: 8px;
  border: 2.5px solid var(--ink-900);
}
.book-cover {
  position: relative; width: 180px; height: 100%;
  border-radius: 8px; overflow: hidden;
  border: 2.5px solid var(--ink-900);
}
.book-card h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.02em;
  margin: 14px 0 12px;
  color: var(--ink-900);
}
.book-card p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey-600);
  margin: 0 0 24px;
  max-width: 52ch;
}

.speaking-teaser { background: var(--ink-900); }
.speaking-teaser-inner { max-width: 1120px; margin: 0 auto; padding: 72px 32px; }
.speaking-teaser h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 14px 0 16px;
  color: var(--grey-50);
}
.speaking-teaser p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--grey-300);
  margin: 0 0 20px;
  max-width: 56ch;
}
.speaking-teaser-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.tag-on-ink { color: var(--grey-50); border-color: var(--grey-500); }
.btn-on-ink { border-color: var(--grey-50); color: var(--grey-50); }
.btn-on-ink:hover { background: var(--grey-50); color: var(--ink-900); }

.connect-section { max-width: 1120px; margin: 0 auto; padding: 72px 32px; }
.connect-section h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin: 14px 0 28px;
  color: var(--ink-900);
}
.connect-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 22px; }
.connect-feed-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid var(--grey-200);
  min-height: 320px;
  display: flex;
}
.connect-feed-frame iframe { width: 100%; min-height: 320px; border: 0; display: block; }
.connect-feed-placeholder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--grey-100);
  border: 1.5px dashed var(--grey-400);
  color: var(--grey-500);
  text-align: center;
  padding: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 12px;
}
.connect-feed-placeholder svg { opacity: 0.5; }
.connect-feed-caption { font-family: var(--font-body); font-size: 15px; color: var(--grey-600); margin: 14px 0 0; }
.social-links { display: flex; flex-direction: column; gap: 14px; }
.social-row {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--white);
  border: 2.5px solid var(--ink-900);
  border-radius: var(--radius-lg);
  box-shadow: 5px 5px 0 var(--ink-900);
  transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.social-row:hover { background: var(--brand); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink-900); }
.social-row .label { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink-900); }
.social-row .arrow { font-family: var(--font-display); font-weight: 900; color: var(--ink-900); }

.contact-teaser { background: var(--brand); border-top: 2.5px solid var(--ink-900); }
.contact-teaser-inner {
  max-width: 1120px; margin: 0 auto; padding: 64px 32px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px;
}
.contact-teaser h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0;
  color: var(--ink-900);
}

@media (max-width: 860px) {
  .hero, .book-card, .connect-grid { grid-template-columns: 1fr; }
  .pillar-cards, .press-grid { grid-template-columns: repeat(2, 1fr); }
}
