:root {
  --background: oklch(96.8% .014 76);
  --foreground: oklch(27% .027 53);
  --primary: oklch(39% .055 113);
  --primary-foreground: oklch(97.5% .012 80);
  --secondary: oklch(87% .035 79);
  --sage: oklch(82% .05 104);
  --canvas: oklch(92.5% .022 75);
  --ink: oklch(24% .025 50);
  --coral: oklch(49% .069 56);
  --muted: oklch(48% .027 58);
  --border: oklch(81% .025 70);
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral); }
img { display: block; max-width: 100%; }
ul { list-style: none; padding: 0; }
svg { flex-shrink: 0; }

.wrap { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; }
.wrap-sm { max-width: 64rem; margin: 0 auto; padding: 0 1.25rem; }
.eyebrow {
  font-size: .875rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .18em; color: var(--coral);
}
.muted { color: var(--muted); }
.scroll-mt { scroll-margin-top: 6rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: oklch(96.8% .014 76 / .95);
  border-bottom: 1px solid oklch(81% .025 70 / .7);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: flex-end; gap: 2rem;
  min-height: 4.5rem; padding-top: .75rem; padding-bottom: .75rem;
}
.site-header nav { display: none; align-items: center; gap: 1.5rem; font-size: .875rem; font-weight: 500; }
.header-cta {
  font-size: .875rem; font-weight: 600; color: var(--primary);
  text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 4px;
}
.header-back { margin-right: auto; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }

/* Hero */
.hero { position: relative; background: var(--primary); color: var(--primary-foreground); }
.hero-side {
  display: none; position: absolute; top: 0; bottom: 0; right: 0; width: 33.333%;
  background: oklch(82% .05 104 / .1);
}
.hero .wrap { position: relative; display: grid; gap: 3rem; align-items: center; min-height: 72vh; padding-top: 6rem; padding-bottom: 6rem; }
.hero .eyebrow { color: var(--secondary); margin-bottom: 1.75rem; font-weight: 600; }
.hero h1 { max-width: 56rem; font-size: 3rem; line-height: 1.08; }
.hero p.lead { margin-top: 2rem; max-width: 42rem; font-size: 1.125rem; line-height: 2rem; color: oklch(97.5% .012 80 / .8); }
.hero-mark { display: none; justify-content: flex-end; }
.hero-mark span { font-family: var(--serif); font-size: 12rem; line-height: 1; color: oklch(97.5% .012 80 / .1); }

/* Quién es Juliana */
.about { padding: 6rem 0; }
.about .wrap { display: grid; gap: 3.5rem; }
.about figure { max-width: 20rem; }
.about .photo { aspect-ratio: 4 / 5; overflow: hidden; background: var(--canvas); }
.about .photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.about figcaption { margin-top: .75rem; font-size: .75rem; color: var(--muted); }
.about h2 { margin-top: 1.25rem; font-size: 2.25rem; line-height: 1.25; color: var(--ink); }
.about .story { margin-top: 2.25rem; color: var(--muted); font-size: 1rem; line-height: 2rem; }
.about .story > * + * { margin-top: 1.25rem; }
.about .pull {
  border-left: 2px solid var(--coral); padding-left: 1.5rem;
  font-family: var(--serif); font-size: 1.5rem; line-height: 2.25rem; color: var(--foreground);
}
.about .strong { font-weight: 600; color: var(--primary); }

/* Servicios */
.services { background: var(--canvas); padding: 6rem 0; }
.services .grid-2 { display: grid; gap: 3.5rem; }
.services h2 { margin-top: 1rem; font-size: 2.25rem; line-height: 1.2; color: var(--ink); }
.services .intro { margin-top: 1.5rem; line-height: 2rem; color: var(--muted); }
.services .lists { display: grid; gap: 2rem; align-content: start; }
.services h3 { font-size: 1.25rem; color: var(--ink); }
.services ul { margin-top: 1.25rem; font-size: .875rem; line-height: 1.5rem; color: var(--muted); }
.services li { display: flex; gap: .75rem; }
.services li + li { margin-top: 1rem; }
.services li svg { margin-top: .25rem; width: 1rem; height: 1rem; color: var(--coral); }
.services li .dash { color: var(--coral); }

