* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: 'Poppins', sans-serif !important;
}

.section-heading {
  margin: 40px 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}

.info-container {
  max-width: 800px;
  margin: 4rem auto;
  padding: 0 2rem;
  color: #222;
  font-family: var(--font-main);
  line-height: 1.6;
}

.notice-block {
  margin-bottom: 3rem;
}

.notice-title {
  color: #e53935;
  font-size: 1.5rem;
  font-weight: 700;
}

.notice-text {
  color: #e53935;
  font-weight: 400;
}

.info-block h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.highlight {
  color: #e53935;
  font-weight: bold;
}

/** New products **/
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  background: white;
  border: 2px solid black;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.product-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.model {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.85rem;
}

.title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.title span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.price {
  margin-bottom: 1rem;
  font-weight: 600;
}

.add-to-cart {
  padding: 0.6rem 1.2rem;
  color: white;
  background: #08a43c;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.add-to-cart:hover {
  background: #069132;
}

/* Hide uncategorized */
.category-sidebar li:has(a[href*='uncategorized']) {
  display: none;
}

.product-img img:hover {
  box-shadow: 0 0 20px rgba(0, 255, 100, 0.5);
  transition: box-shadow 0.3s ease;
}

/** Categories sidebar **/
.category-sidebar {
  position: absolute;
  z-index: 10;
  top: 10.3rem;
  left: 2rem;
  width: 16rem;
  padding: 0.8rem 1rem;
  background: #08a43c;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.category-sidebar h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.category-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-sidebar li {
  position: relative;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease-in-out;
}

.category-sidebar li a {
  color: #fff;
  text-decoration: none;
}

.category-sidebar li:hover {
  color: white;
  background: #2ecc71;
  border-radius: 6px;
  box-shadow: 0 0 10px 3px rgba(46, 204, 113, 0.5);
  cursor: pointer;
}

.category-sidebar ul ul {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  display: none;
  min-width: 200px;
  padding: 0;
  color: #555;
  background: #00a950 !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 0.95rem;
}

.category-sidebar li:hover > ul {
  display: block;
}

.category-sidebar ul ul li:hover {
  color: white;
  background: #2ecc71;
  border-radius: 6px;
  box-shadow: 0 0 10px 3px rgba(46, 204, 113, 0.5);
  cursor: pointer;
}

.diagonal-top {
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 0;
  transform: scaleY(-1) scaleX(-1);
}

.diagonal-top svg,
.diagonal-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}

.diagonal-bottom {
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 0;
}

@media (max-width: 900px) {
  .nav-left-2 .shop-products-link {
    display: none !important;
  }
}

/* ========================================================================== */
/* Coastal homepage hero prototype                                            */
/* ========================================================================== */

:root {
  --coastal-green: #00a950;
  --coastal-green-dark: #007d3b;
  --oceanfront-blue: #05c3dd;
  --jersey-blue: #2c2e65;
  --goldfish-orange: #f4633a;
  --pomelo-green: #b1d600;
  --canola-yellow: #ffd100;
  --hero-ink: #292d40;
}

.home-hero {
  position: relative;
  overflow: hidden;
  background: #f1f7f5;
}

.home-hero .hero-container {
  position: relative;
  display: block;
  min-height: 0;
  padding: 14px 34px 32px;
  overflow: visible;
  color: var(--hero-ink);
  background: #f1f7f5;
  box-shadow: none;
  text-align: left;
}

.home-hero .hero-stage {
  isolation: isolate;
  position: relative;
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  width: calc(100% - 330px);
  min-height: 570px;
  margin-left: 310px;
  padding: 34px 112px 34px 32px;
  overflow: visible;
  background: transparent;
  border: 1px solid #e2e8e7;
  box-shadow: 0 14px 30px rgba(44, 46, 101, 0.12);
}

