/*
Theme Name: SolSpain Real Estate
Theme URI: https://solspainrealestate.com
Author: SolSpain Real Estate
Author URI: https://solspainrealestate.com
Description: Elegant luxury real estate theme for SolSpain Real Estate — Spanish property specialists serving Irish and British clients.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solspain
Tags: real-estate, luxury, one-page, dark, elegant
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
    --gold:       #C8A96E;
    --gold-light: #E8D4A8;
    --gold-faint: rgba(200,169,110,0.12);
    --dark:       #0F1117;
    --dark2:      #1A1D27;
    --dark3:      #252836;
    --text:       #F5F2EC;
    --text-muted: #9A9488;
    --text-light: #C8C4BA;
    --serif:      'Cormorant Garamond', Georgia, serif;
    --sans:       'Jost', sans-serif;
    --transition: 0.3s ease;
    --max-width:  1280px;
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background: var(--dark);
    color: var(--text);
    font-family: var(--sans);
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; }
input, select, textarea, button { font-family: var(--sans); }

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 0rem;
}



/* =============================================
   NAVIGATION
   ============================================= */
#site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 1.5rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background var(--transition), padding var(--transition);
}

#site-header.scrolled {
    background: rgba(15, 17, 23, 0.97);
    padding: 1rem 4rem;
    border-bottom: 1px solid rgba(200,169,110,0.15);
}

.site-logo {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: var(--gold);
}

.site-logo span { font-style: italic; color: var(--text); }

.nav-menu {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-menu a {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: color var(--transition);
}

.nav-menu a:hover { color: var(--gold); }

.nav-cta {
    border: 1px solid var(--gold) !important;
    color: var(--gold) !important;
    padding: 0.6rem 1.6rem;
    transition: all var(--transition) !important;
}

.nav-cta:hover {
    background: var(--gold) !important;
    color: var(--dark) !important;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--text);
    transition: all var(--transition);
}

/* =============================================
   HERO
   ============================================= */

#hero {
    height: 100vh;
    min-height: 700px;
    position: relative;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 2% !important;
    padding: 0 0 0 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 60px !important;
    padding-right: 0 !important;
}
#hero.wp-block-group,
#hero {
    padding-left: 40px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
.wp-site-blocks #hero,
.wp-site-blocks #hero .hero-content {
    padding-left: 40px !important;
    margin-left: 0 !important;
}
.hero-content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.hero-content {
    position: relative !important;
    z-index: 10 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 600px !important;
}


.hero-title {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-align: left !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
}

.hero-title em {
    font-style: italic;
    color: var(--gold);
    transform: none !important;
}

.hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.9;
    color: var(--text-muted);
    max-width: 420px;
    margin-bottom: 3rem;
    text-align: left !important;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0F1117 0%, #1A1D27 40%, #0D1520 100%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: repeating-linear-gradient(
        45deg,
        var(--gold) 0, var(--gold) 1px,
        transparent 0, transparent 50%
    );
    background-size: 20px 20px;
    pointer-events: none;
}

.hero-image-side {
    position: absolute;
    right: 0; top: 0;
    width: 55%; height: 100%;
    overflow: hidden;
}

.hero-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--dark) 0%, transparent 60%);
}

.hero-arch {
    position: absolute;
    left: -1px; top: 0;
    height: 100%;
    width: 120px;
    z-index: 1;
}
.hero-right {
  flex: 1;
  position: relative;
  min-height: 100%;
}
.hero-right video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero {
  display: flex;
  min-height: 100vh;
  align-items: stretch;
}



.eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: left;
    gap: 1rem;
}

.eyebrow::before {
    content: '';
    width: 40px; height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.hero-actions {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: var(--gold);
    color: var(--dark);
    padding: 1rem 2.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    transition: background var(--transition);
    display: inline-block;
}

.btn-primary:hover { background: var(--gold-light); color: var(--dark); }

.btn-ghost {
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    transition: color var(--transition);
    font-weight: 300;
}

.btn-ghost::before {
    content: '';
    width: 30px; height: 1px;
    background: currentColor;
}

.btn-ghost:hover { color: var(--text); }

.hero-stats {
    position: absolute;
    bottom: 3rem; right: 4rem;
    display: flex;
    gap: 3rem;
    z-index: 2;
}

.stat { text-align: center; }

.stat-number {
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--gold);
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 0.3rem;
    display: block;
}


