/* ============================================================
   WINWAY INTERNATIONAL GROUP LIMITED
   JEWELER VITRINE theme  -  main stylesheet
   Palette locked: vitrine-night #17141F body, spotlight-cream
   #F2EEE2 text, facet-violet #7B5EA7 accent, velvet-panel
   #201B2C panels, vault-deep #0F0C16 deeper panels,
   gilt-line #C9A24B case frames, pearl-grey #ABA3B5 body text,
   hairline #2C2638 separators. No rgba, no text gradients.
   ============================================================ */

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #F2EEE2;
  background: #17141F;
  overflow-x: hidden;
}

.spotlight-wrap {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* ---------------- CASE FRAME HEADER ---------------- */
.caseframe-header {
  background: #17141F;
  border-bottom: 2px solid #C9A24B;
  padding: 0;
}

.caseframe-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.caseframe-giltline {
  height: 2px;
  background: #C9A24B;
  width: 100%;
}

.caseframe-clasp {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 18px 22px 18px 0;
  border-right: 1px solid #C9A24B;
  margin-right: 20px;
}

.caseframe-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F2EEE2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.caseframe-brand .keyhole {
  width: 16px;
  height: 16px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  background: #C9A24B;
  position: relative;
}

.caseframe-brand .keyhole::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 6px;
  height: 10px;
  margin-left: -3px;
  background: #C9A24B;
  border-radius: 0 0 4px 4px;
}

.caseframe-navi {
  list-style: none;
  margin: 14px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}

.caseframe-nav .caseframe-link {
  position: relative;
  text-decoration: none;
  color: #F2EEE2;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  display: block;
  background: #201B2C;
  border: 1px solid #7B5EA7;
  border-radius: 4px;
  clip-path: polygon(4% 0%, 96% 0%, 100% 30%, 100% 100%, 96% 100%, 4% 100%, 0% 72%, 0% 0%);
}

.caseframe-nav .caseframe-link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 9px;
  height: 14px;
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
  background: #3a2f52;
  pointer-events: none;
}

.caseframe-nav .caseframe-link:hover {
  background: #7B5EA7;
  color: #17141F;
  border-color: #C9A24B;
}

.caseframe-nav button {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #17141F;
  background: #C9A24B;
  border: 1px solid #C9A24B;
  padding: 9px 16px;
  border-radius: 3px;
  cursor: pointer;
}

.caseframe-nav button:hover {
  background: #b38b35;
  border-color: #b38b35;
}

.caseframe-pricehanger {
  margin-left: auto;
  font-size: 13px;
  color: #ABA3B5;
  letter-spacing: 2px;
  border-left: 1px solid #C9A24B;
  padding-left: 16px;
  white-space: nowrap;
}

.caseframe-nav-toggle {
  display: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: 2px;
  color: #17141F;
  background: #C9A24B;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 3px;
}

@media (max-width: 860px) {
  .caseframe-nav-toggle {
    display: block;
    margin-left: auto;
  }
  .caseframe-wrap {
    padding: 12px 16px;
  }
  .caseframe-pricehanger {
    display: none;
  }
}

.caseframe-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 860px) {
  .caseframe-dropmenu {
    display: none;
    width: 100%;
  }
  .caseframe-dropmenu.is-open {
    display: block;
  }
  .caseframe-dropmenu .caseframe-link {
    margin-bottom: 6px;
  }
  .caseframe-clasp {
    border-right: none;
    margin-right: 0;
  }
}

