/* ==========================================================================
   GDS ACCOUNTANTS LTD — cast-iron national cash till theme
   Palette:
     --till-charcoal  #26282B  body (painted iron)
     --ledger-dawn    #F1ECDD  text
     --bill-garnet    #7C2F3E  accent (deep red bill ink)
     --drawer-nickel  #8A9296  rails and hairlines
     --ivory-receipt  #F3EDDC  raised receipt face
     --panel-coal     #1C1E20  recessed blocks
     --slate-deck     #3A4044  key decks
   All decorative colors pre-blended to solid hex. No rgba, no opacity.
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #26282B;
  color: #F1ECDD;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}

p {
  margin: 0 0 1.1em 0;
}

a {
  color: #7C2F3E;
}

a:hover {
  color: #F1ECDD;
}

img {
  max-width: 100%;
}

/* --------------------------------------------------------------------------
   Scroll reveal (class based, safe without JS)
   -------------------------------------------------------------------------- */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   Shell
   -------------------------------------------------------------------------- */

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: #7C2F3E;
  color: #F1ECDD;
  padding: 10px 16px;
  z-index: 60;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
}

/* --------------------------------------------------------------------------
   REGISTER KEY TABS — header as a till key deck
   -------------------------------------------------------------------------- */

.tillnav {
  background-color: #1C1E20;
  border-bottom: 4px solid #3A4044;
}

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

.tillnav-brandplate {
  background-color: #3A4044;
  border: 2px solid #8A9296;
  border-radius: 4px;
  padding: 10px 16px;
  position: relative;
  box-shadow: inset 0 0 0 1px #1C1E20;
}

.tillnav-brandplate::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7C2F3E;
  border: 2px solid #F1ECDD;
}

.tillnav-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  color: #F1ECDD;
  text-decoration: none;
  padding-left: 20px;
  display: block;
}

.tillnav-brand:hover {
  color: #F3EDDC;
}

.tillnav-tagline {
  display: block;
  padding-left: 20px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #C9D0D2;
  text-transform: uppercase;
}