/* =============================================
   MARQUEE
   ============================================= */
.marquee-bar {
    background: var(--gold);
    padding: 0.8rem 0;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: inline-flex;
    animation: marquee 28s linear infinite;
}

.marquee-item {
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 500;
    padding: 0 2.5rem;
}

.marquee-dot {
    color: rgba(15,17,23,0.4);
    font-size: 1rem;
    line-height: 1;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* =============================================
   SECTION COMMONS
   ============================================= */
.section { padding: 7rem 4rem; }
.section-bg-dark  { background: var(--dark); }
.section-bg-dark2 { background: var(--dark2); }
.section-bg-dark3 { background: var(--dark3); }

.section-label {
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-label::before {
    content: '';
    width: 30px; height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}

.section-label.centered {
    justify-content: center;
}

.section-label.centered::before { display: none; }

.section-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--text)!important;
}

.section-title em {
    font-style: italic;
    color: var(--gold);
}

/* =============================================
   HOW IT WORKS
   ============================================= */
#how {
    background: var(--dark2);
}

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
    max-width: var(--max-width);
    margin: 0 auto;
}

.how-desc {
    color: var(--text-muted);
    line-height: 1.9;
    font-size: 0.9rem;
    max-width: 440px;
    margin-bottom: 3rem;
}

.process-steps { display: flex; flex-direction: column; }

.process-step {
    display: flex;
    gap: 2rem;
    padding: 1.8rem 0;
    border-bottom: 1px solid rgba(200,169,110,0.1);
}

.process-step:last-child { border-bottom: none; }

.step-number {
    font-family: var(--serif);
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(200,169,110,0.15);
    line-height: 1;
    min-width: 60px;
}

.step-title {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.step-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.8;
}

/* Service Cards */
.service-cards { display: flex; flex-direction: column; gap: 1rem; }

.service-card {
    background: var(--dark3);
    border: 1px solid rgba(200,169,110,0.1);
    padding: 1.8rem;
    transition: border-color var(--transition), transform var(--transition);
}

.service-card:hover {
    border-color: rgba(200,169,110,0.4);
    transform: translateX(6px);
}

.service-icon {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    width: 36px; height: 36px;
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.service-title {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.service-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* =============================================
   PROPERTIES
   ============================================= */
#properties {
    background: var(--dark);
}

.props-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
}

.property-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.property-card.featured { grid-column: span 2; }

.property-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: var(--dark2);
}

.property-card.featured .property-image { height: 420px; }

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.property-card:hover .property-image img { transform: scale(1.05); }

.property-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(15,17,23,0.9) 0%, transparent 60%),
        linear-gradient(to bottom, rgba(15,17,23,0.55) 0%, transparent 25%);
    z-index: 1;
}

.property-badge {
    position: absolute;
    top: 1.2rem; left: 1.2rem;
    z-index: 2;
    background: var(--gold);
    color: var(--dark);
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    font-weight: 500;
}

.property-price {
    position: absolute;
    top: 1.2rem; right: 1.2rem;
    z-index: 2;
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--text);
    text-align: right;
}

.property-price em {
    font-style: normal;
    font-size: 0.65rem;
    color: var(--text-muted);
    display: block;
    letter-spacing: 0.1em;
}

.property-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 2;
    padding: 1.5rem;
}

.property-location {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.4rem;
}

.property-name {
    font-family: var(--serif);
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--text);
    margin-bottom: 0.8rem;
}

.property-card.featured .property-name { font-size: 1.8rem; }

.property-details {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.property-detail {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}

/* =============================================
   REGIONS
   ============================================= */

.regions-intro h2,
.regions-intro .section-title {
    color: #F5F2EC !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em;
}

.regions-intro h2 em,
.regions-intro .section-title em {
    color: #C8A96E !important;
    font-style: italic;
    font-weight: 600 !important;
}

#regions {
    background: var(--dark2);
    padding: 7rem 0;
    overflow: hidden;
}

.regions-grid {
    display: flex !important;
    gap: 1px;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: none  !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    max-width: 100%;
    position: relative;
    cursor: grab !important;
}

.regions-grid::-webkit-scrollbar {
    display: none!important;
}

.region-card {
    flex: 0 0 300px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start!important;
    background: var(--dark2);
    padding: 2.5rem 2rem;
    transition: background var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background:#131a2c;
    color:#fff;
    padding:40px;
    min-height:320px;
}

