.site-header {
  color: #b50f16;
  position: absolute !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-wrap {
  height: 122px;
  justify-content: flex-start;
  gap: 24px;
  border-bottom-color: transparent;
  background: transparent;
  padding: 0;
}

.nav a {
  text-transform: uppercase;
  color: #b50f16;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.nav {
  gap: 22px;
  margin-left: 10px;
  align-items: center;
}

.nav-cta {
  background: #d71920;
  border-color: #f2b83b;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(215, 25, 32, 0.24);
}

.hero {
  background:
    linear-gradient(90deg, #f8efe2 0%, #f6e5ca 52%, #e8c983 100%);
  align-items: start;
}

.hero-image {
  background-image:
    linear-gradient(90deg, rgba(255, 250, 240, 0.9) 0%, rgba(255, 246, 226, 0.7) 32%, rgba(255, 238, 193, 0.16) 58%, rgba(255, 246, 228, 0) 100%),
    url("assets/hero-lawn-house-premium-red-car.jpg");
  background-position: center right;
  background-size: cover;
  opacity: 1;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 230, 156, 0.24) 0 10%, transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 239, 204, 0.12) 100%);
}

.hero-content {
  max-width: 700px;
  padding-left: 0;
  border-left: 0;
  position: relative;
  left: 0;
  margin-top: 168px;
}

.eyebrow {
  color: #f2b83b;
}

.hero h1,
h2 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 em,
h2 em {
  color: #c18a11;
  font-style: normal;
  text-shadow: 0 3px 16px rgba(255, 255, 255, 0.82);
}

.hero-red {
  color: #b50f16;
  text-shadow: 0 3px 16px rgba(255, 255, 255, 0.86), 0 1px 0 rgba(242, 184, 59, 0.3);
}

.hero-copy {
  color: #1f140d;
  font-size: clamp(23px, 2.35vw, 34px);
  line-height: 1.18;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  max-width: 700px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 2px 15px rgba(255, 255, 255, 0.94);
}

.brand-script {
  display: inline-block;
  color: #b50f16;
  font-family: "Brush Script MT", "Snell Roundhand", "Segoe Script", cursive;
  font-size: 1.18em;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.9);
}

.hero-offer-heading {
  margin-top: 28px;
  color: #111;
  font: 900 clamp(30px, 3vw, 46px)/1.04 Manrope, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.92);
}

.hero-offer-heading span {
  display: block;
}

.hero-offer-heading strong {
  color: #d71920;
  font-weight: 900;
}

.hero-promo {
  width: min(690px, 100%);
  margin: 13px 0 0;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, #b50f16 0%, #d71920 54%, #c18a11 100%);
  border: 2px solid rgba(255, 232, 170, 0.92);
  font: 900 17px/1.36 Manrope, Arial, sans-serif;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
  box-shadow: 0 12px 24px rgba(98, 24, 12, 0.14);
}

.hero-actions {
  margin-top: 30px;
}

.hero h1 {
  color: #23140e;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.86);
}

