* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}

.holding-page {
  width: 100%;
  max-width: 1536px;
  min-height: 100vh;
  background: #ffffff;
}

.artboard {
  position: relative;
  width: 100%;
}

.mobile-site {
  display: none;
}

.artboard img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  outline-offset: 3px;
}

.hotspot:focus-visible {
  outline: 3px solid #0b63ce;
}

.nav-home {
  left: 28.3%;
  top: 2.7%;
  width: 4%;
  height: 3.8%;
}

.nav-about {
  left: 34.4%;
  top: 2.7%;
  width: 7%;
  height: 3.8%;
}

.nav-services {
  left: 42.5%;
  top: 2.7%;
  width: 8.5%;
  height: 3.8%;
}

.nav-work {
  left: 52.1%;
  top: 2.7%;
  width: 7.6%;
  height: 3.8%;
}

.nav-reviews {
  left: 60.8%;
  top: 2.7%;
  width: 6.7%;
  height: 3.8%;
}

.nav-contact {
  left: 68.2%;
  top: 2.7%;
  width: 6.1%;
  height: 3.8%;
}

.nav-quote {
  left: 85.7%;
  top: 1.6%;
  width: 9.8%;
  height: 4.4%;
}

.hero-quote {
  left: 32.4%;
  top: 61.7%;
  width: 16.9%;
  height: 5.4%;
}

.hero-work {
  left: 51.2%;
  top: 61.7%;
  width: 16.4%;
  height: 5.4%;
}

.panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 24px;
  color: #191b1b;
  text-align: center;
}

.panel h1,
.panel h2 {
  margin: 0 0 10px;
  font-size: 28px;
  text-transform: uppercase;
}

.panel p {
  margin: 0;
  color: #555b5d;
  font-size: 18px;
  line-height: 1.45;
}

.panel--contact {
  padding-bottom: 52px;
}

.panel a {
  color: #b83b20;
  font-weight: 700;
}

.site-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  color: #191b1b;
  background: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 12px clamp(20px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ececec;
}

.site-logo {
  display: flex;
  align-items: center;
  width: 210px;
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.site-nav a {
  color: #171717;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  color: #d9150d;
}

.site-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 4px;
  background: #d9150d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.page-hero {
  display: grid;
  align-items: end;
  min-height: 360px;
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 64px) clamp(44px, 6vw, 70px);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.25) 100%), url("assets/rn-brickwork-hero-crop.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero__content {
  max-width: 760px;
}

.page-kicker {
  margin: 0 0 10px;
  color: #d9150d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
  text-transform: uppercase;
}

.page-hero p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #383838;
  font-size: 19px;
  line-height: 1.5;
}

.page-content {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(38px, 6vw, 72px) 0;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  padding: 24px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #ffffff;
}

.content-card h2,
.content-card h3 {
  margin: 0 0 10px;
  color: #171717;
  font-size: 20px;
  text-transform: uppercase;
}

.content-card p,
.page-copy p {
  margin: 0 0 16px;
  color: #505050;
  font-size: 17px;
  line-height: 1.55;
}

.page-copy {
  max-width: 780px;
}

.page-copy h2 {
  margin: 0 0 12px;
  font-size: 28px;
  text-transform: uppercase;
}

.page-cta {
  margin-top: 34px;
  padding: 28px;
  border-radius: 6px;
  background: #15191a;
  color: #ffffff;
}

.page-cta h2 {
  margin: 0 0 10px;
  font-size: 24px;
  text-transform: uppercase;
}

.page-cta p {
  max-width: 680px;
  margin: 0 0 18px;
  color: #eeeeee;
  font-size: 17px;
  line-height: 1.5;
}

.page-cta a {
  color: #ffffff;
  font-weight: 800;
}

.site-footer {
  margin-top: auto;
  padding: 24px clamp(20px, 5vw, 64px);
  background: #15191a;
  color: #eeeeee;
  font-size: 14px;
}

.desktop-home-artboard {
  display: none;
}

.desktop-home-artboard img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-button--primary {
  background: #d9150d;
  color: #ffffff;
}

.mobile-button--secondary {
  border: 2px solid #d9150d;
  color: #d9150d;
  background: #ffffff;
}

.home-hero {
  display: grid;
  place-items: center;
  min-height: min(620px, calc(100vh - 92px));
  padding: clamp(58px, 8vw, 92px) 20px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.96) 32%, rgba(255, 255, 255, 0.96) 68%, rgba(255, 255, 255, 0.62) 100%), url("assets/rn-brickwork-hero-crop.jpg");
  background-position: center;
  background-size: cover;
}

.home-hero__content {
  width: min(760px, 100%);
}

.home-hero__logo {
  display: block;
  width: min(540px, 82vw);
  height: auto;
  margin: 0 auto 20px;
}