@media (min-width: 861px) {
  .caseframe-dropmenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* ---------------- reusable section / layout base ---------------- */
.gallery-core {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.vitrine-shell {
  width: 100%;
  box-sizing: border-box;
}

/* ---------------- TIERED STEPS HERO ---------------- */
.tieredriser-hero {
  padding: 64px 0 76px;
  position: relative;
}

.tieredriser-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55% 45%;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}

.tieredriser-kicker {
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #C9A24B;
  margin: 0 0 18px;
}

.tieredriser-headline {
  font-size: 52px;
  line-height: 1.08;
  color: #F2EEE2;
  margin: 0 0 22px;
  font-weight: normal;
}

.tieredriser-headline em {
  font-style: normal;
  color: #7B5EA7;
}

.tieredriser-text {
  font-size: 19px;
  line-height: 1.7;
  color: #ABA3B5;
  max-width: 560px;
  margin: 0 0 28px;
}

.tieredriser-cta {
  margin-top: 12px;
}

.tieredriser-cta .velvet-button {
  display: inline-block;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #F2EEE2;
  background: #7B5EA7;
  padding: 14px 30px;
  border-radius: 24px 12px 24px 12px;
  border: 1px solid #C9A24B;
  margin: 0 10px 10px 0;
  box-shadow: inset 0 0 0 3px #201B2C;
}

.tieredriser-cta .velvet-button.is-alt {
  background: #201B2C;
  border-color: #C9A24B;
  color: #F2EEE2;
}

.tieredriser-cta .velvet-button:hover {
  background: #6b4f96;
  border-color: #dab873;
}

/* right side display riser */
.tieredriser-stage {
  position: relative;
  padding: 40px 0 10px;
}

.tieredriser-riser {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.tieredriser-depthbox-wrap {
  position: relative;
}

.tieredriser-piece {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.riser-top-piece {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.riser-mid-piece {
  position: absolute;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 220px;
  text-align: center;
}

.riser-low-piece {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 230px;
  text-align: center;
}

/* gem from polygon shards */
.poly-gem {
  width: 0;
  height: 0;
  position: relative;
}

/* use explicit stacked shard planes via a precomposed set */
.riser-gemscene {
  position: relative;
  width: 200px;
  height: 180px;
  border-bottom: 2px solid #C9A24B;
}

.riser-gemscene .shard-a {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  margin-left: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 80px solid #7B5EA7;
}

.riser-gemscene .shard-b {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 0;
  height: 0;
  margin-left: -46px;
  border-left: 20px solid transparent;
  border-right: 72px solid transparent;
  border-top: 40px solid #6b4f96;
}

.riser-gemscene .shard-c {
  position: absolute;
  left: 50%;
  top: 90px;
  width: 0;
  height: 0;
  margin-left: -16px;
  border-left: 68px solid transparent;
  border-right: 20px solid transparent;
  border-top: 38px solid #8a6bb5;
}

.riser-gemscene .gem-bead {
  position: absolute;
  left: 50%;
  top: 96px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 50%;
  background: #C9A24B;
}

.riser-gemscene .gem-label {
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 3px;
  color: #C9A24B;
  white-space: nowrap;
}

/* ring stand */
.riser-ringscene {
  text-align: center;
}

.riser-ringscene .ring-band {
  display: inline-block;
  width: 110px;
  height: 38px;
  border: 6px solid #C9A24B;
  border-radius: 50% / 55%;
  margin-top: 30px;
}

.riser-ringscene .ring-band sup {
  display: block;
  color: #7B5EA7;
  font-family: serif;
  font-size: 28px;
  line-height: 1;
  margin-top: 4px;
}

.riser-ringscene .ring-stage-label {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 3px;
  color: #ABA3B5;
}

/* velvet cushion with tassel */
.riser-cushionscene {
  position: relative;
}

.riser-cushionscene .tassel-cushion {
  position: relative;
  width: 150px;
  height: 54px;
  background: #7B5EA7;
  border: 2px solid #C9A24B;
  border-radius: 240px 240px 90px 90px;
  margin: 0 auto 18px;
}

.riser-cushionscene .tassel-cushion::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 3px;
  height: 30px;
  margin-left: -1px;
  background: #C9A24B;
}

.riser-cushionscene .tassel-cushion::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background: #C9A24B;
  border-radius: 50% 50% 45% 45%;
}

.riser-cushionscene .cushion-cap {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 130px;
  height: 10px;
  margin-left: -65px;
  background: #201B2C;
  border-radius: 8px;
  border: 1px solid #C9A24B;
}

/* spot lamp cone + loupe on chain */
.riser-lampcone {
  position: absolute;
  top: -20px;
  right: 6%;
  width: 200px;
  height: 240px;
  background: #2c2640;
  -webkit-clip-path: polygon(50% 0%, 12% 100%, 88% 100%);
  clip-path: polygon(50% 0%, 12% 100%, 88% 100%);
  pointer-events: none;
  z-index: 0;
}

.riser-loupe {
  position: absolute;
  bottom: 6px;
  left: 70%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.riser-loupe .loupe-ring {
  width: 34px;
  height: 34px;
  border: 4px solid #C9A24B;
  border-radius: 50%;
}

.riser-loupe .loupe-handle {
  width: 44px;
  height: 4px;
  background: #C9A24B;
  border-radius: 2px;
}

.riser-loupe .loupe-chain {
  width: 70px;
  height: 2px;
  background: #201B2C;
  border-top: 1px dotted #C9A24B;
}

@media (max-width: 900px) {
  .tieredriser-grid {
    grid-template-columns: 1fr;
  }
  .tieredriser-stage {
    padding-top: 56px;
  }
}

/* ---------------- VITRINE CASES SECTION ---------------- */
.vitrines-section {
  padding: 20px 0 90px;
}

.vitrines-headband {
  text-align: center;
  padding: 8px 0 46px;
  border-top: 1px solid #2C2638;
}

.vitrines-eyebrow {
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #C9A24B;
  margin: 0 0 12px;
}

.vitrines-title {
  font-size: 34px;
  color: #F2EEE2;
  margin: 0 0 10px;
  font-weight: normal;
}

.vitrines-lede {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  color: #ABA3B5;
  line-height: 1.7;
}

.case-row-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 22px;
  display: block;
  position: relative;
}

.vitrinecase {
  box-sizing: border-box;
  margin: 22px 0;
  background: #201B2C;
  border: 2px solid #C9A24B;
  outline: 1px solid #C9A24B;
  border-radius: 6px 20px 6px 20px;
  position: relative;
  padding-bottom: 18px;
}

/* staggered horizontal offsets - each case opens its own vitrine bay */
.vitrinecase.slot-a {
  float: left;
  width: 46%;
}

.vitrinecase.slot-b {
  float: right;
  width: 44%;
  margin-top: 40px;
}

.vitrinecase.slot-c {
  float: left;
  width: 42%;
  clear: both;
  margin-left: 8%;
  margin-top: 6px;
}

.vitrinecase.slot-d {
  float: right;
  width: 47%;
  margin-top: 30px;
}

.vitrinecase.slot-e {
  float: left;
  width: 45%;
  clear: both;
  margin-left: 3%;
  margin-top: 10px;
}

.vitrinecase.slot-f {
  float: right;
  width: 43%;
  margin-top: 46px;
}

@media (max-width: 900px) {
  .vitrinecase.slot-a,
  .vitrinecase.slot-b,
  .vitrinecase.slot-c,
  .vitrinecase.slot-d,
  .vitrinecase.slot-e,
  .vitrinecase.slot-f {
    float: none;
    clear: none;
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 40px;
  }
}

.vitrinecase-shine {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60%;
  left: -20%;
  background: #2c2640;
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
  pointer-events: none;
}

.vitrinecase-topmirror {
  height: 6px;
  background: #F2EEE2;
}

.vitrinecase-topplate {
  min-height: 120px;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #2C2638;
}

.vitrinecase-piecezone {
  height: 110px;
  position: relative;
}

.pedestal-poly {
  position: absolute;
  left: 8%;
  bottom: 8px;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 52px solid #7B5EA7;
}

.pedestal-poly::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -18px;
  width: 20px;
  height: 18px;
  background: #ABA3B5;
  border-radius: 2px;
  border-bottom: 3px solid #7B5EA7;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
}

.pedestal-band {
  position: absolute;
  left: 40%;
  bottom: 12px;
  width: 56px;
  height: 34px;
  border: 5px solid #C9A24B;
  border-radius: 50% / 60%;
}

.pedestal-band::after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -12px;
  width: 18px;
  height: 18px;
  background: #8a6bb5;
  border-radius: 50%;
}

