/* Shared chrome for newer pages (about, blog, blog-post). Existing pages keep their inline CSS. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  background: #fff; color: #18302E;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
::selection { background: #138776; color: #fff; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes floatUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── NAV ─────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid #E6EEEB;
}
.nav-inner {
  width: min(1200px, 92vw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 74px; gap: 18px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo img { height: 50px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 9px 14px; border-radius: 10px;
  font-size: 15px; font-weight: 500; color: #36514E;
  background: transparent; transition: background .15s, color .15s; white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: #138776; background: #F0F7F5; font-weight: 600; }
.nav-dropdown { position: relative; }
.nav-caret { display: inline-block; margin-left: 5px; font-size: 10px; transition: transform .2s; }
.nav-dropdown:hover .nav-caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% - 4px); left: 0; min-width: 210px;
  background: #fff; border: 1px solid #E6EEEB; border-radius: 14px;
  box-shadow: 0 18px 40px -16px rgba(14,42,40,.28); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s ease;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-item {
  display: flex; flex-direction: column; gap: 2px; padding: 10px 12px;
  border-radius: 10px; color: #18302E; transition: background .12s;
}
.nav-dropdown-item:hover { background: #F0F7F5; }
.nav-dropdown-item span:first-child { font-weight: 600; font-size: 15px; }
.nav-dropdown-item span:last-child { font-size: 12.5px; color: #5B7470; }
.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-wa {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 12px;
  background: #F0F7F5; color: #138776; border: 1px solid #DBEAE6; transition: background .15s;
}
.nav-wa:hover { background: #DBEAE6; }
.nav-call {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 20px; height: 42px; border-radius: 12px;
  background: #138776; color: #fff; font-weight: 600; font-size: 15px;
  box-shadow: 0 8px 20px -8px rgba(19,135,118,.7); transition: background .15s;
}
.nav-call:hover { background: #0C5249; }
.nav-hamburger {
  display: none; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  border: 1px solid #DBEAE6; background: #fff; cursor: pointer; color: #0E2A28;
}
.mobile-drawer {
  display: none; border-top: 1px solid #E6EEEB; background: #fff;
  padding: 14px clamp(16px,6vw,24px) 26px; flex-direction: column; gap: 4px;
}
.mobile-drawer.open { display: flex; }
.mobile-nav-link {
  padding: 13px 8px; color: #18302E; font-weight: 600; font-size: 17px; border-bottom: 1px solid #F0F4F2;
}
.mobile-projects-sub { padding: 8px 14px; color: #138776; font-size: 15.5px; display: block; }
.mobile-drawer-actions { display: flex; gap: 10px; margin-top: 14px; }
.mobile-btn-call {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 8px; height: 48px; border-radius: 12px; background: #138776; color: #fff; font-weight: 600;
}
.mobile-btn-wa {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: 8px; height: 48px; border-radius: 12px;
  background: #F0F7F5; color: #138776; font-weight: 600; border: 1px solid #DBEAE6;
}
@media (max-width: 899px) {
  .nav-links, .nav-actions { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo img { height: 40px; }
}

/* ── COMMON ──────────────────────────────────── */
.container { width: min(1200px,92vw); margin: 0 auto; }
.container-sm { width: min(1100px,92vw); margin: 0 auto; }
.section-label {
  font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  color: #138776; font-weight: 600; font-family: 'Schibsted Grotesk', sans-serif; margin-bottom: 14px;
}
.section-h2 {
  font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(28px,4vw,46px); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 16px; color: #0E2A28;
}

