/*
 * Guest2Owner Professional Edition
 * Author: Brian Rolland
 * Version: 8.8.8
 * Build Date: 2026-07-11
 */
/*====================================================

SEA ESCAPE LUXURY WEBSITE
Version 2.0

====================================================*/

:root{

--navy:#0b2239;
--blue:#1d4e89;
--sky:#5fa8d3;
--sand:#f7f2ea;
--white:#ffffff;
--gold:#d4af37;
--gray:#666;
--light:#f8fafc;
--shadow:0 18px 45px rgba(0,0,0,.12);
--radius:22px;
--transition:.35s ease;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Montserrat',sans-serif;
font-size:18px;
line-height:1.7;
color:#333;
background:#fff;
overflow-x:hidden;

}

img{

display:block;
width:100%;

}

a{

text-decoration:none;
transition:var(--transition);

}

.container{

width:min(1200px,92%);
margin:auto;

}

.section-title{

text-align:center;
margin-bottom:70px;

}

.section-title h5{

letter-spacing:4px;
font-size:15px;
color:var(--blue);
margin-bottom:18px;
font-weight:600;

}

.section-title h2{

font-family:'Cormorant Garamond',serif;
font-size:clamp(42px,6vw,72px);
font-weight:700;
line-height:1.1;
color:var(--navy);

}

.section-title p{

margin-top:20px;
font-size:20px;
color:#666;

}

/*================================

Navigation

================================*/

.navbar{

position:fixed;
top:0;
left:0;
width:100%;
height:88px;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 5%;
z-index:9999;

background:rgba(11,34,57,.35);

backdrop-filter:blur(18px);

transition:.4s;

}

.navbar.scrolled{

background:rgba(11,34,57,.95);

box-shadow:0 8px 25px rgba(0,0,0,.25);

}

.logo h2{

font-family:'Cormorant Garamond',serif;
font-size:40px;
color:white;

}

.logo span{

display:block;
font-size:12px;
letter-spacing:3px;
text-transform:uppercase;
color:#ddd;

}

.nav-links{

display:flex;
gap:40px;
list-style:none;

}

.nav-links a{

color:white;
font-weight:500;
font-size:15px;
letter-spacing:1px;
text-transform:uppercase;

}

.nav-links a:hover{

color:var(--gold);

}

.book-btn{

padding:14px 34px;
border-radius:40px;
background:var(--gold);
color:#111;
font-weight:700;

}

.book-btn:hover{

transform:translateY(-3px);

}

/*===============================

Mobile Hamburger

===============================*/

.hamburger{

display:none;
cursor:pointer;

}

.hamburger span{

display:block;
width:28px;
height:3px;
margin:6px;
background:white;
border-radius:10px;
transition:.3s;

}

/*================================

Hero

================================*/

.hero{

height:100vh;

background:

linear-gradient(
rgba(0,0,0,.45),
rgba(0,0,0,.45)
),

url("../images/1.jpg");

background-size:cover;

background-position:center;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

color:white;

}

.hero-overlay{

width:100%;

padding:40px;

}

.hero-content{

max-width:900px;

margin:auto;

}

.eyebrow{

letter-spacing:4px;

font-size:14px;

text-transform:uppercase;

margin-bottom:30px;

opacity:.9;

}

.hero h1{

font-family:'Cormorant Garamond',serif;

font-size:clamp(72px,10vw,120px);

font-weight:700;

line-height:1;

margin-bottom:20px;

}

.hero h2{

font-size:clamp(24px,3vw,42px);

font-weight:300;

margin-bottom:30px;

}

