:root {
  --navy: #111a2e;
  --navy-2: #17243d;
  --blue: #1f4f79;
  --gold: #d2a33a;
  --gold-light: #ebc86a;
  --ink: #172033;
  --muted: #667085;
  --line: #dfe4ec;
  --soft: #f3f5f8;
  --white: #fff;
  --shadow: 0 18px 50px rgba(17, 26, 46, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.6rem); max-width: 980px; margin-bottom: 1.2rem; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-bottom: 1.2rem; }
h3 { font-size: 1.38rem; margin-bottom: .7rem; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 860px; }
.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 { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-160%); background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.topbar { background: #0a1020; color: #dbe3f2; font-size: .82rem; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { color: var(--white); display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.topbar .icon { width: 15px; height: 15px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid #eef0f4; transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(17,26,46,.1); }
.nav-wrap { height: 106px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; margin-right: auto; }
.brand img { width: 230px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 27px; color: #0d3976; font-size: .94rem; font-weight: 650; letter-spacing: .035em; text-transform: uppercase; }
.primary-nav > a, .nav-dropdown > summary { padding: 28px 0; cursor: pointer; transition: color .2s; }
.primary-nav > a:hover, .nav-dropdown > summary:hover { color: var(--blue); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "⌄"; margin-left: 7px; color: var(--blue); }
.dropdown-panel { position: absolute; top: 68px; left: 50%; transform: translateX(-50%); width: 230px; padding: 10px; background: var(--white); color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); }
.dropdown-panel a { display: block; padding: 9px 12px; border-radius: 7px; font-weight: 650; }
.dropdown-panel a:hover { background: var(--soft); color: var(--blue); }
.menu-toggle { display: none; border: 0; background: none; padding: 7px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 5px; font-weight: 800; line-height: 1.2; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #111827; }
.btn-gold:hover { background: var(--gold-light); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--blue); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-outline-light { color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { background: var(--white); color: var(--navy); }
.btn-outline-dark { color: var(--navy); border-color: var(--navy); }
.nav-cta { min-height: 44px; padding-inline: 24px; border-radius: 9px; font-size: .82rem; letter-spacing: .04em; white-space: nowrap; }
.nav-cta .icon { width: 16px; height: 16px; margin-right: 8px; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: var(--white); }
.hero-grid { width: min(100%, 1920px); min-height: inherit; display: grid; grid-template-columns: minmax(540px, 1fr) minmax(560px, 1.1fr); padding: 0; }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; max-width: 820px; padding: 76px 42px 76px max(40px, calc((100vw - 1440px)/2)); background: var(--white); }
.hero-content::after { content: ""; position: absolute; top: 0; right: -155px; z-index: -1; width: 190px; height: 100%; background: linear-gradient(90deg,#fff 15%,rgba(255,255,255,.92) 43%,rgba(255,255,255,0)); pointer-events: none; }
.hero-visual { min-height: inherit; background-image: var(--hero); background-size: cover; background-position: center; }
.hero h1 { max-width: 760px; margin-bottom: 24px; color: #202020; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(3rem,4.6vw,5.25rem); font-weight: 780; line-height: .98; letter-spacing: -.055em; }
.hero h1 em, .hero h1 strong { position: relative; display: inline-block; color: #163d73; font-style: normal; font-weight: inherit; }
.hero h1 strong::after { content: ""; position: absolute; left: -.04em; right: -.08em; bottom: -.08em; height: .1em; border-top: .055em solid #163d73; border-radius: 50%; transform: rotate(-2deg); }
.hero p { max-width: 680px; margin-bottom: 32px; color: #6e6e6e; font-size: clamp(1rem,1.25vw,1.16rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; order: 4; margin: 33px 0 27px; }
.hero-actions .btn { min-width: 260px; min-height: 70px; border-radius: 12px; text-transform: uppercase; }
.hero-proof { display: grid; grid-template-columns: repeat(3,minmax(125px,1fr)); gap: 24px; max-width: 680px; color: #626262; font-size: .95rem; line-height: 1.3; }
.hero-proof span { display: flex; align-items: center; gap: 13px; }
.hero-proof .icon { width: 47px; height: 47px; color: #17457d; stroke-width: 1.5; }
.hero-review { order: 5; width: min(100%,680px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; column-gap: 16px; padding: 17px 24px; border: 1px solid #e2e5ea; border-radius: 13px; box-shadow: 0 3px 8px rgba(17,26,46,.08); }
.hero-review strong { color: #24344b; }
.hero-review small { color: #506077; }
.review-mark { display: inline-grid; place-items: center; width: 31px; height: 31px; margin-right: 8px; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#4285f4 0 25%,#34a853 25% 50%,#fbbc05 50% 75%,#ea4335 75%); }
.review-stars { color: #e6b945; letter-spacing: .08em; }
.hero-compact { min-height: 600px; }
.hero-compact h1 { font-size: clamp(2.8rem,4.5vw,4.65rem); }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }

.trust-strip { position: relative; z-index: 3; margin-top: -26px; }
.trust-strip .container { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.trust-strip .container > div { padding: 24px 27px; border-right: 1px solid var(--line); }
.trust-strip .container > div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--navy); font-family: Georgia, serif; font-size: 1.35rem; }
.trust-strip span { color: var(--muted); font-size: .85rem; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #c7d0de; }
.overflow-hidden { overflow: hidden; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.section-head > div { max-width: 700px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 470px; margin-bottom: 4px; }
.section-head.centered { display: block; text-align: center; }
.section-head.centered > div, .section-head.centered > p { margin-inline: auto; }
.section-head.centered > p { margin-top: 15px; }
.section-head.compact { margin-bottom: 25px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { min-height: 275px; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(210,163,58,.65); box-shadow: var(--shadow); }
.service-card p { min-height: 77px; font-size: .94rem; }
.service-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 24px; background: #eef2f8; color: var(--blue); border-radius: 50%; }
.service-icon .icon { width: 26px; height: 26px; }
.text-link { color: var(--navy); font-size: .88rem; font-weight: 850; }
.text-link b { color: var(--gold); margin-left: 5px; }

.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(45px,7vw,95px); align-items: center; }
.split-copy p { font-size: 1.02rem; }
.check-list { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: inherit; font-weight: 700; }
.check-list .icon { width: 20px; height: 20px; color: var(--gold); }
.owner-split { min-height: 580px; }
.owner-visual { position: relative; align-self: end; min-height: 525px; }
.owner-visual::before { content: ""; position: absolute; width: 420px; height: 420px; right: 5%; bottom: -110px; border: 70px solid rgba(210,163,58,.13); border-radius: 50%; }
.owner-photo { position: absolute; inset: 0 8% 0 auto; width: 68%; overflow: hidden; }
.owner-photo img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.owner-note { position: absolute; right: 0; bottom: 42px; width: 250px; padding: 20px 24px; background: var(--gold); color: var(--navy); box-shadow: var(--shadow); }
.owner-note strong, .owner-note span { display: block; }
.owner-note strong { font-family: Georgia, serif; font-size: 1.22rem; }
.owner-note span { font-size: .82rem; font-weight: 700; }
.image-stack { position: relative; min-height: 575px; }
.image-stack img { position: absolute; width: 78%; height: 440px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-stack img:first-child { left: 0; top: 0; }
.image-stack img:last-child { right: 0; bottom: 0; width: 56%; height: 285px; border: 8px solid var(--white); }
.photo-panel img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
blockquote { margin: 30px 0 0; padding: 25px 0 5px 25px; border-left: 3px solid var(--gold); color: var(--navy); font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.5; }
blockquote cite { display: block; margin-top: 12px; color: var(--muted); font-family: Inter, sans-serif; font-size: .83rem; font-style: normal; font-weight: 700; }

.project-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 250px; gap: 14px; }
.project-card { position: relative; margin: 0; overflow: hidden; border-radius: 13px; background: var(--soft); }
.project-card.wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.045); }
.project-card figcaption { position: absolute; inset: auto 0 0; padding: 42px 18px 15px; color: var(--white); background: linear-gradient(transparent,rgba(7,16,33,.88)); font-size: .83rem; font-weight: 750; opacity: 0; transition: opacity .25s ease; }
.project-card:hover figcaption { opacity: 1; }
.center-action { margin-top: 35px; text-align: center; }
.reviews-frame { min-height: 255px; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(17,26,46,.07); overflow: hidden; }
.reviews-frame iframe { width: 100%; min-height: 245px; border: 0; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 4px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: 1.65rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { padding: 0 46px 20px 4px; }
.faq-list details p { margin-bottom: 0; }

.service-intro { align-items: start; }
.service-list-card { padding: 36px; background: var(--soft); border-radius: var(--radius); border-top: 5px solid var(--gold); }
.service-list-card ul { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; }
.service-list-card li { display: flex; gap: 10px; font-weight: 700; }
.service-list-card .icon { width: 20px; height: 20px; color: var(--gold); margin-top: 3px; }
.stats { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.stats div { padding: 15px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.stats div:last-child { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2rem,4vw,3rem); }
.stats span { color: #c7d0de; font-size: .84rem; }
.process { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process li { position: relative; min-height: 230px; padding: 28px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
.process li::after { content: ""; position: absolute; top: 42px; right: -13px; width: 13px; height: 1px; background: var(--gold); }
.process li:last-child::after { display: none; }
.process b { color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; }
.process h3 { margin-top: 38px; font-size: 1.2rem; }
.process p { margin-bottom: 0; font-size: .88rem; }
.related-section { padding: 65px 0; background: #e9edf3; }
.related-section h2 { font-size: 2rem; }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.related-links a { display: flex; justify-content: space-between; padding: 18px 20px; background: var(--white); border-radius: 9px; font-weight: 800; }
.related-links b { color: var(--gold); }

.owner-about { position: relative; min-height: 600px; overflow: hidden; background: var(--soft); border-radius: var(--radius); }
.owner-about img { width: 100%; height: 100%; max-height: 600px; object-fit: contain; object-position: bottom; }
.owner-about > div { position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 20px 24px; background: rgba(17,26,46,.94); color: var(--white); border-left: 4px solid var(--gold); }
.owner-about strong, .owner-about span { display: block; }
.owner-about strong { font-family: Georgia, serif; font-size: 1.25rem; }
.owner-about span { color: #c7d0de; font-size: .84rem; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.values-grid article { padding: 35px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.values-grid article > span { color: var(--gold); font-family: Georgia, serif; font-size: 2rem; }
.values-grid h3 { margin-top: 35px; }

.contact-layout { display: grid; grid-template-columns: 380px minmax(0,1fr); gap: 70px; align-items: start; }
.contact-card { padding: 36px; background: var(--navy); color: var(--white); border-radius: var(--radius); }
.contact-card h2 { color: var(--white); font-size: 2.35rem; }
.contact-card p { color: #c7d0de; }
.contact-card > a, .contact-card > div { display: block; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-card strong, .contact-card span { display: block; }
.contact-card strong { color: var(--gold-light); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-card span { margin-top: 5px; color: #e5ebf4; }
.booking-shell { min-height: 720px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.booking-shell iframe { width: 100%; min-height: 720px; border: 0; }
.prose { max-width: 850px; }
.prose .updated { color: var(--muted); font-size: .86rem; }
.prose h2 { margin-top: 50px; font-size: 2rem; }
.prose p { font-size: 1.03rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 100px 0; }
.not-found h1 { margin-inline: auto; color: var(--navy); }
.not-found p { font-size: 1.1rem; }
.not-found div > div { display: flex; justify-content: center; gap: 12px; }

.cta-band { padding: 68px 0; background: var(--blue); color: var(--white); }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-band h2 { color: var(--white); margin-bottom: 10px; font-size: clamp(2rem,4vw,3.2rem); }
.cta-band p { max-width: 690px; margin-bottom: 0; color: #dbe5ef; }
.cta-actions { display: flex; flex-wrap: wrap; flex: 0 0 auto; gap: 10px; }
.site-footer { padding-top: 75px; background: #0a1020; color: #d7deea; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 55px; padding-bottom: 55px; }
.footer-grid h3 { color: var(--white); font-family: Inter, sans-serif; font-size: .85rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; color: #aeb9cb; font-size: .88rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid p { color: #aeb9cb; font-size: .88rem; }
.footer-brand img { width: 255px; height: auto; margin-bottom: 22px; }
.footer-brand p { max-width: 350px; }
.social-links { display: flex; gap: 8px; margin-top: 20px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; margin: 0; border: 1px solid #34415a; border-radius: 50%; color: var(--white); font-size: .78rem; font-weight: 900; }
.footer-bottom { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #263149; color: #8591a5; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 19px; }
.footer-bottom a { color: #aeb9cb; }
.floating-call { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: none; align-items: center; gap: 8px; padding: 12px 16px; background: var(--gold); color: var(--navy); border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.24); font-size: .88rem; font-weight: 900; }
.floating-call .icon { width: 19px; height: 19px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease var(--delay,0ms), transform .55s ease var(--delay,0ms); }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-cta { display: none; }
  .primary-nav { gap: 20px; }
  .hero-grid { grid-template-columns: minmax(480px,1fr) minmax(420px,.9fr); }
  .hero-content { padding-left: 36px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(3,1fr); }
  .process li::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
  .footer-grid > div:last-child h3 { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { height: 70px; }
  .brand img { width: 205px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 70px 0 auto; max-height: calc(100vh - 70px); overflow: auto; display: none; padding: 18px 20px 28px; color: var(--white); background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display: block; }
  .primary-nav > a, .nav-dropdown > summary { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .dropdown-panel { position: static; width: auto; transform: none; margin-top: 8px; box-shadow: none; }
  .hero { min-height: auto; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-content { max-width: none; padding: 62px 26px 52px; }
  .hero-content::after { display: none; }
  .hero-visual { order: -1; min-height: 380px; background-position: center; }
  .hero h1 { font-size: clamp(2.7rem,9.6vw,4.4rem); }
  .hero-compact { min-height: auto; }
  .hero-proof { gap: 16px; }
  .hero-actions .btn { min-width: 220px; }
  .trust-strip { margin-top: 0; }
  .trust-strip .container { width: 100%; border-radius: 0; grid-template-columns: repeat(2,1fr); box-shadow: none; }
  .trust-strip .container > div { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-head { display: block; }
  .section-head > p { margin-top: 18px; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .owner-split { min-height: auto; }
  .owner-visual { min-height: 480px; }
  .project-grid { grid-template-columns: repeat(2,1fr); }
  .stats { grid-template-columns: repeat(2,1fr); gap: 25px 0; }
  .stats div:nth-child(2) { border-right: 0; }
  .process { grid-template-columns: repeat(2,1fr); }
  .related-links { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .cta-band-inner { display: block; }
  .cta-actions { margin-top: 25px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: auto; display: block; }
  .footer-bottom { padding-block: 20px; align-items: start; }
  .footer-bottom div { flex-wrap: wrap; justify-content: flex-end; }
  .floating-call { display: inline-flex; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px,1180px); }
  h1 { font-size: clamp(2.35rem,12vw,3.4rem); }
  h2 { font-size: clamp(1.85rem,9vw,2.55rem); }
  .brand img { width: 185px; }
  .hero-content { padding: 45px 20px; }
  .hero-visual { min-height: 285px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 13px; }
  .hero-proof .icon { width: 38px; height: 38px; }
  .hero-review { grid-template-columns: 1fr; gap: 5px; }
  .trust-strip .container { grid-template-columns: 1fr 1fr; }
  .trust-strip .container > div { padding: 18px; }
  .section { padding: 65px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: 0; }
  .owner-visual { min-height: 420px; }
  .owner-photo { width: 88%; right: 8%; }
  .owner-note { width: 220px; bottom: 20px; }
  .image-stack { min-height: 470px; }
  .image-stack img { width: 88%; height: 340px; }
  .image-stack img:last-child { width: 62%; height: 230px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .project-card.wide { grid-column: span 1; }
  .process { grid-template-columns: 1fr; }
  .process li { min-height: auto; }
  .process h3 { margin-top: 24px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div { padding-inline: 10px; }
  .contact-card { padding: 28px; }
  .booking-shell, .booking-shell iframe { min-height: 760px; }
  .cta-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom div { justify-content: flex-start; margin-top: 12px; }
  .floating-call { right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
