:root {
    --paper: #fcfbf8;
    --cream: #f7f0e4;
    --ink: #2d2c29;
    --muted: #6e6a62;
    --gold: #c99b3c;
    --gold-dark: #b4872e;
    --aqua: #129bd1;
    --blue: #007fc6;
    --blue-dark: #0054a4;
    --charcoal: #282828;
    --line: #e9e3d8;
    --display: 'Cormorant Garamond', Georgia, serif;
    --body: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
.site-container { max-width: 1230px; }
.skip-link { background: #fff; color: var(--ink); left: 16px; padding: 10px 16px; position: fixed; top: -60px; z-index: 2000; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { left: 0; position: absolute; right: 0; top: 0; transition: background-color .25s ease, box-shadow .25s ease; z-index: 1000; }
.site-header .navbar { min-height: 86px; padding: 16px 0; }
.navbar-brand, .footer-brand { align-items: center; color: #fff; display: inline-flex; gap: 9px; }
.site-logo { display: block; height: 58px; object-fit: contain; width: auto; }
.footer-brand .site-logo { height: 72px; }
.brand-symbol { align-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; display: inline-flex; font-size: 1rem; height: 30px; justify-content: center; width: 30px; }
.brand-name { font-family: var(--display); font-size: 1rem; font-weight: 500; letter-spacing: .01em; line-height: .85; }
.brand-name small { display: block; font-family: var(--body); font-size: 1rem; font-weight: 500; letter-spacing: .12em; margin: 7px 0 0 1px; }
.navbar-nav { gap: 4px; }
.navbar .nav-link { color: rgba(255,255,255,.86); font-size: 1rem; font-weight: 400; padding: 9px 12px; transition: color .2s ease; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #e8c976; }
.language-switcher { align-items: center; color: rgba(255,255,255,.45); display: flex; gap: 6px; margin-left: 16px; }
.language-switcher a { color: rgba(255,255,255,.68); font-weight: 500; line-height: 1; padding: 8px 0; }
.language-switcher a:hover, .language-switcher a.is-active { color: #e8c976; }
.navbar-toggler { border: 0; color: #fff; font-size: 26px; line-height: 1; padding: 6px; }
.navbar-toggler:focus { box-shadow: none; }
.btn { border-radius: 8px; font-size: 1rem; font-weight: 500; letter-spacing: .015em; padding: 15px 22px; }
.btn i { font-size: 1rem; margin-left: 9px; }
.btn-gold { background: var(--gold); color: #25231e; }
.btn-gold:hover { background: #e0b84e; color: #25231e; }
.nav-booking { margin-left: 18px; }
.site-header.is-scrolled { background: rgba(37, 37, 37, .96); box-shadow: 0 3px 14px rgba(0,0,0,.15); position: fixed; }
.site-header.is-scrolled .navbar { min-height: 64px; padding: 9px 0; }

/* Shared */
.section-padding { padding: 104px 0; }
.section-kicker { align-items: center; color: var(--gold); display: flex; font-size: 1rem; font-weight: 500; gap: 7px; letter-spacing: .1em; margin: 0 0 14px; }
.section-kicker::before { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }
.section-kicker-light { color: #dfb866; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 300; letter-spacing: -.025em; line-height: .96; }
h1 { color: #fff; font-size: clamp(46px, 4.6vw, 68px); }
h2 { color: var(--ink); font-size: clamp(40px, 3.8vw, 54px); }
h1 em, h2 em { color: var(--aqua); font-weight: inherit; }
.title-rule { background: #d7ae59; display: block; height: 1px; margin-top: 22px; width: 42px; }
.section-heading { margin-bottom: 41px; }
.section-heading h2 { margin-bottom: 0; }

/* Luxury motion and microinteractions */
.navbar .nav-link { position: relative; }
.navbar .nav-link::after { background: currentColor; bottom: 4px; content: ''; height: 1px; left: 12px; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.16, 1, .3, 1); width: calc(100% - 24px); }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.btn { overflow: hidden; position: relative; transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease, transform .3s cubic-bezier(.16, 1, .3, 1); }
.btn::after { background: linear-gradient(115deg, transparent 24%, rgba(255,255,255,.28) 45%, transparent 64%); content: ''; inset: 0; pointer-events: none; position: absolute; transform: translateX(-130%); transition: transform .65s cubic-bezier(.16, 1, .3, 1); }
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(130%); }
.btn:active { transform: translateY(0); }
.btn i { display: inline-block; transition: transform .25s ease; }
.btn:hover i { transform: translateX(3px); }
.motion-ready .reveal { filter: blur(5px); opacity: 0; transform: translateY(30px); transition: filter .8s ease, opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal.reveal-hero { transform: translateY(22px); }
.motion-ready .reveal.is-visible { filter: blur(0); opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: no-preference) {
    .hero-video { animation: hero-video-drift 22s ease-in-out infinite alternate; }
}
@keyframes hero-video-drift {
    from { transform: scale(1); }
    to { transform: scale(1.055); }
}

/* Hero */
.hero-section { background: url('../images/exteriores/TroquesPhotography-94.webp') center center / cover no-repeat; min-height: max(700px, 100svh); overflow: hidden; position: relative; }
.hero-video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(8, 20, 24, .8) 0%, rgba(8, 20, 24, .53) 48%, rgba(8, 20, 24, .2) 100%), linear-gradient(0deg, rgba(4, 13, 18, .45) 0%, transparent 40%); inset: 0; position: absolute; z-index: 1; }
.hero-content { min-height: max(700px, 100svh); padding-bottom: 135px; padding-top: clamp(175px, 22vh, 225px); position: relative; z-index: 2; }
.hero-content h1 { font-size: clamp(3.5rem, 5.1vw, 5rem); font-weight: 300; letter-spacing: -.035em; line-height: .98; margin-bottom: 22px; }
.hero-content h1 em { color: #d6b152; font-style: italic; }
.hero-copy { color: rgba(255,255,255,.86); font-size: 1rem; line-height: 1.75; margin-bottom: 30px; max-width: 620px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; }
.btn-hero { padding: 16px 23px; }
.btn-hero-outline { background: rgba(7, 24, 30, .16); border: 1px solid rgba(255,255,255,.58); color: #fff; padding: 15px 22px; }
.btn-hero-outline:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }
.hero-highlights { bottom: 64px; display: grid; gap: 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); left: 15px; position: absolute; right: 15px; z-index: 2; }
.hero-highlights > div { align-items: flex-start; color: rgba(255,255,255,.88); display: flex; font-weight: 500; gap: 10px; line-height: 1.45; }
.hero-highlights i { background: #d6b152; border-radius: 50%; display: block; flex: 0 0 8px; height: 8px; margin-top: .48em; width: 8px; }

/* About */
.about-section { background: var(--paper); }
.about-section h2 { margin-bottom: 0; }
.about-right { padding-top: 18px; }
.about-lead { color: var(--muted); font-size: 1rem; line-height: 1.85; margin: 0 0 25px; max-width: 580px; }
.benefits-grid { border-top: 1px solid #ddd8ce; margin-top: 42px; }
.benefits-grid > div { border-bottom: 1px solid #ddd8ce; }
.benefit-card { align-items: start; background: transparent; border: 0; border-radius: 0; display: grid; gap: 17px; grid-template-columns: 30px minmax(0, 1fr); min-height: 0; padding: 25px 0; transition: color .2s ease; }
.benefit-card:hover { background: transparent; box-shadow: none; transform: none; }
.benefit-number { color: var(--gold-dark); font-size: 1rem; font-weight: 500; letter-spacing: .08em; line-height: 1.2; padding-top: .34rem; }
.benefit-card h3 { color: #242a2c; font-family: var(--display); font-size: 1.55rem; font-weight: 400; line-height: 1.05; margin: 0 0 7px; }
.benefit-card p { color: var(--muted); font-size: 1rem; letter-spacing: 0; line-height: 1.5; margin: 0; }
@media (min-width: 576px) {
    .benefits-grid > div:nth-child(odd) { border-right: 1px solid #ddd8ce; }
    .benefits-grid > div:nth-child(odd) .benefit-card { padding-right: 28px; }
    .benefits-grid > div:nth-child(even) .benefit-card { padding-left: 28px; }
}

/* Rooms */
.rooms-section { background: var(--cream); }
.btn-outline-soft { background: transparent; border: 2px solid #cbc7c0; border-radius: 14px; color: #293136; padding: 15px 23px; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.btn-outline-soft i { font-size: 1.2rem; margin-left: 14px; vertical-align: -1px; }
.btn-outline-soft:hover { background: transparent; border-color: #b89b5e; box-shadow: 0 6px 14px rgba(66, 53, 31, .09); color: var(--ink); transform: translateY(-1px); }
.room-card { border-radius: 18px; box-shadow: 0 16px 32px rgba(44, 35, 18, .13); height: 430px; overflow: hidden; position: relative; transition: box-shadow .35s ease, transform .35s cubic-bezier(.16, 1, .3, 1); }
.room-card::after { background: linear-gradient(180deg, rgba(8, 17, 19, 0) 28%, rgba(8, 17, 19, .22) 48%, rgba(8, 17, 19, .9) 100%); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.room-card-link { display: block; height: 100%; position: relative; }
.room-card:hover { box-shadow: 0 24px 42px rgba(44, 35, 18, .22); transform: translateY(-7px); }
.room-card:focus-within { box-shadow: 0 0 0 3px rgba(201, 155, 60, .5), 0 24px 42px rgba(44, 35, 18, .22); }
.room-image { height: 100%; overflow: hidden; position: relative; }
.room-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s ease; width: 100%; }
.room-card:hover .room-image img { filter: saturate(1.08); transform: scale(1.07); }
.room-info { align-items: flex-start; bottom: 0; color: #fff; display: flex; flex-direction: column; gap: 14px; left: 0; min-height: 0; padding: 27px 25px; position: absolute; right: 0; z-index: 2; }
.room-info > div { width: 100%; }
.room-info h3 { color: #fff; font-family: var(--display); font-size: 1.35rem; font-weight: 400; line-height: 1.1; margin: 0 0 8px; }
.room-info p { color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.45; margin: 0; max-width: 100%; }
.room-rate { color: rgba(255,255,255,.94); flex: 0 0 auto; font-size: 1rem; font-weight: 500; line-height: 1.3; text-align: left; white-space: nowrap; }
.room-rate small { color: #e2bd66; display: block; font-size: 1rem; font-weight: 500; letter-spacing: .08em; margin-bottom: 5px; }
.room-rate i { color: #e2bd66; font-size: 1.1rem; margin-left: 5px; transition: transform .25s ease; }
.room-card:hover .room-rate i { transform: translateX(5px); }

/* Experiences */
.experiences-section { background: var(--paper); }
.experience-grid { margin-top: 5px; }
.experience-card { border-radius: 6px; display: block; height: 310px; overflow: hidden; position: relative; }
.experience-card::after { background: linear-gradient(0deg, rgba(8,17,22,.84) 0%, rgba(8,17,22,.2) 65%, transparent 100%); content: ''; inset: 0; position: absolute; }
.experience-card img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.experience-card:hover img { transform: scale(1.06); }
.experience-card > span { bottom: 13px; color: #fff; display: block; left: 14px; position: absolute; right: 13px; z-index: 1; }
.experience-card small { color: #e5bd5c; display: block; font-size: 1rem; font-weight: 500; margin-bottom: 4px; }
.experience-card strong { color: #f0cb72; display: block; font-family: var(--display); font-size: 1rem; font-weight: 500; line-height: 1.05; }
.experience-card em { color: rgba(255,255,255,.83); display: block; font-family: var(--body); font-size: 1rem; font-style: normal; line-height: 1.35; margin-top: 4px; padding-right: 18px; }
.experience-card i { bottom: 0; font-size: 1rem; position: absolute; right: 0; }

/* Blue value section */
.love-section { background: linear-gradient(111deg, #008dc7 0%, #006cc0 46%, #0054a3 100%); color: #dbefff; }
.love-section h2 { color: #fff; margin-bottom: 15px; }
.love-section h2 em { color: #a6e7f8; }
.love-copy > p:not(.section-kicker) { color: rgba(255,255,255,.77); font-size: 1rem; max-width: 325px; }
.love-rating { align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 12px; grid-template-columns: max-content minmax(0, 1fr); margin-top: 29px; max-width: 420px; padding-bottom: 12px; width: 100%; }
.love-rating strong { color: #fff; font-family: var(--display); font-size: 1.375rem; font-weight: 500; line-height: 1; }
.love-rating sup { color: #eac15e; font-size: 1rem; }
.love-rating span, .love-numbers span { color: rgba(255,255,255,.65); font-size: 1rem; letter-spacing: .05em; }
.love-rating span { line-height: 1.35; }
.love-numbers { column-gap: 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 17px; max-width: 420px; row-gap: 18px; width: 100%; }
.love-numbers strong { color: #fff; display: block; font-family: var(--display); font-size: 1.125rem; font-weight: 500; line-height: 1; }
.love-numbers span { display: block; line-height: 1.3; margin-top: 5px; }
.feature-list article { background: rgba(0,73,157,.18); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; min-height: 115px; padding: 14px; }
.feature-list span { color: #99ddf0; display: block; font-size: 1rem; font-weight: 500; margin-bottom: 15px; }
.feature-list h3 { color: #fff; font-family: var(--display); font-size: 1rem; font-weight: 500; line-height: 1.05; margin: 0; }

/* Testimonials */
.testimonials-section { background: #fdfcf9; padding-bottom: 92px; padding-top: 92px; }
.testimonials-section .section-heading { margin-bottom: 40px; }
.testimonials-section .section-heading h2 { font-size: clamp(2.4rem, 3.4vw, 3.4rem); max-width: 820px; }
.review-card { background: #fff; border: 1px solid #e3e0da; border-radius: 18px; display: flex; flex-direction: column; height: 100%; min-height: 252px; padding: 25px 24px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.review-card:hover { border-color: #d7bd85; box-shadow: 0 12px 27px rgba(66, 53, 31, .08); transform: translateY(-3px); }
.stars { color: #c7a154; font-size: 1.125rem; letter-spacing: 3px; line-height: 1; margin-bottom: 18px; }
.review-card blockquote { color: #262c2e; flex: 1; font-family: var(--body); font-size: 1rem; font-weight: 500; line-height: 1.5; margin: 0 0 20px; }
.review-card footer { align-items: center; display: flex; gap: 11px; }
.avatar { align-items: center; background: #f3ecdf; border-radius: 50%; color: #80705a; display: inline-flex; flex: 0 0 42px; font-family: var(--display); font-size: 1rem; font-weight: 500; height: 42px; justify-content: center; width: 42px; }
.review-card footer strong { color: #3b4142; display: block; font-family: var(--body); font-size: 1rem; font-weight: 500; line-height: 1.2; }
.review-card footer small { color: #737b7c; display: block; font-size: 1rem; line-height: 1.2; margin-top: 3px; }

/* CTA */
.booking-cta { background: url('../images/exteriores/TroquesPhotography-90.webp') center / cover no-repeat; min-height: 432px; position: relative; }
.booking-overlay { background: rgba(7,20,30,.76); inset: 0; position: absolute; }
.booking-content { color: rgba(255,255,255,.77); padding-bottom: 80px; padding-top: 86px; position: relative; }
.booking-content h2 { color: #fff; font-size: clamp(42px, 4vw, 55px); margin-bottom: 12px; }
.booking-content h2 em { color: #e8bb59; }
.booking-content > p:not(.section-kicker) { font-size: 1rem; line-height: 1.6; margin: 0 auto 20px; max-width: 440px; }
.booking-content .section-kicker { display: flex; }
.booking-content .section-kicker::after { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }

/* Footer */
.site-footer { background: var(--charcoal); color: #aaa7a0; padding: 56px 0 0; }
.footer-brand { margin-bottom: 17px; }
.footer-intro { font-size: 1rem; line-height: 1.75; margin-bottom: 15px; max-width: 250px; }
.footer-address { align-items: flex-start; display: flex; font-size: 1rem; gap: 8px; line-height: 1.55; margin-top: 6px; }
.footer-address i { color: #d2a646; font-size: 1rem; margin-top: 2px; }
.footer-address a:hover, .footer-links a:hover { color: #e0b85c; }
.footer-cookie-settings { background: transparent; border: 0; color: inherit; font-family: inherit; font-size: inherit; padding: 0; text-align: left; }
.footer-cookie-settings:hover { color: #e0b85c; }
.site-footer h2 { color: #e8e6e1; font-family: var(--body); font-size: 1rem; font-weight: 500; letter-spacing: .08em; line-height: 1; margin: 5px 0 18px; }
.footer-links li { font-size: 1rem; margin-bottom: 8px; }
.footer-social { display: flex; gap: 7px; }
.footer-social a { align-items: center; border: 1px solid #605e59; border-radius: 50%; color: #c9c6bf; display: inline-flex; font-size: 1rem; height: 32px; justify-content: center; width: 32px; }
.footer-social a:hover { border-color: #d2a646; color: #e1ba61; }
.newsletter-copy { font-size: 1rem; line-height: 1.5; margin: 16px 0 10px; max-width: 270px; }
.newsletter-form { max-width: 290px; }
.newsletter-email-row { border-bottom: 1px solid #55524d; display: flex; }
.newsletter-email-row input { background: transparent; border: 0; color: #ddd; font-family: var(--body); font-size: 1rem; outline: 0; padding: 8px 0; width: 100%; }
.newsletter-email-row input::placeholder { color: #aaa49a; }
.newsletter-email-row button { background: transparent; border: 0; color: #d5a846; font-size: 1.2rem; padding: 3px 0 3px 9px; }
.newsletter-consent { align-items: flex-start; color: #b7b3ab; display: flex; font-size: 1rem; gap: 9px; line-height: 1.4; margin-top: 14px; }
.newsletter-consent input { accent-color: #d5a846; flex: 0 0 18px; height: 18px; margin: 3px 0 0; width: 18px; }
.newsletter-status { font-size: 1rem; line-height: 1.4; margin: 12px 0 0; }
.newsletter-status-success { color: #cbe6b8; }
.newsletter-status-error { color: #f2b3a8; }
.newsletter-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
.footer-bottom { border-top: 1px solid #3b3a38; color: #777570; display: flex; font-size: 14px; justify-content: space-between; letter-spacing: .025em; margin-top: 44px; padding: 13px 0; }
.footer-bottom a { color: #dfb866; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom i { color: #c99642; font-size: 1rem; }

@media (max-width: 991.98px) {
    body.menu-open { overflow: hidden; }
    .site-header { background: rgba(37,37,37,.97); position: fixed; }
    .site-header .navbar { min-height: 64px; padding: 9px 0; position: relative; }
    .navbar-brand, .navbar-toggler { position: relative; z-index: 1002; }
    .navbar-collapse { background: rgba(29, 31, 31, .985); border: 0; display: flex !important; flex-direction: column; inset: 0; justify-content: center; margin: 0; overflow-y: auto; padding: 105px 30px 40px; position: fixed; z-index: 1001; }
    .navbar-collapse.collapse:not(.show) { display: none !important; }
    .navbar-collapse.collapsing, .navbar-collapse.collapse.show { height: 100dvh !important; }
    .navbar-collapse.collapsing { animation: mobile-menu-in .35s cubic-bezier(.16, 1, .3, 1) both; overflow-y: auto; }
    .navbar-collapse.collapsing.is-closing { animation: mobile-menu-out .28s ease both; }
    .navbar-nav { align-items: center; gap: 3px; margin: 0 !important; text-align: center; }
    .navbar .nav-link { font-size: clamp(1.35rem, 5.5vw, 1.75rem); font-weight: 400; line-height: 1.15; padding: 9px 0; }
    .navbar .nav-link::after { bottom: 2px; left: 50%; width: 34px; }
    .navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: translateX(-50%) scaleX(1); }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item { animation: mobile-menu-link-in .42s cubic-bezier(.16, 1, .3, 1) both; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(1) { animation-delay: .05s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(2) { animation-delay: .1s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(3) { animation-delay: .15s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(4) { animation-delay: .2s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(5) { animation-delay: .25s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(6) { animation-delay: .3s; }
    .navbar-collapse.collapsing:not(.is-closing) .nav-item:nth-child(7) { animation-delay: .35s; }
    .language-switcher { font-size: 1.125rem; justify-content: center; margin: 25px 0 0; }
    .nav-booking { align-self: center; display: inline-block; margin: 24px 0 0; }
    .hero-content { padding-top: 180px; }
    .feature-list { margin-top: 8px; }
}

@keyframes mobile-menu-in {
    from { opacity: 0; transform: translateY(-18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes mobile-menu-out {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-12px); }
}
@keyframes mobile-menu-link-in {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .navbar-collapse.collapsing, .navbar-collapse.collapsing.is-closing, .navbar-collapse.collapsing:not(.is-closing) .nav-item { animation: none; }
}

@media (max-width: 767.98px) {
    .site-container { padding-left: 22px; padding-right: 22px; }
    .section-padding { padding: 68px 0; }
    h1 { font-size: clamp(41px, 12vw, 57px); }
    h2 { font-size: clamp(37px, 10vw, 48px); }
    .hero-section, .hero-content { min-height: 740px; }
    .hero-content { padding-bottom: 185px; padding-top: 155px; }
    .hero-content h1 { font-size: clamp(3rem, 12vw, 4.25rem); }
    .hero-copy { font-size: 1rem; max-width: 360px; }
    .hero-highlights { bottom: 28px; gap: 12px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-highlights > div { gap: 8px; }
    .hero-highlights i { flex-basis: 7px; height: 7px; width: 7px; }
    .about-right { padding-top: 0; }
    .room-card, .room-image { height: 390px; }
    .room-info { align-items: flex-start; flex-direction: column; gap: 14px; padding: 22px; }
    .room-rate { text-align: left; }
    .section-heading { align-items: stretch !important; flex-direction: column; margin-bottom: 30px; }
    .section-heading .btn-outline-soft { align-items: center; display: flex; justify-content: space-between; margin-bottom: 3px; width: 100%; }
    .experience-card { height: 240px; }
    .love-numbers { margin-bottom: 5px; }
    .feature-list article { min-height: 78px; }
    .booking-cta { min-height: 415px; }
    .booking-content { padding-bottom: 68px; padding-top: 75px; }
    .footer-main { padding-bottom: 0; }
    .footer-bottom { flex-direction: column; gap: 6px; margin-top: 35px; }
}

@media (max-width: 374.98px) {
    .love-rating { align-items: flex-start; gap: 8px; grid-template-columns: 1fr; }
    .love-numbers { grid-template-columns: 1fr; }
}

/* Accommodation listing and detail pages */
.subpage-hero, .detail-hero { background: url('../images/exteriores/TroquesPhotography-93.webp') center / cover no-repeat; min-height: 540px; position: relative; }
.subpage-hero-overlay, .detail-hero-overlay { background: linear-gradient(90deg, rgba(10, 23, 30, .8), rgba(10, 23, 30, .35)); inset: 0; position: absolute; }
.subpage-hero-content, .detail-hero-content { color: rgba(255,255,255,.86); padding-bottom: 90px; padding-top: 200px; position: relative; }
.subpage-hero-content h1, .detail-hero-content h1 { color: #fff; margin-bottom: 18px; }
.subpage-hero-content > p:not(.section-kicker) { max-width: 590px; }
.accommodations-list { background: var(--paper); }
.list-intro { border-bottom: 1px solid var(--line); margin-bottom: 46px; padding-bottom: 42px; }
.list-intro > div:last-child > p { color: var(--muted); margin: 0; }

.booking-panel { background: var(--blue-dark); color: rgba(255,255,255,.82); padding: 68px 0; }
.booking-panel-inner { background: rgba(0, 51, 120, .24); border: 1px solid rgba(255,255,255,.13); padding: 38px; }
.booking-panel h2 { color: #fff; font-size: clamp(2.3rem, 4vw, 3.6rem); margin-bottom: 12px; }
.booking-panel h2 + p { margin: 0; max-width: 680px; }

.detail-hero { min-height: 625px; }
.detail-hero-overlay { background: linear-gradient(90deg, rgba(10, 19, 22, .82), rgba(10, 19, 22, .2)); }
.detail-hero-content { padding-top: 178px; }
.back-link { color: rgba(255,255,255,.85); display: inline-block; font-weight: 500; margin-bottom: 42px; }
.back-link:hover { color: #e8c976; }
.back-link i { margin-right: 8px; }
.detail-hero-specs { display: flex; flex-wrap: wrap; gap: 14px 30px; margin-top: 26px; }
.detail-hero-specs span { align-items: center; display: flex; gap: 8px; }
.detail-hero-specs i { color: #e8c976; }
.detail-overview { background: var(--paper); }
.detail-description { color: var(--muted); line-height: 1.85; margin: 22px 0 0; max-width: 650px; }
.detail-overview .btn-gold, .detail-overview .btn-gold:hover { color: #fff; }
.booking-widget { background: #fffdfa; border: 1px solid #ddd5c9; border-radius: 16px; box-shadow: 0 18px 38px rgba(61, 47, 23, .1); padding: 27px; position: sticky; top: 102px; }
.booking-widget-heading { border-bottom: 1px solid var(--line); margin-bottom: 21px; padding-bottom: 18px; }
.booking-widget-heading .section-kicker { margin-bottom: 11px; }
.booking-widget-heading h2 { font-size: clamp(2rem, 2.7vw, 2.55rem); margin-bottom: 13px; }
.booking-selected { color: var(--ink); font-family: var(--display); font-size: 1.3rem; font-weight: 400; line-height: 1.12; margin: 0; }
.booking-selected span { color: var(--gold-dark); display: block; font-family: var(--body); font-size: 1rem; font-weight: 500; letter-spacing: .06em; line-height: 1.25; margin-bottom: 5px; }
.booking-feedback { border-left: 2px solid; font-size: 1rem; line-height: 1.5; margin: 0 0 18px; padding: 10px 0 10px 13px; }
.booking-feedback-success { border-color: #6f9a65; color: #35632d; }
.booking-feedback-error { border-color: #bd6455; color: #943f32; }
.booking-date-grid { border: 1px solid #cfc5b7; border-radius: 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 14px; overflow: hidden; }
.booking-date-grid label { padding: 11px 13px; }
.booking-date-grid label + label { border-left: 1px solid #cfc5b7; }
.booking-form label { color: var(--ink); display: block; font-size: 1rem; font-weight: 500; }
.booking-form label > span { display: block; margin-bottom: 5px; }
.booking-form input, .booking-form select, .booking-form textarea { background: transparent; border: 0; border-radius: 0; color: var(--ink); font-family: var(--body); font-size: 1rem; outline: none; padding: 5px 0; width: 100%; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { box-shadow: 0 2px 0 rgba(180, 135, 46, .45); }
.booking-guest-grid, .booking-input-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-guest-grid { margin-bottom: 19px; }
.booking-guest-grid label, .booking-input-grid label { border-bottom: 1px solid #cfc5b7; padding-bottom: 7px; }
.booking-input-grid { gap: 16px; margin-bottom: 18px; }
.booking-message { border-bottom: 1px solid #cfc5b7; margin-bottom: 18px; padding-bottom: 7px; }
.booking-message em { color: var(--muted); font-style: normal; font-weight: 400; }
.booking-message textarea { min-height: 77px; resize: vertical; }
.booking-consent { align-items: flex-start; color: var(--muted) !important; display: flex !important; font-size: 1rem; font-weight: 400 !important; gap: 9px; line-height: 1.4; margin: 0 0 19px; }
.booking-consent input { accent-color: var(--gold-dark); border: 0; box-shadow: none; flex: 0 0 18px; height: 18px; margin: 3px 0 0; padding: 0; width: 18px; }
.booking-submit { width: 100%; }
.booking-disclaimer { color: var(--muted); font-size: 1rem; line-height: 1.45; margin: 15px 0 0; text-align: center; }
.booking-honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
.detail-amenities { border-top: 1px solid var(--line); margin-top: 65px; padding-top: 34px; }
.amenity-item { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; display: flex; gap: 12px; min-height: 68px; padding: 18px 4px; }
.amenity-item i { color: var(--gold-dark); font-size: 1.125rem; }
.apartment-gallery { background: #ede9e0; padding: 0 12px; }
.gallery-layout { display: grid; gap: 12px; grid-template-columns: 1.2fr .8fr; grid-template-rows: 245px 245px; margin: 0 auto; max-width: 1500px; padding: 12px 0; }
.gallery-image { margin: 0; overflow: hidden; }
.gallery-image img { height: 100%; object-fit: cover; width: 100%; }
.gallery-image-1 { grid-row: span 2; }
.detail-booking { background: var(--cream); }
.detail-booking-inner { background: url('../images/exteriores/TroquesPhotography-94.webp') center / cover no-repeat; color: rgba(255,255,255,.85); padding: 82px 28px; position: relative; }
.detail-booking-inner::before { background: rgba(8, 24, 37, .7); content: ''; inset: 0; position: absolute; }
.detail-booking-inner > * { position: relative; }
.detail-booking-inner h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 3.8rem); margin-bottom: 14px; }
.detail-booking-inner h2 em { color: #e9be59; }
.detail-booking-inner > p:not(.section-kicker) { margin: 0 auto 23px; max-width: 580px; }
.detail-booking-inner .section-kicker { display: flex; }
.detail-booking-inner .section-kicker::after { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }

@media (max-width: 991.98px) {
    .subpage-hero-content, .detail-hero-content { padding-top: 155px; }
    .booking-widget { position: static; }
}

@media (max-width: 767.98px) {
    .subpage-hero, .detail-hero { min-height: 565px; }
    .subpage-hero-content { padding-bottom: 70px; padding-top: 170px; }
    .detail-hero-content { padding-bottom: 70px; padding-top: 135px; }
    .back-link { margin-bottom: 30px; }
    .list-intro { margin-bottom: 32px; padding-bottom: 30px; }

    .booking-panel { padding: 50px 0; }
    .booking-panel-inner { padding: 28px 22px; }
    .detail-amenities { margin-top: 45px; }
    .gallery-layout { grid-template-columns: 1fr; grid-template-rows: 285px 210px 210px; }
    .gallery-image-1 { grid-row: auto; }
    .detail-booking-inner { padding: 65px 22px; }
    .booking-widget { padding: 23px; }
}

@media (max-width: 399.98px) {
    .booking-date-grid, .booking-guest-grid, .booking-input-grid { grid-template-columns: 1fr; }
    .booking-date-grid label + label { border-left: 0; border-top: 1px solid #cfc5b7; }
}

/* Contact page */
.contacts-hero { background-image: url('../images/exteriores/TroquesPhotography-90.webp'); }
.contact-section { background: #f6f1e8; }
.contact-alert { border-left: 2px solid; margin-bottom: 38px; padding: 17px 20px; }
.contact-alert-success { background: #eef7ed; border-color: #7ca873; color: #245629; }
.contact-alert-error { background: #fff0ee; border-color: #c87363; color: #8d2e20; }
.contact-intro { color: var(--muted); margin: 22px 0 34px; max-width: 445px; }
.contact-details { border-top: 1px solid #d9d1c4; margin-top: 34px; }
.contact-detail-item { align-items: start; border-bottom: 1px solid #d9d1c4; display: grid; gap: 17px; grid-template-columns: 32px minmax(0, 1fr); padding: 25px 0; }
.contact-detail-marker { color: var(--gold-dark); font-size: 1rem; font-weight: 500; letter-spacing: .08em; line-height: 1.2; padding-top: .3rem; }
.contact-detail-item h3 { color: var(--ink); font-family: var(--display); font-size: 1.55rem; font-weight: 400; line-height: 1.05; margin: 0 0 8px; }
.contact-detail-item p { color: var(--muted); line-height: 1.65; margin: 0; }
.contact-phone-note, .footer-phone-note { color: inherit; display: block; font-size: 1rem; line-height: 1.4; margin-top: 5px; }
.contact-detail-item a { text-decoration: underline; text-decoration-color: rgba(180, 135, 46, .45); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-detail-item a:hover { color: var(--gold-dark); text-decoration-color: currentColor; }
.contact-form-card { border-top: 1px solid #d9d1c4; padding-top: 28px; }
.contact-form-card h2 { font-size: clamp(2.35rem, 3.4vw, 3.35rem); margin-bottom: 32px; }
.contact-form label { color: var(--ink); display: block; font-weight: 500; margin-bottom: 8px; }
.contact-form input, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid #bfb6a9; border-radius: 0; color: var(--ink); font-family: var(--body); outline: none; padding: 11px 0; width: 100%; }
.contact-form textarea { border: 1px solid #bfb6a9; min-height: 142px; padding: 12px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 2px 0 rgba(180, 135, 46, .22); }
.contact-form textarea:focus { box-shadow: 0 0 0 2px rgba(180, 135, 46, .16); }
.contact-consent { align-items: flex-start; color: var(--muted); display: flex !important; font-size: 1rem; font-weight: 400 !important; gap: 10px; line-height: 1.45; margin: 2px 0; }
.contact-consent input { accent-color: var(--gold-dark); border: 0; box-shadow: none; flex: 0 0 19px; height: 19px; margin: 2px 0 0; padding: 0; width: 19px; }
.contact-form .btn-gold, .contact-form .btn-gold:hover { color: #fff; }
.map-section { background: #f6f1e8; padding: 0 0 92px; }
.map-frame { border-bottom: 1px solid #d9d1c4; border-top: 1px solid #d9d1c4; padding: 12px 0; }
.map-section iframe { border: 0; display: block; filter: saturate(.72); height: 420px; width: 100%; }
.map-placeholder { align-items: center; background: rgba(255,255,255,.28); display: flex; flex-direction: column; justify-content: center; min-height: 420px; padding: 44px 24px; text-align: center; }
.map-placeholder .section-kicker { justify-content: center; }
.map-placeholder h2 { font-size: clamp(2.35rem, 4vw, 3.5rem); margin-bottom: 16px; }
.map-placeholder p:not(.section-kicker) { color: var(--muted); margin: 0 0 24px; max-width: 430px; }

@media (max-width: 767.98px) {
    .contact-form-card { padding-top: 28px; }
    .map-section { padding-bottom: 68px; }
    .map-section iframe, .map-placeholder { height: 340px; min-height: 340px; }
}

/* Cookie consent */
.cookie-consent { background: #292b2b; bottom: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.27); color: rgba(255,255,255,.78); left: 50%; max-width: 720px; padding: 27px 29px 25px; position: fixed; transform: translate(-50%, 24px); width: calc(100% - 40px); z-index: 3000; }
.cookie-consent.is-visible { animation: cookie-consent-in .45s cubic-bezier(.16, 1, .3, 1) both; }
.cookie-consent .section-kicker { margin-bottom: 10px; }
.cookie-consent h2 { color: #fff; font-size: clamp(2rem, 4vw, 2.65rem); margin-bottom: 11px; }
.cookie-consent h2 em { color: #e0b85c; }
.cookie-consent-main > p:not(.section-kicker) { font-size: 1rem; line-height: 1.55; margin: 0; }
.cookie-policy-link { margin-top: 9px !important; }
.cookie-policy-link a { color: #e0b85c; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cookie-preferences { border-bottom: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); margin-top: 20px; padding: 14px 0; }
.cookie-preferences label { align-items: flex-start; display: flex; font-size: 1rem; gap: 10px; line-height: 1.4; }
.cookie-preferences label + label { margin-top: 12px; }
.cookie-preferences input { accent-color: #d5a846; flex: 0 0 18px; height: 18px; margin: 2px 0 0; width: 18px; }
.cookie-preferences strong { color: #fff; display: block; font-weight: 500; margin-bottom: 2px; }
.cookie-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; margin-top: 21px; }
.cookie-manage, .cookie-reject { background: transparent; border: 0; color: rgba(255,255,255,.76); font-family: var(--body); font-size: 1rem; padding: 11px 5px; }
.cookie-manage:hover, .cookie-reject:hover { color: #fff; }
.cookie-accept, .cookie-save { padding: 12px 17px; }
@keyframes cookie-consent-in {
    from { opacity: 0; transform: translate(-50%, 38px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}
@media (max-width: 575.98px) {
    .cookie-consent { bottom: 12px; padding: 23px 21px 20px; width: calc(100% - 24px); }
    .cookie-actions { align-items: stretch; flex-direction: column; }
    .cookie-manage, .cookie-reject { order: 2; }
    .cookie-accept, .cookie-save { order: 1; width: 100%; }
}

/* Legal pages */
.legal-hero { background-image: url('../images/exteriores/TroquesPhotography-93.webp'); }
.legal-section { background: var(--paper); }
.legal-shell { max-width: 940px; }
.legal-document-section { border-bottom: 1px solid var(--line); padding: 36px 0; }
.legal-document-section:first-child { border-top: 1px solid var(--line); }
.legal-document-section h2 { font-size: clamp(2rem, 3.2vw, 2.7rem); margin-bottom: 21px; }
.legal-document-section p { color: var(--muted); line-height: 1.8; margin: 0 0 15px; }
.legal-document-section p:last-of-type { margin-bottom: 0; }
.legal-list, .legal-links { list-style: none; margin: 20px 0 0; padding: 0; }
.legal-list li { color: var(--muted); line-height: 1.65; padding: 0 0 10px 20px; position: relative; }
.legal-list li::before { background: var(--gold-dark); border-radius: 50%; content: ''; height: 5px; left: 1px; position: absolute; top: .7em; width: 5px; }
.legal-details { border-left: 2px solid var(--gold-dark); margin: 22px 0 0; padding-left: 20px; }
.legal-details > div { display: grid; gap: 12px; grid-template-columns: 190px minmax(0, 1fr); padding: 6px 0; }
.legal-details dt { color: var(--ink); font-size: 1rem; font-weight: 500; }
.legal-details dd { color: var(--muted); font-size: 1rem; margin: 0; }
.legal-links li + li { margin-top: 10px; }
.legal-links a { color: var(--ink); font-size: 1rem; font-weight: 500; text-decoration: underline; text-decoration-color: rgba(180, 135, 46, .55); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-links a:hover { color: var(--gold-dark); text-decoration-color: currentColor; }
.newsletter-consent a, .contact-consent a, .booking-consent a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.newsletter-consent a:hover, .contact-consent a:hover, .booking-consent a:hover { color: var(--gold-dark); }
@media (max-width: 575.98px) {
    .legal-document-section { padding: 29px 0; }
    .legal-details > div { gap: 3px; grid-template-columns: 1fr; }
}

/* Stay chooser */
.stay-choice { background: var(--paper); }
.stay-choice-heading { border-bottom: 1px solid var(--line); margin-bottom: 34px; padding-bottom: 34px; }
.stay-choice-heading > div:last-child > p { color: var(--muted); margin: 0; }
.stay-choice-card { background: #edf0ea; border: 1px solid #dce0d8; border-radius: 18px; color: var(--ink); display: block; height: 100%; min-height: 290px; padding: 34px; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.stay-choice-card:hover { background: #e5e9e1; box-shadow: 0 16px 34px rgba(35, 50, 43, .1); color: var(--ink); transform: translateY(-3px); }
.stay-choice-card:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 3px; }
.stay-choice-card h3 { font-size: clamp(2rem, 3vw, 2.75rem); margin: 0 0 15px; }
.stay-choice-card h3 em { color: var(--gold-dark); }
.stay-choice-card p { color: var(--muted); line-height: 1.7; margin: 0; max-width: 440px; }
.stay-choice-link { display: block; font-size: .95rem; font-weight: 500; margin-top: 28px; }
.stay-choice-link i { margin-left: 7px; }
.stay-choice-card-winter { background: #293b34; border-color: #293b34; color: #fff; }
.stay-choice-card-winter .section-kicker, .stay-choice-card-winter p { color: rgba(255, 255, 255, .75); }
.stay-choice-card-winter h3 em, .stay-choice-card-winter .stay-choice-link { color: #e0b85c; }
.stay-choice-card-winter:hover { background: #33483f; color: #fff; }

/* Monthly rentals */
.monthly-rentals { background: #edf0ea; }

.monthly-rentals-heading { border-bottom: 1px solid rgba(43, 60, 53, .14); margin-bottom: 38px; padding-bottom: 38px; }
.monthly-rentals-heading > div:last-child > p { color: var(--muted); margin: 0; }
.monthly-rental-document { border-left: 3px solid #b18d43; color: var(--muted); margin: 0 0 30px; max-width: 960px; padding-left: 20px; }
.monthly-rental-document p { line-height: 1.75; margin: 0; }
.monthly-rental-document p + p { margin-top: 16px; }
.monthly-rental-terms { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0 0 34px; }
.monthly-rental-terms p { color: var(--muted); margin: 0; }
.monthly-rental-terms strong { color: var(--ink); font-weight: 500; }
.monthly-rental-card { background: #fff; border: 1px solid #dce0d8; border-radius: 18px; height: 100%; overflow: hidden; }
.monthly-rental-card > img { display: block; height: 290px; object-fit: cover; width: 100%; }
.monthly-rental-content { display: grid; gap: 25px; grid-template-columns: 1fr auto; padding: 28px 30px 24px; }
.monthly-rental-content .section-kicker { margin-bottom: 9px; }
.monthly-rental-content h3 { color: #26312c; font-family: var(--display); font-size: 1.55rem; font-weight: 500; line-height: 1.15; margin: 0 0 10px; }
.monthly-rental-content p:not(.section-kicker) { color: var(--muted); line-height: 1.55; margin: 0; }
.monthly-rental-price { align-self: start; color: #3b4841; text-align: right; white-space: nowrap; }
.monthly-rental-price small, .monthly-rental-price span, .monthly-rental-price em { display: block; font-size: 1rem; font-style: normal; line-height: 1.3; }
.monthly-rental-price small { color: #a88643; margin-bottom: 3px; }
.monthly-rental-price strong { color: #26312c; display: block; font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1; }
.monthly-rental-price em { color: var(--muted); margin-top: 9px; max-width: 175px; white-space: normal; }
.monthly-rental-link { border-top: 1px solid #e4e6e1; color: #2b3c35; display: block; font-weight: 500; padding: 17px 30px; }
.monthly-rental-link:hover { background: #fafbf9; color: #a88643; }
.monthly-rental-link i { margin-left: 8px; }

/* Sales page */
.sales-hero { background-image: url('../images/exteriores/TroquesPhotography-94.webp'); }
.sales-intro { background: var(--paper); }
.sales-copy p { color: var(--muted); line-height: 1.85; margin-bottom: 17px; }
.sales-copy p:last-child { margin-bottom: 0; }

.sales-features-section { background: var(--cream); }
.sales-technical-copy { color: var(--muted); line-height: 1.8; margin: 0; }
.sales-gallery { background: var(--paper); }
.sales-gallery-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
.sales-gallery-image { border-radius: 12px; margin: 0; overflow: hidden; }
.sales-gallery-image img { display: block; height: 170px; object-fit: cover; transition: transform .3s ease; width: 100%; }
.sales-gallery-image:hover img { transform: scale(1.035); }
.sales-location-section { background: var(--paper); }
.sales-feature-image { border-radius: 18px; display: block; height: 440px; object-fit: cover; width: 100%; }
.sales-features-section h2, .sales-location-section h2 { margin-bottom: 24px; }
.sales-location-section p:not(.section-kicker) { color: var(--muted); line-height: 1.8; margin: 0; }
.sales-feature-list { border-top: 1px solid rgba(43, 60, 53, .16); }
.sales-feature-list > div { align-items: center; border-bottom: 1px solid rgba(43, 60, 53, .16); display: flex; gap: 13px; padding: 15px 0; }
.sales-feature-list i { color: #b18d43; font-size: 1.2rem; }
.sales-contact { background: var(--paper); padding: 82px 0; }
.sales-contact-inner { background: url('../images/apartamentos-venda/1000193731.webp') center / cover no-repeat; color: rgba(255,255,255,.86); padding: 82px 28px; position: relative; }
.sales-contact-inner::before { background: rgba(7, 25, 31, .72); content: ''; inset: 0; position: absolute; }
.sales-contact-inner > * { position: relative; }
.sales-contact-inner h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 3.8rem); margin-bottom: 14px; }
.sales-contact-inner h2 em { color: #e9be59; }
.sales-contact-inner p:not(.section-kicker) { margin: 0 auto 24px; max-width: 590px; }
.sales-contact-inner .section-kicker { display: flex; }
.sales-contact-inner .section-kicker::after { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }

/* Experiences page */
.experiences-hero { background-image: url('../images/exteriores/TroquesPhotography-94.webp'); }
.experiences-page-intro { background: var(--paper); }
.experiences-page-intro .row > div:last-child > p { color: var(--muted); margin: 0; }
.experience-page-grid { margin-top: 50px; }
.experience-page-grid .experience-card { height: 370px; }
.experience-feature-section { background: var(--cream); }
.experience-feature-reverse { background: var(--paper); }
.experience-feature-image { border-radius: 18px; display: block; height: 440px; object-fit: cover; width: 100%; }
.experience-feature-section h2 { margin-bottom: 23px; }
.experience-feature-section p:not(.section-kicker) { color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.experiences-booking { background: var(--paper); padding: 82px 0; }
.experiences-booking-inner { background: url('../images/exteriores/TroquesPhotography-92.webp') center / cover no-repeat; color: rgba(255,255,255,.85); padding: 82px 28px; position: relative; }
.experiences-booking-inner::before { background: rgba(6, 22, 30, .72); content: ''; inset: 0; position: absolute; }
.experiences-booking-inner > * { position: relative; }
.experiences-booking-inner h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 3.8rem); margin-bottom: 24px; }
.experiences-booking-inner h2 em { color: #e9be59; }
.experiences-booking-inner .section-kicker { display: flex; }
.experiences-booking-inner .section-kicker::after { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }

/* About page */
.about-hero { background-image: url('../images/exteriores/TroquesPhotography-90.webp'); }
.about-story-section { background: var(--paper); }
.about-secondary-copy { color: var(--muted); margin-bottom: 30px; }
.about-visual-section { background: var(--cream); }
.about-image-layout { display: grid; gap: 14px; grid-template-columns: 1.2fr .8fr; height: 510px; }
.about-image-layout figure { margin: 0; overflow: hidden; }
.about-image-layout img { height: 100%; object-fit: cover; width: 100%; }
.about-image-main { border-radius: 18px 0 0 18px; }
.about-image-side { border-radius: 0 18px 18px 0; margin-top: 74px !important; }
.about-visual-copy { color: var(--muted); line-height: 1.8; margin: 24px 0 28px; }
.about-booking { background: var(--paper); padding: 82px 0; }
.about-booking-inner { background: url('../images/exteriores/TroquesPhotography-94.webp') center / cover no-repeat; color: rgba(255,255,255,.85); padding: 82px 28px; position: relative; }
.about-booking-inner::before { background: rgba(6, 22, 30, .73); content: ''; inset: 0; position: absolute; }
.about-booking-inner > * { position: relative; }
.about-booking-inner h2 { color: #fff; font-size: clamp(2.35rem, 4vw, 3.8rem); margin-bottom: 24px; }
.about-booking-inner h2 em { color: #e9be59; }
.about-booking-inner .section-kicker { display: flex; }
.about-booking-inner .section-kicker::after { background: currentColor; content: ''; display: inline-block; height: 1px; width: 17px; }
.resort-film-section { background: #edf0ea; }
.resort-film-section p:not(.section-kicker) { color: var(--muted); line-height: 1.8; margin: 24px 0 0; }
.resort-film { border-radius: 18px; display: block; max-height: 510px; object-fit: cover; width: 100%; }

@media (prefers-reduced-motion: reduce) {
    .hero-video { display: none; }
}

@media (max-width: 767.98px) {
    .monthly-rental-content { grid-template-columns: 1fr; }
    .monthly-rental-price { text-align: left; }
    .monthly-rental-card > img { height: 255px; }
    .monthly-rental-content, .monthly-rental-link { padding-left: 22px; padding-right: 22px; }
    .sales-gallery-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
    .sales-gallery-image img { height: 140px; }
    .sales-feature-image { height: 310px; }
    .sales-contact { padding: 55px 0; }
    .sales-contact-inner { padding: 65px 22px; }
    .experience-page-grid .experience-card { height: 310px; }
    .experience-feature-image { height: 310px; }
    .experiences-booking { padding: 55px 0; }
    .experiences-booking-inner { padding: 65px 22px; }
    .about-image-layout { height: auto; grid-template-columns: 1fr; }
    .about-image-main, .about-image-side { border-radius: 12px; height: 300px; }
    .about-image-side { margin-top: 0 !important; }
    .resort-film { border-radius: 12px; }
    .about-booking { padding: 55px 0; }
    .about-booking-inner { padding: 65px 22px; }
}

@media (max-width: 375px) {
    .hero-content h1 br { display: none; }
    .section-heading { align-items: flex-start !important; flex-direction: column; }
}
