/* YCLOTHES — La Maison du Style */
:root {
  --black: #050505;
  --gold: #D4AF37;
  --gold-dark: #9A6B20;
  --ivory: #F5F1E8;
  --champagne: #E6D2A5;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); overflow-x: hidden; }
a { text-decoration: none; }

.glass-nav {
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(212,175,55,.14);
}
.nav-logo { height: 48px; width: auto; }
.nav-gold { color: rgba(245,241,232,.82) !important; transition: .25s ease; }
.nav-gold:hover { color: var(--gold) !important; }
.border-y-gold { border-color: var(--gold) !important; }

.btn-y-gold {
  background: var(--gold);
  color: #050505;
  border: 1px solid var(--gold);
  font-weight: 700;
  letter-spacing: .03em;
  transition: .25s ease;
}
.btn-y-gold:hover { background: #f0cf58; color: #050505; transform: translateY(-2px); }
.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  font-weight: 600;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--black); }
.btn-y-black {
  background: var(--black);
  color: var(--ivory);
  border: 1px solid var(--gold);
  font-weight: 700;
  padding: 13px 20px;
}
.btn-y-black:hover { background: var(--gold); color: var(--black); }

.hero {
  background:
    radial-gradient(circle at 76% 42%, rgba(212,175,55,.12), transparent 25%),
    radial-gradient(circle at 15% 15%, rgba(212,175,55,.05), transparent 25%),
    var(--black);
}
.hero-glow {
  position: absolute; width: 500px; height: 500px; right: -180px; top: 10%;
  border-radius: 50%; background: rgba(212,175,55,.06); filter: blur(80px);
}
.eyebrow {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  margin-bottom: 12px;
}
.eyebrow.dark { color: var(--gold-dark); }
.display-title, .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: -.02em;
}
.display-title {
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: .82;
  margin: 0 0 30px;
}
.display-title span, .section-title span { color: var(--gold); }
.hero-copy {
  color: rgba(245,241,232,.72);
  max-width: 530px;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.hero-signature {
  display: flex; gap: 15px; align-items: center;
  color: rgba(245,241,232,.55); letter-spacing: .25em; font-size: 10px;
}
.hero-signature b { color: var(--gold); }

.hero-card {
  min-height: 590px;
  border: 1px solid rgba(212,175,55,.32);
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.hero-card > img {
  width: 100%; height: 100%; min-height: 590px; object-fit: cover;
  opacity: .78;
}
.hero-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5,5,5,.75) 100%);
}
.hero-card-logo {
  position: absolute; left: 50%; bottom: 42px; transform: translateX(-50%);
  width: 78%; max-width: 430px;
}
.hero-card-logo img { width: 100%; display: block; }

.section-pad { padding: 110px 0; }
.section-dark { background: #0b0b0b; }
.section-title { font-size: clamp(3rem, 5vw, 5rem); line-height: .95; }
.lead-copy { font-family: 'Cormorant Garamond', serif; font-size: 28px; line-height: 1.3; }
.body-copy { line-height: 1.8; color: rgba(5,5,5,.7); }
.text-light { color: rgba(245,241,232,.72) !important; }
.section-intro { color: rgba(245,241,232,.62); max-width: 620px; line-height: 1.7; }

.value-card {
  border-top: 1px solid var(--gold);
  padding: 18px 4px;
}
.value-card span { color: var(--gold-dark); font-size: 11px; font-weight: 700; }
.value-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; margin: 7px 0; }
.value-card p { margin: 0; color: rgba(5,5,5,.6); font-size: 13px; }

.product-card {
  border: 1px solid rgba(212,175,55,.28);
  background: linear-gradient(145deg, #111, #080808);
  padding: 35px;
  min-height: 330px;
  position: relative;
  transition: .3s ease;
}
.product-card:hover { transform: translateY(-7px); border-color: var(--gold); }
.product-number { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.product-icon { font-size: 44px; margin: 28px 0 12px; }
.product-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--ivory); }
.product-card p { color: rgba(245,241,232,.58); line-height: 1.7; }
.product-link { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .05em; }

.applications-frame {
  border: 1px solid rgba(212,175,55,.35);
  background: #111;
  padding: 10px;
  position: relative;
}
.applications-frame img { width: 100%; display: block; }
.frame-caption {
  padding: 12px 8px 3px; color: var(--gold); font-size: 9px; letter-spacing: .22em;
}

.feature-list > div {
  display: flex; gap: 13px; align-items: center; padding: 13px 0;
  border-bottom: 1px solid rgba(212,175,55,.15); color: rgba(245,241,232,.78);
}
.feature-list i { color: var(--gold); }

.manifesto {
  padding: 130px 0;
  background:
    linear-gradient(rgba(5,5,5,.82), rgba(5,5,5,.92)),
    url("assets/poster.png") center/cover no-repeat;
}
.manifesto blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .92;
  color: var(--ivory);
  margin: 25px auto;
}
.gold-line { width: 90px; height: 1px; background: var(--gold); }
.manifesto-signature { margin-top: 18px; color: var(--gold); letter-spacing: .25em; font-size: 10px; }