.region-card:hover{
    border-bottom:3px solid #c9a15c;
}

.regions-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: var(--gold);
    color: var(--dark);
    border: none;
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regions-prev { left: 1rem; }
.regions-next { right: 1rem; }

.regions-intro {
    max-width: var(--max-width);
    margin: 0 auto 4rem;
}



.region-card {
    background: var(--dark2);
    padding: 2.5rem 2rem;
    transition: background var(--transition);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.region-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform var(--transition);
    transform-origin: left;
}

a.region-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.region-card {
    cursor: pointer;
}

.region-card:hover { background: var(--dark3); }
.region-card:hover::after { transform: scaleX(1); }


.region-icon {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.region-name {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.region-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.region-tag {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 1rem;
    display: block;
}

/* =============================================
   JOURNEY
   ============================================= */
#journey {
    background: var(--dark);
    padding: 7rem 4rem;
    position: relative;
}

.journey-header {
    text-align: center;
    margin-bottom: 5rem;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.journey-steps {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

.journey-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 3rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.journey-step:last-child { border-bottom: none; }

.step-num-box {
    width: 52px; height: 52px;
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--gold);
    background: var(--dark);
    flex-shrink: 0;
}

.journey-step-title {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.8rem;
    font-weight: 400;
    padding-top: 0.5rem;
}

.journey-step-desc {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.9;
}

.step-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.step-tag {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(200,169,110,0.3);
    padding: 0.3rem 0.7rem;
}

/* =============================================
   TEAM
   ============================================= */
#team { background: var(--dark2); padding: 7rem 4rem; }

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 6rem;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
}

.team-desc {
    color: var(--text-muted);
    line-height: 1.9;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.team-features { display: flex; flex-direction: column; gap: 1.2rem; }

.feature { display: flex; gap: 1.2rem; align-items: flex-start; }

.feature-check {
    width: 20px; height: 20px;
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 0.65rem;
    color: var(--gold);
}

.feature-title {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 0.2rem;
    font-weight: 400;
}

.feature-desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.7; }

.team-members { display: flex; flex-direction: column; gap: 1rem; }

.team-member {
    background: var(--dark);
    border: 1px solid rgba(200,169,110,0.1);
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    transition: border-color var(--transition);
    
}


.team-member:hover { border-color: rgba(200,169,110,0.35); }

.member-avatar {
    width: 56px; 
    height: 56px;
    border-radius: 50%;
    overflow: hidden !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--dark);
}
.member-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}

