*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bg: #faf3f1;
  --bg2: #f5ebe7;
  --bg3: #f0e3de;
  --bg4: #fcf6f4;
  --warm: #fefaf8;
  --slate: #3d352d;
  --terra: #c97b6b;
  --terra2: #b05f4f;
  --terra3: #f3ddd6;
  --gold: #b8895a;
  --sage: #6b7a6e;
  --sage2: #4f5c52;
  --sage-tint: #eaefe8;
  --esp: #3a332c;
  --mid: #685f54;
  --soft: #a0958a;
  --border: #e5d9d2;
  --pad: clamp(20px, 5vw, 80px);
  --radius: 10px;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 300;
  background: var(--bg);
  color: var(--esp);
  overflow-x: hidden;
  margin: 0;
  max-width: 100vw;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  /* display: block; */
}
section {
  position: relative;
  overflow-x: hidden;
}
* {
  min-width: 0;
}
section {
  position: relative;
}

html,
body {
  /* Firefox */
  scrollbar-width: none;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  display: none;
}

/* ══ HERO — exact reference layout ══ */
#hero {
  /* background: url("https://cdn.milkbooks.com/media/19324/milestone2023-wedding-header_2x.webp"); */
  background: rgb(234, 234, 234);
  padding-top: 0px;
}
#hero {
  background-size: 110%;
  /*     background-position: center; */
  background-repeat: no-repeat;
}
#hero {
  transition: background-image 0.5s ease;
}


#hero,
.hero-left {
  transition: opacity 0.5s ease;
}

.hero-fade {
  opacity: 0.75;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: stretch;
  min-height: 560px;
}
.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px var(--pad) 48px clamp(20px, 5vw, 80px);
}
.hero-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--terra);
  line-height: 1.7;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.hero-h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 500;
  line-height: 1.12;
  color: var(--esp);
  margin-bottom: 24px;
}
.hero-h1 .accent-line {
  display: block;
  font-style: italic;
  color: var(--terra);
  font-weight: 500;
}
.hero-h1 .accent-line em {
  font-style: normal;
}
.hero-rule {
  width: 64px;
  height: 2px;
  background: var(--terra);
  border: none;
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: #282726;
  margin-bottom: 34px;
  max-width: 380px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-fill {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--warm);
  background: var(--terra);
  padding: 16px 30px;
  border-radius: 50px;
  border: 1.5px solid var(--terra);
  text-transform: uppercase;
}
.btn-fill:hover {
  background: var(--terra2);
  border-color: var(--terra2);
}
.btn-outline {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--esp);
  background: transparent;
  padding: 16px 28px;
  border-radius: 50px;
  border: 2px solid var(--border);
  text-transform: uppercase;
}
.btn-outline:hover {
  border-color: var(--terra);
  color: var(--terra);
}

.hero-right {
  position: relative;
  overflow: hidden;
  max-height: 600px;
  display: none;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 300px;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--bg2);
  border-top: 1px solid var(--border);
}
.hs-item {
  text-align: center;
  padding: 38px 16px;
  border-right: 1px solid var(--border);
}
.hs-item:last-child {
  border-right: none;
}
.hs-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 16px;
  stroke-width: 1.4;
  fill: none;
}
.hs-title {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--esp);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hs-sub {
  font-size: 13.5px;
  color: var(--soft);
  margin-bottom: 10px;
}
.hs-arrow {
  font-size: 15px;
  color: var(--terra);
}

