@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root{--purple:#6d55d9;--purple-dark:#5c46c8;--text:#151515;--muted:#666873;--bg:#fff;--soft:#f6f4ff;--line:#ececf2;--radius:28px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* Nav */
.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.04)}
.nav{height:92px;display:flex;align-items:center;gap:28px}
.brand{width:170px;flex:0 0 170px}
.brand-logo{width:145px;height:auto;display:block;object-fit:contain}
.brand-main{font-weight:800;letter-spacing:-1.8px;font-size:28px;color:var(--purple);line-height:.85}
.brand-sub{font-size:9px;color:var(--purple);font-weight:700;margin-top:6px;letter-spacing:.6px}
.navlinks{display:flex;align-items:center;gap:27px;margin-left:auto;font-weight:600;font-size:15px}
.navlinks a:hover{color:var(--purple)}
.phone-pill,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 27px;font-weight:700;transition:.15s ease}
.phone-pill,.btn.primary{background:var(--purple);color:#fff}
.phone-pill:hover,.btn.primary:hover{background:var(--purple-dark)}
.btn.outline{border:1.5px solid var(--purple);color:var(--purple);background:#fff}
.btn.outline:hover{background:var(--soft)}
.btn.small{padding:12px 20px}
.mobile-toggle{display:none;margin-left:auto;border:0;background:#f4f2ff;color:var(--purple);font-size:22px;border-radius:12px;width:45px;height:45px;cursor:pointer}
.mobile-menu{display:none;padding:0 0 18px}
.mobile-menu.open{display:grid;gap:13px}

/* Dropdowns */
.nav-dropdown{position:relative}
.nav-drop-btn{border:0;background:transparent;font:inherit;font-weight:600;color:inherit;padding:12px 0;cursor:pointer}
.nav-drop-btn span{font-size:11px;margin-left:4px}
.nav-drop-menu{position:absolute;top:calc(100% - 1px);left:-18px;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 14px 36px rgba(20,20,35,.12);display:none;z-index:30}
.nav-dropdown:after{content:'';position:absolute;left:-18px;right:-18px;top:100%;height:12px}
.nav-dropdown:hover .nav-drop-menu,.nav-dropdown.open .nav-drop-menu{display:grid}
.nav-drop-menu a{padding:10px 12px;border-radius:10px;font-weight:500;white-space:nowrap}
.nav-drop-menu a:hover{background:#f7f5ff}
.area-menu{min-width:540px;grid-template-columns:repeat(2,minmax(0,1fr));max-height:520px;overflow:auto}
.mobile-sub-btn{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}
.mobile-sub-menu{display:none;padding:10px 0 4px 14px;gap:10px}
.mobile-sub.open .mobile-sub-menu{display:grid}
.mobile-sub-menu a{font-weight:500}
.mobile-area-menu{max-height:45vh;overflow:auto;padding-right:6px}

/* Hero */
.hero{padding:30px 0 55px}
.hero-card{position:relative;min-height:635px;border-radius:34px;overflow:hidden;background:#eee center/cover no-repeat}
.hero-card:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 40%,rgba(255,255,255,.06) 62%,rgba(255,255,255,0) 100%)}
.hero-content{position:relative;z-index:2;padding:70px 7.2%;max-width:680px}
.eyebrow{font-size:20px;margin:0 0 20px;color:#24242a}
.hero h1{font-size:58px;line-height:1.06;letter-spacing:-2.7px;margin:0 0 28px;max-width:650px}
.hero p{font-size:20px;max-width:620px}
.actions{display:flex;gap:18px;flex-wrap:wrap;margin:28px 0}
.checks{display:grid;gap:14px;font-weight:700;font-size:18px;margin-top:30px}

/* Page hero (inner pages) */
.page-hero{padding:30px 0 55px}
.page-hero .box{border-radius:34px;background-size:cover;background-position:center;position:relative;overflow:hidden;min-height:635px}
.page-hero .box::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.90) 38%,rgba(255,255,255,.25) 72%,rgba(255,255,255,.02) 100%)}
.page-hero-content{position:relative;z-index:2;padding:70px 7.2%;max-width:680px}
.page-hero h1{font-size:54px;line-height:1.06;letter-spacing:-2.5px;margin:0 0 24px}
.page-hero p{font-size:20px;max-width:560px}
/* Boxes without background-image (about-us, faq) — no overlay, no min-height */
.page-hero .box:not([style]){min-height:0;padding:80px 7.2%}
.page-hero .box:not([style])::before{display:none}
.service-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.about-split-left{display:flex;flex-direction:column}
.about-split-img{width:100%;border-radius:20px;object-fit:cover;object-position:center 25%;min-height:380px;max-height:600px}
.service-split img{width:100%;border-radius:20px;object-fit:cover;min-height:380px;max-height:560px}
.service-split .content h2{margin-top:0}

/* Sections */
.section{padding:72px 0}
.section.soft{background:var(--soft)}
.section h2{font-size:42px;line-height:1.12;letter-spacing:-1.6px;text-align:center;margin:0 auto 38px;max-width:860px}
.lead{font-size:19px;color:#474751;max-width:800px;margin:0 auto 34px;text-align:center}

/* Grid */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}

/* Cards */
.card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden}
.card-pad{padding:26px;text-align:center}
.card h3{font-size:24px;margin:0 0 10px}
.service-card img{height:260px;width:100%;object-fit:cover}
.service-card p{color:var(--muted)}
.service-area-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;list-style:none;padding:0;margin:32px 0 0}
.service-area-list a{font-size:18px;color:var(--purple);text-decoration:none;font-weight:500}
.service-area-list a:hover{text-decoration:underline}

