/* ============================================================
   LGE — Luciano Gómez · Growth Partner
   Luxury dark, metallic accents, CSS 3D.
   Palette: #0B0B0E / #F2EEE6 / champagne gold #C9A876
============================================================ */

:root{
  --bg: #0b0b0e;
  --ink: #f2eee6;
  --ink-2: #cac4b6;
  --ink-3: #8c8678;
  --ink-4: #55504a;
  --line: rgba(242,238,230,0.1);
  --surface: #131318;

  --accent: #c9a876;
  --accent-2: #e8cfa0;
  --accent-soft: rgba(201,168,118,0.28);

  --serif: "Bodoni Moda", "Didot", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --maxw: 1240px;
  --gutter: clamp(20px, 4vw, 48px);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background:
    radial-gradient(1100px 700px at 12% -8%, rgba(201,168,118,0.09), transparent 60%),
    radial-gradient(900px 650px at 108% 15%, rgba(120,120,180,0.05), transparent 55%),
    var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.035; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: var(--accent); color: #0b0b0e; }

img, svg { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover { color: var(--ink); }
button { font-family: inherit; cursor: pointer; }

/* -------------------------------------------------------------
   3D tilt (CSS transform, mouse-tracked via app.js)
------------------------------------------------------------- */
.tilt-3d { transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.5s var(--ease); transform-style: preserve-3d; will-change: transform; }
.tilt-3d:hover { box-shadow: 0 24px 60px -24px rgba(201,168,118,0.22); }
.process, .pillars, .paths-grid, .article-grid, .cities { perspective: 1600px; }
.case-spotlight, .quote-block, .stats-bar { perspective: 1600px; }

/* -------------------------------------------------------------
   Reusable
------------------------------------------------------------- */

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--ink);
  display: inline-block;
}

