/* ============================================
   9 Craft  Homepage Redesign
   Poppins · Forest & Copper
   ============================================ */

.page-home {
  --h-bg: #ffffff;
  --h-bg-dark: #2c2118;
  --h-bg-card: #ffffff;
  --h-forest: #3d2b1f;
  --h-forest-mid: #5a4436;
  --h-copper: #c59d5f;
  --h-copper-light: #d4b07a;
  --h-sand: #e8dcc8;
  --h-cream: #ffffff;
  --h-text: #3d2b1f;
  --h-muted: #6b5e52;
  --h-border: rgba(61, 43, 31, 0.1);
  --h-font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --h-font-body: 'Poppins', system-ui, sans-serif;
  --h-radius: 20px;
  --h-radius-sm: 14px;
  --h-shadow: 0 16px 48px rgba(61, 43, 31, 0.08);
  --h-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --h-safe-bottom: calc(72px + env(safe-area-inset-bottom, 0px));

  font-family: var(--h-font-body);
  background: #ffffff;
  color: var(--h-text);
  /* Keep space for fixed header so banner is not clipped underneath */
  padding-top: var(--site-chrome-offset, 100px) !important;
  padding-bottom: 0 !important;
}

.page-home .site-chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  transition: background 0.45s var(--h-ease), box-shadow 0.45s var(--h-ease);
}

.page-home .site-chrome.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 24px rgba(61, 43, 31, 0.08);
}

.page-home .header {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: padding 0.35s var(--h-ease);
}

.page-home .site-chrome.is-scrolled .header {
  background: transparent;
  border-bottom-color: var(--h-border);
  padding-top: 0;
}

.page-home .header .logo img {
  transition: height 0.35s var(--h-ease);
  filter: none;
}

.page-home .site-chrome.compact .header .logo img {
  height: 46px !important;
}

.page-home .top-bar {
  background: transparent;
  border-bottom: 1px solid var(--h-border);
  color: var(--h-muted);
  font-size: 0.78rem;
}

.page-home .top-bar a { color: var(--h-forest); }
.page-home .top-bar a:hover { color: var(--h-copper); }

.page-home .site-chrome.is-scrolled .top-bar {
  display: none;
}

.page-home .header .nav-link {
  color: var(--h-forest);
  font-family: var(--h-font-body);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.page-home .header .nav-link:hover,
.page-home .header .nav-link.active {
  color: var(--h-copper);
}

.page-home .header .btn-book {
  background: var(--h-copper);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: var(--h-font-body);
  font-weight: 600;
  padding: 0.65rem 1.4rem;
  font-size: 0.85rem;
}

.page-home .header .btn-book:hover {
  background: #a07d45;
  transform: translateY(-1px);
}

.page-home .site-chrome.is-scrolled .header,
.page-home .site-chrome.compact .header {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: var(--h-border);
}

.page-home .services-menu {
  background: var(--h-bg-card);
  border-color: var(--h-border);
}

.page-home .services-menu a {
  color: var(--h-forest);
  font-family: var(--h-font-body);
}

.page-home .services-menu a:hover {
  background: var(--h-cream);
  color: var(--h-copper);
}

/* ---- Layout helpers ---- */
.h-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.h-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--h-font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--h-copper);
  margin-bottom: 1rem;
}

.h-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
}

.h-title,
.h-inspire__title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.25;
  color: var(--h-forest);
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-style: normal;
  margin: 0;
}

.h-title em,
.h-accent,
.h-title .h-accent {
  color: var(--h-copper);
  font-style: normal !important;
  font-weight: 600;
}

/* No italic / slanted text anywhere on homepage */
.page-home em,
.page-home i,
.page-home cite,
.page-home blockquote,
.page-home .h-about__quote,
.page-home .h-test-card blockquote,
.page-home .h-hero__title span,
.page-home .h-marquee__track span {
  font-style: normal !important;
}

.h-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 300;
  color: var(--h-muted);
  max-width: 32rem;
}

.h-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  font-family: var(--h-font-body);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.35s var(--h-ease);
  cursor: pointer;
  border: none;
}

.h-btn--primary {
  background: var(--h-copper);
  color: #fff;
  border-radius: 10px;
}

.h-btn--primary:hover {
  background: #a07d45;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(197, 157, 95, 0.35);
}

.h-btn--ghost {
  background: #fff;
  color: var(--h-forest);
  border: 1.5px solid var(--h-border);
  border-radius: 10px;
}

.h-btn--ghost:hover {
  border-color: var(--h-copper);
  color: var(--h-copper);
}

.h-btn--on-dark {
  color: var(--h-forest);
  border-color: var(--h-border);
  background: #fff;
}

.h-btn--on-dark:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.h-btn--light {
  background: #fff;
  color: var(--h-forest);
}

.h-btn--light:hover {
  background: var(--h-cream);
  transform: translateY(-2px);
}

.h-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--h-ease), transform 0.8s var(--h-ease);
}

.h-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== HERO BANNER (full-width, natural image height) ========== */
.h-hero {
  position: relative;
  min-height: 0;
  height: auto !important;
  max-height: none !important;
  display: block;
  background: #ffffff;
  overflow: visible !important;
  padding: 0;
  max-width: none;
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.h-hero--banner {
  padding-top: 0;
  overflow: visible !important;
}

.h-hero__banner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #f3efe9;
  overflow: visible;
  height: auto !important;
  max-height: none !important;
}

.h-hero__banner picture {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.h-hero__img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: unset !important;
  object-position: center top;
}

.h-hero__cta-bar {
  background: #fff;
  border-bottom: 1px solid var(--h-border, rgba(61, 43, 31, 0.1));
  padding: 1.15rem 0 1.35rem;
}

.h-hero__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.h-hero__cta-text {
  margin: 0;
  font-family: var(--h-font-body);
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--h-muted, #6b5e52);
}

.h-hero__inner { display: none; }
.h-hero__media { display: none; }

