:root {
  --title: #1f1b17;
  --text: #5f5449;
  --brand: #be2e31;
  --brand-hover: #d24649;
  --primary: #CF4A4C;
  --border: rgba(190, 46, 49, 0.18);

  /* Textile / premium palette — tweak here for rebranding */
  --textile-cream: #faf7f2;
  --textile-parchment: #f3ece3;
  --textile-sand: #e8dfd2;
  --textile-ink: #2d2926;
  --textile-brown: #4a3728;
  --textile-brown-deep: #3d2e22;
  --textile-gold: #9a7b4f;
  --textile-gold-muted: #b09a72;
  --textile-line: rgba(74, 55, 40, 0.12);
  --textile-shadow: 0 20px 48px rgba(44, 36, 28, 0.1);
  --textile-shadow-hover: 0 28px 56px rgba(44, 36, 28, 0.14);
  --radius-textile: 20px;
  --radius-textile-lg: 24px;
  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--title);
  font-weight: 700;
}

.about-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(209, 143, 75, 0.16), transparent 35%),
    radial-gradient(circle at 92% 12%, rgba(143, 34, 50, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f0 0%, #fffdf9 45%, #fff7ec 100%);
}

.section-padding {
  padding: 96px 0;
  position: relative;
}

.soft-bg {
  background: linear-gradient(165deg, #fff7ed 0%, #fffdf9 78%);
}

.premium-navbar {
  padding: 0.60rem 0;
  background: rgba(255, 253, 250, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(31, 27, 23, 0.08);
  transition: all 0.3s ease;
}

.premium-navbar .container {
  justify-content: center;
}

.navbar-toggler {
  display: none;
}

.premium-navbar.is-scrolled {
  padding: 0.65rem 0;
}

.site-logo {
  width: 175px;
  max-width: 100%;
  height: auto;
}

.nav-link {
  color: #413831;
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand);
}

.page-banner.premium-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* padding: 220px 0 170px; */
  background-image:
    linear-gradient(115deg, rgba(20, 10, 7, 0.58), rgba(34, 16, 11, 0.28)),
    url(../assets/images/about-main-banner.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .page-banner.premium-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 215, 170, 0.34), transparent 42%),
    radial-gradient(circle at 86% 78%, rgba(207, 74, 76, 0.24), transparent 36%);
  mix-blend-mode: screen;
}

.page-banner.premium-banner::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 248, 240, 0), #625f5b 92%);
  z-index: 1;
} */

/* .page-banner.premium-banner::before,
.page-banner.premium-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.page-banner.premium-banner::before {
  display: none;
}

.page-banner.premium-banner::after {
  display: none;
} */

.banner-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.decor-factory {
  width: min(370px, 34vw);
  right: 0;
  bottom: 38px;
  opacity: 0.85;
  animation: floatSoft 7s ease-in-out infinite;
}

.decor-flower {
  width: clamp(38px, 3.2vw, 54px);
  opacity: 0.72;
  animation: flowerDrift 8s ease-in-out infinite;
}

.flower-1 {
  top: 170px;
  left: 25%;
}

.flower-2 {
  top: 110px;
  right: 40%;
  animation-delay: 1.5s;
}

.flower-3 {
  top: 400px;
  left: 80%;
  animation-delay: 3s;
}

.page-banner.premium-banner .container {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 45px 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.09));
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: 0 28px 58px rgba(15, 8, 5, 0.28);
  backdrop-filter: blur(6px);
}

.page-banner.premium-banner h1 {
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 2.8rem);
  letter-spacing: 0.02em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  margin-bottom: 10px !important;
  font-weight: 600;
  font-family: var(--font-heading);
}

.banner-text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.85rem, 1.7vw, 1rem);
  line-height: 1.75;
  font-weight: 400;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-intro p {
  margin: 0;
}

/* —— About: image + editorial column —— */
.about-split-section {
  background: #f9f7f2;
}