.tillnav-keys {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tillnav-key {
  margin: 0;
}

.tillnav-keylink {
  display: block;
  min-width: 96px;
  text-align: center;
  background-color: #F3EDDC;
  color: #1C1E20;
  text-decoration: none;
  border: 2px solid #8A9296;
  border-radius: 6px 6px 10px 10px;
  padding: 12px 14px 10px 14px;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  box-shadow: 0 4px 0 #1C1E20;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.tillnav-keylink:hover {
  background-color: #F1ECDD;
  color: #7C2F3E;
  transform: translateY(1px);
  box-shadow: 0 3px 0 #1C1E20;
}

.tillnav-legend {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  color: #5A6266;
  margin-top: 3px;
  font-weight: normal;
}

.tillnav-key--drop .tillnav-keylink {
  transform: translateY(4px);
  box-shadow: 0 1px 0 #1C1E20;
}

.tillnav-key--drop .tillnav-keylink:hover {
  transform: translateY(5px);
}

.tillnav-key--hot .tillnav-keylink {
  background-color: #7C2F3E;
  color: #F3EDDC;
  border-color: #C9D0D2;
}

.tillnav-key--hot .tillnav-keylink:hover {
  background-color: #7C2F3E;
  color: #F1ECDD;
}

.tillnav-key--hot .tillnav-legend {
  color: #F3EDDC;
}

.tillnav-toggle {
  display: none;
  background-color: #7C2F3E;
  color: #F3EDDC;
  border: 2px solid #8A9296;
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   HERO — OPEN DRAWER SCENE
   -------------------------------------------------------------------------- */

.springtill {
  background-color: #26282B;
  border-bottom: 1px solid #3A4044;
  padding: 54px 0 64px 0;
}

.springtill-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px;
}

.springtill-copy {
  flex: 1 1 500px;
  max-width: 600px;
}

.springtill-kicker {
  display: inline-block;
  background-color: #1C1E20;
  border: 1px solid #8A9296;
  color: #C9D0D2;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-bottom: 20px;
}

.springtill-title {
  font-size: 2.9rem;
  color: #F1ECDD;
  margin: 0 0 22px 0;
}

.springtill-word--accent {
  color: #7C2F3E;
}

.springtill-copy p {
  font-size: 1.04rem;
  color: #E4DECE;
  max-width: 560px;
}

.springtill-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.stampcta {
  display: inline-block;
  text-decoration: none;
  background-color: #7C2F3E;
  color: #F3EDDC;
  border: 2px solid #F3EDDC;
  border-radius: 3px;
  padding: 14px 22px;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  transform: rotate(-1deg);
  box-shadow: 0 3px 0 #1C1E20;
}

.stampcta:hover {
  color: #F1ECDD;
  background-color: #63252F;
}

.stampcta-id {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  color: #F3EDDC;
  font-weight: normal;
  margin-top: 4px;
}

.stampcta--alt {
  background-color: #1C1E20;
  color: #F1ECDD;
  border-color: #8A9296;
  transform: rotate(1deg);
}

.stampcta--alt:hover {
  background-color: #3A4044;
  color: #F1ECDD;
}

.springtill-machine {
  flex: 1 1 380px;
  max-width: 470px;
  position: relative;
}

/* the till cabinet */
.tillbody {
  background-color: #3A4044;
  border: 3px solid #8A9296;
  border-radius: 10px;
  padding: 18px 18px 0 18px;
  position: relative;
  box-shadow: 0 18px 0 #1C1E20;
}

.tillbody-top {
  background-color: #26282B;
  border: 2px solid #1C1E20;
  border-radius: 6px;
  height: 66px;
  position: relative;
  overflow: hidden;
}

/* receipt roll curling out of the top slot */
.tillroll {
  background-color: #F3EDDC;
  width: 116px;
  margin: 0 auto;
  padding: 8px 10px;
  border-radius: 0 0 6px 6px;
  position: relative;
  top: 6px;
  box-shadow: 0 4px 0 #1C1E20;
}

.tillroll-line {
  height: 4px;
  background-color: #8A9296;
  margin: 5px 0;
  border-radius: 2px;
}

.tillroll-line--short {
  width: 58%;
}

.tillroll-total {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  color: #1C1E20;
  letter-spacing: 0.08em;
}

/* stamped totals window */
.tillwindow {
  margin: 16px 0 0 0;
  background-color: #1C1E20;
  border: 2px solid #8A9296;
  border-radius: 4px;
  padding: 10px 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.tillwindow-label {
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  color: #C9D0D2;
  text-transform: uppercase;
}

.tillwindow-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  color: #F3EDDC;
  letter-spacing: 0.08em;
}

/* sloped key deck */
.tilldeck {
  margin: 16px 0 0 0;
  background-color: #26282B;
  border: 2px solid #8A9296;
  border-radius: 8px;
  padding: 16px 12px;
  transform: perspective(500px) rotateX(3deg);
}

.tilldeck-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 0 12px 0;
}

.tilldeck-row:last-child {
  margin-bottom: 0;
}

.tillkey {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: bold;
  border: 3px solid #1C1E20;
  box-shadow: 0 5px 0 #1C1E20;
}

.tillkey--ivory {
  background-color: #F3EDDC;
  color: #1C1E20;
}

.tillkey--garnet {
  background-color: #7C2F3E;
  color: #F3EDDC;
}

/* open cash drawer */
.tilldrawer {
  margin: 18px -18px 0 -18px;
  background-color: #26282B;
  border-top: 3px solid #8A9296;
  border-radius: 0 0 8px 8px;
  padding: 16px 18px 18px 18px;
}

