:root {
  --bg: #070707;
  --bg-soft: #101010;
  --gold: #c9a96a;
  --gold-soft: #d8bc86;
  --ivory: #ebe4d6;
  --muted: #b9b0a3;
  --light-section: #f1ece4;
  --light-soft: #f7f3ed;
  --dark-text: #141414;
  --dark-muted: #5d574f;
  --border-soft: rgba(255, 255, 255, 0.08);
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ivory);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.valea-logo,
.footer-logo,
.signature,
.bridge-title {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* =========================
   NAVBAR
========================= */

.valea-navbar {
  background: rgba(7, 7, 7, 0.6);
  backdrop-filter: blur(10px);
  transition: background 0.3s ease, padding 0.3s ease;
  padding-top: 18px;
  padding-bottom: 18px;
}

.valea-logo {
  color: var(--gold) !important;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.navbar .nav-link {
  color: rgba(235, 228, 214, 0.82);
  font-size: 0.95rem;
  margin-right: 1rem;
  transition: color 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ffffff;
}

.valea-nav-btn {
  border-radius: 0;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}

/* =========================
   BUTTONS
========================= */

.btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #111;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-gold:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: #111;
}

.btn-outline-light {
  border-radius: 0;
  transition: all 0.25s ease;
}

.btn-dark-outline {
  background: transparent;
  border: 1px solid #111;
  color: #111;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-dark-outline:hover {
  background: #111;
  color: #fff;
}

.btn-dark-solid {
  background: #111;
  border: 1px solid #111;
  color: #fff;
  border-radius: 0;
  padding: 0.85rem 1rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-dark-solid:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

/* =========================
   SHARED
========================= */

.section-dark {
  background: #0a0a0a;
  color: var(--ivory);
}

.section-light {
  background: var(--light-section);
  color: var(--dark-text);
}

.section-label {
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 500;
}

.gold-dark {
  color: #a98441;
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  line-height: 1.08;
}

.section-title.dark {
  color: var(--dark-text);
}

.section-copy {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

/* =========================
   HERO
========================= */

.hero-section {
  position: relative;
  min-height: 100vh;
  background: #050505 url('../images/hero-bottle.png') no-repeat center center / cover;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.62) 0%,
      rgba(0,0,0,0.42) 22%,
      rgba(0,0,0,0.18) 42%,
      rgba(0,0,0,0.06) 58%,
      rgba(0,0,0,0.00) 72%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-copy-wrap {
  max-width: 560px;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 2px;
}

.hero-kicker {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem !important;
}

.hero-title {
  font-size: clamp(4.2rem, 6vw, 6.2rem);
  line-height: 0.94;
  color: #f4eee3;
  margin-bottom: 1.6rem !important;
  white-space: nowrap;
  text-shadow: 0 10px 40px rgba(0,0,0,0.55);
}

.hero-text {
  color: #e7dfd1;
  font-size: 1.15rem;
  line-height: 1.9;
  max-width: 520px;
  margin-bottom: 2.2rem !important;
}

.hero-actions {
  align-items: center;
}

.hero-btn {
  min-width: 220px;
  padding: 0.95rem 1.4rem;
  border-radius: 0;
  font-size: 0.98rem;
}

.hero-side-tag {
  position: absolute;
  top: 18%;
  right: 5.5%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.hero-side-tag span {
  display: block;
}

.hero-side-line {
  width: 120px;
  height: 1px;
  background: rgba(201, 169, 106, 0.9);
  margin-top: 14px;
}

/* =========================
   OUR ESSENCE
========================= */

.essence-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: #080808;
}

.essence-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(201,169,106,0.06), transparent 72%);
  pointer-events: none;
}

.essence-section .container {
  position: relative;
  z-index: 2;
}

.bg-brand-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22vw;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* =========================
   VALEA LINES
========================= */

.lines-section {
  position: relative;
  padding: 120px 0 130px;
  background:
    radial-gradient(circle at 50% 0%, rgba(201,169,106,0.05), transparent 20%),
    linear-gradient(180deg, #090909 0%, #0b0b0b 100%);
  overflow: hidden;
}

.lines-section .container {
  position: relative;
  z-index: 2;
}

.lines-head {
  margin-bottom: 82px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.lines-section .section-title {
  color: #f3ede2;
}

.lines-copy {
  color: rgba(243, 237, 226, 0.72);
}

.line-card {
  position: relative;
  overflow: hidden;
  height: 460px;
  border-radius: 0;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.line-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.line-card-image {
  border: 1px solid rgba(255,255,255,0.04);
  padding: 0;
}

.line-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(0.48) contrast(1.05);
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.6s ease;
}

.line-card:hover .line-bg {
  transform: scale(1.05);
  filter: grayscale(100%) brightness(0.54) contrast(1.08);
}

.line-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.10) 0%,
      rgba(0,0,0,0.20) 20%,
      rgba(0,0,0,0.58) 62%,
      rgba(0,0,0,0.82) 100%
    );
}

.line-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 34px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}

