/*
Theme Name: Immobilier Vexin Seine Child
Template: astra
Version: 1.0.0
*/

:root{
  --navy:#172033;
  --slate:#263244;
  --gold:#b8965a;
  --gold-dark:#947642;
  --cream:#f7f3eb;
  --white:#ffffff;
  --text:#1f2937;
  --muted:#687082;
  --border:#e3dccf;
  --shadow:0 22px 60px rgba(23,32,51,.15);
}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:var(--cream);
  color:var(--text);
}

.site-header,
.ast-primary-header-bar,
.ast-mobile-header-wrap,
.entry-header,
.entry-title,
.ast-breadcrumbs-wrapper{
  display:none!important;
}

.site-content,
.ast-container,
.content-area,
.site-main,
.entry-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}

.ivs-page{
  font-family:Montserrat,Arial,sans-serif;
  background:var(--cream);
  line-height:1.65;
}

.ivs-container{
  width:min(1160px,92vw);
  margin:auto;
}

.ivs-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:rgba(23,32,51,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.12);
}

.ivs-nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.ivs-brand{
  color:#fff;
  text-decoration:none;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  font-size:15px;
}

.ivs-brand span{
  display:block;
  color:#d8c49a;
  letter-spacing:.04em;
  text-transform:none;
  font-weight:600;
  font-size:12px;
  margin-top:2px;
}

.ivs-menu{
  display:flex;
  gap:22px;
}

.ivs-menu a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}

.ivs-menu a:hover{color:#e0c98c}

.ivs-hero{
  min-height:92vh;
  position:relative;
  display:grid;
  align-items:center;
  color:#fff;
  padding:130px 0 90px;
  background:
    linear-gradient(90deg,rgba(23,32,51,.76),rgba(23,32,51,.34)),
    url('/wp-content/uploads/panorama-vetheuil-vallee-seine-vexin.jpg') center/cover no-repeat;
}

.ivs-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:140px;
  background:linear-gradient(transparent,var(--cream));
}

.ivs-hero-content{
  position:relative;
  z-index:2;
  max-width:830px;
}

.ivs-eyebrow{
  display:inline-flex;
  color:#f0dfb8;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ivs-hero h1,
.ivs-title{
  font-family:"Playfair Display",Georgia,serif;
  line-height:1.05;
}

.ivs-hero h1{
  font-size:clamp(42px,7vw,82px);
  margin:26px 0 20px;
  letter-spacing:-.03em;
  color:#fff;
}

.ivs-hero p{
  font-size:clamp(18px,2.1vw,24px);
  max-width:760px;
  color:rgba(255,255,255,.93);
  margin:0 0 34px;
}

.ivs-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.ivs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  border:1px solid transparent;
  transition:.2s ease;
}

.ivs-btn-primary{
  background:var(--gold);
  color:#fff;
  box-shadow:0 10px 30px rgba(184,150,90,.32);
}

.ivs-btn-primary:hover{
  background:var(--gold-dark);
  color:#fff;
  transform:translateY(-1px);
}

.ivs-btn-secondary{
  background:rgba(255,255,255,.1);
  color:#fff;
  border-color:rgba(255,255,255,.5);
}

.ivs-btn-secondary:hover{
  background:#fff;
  color:var(--navy);
}

.ivs-trust{
  position:relative;
  z-index:5;
  margin-top:-52px;
}

.ivs-trust-card{
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.ivs-trust-card strong{
  display:block;
  font-family:"Playfair Display",Georgia,serif;
  font-size:28px;
  color:var(--navy);
}

.ivs-trust-card span{
  font-size:13px;
  color:var(--muted);
  font-weight:700;
}

.ivs-section{
  padding:92px 0;
}

.ivs-white{background:#fff}

.ivs-title{
  font-size:clamp(34px,4vw,54px);
  color:var(--navy);
  margin:0 0 18px;
  letter-spacing:-.025em;
}

.ivs-lead{
  font-size:18px;
  color:#4b5563;
  max-width:850px;
}

.ivs-split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
}

.ivs-image-card{
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}

.ivs-image-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}

