@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --solar-navy: #2e3d74;
  --solar-navy-dark: #1d2e59;
  --solar-amber: #f9b233;
  --solar-amber-strong: #ffb700;
  --solar-chat: #4f6aca;
  --solar-text: #1b1b1b;
  --solar-muted: #555;
  --solar-divider: #d0d0d0;
  --solar-faq: #fafafa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--solar-text);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1200px;
}

.section-space {
  padding-block: 86px;
}

.display-heading,
.section-title,
.product-list-row h2,
.product-detail-title {
  color: var(--solar-navy-dark);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.display-heading {
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
}

.section-title {
  font-size: clamp(2.65rem, 4.4vw, 4.35rem);
}

.story-copy,
.about-page p,
.products-list p,
.product-detail-description,
.product-detail-closing {
  text-align: justify;
}

/* Shared header */
.site-topbar {
  height: 30px;
  background: var(--solar-navy);
  font-size: 12px;
  line-height: 1;
}

.site-topbar .container {
  height: 100%;
}

.site-topbar-link {
  color: #fff;
  white-space: nowrap;
}

.site-topbar-divider {
  width: 1px;
  height: 20px;
  background: rgb(255 255 255 / 55%);
}

.site-social-list {
  font-size: 13px;
}

.site-navbar {
  height: 96px;
  padding: 0;
  box-shadow: 0 4px 14px rgb(29 46 89 / 7%);
  z-index: 50;
}

.site-brand {
  width: 250px;
  min-width: 250px;
}

.site-brand-mark {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.site-brand-mark img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.site-brand-copy {
  line-height: 1.05;
}

.site-brand-name {
  color: var(--solar-navy-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.site-brand-tagline {
  margin-top: 3px;
  color: #555;
  font-size: 10px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.site-brand-certification {
  margin-top: 4px;
  color: #333;
  font-size: 9px;
  white-space: nowrap;
}

.site-desktop-navigation .nav-link,
.site-products-summary {
  position: relative;
  padding: 7px 0 !important;
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.site-desktop-navigation .nav-link.active::after,
.site-desktop-navigation .site-products-summary.active::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--solar-navy-dark);
  content: "";
}

.site-nav-separator {
  color: #161616;
  font-weight: 500;
}

.site-enquiry-button,
.site-floating-contact-button {
  border-color: var(--solar-navy-dark);
  background: var(--solar-navy-dark);
}

.site-enquiry-button {
  min-width: 110px;
  padding: 10px 25px;
  border-radius: 999px;
  box-shadow: 0 9px 20px rgb(29 46 89 / 20%);
  font-size: 13px;
  font-weight: 600;
}

.site-products-menu {
  position: relative;
}

.site-products-summary {
  display: flex;
  align-items: center;
  list-style: none;
}

.site-products-summary::-webkit-details-marker,
.site-mobile-navigation > summary::-webkit-details-marker {
  display: none;
}

.site-products-dropdown {
  top: calc(100% + 14px);
  left: -20px;
  width: 320px;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 12px 36px rgb(29 46 89 / 14%);
}

.site-products-menu[open] > .site-products-dropdown {
  display: block;
}

.site-products-dropdown .dropdown-item {
  padding: 9px 12px !important;
  border-radius: 3px;
  color: var(--solar-navy-dark);
  font-size: 13px;
  font-weight: 500;
  white-space: normal;
}

.site-products-dropdown .dropdown-item:hover,
.site-products-dropdown .dropdown-item.active {
  background: #eef1fa;
}

.site-mobile-navigation {
  position: relative;
}

.site-mobile-navigation-toggle {
  border: 0;
  color: var(--solar-navy-dark);
  font-size: 30px;
  list-style: none;
}

.site-mobile-navigation-panel {
  position: absolute;
  z-index: 100;
  top: calc(100% + 20px);
  right: 0;
  width: min(340px, calc(100vw - 30px));
  padding: 20px;
  border-radius: 4px;
}

.site-mobile-navigation:not([open]) .site-mobile-navigation-panel {
  display: none;
}

.site-mobile-navigation-panel .nav-link {
  padding: 10px 2px;
  color: var(--solar-navy-dark);
  font-weight: 600;
}

.site-products-menu-mobile .site-products-dropdown {
  position: static;
  width: 100%;
  margin: 0;
  box-shadow: none;
}

/* Shared title band */
.site-page-hero {
  height: 122px;
  background: var(--solar-navy-dark);
}

.site-page-hero-image {
  object-fit: cover;
}

.site-page-hero-overlay {
  background: rgb(29 46 89 / 22%);
}

.site-page-title {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.site-page-parent:hover {
  text-decoration: underline;
}

/* Shared footer */
.site-footer {
  min-height: 558px;
  border-top: 1px solid #ddd;
}

.site-footer-main {
  padding-top: 72px;
  padding-bottom: 82px;
}

.site-footer-heading {
  margin-bottom: 20px;
  color: var(--solar-navy-dark);
  font-size: 16px;
  font-weight: 700;
}

.site-footer-links li,
.site-footer-address span,
.site-footer-address p {
  margin-bottom: 6px;
}

.site-footer-links a,
.site-footer-address {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.site-footer-links a:hover {
  color: var(--solar-navy-dark);
  text-decoration: underline;
}

.site-footer-address strong {
  margin-top: 22px;
  font-size: 14px;
}

.site-footer-bottom {
  padding-block: 28px;
  color: var(--solar-navy);
  font-size: 12px;
}

.site-footer-heart {
  color: #ff4778;
}

.site-floating-contact {
  position: fixed;
  z-index: 500;
  right: 14px;
  bottom: 12px;
  gap: 8px;
}

.site-floating-contact-label {
  padding: 6px 18px;
  border: 1px solid #eee;
  border-radius: 999px;
  color: #555;
  font-size: 13px;
}

.site-floating-contact-button {
  width: 52px;
  height: 52px;
  border-color: var(--solar-chat);
  background: var(--solar-chat);
  color: #fff;
  font-size: 20px;
}

/* Home */
.home-hero {
  height: 600px;
  background: #fff;
}

.home-hero-product {
  position: absolute;
  top: -78px;
  left: 50%;
  width: 1120px;
  max-width: none;
  transform: translateX(-50%);
}

.home-hero-kicker {
  position: absolute;
  right: 0;
  bottom: 86px;
  left: 0;
  z-index: 2;
  color: #242424;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.home-welcome-band {
  min-height: 724px;
  background-color: var(--solar-navy);
  background-image: radial-gradient(circle at 90% 74%, rgb(255 255 255 / 9%) 0 9px, transparent 10px),
    radial-gradient(circle at 86% 70%, rgb(255 255 255 / 7%) 0 14px, transparent 15px);
  background-size: 62px 62px, 88px 88px;
}

.home-welcome-card {
  position: relative;
  top: -108px;
  width: 100%;
  min-height: 610px;
  padding: 54px 56px 58px;
  background: var(--solar-amber);
  color: #fff;
}

.home-welcome-card h1 {
  margin-bottom: 46px;
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.home-welcome-card p {
  max-width: 1050px;
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

.home-story-section {
  min-height: 1393px;
  padding-top: 126px;
}

.home-story-section .display-heading {
  margin-bottom: 26px;
}

.home-story-section .story-copy {
  max-width: 565px;
  font-size: 15px;
  line-height: 1.95;
}

.home-stats > div {
  display: flex;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.home-stats strong {
  color: var(--solar-navy-dark);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.home-stats span {
  margin-top: 13px;
  color: #222;
  font-size: 11px;
  font-weight: 600;
}

.home-mission-row {
  margin-top: 190px;
}

.home-mission-image {
  width: 520px;
}

.why-us-section {
  position: relative;
  min-height: 993px;
  padding-top: 88px;
  background-image: linear-gradient(rgb(29 46 89 / 58%), rgb(29 46 89 / 58%)),
    url("/assets/images/brand-solar-hero-upscaled.png");
  background-position: center;
  background-size: cover;
}

.why-card {
  min-height: 475px;
  padding: 38px 28px;
  border-radius: 14px;
  background: #fff;
  color: #232323;
  box-shadow: 0 14px 35px rgb(16 31 66 / 18%);
}

.why-card i {
  display: inline-grid;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 26px;
  background: #fff7dd;
  color: var(--solar-amber);
  font-size: 62px;
}

.why-card h3 {
  color: var(--solar-navy-dark);
  font-size: 20px;
  font-weight: 700;
}

.why-card p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.85;
}

.home-products {
  position: relative;
  z-index: 2;
  height: 1593px;
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: visible;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: var(--solar-navy);
  color: #fff;
}

.product-card-image {
  display: block;
  height: 235px;
  margin: 14px 14px 0;
  overflow: hidden;
  background: #fff;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card-body {
  min-height: 350px;
  padding: 24px 25px 28px;
  text-align: center;
}

.product-card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.product-card p {
  margin: 16px 0 20px;
  font-size: 12px;
  line-height: 1.75;
}

.product-card-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.home-cta {
  position: relative;
  min-height: 1328px;
  padding-top: 270px;
  overflow: hidden;
  background-color: var(--solar-amber-strong);
  background-image: linear-gradient(30deg, transparent 24%, rgb(255 255 255 / 16%) 25%, rgb(255 255 255 / 16%) 26%, transparent 27%, transparent 74%, rgb(255 255 255 / 16%) 75%, rgb(255 255 255 / 16%) 76%, transparent 77%),
    linear-gradient(150deg, transparent 24%, rgb(255 255 255 / 12%) 25%, rgb(255 255 255 / 12%) 26%, transparent 27%, transparent 74%, rgb(255 255 255 / 12%) 75%, rgb(255 255 255 / 12%) 76%, transparent 77%);
  background-position: 0 0, 0 0;
  background-size: 72px 125px;
}

.home-cta::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--solar-amber-strong) 0 14%, transparent 48%);
  content: "";
}

.home-cta h2 {
  color: #fff;
  font-size: clamp(3.3rem, 5.5vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-shadow: 0 3px 0 rgb(29 46 89 / 10%);
}

.home-cta p {
  max-width: 400px;
  color: #fff;
  font-size: 16px;
}

.site-enquiry-form {
  padding: 34px 30px;
  background: var(--solar-navy);
}

.site-enquiry-form-compact {
  max-width: 650px;
  margin-left: auto;
  padding: 38px;
}

.site-enquiry-form .form-control {
  min-height: 52px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: #202020;
  font-size: 13px;
}

.site-enquiry-form textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.site-submit-button,
.site-amber-button {
  padding: 12px 27px;
  border: 0;
  border-radius: 0;
  background: var(--solar-amber);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.site-submit-button:hover,
.site-amber-button:hover {
  background: #e89c15;
  color: #fff;
}

/* About */
.about-welcome {
  min-height: 2406px;
  padding-top: 90px;
  padding-bottom: 100px;
}

.about-welcome .display-heading {
  margin-bottom: 28px;
}

.about-welcome p {
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.85;
}

.about-heater-image {
  width: 670px;
  margin-top: 90px;
}

.about-commitment {
  margin: 70px 0 40px;
  padding-left: 16px;
  border-left: 4px solid var(--solar-navy);
  font-weight: 600;
}

.about-image-pair {
  margin-top: 80px;
  padding-block: 58px 125px;
  border-top: 1px solid var(--solar-divider);
  border-bottom: 1px solid var(--solar-divider);
}

.about-image-pair img {
  height: 290px;
  border-radius: 4px;
  object-fit: cover;
}

.about-vision-mission {
  margin-top: 92px;
}

.about-quote-section {
  min-height: 433px;
  padding: 115px 0 80px;
  background-image: linear-gradient(rgb(29 46 89 / 66%), rgb(29 46 89 / 66%)),
    url("/assets/images/brand-solar-hero-upscaled.png");
  background-position: center 70%;
  background-size: cover;
}

.about-quote-section blockquote {
  max-width: 1120px;
  margin: 0 auto 32px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.about-quote-section .site-amber-button {
  min-width: 250px;
  padding-block: 17px;
}

/* Products index */
.products-list {
  padding-top: 0;
  padding-bottom: 0;
}

.product-list-row {
  min-height: 745px;
  margin: 0;
  padding-block: 78px;
  border-bottom: 1px solid var(--solar-divider);
}

.product-list-row h2 {
  max-width: 650px;
  margin-bottom: 38px;
  font-size: clamp(3rem, 4vw, 4.5rem);
}

.product-list-row h2 a:hover {
  color: var(--solar-navy);
}

.product-list-row p {
  font-size: 15px;
  line-height: 1.9;
}

.product-list-row img {
  max-width: 510px;
  max-height: 420px;
  object-fit: contain;
}

.product-list-row:nth-child(4) {
  min-height: 1095px;
}

.product-list-row:nth-child(6),
.product-list-row:nth-child(7) {
  min-height: 720px;
}

.product-bullets {
  margin-top: 22px;
  font-size: 14px;
}

.product-bullets ul {
  margin-top: 10px;
}

/* Product details */
.product-detail-section {
  min-height: 700px;
  padding: 82px 0 105px;
}

.product-detail-title {
  max-width: 670px;
  margin-bottom: 44px;
  font-size: clamp(3.2rem, 4.6vw, 4.75rem) !important;
}

.product-detail-description,
.product-detail-closing {
  color: #232323;
  font-size: 17px;
  line-height: 1.82;
}

.product-detail-feature-group {
  margin-top: 28px;
}

.product-detail-feature-heading {
  font-size: 16px !important;
}

.product-detail-feature-list {
  margin-top: 12px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.75;
}

.product-detail-closing {
  margin-top: 24px;
}

.product-detail-image {
  width: 100%;
  max-width: 520px;
  max-height: 440px;
  object-fit: contain;
}

.product-detail-media {
  padding-top: 25px;
}

/* Gallery */
.gallery-section {
  min-height: 1207px;
  padding-top: 62px;
  padding-bottom: 120px;
}

.gallery-tile {
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 4px;
}

.gallery-tile img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gallery-tile:hover img,
.gallery-tile:focus img {
  transform: scale(1.035);
}

/* Contact */
.contact-section {
  min-height: 2528px;
  padding-top: 112px;
  padding-bottom: 110px;
}

.contact-address h2 {
  margin-bottom: 24px;
  color: var(--solar-navy-dark);
  font-size: 34px;
  font-weight: 700;
}

.contact-address > p,
.contact-address address,
.contact-address > strong {
  font-size: 16px;
  line-height: 1.8;
}

.contact-address > strong {
  margin: 20px 0;
}

.contact-address address {
  margin-bottom: 32px;
  font-style: normal;
}

.contact-detail {
  width: fit-content;
  margin-top: 18px;
  color: var(--solar-navy);
  font-size: 18px;
}

.contact-detail-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-right: 18px;
  place-items: center;
  border: 2px solid var(--solar-navy);
}

.contact-form-map {
  min-height: 520px;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--solar-divider);
}

.contact-map {
  min-height: 500px;
  object-fit: cover;
}

.faq-section {
  padding-top: 64px;
}

.faq-section .display-heading {
  margin-bottom: 30px;
  font-size: 58px;
}

.faq-list {
  padding: 70px;
  background-color: var(--solar-faq);
  background-image: radial-gradient(circle at 85% 85%, rgb(46 61 116 / 3%) 0 10px, transparent 11px);
  background-size: 62px 62px;
}

.faq-item {
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(29 46 89 / 7%);
}

.faq-item summary {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  color: var(--solar-navy);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary i {
  transform: rotate(90deg);
}

.faq-item p {
  margin: 0;
  padding: 0 25px 25px;
  color: #555;
  font-size: 14px;
  line-height: 1.75;
}

.legal-page {
  min-height: 700px;
}

.legal-page .container {
  max-width: 900px;
}

.legal-page h2,
.legal-page h3 {
  color: var(--solar-navy-dark);
  font-weight: 700;
}

.legal-page h2 {
  margin-bottom: 30px;
  font-size: 44px;
}

.legal-page h3 {
  margin: 34px 0 12px;
  font-size: 22px;
}

.legal-page p {
  font-size: 16px;
  line-height: 1.9;
}

.legal-page a {
  color: var(--solar-navy);
  text-decoration: underline;
}

/* Modal lightbox for gallery */
.gallery-modal-img {
  max-height: 85vh;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }

  .site-brand {
    width: auto;
    min-width: 0;
  }

  .site-desktop-navigation .nav-link,
  .site-products-summary {
    font-size: 12px;
  }

  .site-enquiry-button {
    margin-left: 24px !important;
  }

  .home-products,
  .home-story-section,
  .why-us-section,
  .home-cta,
  .about-welcome,
  .contact-section {
    min-height: 0;
  }

  .home-products {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }

  .container {
    max-width: 720px;
  }

  .site-navbar {
    height: 86px;
  }

  .site-brand-name {
    font-size: 25px;
  }

  .site-brand-mark,
  .site-brand-mark img {
    width: 52px;
    height: 52px;
  }

  .site-page-hero {
    height: 110px;
  }

  .home-hero {
    height: 450px;
  }

  .home-hero-product {
    top: 10px;
    width: 850px;
  }

  .home-hero-kicker {
    bottom: 50px;
    font-size: 22px;
  }

  .home-welcome-band {
    min-height: auto;
    padding-bottom: 70px;
  }

  .home-welcome-card {
    top: -70px;
    min-height: auto;
    padding: 42px;
  }

  .home-story-section {
    padding-block: 85px;
  }

  .home-mission-row {
    margin-top: 95px;
  }

  .why-us-section,
  .home-products,
  .home-cta,
  .about-welcome,
  .contact-section {
    padding-block: 80px;
  }

  .why-card {
    min-height: auto;
  }

  .home-cta {
    min-height: 0;
  }

  .site-enquiry-form-compact {
    max-width: none;
  }

  .about-heater-image {
    margin-top: 20px;
  }

  .product-list-row,
  .product-list-row:nth-child(4),
  .product-list-row:nth-child(6),
  .product-list-row:nth-child(7) {
    min-height: 0;
  }

  .product-detail-media {
    padding-top: 0;
  }

  .contact-map {
    min-height: 420px;
  }

  .faq-list {
    padding: 35px;
  }

  .site-footer {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  .site-topbar {
    height: auto;
    min-height: 38px;
    padding-block: 7px;
  }

  .site-topbar-contact {
    gap: 6px 12px;
  }

  .site-topbar-divider,
  .site-social-list {
    display: none !important;
  }

  .site-brand-tagline,
  .site-brand-certification {
    display: none;
  }

  .site-brand-name {
    font-size: 23px;
  }

  .section-space {
    padding-block: 64px;
  }

  .display-heading {
    font-size: 3.2rem;
  }

  .section-title {
    font-size: 2.75rem;
  }

  .site-page-title {
    font-size: 1.55rem;
  }

  .home-hero {
    height: 350px;
  }

  .home-hero-product {
    width: 650px;
  }

  .home-hero-kicker {
    bottom: 30px;
    font-size: 17px;
  }

  .home-welcome-card {
    top: -45px;
    padding: 35px 26px;
  }

  .home-welcome-card h1 {
    margin-bottom: 30px;
    font-size: 3.15rem;
  }

  .home-welcome-card p,
  .home-story-section .story-copy,
  .about-welcome p,
  .products-list p,
  .product-detail-description,
  .product-detail-closing {
    font-size: 14px;
    text-align: left;
  }

  .home-stats strong {
    font-size: 32px;
  }

  .home-stats span {
    font-size: 9px;
  }

  .home-mission-row {
    margin-top: 70px;
  }

  .why-us-section {
    background-attachment: scroll;
  }

  .product-card-image {
    height: 210px;
  }

  .home-cta h2 {
    font-size: 3rem;
  }

  .site-enquiry-form,
  .site-enquiry-form-compact {
    padding: 25px 20px;
  }

  .about-image-pair {
    padding-bottom: 65px;
  }

  .about-vision-mission {
    margin-top: 60px;
  }

  .about-quote-section {
    padding: 80px 0;
  }

  .product-list-row {
    padding-block: 64px;
  }

  .product-list-row h2,
  .product-detail-title {
    font-size: 3rem !important;
  }

  .product-detail-section {
    padding-block: 65px 75px;
  }

  .gallery-section {
    padding-block: 45px 80px;
  }

  .contact-section {
    padding-block: 70px;
  }

  .contact-address h2 {
    font-size: 28px;
  }

  .contact-detail {
    font-size: 15px;
  }

  .faq-list {
    padding: 18px;
  }

  .faq-item summary {
    min-height: 62px;
    padding: 15px 18px;
    font-size: 13px;
  }

  .site-footer-main {
    padding-block: 55px;
  }

  .site-floating-contact-label {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: calc(100% - 28px);
  }

  .site-brand-copy {
    display: none !important;
  }

  .home-hero-product {
    width: 560px;
  }

  .home-welcome-card {
    padding-inline: 20px;
  }

  .home-welcome-card h1,
  .display-heading,
  .product-list-row h2,
  .product-detail-title {
    font-size: 2.5rem !important;
  }

  .home-stats > div {
    min-height: 110px;
  }

  .home-cta h2 {
    font-size: 2.5rem;
  }

  .about-image-pair img {
    height: 230px;
  }

  .site-footer-bottom {
    padding-right: 45px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gallery-tile img {
    transition: none;
  }
}