.tillcoins {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.tillcoin {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #8A9296;
  border: 3px solid #1C1E20;
  box-shadow: inset 0 0 0 5px #6E767A;
}

.tillcoin--small {
  width: 32px;
  height: 32px;
}

.tillnotes {
  display: flex;
  gap: 12px;
}

.tillnote {
  flex: 1 1 50%;
  height: 54px;
  background-color: #F3EDDC;
  border: 2px solid #1C1E20;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: #1C1E20;
  text-transform: uppercase;
}

/* standing bill spike */
.tillspike {
  position: absolute;
  right: -14px;
  bottom: 42px;
  width: 78px;
}

.tillspike-base {
  width: 62px;
  height: 16px;
  margin: 0 auto;
  background-color: #1C1E20;
  border: 2px solid #8A9296;
  border-radius: 3px;
}

.tillspike-needle {
  width: 4px;
  height: 118px;
  margin: 0 auto;
  background-color: #8A9296;
  border-radius: 2px;
}

.tillspike-bill {
  background-color: #F3EDDC;
  border: 2px solid #1C1E20;
  border-radius: 2px;
  height: 26px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  color: #1C1E20;
}

.tillspike-bill--tilt-a {
  transform: rotate(-4deg);
}

.tillspike-bill--tilt-b {
  transform: rotate(3deg);
}

.tillspike-bill--tilt-c {
  transform: rotate(-2deg);
}

/* --------------------------------------------------------------------------
   RECEIPT SPIKE ROWS
   -------------------------------------------------------------------------- */

.spikerows {
  background-color: #26282B;
  padding: 56px 0 24px 0;
}

.spikerows-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px auto;
}

.spikerows-head h2 {
  font-size: 2.1rem;
  color: #F1ECDD;
}

.spikerows-head p {
  color: #C9D0D2;
}

.receipt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 34px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 0 #1C1E20;
}

.receipt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background-color: #26282B;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 96% 100%, 92% 40%, 88% 100%, 84% 40%, 80% 100%, 76% 40%, 72% 100%, 68% 40%, 64% 100%, 60% 40%, 56% 100%, 52% 40%, 48% 100%, 44% 40%, 40% 100%, 36% 40%, 32% 100%, 28% 40%, 24% 100%, 20% 40%, 16% 100%, 12% 40%, 8% 100%, 4% 40%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 40%, 96% 100%, 92% 40%, 88% 100%, 84% 40%, 80% 100%, 76% 40%, 72% 100%, 68% 40%, 64% 100%, 60% 40%, 56% 100%, 52% 40%, 48% 100%, 44% 40%, 40% 100%, 36% 40%, 32% 100%, 28% 40%, 24% 100%, 20% 40%, 16% 100%, 12% 40%, 8% 100%, 4% 40%, 0 100%);
  z-index: 2;
}

.receipt-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 12px;
}

.receipt--ivory .receipt-inner {
  background-color: #F3EDDC;
}

.receipt--cream .receipt-inner {
  background-color: #E6DEC8;
}

.receipt--garnet .receipt-inner {
  background-color: #7C2F3E;
}

.receipt-stub {
  flex: 0 0 158px;
  background-color: #1C1E20;
  color: #F1ECDD;
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.receipt-stub-code {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
}

.receipt-stub-seal {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #7C2F3E;
  border: 2px solid #F3EDDC;
  margin-top: 12px;
}

.receipt-body {
  flex: 1 1 480px;
  padding: 26px 26px 22px 26px;
}

.receipt--ivory .receipt-body h3,
.receipt--cream .receipt-body h3 {
  color: #1C1E20;
}

.receipt--garnet .receipt-body h3 {
  color: #F3EDDC;
}

.receipt-body h3 {
  font-size: 1.32rem;
  margin-bottom: 10px;
}

.receipt-body h3 a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #7C2F3E;
}

.receipt--garnet .receipt-body h3 a {
  border-bottom-color: #F3EDDC;
}

.receipt-body p {
  font-size: 0.96rem;
  margin-bottom: 14px;
}

.receipt--ivory .receipt-body p,
.receipt--cream .receipt-body p {
  color: #33383B;
}

.receipt--garnet .receipt-body p {
  color: #F3EDDC;
}