.h-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.h-hero .h-btn--primary {
  background: var(--h-copper, #c59d5f);
  color: #fff;
  border-color: var(--h-copper, #c59d5f);
}

.h-hero .h-btn--primary:hover {
  background: var(--h-copper-dark, #a8844a);
}

.h-hero__stats { display: none; }
.h-hero__scroll { display: none; }
.h-hero__float-card { display: none; }

/* Legacy split-hero rules kept inert under --banner */

.h-hero__kicker {
  font-family: var(--h-font-body);
  font-size: clamp(0.62rem, 1.05vw, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b08d57;
  margin: 0 0 0.85rem;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  max-width: none;
}

.h-hero__title,
.page-home .h-hero__title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  font-weight: 600;
  line-height: 1.28;
  color: #2d2926;
  letter-spacing: 0;
  margin: 0 0 1rem;
  overflow-wrap: normal;
  word-break: keep-all;
  max-width: none;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

.h-hero__title-line,
.page-home .h-hero__title .h-hero__title-line {
  display: block;
  white-space: nowrap;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
  font-weight: 600;
  font-style: normal !important;
  color: #2d2926;
}

.h-hero__title-line--accent,
.page-home .h-hero__title .h-hero__title-line--accent {
  color: #9a7b55;
  font-weight: 600;
}

.h-hero__desc {
  font-family: var(--h-font-body);
  font-size: clamp(0.9rem, 1.15vw, 1.02rem);
  font-weight: 300;
  line-height: 1.65;
  color: #5c4f46;
  max-width: 38rem;
  width: 100%;
  margin: 0 0 1.5rem;
}

.h-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0;
}

.h-hero .h-btn--primary {
  border-radius: 8px;
  padding: 0.85rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  gap: 0.5rem;
  color: #3c2a21;
  background: #c59d5f;
  box-shadow: 0 6px 20px rgba(197, 157, 95, 0.3);
}

.h-hero .h-btn--primary:hover {
  background: #b08a4f;
  color: #fff;
}

.h-btn--outline {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1.5px solid rgba(61, 43, 31, 0.15);
  color: #3c2a21;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, gap 0.25s;
}

.h-btn--outline:hover {
  border-color: var(--h-copper);
  color: var(--h-copper);
  gap: 0.55rem;
}

.h-btn--link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: none;
  color: var(--h-forest);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.5rem 0;
  text-decoration: none;
  transition: gap 0.25s var(--h-ease), color 0.25s;
}

.h-btn--link:hover {
  color: var(--h-copper);
  gap: 0.6rem;
}

.h-hero__stats { display: none; }
.h-hero__scroll { display: none; }
.h-hero__float-card { display: none; }

/* ========== TRUST STRIP ========== */
.h-trust {
  background: #ffffff;
  padding: 1.1rem 0;
  border-top: 1px solid var(--h-border);
  border-bottom: 1px solid var(--h-border);
  margin-top: 0;
}

.h-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.h-trust__item {
  text-align: center;
  padding: 0.65rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.h-trust__ico {
  width: 28px;
  height: 28px;
  color: var(--h-copper);
  margin-bottom: 0.25rem;
}

.h-trust__ico svg { width: 100%; height: 100%; }

.h-trust__item strong {
  display: block;
  font-family: var(--h-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--h-forest);
  line-height: 1.2;
}

.h-trust__item span {
  font-size: 18px;
  font-weight: 300;
  color: var(--h-muted);
  letter-spacing: 0.02em;
}

/* ========== MARQUEE ========== */
.h-marquee {
  background: var(--h-copper);
  color: #fff;
  padding: 1.1rem 0;
  overflow: hidden;
}

.h-marquee__track {
  display: flex;
  width: max-content;
  animation: hMarquee 28s linear infinite;
}

.h-marquee__track span {
  flex-shrink: 0;
  padding: 0 2.5rem;
  font-family: var(--h-font-display);
  font-size: 1.15rem;
  white-space: nowrap;
  opacity: 0.92;
  color: #000;
}

.h-marquee__track span::after {
  content: '◆';
  margin-left: 2.5rem;
  font-size: 0.5rem;
  vertical-align: middle;
  opacity: 0.6;
}

@keyframes hMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ========== ABOUT ========== */
.h-about {
  padding: 15px;
  background: var(--h-cream);
}

.h-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.h-about__visual-wrap {
  position: relative;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.h-about__visual {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-height: 420px;
}

.h-about__visual .h-about__img-main {
  grid-row: 1 / 3;
  border-radius: 24px;
  overflow: hidden;
  min-height: 0;
}

.h-about__img-sm {
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.h-about__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.h-about__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--h-forest);
  color: #fff;
  padding: 1.35rem 1.5rem;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(15, 26, 23, 0.25);
  z-index: 2;
}

.h-about__badge strong {
  display: block;
  font-family: var(--h-font-display);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.h-about__badge span {
  display: block;
  font-size: 0.62rem;
  opacity: 0.85;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 0.35rem;
  line-height: 1.35;
}

.h-about__quote {
  font-family: var(--h-font-display);
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--h-forest);
  border-left: 3px solid var(--h-copper);
  padding-left: 1.25rem;
  margin: 1.25rem 0 1rem;
}

.h-about__features--scroll {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.h-about__feat {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1.1rem;
  background: var(--h-bg-card);
  border-radius: var(--h-radius-sm);
  border: 1px solid var(--h-border);
  transition: transform 0.3s var(--h-ease), box-shadow 0.3s;
}

.h-about__feat:hover {
  transform: translateY(-2px);
  box-shadow: var(--h-shadow);
}

.h-about__feat-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(196, 93, 62, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--h-font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--h-copper);
}

.h-about__feat-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.h-about__feat h4 {
  font-family: var(--h-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--h-forest);
  margin-bottom: 0.2rem;
}

.h-about__feat p {
  font-size: 0.78rem;
  font-weight: 300;
  color: var(--h-muted);
  line-height: 1.45;
}

.h-img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* ========== SERVICES ========== */
.h-services {
  padding: clamp(2.5rem, 5vw, 4rem) 0 0;
  background: #fff;
}

.h-services__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.h-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.h-svc-card {
  position: relative;
  border-radius: var(--h-radius);
  overflow: hidden;
  background: var(--h-bg-card);
  border: 1px solid var(--h-border);
  transition: transform 0.45s var(--h-ease), box-shadow 0.45s var(--h-ease);
}

.h-svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--h-shadow);
}

.h-svc-card__img {
  height: 220px;
  overflow: hidden;
}

.h-svc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--h-ease);
}

