/* ==========================================================================
   ASDFGH Holdings LLC — Typewriter Workshop
   LIGHT theme: bench-paper body, machine-ink accents, key-cream keycaps,
   band-red hairlines only.
   ========================================================================== */

:root {
  --bench-paper: #F0EEE7;
  --machine-ink: #2A2521;
  --key-cream: #F6F1E4;
  --ink-black: #232019;
  --band-red: #A63C30;
  --paper-sheet: #FAF7EF;
  --ink-soft: #4A423A;
  --rule-line: #C9C1B0;
  --deep-base: #1C1815;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #F0EEE7;
  color: #232019;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

a:hover {
  text-decoration: underline;
}

.wrapmax {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --------------------------------------------------------------------------
   NAVIGATION — TYPEBAR BASKET HEADER
   -------------------------------------------------------------------------- */

.typebasket {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #2A2521;
  border-bottom: 0;
}

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

.typebasket::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #A63C30;
}

.brandkey {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #F6F1E4;
  color: #232019;
  border: 2px solid #232019;
  border-radius: 11px;
  padding: 9px 16px 8px 14px;
  box-shadow: 4px 4px 0 #0F0C0A;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 15px;
  line-height: 1.2;
}

.brandkey-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid #232019;
  border-radius: 6px;
  background-color: #2A2521;
  color: #F6F1E4;
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  box-shadow: 2px 2px 0 #0F0C0A;
}

.brandkey:hover {
  text-decoration: none;
  background-color: #FFFDF4;
}

.keybank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.keybank li {
  margin: 0;
}

.keycapnav {
  display: inline-block;
  background-color: #F6F1E4;
  color: #232019;
  border: 2px solid #232019;
  border-radius: 9px;
  padding: 7px 14px 6px 14px;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 #0F0C0A;
}

.keycapnav:hover {
  text-decoration: none;
  background-color: #FFFDF4;
  box-shadow: 1px 1px 0 #0F0C0A;
}

.keybank li:nth-child(odd) .keycapnav {
  position: relative;
  top: -3px;
}

.keybank li:nth-child(even) .keycapnav {
  position: relative;
  top: 3px;
}

.keycapnav.is-current {
  background-color: #A63C30;
  color: #F6F1E4;
  border-color: #F6F1E4;
  box-shadow: 3px 3px 0 #0F0C0A;
}

.navtoggle {
  display: none;
  background-color: #F6F1E4;
  color: #232019;
  border: 2px solid #232019;
  border-radius: 9px;
  padding: 8px 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 3px 3px 0 #0F0C0A;
  cursor: pointer;
}

.navtoggle:hover {
  background-color: #FFFDF4;
}

/* --------------------------------------------------------------------------
   HERO — CARRIAGE PLOT HERO
   -------------------------------------------------------------------------- */

.carriageplot {
  background-color: #F0EEE7;
  border-bottom: 1px solid #C9C1B0;
  padding: 58px 0 62px 0;
}

.carriageplot-grid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 46px;
  align-items: center;
}

.carriageplot-kicker {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A63C30;
  margin: 0 0 16px 0;
  display: inline-block;
  border-bottom: 2px solid #A63C30;
  padding-bottom: 5px;
}

.carriageplot h1 {
  font-size: 52px;
  line-height: 1.08;
  margin: 0 0 20px 0;
  color: #232019;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.carriageplot h1 .redword {
  color: #A63C30;
}

.carriageplot-lead {
  font-size: 17.5px;
  color: #3A332C;
  margin: 0 0 26px 0;
  max-width: 560px;
}

.carriageplot-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.keybtn {
  display: inline-block;
  background-color: #F6F1E4;
  color: #232019;
  border: 2px solid #232019;
  border-radius: 10px;
  padding: 13px 24px 12px 24px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 #2A2521;
}

.keybtn:hover {
  text-decoration: none;
  box-shadow: 2px 2px 0 #2A2521;
  background-color: #FFFDF4;
}

.keybtn-dark {
  background-color: #2A2521;
  color: #F6F1E4;
  border-color: #2A2521;
  box-shadow: 5px 5px 0 #A63C30;
}

.keybtn-dark:hover {
  background-color: #3A332C;
  box-shadow: 2px 2px 0 #A63C30;
}

/* --------------------------------------------------------------------------
   CARRIAGE SCENE (pure CSS)
   -------------------------------------------------------------------------- */

