/*
Theme Name: Home of Stone
Theme URI: https://www.homeofstone.com.au
Author: Home of Stone
Description: Custom theme cloned from homeofstone.com.au. Reconstituted stone cladding specialist, Newcastle NSW.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: home-of-stone
*/

:root {
  --bg: #ffffff;
  --surface: #eaeaea;
  --ink: #333333;
  --accent: #0a32ab;
  --taupe: #bbb8ac;
  --heading: #171717;
  --muted: #6c6c6c;
  --footer: #111111;
  --white: #ffffff;
  --font-display: "Poppins", Arial, sans-serif;
  --font-body: "Poppins", Arial, sans-serif;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;
  --radius: 3px;
  --wrap: 1200px;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/poppins-300.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/poppins-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/poppins-700.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(html) {
  scroll-behavior: smooth;
}

:where(body) {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
}

:where(img) {
  max-width: 100%;
  height: auto;
  display: block;
}

:where(a) {
  color: var(--accent);
  text-decoration: none;
}

:where(h1, h2, h3, h4) {
  font-family: var(--font-display);
  color: var(--heading);
  line-height: 1.15;
  margin: 0 0 0.6em;
}

.hos-wrap {
  width: min(100% - 40px, var(--wrap));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hos-skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.hos-skip:focus {
  left: 12px;
  top: 12px;
  z-index: 1000;
  background: var(--white);
  padding: 8px 12px;
}

.hos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 10px 30px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  line-height: 1.4;
}
.hos-btn:hover,
.hos-btn:focus {
  color: var(--white);
  filter: brightness(1.08);
}
.hos-btn--light {
  background: var(--white);
  color: var(--accent);
}

.hos-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg);
}
.hos-callbar {
  display: none;
}
.admin-bar .hos-header {
  top: 32px;
}

/* Brand bar */
.hos-brand {
  background: var(--accent);
  color: var(--white);
}
.hos-brand__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 116px;
  padding: 24px 0;
}
.hos-logo img {
  width: min(280px, 46vw);
  height: auto;
}
.hos-brand__meta {
  display: flex;
  gap: 36px;
}
.hos-iconbox {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--white);
}
.hos-iconbox__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--taupe);
  color: var(--white);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hos-iconbox__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.hos-iconbox__label {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.hos-iconbox__value {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
}
.hos-iconbox a {
  color: var(--white);
}

/* Nav */
.hos-nav {
  background: var(--surface);
}
.hos-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.hos-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hos-menu a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 10px;
  border-bottom: 1px solid transparent;
}
.hos-menu a:hover,
.hos-menu .current-menu-item > a,
.hos-menu .current_page_item > a {
  color: #000;
  border-bottom-color: var(--accent);
}
.hos-nav__search,
.hos-nav__toggle {
  background: none;
  border: 0;
  color: #000;
  padding: 16px;
  cursor: pointer;
}
.hos-nav__toggle {
  display: none;
}
.hos-search {
  display: none;
  background: var(--white);
  border-top: 1px solid #ddd;
  padding: 16px 0;
}
.hos-search.is-open {
  display: block;
}
.hos-search form {
  display: flex;
  gap: 8px;
}
.hos-search input[type="search"] {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font: inherit;
}

/* Hero slider */
.hos-hero {
  position: relative;
  height: min(608px, 74.5vh);
  overflow: hidden;
  background: #0d1b3a;
}
.hos-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
}
.hos-hero__slide.is-active {
  opacity: 1;
}
.hos-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
}
.hos-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, var(--wrap));
  padding: 80px 0;
}
.hos-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hos-hero h1,
.hos-hero .hos-hero__title {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  line-height: 1.05;
  max-width: none;
}
.hos-hero h1 em,
.hos-hero .hos-hero__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
}
.hos-hero__by {
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 400;
  margin: 0 0 18px;
}
.hos-hero p {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 20px;
  line-height: 1.5;
}
.hos-hero__nav {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.hos-hero__arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  color: var(--white);
  cursor: pointer;
  opacity: 0.85;
}
.hos-hero__arrow--prev {
  left: 12px;
}
.hos-hero__arrow--next {
  right: 12px;
}
.hos-hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hos-hero__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}
.hos-hero__dots button.is-active {
  background: var(--white);
}