.hero p{

font-size:22px;

max-width:760px;

margin:auto;

margin-bottom:45px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.primary{

display:inline-block;

padding:18px 42px;

background:var(--gold);

color:#111;

border-radius:50px;

font-weight:700;

}

.primary:hover{

transform:translateY(-5px);

}

.secondary{

display:inline-block;

padding:18px 42px;

border:2px solid white;

color:white;

border-radius:50px;

}

.secondary:hover{

background:white;

color:#111;

}
/*====================================================

RESORT STATISTICS

====================================================*/

.stats{

background:white;

margin-top:-70px;

position:relative;

z-index:100;

width:min(1250px,94%);

margin-left:auto;

margin-right:auto;

padding:45px;

display:grid;

grid-template-columns:repeat(6,1fr);

gap:20px;

border-radius:24px;

box-shadow:0 25px 70px rgba(0,0,0,.12);

}

.stat{

text-align:center;

padding:20px;

border-right:1px solid #ececec;

}

.stat:last-child{

border-right:none;

}

.stat h2{

font-family:'Cormorant Garamond',serif;

font-size:44px;

color:var(--navy);

margin-bottom:8px;

}

.stat p{

font-size:15px;

letter-spacing:2px;

text-transform:uppercase;

color:#666;

}

/*====================================================

SECTION SPACING

====================================================*/

section{

padding:110px 0;

}

.about{

background:white;

}

.two-column{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.two-column img{

border-radius:24px;

overflow:hidden;

box-shadow:var(--shadow);

transition:.45s;

}

.two-column img:hover{

transform:scale(1.02);

}

.about h5{

color:var(--blue);

letter-spacing:3px;

margin-bottom:18px;

font-size:14px;

}

.about h2{

font-family:'Cormorant Garamond',serif;

font-size:clamp(46px,6vw,70px);

margin-bottom:25px;

color:var(--navy);

}

.about p{

margin-bottom:26px;

font-size:19px;

color:#555;

}

/*====================================================

FULL WIDTH IMAGE BREAK

====================================================*/

.image-break{

height:320px;

background:

linear-gradient(

rgba(0,0,0,.35),

rgba(0,0,0,.35)

),

url("../images/photo17.jpg");

background-size:cover;

background-position:center;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

color:white;

}

.image-break .overlay{

max-width:900px;

padding:40px;

}

.image-break h2{

font-family:'Cormorant Garamond',serif;

font-size:clamp(56px,8vw,92px);

margin-bottom:20px;

}

.image-break p{

font-size:24px;

opacity:.95;

}

/*====================================================

FEATURE CARDS

====================================================*/

.features{

background:var(--light);

}

.feature-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.feature-card{

background:white;

padding:45px;

border-radius:22px;

box-shadow:var(--shadow);

transition:.35s;

text-align:center;

}

.feature-card:hover{

transform:translateY(-10px);

}

.icon{

font-size:56px;

margin-bottom:25px;

}

.feature-card h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

margin-bottom:18px;

color:var(--navy);

}

.feature-card p{

color:#666;

font-size:17px;

line-height:1.8;

}

/*====================================================

DISCOVER SECTION

====================================================*/

.discover{

background:white;

}

.discover-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.discover-card{

background:white;

overflow:hidden;

border-radius:24px;

box-shadow:var(--shadow);

transition:.4s;

}

.discover-card:hover{

transform:translateY(-8px);

}

.discover-card img{

height:320px;

object-fit:cover;

transition:.5s;

}

.discover-card:hover img{

transform:scale(1.06);

}

.discover-card div{

padding:35px;

}

.discover-card h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

margin-bottom:18px;

color:var(--navy);

}

.discover-card p{

color:#666;

line-height:1.8;

font-size:17px;

}
/*====================================================

LUXURY GALLERY

====================================================*/

.gallery{

background:#f7f9fc;

}

.gallery-grid{

columns:4 280px;

column-gap:22px;

margin-top:50px;

}

.gallery-grid img{

width:100%;

margin-bottom:22px;

border-radius:20px;

cursor:pointer;

transition:.45s;

box-shadow:0 18px 40px rgba(0,0,0,.12);

break-inside:avoid;

}

.gallery-grid img:hover{

transform:scale(1.03);

box-shadow:0 30px 60px rgba(0,0,0,.22);

}

/*====================================================

AMENITIES

====================================================*/

.amenities{

background:white;

}

.amenity-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.amenity-card{

background:#fff;

padding:45px;

border-radius:24px;

text-align:center;

box-shadow:var(--shadow);

transition:.35s;

border:1px solid #eef2f7;

}

