/* =========================================
PAGE: ABOUT — NUURR DESIGN INC
Built on existing nd-btn / nd-reveal system
========================================= */

.nd-about-page {
  background: #f7f2eb !important;
  overflow: hidden !important;
}

/* Remove Gutenberg inner narrow width */
.nd-about-page .wp-block-group__inner-container,
.nd-about-page .entry-content > * {
  max-width: 100% !important;
}

.nd-about-story__container,
.nd-about-philosophy__container,
.nd-about-signature__container,
.nd-about-process__container,
.nd-about-why__container,
.nd-about-cta__container,
.nd-about-hero__container {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* =========================================
ABOUT HERO
========================================= */

.nd-about-hero {
  position: relative !important;
  min-height: calc(100svh - 90px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.nd-about-hero__bg {
  position: absolute !important;
  inset: 0 !important;
  background-image: url("/wp-content/uploads/bg-about-hero.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.03) !important;
  z-index: 1 !important;
}

.nd-about-hero__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(14, 12, 10, 0.8) 0%,
      rgba(14, 12, 10, 0.52) 40%,
      rgba(14, 12, 10, 0.18) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.22) 100%) !important;
  z-index: 2 !important;
}

.nd-about-hero__container {
  position: relative !important;
  z-index: 3 !important;
}

.nd-about-hero__content {
  max-width: 920px !important;
}

.nd-about-hero__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 22px !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 999px !important;
  color: #e9d7be !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.nd-about-hero__title {
  margin: 0 0 24px !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(46px, 6vw, 72px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.05em !important;
  max-width: 920px !important;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.22) !important;
}

.nd-about-hero__text {
  max-width: 660px !important;
  margin: 0 0 34px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(16px, 1.4vw, 19px) !important;
  line-height: 1.85 !important;
}

.nd-about-hero__buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

/* =========================================
STORY
========================================= */

.nd-about-story {
  position: relative !important;
  padding: 120px 0 !important;
  background: linear-gradient(180deg, #f8f4ee 0%, #f2ebe3 100%) !important;
}

.nd-about-story__grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 64px !important;
  align-items: center !important;
}

.nd-about-story__image-wrap {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 30px !important;
  min-height: 660px !important;
  box-shadow: 0 30px 70px rgba(34, 26, 18, 0.14) !important;
}