.carriage-stage {
  position: relative;
  background-color: #E5E1D6;
  border: 2px solid #232019;
  border-radius: 6px;
  padding: 40px 26px 54px 26px;
  box-shadow: 8px 8px 0 #C9C1B0;
  overflow: hidden;
  min-height: 380px;
}

.spool {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #A63C30;
  border: 3px solid #2A2521;
  top: 34px;
  z-index: 1;
}

.spool::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background-color: #F6F1E4;
  border: 2px solid #2A2521;
}

.spool-left {
  left: 24px;
}

.spool-right {
  right: 24px;
}

.paper-sheet {
  position: relative;
  z-index: 3;
  background-color: #FAF7EF;
  border: 1px solid #C9C1B0;
  border-bottom: 0;
  margin: 34px 40px 0 40px;
  padding: 26px 22px 40px 22px;
  box-shadow: 0 0 0 1px #FAF7EF;
}

.sheet-strike {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  color: #232019;
  letter-spacing: 0.05em;
  margin: 0 0 12px 0;
  white-space: nowrap;
  overflow: hidden;
}

.sheet-strike-sm {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  color: #4A423A;
  letter-spacing: 0.04em;
  margin: 0;
}

.bell-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #A63C30;
  margin-left: 8px;
  vertical-align: middle;
}

.platen-roller {
  position: relative;
  z-index: 4;
  height: 46px;
  margin: 0 6px;
  border-radius: 23px;
  background-color: #2A2521;
  border: 2px solid #1C1815;
}

.platen-knob {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border-radius: 50%;
  background-color: #F6F1E4;
  border: 3px solid #232019;
}

.platen-knob::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  background-color: #2A2521;
}

.platen-knob-left {
  left: -22px;
}

.platen-knob-right {
  right: -22px;
}

.carriage-rail {
  position: relative;
  z-index: 2;
  height: 5px;
  margin: 26px 0 0 0;
  background-color: #232019;
  border-radius: 3px;
}

.typeguide {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 62px;
  width: 34px;
  height: 30px;
  margin-left: -17px;
  background-color: #2A2521;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.return-lever {
  position: absolute;
  z-index: 6;
  left: -30px;
  top: 24px;
  width: 96px;
  height: 96px;
  border: 4px solid #232019;
  border-radius: 50%;
  border-right-color: #E5E1D6;
  transform: rotate(35deg);
}

/* --------------------------------------------------------------------------
   SECTION BASICS
   -------------------------------------------------------------------------- */

.band {
  padding: 66px 0;
}

.band-cream {
  background-color: #FAF7EF;
  border-top: 1px solid #C9C1B0;
  border-bottom: 1px solid #C9C1B0;
}

.band-paper {
  background-color: #F0EEE7;
}

.band-ink {
  background-color: #2A2521;
  color: #F6F1E4;
}

.section-head {
  margin: 0 0 34px 0;
}

.section-head h2 {
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 12px 0;
  color: #232019;
  letter-spacing: -0.005em;
}

.section-head-ink h2 {
  color: #F6F1E4;
}

.section-head p {
  margin: 0;
  font-size: 17px;
  color: #3A332C;
  max-width: 720px;
}

.section-head-ink p {
  color: #E8E1D2;
}

.eyebrow {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A63C30;
  margin: 0 0 10px 0;
}

/* --------------------------------------------------------------------------
   SIX STRUCK LINES
   -------------------------------------------------------------------------- */

.strucklines {
  background-color: #FAF7EF;
  border-top: 1px solid #C9C1B0;
  border-bottom: 1px solid #C9C1B0;
  padding: 66px 0 70px 0;
}

.struck-sheet {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.struck-line {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #C9C1B0;
  padding: 26px 0 22px 0;
}

.struck-line h3 {
  font-size: 22px;
  margin: 0 0 8px 0;
  color: #232019;
}

.struck-line p {
  margin: 0;
  color: #3A332C;
  font-size: 16.5px;
}

.struck-line p a {
  color: #A63C30;
  font-weight: 700;
}

.line-tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #F6F1E4;
  border: 2px solid #232019;
  border-radius: 9px;
  box-shadow: 3px 3px 0 #2A2521;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 14px;
  color: #232019;
  margin-top: 2px;
}

.line-rule {
  display: block;
  width: 62px;
  height: 3px;
  background-color: #A63C30;
  margin: 0 0 12px 0;
}