.h-svc-card:hover .h-svc-card__img img {
  transform: scale(1.06);
}

.h-svc-card__body {
  padding: 1.75rem;
}

.h-svc-card__num {
  font-family: var(--h-font-display);
  font-size: 3rem;
  font-weight: 400;
  color: var(--h-sand);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.h-svc-card__body h3 {
  font-family: var(--h-font-display);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--h-forest);
  margin-bottom: 0.75rem;
}

.h-svc-card__body p {
  font-size: 0.88rem;
  color: var(--h-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.h-svc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--h-copper);
  text-decoration: none;
}

.h-svc-card__link:hover {
  gap: 0.65rem;
}

/* ========== INSPIRE / SELECTED WORK ========== */
.h-inspire {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
  background: #fff;
  margin-top: 0;
}

.h-inspire__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.5rem;
}

.h-inspire__sub {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--h-muted);
  margin: 0.65rem 0 0;
  max-width: 34rem;
}

.h-inspire .h-eyebrow {
  margin-bottom: 0.65rem;
}

.h-inspire__view {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #e53935;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 0.25rem;
  transition: gap 0.25s var(--h-ease);
}

.h-inspire__view:hover { gap: 0.5rem; }

.h-inspire__wrap {
  position: relative;
}

.h-inspire__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 155px 155px;
  gap: 12px;
}

.h-inspire__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  min-height: 0;
}

.h-inspire__item--tall { grid-row: 1 / 3; grid-column: 1; }
.h-inspire__item:nth-child(2) { grid-column: 2; grid-row: 1; }
.h-inspire__item:nth-child(3) { grid-column: 3; grid-row: 1; }
.h-inspire__item:nth-child(4) { grid-column: 4; grid-row: 1; }
.h-inspire__item--wide { grid-column: 2 / 4; grid-row: 2; }
.h-inspire__item:nth-child(6) { grid-column: 4; grid-row: 2; }

.h-inspire__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--h-ease);
}

.h-inspire__item:hover img { transform: scale(1.05); }

.h-inspire__tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0.32rem 0.7rem;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 999px;
  z-index: 2;
  letter-spacing: 0.01em;
}

.h-inspire__next {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--h-forest);
  z-index: 3;
  transition: transform 0.25s var(--h-ease), box-shadow 0.25s;
}

.h-inspire__next:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16);
}

/* ========== REELS ========== */
.h-reels {

  background: #ffffff;
  color: var(--h-forest);
}

.h-reels .h-eyebrow { color: var(--h-copper); }
.h-reels .h-eyebrow::before { background: var(--h-copper); }
.h-reels .h-title { color: var(--h-forest); }
.h-reels .h-title em { color: var(--h-copper); }
.h-reels .h-lead { color: var(--h-muted); font-weight: 300; }

.h-reels__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.h-reels .h-title .h-accent {
  color: var(--h-copper-light);
}

.h-reels__insta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s, box-shadow 0.25s;
  flex-shrink: 0;
}

.h-reels__insta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(221, 42, 123, 0.35);
}

.h-reels__insta--sm {
  margin-top: 0.85rem;
  padding: 0.6rem 1rem;
  font-size: 0.78rem;
}

.h-reels__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.h-reels__track::-webkit-scrollbar { display: none; }

.h-reel {
  position: relative;
  flex: 0 0 min(72vw, 280px);
  aspect-ratio: 9 / 16;
  max-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  scroll-snap-align: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.h-reel__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #1a1a1a;
  pointer-events: none;
}

.h-reel__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.5rem 1rem 1.15rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.h-reel__tag {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--h-copper-light);
  margin-bottom: 0.25rem;
}

.h-reel__overlay strong {
  font-family: var(--h-font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.h-reel__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.25s, background 0.25s;
}

.h-reel__play svg { width: 22px; height: 22px; margin-left: 2px; }

.h-reel:hover .h-reel__play {
  background: rgba(215, 185, 105, 0.9);
  color: #111;
  transform: translate(-50%, -50%) scale(1.06);
}

.h-reel.is-playing .h-reel__play { opacity: 0.35; }

/* Reel popup */
.h-reel-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s;
}

.h-reel-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.h-reel-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 10, 0.82);
  backdrop-filter: blur(8px);
}

.h-reel-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(92vh, 820px);
  background: #111;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.h-reel-popup__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-reel-popup__close svg { width: 18px; height: 18px; }

.h-reel-popup__media {
  flex: 1;
  min-height: 0;
  background: #000;
  aspect-ratio: 9 / 16;
  max-height: 70vh;
}

.h-reel-popup__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #000;
}

.h-reel-popup__meta {
  padding: 1rem 1.15rem 1.25rem;
  color: #fff;
  background: #151515;
}

.h-reel-popup__tag {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--h-copper-light);
  margin-bottom: 0.25rem;
}

.h-reel-popup__meta strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
}

body.reel-popup-open {
  overflow: hidden;
}

/* ========== PROCESS ========== */
.h-process {
  padding: 15px;
  background: var(--h-cream);
}

.h-process__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3.5rem;
}

.h-process__head .h-eyebrow {
  justify-content: center;
}

.h-process__head .h-eyebrow::before {
  display: none;
}

.h-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.h-process__steps::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--h-border);
  z-index: 0;
}

.h-step {
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.h-step__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  background: var(--h-bg-card);
  border: 2px solid var(--h-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--h-font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--h-copper);
  transition: all 0.4s var(--h-ease);
}

.h-step:hover .h-step__icon {
  background: var(--h-copper);
  border-color: var(--h-copper);
  color: #fff;
  transform: scale(1.08);
}

.h-step h4 {
  font-family: var(--h-font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--h-forest);
  margin-bottom: 0.5rem;
}

.h-step p {
  font-size: 0.82rem;
  color: var(--h-muted);
  line-height: 1.6;
}

/* ========== WHY STRIP ========== */
.h-why {
  padding: 3.5rem 0;
  background: var(--h-bg-card);
  border-top: 1px solid var(--h-border);
  border-bottom: 1px solid var(--h-border);
}

.h-why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.h-why__item {
  text-align: center;
  padding: 1rem;
}

.h-why__item svg {
  width: 36px;
  height: 36px;
  stroke: var(--h-copper);
  fill: none;
  stroke-width: 1.5;
  margin: 0 auto 0.75rem;
}