/* Sections */
.hos-section {
  padding: 72px 0;
}
.hos-section--tight {
  padding: 48px 0;
}
.hos-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}
.hos-kicker {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 6px;
}
.hos-lede {
  font-size: 34px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--heading);
}
.hos-copy p {
  margin: 0 0 16px;
}

/* CTA band */
.hos-cta {
  min-height: 417px;
  background-size: cover;
  background-position: center;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 48px 0;
}
.hos-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.hos-cta h2 {
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 70px);
  font-weight: 700;
  max-width: 780px;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.hos-cta__btn {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 13px;
  box-sizing: border-box;
  padding: 51px;
  border-radius: 100%;
  background: var(--accent);
  color: var(--white);
  text-align: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
.hos-cta__btn:hover,
.hos-cta__btn:focus {
  color: var(--white);
  filter: brightness(1.08);
}
.hos-cta__btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: currentColor;
}

/* Testimonials */
.hos-center {
  text-align: center;
}
.hos-center .hos-kicker {
  font-size: 28px;
  font-weight: 500;
}
.hos-testimonials {
  text-align: center;
  padding: 40px 0 0;
}
.hos-testimonials__kicker {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 20px;
}
.hos-testimonials__lede {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0;
}
.hos-carousel {
  position: relative;
  padding: 60px 40px 24px;
}
.hos-carousel__slide.hos-quote {
  display: none;
  align-items: flex-start;
  text-align: left;
  margin: 0;
}
.hos-carousel__slide.hos-quote.is-active {
  display: flex;
}
.hos-quote__meta {
  flex: 0 0 37%;
  max-width: 420px;
  text-align: center;
  padding-right: 20px;
}
.hos-quote__meta img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}
.hos-quote__meta h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 5px 0;
}
.hos-quote__meta h4 {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin: 8px 0;
}
.hos-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  color: #ffd700;
}
.hos-stars svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.hos-quote__body {
  flex: 1;
  position: relative;
  background: #f8f8f8;
  padding: 30px;
  min-height: 180px;
}
.hos-quote__mark {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 24px;
  height: 24px;
  fill: #eaeaea;
}
.hos-quote__body p {
  margin: 0;
  padding-top: 5px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: #2d2d2d;
}
.hos-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #2550ea;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.hos-carousel__arrow--prev {
  left: 0;
}
.hos-carousel__arrow--next {
  right: 0;
}
.hos-carousel__arrow svg {
  width: 10px;
  height: 14px;
  fill: currentColor;
}
.hos-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.hos-carousel__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2550ea;
  opacity: 0.2;
  cursor: pointer;
}
.hos-carousel__dots button.is-active {
  opacity: 1;
}

/* Circles */
.hos-stats-band {
  min-height: 499px;
  background-color: #cfc6b8;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 48px 0;
}
.hos-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.hos-stat h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 16px 0 0;
}
.hos-circle {
  --val: 0;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: none;
  border-radius: 0;
}
.hos-circle svg {
  display: block;
  width: 200px;
  height: 200px;
  transform: rotate(-90deg);
}
.hos-circle__track,
.hos-circle__bar {
  fill: none;
  stroke-width: 5;
}
.hos-circle__track {
  stroke: #000;
}
.hos-circle__bar {
  stroke: var(--accent);
  stroke-dasharray: var(--val) 100;
}
.hos-circle span {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background: none;
  border-radius: 0;
}