.h-display {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(64px, 10vw, 144px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}
.h-display em { font-style: italic; }

.h-section {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  margin: 0;
}
.h-section em { font-style: italic; background: linear-gradient(100deg, var(--accent-2), var(--accent) 60%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.h-card {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}

.lede {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 56ch;
}

.rule { width: 100%; height: 1px; background: var(--line); border: 0; margin: 0; }

/* -------------------------------------------------------------
   Top Nav
------------------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,11,14,0.72);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.nav-logo .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; display: inline-block; transform: translateY(-2px); }
.nav-logo small {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0; padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.nav-links a {
  color: var(--ink-2);
  position: relative;
  padding: 4px 0;
  transition: color 0.25s var(--ease);
}
.nav-links a:hover { color: var(--ink); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--ink);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta {
  background: linear-gradient(135deg, var(--accent-2), var(--accent) 55%, #a4813f);
  color: #0b0b0e;
  border: 1px solid transparent;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 0;
  white-space: nowrap;
  transition: filter 0.25s var(--ease), color 0.25s var(--ease), background 0.25s var(--ease);
}
.nav-cta:hover { filter: brightness(1.12); }

.nav-burger { display: none; background: none; border: 0; width: 32px; height: 32px; position: relative; }
.nav-burger span { position: absolute; left: 4px; right: 4px; height: 1.5px; background: var(--ink); transition: transform 0.3s var(--ease), top 0.3s var(--ease); }
.nav-burger span:nth-child(1) { top: 11px; }
.nav-burger span:nth-child(2) { top: 19px; }
.nav-burger.open span:nth-child(1) { top: 15px; transform: rotate(45deg); }
.nav-burger.open span:nth-child(2) { top: 15px; transform: rotate(-45deg); }

@media (max-width: 820px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .nav.open .nav-mobile { display: flex; }
}
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
  padding: 8px var(--gutter) 18px;
  background: var(--bg);
}
.nav-mobile a {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  color: var(--ink);
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .nav-cta { display: inline-block; margin-top: 12px; text-align: center; }

/* -------------------------------------------------------------
   HERO
------------------------------------------------------------- */

.hero {
  padding: clamp(40px, 7vw, 96px) 0 clamp(40px, 6vw, 80px);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-left { max-width: 640px; }
.hero-eyebrow { margin-bottom: clamp(28px, 4vw, 44px); }

.hero h1 {
  margin: 0 0 clamp(24px, 3vw, 32px);
}
.hero h1 .amp {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(100deg, var(--accent-2), var(--accent) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-family: var(--sans);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 clamp(32px, 4vw, 44px);
  max-width: 46ch;
}

.newsletter {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 480px;
  border-bottom: 1.5px solid var(--ink);
  transition: border-color 0.25s var(--ease);
}
.newsletter:focus-within { border-bottom-color: var(--ink); }
.newsletter input[type="email"] {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 14px 0;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  outline: none;
}
.newsletter input[type="email"]::placeholder { color: var(--ink-4); font-weight: 300; }
.newsletter button {
  background: transparent;
  border: 0;
  padding: 14px 4px 14px 16px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.25s var(--ease);
}
.newsletter button:hover { gap: 14px; }
.newsletter .arrow { transition: transform 0.3s var(--ease); }
.newsletter button:hover .arrow { transform: translateX(2px); }

.newsletter-meta {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 14px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 44ch;
}
.newsletter-meta strong { color: var(--ink); font-weight: 500; }

.newsletter-success {
  display: none;
  font-size: 14px;
  color: var(--ink);
  padding: 14px 0;
  font-weight: 400;
}
.newsletter-success.show { display: block; }
.newsletter-success.show ~ .newsletter,
.newsletter.hidden { display: none; }

/* Hero portrait */
.hero-right { position: relative; }
.portrait-scene { position: relative; perspective: 1800px; width: 100%; max-width: 520px; margin-left: auto; }
.portrait-glow {
  position: absolute; inset: -15%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 28%, rgba(201,168,118,0.28), transparent 62%);
  filter: blur(46px);
}
.portrait-frame {
  position: relative; z-index: 1;
  aspect-ratio: 4 / 5;
  width: 100%;
  transform-style: preserve-3d;
  border: 1px solid var(--accent-soft);
  box-shadow: 0 50px 90px -30px rgba(0,0,0,0.65), 0 0 0 1px rgba(255,255,255,0.03);
}
.portrait-frame image-slot {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1) contrast(1.05);
}
.portrait-edge { display: none; }
.floating-badge {
  position: absolute; z-index: 2;
  background: rgba(19,19,24,0.72);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--accent-soft);
  padding: 14px 20px;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: 0 20px 40px -18px rgba(0,0,0,0.55);
  animation: badge-float 6s ease-in-out infinite;
}
.floating-badge .fb-k { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.floating-badge .fb-v { font-family: var(--serif); font-size: 17px; color: var(--ink); }
.badge-top { top: -18px; left: -28px; animation-delay: 0s; }
.badge-bottom { bottom: 30px; right: -30px; animation-delay: 1.4s; }
@keyframes badge-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.portrait-caption {
  position: relative;
  margin-top: 20px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: flex;
  gap: 14px;
}
.portrait-caption .vrule { width: 1px; background: var(--ink-4); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 64px; }
  .hero-right { order: -1; }
  .portrait-scene { max-width: 360px; margin: 0 auto; }
  .portrait-caption { justify-content: center; }
  .badge-top { left: -12px; top: -14px; }
  .badge-bottom { right: -12px; }
}
@media (max-width: 480px) {
  .floating-badge { padding: 10px 14px; }
  .floating-badge .fb-v { font-size: 14px; }
}

/* -------------------------------------------------------------
   Scroll progress
------------------------------------------------------------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  z-index: 200; pointer-events: none;
  box-shadow: 0 0 12px var(--accent-soft);
}

.social-proof { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--surface); border: 1.5px solid var(--bg);
  outline: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 500; color: var(--ink-2);
  margin-left: -8px;
}
.avatar-stack span:first-child { margin-left: 0; }
.social-proof p { margin: 0; font-size: 13px; color: var(--ink-3); font-weight: 300; }
.social-proof p strong { color: var(--ink); font-weight: 500; }

/* -------------------------------------------------------------
   Two paths
------------------------------------------------------------- */
.paths { padding: clamp(48px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card {
  padding: clamp(32px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
  transition: background 0.3s var(--ease);
}
.path-card:hover { background: var(--surface); }
.path-card:hover .path-link { gap: 14px; }
.path-tag {
  font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
}
.path-card p { font-size: 14px; font-weight: 300; line-height: 1.55; color: var(--ink-2); margin: 0; max-width: 40ch; }
.path-link {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink);
  margin-top: auto; padding-top: 8px; transition: gap 0.25s var(--ease);
}
@media (max-width: 720px) {
  .paths-grid { grid-template-columns: 1fr; }
  .path-card { border-right: 0; }
}

/* -------------------------------------------------------------
   Inner page hero
------------------------------------------------------------- */
.page-hero { padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--line); }

/* Calendly embed */
.calendly-embed { border: 1px solid var(--line); background: var(--surface); }

/* City rows (Viajes) */
.cities { display: flex; flex-direction: column; }
.cityrow { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; padding: 28px 0; border-top: 1px solid var(--line); }
.cityrow:last-child { border-bottom: 1px solid var(--line); }
.cityrow-img { aspect-ratio: 4 / 3; filter: grayscale(1) contrast(1.02); }
.cityrow-body { display: flex; flex-direction: column; }
@media (max-width: 640px) {
  .cityrow { grid-template-columns: 1fr; }
}

/* -------------------------------------------------------------
   Currently strip
------------------------------------------------------------- */
.currently {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.currently-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.currently-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.currently-item .k {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.currently-item .v {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.1;
  color: var(--ink);
}
@media (max-width: 720px) {
  .currently-inner { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

/* -------------------------------------------------------------
   Manifesto
------------------------------------------------------------- */
.manifesto {
  padding: clamp(80px, 10vw, 160px) 0;
  text-align: center;
}
.manifesto .h-section {
  max-width: 18ch;
  margin: 0 auto;
}
.manifesto .signature {
  margin-top: 48px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-3);
}

/* -------------------------------------------------------------
   Growth Partner
------------------------------------------------------------- */

.gp {
  padding: clamp(60px, 8vw, 120px) 0;
  border-top: 1px solid var(--line);
}
.gp-header {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 96px);
}
.gp-header .left { display: flex; flex-direction: column; gap: 28px; }
.gp-header .right { display: flex; flex-direction: column; gap: 18px; max-width: 56ch; }
.gp-header p { margin: 0; }
.gp-header p + p { color: var(--ink-3); }

@media (max-width: 820px) {
  .gp-header { grid-template-columns: 1fr; gap: 32px; }
}

/* Process grid */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.process-step {
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2.5vw, 32px) clamp(40px, 4vw, 56px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: background 0.3s var(--ease);
}
.process-step:last-child { border-right: 0; }
.process-step:hover { background: var(--surface); }
.process-step .step-n {
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
  font-size: 14px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}
.process-step h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}
.process-step p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 32ch;
}
.process-step .step-tags {
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 400;
}
.process-step .step-tags span {
  position: relative;
}
.process-step .step-tags span + span::before {
  content: "·";
  margin-right: 14px;
  color: var(--ink-4);
}

@media (max-width: 1000px) {
  .process { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(1), .process-step:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .process { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
}

/* Comparison table */
.compare { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 300; }
.compare-table th { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.compare-table td:first-child, .compare-table th:first-child { color: var(--ink-3); font-weight: 400; padding-left: 0; }
.compare-table td:nth-child(2) { color: var(--ink); font-weight: 400; }
.compare-table td:nth-child(3) { color: var(--ink-3); }
@media (max-width: 640px) {
  .compare-table { font-size: 13px; }
  .compare-table th, .compare-table td { padding: 10px 8px; }
}

/* FAQ */
.faq { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-item summary {
  cursor: pointer; font-family: var(--sans); font-size: 16px; font-weight: 400; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; font-weight: 300; color: var(--ink-3); flex-shrink: 0; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin: 14px 0 0; color: var(--ink-2); font-size: 14px; font-weight: 300; line-height: 1.55; max-width: 65ch; }

/* GRO opt-in form */
.gro-list { list-style: none; padding: 0; margin: 28px auto 40px; max-width: 480px; display: flex; flex-direction: column; gap: 10px; text-align: left; }
.gro-list li { font-size: 14px; font-weight: 300; color: var(--ink-2); padding-left: 20px; position: relative; }
.gro-list li::before { content: "\2014"; position: absolute; left: 0; color: var(--ink-4); }
.gro-form { display: flex; flex-direction: column; gap: 18px; max-width: 440px; margin: 0 auto; }
.gro-form input {
  border: 0; border-bottom: 1.5px solid var(--ink); background: transparent; padding: 12px 0;
  font-family: var(--sans); font-size: 16px; font-weight: 400; color: var(--ink); outline: none; width: 100%;
}
.gro-form input::placeholder { color: var(--ink-4); font-weight: 300; }
.gro-form button {
  background: linear-gradient(135deg, var(--accent-2), var(--accent) 55%, #a4813f); color: #0b0b0e; border: 1px solid transparent; padding: 15px 24px; margin-top: 8px;
  font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: 0.02em;
  transition: filter 0.25s var(--ease);
}
.gro-form button:hover { filter: brightness(1.12); }

/* Application form */
.application {
  margin-top: clamp(72px, 9vw, 120px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  border-top: 1px solid var(--line);
  padding-top: clamp(48px, 6vw, 80px);
}
.application .intro { display: flex; flex-direction: column; gap: 22px; max-width: 38ch; }
.application form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 32px;
}
.application .field { display: flex; flex-direction: column; gap: 8px; position: relative; }
.application .field.full { grid-column: 1 / -1; }
.application label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.application label .req { color: var(--ink); }
.application input,
.application select,
.application textarea {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid var(--ink);
  padding: 10px 0;
  outline: none;
  width: 100%;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
.application select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%238c8678' fill='none' stroke-width='1.4'/></svg>"); background-repeat: no-repeat; background-position: right 4px center; padding-right: 24px; }
.application textarea { resize: vertical; min-height: 90px; line-height: 1.5; }
.application input::placeholder,
.application textarea::placeholder { color: var(--ink-4); font-weight: 300; }

.application .submit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.application .submit-note {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 300;
  max-width: 36ch;
}
.application button[type="submit"] {
  background: linear-gradient(135deg, var(--accent-2), var(--accent) 55%, #a4813f);
  color: #0b0b0e;
  border: 1px solid transparent;
  padding: 16px 32px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: filter 0.25s var(--ease), gap 0.25s var(--ease);
}
.application button[type="submit"]:hover { filter: brightness(1.12); gap: 18px; }

.application-success {
  display: none;
  grid-column: 1 / -1;
  padding: 24px 0;
}
.application-success.show { display: block; }
.application-success.show + form { display: none; }
.application-success h3 { font-family: var(--serif); font-weight: 400; font-size: 28px; margin: 0 0 8px; }
.application-success p { color: var(--ink-3); margin: 0; font-size: 15px; }

@media (max-width: 820px) {
  .application { grid-template-columns: 1fr; }
  .application form { grid-template-columns: 1fr; gap: 28px; }
}

/* -------------------------------------------------------------
   Single Article
------------------------------------------------------------- */
.article-page-hero { padding: clamp(140px, 14vw, 200px) 0 clamp(40px, 5vw, 60px); }
.article-page-hero .back { display: flex; width: fit-content; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--ink-3); margin-bottom: 28px; transition: gap 0.25s var(--ease), color 0.25s var(--ease); }
.article-page-hero .back:hover { gap: 12px; color: var(--ink); }
.article-page-hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.08; letter-spacing: -0.01em; max-width: 22ch; margin: 18px 0 0; text-wrap: pretty; }
.article-page-meta { display: flex; align-items: center; gap: 14px; margin-top: 26px; font-size: 13px; color: var(--ink-3); font-weight: 400; }
.article-page-meta .dot { width: 3px; height: 3px; background: var(--ink-4); border-radius: 50%; }

.prose-wrap { padding: 0 0 clamp(80px, 8vw, 120px); border-top: 1px solid var(--line); }
.prose { max-width: 68ch; margin: clamp(48px, 6vw, 72px) auto 0; }
.prose > p.lead { font-size: clamp(18px, 1.6vw, 22px); font-weight: 300; line-height: 1.55; color: var(--ink-2); max-width: none; }
.prose h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.6vw, 34px); letter-spacing: -0.01em; margin: 56px 0 18px; }
.prose h3 { font-family: var(--sans); font-weight: 600; font-size: 17px; margin: 36px 0 12px; }
.prose p { font-size: 16px; font-weight: 300; line-height: 1.7; color: var(--ink-2); margin: 0 0 20px; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.prose li { font-size: 16px; font-weight: 300; line-height: 1.6; color: var(--ink-2); }
.prose strong { color: var(--ink); font-weight: 500; }
.prose a { border-bottom: 1px solid var(--ink-4); }
.prose a:hover { border-bottom-color: var(--ink); }

.disclosure { border: 1px solid var(--line); margin: 24px 0 32px; padding: 0 20px; }
.disclosure summary { cursor: pointer; list-style: none; font-size: 15px; font-weight: 500; color: var(--ink); padding: 16px 0; display: flex; justify-content: space-between; align-items: center; }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary::after { content: "+"; font-family: var(--serif); font-size: 20px; color: var(--ink-3); }
.disclosure[open] summary::after { content: "\2212"; }
.disclosure p { font-size: 14px; font-weight: 300; color: var(--ink-2); line-height: 1.6; margin: 0 0 18px; }

.callout { background: var(--surface); border: 1px solid var(--line); padding: 22px 26px; margin: 28px 0; }
.callout .callout-tag { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); display: block; margin-bottom: 10px; }
.callout p { margin: 0; font-size: 15px; }
.callout p:not(:last-child) { margin-bottom: 10px; }

.prompt-block { border: 1px solid var(--line); margin: 24px 0 28px; }
.prompt-block .prompt-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.prompt-block .prompt-head span { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.prompt-block button.copy-btn { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--ink); background: none; border: 1px solid var(--ink-4); padding: 6px 12px; transition: background 0.2s var(--ease), color 0.2s var(--ease); }
.prompt-block button.copy-btn:hover { background: var(--ink); color: var(--bg); }
.prompt-block pre { margin: 0; padding: 20px 18px; font-family: "Menlo", "Consolas", monospace; font-size: 13px; line-height: 1.6; color: var(--ink-2); white-space: pre-wrap; }

.step-list { list-style: none; padding: 0; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 0; counter-reset: steps; }
.step-list li { counter-increment: steps; padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 32px 1fr; gap: 14px; }
.step-list li::before { content: counter(steps); font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-3); }
.step-list li p { margin: 0; font-size: 15px; font-weight: 300; color: var(--ink-2); line-height: 1.6; }
.step-list li strong { display: block; color: var(--ink); font-weight: 500; font-size: 16px; margin-bottom: 4px; }

.article-share { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; margin-top: 48px; border-top: 1px solid var(--line); max-width: 68ch; margin-left: auto; margin-right: auto; }
.article-share a { font-size: 13px; font-weight: 500; color: var(--ink-3); }
.article-share a:hover { color: var(--ink); }

@media (max-width: 640px) {
  .prompt-block pre { font-size: 12px; padding: 16px 14px; }
  .step-list li { grid-template-columns: 24px 1fr; }
}

/* -------------------------------------------------------------
   Articles Hub
------------------------------------------------------------- */

.articles {
  padding: clamp(60px, 8vw, 120px) 0;
  border-top: 1px solid var(--line);
}
.articles-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.articles-header .left { display: flex; flex-direction: column; gap: 20px; }
.articles-header .all {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
  transition: gap 0.25s var(--ease);
}
.articles-header .all:hover { gap: 14px; }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}
.filter-pill {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--sans);
  border-radius: 999px;
  transition: all 0.2s var(--ease);
}
.filter-pill:hover { border-color: var(--ink); color: var(--ink); }
.filter-pill.active { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.article-card {
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 36px) clamp(28px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  cursor: pointer;
  transition: padding 0.35s var(--ease), background 0.3s var(--ease);
}
.article-card:nth-child(odd) { padding-right: clamp(28px, 4vw, 56px); padding-left: 0; border-right: 1px solid var(--line); }
.article-card:nth-child(even) { padding-left: clamp(28px, 4vw, 56px); }

.article-card:hover { background: var(--surface); }
.article-card:hover .article-arrow { transform: translateX(4px); }

.article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.article-meta .cat { color: var(--ink); }
.article-meta .dot { width: 3px; height: 3px; background: var(--ink-4); border-radius: 50%; }
.article-meta .read { color: var(--ink-3); }

.article-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
  text-wrap: pretty;
}
.article-card p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 48ch;
}
.article-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  color: var(--ink-3);
}
.article-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
  font-size: 13px;
  transition: transform 0.3s var(--ease);
}