.h-why__item h5 {
  font-family: var(--h-font-body);
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--h-forest);
  line-height: 1.35;
}

/* ========== TESTIMONIALS ========== */
.h-testimonials {
  padding: 15px;
  background: var(--h-bg);
  overflow: hidden;
}

.h-testimonials__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.h-testimonials__nav {
  display: flex;
  gap: 0.75rem;
}

.h-testimonials__nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--h-border);
  background: var(--h-bg-card);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s var(--h-ease);
}

.h-testimonials__nav button:hover {
  background: var(--h-forest);
  border-color: var(--h-forest);
  color: #fff;
}

.h-testimonials__nav button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.h-testimonials__track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.55s var(--h-ease);
}

.h-test-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: 300px;
  background: var(--h-bg-card);
  border-radius: var(--h-radius);
  padding: 2rem;
  border: 1px solid var(--h-border);
}

.h-test-card__stars {
  color: var(--h-copper);
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.h-test-card blockquote {
  font-family: var(--h-font-display);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--h-forest);
  margin-bottom: 1.5rem;
}

.h-test-card__author strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--h-text);
}

.h-test-card__author span {
  font-size: 0.78rem;
  color: var(--h-muted);
}

/* ========== FAQ ========== */
.h-faq {
  padding: 15px;
  background: var(--h-cream);
}

.h-faq__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.h-faq__media {
  border-radius: var(--h-radius);
  overflow: hidden;
  position: sticky;
  top: 7rem;
}

.h-faq__media img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.h-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.h-faq-item {
  background: var(--h-bg-card);
  border-radius: var(--h-radius-sm);
  border: 1px solid var(--h-border);
  overflow: hidden;
}

.h-faq-item.is-open {
  border-color: var(--h-copper);
}

.h-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--h-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--h-forest);
}

.h-faq-q svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: var(--h-copper);
  transition: transform 0.35s var(--h-ease);
}

.h-faq-item.is-open .h-faq-q svg {
  transform: rotate(45deg);
}

.h-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--h-ease);
}

.h-faq-a__inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--h-muted);
  line-height: 1.7;
}

/* ========== CTA + CONTACT ========== */
.h-cta {
  padding: clamp(4rem, 10vw, 6rem) 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.h-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(196, 93, 62, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.h-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.h-cta__copy .h-title {
  color: var(--h-forest);
  margin-bottom: 1rem;
}

.h-cta__copy .h-lead {
  color: var(--h-muted);
  font-weight: 300;
  margin-bottom: 2rem;
}

.h-cta__contacts {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.h-cta__contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.h-cta__contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(197, 157, 95, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-cta__contact-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--h-copper);
  fill: none;
  stroke-width: 1.5;
}

.h-cta__contact h5 {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--h-muted);
  font-weight: 300;
  margin-bottom: 0.2rem;
}

.h-cta__contact a,
.h-cta__contact p {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--h-forest);
  margin: 0;
}

.h-cta__form {
  background: var(--h-bg-card);
  border-radius: var(--h-radius);
  padding: 2.25rem;
  box-shadow: var(--h-shadow);
}

.h-cta__form h3 {
  font-family: var(--h-font-display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--h-forest);
  margin-bottom: 0.35rem;
}

.h-cta__form > p {
  font-size: 0.88rem;
  color: var(--h-muted);
  margin-bottom: 1.5rem;
}

.h-cta__form .form-group {
  margin-bottom: 1rem;
}

.h-cta__form label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--h-forest);
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
}

.h-cta__form .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--h-border);
  border-radius: var(--h-radius-sm);
  font-family: var(--h-font-body);
  font-size: 0.9rem;
  background: var(--h-cream);
  transition: border-color 0.3s;
}

.h-cta__form .form-control:focus {
  outline: none;
  border-color: var(--h-copper);
}

.h-cta__form .btn-submit {
  width: 100%;
  padding: 0.95rem;
  background: var(--h-copper);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: var(--h-font-body);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.3s;
  margin-top: 0.5rem;
}