.nd-about-story__image-wrap::after {
  content: "" !important;
  position: absolute !important;
  inset: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 20px !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

.nd-about-story__image {
  width: 100% !important;
  height: 660px !important;
  object-fit: cover !important;
  display: block !important;
  transform: scale(1.02) !important;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.nd-about-story__image-wrap:hover .nd-about-story__image {
  transform: scale(1.12) !important;
}

.nd-about-story__eyebrow,
.nd-about-philosophy__eyebrow,
.nd-about-process__eyebrow,
.nd-about-why__eyebrow,
.nd-about-signature__eyebrow,
.nd-about-cta__eyebrow {
  display: inline-block !important;
  margin-bottom: 18px !important;
  color: #b88d56 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.nd-about-story__title,
.nd-about-philosophy__title,
.nd-about-process__title,
.nd-about-why__title {
  margin: 0 0 22px !important;
  color: #1d1814 !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(34px, 4vw, 60px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.05em !important;
}

.nd-about-story__text,
.nd-about-philosophy__text {
  margin: 0 0 18px !important;
  color: #655b53 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

.nd-about-story__quote {
  margin-top: 28px !important;
  padding: 22px 24px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(184, 141, 86, 0.12) !important;
  box-shadow: 0 16px 35px rgba(31, 24, 18, 0.06) !important;
  color: #4f453d !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  font-style: italic !important;
}

/* =========================================
PHILOSOPHY
========================================= */

.nd-about-philosophy {
  padding: 120px 0 !important;
  background: linear-gradient(180deg, #f3ece4 0%, #efe6dc 100%) !important;
}

.nd-about-philosophy__head {
  max-width: 900px !important;
  margin: 0 auto 54px !important;
  text-align: center !important;
}

.nd-about-philosophy__text {
  max-width: 720px !important;
  margin: 0 auto !important;
}

.nd-about-philosophy__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
}

.nd-about-philosophy__card {
  padding: 30px 26px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(184, 141, 86, 0.1) !important;
  box-shadow: 0 18px 35px rgba(31, 24, 18, 0.05) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease !important;
}

.nd-about-philosophy__card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 46px rgba(31, 24, 18, 0.09) !important;
}

.nd-about-philosophy__number {
  display: inline-block !important;
  margin-bottom: 14px !important;
  color: #b88d56 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
}

.nd-about-philosophy__card-title {
  margin: 0 0 10px !important;
  color: #1f1915 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.nd-about-philosophy__card-text {
  margin: 0 !important;
  color: #665c54 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.82 !important;
}

/* =========================================
SIGNATURE BANNER
========================================= */

.nd-about-signature {
  position: relative !important;
  overflow: hidden !important;
  padding: 120px 0 !important;
  isolation: isolate !important;
}

.nd-about-signature__bg {
  position: absolute !important;
  inset: 0 !important;
  background-image: url("/wp-content/uploads/bg-dns.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: 1 !important;
}

.nd-about-signature__overlay {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(12, 10, 9, 0.8), rgba(12, 10, 9, 0.58)),
    radial-gradient(circle at center, rgba(184, 141, 86, 0.12), transparent 36%) !important;
  z-index: 2 !important;
}

.nd-about-signature__container {
  position: relative !important;
  z-index: 3 !important;
}

.nd-about-signature__content {
  max-width: 860px !important;
}

.nd-about-signature__eyebrow {
  color: #e4cda8 !important;
}

.nd-about-signature__title {
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(34px, 4.3vw, 62px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.nd-about-signature__text {
  max-width: 680px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
}

/* =========================================
PROCESS
========================================= */

.nd-about-process {
  padding: 120px 0 !important;
  background: linear-gradient(180deg, #f7f2eb 0%, #efe6dc 100%) !important;
}

.nd-about-process__head {
  max-width: 780px !important;
  margin-bottom: 44px !important;
}

.nd-about-process__list {
  display: grid !important;
  gap: 18px !important;
}

.nd-about-process__item {
  display: grid !important;
  grid-template-columns: 110px 1fr !important;
  gap: 22px !important;
  align-items: start !important;
  padding: 26px 28px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(184, 141, 86, 0.1) !important;
  box-shadow: 0 16px 34px rgba(31, 24, 18, 0.05) !important;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease !important;
}

.nd-about-process__item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 24px 42px rgba(31, 24, 18, 0.08) !important;
}

.nd-about-process__index {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 74px !important;
  border-radius: 18px !important;
  background: linear-gradient(
    135deg,
    #eee2d2 0%,
    #d9c7b2 48%,
    #b8a08b 100%
  ) !important;
  color: #3b3128 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

.nd-about-process__body h3 {
  margin: 0 0 10px !important;
  color: #1d1814 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.nd-about-process__body p {
  margin: 0 !important;
  color: #665c54 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

/* =========================================
WHY CHOOSE US
========================================= */

.nd-about-why {
  padding: 120px 0 !important;
  background: #11100e !important;
  position: relative !important;
}

.nd-about-why__grid {
  display: grid !important;
  grid-template-columns: 1fr 1.05fr !important;
  gap: 56px !important;
  align-items: start !important;
}

.nd-about-why__title {
  color: #ffffff !important;
}

.nd-about-why__eyebrow {
  color: #d0b084 !important;
}

.nd-about-why__cards {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
  margin-top: 30px !important;
}

.nd-about-why__card {
  padding: 24px 22px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.nd-about-why__card h3 {
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.nd-about-why__card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.nd-about-why__right {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.nd-about-why__panel {
  position: relative !important;
  padding: 28px 28px 28px 34px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.35s ease !important;
}

.nd-about-why__panel::before {
  content: "" !important;
  position: absolute !important;
  left: 0px !important;
  top: 7px !important;
  width: 3px !important;
  height: 87% !important;
  background: linear-gradient(180deg, #d6b98c, #a8895d) !important;
  opacity: 0.35 !important;
  transition: all 0.35s ease !important;
  border-radius: 75px 0 0 75px;
}

.nd-about-why__panel:hover {
  transform: translateX(8px) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(212, 175, 55, 0.2) !important;
}

.nd-about-why__panel:hover::before {
  opacity: 1 !important;
  width: 4px !important;
}

.nd-about-why__panel span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #f0d6b0 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.nd-about-why__panel p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

/* =========================================
FINAL CTA
========================================= */

.nd-about-cta {
  position: relative !important;
  overflow: hidden !important;
  min-height: 620px !important;
  display: flex !important;
  align-items: center !important;
  isolation: isolate !important;
}

.nd-about-cta__bg {
  position: absolute !important;
  inset: 0 !important;
  background-image: url("/wp-content/uploads/bg-cta-1.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  z-index: 1 !important;
}

.nd-about-cta__overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.7),
    rgba(10, 10, 10, 0.78)
  ) !important;
  z-index: 2 !important;
}

.nd-about-cta__container {
  position: relative !important;
  z-index: 3 !important;
}

.nd-about-cta__box {
  max-width: 940px !important;
  margin: 0 auto !important;
  padding: 46px 40px !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22) !important;
  text-align: center !important;
}

.nd-about-cta__eyebrow {
  color: #e5cfab !important;
}

.nd-about-cta__title {
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
}

.nd-about-cta__text {
  max-width: 720px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.nd-about-cta__buttons {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

/* =========================================
RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .nd-about-story__container,
  .nd-about-philosophy__container,
  .nd-about-signature__container,
  .nd-about-process__container,
  .nd-about-why__container,
  .nd-about-cta__container,
  .nd-about-hero__container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .nd-about-story__grid,
  .nd-about-why__grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .nd-about-philosophy__grid {
    grid-template-columns: 1fr !important;
  }

  .nd-about-why__cards {
    grid-template-columns: 1fr 1fr !important;
  }

  .nd-about-process__item {
    grid-template-columns: 1fr !important;
  }

  .nd-about-signature__bg,
  .nd-about-cta__bg {
    background-attachment: scroll !important;
  }

  .nd-about-story__image-wrap {
    min-height: 520px !important;
  }

  .nd-about-story__image {
    height: 520px !important;
  }
}

@media (max-width: 767px) {
  .nd-about-story,
  .nd-about-philosophy,
  .nd-about-signature,
  .nd-about-process,
  .nd-about-why,
  .nd-about-cta {
    padding: 78px 0 !important;
  }

  .nd-about-story__container,
  .nd-about-philosophy__container,
  .nd-about-signature__container,
  .nd-about-process__container,
  .nd-about-why__container,
  .nd-about-cta__container,
  .nd-about-hero__container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nd-about-hero {
    min-height: calc(100svh - 90px) !important;
  }

  .nd-about-hero__title {
    font-size: clamp(30px, 8vw, 44px) !important;
    line-height: 1.02 !important;
  }

  .nd-about-hero__text,
  .nd-about-story__text,
  .nd-about-philosophy__text,
  .nd-about-signature__text,
  .nd-about-cta__text {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .nd-about-hero__buttons,
  .nd-about-cta__buttons {
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }

  .nd-about-hero__buttons .nd-btn,
  .nd-about-cta__buttons .nd-btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
  }

  .nd-about-story__image-wrap {
    min-height: 380px !important;
    border-radius: 22px !important;
  }

  .nd-about-story__image {
    height: 380px !important;
  }

  .nd-about-story__title,
  .nd-about-philosophy__title,
  .nd-about-process__title,
  .nd-about-why__title,
  .nd-about-signature__title,
  .nd-about-cta__title {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .nd-about-why__cards {
    grid-template-columns: 1fr !important;
  }

  .nd-about-cta__box {
    padding: 34px 20px !important;
    border-radius: 22px !important;
  }
}
