/* ============================================================
   Letícia Soares — Direito Canábico
   site-extra.css
   ------------------------------------------------------------
   Additional styles for the multi-page site (subpage heroes,
   article prose, blog, FAQ accordion, tweaks panel, etc.).
   ============================================================ */

/* ============== TWEAKABLE FONT SWAPS ============== */
/* Font overrides driven by the Tweaks panel (see js/tweaks.js).
   Default = design-system Cormorant + Manrope.
   Override at :root with --display-family / --body-family. */

:root {
  --display-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --body-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

/* Apply overrides — these win because they're defined after tokens.css */
html, body { font-family: var(--body-family); }
h1, h2, h3, h4, .display-xl, .display-l,
.hero-title, .section-title, .post-title, .service-title,
.nav-mark-name, .footer-name { font-family: var(--display-family); }

/* Display variants — these classes are toggled on :root by the panel */
:root.font-tiempos {
  --display-family: "Fraunces", "Cormorant Garamond", Georgia, serif;
}
:root.font-editorial {
  --display-family: "DM Serif Display", "Cormorant Garamond", Georgia, serif;
}
:root.font-condensed {
  --display-family: "Big Shoulders Display", "Cormorant Garamond", Georgia, serif;
}
:root.palette-clay {
  --bg: #EFE7D8;
  --bg-surface: #F8F1E1;
  --sage: #8B6E4E;          /* clay/bronze accent replaces sage */
  --forest: #4E3C28;
  --bronze: #A07D4F;
  --sage-soft: #E4D6BD;
}
:root.palette-sage-deep {
  --bg: #ECEAE0;
  --bg-surface: #F5F3E9;
  --sage: #4F6A4A;
  --forest: #2C3A2A;
  --bronze: #8D6E48;
  --sage-soft: #C5CFBA;
}
:root.palette-ink {
  --bg: #1F1D1A;
  --bg-surface: #2A2724;
  --ink: #F4EFE6;
  --ink-2: #E6E0D0;
  --taupe: #B6B0A4;
  --taupe-2: #8A847A;
  --hairline: rgba(244, 239, 230, 0.14);
  --cream: #F4EFE6;
  --cream-deep: #3A3631;
  --bone: #2A2724;
  --sage: #C6CFB7;
  --forest: #A8B79A;
  --bronze: #D5B987;
  --sage-soft: rgba(198, 207, 183, 0.18);
}
:root.palette-ink .nav.is-scrolled { background: rgba(31, 29, 26, 0.85); }
:root.palette-ink .btn-primary { color: var(--ink); }

/* ============== EMBEDDED NAV (cross-page) ============== */
/* The shared nav lives on every page; turn off the hash-style nav.
   Active link gets a bronze underline. */
.nav-link.is-active {
  text-decoration: underline;
  text-decoration-color: var(--bronze);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
/* 6 nav items — tighter spacing + slightly later breakpoint */
.nav-links { gap: 22px !important; }
@media (max-width: 1099px) { .nav-links { gap: 18px !important; } }
.nav-link { white-space: nowrap; font-size: 13px; }

/* ============== SUBPAGE HERO ============== */
/* Used on Sobre, Direito Canábico, Blog, FAQ, Contato — no portrait,
   smaller height, breadcrumb. */
.subhero {
  position: relative;
  padding: calc(var(--nav-height) + 96px) 0 80px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .subhero { padding: calc(var(--nav-height) + 128px) 0 96px; }
}
.subhero-leaf {
  position: absolute;
  width: 640px; max-width: 70vw;
  top: -40px; right: -180px;
  opacity: 0.05;
  pointer-events: none;
}
.subhero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  position: relative;
}
@media (min-width: 900px) {
  .subhero-grid { grid-template-columns: 160px 1fr; gap: 80px; }
}
.subhero-title {
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 24px 0 24px;
}
.subhero-lead {
  font-size: var(--fs-body-l);
  line-height: 1.55;
  max-width: 560px;
  color: var(--fg-1);
}

/* Breadcrumb */
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 8px;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 32px;
}
.breadcrumb a {
  color: var(--fg-2);
  text-decoration: underline;
  text-decoration-color: var(--bronze);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.breadcrumb span { color: var(--fg-3); }

/* ============== AUDIENCE CARDS (Quem você atende) ============== */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 700px) { .audience-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .audience-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.audience-card {
  padding: 28px 24px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
}
.audience-num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--bronze);
  font-size: 16px;
  letter-spacing: -0.01em;
}
.audience-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.audience-body {
  color: var(--fg-2);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

/* ============== PROCESS STEPS (Como funciona) ============== */
.process { background: var(--bg-surface); }
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--border);
}
@media (min-width: 800px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); border-top: 0; }
}
.process-step {
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 800px) {
  .process-step {
    padding: 0 36px 0 0;
    border-bottom: 0;
    border-right: 1px solid var(--border);
  }
  .process-step + .process-step { padding-left: 36px; }
  .process-step:last-child { border-right: 0; padding-right: 0; }
}
.process-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  color: var(--bronze);
  letter-spacing: -0.02em;
}
.process-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: italic;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
.process-body {
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 340px;
}