.h-cta__form .btn-submit:hover {
  background: #a84d32;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .h-hero--banner,
  .h-hero--banner .h-hero__banner,
  .h-hero--banner .h-hero__img {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .h-hero__img {
    width: 100% !important;
    height: auto !important;
  }

  .h-hero__cta-inner {
    justify-content: center;
    text-align: center;
  }

  .h-hero__actions {
    justify-content: center;
  }

  .h-about__grid,
  .h-cta__grid,
  .h-faq__layout {
    grid-template-columns: 1fr;
  }

  .h-services__grid {
    grid-template-columns: 1fr;
  }

  .h-inspire__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 150px 150px;
  }

  .h-inspire__item--tall { grid-row: 1 / 3; grid-column: 1; }
  .h-inspire__item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .h-inspire__item:nth-child(3) { grid-column: 2; grid-row: 2; }
  .h-inspire__item:nth-child(4) { grid-column: 1; grid-row: 3; }
  .h-inspire__item--wide { grid-column: 2; grid-row: 3; }
  .h-inspire__item:nth-child(6) { display: none; }

  .h-inspire__next { display: none; }

  .h-process__steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .h-process__steps::before { display: none; }

  .h-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .h-test-card {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .h-faq__media {
    position: static;
  }
}

/* ========== MOBILE APP LAYOUT ========== */
@media (max-width: 768px) {
  .page-home {
    background: #ffffff;
    overflow-x: clip;
    padding-top: 58px !important;
  }

  .page-home .site-chrome,
  .page-home .site-chrome.is-scrolled,
  .page-home .site-chrome.compact {
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(61, 43, 31, 0.06) !important;
    backdrop-filter: none !important;
  }

  .page-home .header,
  .page-home .site-chrome.is-scrolled .header,
  .page-home .site-chrome.compact .header {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    background: #ffffff !important;
    border-bottom: none !important;
    padding: 0 !important;
  }

  .page-home .header .logo {
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
  }
  .page-home .header .logo img,
  .page-home .site-chrome.compact .header .logo img {
    height: 54px !important;
    max-height: 54px !important;
    width: auto !important;
  }

  .page-home .header .btn-book {
    padding: 0.42rem 0.95rem !important;
    font-size: 0.74rem !important;
    border-radius: 999px !important;
    color: #fff !important;
  }

  .h-home {
    overflow-x: clip;
    max-width: 100vw;
  }

  .page-home .top-bar { display: none; }

  .h-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .h-home > section,
  .h-home > .h-marquee {
    margin-bottom: 0.75rem;
    max-width: 100%;
  }

  .h-title,
  .h-inspire__title {
    font-size: clamp(1.55rem, 6vw, 1.85rem) !important;
    line-height: 1.25;
  }

  .h-lead {
    max-width: 100% !important;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
  }

  .h-about .h-wrap,
  .h-services .h-wrap,
  .h-process .h-wrap,
  .h-testimonials .h-wrap,
  .h-faq .h-wrap {
    width: calc(100% - 1.5rem) !important;
    max-width: calc(100% - 1.5rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  .h-inspire,
  .h-reels,
  .h-why,
  .h-cta {
    width: calc(100% - 1.5rem) !important;
    max-width: calc(100% - 1.5rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    box-sizing: border-box;
  }

  .h-inspire {
    padding-top: 0 !important;
  }

  .h-hero__title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
    font-size: clamp(1.65rem, 6.8vw, 2.1rem) !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
    overflow-wrap: normal;
  }

  .h-trust {
    margin: 0 0.75rem;
    border-radius: 16px;
    border: 1px solid var(--h-border);
  }

  .h-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
  }

  .h-trust__item strong { font-size: 0.95rem; }
  .h-trust__item span { font-size: 0.65rem; }

  /* ---- Hero banner — full-width auto height ---- */
  .h-hero--banner,
  .h-hero--banner .h-hero__banner,
  .h-hero--banner .h-hero__img {
    padding-top: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .h-hero__banner,
  .h-hero__img {
    width: 100% !important;
    height: auto !important;
  }

  .h-hero__cta-bar {
    padding: 1rem 1.15rem 1.25rem;
  }

  .h-hero__cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .h-hero__cta-text {
    text-align: center;
    font-size: 0.88rem;
  }

  .h-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .h-hero__actions .h-btn {
    width: 100%;
    justify-content: center;
  }

  .h-hero__title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif !important;
    font-size: clamp(1.65rem, 6.8vw, 2.1rem) !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
    margin-bottom: 0.7rem;
    color: #2d2926 !important;
    letter-spacing: 0;
  }

  .h-hero__title-line {
    white-space: normal;
    display: inline;
    font-weight: 600 !important;
    color: #2d2926 !important;
  }

  .h-hero__title-line--accent {
    display: block;
    color: #9a7b55 !important;
    font-weight: 600 !important;
    margin-top: 0.1rem;
  }

  .h-hero__desc {
    font-size: 0.92rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    max-width: none;
    color: #5c4f46;
    line-height: 1.65;
  }

  .h-hero__desc br { display: none; }

  .h-hero__kicker {
    white-space: normal;
    letter-spacing: 0.1em;
    font-size: 0.6rem;
    line-height: 1.45;
    color: #b08d57;
    margin-bottom: 0.7rem;
  }

  .h-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
    margin-bottom: 0;
  }

  .h-hero__actions .h-btn--primary,
  .h-hero__actions .h-btn--outline {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  .h-hero__actions .h-btn--link {
    justify-content: center;
  }

  .h-hero__stats {
    display: none;
  }

  .h-hero__stat strong {
    font-size: 1.5rem;
  }

  .h-hero__stat span {
    font-size: 0.65rem;
    line-height: 1.3;
  }

  /* ---- Marquee compact ---- */
  .h-marquee {
    margin: 0;
    border-radius: 0;
    padding: 0.85rem 0;
  }

  .h-marquee__track span {
    font-size: 0.95rem;
    padding: 0 1.5rem;
  }

  /* ---- About app section ---- */
  .h-about {
    padding: 0.5rem 0.75rem 0.25rem;
    background: transparent;
  }

  .h-about .h-wrap {
    background: #fff;
    border-radius: 22px;
    padding: 1.35rem 1.1rem 1.5rem;
    box-shadow: 0 10px 36px rgba(61, 43, 31, 0.08);
    max-width: none;
  }

  .h-about__grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .h-about__visual-wrap {
    padding: 0 0 2.25rem 0;
    margin-bottom: 0;
    order: -1;
  }

  .h-about__visual {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.55rem;
    min-height: 0;
  }

  .h-about__visual .h-about__img-main {
    grid-row: 1 / 3;
    aspect-ratio: 3 / 4;
    max-height: 260px;
    border-radius: 16px;
  }

  .h-about__img-sm {
    aspect-ratio: 1;
    max-height: 125px;
    border-radius: 12px;
  }

  .h-about__badge {
    bottom: 0;
    right: 0;
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
  }

  .h-about__badge strong {
    font-family: var(--h-font-display);
    font-size: 1.65rem;
    font-weight: 700;
  }

  .h-about__badge span {
    font-size: 0.55rem;
  }

  .h-about__copy {
    padding: 0;
  }

  .h-about__copy .h-eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.65rem;
  }

  .h-about__copy .h-title {
    font-size: clamp(1.45rem, 6.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.65rem;
  }

  .h-about__copy .h-lead {
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 0.25rem;
  }

  .h-about__quote {
    font-size: 0.95rem;
    margin: 1rem 0;
  }

  .h-about__features--scroll {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    overflow: visible;
    margin: 1rem 0 0;
    padding: 0;
  }

  .h-about__features--scroll .h-about__feat {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0.9rem 0.95rem;
    border-radius: 12px;
    background: var(--h-cream);
    border: 1px solid var(--h-border);
  }

  .h-about__feat-icon {
    width: 32px;
    height: 32px;
    font-size: 0.68rem;
  }

  .h-about__feat h4 {
    font-size: 0.86rem;
  }

  .h-about__feat p {
    font-size: 0.76rem;
  }

  .h-about__copy .h-btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    margin-top: 1.15rem !important;
  }

  /* ---- Services horizontal cards ---- */
  .h-services {
    padding: 0.75rem 0 0;
    background: transparent;
  }

  .h-services .h-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 1.25rem 0 1.35rem;
    box-shadow: 0 8px 32px rgba(15, 26, 23, 0.08);
  }

  .h-services__head {
    padding: 0 1rem;
    margin-bottom: 1.25rem;
  }

  .h-services__head .h-btn {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }

  .h-services__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.85rem;
    padding: 0 1rem 0.35rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .h-services__grid::-webkit-scrollbar { display: none; }

  .h-svc-card {
    flex: 0 0 min(84vw, 300px);
    scroll-snap-align: center;
  }

  .h-svc-card__img {
    height: auto;
    aspect-ratio: 16 / 11;
    max-height: 200px;
  }

  .h-svc-card__img img {
    object-position: center center;
  }

  .h-svc-card__body {
    padding: 1.25rem;
  }

  /* ---- Inspire swipe gallery ---- */
  .h-inspire {
    padding: 0 0 1.25rem;
    border-radius: 20px;
    background: #fff;
    margin-top: 0 !important;
  }

  .h-inspire .h-wrap {
    padding: 0 1rem;
    max-width: none;
  }

  .h-inspire__head {
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .h-inspire__view { align-self: flex-start; }

  .h-inspire__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.75rem;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
    margin: 0 -0.15rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    -webkit-overflow-scrolling: touch;
  }

  .h-inspire__grid::-webkit-scrollbar { display: none; }

  .h-inspire__item,
  .h-inspire__item--tall,
  .h-inspire__item--wide,
  .h-inspire__item:nth-child(n) {
    flex: 0 0 min(68vw, 240px);
    height: 220px !important;
    scroll-snap-align: start;
    grid-column: unset !important;
    grid-row: unset !important;
  }

  .h-inspire__item:nth-child(6) { display: block; }

  .h-inspire__next {
    display: flex;
    right: 0.5rem;
  }



  
  /* ---- Reels swipe ---- */
  .h-reels {
    padding: 1.25rem 0 1.35rem;
    border-radius: 24px;
  }

  .h-reels .h-wrap {
    padding: 0 1rem;
    max-width: none;
  }

  .h-reels__head {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-bottom: 1rem;
  }

  .h-reels__insta {
    width: 100%;
    justify-content: center;
  }

  .h-reel {
    flex: 0 0 min(62vw, 220px);
    max-height: 380px;
    border-radius: 16px;
  }

  .h-reel-popup {
    padding: 0.5rem;
    align-items: flex-end;
  }

  .h-reel-popup__dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 20px 20px 12px 12px;
  }

  /* ---- Process vertical steps ---- */
  .h-process {
    padding: 0.75rem 0 0;
    background: transparent;
  }

  .h-process .h-wrap {
    background: var(--h-cream);
    border-radius: 24px;
    padding: 1.25rem 1rem 1.35rem;
    box-shadow: 0 8px 32px rgba(15, 26, 23, 0.08);
  }

  .h-process__head {
    margin-bottom: 1.25rem;
  }

  .h-process__steps {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .h-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    background: #fff;
    padding: 1.15rem;
    border-radius: 16px;
    border: 1px solid var(--h-border);
  }

  .h-step__icon {
    margin: 0;
    flex-shrink: 0;
    width: 46px;  
    height: 46px;
    font-size: 0.95rem;
  }

  .h-step p {
    max-width: none;
  }

  /* ---- Why strip  2-col wrap, no cut-off ---- */
  .h-why {
    padding: 1rem 0.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--h-border);
    box-shadow: 0 4px 20px rgba(15, 26, 23, 0.05);
  }

  .h-why .h-wrap {
    padding: 0;
    max-width: none;
  }

  .h-why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
    overflow: visible;
    padding: 0;
  }

  .h-why__item {
    flex: none;
    min-width: 0;
    padding: 0.65rem 0.35rem;
  }

  .h-why__item svg {
    width: 26px;
    height: 26px;
  }

  .h-why__item h5 {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  /* ---- Testimonials ---- */
  .h-testimonials {
    padding: 0.75rem 0 0;
    background: transparent;
  }

  .h-testimonials .h-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 1.25rem 0 1.35rem;
    box-shadow: 0 8px 32px rgba(15, 26, 23, 0.08);
  }

  .h-testimonials__head {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  .h-testimonials__slider {
    padding-left: 1rem;
  }

  .h-test-card {
    flex: 0 0 min(84vw, 300px);
    min-width: 0;
    padding: 1.35rem;
    scroll-snap-align: center;
  }

  /* ---- FAQ ---- */
  .h-faq {
    padding: 0.75rem 0 0;
    background: transparent;
  }

  .h-faq .h-wrap {
    background: var(--h-cream);
    border-radius: 24px;
    padding: 1.25rem 1rem 1.35rem;
    box-shadow: 0 8px 32px rgba(15, 26, 23, 0.08);
  }

  .h-faq__media {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    max-height: 260px;
    margin-bottom: 1rem;
  }

  .h-faq__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  /* ---- Contact CTA ---- */
  .h-cta {
    padding: 1.25rem 0 1.35rem;
    border-radius: 24px;
    overflow: hidden;
  }

  .h-cta .h-wrap {
    padding: 0 1rem;
    max-width: none;
  }

  .h-cta__form .btn-submit {
    min-height: 50px;
  }

  .h-hero__float-card {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .h-services__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .mobile-nav {
    background: rgba(15, 26, 23, 0.96);
    backdrop-filter: blur(16px);
  }
}

@media (max-width: 480px) {
  .h-hero--banner .h-hero__img {
    width: 100%;
    height: auto;
  }

  .h-about__visual .h-about__img-main {
    max-height: 260px;
  }

  .h-about__img-sm {
    max-height: 125px;
  }

  .h-inspire__item,
  .h-inspire__item--tall {
    height: 175px !important;
    flex: 0 0 72vw;
  }

  .h-why__item:last-child {
    grid-column: 1 / -1;
  }
}

/* ========== FOOTER (homepage) ========== */
.page-home .footer {
  background: #ffffff;
  font-family: var(--h-font-body);
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-home .footer {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }
}

.page-home .footer::before {
  background: linear-gradient(90deg, var(--h-copper), var(--h-forest-mid));
}

.page-home .footer-brand-title {
  font-family: var(--h-font-display);
  color: var(--h-forest);
}

.page-home .footer-brand-kicker,
.page-home .footer-brand p {
  color: var(--h-muted);
  font-weight: 300;
}

.page-home .footer-col h5 {
  font-family: var(--h-font-body);
  color: var(--h-copper-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.page-home .footer-link,
.page-home .footer-contact-item a,
.page-home .footer-contact-item span {
  color: rgba(255, 255, 255, 0.65);
}

.page-home .footer-link:hover,
.page-home .footer-contact-item a:hover {
  color: var(--h-copper-light);
}

.page-home .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.page-home .footer-copy,
.page-home .footer-copy a {
  color: #ffffff;
  font-family: var(--h-font-body);
}

.page-home .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.4);
}

.page-home .footer-bottom-links a:hover {
  color: var(--h-copper-light);
}

.page-home .footer-social-link {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}

.page-home .footer-social-link:hover {
  background: var(--h-copper);
  border-color: var(--h-copper);
  color: #fff;
}

.page-home .mobile-nav {
  background: #ffffff;
  border-top-color: var(--h-border);
}

.page-home .mobile-nav-item {
  color: var(--h-muted);
  font-family: var(--h-font-body);
}

.page-home .mobile-nav-item.active {
  color: var(--h-copper);
}

.page-home .whatsapp-float {
  bottom: 5.5rem !important;
}

/* ========== POPUP (app-style) ========== */
.popup-card--split {
  border-radius: 24px !important;
  overflow: hidden;
  max-width: 920px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35) !important;
}