.ivs-gold-line{
  width:84px;
  height:3px;
  background:var(--gold);
  margin:0 0 24px;
}

.ivs-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:34px;
}

.ivs-feature{
  background:var(--cream);
  border:1px solid var(--border);
  padding:26px;
  border-radius:22px;
}

.ivs-feature h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:18px;
}

.ivs-feature p{
  margin:0;
  color:#566074;
  font-size:14px;
}

.ivs-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  margin-top:34px;
}

.ivs-gallery figure{
  margin:0;
  position:relative;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 32px rgba(23,32,51,.12);
}

.ivs-gallery img{
  width:100%;
  height:250px;
  object-fit:cover;
  display:block;
}

.ivs-gallery figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  color:#fff;
  font-weight:800;
  padding:30px 16px 14px;
  background:linear-gradient(transparent,rgba(23,32,51,.82));
  font-size:14px;
}

.ivs-areas{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.ivs-area{
  background:#fff;
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 15px;
  font-weight:800;
  font-size:14px;
  color:var(--slate);
}

.ivs-cta{
  background:
    linear-gradient(90deg,rgba(23,32,51,.88),rgba(23,32,51,.52)),
    url('/wp-content/uploads/maison-jardin-vexin-francais.jpg') center/cover no-repeat;
  color:#fff;
  text-align:center;
}

.ivs-cta .ivs-lead{
  color:rgba(255,255,255,.92);
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
  font-size:clamp(20px,2vw,28px);
  line-height:1.45;
}

.ivs-cta .ivs-title{
color:#fff;
  margin-bottom:22px;
  text-align:center;
}

.ivs-cta .ivs-btn{
  margin-top:8px;
}

.ivs-contact-wrap{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:44px;
  align-items:start;
}

.ivs-contact-card,
.ivs-form-card{
  border-radius:28px;
  padding:36px;
  box-shadow:var(--shadow);
}

.ivs-contact-card{
  background:var(--navy);
  color:#fff;
}

.ivs-contact-card h3{
  font-family:"Playfair Display",Georgia,serif;
  font-size:34px;
  margin:0 0 16px;
  color:#fff;
}

.ivs-contact-card p{color:rgba(255,255,255,.82)}
.ivs-contact-card a{color:#e0c98c}

.ivs-form-card{background:#fff}

.ivs-footer{
  background:#101827;
  color:rgba(255,255,255,.72);
  padding:34px 0;
  font-size:13px;
}

.ivs-agent{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:28px;
}

.ivs-agent img{
  width:120px;
  height:120px;
  object-fit:cover;
  border-radius:24px;
  border:3px solid rgba(255,255,255,.25);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.ivs-agent .ivs-eyebrow{
  margin:0;
}
.ivs-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  font-size:15px;
}

.ivs-logo{
  width:60px;
  height:60px;
  object-fit:cover;
  border-radius:0px;
  flex-shrink:0;
}

.ivs-brand div{
  display:flex;
  flex-direction:column;
}

#colophon,
h1.section-title,
.site-footer,
.ast-footer-wrap,
.ast-footer-copyright,
.ast-builder-footer {
    display:none !important;
}


@media(max-width:1100px){
  .ivs-trust-card{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
  }
}

@media(max-width:900px){
  .ivs-menu{display:none}
  .ivs-hero{min-height:84vh;padding-top:112px}
  .ivs-trust-card,
  .ivs-features{grid-template-columns:1fr 1fr}
  .ivs-split,
  .ivs-contact-wrap{grid-template-columns:1fr}
  .ivs-gallery{grid-template-columns:1fr 1fr}
  .ivs-section{padding:70px 0}
}

@media(max-width:700px){
  .ivs-trust-card{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .ivs-nav{height:68px}
  .ivs-brand{font-size:13px}
  .ivs-hero h1{font-size:40px}
  .ivs-actions .ivs-btn{width:100%}
  .ivs-trust-card,
  .ivs-features,
  .ivs-gallery{grid-template-columns:1fr}
  .ivs-gallery img{height:230px}
  .ivs-contact-card,
  .ivs-form-card{padding:24px}
  .ivs-section{padding:58px 0}
}