.about-split-media {
  margin: 0;
}

.about-split-image-only {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-textile-lg);
}

/* .about-split-content {
  padding: clamp(0.5rem, 2vw, 1.35rem) 0;
} */

.about-since-badge {
  margin-bottom: 1.15rem;
}

.about-since-badge span {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2d2926;
  background: transparent;
  border: 1px solid rgba(184, 148, 95, 0.65);
  box-shadow: none;
}

.about-heading {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--textile-ink);
  letter-spacing: 0.015em;
  line-height: 1.15;
  font-size: clamp(2rem, 4.2vw, 2.6rem);
  margin-top: 0;
  margin-bottom: 0;
}

.about-split-content .about-heading {
  margin-bottom: 1.15rem;
}

.about-split-lead {
  font-size: 1.05rem;
  color: #6B6B6B;
  margin-bottom: 1rem;
  max-width: 38rem;
  line-height: 1.8;
}


.about-split-content-divider {
  width: 100%;
  max-width: 20rem;
  margin: 1.65rem 0 1.75rem;
}

.about-split-content-divider::before,
.about-split-content-divider::after {
  background: #b8945f;
  opacity: 0.55;
}

.about-split-features {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}

.about-split-feature {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}

.about-split-feature-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b8945f;
  border: 1.25px solid rgba(184, 148, 95, 0.75);
  background: rgba(255, 255, 255, 0.55);
}

.about-split-feature-icon svg {
  display: block;
}

.about-split-feature-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--textile-ink);
  margin: 0 0 0.45rem;
}

.about-split-feature-text {
  color: #6B6B6B;
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 36rem;
  opacity: 0.92;
}

.about-collection-list {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.about-split-feature .about-collection-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.35rem;
  border-radius: 0;
  background: none;
  border: none;
  color: #6B6B6B;
  font-weight: 400;
  font-size: 0.97rem;
  line-height: 1.55;
  box-shadow: none;
  opacity: 0.92;
}

.about-split-feature .about-collection-list li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 19px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8945f;
  transform: translateY(-50%);
}

/* —— Why choose us: cream band, ornamental rule, white feature cards —— */
.about-why-section {
  background: #fefcf9;
  position: relative;
}

.about-why-intro {
  max-width: 52rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.about-why-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(300px, 88%);
  margin: 1.35rem auto 1.65rem;
}

.about-why-divider::before,
.about-why-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--textile-gold-muted);
  opacity: 0.85;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.about-why-divider::after {
  mask-image: linear-gradient(270deg, transparent, #000 18%, #000 82%, transparent);
}

.about-why-divider__gem {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin: 0 14px;
  background: #f7f4ee;
  border: 1px solid var(--textile-gold-muted);
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(176, 154, 114, 0.25);
}

.about-why-deck {
  max-width: 42rem;
  font-size: clamp(0.98rem, 1.5vw, 1.05rem);
  line-height: 1.75;
  color: #6B6B6B;
  font-weight: 400;
}

.about-why-grid {
  --bs-gutter-x: clamp(1.25rem, 3vw, 1.75rem);
  --bs-gutter-y: clamp(1.25rem, 3vw, 1.75rem);
}

.about-feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.65rem, 3vw, 2rem) clamp(1.4rem, 2.5vw, 1.65rem);
  border-radius: 18px;
  background: #fff;
  border: none;
  box-shadow: 0 10px 36px rgba(44, 36, 28, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.about-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(44, 36, 28, 0.1);
}

.about-feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--textile-gold);
  background: #efe8dc;
  border: none;
  flex-shrink: 0;
}

.about-feature-icon svg {
  display: block;
}

.about-feature-title {
  font-family: var(--font-heading);
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--textile-ink);
  margin: 0;
}

.about-feature-text {
  color: #6B6B6B;
  line-height: 1.72;
  font-size: 0.97rem;
}

