:root {
  --burgundy: #8f2940;
  --burgundy-dark: #642536;
  --ink: #252326;
  --slate: #626066;
  --paper: #f7f5f2;
  --white: #fff;
  --blueprint: #d8e5e7;
  --line: #e2ded8;
  --display: "DM Sans", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shell: min(1140px, calc(100% - 40px));
  --section: clamp(64px, 7vw, 96px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--body); 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; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #d8aa43; outline-offset: 4px; }
.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; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section); }

.topbar { background: #4a4649; color: #f1eeee; font-size: 12px; letter-spacing: .01em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; gap: 28px; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(37,35,38,.1); backdrop-filter: blur(12px); }
.header__inner { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { flex: 0 0 auto; }
.brand img { width: 218px; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--burgundy); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-call { align-self: center; min-width: 198px; display: flex; flex-direction: column; justify-content: center; padding: 12px 20px; border-radius: 10px; background: var(--burgundy); color: white; }
.header-call span { font-size: 11px; letter-spacing: .02em; }
.header-call strong { font-family: var(--display); font-size: 19px; font-weight: 600; line-height: 1.3; letter-spacing: 0; }
.nav-toggle { display: none; padding: 8px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero__image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,35,38,.76) 0%, rgba(37,35,38,.54) 48%, rgba(37,35,38,.12) 82%), url("assets/hero-surveyor.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero__grid, .contact__grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero__grid::after { content: none; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: end; gap: 8vw; padding-block: 90px; }
.hero__copy { max-width: 720px; }
.eyebrow { margin: 0 0 16px; color: var(--burgundy); font-size: 13px; font-weight: 700; letter-spacing: .025em; }
.hero .eyebrow { color: var(--white); }
.eyebrow--light { color: #f2cbd3; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
.hero h1 { max-width: 680px; font-size: clamp(40px, 4.6vw, 60px); }
.hero h1 em { color: #f2bbc6; font-style: normal; }
.hero__lead { max-width: 610px; margin: 26px 0 0; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.75; color: #f0edeb; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 700; transition: background .2s, color .2s, box-shadow .2s; }
.button:hover { box-shadow: 0 6px 18px rgba(37,35,38,.14); }
.button--primary { background: var(--burgundy); color: white; }
.button--primary:hover { background: #a63a54; }
.button--ghost { border-color: rgba(255,255,255,.6); color: white; }
.button--ghost:hover { background: var(--white); color: var(--ink); }
.hero__proof { padding: 24px 0 24px 28px; border-left: 1px solid rgba(255,255,255,.3); }
.proof__number { font-family: var(--display); font-size: 40px; font-weight: 600; line-height: 1; }
.proof__number span { color: #f2bbc6; }
.hero__proof > p { margin: 12px 0 22px; font-size: 14px; color: #ded9d9; }
.proof__line { width: 48px; height: 2px; background: #d98b9d; }
.hero__proof ul { margin: 20px 0 0; padding: 0; list-style: none; font-size: 13px; }
.hero__proof li { margin: 7px 0; }
.hero__proof li::before { content: "+"; margin-right: 9px; color: #f2bbc6; }
.hero__scroll { position: absolute; z-index: 3; right: 30px; bottom: 28px; display: flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .03em; writing-mode: vertical-rl; }
.hero__scroll i { height: 54px; width: 1px; background: rgba(255,255,255,.7); }

.section-heading h2, .about h2, .coverage h2, .faq h2, .contact h2, .journey h2 { font-size: clamp(32px, 3.5vw, 48px); }
.section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; margin-bottom: 42px; }
.section-heading--split > p { margin: 0 0 6px; color: var(--slate); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: box-shadow .2s, border-color .2s; }
.service-card:hover { z-index: 2; border-color: #d7d1ca; box-shadow: 0 10px 28px rgba(45,35,38,.07); }
.service-card--feature { background: var(--paper); }
.service-card--dark { background: #514a4e; color: white; }
.service-card__index { align-self: flex-end; font-family: var(--display); font-size: 17px; color: var(--burgundy); }
.service-card__type { margin: 0 0 9px; color: var(--burgundy); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.service-card--dark .service-card__type, .service-card--dark .service-card__index { color: #f2cbd3; }
.service-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1.3; }
.service-card p:not(.service-card__type) { color: var(--slate); font-size: 14px; }
.service-card--dark p:not(.service-card__type) { color: #d6d0d2; }
.service-card a { display: inline-flex; justify-content: space-between; width: 100%; padding-top: 18px; border-top: 1px solid var(--line); color: var(--burgundy); font-size: 13px; font-weight: 700; }
.service-card--dark a { border-color: #61595e; color: white; }

.journey { position: relative; overflow: hidden; background: #743347; color: white; }
.journey::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; bottom: -300px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.025); }
.journey__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; }
.journey__intro { position: sticky; top: 150px; align-self: start; }
.journey__intro p:not(.eyebrow) { color: #e2d6d9; }
.text-link { display: inline-flex; gap: 30px; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.journey__steps { margin: 0; padding: 0; list-style: none; }
.journey__steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.22); }
.journey__steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.journey__steps li > span { font-family: var(--display); font-size: 20px; color: #f2cbd3; }
.journey__steps strong { font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.3; }
.journey__steps p { margin: 8px 0 0; color: #e0d4d7; }

.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.about__visual { position: relative; padding: 0 40px 40px 0; }
.about__visual::before { content: ""; position: absolute; inset: 36px 0 0 42px; background: var(--blueprint); }
.about__visual img { position: relative; z-index: 1; width: 100%; min-height: 520px; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.about__stamp { position: absolute; z-index: 2; right: -8px; bottom: 0; width: 165px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--burgundy); color: white; text-align: center; }
.about__stamp strong { font-family: var(--display); font-size: 36px; font-weight: 600; line-height: 1; }
.about__stamp span { font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: .02em; }
.about__lead { font-size: 19px; font-weight: 700; }
.about__copy > p:not(.eyebrow) { color: var(--slate); }
.about__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.about__facts strong, .about__facts span { display: block; }
.about__facts strong { font-family: var(--display); font-size: 18px; font-weight: 600; }
.about__facts span { color: var(--slate); font-size: 11px; line-height: 1.35; }

.coverage { padding-block: 65px; background: var(--paper); }
.coverage__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.coverage h2 { font-size: clamp(30px, 3.2vw, 42px); }
.coverage__inner > p { margin: 0; color: var(--slate); font-weight: 600; line-height: 2.1; }

.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.section-heading > p:not(.eyebrow) { color: var(--slate); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 48px 23px 0; list-style: none; font-family: var(--display); font-size: 18px; font-weight: 600; line-height: 1.4; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 6px; top: 50%; width: 18px; height: 2px; background: var(--burgundy); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -5px 60px 28px 0; color: var(--slate); }

.contact { position: relative; overflow: hidden; background: #454044; color: white; }
.contact__grid { opacity: .06; mask-image: linear-gradient(90deg, black, transparent); }
.contact__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact__copy > p:not(.eyebrow) { max-width: 520px; color: #ded9da; }
.contact__direct { display: grid; gap: 14px; margin-top: 36px; }
.contact__direct a { display: flex; flex-direction: column; }
.contact__direct span { color: #d5ced0; font-size: 12px; letter-spacing: .02em; }
.contact__direct strong { font-family: var(--display); font-size: 20px; font-weight: 600; }
.quote-form { padding: clamp(26px, 5vw, 48px); border-radius: 16px; background: white; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 17px; font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; margin-top: 7px; padding: 13px 0; border: 0; border-bottom: 1px solid #bcb8b2; border-radius: 0; background: transparent; color: var(--ink); font-size: 15px; text-transform: none; transition: border-color .2s; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { outline: 0; border-color: var(--burgundy); }
.form-submit { width: 100%; margin-top: 8px; border: 0; }
.form-note { margin: 12px 0 0; color: var(--slate); font-size: 11px; line-height: 1.45; }

.site-footer { padding-top: 70px; background: #f0eeea; }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 6vw; padding-bottom: 60px; }
.footer__brand img { width: 230px; margin-bottom: 24px; }
.footer__brand p { max-width: 320px; color: var(--slate); }
.footer__brand .abn { color: var(--ink); font-size: 12px; font-weight: 800; }
.footer__grid h2 { margin-bottom: 20px; font-size: 20px; }
.footer__grid address, .footer__grid p { font-style: normal; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid a, .footer__grid address, .footer__grid > div > p { margin: 3px 0; font-size: 13px; color: var(--slate); }
.footer__grid a:hover { color: var(--burgundy); }
.footer__base { display: flex; justify-content: space-between; padding-block: 18px; border-top: 1px solid #d0ccc5; color: var(--slate); font-size: 11px; }
.footer__base p { margin: 0; }

.reveal, .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .topbar__links span, .site-nav { display: none; }
  .header__inner { height: 78px; }
  .header-call { margin-left: auto; }
  .nav-toggle { display: block; order: 3; }
  .site-nav.is-open { position: absolute; top: 78px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; background: white; border-bottom: 1px solid var(--line); }
  .site-nav.is-open a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero__inner { grid-template-columns: 1fr 220px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about__facts { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(calc(100% - 30px), 1140px); --section: 60px; }
  .topbar__inner { justify-content: center; text-align: center; }
  .header__inner { gap: 14px; }
  .brand img { width: 180px; }
  .header-call { min-width: 0; align-self: auto; padding: 10px 12px; }
  .header-call span { display: none; }
  .header-call strong { font-size: 17px; }
  .hero { min-height: 620px; }
  .hero__image { background: linear-gradient(180deg, rgba(37,35,38,.82) 0%, rgba(37,35,38,.52) 62%, rgba(37,35,38,.78) 100%), url("assets/hero-surveyor.jpg") 57% center/cover no-repeat; }
  .hero__inner { grid-template-columns: 1fr; align-items: center; padding-block: 62px; }
  .hero h1 { font-size: clamp(36px, 10vw, 46px); }
  .hero__proof, .hero__scroll { display: none; }
  .button { width: 100%; }
  .section-heading--split, .journey__layout, .about__grid, .coverage__inner, .faq__grid, .contact__layout { grid-template-columns: 1fr; gap: 40px; }
  .section-heading--split { margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .journey__intro { position: static; }
  .about__visual { padding: 0 22px 25px 0; }
  .about__visual img { min-height: 380px; }
  .about__stamp { right: -4px; width: 145px; }
  .about__stamp strong { font-size: 38px; }
  .about__facts { grid-template-columns: repeat(3, 1fr); }
  .faq__grid { gap: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .topbar__links, .header-call { display: none; }
  .nav-toggle { margin-left: auto; }
  .hero__lead { font-size: 16px; }
}

@media (max-width: 470px) {
  .brand img { width: 150px; }
  .header-call { display: none; }
  .nav-toggle { margin-left: auto; }
  .hero__actions { flex-direction: column; }
  .about__facts, .footer__grid { grid-template-columns: 1fr; }
  .about__facts { gap: 20px; }
  .footer__brand { grid-column: auto; }
  .footer__base { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