.receipt-readmore {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.receipt--ivory .receipt-readmore,
.receipt--cream .receipt-readmore {
  color: #7C2F3E;
}

.receipt--garnet .receipt-readmore {
  color: #F3EDDC;
}

.receipt-readmore:hover {
  text-decoration: underline;
}

/* ruled progress line */
.receipt-rail {
  height: 6px;
  background-color: #8A9296;
  border-radius: 3px;
  margin-bottom: 16px;
  position: relative;
}

.receipt-rail-fill {
  height: 6px;
  background-color: #7C2F3E;
  border-radius: 3px;
}

.receipt-fill-32 { width: 32%; }
.receipt-fill-47 { width: 47%; }
.receipt-fill-61 { width: 61%; }
.receipt-fill-74 { width: 74%; }
.receipt-fill-86 { width: 86%; }
.receipt-fill-95 { width: 95%; }

.receipt--garnet .receipt-rail {
  background-color: #F3EDDC;
}

.receipt--garnet .receipt-rail-fill {
  background-color: #1C1E20;
}

.receipt-rail-label {
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-top: 6px;
}

.receipt--ivory .receipt-rail-label,
.receipt--cream .receipt-rail-label {
  color: #5A6266;
}

.receipt--garnet .receipt-rail-label {
  color: #F3EDDC;
}

.receipt-totstamp {
  display: inline-block;
  border: 2px solid #7C2F3E;
  color: #7C2F3E;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 2px;
  transform: rotate(-2deg);
  margin-top: 10px;
}

.receipt--garnet .receipt-totstamp {
  border-color: #F3EDDC;
  color: #F3EDDC;
}

/* alternating heights and skews */
.receipt--skew-a {
  transform: rotate(-1deg);
}

.receipt--skew-b {
  transform: rotate(1deg);
}

.receipt--tall .receipt-body {
  padding-bottom: 34px;
}

.receipt--short .receipt-body {
  padding-bottom: 12px;
}

/* --------------------------------------------------------------------------
   FILING SEASON accent strip
   -------------------------------------------------------------------------- */

.filingstrip {
  background-color: #7C2F3E;
  color: #F3EDDC;
  padding: 34px 0;
  border-top: 3px solid #8A9296;
  border-bottom: 3px solid #8A9296;
}

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

.filingstrip-keyglyph {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 8px 8px 12px 12px;
  background-color: #F3EDDC;
  color: #7C2F3E;
  border: 3px solid #1C1E20;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.filingstrip-copy {
  flex: 1 1 400px;
}

.filingstrip-copy h2 {
  font-size: 1.35rem;
  color: #F3EDDC;
  margin-bottom: 6px;
}

.filingstrip-copy p {
  margin: 0;
  color: #F3EDDC;
  font-size: 0.96rem;
}

.filingstrip-rule {
  width: 100%;
  height: 1px;
  background-color: #8A9296;
}

/* --------------------------------------------------------------------------
   Generic content sections (homepage extras)
   -------------------------------------------------------------------------- */

.ledger-intro {
  background-color: #1C1E20;
  padding: 54px 0;
}

.ledger-intro-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.ledger-intro-main {
  flex: 1 1 470px;
}

.ledger-intro-main h2 {
  font-size: 1.9rem;
  color: #F1ECDD;
}

.ledger-intro-main p {
  color: #D8D2C3;
}

.ledger-aside {
  flex: 1 1 300px;
  background-color: #3A4044;
  border: 2px solid #8A9296;
  border-radius: 6px;
  padding: 22px;
}

.ledger-aside h3 {
  color: #F1ECDD;
  font-size: 1.1rem;
}

.ledger-fact {
  border-top: 1px solid #8A9296;
  padding: 12px 0;
}

.ledger-fact:first-of-type {
  border-top: none;
}

.ledger-fact span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9D0D2;
}

.ledger-fact strong {
  display: block;
  font-size: 1rem;
  color: #F3EDDC;
  font-weight: normal;
}

.counterband {
  background-color: #26282B;
  padding: 50px 0;
  border-top: 1px solid #3A4044;
}

.counterband-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.countercard {
  flex: 1 1 220px;
  background-color: #1C1E20;
  border: 2px solid #3A4044;
  border-left: 6px solid #7C2F3E;
  border-radius: 4px;
  padding: 20px;
}

.countercard h3 {
  color: #F1ECDD;
  font-size: 1.02rem;
}

