* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--color-bg); color: var(--color-text); font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: min(1160px, 92vw); margin: 0 auto; }
.section { padding: 72px 0; }
.section-eyebrow { text-transform: uppercase; font-weight: 700; font-size: 12px; letter-spacing: .18em; color: var(--color-secondary); margin-bottom: 12px; }
.section-heading { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 44px); }
.section-intro { margin: 0; color: var(--color-muted); line-height: 1.6; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 26px; border-radius: 999px; font-weight: 600; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; cursor: pointer; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: 0 16px 34px rgba(15,98,254,.18); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 20px 44px rgba(15,98,254,.24); }
.btn-outline { border-color: rgba(255,255,255,.6); color: #fff; background: transparent; }
.btn-outline:hover { background: rgba(255,255,255,.18); }
.btn-outline-dark { border-color: rgba(14,27,44,.12); color: var(--color-primary); background: rgba(255,255,255,.84); }
.btn-outline-dark:hover { border-color: var(--color-primary); color: var(--color-primary); box-shadow: 0 10px 28px rgba(15,98,254,.12); }
.btn-cta { background: var(--color-secondary); color: #fff; padding: 12px 24px; border-radius: 999px; font-weight: 700; box-shadow: 0 14px 32px rgba(36,161,156,.24); }
.btn-cta:hover { transform: translateY(-1px); box-shadow: 0 18px 42px rgba(36,161,156,.32); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(14,27,44,.08); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--color-primary); font-weight: 700; font-size: 20px; }
.brand .logo { width: 52px; height: 52px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav-link { font-weight: 600; color: var(--color-text); }
.nav-link:hover { color: var(--color-primary); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle .bar { width: 26px; height: 2px; background: var(--color-text); display: block; margin: 5px 0; transition: transform .3s ease, opacity .3s ease; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.hero { position: relative; background-size: cover; background-position: center; color: #fff; }
.hero-overlay { background: linear-gradient(135deg, rgba(15,98,254,.86), rgba(36,161,156,.88)); }
.hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); align-items: center; gap: 48px; padding: 130px 0; }
.hero-copy .eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; color: rgba(255,255,255,.8); margin: 0 0 14px; font-weight: 600; }
.hero-copy h1 { margin: 0 0 16px; font-size: clamp(40px, 5vw, 56px); line-height: 1.05; }
.hero-copy .lead { margin: 0 0 26px; max-width: 540px; color: rgba(255,255,255,.82); line-height: 1.6; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-badges { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges li { padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.1); font-size: 13px; letter-spacing: .04em; }
.hero-card { background: rgba(255,255,255,.08); backdrop-filter: blur(18px); border-radius: 24px; overflow: hidden; box-shadow: 0 22px 48px rgba(0,0,0,.32); max-width: 420px; }
.hero-card img { width: 100%; height: 240px; object-fit: cover; }
.hero-card-body { padding: 24px; }
.hero-card-body .tag { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: var(--color-accent); margin: 0 0 8px; font-weight: 700; }
.hero-card-body h3 { margin: 0 0 12px; font-size: 22px; }
.hero-card-body p { margin: 0 0 16px; color: rgba(255,255,255,.86); line-height: 1.6; }
.stat-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.stat-list li { display: flex; justify-content: space-between; align-items: baseline; color: rgba(255,255,255,.82); font-size: 14px; }
.stat-value { font-weight: 700; font-size: 18px; }
.stat-label { opacity: .8; }

.hero--subpage .hero-overlay { background: linear-gradient(135deg, rgba(15,98,254,.88), rgba(15,98,254,.66)); }
.hero-narrow { padding: 120px 0 90px; max-width: 680px; text-align: center; }
.hero-narrow .lead { color: rgba(255,255,255,.84); margin-top: 16px; }

.reviews { background: var(--color-surface); }
.reviews-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 40px; }
.reviews-score { display: flex; gap: 18px; align-items: center; background: var(--color-surface-alt); padding: 20px 24px; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(15,98,254,.08); }
.reviews-score .score { font-size: 48px; font-weight: 700; color: var(--color-primary); line-height: 1; }
.score-label { margin: 0; font-weight: 600; color: var(--color-text); }
.score-count { margin: 4px 0 0; color: var(--color-muted); }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.review-card { background: #fff; padding: 24px; border-radius: 20px; box-shadow: 0 18px 40px rgba(15,98,254,.08); display: grid; gap: 18px; }
.review-head { display: flex; gap: 16px; align-items: center; }
.review-head img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.review-name { margin: 0; font-weight: 700; }
.review-rating { margin: 4px 0 0; color: #ffb400; letter-spacing: .1em; }
.review-text { margin: 0; color: var(--color-muted); line-height: 1.6; }
.review-link { font-weight: 600; color: var(--color-primary); }

.menu-widget { background: linear-gradient(135deg, rgba(15,98,254,.08), rgba(36,161,156,.12)); }
.menu-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; align-items: center; background: var(--color-surface); padding: 36px; border-radius: 28px; box-shadow: 0 24px 48px rgba(15,98,254,.12); }
.menu-media img { border-radius: 20px; box-shadow: 0 18px 32px rgba(15,98,254,.16); }
.menu-body h2 { margin: 12px 0 18px; font-size: clamp(28px, 4vw, 36px); }
.menu-badges { display: flex; flex-wrap: wrap; gap: 12px; list-style: none; padding: 0; margin: 28px 0 0; }
.menu-badges li { padding: 8px 16px; border-radius: 999px; background: var(--color-surface-alt); font-weight: 600; color: var(--color-primary); }
.menu-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.menu-widget--secondary { background: var(--color-surface); }

.gallery { background: var(--color-surface); }
.gallery-slider { position: relative; overflow: hidden; background: var(--color-surface-alt); border-radius: 24px; padding: 30px 40px; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 20px; transition: transform .4s ease; }
.gallery-slide { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 16px 32px rgba(15,98,254,.08); }
.gallery-slide img { width: 100%; height: 200px; object-fit: cover; }
.gallery-slide figcaption { padding: 16px; color: var(--color-muted); font-size: 14px; }
.slider-control { position: absolute; top: 50%; transform: translateY(-50%); border: 0; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--color-primary); font-size: 26px; font-weight: 700; box-shadow: 0 10px 26px rgba(15,98,254,.18); cursor: pointer; }
.slider-control.prev { left: 16px; }
.slider-control.next { right: 16px; }
.slider-control:hover { background: var(--color-primary); color: #fff; }

.packages { background: var(--color-surface-alt); }
.package-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.package-card { position: relative; background: #fff; padding: 28px 24px; border-radius: 22px; box-shadow: 0 24px 44px rgba(15,98,254,.1); display: grid; gap: 16px; }
.package-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.package-head h3 { margin: 0; font-size: 22px; }
.package-price { font-weight: 700; color: var(--color-primary); }
.package-copy { margin: 0; color: var(--color-muted); }
.package-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: var(--color-muted); }
.package-list li::before { content: "✓"; color: var(--color-secondary); font-weight: 700; margin-right: 8px; }
.package-badge { position: absolute; top: 20px; right: 20px; background: var(--color-secondary); color: #fff; padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.process { background: var(--color-surface); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; counter-reset: process; }
.process-card { background: var(--color-surface-alt); border-radius: 20px; padding: 28px; box-shadow: inset 0 0 0 1px rgba(15,98,254,.08); display: grid; gap: 14px; }
.step-count { width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--color-primary); color: #fff; font-weight: 700; font-size: 20px; }
.process-card h3 { margin: 0; font-size: 20px; }
.process-card p { margin: 0; color: var(--color-muted); line-height: 1.6; }

.cta-strip { background: linear-gradient(135deg, rgba(15,98,254,.92), rgba(36,161,156,.92)); color: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; align-items: center; }
.strip-grid h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 36px); }
.strip-grid p { margin: 0; color: rgba(255,255,255,.82); }
.strip-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }

.services-grid { background: var(--color-surface); }
.service-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.service-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 44px rgba(15,98,254,.12); display: flex; flex-direction: column; }
.service-card img { width: 100%; height: 200px; object-fit: cover; }
.service-card-body { padding: 24px; display: grid; gap: 12px; flex: 1; }
.service-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.service-head h3 { margin: 0; font-size: 22px; }
.service-price { font-weight: 700; color: var(--color-primary); }
.service-duration { margin: 0; color: var(--color-secondary); font-weight: 600; }
.service-copy { margin: 0; color: var(--color-muted); }
.service-feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--color-muted); font-size: 14px; }
.service-feature-list li::before { content: "•"; color: var(--color-secondary); margin-right: 8px; }