.home-kicker {
  margin: 0 0 8px;
  color: #d9150d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-hero h1 {
  margin: 0;
  color: #111111;
  font-size: clamp(36px, 5.5vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.home-hero p {
  max-width: 620px;
  margin: 16px auto 0;
  color: #343434;
  font-size: 20px;
  line-height: 1.45;
}

.home-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.home-actions .mobile-button {
  min-width: 220px;
}

.home-services {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 28px clamp(20px, 5vw, 64px);
  background: #ffffff;
}

.home-services article {
  padding: 12px 24px;
  border-right: 1px solid #d8d8d8;
}

.home-services article:last-child {
  border-right: 0;
}

.home-services h2 {
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.home-services p {
  margin: 0;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.45;
}

.home-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #343434;
}

.home-trust div {
  padding: 28px clamp(20px, 4vw, 64px);
  background: #15191a;
  color: #ffffff;
}

.home-trust strong,
.home-trust span {
  display: block;
}

.home-trust strong {
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
}

.home-trust span {
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  body {
    display: block;
  }

  .holding-page {
    max-width: none;
    overflow-x: hidden;
  }

  .artboard {
    display: none;
  }

  .mobile-site {
    display: block;
    color: #151515;
    background: #ffffff;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #ececec;
  }

  .mobile-logo {
    display: flex;
    align-items: center;
    width: min(48vw, 188px);
  }

  .mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mobile-quote-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    background: #d9150d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-hero {
    background: #ffffff;
  }

  .mobile-hero__media {
    min-height: 248px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, #ffffff 100%), url("assets/rn-brickwork-hero-crop.jpg");
    background-position: center;
    background-size: cover;
  }

  .mobile-hero__content {
    padding: 0 22px 28px;
    text-align: center;
  }

  .mobile-kicker {
    margin: 0 0 8px;
    color: #d9150d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .mobile-hero h1 {
    margin: 0 auto 12px;
    max-width: 12ch;
    color: #111111;
    font-size: 38px;
    line-height: 1.02;
    text-transform: uppercase;
  }

  .mobile-hero p {
    margin: 0 auto;
    max-width: 31rem;
    color: #3c3c3c;
    font-size: 17px;
    line-height: 1.45;
  }

  .mobile-actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
  }

  .mobile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-button--primary {
    background: #d9150d;
    color: #ffffff;
  }

  .mobile-button--secondary {
    border: 2px solid #d9150d;
    color: #d9150d;
    background: #ffffff;
  }

  .mobile-nav {
    display: flex;
    justify-content: center;
    gap: 2px;
    overflow-x: auto;
    padding: 10px 8px;
    background: #f6f6f6;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-nav a {
    flex: 0 0 auto;
    padding: 10px 7px;
    color: #1d1d1d;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-section {
    padding: 34px 18px 8px;
  }

  .mobile-section h2 {
    margin: 0 0 18px;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-service-grid {
    display: grid;
    gap: 12px;
  }

  .mobile-service-grid article {
    padding: 18px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #ffffff;
  }

  .mobile-service-grid h3 {
    margin: 0 0 8px;
    color: #151515;
    font-size: 16px;
    text-transform: uppercase;
  }

  .mobile-service-grid p {
    margin: 0;
    color: #505050;
    font-size: 15px;
    line-height: 1.45;
  }

  .mobile-strip {
    display: grid;
    gap: 1px;
    margin-top: 28px;
    background: #343434;
  }

  .mobile-strip div {
    padding: 18px 22px;
    background: #15191a;
    color: #ffffff;
  }

  .mobile-strip strong,
  .mobile-strip span {
    display: block;
  }

  .mobile-strip strong {
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
  }

  .mobile-strip span {
    color: #eeeeee;
    font-size: 14px;
    line-height: 1.4;
  }

  .panel {
    padding: 30px 20px;
    text-align: left;
  }

  .panel h1,
  .panel h2 {
    font-size: 22px;
  }

  .panel p {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 4px;
  }

  .site-quote {
    position: absolute;
    top: 18px;
    right: 18px;
    min-height: 40px;
    padding-inline: 16px;
  }

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

  .home-hero {
    min-height: auto;
    padding: 0;
    background-image: none;
  }

  .home-hero::before {
    content: "";
    display: block;
    width: 100%;
    min-height: 248px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, #ffffff 100%), url("assets/rn-brickwork-hero-crop.jpg");
    background-position: center;
    background-size: cover;
  }

  .home-hero__content {
    padding: 0 22px 28px;
  }

  .home-hero__logo {
    display: none;
  }

  .home-hero h1 {
    max-width: 12ch;
    margin: 0 auto;
    font-size: 38px;
    line-height: 1.02;
  }

  .home-hero p {
    font-size: 17px;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: stretch;
    width: min(100%, 320px);
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-actions .mobile-button {
    justify-self: stretch;
    inline-size: 100%;
    min-width: 0;
    width: 100%;
    white-space: nowrap;
  }

  .home-services {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px 18px 8px;
  }

  .home-services article {
    padding: 18px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
  }

  .home-trust {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .home-trust div {
    padding: 18px 22px;
  }
}

@media (min-width: 861px) {
  .home-page {
    max-width: 1536px;
    margin: 0 auto;
  }

  .home-page > .site-header,
  .home-page > .home-hero,
  .home-page > .home-services,
  .home-page > .home-trust,
  .home-page > .page-content,
  .home-page > .site-footer {
    display: none;
  }

  .desktop-home-artboard {
    position: relative;
    display: block;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .mobile-header {
    padding-inline: 14px;
  }

  .mobile-logo {
    width: 158px;
  }

  .mobile-quote-link {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .mobile-hero h1 {
    font-size: 33px;
  }

  .site-logo {
    width: 158px;
  }

  .site-nav {
    gap: 10px 14px;
  }

  .site-nav a {
    font-size: 12px;
  }

  .site-quote {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 12px;
  }
}
