@charset "utf-8";
/* HAO Design — rebuilt stylesheet, 2026-07.
   Same visual design as the original site, made responsive.
   Brand colours: red #FF3E3C (home/general), orange #FF9900 (projects), blue #0066FF (services). */

:root {
  --red: #FF3E3C;
  --red-hover: #FF6633;
  --orange: #FF9900;
  --orange-hover: #FFCC33;
  --blue: #0066FF;
  --blue-hover: #0099FF;
  --ink: #333333;
  --grey: #8C8C8C;
  --section: var(--red);
  --section-hover: var(--red-hover);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 10px 12px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--ink);
  background: #ffffff;
}

img { max-width: 100%; height: auto; border: 0; }
a { text-decoration: none; color: inherit; }

/* ---------- Header ---------- */
.site-header {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  max-width: 960px;
}
.site-header .logo img { width: 140px; height: auto; display: block; }
.main-nav {
  flex: 1;
  display: flex;
  border-bottom: 2px solid var(--section);
  /* no bottom padding: the active (coloured) tab must meet the coloured
     underline with no white gap */
  padding: 3px 0 0;
}
.main-nav a {
  font-family: Arial, Courier, verdana;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 6px 0;
  width: 20%;
  margin-right: 20%;
}
.main-nav a:last-child { margin-right: 0; }
.main-nav a:hover { color: #993300; }
.main-nav a.active {
  background-color: var(--section);
  color: #FFFFFF;
}

/* ---------- Layout ---------- */
.layout {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 15px;
  max-width: 960px;
  margin-top: 18px;
  align-items: start;
}

/* ---------- Sidebar ---------- */
.side .haoName { font-size: 14px; font-weight: bold; color: #FF0000; }
.side .haoCo { font-size: 14px; font-weight: bold; color: var(--grey); }
.contact {
  font-size: 13px;
  color: #626060;
  text-align: right;
  margin: 12px 0;
  border-collapse: separate;
  border-spacing: 3px;
  margin-left: auto;
}
.contact img { width: 15px; height: 15px; }
.contact a { color: #626060; }
.contact a:hover { color: var(--red); }
.serviceName {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.mainheader, .mainheaderLarge, .mainheaderUnderline {
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
}
.mainheaderLarge { font-size: 14px; }
.mainheaderUnderline, .mainheaderUnderline a:hover { text-decoration: underline; }

/* Sidebar button menus — red (general), orange (projects), blue (services) */
.sidebar a, .project a, .service a {
  font-size: 12px;
  display: block;
  margin: 1px;
  padding: 7px;
  color: #FFFFFF;
  border: 1px solid;
}
.sidebar a { background-color: var(--red); }
.sidebar a:hover { background-color: var(--red-hover); }
.project a { background-color: var(--orange); }
.project a:hover { background-color: var(--orange-hover); }
.service a { background-color: var(--blue); }
.service a:hover { background-color: var(--blue-hover); }

/* ---------- Content ---------- */
.content { min-width: 0; max-width: 800px; }

.breadcrumb { font-size: 11px; margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--red); }

/* Project / home image grid */
.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 6px;
}
.pgrid figure { margin: 0; text-align: center; }
.pgrid figure a img { transition: 0.3s; }
.pgrid figure a:hover img { opacity: 0.8; transform: scale(1.03); }
.pgrid .txtcell { align-self: center; font-size: 14px; }

/* ---------- Legacy content (carried over from the old pages) ---------- */
.content table { max-width: 100%; }
.content iframe { max-width: 100%; border: 0; }

.bodyfont { font-size: 12px; font-weight: bolder; color: #FFFFFF; text-align: left; }
.bodytext, .contentfont, .contentfontnounder { font-family: Arial, Courier, verdana; font-size: 14px; color: var(--ink); }
.contentfont a:hover { text-decoration: underline; color: #FF0000; }
.contentfont a:visited { font-style: italic; color: #666666; }
.contentfontGrey { font-family: Arial, Courier, verdana; font-size: 14px; color: #666666; font-weight: bold; }
.contentfontItalic { font-size: 14px; font-style: italic; color: var(--ink); font-weight: bold; }
.smallfont { font-size: 11px; }
.copyright { font-size: 9px; font-style: italic; text-align: center; }
.note { font-size: 9px; font-style: italic; font-weight: bold; text-align: left; }
.projectfont, .projectfont a { font-family: Arial, Courier, verdana; font-size: 14px; text-align: center; color: #000000; font-weight: bold; }
.projectfont a:hover { color: #993300; }
.proFontColour, .serviceFontColour { color: #FF0000; font-style: italic; font-weight: bolder; letter-spacing: 0.1em; }
.serHead { font-size: 14px; font-weight: bold; color: var(--blue); text-align: left; }
.haoName { font-size: 14px; font-weight: bold; color: #FF0000; }
.haoCo { font-size: 14px; font-weight: bold; color: var(--grey); }
.aniName, .aniName a { font-size: 16px; font-weight: bold; color: #FF6600; text-align: left; }
.aniName a:hover { color: var(--orange); font-style: italic; }
.aniName a:visited { color: #999999; font-style: italic; }
.aniPage { font-size: 12px; font-weight: bold; color: #FF6600; text-align: right; }
.orange { font-size: 16px; color: #FF6600; }
.orangeSmall { font-size: 12px; font-weight: bold; color: #FF6600; }
.Red { color: #FF0000; font-size: 14px; }
.whtie14 { font-size: 14px; font-weight: bold; color: #FFFFFF; text-align: left; }
.clicktoview { color: #666666; letter-spacing: 0.1em; font-size: 11px; }
.top { font-size: 11px; font-weight: bold; color: #000000; background-color: #CCCCCC; padding: 1px 3px; }
.bgheadfont { font-family: Arial, Courier, verdana; font-size: 14px; color: #FFFFFF; text-align: center; font-weight: bold; }
.baseBrRed { border-bottom: 2px solid var(--red); }
.baseBrOrange { border-bottom: 2px solid var(--orange); }
.baseBrBlue { border-bottom: 2px solid var(--blue); }
.background { background-image: url(../pic/homebgl.jpg); background-repeat: no-repeat; background-position: right; }
.zoomimg { transition: 0.3s; }
.zoomimg:hover { opacity: 0.8; transform: scale(1.05); }

/* ---------- Footer ---------- */
.site-footer {
  max-width: 960px;
  margin: 30px 0 0;
  padding: 10px 0 16px;
  text-align: center;
}
.site-footer .smallfont a:hover { color: var(--red); }

/* ---------- Mobile ---------- */
@media (max-width: 760px) {
  .site-header { flex-direction: column; align-items: stretch; gap: 8px; }
  .site-header .logo img { width: 110px; }
  .main-nav a { width: 33.33%; margin-right: 0; }

  .layout { grid-template-columns: 1fr; }

  .side .contact { margin-left: 0; text-align: left; }
  /* side menus become a wrapping button row */
  .sidebar, .project, .service { display: flex; flex-wrap: wrap; }
  .sidebar a, .project a, .service a { flex: 1 1 auto; text-align: center; }

  /* linearise legacy layout tables so nothing overflows the phone screen */
  .content table, .content tbody, .content tr, .content td, .content th {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .content td:empty { display: none; }
  .content iframe { width: 100% !important; min-height: 300px; }
}

/* ============================================================= Round 2 */
/* About headings — these classes were undefined, so the headings rendered as
   plain text. Define them so "Unlock the value in your property" matches the
   "A track record that compounds" heading (item 7a). */
.mainheader16 { font-size: 16px; font-weight: bold; color: #000; }
.mainheaderspacing {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 14px 0 6px;
}

/* Reusable red call-to-action button + plain alt link */
.btn {
  display: inline-block;
  background: var(--red);
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 2px;
}
.btn:hover { background: var(--red-hover); }
a.alt { color: #626060; text-decoration: underline; }

/* Homepage intro (item 2) */
.intro { max-width: 760px; margin: 0 0 22px; }
.intro h1 { font-size: 22px; color: var(--red); margin: 0 0 10px; line-height: 1.25; }
.intro p { font-size: 14px; line-height: 1.55; margin: 0 0 10px; }
.intro a { color: #000; text-decoration: underline; }

/* Quote form (item 5) */
.formcard {
  max-width: 520px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}
.formcard h1 { font-size: 20px; color: var(--red); margin: 0 0 6px; }
.formcard .subtitle { font-size: 13px; color: #555; margin: 0 0 16px; line-height: 1.5; }
.formcard label { display: block; font-size: 13px; font-weight: bold; margin: 12px 0 4px; }
.formcard input, .formcard select, .formcard textarea {
  width: 100%;
  padding: 9px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #bbb;
  border-radius: 3px;
}
.formcard textarea { min-height: 110px; resize: vertical; }
.formcard .req { color: var(--red); }
.formcard button {
  margin-top: 16px;
  background: var(--red);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border: 0;
  padding: 11px 22px;
  border-radius: 3px;
  cursor: pointer;
}
.formcard button:hover { background: var(--red-hover); }
.formcard .footnote { font-size: 11px; color: #777; margin-top: 12px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* 3D visualisation slideshow (item 6) — grid-stack crossfade, no libraries */
.slideshow { display: grid; max-width: 400px; }
.slideshow img {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.slideshow img.active { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .slideshow img { transition: none; }
}

/* Landing pages (lmr / homes / commercial) + coming-soon */
.landing, .comingsoon { max-width: 760px; }
.landing h1, .comingsoon h1 { font-size: 22px; color: var(--red); margin: 0 0 14px; line-height: 1.25; }
.landing h2 { font-size: 16px; color: #000; margin: 22px 0 6px; }
.landing p, .landing li, .comingsoon p { font-size: 14px; line-height: 1.55; }
.landing ul { margin: 8px 0 8px 18px; }
.landing .cta { margin-top: 24px; }
.landing .contactblock { margin-top: 10px; font-size: 13px; color: #555; }
.landing .contactblock a, .comingsoon a { color: var(--red); }