.pedestal-cluster {
  position: absolute;
  left: 12%;
  bottom: 14px;
}

.pedestal-cluster span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

.pedestal-cluster span.c1 {
  left: 0;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #C9A24B;
}

.pedestal-cluster span.c2 {
  left: 12px;
  bottom: 6px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #8a6bb5;
}

.pedestal-cluster span.c3 {
  left: 22px;
  bottom: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid #7B5EA7;
}

.pedestal-drop {
  position: absolute;
  right: 8%;
  bottom: 12px;
  width: 18px;
  height: 30px;
  background: #8a6bb5;
  border-radius: 14px 14px 50% 50%;
  border-bottom: 3px solid #C9A24B;
}

.pedestal-drop::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -16px;
  width: 26px;
  height: 3px;
  background: #C9A24B;
}

.pedestal-cabochon {
  position: absolute;
  right: 12%;
  bottom: 20px;
  width: 44px;
  height: 30px;
  background: #7B5EA7;
  border-radius: 50%;
  box-shadow: inset 0 -6px 0 #201B2C;
}

.pedestal-cabochon::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C9A24B;
}

.pedestal-brooch {
  position: absolute;
  left: 55%;
  bottom: 22px;
  width: 74px;
  height: 18px;
  background: #C9A24B;
  border-radius: 3px;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.pedestal-brooch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 34px solid #8a6bb5;
}

