:root {
  --ink: #102528;
  --muted: #5f7172;
  --paper: #f5f7f2;
  --white: #ffffff;
  --green: #1e6b5c;
  --green-dark: #12493f;
  --lime: #c9df58;
  --line: rgba(16, 37, 40, .12);
  --shadow: 0 22px 70px rgba(21, 58, 53, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 247, 242, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(0,0,0,.05); }

.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.brand-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
}
.terra-word {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: .01em;
  color: #ffffff;
  -webkit-text-stroke: 2px #cf2d31;
  text-transform: uppercase;
}
.surveys-word {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #111111;
  line-height: .95;
}
.brand-tagline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: .01em;
  color: #111111;
}
.footer-lockup .terra-word { font-size: 40px; }
.footer-lockup .surveys-word { font-size: 36px; }
.footer-lockup .brand-tagline { font-size: 19px; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.main-nav a:hover { color: var(--green); }
.main-nav .nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  color: white;
  background: var(--green-dark);
}
.main-nav .nav-cta:hover { color: white; background: var(--green); }

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 15%, rgba(201, 223, 88, .24), transparent 28%),
    linear-gradient(180deg, #f8faf5 0%, #edf2e7 100%);
}
.hero-grid {
  min-height: 710px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 54px;
  padding-top: 55px;
  padding-bottom: 65px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, .section h2 {
  margin: 0;
  font-family: "Roboto Slab", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(52px, 7vw, 92px); }
.hero h1 span { color: var(--green); }
.hero-lead {
  max-width: 650px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green-dark);
  color: white;
  box-shadow: 0 13px 28px rgba(18, 73, 63, .2);
}
.btn-primary:hover { background: var(--green); }
.btn-secondary {
  background: rgba(255,255,255,.55);
  border-color: var(--line);
}

.hero-proof {
  display: flex;
  gap: 34px;
  margin-top: 44px;
}
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 20px; color: var(--green-dark); }
.hero-proof span { color: var(--muted); font-size: 12px; }

.map-card {
  position: relative;
  min-height: 535px;
  border: 1px solid rgba(16,37,40,.12);
  border-radius: 32px;
  background: #fcfdf9;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  overflow: hidden;
}
.grid-lines {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(30,107,92,.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,107,92,.1) 1px, transparent 1px);
  background-size: 30px 30px;
}
.survey-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.survey-map .contour { fill: none; stroke: #a8b9ad; stroke-width: 2.2; }
.survey-map .lot-outline { fill: rgba(201,223,88,.15); stroke: var(--green-dark); stroke-width: 5; }
.survey-map .building { fill: rgba(30,107,92,.13); stroke: var(--green); stroke-width: 4; }
.survey-map .building-detail { fill: none; stroke: var(--green); stroke-width: 2; }
.survey-map .point { fill: var(--lime); stroke: var(--green-dark); stroke-width: 3; }
.survey-map .measure { fill: none; stroke: var(--green); stroke-width: 1.8; stroke-dasharray: 7 7; }
.survey-map text { font: 700 16px Manrope, sans-serif; fill: var(--green-dark); }

.floating-badge {
  position: absolute;
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 35px rgba(0,0,0,.1);
  font-weight: 800;
  font-size: 13px;
}
.floating-badge span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--lime);
}
.badge-one { left: 25px; bottom: 36px; }
.badge-two { right: 24px; top: 32px; }

.hero-band {
  background: var(--green-dark);
  color: white;
}
.band-content {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}
.band-content span { white-space: nowrap; }
.band-content span:not(:last-child)::after {
  content: "•";
  margin-left: 30px;
  color: var(--lime);
}