.line-badge {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

.line-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #f3ede2;
  margin-bottom: 1rem;

  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  letter-spacing: 0.02em;
  word-break: keep-all;
}

.line-desc {
  color: rgba(243, 237, 226, 0.84);
  line-height: 1.85;
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   BRIDGE
========================= */

.bridge-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #0b0b0b 0%, #f1ece4 100%);
  text-align: center;
}

.bridge-kicker {
  color: #a98441;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
}

.bridge-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.22;
  color: #f3ede2;
  max-width: 900px;
  margin: 0 auto;
}

/* =========================
   SIGNATURE SCENTS
========================= */

.signature-section {
  background: #f1ece4;
  padding: 110px 0 120px;
}

.signature-copy {
  color: #5d574f;
}

.product-card {
  background: transparent;
  padding-bottom: 10px;
}

.product-image-wrap {
  overflow: hidden;
  background: #111;
}

.product-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: brightness(0.88);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
  filter: brightness(0.95);
}

.product-body {
  padding-top: 1.5rem;
}

.product-title {
  font-size: 2rem;
  color: var(--dark-text);
  letter-spacing: 0.02em;
}

.product-desc {
  color: #554f48;
  font-size: 1.03rem;
  line-height: 1.8;
  margin-bottom: 0.85rem;
}

.product-link {
  color: #a98441;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.25s ease;
}

.product-link:hover {
  color: #7b5a22;
}

/* =========================
   THE CRAFT SECTION
========================= */
/* =========================
   THE CRAFT SECTION - FIXED SCALE
========================= */

.craft-section {
  background: #060606;
}

.craft-section .row {
  min-height: 520px;
}

.craft-panel {
  background: #0b0b0b;
  height: 100%;
  min-height: 520px;
  padding: 88px 72px 88px clamp(90px, 8vw, 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.craft-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4vw, 4.3rem);
  line-height: 1.06;
  color: #f3ede2;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.craft-copy {
  color: rgba(235, 228, 214, 0.76);
  line-height: 1.8;
  font-size: 1.06rem;
  max-width: 460px;
  margin-bottom: 2rem;
}

.craft-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.craft-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #f3ede2;
  line-height: 1.8;
  font-size: 1rem;
}

.craft-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
}

.craft-image-wrap {
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #080808;
}

.craft-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: brightness(0.92) contrast(1.02);
}

/* TABLET */
@media (max-width: 991.98px) {
  .craft-section .row {
    min-height: unset;
  }

  .craft-panel {
    min-height: auto;
    padding: 64px 34px;
  }

  .craft-image-wrap {
    min-height: 420px;
    height: 420px;
  }

  .craft-title {
    font-size: 3rem;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .craft-panel {
    padding: 52px 22px;
  }

  .craft-title {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .craft-copy {
    font-size: 1rem;
  }

  .craft-image-wrap {
    min-height: 300px;
    height: 300px;
  }
}

/* =========================
   OUR PHILOSOPHY
========================= */

.philosophy-section {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.66), rgba(0,0,0,0.28)),
    url('../images/philosophy.jpg') center center / cover no-repeat;
  overflow: hidden;
}

.philosophy-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.70) 0%,
    rgba(0,0,0,0.42) 45%,
    rgba(0,0,0,0.18) 100%
  );
  pointer-events: none;
}