/* Trust */
.trust-shell{background:#faf9ff;border:1px solid #e5e1f4;border-radius:30px;padding:46px 44px 42px;box-shadow:0 10px 28px rgba(31,24,62,.045)}
.trust-shell>h2{margin-bottom:30px}
.trust-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.trust-benefit{min-height:64px;background:#fff;border:1px solid #e5e3eb;border-radius:16px;padding:17px 20px;display:flex;align-items:center;font-weight:700;font-size:17px;box-shadow:0 2px 8px rgba(30,25,55,.025)}
.trust-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.trust-feature{background:#fff;border:1px solid #e5e3eb;border-radius:22px;padding:27px 26px 28px;min-height:244px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.trust-feature-icon-wrap{width:78px;height:78px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.trust-feature-icon{width:78px;height:78px;object-fit:contain}
.trust-feature-check{font-size:54px;font-weight:700;color:var(--purple)}
.trust-feature h3{font-size:21px;line-height:1.2;margin:0 0 10px}
.trust-feature p{margin:0;color:#494952;font-size:17px;line-height:1.5}
.booking-team-photo{width:100%;height:560px;object-fit:cover;object-position:center 25%;border-radius:28px;margin:0 0 28px}
.about-team-section{margin-top:48px}
.about-team-text{margin:28px 0 40px}
.about-discover{color:var(--purple);font-size:54px;line-height:1.08;letter-spacing:-1.5px;text-align:center;max-width:900px;margin:0 auto}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.trust-card{text-align:center;padding:30px;border-radius:25px;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;align-items:center}
.trust-card h3{margin:12px 0 5px}
.trust-card .btn{margin-top:auto}

/* Google Reviews */
.google-reviews-shell{position:relative;background:#fafafa;border:1px solid #e6e7eb;border-radius:30px;padding:42px 42px 36px;overflow:hidden;box-shadow:0 12px 36px rgba(20,20,35,.06)}
.google-reviews-shell:before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75% 100%)}
.google-reviews-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:28px}
.google-reviews-head h2{text-align:left;margin:0 0 10px;max-width:none}
.google-proof{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.google-proof-label{font-size:16px;color:#5f6368;font-weight:600}
.google-word{display:inline-flex;font-size:24px;font-weight:700;letter-spacing:-1px;color:#3c4043}
.google-word .g1{color:#4285F4}.google-word .g2{color:#EA4335}.google-word .g3{color:#FBBC05}
.google-word .g4{color:#4285F4}.google-word .g5{color:#34A853}.google-word .g6{color:#EA4335}
.google-reviews-cta{background:#fff;color:#3c4043;border:1px solid #dadce0;white-space:nowrap;box-shadow:0 1px 2px rgba(60,64,67,.08)}
.google-reviews-cta:hover{border-color:#bdc1c6;background:#f8f9fa}
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review{position:relative;padding:24px;border-radius:22px;background:#fff;color:var(--text);border:1px solid #e2e4e8;min-height:270px;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(20,20,35,.045)}
.review-google-g{position:absolute;right:20px;top:20px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid #e6e7eb;background:#fff;font-size:17px;font-weight:800;color:#4285F4}
.review-top{display:flex;align-items:center;gap:13px;margin-bottom:14px;padding-right:36px}
.review-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid #e2e4e8}
.review-person{display:grid;gap:2px}
.review-person b{font-size:16px}
.review-source{font-size:13px;color:#777985}
.stars{color:#fbbc04;letter-spacing:1px;font-size:18px}
.review p{color:#45454f;margin:10px 0 18px;flex:1}
.review-link{color:#1a73e8;font-weight:700;font-size:14px;display:inline-flex;gap:6px;align-items:center}
.review-link:hover{text-decoration:underline}
.google-bottom{display:none;justify-content:center;margin-top:24px}
.google-bottom .btn{background:#fff;color:#3c4043;border:1px solid #dadce0}

/* Estimate CTA */
.estimate{background:var(--purple);color:#fff;border-radius:34px;padding:55px;display:flex;justify-content:space-between;gap:30px;align-items:center}
.estimate h2{text-align:left;margin:0 0 12px;color:#fff}
.estimate p{margin:0;font-size:19px}
.estimate .btn{background:#fff;color:var(--purple);white-space:nowrap}
.estimate .btn:hover{background:#f0ecff}

/* Locations */
.locations{display:flex;flex-wrap:wrap;justify-content:center;gap:11px}
.location-chip{padding:10px 15px;border-radius:999px;border:1px solid #deddea;background:#fff}
.location-chip:hover{border-color:var(--purple);color:var(--purple)}

/* Before/After */
.before-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.before-grid img{border-radius:24px;aspect-ratio:1/1;object-fit:cover}

/* Content pages */
.content{max-width:950px;margin:0 auto}
.content h2{font-size:34px;text-align:left;margin:46px 0 18px}
.content h3{font-size:23px;margin:30px 0 8px}
.content p,.content li{font-size:17px;color:#3d3e46}
.content li{margin-bottom:10px}
/* Room sections */
.room-section{margin-bottom:52px}
.room-title{font-size:22px;font-weight:700;color:var(--purple);margin:0 0 18px;letter-spacing:-.4px}
.room-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}
.room-pair-alt{margin-top:20px}
.room-pair-single{align-items:stretch}
.room-photo-img{width:100%;height:100%;min-height:240px;object-fit:cover;object-position:center;border-radius:20px;display:block}
.room-photo-wrap{border-radius:20px;overflow:hidden;position:relative;min-height:240px}
.room-photo-wrap .room-photo-img{position:absolute;inset:0;min-height:0;border-radius:0}
.room-text-card{background:#fff;border-radius:20px;padding:24px 28px;border:1px solid var(--line)}
.room-item{padding:12px 0;border-bottom:1px solid var(--line)}
.room-item:last-child{border-bottom:none}
.room-item-label{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.room-check{color:var(--purple);font-weight:700;font-size:16px;flex-shrink:0}
.room-item-label strong{font-size:15px}
.room-item-desc{font-size:14px;color:#5a5b66;margin:0;line-height:1.5;padding-left:24px}
.cta-row{text-align:center;margin:42px 0}

/* FAQ */
.page-intro-title{font-size:54px;line-height:1.06;letter-spacing:-2px;margin:0 0 24px;max-width:920px}
.faq{max-width:920px;margin:0 auto}
.faq details{border-bottom:1px solid var(--line);padding:20px 0}
.faq summary{font-size:20px;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';font-size:24px;color:var(--purple);transition:.2s}
.faq details[open] summary::after{content:'−'}
.faq p{color:#4d4e57;margin:14px 0 4px}

/* Legal */
.legal{max-width:900px;margin:0 auto}
.legal h1{font-size:46px}
.legal h2{font-size:29px;text-align:left;margin:36px 0 14px}
.legal h3{font-size:22px}

/* Footer */
.footer{background:#17171b;color:#fff;padding:56px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1.3fr 1fr;gap:50px}
.footer a{color:#fff}
.footer a:hover{color:#b9adff}
.footer small{color:#a8a8b2}
.footer-links{display:grid;gap:9px}
.copyright{border-top:1px solid #33343a;margin-top:40px;padding-top:20px;color:#a7a7b1}

/* Map */
.service-map{margin-top:28px;border-radius:28px;overflow:hidden;border:1px solid #deddea;background:#fff;box-shadow:0 8px 24px rgba(20,20,35,.06)}

/* ── Mobile ─────────────────────────────────────── */
@media(max-width:900px){
  .nav{height:76px}
  .navlinks{display:none}
  .phone-pill{display:none}
  .mobile-toggle{display:block}
  .nav-dropdown{display:none}
  .brand{width:150px;flex-basis:150px}
  .brand-logo{width:132px!important}
  .container{width:min(100% - 28px,1180px)}

  .page-intro-title{font-size:36px;letter-spacing:-1px;margin-bottom:32px}
  .hero-card{min-height:640px}
  .hero-card:before{background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.35) 62%,rgba(255,255,255,.08))}
  .hero-content{padding:32px 8%}
  .hero h1,.page-hero h1{font-size:43px}
  .section{padding:55px 0}
  .section h2{font-size:35px}
  .page-hero .box{padding:0}

  .grid3,.reviews,.trust-grid,.before-grid,.service-split,.room-pair{grid-template-columns:1fr}
  .about-split{grid-template-columns:1fr;gap:16px}
  .about-split-left{display:contents}
  .about-split-title{order:1}
  .about-split-heading{order:2}
  .about-split-img{order:3;width:100%;height:300px;min-height:0;max-height:none;object-position:center 25%}
  .about-split-body{order:4}
  .about-discover{font-size:36px;letter-spacing:-1px;margin-top:24px;color:var(--purple);text-align:center}
  .room-pair-alt{margin-left:0;margin-top:0}
  .room-photo-wrap{order:-1;height:260px;min-height:0}
  .room-pair-alt .room-photo-wrap{display:none}
  .room-pair:not(.room-pair-single) .room-text-card{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}
  .room-pair-alt .room-text-card{border-top-left-radius:0;border-top-right-radius:0;border-top:none}
  .service-split img{min-height:180px;max-height:200px;height:200px}
  .page-hero .box{min-height:420px}
  .page-hero .box::before{background:linear-gradient(180deg,rgba(255,255,255,.50) 0%,rgba(255,255,255,.40) 60%,rgba(255,255,255,.10) 100%)}
  .page-hero h1{font-size:32px;letter-spacing:-1.2px}
  .page-hero p{font-size:16px}
  .page-hero-content{padding:28px 8%}

  .trust-shell{display:flex!important;flex-direction:column!important;padding:28px 14px 24px!important}
  .trust-shell>h2{order:0!important;font-size:30px!important;line-height:1.08!important;margin-bottom:22px!important}
  .trust-benefits{order:1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:0!important}
  .trust-benefit{min-height:54px!important;padding:10px 8px!important;border-radius:12px!important;font-size:14px!important;line-height:1.15!important;text-align:center!important;justify-content:center!important}
  .trust-features{order:2!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:14px!important}
  .trust-feature{min-height:0!important;padding:12px 14px!important;border-radius:14px!important;display:grid!important;grid-template-columns:46px 1fr!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important}
  .trust-feature-icon-wrap{width:46px!important;height:46px!important;margin:0!important;grid-row:1 / span 2!important}
  .trust-feature-icon{width:42px!important;height:42px!important}
  .trust-feature h3{font-size:16px!important;line-height:1.15!important;margin:0 0 3px!important}
  .trust-feature p{font-size:13px!important;line-height:1.25!important;margin:0!important}

  .booking-team-photo{border-radius:20px!important;margin-bottom:18px!important;width:100%!important;height:260px!important;object-fit:cover!important;object-position:center 25%!important;max-height:none!important}

  .google-reviews-shell{padding:32px 20px}
  .google-reviews-head{display:block;text-align:center;margin-bottom:22px}
  .google-reviews-head h2{text-align:center;margin-bottom:8px}
  .google-proof{justify-content:center;gap:8px}
  .google-summary-stars{display:none}
  .google-reviews-head .google-reviews-cta{display:none}
  .reviews{gap:14px}
  .review{min-height:0}
  .google-bottom{display:flex;margin-top:18px}
  .google-bottom .btn{width:100%;max-width:290px}

  .estimate{padding:34px 26px!important;display:block!important;border-radius:28px!important}
  .estimate h2{font-size:34px!important;line-height:1.08!important;margin:0 0 22px!important;letter-spacing:-1.2px!important}
  .estimate p{font-size:18px!important;line-height:1.5!important;margin:0 0 28px!important;max-width:32ch}
  .estimate .btn{padding:13px 22px!important;min-width:0!important;width:auto!important}

  .locations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .location-chip{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;text-align:center;padding:9px 10px;line-height:1.2}

  .grid2,.feature-list,.footer-grid{grid-template-columns:1fr}

  .mobile-menu{padding:4px 0 20px!important}
  .mobile-menu.open{display:grid!important;gap:16px!important}
}
