/* KTT Birmingham LLC - vending machine wall theme
   Palette:
   CAB-CHARCOAL  #232529  body background
   GLASS-CREAM   #F1EFE4  primary text
   PUNCH-TEAL    #1F6E74  accent
   COIL-STEEL    #2E3438  machine frames
   FRONT-GLASS   #F7F4EA  lit fronts
   COIN-NICKEL   #77808A  coin hardware / hairlines
   COIN-BRASS    #B39042  coin slot rims + one vend-light dot ONLY
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #232529;
  color: #F1EFE4;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

p {
  margin: 0 0 1.1em 0;
}

a {
  color: #7FC2C7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #F7F4EA;
  text-decoration: underline;
}

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

/* ============ EMBOSS NAV - coin button bar ============ */

.embossnav {
  background-color: #2E3438;
  border-bottom: 3px solid #1F6E74;
  position: relative;
  z-index: 40;
}

.embossnav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 12px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px;
}

.keyplate-brand {
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 6px;
  padding: 10px 18px 10px 14px;
  min-width: 232px;
  box-shadow: inset 0 2px 0 #282C30;
}

.vendlight-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #B39042;
  margin-right: 9px;
  vertical-align: middle;
  box-shadow: 0 0 6px #B39042;
}

.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: bold;
  color: #F7F4EA;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.brand-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #77808A;
  margin-top: 3px;
  margin-left: 20px;
}

.keypad-run {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 6px;
  background-color: #77808A;
  border-radius: 34px;
  padding: 8px 14px;
  box-shadow: inset 0 3px 0 #5C6570, inset 0 -3px 0 #9AA2AB;
}

.keyunit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 0 4px;
}

.keyunit:nth-child(odd) {
  margin-bottom: 12px;
}

.keyunit:nth-child(even) {
  margin-bottom: 2px;
}

.keyround {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #232529;
  border: 3px solid #F7F4EA;
  display: block;
  box-shadow: 0 3px 0 #4A525A;
}

.keylabel {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #F1EFE4;
  text-transform: uppercase;
  white-space: nowrap;
}

a.keyunit:hover .keylabel,
a.keyunit:focus .keylabel {
  color: #FFFFFF;
  text-decoration: none;
}

a.keyunit:hover .keyround,
a.keyunit:focus .keyround {
  border-color: #1F6E74;
  text-decoration: none;
}

.navburger {
  display: none;
  background-color: #1F6E74;
  color: #F7F4EA;
  border: 2px solid #F7F4EA;
  font-size: 14px;
  padding: 9px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.04em;
}

/* ============ HERO - machine face ============ */

.cratestack2 {
  padding: 44px 0 54px 0;
  background-color: #232529;
}

.machineface-hero {
  background-color: #2E3438;
  border: 4px solid #4A525A;
  border-radius: 10px;
  box-shadow: 0 14px 0 #191B1E, 0 20px 34px #14161A;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
}

.glasswindow {
  background-color: #F7F4EA;
  border: 6px solid #77808A;
  border-radius: 6px;
  padding: 26px 26px 30px 26px;
  position: relative;
  box-shadow: inset 0 0 0 3px #D8D3C2;
}

.glass-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: bold;
  color: #232529;
  margin: 0 0 4px 0;
  line-height: 1.05;
}

.glass-headline .midline {
  display: block;
  color: #1F6E74;
}

.glass-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #5C6570;
  margin-bottom: 14px;
}

.shelfrow {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 10px;
  border-bottom: 2px dashed #C4BEA9;
}

.shelfrow:last-of-type {
  border-bottom: none;
}