.countercard p {
  color: #C9D0D2;
  font-size: 0.9rem;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Page hero for secondary pages
   -------------------------------------------------------------------------- */

.pagestrip {
  background-color: #1C1E20;
  padding: 46px 0;
  border-bottom: 3px solid #7C2F3E;
}

.pagestrip h1 {
  font-size: 2.3rem;
  color: #F1ECDD;
  margin-bottom: 10px;
}

.pagestrip p {
  color: #C9D0D2;
  max-width: 760px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Services page
   -------------------------------------------------------------------------- */

.serviceblock {
  background-color: #26282B;
  padding: 48px 0;
}

.serviceblock--alt {
  background-color: #1C1E20;
}

.serviceblock h2 {
  font-size: 1.7rem;
  color: #F1ECDD;
}

.serviceblock h2 a {
  color: #F1ECDD;
  text-decoration: none;
  border-bottom: 3px solid #7C2F3E;
}

.serviceblock p {
  color: #D8D2C3;
  max-width: 860px;
}

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

.serviceblock-list li {
  padding: 6px 0 6px 26px;
  position: relative;
  color: #E4DECE;
}

.serviceblock-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #7C2F3E;
  border: 2px solid #8A9296;
}

.processband {
  background-color: #3A4044;
  padding: 48px 0;
}

.processband h2 {
  color: #F1ECDD;
  text-align: center;
  font-size: 1.7rem;
}

.processrail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.processstep {
  flex: 1 1 200px;
  background-color: #1C1E20;
  border: 2px solid #8A9296;
  border-radius: 4px;
  padding: 20px;
}

.processstep-num {
  display: inline-block;
  background-color: #7C2F3E;
  color: #F3EDDC;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.processstep h3 {
  color: #F1ECDD;
  font-size: 1rem;
}

.processstep p {
  color: #C9D0D2;
  font-size: 0.88rem;
  margin: 0;
}

.ctaband {
  background-color: #7C2F3E;
  padding: 46px 0;
  text-align: center;
}

.ctaband h2 {
  color: #F3EDDC;
  font-size: 1.8rem;
}

.ctaband p {
  color: #F3EDDC;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.ctaband .stampcta {
  background-color: #1C1E20;
  border-color: #F3EDDC;
}

.ctaband .stampcta:hover {
  background-color: #3A4044;
  color: #F3EDDC;
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.contactwrap {
  background-color: #26282B;
  padding: 48px 0;
}

.contactgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.contactform-panel {
  flex: 1 1 470px;
  background-color: #1C1E20;
  border: 2px solid #3A4044;
  border-radius: 6px;
  padding: 26px;
}

.contactform-panel h2 {
  color: #F1ECDD;
  font-size: 1.5rem;
}

.formfield {
  margin-bottom: 16px;
}

.formfield label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C9D0D2;
  margin-bottom: 6px;
}

.formfield input,
.formfield textarea {
  width: 100%;
  background-color: #F3EDDC;
  color: #1C1E20;
  border: 2px solid #8A9296;
  border-radius: 4px;
  font-size: 0.95rem;
  font-family: inherit;
  padding: 11px 12px;
}

.formfield input:focus,
.formfield textarea:focus {
  outline: 3px solid #7C2F3E;
}

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

.formsubmit {
  background-color: #7C2F3E;
  color: #F3EDDC;
  border: 2px solid #F3EDDC;
  border-radius: 4px;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  font-weight: bold;
  padding: 14px 24px;
  cursor: pointer;
}

.formsubmit:hover {
  background-color: #63252F;
}

.formnote {
  font-size: 0.82rem;
  color: #C9D0D2;
  margin-top: 14px;
}

.contactinfo-panel {
  flex: 1 1 300px;
}

.contactinfo-card {
  background-color: #3A4044;
  border: 2px solid #8A9296;
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 22px;
}

.contactinfo-card h3 {
  color: #F1ECDD;
  font-size: 1.1rem;
}

.contactinfo-card p {
  color: #E4DECE;
  font-size: 0.94rem;
  margin-bottom: 6px;
}

.contactinfo-card a {
  color: #F3EDDC;
}

.contactinfo-card a:hover {
  color: #7C2F3E;
}

.hoursrow {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8A9296;
  padding: 8px 0;
  font-size: 0.9rem;
  color: #E4DECE;
}

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

.faqwrap {
  background-color: #1C1E20;
  padding: 48px 0;
}

.faqwrap h2 {
  color: #F1ECDD;
  font-size: 1.6rem;
}

.faqitem {
  background-color: #26282B;
  border: 2px solid #3A4044;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #3A4044;
  color: #F1ECDD;
  border: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  padding: 16px 20px;
  cursor: pointer;
}

.faqq:hover {
  background-color: #7C2F3E;
  color: #F3EDDC;
}

.faqa {
  padding: 16px 20px;
  color: #D8D2C3;
  font-size: 0.94rem;
}

.faqa[hidden] {
  display: none;
}

/* --------------------------------------------------------------------------
   FOOTER — CASH DRAWER
   -------------------------------------------------------------------------- */

.trayplate {
  background-color: #1C1E20;
  border-top: 4px solid #3A4044;
  padding: 0 0 26px 0;
}

.trayrail {
  background-color: #8A9296;
  height: 22px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  overflow: hidden;
}

.trayslot {
  width: 34px;
  height: 8px;
  background-color: #1C1E20;
  border-radius: 4px;
}

.traytabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 6px 24px;
}