/* One continuous radial artwork extends beneath and beyond the white panel. */
.home-hero .beacon-artwork {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  overflow: visible;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

/* The hero's white face is a translucent layer over that artwork. It stays
   nearly solid beneath the brochures and reveals more color toward the right. */
.home-hero .hero-stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0.972) 46%,
    rgba(255, 255, 255, 0.925) 100%
  );
  box-shadow: 8px 12px 22px rgba(44, 46, 101, 0.11);
  pointer-events: none;
}

/* Four product pieces arranged as one static, connected cascade. */
.home-hero .hero-product-cascade {
  position: relative;
  z-index: 3;
  isolation: isolate;
  align-self: stretch;
  min-height: 500px;
  margin-left: -8px;
}

.home-hero .hero-product {
  position: absolute;
  margin: 0;
  padding: 4px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44, 46, 101, 0.13);
  box-shadow: 0 12px 24px rgba(32, 36, 61, 0.16);
  line-height: 0;
}

.home-hero .hero-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hero .hero-product--heloc {
  z-index: 3;
  top: 9%;
  left: 0;
  width: 64%;
  aspect-ratio: 1200 / 914;
  transform: rotate(-1.4deg);
}

.home-hero .hero-product--membership {
  z-index: 5;
  top: 1%;
  left: 54%;
  width: 32%;
  aspect-ratio: 939 / 1200;
  transform: rotate(1.2deg);
}

.home-hero .hero-product--mortgage {
  z-index: 2;
  top: 50%;
  left: 8%;
  width: 61%;
  aspect-ratio: 1200 / 923;
  transform: rotate(0.9deg);
}

.home-hero .hero-product--products {
  z-index: 4;
  top: 39%;
  left: 64%;
  width: 31%;
  aspect-ratio: 920 / 1200;
  transform: rotate(-1.2deg);
}

.home-hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 610px;
  padding: 8px 24px 8px clamp(34px, 3vw, 62px);
}

.home-hero .hero-content h1 {
  margin: 0 0 14px;
  color: var(--coastal-green);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.15rem, 2.55vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  text-shadow: none;
}

.home-hero .hero-content .phone {
  margin: 0 0 18px;
  color: var(--jersey-blue);
  font-size: 1.12rem;
  font-weight: 700;
  text-shadow: none;
}

.home-hero .hero-content .phone a {
  color: inherit;
  text-decoration: none;
}

.home-hero .hero-content .intro,
.home-hero .hero-content .footer-note,
.home-hero .hero-content p {
  color: var(--hero-ink);
  text-shadow: none;
}

.home-hero .hero-content .intro {
  max-width: 570px;
  margin-bottom: 20px;
  font-size: clamp(0.94rem, 0.98vw, 1.03rem);
  line-height: 1.62;
}

.home-hero .hero-content .footer-note {
  max-width: 530px;
  margin: 0;
  color: #626779;
  font-size: 0.86rem;
  line-height: 1.55;
}

.home-hero .cta-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  padding: 0.78rem 1.18rem;
  color: #fff;
  background: var(--coastal-green);
  border: 2px solid var(--coastal-green);
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(0, 169, 80, 0.18);
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease;
}

.home-hero .cta-button::after {
  content: "\2192";
  font-size: 1.05em;
  line-height: 1;
}

.home-hero .cta-button:hover,
.home-hero .cta-button:focus-visible {
  background: var(--coastal-green-dark);
  border-color: var(--coastal-green-dark);
}

.home-hero .category-sidebar {
  position: absolute;
  z-index: 10;
  top: 14px;
  left: 34px;
  width: 256px;
  padding: 17px 15px 12px;
  overflow: visible;
  background: var(--coastal-green);
  border-radius: 4px;
  box-shadow: 0 13px 26px rgba(0, 126, 60, 0.18);
}

