:root {
  --bg: #f8f3ec;
  --bg-soft: #fffaf3;
  --paper: rgba(255, 250, 243, 0.82);
  --text: #2e2a27;
  --muted: #6f6963;
  --green: #667857;
  --green-dark: #4e6040;
  --sand: #e9dccb;
  --gold: #ad7d42;
  --line: rgba(46, 42, 39, 0.13);
  --shadow: 0 26px 70px rgba(46, 42, 39, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(173, 125, 66, 0.09), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(102, 120, 87, 0.1), transparent 26%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 240px 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 16px 8vw;
  background: rgba(255, 250, 243, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-script { font-family: Allura, cursive; font-size: 2.35rem; color: var(--text); }
.brand-subtitle { margin-top: -2px; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.62rem; color: var(--muted); }

.nav { display: flex; justify-content: center; gap: 30px; font-size: 0.92rem; color: var(--muted); }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--green); transition: width 0.2s ease; }
.nav a:hover::after { width: 100%; }

.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta, .btn-primary { color: #fff; background: linear-gradient(135deg, var(--green), var(--green-dark)); box-shadow: 0 16px 36px rgba(78, 96, 64, 0.22); }
.btn-ghost, .btn-outline { border: 1px solid var(--green); color: var(--green-dark); background: rgba(255,255,255,.45); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--text); font-size: 1.7rem; }

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 44px;
  padding: 70px 8vw 86px;
  overflow: hidden;
}

.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 14px; color: var(--green); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; font-size: 0.8rem; margin-bottom: 22px; }
.eyebrow::after, .section-kicker::after { content: ""; width: 42px; height: 1px; background: var(--gold); }

h1, h2, h3, p { margin-top: 0; }
h1 { font-family: "Cormorant Garamond", serif; font-size: clamp(3.7rem, 6vw, 6.7rem); line-height: 0.9; letter-spacing: -0.055em; margin-bottom: 30px; font-weight: 600; }
h1 span, .instagram-intro h2 span { display: inline-block; font-family: Allura, cursive; color: var(--green); font-weight: 400; letter-spacing: -0.03em; transform: rotate(-2deg); }
h1 span { font-size: 0.88em; margin-top: 4px; }
h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: 0.95; letter-spacing: -0.055em; margin-bottom: 24px; font-weight: 600; }
h3 { font-size: 1.2rem; letter-spacing: -0.03em; }