.contact-box {
  background: #fff;
  border: 1px solid rgba(154,107,32,.28);
  padding: 55px;
  box-shadow: 0 25px 70px rgba(0,0,0,.08);
}
.contact-item {
  display: flex; gap: 16px; align-items: center;
  padding: 16px 0; border-bottom: 1px solid rgba(5,5,5,.12);
}
.contact-item i { color: var(--gold-dark); font-size: 22px; }
.contact-item small { display: block; font-size: 9px; letter-spacing: .18em; color: #777; margin-bottom: 4px; }
.contact-item a, .contact-item span { color: var(--black); font-weight: 600; }

.footer { background: var(--black); color: var(--ivory); }
.footer-logo { width: 180px; max-width: 100%; }
.footer-links { display: flex; gap: 24px; justify-content: flex-end; }
.footer-links a { color: rgba(245,241,232,.62); font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(212,175,55,.18);
  display: flex; justify-content: space-between; gap: 20px;
  color: rgba(245,241,232,.42); font-size: 9px; letter-spacing: .12em;
}

.reveal { animation: reveal .9s ease both; }
.reveal-delay-1 { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .24s; }
.reveal-delay-3 { animation-delay: .36s; }
@keyframes reveal {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .hero { padding-bottom: 70px; }
  .hero-card { min-height: 440px; }
  .hero-card > img { min-height: 440px; }
  .section-pad { padding: 80px 0; }
  .contact-box { padding: 35px 25px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 575px) {
  .display-title { font-size: 4rem; }
  .hero-copy { font-size: 16px; }
  .hero-card { min-height: 350px; }
  .hero-card > img { min-height: 350px; }
  .hero-card-logo { bottom: 25px; width: 88%; }
}


/* =========================================================
   YCLOTHES — RESPONSIVE SYSTEM
   Mobile-first refinements
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }

img, svg, video, canvas { max-width: 100%; height: auto; }

body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

section { scroll-margin-top: 82px; }

.container {
  width: 100%;
}

/* Large desktop */
@media (min-width: 1400px) {
  .container { max-width: 1240px; }
  .hero-card { min-height: 680px; }
  .hero-card > img { min-height: 680px; }
}

/* Tablet / small laptop */
@media (max-width: 1199.98px) {
  .display-title { font-size: clamp(4rem, 8vw, 6.5rem); }
  .hero-copy { max-width: 480px; }
  .hero-card, .hero-card > img { min-height: 520px; }
  .section-pad { padding: 95px 0; }
}

/* Tablet */
@media (max-width: 991.98px) {
  .glass-nav { padding-top: 10px !important; padding-bottom: 10px !important; }
  .nav-logo { height: 42px; }

  .navbar-collapse {
    margin-top: 14px;
    padding: 12px 0 8px;
    border-top: 1px solid rgba(212,175,55,.15);
  }

  .navbar-nav { align-items: stretch !important; }
  .nav-item { width: 100%; }
  .nav-gold { padding: 11px 0 !important; }

  .navbar .btn-y-gold {
    width: 100%;
    margin-top: 8px;
  }

  .hero {
    min-height: auto !important;
    padding-top: 105px;
    padding-bottom: 70px;
  }

  .hero-card,
  .hero-card > img {
    min-height: 500px;
  }

  .hero-card {
    margin-top: 12px;
  }

  .section-pad { padding: 85px 0; }

  .section-title {
    font-size: clamp(3rem, 7vw, 4.7rem);
  }

  .product-card { min-height: 300px; }

  .applications-frame {
    margin-top: 12px;
  }

  .contact-box { padding: 42px 30px; }
}

/* Mobile */
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 55px;
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: .20em;
  }

  .display-title {
    font-size: clamp(3.35rem, 16vw, 5.2rem);
    line-height: .86;
    margin-bottom: 22px;
  }

  .hero-copy {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .hero .btn {
    width: 100%;
    font-size: 12px;
    padding: 13px 18px !important;
  }

  .hero-signature {
    gap: 9px;
    font-size: 8px;
    letter-spacing: .16em;
    flex-wrap: wrap;
  }

  .hero-card,
  .hero-card > img {
    min-height: 390px;
  }

  .hero-card-logo {
    width: 86%;
    bottom: 25px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .section-title {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
    line-height: .93;
  }

  .lead-copy {
    font-size: 23px;
  }

  .body-copy {
    font-size: 14px;
    line-height: 1.75;
  }

  .value-card {
    padding: 16px 0;
  }

  .value-card h3 {
    font-size: 28px;
  }

  .product-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .product-icon {
    font-size: 38px;
    margin: 22px 0 8px;
  }

  .product-card h3 {
    font-size: 32px;
  }

  .manifesto {
    padding: 90px 0;
  }

  .manifesto blockquote {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .contact-box {
    padding: 30px 22px;
  }

  .contact-item {
    align-items: flex-start;
  }

  .contact-item a,
  .contact-item span {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .footer {
    text-align: center;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer-bottom {
    align-items: center;
    text-align: center;
  }
}

/* Small phones */
@media (max-width: 479.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo { height: 37px; }

  .hero {
    padding-top: 84px;
  }

  .display-title {
    font-size: 3.25rem;
  }

  .hero-card,
  .hero-card > img {
    min-height: 330px;
  }

  .section-title {
    font-size: 2.9rem;
  }

  .product-card {
    padding: 25px 20px;
  }

  .manifesto {
    padding: 75px 0;
  }

  .manifesto-signature {
    font-size: 8px;
    letter-spacing: .16em;
  }

  .contact-item {
    gap: 12px;
  }

  .contact-item i {
    font-size: 19px;
  }
}

/* Very small devices */
@media (max-width: 359.98px) {
  .display-title { font-size: 2.9rem; }
  .hero-card, .hero-card > img { min-height: 300px; }
  .section-title { font-size: 2.65rem; }
}

/* Accessibility / reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .product-card, .btn-y-gold { transition: none !important; }
}

/* Prevent accidental horizontal overflow from long strings */
.navbar-brand, .contact-item, .footer-bottom { min-width: 0; }