/* ============== FAQ ACCORDION ============== */
.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.3;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: padding var(--dur) var(--ease);
}
@media (min-width: 700px) {
  .faq-summary { font-size: 26px; padding: 36px 0; }
}
.faq-summary:hover { padding-left: 8px; }
.faq-summary::-webkit-details-marker { display: none; }
.faq-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border: 1px solid var(--border);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bronze);
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease);
}
.faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  background: var(--sage-soft);
}
.faq-body {
  padding: 0 0 32px;
  max-width: 720px;
  color: var(--fg-2);
  font-size: 16px;
  line-height: 1.7;
}
.faq-body p { margin: 0 0 14px; max-width: none; }
.faq-body p:last-child { margin-bottom: 0; }
.faq-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--bronze);
}

/* FAQ category tabs */
.faq-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 40px 0 24px;
}
.faq-tab {
  padding: 10px 18px;
  border: 1px solid var(--border);
  background: transparent;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-2);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.faq-tab:hover { border-color: var(--ink); color: var(--ink); }
.faq-tab.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ============== PILLAR PAGE (Direito Canábico) ============== */
.pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 64px;
}
@media (min-width: 900px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
.pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
  text-decoration: none;
  color: inherit;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  min-height: 320px;
  overflow: hidden;
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.pillar-card-leaf {
  position: absolute;
  bottom: -60px; right: -60px;
  width: 240px;
  opacity: 0.05;
  pointer-events: none;
}
.pillar-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--bronze);
  margin-bottom: 16px;
}
.pillar-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
@media (min-width: 700px) {
  .pillar-title { font-size: 40px; }
}
.pillar-body {
  color: var(--fg-2);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 420px;
}
.pillar-topics {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--fg-2);
}
.pillar-topics li::before {
  content: "—";
  color: var(--bronze);
  margin-right: 10px;
}
.pillar-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.pillar-arrow svg {
  color: var(--bronze);
  transition: transform var(--dur-fast) var(--ease);
}
.pillar-card:hover .pillar-arrow svg { transform: translateX(4px); }

/* ============== ARTICLE / SUBPAGE PROSE ============== */
.article-shell {
  padding: 0 0 80px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 28px;
}
.article-meta .article-cat { color: var(--bronze); font-weight: 600; }
.article-meta span:not(.article-cat):not(.article-date) { color: var(--fg-3); }

.prose-wide {
  max-width: 720px;
  margin: 0 auto;
}
.prose-wide h2 {
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 500;
  letter-spacing: -0.015em;
  margin: 56px 0 20px;
  line-height: 1.2;
}
.prose-wide h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin: 40px 0 16px;
  letter-spacing: -0.01em;
}
.prose-wide p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-2);
  margin: 0 0 18px;
  max-width: none;
}
.prose-wide p.lead-paragraph {
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 28px;
}
.prose-wide p.lead-paragraph::first-letter {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 76px;
  line-height: 0.85;
  float: left;
  padding: 4px 12px 0 0;
  color: var(--bronze);
}
.prose-wide blockquote {
  margin: 40px 0;
  padding: 0 0 0 28px;
  border-left: 2px solid var(--bronze);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.prose-wide blockquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-2);
}
.prose-wide ul, .prose-wide ol {
  margin: 0 0 24px;
  padding-left: 20px;
}
.prose-wide ul li, .prose-wide ol li {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-2);
  margin-bottom: 8px;
}
.prose-wide ul li::marker { color: var(--bronze); }

