/* ============================================================
   HAIR BYYY KAR LLC — salon floor stylesheet
   LIGHT salon-morning theme
   body paper #F5F1EA / ink #2E2A28
   accent rose-chrome #B75E68
   station-deep #2A2724 / mirror-silver #F2F2EE
   oak-counter #C7A87E / steel-fixture #8C9296
   pigments (jars + one card edge only): copper #A85C3E,
   ash #7C7F82, honey #C99855, plum #7E4152
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #F5F1EA;
  color: #2E2A28;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
  margin-top: 0;
  color: #2E2A28;
}

a {
  color: #B75E68;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

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

/* ---------- NAVIGATION : STATION TAG HEAD ---------- */

.stationhead {
  background-color: #2A2724;
  padding: 26px 0 30px;
  border-bottom: 6px solid #C7A87E;
}

.stationhead-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brandplate {
  background-color: #C7A87E;
  color: #2A2724;
  padding: 12px 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 0 #9d8259;
}

.brandglyph {
  width: 26px;
  height: 34px;
  border-radius: 50% 50% 8px 8px;
  background-color: #B75E68;
  border: 2px solid #2A2724;
  flex: 0 0 auto;
}

.brandplate-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brandplate-name {
  font-weight: bold;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
}

.brandplate-sub {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tagrail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stationtag {
  position: relative;
  display: block;
  background-color: #8C9296;
  color: #F2F2EE;
  padding: 10px 14px 10px 12px;
  border-radius: 3px;
  min-width: 116px;
  box-shadow: 0 4px 0 #5f6568;
}

.stationtag a {
  color: #F2F2EE;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
}

.stationtag a:hover {
  color: #F2F2EE;
  text-decoration: underline;
}

.tagdisc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #2A2724;
  color: #C7A87E;
  font-size: 0.74rem;
  flex: 0 0 auto;
}

.stationtag::before,
.stationtag::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2A2724;
}

.stationtag::before { left: 6px; }
.stationtag::after { right: 6px; }

.tagtilt-a { transform: rotate(-0.8deg) translateY(0); }
.tagtilt-b { transform: rotate(0.7deg) translateY(6px); }
.tagtilt-c { transform: rotate(-0.5deg) translateY(2px); }
.tagtilt-d { transform: rotate(0.9deg) translateY(8px); }
.tagtilt-e { transform: rotate(-0.7deg) translateY(4px); }

.navtoggle {
  display: none;
  background-color: #B75E68;
  color: #F2F2EE;
  border: 2px solid #C7A87E;
  border-radius: 4px;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  cursor: pointer;
}

/* ---------- HERO : SALON FLOOR SCENE ---------- */

.mirrorline {
  background-color: #F5F1EA;
  padding: 56px 0 48px;
  border-bottom: 2px solid #C7A87E;
}

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

