:root{--charcoal:#3C3C3C;--slate:#708090;--silver:#C0C7CE;--pearl:#F8F9FA;--white:#ffffff;--dark:#2A2A2A;--font-h:'Playfair Display',Georgia,'Times New Roman',serif;--font-b:'Lato','Helvetica Neue',Arial,sans-serif;--sh:0 2px 8px rgba(60,60,60,.08);--sm:0 4px 16px rgba(60,60,60,.12);--sl:0 8px 32px rgba(60,60,60,.2);--r:6px;--t:.3s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-b);color:var(--charcoal);background:var(--white);line-height:1.7;overflow-x:hidden;font-size:16px}
img{max-width:100%;height:auto;display:block}
a{color:var(--slate);text-decoration:none;transition:var(--t)}
a:hover{color:var(--charcoal)}
a,button,input,select,textarea{min-height:44px}
button{cursor:pointer;font-family:var(--font-b);border:none;background:none}
ul{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* SKIP LINK */
.skip-link{position:absolute;top:-60px;left:16px;background:var(--charcoal);color:var(--white);padding:10px 18px;border-radius:0 0 var(--r) var(--r);z-index:9999;font-size:.9rem;transition:top .2s}
.skip-link:focus{top:0}
/* TYPOGRAPHY */
h1,h2,h3,h4{font-family:var(--font-h);line-height:1.25;color:var(--charcoal)}
h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:700}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700}
h3{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600}
h4{font-size:1.1rem;font-weight:600}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
/* SECTION HEADING STYLE */
.section-label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--slate);margin-bottom:.6rem}
.section-title{position:relative;display:inline-block;margin-bottom:1.2rem}
.section-title::after{content:'';display:block;margin-top:10px;width:100%;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10'%3E%3Cpath d='M2,6 C30,2 60,9 90,5 C120,1 150,9 178,5 C186,4 193,5 198,5' stroke='%23708090' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center bottom/100% 100%}
.section-subtitle{font-size:1.05rem;color:var(--slate);max-width:600px;margin:0 auto 2.5rem}
.text-center{text-align:center}
.text-center .section-title::after{margin:10px auto 0}
/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 30px;border-radius:var(--r);font-size:.95rem;font-weight:600;letter-spacing:.04em;transition:var(--t);cursor:pointer;min-height:44px;white-space:nowrap;text-decoration:none}
.btn-primary{background:var(--charcoal);color:var(--white);border:2px solid var(--charcoal)}
.btn-primary:hover{background:var(--dark);border-color:var(--dark);color:var(--white);box-shadow:var(--sm);transform:translateY(-2px)}
.btn-secondary{background:transparent;color:var(--charcoal);border:2px solid var(--charcoal)}
.btn-secondary:hover{background:var(--charcoal);color:var(--white);box-shadow:var(--sm);transform:translateY(-2px)}
.btn-slate{background:var(--slate);color:var(--white);border:2px solid var(--slate)}
.btn-slate:hover{background:#5a6b7a;border-color:#5a6b7a;color:var(--white);box-shadow:var(--sm);transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.7)}
.btn-outline-white:hover{background:rgba(255,255,255,.15);color:var(--white);border-color:var(--white)}
/* FOCUS STYLES */
:focus-visible{outline:3px solid var(--slate);outline-offset:3px;border-radius:2px}
/* HEADER */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--silver);transition:box-shadow var(--t)}
.site-header.scrolled{box-shadow:var(--sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}
.logo{display:flex;align-items:center;gap:10px;min-height:44px}
.logo-text{font-family:var(--font-h);font-size:1.5rem;font-weight:700;color:var(--charcoal);letter-spacing:-.01em;line-height:1}
.logo-text span{color:var(--slate)}
.logo-tagline{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);display:block;margin-top:1px}
.main-nav{display:flex;align-items:center;gap:6px}
.main-nav a{font-size:.9rem;font-weight:600;color:var(--charcoal);padding:8px 14px;border-radius:var(--r);transition:var(--t);min-height:44px;display:flex;align-items:center}
.main-nav a:hover,.main-nav a.active{color:var(--slate);background:var(--pearl)}
.nav-cta{margin-left:8px}
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;gap:5px;background:none;border:none;cursor:pointer;padding:0}
.hamburger span{display:block;width:24px;height:2px;background:var(--charcoal);border-radius:2px;transition:var(--t)}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--white);z-index:999;overflow-y:auto;padding:24px;flex-direction:column;gap:8px}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:1.1rem;font-weight:600;color:var(--charcoal);padding:14px 18px;border-radius:var(--r);border-bottom:1px solid var(--pearl);min-height:44px;display:flex;align-items:center}
.mobile-menu a:last-child{border-bottom:none}
.mobile-menu a:hover,.mobile-menu a.active{background:var(--pearl);color:var(--slate)}
.mobile-menu .btn{margin-top:16px;width:100%;justify-content:center}
/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding-top:72px}
.hero-video-wrap{position:absolute;inset:0;z-index:0}
.hero-video-wrap video{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(44,44,44,.78) 0%,rgba(112,128,144,.5) 100%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:740px;padding:60px 0}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:var(--white);padding:6px 16px;border-radius:40px;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;backdrop-filter:blur(4px)}
.hero-badge::before{content:'';display:inline-block;width:6px;height:6px;background:#a8c5b5;border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}
.hero h1{color:var(--white);margin-bottom:1.2rem;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,.88);margin-bottom:2rem;max-width:560px;line-height:1.65}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-scroll{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}
.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.7),transparent);animation:scrollLine 1.8s ease-in-out infinite}
@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
/* STATS BAR */
.stats-bar{background:var(--charcoal);padding:22px 0}
.stats-inner{display:flex;justify-content:center;gap:0;flex-wrap:wrap}
.stat-item{display:flex;align-items:center;gap:12px;padding:10px 40px;border-right:1px solid rgba(255,255,255,.15)}
.stat-item:last-child{border-right:none}
.stat-icon{width:36px;height:36px;flex-shrink:0;color:var(--silver)}
.stat-text strong{display:block;font-size:1.4rem;font-family:var(--font-h);color:var(--white);line-height:1.1}
.stat-text span{font-size:.78rem;color:var(--silver);letter-spacing:.06em;text-transform:uppercase}
/* SECTIONS */
section{padding:90px 0}
.section-white{background:var(--white)}
.section-pearl{background:var(--pearl)}
.section-dark{background:var(--charcoal)}
.section-dark h2,.section-dark h3,.section-dark p,.section-dark .section-label{color:var(--white)}
.section-dark .section-title::after{filter:brightness(2)}
.section-slate{background:var(--slate)}
.section-slate h2,.section-slate h3,.section-slate p,.section-slate .section-label{color:var(--white)}
/* WAVE DIVIDERS */
.wave-divider{display:block;line-height:0;overflow:hidden;margin:0}
.wave-divider svg{display:block;width:100%}
/* ALTERNATING SPLIT */
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.split-section.reverse .split-image{order:-1}
.split-content .section-label{margin-bottom:.5rem}
.split-content .section-title{margin-bottom:1rem}
.split-content p{color:#5a5a5a;margin-bottom:1.2rem}
.split-image{position:relative}
.split-image picture,.split-image img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:var(--sl)}
.image-badge{position:absolute;bottom:-20px;right:-20px;background:var(--white);border-radius:8px;padding:16px 20px;box-shadow:var(--sm);text-align:center;border:1px solid var(--silver)}
.image-badge strong{display:block;font-family:var(--font-h);font-size:1.8rem;color:var(--charcoal);line-height:1}
.image-badge span{font-size:.72rem;color:var(--slate);text-transform:uppercase;letter-spacing:.1em}
/* DECORATIVE ELEMENT */
.deco-dots{position:absolute;opacity:.18;pointer-events:none}
/* SERVICES SECTION */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:2rem}
.service-card{background:var(--white);border:1px solid var(--silver);border-radius:8px;padding:36px 28px;transition:var(--t);position:relative;overflow:hidden}
.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--slate),var(--silver));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.service-card:hover{box-shadow:var(--sl);transform:translateY(-5px);border-color:var(--silver)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:56px;height:56px;margin-bottom:1.2rem;color:var(--slate)}
.service-card h3{margin-bottom:.7rem;font-size:1.2rem}
.service-card p{color:#5a5a5a;font-size:.95rem;margin-bottom:1.2rem}
.service-card .learn-more{font-size:.88rem;font-weight:700;color:var(--slate);display:inline-flex;align-items:center;gap:6px;min-height:auto;letter-spacing:.04em}
.service-card .learn-more:hover{color:var(--charcoal);gap:10px}
/* WHY CHOOSE US */
.features-list{display:flex;flex-direction:column;gap:20px}
.feature-item{display:flex;align-items:flex-start;gap:16px}
.feature-icon{width:44px;height:44px;background:var(--pearl);border:1.5px solid var(--silver);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--slate)}
.feature-item h4{margin-bottom:.3rem}
.feature-item p{font-size:.92rem;color:#5a5a5a;margin:0}
/* HOW IT WORKS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}
.steps-grid::before{content:'';position:absolute;top:36px;left:calc(16.666% + 20px);right:calc(16.666% + 20px);height:1.5px;background:linear-gradient(90deg,var(--silver),var(--slate),var(--silver));z-index:0}
.step-card{text-align:center;position:relative;z-index:1}
.step-number{width:72px;height:72px;border-radius:50%;background:var(--white);border:2px solid var(--silver);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-family:var(--font-h);font-size:1.5rem;font-weight:700;color:var(--slate);position:relative;box-shadow:0 0 0 8px var(--pearl)}
.step-card h3{margin-bottom:.5rem}
.step-card p{font-size:.92rem;color:#5a5a5a}
/* TESTIMONIALS */
.testimonials-slider{position:relative;overflow:hidden}
.testimonials-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.testimonial-slide{flex:0 0 100%;padding:0 8px}
.testimonials-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.testimonial-card{background:var(--white);border:1px solid var(--silver);border-radius:8px;padding:32px 28px;position:relative;transition:var(--t)}
.testimonial-card:hover{box-shadow:var(--sm);transform:translateY(-3px)}
.testimonial-card::before{content:'\201C';font-family:var(--font-h);font-size:5rem;color:var(--silver);position:absolute;top:-10px;left:20px;line-height:1;opacity:.6}
.testimonial-text{font-size:.97rem;color:#4a4a4a;font-style:italic;margin-bottom:1.2rem;line-height:1.75}
.testimonial-author{display:flex;align-items:center;gap:12px}
.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--pearl);border:2px solid var(--silver);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-weight:700;color:var(--slate);font-size:1.1rem;flex-shrink:0}
.testimonial-name{font-weight:700;font-size:.9rem;color:var(--charcoal);display:block}
.testimonial-role{font-size:.78rem;color:var(--slate);text-transform:uppercase;letter-spacing:.06em}
.stars{color:#b8a96a;font-size:.9rem;margin-bottom:.8rem;letter-spacing:2px}
.slider-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px}
.slider-btn{width:44px;height:44px;border-radius:50%;background:var(--white);border:1.5px solid var(--silver);display:flex;align-items:center;justify-content:center;color:var(--charcoal);transition:var(--t);cursor:pointer}
.slider-btn:hover{background:var(--charcoal);color:var(--white);border-color:var(--charcoal)}
.slider-dots{display:flex;gap:8px;align-items:center}
.slider-dot{width:8px;height:8px;border-radius:50%;background:var(--silver);transition:var(--t);cursor:pointer;border:none;padding:0;min-height:auto}
.slider-dot.active{background:var(--slate);width:24px;border-radius:4px}
/* NEWSLETTER */
.newsletter-section{background:var(--pearl);border-top:1px solid var(--silver);border-bottom:1px solid var(--silver)}
.newsletter-inner{display:flex;align-items:center;gap:60px}
.newsletter-text{flex:1}
.newsletter-text h2{margin-bottom:.5rem}
.newsletter-text p{color:#5a5a5a;margin:0}
.newsletter-form{flex:1;display:flex;gap:10px}
.newsletter-form input{flex:1;padding:12px 16px;border:1.5px solid var(--silver);border-radius:var(--r);font-size:.95rem;font-family:var(--font-b);min-height:44px;background:var(--white);color:var(--charcoal);transition:border-color var(--t)}
.newsletter-form input:focus{outline:none;border-color:var(--slate)}
/* CTA BANNER */
.cta-banner{background:var(--charcoal);padding:80px 0}
.cta-inner{text-align:center;max-width:700px;margin:0 auto}
.cta-inner h2{color:var(--white);margin-bottom:1rem}
.cta-inner p{color:var(--silver);margin-bottom:2rem;font-size:1.05rem}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
/* FAQ */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border:1px solid var(--silver);border-radius:8px;margin-bottom:12px;overflow:hidden;background:var(--white)}
.faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;font-weight:600;font-size:1rem;color:var(--charcoal);gap:16px;min-height:44px;user-select:none}
.faq-question:hover{background:var(--pearl)}
.faq-icon{width:24px;height:24px;flex-shrink:0;color:var(--slate);transition:transform var(--t)}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}
.faq-answer-inner{padding:0 24px 20px;color:#5a5a5a;font-size:.97rem;line-height:1.75}
.faq-item.open .faq-answer{max-height:400px}
/* CONTACT FORM */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.contact-info h2{margin-bottom:1rem}
.contact-info p{color:#5a5a5a;margin-bottom:1.5rem}
.contact-details{display:flex;flex-direction:column;gap:16px;margin-bottom:2rem}
.contact-detail-item{display:flex;align-items:flex-start;gap:14px}
.contact-detail-icon{width:40px;height:40px;background:var(--pearl);border:1px solid var(--silver);border-radius:var(--r);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--slate)}
.contact-detail-item strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--slate);margin-bottom:2px}
.contact-detail-item span{font-size:.95rem;color:var(--charcoal)}
.hours-list{display:flex;flex-direction:column;gap:6px}
.hours-row{display:flex;justify-content:space-between;font-size:.9rem;padding:4px 0;border-bottom:1px dotted var(--silver)}
.hours-row:last-child{border-bottom:none}
/* FORM STYLES */
.form-card{background:var(--white);border:1px solid var(--silver);border-radius:8px;padding:36px 32px;box-shadow:var(--sh)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--charcoal);margin-bottom:6px;letter-spacing:.02em}
.form-group .required{color:#b05050}
.form-control{width:100%;padding:11px 14px;border:1.5px solid var(--silver);border-radius:var(--r);font-size:.95rem;font-family:var(--font-b);color:var(--charcoal);background:var(--white);transition:border-color var(--t),box-shadow var(--t);min-height:44px}
.form-control:focus{outline:none;border-color:var(--slate);box-shadow:0 0 0 3px rgba(112,128,144,.15)}
.form-control::placeholder{color:#a0a0a0}
textarea.form-control{resize:vertical;min-height:120px}
select.form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1,1 L6,7 L11,1' stroke='%23708090' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.form-check{display:flex;align-items:flex-start;gap:10px;margin-bottom:18px}
.form-check input[type="checkbox"]{width:18px;height:18px;min-height:18px;cursor:pointer;margin-top:2px;flex-shrink:0;accent-color:var(--slate)}
.form-check label{font-size:.88rem;color:#5a5a5a;cursor:pointer;min-height:auto;line-height:1.5}
.form-check a{color:var(--slate)}
.form-submit{width:100%;padding:14px;font-size:1rem}
/* HONEYPOT */
.hp-field{display:none !important;visibility:hidden;position:absolute;left:-9999px}
/* FORM MESSAGES */
.form-message{padding:14px 18px;border-radius:var(--r);margin-bottom:16px;font-size:.92rem;display:none}
.form-message.success{background:#edf7f0;border:1px solid #a8d5b5;color:#2d6a3f;display:block}
.form-message.error{background:#fdf0f0;border:1px solid #e0a8a8;color:#7a2d2d;display:block}
/* MAP */
.map-section{padding:0}
.map-section iframe{display:block;width:100%;height:400px;border:none}
/* BOOKING */
.booking-section{background:var(--pearl);padding:80px 0}
.booking-inner{text-align:center;max-width:700px;margin:0 auto}
.booking-inner h2{margin-bottom:1rem}
.booking-inner p{color:#5a5a5a;margin-bottom:2rem}
.booking-widget{background:var(--white);border:1px solid var(--silver);border-radius:8px;padding:40px 32px;text-align:center}
.booking-widget p{color:#5a5a5a;margin-bottom:1.5rem}
/* BREADCRUMB */
.breadcrumb-wrap{padding:14px 0;background:var(--pearl);border-bottom:1px solid var(--silver)}
.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.82rem;flex-wrap:wrap}
.breadcrumb a{color:var(--slate);min-height:auto}
.breadcrumb a:hover{color:var(--charcoal)}
.breadcrumb-sep{color:var(--silver)}
.breadcrumb-current{color:var(--charcoal);font-weight:600}
/* PAGE HERO (inner pages) */
.page-hero{background:var(--charcoal);padding:80px 0 60px;margin-top:72px}
.page-hero h1{color:var(--white);margin-bottom:.5rem}
.page-hero p{color:var(--silver);font-size:1.05rem;max-width:600px;margin:0}
/* INNER PAGE CONTENT */
.content-section{padding:80px 0}
.prose h2{font-size:1.6rem;margin:2rem 0 .8rem}
.prose h3{font-size:1.2rem;margin:1.5rem 0 .5rem}
.prose p{color:#4a4a4a;margin-bottom:1rem}
.prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}
.prose ul li{color:#4a4a4a;margin-bottom:.4rem}
.prose a{color:var(--slate);text-decoration:underline;min-height:auto}
.prose a:hover{color:var(--charcoal)}
/* APPLY PAGE */
.apply-intro{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start;margin-bottom:48px}
.apply-sidebar{background:var(--pearl);border:1px solid var(--silver);border-radius:8px;padding:28px}
.apply-sidebar h3{margin-bottom:1rem;font-size:1.1rem}
.apply-sidebar ul{list-style:none}
.apply-sidebar ul li{font-size:.9rem;color:#5a5a5a;padding:6px 0;border-bottom:1px dotted var(--silver);display:flex;align-items:center;gap:8px}
.apply-sidebar ul li:last-child{border-bottom:none}
.apply-sidebar ul li::before{content:'';display:inline-block;width:6px;height:6px;background:var(--slate);border-radius:50%;flex-shrink:0}
/* 404 PAGE */
.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 24px 60px;background:var(--pearl)}
.error-number{font-family:var(--font-h);font-size:clamp(6rem,20vw,12rem);color:var(--silver);line-height:1;margin-bottom:-.5rem;display:block}
.error-page h1{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:1rem}
.error-page p{color:#5a5a5a;max-width:480px;margin:0 auto 2rem}
.error-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}
/* FOOTER */
.site-footer{background:var(--charcoal);color:var(--silver);padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .logo-text{color:var(--white);display:block;font-size:1.4rem;margin-bottom:.5rem}
.footer-brand .logo-text span{color:var(--silver)}
.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.6);margin-top:.7rem;line-height:1.65}
.footer-col h4{font-family:var(--font-b);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.5);margin-bottom:1rem}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:rgba(255,255,255,.75);font-size:.88rem;transition:var(--t);min-height:auto}
.footer-col ul li a:hover{color:var(--white)}
.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.88rem;color:rgba(255,255,255,.75)}
.footer-contact-icon{width:16px;margin-top:3px;flex-shrink:0;color:var(--silver)}
.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.45)}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{font-size:.8rem;color:rgba(255,255,255,.45);min-height:auto;transition:var(--t)}
.footer-bottom-links a:hover{color:rgba(255,255,255,.8)}
/* BACK TO TOP */
.back-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:var(--charcoal);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:500;opacity:0;pointer-events:none;transition:var(--t);box-shadow:var(--sm);border:none}
.back-to-top.visible{opacity:1;pointer-events:auto}
.back-to-top:hover{background:var(--slate);transform:translateY(-3px)}
/* SERVICES PAGE DETAIL */
.service-detail{padding:80px 0}
.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.service-detail-content ul{list-style:none;margin-top:1rem}
.service-detail-content ul li{padding:10px 0;border-bottom:1px dotted var(--silver);font-size:.95rem;color:#4a4a4a;display:flex;align-items:flex-start;gap:10px}
.service-detail-content ul li:last-child{border-bottom:none}
.service-detail-content ul li::before{content:'';display:inline-block;width:7px;height:7px;background:var(--slate);border-radius:50%;flex-shrink:0;margin-top:7px}
/* TESTIMONIALS FULL */
.testimonials-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
/* ANIMATIONS */
.fade-in{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:none}
/* RESPONSIVE — 1200px */
@media(max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}
/* RESPONSIVE — 1024px */
@media(max-width:1024px){.split-section{grid-template-columns:1fr;gap:40px}.split-section.reverse .split-image{order:0}.split-image picture,.split-image img{height:320px}.image-badge{right:10px;bottom:-15px}.services-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.newsletter-inner{flex-direction:column;gap:28px;text-align:center}.steps-grid::before{display:none}.apply-intro{grid-template-columns:1fr}}
/* RESPONSIVE — 768px */
@media(max-width:768px){.hamburger{display:flex}.main-nav,.nav-cta{display:none}.section-title::after{margin:8px auto 0}section{padding:64px 0}.hero{min-height:90vh}.hero-content{padding:40px 0}.services-grid{grid-template-columns:1fr}.stats-inner{flex-direction:column;align-items:center}.stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);width:100%;justify-content:center;max-width:320px}.stat-item:last-child{border-bottom:none}.steps-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.testimonials-grid-3{grid-template-columns:1fr}.split-image picture,.split-image img{height:260px}.form-row{grid-template-columns:1fr}.contact-grid{gap:40px}.service-detail-grid{grid-template-columns:1fr;gap:40px}}
/* RESPONSIVE — 480px */
@media(max-width:480px){.container{padding:0 16px}.hero h1{font-size:1.9rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column}.cta-actions{flex-direction:column;align-items:center}.cta-actions .btn{width:100%;max-width:320px;justify-content:center}.page-hero{padding:60px 0 40px}}
/* PRINT STYLES */
@media print{.site-header,.mobile-menu,.hamburger,.back-to-top,.hero-scroll,.slider-controls,.newsletter-section,.cta-banner,.booking-section,.wave-divider,.site-footer,.breadcrumb-wrap,nav,.btn,.hero-actions{display:none!important}body{font-size:12pt;color:#000;background:#fff}.hero{min-height:auto;padding:20pt 0}.hero-overlay{display:none}.hero-content{position:static}.hero h1,.page-hero h1{color:#000}.hero-subtitle{color:#333}.hero-video-wrap{display:none}.container{max-width:100%;padding:0 20pt}.split-section,.contact-grid,.services-grid,.steps-grid,.form-row{display:block}.content-section,.service-detail{padding:20pt 0}a[href]::after{content:" (" attr(href) ")";font-size:9pt;color:#666}a[href^="#"]::after{content:""}}