.trust-strip {
  /* max-width: 1400px; */
  margin: 0 auto;
  padding: 40px var(--pad) 40px;
  background-color: #ffffff;
}
.trust-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--bg4);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 18px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child {
  border-right: none;
}
.trust-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  stroke-width: 1.4;
  fill: none;
  margin-top: 2px;
}
.trust-title {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--esp);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.trust-desc {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--soft);
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-right img {
    min-height: 320px;
  }
  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-item {
    border-bottom: 1px solid var(--border);
  }
  .trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-item {
    border-bottom: 1px solid var(--border);
  }
}
@media (max-width: 600px) {
  .hero-left {
    padding: 36px 20px;
  }
  .hero-strip {
    grid-template-columns: 1fr 1fr;
  }
  .trust-inner {
    grid-template-columns: 1fr;
  }
  .trust-item {
    border-right: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-fill,
  .btn-outline {
    text-align: center;
  }
}

/* ══ MANIFESTO ══ */
#manifesto {
  background: var(--esp);
}
.mf-panel {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.mf-overlay {
  position: absolute;
  inset: 0;
  background: rgba(58, 51, 44, 0.6);
}
.mf-content {
  position: relative;
  z-index: 2;
  padding: 60px var(--pad);
  max-width: 900px;
}
.mf-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: rgba(248, 246, 241, 0.55);
  margin-bottom: 16px;
  display: block;
}
.mf-line {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3.6vw, 52px);
  font-weight: 500;
  line-height: 1.25;
  color: var(--warm);
}
.mf-line em {
  font-style: italic;
  color: var(--terra3);
}
.mf-sub {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(248, 246, 241, 0.6);
  max-width: 480px;
  margin-top: 20px;
}
.mp1 {
  background-image: url("https://assets.artifactuprising.com/assets/campaigns/2026/6-SiteUpdates/061726-home-hero.jpg");
}
.mp2 {
  background-image: url("https://au-assets.s3.us-west-2.amazonaws.com/subcategory_images/WeddingGuestBookSubCat_2_.jpg");
}
.mp3 {
  background-image: url("https://images.unsplash.com/photo-1555252333-9f8e92e65df9?w=1400&q=80&auto=format");
}

/* ══ SHARED ══ */
.s-pad {
  padding: 90px var(--pad);
}
.proc-eyebrow {
  font-family: "Cormorant SC", serif;
  font-size: 20px;
  letter-spacing: 0.24em;
  color: var(--soft);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.proc-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--esp);
  max-width: 560px;
}
.proc-h2 em {
  font-style: italic;
  color: var(--terra);
  font-weight: 500;
}

/* ══ PROCESS ══ */
#process {
  background: var(--bg4);
}
.proc-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 24px;
  flex-wrap: wrap;
}
.proc-note {
  font-size: 14px;
  color: var(--soft);
  max-width: 240px;
  line-height: 1.7;
}
.proc-list {
  border-top: 1px solid var(--border);
}
.proc-item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}
.pi-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  color: var(--soft);
  width: 50px;
  flex-shrink: 0;
}
.pi-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 2.2vw, 28px);
  font-weight: 600;
  color: var(--esp);
  flex: 1;
  min-width: 200px;
}
.pi-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--mid);
  flex: 1;
  min-width: 200px;
}

/* ══ SHOWCASE ══ */
#work {
  background: var(--bg2);
}
.show-head {
  margin-bottom: 48px;
}
.show-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
}
.show-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.scard {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 360px;
  background-size: cover;
  background-position: center;
}
.scard.big {
  min-height: 560px;
}
.scard-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(58, 51, 44, 0.74) 0%,
    transparent 55%
  );
}
.scard-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px;
  z-index: 2;
}
.scard-cat {
  font-family: "Cormorant SC", serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--terra3);
  display: block;
  margin-bottom: 8px;
}
.scard-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 600;
  color: var(--warm);
  line-height: 1.15;
}
.scard-more {
  font-size: 13px;
  color: rgba(248, 246, 241, 0.65);
  line-height: 1.6;
  margin-top: 8px;
}

/* ══ THEMES — horizontal carousel, white bg for contrast ══ */
#themes {
  background: var(--warm);
  padding: 90px var(--pad);
  overflow: hidden;
}
.themes-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: var(--pad);
  margin-bottom: 32px;
  gap: 24px;
  flex-wrap: wrap;
}
.filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.fp {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 8px 20px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  color: var(--mid);
  background: transparent !important;
  cursor: pointer;
  white-space: nowrap;
}
.fp.on,
.fp:hover {
  background: var(--sage) !important;
  color: var(--warm);
  border-color: var(--sage);
}
.t-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-right: var(--pad);
  padding-bottom: 8px;
}
.tcard {
  min-width: 240px;
  max-width: 300px;
  flex: 1 0 240px;
}
.tcard-img {
  height: 320px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.tcard-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  padding: 5px 13px;
  border-radius: 50px;
}
.tbadge-hot {
  background: var(--esp);
  color: var(--warm);
}
.tbadge-new {
  background: var(--sage);
  color: var(--warm);
}
.tcard-info {
  padding: 14px 2px 0;
}
.tcard-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--esp);
  margin-bottom: 4px;
}
.tcard-cat {
  font-size: 13px;
  color: var(--sage2);
  text-align: center;
}