/* Footer */
.hos-footer {
  background: #111111;
  color: #6c6c6c;
  min-height: 320px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.hos-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.hos-footer__brand img {
  width: 100%;
  max-width: 347px;
  height: auto;
  margin: 0 0 12px;
}
.hos-footer h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 12px;
}
.hos-footer p {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
}
.hos-footer ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.hos-footer li {
  margin: 0 0 5px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.hos-footer a {
  color: #fff;
}

/* Inner pages */
.hos-page-title {
  padding: 56px 0 8px;
}
.hos-page-title h1 {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  color: var(--heading);
}

.hos-about-hero {
  padding: 40px 0 41px;
}
.hos-about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(260px, 0.85fr);
  gap: 40px;
  align-items: start;
}
.hos-about-hero h1 {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin: 0 0 20px;
}
.hos-about-hero .hos-copy p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.hos-about-hero .hos-copy .hos-about-quote {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  margin: 24px 0;
}
.hos-about-hero__media img {
  width: 100%;
  height: auto;
}
.hos-stewart {
  background: #2c2c2c;
  min-height: 335px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.hos-stewart__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.hos-stewart img {
  width: 255px;
  height: 255px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
}
.hos-stewart h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}
.hos-stewart h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 12px;
}
.hos-stewart p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  max-width: 640px;
}
.hos-about-services {
  padding: 48px 0;
  text-align: center;
}
.hos-about-services h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 0 0 32px;
  text-align: center;
}
.hos-about-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.hos-about-services a {
  color: #000;
}
.hos-about-services img {
  width: 250px;
  height: 250px;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto 12px;
  border-radius: 50%;
}
.hos-about-services h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.hos-about-form {
  min-height: 559px;
  background-color: #cfc6b8;
  background-size: cover;
  background-position: center;
  padding: 64px 0;
}
.hos-about-form .hos-form-block {
  max-width: 640px;
  margin: 0 auto;
}
.hos-about-form .hos-form-block h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 0 28px;
}
.hos-about-form .hos-form {
  margin: 0 auto;
}
.hos-about-form .hos-form label {
  color: #fff;
}
.hos-about-form .hos-form input,
.hos-about-form .hos-form textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
}

.hos-quote-banner {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: var(--accent);
  max-width: 820px;
}

.hos-person {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center;
  margin: 36px 0;
}
.hos-person img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}

.hos-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
  margin: 40px 0;
}
.hos-icon-grid img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  margin: 0 auto 12px;
  border-radius: 50%;
}
.hos-icon-grid h3 {
  font-size: 20px;
  font-weight: 600;
}

.hos-service + .hos-service {
  margin-top: 40px;
}
.hos-service h2 {
  font-size: 34px;
  font-weight: 600;
}
.hos-ba {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 40px;
}
.hos-ba img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hos-services-head {
  padding: 40px 0 8px;
  text-align: center;
}
.hos-services-head h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  margin: 0 0 12px;
}
.hos-services-head p {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  color: #000;
  margin: 0;
}
.hos-services-pair {
  padding: 24px 0;
}
.hos-services-pair__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.hos-services-pair h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
  margin: 0 0 12px;
}
.hos-services-pair p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin: 0;
}
.hos-services-slider-wrap {
  padding: 8px 0 24px;
}
.hos-ba-slider {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.hos-ba-slider__viewport {
  overflow: hidden;
  aspect-ratio: 1140 / 400;
  background: #f3f3f3;
}
.hos-ba-slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.55s ease;
}
.hos-ba-slider__slide {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
}
.hos-ba-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hos-ba-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.hos-ba-slider__arrow--prev {
  left: 12px;
}
.hos-ba-slider__arrow--next {
  right: 12px;
}
.hos-ba-slider__arrow svg {
  display: block;
}
.hos-ba-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hos-ba-slider__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(10, 50, 171, 0.35);
  cursor: pointer;
}
.hos-ba-slider__dots button.is-active {
  background: #0a32ab;
}
.hos-ba-slider--wide {
  max-width: 1200px;
}
.hos-ba-slider--wide .hos-ba-slider__viewport {
  aspect-ratio: 2 / 1;
}

.hos-eco-stack {
  padding: 24px 0 40px;
}
.hos-eco-stack h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
  margin: 0 0 12px;
}
.hos-eco-stack p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin: 0 0 24px;
}

.hos-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.hos-product {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #f3f3f3;
}
.hos-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.hos-product img:last-child {
  opacity: 0;
}
.hos-product:hover img:last-child {
  opacity: 1;
}

