:root { --navy:#031526; --gold:#d8861f; --cream:#f7f4ee; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:#071827; color:#fff; font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.site-frame { position:relative; width:min(100%,1600px); margin:0 auto; background:var(--navy); overflow:hidden; box-shadow:0 28px 80px rgba(0,0,0,.42); }
.homepage-design { display:block; width:100%; height:auto; pointer-events:none; user-select:none; }
.anchor-point { position:absolute; left:0; width:1px; height:1px; pointer-events:none; }
.home-anchor { top:0; }
.about-anchor { top:12%; }
.services-anchor { top:68%; }
.locations-anchor { top:18%; }
.insights-anchor { top:68%; }
.contact-anchor { top:0; }
.hotspot { position:absolute; display:block; z-index:9999; cursor:pointer; background:rgba(255,255,255,0); pointer-events:auto; border-radius:10px; }
.hotspot:hover { outline:2px solid rgba(216,134,31,.45); outline-offset:2px; }
.hotspot:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
/* Wide, forgiving clickable areas over the image */
.logo-link { left:1.0%; top:3.5%; width:18.0%; height:10.5%; }
.nav-home { left:28.5%; top:5.2%; width:6.2%; height:8.0%; }
.nav-about { left:35.0%; top:5.2%; width:7.6%; height:8.0%; }
.nav-services { left:42.5%; top:5.2%; width:8.8%; height:8.0%; }
.nav-locations { left:51.3%; top:5.2%; width:12.0%; height:8.0%; }
.nav-insights { left:63.4%; top:5.2%; width:7.5%; height:8.0%; }
.nav-contact { left:70.9%; top:5.2%; width:7.2%; height:8.0%; }
.book-top { left:83.0%; top:3.5%; width:15.8%; height:10.0%; }
.book-hero { left:1.2%; top:48.2%; width:15.8%; height:7.2%; }
.services-hero { left:16.7%; top:48.2%; width:14.4%; height:7.2%; }
.contact-panel { max-width:900px; margin:0 auto 60px; padding:32px 20px; background:#071827; color:#fff; text-align:center; }
.contact-panel h2 { margin-top:0; font-family:"Cormorant Garamond",serif; font-size:34px; }
.contact-panel a { color:#f3a132; font-weight:700; }
@media (max-width:760px) { body{background:#031526;} .site-frame{width:100%; box-shadow:none;} .homepage-design{width:190%; max-width:none; transform:translateX(-24%);} .hotspot{display:block;} .logo-link{left:0;top:0;width:100%;height:8%;} .nav-home{left:0;top:8%;width:16.6%;height:5%;}.nav-about{left:16.6%;top:8%;width:16.6%;height:5%;}.nav-services{left:33.2%;top:8%;width:16.6%;height:5%;}.nav-locations{left:49.8%;top:8%;width:16.6%;height:5%;}.nav-insights{left:66.4%;top:8%;width:16.6%;height:5%;}.nav-contact{left:83%;top:8%;width:17%;height:5%;}.book-top{left:70%;top:0.5%;width:28%;height:6.5%;}.book-hero{left:2%;top:48%;width:30%;height:8%;}.services-hero{left:33%;top:48%;width:30%;height:8%;} .contact-panel{display:block;} }

/* v4: extra clickable areas for all visible service/location/value blocks */
.loc-malta { left:39.5%; top:9.0%; width:20.0%; height:47.0%; }
.loc-uk { left:59.5%; top:9.0%; width:20.5%; height:47.0%; }
.loc-ireland { left:80.0%; top:9.0%; width:19.8%; height:47.0%; }
.service-card { top:65.2%; width:11.25%; height:22.0%; }
.service-accounting { left:2.3%; }
.service-tax { left:14.2%; }
.service-payroll { left:26.2%; }
.service-business { left:38.0%; }
.service-financial { left:50.0%; }
.service-risk { left:61.8%; }
.service-digital { left:73.8%; }
.service-transaction { left:85.6%; }
.value-advice { left:2.0%; top:90.0%; width:16.7%; height:9.5%; }
.value-partnership { left:20.0%; top:90.0%; width:18.7%; height:9.5%; }
.value-excellence { left:40.0%; top:90.0%; width:19.3%; height:9.5%; }
.value-commercial { left:60.5%; top:90.0%; width:18.0%; height:9.5%; }
.value-confidential { left:80.0%; top:90.0%; width:19.8%; height:9.5%; }
@media (max-width:760px) {
  .homepage-design{width:100%; max-width:100%; transform:none;}
  .loc-malta{left:37%;top:9%;width:22%;height:47%;}.loc-uk{left:59%;top:9%;width:21%;height:47%;}.loc-ireland{left:80%;top:9%;width:20%;height:47%;}
  .service-card{top:65%;height:22%;}
  .value-advice,.value-partnership,.value-excellence,.value-commercial,.value-confidential{top:90%;height:10%;}
}


/* v5: make the main visible top/hero/value areas clickable with larger hit boxes */
.hero-tagline { left:1.0%; top:17.0%; width:28.0%; height:5.0%; }
.hero-copy { left:1.0%; top:22.0%; width:36.0%; height:25.0%; }
.hero-trusted { left:1.0%; top:58.0%; width:13.4%; height:17.0%; }
.hero-results { left:13.3%; top:58.0%; width:14.5%; height:17.0%; }
.hero-partnerships { left:26.0%; top:58.0%; width:13.0%; height:17.0%; }
.nav-home,.nav-about,.nav-services,.nav-locations,.nav-insights,.nav-contact,.book-top,.book-hero,.services-hero,.hero-tagline,.hero-copy,.hero-trusted,.hero-results,.hero-partnerships { z-index: 10001; }