.vitrinecase-plate {
  padding: 6px 22px 16px;
}

.vitrinecase-plate .case-letter {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C9A24B;
  margin: 0 0 6px;
}

.vitrinecase-plate .case-title {
  font-size: 22px;
  font-weight: normal;
  color: #F2EEE2;
  margin: 0 0 8px;
}

.vitrinecase-plate .case-blurb {
  font-size: 16px;
  line-height: 1.65;
  color: #ABA3B5;
  margin: 0;
}

.vitrinecase-plate .case-blurb a {
  color: #C9A24B;
  text-decoration: none;
  border-bottom: 1px dotted #C9A24B;
}

.pricetag-string {
  border-top: 1px dashed #C9A24B;
  margin: 14px 22px 4px;
  height: 2px;
  position: relative;
}

.pricetag-string::before {
  content: "";
  position: absolute;
  right: 6px;
  top: -16px;
  width: 14px;
  height: 26px;
  border: 1px solid #C9A24B;
  background: #0F0C16;
  border-radius: 2px;
}

.pricetag-string::after {
  content: "curated";
  position: absolute;
  right: 2px;
  top: -10px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #C9A24B;
  width: 22px;
  text-align: center;
}

/* ---------------- ACCENT STRIP ---------------- */
.seasonhouse-band {
  background: #7B5EA7;
  padding: 40px 0;
  color: #17141F;
}

.seasonhouse-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.seasonhouse-band h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: normal;
  color: #17141F;
  letter-spacing: 1px;
}

.seasonhouse-band p {
  margin: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #17141F;
  line-height: 1.7;
}

.seasonhouse-band p strong {
  color: #17141F;
}

/* ---------------- INTRO / ABOUT COPY BLOCK ---------------- */
.gallery-note {
  padding: 70px 0 30px;
  text-align: center;
}

.gallery-note h2 {
  font-size: 32px;
  color: #F2EEE2;
  font-weight: normal;
  margin: 0 0 16px;
}

.gallery-note p {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: 18px;
  line-height: 1.7;
  color: #ABA3B5;
}

.gallery-note p a {
  color: #C9A24B;
  text-decoration: none;
  border-bottom: 1px dotted #C9A24B;
}

.extendedserve, .silowordband, .processnote {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

/* ---------------- VAULT PLATE FOOTER ---------------- */
.vaultplate-footer {
  background: #0F0C16;
  border-top: 2px solid #7B5EA7;
  padding: 0;
}

.vaultplate-base {
  background: #0F0C16;
}

.vaultplate-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 24px 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
  -webkit-align-items: start;
  align-items: start;
}

.vaultcenter {
  text-align: center;
}

.vault-brand {
  font-size: 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #F2EEE2;
  margin: 0 0 6px;
}

.vault-brand .keyhole {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C9A24B;
  margin-right: 8px;
}

.vault-punchline {
  font-size: 14px;
  line-height: 1.6;
  color: #ABA3B5;
  margin: 0 auto;
  max-width: 320px;
}

.vaultbrand-plate {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #201B2C;
  border: 2px solid #C9A24B;
  margin: 0 auto 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.vaultbrand-plate span {
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
}

.vaultbrand-plate span b {
  display: block;
  color: #C9A24B;
  font-weight: normal;
  letter-spacing: 5px;
  font-size: 15px;
}

.platebolt {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #C9A24B;
}

.vaultplate-groups {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding-top: 10px;
}

.vaultplate-groups .vaultgroup-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9A24B;
  margin: 0 0 2px;
}

.vaultplate-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vaultplate-links li {
  margin: 0 0 6px 0;
}

.vaultplate-links a {
  color: #ABA3B5;
  text-decoration: none;
  font-size: 15px;
}

.vaultplate-links a:hover {
  color: #F2EEE2;
}

@media (max-width: 760px) {
  .vaultplate-wrap {
    grid-template-columns: 1fr;
  }
}

.vaultbase {
  border-top: 1px solid #2C2638;
  margin-top: 0;
}

.vaultbase-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px 26px;
  font-size: 13px;
  color: #ABA3B5;
}

.vaultbase-inner .base-link {
  color: #C9A24B;
  text-decoration: none;
  margin-left: auto;
}

