:root {
    --dorado: #c9852e;
    --dorado-oscuro: #8a5a1e;
    --tierra: #3d2f22;
    --verde-oscuro: #253327;
    --crema: #faf6ef;
    --crema-oscura: #f0e9db;
    --texto: #2e2a24;
    --texto-suave: #5c564c;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--sans);
    color: var(--texto);
    background: var(--crema);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-top: 68px; /* deja hueco para el nav fijo */
    overflow-x: hidden; /* evita scroll horizontal por las fotos a pantalla completa */
}

h1, h2, h3 {
    font-family: var(--serif);
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 .6em;
}

p { margin: 0 0 1.3em; }

.contenedor {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.contenedor-estrecho { max-width: 760px; }

.kicker {
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    color: var(--dorado-oscuro);
    font-weight: 500;
    margin-bottom: .6rem;
}

.kicker-claro { color: #e7c48f; }
.h2-claro { color: var(--crema); }

/* ---------- NAV ---------- */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(61, 47, 34, .92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--serif);
    font-size: 1.35rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: .02em;
}

.nav-logo-img {
    height: 40px;
    width: auto;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #e9dfcf;
    text-decoration: none;
    font-size: .92rem;
    letter-spacing: .03em;
    transition: color .2s ease;
    padding: .3rem 0;
    border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.activo {
    color: #fff;
    border-bottom-color: var(--dorado);
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

@media (max-width: 720px) {
    .nav-links {
        position: fixed;
        top: 68px; left: 0; right: 0;
        flex-direction: column;
        background: rgba(61, 47, 34, .97);
        padding: 1rem 1.5rem 1.5rem;
        gap: 0;
        display: none;
    }
    .nav-links.abierto { display: flex; }
    .nav-links a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.08); width: 100%; }
    .nav-toggle { display: block; }
}

/* ---------- HERO ---------- */
.hero {
    min-height: calc(100vh - 68px);
    background-size: cover;
    background-position: center 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-inner { padding: 2rem 1.5rem; max-width: 640px; }

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8rem;
    font-weight: 400;
    color: #f2d9b3;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: clamp(3rem, 9vw, 5.5rem);
    margin-bottom: .4em;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.hero-tagline {
    font-size: 1.25rem;
    font-family: var(--serif);
    font-style: italic;
    color: #f5ead9;
    max-width: 30ch;
    margin: 0 auto 2rem;
}

.hero-logo {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
    opacity: .8;
}

.btn {
    display: inline-block;
    padding: .85rem 2.2rem;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: .95rem;
    letter-spacing: .04em;
    transition: background .25s ease, color .25s ease;
}

.btn:hover { background: rgba(255,255,255,.15); }

.btn-claro {
    border-color: var(--dorado);
    color: var(--dorado);
}

.btn-claro:hover { background: var(--dorado); color: #fff; }

/* ---------- SECCIONES GENERALES ---------- */
section { padding: 5rem 0; }

.pagina-header {
    padding: 3.5rem 0 1rem;
    text-align: center;
}

.intro { text-align: center; }

.intro-texto {
    font-size: 1.15rem;
    color: var(--texto-suave);
}

.cita-destacada {
    font-family: var(--serif);
    font-style: italic;
    font-size: 1.5rem;
    color: var(--dorado-oscuro);
    margin-top: 2rem;
    line-height: 1.5;
}

/* Fotos completas, sin recortar */
.foto-completa {
    display: block;
    width: 100vw;
    height: auto;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 3.5rem;
}

.ofrezco { background: var(--crema); }

/* Foto con citas superpuestas en el último cuarto */
.foto-citas {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 3.5rem;
}

.foto-citas img {
    display: block;
    width: 100%;
    height: auto;
}

.foto-citas-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: linear-gradient(to top, rgba(20,15,10,.85), rgba(20,15,10,.55) 60%, transparent);
}

.foto-citas-overlay blockquote {
    margin: 0;
    padding-left: 1rem;
    border-left-color: var(--dorado);
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.foto-citas-overlay blockquote p {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: .3rem;
    text-shadow: 0 1px 8px rgba(0,0,0,.4);
}

.foto-citas-overlay blockquote cite {
    color: #e9dfcf;
}

@media (max-width: 600px) {
    .foto-citas-overlay {
        height: 38%;
        padding: 1rem 1.2rem;
        gap: .6rem;
    }
    .foto-citas-overlay blockquote p { font-size: .95rem; }
}

/* ---------- SOSTIENE (fondo oscuro) ---------- */
.sostiene {
    background: linear-gradient(160deg, var(--verde-oscuro), var(--tierra));
    color: var(--crema-oscura);
}

.sostiene .contenedor { text-align: left; }
.sostiene h2 { text-align: center; margin-bottom: 3rem; }

.tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.tarjeta {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 2rem;
}

.tarjeta h3 {
    color: var(--dorado);
    font-size: 1.4rem;
}

.tarjeta p { font-size: .98rem; color: #ddd3c4; }

.union {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 2.5rem;
    max-width: 760px;
    margin: 0 auto;
}

.union h3 { color: var(--dorado); text-align: center; }
.union p { color: #ddd3c4; }

/* ---------- CITAS ---------- */
.citas { background: var(--crema-oscura); }

blockquote {
    margin: 0 0 2.5rem;
    padding-left: 1.5rem;
    border-left: 3px solid var(--dorado);
}

blockquote:last-child { margin-bottom: 0; }

blockquote p {
    font-family: var(--serif);
    font-size: 1.35rem;
    font-style: italic;
    color: var(--tierra);
    margin-bottom: .5rem;
}

blockquote cite {
    font-style: normal;
    font-size: .9rem;
    color: var(--texto-suave);
}

/* ---------- FAQS ---------- */
.faq-item {
    border-bottom: 1px solid rgba(61,47,34,.15);
    padding: 1.3rem 0;
}

.faq-item:first-of-type { border-top: 1px solid rgba(61,47,34,.15); }

.faq-item summary {
    font-family: var(--serif);
    font-size: 1.2rem;
    color: var(--tierra);
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::before {
    content: "+";
    display: inline-block;
    width: 1.2em;
    color: var(--dorado);
    font-weight: 600;
}

.faq-item[open] summary::before { content: "–"; }

.faq-item > div {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
    margin: 0;
}

.faq-item[open] > div { grid-template-rows: 1fr; }

.faq-item > div > p {
    overflow: hidden;
    min-height: 0;
    padding: .8rem 0 0 1.2em;
    margin-bottom: 0;
    color: var(--texto-suave);
}

/* ---------- CAMINO ---------- */
.camino { background: var(--crema); }

/* ---------- CONTACTO ---------- */
.contacto {
    background: linear-gradient(160deg, var(--tierra), var(--verde-oscuro));
    color: var(--crema);
    text-align: center;
}

.contacto-texto {
    color: #ddd3c4;
    font-size: 1.1rem;
    max-width: 40ch;
    margin: 0 auto 2rem;
}

/* ---------- BOTÓN VOLVER ARRIBA ---------- */
.btn-arriba {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--dorado);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    z-index: 90;
}

.btn-arriba.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.btn-arriba:hover { background: var(--dorado-oscuro); }

/* ---------- FOOTER ---------- */
footer {
    background: var(--tierra);
    color: #b7ab99;
    text-align: center;
    padding: 1.5rem;
    font-size: .85rem;
}

@media (max-width: 600px) {
    section { padding: 3.5rem 0; }
    .tarjetas { gap: 1.5rem; }
}
