/* =========================================================
   JORDAN TAILOR — Premium Dark Green / Gold Theme
   ========================================================= */

:root {
  --green-950: #0c1d17;
  --green-900: #10251e;
  --green-800: #18352b;
  --green-700: #24483b;
  --gold: #c6a15b;
  --gold-light: #d8bd7a;
  --ivory: #f5f1e8;
  --muted: #b9c0ba;
  --line: rgba(198, 161, 91, .55);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--green-950);
  color: var(--ivory);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

h1, h2, h3, .brand {
  font-family: "Cormorant Garamond", serif;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: .98;
  font-weight: 600;
  letter-spacing: -.02em;
}

h3 {
  font-size: 1.65rem;
  font-weight: 600;
}

p { color: var(--muted); }

a { color: inherit; text-decoration: none; }

.gold-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 2000;
  background: var(--gold);
}
.gold-line.bottom {
  position: relative;
  top: auto;
  bottom: auto;
  height: 3px;
}

.navbar {
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(12,29,23,.96), rgba(12,29,23,.15));
  transition: .3s ease;
}
.navbar.scrolled {
  padding: 11px 0;
  background: rgba(12,29,23,.97);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: .78;
  letter-spacing: .16em;
  font-weight: 700;
  font-size: 1.45rem;
}
.brand small {
  font-family: "Inter", sans-serif;
  color: var(--gold);
  font-size: .43rem;
  letter-spacing: .52em;
  margin-top: 8px;
}
.nav-link {
  color: rgba(245,241,232,.78) !important;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav-link:hover { color: var(--gold-light) !important; }

.btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--green-950);
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  border-radius: 0;
  padding: 14px 24px;
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--green-950);
}
.btn-outline-ivory {
  border: 1px solid rgba(245,241,232,.55);
  color: var(--ivory);
  border-radius: 0;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 14px 24px;
}
.btn-outline-ivory:hover {
  background: var(--ivory);
  color: var(--green-950);
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 40%, rgba(61,93,74,.38), transparent 30%),
    linear-gradient(90deg, rgba(12,29,23,.98) 0%, rgba(12,29,23,.88) 45%, rgba(12,29,23,.40) 100%),
    linear-gradient(135deg, var(--green-900), var(--green-700));
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 55%, rgba(198,161,91,.06) 55.1% 55.3%, transparent 55.4%),
    linear-gradient(90deg, transparent 0 72%, rgba(198,161,91,.08) 72.1% 72.2%, transparent 72.3%);
  pointer-events: none;
}
.hero-overlay { position: absolute; inset: 0; }
.hero-section .container { z-index: 2; }
.eyebrow, .section-kicker {
  color: var(--gold-light);
  font-size: .69rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero-section h1 {
  font-size: clamp(4rem, 8vw, 7.8rem);
  line-height: .78;
  margin: 25px 0;
  font-weight: 600;
}
.hero-section h1 em {
  color: var(--gold-light);
  font-weight: 500;
}
.hero-copy {
  max-width: 610px;
  font-size: 1.05rem;
  color: rgba(245,241,232,.72);
}
.hero-bottom-mark {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: min(90%, 700px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(245,241,232,.55);
  font-size: .62rem;
  letter-spacing: .2em;
  text-align: center;
}
.hero-bottom-mark span {
  height: 1px;
  background: var(--line);
  flex: 1;
}

.section-pad { padding: 120px 0; }
.dark-section { background: var(--green-900); }
.intro-section { background: var(--green-950); }
.muted { color: var(--muted); }
.lead { font-size: 1.08rem; }

.gold-divider {
  width: 90px;
  height: 1px;
  background: var(--gold);
  margin: 28px auto;
}
.gold-divider.left { margin-left: 0; }

.feature-card {
  height: 100%;
  padding: 34px;
  border-top: 1px solid var(--line);
  background: rgba(36,72,59,.16);
}
.feature-number, .service-card > span {
  color: var(--gold);
  font-size: .68rem;
  letter-spacing: .18em;
  margin-bottom: 25px;
}
.feature-card p, .service-card p { font-size: .91rem; }

.service-card {
  height: 100%;
  padding: 38px;
  min-height: 235px;
  border: 1px solid rgba(198,161,91,.20);
  background: rgba(36,72,59,.25);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line);
  background: rgba(36,72,59,.45);
}
.service-card h3 { margin-bottom: 15px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.process-item {
  padding: 45px 30px;
  border-right: 1px solid rgba(198,161,91,.25);
}
.process-item:last-child { border-right: 0; }
.process-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  border-radius: 50%;
  font-size: .7rem;
  letter-spacing: .1em;
  margin-bottom: 28px;
}
.process-item p { font-size: .9rem; }

.collection-section { background: #132b23; }
.collection-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(198,161,91,.18);
  background: var(--green-800);
}
.collection-tall { min-height: 560px; }
.placeholder-image {
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: .78;
  letter-spacing: .14em;
  color: rgba(245,241,232,.32);
  background:
    radial-gradient(circle at 50% 35%, rgba(198,161,91,.20), transparent 22%),
    linear-gradient(135deg, #203f33, #0f241c);
}
.collection-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(198,161,91,.22);
  z-index: 1;
  pointer-events: none;
}
.collection-caption {
  position: absolute;
  bottom: 22px;
  left: 28px;
  right: 28px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-caption span {
  color: var(--gold);
  font-size: .7rem;
}
.collection-caption strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.about-frame {
  padding: 14px;
  border: 1px solid var(--line);
}
.about-placeholder { min-height: 520px; }

.text-gold-link {
  color: var(--gold-light);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .18em;
}
.text-gold-link span { margin-left: 12px; }

.quote-section {
  background: var(--green-950);
  border-top: 1px solid rgba(198,161,91,.18);
}
.quote-mark {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  height: 70px;
  line-height: 1;
}
blockquote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.15;
  color: var(--ivory);
}
.quote-author {
  color: var(--gold);
  letter-spacing: .18em;
  font-size: .62rem;
}

.contact-section {
  padding: 100px 0 80px;
  background: var(--green-800);
}
.contact-box {
  padding: 55px;
  border: 1px solid var(--line);
  background: rgba(12,29,23,.34);
}
.small-contact p { font-size: .9rem; }

.footer {
  background: var(--green-950);
  border-top: 1px solid rgba(198,161,91,.22);
}
.footer-brand { font-size: 1.15rem; }
.footer-copy {
  color: rgba(245,241,232,.45);
  font-size: .72rem;
}
.back-top {
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .navbar { background: rgba(12,29,23,.95); }
  .navbar-collapse {
    margin-top: 18px;
    padding: 20px 0;
    border-top: 1px solid rgba(198,161,91,.2);
  }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(2) { border-right: 0; }
  .process-item:nth-child(-n+2) { border-bottom: 1px solid rgba(198,161,91,.25); }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 80px 0; }
  .hero-section h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .hero-copy { font-size: .96rem; }
  .hero-bottom-mark { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item,
  .process-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(198,161,91,.25);
  }
  .process-item:last-child { border-bottom: 0; }
  .collection-tall { min-height: 420px; }
  .about-placeholder { min-height: 350px; }
  .contact-box { padding: 35px 25px; }
  .contact-box .btn { width: 100%; }
}