/* ══ VIDEO — sage accent section for color variety ══ */
#video {
  background: var(--sage-tint);
}
.video-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.vl .proc-h2 {
  margin-bottom: 0;
}
.vl .hero-desc {
  margin: 18px 0 28px;
}
.btn-sage {
  font-family: "Cormorant SC", serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--warm);
  background: var(--sage);
  padding: 14px 32px;
  border-radius: 50px;
  border: 1.5px solid var(--sage);
  display: inline-block;
}
.btn-sage:hover {
  background: var(--sage2);
  border-color: var(--sage2);
}
.vid-thumb {
  margin-top: 36px;
  position: relative;
  height: 260px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--sage2);
  cursor: pointer;
}
.vid-thumb video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vid-poster {
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1534685785745-60a2cea0ec34?w=600&q=80&auto=format");
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s;
}
.vid-thumb.playing .vid-poster {
  opacity: 0;
}
.vid-thumb.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--warm);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.play-btn svg {
  width: 20px;
  fill: var(--sage2);
  transform: translateX(2px);
}
.vsvc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 48px;
}
.vsvc {
  display: flex;
  align-items: center;
  padding: 16px 22px;
  background: var(--warm);
  border-left: 3px solid transparent;
  border-radius: var(--radius);
}
.vsvc:hover {
  border-left-color: var(--sage);
}
.vsvc-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--esp);
  flex: 1;
}
.vsvc-dur {
  font-size: 13px;
  color: var(--sage2);
}

/* ══ DIFFERENCE ══ */
#difference {
  background: var(--bg4);
}
.diff-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.diff-statement {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.35;
  color: var(--esp);
}
.diff-statement em {
  font-style: italic;
  color: var(--terra);
}
.diff-list {
  display: flex;
  flex-direction: column;
}
.dl-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}
.dl-item:first-child {
  border-top: 1px solid var(--border);
}
.dl-num {
  font-family: "Cormorant SC", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--terra);
  display: block;
  margin-bottom: 8px;
}
.dl-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--esp);
  margin-bottom: 8px;
}
.dl-desc {
  font-size: 14px;
  line-height: 1.75;
  color: var(--mid);
}

/* ══ STORIES ══ */
#stories {
  background: var(--bg2);
}
.stories-head {
  margin-bottom: 40px;
}
.strip-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.story-card {
  min-width: 280px;
  max-width: 380px;
  flex: 1 0 280px;
  background: var(--warm);
  border-radius: var(--radius);
  padding: 30px 28px;
  border: 1px solid var(--border);
}
.story-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.6;
  color: var(--esp);
  margin-bottom: 20px;
}
.story-name {
  font-family: "Cormorant SC", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--mid);
}
.story-occ {
  font-size: 13px;
  color: var(--terra);
  margin-top: 4px;
}

/* ══ FAQ — white bg, clean accordion ══ */
#faq {
  background: var(--warm);
}
.faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: start;
}
.faq-left .proc-h2 {
  margin-bottom: 0;
}
.faq-left .hero-desc {
  margin: 18px 0 28px;
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.fqi {
  border-bottom: 1px solid var(--border);
}
.fqi:first-child {
  border-top: 1px solid var(--border);
}
.fqi-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--esp);
  padding: 20px 0;
  cursor: pointer;
  gap: 12px;
}
.fqi-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--bg3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--sage2);
  transition:
    transform 0.3s,
    background 0.3s;
}
.fqi.open .fqi-icon {
  transform: rotate(45deg);
  background: var(--sage);
  color: var(--warm);
}
.fqi-a {
  font-size: 15px;
  line-height: 1.8;
  color: var(--mid);
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s;
}
.fqi.open .fqi-a {
  max-height: 200px;
  padding-bottom: 20px;
}