.hero h1 .hero-red {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero .eyebrow {
  color: #9e0f14;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.8);
}

.hero .text-link {
  color: #5c120f;
}

.hero-note {
  color: #5a3b22;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.8);
}

.button {
  border-radius: 2px;
  text-transform: uppercase;
}

.button-gold {
  background: linear-gradient(135deg, #f7d267 0%, #f0a91d 100%);
  color: #120a05;
  border-color: #ffd36a;
  box-shadow: 0 14px 28px rgba(240, 169, 29, 0.22);
}

.button-dark {
  background: #111;
  color: #fff;
  border-color: #111;
}

.text-link {
  color: #fff;
  text-transform: uppercase;
}

.intro {
  background: #111;
  color: #fff;
  border-top: 5px solid #d71920;
}

.split-intro p:not(.eyebrow) {
  color: #d7d0c2;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  width: 132px;
  height: 128px;
  border-radius: 0;
  box-shadow: none;
}

.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.footer-logo {
  background: transparent;
  border-color: transparent;
}

.products {
  background:
    linear-gradient(180deg, #fbf7ef 0%, #fff 44%, #f1ece2 100%);
  color: #111;
}

.product-heading {
  align-items: flex-start;
}

.order-notice {
  border: 2px solid #f2b83b;
  border-left: 8px solid #d71920;
  background: #120b0c;
  color: #fff6e4;
  padding: 18px 20px;
  margin: -22px 0 34px;
  font-size: 14px;
  box-shadow: 0 16px 32px rgba(18, 11, 12, 0.12);
}

.order-notice strong {
  color: #f7d267;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  background: #fff;
  border: 2px solid #111;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  box-shadow: 10px 10px 0 #d71920;
}

.product-media {
  aspect-ratio: 4 / 3;
  background: #f4efe4;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 2px solid #111;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.product-code {
  font: 700 12px "DM Mono";
  letter-spacing: 0.1em;
  color: #d71920;
  margin: 0 0 8px;
}

.product-card h3 {
  font: 800 28px/1.12 Manrope, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #111;
}

.daily-limit {
  flex: 0 0 auto;
  border: 2px solid #111;
  color: #111;
  background: #f2b83b;
  font: 700 11px "DM Mono";
  padding: 7px 9px;
}

.product-price {
  font: 700 42px/1 Manrope, Arial, sans-serif;
  margin: 0;
  color: #d71920;
}

.price-stack {
  display: grid;
  gap: 7px;
}

.original-price {
  margin: 0;
  color: #6f675d;
  font: 800 14px/1.1 Manrope, Arial, sans-serif;
  text-transform: uppercase;
}

.original-price s {
  color: #3d352f;
  text-decoration-thickness: 2px;
  text-decoration-color: #d71920;
}

.product-copy {
  font-size: 13px;
  color: #625d55;
  margin: 0;
}

.spec-image {
  width: 100%;
  height: auto;
  border: 2px solid #111;
  background: #f7f4ed;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
}

.product-actions .button {
  min-height: 48px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  padding: 10px 14px;
  font: 800 10px "DM Mono";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quantity-control input {
  width: 78px;
  border: 0;
  border-left: 2px solid #111;
  padding: 6px 0 6px 12px;
  color: #111;
  background: transparent;
  font: 800 16px Manrope, Arial, sans-serif;
  text-align: center;
}

.quantity-control input:focus {
  outline: 0;
  color: #d71920;
}

.coming-soon {
  margin-top: 76px;
  padding-top: 46px;
  border-top: 3px solid #111;
}

.coming-soon-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.coming-soon-heading h2 {
  font-size: clamp(32px, 4vw, 52px);
}

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

.coming-card {
  min-height: 260px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(215, 25, 32, 0.18) 0%, rgba(9, 6, 7, 0.96) 42%),
    #090607;
  border: 2px solid #f2b83b;
  color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 8px 8px 0 #d71920;
}

.coming-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  background: #f2b83b;
  color: #111;
  border: 2px solid #111;
  font: 800 12px "DM Mono";
}

.coming-card h3 {
  margin: 0 0 14px;
  font: 800 25px/1.08 Manrope, Arial, sans-serif;
  text-transform: uppercase;
}

.coming-card p {
  margin: 0;
  color: #e7dac2;
  font-size: 13px;
}

.coming-card strong {
  margin-top: auto;
  color: #f2b83b;
  font: 800 14px Manrope, Arial, sans-serif;
  letter-spacing: 0;
}

.button-outline-dark {
  border: 2px solid #111;
  color: #111;
  background: #fff;
}

.section-dark {
  background:
    linear-gradient(180deg, #100b0c 0%, #070405 100%);
  border-top: 5px solid #f2b83b;
}

.section-dark .section-heading > p {
  max-width: 440px;
  color: #e7dac2;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  gap: 0;
}

.service-card {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(242, 184, 59, 0.28);
  border-bottom: 1px solid rgba(242, 184, 59, 0.28);
  gap: 14px;
}

.service-card.featured {
  background: linear-gradient(145deg, rgba(215, 25, 32, 0.22), rgba(255, 255, 255, 0.04));
}

.service-icon,
.card-number,
.service-card a {
  color: #f2b83b;
}

.service-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(242, 184, 59, 0.42);
  background: #211615;
  margin-bottom: 8px;
}

.service-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-card:hover .service-thumb img {
  transform: scale(1.04);
}

.service-icon {
  font: 800 26px Manrope, Arial, sans-serif;
}

.service-card h3 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.12;
}

.service-card strong {
  color: #fff;
}

.buy-houses {
  background: #f7f1e5;
}

.buy-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8vw;
  align-items: center;
}

.buy-image {
  position: relative;
}

.buy-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border: 2px solid #111;
  box-shadow: 12px 12px 0 #d71920;
}

.image-badge {
  position: absolute;
  right: -28px;
  bottom: 38px;
  background: #f2b83b;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 2px solid #111;
}

.image-badge span {
  font: 900 42px/1 Manrope, Arial, sans-serif;
}

.image-badge small {
  font: 800 8px/1.35 "DM Mono";
  letter-spacing: 0.1em;
}

.buy-copy h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.buy-copy .lead {
  font: 800 20px/1.45 Manrope, Arial, sans-serif;
  margin: 25px 0 16px;
}

.buy-copy > p:not(.eyebrow):not(.lead) {
  font-size: 14px;
  color: #5f5c56;
  margin-bottom: 30px;
}

