:root {
    --bg: #fff;
    --text: #222;
    --muted: #666;
    --neutral: #f3f5f0;
    /* very light neutral */
    --clay: #e7ddd1;
    /* soft clay */
    --turq: #0d6b6e;
    /* dark turquoise */
    --turq-ink: #0a5254;
    --card: #ffffff;
    --radius: 18px;
    --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    /* Angular menu — less rounded, dividers, Jost uppercase, color-3 ink */
    /* add your color-3 as a token for reuse */
    --ink-3: #a59c9a;
    --ink-2: #91966a;
    /* matches .brand .color-3 */
    --divider: rgba(0, 0, 0, .10);
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Utility */
.container {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.italic {
    font-style: italic;
}

.muted {
    color: var(--muted);
}

.spacer {
    height: 64px;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: #ffffffcc;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    box-shadow: var(--shadow);
    backdrop-filter: blur(2px);
}

.btn:hover {
    transform: translateY(-1px);
}

:root {
    --bg: #fff;
    --text: #1f1f1f;
    --muted: #5f615f;
    --clay: #E7DDD1;
    --brown: #A06D48;
}

.hero {
    background-color: var(--bg);
}

.container {
    width: min(1100px, 92vw);
    margin-inline: auto;
    padding-inline: clamp(0.75rem, 1vw, 1rem);
}

.hero-inner {
    display: flex;
    height: 100%;
    max-height: 100vh;
}

.hero-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
    color: var(--text);
    letter-spacing: -0.015em;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: var(--muted);
    margin: 0;
    max-width: 60ch;
}

.hero-media {
    position: relative;
    min-height: 280px;
    isolation: isolate;
    /* keep blobs behind the image */
}

.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* slightly rounded */
    position: relative;
    z-index: 1;
}

/* Decorative organic shapes */
.blob {
    position: absolute;
    inset: auto;
    width: min(640px, 95%);
    height: auto;
    filter: blur(0.5px);
    opacity: .55;
    z-index: 0;
}

.blob path {
    fill: currentColor;
}

.blob-clay {
    color: var(--clay);
    top: -14%;
    left: 25%;
    transform: rotate(-8deg) scale(0.95);
}

.blob-brown {
    color: color-mix(in oklab, var(--brown) 80%, black 5%);
    bottom: -12%;
    right: 44%;
    transform: rotate(10deg) scale(0.85);
    opacity: .35;
}

/* Desktop layout: image to the right, text to the left */
@media (min-width: 900px) {
    .hero-inner {
        grid-template-columns: 1.1fr 1fr;
    }

    .hero-copy {
        order: 1;
    }

    .hero-media {
        order: 2;
    }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
    .blob {
        transition: none;
        animation: none;
    }
}

/* Optional: subtle parallax hover (desktop only) */
@media (hover:hover) {
    .hero-media:hover .blob-clay {
        transform: rotate(-6deg) scale(0.98) translateY(-2px);
    }

    .hero-media:hover .blob-brown {
        transform: rotate(11deg) scale(0.87) translateY(2px);
    }
}

/* Fixed-height wave divider placed OUTSIDE hero */
.wave-fixed {
    height: 88px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    top: -88px;
}

@media (max-width: 640px) {
    .wave-fixed {
        height: 64px;
        top: -64px;
    }
}

.wave-fixed svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Split section: logo left / text right */
.split {
    padding: 56px 0 72px;
    background: var(--bg);
    position: relative;
    z-index: 1;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: center;
}

@media(min-width: 800px) {
    .split-grid {
        grid-template-columns: 1fr 1.4fr;
        gap: 48px;
    }
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-wrap img {
    width: min(320px, 60%);
    max-width: 320px;
    height: auto;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.08));
}

.split h2 {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 8px;
}

.split p {
    margin: 8px 0;
}

/* Neutral to color band with regular divider */
.divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12), transparent);
    width: 100%;
}

.band {
    background: var(--neutral);
    padding: 72px 0;
}

.band .section-head {
    text-align: center;
    margin-bottom: 28px;
}

.band .section-head h2 {
    font-size: clamp(22px, 3vw, 30px);
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
}

.band .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media(min-width: 700px) {
    .band .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

.card {
    background: var(--card);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow);
}

.card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
}

/* Process section with numbered boxes */
.process {
    background: var(--clay);
    padding: 80px 0;
}

