:root{--teal:#087d91;--deep:#052f39;--gold:#f2c34d;--cream:#f7f2e9;--ink:#10292f;--muted:#617278}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.header{height:78px;padding:0 clamp(20px,6vw,80px);display:flex;align-items:center;justify-content:space-between;background:rgba(4,38,46,.96);position:fixed;z-index:20;top:0;left:0;right:0;color:#fff}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:48px;height:48px;border-radius:50%}.header nav{display:flex;align-items:center;gap:26px;font-weight:700}.nav-button{border:1px solid rgba(255,255,255,.6);padding:10px 18px;border-radius:999px}.hero{min-height:820px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,28,34,.94),rgba(2,28,34,.66) 52%,rgba(2,28,34,.15))}.hero-content{position:relative;z-index:2;max-width:790px;margin-left:clamp(22px,8vw,125px);padding:120px 0 60px}.kicker{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:.75rem;color:#a6e4ec}.kicker.teal{color:var(--teal)}h1,h2,h3{margin-top:0;line-height:1.08}h1{font-family:Georgia,serif;font-size:clamp(3.2rem,7.5vw,6.6rem);letter-spacing:-.05em;margin-bottom:24px}h1 span{color:var(--gold)}h2{font-family:Georgia,serif;font-size:clamp(2.35rem,5vw,4.4rem);letter-spacing:-.04em;margin-bottom:24px}.hero-content>p:not(.kicker){font-size:1.18rem;max-width:660px;color:rgba(255,255,255,.85)}.actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0}.button{padding:14px 23px;border-radius:999px;font-weight:800}.gold{background:var(--gold);color:#142d32}.outline{border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.08)}.trust{display:flex;gap:30px;flex-wrap:wrap;margin-top:38px;color:rgba(255,255,255,.78);font-weight:700;font-size:.9rem}.trust span:before{content:'✓';color:var(--gold);margin-right:8px}.section{padding:105px clamp(22px,7vw,105px)}.about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,110px);align-items:center;background:var(--cream)}.about p:not(.kicker){font-size:1.08rem;color:var(--muted)}.about img{height:610px;width:100%;object-fit:cover;border-radius:24px;box-shadow:0 24px 60px rgba(5,47,57,.16)}.heading{max-width:790px;margin-bottom:48px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cards article{border:1px solid #dce7e8;border-radius:20px;padding:30px 26px;background:#fff}.cards span{font-family:Georgia,serif;font-size:2rem;color:var(--teal);font-weight:800}.cards h3{font-family:Georgia,serif;font-size:1.45rem;margin:15px 0 8px}.cards p{margin:0;color:var(--muted)}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--deep);color:#fff}.feature>img{width:100%;height:100%;min-height:680px;object-fit:cover}.feature>div{padding:clamp(60px,8vw,115px);align-self:center}.feature p:not(.kicker){color:rgba(255,255,255,.75);font-size:1.08rem}.feature ul{list-style:none;padding:0;margin:28px 0}.feature li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12)}.feature li:before{content:'✦';color:var(--gold);margin-right:10px}.feature a{color:var(--gold);font-weight:800}.gallery{background:#fff}.photos{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:360px 360px;gap:20px}.photos img{width:100%;height:100%;object-fit:cover;border-radius:22px}.photos .large{grid-row:1/3}.book{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(45px,8vw,100px);padding:105px clamp(22px,7vw,105px);background:linear-gradient(135deg,#075469,#078da1);color:#fff}.book>div p:not(.kicker){color:rgba(255,255,255,.82)}.book>div a{display:inline-block;margin-top:16px;color:#ffe07d;font-weight:800}.book form{background:#fff;color:var(--ink);padding:34px;border-radius:24px}.row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-weight:800;font-size:.86rem;margin-bottom:15px}input,textarea{width:100%;display:block;margin-top:7px;padding:13px;border:1px solid #cbd8da;border-radius:10px;font:inherit}textarea{resize:vertical}button{border:0;background:var(--gold);padding:14px 22px;border-radius:999px;font-weight:900;font-size:1rem;cursor:pointer}.hidden{display:none}footer{background:#031f26;color:#fff;padding:38px clamp(22px,7vw,105px);display:flex;align-items:center;justify-content:space-between;gap:25px;flex-wrap:wrap}footer p{color:rgba(255,255,255,.65);margin:0}footer>a{color:#ffe07d;font-weight:800}@media(max-width:900px){.header nav a:not(.nav-button){display:none}.about,.feature,.book{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.feature>img{min-height:520px}.photos{grid-template-columns:1fr 1fr;grid-template-rows:460px 320px}.photos .large{grid-column:1/3;grid-row:auto}}@media(max-width:600px){.header{height:70px}.header .brand span{font-size:.95rem}.hero{min-height:760px}.hero-content{padding-top:105px;margin-right:20px}.hero-shade{background:linear-gradient(90deg,rgba(2,28,34,.92),rgba(2,28,34,.5))}.trust{gap:12px;flex-direction:column}.section,.book{padding:76px 20px}.about img{height:480px}.cards{grid-template-columns:1fr}.photos{display:flex;flex-direction:column}.photos img,.photos .large{height:430px}.row{grid-template-columns:1fr;gap:0}.book form{padding:23px}footer{align-items:flex-start;flex-direction:column}}

.reviews{background:var(--cream)}.reviews-intro{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:end}.reviews-intro>div:first-child>p:not(.kicker){max-width:720px;color:var(--muted);font-size:1.08rem}.rating-card{background:#fff;border:1px solid #dce7e8;border-radius:22px;padding:26px;display:flex;align-items:center;gap:18px;box-shadow:0 18px 45px rgba(5,47,57,.08)}.google-mark{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e0e0e0;font-size:1.8rem;font-weight:900;color:#4285f4}.rating-card strong{display:block;font-size:1.08rem}.rating-card span{display:block;color:var(--muted);font-size:.86rem}.stars{color:#fbbc04;letter-spacing:.08em;font-size:1.05rem;margin:2px 0}.review-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.review-highlights article{background:#fff;border:1px solid #dce7e8;border-radius:20px;padding:30px 26px;min-height:220px}.quote-mark{font-family:Georgia,serif;font-size:3.4rem;line-height:.8;color:var(--teal)}.review-highlights h3{font-family:Georgia,serif;font-size:1.45rem;margin:18px 0 8px}.review-highlights p{margin:0;color:var(--muted)}.review-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:34px}.google-button{display:inline-flex;align-items:center;gap:10px;background:var(--deep);color:#fff;padding:14px 22px;border-radius:999px;font-weight:900}.google-button span{color:var(--gold)}.review-link{font-weight:800;color:var(--teal)}
@media(max-width:900px){.reviews-intro{grid-template-columns:1fr}.review-highlights{grid-template-columns:1fr}.rating-card{max-width:520px}}
.real-reviews-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-top:58px;margin-bottom:22px}.real-reviews-heading h3{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.65rem);margin:0}.review-gallery{display:grid;grid-template-columns:repeat(10,1fr);gap:18px;align-items:start}.review-gallery a{grid-column:span 2;display:block;background:#1f1f1f;border-radius:18px;overflow:hidden;box-shadow:0 14px 35px rgba(5,47,57,.12);transition:transform .2s ease,box-shadow .2s ease}.review-gallery a:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(5,47,57,.18)}.review-gallery img{width:100%;height:auto;display:block}.review-gallery a:nth-child(4),.review-gallery a:nth-child(5){grid-column:span 2}.review-actions{margin-top:38px}
@media(max-width:1100px){.review-gallery{grid-template-columns:repeat(6,1fr)}.review-gallery a{grid-column:span 2}.review-gallery a:nth-child(4){grid-column:2/span 2}.review-gallery a:nth-child(5){grid-column:4/span 2}}
@media(max-width:760px){.real-reviews-heading{align-items:flex-start;flex-direction:column}.review-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:2px 2px 16px}.review-gallery a,.review-gallery a:nth-child(4),.review-gallery a:nth-child(5){min-width:min(82vw,390px);flex:0 0 min(82vw,390px);scroll-snap-align:start}.review-gallery::-webkit-scrollbar{height:8px}.review-gallery::-webkit-scrollbar-thumb{background:#b9cacc;border-radius:999px}}

.real-reviews-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-top:68px;padding-top:54px;border-top:1px solid rgba(8,125,145,.18)}.real-reviews-heading h3{font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.75rem);margin:0}.real-reviews-heading>p{max-width:470px;margin:0;color:var(--muted)}.review-gallery{display:grid;grid-template-columns:repeat(5,minmax(250px,1fr));gap:22px;margin-top:30px;overflow-x:auto;padding:8px 4px 24px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--gold) rgba(8,125,145,.14)}.review-gallery figure{margin:0;min-width:280px;scroll-snap-align:start}.review-frame{position:relative;padding:7px;border-radius:26px;background:linear-gradient(145deg,var(--gold),#ffe59b 32%,#0e91a8 70%,var(--deep));box-shadow:0 20px 45px rgba(5,47,57,.16);overflow:hidden}.review-frame:before{content:'';position:absolute;inset:3px;border:1px solid rgba(255,255,255,.62);border-radius:22px;pointer-events:none;z-index:2}.review-frame img{width:100%;height:540px;object-fit:cover;object-position:top;border-radius:20px;background:#191919}.review-gallery figcaption{padding:14px 7px 0;color:var(--deep);font-weight:800;font-size:.88rem}.review-gallery figcaption span{display:block;color:#d99e00;letter-spacing:.08em;font-size:1rem;margin-bottom:2px}.google-cta-panel{background:linear-gradient(135deg,var(--deep),#075e72);color:#fff;border-radius:24px;padding:24px 26px;margin-top:30px}.google-cta-panel>div{display:flex;flex-direction:column;max-width:520px}.google-cta-panel>div strong{font-family:Georgia,serif;font-size:1.35rem}.google-cta-panel>div span{color:rgba(255,255,255,.72);font-size:.9rem}.google-cta-panel .google-button{background:var(--gold);color:var(--deep)}.google-cta-panel .google-button span{color:var(--deep)}.google-cta-panel .review-link{color:#fff}
@media(max-width:900px){.real-reviews-heading{align-items:flex-start;flex-direction:column}.review-gallery{grid-template-columns:repeat(5,82vw)}.review-gallery figure{min-width:0}.review-frame img{height:520px}.google-cta-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.review-gallery{grid-template-columns:repeat(5,88vw);margin-left:-4px}.review-frame img{height:500px}.google-cta-panel{padding:22px}.google-cta-panel .google-button{width:100%;justify-content:center;text-align:center}}

/* Featured Google Reviews section */
.reviews-single-intro{align-items:center}.featured-review-image{position:relative;display:block;margin-top:42px;padding:8px;border-radius:28px;background:linear-gradient(135deg,var(--gold),#ffe69b 28%,#1594a8 72%,var(--deep));box-shadow:0 24px 60px rgba(5,47,57,.18);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.featured-review-image:hover{transform:translateY(-4px);box-shadow:0 30px 70px rgba(5,47,57,.24)}.featured-review-image img{display:block;width:100%;height:auto;border-radius:21px;background:#fff}.featured-review-image>span{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:inline-flex;align-items:center;gap:9px;background:rgba(3,31,38,.94);color:#fff;padding:14px 22px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);white-space:nowrap}.featured-review-image>span b{color:var(--gold)}
@media(max-width:700px){.featured-review-image{margin-top:30px;padding:5px;border-radius:20px}.featured-review-image img{border-radius:15px}.featured-review-image>span{position:static;transform:none;margin:5px auto 0;width:100%;justify-content:center;border-radius:14px;white-space:normal;text-align:center}.reviews-single-intro{gap:28px}}
