/* =========================================================
   ENRENTRADE — Silk Trading Counter
   Lixin Enren Trading Co., Ltd.
   Palette:
   PORCELAIN WHITE #E9EDF0  body background
   LOOM INK        #23262E  primary text
   ULTRAVIOLET SILK #5A5FD0 accent / brand / stamp / stitches
   MAIZE KRAFT     #E9D9A8  tags, chips, goods cards
   SELVEDGE STONE  #8C8F96  secondary structure and rules
   CARD WHITE      #FBFAF7  cards and surfaces
   LOOM CHARCOAL   #26262E  dark band and footer
   ========================================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  background: #E9EDF0;
  color: #23262E;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: #23262E; text-decoration: none; }
ul { list-style: none; }

h1, h2, h3, h4 { line-height: 1.2; }
button { font-family: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.hide { display: none; }

/* ---------------- REVEAL ---------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* ---------------- BUTTONS ---------------- */
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-solid { background: #5A5FD0; color: #FBFAF7; box-shadow: 0 5px 0 #26262E; }
.btn-solid:hover { background: #6B6FDB; }
.btn-outline {
  background: transparent;
  color: #23262E;
  border: 2px solid #23262E;
}
.btn-outline:hover { background: #FBFAF7; }
.btn-white { background: #FBFAF7; color: #5A5FD0; box-shadow: 0 4px 0 #26262E; }
.btn-white:hover { background: #ffffff; }

/* ---------------- NAV / BOLT-RACK (.boltrack) ---------------- */
.boltrack {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #E9EDF0;
  border-bottom: 1px solid #C6CCD2;
}
.selvedge-stitch {
  height: 3px;
  border-top: 1px dashed #8C8F96;
  border-bottom: 1px dashed #8C8F96;
  background: #E9EDF0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}
.brandplate {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brandplate a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bolt-glyph {
  width: 22px;
  height: 64px;
  background: #5A5FD0;
  border: 2px solid #26262E;
  position: relative;
}
.bolt-glyph::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 18px;
  height: 8px;
  width: 30px;
  background: #26262E;
}
.bolt-glyph::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 18px;
  height: 8px;
  width: 30px;
  background: #8C8F96;
}
.brandword {
  background: #5A5FD0;
  color: #FBFAF7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .09em;
  padding: 10px 16px;
  font-size: 18px;
  box-shadow: 4px 4px 0 #26262E;
}
.brandword small { display: block; font-weight: 400; font-size: 11px; letter-spacing: .13em; color: #E9D9A8; }

.boltlinks {
  display: flex;
  align-items: center;
  gap: 6px;
}
.boltlink {
  position: relative;
  display: inline-block;
  width: 130px;
  padding: 16px 10px 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .03em;
  color: #23262E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.boltlink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 5px;
  margin: 0 12px;
}
.uv .boltlink::after { background: #5A5FD0; }
.st .boltlink::after { background: #8C8F96; }
.uv2 .boltlink::after { background: #5A5FD0; }
.uv .boltlink::after { background: #5A5FD0; }
.boltlink:hover { color: #5A5FD0; }
.cta-order {
  background: #5A5FD0;
  color: #FBFAF7;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 18px;
  border-radius: 30px;
  border: 2px solid #26262E;
  box-shadow: 3px 3px 0 #26262E;
}
.cta-order:hover { background: #26262E; }

.nav-toggle {
  display: none;
  background: #5A5FD0;
  color: #FBFAF7;
  border: 2px solid #26262E;
  padding: 10px 14px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobiledrawer { display: none; background: #FBFAF7; }
.mobiledrawer.on { display: block; }
.mobiledrawer a {
  display: block;
  padding: 14px 24px;
  border-bottom: 1px solid #E9EDF0;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---------------- HERO / COUNTER SILK-WALL (.silkwall) ---------------- */
.silkwall { background: #E9EDF0; }
.silk-wall {
  position: relative;
  padding: 30px 0 10px;
  overflow: hidden;
}
.rod {
  width: 100%;
  height: 16px;
  background: #8A5A35;
  margin-bottom: 60px;
  border-radius: 8px;
  border-bottom: 4px solid #6d4626;
}
.panels {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  height: 300px;
  position: relative;
}
.panel {
  position: relative;
  width: 130px;
  border: 2px solid #26262E;
}
.panel .ring {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 3px solid #26262E;
  background: #FBFAF7;
  border-radius: 50%;
}
.p-u { background: #5A5FD0; height: 100%; }
.p-m { background: #E9D9A8; height: 70%; }
.p-s { background: #8C8F96; height: 88%; }
.p-c { background: #26262E; height: 62%; }
.p-w { background: #FBFAF7; height: 78%; }
.centre-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.centre-mark .cm-sq {
  width: 60px;
  height: 60px;
  background: #5A5FD0;
  border: 2px solid #FBFAF7;
  color: #FBFAF7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .1em;
  box-shadow: 3px 3px 0 #26262E;
}
.hero-area { padding: 44px 0; }
.hero-flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
.hero-text { flex: 1.4; }
.eyebrow {
  color: #5A5FD0;
  font-weight: 800;
  letter-spacing: .22em;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-h1-flex { display: flex; align-items: flex-start; gap: 16px; }
.headline {
  font-size: 46px;
  color: #26262E;
  font-weight: 700;
  margin: 10px 0 16px;
  line-height: 1.1;
}
.trade-stamp {
  flex: 0 0 auto;
  margin-top: 8px;
  width: 74px;
  height: 74px;
  border: 3px solid #26262E;
  background: #5A5FD0;
  color: #FBFAF7;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .04em;
  box-shadow: 4px 4px 0 #26262E;
}
.trade-stamp b { font-size: 20px; }
.trade-stamp small { font-size: 9px; letter-spacing: .06em; }
.hero-lead {
  font-size: 19px;
  color: #23262E;
  max-width: 620px;
  margin-bottom: 26px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.promise-row { margin-top: 30px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.promise-row .p-item {
  display: inline-block;
  background: #E9D9A8;
  color: #23262E;
  padding: 6px 12px;
  border-radius: 3px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 700;
}
.counter-tools {
  flex: 0.9;
  position: relative;
  min-height: 300px;
}
.tool-card {
  background: #FBFAF7;
  border: 2px solid #26262E;
  padding: 28px;
  box-shadow: 8px 8px 0 #26262E;
  position: relative;
}
.tool-card h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5A5FD0;
  font-size: 13px;
  letter-spacing: .15em;
}
.ledger-lines dt {
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #26262E;
  font-size: 13px;
  margin-top: 10px;
}
.ledger-lines dd { color: #23262E; font-size: 15px; border-bottom: 1px dashed #C6CCD2; padding-bottom: 6px; }
.yardstick {
  position: absolute;
  right: -18px;
  bottom: -12px;
  width: 120px;
  height: 22px;
  background: #E9D9A8;
  border: 2px solid #26262E;
  transform: rotate(-8deg);
}
.scissors {
  position: absolute;
  left: -10px;
  top: -14px;
  width: 60px;
  height: 16px;
  background: #8C8F96;
  border: 2px solid #26262E;
  transform: rotate(12deg);
  border-radius: 50% 0 0 50%;
}

.kick-strip {
  margin-top: 36px;
  background: #26262E;
  color: #FBFAF7;
  padding: 26px 0;
}
.kick-inner { display: flex; gap: 16px; justify-content: space-between; flex-wrap: wrap; }
.kick-stat { flex: 1; min-width: 160px; padding: 8px 20px; border-right: 2px solid #E9D9A8; }
.kick-stat:last-child { border-right: none; }
.kick-stat .num {
  font-size: 40px;
  font-weight: 800;
  color: #E9D9A8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.kick-stat .lbl {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  font-size: 12px;
  color: #FBFAF7;
  font-weight: 700;
}

/* ---------------- STATEMENT BAND ---------------- */
.statement {
  background: #5A5FD0;
  color: #FBFAF7;
  padding: 70px 0;
}
.statement-grid { display: flex; gap: 40px; align-items: center; }
.statement-figure {
  flex: 0 0 auto;
  font-size: 120px;
  font-weight: 800;
  color: #FBFAF7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-shadow: 6px 6px 0 #26262E;
  border-right: 6px solid #E9D9A8;
  padding-right: 40px;
}
.statement-figure small { display: block; font-size: 18px; letter-spacing: .1em; }
.statement-copy { flex: 1; }
.statement-copy h2 { font-size: 34px; margin-bottom: 12px; }
.statement-copy p { font-size: 18px; }

/* ---------------- SWATCH LEDGER ROWS (.swatchcard) ---------------- */
.swatch-rows { padding: 70px 0 30px; }
.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}
.section-head h2 { font-size: 38px; color: #26262E; }
.section-head .sub { color: #23262E; font-size: 18px; margin-top: 10px; }
.section-head .serifmark { color: #5A5FD0; letter-spacing: .2em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 800; font-size: 13px; }

.swatchcard-holder { padding: 14px 0; }
.swatch-card {
  display: flex;
  align-items: stretch;
  background: #FBFAF7;
  border: 2px solid #26262E;
  box-shadow: 8px 8px 0 #26262E;
  overflow: hidden;
  max-width: 1120px;
}
.swatch-card.offset { margin-left: 40px; }
.swatch-card.offset-left { margin-right: 40px; }
.corner-pane {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px;
}
.cp-uv { background: #5A5FD0; }
.cp-mz { background: #E9D9A8; }
.cp-st { background: #8C8F96; }
.corner-pane .cp-stitch {
  width: 100%;
  border-top: 3px dotted #FBFAF7;
  margin: 4px 0;
}
.cp-mz .cp-stitch { border-top: 3px dotted #26262E; }
.cp-uv .cp-label, .cp-st .cp-label { color: #FBFAF7; }
.cp-mz .cp-label { color: #26262E; }
.cp-label { font-size: 12px; letter-spacing: .08em; text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.swatch-body { flex: 1; padding: 26px 30px 30px; }
.swatch-top { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.swatch-stamp {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #5A5FD0;
  border: 2px solid #26262E;
  color: #FBFAF7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 3px 3px 0 #26262E;
}
.goods-chip {
  background: #E9D9A8;
  color: #26262E;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  font-size: 12px;
  padding: 6px 12px;
  border: 1px solid #26262E;
}
.swatch-card h3 { font-size: 27px; color: #26262E; margin-bottom: 8px; }
.swatch-card p { color: #23262E; }
.swatch-foot { margin-top: 16px; }
.swatch-link {
  font-weight: 800;
  color: #5A5FD0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .06em;
  border-bottom: 2px solid #E9D9A8;
}
.swatch-link:hover { color: #26262E; }

/* ---------------- ROUTING RUN ---------------- */
.route-run { padding: 60px 0 90px; }
.route-head {
  background: #8C8F96;
  color: #FBFAF7;
  padding: 30px;
  margin-bottom: 20px;
  max-width: 1120px;
}
.route-head h2 { font-size: 30px; }
.route-head p { font-size: 16px; color: #FBFAF7; }
.route-line {
  position: relative;
  background: #8C8F96;
  padding: 44px 24px 30px;
  margin: 0;
}
.route-track {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  border-top: 3px dashed #5A5FD0;
  padding-top: 30px;
}
.station { flex: 1; min-width: 150px; text-align: center; position: relative; }
.station-dot {
  margin: 0 auto 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FBFAF7;
  border: 3px solid #26262E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #5A5FD0;
}
.station h3 {
  color: #FBFAF7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .12em;
  font-size: 15px;
}
.station.goods .station-dot { background: #5A5FD0; color: #FBFAF7; border-color: #E9D9A8; }
.station.goods h3 { color: #E9D9A8; }
.station p { color: #FBFAF7; font-size: 14px; margin-top: 6px; }

/* ---------------- ACCENT STRIP ---------------- */
.accent-strip { background: #5A5FD0; color: #FBFAF7; padding: 54px 0; }
.accent-grid { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.accent-mark { flex: 0 0 auto; }
.stamp-mark {
  display: inline-block;
  border: 3px solid #FBFAF7;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  transform: rotate(-6deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.accent-text { flex: 1; min-width: 300px; }
.accent-text h2 { font-size: 30px; margin-bottom: 8px; }
.accent-text p { font-size: 17px; color: #FBFAF7; }

/* ---------------- ABOUT SECTION ---------------- */
.about-band { padding: 70px 0; }
.about-grid { display: flex; gap: 44px; align-items: flex-start; }
.about-card {
  flex: 1;
  background: #FBFAF7;
  border: 2px solid #26262E;
  box-shadow: 6px 6px 0 #26262E;
  padding: 32px;
}
.about-card h3 { color: #26262E; font-size: 24px; margin-bottom: 12px; }
.about-card p { color: #23262E; }
.about-card .rule { background: #8C8F96; height: 3px; width: 60px; margin: 12px 0; }

/* ---------------- FOOTER / SELVEDGE CABINET (.selvedge) ---------------- */
.selvedge { background: #26262E; color: #FBFAF7; }
.selvedge-stitch-foot { height: 4px; border-bottom: 1px dashed #8C8F96; border-top: 1px dashed #8C8F96; background: #5A5FD0; }
.boltrow {
  background: #26262E;
  padding: 36px 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px dashed #8C8F96;
}
.mini-bolt {
  width: 26px;
  background: #5A5FD0;
  border: 2px solid #E9D9A8;
  height: 90px;
  position: relative;
}
.mini-bolt.m { background: #E9D9A8; border-color: #5A5FD0; }
.mini-bolt.st { background: #8C8F96; }
.foot-motto {
  text-align: center;
  padding: 18px 0 30px;
  color: #E9D9A8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .3em;
  font-weight: 800;
  font-size: 14px;
  border-bottom: 1px dashed #8C8F96;
}
.foot-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.foot-col { flex: 1; min-width: 200px; }
.foot-col h4 {
  color: #E9D9A8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .14em;
  font-size: 13px;
  margin-bottom: 14px;
}
.foot-col a {
  display: block;
  padding: 6px 0;
  color: #FBFAF7;
  font-size: 16px;
}
.foot-col a:hover { color: #E9D9A8; }
.foot-col p { color: #FBFAF7; font-size: 15px; padding: 3px 0; }
.base-plate {
  background: #FBFAF7;
  color: #23262E;
  position: relative;
  z-index: 1;
  border-top: 2px solid #5A5FD0;
}
.base-plate-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.plate-brand { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 800; color: #5A5FD0; }
.plate-company { font-size: 15px; color: #23262E; }
.foot-phone { font-weight: 700; }
.copyright {
  text-align: center;
  color: #5A5FD0;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}

/* ---------------- SERVICES PAGE ---------------- */
.page-hero { background: #26262E; color: #FBFAF7; padding: 66px 0; }
.page-hero .eyebrow { color: #E9D9A8; }
.page-hero h1 { font-size: 44px; color: #FBFAF7; margin: 10px 0 16px; }
.page-hero p { color: #FBFAF7; font-size: 18px; max-width: 760px; }
.service-detail { padding: 70px 0 30px; }
.service-row {
  display: flex;
  gap: 34px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.service-num {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #5A5FD0;
  border: 2px solid #26262E;
  color: #FBFAF7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 #26262E;
}
.service-copy { flex: 1; }
.service-copy h2 { font-size: 29px; color: #26262E; margin-bottom: 6px; }
.service-copy .kick { color: #5A5FD0; font-weight: 700; font-size: 14px; }
.service-copy p { color: #23262E; margin: 8px 0; }
.check-list { margin-top: 12px; }
.check-list li { padding: 4px 0 4px 26px; position: relative; color: #23262E; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  background: #E9D9A8;
  border: 2px solid #5A5FD0;
}
.process-band { background: #8C8F96; color: #FBFAF7; padding: 60px 0; }
.process-band h2 { color: #FBFAF7; font-size: 34px; text-align: center; margin-bottom: 30px; }
.process-rows { max-width: 800px; margin: 0 auto; }
.process-step { display: flex; gap: 20px; align-items: flex-start; padding: 18px 0; border-bottom: 1px dashed #FBFAF7; }
.process-step .step-n {
  color: #E9D9A8;
  font-weight: 800;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 40px;
}
.process-step h3 { color: #FBFAF7; font-size: 20px; }
.process-step p { color: #FBFAF7; }
.cta-band-services { padding: 60px 0; background: #E9EDF0; }
.cta-inner { background: #5A5FD0; color: #FBFAF7; padding: 50px; text-align: center; border: 2px solid #26262E; box-shadow: 8px 8px 0 #26262E; }
.cta-inner h2 { font-size: 34px; color: #FBFAF7; }
.cta-inner p { color: #FBFAF7; margin-bottom: 20px; }

/* ---------------- CONTACT PAGE ---------------- */
.contact-grid { display: flex; gap: 40px; padding: 60px 0; flex-wrap: wrap; }
.contact-form-box { flex: 1.3; background: #FBFAF7; border: 2px solid #26262E; box-shadow: 8px 8px 0 #26262E; padding: 36px; }
.contact-form-box h2 { color: #26262E; font-size: 28px; margin-bottom: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; margin-bottom: 6px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px;
  border: 2px solid #23262E;
  background: #FBFAF7;
  font-family: inherit;
  font-size: 16px;
  color: #23262E;
  border-radius: 0;
}
.form-note { font-size: 14px; color: #23262E; margin-top: 10px; }
.contact-info { flex: 1; min-width: 260px; }
.info-card { background: #26262E; color: #FBFAF7; padding: 28px; margin-bottom: 26px; }
.info-card h3 { color: #E9D9A8; font-size: 20px; margin-bottom: 12px; }
.info-card p { color: #FBFAF7; }
.info-card a { color: #E9D9A8; }
.hours-band { background: #E9D9A8; color: #26262E; padding: 16px 20px; border: 2px solid #26262E; margin-bottom: 26px; }
.hours-band h3 { font-size: 18px; }
.faq-card { background: #FBFAF7; border: 2px solid #26262E; padding: 22px; margin-bottom: 16px; }
.faq-card h3 { color: #5A5FD0; font-size: 19px; margin-bottom: 6px; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  .boltlinks { display: none; }
  .nav-toggle { display: inline-block; }
  .hero-flex { flex-direction: column; }
  .swatch-card { flex-direction: column; }
  .corner-pane { flex-direction: row; justify-content: flex-start; padding: 10px; }
  .swatch-card.offset, .swatch-card.offset-left { margin-left: 0; margin-right: 0; }
  .about-grid, .contact-grid { flex-direction: column; }
  .statement-grid { flex-direction: column; align-items: flex-start; }
  .statement-figure { border-right: none; border-bottom: 6px solid #E9D9A8; padding-right: 0; padding-bottom: 20px; }
  .headline { font-size: 34px; }
  .page-hero h1 { font-size: 34px; }
  .route-track { flex-direction: column; }
}
@media (max-width: 560px) {
  .panel { width: 60px; }
  .kick-stat { border-right: none; border-bottom: 2px solid #E9D9A8; }
}