/* Mentoría */
.mentoria { padding: 6rem 0; }
.mentoria .head {
  display: grid; gap: 3rem; padding: 4rem 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.mentoria h2 { margin-top: 1.25rem; max-width: 48rem; font-size: 2.25rem; line-height: 1.25; color: var(--ink); }
.mentoria .head p.body { line-height: 2rem; color: var(--muted); }
.pillars { display: grid; gap: 1.5rem; padding-top: 4rem; }
.pillar { border-top: 2px solid var(--primary); padding-top: 1.25rem; }
.pillar .n { font-size: .75rem; font-weight: 700; color: var(--coral); }
.pillar h3 { margin-top: .5rem; font-size: 1.5rem; line-height: 2rem; color: var(--ink); }

/* Compromiso */
.commit { background: var(--primary); color: var(--primary-foreground); padding: 6rem 0; }
.commit .wrap-sm { display: grid; gap: 2.5rem; }
.commit .quote { width: 3rem; height: 3rem; color: var(--coral); }
.commit h2 { font-size: 2.25rem; line-height: 2.5rem; }
.commit p { margin-top: 1.5rem; font-size: 1.125rem; line-height: 2rem; color: oklch(97.5% .012 80 / .8); }
.commit p + p { margin-top: 1.25rem; }

/* Contacto */
.contact { background: var(--canvas); padding: 6rem 0; }
.contact .grid-2 { display: grid; gap: 3rem; }
.contact h2 { margin-top: 1rem; font-size: 2.25rem; line-height: 2.5rem; color: var(--ink); }
.contact .intro { margin-top: 1.25rem; line-height: 1.75rem; color: var(--muted); }
.contact dl { display: grid; gap: 2rem 2.5rem; }
.contact dl > div { border-top: 1px solid var(--border); padding-top: 1rem; }
.contact dt { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.contact dd { margin: .5rem 0 0; display: flex; align-items: flex-start; gap: .5rem; font-weight: 500; color: var(--foreground); }
.contact dd svg { width: 1rem; height: 1rem; margin-top: .25rem; color: var(--coral); }
.contact dd a { text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 4px; }

/* Aviso */
.notice { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.5rem 0; }
.notice .wrap { display: flex; gap: 1.25rem; }
.notice svg { width: 1.5rem; height: 1.5rem; margin-top: .25rem; color: var(--coral); }
.notice h2 { font-family: var(--sans); font-size: .875rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.notice p { margin-top: .75rem; max-width: 64rem; font-size: .875rem; line-height: 1.75rem; color: var(--muted); }

/* Footer */
.site-footer { background: var(--ink); color: var(--primary-foreground); padding: 2.5rem 0; }
.site-footer .wrap { display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem; font-size: .875rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; }

/* Páginas legales */
.legal { padding: 5rem 0 6rem; }
.legal .back { display: inline-block; font-size: .875rem; font-weight: 600; color: var(--primary); text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 4px; }
.legal .eyebrow { margin-top: 3rem; }
.legal h1 { margin-top: 1rem; font-size: 2.5rem; line-height: 1.15; color: var(--ink); }
.legal .updated { margin-top: 1rem; font-size: .875rem; color: var(--muted); }
.legal .prose { margin-top: 2.5rem; line-height: 1.85; color: var(--muted); }
.legal .prose > * + * { margin-top: 1.25rem; }
.legal .prose h2 { margin-top: 2.5rem; font-size: 1.5rem; line-height: 2rem; color: var(--ink); }
.legal .prose ul { list-style: none; }
.legal .prose li { position: relative; padding-left: 1.25rem; }
.legal .prose li + li { margin-top: .6rem; }
.legal .prose li::before { content: "—"; position: absolute; left: 0; color: var(--coral); }
.legal .prose strong { color: var(--foreground); font-weight: 600; }
.legal .prose a { color: var(--primary); text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 640px) {
  .hero h1 { font-size: 3.75rem; }
  .about h2, .mentoria h2 { font-size: 3rem; }
  .services .lists { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .contact dl { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .wrap { padding: 0 2.5rem; }
  .wrap-sm { padding: 0 2.5rem; }
  .site-header nav { display: flex; }
  .hero-side, .hero-mark { display: flex; }
  .hero-side { display: block; }
  .hero .wrap { grid-template-columns: 1fr .45fr; }
  .hero h1 { font-size: 4.5rem; }
  .about { padding: 8rem 0; }
  .about .wrap { grid-template-columns: .42fr 1.58fr; }
  .about .text { padding-top: 2rem; }
  .services .grid-2 { grid-template-columns: 1fr 1fr; }
  .mentoria { padding: 8rem 0; }
  .mentoria .head { grid-template-columns: 1.2fr .8fr; }
  .pillars { grid-template-columns: repeat(4, 1fr); }
  .commit .wrap-sm { grid-template-columns: .4fr 1fr; }
  .contact .grid-2 { grid-template-columns: .75fr 1.25fr; }
  .services h2, .contact h2, .commit h2 { font-size: 2.25rem; }
  .site-footer .wrap { flex-direction: row; align-items: center; }
}