.amenity-card:hover{

transform:translateY(-10px);

}

.emoji{

font-size:60px;

margin-bottom:22px;

}

.amenity-card h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

margin-bottom:18px;

color:var(--navy);

}

.amenity-card p{

color:#666;

line-height:1.8;

font-size:17px;

}

/*====================================================

PARALLAX SECTION

====================================================*/

.parallax{

height:65vh;

background:

linear-gradient(

rgba(0,0,0,.45),

rgba(0,0,0,.45)

),

url("../images/photo20.jpg");

background-size:cover;

background-position:center;

background-attachment:fixed;

display:flex;

align-items:center;

justify-content:center;

text-align:center;

color:white;

}

.parallax .overlay{

max-width:850px;

padding:30px;

}

.parallax h2{

font-family:'Cormorant Garamond',serif;

font-size:clamp(56px,8vw,96px);

margin-bottom:20px;

}

.parallax p{

font-size:24px;

opacity:.9;

}

/*====================================================

LOCATION

====================================================*/

.location{

background:var(--light);

}

.location-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.location-grid img{

border-radius:24px;

box-shadow:var(--shadow);

}

.location h3{

font-family:'Cormorant Garamond',serif;

font-size:48px;

margin-bottom:24px;

color:var(--navy);

}

.location p{

margin-bottom:24px;

font-size:18px;

line-height:1.9;

color:#555;

}

.location-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:35px;

}

.location-list div{

background:white;

padding:18px 20px;

border-radius:14px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

font-weight:600;

}

/*====================================================

CALL TO ACTION

====================================================*/

.cta{

background:linear-gradient(135deg,#0b2239,#1d4e89);

color:white;

text-align:center;

}

.cta h2{

font-family:'Cormorant Garamond',serif;

font-size:clamp(48px,6vw,78px);

margin-bottom:25px;

}

.cta p{

max-width:850px;

margin:auto;

margin-bottom:40px;

font-size:21px;

line-height:1.8;

}

.cta .primary{

background:white;

color:var(--navy);

}

.cta .primary:hover{

background:var(--gold);

color:#111;

}
/*====================================================

BOOKING SECTION

====================================================*/

.booking{

background:white;

}

.booking-wrapper{

display:grid;

grid-template-columns:420px 1fr;

gap:60px;

align-items:start;

margin-top:50px;

}

.booking-info{

background:linear-gradient(135deg,var(--navy),var(--blue));

color:white;

padding:45px;

border-radius:24px;

box-shadow:var(--shadow);

}

.booking-info h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:30px;

}

.booking-info ul{

list-style:none;

margin-bottom:35px;

}

.booking-info li{

padding:12px 0;

font-size:18px;

border-bottom:1px solid rgba(255,255,255,.15);

}

.booking-info img{

margin-top:25px;

border-radius:18px;

box-shadow:0 15px 35px rgba(0,0,0,.30);

}

.booking-form{

background:white;

padding:50px;

border-radius:24px;

box-shadow:var(--shadow);

}

.booking-form form{

display:flex;

flex-direction:column;

gap:22px;

}

.booking-form input,

.booking-form textarea,

.booking-form select{

width:100%;

padding:18px 20px;

font-size:17px;

font-family:Montserrat,sans-serif;

border:1px solid #d9e1ea;

border-radius:14px;

outline:none;

transition:.3s;

background:#fff;

}

.booking-form input:focus,

.booking-form textarea:focus,

.booking-form select:focus{

border-color:var(--blue);

box-shadow:0 0 0 4px rgba(29,78,137,.10);

}

.booking-form textarea{

resize:vertical;

min-height:180px;

}

.dates{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

/*====================================================

REVIEWS

====================================================*/

.reviews{

background:#f8fafc;

}

.review-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:50px;

}

.review-card{

background:white;

padding:40px;

border-radius:22px;

box-shadow:var(--shadow);

transition:.35s;

font-size:22px;

color:#f6b400;

}

.review-card:hover{

transform:translateY(-10px);

}

.review-card p{

margin:25px 0;

font-size:17px;

line-height:1.9;

color:#555;

}