.coilspiral {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.coilring {
  width: 13px;
  height: 26px;
  border: 2px solid #77808A;
  border-radius: 50%;
  display: block;
}

.productblock {
  width: 34px;
  height: 40px;
  border-radius: 3px;
  display: block;
  flex-shrink: 0;
}

.block-a { background-color: #1F6E74; }
.block-b { background-color: #232529; }
.block-c { background-color: #5C6570; }
.block-d { background-color: #2E3438; }

.nameplate {
  background-color: #232529;
  color: #F7F4EA;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 3px;
  white-space: nowrap;
}

.glassline {
  flex: 1;
  height: 2px;
  background-color: #D8D3C2;
}

.numbershelf {
  font-size: 12px;
  color: #77808A;
  letter-spacing: 0.1em;
}

.glassfooter-note {
  margin-top: 16px;
  font-size: 13px;
  color: #5C6570;
  letter-spacing: 0.02em;
}

/* right keypad column inside the machine */
.keypadcolumn {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.panel-card {
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 5px;
  padding: 12px;
}

.panel-title {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #77808A;
  margin-bottom: 8px;
}

.numberpad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.numpad-key {
  background-color: #2E3438;
  border: 1px solid #77808A;
  border-radius: 4px;
  color: #F1EFE4;
  font-size: 13px;
  text-align: center;
  padding: 7px 0;
}

.card-tap-panel {
  background-color: #1F6E74;
  border: 2px solid #F7F4EA;
  border-radius: 5px;
  padding: 14px 12px;
  text-align: center;
  color: #F7F4EA;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tap-ripple {
  width: 34px;
  height: 34px;
  border: 2px solid #F7F4EA;
  border-radius: 50%;
  margin: 0 auto 8px auto;
}

.coinslot-unit {
  text-align: center;
}

.coinslot-rim {
  width: 70px;
  height: 14px;
  margin: 0 auto;
  background-color: #B39042;
  border-radius: 7px;
  box-shadow: inset 0 2px 0 #8C6F30;
}

.coinslot-mouth {
  width: 54px;
  height: 8px;
  margin: -9px auto 10px auto;
  background-color: #14161A;
  border-radius: 4px;
  position: relative;
  top: 3px;
}

.coinreturn-cup {
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 0 0 22px 22px;
  padding: 14px 10px 18px 10px;
  text-align: center;
  color: #F1EFE4;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* base plinth under the machine */
.machinebase-plinth {
  margin-top: 26px;
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-radius: 8px;
  padding: 26px;
  display: grid;
  grid-template-columns: 250px 220px 1fr;
  gap: 22px;
  align-items: center;
  box-shadow: 0 10px 0 #191B1E;
}

.cta-solid {
  display: block;
  background-color: #1F6E74;
  color: #F7F4EA;
  border: 2px solid #1F6E74;
  border-radius: 5px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}

.cta-solid:hover,
.cta-solid:focus {
  background-color: #F7F4EA;
  color: #1F6E74;
  text-decoration: none;
}

.cta-outline {
  display: block;
  background-color: #232529;
  color: #F7F4EA;
  border: 2px solid #F1EFE4;
  border-radius: 5px;
  padding: 15px 18px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.03em;
}

.cta-outline:hover,
.cta-outline:focus {
  border-color: #1F6E74;
  background-color: #2E3438;
  text-decoration: none;
}

.coil-glyph {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #1F6E74;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

.plinth-text {
  font-size: 15px;
  color: #F1EFE4;
  margin: 0;
}

/* ============ SECTION HEADINGS ============ */

.section-band {
  padding: 58px 0;
}

.band-steel {
  background-color: #2E3438;
  border-top: 3px solid #1F6E74;
  border-bottom: 3px solid #1F6E74;
}

.band-charcoal {
  background-color: #232529;
}

.section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1F6E74;
  margin-bottom: 10px;
}

.band-steel .section-eyebrow {
  color: #7FC2C7;
}

.section-title {
  font-size: 34px;
  margin-bottom: 16px;
}

.section-lede {
  font-size: 17px;
  color: #F1EFE4;
  max-width: 820px;
}

.prose-block {
  max-width: 880px;
}

.prose-block p {
  margin-bottom: 1.15em;
}

/* ============ MACHINE COLUMNS ============ */

.labelruns {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 34px;
}

.machinecolumn {
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-radius: 8px;
  padding: 14px 12px 16px 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 0 #191B1E;
}

.machinecolumn:nth-child(1) { flex: 0 0 16%; }
.machinecolumn:nth-child(2) { flex: 0 0 20%; }
.machinecolumn:nth-child(3) { flex: 0 0 13%; }
.machinecolumn:nth-child(4) { flex: 0 0 16%; }
.machinecolumn:nth-child(5) { flex: 0 0 16%; }
.machinecolumn:nth-child(6) { flex: 0 0 16%; }

.col-glass {
  background-color: #F7F4EA;
  border: 3px solid #77808A;
  border-radius: 5px;
  padding: 12px 10px 14px 10px;
}

.col-glass h3 {
  color: #232529;
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.25;
  min-height: 60px;
}

.col-coil {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
}

.col-coil .coilring {
  width: 10px;
  height: 20px;
  border-color: #5C6570;
}

.col-body {
  font-size: 13px;
  color: #F1EFE4;
  margin: 12px 0 14px 0;
  flex: 1;
}

.col-glyph {
  width: 42px;
  height: 42px;
  border: 2px solid #1F6E74;
  border-radius: 50%;
  margin-bottom: 12px;
  position: relative;
  display: block;
}

/* unique glyph variants drawn only with borders/backgrounds */
.glyph-signal::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid #1F6E74;
  border-radius: 50%;
}
.glyph-signal::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 6px;
  height: 6px;
  background-color: #1F6E74;
  border-radius: 50%;
}

.glyph-route::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 18px;
  height: 22px;
  border: 2px solid #1F6E74;
  border-radius: 50% 50% 50% 50%;
}
.glyph-route::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  width: 8px;
  height: 8px;
  background-color: #1F6E74;
  border-radius: 50%;
}

.glyph-coin::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid #1F6E74;
  border-radius: 50%;
}
.glyph-coin::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #1F6E74;
}

.glyph-tap::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 20px;
  height: 14px;
  border: 2px solid #1F6E74;
  border-radius: 3px;
}
.glyph-tap::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 8px;
  height: 2px;
  background-color: #1F6E74;
}