/* ── IMG PLACEHOLDER ─────────────────────────── */
.img-slot {
  background: linear-gradient(135deg, #E8F4F1 0%, #D3EBE6 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.img-slot::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 12px,
    rgba(19,135,118,.05) 12px, rgba(19,135,118,.05) 24px);
}
.img-slot-icon { position: relative; z-index: 1; color: #89C4BB; }

/* ── PAGE HERO ───────────────────────────────── */
.page-hero {
  background: #F7F4EE;
  padding: clamp(52px,8vw,96px) 0 clamp(44px,6vw,72px);
  text-align: center; animation: floatUp .6s ease both;
}
.eyebrow-row { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow-dash { width: 22px; height: 2px; background: #B5894E; display: block; flex-shrink: 0; }
.eyebrow {
  font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
  color: #138776; font-weight: 600; font-family: 'Schibsted Grotesk', sans-serif;
}
.page-h1 {
  font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(32px,5vw,58px); line-height: 1.06; letter-spacing: -.025em;
  margin: 0 auto 18px; color: #0E2A28; max-width: 760px;
}
.page-h1 .accent { color: #138776; }
.page-lead {
  margin: 0 auto 32px; font-size: clamp(16px,1.6vw,18.5px); line-height: 1.6; color: #4C6661; max-width: 600px;
}
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px; height: 52px;
  padding: 0 26px; border-radius: 14px; background: #138776; color: #fff;
  font-weight: 600; font-size: 15.5px; box-shadow: 0 12px 28px -10px rgba(19,135,118,.8);
}
.btn-outline-sm {
  display: inline-flex; align-items: center; gap: 8px; height: 52px;
  padding: 0 22px; border-radius: 14px; background: #fff; color: #138776;
  font-weight: 600; font-size: 15.5px; border: 1.5px solid #B6DAD2;
}

/* ── CTA STRIP ───────────────────────────────── */
.cta-section { background: #F7F4EE; padding: clamp(48px,7vw,88px) 0; }
.cta-card {
  background: #138776; border-radius: 28px; padding: clamp(36px,5vw,64px);
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center;
  justify-content: space-between; position: relative; overflow: hidden;
}
.cta-card::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,.07);
}
.cta-copy { position: relative; max-width: 560px; }
.cta-h2 {
  font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(26px,3.6vw,40px); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 12px; color: #fff;
}
.cta-sub { margin: 0; font-size: clamp(15.5px,1.6vw,18px); line-height: 1.55; color: #D3EDE8; }
.cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; }
.btn-white {
  display: inline-flex; align-items: center; gap: 10px; height: 56px;
  padding: 0 28px; border-radius: 14px; background: #fff; color: #138776; font-weight: 700; font-size: 16.5px;
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px; height: 56px;
  padding: 0 26px; border-radius: 14px; background: rgba(255,255,255,.14);
  color: #fff; font-weight: 600; font-size: 16.5px; border: 1.5px solid rgba(255,255,255,.5);
}

/* ── FOOTER ──────────────────────────────────── */
.site-footer { background: #0B2E2A; color: #CFE3DE; }
.footer-inner { width: min(1200px,92vw); margin: 0 auto; padding: clamp(48px,7vw,84px) 0 0; }
.footer-grid { display: grid; gap: clamp(32px,5vw,56px); grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.footer-logo-wrap { display: inline-flex; background: #fff; padding: 12px 14px; border-radius: 14px; margin-bottom: 18px; }
.footer-tagline { margin: 0; font-size: 15px; line-height: 1.65; color: #9FBDB6; }
.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.social-btn {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(255,255,255,.07); color: #CFE3DE; border: 1px solid rgba(255,255,255,.1); transition: background .15s;
}
.social-btn:hover { background: rgba(255,255,255,.14); }
.footer-heading {
  font-family: 'Schibsted Grotesk', sans-serif; font-weight: 600;
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #6FA399; margin-bottom: 18px;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-link { color: #CFE3DE; font-size: 15px; transition: color .15s; }
.footer-link:hover { color: #fff; }
.footer-contacts { display: flex; flex-direction: column; gap: 16px; }
.footer-contact-row { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact-row a { color: #CFE3DE; display: flex; gap: 12px; align-items: center; }
.footer-contact-row a:hover { color: #fff; }
.footer-contact-row svg { flex-shrink: 0; }
.footer-contact-text { font-size: 14.5px; line-height: 1.6; color: #B9D2CC; }
.footer-contact-phone { font-size: 15px; }
.footer-bottom {
  margin-top: clamp(40px,6vw,64px); border-top: 1px solid rgba(255,255,255,.1);
  padding: 24px 0 30px; display: flex; flex-wrap: wrap;
  gap: 14px 28px; align-items: center; justify-content: space-between;
}
.footer-copy { font-size: 13.5px; color: #7FA59E; }

/* ── FLOATING WA ─────────────────────────────── */
.wa-float {
  position: fixed; right: clamp(16px,3vw,28px); bottom: clamp(16px,3vw,28px);
  z-index: 1200; width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.7); animation: waPulse 2.4s infinite;
}