/* —— Our promise: centered fabric card, flourish, branch accent, gold CTA —— */
.about-signature-section {
  background: #f9f7f2;
  overflow: hidden;
}

.about-signature-frame {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  padding: 0 0.5rem;
}

.about-signature-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(61, 53, 46, 0.12);
  box-shadow: 0 18px 48px rgba(44, 36, 28, 0.09);
  padding: clamp(2.35rem, 5vw, 3.25rem) clamp(1.5rem, 4vw, 2.75rem) clamp(2.75rem, 5vw, 3.5rem);
  padding-right: clamp(1.75rem, 5vw, 3.25rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.25rem);
  background-color: #faf7f2;
  background-image:
    linear-gradient(118deg, rgba(74, 55, 40, 0.07) 0%, rgba(74, 55, 40, 0.02) 28%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(247, 241, 232, 0.35) 100%),
    repeating-linear-gradient(
      -22deg,
      rgba(255, 255, 255, 0.22) 0 1px,
      transparent 1px 11px
    ),
    repeating-linear-gradient(
      68deg,
      rgba(61, 53, 46, 0.025) 0 1px,
      transparent 1px 13px
    );
}

/* Same format as “Why choose us” divider: fading lines + hollow diamond */
.about-signature-heading-divider {
  width: min(300px, 90%);
  margin: 1.2rem auto 1.5rem;
}

.about-signature-heading-divider::before,
.about-signature-heading-divider::after {
  background: #9a8b78;
  opacity: 0.72;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.about-signature-heading-divider::after {
  mask-image: linear-gradient(270deg, transparent, #000 12%, #000 88%, transparent);
}

.about-signature-heading-divider__gem {
  width: 10px;
  height: 10px;
  margin: 0 14px;
  background: transparent;
  border: 1.25px solid rgba(122, 108, 92, 0.82);
  box-shadow: none;
}

.about-signature-lead {
  font-size: 1.05rem;
  color: #6B6B6B;
  margin-bottom: 1.05rem;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.about-signature-text {
  color: #6B6B6B;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  opacity: 0.92;
}

.about-signature-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.btn-textile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #e75557c4 0%, #d1494bd6 42%, #cf4a4c 100%);
  border: 1px solid rgba(224, 112, 114, 0.45);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.22) inset,
    0 10px 28px rgba(74, 55, 40, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease,
    color 0.25s ease;
}

.btn-textile-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.25) inset,
    0 14px 34px rgba(74, 55, 40, 0.28);
}

.btn-main {
  border-radius: 999px;
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
}

.btn-main:hover {
  color: #fff;
  background: var(--brand-hover);
  border-color: var(--brand-hover);
}

.premium-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(99, 22, 25, 0.12);
  background: #f9f5f0;
}

.footer-top-div {
  position: relative;
  padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(2.5rem, 4vw, 3.25rem);
  z-index: 1;
}

.footer-deco {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(120px, 18vw);
  height: min(220px, 55vh);
  pointer-events: none;
  opacity: 0.14;
  background:
    radial-gradient(ellipse 70% 55% at 40% 35%, rgba(184, 146, 90, 0.55) 0%, transparent 62%),
    radial-gradient(ellipse 50% 45% at 65% 70%, rgba(99, 22, 25, 0.35) 0%, transparent 58%),
    radial-gradient(circle at 50% 50%, rgba(184, 146, 90, 0.2) 0%, transparent 42%);
  filter: blur(0.5px);
}