.hos-products-head {
  padding: 40px 0 8px;
  text-align: center;
}
.hos-products-head h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  margin: 0 0 12px;
}
.hos-products-head h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  color: #000;
  margin: 0;
}
.hos-products-gallery {
  padding: 24px 0 48px;
}
.hos-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.hos-products-grid a {
  display: block;
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 6px;
}
.hos-products-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 722 / 484;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.hos-products-grid a:hover img {
  transform: scale(1.05);
}

.hos-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.hos-gallery a {
  display: block;
  overflow: hidden;
  background: #eee;
}
.hos-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.hos-gallery a:hover img {
  transform: scale(1.04);
}

.hos-faq-head {
  padding: 60px 0;
}
.hos-faq-section {
  padding: 0 0 40px;
}
.hos-faq details {
  margin: 0 0 29px;
  padding: 0;
  border: 0;
}
.hos-faq details:last-child {
  margin-bottom: 0;
}
.hos-faq summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 61px;
  padding: 10px;
  background: #f4f4f4;
  cursor: pointer;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  color: #1f2124;
  list-style: none;
}
.hos-faq summary::-webkit-details-marker {
  display: none;
}
.hos-faq details[open] summary {
  color: #1f2124;
}
.hos-faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  color: #000;
}
.hos-faq__icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
.hos-faq__icon-open {
  display: none;
}
.hos-faq details[open] .hos-faq__icon-closed {
  display: none;
}
.hos-faq details[open] .hos-faq__icon-open {
  display: block;
}
.hos-faq__a {
  padding: 10px;
}
.hos-faq__a p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.hos-tcard {
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}
.hos-tcard h2 {
  font-size: 28px;
  margin: 0 0 4px;
}
.hos-tcard .loc {
  color: var(--muted);
  margin: 0 0 12px;
}

.hos-tpage {
  padding: 0 0 60px;
}
.hos-tpage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.hos-tpage .hos-tcard {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  border: 0;
  border-top: 4px solid #0a32ab;
}
.hos-tcard__mark {
  width: 36px;
  height: 36px;
  color: #0a32ab;
}
.hos-tcard__mark svg {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}
.hos-tpage .hos-tcard h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.hos-tcard__loc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #7a7a7a;
  margin: 0;
}
.hos-tcard__body p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 14px;
}
.hos-tcard__body p:last-child {
  margin-bottom: 0;
}

.hos-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.hos-contact-page {
  padding: 40px 0 0;
}
.hos-contact-page h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  margin: 0 0 20px;
}
.hos-contact-page .hos-form {
  max-width: none;
}
.hos-contact-page .hos-form label {
  font-size: 15px;
  font-weight: 600;
  color: #112337;
  margin: 0 0 5px;
}
.hos-contact-page .hos-form .req {
  color: #c02b0a;
  font-size: 12px;
  font-weight: 500;
}
.hos-contact-page .hos-form input,
.hos-contact-page .hos-form textarea {
  background: #f6f9fc;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 15px;
  margin: 0 0 16px;
  font-size: 15px;
  color: #112337;
  min-height: 38px;
}
.hos-contact-page .hos-form input:focus,
.hos-contact-page .hos-form textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.hos-contact-page .hos-form textarea {
  min-height: 130px;
  resize: vertical;
}
.hos-contact-page .hos-form .hos-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding: 14px 30px;
  border-radius: 30px;
}
.hos-contact-page__aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hos-contact-page__logo {
  width: 450px;
  max-width: 100%;
  height: auto;
  display: block;
}
.hos-contact-page__blurb {
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
  margin: 0;
}
.hos-contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #0a32ab;
  text-decoration: none;
}
.hos-contact-card img {
  width: 25px;
  height: 25px;
}
.hos-contact-card span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #0a32ab;
}
.hos-hours h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin: 0 0 14px;
}
.hos-hours p {
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
  margin: 0 0 14px;
}
.hos-hours p:last-child {
  margin-bottom: 0;
}
.hos-contact-more {
  padding: 40px 0;
}
.hos-contact-more h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  color: #000;
  margin: 0 0 16px;
}
.hos-contact-more p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 14px;
}
.hos-contact-map {
  width: 100%;
  height: 600px;
  line-height: 0;
}
.hos-contact-map iframe {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}