.popup-split-media-overlay {
  background: linear-gradient(to top, rgba(15, 26, 23, 0.92) 0%, rgba(15, 26, 23, 0.25) 100%) !important;
}

.popup-split-kicker {
  font-family: var(--h-font-body) !important;
  color: var(--h-copper-light) !important;
  letter-spacing: 0.18em !important;
}

.popup-split-headline {
  font-family: var(--h-font-display) !important;
  font-weight: 700 !important;
}

.popup-form-title {
  font-family: var(--h-font-display) !important;
  color: var(--h-forest) !important;
}

.popup-split-form {
  background: var(--h-cream) !important;
}

.popup-split-form .form-control--popup {
  border-radius: 12px !important;
  border: 1.5px solid var(--h-border) !important;
  background: #fff !important;
  font-family: var(--h-font-body) !important;
}

.popup-split-form .bhk-chip span {
  border-radius: 999px !important;
  border: 1.5px solid var(--h-border) !important;
  font-family: var(--h-font-body) !important;
  font-size: 0.78rem !important;
}

.popup-split-form .bhk-chip input:checked + span {
  background: var(--h-copper) !important;
  border-color: var(--h-copper) !important;
  color: #fff !important;
}

.btn-submit--popup {
  background: var(--h-copper) !important;
  border-radius: 999px !important;
  font-family: var(--h-font-body) !important;
  font-weight: 600 !important;
}