.review-card h4{

font-size:16px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--navy);

}

/*====================================================

FOOTER

====================================================*/

footer{

background:#071726;

color:white;

padding:90px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:60px;

margin-bottom:50px;

}

footer h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:20px;

}

footer h4{

font-size:18px;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:20px;

}

footer p{

color:#c9d4df;

line-height:1.9;

margin-bottom:18px;

}

footer ul{

list-style:none;

}

footer li{

margin-bottom:14px;

}

footer a{

color:#dbe6ef;

transition:.3s;

}

footer a:hover{

color:var(--gold);

padding-left:6px;

}

.copyright{

text-align:center;

padding-top:35px;

border-top:1px solid rgba(255,255,255,.08);

font-size:15px;

letter-spacing:1px;

color:#9eb0bf;

}

/*====================================================

SCROLL TO TOP

====================================================*/

.scroll-top{

position:fixed;

right:28px;

bottom:28px;

width:58px;

height:58px;

background:var(--gold);

color:#111;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

font-weight:bold;

border-radius:50%;

cursor:pointer;

box-shadow:0 12px 30px rgba(0,0,0,.25);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:9999;

}

.scroll-top.show{

opacity:1;

visibility:visible;

}

.scroll-top:hover{

transform:translateY(-5px);

}

/*====================================================

COMMON ANIMATIONS

====================================================*/

.feature-card,
.amenity-card,
.review-card,
.discover-card,
.stat{

transition:all .35s ease;

}

.feature-card:hover,
.amenity-card:hover,
.review-card:hover,
.discover-card:hover{

box-shadow:0 30px 70px rgba(0,0,0,.18);

}

.primary,
.secondary,
.book-btn{

transition:all .3s ease;

}

.primary:hover,
.secondary:hover,
.book-btn:hover{

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(0,0,0,.20);

}
/*====================================================

RESPONSIVE DESIGN

====================================================*/

/* ---------- Large Tablets ---------- */

@media (max-width:1200px){

.hero h1{

font-size:82px;

}

.section-title h2{

font-size:56px;

}

.feature-grid,
.amenity-grid{

grid-template-columns:repeat(2,1fr);

}

.review-grid{

grid-template-columns:1fr;

}

.booking-wrapper{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr 1fr;

}

}

/* ---------- Tablets ---------- */

@media (max-width:992px){

.nav-links{

display:none;

}

.book-btn{

display:none;

}

.hamburger{

display:block;

z-index:10001;

}

.nav-links.active{

display:flex;

flex-direction:column;

position:absolute;

top:88px;

left:0;

width:100%;

background:rgba(11,34,57,.98);

padding:35px;

gap:30px;

text-align:center;

}

.stats{

grid-template-columns:repeat(3,1fr);

gap:15px;

}

.two-column{

grid-template-columns:1fr;

gap:50px;

}

.discover-grid{

grid-template-columns:1fr;

}

.location-grid{

grid-template-columns:1fr;

}

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

.location-list{

grid-template-columns:1fr 1fr;

}

.hero{

background-position:center center;

}

.hero h1{

font-size:70px;

}

.hero h2{

font-size:32px;

}

.hero p{

font-size:20px;

}

}

/* ---------- Phones ---------- */

