.page-hero{position:relative;min-height:360px;background:linear-gradient(rgba(8,30,55,.82),rgba(13,63,92,.75)),url(../assets/mairochalet/mairo-chalet27.jpg) center/cover no-repeat;display:flex;align-items:flex-end}
.page-hero-inner{position:relative;z-index:1;width:100%;max-width:var(--max-w);margin:0 auto;padding:72px 12px 56px}
.page-hero-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.5);margin-bottom:20px;letter-spacing:.04em}
.page-hero-breadcrumb a{color:rgba(255,255,255,.55);transition:color .2s}
.page-hero-breadcrumb a:hover{color:var(--gold)}
.page-hero-breadcrumb span{color:var(--gold)}
.page-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.page-hero-eyebrow-line{width:36px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:1px}
.page-hero h1{font-size:56px;font-weight:700;color:#fff;margin:0 0 12px;font-family:'Quicksand',sans-serif;line-height:1.08;text-shadow:0 2px 20px rgba(0,0,0,.3)}
.page-hero h1 em{color:var(--gold);font-style:normal}
.page-hero-sub{font-size:18px;color:rgba(255,255,255,.75);margin:0;max-width:520px;line-height:1.65}

@media(max-width:767px){
  .page-hero{min-height:260px}
  .page-hero-inner{padding:56px 12px 40px}
  .page-hero h1{font-size:36px}
  .page-hero-sub{font-size:15px}
}

.overview-section{padding:96px 40px;background:#fff}
.overview-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}
.overview-text{display:flex;flex-direction:column}
.overview-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}
.overview-title{font-size:40px;font-weight:700;color:var(--navy);margin:0 0 24px;line-height:1.18;font-family:'Quicksand',sans-serif}
.overview-title em{color:var(--gold);font-style:normal}
.overview-body{font-size:16px;line-height:1.85;color:#666;margin:0 0 20px}
.overview-body:last-of-type{margin-bottom:36px}
.overview-cta-row{display:flex;gap:14px;flex-wrap:wrap}
.overview-cta-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;font-weight:700;font-size:14px;letter-spacing:.04em;padding:14px 28px;border-radius:8px;transition:opacity .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 20px rgba(199,151,64,.35)}
.overview-cta-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 28px rgba(199,151,64,.5)}
.overview-cta-secondary{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:600;font-size:14px;border:1.5px solid rgba(13,63,92,.2);padding:13px 24px;border-radius:8px;transition:all .2s}
.overview-cta-secondary:hover{border-color:var(--navy);background:rgba(13,63,92,.04)}
.overview-visual{position:relative}
.overview-img-stack{position:relative;height:520px}
.overview-img-main{width:82%;height:430px;object-fit:cover;border-radius:20px;box-shadow:0 24px 64px rgba(0,0,0,.16);position:absolute;top:0;right:0}
.overview-img-accent{width:52%;height:260px;object-fit:cover;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.2);position:absolute;bottom:0;left:0;border:4px solid #fff}
.overview-badge{position:absolute;top:32px;left:0;background:linear-gradient(135deg,var(--navy),var(--navy-dark));border-radius:14px;padding:18px 22px;display:flex;flex-direction:column;gap:3px;box-shadow:0 10px 28px rgba(13,63,92,.35);z-index:2}
.overview-badge-num{font-size:30px;font-weight:700;color:var(--gold);font-family:'Quicksand',sans-serif;line-height:1}
.overview-badge-text{font-size:11px;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.1em;font-weight:600}

@media(max-width:1024px){
  .overview-inner{grid-template-columns:1fr;gap:52px}
  .overview-img-stack{height:400px}
  .overview-img-main{height:350px}
  .overview-img-accent{height:210px}
}
@media(max-width:767px){
  .overview-section{padding:56px 12px}
  .overview-title{font-size:30px}
  .overview-img-stack{height:320px}
  .overview-img-main{height:280px}
  .overview-img-accent{height:160px}
  .overview-badge{display:none}
}