.philosophy-content {
  padding: 90px 0;
  text-align: left;
}

.philosophy-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.15;
  color: #f3ede2;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}

.philosophy-subtext {
  color: #d6cfc2;
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 460px;
  font-size: 1.02rem;
}

.signature {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  color: #c9a96a;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
  .craft-panel {
    min-height: auto;
    padding: 64px 34px;
  }

  .craft-image-wrap,
  .craft-image {
    min-height: 420px;
  }

  .craft-title {
    font-size: 3rem;
  }

  .philosophy-section {
    min-height: 360px;
  }

  .philosophy-content {
    padding: 70px 0;
  }
}

@media (max-width: 767.98px) {
  .craft-panel {
    padding: 52px 22px;
  }

  .craft-title {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .craft-copy {
    font-size: 1rem;
  }

  .craft-image-wrap,
  .craft-image {
    min-height: 300px;
  }

  .philosophy-section {
    min-height: 320px;
    background-position: center center;
  }

  .philosophy-content {
    padding: 56px 0;
  }

  .philosophy-text {
    font-size: 2.15rem;
    line-height: 1.12;
  }

  .philosophy-subtext {
    font-size: 0.98rem;
  }

  .signature {
    font-size: 2rem;
  }
}

/* =========================
   CTA / SUBSCRIPTION
========================= */

.cta-section {
  padding: 55px 0;
  background: var(--light-section);
}

.cta-title {
  color: var(--dark-text);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
}

.cta-copy {
  color: #5b554d;
  line-height: 1.8;
}

.valea-input {
  border-radius: 0;
  border: 1px solid #b6aea3;
  min-height: 52px;
  background: transparent;
  color: #111;
  padding-left: 1rem;
}

.valea-input:focus {
  box-shadow: none;
  border-color: #7c6a4c;
  background: transparent;
  color: #111;
}

.btn-dark-solid {
  background: #111;
  border: 1px solid #111;
  color: #fff;
  border-radius: 0;
  padding: 0.85rem 1rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn-dark-solid:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

/* =========================
   FOOTER
========================= */

.valea-footer {
  background: #080808;
  color: var(--ivory);
  padding: 70px 0 30px;
}

.footer-logo {
  color: var(--gold);
  font-size: 2.2rem;
  letter-spacing: 0.12em;
}

.footer-copy {
  color: var(--muted);
  max-width: 280px;
  line-height: 1.8;
}

.footer-heading {
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.7rem;
}

.footer-list a {
  color: var(--muted);
  transition: color 0.25s ease;
}

.footer-list a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid var(--border-soft);
  margin-top: 40px;
  padding-top: 20px;
  color: #8e8578;
  font-size: 0.95rem;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1399.98px) {
  .hero-section {
    background-position: 62% center;
  }

  .hero-side-tag {
    right: 4.5%;
    top: 17%;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    background-position: 64% center;
  }

  .hero-copy-wrap {
    max-width: 520px;
  }

  .hero-title {
    font-size: clamp(3.8rem, 6vw, 5.4rem);
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-side-tag {
    right: 3.5%;
    top: 16%;
    font-size: 0.92rem;
  }

  .hero-side-line {
    width: 96px;
  }
}

@media (max-width: 991.98px) {
  .valea-navbar {
    background: rgba(7, 7, 7, 0.92);
  }

  .hero-section {
    min-height: 92vh;
    background-position: 68% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.58) 0%,
        rgba(0,0,0,0.42) 30%,
        rgba(0,0,0,0.16) 58%,
        rgba(0,0,0,0.00) 100%
      );
  }

  .hero-content {
    min-height: 92vh;
    align-items: flex-end;
  }

  .hero-copy-wrap {
    max-width: 100%;
    padding-top: 140px;
    padding-bottom: 44px;
  }

  .hero-title {
    font-size: 3.6rem;
    white-space: normal;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1.02rem;
  }

  .hero-side-tag {
    right: 3%;
    top: 12%;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  .hero-side-line {
    width: 76px;
    margin-top: 10px;
  }

  .essence-section {
    padding: 95px 0;
  }

  .bg-brand-text {
    font-size: 24vw;
  }

  .lines-section {
    padding: 95px 0 105px;
  }

  .line-card {
    height: 410px;
  }


  .line-desc {
    font-size: 0.96rem;
    max-width: 250px;
  }

  .bridge-section {
    padding: 60px 0;
  }

  .signature-section {
    padding: 90px 0 100px;
  }

  .craft-content {
    padding: 60px 28px;
  }

  .craft-image-wrap,
  .craft-image {
    min-height: 340px;
  }

  .philosophy-section {
    min-height: 380px;
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    min-height: 88vh;
    background-position: 70% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.10) 0%,
        rgba(0,0,0,0.18) 18%,
        rgba(0,0,0,0.34) 42%,
        rgba(0,0,0,0.48) 58%,
        rgba(0,0,0,0.22) 76%,
        rgba(0,0,0,0.00) 100%
      );
  }

  .hero-content {
    min-height: 88vh;
    align-items: flex-end;
  }

  .hero-copy-wrap {
    max-width: 100%;
    padding-top: 120px;
    padding-bottom: 38px;
  }

  .hero-kicker {
    font-size: 0.88rem;
    letter-spacing: 0.13em;
  }

  .hero-title {
    font-size: 2.8rem;
    line-height: 0.95;
    white-space: normal;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 100%;
  }

  .hero-btn {
    min-width: 100%;
  }

  .hero-side-tag {
    top: 11%;
    right: 2.5%;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
  }

  .hero-side-line {
    width: 56px;
  }

  .valea-logo,
  .footer-logo {
    font-size: 1.8rem;
  }

  .essence-section {
    padding: 78px 0;
  }

  .bg-brand-text {
    font-size: 28vw;
  }

  .lines-section {
    padding: 78px 0 88px;
  }

  .lines-head {
    margin-bottom: 44px;
  }

  .line-card {
    height: 360px;
  }

  .line-content {
    padding: 26px 22px 22px;
  }

  .line-badge {
    font-size: 0.76rem;
    margin-bottom: 0.8rem;
  }

  .line-desc {
    font-size: 0.9rem;
    line-height: 1.8;
    max-width: 230px;
  }

  .bridge-title {
    font-size: 1.8rem;
  }

  .signature-section {
    padding: 78px 0 88px;
  }

  .product-image {
    height: 300px;
  }

  .product-title {
    font-size: 1.7rem;
  }

  .craft-content {
    padding: 48px 22px;
  }

  .section-title,
  .philosophy-text {
    font-size: 2.2rem;
  }
}