@media (max-width:768px){

body{

font-size:16px;

}

section{

padding:80px 0;

}

.navbar{

padding:0 20px;

height:80px;

}

.logo h2{

font-size:34px;

}

.logo span{

font-size:10px;

}

.hero{

min-height:100vh;

padding:100px 20px 60px;

}

.hero h1{

font-size:56px;

line-height:1;

}

.hero h2{

font-size:26px;

}

.hero p{

font-size:18px;

}

.hero-buttons{

flex-direction:column;

align-items:center;

}

.primary,
.secondary{

width:280px;

text-align:center;

}

.stats{

grid-template-columns:repeat(2,1fr);

padding:25px;

margin-top:-40px;

}

.stat{

border-right:none;

border-bottom:1px solid #eee;

}

.stat:last-child{

border-bottom:none;

}

.section-title{

margin-bottom:45px;

}

.section-title h2{

font-size:46px;

}

.about h2{

font-size:48px;

}

.image-break{

height:45vh;

background-attachment:scroll;

}

.image-break h2{

font-size:46px;

}

.parallax{

height:50vh;

background-attachment:scroll;

}

.parallax h2{

font-size:48px;

}

.feature-grid,
.amenity-grid{

grid-template-columns:1fr;

}

.gallery-grid{
    columns: unset;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.gallery-grid img{
    margin-bottom:0;
    height:180px;
    object-fit:cover;
    border-radius:14px;
}

.location-list{

grid-template-columns:1fr;

}

.booking-form{

padding:30px;

}

.dates{

grid-template-columns:1fr;

}

.booking-info{

padding:35px;

}

.review-grid{

grid-template-columns:1fr;

}

.footer-grid{

gap:35px;

}

}

/* ---------- Small Phones ---------- */

@media (max-width:480px){

.hero h1{

font-size:46px;

}

.hero h2{

font-size:22px;

}

.hero p{

font-size:17px;

}

.section-title h2{

font-size:38px;

}

.gallery-grid{

columns:1;

}

.stats{

grid-template-columns:1fr;

}

.primary,
.secondary{

width:100%;

}

.booking-form{

padding:22px;

}

.booking-info{

padding:28px;

}

.scroll-top{

width:48px;

height:48px;

font-size:22px;

right:18px;

bottom:18px;

}

}
/*====================================================

FINAL POLISH

====================================================*/

::selection{
background:var(--gold);
color:#111;
}

::-webkit-scrollbar{
width:12px;
}

::-webkit-scrollbar-track{
background:#071726;
}

::-webkit-scrollbar-thumb{
background:var(--gold);
border-radius:20px;
}

/* Fade-in support for JavaScript */

.fade-in{
opacity:0;
transform:translateY(35px);
transition:opacity .8s ease, transform .8s ease;
}

.fade-in.visible{
opacity:1;
transform:translateY(0);
}

/* Mobile menu animation */

.hamburger.active span:nth-child(1){
transform:rotate(45deg) translate(7px,7px);
}

.hamburger.active span:nth-child(2){
opacity:0;
}

.hamburger.active span:nth-child(3){
transform:rotate(-45deg) translate(7px,-7px);
}

/* Lightbox */

.lightbox{
position:fixed;
inset:0;
background:rgba(0,0,0,.92);
display:none;
align-items:center;
justify-content:center;
z-index:100000;
padding:20px;
}

.lightbox.active{
display:flex;
}

.lightbox img{
max-width:92%;
max-height:88vh;
border-radius:18px;
box-shadow:0 30px 80px rgba(0,0,0,.6);
}

.lightbox-close{
position:absolute;
top:25px;
right:30px;
font-size:46px;
color:white;
cursor:pointer;
}

/* Accessibility */

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
outline:3px solid var(--gold);
outline-offset:3px;
}

/* Print */

@media print{

.navbar,
.scroll-top,
.hero-buttons,
.booking{
display:none;
}

body{
color:#000;
background:#fff;
}

section{
padding:30px 0;
}

}
/* Interactive Property Map */
.property-map{
    margin-top:42px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 18px 45px rgba(11,34,57,.12);
    padding:40px;
    border:1px solid #e5e7eb;
}

.property-map h3{
    margin:0 0 8px;
    color:#0b2239;
    font-family:'Cormorant Garamond',serif;
    font-size:36px;
}

.property-map p{
    margin:0 0 18px;
    color:#64748b;
    font-weight:700;
}

.property-map iframe{
    width:100%;
    height:840px;
    border:0;
    border-radius:18px;
    display:block;
}

@media (max-width:768px){
    .property-map{
        padding:20px;
    }

    .property-map iframe{
        height:500px;
    }
}


/* ====================================================
   Property Location Map
==================================================== */
.property-map{
    margin-top:36px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:22px;
    box-shadow:0 14px 34px rgba(11,34,57,.10);
}