/* scroll reveal - transform-only, no opacity, safe without JS
   body.js-anim added only when the script runs; without it every
   element stays in its fully visible place (noscript fallback) */
body[data-js="anim"] [data-reveal] {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}

body[data-js="anim"] [data-reveal].rv-init {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

body[data-js="anim"] [data-reveal].rv-shown {
  -webkit-transform: none;
  transform: none;
}

/* contact page pieces */
.contactband {
  padding: 46px 0 70px;
}

.contactband-card {
  max-width: 840px;
  margin: 0 auto;
  padding: 34px 34px;
  background: #201B2C;
  border: 2px solid #C9A24B;
  border-radius: 8px 22px 8px 22px;
}

.contactband-field, .legalblock-intro, .processnote, .contactband-single {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

.contactform-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.inpcell {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.inpcell label {
  color: #C9A24B;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.inpcell input,
.inpcell textarea,
.inpcell select {
  padding: 11px 12px;
  background: #0F0C16;
  border: 1px solid #7B5EA7;
  color: #F2EEE2;
  font-size: 16px;
  border-radius: 4px;
  font-family: Georgia, "Times New Roman", serif;
}

.inpcell input:focus,
.inpcell textarea:focus {
  outline: none;
  border-color: #C9A24B;
}

.contactband-submit {
  margin-top: 22px;
  text-align: center;
}

.contactband-submit button {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #17141F;
  background: #C9A24B;
  border: 1px solid #C9A24B;
  padding: 13px 40px;
  border-radius: 4px;
  cursor: pointer;
}

.contactband-submit button:hover {
  background: #b38b35;
}

/* contact details three plates */
.contactplates {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.contactplate {
  text-align: center;
  background: #201B2C;
  border: 1px solid #7B5EA7;
  border-radius: 6px 18px 6px 18px;
  padding: 24px 16px;
}

.contactplate h3 {
  margin: 0 0 10px;
  font-size: 17px;
  color: #F2EEE2;
  letter-spacing: 1px;
}

.contactplate p {
  margin: 0;
  color: #ABA3B5;
  line-height: 1.6;
  font-size: 15px;
}

.contactband-single p a {
  color: #C9A24B;
}

.faqband {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 24px 70px;
}

.faqitem {
  border-bottom: 1px solid #2C2638;
  padding: 18px 0;
}

.faqitem h4 {
  margin: 0 0 6px;
  color: #F2EEE2;
  font-size: 18px;
}

.faqitem p {
  margin: 0;
  color: #ABA3B5;
  line-height: 1.7;
}

.businesshours {
  font-size: 14px;
  color: #ABA3B5;
}

.contactpage-headline, .servicepageheadband h1, .pagehead p {
  letter-spacing: 0;
}

/* generic page hero small */
.pagehead {
  background: #0F0C16;
  border-bottom: 2px solid #C9A24B;
  padding: 46px 0 40px;
  text-align: center;
}

.pagehead h1 {
  font-size: 40px;
  color: #F2EEE2;
  margin: 0 0 12px;
  font-weight: normal;
}

.pagehead p {
  max-width: 700px;
  margin: 0 auto;
  color: #ABA3B5;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 24px;
}

.sectionblock {
  padding: 50px 0;
}

.processnote {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 24px;
}

.processnote ol {
  padding-left: 22px;
}

.processnote li {
  color: #ABA3B5;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* services extended copy */
.servicesiloword, .entrycopy {
  line-height: 1.8;
}

.silowordband, .extendedserve {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.silowordband h2, .extendedserve h2 {
  color: #F2EEE2;
  font-size: 24px;
  font-weight: normal;
  margin: 34px 0 12px;
}

.silowordband p, .extendedserve p {
  color: #ABA3B5;
  font-size: 17px;
  margin: 0 0 16px;
}

.silowordband a, .extendedserve a {
  color: #C9A24B;
}

.case-row-close {
  clear: both;
  height: 0;
  overflow: hidden;
}

.base-spread {
  max-width: 460px;
}

.base-key {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
  align-items: center;
}

/* hidden sr helper */
.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* noscript safe reveal done inline via main.js only */
a { color: #7BA7C9; }
a:visited { color: #7BA7C9; }

.introblock {
  max-width: 820px;
  margin: 10px auto 0;
  padding: 0 24px;
}

.introblock p {
  color: #ABA3B5;
  line-height: 1.75;
}

.faqband h2.vitrines-title {
  margin-bottom: 18px;
}