/* ══ CTA ══ */
#cta {
  min-height: 360px;
  display: flex;
  align-items: center;
  background-image: url("https://images.unsplash.com/photo-1606216794074-735e91aa2c92?w=1400&q=80&auto=format");
  background-size: cover;
  background-position: center;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(58, 51, 44, 0.68);
}
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 60px var(--pad);
}
.cta-eyebrow {
  font-family: "Cormorant SC", serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  color: rgba(248, 246, 241, 0.6);
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}
.cta-h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--warm);
  margin-bottom: 30px;
}
.cta-h2 em {
  font-style: italic;
  color: var(--terra3);
}
.btn-solid {
  font-family: "Cormorant SC", serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--esp);
  background: var(--warm);
  padding: 15px 38px;
  border-radius: 50px;
  border: 2px solid var(--warm);
  display: inline-block;
}
.btn-solid:hover {
  background: transparent;
  color: var(--warm);
}

/* ══ FOOTER ══ */
footer {
  background: var(--esp);
  padding: 64px var(--pad) 32px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(248, 246, 241, 0.1);
}
.ft-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  color: var(--warm);
  margin-bottom: 12px;
}
.ft-logo span {
  color: var(--terra3);
  font-weight: 600;
}
.ft-about {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(248, 246, 241, 0.6);
  max-width: 220px;
  margin-bottom: 18px;
}
.ft-contact a {
  display: block;
  font-size: 13px;
  color: var(--terra3);
  margin-bottom: 8px;
  font-family: "DM Sans";
}
.ft-col-h {
  font-family: "Cormorant SC", serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: var(--terra3);
  display: block;
  margin-bottom: 10px;
}
.ft-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  
}
.ft-links a {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: rgba(248, 246, 241, 0.45);
}
.ft-bottom {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ft-copy {
  font-size: 14px;
  color: rgba(248, 246, 241, 0.6);
}
.ft-moto {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: rgba(216, 212, 206, 0.6);
}

/* ══ REVEAL ══ */
.rv {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.rv.in {
  opacity: 1;
  transform: none;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .diff-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .show-grid {
    grid-template-columns: 1fr;
  }
  .scard.big {
    min-height: 320px;
  }
  .video-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .vsvc-list {
    padding-top: 0;
  }
  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .s-pad {
    padding: 60px 20px;
  }
  .hero-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .ft-grid > div:first-child {
    grid-column: span 2;
  }
  .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .proc-item {
    flex-direction: column;
    gap: 8px;
  }
  #themes {
  }
  .themes-top {
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }
  .ft-grid > div:first-child {
    grid-column: span 1;
  }
  .hs-item {
    min-width: 50%;
  }
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.btn-fill:hover{
    color: white;
}



/* Footer menu */

.ft-links,
.ft-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.ft-links li{
    position:relative;
    margin-bottom:10px;
}

.ft-links li > a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
}

.ft-links li.menu-item-has-children > a::after{
    content:"\f107";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:12px;
    margin-left:6px;
}

.ft-links .sub-menu{
    display:none;
    position:absolute;
    left:35%;
    top:0;
    min-width:200px;
    padding:12px;    
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    z-index:999;
}

.ft-links li:hover > .sub-menu{
    display:block;
}




/* Hero banner slider css */
#hero-banner-home{
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    transition: background-image .3s ease;
    position: relative;
    
}
#hero-banner-home::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(168, 162, 162, 0.399); /* Overlay */
    z-index: 1;
}
#hero-banner-home > *{
    position: relative;
    z-index: 2;
}
/* Fade Animation */
#hero-banner-home.hero-fade{
    opacity: .85;
    transition: opacity .25s ease;
}

#hero-banner-home:not(.hero-fade){
    opacity: 1;
    transition: opacity .25s ease;
}

/* Desktop */
@media (min-width:1025px){
    #hero-banner-home{
        background-position:center center;
    }
}

/* Tablet */
@media (min-width:768px) and (max-width:1024px){
    #hero-banner-home{
        background-position:center right;
    }
}

/* Mobile */
@media (max-width:767px){
    #hero-banner-home{
        background-position:center right;
    }
}
/* Hero banner slider css */

.entry-summary-items > .ct-product-divider[data-id="divider_1"] {
    --product-element-spacing: 1px !important;
}