.process .section-head {
    text-align: center;
    margin-bottom: 28px;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    counter-reset: step;
}

@media(min-width: 800px) {
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
}

.step {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 22px;
    box-shadow: var(--shadow);
    position: relative;
}

.step::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    top: -14px;
    left: 16px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--turq);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(13, 107, 110, 0.35);
}

.step h3 {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 19px;
}

/* Dark turquoise section */
.deep {
    background: var(--turq);
    color: #f3fbfb;
    padding: 80px 0;
    position: relative;
}

.deep h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3.2vw, 34px);
}

.deep p {
    color: #d8f0f0;
}

.deep .pill {
    background: rgba(255, 255, 255, 0.08);
    padding: 18px;
    border-radius: var(--radius);
}

/* Footer (simple) */
footer {
    background: var(--ink-3);
    color: #fff;
    padding: 36px 0;
    font-size: 14px;
    text-align: center;
}

/* Accessibility focus */
a:focus {
    outline: 3px solid #ffd24d;
    outline-offset: 2px;
}

/* ===== Top bar ===== */
.site-header {
    position: fixed;
    /* or fixed if you want it always visible */
    top: 0;
    z-index: 1000;
    background: #ffffff;
    /* <-- solid (no transparency) */
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    width: 100%;
}

/* --- NAV BAR: GRID, MOBILE CENTERED BRAND --- */
.nav-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* left spacer | brand | right controls */
    align-items: center;
    height: 88px;
}

/* BRAND LINK (now just a logo image) */
.brand {
    grid-column: 1;
    justify-self: start;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

/* Logo image */
.brand-logo {
    width: 190px;
    /* slightly smaller on mobile */
    height: auto;
    object-fit: contain;
    margin-left: -10px;
    /* tweak or remove if you like */
}

/* Hamburger on the right (mobile) */
.hamburger-plain {
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: grid;
    gap: 5px;
}

/* Hide desktop links on mobile */
.top-links {
    display: none;
}

/* --- DESKTOP: BRAND LEFT, LINKS RIGHT, NO HAMBURGER --- */
@media (min-width: 901px) {
    .nav-bar {
        grid-template-columns: auto 1fr;
        /* brand | links */
    }

    .brand {
        grid-column: 1;
        justify-self: start;
        /* brand on the left */
    }

    .brand-logo {
        width: 210px;
        /* larger on desktop */
    }

    .top-links {
        display: flex;
        /* links visible on the right */
        grid-column: 2;
        justify-self: end;
        gap: 18px;
    }

    .hamburger-plain {
        display: none;
        /* no hamburger on desktop */
    }
}

/* Desktop links */
.top-links {
    justify-self: end;
    display: flex;
    justify-content: space-evenly;
}

.top-links a {
    text-decoration: none;
    color: #1f1f1f;
    padding: 8px 5px;
    border-radius: 10px;
    font-size: 0.9rem;
}

/* Reset any background hover */
.top-links a:hover {
    background: none;
}

/* Base nav link style */
.top-links a {
    position: relative;
    text-decoration: none;
    color: inherit;
    padding-bottom: 2px;
    transition: color 0.25s ease;
}

/* Thin underline animation */
.top-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 0.2px;
    background-color: currentColor;
    transition: width 0.25s ease;
}

/* On hover or active */
.top-links a:hover::after,
.top-links a:focus::after,
.top-links a.is-active::after {
    width: 100%;
}


/* Hamburger inside bar (left aligned on mobile) */
.hamburger-plain {
    justify-self: end;
    /* on desktop it sits at far right */
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: grid;
    gap: 5px;
}

.hamburger-plain span {
    display: block;
    height: 2px;
    width: 24px;
    background: #756874;
    border-radius: 2px;
}

/* Show desktop links vs hamburger */
@media (max-width: 900px) {
    .top-links {
        display: none;
    }

    .hamburger-plain {
        justify-self: end;
    }

    /* right side on mobile */
}

@media (min-width: 901px) {
    .hamburger-plain {
        display: none;
    }
}

/* ===== Keep your drawer styles (you can paste your existing ones) ===== */
/* Overlay */
.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.drawer-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

/* Drawer (left) */
.drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 360px;
    max-width: 92vw;
    transform: translateX(-100%);
    transition: transform .25s ease;
    will-change: transform;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #413e3b;
    color: #f6f4f7;
    z-index: 9999;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.drawer.open {
    transform: translateX(0);
}