.line-body {
  min-width: 0;
}

.struck-line.sl-1 {
  padding-left: 0;
  padding-right: 60px;
}

.struck-line.sl-2 {
  padding-left: 44px;
  padding-right: 0;
}

.struck-line.sl-3 {
  padding-left: 14px;
  padding-right: 90px;
}

.struck-line.sl-4 {
  padding-left: 56px;
  padding-right: 20px;
}

.struck-line.sl-5 {
  padding-left: 26px;
  padding-right: 110px;
}

.struck-line.sl-6 {
  padding-left: 40px;
  padding-right: 8px;
}

.tiny-tab {
  display: inline-block;
  background-color: #A63C30;
  color: #F6F1E4;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 8px 2px 8px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}

.carriage-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 0 8px 0;
  color: #A63C30;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.divider-arc {
  display: inline-block;
  width: 34px;
  height: 20px;
  border: 3px solid #A63C30;
  border-bottom-color: #FAF7EF;
  border-left-color: #FAF7EF;
  border-radius: 50%;
  transform: rotate(45deg);
}

/* --------------------------------------------------------------------------
   TYPING BAND
   -------------------------------------------------------------------------- */

.typingband {
  position: relative;
  background-color: #2A2521;
  color: #F6F1E4;
  padding: 32px 0 30px 0;
  overflow: hidden;
}

.typingband::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: #A63C30;
}

.typingband-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.typingband-inner p {
  margin: 0;
  color: #F6F1E4;
  font-size: 19px;
  font-weight: 600;
  max-width: 860px;
}

.typingband .bell-dot {
  background-color: #F6F1E4;
}

.bell-seam {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #F6F1E4;
}

/* --------------------------------------------------------------------------
   GENERIC CONTENT BLOCKS (secondary pages)
   -------------------------------------------------------------------------- */

.prose-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: start;
}

.prose-grid h2 {
  font-size: 32px;
  margin: 0 0 14px 0;
  color: #232019;
}

.prose-grid h3 {
  font-size: 21px;
  margin: 24px 0 8px 0;
  color: #232019;
}

.prose-grid p {
  margin: 0 0 14px 0;
  color: #3A332C;
}

.note-card {
  background-color: #FAF7EF;
  border: 2px solid #232019;
  border-radius: 6px;
  box-shadow: 6px 6px 0 #C9C1B0;
  padding: 24px 22px;
}

.note-card h3 {
  margin-top: 0;
  font-size: 18px;
}

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

.note-card li {
  margin-bottom: 9px;
  color: #3A332C;
}

.feature-line {
  border-left: 4px solid #A63C30;
  padding-left: 18px;
  margin: 24px 0;
  color: #3A332C;
}

.split-rows {
  display: grid;
  gap: 22px;
}

.row-panel {
  background-color: #FAF7EF;
  border: 1px solid #C9C1B0;
  border-left: 6px solid #2A2521;
  padding: 22px 24px;
}

.row-panel h3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #232019;
}

.row-panel p {
  margin: 0 0 10px 0;
  color: #3A332C;
}

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

.process-line li {
  position: relative;
  padding: 0 0 20px 56px;
  margin: 0;
}

.process-line li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F1E4;
  border: 2px solid #232019;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #2A2521;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  color: #232019;
}

.process-line h3 {
  margin: 0 0 6px 0;
  font-size: 19px;
  color: #232019;
}

.process-line p {
  margin: 0;
  color: #3A332C;
}

.cta-band {
  background-color: #2A2521;
  color: #F6F1E4;
  padding: 54px 0;
  border-top: 4px solid #A63C30;
}

.cta-band-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cta-band h2 {
  margin: 0 0 8px 0;
  font-size: 30px;
  color: #F6F1E4;
}