.btn-submit--popup:hover { background: #a84d32 !important; }

.popup-card--split .popup-close {
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  top: 1rem !important;
  right: 1rem !important;
}

@media (max-width: 768px) {
  .popup-overlay.open .popup-card--split {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 24px 24px 0 0 !important;
    max-height: 92vh !important;
    overflow-y: auto !important;
    margin: 0 !important;
  }

  .popup-split { flex-direction: column !important; }
  .popup-split-media { max-height: 140px !important; min-height: 140px !important; }
  .popup-split-form { padding: 1.25rem !important; }
  .popup-form-title { font-size: 1.35rem !important; }
}

/* ========== MOCKUP SECTIONS v20260804 ========== */
.h-sec-head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.h-sec-title {
  font-family: var(--h-font-display);
  font-size: clamp(1.65rem, 3.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--h-forest);
  margin: 0;
}

.h-sec-diamond {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.65rem auto 0;
  background: var(--h-copper);
  transform: rotate(45deg);
}

.h-sec-head .h-sec-diamond:first-child {
  margin: 0 auto 0.65rem;
}

/* Services icon grid */
.h-services {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  background: var(--h-cream);
}

.h-svc-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.h-svc-icon {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem 1.15rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 28px rgba(61, 43, 31, 0.06);
  border: 1px solid rgba(61, 43, 31, 0.05);
  transition: transform 0.3s var(--h-ease), box-shadow 0.3s;
}

.h-svc-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(61, 43, 31, 0.1);
}

.h-svc-icon__ico {
  display: inline-flex;
  width: 56px;
  height: 56px;
  color: var(--h-copper);
  margin-bottom: 0.95rem;
}

.h-svc-icon__ico svg { width: 100%; height: 100%; }

.h-svc-icon h3 {
  font-family: var(--h-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--h-forest);
  margin: 0 0 0.55rem;
}

.h-svc-icon__line {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--h-copper);
  margin: 0 auto 0.65rem;
}

.h-svc-icon p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--h-muted);
  margin: 0;
}

/* Designed spaces gallery */
.h-inspire {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  background: #fff;
  margin: 0;
}

.h-inspire__head,
.h-inspire__wrap,
.h-inspire__grid,
.h-inspire__next { display: none !important; }

.h-space-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.h-space-card {
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.h-space-card__img {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  margin-bottom: 0.85rem;
  box-shadow: 0 10px 30px rgba(61, 43, 31, 0.08);
}

.h-space-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--h-ease);
}

.h-space-card:hover .h-space-card__img img { transform: scale(1.04); }

.h-space-card h3 {
  font-family: var(--h-font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: #000080;
  margin: 0;
}

.h-inspire__cta {
  text-align: center;
  margin-top: 2rem;
}

/* Process flow */
.h-process {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  background: var(--h-cream);
}

.h-process__head,
.h-process__steps { display: none !important; }

.h-process__flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.25rem;
  box-shadow: 0 8px 32px rgba(61, 43, 31, 0.06);
}

.h-flow-step {
  flex: 1 1 100px;
  text-align: center;
  min-width: 100px;
}

.h-flow-step__ico {
  display: inline-flex;
  width: 64px;
  height: 64px;
  color: var(--h-copper);
  margin-bottom: 0.75rem;
}

.h-flow-step__ico svg { width: 100%; height: 100%; }

.h-flow-step h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--h-copper);
  margin: 0 0 0.35rem;
}

.h-flow-step p {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--h-muted);
  margin: 0;
}