.footer-deco--left {
  left: -0.25rem;
  mask-image: linear-gradient(90deg, #000 0%, transparent 95%);
}

.footer-deco--right {
  right: -0.25rem;
  mask-image: linear-gradient(270deg, #000 0%, transparent 95%);
}

.footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 1.15rem;
}

.footer-logo {
  width: min(175px, 100%);
  height: auto;
}

.footer-tagline {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: #6b625a;
  max-width: 22rem;
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d2926;
  margin: 0 0 1rem;
}

.footer-contact {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3d3834;
}

.footer-contact-line {
  margin: 0;
  color: #6b625a;
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-link:hover {
  color: #631619;
}

.footer-contact-link i {
  color: #cf4a4ca6;
  font-size: 0.95rem;
}

.footer-social-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
  margin-top: 0.25rem;
}

@media (min-width: 992px) {
  .footer-social-nav {
    justify-content: flex-end;
    margin-top: 2.15rem;
  }
}

.footer-social-link {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #e75557c4 0%, #d1494bd6 42%, #cf4a4c 100%);
  font-size: 1.05rem;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.footer-social-link:hover {
  color: #fff;
  background: linear-gradient(180deg, #e75557c4 0%, #d1494b 42%, #cf4a4c 100%);
  transform: translateY(-2px);
}

.footer-scanner-title {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4a433d;
}

.footer-scanner-image {
  width: min(170px, 100%);
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(99, 22, 25, 0.16);
  background: #fff;
  padding: 0.35rem;
}

.footer-bottom {
  position: relative;
  margin-top: 0;
  padding: 1.35rem 0 1.25rem;
  background: #cf4a4c;
  color: #fff;
  z-index: 2;
}

.footer-copyright {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.delay-1 {
  transition-delay: 0.14s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes flowerDrift {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatSoft {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .section-padding {
      padding: 45px 0;
  }

  .site-logo {
    width: 160px;
    height: auto;
  }

  .footer-social-nav {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .footer-instagram-scanner {
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
    text-align: left;
  }

  .footer-tagline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 26rem;
  }

  .footer-heading,
  .footer-contact {
    text-align: center;
  }

  .footer-contact .footer-contact-link {
    justify-content: center;
  }

  .page-banner.premium-banner {
    background-position: left center;
    min-height: 350px;
  }

  .decor-factory {
    width: 48vw;
    right: 6px;
    bottom: 14px;
    opacity: 0.62;
  }

  .flower-2,
  .flower-3 {
    display: none;
  }

  .page-banner.premium-banner .container {
    padding: 20px 15px;
    border-radius: 10px;
    max-width: 95%;
  }

  .section-intro p {
    font-size: 0.95rem;
  }

  .about-feature-card {
    padding: 1.5rem 1.25rem;
  }

  .about-split-image-only {
    border-radius: var(--radius-textile);
  }

  .about-split-feature {
    gap: 0.85rem;
  }

  .about-split-feature-icon {
    width: 46px;
    height: 46px;
  }

  .about-signature-card {
    border-radius: 20px;
    padding: 2rem 1.15rem 2.35rem;
    padding-right: 1.35rem;
  }
} 


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-nav {
    justify-content: flex-start;
    margin-top: 1.25rem;
  }

  .section-padding {
    padding: 45px 0;
  }

  .page-banner.premium-banner {
    background-position: center;
    min-height: 320px;
  }

  .decor-factory {
    width: min(300px, 36vw);
    right: 14px;
    bottom: 30px;
  }

  .page-banner.premium-banner .container {
    max-width: 500px;
    padding: 25px 20px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) { 
  .page-banner.premium-banner {
    min-height: 400px;
  }
  .page-banner.premium-banner .container {
    padding: 25px 15px;
  }
  .page-banner.premium-banner h1 {
    font-size: clamp(2rem, 4.4vw, 2.2rem);
  }
  .about-heading {
    font-size: clamp(2rem, 4.2vw, 2.2rem);
  }
  .section-padding {
    padding: 60px 0;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1440px) { 
  .page-banner.premium-banner {
    min-height: 450px;
  }
  .page-banner.premium-banner .container {
    padding: 35px 15px;
  }
  .page-banner.premium-banner h1 {
    font-size: clamp(2rem, 4.4vw, 2.2rem);
  }
  .about-heading {
    font-size: clamp(2rem, 4.2vw, 2.2rem);
  }
  .section-padding {
    padding: 70px 0;
  }
}