body {
  margin: 0;
  background: #161C26;
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

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

/* ===== RIB-SPREAD NAV ===== */
.ribspread {
  background: #10141D;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #565A66;
  box-shadow: 0 2px 0 #B9A822;
}

.ribspread .navinner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 68px;
}

.ribspread .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ECEAE2;
}

.ribspread .brandplate {
  background: #B9A822;
  color: #10141D;
  font-weight: bold;
  font-size: 15px;
  width: 34px;
  height: 46px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
  border-radius: 6px 6px 10px 10px;
}

.ribs-umbrella {
  position: relative;
  width: 12px;
  height: 34px;
  display: inline-block;
}

.ribs-umbrella .shaft {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 2px;
  height: 26px;
  background: #10141D;
}

.ribs-umbrella .shaft::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 22px;
  width: 12px;
  height: 8px;
  border: 2px solid #10141D;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 0 0 14px 0;
}

.ribs-umbrella .tipcrown {
  position: absolute;
  left: 2px;
  top: 0;
  width: 8px;
  height: 2px;
  background: #10141D;
}

.ribspread .wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.ribspread .wordmark .name {
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 18px;
  color: #ECEAE2;
}

.ribspread .wordmark .sub {
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #C9C2B4;
  text-transform: uppercase;
  margin-top: 4px;
}

.ribspread .ribslinks {
  display: flex;
  align-items: stretch;
}

.ribspread .ribslinks a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #ECEAE2;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  position: relative;
}

.ribspread .ribslinks a .ribarc {
  display: block;
  width: 100%;
  height: 6px;
  border-top: 2px solid #B9A822;
  border-radius: 60% 60% 0 0;
  margin-bottom: 5px;
}

.ribspread .ribslinks a .tick {
  display: block;
  width: 6px;
  height: 2px;
  background: #C9C2B4;
  margin-top: 5px;
}

.ribspread .ctachip {
  align-self: center;
  margin-left: 18px;
  background: #B9A822;
  color: #10141D;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.driprail {
  position: relative;
  height: 14px;
  background: #10141D;
}

.driprail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: #565A66;
}