/* =========================
   EXPERIENCE → CRAFT DIVIDER
========================= */

.experience-craft-divider {
  background:
    linear-gradient(
      180deg,
      #050505 0%,
      #070707 38%,
      #090909 100%
    );
  padding: 42px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.divider-line {
  width: 140px;
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(
    90deg,
    rgba(201, 169, 106, 0) 0%,
    rgba(201, 169, 106, 0.95) 50%,
    rgba(201, 169, 106, 0) 100%
  );
}

.divider-copy {
  margin: 0;
  color: rgba(235, 228, 214, 0.58);
  font-size: 0.95rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

/* =========================
   EXPERIENCE REFINEMENT
========================= */

.experience-section {
  padding-bottom: 100px;
}

.experience-section .section-copy {
  max-width: 820px;
}

.experience-section .row {
  margin-top: 14px;
}

/* =========================
   CRAFT REFINEMENT
========================= */

.craft-section {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #060606;
  padding-top: 22px;
}

.craft-panel {
  background: #0c0c0c;
}

/* TABLET */
@media (max-width: 991.98px) {
  .experience-craft-divider {
    padding: 34px 0 24px;
  }

  .divider-line {
    width: 110px;
    margin-bottom: 14px;
  }

  .divider-copy {
    font-size: 0.88rem;
    letter-spacing: 0.08em;
  }

  .experience-section {
    padding-bottom: 84px;
  }

  .craft-section {
    padding-top: 16px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .experience-craft-divider {
    padding: 28px 0 18px;
  }

  .divider-line {
    width: 84px;
    margin-bottom: 12px;
  }

  .divider-copy {
    font-size: 0.78rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }

  .experience-section {
    padding-bottom: 68px;
  }

  .craft-section {
    padding-top: 12px;
  }
}

/* ===== VALEA EXPERIENCE UPGRADE ===== */
.experience-section {
  position: relative;
  overflow: hidden;
}

.experience-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(201,169,106,0.12) 0%,
    rgba(201,169,106,0.05) 35%,
    rgba(0,0,0,0) 70%
  );
  pointer-events: none;
}

.experience-section .container {
  position: relative;
  z-index: 2;
}

.experience-section .col-md-4 {
  position: relative;
}

.experience-section .col-md-4:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  width: 1px;
  height: 60%;
  background: rgba(255,255,255,0.06);
}