.property-map h3{
    margin:0 0 8px;
    color:#0b2239;
    font-family:'Cormorant Garamond',serif;
    font-size:34px;
}

.property-map p{
    margin:0 0 16px;
    color:#64748b;
    font-weight:700;
}

.property-map iframe{
    width:100%;
    height:420px;
    border:0;
    border-radius:16px;
    display:block;
}

@media(max-width:768px){
    .property-map{
        padding:16px;
    }

    .property-map iframe{
        height:320px;
    }
}


/* Guest2Owner property details badge */
.property-badge.oceanfront-property-badge,.property-badge.beachfront-property-badge{display:inline-flex;align-items:center;justify-content:center;background:#14B8A6;color:#fff;border-radius:999px;padding:9px 15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin:0 0 14px;box-shadow:0 10px 28px rgba(20,184,166,.28)}

.property-badge.petfriendly-property-badge{display:inline-flex;align-items:center;justify-content:center;background:#16A34A;color:#fff;border-radius:999px;padding:9px 15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin:0 0 14px 8px;box-shadow:0 10px 28px rgba(22,163,74,.24)}

/* Guest2Owner V5 booking date card polish */
.booking-date-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:18px;
    border:1px solid #dbe7ed;
    border-radius:20px;
    background:linear-gradient(180deg,#ffffff 0%,#f7fcfc 100%);
    box-shadow:0 12px 28px rgba(2, 83, 91, .08);
}
.booking-date-field{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin:0;
}
.booking-date-label{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
    color:#0b3f46;
}
.booking-date-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:999px;
    background:#dff7f4;
    color:#0b8f86;
    font-size:13px;
}
.booking-date-card .booking-date-field input{
    min-height:56px;
    padding:16px 18px;
    font-size:19px;
    font-weight:700;
    color:#0b2239;
    border-color:#cfe3e6;
    background:#fff;
}
.booking-date-summary{
    grid-column:1 / -1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:14px;
    background:#eefafa;
    border:1px solid #d2f0ed;
}
.booking-date-card .nights-count{
    margin:0;
    font-size:15px;
    color:#0b3f46;
}
.booking-date-card .minimum-stay-note{
    margin:0;
    font-size:13px;
    font-weight:700;
    color:#567076;
    white-space:nowrap;
}
.booking-date-card .calendar-legend{
    grid-column:1 / -1;
    margin-top:0;
}
@media (max-width:700px){
    .booking-date-card{
        grid-template-columns:1fr;
        padding:14px;
    }
    .booking-date-summary{
        flex-direction:column;
        align-items:flex-start;
    }
    .booking-date-card .minimum-stay-note{
        white-space:normal;
    }
}

/* ====================================================
   Guest2Owner Professional Edition v6.0.9
   Form Control Contrast Audit Patch
   Ensures native inputs, selects, dropdown options, and textareas remain
   readable on white browser-rendered backgrounds across guest, admin,
   owner, and marketplace screens.
   ==================================================== */
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
select,
textarea{
  background-color:#ffffff;
  color:#0b2239;
}
option,
select option{
  background-color:#ffffff;
  color:#0b2239;
}
input::placeholder,
textarea::placeholder{
  color:#64748b;
  opacity:1;
}
input:disabled,
select:disabled,
textarea:disabled,
input[readonly],
textarea[readonly]{
  background-color:#f1f5f9;
  color:#475569;
  -webkit-text-fill-color:#475569;
  opacity:1;
}

/* Guest2Owner Professional Edition v6.2.5 - public version footer alignment */
.g2o-version-footer{
  width:100%;
  display:block;
  text-align:center;
}
.g2o-footer > .g2o-version-footer,
#contact > .g2o-version-footer,
footer#contact > .g2o-version-footer{
  margin:18px auto 0;
  padding:12px 16px 0;
  text-align:center;
  align-self:stretch;
  clear:both;
}
.g2o-footer .g2o-container + .g2o-version-footer{
  display:block;
  max-width:1180px;
}