.before-after { background: var(--color-surface-alt); }
.before-after-carousel { position: relative; overflow: hidden; background: var(--color-surface); border-radius: 24px; padding: 40px 48px; box-shadow: 0 24px 48px rgba(15,98,254,.12); }
.before-after-carousel .slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(100%, 1fr); gap: 0; transition: transform .4s ease; }
.before-after-slide { display: grid; gap: 20px; color: var(--color-muted); }
.before-after-frame { position: relative; border-radius: 22px; overflow: hidden; background: var(--color-surface-alt); min-height: 320px; --position: 50%; touch-action: none; }
.before-after-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-after-image.image-before { z-index: 1; }
.before-after-image.image-after { z-index: 2; clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%); transition: clip-path .1s ease-out; }
.before-after-handle { position: absolute; inset: 0; left: var(--position); transform: translateX(-50%); display: flex; align-items: center; justify-content: center; pointer-events: none; }
.before-after-handle .handle-line { position: absolute; top: 0; bottom: 0; width: 2px; background: rgba(255,255,255,.82); }
.before-after-handle .handle-knob { position: relative; z-index: 1; width: 46px; height: 46px; border-radius: 50%; background: rgba(15,98,254,.95); color: #fff; display: grid; place-items: center; font-size: 18px; font-weight: 700; box-shadow: 0 12px 28px rgba(15,98,254,.32); transition: transform .15s ease, box-shadow .15s ease; }
.before-after-frame.is-dragging .handle-knob,
.before-after-frame:focus-within .handle-knob { transform: scale(1.08); box-shadow: 0 16px 34px rgba(15,98,254,.38); }
.before-after-label { position: absolute; bottom: 18px; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(14,27,44,.75); }
.before-after-label--before { left: 20px; }
.before-after-label--after { right: 20px; background: rgba(36,161,156,.85); }
.before-after-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.before-after-frame:focus-within { outline: 3px solid rgba(15,98,254,.35); outline-offset: 6px; }
.before-after-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; gap: 18px; }
.before-after-carousel .slider-control { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(14,27,44,.12); background: #fff; color: var(--color-primary); font-size: 22px; font-weight: 700; box-shadow: 0 14px 30px rgba(15,98,254,.18); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; }
.before-after-carousel .slider-control:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(15,98,254,.22); }
.before-after-carousel .slider-control:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; transform: none; }
.before-after-counter { font-weight: 600; color: rgba(14,27,44,.64); font-size: 14px; }
.before-after-slide figcaption { font-size: 15px; color: var(--color-text); }

