:root {
  --navy: #173754;
  --navy-deep: #0e263b;
  --orange: #e8662b;
  --cream: #f6f2eb;
  --sand: #e9dfd2;
  --ink: #182735;
  --muted: #65727c;
  --white: #ffffff;
  --border: rgba(23, 55, 84, 0.16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--navy);
  background: rgba(251, 250, 248, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--orange);
  background: var(--navy);
  border-radius: 11px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  transform: skew(-3deg);
}
.brand-mark span { transform: skew(3deg); }
.brand-type strong { display: block; color: var(--orange); font-size: 1.3rem; line-height: 1; letter-spacing: .025em; }
.brand-type small { display: block; margin-top: 5px; color: var(--navy); font-size: .66rem; font-weight: 900; letter-spacing: .115em; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { font-size: .92rem; font-weight: 700; text-decoration: none; }
.nav-call { padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 999px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
  gap: 48px;
  align-items: center;
  max-width: var(--max);
  min-height: 650px;
  margin: 0 auto;
  padding: 84px 24px;
}
.eyebrow { margin: 0 0 15px; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.3rem); }
h1 span { color: var(--orange); }
h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 4vw, 3.6rem); }
h3 { margin-bottom: 12px; font-size: 1.55rem; }
.hero-lead { max-width: 670px; margin: 0 0 30px; color: #53626e; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 8px; font-weight: 850; text-decoration: none; }
.button.primary { color: #fff; background: var(--navy); }
.button.secondary { color: var(--navy); border-color: var(--navy); }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 28px; color: #596975; font-size: .88rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--orange); }

.hero-panel { padding: 34px; color: #fff; background: var(--navy); border-radius: 4px 44px 4px 4px; box-shadow: 0 24px 70px rgba(14, 38, 59, .18); }
.panel-label { margin: 0 0 20px; color: #f5af8a; font-size: .74rem; font-weight: 900; letter-spacing: .16em; }
.hero-panel ul { margin: 0 0 28px; padding: 0; list-style: none; }
.hero-panel li { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-weight: 750; }
.hero-panel li span { color: #f5af8a; font-size: .76rem; }
.hero-panel > a { color: #fff; font-weight: 800; text-decoration: none; }

.credential-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto 28px;
  padding: 0 24px;
}
.credential-strip > div {
  min-height: 96px;
  padding: 22px 24px;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.credential-strip > div:first-child { border-radius: 14px 0 0 14px; }
.credential-strip > div:last-child { border-right: 1px solid var(--border); border-radius: 0 14px 14px 0; }
.credential-strip small { display: block; margin-bottom: 7px; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.credential-strip strong { display: block; color: var(--navy); font-size: .92rem; line-height: 1.35; }

.safety-strip {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding: 58px max(24px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: var(--navy-deep);
}
.safety-strip h2 { margin: 0; color: #fff; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.safety-strip p:last-child { margin: 0; color: #d9e2e8; }

.pest-section { max-width: var(--max); margin: 0 auto; padding: 105px 24px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { margin: 0; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.pest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pest-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.pest-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; }
.pest-card img { width: 100%; height: 220px; object-fit: cover; background: var(--sand); }
.pest-card.featured img { height: 100%; min-height: 390px; }
.card-copy { padding: 25px; }
.pest-card.featured .card-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.card-number { display: block; margin-bottom: 18px; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.card-copy p { margin: 0 0 20px; color: var(--muted); font-size: .95rem; }
.card-copy a { color: var(--navy); font-size: .93rem; font-weight: 850; text-decoration-color: var(--orange); text-underline-offset: 5px; }

.service-area { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: var(--cream); }
.service-area h2 { margin-bottom: 0; }
.area-details { display: grid; gap: 16px; }
.area-details > div { padding: 28px; background: #fff; border-left: 5px solid var(--orange); }
.area-details strong { color: var(--navy); font-size: .78rem; letter-spacing: .1em; }
.area-details p { margin: 8px 0 0; color: var(--muted); }
.suburb-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.suburb-list li { padding: 7px 11px; color: var(--navy); background: var(--cream); border: 1px solid var(--border); border-radius: 999px; font-size: .85rem; font-weight: 800; }

.local-search-section { max-width: var(--max); margin: 0 auto; padding: 100px 24px; }
.compact-heading { margin-bottom: 36px; }
.local-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.local-service-grid article { padding: 26px; background: #fff; border: 1px solid var(--border); border-top: 5px solid var(--orange); border-radius: 12px; }
.local-service-grid h3 { font-size: 1.25rem; }
.local-service-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding: 100px max(24px, calc((100vw - var(--max)) / 2)); background: #fff; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--border); }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.faq-list p { margin: 14px 0 0; color: var(--muted); }

.contact-section { padding: 105px 24px; color: #fff; text-align: center; background: var(--orange); }
.contact-section .eyebrow { color: var(--navy-deep); }
.contact-section h2 { margin-bottom: 15px; color: #fff; }
.contact-section > p:not(.eyebrow) { margin: 0 0 30px; }
.centred { justify-content: center; }
.button.light { color: var(--navy); background: #fff; }
.button.outline-light { color: #fff; border-color: #fff; }

footer { display: grid; gap: 14px; padding: 48px max(24px, calc((100vw - var(--max)) / 2)); color: #b9c8d3; background: var(--navy-deep); }
.footer-brand strong { color: #fff; font-size: 1.2rem; letter-spacing: .04em; }
.footer-brand strong span { color: var(--orange); }
.footer-brand > span { margin-left: 12px; font-size: .72rem; letter-spacing: .1em; }
footer p, footer small { margin: 0; }
footer details { max-width: 900px; font-size: .78rem; }
footer summary { cursor: pointer; color: #fff; font-weight: 700; }
footer details p { margin-top: 8px; }
footer small { max-width: 900px; font-size: .76rem; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  nav a:not(.nav-call) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  .hero-panel { max-width: 620px; }
  .safety-strip, .section-heading, .service-area, .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .local-service-grid { grid-template-columns: repeat(2, 1fr); }
  .pest-grid { grid-template-columns: repeat(2, 1fr); }
  .pest-card.featured { grid-column: span 2; }
  .credential-strip { grid-template-columns: repeat(2, 1fr); }
  .credential-strip > div:nth-child(2) { border-right: 1px solid var(--border); border-radius: 0 14px 0 0; }
  .credential-strip > div:first-child { border-radius: 14px 0 0 0; }
  .credential-strip > div:nth-child(3) { border-radius: 0 0 0 14px; }
  .credential-strip > div:last-child { border-radius: 0 0 14px 0; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-type strong { font-size: 1.08rem; }
  .brand-type small { font-size: .57rem; }
  .nav-call { display: none; }
  .hero { gap: 34px; padding: 52px 18px 66px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-actions { display: grid; }
  .hero-panel { padding: 26px; border-radius: 4px 30px 4px 4px; }
  .credential-strip { grid-template-columns: 1fr; margin-bottom: 0; padding: 0 18px 55px; }
  .credential-strip > div { min-height: auto; border-right: 1px solid var(--border); border-bottom: 0; }
  .credential-strip > div:first-child { border-radius: 14px 14px 0 0; }
  .credential-strip > div:nth-child(2), .credential-strip > div:nth-child(3) { border-radius: 0; }
  .credential-strip > div:last-child { border-bottom: 1px solid var(--border); border-radius: 0 0 14px 14px; }
  .safety-strip, .service-area, .faq-section { padding: 68px 18px; }
  .local-search-section { padding: 75px 18px; }
  .local-service-grid { grid-template-columns: 1fr; }
  .pest-section { padding: 75px 18px; }
  .pest-grid { grid-template-columns: 1fr; }
  .pest-card.featured { grid-column: span 1; display: block; }
  .pest-card.featured img { height: 240px; min-height: 0; }
  .pest-card.featured .card-copy { padding: 25px; }
  .contact-section { padding: 76px 18px; }
  .footer-brand > span { display: block; margin: 5px 0 0; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 30; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 30px rgba(14,38,59,.16); }
  .mobile-actions a { padding: 17px 12px; color: #fff; background: var(--navy); font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--orange); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