@media (max-width: 767px) {
    .drawer {
        width: 100vw;
        max-width: 100vw;
        box-shadow: none;
    }
}

.drawer-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #f6f4f7;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.drawer-top {
    margin-top: 110px;
    padding: 22px 16px 0;
    display: flex;
    justify-content: center;
}

.drawer-logo {
    width: 120px;
    max-width: 25vw;
    height: auto;
    opacity: .95;
    padding-left: 18px;
}

.drawer-content {
    padding: 8px 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.menu-item a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #f6f4f7;
    text-align: center;
    transition: background .15s ease, transform .05s ease;
}

.menu-item a:hover {
    background: rgba(255, 255, 255, .08);
}

.menu-item a:active {
    transform: scale(.99);
}

.drawer-social {
    margin-top: 20px;
    padding: 0 16px 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.drawer-social a {
    color: #f6f4f7;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .15s ease;
}

.drawer-social a:hover {
    transform: scale(1.2);
}

.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}

@media (prefers-reduced-motion: reduce) {

    .drawer,
    .drawer-overlay {
        transition: none;
    }
}

/* Hide video + overlay by default (desktop) */
.hero-video,
.hero-text {
    display: none;
}


/* ===== MOBILE VIEW (≤768px) ===== */
@media (max-width: 768px) {

    .hero-text {
        display: none;
        position: absolute;
        inset: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        padding: 0;
        font-family: 'Questrial', sans-serif;
        z-index: 2;
        font-style: italic;
        text-transform: lowercase;
    }

    .hero-text h1 {
        font-size: clamp(1.6rem, 6vw, 2.4rem);
        font-weight: 400;
        letter-spacing: 0.02em;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
        margin: 0;
        padding: 0 5vw;
    }

    /* Hide the desktop image on mobile */
    .hero-image {
        display: none;
    }
}

/* Make the bar a positioning context for the dropdown */
.nav-bar {
    position: relative;
}

/* Angular menu — less rounded, dividers, Jost uppercase, color-3 ink */
:root {
    /* matches .brand .color-3 */
    --divider: rgba(0, 0, 0, .10);
}

/* keep .nav-bar { position:relative } as before */

.mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(88vw, 240px);
    background: #fff;
    /* smaller (more angular) */
    box-shadow: var(--shadow);
    padding: 0;
    /* we’ll use borders for rhythm */
    display: block;

    opacity: 0;
    transform: translateY(-6px) scale(.98);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
    z-index: 1001;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.mobile-menu.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* items: flat, angular, with separators */
.mobile-menu a {
    display: block;
    padding: 20px 32px;
    color: var(--ink-3);
    /* color-3 text */
    text-decoration: none;
    border-bottom: 1px solid var(--divider);
    border-radius: 0;
    /* remove rounded corners */
}

/* remove last separator */
.mobile-menu a:last-child {
    border-bottom: none;
}

/* hover: no rounded pill; flat gray background */
.mobile-menu a:hover,
.mobile-menu a:focus {
    background: rgba(0, 0, 0, .04);
    outline: none;
}

/* active page: solid color-3 background + white text */
.mobile-menu a.is-active {
    background: var(--ink-3);
    color: #fff;
}

