/* Páginas internas — misma base editorial que index.html */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Libre+Franklin:wght@200;300;400;500;600&display=swap");
@import url("editorial.css");

/* ----- Layout páginas secundarias ----- */
body.simple-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.simple-page main {
  flex: 1;
}

/* Nav: mismas clases que index (#navbar) — sin .simple-header */

/* Hero interno = columna clara del hero principal (hero-left) */
.page-hero {
  position: relative;
  background: var(--bone);
  color: var(--ink);
  padding: 140px 48px 56px;
  text-align: left;
  border-bottom: 1px solid rgba(179, 148, 85, 0.12);
}

.page-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.page-hero.wide-hero .page-hero-inner {
  max-width: 1000px;
}

.page-hero-eyebrow {
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.page-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
}

.page-hero h1 em {
  font-style: italic;
  color: var(--gold-deep);
}

.page-hero-line {
  width: 64px;
  height: 1px;
  background: var(--gold);
  margin: 1.5rem 0 0;
  transform-origin: left;
}

.page-hero .page-hero-lead {
  margin: 1.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--ink-muted);
  font-weight: 300;
  max-width: 520px;
}

/* Contenido */
.simple-section {
  padding: 72px 48px 100px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.simple-section.wide {
  max-width: 1000px;
}

.simple-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 1rem;
  line-height: 1.25;
}

.simple-section h2:not(:first-child) {
  margin-top: 2.5rem;
}

.simple-section p,
.simple-section li {
  font-size: 0.92rem;
  line-height: 1.9;
  color: var(--ink-muted);
  font-weight: 300;
}

.simple-section p strong,
.simple-section ul li strong,
.simple-section ol li strong {
  color: var(--ink-soft);
  font-weight: 500;
}

.simple-section ul,
.simple-section ol {
  padding-left: 1.25rem;
  margin: 1.25rem 0;
}

.simple-section ul li,
.simple-section ol li {
  margin-bottom: 0.85rem;
}

.simple-section ul li:last-child,
.simple-section ol li:last-child {
  margin-bottom: 0;
}

.simple-section .lead {
  font-size: 0.95rem;
  color: var(--ink-soft);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* Botones = .btn-gold editorial */
.btn-simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--gold);
  color: var(--bone);
  padding: 18px 40px;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--gold-deep);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-simple:hover::before {
  transform: translateY(0);
}

.btn-simple span {
  position: relative;
  z-index: 1;
}

button.btn-simple {
  color: var(--bone);
}

/* Formularios */
.form-group {
  margin-bottom: 1.35rem;
}

.form-group label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: var(--ink-soft);
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(179, 148, 85, 0.25);
  border-radius: 4px;
  font-family: var(--sans);
  font-size: 0.95rem;
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(181, 155, 109, 0.2);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--ink-muted);
  line-height: 1.6;
}

.form-note strong {
  color: var(--ink-soft);
}

/* Teléfono destacado (contacto) */
.contact-phone {
  margin-bottom: 0.75rem;
}

.contact-phone a {
  color: var(--gold-deep);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.contact-phone a:hover {
  color: var(--gold);
}

/* Pie — mismo tono que footer de index */
.simple-footer {
  padding: 56px 48px 48px;
  background: var(--ink);
  border-top: 1px solid rgba(179, 148, 85, 0.1);
  text-align: center;
}

.simple-footer p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(242, 237, 228, 0.65);
  line-height: 1.7;
}

.simple-footer a {
  color: rgba(242, 237, 228, 0.85);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s;
}

.simple-footer a:hover {
  color: var(--gold-pale);
}

/* Fichas oportunidades */
.projects-list {
  max-width: 900px;
  margin: 0 auto;
}

.project-card {
  background: var(--bone);
  border: 1px solid rgba(179, 148, 85, 0.18);
  margin-bottom: 2rem;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(26, 26, 24, 0.09);
}

.project-card .thumb {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.project-card .body {
  padding: 1.75rem 2rem 2rem;
}

.project-card h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: var(--ink);
  line-height: 1.3;
}

.project-card .location {
  font-size: 0.68rem;
  color: var(--gold-deep);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.project-card p {
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.75;
  margin: 0.5rem 0;
  font-weight: 300;
}

.project-card p strong {
  color: var(--ink-soft);
  font-weight: 500;
}

.project-card .btn-simple {
  margin-top: 1.25rem;
}

.simple-cta-row {
  text-align: center;
  margin-top: 2.5rem;
}

.simple-cta-row .btn-simple + .btn-simple {
  margin-left: 0.75rem;
}

@media (max-width: 640px) {
  .page-hero {
    padding: 120px 24px 48px;
  }

  .simple-section {
    padding: 56px 24px 80px;
  }

  .simple-cta-row .btn-simple + .btn-simple {
    margin-left: 0;
    margin-top: 1rem;
    display: inline-flex;
  }
}