.hos-form {
  position: relative;
  max-width: 640px;
}
.hos-form label {
  display: block;
  font-weight: 500;
  margin: 0 0 6px;
}
.hos-form .req {
  color: #c0392b;
}
.hos-form input,
.hos-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bbb;
  padding: 10px 0;
  margin: 0 0 20px;
  font: inherit;
  background: transparent;
}
.hos-form input:focus,
.hos-form textarea:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.hos-form textarea {
  min-height: 140px;
  resize: vertical;
}
.hos-form .hos-turnstile,
.hos-form .cf-turnstile {
  margin: 4px 0 20px;
}
.hos-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hos-notice {
  padding: 12px 14px;
  margin: 0 0 18px;
  background: #eef6ee;
  color: #1e5a1e;
}
.hos-notice--error {
  background: #fdeaea;
  color: #8a1f1f;
}

.hos-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  place-items: center;
  padding: 24px;
}
.hos-lightbox.is-open {
  display: grid;
}
.hos-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  object-fit: contain;
}
.hos-lightbox button {
  position: absolute;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.hos-lightbox__close {
  top: 16px;
  right: 16px;
  font-size: 36px;
}
.hos-lightbox__prev,
.hos-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  line-height: 1;
  padding: 8px 16px;
}
.hos-lightbox__prev {
  left: 8px;
}
.hos-lightbox__next {
  right: 8px;
}

@media (max-width: 1024px) {
  .hos-brand__meta {
    gap: 16px;
  }
  .hos-iconbox__value {
    font-size: 18px;
  }
  .hos-split,
  .hos-contact-grid,
  .hos-person,
  .hos-about-hero__grid {
    grid-template-columns: 1fr;
  }
  .hos-stewart__inner {
    flex-direction: column;
    text-align: center;
  }
  .hos-stewart p {
    max-width: none;
  }
  .hos-about-services__grid,
  .hos-services-pair__grid {
    grid-template-columns: 1fr;
  }
  .hos-services-head h1,
  .hos-products-head h1,
  .hos-contact-page h1 {
    font-size: 48px;
    line-height: 1;
  }
  .hos-products-head h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .hos-quote {
    flex-direction: column;
    align-items: center;
  }
  .hos-quote__meta {
    flex-basis: auto;
    max-width: none;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .hos-quote__body {
    width: 100%;
  }
  .hos-cta__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hos-cta h2 {
    text-align: center;
  }
  .hos-icon-grid,
  .hos-ba,
  .hos-products,
  .hos-gallery,
  .hos-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .hos-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  .hos-callbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 8px 16px;
    background: #111111;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .hos-callbar:hover,
  .hos-callbar:focus {
    color: var(--white);
  }
  .hos-callbar__icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
  }
  .hos-callbar__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }
  .hos-brand__inner {
    flex-direction: row;
    align-items: center;
    min-height: 72px;
    padding: 10px 0;
  }
  .hos-brand__meta,
  .hos-nav__search {
    display: none;
  }
  .hos-logo img {
    width: min(220px, 62vw);
  }
  .hos-nav__toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
    color: var(--white);
    padding: 8px;
  }
  .hos-nav:not(.is-open) {
    background: transparent;
  }
  .hos-nav:not(.is-open) .hos-nav__inner {
    display: none;
  }
  .hos-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    background: var(--surface);
  }
  .hos-nav.is-open .hos-menu {
    display: flex;
  }
  .hos-hero {
    height: 454px;
  }
  .hos-stats,
  .hos-icon-grid,
  .hos-ba,
  .hos-products,
  .hos-gallery,
  .hos-footer__grid {
    grid-template-columns: 1fr;
  }
  .hos-gallery img,
  .hos-ba img {
    height: 200px;
  }
  .hos-products-grid,
  .hos-tpage__grid {
    grid-template-columns: 1fr;
  }
  .hos-services-head h1,
  .hos-products-head h1,
  .hos-contact-page h1 {
    font-size: 40px;
    line-height: 1;
  }
  .hos-products-head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .hos-services-head p {
    font-size: 20px;
    line-height: 30px;
  }
  .hos-ba-slider__viewport {
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