.hero p, .text-block p, .corporate-section p, .instagram-intro p, .contact-section p { color: var(--muted); line-height: 1.75; font-size: 1.08rem; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-visual { position: relative; min-height: 620px; display: flex; align-items: stretch; justify-content: flex-end; }
.hero-visual img { position: absolute; inset: 0 -8vw 0 auto; width: min(760px, 70vw); height: 100%; object-fit: cover; object-position: center; border-radius: 0 0 0 70px; filter: saturate(0.95) brightness(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0 -8vw 0 auto; width: min(760px, 70vw); background: linear-gradient(90deg, var(--bg) 0%, rgba(248,243,236,0.62) 18%, transparent 48%), linear-gradient(0deg, rgba(248,243,236,.45), transparent 35%); border-radius: 0 0 0 70px; }

.experience-card {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-right: min(37vw, 430px);
  width: min(360px, 100%);
  padding: 32px;
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.experience-title { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; color: var(--text); margin-bottom: 22px; }
.experience-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.experience-card li { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(173, 125, 66, 0.12); color: var(--gold); font-size: 1.5rem; }
.experience-card strong { display: block; font-size: 0.96rem; margin-bottom: 5px; }
.experience-card small { display: block; color: var(--muted); line-height: 1.45; }

.section { padding: 92px 8vw; }
.split-section, .corporate-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.text-block p + p { margin-top: 18px; }

.steps-grid, .services-grid { display: grid; gap: 20px; margin-top: 38px; }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.steps-grid article, .service-card, .corporate-card, .instagram-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 28px; box-shadow: 0 18px 48px rgba(46,42,39,.06); }
.steps-grid span { display: inline-block; margin-bottom: 28px; color: var(--green); font-weight: 900; }
.steps-grid p, .service-card p { color: var(--muted); line-height: 1.65; }
.service-card { min-height: 260px; display: flex; flex-direction: column; }
.service-card a { margin-top: auto; font-weight: 900; color: var(--green-dark); }
.service-card.dark { color: #fff; background: #2f2b28; }
.service-card.dark p, .service-card.dark a { color: rgba(255,255,255,.78); }

.corporate-card p { font-weight: 900; color: var(--green-dark); }
.corporate-card ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 2; }

.instagram-section { background: linear-gradient(180deg, var(--bg-soft), var(--bg)); }
.instagram-intro { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; margin-bottom: 36px; }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.instagram-card { padding: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.instagram-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(46,42,39,.1); }
.instagram-media { position: relative; aspect-ratio: 1 / 1; background: linear-gradient(135deg, rgba(102,120,87,.18), rgba(173,125,66,.16)); display: grid; place-items: center; overflow: hidden; }
.instagram-media img { width: 100%; height: 100%; object-fit: cover; }
.instagram-badge { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.85); display: grid; place-items: center; color: var(--green-dark); font-weight: 900; }
.instagram-placeholder { padding: 26px; text-align: center; color: var(--green-dark); font-family: "Cormorant Garamond", serif; font-size: 1.55rem; line-height: 1.1; }
.instagram-content { padding: 18px; }
.instagram-content p { color: var(--text); line-height: 1.5; font-size: 0.95rem; margin-bottom: 14px; }
.instagram-content a { color: var(--green-dark); font-weight: 800; font-size: 0.92rem; }
.instagram-embed { display: none; }

.quote-section { padding: 105px 8vw; text-align: center; background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
blockquote { max-width: 1020px; margin: 0 auto; font-family: "Cormorant Garamond", serif; font-size: clamp(2.4rem, 4vw, 5rem); line-height: 1.02; letter-spacing: -0.055em; }
.contact-section { text-align: center; background: #2f2b28; color: #fff; }
.contact-section .section-kicker { color: var(--sand); }
.contact-section p { margin-left: auto; margin-right: auto; color: rgba(255,255,255,.74); }
.footer { padding: 28px 8vw; color: var(--muted); font-size: .9rem; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-visual { min-height: 640px; }
  .hero-visual img, .hero-visual::after { width: calc(100% + 16vw); }
  .experience-card { margin-right: auto; margin-left: 0; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 14px 6vw; }
  .nav { position: absolute; top: 78px; left: 6vw; right: 6vw; display: none; flex-direction: column; gap: 10px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .section { padding-left: 6vw; padding-right: 6vw; }
  .split-section, .corporate-section, .instagram-intro { grid-template-columns: 1fr; }
  .steps-grid, .services-grid, .instagram-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; display: block; }
  .hero-visual img { position: relative; inset: auto; width: 100%; height: auto; border-radius: 36px; }
  .hero-visual::after { display: none; }
  .experience-card { margin: -56px auto 0; width: calc(100% - 28px); }
  h1 { font-size: clamp(3.4rem, 14vw, 5.3rem); }
}

/* v0.4.0 */
.corporate-featured-section {
  background:
    radial-gradient(circle at 78% 22%, rgba(102, 120, 87, 0.18), transparent 28%),
    linear-gradient(180deg, var(--bg-soft), var(--bg));
}

.corporate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.corporate-highlight-card {
  position: relative;
  background: #2f2b28;
  color: #fff;
  overflow: hidden;
}

.corporate-highlight-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(173, 125, 66, 0.18);
}

.corporate-highlight-card h3 {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.corporate-highlight-card p,
.corporate-highlight-card ul {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
}

.card-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--sand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resources-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.resources-intro {
  max-width: 780px;
  margin-bottom: 38px;
}

.resources-intro p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.insight-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(46,42,39,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(46,42,39,.1);
}

.insight-card.featured {
  background: linear-gradient(145deg, #2f2b28, #4e6040);
  color: #fff;
}

.insight-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(173, 125, 66, 0.13);
  color: var(--gold);
  font-size: 1.6rem;
}

.insight-card.featured .insight-icon {
  background: rgba(255, 250, 243, 0.16);
  color: var(--sand);
}

.insight-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.insight-card p {
  color: var(--muted);
  line-height: 1.6;
}

.insight-card.featured p {
  color: rgba(255,255,255,.78);
}

.insight-card a {
  margin-top: auto;
  color: var(--green-dark);
  font-weight: 900;
}

.insight-card.featured a {
  color: var(--sand);
}

.instagram-grid {
  grid-template-columns: repeat(5, 1fr);
}

.instagram-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  padding: 22px;
  text-align: left;
  background:
    linear-gradient(180deg, transparent 0%, rgba(46, 42, 39, 0.1) 45%, rgba(46, 42, 39, 0.58) 100%),
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.55), transparent 24%),
    linear-gradient(135deg, rgba(102,120,87,.26), rgba(173,125,66,.2));
  color: #fff;
}