.home-hero .category-sidebar h2 {
  margin: 4px 0 11px;
  padding: 7px 10px 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.home-hero .category-sidebar li {
  padding: 0.54rem 0.85rem;
  border-bottom-color: rgba(255, 255, 255, 0.34);
}

.home-hero .category-sidebar li:hover,
.home-hero .category-sidebar ul ul li:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.home-hero .category-sidebar ul ul {
  background: var(--coastal-green) !important;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1500px) {
  .home-hero .hero-stage {
    grid-template-columns: minmax(400px, 0.9fr) minmax(440px, 1.1fr);
    width: calc(100% - 315px);
    margin-left: 295px;
    padding-right: 90px;
    padding-left: 24px;
  }

  .home-hero .category-sidebar {
    left: 24px;
    width: 248px;
  }

  .home-hero .hero-content {
    padding-left: 34px;
  }

  .home-hero .hero-content h1 {
    font-size: clamp(2rem, 2.4vw, 2.75rem);
  }
}

@media (max-width: 1300px) {
  .home-hero .hero-container {
    min-height: 0;
    padding: 14px 42px 32px;
  }

  .home-hero .hero-stage {
    grid-template-columns: minmax(390px, 0.9fr) minmax(420px, 1.1fr);
    width: 100%;
    min-height: 550px;
    margin: 0;
    padding: 34px 82px 34px 26px;
  }

}

@media (max-width: 980px) {
  .home-hero .hero-container {
    padding: 12px 24px 26px;
  }

  .home-hero .hero-stage {
    grid-template-columns: minmax(320px, 0.84fr) minmax(360px, 1.16fr);
    min-height: 520px;
    padding: 30px 62px 30px 20px;
  }

  .home-hero .hero-product-cascade {
    min-height: 420px;
    margin-left: -4px;
  }

  .home-hero .hero-content {
    padding: 4px 16px 4px 24px;
  }

  .home-hero .hero-content h1 {
    font-size: 2rem;
  }

  .home-hero .hero-content .intro {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .home-hero .beacon-artwork {
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }

}

@media (max-width: 780px) {
  .home-hero .hero-container {
    padding: 10px 15px 20px;
  }

  .home-hero .hero-stage {
    display: block;
    min-height: 0;
    padding: 22px 30px 34px 18px;
  }

  .home-hero .hero-product-cascade {
    width: min(520px, 100%);
    min-height: 350px;
    margin: 0 auto 22px;
  }

  .home-hero .hero-content {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 18px 0 10px;
  }

  .home-hero .hero-content h1 {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
  }

  .home-hero .hero-content .phone,
  .home-hero .hero-content .intro,
  .home-hero .hero-content .footer-note,
  .home-hero .hero-content p {
    text-shadow: none !important;
  }

  .home-hero .beacon-artwork {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }

  .home-hero .hero-stage::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.99) 0%,
      rgba(255, 255, 255, 0.97) 52%,
      rgba(255, 255, 255, 0.93) 100%
    );
  }
}

@media (max-width: 540px) {
  .home-hero .hero-container {
    padding-bottom: 17px;
  }

  .home-hero .hero-stage {
    padding: 18px 25px 28px 15px;
  }

  .home-hero .hero-product-cascade {
    min-height: 300px;
    margin-bottom: 18px;
  }

  .home-hero .hero-product--heloc {
    width: 63%;
  }

  .home-hero .hero-product--membership {
    left: 55%;
    width: 31%;
  }

  .home-hero .hero-product--mortgage {
    top: 49%;
    width: 59%;
  }

  .home-hero .hero-product--products {
    top: 40%;
    left: 64%;
    width: 30%;
  }

  .home-hero .hero-content {
    padding: 0 12px 0 7px;
  }

  .home-hero .hero-content h1 {
    font-size: 1.68rem;
  }

  .home-hero .hero-content .intro {
    font-size: 0.89rem;
  }

  .home-hero .hero-content .footer-note {
    font-size: 0.82rem;
  }

  .home-hero .beacon-artwork {
    width: calc(100% + 7px);
    height: calc(100% + 7px);
  }

  .home-hero .hero-stage::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.992) 0%,
      rgba(255, 255, 255, 0.978) 58%,
      rgba(255, 255, 255, 0.95) 100%
    );
  }

}
