.home-hero {
  padding: 42px 0 28px;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  background: linear-gradient(135deg, #18202a 0%, #0f141a 100%);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.home-hero__copy {
  color: #fff;
  padding: 64px 56px;
}

.home-hero__copy h1 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1.04;
  margin: 0 0 18px;
}

.home-hero__copy h1 span {
  color: #efb072;
  font-style: italic;
  font-weight: 400;
  font-size: 0.65em;
  display: block;
  margin-top: 6px;
}

.home-hero__copy p {
  max-width: 540px;
  font-size: 1.05rem;
  color: #f3e9df;
  margin: 0 0 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-hero__media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: #000;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.home-categories,
.home-featured,
.home-about,
.home-custom-callout,
.home-recent-work,
.home-faq,
.home-contact-strip {
  padding: 28px 0 16px;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}

.home-section-head h2 {
  font-size: 2rem;
  color: var(--brown);
  margin: 0;
}

.home-section-head p {
  color: #64584d;
  font-family: Arial, Helvetica, sans-serif;
  margin: 6px 0 0;
}

.home-section-head__link {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.95rem;
}

.home-section-head__link--light {
  color: #1f2328;
}

.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.home-category-card,
.home-product-card,
.home-gallery-card,
.home-faq-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.home-category-card {
  background: #d78a57;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 22px 16px;
  text-align: center;
  transition: 0.2s ease;
}

.home-category-card:hover {
  background: #a8bfb3;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.home-category-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f4ece4;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  font-size: 1.3rem;
}

.home-category-card h3 {
  color: var(--brown);
  margin: 0 0 5px;
  font-size: 1.05rem;
}

.home-category-card p {
  font-size: 0.88rem;
  color: #f3e9df;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.home-product-grid,
.home-gallery-grid,
.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-product-card:hover,
.home-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.home-product-card img,
.home-gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.home-gallery-card img {
  height: 260px;
}

.home-product-card__body,
.home-gallery-card__body {
  padding: 16px;
}

.home-product-card__body h3,
.home-gallery-card__body h3 {
  color: var(--brown);
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.home-product-card__body p,
.home-gallery-card__body p,
.home-faq-card p {
  font-family: Arial, Helvetica, sans-serif;
  color: #62564c;
  font-size: 0.94rem;
  margin: 0;
}

.home-product-card__image-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.home-product-card__image-link img {
  height: 220px;
  object-fit: contain;
  background: #f7f2ec;
  padding: 12px;
}

.home-product-card__body p,
.home-product-card__price {
  display: none;
}

.home-about__card {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  background: linear-gradient(135deg, #18202a 0%, #0f141a 100%);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.home-about__image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.home-about__copy {
  padding: 34px 34px 34px 0;
  color: #fff;
}

.home-about__copy h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.home-about__copy p,
.home-bullets {
  font-family: Arial, Helvetica, sans-serif;
  color: #e9dfd3;
}

.home-bullets {
  padding-left: 18px;
  margin: 14px 0 18px;
}

.home-bullets li + li {
  margin-top: 8px;
}

.home-custom-box,
.home-faq-card {
  background: #a8bfb3;
  padding: 24px;
}

.home-contact-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 24px;
  background: #17202a;
  color: #ffffff;
  border-radius: 22px;
  padding: 32px;
}

.home-contact-box h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 2rem;
}

.home-contact-box p {
  font-family: Arial, Helvetica, sans-serif;
  color: #e4dacf;
  margin: 0;
  max-width: 620px;
}

.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.home-contact-actions .button-secondary {
  background: #d78a57;
  color: #ffffff;
  border-color: #d78a57;
}

.home-contact-actions .button-secondary:hover {
  background: #b86a3a;
  border-color: #b86a3a;
  color: #ffffff;
}

.home-contact-actions .button {
  background: #6f887a;
  color: #ffffff;
  border-color: #6f887a;
}

.home-contact-actions .button:hover {
  background: #8fa79a;
  border-color: #8fa79a;
  color: #1f2328;
}


.home-faq-card h3 {
  margin: 0 0 8px;
  color: var(--brown);
  font-size: 1.1rem;
}

.home-loading-card {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #62564c;
}

.home-product-grid,
  .home-gallery-grid,
  .home-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-about__copy {
    padding: 28px;
  }

  }

.home-hero__media {
    min-height: 260px;
  }

  .home-categories__grid,
  .home-product-grid,
  .home-gallery-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  }


.home-about__mini {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.95rem;
  color: #efb072;
  margin-bottom: 10px;
}

.home-coming-soon {
  grid-column: 1 / -1;
  border: 1px dashed var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbf7f1 0%, #f5ede4 100%);
  padding: 28px 18px;
  text-align: center;
}

.home-coming-soon__mark {
  width: 66px;
  height: 66px;
  margin: 0 auto 14px;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 35% 30%, #e2a867 0%, #d58f50 40%, #ca7f40 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.24),
    0 6px 14px rgba(93, 56, 28, 0.10);
}