.section { padding: 105px 0; }
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading.compact { grid-template-columns: 1fr; max-width: 760px; }
.section h2 { font-size: clamp(38px, 5vw, 62px); }
.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.service-card {
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.service-card.featured {
  grid-row: span 2;
  min-height: 760px;
  background: var(--green-dark);
  color: white;
  padding: 32px;
}
.service-card.featured p, .service-card.featured li { color: rgba(255,255,255,.82); }
.featured-inner {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}
.featured-copy h3 { margin-top: 20px; }
.service-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(30,107,92,.1);
  color: var(--green);
  font-weight: 800;
}
.featured .service-icon { background: var(--lime); color: var(--green-dark); }
.service-card h3 { margin: 24px 0 10px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card ul { padding-left: 18px; margin: 18px 0 0; }
.service-card li { margin: 10px 0; font-size: 14px; }

.feature-plan-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-plan-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.feature-plan-image {
  width: 75%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.about { background: #e9eee3; }
.about-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center;
}
.about-panel > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
}
.check-grid span {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
  font-size: 14px;
}
.check-grid span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
}

.equipment-card {
  padding: 38px;
  border-radius: 28px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}
.mini-label {
  color: var(--lime);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.equipment-card h3 { font: 700 34px/1.2 "Roboto Slab", Georgia, serif; }
.equipment-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.equipment-list span { color: rgba(255,255,255,.55); font-size: 13px; }
.equipment-list strong { text-align: right; font-size: 14px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.process-grid article {
  padding: 28px;
  border-top: 3px solid var(--green);
  background: white;
  box-shadow: 0 12px 35px rgba(0,0,0,.045);
}
.process-grid article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lime);
  font-weight: 800;
}
.process-grid h3 { margin: 24px 0 10px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.coverage {
  background: linear-gradient(180deg, #234646 0%, #2f5857 100%);
  color: white;
  overflow: hidden;
}
.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.coverage .eyebrow { color: #dff48a; }
.coverage p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 580px; }
.region-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.region-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: 13px;
}
.wa-map {
  position: relative;
  min-height: 480px;
}
.wa-map svg {
  width: 100%;
  height: 480px;
  display: block;
  margin: auto;
}
.wa-outline {
  fill: rgba(255,255,255,.05);
  stroke: rgba(255,255,255,.78);
  stroke-width: 6;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.perth-dot { fill: #eaf86a; }
.perth-pulse {
  fill: none;
  stroke: #eaf86a;
  stroke-width: 4;
  opacity: .65;
  vector-effect: non-scaling-stroke;
}
.perth-line {
  stroke: rgba(234,248,106,.95);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}
.perth-text {
  fill: white;
  font: 700 28px Manrope, sans-serif;
}

.contact { background: #f8f9f5; }
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
}
.contact-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-details { display: grid; gap: 18px; margin-top: 38px; }
.contact-details a, .contact-details > div {
  display: grid;
  text-decoration: none;
}
.contact-details small { color: var(--muted); }
.contact-details strong { font-size: 17px; }

.quote-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; font-weight: 800; font-size: 13px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fbfcfa;
  padding: 13px 14px;
  color: var(--ink);
  outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(30,107,92,.1);
}
.full-width { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.site-footer {
  padding: 52px 0 22px;
  background: #3b6363;
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 40px;
}
.footer-brand { margin-bottom: 20px; }
.footer-grid p { color: rgba(255,255,255,.74); font-size: 13px; }
.footer-links { display: grid; gap: 11px; align-content: start; }
.footer-links a { text-decoration: none; }
.footer-meta { text-align: right; }
.footer-fineprint {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-fineprint small {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  letter-spacing: .04em;
}

@media (max-width: 1080px) {
  .terra-word { font-size: 42px; }
  .surveys-word { font-size: 38px; }
  .brand-tagline { font-size: 20px; }
}

@media (max-width: 980px) {
  .hero-grid, .about-grid, .coverage-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 75px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 680px; width: 100%; margin: 0 auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card.featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 560px;
  }
  .featured-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .coverage-grid > div:first-child { max-width: 720px; }
  .contact-copy { max-width: 720px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 26px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    inset: 74px 13px auto;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .main-nav .nav-cta { text-align: center; }
  .hero-grid { min-height: auto; gap: 35px; padding-top: 55px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { font-size: 17px; }
  .hero-proof { gap: 20px; flex-wrap: wrap; }
  .hero-proof strong { font-size: 17px; }
  .map-card { min-height: 410px; border-radius: 22px; }
  .floating-badge { padding: 9px 11px; font-size: 11px; }
  .band-content { overflow-x: auto; justify-content: flex-start; }
  .section { padding: 78px 0; }
  .section h2 { font-size: 40px; }
  .service-grid, .process-grid, .check-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card.featured { min-height: 480px; }
  .feature-plan-frame { min-height: 360px; padding: 18px; }
  .feature-plan-image { width: 88%; }
  .equipment-card { padding: 28px; }
  .equipment-card h3 { font-size: 28px; }
  .wa-map { min-height: 390px; }
  .wa-map svg { height: 390px; }
  .quote-form { padding: 22px; }
  .footer-meta { text-align: left; }
  .terra-word { font-size: 30px; -webkit-text-stroke: 1.5px #cf2d31; }
  .surveys-word { font-size: 28px; }
  .brand-tagline { font-size: 16px; }
  .perth-text { font-size: 24px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 44px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .map-card { min-height: 350px; }
  .badge-two { top: 14px; right: 12px; }
  .badge-one { left: 12px; bottom: 18px; }
  .feature-plan-image { width: 94%; }
}


.plan-click-note {
  margin: 10px 0 0;
  text-align: center;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 700;
}

.feature-plan-image,
.service-photo {
  cursor: zoom-in;
}

.service-photo-wrap {
  margin-top: 18px;
}

.service-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}

.service-gallery.vertical {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.service-gallery.vertical .service-photo {
  height: 120px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 30px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 19, .88);
}

.lightbox-image {
  position: relative;
  z-index: 2;
  max-width: min(92vw, 1400px);
  max-height: 82vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  background: white;
}

.lightbox-caption {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  color: white;
  font-weight: 700;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  color: white;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close:hover {
  background: rgba(255,255,255,.22);
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .service-photo {
    height: 170px;
  }

  .service-gallery.vertical .service-photo {
    height: 150px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox-image {
    max-width: 94vw;
    max-height: 76vh;
  }
}


.service-photo-caption {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.featured .service-photo-caption,
.coverage .service-photo-caption,
.gallery-title {
  color: rgba(255,255,255,.9);
}

.gallery-title {
  margin: 16px 0 10px;
  text-align: center;
}

.wa-map {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-map-image {
  max-width: 100%;
  width: min(100%, 420px);
  height: auto;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  padding: 10px;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
  cursor: zoom-in;
}

.equipment-copy p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
}


.spam-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.human-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  padding: 12px 14px;
  margin: 2px 0 18px !important;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f7f9f6;
  font-weight: 700 !important;
}

.human-check input {
  width: 18px !important;
  height: 18px;
  margin: 0;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .process-grid { grid-template-columns: 1fr; }
}


.hero-visual {
  width: 100%;
}

.hero-photo-card {
  position: relative;
  min-height: 535px;
  border: 1px solid rgba(16,37,40,.12);
  border-radius: 32px;
  background: #dfe6df;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 26, .10) 0%, rgba(7, 20, 26, .28) 100%);
}

@media (max-width: 760px) {
  .hero-photo-card {
    min-height: 410px;
    border-radius: 22px;
  }
}

@media (max-width: 420px) {
  .hero-photo-card {
    min-height: 350px;
  }
}


.hipages-strip {
  margin-top: 26px;
}

.hipages-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.hipages-logo {
  width: 108px;
  height: auto;
  border-radius: 4px;
}

.hipages-badge div {
  display: grid;
  gap: 2px;
}

.hipages-badge strong {
  font-size: 14px;
}

.hipages-badge span {
  color: #5f7172;
  font-size: 12px;
}

@media (max-width: 620px) {
  .hipages-badge {
    width: 100%;
    align-items: flex-start;
  }

  .hipages-logo {
    width: 92px;
  }
}


.secondary-photo {
  margin-top: 12px;
  object-fit: contain;
  background: #f2f2f2;
  padding: 10px;
}


.hipages-link {
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hipages-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
}