/* ===== PHILOSOPHY TYPO REFINEMENT ===== */
.philosophy-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: #f3ede2;

  max-width: 560px; /* ini kunci utama */
  margin-bottom: 1.4rem;
}

.philosophy-subtext {
  max-width: 580px;
  color: rgba(235, 228, 214, 0.78);
  line-height: 1.8;
  font-size: 1.05rem;
  text-wrap: balance;
  letter-spacing: 0.01em;
}

/* ===== PHILOSOPHY TITLE FORCE 2 LINES ===== */

.philosophy-text {
  max-width: 620px;   /* override dari 560px */
  line-height: 1.1;   /* sedikit lebih rapat */
}

.philosophy-line-1,
.philosophy-line-2 {
  display: inline-block;
  white-space: nowrap;
}

.philosophy-line-2 {
  margin-top: 0.06em;
}

/* ===== PRODUCT TITLE AND SUB ===== */
.product-title {
  margin-bottom: 6px;
}

.product-line {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 14px;
}

.product-line.unisex {
  color: rgba(20, 20, 20, 0.6);
}

.product-line.women {
  color: rgba(20, 20, 20, 0.6);
}

.product-line.men {
  color: rgba(20, 20, 20, 0.6);
}

/* ===== LINE CARD TAMBAHAN ===== */
.lines-card img {
  filter: brightness(0.75) contrast(1.05) sepia(0.08);
}

.line-card-image img {
  transition: filter 0.6s ease;
}

.line-card-image:hover img {
  filter: brightness(0.85) contrast(1.05) sepia(0.08);
}

/* =========================
   VALEA FOOTER - FINAL
========================= */

.valea-footer {
  background: #050505;
  padding: 80px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer-left {
  max-width: 300px;
}

.footer-logo {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-decoration: none;
  margin-bottom: 1rem;
}

.footer-logo:hover {
  color: var(--gold);
  opacity: 0.9;
}

.footer-tagline {
  margin: 0;
  color: rgba(235, 228, 214, 0.72);
  line-height: 1.8;
  font-size: 1rem;
  max-width: 260px;
}

.footer-right {
  display: flex;
  gap: 72px;
  margin-left: auto;
}

.footer-block {
  text-align: right;
}

.footer-heading {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(235, 228, 214, 0.76);
  text-decoration: none;
  font-size: 0.98rem;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-links a:hover {
  color: var(--gold);
  opacity: 1;
}

.footer-bottom {
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.footer-copy {
  margin: 0;
  color: rgba(235, 228, 214, 0.42);
  font-size: 0.86rem;
  letter-spacing: 0.03em;
}

/* Tablet */
@media (max-width: 991.98px) {
  .valea-footer {
    padding: 68px 0 28px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 42px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-right {
    margin-left: 0;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-block {
    text-align: left;
    min-width: 140px;
  }

  .footer-logo {
    font-size: 2rem;
  }

  .footer-bottom {
    margin-top: 42px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .valea-footer {
    padding: 56px 0 24px;
  }

  .footer-logo {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }

  .footer-tagline {
    font-size: 0.96rem;
    max-width: 100%;
  }

  .footer-right {
    flex-direction: column;
    gap: 28px;
  }

  .footer-block {
    min-width: auto;
  }

  .footer-heading {
    margin-bottom: 0.8rem;
  }

  .footer-links li {
    margin-bottom: 0.7rem;
  }

  .footer-bottom {
    margin-top: 34px;
    padding-top: 16px;
  }

  .footer-copy {
    font-size: 0.8rem;
  }
}