.property-badge.no-pets-property-badge{display:inline-flex;align-items:center;justify-content:center;background:#B91C1C;color:#fff;border-radius:999px;padding:9px 15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin:0 0 14px 8px;box-shadow:0 10px 28px rgba(185,28,28,.22)}
.pet-policy-notice{display:flex;flex-direction:column;gap:4px;margin:0 0 16px;padding:13px 15px;border-radius:14px;border:1px solid;font-size:.94rem;line-height:1.45}.pet-policy-notice strong{font-size:1rem}.pet-policy-friendly{background:#F0FDF4;border-color:#86EFAC;color:#166534}.pet-policy-no-pets{background:#FEF2F2;border-color:#FCA5A5;color:#991B1B}

.g2o-review-carousel{position:relative;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.g2o-review-carousel .review-card{display:none;min-height:315px;box-sizing:border-box}.g2o-review-carousel .review-card.is-active{display:block;height:auto;overflow:visible}.g2o-review-empty{grid-column:1/-1;text-align:center;max-width:760px;width:100%;justify-self:center}.g2o-review-empty .g2o-stars{opacity:.55}.g2o-review-prev,.g2o-review-next{position:absolute;top:50%;transform:translateY(-50%);border:0;border-radius:999px;width:44px;height:44px;font-size:30px;cursor:pointer}.g2o-review-prev{left:-20px}.g2o-review-next{right:-20px}.g2o-guest-favorite{display:inline-block;padding:.25rem .55rem;border-radius:999px;font-weight:700;margin-left:.5rem}.g2o-owner-response{margin-top:1rem;padding:1rem;border-left:4px solid currentColor}.g2o-stars{font-size:1.2rem;letter-spacing:.1rem}@media(max-width:700px){.g2o-review-carousel{grid-template-columns:1fr}.g2o-review-prev{left:0}.g2o-review-next{right:0}}
/* v16.7.3 earned Guest Favorite property-page hero badge */
.property-badge-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;margin:0 0 14px;white-space:nowrap;width:100%}
.property-badge-row .property-badge{margin:0}
.property-badge.top-property-badge{display:inline-flex;align-items:center;justify-content:center;background:#fff7d6;color:#5b3b00;border:1px solid rgba(146,97,0,.25);border-radius:999px;padding:9px 15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;box-shadow:0 10px 28px rgba(146,97,0,.18)}
.property-badge.guest-favorite-property-badge{display:inline-flex;align-items:center;justify-content:center;background:#f4b400;color:#352500;border-radius:999px;padding:9px 15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;box-shadow:0 10px 28px rgba(244,180,0,.28)}
@media(max-width:640px){.property-badge-row{gap:4px;overflow:hidden}.property-badge-row .property-badge{padding:6px 8px;font-size:clamp(.48rem,2.25vw,.68rem);letter-spacing:.02em}}


/* v16.8.1 responsive property hero badge safety */
.hero-overlay{box-sizing:border-box;padding-top:calc(88px + clamp(18px,3vw,40px));padding-right:clamp(16px,4vw,48px);padding-left:clamp(16px,4vw,48px)}
.property-badge-row{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;width:min(100%,1100px);max-width:calc(100vw - 32px);margin:0 auto 14px;padding:0 4px;white-space:normal;overflow:visible}
.property-badge-row .property-badge{box-sizing:border-box;max-width:100%;min-width:0;margin:0;text-align:center;white-space:normal;line-height:1.2}
@media(max-width:1100px){.property-badge-row{gap:6px;max-width:calc(100vw - 24px)}.property-badge-row .property-badge{padding:8px 12px;font-size:clamp(.62rem,1.5vw,.78rem);letter-spacing:.035em}}
@media(max-width:640px){.hero-overlay{padding-top:calc(80px + 18px);padding-right:12px;padding-left:12px}.property-badge-row{gap:6px;max-width:calc(100vw - 16px);padding:0;overflow:visible}.property-badge-row .property-badge{flex:0 1 auto;padding:7px 10px;font-size:clamp(.56rem,2.8vw,.7rem);letter-spacing:.02em}}
@media(max-width:420px){.property-badge-row .property-badge{flex:1 1 100%;width:100%}}