.article-card.hidden { display: none; }

@media (max-width: 720px) {
  .articles-header { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card,
  .article-card:nth-child(odd),
  .article-card:nth-child(even) {
    padding: 28px 0;
    border-right: 0;
  }
  .article-card:last-child { border-bottom: 0; }
}

/* -------------------------------------------------------------
   Travel teaser
------------------------------------------------------------- */
.travel {
  padding: clamp(60px, 8vw, 120px) 0;
  border-top: 1px solid var(--line);
}
.travel-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.travel-text { display: flex; flex-direction: column; gap: 22px; max-width: 50ch; }
.travel-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.travel-images image-slot {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  filter: grayscale(1) contrast(1.02);
}
.travel-images image-slot:nth-child(2) { margin-top: 40px; }

@media (max-width: 820px) {
  .travel-grid { grid-template-columns: 1fr; }
}

/* -------------------------------------------------------------
   Newsletter footer block
------------------------------------------------------------- */
.cta-block {
  border-top: 1px solid var(--line);
  padding: clamp(80px, 10vw, 140px) 0;
  text-align: center;
}
.cta-block .h-section { max-width: 16ch; margin: 0 auto 28px; }
.cta-block .lede { margin: 0 auto 40px; }
.cta-block .newsletter { margin: 0 auto; }

/* -------------------------------------------------------------
   Footer
------------------------------------------------------------- */
.footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 32px;
  font-size: 14px;
  color: var(--ink-3);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 56px;
}
.footer h4 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 16px;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer ul a { color: var(--ink-2); transition: color 0.2s var(--ease); }
.footer ul a:hover { color: var(--ink); }
.footer .brand {
  font-family: var(--serif);
  font-size: 40px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 18px;
}
.footer .brand-sub {
  max-width: 36ch;
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.55;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

/* -------------------------------------------------------------
   Stats bar
------------------------------------------------------------- */
.stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: clamp(40px, 5vw, 64px); }
.stats-bar .stat { padding: clamp(24px, 3vw, 36px) clamp(16px, 2vw, 28px); border-right: 1px solid var(--line); }
.stats-bar .stat:last-child { border-right: 0; }
.stats-bar .stat b { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -0.01em; }
.stats-bar .stat span { display: block; margin-top: 6px; font-size: 13px; color: var(--ink-3); font-weight: 400; }
@media (max-width: 640px) { .stats-bar { grid-template-columns: 1fr; } .stats-bar .stat { border-right: 0; border-bottom: 1px solid var(--line); } .stats-bar .stat:last-child { border-bottom: 0; } }

/* Pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: clamp(48px, 6vw, 72px); }
.pillar { background: var(--bg); padding: clamp(28px, 3vw, 40px) clamp(22px, 2.6vw, 32px); transition: background 0.3s var(--ease); }
.pillar:hover { background: var(--surface); }
.pillar .n { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink-3); }
.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 2vw, 24px); margin: 14px 0 12px; letter-spacing: -0.01em; }
.pillar p { font-size: 14px; font-weight: 300; color: var(--ink-2); line-height: 1.6; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }

/* AI list */
.ai-block { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 5vw, 64px); }
.ai-block .intro { max-width: 34ch; }
.ai-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.ai-list li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.ai-list li:first-child { border-top: 1px solid var(--line); }
.ai-list li::before { content: "→"; color: var(--ink-3); font-size: 14px; }
.ai-list li p { margin: 0; font-size: 15px; font-weight: 300; color: var(--ink-2); line-height: 1.55; }
.ai-list li strong { color: var(--ink); font-weight: 500; }
.ai-list li a { color: var(--ink); }
@media (max-width: 820px) { .ai-block { grid-template-columns: 1fr; } }

/* Case spotlight */
.case-spotlight { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 56px); align-items: start; }
.case-spotlight .tag-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.case-spotlight .tag-row span { font-size: 12px; font-weight: 500; color: var(--ink-3); border: 1px solid var(--line); padding: 5px 12px; }
.case-spotlight h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 2.6vw, 32px); margin: 16px 0 0; letter-spacing: -0.01em; }
.case-spotlight .result { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.case-spotlight .result b { display: block; font-family: var(--serif); font-size: 15px; font-style: italic; color: var(--ink-3); margin-bottom: 6px; }
.case-spotlight p { font-size: 15px; font-weight: 300; color: var(--ink-2); line-height: 1.65; }
@media (max-width: 820px) { .case-spotlight { grid-template-columns: 1fr; } }

/* Quote block */
.quote-block { margin-top: clamp(48px, 6vw, 72px); padding: clamp(40px, 5vw, 56px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.quote-block blockquote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(20px, 2.6vw, 30px); line-height: 1.4; max-width: 46ch; margin: 0 auto; color: var(--ink); }
.quote-block cite { display: block; margin-top: 22px; font-style: normal; font-size: 13px; font-weight: 500; color: var(--ink-3); }

/* Close CTA (calendar) */
.close-cta { margin-top: clamp(48px, 6vw, 72px); padding-top: clamp(40px, 5vw, 56px); border-top: 1px solid var(--line); }
.close-cta .intro { max-width: 50ch; margin: 0 auto; text-align: center; }
.close-cta .calendly-embed { margin-top: 32px; }

/* -------------------------------------------------------------
   Reveal on scroll
------------------------------------------------------------- */
.reveal { opacity: 0; transform: perspective(1200px) rotateX(6deg) translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); transform-origin: bottom center; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

.form-error{grid-column:1/-1;margin:14px 0 0;font-size:14px;font-weight:500;color:#e8a0a0}