/* Desktop: hide mobile dropdown */
@media (min-width: 901px) {
    .mobile-menu {
        display: none !important;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .mobile-menu {
        transition: none;
    }
}

/* =========================================
   CONTENT PAGES (Yoga, Terapia, Masaje, etc.)
   ========================================= */

/* base background using CSS variable */
body.content-page {
    background-color: var(--bg, #faf7f4);
    /* fallback if --bg not set */
}

/* --- HERO: full-width band, lower height, crops bottom --- */

body.content-page .hero {
    width: 100%;
    min-height: 40vh;
    max-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    /* crop bottom of image/video */
}

/* hero should stretch edge-to-edge */
body.content-page .hero-inner {
    width: 100%;
    height: 100%;
}

body.content-page .hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
}

/* fill the band, crop bottom if needed */
body.content-page .hero-video,
body.content-page .hero-image {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    /* anchor to top so crop is mostly at the bottom */
}

/* readable text box over the media */
body.content-page .hero-text {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.75rem 2rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(6px);
    text-align: center;
    position: relative;
    z-index: 2;
}

body.content-page .hero-text h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

body.content-page .hero-text p {
    font-size: 1.05rem;
    margin: 0;
    color: #444;
}

/* gradient from media down into the page background using --bg */
body.content-page .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* --- MAIN CONTENT BLOCK --- */

body.content-page main {
    padding: 2rem 0 3rem;
    scroll-behavior: smooth;
}

/* generic "article" section for all these pages */
body.content-page .page-section-main {
    padding: 4rem 0 3.5rem;
}

body.content-page .page-section-main .container {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

/* title style */
body.content-page .page-section-main h2,
body.content-page .page-section-main h3 {
    font-family: 'Open Sans', sans-serif;
    /* match body text */
    font-size: 1rem;
    /* slightly bigger */
    text-transform: uppercase;
    /* wider tracking */
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 1.5rem;
    font-weight: 400;
}


/* paragraph spacing */
body.content-page .page-section-main p+p {
    margin-top: 1rem;
}

/* subtle divider, tinted to sit on top of --bg */
body.content-page .divider {
    height: 2px;
    width: 80%;
    margin: 2.5rem auto 3.5rem;
    border: none;
    background: linear-gradient(to right,
            transparent,
            color-mix(in srgb, var(--bg, #faf7f4) 70%, #000 30%),
            transparent);
    opacity: 0.7;
}

/* nicer wrapping for long text */
body.content-page p {
    text-wrap: pretty;
}

/* Por defecto mostramos el vídeo vertical (móvil) */
.hero-video-horizontal {
    display: none;
}

/* En escritorio mostramos el horizontal y ocultamos el vertical */
@media (min-width: 768px) {
    .hero-video-vertical {
        display: none;
    }

    .hero-video-horizontal {
        display: block;
    }
}

/* -------------------------------------------
   "Ver más" / "Explorar" links on index cards
   ------------------------------------------- */
.cards a {
    display: inline-block;
    margin-top: 0.5rem;
    font-family: "Jost", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--ink-3);
    text-decoration: none;
    position: relative;
    transition: color 0.25s ease, transform 0.25s ease;
}

/* small underline that animates in */
.cards a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1.5px;
    background-color: currentColor;
    transition: width 0.25s ease;
}

/* hover / focus effects */
.cards a:hover,
.cards a:focus {
    transform: translateX(2px);
}

.cards a:hover::after,
.cards a:focus::after {
    width: 100%;
}

/* optional subtle separator arrow */
.cards a::before {
    content: "› ";
    color: currentColor;
    font-weight: 400;
    opacity: 0.8;
}

/* spacing tweak for the last paragraph in a card */
.cards p:last-child {
    margin-bottom: 0;
}

/* Base hero video styles already exist — these rules refine the horizontal version */

/* Horizontal video: fill width, cropped vertically, max ~60vh */
.hero-video-horizontal {
    display: none;
    width: 100vw;
    height: 60vh;
    object-fit: cover;
    /* fills area, cropping top/bottom */
    object-position: center;
    /* center focus point */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Vertical video remains default for mobile */
.hero-video-vertical {
    display: block;
    width: 100vw;
    height: 68svh;
    object-fit: cover;
    object-position: center;
}

/* Desktop: show horizontal video instead */
@media (min-width: 768px) {
    .hero-video-vertical {
        display: none;
    }

    .hero-video-horizontal {
        display: block;
    }

    /* Ensure hero container respects the 60vh band */
    .hero {
        position: relative;
        width: 100vw;
        height: 60vh;
        overflow: hidden;
    }

    .hero-inner,
    .hero-media {
        width: 100%;
        height: 100%;
    }

    /* Keep hero text nicely over the video */
    .hero-text {
        position: relative;
        z-index: 2;
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem;
        text-align: center;
        color: #fff;
        /* optional contrast; adjust if you use a light overlay */
    }
}

#enfoque {
    margin-top: -2px;
}

/* ================================
   HERO ESPECIAL PARA SOBRE-MÍ
   ================================ */

/* 1. Quitar degradado por completo en esta página */
body.sobre-mi-page .hero::after {
    content: none;
    /* elimina el pseudo-elemento */
}

/* 2. Anular el hero "content-page" estándar aquí */
body.sobre-mi-page .hero {
    padding: 0;
    min-height: auto;
    max-height: none;
    height: auto;
}

/* --- MÓVIL: foto ocupando todo el ancho y luego texto --- */
@media (max-width: 768px) {
    body.sobre-mi-page .hero-image-only {
        width: 100vw;
        height: auto;
        /* altura natural de la imagen */
        overflow: hidden;
    }

    body.sobre-mi-page .hero-photo {
        width: 100vw;
        height: auto;
        display: block;
        object-fit: cover;
        /* por si el JPEG no es perfecto cuadrado */
        object-position: center;
    }
}

/* ================================
   HERO ESPECIAL PARA SOBRE-MÍ
   ================================ */

/* 1. No gradient overlay for this page */
body.sobre-mi-page .hero::after {
    content: none;
}

/* 2. Reset hero sizing to let the photo define height */
body.sobre-mi-page .hero {
    padding: 0;
    min-height: auto;
    max-height: none;
    height: auto;
    background-color: var(--neutral, #faf7f4);
}

/* --- DESKTOP (≥769px): centered circular portrait --- */
body.sobre-mi-page .hero-image-only {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: var(--neutral, #faf7f4);
    position: relative;
    margin-top: 76px;
    padding: 40px 0;
}

body.sobre-mi-page .hero-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.sobre-mi-page .hero-photo {
    width: 60vw;
    height: 60vw;
    max-width: 450px;
    max-height: 450px;
    border-radius: 999px;
    /* perfect circle */
    object-fit: cover;
    object-position: center bottom;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    display: block;
    /* full horizontal centering */
}

/* --- MOBILE (≤768px): full-width photo band --- */
@media (max-width: 600px) {
    body.sobre-mi-page .hero-photo {
        width: 80vw;
        height: 80vw;
    }

}

/* ===== CONTACT PAGE ===== */

.contacto-page .page-section-main {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.contacto-page h2 {
    margin-bottom: 1.5rem;
}

/* Contact block layout */
.contact-block {
    margin-top: 2.5rem;
    padding: 1.8rem 2rem;
    background: #faf7f2;
    /* soft neutral tone */
    border-radius: 10px;
    max-width: 420px;
    line-height: 1.6;
}

/* Subheading inside block */
.contact-block h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Links */
.contact-block a {
    color: #4e5a7a;
    text-decoration: none;
    font-weight: 500;
}

.contact-block a:hover,
.contact-block a:focus {
    text-decoration: underline;
}

/* Muted supporting text */
.contact-block .muted {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: #6a6a6a;
}

/* Mobile spacing */
@media (max-width: 700px) {
    .contact-block {
        padding: 1.5rem;
        margin-top: 2rem;
    }
}

/* ===========================================
   HERO FOTO SOLO — keeps the gradient overlay
   =========================================== */

body.content-page .hero.hero-photo-only {
    position: relative;
    width: 100vw;
    height: 60vh;
    /* desktop band */
    max-height: 60vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* crop image overflow */
    background: var(--neutral, #faf7f4);
}

/* Restore the original gradient fade */
body.content-page .hero.hero-photo-only::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    /* sits OVER the image but UNDER the text */
}

body.content-page .hero-inner,
body.content-page .hero-media {
    width: 100%;
    height: 100%;
    position: relative;
}

/* The photo itself */
body.content-page .hero-photo-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* maintain crop behavior */
    object-position: center top;
    /* desktop: crop bottom */
    z-index: 0;
}

/* Keep your soft white glass text card */
body.content-page .hero.hero-photo-only .hero-text {
    position: relative;
    z-index: 2;
    /* OVER gradient */
    max-width: 720px;
    margin: 0 auto;
    padding: 1.75rem 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(6px);
    text-align: center;
}

/* MOBILE — full height, crop sides instead */
@media (max-width: 768px) {
    body.content-page .hero-photo-visual {
        object-position: center;
        /* crop left/right of the square */
    }
}

.hero-quote {
    width: 100vw;
    padding: 2.5rem 0;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.hero-quote-text {
    margin: 0;
    font-size: 18px;
    font-family: 'Cormorant Garamond';
    line-height: 1.7;
}

.hero-quote-author {
    margin-top: 0.5rem;
    font-size: 18px;
    text-align: right;
    padding-right: 12%;
    /* moves it slightly off-center to the right */
    color: var(--muted);
    font-family: 'Cormorant Garamond';
    align-self: flex-end;
    margin-right: 50px;
    font-style: italic;
}

@media (max-width: 768px) {
    body.content-page.danza-page .hero-photo-visual {
        object-position: top center;
        margin-top: 80px;
    }
}