.services-section{background:linear-gradient(160deg,#fdfaf5 0%,#f9f4ea 50%,#fdf8f0 100%);padding:96px 40px;position:relative;overflow:hidden}
.services-section::before{content:'';position:absolute;top:-80px;right:-80px;width:480px;height:480px;background:radial-gradient(circle,rgba(199,151,64,.07) 0%,transparent 70%);pointer-events:none}
.services-inner{max-width:var(--max-w);margin:0 auto;position:relative;z-index:1}
.services-header{text-align:center;margin-bottom:64px}
.services-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.services-title{font-size:42px;font-weight:700;color:var(--navy);margin:0 0 16px;font-family:'Quicksand',sans-serif}
.services-title em{color:var(--gold);font-style:normal}
.services-subtitle{font-size:16px;color:#777;max-width:560px;margin:0 auto;line-height:1.8}
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:900px;margin:0 auto}
.service-card{background:#fff;border:1px solid rgba(199,151,64,.12);border-radius:20px;padding:44px 38px;display:flex;flex-direction:column;gap:18px;box-shadow:0 6px 32px rgba(13,63,92,.06);transition:transform .25s,box-shadow .25s,border-color .25s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 56px rgba(13,63,92,.1);border-color:rgba(199,151,64,.3)}
.service-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(199,151,64,.35)}
.service-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.service-name{font-size:20px;font-weight:700;color:var(--navy);margin:0;font-family:'Quicksand',sans-serif}
.service-desc{font-size:15px;line-height:1.8;color:#777;margin:0}

@media(max-width:767px){
  .services-section{padding:56px 12px}
  .services-title{font-size:30px}
  .services-grid{grid-template-columns:1fr;gap:20px;max-width:100%}
  .service-card{padding:28px 14px}
}

.values-section{padding:96px 40px;background:#fff}
.values-inner{max-width:var(--max-w);margin:0 auto}
.values-header{margin-bottom:56px}
.values-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.values-title{font-size:42px;font-weight:700;color:var(--navy);margin:0;line-height:1.15;font-family:'Quicksand',sans-serif}
.values-title em{color:var(--gold);font-style:normal}
.values-body{font-size:16px;line-height:1.85;color:#666;max-width:780px;margin:16px 0 0}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.value-card{background:linear-gradient(160deg,#fdfaf5,#faf5ec);border:1px solid rgba(199,151,64,.1);border-radius:18px;padding:36px 30px;display:flex;flex-direction:column;gap:16px;transition:transform .25s,box-shadow .25s,border-color .25s}
.value-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px rgba(13,63,92,.09);border-color:rgba(199,151,64,.28)}
.value-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(199,151,64,.3)}
.value-icon svg{width:22px;height:22px;stroke:#fff;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.value-name{font-size:17px;font-weight:700;color:var(--navy);margin:0;font-family:'Quicksand',sans-serif}
.value-desc{font-size:14px;color:#888;line-height:1.75;margin:0}

@media(max-width:1024px){.values-grid{grid-template-columns:1fr 1fr}}
@media(max-width:767px){
  .values-section{padding:56px 12px}
  .values-title{font-size:30px}
  .values-grid{grid-template-columns:1fr}
}

.site-footer{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);padding:72px 40px 36px}
.footer-inner{display:grid;grid-template-columns:1.4fr 1.6fr 1fr;gap:56px;max-width:var(--max-w);margin:0 auto 48px;align-items:start}
.footer-brand{display:flex;flex-direction:column;gap:20px}
.footer-logo{width:140px;height:auto;border-radius:6px}
.footer-tagline{font-size:14px;color:rgba(255,255,255,.55);line-height:1.75;margin:0}
.footer-social{display:flex;gap:10px}
.footer-social-link{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-social-link:hover{background:var(--gold)}
.footer-social-link svg{width:15px;height:15px;fill:rgba(255,255,255,.7)}
.footer-contact-col{display:flex;flex-direction:column;gap:18px}
.footer-contact-col h5{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 6px}
.footer-contact-item{display:flex;gap:14px;align-items:center}
.footer-contact-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center}
.footer-contact-icon svg{width:15px;height:15px;stroke:var(--gold);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-text{display:flex;flex-direction:column;gap:1px}
.footer-contact-text span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35)}
.footer-contact-text a,.footer-contact-text p{font-size:14px;color:rgba(255,255,255,.8);margin:0;line-height:1.5;transition:color .2s}
.footer-contact-text a:hover{color:var(--gold)}
.footer-links h5{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin:0 0 20px}
.footer-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.footer-links ul li a{font-size:14px;color:rgba(255,255,255,.65);transition:color .2s;display:flex;align-items:center;gap:8px}
.footer-links ul li a::before{content:'→';display:inline-block;color:var(--gold);flex-shrink:0;font-size:12px}
.footer-links ul li a:hover{color:var(--gold)}
.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);max-width:var(--max-w);margin:0 auto 24px}
.footer-bottom{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.3);margin:0}

@media(max-width:1024px){.site-footer{padding:52px 12px 28px}.footer-inner{grid-template-columns:1fr 1fr;gap:40px}}
@media(max-width:767px){.site-footer{padding:44px 12px 24px}.footer-inner{grid-template-columns:1fr;gap:36px}.footer-logo{width:130px}.footer-bottom{justify-content:center}}