.section-gold {
  background: #f2b83b;
  border-top: 5px solid #d71920;
}

.section-gold .eyebrow {
  color: #24201b;
}

.section-gold h2 {
  font-size: clamp(37px, 4.5vw, 60px);
}

.benefit-grid {
  margin-top: 62px;
  border-top: 2px solid rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid > div {
  padding: 20px 20px 25px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.28);
  min-height: 130px;
}

.benefit-grid span {
  font: 800 10px "DM Mono";
  color: #51442e;
}

.benefit-grid h3 {
  font: 800 19px/1.3 Manrope, Arial, sans-serif;
  text-transform: uppercase;
  margin: 18px 0 0;
}

.areas {
  background: #fff;
}

.areas-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
}

.areas h2 {
  font-size: clamp(42px, 5vw, 65px);
}

.areas-layout > div:last-child > p {
  max-width: 430px;
  color: #595752;
  margin: 30px 0;
}

.areas ul {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
  border-top: 2px solid #111;
}

.areas li {
  font: 800 24px Manrope, Arial, sans-serif;
  padding: 12px 0;
  border-bottom: 2px solid #111;
  text-transform: uppercase;
}

.areas li::after {
  content: ">";
  float: right;
  color: #d71920;
}

.offer-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
}

.offer h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.offer > div p:not(.eyebrow) {
  max-width: 390px;
  color: #b8b6b0;
  font-size: 14px;
  margin-top: 25px;
}

.offer-form {
  display: grid;
  gap: 18px;
}

.offer-form label {
  font: 800 10px "DM Mono";
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f2b83b;
}

.offer-form input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #6a6256;
  color: #fff;
  padding: 12px 0;
  font: 14px Manrope, Arial, sans-serif;
}

.offer-form input:focus {
  outline: 0;
  border-color: #f2b83b;
}

.offer-form .button {
  width: max-content;
  margin-top: 8px;
}

.form-note {
  font-size: 11px !important;
  color: #8f8778 !important;
  margin: 0 !important;
}

.contact {
  background: #f7f1e5;
}

.footer {
  background: #080506;
  border-top: 5px solid #d71920;
}

.stripe-checkout[aria-busy="true"],
.project-payment-form .button[aria-busy="true"] {
  opacity: 0.72;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .nav {
    gap: 14px;
  }

  .nav a {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .coming-soon-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buy-layout,
  .areas-layout,
  .offer-wrap {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
  }

  .benefit-grid > div {
    padding-right: 12px;
    min-height: 110px;
  }

  .product-card {
    max-width: 680px;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    color: #b50f16;
  }

  .nav-wrap {
    height: 96px;
    justify-content: space-between;
  }

  .nav {
    display: none;
    top: 96px;
    left: 18px;
    right: 18px;
    width: auto;
    margin-left: 0;
    padding: 18px;
    background: rgba(255, 247, 231, 0.95);
    border: 1px solid rgba(242, 184, 59, 0.72);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    color: #b50f16;
    text-shadow: none;
    font-size: 15px;
  }

  .nav-toggle {
    color: #fff;
    background: rgba(8, 5, 6, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.45);
    width: 46px;
    height: 42px;
    align-items: center;
    justify-content: center;
  }

  .brand-logo {
    width: 88px;
    height: 86px;
    padding: 0;
  }

  .hero {
    min-height: 800px;
    height: 800px;
    max-height: none;
  }

  .hero-image {
    background-position: center right;
  }

  .hero-content {
    padding-left: 0;
    border-left-width: 0;
    left: 0;
    margin-top: 255px;
  }

  .hero-copy {
    max-width: 94%;
    padding: 10px 12px;
    margin: 0 0 14px;
    color: #25120c;
    background: rgba(255, 247, 231, 0.78);
    font-size: 18px;
    line-height: 1.35;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.78);
  }

  .brand-script {
    font-size: 1.12em;
  }

  .hero-offer-heading {
    width: min(94%, 360px);
    margin-top: 18px;
    padding: 0 12px;
    font-size: 26px;
    line-height: 1.08;
  }

  .hero-promo {
    width: 100%;
    max-width: 360px;
    font-size: 14px;
    line-height: 1.38;
    padding: 11px 12px;
  }

  .brand-logo img {
    width: 100%;
    max-height: none;
  }

  .product-card h3 {
    font-size: 25px;
  }

  .product-price {
    font-size: 38px;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .coming-soon {
    margin-top: 58px;
    padding-top: 34px;
  }

  .coming-soon-heading {
    display: block;
  }

  .coming-card {
    min-height: 220px;
  }

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

  .buy-image img {
    height: 420px;
  }

  .image-badge {
    right: 14px;
    bottom: 14px;
  }

  .offer-form .button {
    width: 100%;
  }

}