.prose-callout {
  margin: 40px 0;
  padding: 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
}
.prose-callout .eyebrow { margin-bottom: 14px; display: block; }
.prose-callout p { margin: 0; max-width: none; }
.prose-callout p + p { margin-top: 10px; }

/* Inline TOC for subpages */
.toc {
  margin: 32px 0 48px;
  padding: 24px 28px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
}
.toc-title {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 14px;
}
.toc ol {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.toc ol li {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
}
.toc ol li::marker { color: var(--bronze); font-style: italic; }
.toc ol li a { text-decoration: none; }
.toc ol li a:hover { text-decoration: underline; text-decoration-color: var(--bronze); }

/* ============== BLOG LIST ============== */
.blog-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 16px;
  align-items: center;
}
.blog-filter-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-right: 8px;
}

.blog-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 900px) {
  .blog-featured { grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
}
.blog-featured-image {
  aspect-ratio: 4 / 3;
  background: var(--cream-deep);
  border-radius: var(--r-2);
  overflow: hidden;
  position: relative;
}
.blog-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-featured-image::after {
  content: "DESTAQUE";
  position: absolute;
  top: 20px; left: 20px;
  padding: 6px 12px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}
.blog-featured-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-bottom: 18px;
}
.blog-featured-cat { color: var(--bronze); font-weight: 600; }
.blog-featured-title {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.blog-featured-excerpt {
  color: var(--fg-2);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 540px;
}

/* ============== CONTACT GRID (extended) ============== */
.contato-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 900px) {
  .contato-page-grid { grid-template-columns: 0.9fr 1.1fr; gap: 96px; align-items: start; }
}
.contato-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contato-info-block { }
.contato-info-block .eyebrow { display: block; margin-bottom: 12px; }
.contato-info-block .channel-val { font-size: 22px; }

.office-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg-2);
}
.office-hours .row { display: flex; justify-content: space-between; gap: 24px; }
.office-hours .row span:first-child { color: var(--fg-2); }
.office-hours .row span:last-child { color: var(--ink); }

/* ============== HOME — Featured posts list ============== */
.home-blog-cta {
  margin-top: 40px;
  text-align: center;
}

/* ============== HOME — small FAQ teaser ============== */
.faq-teaser .faq-list { max-width: 880px; margin: 48px auto 0; }

/* ============== TWEAKS PANEL ============== */
.tweaks-launcher {
  position: fixed;
  right: 24px;
  bottom: 88px;
  z-index: 60;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  cursor: pointer;
  display: none; /* hidden by default; shown when tweak mode is on or by user setting */
  align-items: center; justify-content: center;
  box-shadow: var(--shadow-lift);
  transition: transform var(--dur-fast) var(--ease);
}
.tweaks-launcher:hover { transform: translateY(-2px); }
.tweaks-launcher.is-visible { display: inline-flex; }