.member-avatar.av1 { background: linear-gradient(135deg, #C8A96E, #E8D4A8); }
.member-avatar.av2 { background: linear-gradient(135deg, #9A8056, #C8A96E); }
.member-avatar.av3 { background: linear-gradient(135deg, #B09060, #D4B880); }

.member-name { font-size: 0.9rem; font-weight: 400; color: var(--text); margin-bottom: 0.2rem; }

.member-role {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.4rem;
}

.member-bio { font-size: 0.75rem; color: var(--text-muted); 
    
}

/* =============================================
   TESTIMONIAL
   ============================================= */
#testimonial {
    background: var(--dark3);
    padding: 6rem 4rem;
}

.testimonial-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote {
    font-family: var(--serif);
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 2.5rem;
    position: relative;
}

.testimonial-quote::before {
    content: '\201C';
    color: var(--gold);
    font-size: 4rem;
    line-height: 0;
    vertical-align: -1.5rem;
    margin-right: 0.3rem;
    font-family: var(--serif);
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-line {
    width: 40px; height: 1px;
    background: var(--gold);
}

.author-name {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* =============================================
   CONTACT
   ============================================= */
#contact {
    background: var(--dark);
    padding: 7rem 4rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
    max-width: var(--max-width);
    margin: 0 auto;
}

.contact-desc {
    color: var(--text-muted);
    line-height: 1.9;
    font-size: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    width: 36px; height: 36px;
    border: 1px solid rgba(200,169,110,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.contact-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.2rem;
    display: block;
}

.contact-value {
    font-size: 0.88rem;
    color: var(--text-muted);
}

/* Contact Form */
.contact-form { display: flex; flex-direction: column; gap: 1rem; }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-field { display: flex; flex-direction: column; gap: 0.4rem; }

.form-field label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.form-field input,
.form-field select,
.form-field textarea {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(200,169,110,0.2);
    color: var(--text);
    padding: 0.85rem 1rem;
    font-size: 0.85rem;
    font-weight: 300;
    outline: none;
    transition: border-color var(--transition);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--gold);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(154,148,136,0.5);
}

.form-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23C8A96E' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.form-field select option { background: #1A1D27; color: var(--text); }
.form-field textarea { height: 110px; resize: vertical; }

.form-submit {
    background: var(--gold);
    color: var(--dark);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    transition: background var(--transition);
    align-self: flex-start;
    margin-top: 0.5rem;
}

.form-submit:hover { background: var(--gold-light); }

#contact-title.elementor-heading-title {
    color: #F5F2EC !important;
}

#contact-title.elementor-heading-title em {
    color: #C8A96E !important;
}
/* =============================================
   FOOTER
   ============================================= */
#site-footer {
    background: var(--dark2);
    padding: 4rem 4rem 2rem;
    border-top: 1px solid rgba(200,169,110,0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    font-family: var(--serif);
    font-size: 1.3rem;
    color: var(--gold);
    margin-bottom: 1rem;
    display: block;
}

.footer-tagline {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 260px;
}

.footer-heading {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 1.2rem;
    font-weight: 400;
}

.footer-links { display: flex; flex-direction: column; gap: 0.7rem; }

.footer-links a {
    font-size: 0.82rem;
    color: var(--text-muted);
    transition: color var(--transition);
}

.footer-links a:hover { color: var(--gold); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
}

.footer-copy {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.footer-langs { display: flex; gap: 1.5rem; }

.footer-langs a {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: color var(--transition);
}

.footer-langs a:hover { color: var(--gold); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .how-grid,
    .team-grid { grid-template-columns: 1fr; gap: 3rem; }

    .properties-grid { grid-template-columns: 1fr 1fr; }
    .property-card.featured { grid-column: span 2; }

    .regions-grid { grid-template-columns: repeat(2, 1fr); }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
    #site-header { padding: 1.2rem 1.5rem; }
    #site-header.scrolled { padding: 0.8rem 1.5rem; }

    .nav-menu { display: none; }
    .nav-menu.open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: var(--dark);
        z-index: 999;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .nav-menu.open a { font-size: 1rem; }

    .hamburger { display: flex; z-index: 1001; position: relative; }

    .hero-image-side { display: none; }
    .hero-content { padding: 0 1.5rem; max-width: 100%; }
    .hero-stats { right: 1.5rem; bottom: 2rem; gap: 1.5rem; }

    .section,
    #how, #regions, #journey, #team, #contact,
    #site-footer { padding: 4rem 1.5rem; }

    #properties { padding: 4rem 1.5rem; }
    #testimonial { padding: 4rem 1.5rem; }

    .how-grid,
    .team-grid,
    .contact-grid { grid-template-columns: 1fr; gap: 3rem; }

    .properties-grid { grid-template-columns: 1fr; }
    .property-card.featured { grid-column: span 1; }

    .regions-grid { grid-template-columns: 1fr 1fr; }

    .form-row { grid-template-columns: 1fr; }

    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }

    .journey-step { grid-template-columns: 52px 1fr; gap: 1.5rem; }

    .props-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

@media (max-width: 480px) {
    .regions-grid { grid-template-columns: 1fr; }
    .hero-stats { display: none; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
}
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.hero-video {
  position: relative;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
  
.hero {
  display: flex;
  min-height: 100vh;
}

.hero > div {
  flex: 1;

}
 /* =============================================
   REGION PAGES — ZARA AESTHETIC
   Fondo blanco, tipografía elegante, editorial
   ============================================= */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --gold:   #B8935A;
    --gold2:  #D4AA70;
    --black:  #111111;
    --grey1:  #333333;
    --grey2:  #555555;
    --grey3:  #888888;
    --grey4:  #CCCCCC;
    --grey5:  #F5F3EF;
    --white:  #FFFFFF;
    --serif:  'Cormorant Garamond', Georgia, serif;
    --sans:   'Jost', sans-serif;
    --max:    1140px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
    background: var(--white);
    color: var(--black);
    font-family: var(--sans);
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---- NAV ---- */
.rp-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid #E8E4DC;
    padding: 1.1rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rp-nav-logo {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: var(--gold);
}

.rp-nav-logo span { font-style: italic; color: var(--black); }

.rp-nav-back {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--grey3);
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: color 0.2s;
}

.rp-nav-back:hover { color: var(--gold); }
.rp-nav-back::before { content: '←'; font-size: 0.85rem; }

.rp-nav-cta {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid var(--black);
    padding: 0.55rem 1.4rem;
    transition: all 0.25s;
    color: var(--black);
}

.rp-nav-cta:hover { background: var(--black); color: var(--white); }

/* ---- HERO ---- */
.rp-hero {
    margin-top: 57px;
    height: 90vh;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.rp-hero-img {
    position: absolute;
    inset: 0;
}

.rp-hero-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 55%;
    filter: brightness(0.68);
}

.rp-hero-gradient {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
}

.rp-hero-content {
    position: relative; z-index: 2;
    padding: 0 5rem 4.5rem;
    width: 100%;
    max-width: calc(var(--max) + 8rem);
    margin: 0 auto;
}

.rp-hero-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--gold2);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.rp-hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold2); }

.rp-hero-title {
    font-family: var(--serif);
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 300;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

.rp-hero-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    max-width: 500px;
    line-height: 1.7;
}

/* ---- BREADCRUMB ---- */
.rp-breadcrumb {
    border-bottom: 1px solid #E8E4DC;
    padding: 0.9rem 5rem;
}

.rp-breadcrumb-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.72rem;
    color: var(--grey3);
}

.rp-breadcrumb a:hover { color: var(--gold); }
.rp-breadcrumb .sep { color: var(--grey4); }
.rp-breadcrumb .cur { color: var(--black); }

/* ---- BODY ---- */
.rp-body { max-width: var(--max); margin: 0 auto; padding: 0 2.5rem; }

/* ---- SECTION LABEL ---- */
.rp-label {
    font-size: 0.6rem;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: var(--grey3);
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rp-label::after { content: ''; flex: 1; height: 1px; background: #E8E4DC; }

/* ---- INTRO ---- */
.rp-intro {
    padding: 6rem 0 5rem;
    border-bottom: 1px solid #E8E4DC;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 5rem;
    align-items: start;
}

.rp-intro-pull {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 300;
    line-height: 1.25;
    color: var(--black);
    margin-bottom: 2rem;
}

.rp-intro-pull em { font-style: italic; color: var(--gold); }

.rp-intro-body {
    font-size: 0.92rem;
    color: var(--grey2);
    line-height: 1.9;
}

.rp-intro-body p + p { margin-top: 1rem; }

/* Stats box */
.rp-stats {
    background: var(--black);
    padding: 2.2rem;
    position: sticky;
    top: 80px;
}

.rp-stats-title {
    font-size: 0.58rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rp-stat {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.rp-stat:last-child { border-bottom: none; }
.rp-stat-label { font-size: 0.68rem; color: rgba(255,255,255,0.4); }
.rp-stat-val { font-family: var(--serif); font-size: 1rem; color: #fff; font-weight: 300; }
.rp-stat-val em { font-style: normal; color: var(--gold); }

/* ---- PHOTO GALLERY ---- */
.rp-gallery { padding: 5rem 0; border-bottom: 1px solid #E8E4DC; }

.rp-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 300px 220px;
    gap: 0.6rem;
}

.rp-gallery-item { overflow: hidden; background: var(--grey5); position: relative; }
.rp-gallery-item:first-child { grid-row: 1 / 3; }

.rp-gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.rp-gallery-item:hover img { transform: scale(1.04); }

.rp-gallery-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
    padding: 1rem 0.9rem 0.7rem;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
}

/* ---- FOOD ---- */
.rp-food { padding: 5rem 0; border-bottom: 1px solid #E8E4DC; }

.rp-food-header {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4rem;
    margin-bottom: 3rem;
    align-items: start;
}

.rp-food-title {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 300;
    line-height: 1.25;
    color: var(--black);
}

.rp-food-title em { font-style: italic; color: var(--gold); }

.rp-food-desc { font-size: 0.9rem; color: var(--grey2); line-height: 1.9; }

.rp-food-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.8rem;
}

.rp-food-card {
    background: var(--grey5);
    border: 1px solid #E8E4DC;
    padding: 1.5rem 0.8rem;
    text-align: center;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.rp-food-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(184,147,90,0.1);
}

.rp-food-emoji { font-size: 2rem; display: block; margin-bottom: 0.6rem; }
.rp-food-name { font-size: 0.72rem; font-weight: 500; color: var(--black); display: block; margin-bottom: 0.25rem; }
.rp-food-desc-small { font-size: 0.65rem; color: var(--grey3); line-height: 1.4; }

/* ---- AREAS ---- */
.rp-areas { padding: 5rem 0; border-bottom: 1px solid #E8E4DC; }

.rp-areas-title {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 3rem;
    color: var(--black);
}

.rp-areas-title em { font-style: italic; color: var(--gold); }

.rp-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #E8E4DC;
}

.rp-area {
    background: var(--white);
    padding: 2.2rem 2rem;
    transition: background 0.25s;
    position: relative;
}

.rp-area::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

.rp-area:hover { background: var(--grey5); }
.rp-area:hover::before { transform: scaleX(1); }

.rp-area-type { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; display: block; }
.rp-area-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 300; color: var(--black); margin-bottom: 0.6rem; }
.rp-area-desc { font-size: 0.82rem; color: var(--grey2); line-height: 1.75; }

/* ---- LEISURE ---- */
.rp-leisure { padding: 5rem 0; border-bottom: 1px solid #E8E4DC; }

.rp-leisure-header {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.rp-leisure-title {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 300;
    line-height: 1.25;
    color: var(--black);
}

.rp-leisure-title em { font-style: italic; color: var(--gold); }
.rp-leisure-desc { font-size: 0.9rem; color: var(--grey2); line-height: 1.9; padding-top: 0.4rem; }

.rp-leisure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #E8E4DC;
}

.rp-leisure-card {
    background: var(--white);
    padding: 2rem 1.8rem;
    transition: background 0.25s;
}

.rp-leisure-card:hover { background: var(--grey5); }

.rp-leisure-icon { font-size: 1.6rem; margin-bottom: 0.8rem; display: block; }
.rp-leisure-name { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; color: var(--black); margin-bottom: 0.5rem; }
.rp-leisure-text { font-size: 0.8rem; color: var(--grey2); line-height: 1.7; }

/* ---- CTA ---- */
.rp-cta {
    margin: 5rem 0;
    background: var(--black);
    padding: 5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
}

.rp-cta-title { font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 300; color: #fff; line-height: 1.2; margin-bottom: 0.8rem; }
.rp-cta-title em { font-style: italic; color: var(--gold2); }
.rp-cta-desc { font-size: 0.88rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 480px; }

.rp-cta-btn {
    background: var(--gold);
    color: var(--white);
    padding: 1.1rem 2.8rem;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    transition: background 0.25s;
    flex-shrink: 0;
}

.rp-cta-btn:hover { background: var(--gold2); }

/* ---- FOOTER ---- */
.rp-footer {
    border-top: 1px solid #E8E4DC;
    padding: 2.5rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rp-footer-copy { font-size: 0.72rem; color: var(--grey3); }
.rp-footer-links { display: flex; gap: 2rem; }
.rp-footer-links a { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey3); transition: color 0.2s; }
.rp-footer-links a:hover { color: var(--gold); }

/* ---- RESPONSIVE ---- */
@media (max-width: 960px) {
    .rp-nav, .rp-breadcrumb, .rp-hero-content, .rp-footer { padding-left: 2rem; padding-right: 2rem; }
    .rp-body { padding: 0 1.5rem; }
    .rp-intro { grid-template-columns: 1fr; gap: 2.5rem; }
    .rp-stats { position: static; }
    .rp-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px; }
    .rp-gallery-item:first-child { grid-row: 1; grid-column: 1 / -1; }
    .rp-food-grid { grid-template-columns: repeat(3, 1fr); }
    .rp-food-header, .rp-leisure-header { grid-template-columns: 1fr; gap: 1.5rem; }
    .rp-areas-grid { grid-template-columns: 1fr 1fr; }
    .rp-leisure-grid { grid-template-columns: 1fr 1fr; }
    .rp-cta { grid-template-columns: 1fr; padding: 3rem 2rem; }
    .rp-footer { flex-direction: column; gap: 1rem; text-align: center; }
}

@media (max-width: 600px) {
    .rp-food-grid { grid-template-columns: repeat(2, 1fr); }
    .rp-areas-grid, .rp-leisure-grid { grid-template-columns: 1fr; }
    .rp-gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .rp-gallery-item { height: 220px; }
    .rp-gallery-item:first-child { grid-column: 1; }
    .rp-hero-title { font-size: 3rem; }
} 


