:root {
  --ink: #122025;
  --muted: #5a696b;
  --brand: #185e70;
  --brand-2: #2a949a;
  --accent: #de6f52;
  --sage: #8fa992;
  --mist: #e8f3f3;
  --paper: #ffffff;
  --warm: #f3eadb;
  --line: rgba(18,32,37,.14);
  --shadow: 0 18px 48px rgba(18,32,37,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.site-header { position: fixed; top: 18px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; padding: 0 18px; pointer-events: none; }
.nav-pill { pointer-events: auto; width: fit-content; max-width: calc(100vw - 32px); display: inline-flex; align-items: center; gap: 28px; padding: 10px 12px 10px 18px; border: 1px solid rgba(255,255,255,.64); background: rgba(255,255,255,.84); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); box-shadow: 0 14px 36px rgba(18,32,37,.12); border-radius: 999px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 198px; }
.brand img { width: 196px; height: auto; }
.nav-links { display: flex; gap: 20px; margin: 0; align-items: center; }
.nav-links a { color: #26393f; font-size: 14px; font-weight: 700; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 8px; font-weight: 800; border: 1px solid transparent; box-shadow: 0 8px 18px rgba(18,32,37,.1); white-space: nowrap; }
.nav-cta { padding: 0 18px; color: #fff; background: var(--brand); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.mobile-menu-toggle span { width: 20px; height: 2px; background: var(--ink); display: block; }
.mobile-drawer { display: none; }
.hero { min-height: 94vh; padding: 122px clamp(18px, 5vw, 76px) 44px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); gap: clamp(28px, 5vw, 76px); align-items: center; background: linear-gradient(180deg, #f7fbfb 0%, #fff 88%); }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(48px, 7vw, 100px); line-height: .94; letter-spacing: 0; max-width: 760px; }
h2 { font-size: clamp(32px, 4vw, 58px); line-height: 1.02; letter-spacing: 0; margin-bottom: 18px; }
h3 { font-size: 24px; line-height: 1.1; letter-spacing: 0; margin-bottom: 10px; }
.hero-lede { font-size: clamp(18px, 2vw, 23px); color: #415156; max-width: 640px; margin-bottom: 30px; }
.hero-actions, .form-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { padding: 0 22px; min-width: 132px; }
.btn.primary { background: var(--accent); color: #fff; border-color: rgba(0,0,0,.06); }
.btn.secondary { background: #fff; color: var(--brand); border-color: rgba(24,94,112,.22); }
.proof-rail { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 34px; max-width: 600px; }
.proof-rail div { min-height: 92px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 30px rgba(18,32,37,.06); }
.proof-rail strong { display: block; font-size: 34px; line-height: 1; color: var(--brand); }
.proof-rail span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; margin-top: 8px; }
.hero-media { position: relative; min-height: 620px; }
.hero-main { position: absolute; inset: 0 0 90px 0; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(18,32,37,.08); background: var(--mist); }
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-card { position: absolute; right: 24px; bottom: 0; width: min(360px, 70%); padding: 18px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero-card img { height: 170px; width: 100%; object-fit: cover; border-radius: 8px; margin-bottom: 14px; }
.hero-card strong { display: block; color: var(--brand); font-size: 22px; }
.section { padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 76px); }
.section-inner, .section-heading, .split, .footer-inner { max-width: 1180px; margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: .72fr 1fr; gap: 34px; align-items: end; margin-bottom: 36px; }
.section-heading p, .split p, .service-card p, .area-panel p { color: var(--muted); }
.quick-band { background: var(--brand); color: #fff; padding: 28px clamp(18px, 5vw, 76px); }
.quick-band-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.quick-band p { margin: 0; color: rgba(255,255,255,.78); }
.service-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.service-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; box-shadow: 0 12px 30px rgba(18,32,37,.07); }
.service-card img { width: 100%; height: 220px; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card span { color: var(--accent); text-transform: uppercase; font-weight: 900; font-size: 12px; }
.service-card a { color: var(--brand); font-weight: 900; }
.proof-section { background: #f7faf7; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.image-stack { display: grid; grid-template-columns: .9fr 1fr; gap: 14px; align-items: end; }
.image-stack img { border-radius: 8px; box-shadow: 0 14px 36px rgba(18,32,37,.1); border: 1px solid var(--line); object-fit: cover; aspect-ratio: 4 / 3; width: 100%; }
.image-stack img:first-child { transform: translateY(-22px); }
.check-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; color: #33464b; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); box-shadow: inset 0 0 0 4px #fff; }
.reviews-band { background: var(--warm); padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 76px); }
.reviews-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,440px); gap: 34px; align-items: center; }
.gr-summary { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 26px; border-radius: 8px; background: #fff; border: 1px solid rgba(18,32,37,.1); box-shadow: var(--shadow); }
.gr-g { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; font-size: 30px; font-weight: 900; color: #4285f4; background: #f6f8fb; }
.gr-summary strong { display: block; font-size: 54px; line-height: .9; color: var(--brand); }
.stars { color: #f5a623; font-size: 22px; margin: 8px 0; }
.gr-summary span { display: block; color: var(--muted); font-weight: 800; }
.gr-summary a { grid-column: 1 / -1; display: inline-flex; width: fit-content; padding: 11px 14px; border-radius: 8px; border: 1px solid var(--line); color: var(--brand); font-weight: 900; }
.area-section { background: #f3f8f8; }
.area-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.map-card { min-height: 420px; border-radius: 8px; background: #fff; border: 1px solid var(--line); position: relative; overflow: hidden; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 8%; border: 2px solid rgba(24,94,112,.18); border-radius: 50%; }
.map-card::after { content: "Coolum Beach"; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--brand); color: #fff; border-radius: 8px; padding: 14px 18px; font-weight: 900; box-shadow: 0 14px 34px rgba(18,32,37,.18); }
.area-list { display: grid; gap: 12px; align-content: center; }
.area-list a, .area-list span { padding: 16px 18px; border-radius: 8px; background: #fff; border: 1px solid var(--line); font-weight: 900; }
.form-section { background: #fff; }
.contact-shell { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .82fr 1fr; gap: 34px; align-items: start; }
.contact-card { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #f8fbfb; }
.contact-card a { color: var(--brand); font-size: 28px; font-weight: 900; word-break: break-word; }
.contact-form { display: grid; gap: 14px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; color: #34474c; font-weight: 800; font-size: 14px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 48px; border: 1px solid rgba(18,32,37,.18); border-radius: 8px; padding: 11px 13px; color: var(--ink); background: #fff; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.faq-list { max-width: 860px; margin: 0 auto; display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); margin: 12px 0 0; }
.site-footer { background: #122025; color: #fff; padding: 58px clamp(18px,5vw,76px) 96px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; }
.footer-logo { width: 220px; height: auto; background: #fff; border-radius: 8px; padding: 8px; margin-bottom: 16px; }
.site-footer p, .site-footer a, .site-footer span { color: rgba(255,255,255,.78); }
.site-footer h3 { color: #fff; font-size: 17px; }
.footer-links { display: grid; gap: 9px; }
.footer-credit a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.mobile-cta { display: none; }
.page-hero { min-height: 58vh; padding-bottom: 64px; }
.page-hero .hero-media { min-height: 420px; }
.page-hero .hero-main { bottom: 0; }
.page-content { max-width: 940px; margin: 0 auto; }
@media (min-width: 1024px) { .mobile-menu-toggle { display: none !important; } }
@media (max-width: 1023px) {
  .site-header { top: 12px; }
  .nav-pill { width: calc(100vw - 24px); justify-content: space-between; gap: 10px; border-radius: 18px; }
  .brand { min-width: 0; }
  .brand img { width: 174px; }
  .nav-links, .nav-cta { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .mobile-drawer { position: fixed; inset: 0; display: none; background: #fff; z-index: 70; padding: 22px; }
  .mobile-drawer.is-open { display: block; }
  .drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
  .drawer-head img { width: 210px; }
  .drawer-close { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font-size: 26px; line-height: 1; }
  .drawer-links { display: grid; gap: 12px; }
  .drawer-links a { padding: 16px; border-radius: 8px; background: #f6fafa; font-weight: 900; }
  .drawer-cta { background: var(--brand) !important; color: #fff; }
  .drawer-contact { margin-top: 22px; display: grid; gap: 8px; color: var(--muted); }
  .drawer-contact a { color: var(--brand); font-size: 24px; font-weight: 900; }
  .hero, .page-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 108px; }
  .hero-media { min-height: 460px; order: -1; }
  .hero-main { bottom: 72px; }
  .hero-card { right: 14px; left: 14px; width: auto; }
  .section-heading, .split, .reviews-layout, .area-panel, .contact-shell, .footer-inner, .quick-band-inner { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .proof-rail { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .quick-band-inner { text-align: left; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; box-shadow: 0 -8px 28px rgba(18,32,37,.2); }
  .mobile-cta a { display: grid; place-items: center; color: #fff; font-weight: 900; }
  .mobile-cta a:first-child { background: var(--brand); }
  .mobile-cta a:last-child { background: #0a0a0a; }
  body { padding-bottom: 58px; }
}
@media (max-width: 620px) {
  h1 { font-size: 46px; }
  h2 { font-size: 32px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero-media { min-height: 390px; }
  .proof-rail { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 140px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .reviews-band { padding-left: 16px; padding-right: 16px; }
  .gr-summary { grid-template-columns: 1fr; }
  .contact-card a { font-size: 23px; }
}