.glyph-shelf::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 22px;
  height: 2px;
  background-color: #1F6E74;
  box-shadow: 0 7px 0 #1F6E74, 0 14px 0 #1F6E74;
}
.glyph-shelf::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 2px;
  height: 16px;
  background-color: #1F6E74;
}

.glyph-wrench::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 3px solid #1F6E74;
  border-radius: 50%;
}
.glyph-wrench::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 24px;
  width: 4px;
  height: 10px;
  background-color: #1F6E74;
}

.k-tag {
  display: inline-block;
  background-color: #232529;
  color: #77808A;
  border: 1px solid #77808A;
  border-radius: 3px;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  margin-top: 4px;
  align-self: flex-start;
}

/* ============ COIN RETURN STRIP ============ */

.coinreturn-strip {
  background-color: #2E3438;
  border-top: 3px solid #77808A;
  border-bottom: 3px solid #77808A;
  padding: 20px 0;
}

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

.cup-glyph {
  width: 46px;
  height: 30px;
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 0 0 20px 20px;
  position: relative;
  flex-shrink: 0;
}

.cup-glyph::before,
.cup-glyph::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #B39042;
  border-radius: 50%;
  top: 8px;
}

.cup-glyph::before { left: 9px; }
.cup-glyph::after { left: 24px; }

.strip-sentence {
  margin: 0;
  font-size: 16px;
  color: #F1EFE4;
}

/* ============ CONTENT PANELS ============ */

.duo-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 30px;
}

.steel-panel {
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-left: 6px solid #1F6E74;
  border-radius: 6px;
  padding: 22px 24px;
}

.steel-panel h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.steel-panel p {
  font-size: 15px;
  margin-bottom: 0.9em;
}

.steel-panel p:last-child {
  margin-bottom: 0;
}

.quote-line {
  font-size: 18px;
  color: #F7F4EA;
  border-left: 4px solid #B39042;
  padding-left: 16px;
  margin: 26px 0;
  font-family: Georgia, "Times New Roman", serif;
}

/* ============ SERVICES + CONTACT page shared helpers ============ */

.inner-hero {
  background-color: #2E3438;
  border-bottom: 4px solid #1F6E74;
  padding: 46px 0 42px 0;
}

.inner-hero h1 {
  font-size: 40px;
  margin-bottom: 14px;
}

.inner-hero p {
  max-width: 800px;
  color: #F1EFE4;
  margin: 0;
}

.service-detail {
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-radius: 8px;
  padding: 24px 26px;
  margin-bottom: 22px;
  box-shadow: 0 6px 0 #191B1E;
}

.service-detail h2 {
  font-size: 24px;
  color: #F7F4EA;
  margin-bottom: 10px;
}

.service-detail .svc-tag {
  display: inline-block;
  background-color: #1F6E74;
  color: #F7F4EA;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.service-detail p {
  color: #F1EFE4;
  font-size: 15px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.step-card {
  background-color: #232529;
  border: 2px solid #77808A;
  border-top: 5px solid #1F6E74;
  border-radius: 6px;
  padding: 18px;
}

.step-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 14px;
  margin-bottom: 0;
}

.step-num {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #1F6E74;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* ============ CONTACT ============ */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: start;
}

.contact-form-panel {
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 8px 0 #191B1E;
}

.field-row {
  margin-bottom: 16px;
}

.field-row label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #77808A;
  margin-bottom: 6px;
}