.instagram-placeholder span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.instagram-placeholder strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.instagram-card.featured-post {
  background: #2f2b28;
  color: #fff;
}

.instagram-card.featured-post .instagram-content p,
.instagram-card.featured-post .instagram-content a {
  color: rgba(255,255,255,.78);
}

@media (max-width: 1180px) {
  .instagram-grid,
  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .instagram-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }
}


/* v0.4.1 - Página Sobre mí / CV */
.nav a.active::after {
  width: 100%;
}

.about-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 56px;
  padding: 86px 8vw 92px;
  overflow: hidden;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
}

.about-hero-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
  max-width: 620px;
}

.about-hero-visual {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(46,42,39,0.04), rgba(46,42,39,0.22)),
    radial-gradient(circle at 16% 18%, rgba(255,250,243,0.42), transparent 34%);
  pointer-events: none;
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) brightness(1.02);
}

.about-proposal-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(173, 125, 66, 0.08), transparent 26%),
    var(--bg-soft);
}

.about-cv-section {
  background: var(--bg);
}

.about-cv-intro {
  max-width: 900px;
  margin-bottom: 44px;
}

.about-cv-intro p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
  max-width: 720px;
}

.cv-layout {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 22px;
  align-items: stretch;
}

.cv-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(46,42,39,.06);
  overflow: hidden;
}

.cv-card span:not(.card-tag) {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--green);
  font-weight: 900;
}

.cv-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.cv-card p {
  color: var(--muted);
  line-height: 1.65;
}

.cv-featured-card {
  grid-row: span 2;
  background: #2f2b28;
  color: #fff;
}

.cv-featured-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(173, 125, 66, 0.2);
}

.cv-featured-card h3,
.cv-featured-card p,
.cv-featured-card .card-tag {
  position: relative;
  z-index: 1;
}

.cv-featured-card h3 {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
}

.cv-featured-card p {
  color: rgba(255,255,255,.78);
}

.about-quote-section {
  padding: 105px 8vw;
  text-align: center;
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

@media (max-width: 1180px) {
  .about-hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .about-hero-visual {
    min-height: 560px;
  }

  .cv-layout {
    grid-template-columns: repeat(2, 1fr);
  }

  .cv-featured-card {
    grid-row: auto;
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .about-hero {
    padding-left: 6vw;
    padding-right: 6vw;
    min-height: auto;
  }

  .about-hero-visual {
    min-height: auto;
    border-radius: 36px;
  }

  .about-hero-visual img {
    height: auto;
  }

  .cv-layout {
    grid-template-columns: 1fr;
  }

  .cv-card {
    min-height: auto;
  }
}



/* v0.4.1 - Página Sobre mí */
.about-page-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(380px, 1.05fr);
  gap: 60px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-top: 78px;
  overflow: hidden;
}

.about-page-copy h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.5rem, 5.6vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin-bottom: 30px;
  font-weight: 600;
}

