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

html, body { margin: 0; padding: 0; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #EFE6DC;
  background-color: #1B1220;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #FAF5EC;
  margin: 0;
}

p { margin: 0 0 1em 0; }

a { color: #C9A227; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- HOME PAGE WRAPPER ---------- */
.home-page { background-color: #1B1220; }

/* ===================== WARP-RAIL NAV ===================== */
.warp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #1B1220;
  border-bottom: 1px solid #3A2440;
}

.warp-strip { display: block; }
.warp-strip i {
  display: block;
  height: 2px;
  width: 100%;
}
.warp-strip .t1 { background-color: #A63446; }
.warp-strip .t2 { background-color: #C9A227; }
.warp-strip .t3 { background-color: #A63446; }

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A227;
  font-weight: 700;
}

.shuttle {
  display: inline-block;
  width: 16px;
  height: 28px;
  background-color: #C9A227;
  border-radius: 50%;
  position: relative;
  transform: rotate(24deg);
}
.shuttle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: #A63446;
  transform: translateY(-50%);
}

.nav-links { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.nav-links a {
  color: #EFE6DC;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.nav-links a:hover { color: #FAF5EC; text-decoration: none; border-color: #A63446; }
.nav-links a.active { color: #FAF5EC; border-color: #A63446; }
.spool-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #C9A227;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #C9A227;
  color: #C9A227;
  font-size: 22px;
  padding: 4px 12px;
  cursor: pointer;
  border-radius: 4px;
}

/* ===================== SWATCH-WEAVE HERO ===================== */
.swatch-hero { background-color: #1B1220; padding: 0; }

.hero-deck {
  max-width: 1180px;
  margin: 0 auto;
  padding: 90px 24px 60px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  background-color: #A63446;
  color: #EFE6DC;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  padding: 8px 18px;
  margin-bottom: 26px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.15;
  color: #FAF5EC;
  margin-bottom: 22px;
}
.hero-title .gilt { color: #C9A227; }

.hero-sub {
  font-size: 18px;
  color: #EFE6DC;
  max-width: 780px;
  margin: 0 auto 34px;
}

.hero-ctas { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: transform 0.2s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background-color: #A63446;
  color: #FAF5EC;
}
.btn-outline {
  border: 1px solid #C9A227;
  color: #C9A227;
}

.swatch-band {
  width: 100%;
  height: 120px;
  background-image:
    repeating-linear-gradient(90deg, #A63446 0 36px, #261A2E 36px 72px);
  position: relative;
  border-top: 2px solid #C9A227;
  border-bottom: 2px solid #C9A227;
  overflow: hidden;
}
.swatch-band::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  background-image:
    repeating-linear-gradient(90deg, #A63446 0 36px, #261A2E 36px 72px);
  z-index: 0;
}
.swatch-band .shuttle-deco {
  position: absolute;
  top: 50%;
  width: 150px;
  height: 46px;
  border-radius: 50%;
  background-color: #C9A227;
  z-index: 2;
  transform-origin: center;
}
.swatch-band .shuttle-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #A63446;
  transform: translateY(-50%);
}
.swatch-band .s1 { left: 8%; transform: translateY(-50%) rotate(-18deg); }
.swatch-band .s2 { left: 44%; transform: translateY(-50%) rotate(12deg); }
.swatch-band .s3 { left: 78%; transform: translateY(-50%) rotate(-24deg); }

/* ===================== SILK-BOLT RACK ===================== */
.bolt-rack { background-color: #1B1220; padding: 90px 0 10px; }

.section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.section-head h2 { font-size: 34px; color: #FAF5EC; margin-bottom: 16px; }
.section-head h2 .gilt { color: #C9A227; }
.section-head p { color: #EFE6DC; }

.rack-bar {
  position: relative;
  height: 10px;
  background-color: #C9A227;
  margin-bottom: 48px;
  border-radius: 5px;
}
.rack-bar::before,
.rack-bar::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 12px;
  height: 28px;
  background-color: #C9A227;
  border-radius: 6px;
}
.rack-bar::before { left: 8%; }
.rack-bar::after { right: 8%; }

.bolt-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}

.silk-bolt {
  flex: 1 1 240px;
  max-width: 280px;
  border-top: 16px solid #A63446;
  background-color: #261A2E;
  padding: 24px 22px 30px;
  position: relative;
}
.silk-bolt.gilt-trim { border-top-color: #C9A227; }

.silk-bolt .wov {
  height: 40px;
  background-image:
    repeating-linear-gradient(90deg, #A63446 0 16px, #261A2E 16px 32px);
  margin-bottom: 16px;
}
.silk-bolt.gilt-trim .wov {
  background-image:
    repeating-linear-gradient(90deg, #C9A227 0 16px, #3A2440 16px 32px);
}

.silk-bolt .num {
  color: #C9A227;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.silk-bolt h3 { font-size: 21px; color: #A63446; margin-bottom: 12px; }
.silk-bolt p { font-size: 15px; color: #EFE6DC; }

/* ===================== TEA-HORSE ROUTE ===================== */
.route-band { background-color: #261A2E; padding: 90px 0; }
.route-band .section-head h2 { color: #FAF5EC; }
.route-band .section-head h2 .gilt { color: #C9A227; }

.route-line-wrap { position: relative; padding-top: 30px; }
.route-line {
  height: 3px;
  background-color: #A63446;
  background-image:
    repeating-linear-gradient(90deg, #A63446 0 8px, #C9A227 8px 16px);
  position: relative;
}
.route-line .shuttle-marker {
  position: absolute;
  top: -17px;
  width: 34px;
  height: 18px;
  border-radius: 50%;
  background-color: #C9A227;
  z-index: 2;
}
.route-line .shuttle-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #A63446;
}
.route-line .m1 { left: 22%; }
.route-line .m2 { left: 48%; }
.route-line .m3 { left: 74%; }

.station-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 16px;
}
.station { text-align: center; }
.station-seal {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  background-color: #A63446;
  border: 2px solid #C9A227;
  color: #FAF5EC;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.station h3 { font-size: 18px; color: #C9A227; margin-bottom: 10px; }
.station p { font-size: 14px; color: #EFE6DC; }

/* ===================== METRIC BAND ===================== */
.metric-band {
  background-color: #A63446;
  padding: 56px 0;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.metric-cell { text-align: center; padding: 0 16px; position: relative; }
.metric-cell + .metric-cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background-color: #C9A227;
}
.metric-cell .m-num {
  font-size: 46px;
  color: #C9A227;
  font-weight: 700;
  line-height: 1.1;
}
.metric-cell .m-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #EFE6DC;
  margin-top: 6px;
}

/* ===================== STATEMENT BAND ===================== */
.statement-band { background-color: #1B1220; padding: 90px 0; }
.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  border-left: 4px solid #C9A227;
  padding-left: 36px;
}
.statement-inner h2 {
  font-size: 36px;
  color: #FAF5EC;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}
.statement-inner .attrib {
  color: #C9A227;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ===================== CTA BAND ===================== */
.cta-band { background-color: #261A2E; padding: 90px 0; text-align: center; }
.cta-band .cta-inner { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.cta-band h2 { font-size: 38px; color: #C9A227; margin-bottom: 18px; }
.cta-band p { color: #EFE6DC; margin-bottom: 32px; }

/* ===================== TRADE-SEAL FOOTER ===================== */
.seal-trade-footer {
  background-color: #140E19;
  position: relative;
  z-index: 1;
  padding: 0;
}
.woven-edge {
  height: 12px;
  background-image:
    repeating-linear-gradient(90deg, #A63446 0 14px, #C9A227 14px 28px);
}
.footer-inner {
  text-align: center;
  padding: 56px 24px 48px;
  position: relative;
  z-index: 1;
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 26px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A227;
  font-weight: 700;
  margin-bottom: 28px;
}
.trade-seal {
  width: 72px;
  height: 72px;
  margin: 0 auto 30px;
  background-color: #A63446;
  border: 3px solid #A63446;
  outline: 2px solid #C9A227;
  transform: rotate(-2deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FAF5EC;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.footer-links a { color: #EFE6DC; }
.footer-links a:hover { color: #C9A227; }
.warp-divider {
  width: 200px;
  margin: 0 auto 26px;
}
.warp-divider i { display: block; height: 2px; margin: 3px 0; }
.warp-divider .d1 { background-color: #C9A227; }
.warp-divider .d2 { background-color: #A63446; }
.warp-divider .d3 { background-color: #C9A227; }
.legal-line {
  color: #D9CDBF;
  font-size: 13px;
  max-width: 780px;
  margin: 0 auto;
}

/* ===================== CONTACT FORM ===================== */
.contact-form .silk-bolt { max-width: 100%; }
.contact-form label {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C9A227;
  margin: 8px 0 4px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #1B1220;
  border: 1px solid #3A2440;
  color: #EFE6DC;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  padding: 10px 12px;
  margin-bottom: 8px;
  border-radius: 3px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #A63446;
}
.btn-block { width: 100%; text-align: center; margin-top: 8px; }
.form-status {
  margin: 10px 0 0;
  padding: 10px 12px;
  background-color: #1B1220;
  border: 1px solid #C9A227;
  color: #EFE6DC;
  font-size: 14px;
}

/* ===================== FAQ ===================== */
.faq { margin-top: 24px; }
.faq-item {
  border: 1px solid #3A2440;
  background-color: #261A2E;
  margin-bottom: 12px;
}
.faq-q {
  padding: 16px 20px;
  color: #FAF5EC;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.faq-q::after {
  content: "+";
  color: #C9A227;
  font-size: 22px;
  flex: 0 0 auto;
}
.faq-item.open .faq-q::after { content: "\2212"; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #EFE6DC;
  font-size: 15px;
  line-height: 1.7;
  padding: 0 20px;
}
.faq-a p { margin: 0 0 16px; }

/* ===================== MOBILE NAV ===================== */
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid #3A2440;
    margin-top: 14px;
  }
  .nav-links.open { display: flex; }
  .nav-links .spool-dot { display: none; }

  .hero-title { font-size: 34px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .metric-cell:nth-child(3)::before { display: none; }
  .station-row { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .bolt-grid { justify-content: center; }
  .silk-bolt { max-width: 320px; }
}

@media (max-width: 520px) {
  .hero-title { font-size: 28px; }
  .station-row { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-cell + .metric-cell::before { display: none; }
}