.h-flow-arrow {
  flex: 0 0 auto;
  color: #c4b5a5;
  font-size: 1.1rem;
  margin-top: 1.35rem;
  align-self: flex-start;
}

.h-why {
  background: #ffffff;
}

.h-testimonials {
  background: var(--h-cream);
}

.h-cta {
  background: #ffffff;
}

@media (max-width: 992px) {
  .h-hero--banner .h-hero__img {
    width: 100%;
    height: auto;
  }

  .h-svc-icons { grid-template-columns: repeat(2, 1fr); }
  .h-space-grid { grid-template-columns: repeat(2, 1fr); }
  .h-flow-arrow { display: none; }
  .h-process__flow { gap: 1.25rem; }
  .h-flow-step { flex: 1 1 calc(33% - 1rem); }
}

@media (max-width: 768px) {
  .h-hero--banner {
    display: block !important;
    background: #ffffff !important;
    padding: 0 !important;
    min-height: auto !important;
  }

  .h-hero--banner .h-hero__banner,
  .h-hero--banner .h-hero__img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .h-hero__media { display: none !important; }
  .h-hero__inner { display: none !important; }

  .h-hero__cta-bar {
    padding: 1rem 1.15rem 1.25rem !important;
  }

  .h-hero__actions {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0 !important;
    gap: 0.7rem;
  }

  .h-hero__actions .h-btn--primary,
  .h-hero__actions .h-btn--outline {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }

  .h-hero__actions .h-btn--link {
    justify-content: center;
  }

  .h-trust__grid { grid-template-columns: repeat(2, 1fr); }

  .h-svc-icons { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .h-svc-icon { padding: 1.25rem 0.85rem; }

  .h-space-grid { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .h-space-card__img { border-radius: 14px; }

  .h-flow-step { flex: 1 1 calc(50% - 0.75rem); }
  .h-process__flow { padding: 1.5rem 1rem; }
}


/* DESC-LIGHT-AUDIT */
.page-home .h-hero__desc,
.page-home .h-lead,
.page-home .h-svc-icon p,
.page-home .h-about__feat p,
.page-home .h-trust__item span,
.page-home .h-test-card blockquote,
.page-home .h-faq-a__inner,
.page-home .h-flow-step p,
.page-home .h-cta__copy .h-lead {
  font-weight: 300 !important;
}

/* LIGHT-THEME-AUDIT-v2 */
/* Force remaining dark sections → lite white + readable text */
.h-reels,
.h-why,
.h-cta,
.page-home .footer,
.page-home .mobile-nav {
  background: #ffffff !important;
  color: var(--h-forest) !important;
}

.h-reels .h-eyebrow { color: var(--h-copper) !important; }
.h-reels .h-eyebrow::before { background: var(--h-copper) !important; }
.h-reels .h-title,
.h-reels .h-title .h-accent { color: var(--h-forest) !important; }
.h-reels .h-title .h-accent { color: var(--h-copper) !important; }
.h-reels .h-lead { color: var(--h-muted) !important; font-weight: 300 !important; }

.h-cta { color: var(--h-forest) !important; }
.h-cta__copy .h-title { color: var(--h-forest) !important; }
.h-cta__copy .h-title .h-accent { color: var(--h-copper) !important; }
.h-cta__copy .h-lead { color: var(--h-muted) !important; font-weight: 300 !important; }
.h-cta .h-eyebrow { color: var(--h-copper) !important; }
.h-cta .h-eyebrow::before { background: var(--h-copper) !important; }
.h-cta__contact h5 { color: var(--h-muted) !important; font-weight: 300 !important; }
.h-cta__contact a,
.h-cta__contact p { color: var(--h-forest) !important; font-weight: 300 !important; }
.h-cta__contact-icon {
  background: rgba(197, 157, 95, 0.12) !important;
}
.h-cta__form {
  border: 1px solid var(--h-border);
}

.h-why__item h5 {
  color: var(--h-forest) !important;
  font-weight: 400 !important;
}

/* Footer light */
.page-home .footer-brand-title { color: var(--h-forest) !important; }
.page-home .footer-brand-kicker,
.page-home .footer-brand p {
  color: var(--h-muted) !important;
  font-weight: 300 !important;
}
.page-home .footer-col h5 { color: var(--h-copper) !important; }
.page-home .footer-link,
.page-home .footer-contact-item a,
.page-home .footer-contact-item span {
  color: var(--h-forest) !important;
  font-weight: 300 !important;
}
.page-home .footer-link:hover,
.page-home .footer-contact-item a:hover { color: var(--h-copper) !important; }
.page-home .footer-bottom { border-top-color: var(--h-border) !important; }
.page-home .footer-copy,
.page-home .footer-copy a { color: #000000 !important; font-weight: 300 !important; }
.page-home .footer-bottom-links a { color: #000000 !important; }
.page-home .footer-social-link {
  background: #fff !important;
  border-color: var(--h-border) !important;
  color: var(--h-forest) !important;
}
.page-home .footer-social-link svg {
  fill: none !important;
  stroke: currentColor !important;
}
.page-home .footer-social-link svg [fill="currentColor"] {
  fill: currentColor !important;
  stroke: none !important;
}
.page-home .footer-top {
  border-bottom-color: var(--h-border) !important;
  background: linear-gradient(180deg, #faf8f5 0%, #ffffff 48%) !important;
}

.page-home .mobile-nav {
  border-top: 1px solid var(--h-border) !important;
  box-shadow: 0 -4px 24px rgba(61, 43, 31, 0.06) !important;
}
.page-home .mobile-nav-item { color: var(--h-muted) !important; }
.page-home .mobile-nav-item.active { color: var(--h-copper) !important; }

/* Float actions stack */
.float-actions {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: center;
}
.float-actions .whatsapp-float,
.float-actions .call-float {
  position: static !important;
  right: auto !important;
  bottom: auto !important;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.float-actions .call-float {
  background: #1a73e8;
  box-shadow: 0 6px 24px rgba(26, 115, 232, 0.4);
}
.float-actions .call-float:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(26, 115, 232, 0.5);
}
.float-actions .whatsapp-float {
  background: #25D366;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
}
.page-home .whatsapp-float { bottom: auto !important; }

@media (max-width: 992px) {
  .float-actions { bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }
}