.floorstage {
  background-color: #2A2724;
  border-radius: 8px;
  padding: 34px 30px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.floorboards {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background-image: linear-gradient(90deg, #C7A87E 0 61px, #bd9d73 61px 63px, #C7A87E 63px 124px, #bd9d73 124px 126px, #C7A87E 126px 187px, #bd9d73 187px 189px, #C7A87E 189px 250px, #bd9d73 250px 252px, #C7A87E 252px 313px, #bd9d73 313px 315px, #C7A87E 315px 376px, #bd9d73 376px 378px, #C7A87E 378px 439px, #bd9d73 439px 441px, #C7A87E 441px 502px, #bd9d73 502px 504px, #C7A87E 504px 565px, #bd9d73 565px 567px, #C7A87E 567px 628px, #bd9d73 628px 630px, #C7A87E 630px 691px, #bd9d73 691px 693px, #C7A87E 693px 754px, #bd9d73 754px 756px, #C7A87E 756px 817px, #bd9d73 817px 819px, #C7A87E 819px 880px, #bd9d73 880px 882px, #C7A87E 882px 943px, #bd9d73 943px 945px, #C7A87E 945px 1006px, #bd9d73 1006px 1008px, #C7A87E 1008px 1069px, #bd9d73 1069px 1071px, #C7A87E 1071px 1132px, #bd9d73 1132px 1134px, #C7A87E 1134px 1195px, #bd9d73 1195px 1197px, #C7A87E 1197px 1258px);
  opacity: 1;
}

.stationmirror {
  position: relative;
  z-index: 2;
  text-align: center;
}

.mirrorframe {
  background-color: #8C9296;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 6px 0 #5f6568;
  position: relative;
}

.mirrorglass {
  background-color: #F2F2EE;
  border-radius: 4px;
  padding: 22px 16px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.mirrorbulbs {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}

.mirrorbulbs span {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #C99855;
  border: 2px solid #8C9296;
}

.bulb-1 { top: 0; left: 0; }
.bulb-2 { top: 0; left: 25%; }
.bulb-3 { top: 0; left: 50%; }
.bulb-4 { top: 0; right: 0; }
.bulb-5 { bottom: 0; left: 0; }
.bulb-6 { bottom: 0; left: 33%; }
.bulb-7 { bottom: 0; right: 33%; }
.bulb-8 { bottom: 0; right: 0; }

.mirrortag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2A2724;
  color: #F2F2EE;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  border-radius: 3px;
  z-index: 4;
}

.headline-mirror {
  font-size: 1.55rem;
  line-height: 1.24;
  margin: 0;
}

.headline-mirror .chromeline {
  color: #B75E68;
}

.countertop {
  background-color: #C7A87E;
  height: 16px;
  border-radius: 3px;
  margin-top: 12px;
  box-shadow: 0 4px 0 #9d8259;
  position: relative;
}

.brush-a, .brush-b {
  position: absolute;
  top: -8px;
  width: 46px;
  height: 9px;
  background-color: #2A2724;
  border-radius: 4px;
}

.brush-a { left: 18px; transform: rotate(-6deg); }
.brush-b { right: 20px; transform: rotate(7deg); }

.baystation {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hoodarm {
  width: 8px;
  height: 92px;
  background-color: #8C9296;
  margin: 0 auto;
  border-radius: 4px;
}

.hooddryer {
  width: 96px;
  height: 74px;
  border-radius: 50% 50% 8px 8px;
  background-color: #B75E68;
  border: 4px solid #2A2724;
  margin: 0 auto;
  position: relative;
}

.hooddryer::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 12px;
  border-radius: 50%;
  background-color: #2A2724;
}

.stoolseat {
  width: 76px;
  height: 16px;
  border-radius: 50%;
  background-color: #C7A87E;
  border: 3px solid #2A2724;
  margin: 40px auto 0;
}

.stoolleg {
  width: 10px;
  height: 40px;
  background-color: #8C9296;
  margin: 0 auto;
  border-radius: 3px;
}

.baytrolley {
  width: 74px;
  height: 30px;
  background-color: #8C9296;
  border-radius: 4px;
  margin: 26px auto 0;
  position: relative;
  box-shadow: 0 4px 0 #5f6568;
}

.baytrolley::before,
.baytrolley::after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2A2724;
}

.baytrolley::before { left: 8px; }
.baytrolley::after { right: 8px; }

.bottle-a, .bottle-b {
  position: absolute;
  top: -26px;
  width: 14px;
  height: 26px;
  border-radius: 3px 3px 2px 2px;
}

.bottle-a { left: 16px; background-color: #7E4152; }
.bottle-b { left: 40px; background-color: #A85C3E; }

.colorbarstation {
  position: relative;
  z-index: 2;
}

.colorshelf {
  background-color: #C7A87E;
  border-radius: 4px;
  padding: 14px 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  box-shadow: 0 5px 0 #9d8259;
}

.pigjar {
  width: 40px;
  text-align: center;
}

.jarbody {
  height: 58px;
  border-radius: 5px 5px 8px 8px;
  border: 2px solid #2A2724;
  position: relative;
}

.jarcopper { background-color: #A85C3E; }
.jarash { background-color: #7C7F82; }
.jarhoney { background-color: #C99855; }
.jarplum { background-color: #7E4152; }

.jarlabel {
  display: block;
  width: 26px;
  height: 14px;
  background-color: #F2F2EE;
  border: 1px solid #2A2724;
  margin: 6px auto 0;
  font-size: 0.5rem;
  line-height: 14px;
  letter-spacing: 0.04em;
}

.foilbox {
  width: 34px;
  height: 24px;
  background-color: #F2F2EE;
  border: 2px solid #8C9296;
  border-radius: 3px;
  margin: 12px auto 0;
}

.floorrunner {
  margin-top: 30px;
  background-color: #F2F2EE;
  border-left: 8px solid #B75E68;
  border-radius: 4px;
  padding: 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
}

.runnertext {
  flex: 1 1 520px;
  margin: 0;
  font-size: 0.98rem;
  color: #2E2A28;
}

.runneractions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.disccta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #B75E68;
  color: #F2F2EE;
  border: 3px solid #2A2724;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  text-align: center;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding: 10px;
}

.disccta:hover {
  background-color: #9d4b55;
  text-decoration: none;
  color: #F2F2EE;
}

.textlink {
  color: #2E2A28;
  border-bottom: 2px solid #C7A87E;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.textlink:hover {
  color: #B75E68;
  text-decoration: none;
}

/* ---------- SECTION SHARED ---------- */

.sectionpad {
  padding: 60px 0;
}

.sectionhead {
  margin-bottom: 34px;
}

.sectionhead h2 {
  font-size: 1.85rem;
  margin-bottom: 8px;
  border-left: 8px solid #B75E68;
  padding-left: 14px;
}

.sectionhead p {
  margin: 0;
  max-width: 760px;
  color: #2E2A28;
}

/* ---------- PRICE MIRROR RAIL ---------- */

.pricerail {
  background-color: #F5F1EA;
  padding: 64px 0 74px;
}

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

.mirrorrail {
  position: relative;
  height: 12px;
  background-color: #8C9296;
  border-radius: 6px;
  margin: 0 0 44px;
  box-shadow: 0 4px 0 #5f6568;
}

.mirrorrail-lower {
  margin-left: 96px;
  margin-top: 40px;
}

.railcards {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.railcards-lower {
  margin-left: 96px;
}

.pricecard {
  position: relative;
  flex: 1 1 300px;
  max-width: 356px;
  background-color: #F2F2EE;
  border: 2px solid #8C9296;
  border-radius: 5px;
  padding: 34px 22px 22px;
  box-shadow: 0 5px 0 #c9c9c3;
}

.tilt-left { transform: rotate(-0.9deg); }
.tilt-right { transform: rotate(0.8deg); }

.priceclip {
  position: absolute;
  top: -14px;
  left: 22px;
  width: 60px;
  height: 14px;
  background-color: #C7A87E;
  border-radius: 3px;
  box-shadow: 0 2px 0 #9d8259;
}

.pricecard h3 {
  font-size: 1.14rem;
  margin-bottom: 10px;
  color: #2E2A28;
}

.pricecard p {
  margin: 0 0 16px;
  font-size: 0.94rem;
}

.pricechip {
  display: inline-block;
  background-color: #B75E68;
  color: #F2F2EE;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 3px;
}

.demandstamp {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 2px solid #B75E68;
  color: #B75E68;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  padding: 3px 8px;
  border-radius: 3px;
  transform: rotate(6deg);
}

.cardpigment {
  border-left: 10px solid #7E4152;
}

/* ---------- APPOINTMENT BOOK STRIP ---------- */

.apptstrip {
  background-color: #2A2724;
  padding: 30px 0;
}

.apptstrip-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.bookpages {
  display: flex;
  flex: 0 0 auto;
  background-color: #F2F2EE;
  border: 3px solid #8C9296;
  border-radius: 5px;
  position: relative;
}

.bookpage {
  width: 132px;
  padding: 14px 12px;
}

.bookpage + .bookpage {
  border-left: 2px solid #C7A87E;
}

.bookrule {
  height: 2px;
  background-color: #d9d5cb;
  margin-bottom: 9px;
}

.bookrule-marked {
  background-color: #B75E68;
  height: 4px;
  position: relative;
}

.apptsentence {
  flex: 1 1 480px;
  color: #F2F2EE;
  margin: 0;
  font-size: 1rem;
}

.apptsentence strong {
  color: #C7A87E;
}

/* ---------- CONTENT BLOCKS ---------- */

.textblock {
  background-color: #F5F1EA;
}

.textblock-alt {
  background-color: #F2F2EE;
  border-top: 4px solid #C7A87E;
  border-bottom: 4px solid #C7A87E;
}

.prose p {
  margin: 0 0 18px;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.factpanel {
  background-color: #2A2724;
  color: #F2F2EE;
  border-radius: 6px;
  padding: 26px;
}

.factpanel h3 {
  color: #C7A87E;
  margin-bottom: 12px;
}

.factpanel ul {
  margin: 0;
  padding-left: 20px;
}

.factpanel li {
  margin-bottom: 9px;
}

.factpanel a {
  color: #F2F2EE;
  border-bottom: 1px solid #B75E68;
}

.servicelinks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.servicelinks li {
  background-color: #F2F2EE;
  border: 2px solid #8C9296;
  border-left: 8px solid #C7A87E;
  border-radius: 4px;
  padding: 16px;
}

.servicelinks a {
  font-weight: bold;
  color: #2E2A28;
}

.servicelinks a:hover {
  color: #B75E68;
}

/* ---------- SERVICE DETAIL (services page) ---------- */

.servicedetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 42px 0;
  border-bottom: 2px solid #C7A87E;
}

.servicedetail:last-child {
  border-bottom: none;
}

.servicedetail-flip .servicedetail-copy {
  order: 2;
}

.servicedetail-copy h2 {
  font-size: 1.5rem;
  border-left: 8px solid #B75E68;
  padding-left: 14px;
  margin-bottom: 12px;
}

.servicedetail-copy p {
  margin: 0 0 16px;
}

.servicedetail-art {
  background-color: #2A2724;
  border-radius: 6px;
  padding: 30px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.artpanel {
  background-color: #F2F2EE;
  border: 3px solid #8C9296;
  border-radius: 5px;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.artpanel h3 {
  color: #2E2A28;
  font-size: 1.1rem;
}

.artpanel p {
  margin: 0;
  font-size: 0.9rem;
}

.artpanel .pricechip {
  margin-top: 14px;
}

.processlist {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
}

.processlist li {
  counter-increment: step;
  position: relative;
  padding: 0 0 22px 62px;
  border-left: 3px solid #C7A87E;
  margin-left: 22px;
}

.processlist li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: -24px;
  top: -4px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #B75E68;
  color: #F2F2EE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  border: 3px solid #2A2724;
}

.processlist li:last-child {
  border-left-color: #F5F1EA;
}

.processlist h3 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}

/* ---------- CONTACT ---------- */

.contactgrid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
}

.contactform {
  background-color: #F2F2EE;
  border: 3px solid #8C9296;
  border-radius: 6px;
  padding: 30px;
}

.fieldrow {
  margin-bottom: 18px;
}

.fieldrow label {
  display: block;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #2E2A28;
}

.fieldrow input,
.fieldrow textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #8C9296;
  border-radius: 4px;
  font-family: Georgia, serif;
  font-size: 0.96rem;
  color: #2E2A28;
  background-color: #F5F1EA;
}

.fieldrow textarea {
  min-height: 140px;
  resize: vertical;
}

.submitbtn {
  background-color: #B75E68;
  color: #F2F2EE;
  border: 3px solid #2A2724;
  border-radius: 30px;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  padding: 13px 34px;
  cursor: pointer;
}

.submitbtn:hover {
  background-color: #9d4b55;
}

.formnote {
  margin-top: 14px;
  font-size: 0.86rem;
}

.contactinfo {
  background-color: #2A2724;
  color: #F2F2EE;
  border-radius: 6px;
  padding: 30px;
}

.contactinfo h3 {
  color: #C7A87E;
  margin-bottom: 12px;
}

.contactinfo p {
  margin: 0 0 14px;
}

.contactinfo a {
  color: #F2F2EE;
  border-bottom: 1px solid #B75E68;
}

.hourslist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.hourslist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8C9296;
  padding: 7px 0;
  font-size: 0.92rem;
}

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

.faqlist li {
  background-color: #F2F2EE;
  border: 2px solid #8C9296;
  border-left: 8px solid #B75E68;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faqtoggle {
  width: 100%;
  text-align: left;
  background-color: #F2F2EE;
  border: none;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #2E2A28;
  padding: 16px 18px;
  cursor: pointer;
}

.faqtoggle:hover {
  background-color: #e8e6df;
}

.faqanswer {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 0.94rem;
}

/* ---------- FOOTER : TOWEL CABINET BASE ---------- */

.towelbase {
  background-color: #2A2724;
  padding-top: 46px;
}

.towelbase-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}

.towelshelves {
  background-color: #2A2724;
  border: 3px solid #8C9296;
  border-radius: 5px;
  padding: 16px;
}

.towelshelf {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  padding: 10px 0;
  border-bottom: 2px solid #8C9296;
}

.towelshelf:last-child {
  border-bottom: none;
}

.towel {
  flex: 1 1 auto;
  background-color: #F2F2EE;
  border-radius: 3px;
}

.towel-a { height: 20px; }
.towel-b { height: 15px; }
.towel-c { height: 24px; }

.dryervent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: 78px;
  margin: 14px auto 0;
}

.dryervent span {
  height: 8px;
  background-color: #8C9296;
  border-radius: 2px;
}

.footerplate {
  background-color: #C7A87E;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}

.footerplate h2 {
  color: #2A2724;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.footerplate p {
  color: #2A2724;
  margin: 0;
  font-size: 0.9rem;
}

.footertags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footertag {
  background-color: #8C9296;
  border-radius: 3px;
  padding: 7px 13px;
}

.footertag a {
  color: #F2F2EE;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footertag a:hover {
  color: #F2F2EE;
  text-decoration: underline;
}

.footerplinth {
  margin-top: 40px;
  background-color: #8C9296;
  padding: 16px 0;
}

.footerplinth-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #2A2724;
  font-size: 0.84rem;
}

.footerplinth-inner a {
  color: #2A2724;
}

.footerplinth-inner a:hover {
  color: #2A2724;
  text-decoration: underline;
}

.plinglyph {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2A2724;
  margin-right: 7px;
  vertical-align: middle;
}

/* ---------- SCROLL REVEAL ---------- */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {
  .floorstage {
    grid-template-columns: 1fr;
  }
  .floorboards {
    display: none;
  }
  .mirrorrail-lower,
  .railcards-lower {
    margin-left: 0;
  }
  .twocol,
  .servicedetail,
  .contactgrid,
  .servicelinks {
    grid-template-columns: 1fr;
  }
  .servicedetail-flip .servicedetail-copy {
    order: 0;
  }
  .towelbase-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tagrail {
    display: none;
    width: 100%;
    flex-direction: column;
  }
  .tagrail.is-open {
    display: flex;
  }
  .stationtag {
    width: 100%;
    transform: none;
  }
  .navtoggle {
    display: block;
  }
  .stationhead-inner {
    align-items: flex-start;
  }
}