.home-coming-soon__mark::before {
  content: "✦";
  color: #fff;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  line-height: 1;
  transform: translateY(-1px);
}

.home-coming-soon h3 {
  margin: 0 0 8px;
  color: var(--brown);
  font-size: 1.15rem;
  line-height: 1.2;
}

.home-coming-soon p {
  max-width: 640px;
  margin: 0 auto 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #62564c;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .home-categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-product-grid,
  .home-gallery-grid,
  .home-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .home-hero {
    padding: 18px 0 14px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .home-hero__copy {
    padding: 22px 18px 18px;
  }

  .home-hero__copy h1 {
    font-size: 1.9rem;
    line-height: 1.06;
    margin: 0 0 12px;
  }

  .home-hero__copy p {
    font-size: 0.95rem;
    margin: 0 0 18px;
  }

  .eyebrow,
  .home-about__mini {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
  }

  .home-hero__actions,
  .home-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
  }

  .home-hero__actions > *,
  .home-contact-actions > * {
    width: 100%;
    padding: 12px 16px;
  }

  .home-hero__media {
    min-height: 185px;
    max-height: 220px;
  }

  .home-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
  }

  .home-section-head h2,
  .home-about__copy h2,
  .home-contact-box h2 {
    font-size: 1.55rem;
    line-height: 1.12;
  }

  .home-section-head p,
  .home-contact-box p,
  .home-product-card__body p,
  .home-gallery-card__body p,
  .home-faq-card p,
  .home-about__copy p,
  .home-bullets li,
  .home-coming-soon p {
    font-size: 0.92rem;
  }

  .home-section-head__link {
    width: auto;
    min-width: 0;
    padding: 10px 14px;
    align-self: flex-start;
  }

  .home-categories,
  .home-featured,
  .home-about,
  .home-recent-work,
  .home-faq,
  .home-contact-strip {
    padding: 18px 0 10px;
  }

  .home-categories__grid,
  .home-product-grid,
  .home-gallery-grid,
  .home-faq-grid {
    gap: 12px;
  }

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

  .home-category-card {
    padding: 16px 12px;
    border-radius: 16px;
  }

  .home-category-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    font-size: 1.1rem;
  }

  .home-category-card h3 {
    font-size: 0.96rem;
    margin-bottom: 4px;
  }

  .home-category-card p {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .home-product-card,
  .home-gallery-card,
  .home-faq-card,
  .home-about__card,
  .home-contact-box {
    border-radius: 18px;
  }

  .home-product-card img,
  .home-gallery-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-product-card__body,
  .home-gallery-card__body {
    padding: 12px;
  }

  .home-product-card__body h3,
  .home-gallery-card__body h3,
  .home-faq-card h3 {
    font-size: 0.98rem;
    margin-bottom: 5px;
  }

  .home-about__card,
  .home-contact-box {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-about__image-wrap img {
    height: 180px;
    min-height: 180px;
    width: 100%;
  }

  .home-bullets {
    margin: 10px 0 14px;
  }

  .home-bullets li,
  .home-about__copy p {
    margin-bottom: 10px;
  }

  .home-about__copy {
    padding: 18px;
  }

  .home-faq-card {
    padding: 18px;
  }

  .home-contact-box {
    padding: 20px 18px;
  }

  .home-contact-actions {
    justify-content: stretch;
  }

  .home-coming-soon {
    padding: 22px 18px;
  }
}

@media (max-width: 430px) {
  .home-hero {
    padding: 8px 0 6px;
  }

  .home-hero__copy {
    padding: 16px 14px 12px;
  }

  .home-hero__copy h1 {
    font-size: 1.54rem;
  }

  .home-hero__copy p {
    font-size: 0.88rem;
    margin-bottom: 9px;
  }

  .home-hero__actions,
  .home-contact-actions {
    grid-template-columns: 1fr;
  }

  .home-section-head h2,
  .home-about__copy h2,
  .home-contact-box h2 {
    font-size: 1.42rem;
  }

  .home-product-grid,
  .home-gallery-grid,
  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-about__image-wrap img {
    height: 160px;
    min-height: 160px;
  }

  .home-categories__grid {
    gap: 10px;
  }

  .home-category-card {
    padding: 14px 10px;
  }

  .home-category-card__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .home-category-card h3 {
    font-size: 0.9rem;
  }

  .home-category-card p {
    font-size: 0.74rem;
  }

  .home-product-card__body,
  .home-gallery-card__body,
  .home-faq-card,
  .home-contact-box,
  .home-about__copy {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-coming-soon {
    padding: 18px 14px;
  }

  .home-coming-soon h3 {
    font-size: 1.05rem;
  }

  .home-coming-soon p {
    font-size: 0.86rem;
  }
}