.traygroup {
  flex: 1 1 200px;
}

.traygroup h3 {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9D0D2;
  margin-bottom: 12px;
}

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

.traygroup li {
  margin-bottom: 8px;
}

.traygroup a {
  color: #F1ECDD;
  text-decoration: none;
  font-size: 0.92rem;
}

.traygroup a:hover {
  color: #7C2F3E;
  text-decoration: underline;
}

.traybrandplate {
  max-width: 1180px;
  margin: 26px auto 0 auto;
  background-color: #3A4044;
  border: 2px solid #8A9296;
  border-radius: 4px;
  padding: 18px 22px;
}

.traybrandplate h3 {
  color: #F1ECDD;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.traybrandplate p {
  color: #D8D2C3;
  font-size: 0.9rem;
  margin: 0;
  max-width: 720px;
}

.traynotes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1180px;
  margin: 22px auto 0 auto;
  padding: 0 24px;
}

.traynote {
  flex: 1 1 300px;
  background-color: #26282B;
  border: 2px solid #8A9296;
  border-radius: 4px;
  padding: 14px 16px;
}

.traynote span {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8A9296;
  margin-bottom: 4px;
}

.traynote strong {
  color: #F1ECDD;
  font-weight: normal;
  font-size: 0.94rem;
  word-break: break-word;
}

.traynote a {
  color: #F1ECDD;
}

.traynote a:hover {
  color: #7C2F3E;
}

.traybase {
  max-width: 1180px;
  margin: 22px auto 0 auto;
  padding: 16px 24px 0 24px;
  border-top: 1px solid #3A4044;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.traybase-copy {
  color: #C9D0D2;
  font-size: 0.84rem;
}

.traybase-glyph {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C9D0D2;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.traybase-glyph i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #7C2F3E;
  border: 2px solid #F1ECDD;
  border-radius: 2px;
}

/* --------------------------------------------------------------------------
   Small utilities
   -------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.inline-link {
  color: #7C2F3E;
  font-weight: bold;
}

.inline-link:hover {
  color: #F1ECDD;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .springtill-title {
    font-size: 2.2rem;
  }
  .tillspike {
    right: 0;
  }
}

@media (max-width: 760px) {
  .tillnav-toggle {
    display: block;
  }
  .tillnav-keys {
    display: none;
    width: 100%;
    justify-content: center;
  }
  .tillnav-keys.is-open {
    display: flex;
  }
  .receipt-stub {
    flex: 1 1 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
  }
  .receipt-stub-seal {
    margin-top: 0;
  }
  .springtill-title {
    font-size: 1.9rem;
  }
  .traybase {
    justify-content: flex-start;
  }
}