.cta-band p {
  margin: 0;
  color: #E8E1D2;
  max-width: 620px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.contact-form {
  background-color: #FAF7EF;
  border: 2px solid #232019;
  border-radius: 6px;
  box-shadow: 6px 6px 0 #C9C1B0;
  padding: 26px 24px;
}

.contact-form h2 {
  margin: 0 0 16px 0;
  font-size: 26px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2A2521;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #232019;
  border-radius: 4px;
  padding: 10px 12px;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 16px;
  color: #232019;
}

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

.field input:focus,
.field textarea:focus {
  outline: 3px solid #A63C30;
  outline-offset: 1px;
}

.form-note {
  font-size: 13.5px;
  color: #4A423A;
  margin: 12px 0 0 0;
}

.form-status {
  margin: 14px 0 0 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  color: #232019;
  min-height: 20px;
}

.contact-detail {
  background-color: #2A2521;
  color: #F6F1E4;
  border-radius: 6px;
  padding: 26px 24px;
  box-shadow: 6px 6px 0 #C9C1B0;
}

.contact-detail h2 {
  margin: 0 0 16px 0;
  font-size: 26px;
  color: #F6F1E4;
}

.detail-row {
  padding: 12px 0;
  border-bottom: 1px solid #4A423A;
}

.detail-row:last-child {
  border-bottom: 0;
}

.detail-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E0A99F;
  margin: 0 0 4px 0;
}

.detail-value {
  margin: 0;
  color: #F6F1E4;
  font-size: 16.5px;
}

.detail-value a {
  color: #F6F1E4;
  text-decoration: underline;
}

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

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px dashed #4A423A;
  color: #F6F1E4;
}

.hours-list li:last-child {
  border-bottom: 0;
}

.hours-list span:first-child {
  color: #E8E1D2;
}

.faq-block {
  display: grid;
  gap: 18px;
}

.faq-item {
  background-color: #FAF7EF;
  border: 1px solid #C9C1B0;
  border-left: 6px solid #A63C30;
  padding: 20px 22px;
}

.faq-item h3 {
  margin: 0 0 8px 0;
  font-size: 19px;
  color: #232019;
}

.faq-item p {
  margin: 0;
  color: #3A332C;
}

/* --------------------------------------------------------------------------
   FOOTER — TREADLE BASE FOOTER
   -------------------------------------------------------------------------- */

.treadlebase {
  position: relative;
  background-color: #2A2521;
  color: #F6F1E4;
  margin-top: 0;
}

.platen-silhouette {
  position: relative;
  height: 26px;
  margin: 0 20px;
  border-radius: 13px;
  background-color: #1C1815;
  transform: translateY(-13px);
}

.silhouette-knob {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border-radius: 50%;
  background-color: #F6F1E4;
  border: 3px solid #232019;
}

.silhouette-knob::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background-color: #2A2521;
}

.silhouette-knob-left {
  left: -14px;
}

.silhouette-knob-right {
  right: -14px;
}

.treadle-main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 26px 24px 30px 24px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.6fr;
  gap: 34px;
  align-items: start;
}

.treadle-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.spool-glyph {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #A63C30;
  border: 3px solid #F6F1E4;
}

.spool-glyph::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background-color: #F6F1E4;
}

.treadle-brand h2 {
  margin: 0 0 6px 0;
  font-size: 20px;
  color: #F6F1E4;
}

.treadle-brand p {
  margin: 0;
  color: #E8E1D2;
  font-size: 15px;
  max-width: 380px;
}

.treadle-col h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E0A99F;
  margin: 4px 0 12px 0;
}

.footkeylist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footkey {
  display: inline-block;
  background-color: #F6F1E4;
  color: #232019;
  border: 2px solid #232019;
  border-radius: 8px;
  padding: 6px 12px 5px 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 3px 3px 0 #0F0C0A;
}

.footkey:hover {
  text-decoration: none;
  background-color: #FFFDF4;
}

.treadle-col-wide {
  min-width: 0;
}

.treadle-base-strip {
  border-top: 2px solid #A63C30;
  background-color: #1C1815;
  padding: 18px 0;
}

.treadle-base-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #E8E1D2;
}

.treadle-base-inner a {
  color: #F6F1E4;
  text-decoration: underline;
}

.base-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}

.base-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A63C30;
}

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

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

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

.no-js .reveal,
html.no-js .reveal {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 980px) {
  .carriageplot-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .carriageplot h1 {
    font-size: 42px;
  }

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

  .treadle-main {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .keybank {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
  }

  .keybank.is-open {
    display: flex;
  }

  .keybank li:nth-child(odd) .keycapnav,
  .keybank li:nth-child(even) .keycapnav {
    top: 0;
  }

  .carriageplot h1 {
    font-size: 34px;
  }

  .struck-line.sl-1,
  .struck-line.sl-2,
  .struck-line.sl-3,
  .struck-line.sl-4,
  .struck-line.sl-5,
  .struck-line.sl-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .treadle-main {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .cta-band h2 {
    font-size: 25px;
  }
}