.tweaks-panel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: min(360px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r-2);
  box-shadow: 0 24px 60px -24px rgba(31, 29, 26, 0.32);
  display: none;
  flex-direction: column;
  overflow: hidden;
  font-family: var(--font-body);
}
.tweaks-panel.is-open { display: flex; }
.tweaks-head {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}
.tweaks-head-title {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-weight: 500;
}
.tweaks-head-sub {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.tweaks-close {
  width: 32px; height: 32px;
  border: 1px solid var(--border);
  background: transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center; justify-content: center;
  color: var(--ink);
  cursor: pointer;
}
.tweaks-body {
  overflow-y: auto;
  padding: 6px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.tweaks-section { display: flex; flex-direction: column; gap: 10px; }
.tweaks-section-label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-2);
  margin-top: 10px;
}
.tweaks-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.tweaks-options-3 { grid-template-columns: repeat(3, 1fr); }
.tweak-opt {
  border: 1px solid var(--border);
  background: var(--bg);
  border-radius: var(--r-2);
  padding: 10px 12px;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.01em;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 56px;
  justify-content: center;
}
.tweak-opt:hover { border-color: var(--ink); }
.tweak-opt.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.tweak-opt-display {
  font-family: var(--display-family);
  font-style: italic;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.tweak-opt.is-active .tweak-opt-display { color: var(--cream); }
.tweak-opt-label { font-size: 10px; opacity: 0.7; letter-spacing: 0.04em; }
.tweak-swatch {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.tweak-swatch span {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(31,29,26,0.12);
}
.tweaks-foot {
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.tweaks-reset {
  background: transparent;
  border: 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-2);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--bronze);
  text-underline-offset: 4px;
  padding: 0;
}

/* ============== HERO VARIANTS (Tweaks panel) ============== */

/* Default = "magazine" (portrait + headline). The base .hero already implements this. */

/* "Centered" — single column, big centered headline, no portrait */
body[data-hero-variant="centered"] .hero-grid {
  grid-template-columns: 1fr;
  text-align: center;
}
body[data-hero-variant="centered"] .hero-portrait-wrap { display: none; }
body[data-hero-variant="centered"] .hero-copy { max-width: 920px; margin: 0 auto; }
body[data-hero-variant="centered"] .hero-title {
  font-size: clamp(48px, 7.2vw, 104px);
  line-height: 1.04;
}
body[data-hero-variant="centered"] .hero-lead { margin-left: auto; margin-right: auto; }
body[data-hero-variant="centered"] .hero-cta { justify-content: center; }
body[data-hero-variant="centered"] .hero-meta { justify-content: center; }
body[data-hero-variant="centered"] .eyebrow-row { justify-content: center; }

/* "Minimalist" — only typography, no portrait, no scroll cue, large left-aligned headline,
   one fine bronze rule, sparse meta */
body[data-hero-variant="minimalist"] .hero {
  min-height: 92vh;
}
body[data-hero-variant="minimalist"] .hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
body[data-hero-variant="minimalist"] .hero-portrait-wrap { display: none; }
body[data-hero-variant="minimalist"] .hero-copy { max-width: 980px; }
body[data-hero-variant="minimalist"] .hero-title {
  font-size: clamp(44px, 7.4vw, 108px);
  line-height: 1.04;
  margin-bottom: 48px;
}
body[data-hero-variant="minimalist"] .hero-lead { display: none; }
body[data-hero-variant="minimalist"] .hero-cta {
  padding-top: 32px;
  border-top: 1px solid var(--border);
  margin-bottom: 24px;
}
body[data-hero-variant="minimalist"] .hero-meta { gap: 8px; font-size: 12px; }
body[data-hero-variant="minimalist"] .hero-leaf { opacity: 0.04; width: 1100px; right: -340px; top: -180px; }
body[data-hero-variant="minimalist"] .hero-scroll { display: none; }

/* ============== ABOUT — INLINE PORTRAIT ============== */
.about-portrait {
  position: relative;
  float: right;
  width: clamp(220px, 36%, 320px);
  margin: 4px 0 24px 32px;
  shape-outside: margin-box;
}
@media (max-width: 700px) {
  .about-portrait { float: none; width: 100%; max-width: 360px; margin: 0 0 32px; }
}
.about-portrait-frame {
  aspect-ratio: 3 / 4;
  background: var(--cream-deep);
  border-radius: var(--r-2);
  overflow: hidden;
}
.about-portrait-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-portrait-cap {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.about-portrait-cap .eyebrow { font-size: 10px; }
.about-portrait-cap-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  color: var(--ink);
  margin-top: 4px;
  letter-spacing: -0.005em;
}

/* ============== UTILITIES ============== */
.text-center { text-align: center; }
.mt-6 { margin-top: 24px; }
.mt-8 { margin-top: 32px; }
.mb-0 { margin-bottom: 0 !important; }

/* WhatsApp icon SVG content style */
.wa-float svg { color: currentColor; }

/* Make the page leave room below content for whatsapp float */
.footer { padding-bottom: 96px; }
