.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-idea,
.home-recent-work,
.home-process,
.home-faq,
.home-contact-strip {
  padding: 28px 0 16px;
}

.home-pathways {
  padding: 24px 0 10px;
}

.home-pathways__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.home-pathways__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.home-pathways__eyebrow {
  margin: 0 0 8px;
  color: #bd743f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-pathways h2 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  line-height: 1.12;
}

.home-pathways__intro p:last-child {
  margin: 12px 0 0;
  color: #62564c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

.home-pathway-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
  padding: 22px;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #18202a 0%, #0f141a 100%);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-pathway-card--custom {
  background: linear-gradient(135deg, #c87d45 0%, #9f5630 100%);
}

.home-pathway-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.14);
}

.home-pathway-card__label {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-pathway-card__text {
  display: block;
  margin: 12px 0 18px;
  color: rgba(255,255,255,0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  line-height: 1.42;
}

.home-pathway-card__action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
}

.home-pathway-card__action::after {
  content: "→";
  transition: transform 0.2s ease;
}

.home-pathway-card:hover .home-pathway-card__action::after {
  transform: translateX(3px);
}

.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;
  background: transparent;
  color: var(--charcoal);
  border: 1px solid rgba(31, 35, 40, 0.18);
  border-radius: 999px;
}

.home-section-head__link--light {
  background: transparent;
  color: var(--charcoal);
  border: 1px solid rgba(31, 35, 40, 0.18);
}

.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__price,
.home-product-card__meta {
  display: block;
}

.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-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 20px;
  background: #17202a;
  color: #ffffff;
  border-radius: 22px;
  padding: 28px;
}


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


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

.home-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px;
}

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

.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-loading-card--recent-work {
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
}

@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, 1fr);
  }
}

@media (max-width: 900px) {
  .home-hero__grid,
  .home-about__card {
    grid-template-columns: 1fr;
  }

  .home-about__copy {
    padding: 28px;
  }

  .home-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 20px;
  background: #17202a;
  color: #ffffff;
  border-radius: 22px;
  padding: 28px;
}

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

@media (max-width: 600px) {
  .home-hero__copy {
    padding: 28px 22px;
  }

  .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-contact-actions {
    grid-template-columns: 1fr;
  }
}


.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;
}


.home-section-head__link:hover,
.home-section-head__link--light:hover {
  background: rgba(16, 23, 29, 0.04);
  color: var(--charcoal);
}


.home-contact-actions .button:last-child {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.28);
}

.home-contact-actions .button:last-child:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.34);
  color: #ffffff;
}


.home-about__copy {
  text-align: left;
}

.home-about__copy .button-secondary {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}


.home-gallery-card--image-only .home-product-card__image-link {
  display: block;
  height: 100%;
}

.home-gallery-card--image-only img {
  display: block;
  height: 260px;
}

.home-gallery-card--image-only:hover img {
  transform: none;
}

/* Recent Work homepage image preview. Mirrors the shop/gallery lightbox feel while keeping homepage CTAs visible. */
.home-recent-work-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: inherit;
  font: inherit;
}

.home-work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: none;
}

.home-work-lightbox.active {
  display: block;
}

.home-work-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 12, 0.88);
  backdrop-filter: blur(2px);
}

.home-work-lightbox__dialog {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: 16px;
  padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  pointer-events: none;
}

.home-work-lightbox__stage {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
}

.home-work-lightbox__image {
  max-width: min(94vw, 1280px);
  max-height: calc(100dvh - 150px);
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

.home-work-lightbox__close,
.home-work-lightbox__nav {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.96);
  color: #1b1f18;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
  z-index: 4;
}

.home-work-lightbox__close {
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  width: 48px;
  height: 48px;
  font-size: 1.9rem;
  line-height: 1;
}

.home-work-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-work-lightbox__nav[hidden] {
  display: none !important;
}

.home-work-lightbox__nav.prev {
  left: max(18px, env(safe-area-inset-left));
}

.home-work-lightbox__nav.next {
  right: max(18px, env(safe-area-inset-right));
}

.home-work-lightbox__actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(720px, 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(17, 22, 28, 0.78);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

.home-work-lightbox__actions > * {
  min-height: 44px;
  white-space: nowrap;
}

body.home-work-lightbox-open {
  overflow: hidden;
  overscroll-behavior: none;
}

/* v18cz homepage sales polish: stronger product proof, custom order guidance, and trust cues. */
.home-product-card,
.home-gallery-card,
.home-process-card {
  box-shadow: 0 8px 22px rgba(49, 31, 17, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-product-card__image-frame,
.home-gallery-card__image-frame {
  display: block;
  background: #f7f2ec;
  overflow: hidden;
}

.home-product-card--featured .home-product-card__image-link {
  display: flex;
  flex-direction: column;
}

.home-product-card--featured .home-product-card__image-frame {
  min-height: 230px;
  display: grid;
  place-items: center;
}

.home-product-card--featured img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 10px;
  background: #f7f2ec;
}

.home-product-card--featured .home-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
  padding: 16px;
}

.home-product-card__title,
.home-product-card__body h3 {
  display: block;
  color: var(--brown);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.15;
}

.home-product-card__price {
  color: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.home-product-card__meta {
  color: #6a5d52;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  line-height: 1.25;
  margin: 0;
}

.home-product-card__action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-top: auto;
  color: #8c4f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-product-card__action::after {
  content: '→';
  text-decoration: none;
}

.home-custom-idea__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(31, 35, 40, 0.12);
  border-radius: 22px;
  background: linear-gradient(135deg, #fffaf4 0%, #f4ebe1 100%);
  box-shadow: 0 14px 34px rgba(56, 36, 20, 0.07);
  padding: 28px;
}

.home-custom-idea__eyebrow {
  margin: 0 0 8px;
  color: #bd743f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-custom-idea__box h2 {
  margin: 0;
  color: var(--brown);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  line-height: 1.1;
}

.home-custom-idea__box p:last-child {
  max-width: 780px;
  margin: 12px 0 0;
  color: #62564c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.home-process .home-section-head--centered {
  justify-content: center;
  text-align: center;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  padding: 24px;
}

.home-process-card__number {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #d78a57;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

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

.home-process-card p {
  margin: 0;
  color: #62564c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-gallery-card--recent-work {
  background: #fffaf4;
}

.home-gallery-card--recent-work .home-recent-work-trigger {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-gallery-card--recent-work .home-gallery-card__image-frame {
  background: #f3ece3;
}

.home-gallery-card--recent-work img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  padding: 0;
  background: #f3ece3;
}

.home-gallery-card__caption {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
}

.home-gallery-card__caption-title {
  display: block;
  color: var(--brown);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.home-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  color: #f4ece4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.home-trust-list li::before {
  content: '✓';
  color: #efb072;
  font-weight: 900;
}

.home-coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1100px) {
  .home-product-card--featured .home-product-card__image-frame,
  .home-product-card--featured img,
  .home-gallery-card--recent-work img {
    height: 220px;
    min-height: 0;
  }

  .home-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .home-custom-idea__box,
  .home-contact-box {
    grid-template-columns: 1fr;
  }

  .home-custom-idea__box > .button,
  .home-contact-actions {
    width: 100%;
  }
}