.field-row input,
.field-row textarea {
  width: 100%;
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 5px;
  color: #F1EFE4;
  font-size: 15px;
  font-family: inherit;
  padding: 11px 12px;
}

.field-row input:focus,
.field-row textarea:focus {
  outline: none;
  border-color: #1F6E74;
}

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

.form-submit {
  background-color: #1F6E74;
  color: #F7F4EA;
  border: 2px solid #1F6E74;
  border-radius: 5px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.03em;
}

.form-submit:hover,
.form-submit:focus {
  background-color: #F7F4EA;
  color: #1F6E74;
}

.form-status {
  margin-top: 14px;
  font-size: 14px;
  color: #7FC2C7;
}

.info-card {
  background-color: #2E3438;
  border: 3px solid #4A525A;
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 20px;
}

.info-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.info-card p {
  font-size: 15px;
  margin-bottom: 0.7em;
}

.info-key {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1F6E74;
  display: block;
  margin-bottom: 2px;
}

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

.hours-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #4A525A;
  padding: 7px 0;
  font-size: 14px;
}

.hours-list li span:last-child {
  color: #7FC2C7;
}

/* FAQ accordion */
.faq-item {
  background-color: #2E3438;
  border: 2px solid #77808A;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #2E3438;
  color: #F7F4EA;
  border: none;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-question:hover,
.faq-question:focus {
  background-color: #232529;
  outline: none;
}

.faq-mark {
  color: #1F6E74;
  font-size: 20px;
  flex-shrink: 0;
}

.faq-answer {
  padding: 0 18px 16px 18px;
  font-size: 15px;
  color: #F1EFE4;
}

.faq-answer p {
  margin: 0;
}

.faq-closed .faq-answer {
  display: none;
}

/* ============ VEND PLINTH footer ============ */

.labelbin {
  background-color: #232529;
  border-top: 5px solid #2E3438;
  padding-top: 0;
}

.plinth-board {
  background-color: #2E3438;
  border-bottom: 3px solid #4A525A;
  padding: 26px 0 22px 0;
}

.plinth-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.feet-blocks {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.foot-block {
  width: 18px;
  height: 30px;
  background-color: #232529;
  border: 2px solid #4A525A;
  border-radius: 3px;
  display: block;
}

.foot-block.short {
  height: 20px;
}

.plinth-center {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.plinth-center h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.plinth-center p {
  font-size: 14px;
  color: #F1EFE4;
  margin: 0;
}

.plinth-links {
  max-width: 1180px;
  margin: 16px auto 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.plinth-chip {
  background-color: #232529;
  border: 2px solid #77808A;
  border-radius: 5px;
  color: #F1EFE4;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 9px 16px;
}

.plinth-chip:hover,
.plinth-chip:focus {
  background-color: #1F6E74;
  border-color: #1F6E74;
  color: #F7F4EA;
  text-decoration: none;
}

.nickel-strip {
  background-color: #77808A;
  padding: 12px 0;
}

.nickel-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #191B1E;
}

.nickel-inner a {
  color: #14161A;
  text-decoration: underline;
}

.nickel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #B39042;
  display: inline-block;
  margin-right: 6px;
}

/* ============ SCROLL REVEAL ============ */

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

.reveal-el.is-shown {
  opacity: 1;
  transform: none;
}

/* noscript safety: without JS everything shows */
@media (prefers-reduced-motion: reduce) {
  .reveal-el {
    opacity: 1;
    transform: none;
  }
}

/* ============ RESPONSIVE ============ */

@media (max-width: 980px) {
  .machineface-hero {
    grid-template-columns: 1fr;
  }

  .machinebase-plinth {
    grid-template-columns: 1fr;
  }

  .labelruns {
    flex-wrap: wrap;
  }

  .machinecolumn {
    flex: 1 1 45%;
  }

  .duo-panel {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .navburger {
    display: inline-block;
  }

  .keypad-run {
    display: none;
    width: 100%;
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .keypad-run.is-open {
    display: flex;
  }

  .keyunit {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 0;
    padding: 9px 6px;
    border-bottom: 1px solid #5C6570;
    background-color: #232529;
    border-radius: 5px;
  }

  .keyunit:nth-child(odd),
  .keyunit:nth-child(even) {
    margin-bottom: 0;
  }

  .keylabel {
    font-size: 14px;
  }

  .glass-headline {
    font-size: 32px;
  }

  .labelruns {
    flex-direction: column;
  }

  .machinecolumn {
    flex: 1 1 100%;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 27px;
  }

  .inner-hero h1 {
    font-size: 30px;
  }

  .coinreturn-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