.driprail .drop {
  position: absolute;
  width: 7px;
  height: 9px;
  background: #B9A822;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.driprail .drop.d1 { left: 12%; top: 5px; height: 11px; }
.driprail .drop.d2 { left: 26%; top: 3px; }
.driprail .drop.d3 { left: 47%; top: 6px; background: #565A66; }
.driprail .drop.d4 { left: 66%; top: 2px; }
.driprail .drop.d5 { left: 83%; top: 5px; background: #C9C2B4; height: 8px; }
.driprail .drop.d6 { left: 90%; top: 3px; }

.navtoggle {
  display: none;
  background: none;
  border: 1px solid #B9A822;
  color: #ECEAE2;
  font-size: 20px;
  padding: 4px 12px;
  cursor: pointer;
  align-self: center;
}

/* ===== HERO: OPEN CANOPY ===== */
.canopyhall {
  background: #161C26;
}

.canopy {
  position: relative;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.radialfan {
  position: relative;
  width: 720px;
  height: 430px;
}

.fanwedge {
  position: absolute;
  bottom: 0;
  width: 92px;
  height: 340px;
  transform-origin: 50% 100%;
  border-radius: 90px 90px 6px 6px;
  border: 1px solid #ECEAE2;
}

.fanwedge.olive { background: #B9A822; }
.fanwedge.iron { background: #565A66; }
.fanwedge.raintint { background: #2E3A4B; }

.fanwedge.w1 { left: 314px; transform: rotate(-10deg); }
.fanwedge.w2 { left: 314px; transform: rotate(10deg); }
.fanwedge.w3 { left: 260px; transform: rotate(-28deg); }
.fanwedge.w4 { left: 260px; transform: rotate(28deg); }
.fanwedge.w5 { left: 206px; transform: rotate(-46deg); }
.fanwedge.w6 { left: 206px; transform: rotate(46deg); }
.fanwedge.w7 { left: 152px; transform: rotate(-63deg); }
.fanwedge.w8 { left: 152px; transform: rotate(63deg); }

.hubdisc {
  position: absolute;
  left: 50%;
  top: 112px;
  transform: translateX(-50%);
  width: 96px;
  height: 96px;
  background: #10141D;
  border: 3px solid #ECEAE2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #B9A822;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
}

.scalloped {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 26px;
  background: #565A66;
  border-radius: 50% 50% 0 0;
}

.canopyedge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 720px;
}

.canopyedge .sc {
  display: inline-block;
  width: 60px;
  height: 18px;
  background: #161C26;
  border-radius: 0 0 60px 60px;
  margin-right: 0;
}

.canopydrops {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  height: 120px;
  pointer-events: none;
}

.canopydrops .lag {
  position: absolute;
  width: 7px;
  background: #B9A822;
  border-radius: 40% 40% 60% 60% / 50% 50% 90% 90%;
}

.canopydrops .lag.l1 { left: 12%; top: 10px; height: 16px; }
.canopydrops .lag.l2 { left: 30%; top: 30px; height: 20px; }
.canopydrops .lag.l3 { left: 51%; top: 5px; height: 12px; background: #C9C2B4; }
.canopydrops .lag.l4 { left: 62%; top: 40px; height: 24px; background: #565A66; }
.canopydrops .lag.l5 { left: 77%; top: 18px; height: 15px; }
.canopydrops .lag.l6 { left: 45%; top: 60px; height: 11px; }

/* Workbench lower slab */
.bench {
  background: #1F2733;
  border-top: 4px solid #B9A822;
  position: relative;
}

.bench .bcontent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 40px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 30px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #B9A822;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #B9A822;
  display: inline-block;
}

.bench h1 {
  margin: 8px 0 16px;
  font-size: 52px;
  line-height: 1.05;
  color: #ECEAE2;
  letter-spacing: 0.01em;
  font-family: Georgia, Times, serif;
  font-weight: bold;
}

.bench p.lede {
  font-size: 18px;
  color: #ECEAE2;
  max-width: 640px;
  margin: 0 0 26px;
}

.bench .cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btnolive {
  display: inline-block;
  background: #B9A822;
  color: #10141D;
  padding: 13px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px 30px 6px 6px;
  letter-spacing: 0.04em;
}

.btnline {
  display: inline-block;
  background: transparent;
  color: #ECEAE2;
  padding: 12px 23px;
  border: 2px solid #ECEAE2;
  border-radius: 30px 30px 6px 6px;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.bench .props {
  position: relative;
  height: 200px;
}

.props .boltprop {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 70px;
  height: 150px;
  background: #C9C2B4;
  border-radius: 8px 8px 4px 4px;
  transform: rotate(8deg);
}

.props .boltprop::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 24px;
  width: 22px;
  height: 100px;
  background: #B9A822;
  border-radius: 4px;
}

.props .handleprop {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 14px;
  height: 130px;
  background: #565A66;
  border-radius: 6px 6px 20px 20px;
}

.props .handleprop::after {
  content: "";
  position: absolute;
  left: -13px;
  bottom: -2px;
  width: 40px;
  height: 34px;
  border: 8px solid #B9A822;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(60deg);
  border-radius: 0 0 30px 0;
}

.kickstrip {
  background: #565A66;
  border-top: 2px solid #B9A822;
}

.kickstrip .kstats {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.kstats .statnum {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #ECEAE2;
}

.kstats .statlab {
  display: block;
  color: #C9C2B4;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 4px;
}

.kstats .kcell {
  border-right: 1px solid #B9A822;
}

.kstats .kcell:last-child {
  border-right: none;
}

/* ===== SECTION SHELL ===== */
.section {
  background: #161C26;
  padding: 70px 0 40px;
}

.secthead {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.secthead h2 {
  font-size: 40px;
  color: #ECEAE2;
  margin: 6px 0 0;
  letter-spacing: 0.02em;
  font-family: Georgia, Times, serif;
}

.secthead p.tag {
  color: #B9A822;
  margin: 0;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

/* ===== FABRIC BOLT ROWS ===== */
.boltrows {
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 24px;
}

.boltrow {
  background: #1F2733;
  border-top: 1px solid #B9A822;
  padding: 32px 34px 30px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 120px 1fr 92px;
  gap: 26px;
  align-items: center;
  position: relative;
  border-radius: 4px;
}

.boltrow.offset {
  margin-left: 40px;
}

.boltrow .boltno {
  text-align: center;
}

.boltlogoc {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #B9A822;
  color: #10141D;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  transform: rotate(-6deg);
}

.boltrow .behave {
  position: relative;
  margin-bottom: 12px;
}

.boltrow h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
}

.boltrow p {
  margin: 0 0 8px;
  color: #ECEAE2;
}

.boltrow a.details {
  color: #B9A822;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.bolt-row-flap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 74px;
  margin: 0 auto;
}

.bolt-row-flap .bf {
  display: block;
  width: 74px;
  border-radius: 4px;
}

.bolt-row-flap .bf1 { height: 14px; background: #B9A822; }
.bolt-row-flap .bf2 { height: 14px; background: #565A66; margin-left: 8px; }
.bolt-row-flap .bf3 { height: 14px; background: #C9C2B4; margin-left: 16px; }

.tagchip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #ECEAE2;
}

.tagchip .tagline {
  width: 2px;
  height: 20px;
  background: #C9C2B4;
}

.tagchip .tagbox {
  background: #C9C2B4;
  color: #10141D;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.boltrow .opposite {
  text-align: right;
}

.boltrow .opposite .tagchip .tagline {
  height: 4px;
  width: 60px;
}

/* ===== STATEMENT BAND ===== */
.statementband {
  background: #565A66;
  border-top: 2px solid #B9A822;
  border-bottom: 2px solid #B9A822;
}

.statementband .statewrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}

.statementband .hugenum {
  font-size: 86px;
  font-weight: bold;
  color: #B9A822;
  line-height: 1;
  font-family: Georgia, Times, serif;
  letter-spacing: -0.02em;
}

.statementband .hugetxt {
  font-size: 20px;
  color: #ECEAE2;
  margin: 10px 0 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.statementband .statedetail {
  color: #C9C2B4;
  max-width: 720px;
  margin: 6px auto 0;
}

/* ===== STORM-TEST FLOW ===== */
.stormflow {
  background: #10141D;
  border-top: 1px solid #565A66;
  padding: 60px 24px 48px;
}

.stitchline {
  position: relative;
  max-width: 1080px;
  margin: 24px auto 0;
  height: 220px;
}

.stitchpath {
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  height: 3px;
  background: #ECEAE2;
}

.stitchpath::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 0;
  border-top: 3px dashed #ECEAE2;
}

.stations {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 1080px;
  margin: 20px auto 0;
  text-align: center;
}

.station .stname {
  width: 82px;
  height: 82px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #B9A822;
  color: #10141D;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #C9C2B4;
  box-shadow: 0 0 0 3px #B9A822 inset;
  letter-spacing: 0.04em;
  font-size: 14px;
}

.station.final .stname {
  background: #B9A822;
  box-shadow: 0 0 0 3px #565A66 inset;
}

.station .stcap {
  color: #ECEAE2;
  font-size: 15px;
  margin: 0;
  padding: 12px 10px 0;
  border-top: 1px solid #565A66;
}

.flowlegend {
  text-align: center;
  color: #B9A822;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
}

/* Bands flow */
.bandsflow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 24px;
}

/* ===== ACCENT MONSOON STRIP ===== */
.monsoonband {
  background: #B9A822;
  border-top: 4px solid #10141D;
}

.monsoonband .monswrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.monsoonband h2 {
  color: #10141D;
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.02em;
  font-family: Georgia, Times, serif;
}

.monsoonband p {
  color: #1F2733;
  margin: 8px 0 0;
  font-weight: bold;
  font-size: 16px;
}

.monsoonband .monstag {
  display: inline-block;
  background: #10141D;
  color: #B9A822;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-2deg);
  margin-bottom: 12px;
}

.btnslate {
  display: inline-block;
  background: #1F2733;
  color: #ECEAE2;
  padding: 14px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px 30px 6px 6px;
  border: 1px solid #10141D;
}

/* ===== HANDLE RACK FOOTER ===== */
.handlerack {
  background: #161C26;
  position: relative;
}

.handlerack .frail {
  position: relative;
  height: 14px;
  border-top: 3px solid #565A66;
  background: #10141D;
}

.handlerack .frail .hng {
  position: absolute;
  bottom: -54px;
  width: 6px;
  background: #B9A822;
  border-radius: 4px 4px 0 0;
}

.handlerack .frail .hng .hcurl {
  position: absolute;
  left: -9px;
  bottom: -30px;
  width: 12px;
  height: 30px;
  border: 4px solid #B9A822;
  border-left-color: transparent;
  border-top-color: transparent;
  border-radius: 0 0 24px 0;
}

.handlerack .frail .h1 { left: 12%; height: 60px; }
.handlerack .frail .h2 { left: 34%; height: 76px; }
.handlerack .frail .h3 { left: 56%; height: 66px; }
.handlerack .frail .h4 { left: 78%; height: 72px; }

.handlerack .motto {
  text-align: center;
  padding: 30px 24px 10px;
  letter-spacing: 0.32em;
  color: #C9C2B4;
  font-weight: bold;
  text-transform: uppercase;
}

.handlerack .racklink {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 24px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.racklink .rcol h4 {
  margin: 0 0 14px;
  color: #B9A822;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.racklink .rcol a {
  display: block;
  color: #ECEAE2;
  text-decoration: none;
  padding: 4px 0;
  font-size: 15px;
}

.racklink .rcol a:hover {
  color: #B9A822;
}

.baseplate {
  background: #ECEAE2;
  color: #10141D;
  margin-top: 20px;
}

.baseplate .bpwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 24px;
  text-align: center;
  font-size: 15px;
}

.baseplate .bpwrap strong {
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 18px;
  margin-bottom: 6px;
}

.baseplate .copyshare {
  display: block;
  background: #161C26;
  color: #ECEAE2;
  margin-top: 20px;
}

.copy {
  color: #B9A822;
  text-align: center;
  font-size: 13px;
  padding: 8px 24px;
}

p.loadnote {
  color: #C9C2B4;
}

/* ===== REVEAL (noscript safe) ===== */
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

/* Keep normal hide for JS-less users handled in js adding js class to html */
/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .bench .bcontent {
    grid-template-columns: 1fr;
  }
  .bench .props {
    display: none;
  }
  .kickstrip .kstats {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .boltrow {
    grid-template-columns: 1fr;
  }
  .boltrow .boltno, .boltrow .opposite {
    text-align: left;
  }
  .boltrow.offset {
    margin-left: 0;
  }
  .bolt-row-flap {
    margin: 0;
  }
  .racklink {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .ribspread .ribslinks {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #10141D;
    border-bottom: 1px solid #565A66;
    padding: 12px 0;
  }
  .ribspread.open .ribslinks {
    display: flex;
  }
  .ribspread .ribslinks a {
    padding: 12px 20px;
  }
  .ribspread .ribslinks a .ribarc {
    width: 40%;
    margin-bottom: 3px;
  }
  .navtoggle {
    display: inline-flex;
  }
  .bench h1 {
    font-size: 38px;
  }
  .kickstrip .kstats {
    grid-template-columns: 1fr;
  }
  .stations {
    grid-template-columns: 1fr 1fr;
  }
  .canopy {
    height: 300px;
  }
  .radialfan, .canopyedge {
    transform: scale(0.66);
    transform-origin: center bottom;
  }
  .racklink {
    grid-template-columns: 1fr;
  }
}

/* ===== SERVICES PAGE ===== */
.iservices {
  background: #161C26;
  padding: 60px 0 20px;
}

.iservices .svintro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 30px;
  border-bottom: 2px solid #565A66;
}

.iservices .svintro h1 {
  font-size: 46px;
  margin: 8px 0 14px;
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
}

.iservices .svintro p {
  color: #ECEAE2;
  max-width: 820px;
  font-size: 18px;
}

.svrow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.svrow article {
  background: #1F2733;
  border-top: 1px solid #B9A822;
  padding: 34px;
  margin-bottom: 18px;
  border-radius: 4px;
  scroll-margin-top: 120px;
}

.svrow article h2 {
  color: #ECEAE2;
  font-size: 26px;
  font-family: Georgia, Times, serif;
  margin: 0 0 6px;
}

.svrow article h2 .svnum {
  color: #B9A822;
  margin-right: 8px;
}

.svrow article p {
  color: #ECEAE2;
}

.svroom-tagline {
  color: #B9A822;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.proctool {
  background: #10141D;
  border-top: 2px solid #B9A822;
  border-bottom: 2px solid #B9A822;
}

.proctool .ptwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 24px;
}

.proctool h2 {
  color: #ECEAE2;
  font-size: 34px;
  font-family: Georgia, Times, serif;
}

.proctool ol {
  color: #ECEAE2;
  padding-left: 24px;
}

.proctool li {
  margin: 8px 0;
}

.ctaband {
  background: #B9A822;
}

.ctaband .ctwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}

.ctaband h2 {
  color: #10141D;
  font-size: 32px;
  font-family: Georgia, Times, serif;
  margin: 0 0 8px;
}

.ctaband p {
  color: #1F2733;
  font-weight: bold;
  margin: 0 0 18px;
}

/* ===== CONTACT PAGE ===== */
.icontact {
  background: #161C26;
  padding: 60px 0 30px;
}

.icontact .cintro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  border-bottom: 2px solid #565A66;
  padding-bottom: 24px;
}

.icontact .cintro h1 {
  font-size: 46px;
  margin: 8px 0 12px;
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
}

.icontact .cintro p {
  color: #ECEAE2;
  max-width: 800px;
  font-size: 18px;
}

.contactgrid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.cformpanel {
  background: #1F2733;
  border-top: 1px solid #B9A822;
  padding: 30px;
  border-radius: 4px;
}

.cformpanel h2 {
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
  margin: 0 0 6px;
  font-size: 26px;
}

.cformpanel .fnote {
  color: #C9C2B4;
  margin: 0 0 18px;
}

.fieldlabel {
  display: block;
  color: #ECEAE2;
  font-weight: bold;
  margin: 14px 0 6px;
}

.cformpanel input,
.cformpanel textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background: #161C26;
  color: #ECEAE2;
  border: 1px solid #565A66;
  border-radius: 4px;
  font-family: Georgia, Times, serif;
}

.cformpanel textarea {
  min-height: 130px;
  resize: vertical;
}

.cformpanel .cbtn {
  margin-top: 18px;
  background: #B9A822;
  color: #10141D;
  border: none;
  padding: 13px 26px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px 30px 6px 6px;
  cursor: pointer;
}

.cformpanel .formnote {
  margin-top: 14px;
  font-weight: bold;
}

.cformpanel .formnote.error { color: #C24A4A; }
.cformpanel .formnote.ok { color: #B9A822; }

.cinfocol h3 {
  color: #B9A822;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 14px;
  margin: 26px 0 6px;
}

.cinfocol p, .cinfo {
  color: #ECEAE2;
  margin: 4px 0;
}

.cinfocol .addressblock {
  background: #1F2733;
  padding: 16px;
  border-radius: 4px;
}

.hourswrap {
  display: inline-block;
  background: #1F2733;
  border-radius: 4px;
  padding: 14px 18px;
}

.hourswrap .dayrow {
  display: inline-block;
  margin-right: 14px;
  color: #ECEAE2;
}

.cfaq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px 0;
}

.cfaq h2 {
  color: #ECEAE2;
  font-family: Georgia, Times, serif;
  font-size: 30px;
}

.acc-item {
  background: #1F2733;
  border-top: 1px solid #B9A822;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.acc-head {
  background: #1F2733;
  border: none;
  color: #ECEAE2;
  font-size: 18px;
  font-family: Georgia, Times, serif;
  text-align: left;
  padding: 16px 20px;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.acc-panel {
  color: #ECEAE2;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.acc-panel p {
  margin: 12px 0 16px;
  color: #ECEAE2;
}

@media (max-width: 900px) {
  .contactgrid {
    grid-template-columns: 1fr;
  }
}

/* ===== HOMEPAGE HOUSE NOTES ===== */
.housenotes {
  background: #10141D;
  border-top: 2px solid #565A66;
}

.housenotes .hnwrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.housenotes .hcol h3 {
  color: #B9A822;
  font-family: Georgia, Times, serif;
  font-size: 22px;
  margin: 0 0 14px;
}

.housenotes .hcol p {
  color: #ECEAE2;
  margin: 0 0 14px;
}

.housenotes .hcol small {
  color: #C9C2B4;
}

@media (max-width: 900px) {
  .housenotes .hnwrap {
    grid-template-columns: 1fr;
    padding: 40px 24px;
  }
}

.handlerack .frail { z-index: 0; }
.handlerack .motto,
.handlerack .racklink,
.handlerack .baseplate,
.handlerack .copy {
  position: relative;
  z-index: 1;
}