.about-story { background: var(--color-surface); }
.story-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 36px; align-items: center; }
.story-copy { color: var(--color-muted); line-height: 1.7; display: grid; gap: 16px; }
.story-media img { border-radius: 24px; box-shadow: 0 24px 48px rgba(15,98,254,.16); }
.story-media figcaption { margin-top: 12px; color: var(--color-muted); font-size: 14px; }

.highlights { background: var(--color-surface-alt); }
.highlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.highlight-card { background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 20px 42px rgba(15,98,254,.1); display: grid; gap: 14px; text-align: left; }
.highlight-card .icon { font-size: 32px; }
.highlight-card h3 { margin: 0; font-size: 20px; }
.highlight-card p { margin: 0; color: var(--color-muted); line-height: 1.6; }

.stats { background: var(--color-surface); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; text-align: center; }
.stat-card { background: var(--color-surface-alt); border-radius: 20px; padding: 30px 24px; box-shadow: inset 0 0 0 1px rgba(15,98,254,.08); }
.stat-card .stat-value { font-size: 36px; font-weight: 800; color: var(--color-primary); display: block; }
.stat-card .stat-label { color: var(--color-muted); font-weight: 600; }

.team { background: var(--color-surface); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.team-card { background: #fff; border-radius: 22px; padding: 24px; box-shadow: 0 20px 40px rgba(15,98,254,.1); text-align: center; display: grid; gap: 12px; }
.team-card img { border-radius: 18px; height: 220px; width: 100%; object-fit: cover; }
.team-role { margin: 0; font-weight: 600; color: var(--color-secondary); }
.team-bio { margin: 0; color: var(--color-muted); font-size: 14px; line-height: 1.6; }

.contact-section { background: var(--color-surface); }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.contact-card { background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 24px 44px rgba(15,98,254,.12); display: grid; gap: 20px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.contact-list li { display: grid; gap: 8px; color: var(--color-muted); }
.contact-list span { font-weight: 700; color: var(--color-text); text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.contact-list address { font-style: normal; color: var(--color-muted); }
.hours-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.hours-list .day { font-weight: 600; color: var(--color-text); margin-right: 10px; display: inline-block; min-width: 80px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; gap: 8px; }
.form-row label { font-weight: 600; color: var(--color-text); }
.form-row input, .form-row select, .form-row textarea { padding: 12px 14px; border-radius: 14px; border: 1px solid rgba(14,27,44,.12); font: inherit; color: var(--color-text); background: var(--color-surface-alt); transition: border-color .2s ease, box-shadow .2s ease; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(15,98,254,.14); }
.map-card { border-radius: 22px; overflow: hidden; box-shadow: 0 24px 44px rgba(15,98,254,.12); background: var(--color-surface-alt); min-height: 320px; }
.map-card img, .map-embed { width: 100%; height: 100%; display: block; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

.faq { background: var(--color-surface-alt); }
.faq-accordion { display: grid; gap: 12px; }
.faq-accordion details { background: #fff; border-radius: 18px; padding: 18px 24px; box-shadow: 0 16px 32px rgba(15,98,254,.08); }
.faq-accordion summary { font-weight: 700; cursor: pointer; list-style: none; }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion p { margin: 12px 0 0; color: var(--color-muted); line-height: 1.6; }

.site-footer { background: #071327; color: rgba(255,255,255,.82); padding: 60px 0 32px; }
.site-footer .brand { color: #fff; font-size: 20px; }
.site-footer .logo { width: 44px; height: 44px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; align-items: flex-start; }
.footer-tagline { margin: 16px 0; color: rgba(255,255,255,.72); }
.footer-contact { display: grid; gap: 6px; }
.footer-contact a { color: rgba(255,255,255,.82); }
.footer-social { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.footer-social a { color: rgba(255,255,255,.65); font-size: 14px; }
.footer-hours { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: rgba(255,255,255,.7); }
.footer-hours .day { font-weight: 700; color: #fff; margin-right: 10px; display: inline-block; min-width: 80px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-links a:hover { color: #fff; }
.copyright { margin: 32px 0 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.5); }

@media (max-width: 960px) {
  .nav { position: fixed; inset: 80px 16px auto 16px; background: rgba(255,255,255,.94); padding: 24px; border-radius: 22px; box-shadow: 0 28px 60px rgba(0,0,0,.2); flex-direction: column; align-items: stretch; gap: 18px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
  .nav .btn { justify-content: center; }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .strip-actions { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .section { padding: 60px 0; }
  .hero-grid { padding: 110px 0 90px; }
  .hero-card img { height: 200px; }
  .gallery-slider { padding: 26px 24px; }
  .slider-control { display: none; }
  .slider-track { grid-auto-columns: 80%; }
  .before-after-carousel { padding: 32px 20px; }
  .before-after-frame { min-height: 260px; }
  .before-after-footer { flex-direction: column; align-items: stretch; gap: 12px; }
  .before-after-carousel .slider-control { align-self: center; }
  .before-after-counter { text-align: center; }
  .strip-grid { grid-template-columns: 1fr; text-align: center; }
  .strip-actions { justify-content: center; }
  .reviews-score { width: 100%; justify-content: center; }
}

@media (max-width: 540px) {
  .hero-copy h1 { font-size: 36px; }
  .menu-card { padding: 28px; }
  .package-grid { grid-template-columns: 1fr; }
  .service-card-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}