.about-page-copy h1 span {
  display: inline-block;
  font-family: Allura, cursive;
  color: var(--green);
  font-weight: 400;
  letter-spacing: -0.03em;
  transform: rotate(-2deg);
}

.about-page-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
  max-width: 650px;
}

.about-page-visual {
  position: relative;
  min-height: 620px;
}

.about-page-visual img {
  position: absolute;
  inset: 0 -8vw 0 auto;
  width: min(760px, 70vw);
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 70px;
  filter: saturate(0.95) brightness(1.03);
}

.about-page-visual::after {
  content: "";
  position: absolute;
  inset: 0 -8vw 0 auto;
  width: min(760px, 70vw);
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(248,243,236,0.62) 18%, transparent 48%),
    linear-gradient(0deg, rgba(248,243,236,.45), transparent 35%);
  border-radius: 0 0 0 70px;
}

.about-story-section {
  background: var(--bg-soft);
}

.about-timeline-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(102, 120, 87, 0.13), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-timeline-section > h2 {
  max-width: 920px;
}

.about-timeline {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.about-timeline article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(46,42,39,.06);
}

.about-timeline article span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--green);
}

.about-timeline article h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.about-timeline article p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.about-proposal-section {
  background: var(--bg-soft);
}

@media (max-width: 1180px) {
  .about-page-hero {
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .about-page-visual {
    min-height: 640px;
  }

  .about-page-visual img,
  .about-page-visual::after {
    width: calc(100% + 16vw);
  }
}

@media (max-width: 900px) {
  .about-page-hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .about-page-visual {
    min-height: auto;
    display: block;
  }

  .about-page-visual img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    border-radius: 36px;
  }

  .about-page-visual::after {
    display: none;
  }

  .about-page-copy h1 {
    font-size: clamp(3.3rem, 13vw, 5rem);
  }

  .about-timeline article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* Fin */

/* v0.4.2 - Configuración visual para página Points of You®, footer legal y branding */
.section-lead {
  max-width: 760px;
  margin-top: -8px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
}

.section-actions {
  margin-top: 34px;
}

.points-hero {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(340px, 0.72fr);
  gap: 64px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-top: 78px;
  background:
    radial-gradient(circle at 80% 16%, rgba(102, 120, 87, 0.14), transparent 28%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
}

.points-hero-copy h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.6rem, 5.8vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  margin-bottom: 30px;
  font-weight: 600;
}

.points-hero-copy h1 span {
  display: inline-block;
  font-family: Allura, cursive;
  color: var(--green);
  font-weight: 400;
  letter-spacing: -0.03em;
  transform: rotate(-2deg);
}

.points-hero-copy p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
  max-width: 690px;
}

.points-hero-card {
  padding: 34px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.points-hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 22px;
}

.points-hero-card li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

.points-hero-card strong {
  display: block;
  margin-bottom: 5px;
}

.points-hero-card small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.points-intro-section,
.points-applications-section {
  background: var(--bg-soft);
}

.points-method-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer {
  display: grid;
  gap: 10px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
}

.footer-main p,
.footer-legal,
.footer-credit,
.footer-version {
  margin: 0;
}

.footer-version {
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-legal {
  max-width: 980px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.footer-credit {
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-credit a {
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .points-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .points-hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .points-hero-copy h1 {
    font-size: clamp(3.3rem, 13vw, 5rem);
  }

  .points-hero-card li {
    grid-template-columns: 48px 1fr;
  }

  .footer-main {
    display: grid;
  }
}


/* v0.4.3 - Ajustes finales de menú mobile, footer y botón Ir arriba */
.footer-main {
  display: grid;
  gap: 6px;
}

.footer-credit a {
  color: var(--green-dark);
  font-weight: 800;
}

.footer-version {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.footer-legal {
  max-width: 920px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.back-to-top {
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--green-dark);
  background: transparent;
  color: var(--green-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.back-to-top:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

@media (max-width: 900px) {
  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 10px 0;
  }
}
