/* 4101 MAZAL LLC. - pottery wheel room theme
   Palette: WHEEL-SLAB #EFEDE7, PIT-INK #2A2724, RAW-CLAY #A8765A,
   BASALT-BENCH #2E2C2C, BATT-CREAM #FAF8F2, SPLASH-GREY #C9C4BC
   Glaze dots: JADE #7C9885, HONEY #C69A4C, ASH #8E8E9C, BERRY #9C5A66 */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0 0 14px 0;
  color: #2A2724;
}

p {
  margin: 0 0 16px 0;
}

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

a:hover {
  text-decoration: underline;
}

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

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

/* ---------------- WHEEL SPOKE RAIL (header / nav) ---------------- */

.wheelspoke {
  background-color: #2E2C2C;
  position: relative;
  padding: 22px 0 26px 0;
  border-bottom: 6px solid #A8765A;
}

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

.wheelspoke-rim {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  height: 3px;
  background-color: #FAF8F2;
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: 0;
}

.wheelspoke-brand {
  position: relative;
  z-index: 2;
  background-color: #FAF8F2;
  color: #2A2724;
  border: 3px solid #A8765A;
  border-radius: 10px;
  padding: 10px 20px 10px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 0 #A8765A;
}

.wheelspoke-spiral {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #A8765A;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.wheelspoke-spiral::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2A2724;
  border-left-color: transparent;
}

.wheelspoke-links {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wheelspoke-links li {
  margin: 0;
}

.wheelspoke-pad {
  display: inline-block;
  background-color: #A8765A;
  color: #2A2724;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  padding: 9px 18px;
  border-radius: 50px;
  border: 3px solid #FAF8F2;
  box-shadow: 0 3px 0 #2A2724;
}

.wheelspoke-pad:hover {
  background-color: #FAF8F2;
  color: #A8765A;
  text-decoration: none;
}

.wheelspoke-pad.odd {
  margin-top: -12px;
}

.wheelspoke-pad.even {
  margin-top: 14px;
}

.wheelspoke-pad.active {
  background-color: #FAF8F2;
  color: #A8765A;
  border-color: #A8765A;
}

.wheelspoke-toggle {
  display: none;
  position: relative;
  z-index: 3;
  background-color: #A8765A;
  color: #FAF8F2;
  border: 3px solid #FAF8F2;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px;
  cursor: pointer;
}

/* ---------------- THROWING WHEEL HERO ---------------- */

.throwwheel {
  position: relative;
  overflow-x: hidden;
}

.throwwheel-wall {
  background-color: #2E2C2C;
  padding: 58px 0 40px 0;
  text-align: center;
  position: relative;
}

.throwwheel-headline {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.throwwheel-line {
  display: block;
  font-size: 3.1rem;
  font-weight: 800;
  color: #FAF8F2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.throwwheel-line.mid {
  color: #A8765A;
}

.throwwheel-kicker {
  display: inline-block;
  margin-bottom: 22px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #FAF8F2;
  border-top: 2px solid #A8765A;
  border-bottom: 2px solid #A8765A;
  padding: 6px 0;
}

/* the wheel scene */
.throwwheel-scene {
  position: relative;
  height: 300px;
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.throwwheel-wallbase {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 520px;
  height: 34px;
  background-color: #2A2724;
  border-top: 4px solid #FAF8F2;
  border-radius: 6px;
}

.throwwheel-head {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 420px;
  height: 96px;
  background-color: #A8765A;
  border-radius: 50%;
  border: 5px solid #2A2724;
  box-shadow: inset 0 -14px 0 #8F6249, 0 8px 0 #2A2724;
}

.throwwheel-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid #2A2724;
  background-color: #B98566;
}

.throwwheel-column {
  position: absolute;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%);
  width: 96px;
  height: 168px;
  background-color: #A8765A;
  border: 5px solid #2A2724;
  border-radius: 40px 40px 12px 12px;
  box-shadow: inset -10px 0 0 #8F6249;
  z-index: 3;
}

.throwwheel-column::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 46px;
  height: 3px;
  background-color: #2A2724;
  border-radius: 2px;
}

.throwwheel-column::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 84px;
  height: 3px;
  background-color: #2A2724;
  border-radius: 2px;
}

.throwwheel-splash {
  position: absolute;
  bottom: 62px;
  width: 46px;
  height: 12px;
  border-top: 5px solid #C9C4BC;
  border-radius: 50%;
  z-index: 4;
}

.throwwheel-splash.s1 { left: 60px; transform: rotate(-18deg); }
.throwwheel-splash.s2 { left: 130px; transform: rotate(-30deg); }
.throwwheel-splash.s3 { right: 60px; transform: rotate(18deg); }
.throwwheel-splash.s4 { right: 130px; transform: rotate(30deg); }

.throwwheel-shelf {
  position: absolute;
  right: 0;
  top: 10px;
  width: 190px;
  height: 20px;
  background-color: #FAF8F2;
  border: 3px solid #2A2724;
  border-radius: 4px;
}

.throwwheel-tool {
  position: absolute;
  top: -34px;
  background-color: #2A2724;
  border-radius: 3px;
}

.throwwheel-tool.rib {
  left: 18px;
  width: 10px;
  height: 34px;
  transform: rotate(-12deg);
}

.throwwheel-tool.needle {
  left: 74px;
  width: 5px;
  height: 46px;
  top: -46px;
  background-color: #A8765A;
  border: 2px solid #2A2724;
}

.throwwheel-tool.loop {
  right: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 4px solid #2A2724;
  background-color: #C9C4BC;
}

.throwwheel-plinth {
  background-color: #EFEDE7;
  padding: 46px 0 50px 0;
  border-top: 6px solid #C9C4BC;
}

.throwwheel-plinth-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
  text-align: center;
}

.throwwheel-para {
  max-width: 560px;
  color: #2A2724;
  font-size: 1.02rem;
}

.throwwheel-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 0 0 auto;
}

.paperlabel {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 14px 26px;
  border-radius: 6px;
}

.paperlabel.solid {
  background-color: #A8765A;
  color: #FAF8F2;
  border: 3px solid #2A2724;
  box-shadow: 0 4px 0 #2A2724;
}

.paperlabel.solid:hover {
  background-color: #8F6249;
  text-decoration: none;
}

.paperlabel.outline {
  background-color: #FAF8F2;
  color: #2A2724;
  border: 3px solid #2A2724;
  box-shadow: 0 4px 0 #C9C4BC;
}

.paperlabel.outline:hover {
  background-color: #C9C4BC;
  text-decoration: none;
}

.spiral-glyph {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #A8765A;
  margin-right: 7px;
  vertical-align: middle;
}

/* ---------------- DRYING BOARDS ---------------- */

.dryrack {
  background-color: #EFEDE7;
  padding: 62px 0 74px 0;
}

.dryrack-intro {
  max-width: 780px;
  margin: 0 auto 40px auto;
  padding: 0 24px;
  text-align: center;
}

.dryrack-intro h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dryrack-intro p {
  color: #2A2724;
}

.dryrack-shelf {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.dryrack-line {
  height: 8px;
  background-color: #2A2724;
  border-radius: 3px;
  position: relative;
  margin-top: 40px;
}

.dryrack-line::before {
  content: "";
  position: absolute;
  left: 4%;
  bottom: -16px;
  width: 22px;
  height: 16px;
  background-color: #2A2724;
  border-radius: 0 0 4px 4px;
}

.dryrack-line::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -16px;
  width: 22px;
  height: 16px;
  background-color: #2A2724;
  border-radius: 0 0 4px 4px;
}

.bat {
  position: relative;
  background-color: #FAF8F2;
  border: 3px solid #2A2724;
  border-radius: 6px;
  padding: 26px 26px 22px 26px;
  margin-bottom: 0;
  box-shadow: 0 6px 0 #C9C4BC;
}

.bat.w2 { width: 92%; margin-left: 0; }
.bat.w3 { width: 86%; margin-left: 14%; }
.bat.w4 { width: 90%; margin-left: 0; }
.bat.w5 { width: 84%; margin-left: 16%; }
.bat.w6 { width: 94%; margin-left: 0; }
.bat.w7 { width: 88%; margin-left: 12%; }

.bat + .bat {
  margin-top: 22px;
}

.bat-tag {
  position: absolute;
  top: -14px;
  right: 18px;
  background-color: #FAF8F2;
  border: 2px solid #A8765A;
  border-radius: 3px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A8765A;
  padding: 3px 10px;
}

.bat-btag {
  position: absolute;
  top: -14px;
  left: 18px;
  background-color: #2A2724;
  color: #FAF8F2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 3px;
  padding: 3px 9px;
}

.bat-body {
  display: flex;
  align-items: center;
  gap: 26px;
}

.bat-text {
  flex: 1 1 auto;
  min-width: 0;
}

.bat-text h3 {
  font-size: 1.22rem;
  margin-bottom: 8px;
}

.bat-text p {
  margin: 0 0 8px 0;
  font-size: 0.97rem;
}

.bat-link {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bat-pot {
  flex: 0 0 140px;
  height: 140px;
  position: relative;
}

.pot {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  background-color: #A8765A;
  border: 4px solid #2A2724;
}

.pot-bowl {
  width: 110px;
  height: 52px;
  border-radius: 0 0 70px 70px;
}

.pot-cylinder {
  width: 62px;
  height: 100px;
  border-radius: 8px 8px 10px 10px;
}

.pot-plate {
  width: 124px;
  height: 26px;
  border-radius: 50%;
}

.pot-bud {
  width: 40px;
  height: 86px;
  border-radius: 8px 8px 18px 18px;
}

.pot-mug {
  width: 72px;
  height: 82px;
  border-radius: 8px 8px 12px 12px;
}

.pot-mug::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 16px;
  width: 26px;
  height: 40px;
  border: 4px solid #2A2724;
  border-left-color: transparent;
  border-radius: 0 26px 26px 0;
  background-color: transparent;
}

.pot-jar {
  width: 74px;
  height: 74px;
  border-radius: 10px;
}

.pot-jar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  width: 84px;
  height: 16px;
  background-color: #A8765A;
  border: 4px solid #2A2724;
  border-radius: 4px;
}

.pot::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 20%;
  width: 3px;
  height: 60%;
  background-color: #C9C4BC;
  border-radius: 2px;
}

/* ---------------- GLAZE TEST STRIP ---------------- */

.glazestrip {
  background-color: #2E2C2C;
  padding: 26px 0;
  border-top: 5px solid #A8765A;
  border-bottom: 5px solid #A8765A;
}

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

.glazestrip-tiles {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

.glazetile {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 3px solid #FAF8F2;
  position: relative;
}

.glazetile::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 6px;
  height: 60%;
  border-radius: 3px;
  background-color: #EFEDE7;
}

.glazetile.jade { background-color: #7C9885; }
.glazetile.jade::after { background-color: #AFC3B5; }
.glazetile.honey { background-color: #C69A4C; }
.glazetile.honey::after { background-color: #E0C387; }
.glazetile.ash { background-color: #8E8E9C; }
.glazetile.ash::after { background-color: #BCBCC7; }
.glazetile.berry { background-color: #9C5A66; }
.glazetile.berry::after { background-color: #C58F98; }

.glazestrip-note {
  color: #FAF8F2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.98rem;
  margin: 0;
  flex: 1 1 280px;
}

.glazestrip-note strong {
  color: #FAF8F2;
}

/* ---------------- SLAB BASE FOOTER ---------------- */

.slabbase {
  background-color: #2E2C2C;
  position: relative;
  padding-top: 26px;
}

.slabbase-plaster {
  height: 10px;
  background-color: #EFEDE7;
  position: relative;
}

.slabbase-offcut {
  position: absolute;
  top: 6px;
  width: 90px;
  height: 14px;
  background-color: #A8765A;
  border: 3px solid #2A2724;
  border-radius: 3px;
}

.slabbase-offcut.c1 { left: 12%; transform: rotate(-3deg); }
.slabbase-offcut.c2 { right: 14%; transform: rotate(2deg); }

.slabbase-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 30px 24px;
  text-align: center;
}

.slabbase-brandbat {
  display: inline-block;
  background-color: #FAF8F2;
  border: 3px solid #A8765A;
  border-radius: 8px;
  padding: 18px 34px;
  margin-bottom: 22px;
}

.slabbase-brandbat h3 {
  margin: 0 0 6px 0;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: #2A2724;
}

.slabbase-brandbat p {
  margin: 0;
  font-size: 0.92rem;
  color: #2A2724;
  max-width: 460px;
}

.slabbase-chips {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 26px 0;
  padding: 0;
  list-style: none;
}

.slabbase-chip {
  display: inline-block;
  background-color: #A8765A;
  color: #2A2724;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 40px;
  border: 2px solid #FAF8F2;
}

.slabbase-chip:hover {
  background-color: #FAF8F2;
  color: #A8765A;
  text-decoration: none;
}

.slabbase-plinth {
  background-color: #A8765A;
  border-top: 4px solid #2A2724;
  padding: 18px 24px;
  color: #2A2724;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 26px;
  flex-wrap: wrap;
}

.slabbase-plinth a {
  color: #2A2724;
  font-weight: 700;
}

.slabbase-plinth a:hover {
  color: #FAF8F2;
}

.slabbase-glyph {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #2A2724;
  vertical-align: middle;
  margin-right: 5px;
}

/* ---------------- GENERIC PAGE PIECES (services / contact) ---------------- */

.pageband {
  background-color: #2E2C2C;
  padding: 54px 0;
  border-bottom: 6px solid #A8765A;
}

.pageband-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.pageband h1 {
  color: #FAF8F2;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.pageband p {
  color: #FAF8F2;
  font-size: 1.06rem;
  margin: 0;
}

.pagekicker {
  display: inline-block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #A8765A;
  border-top: 2px solid #A8765A;
  border-bottom: 2px solid #A8765A;
  padding: 5px 0;
  margin-bottom: 18px;
}

.contentband {
  background-color: #EFEDE7;
  padding: 56px 0 64px 0;
}

.contentband-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.contentband h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 44px;
}

.contentband h2:first-child {
  margin-top: 0;
}

.contentband h3 {
  font-size: 1.22rem;
  margin-top: 26px;
}

.contentblock {
  background-color: #FAF8F2;
  border: 3px solid #2A2724;
  border-left: 10px solid #A8765A;
  border-radius: 6px;
  padding: 24px 26px;
  margin: 0 0 20px 0;
  box-shadow: 0 5px 0 #C9C4BC;
}

.contentblock h3 {
  margin-top: 0;
}

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

.steprow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
  background-color: #FAF8F2;
  border: 3px solid #2A2724;
  border-radius: 6px;
  padding: 20px 22px;
}

.stepnum {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #A8765A;
  border: 3px solid #2A2724;
  color: #2A2724;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.steptext {
  flex: 1 1 auto;
}

.steptext h3 {
  margin: 0 0 6px 0;
}

.steptext p {
  margin: 0;
}

.calltoaction {
  background-color: #A8765A;
  border: 4px solid #2A2724;
  border-radius: 8px;
  padding: 30px 28px;
  margin-top: 34px;
  color: #2A2724;
  text-align: center;
}

.calltoaction h2 {
  color: #2A2724;
  margin-top: 0;
  text-transform: uppercase;
}

.calltoaction p {
  color: #2A2724;
  max-width: 700px;
  margin: 0 auto 18px auto;
}

.paperlabel.dark {
  background-color: #2A2724;
  color: #FAF8F2;
  border: 3px solid #FAF8F2;
  box-shadow: 0 4px 0 #2A2724;
}

.paperlabel.dark:hover {
  background-color: #FAF8F2;
  color: #2A2724;
  border-color: #2A2724;
  text-decoration: none;
}

.svclist {
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
}

.svclist li {
  position: relative;
  padding: 8px 0 8px 30px;
  border-bottom: 1px solid #C9C4BC;
}

.svclist li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  width: 12px;
  height: 12px;
  background-color: #A8765A;
  border: 2px solid #2A2724;
  border-radius: 50%;
}

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

.contactgrid {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contactcard {
  flex: 1 1 320px;
  background-color: #FAF8F2;
  border: 3px solid #2A2724;
  border-top: 10px solid #A8765A;
  border-radius: 6px;
  padding: 26px;
  box-shadow: 0 5px 0 #C9C4BC;
}

.contactcard h2 {
  margin-top: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.infoblock {
  margin-bottom: 18px;
}

.infoblock span {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #A8765A;
  margin-bottom: 3px;
}

.infoblock strong {
  font-weight: 400;
  color: #2A2724;
}

.formfield {
  margin-bottom: 16px;
}

.formfield label {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #2A2724;
}

.formfield input,
.formfield textarea {
  width: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #2A2724;
  background-color: #EFEDE7;
  border: 3px solid #2A2724;
  border-radius: 5px;
  padding: 11px 13px;
}

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

.formfield input:focus,
.formfield textarea:focus {
  outline: none;
  border-color: #A8765A;
  background-color: #FAF8F2;
}

.formsubmit {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.05em;
  background-color: #A8765A;
  color: #FAF8F2;
  border: 3px solid #2A2724;
  border-radius: 6px;
  padding: 13px 28px;
  cursor: pointer;
  box-shadow: 0 4px 0 #2A2724;
}

.formsubmit:hover {
  background-color: #8F6249;
}

.formnote {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.84rem;
  color: #2A2724;
  margin-top: 14px;
}

.formstatus {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: #2A2724;
  background-color: #FAF8F2;
  border: 3px solid #A8765A;
  border-radius: 5px;
  padding: 10px 14px;
  margin-top: 14px;
}

.hourstable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.hourstable th,
.hourstable td {
  text-align: left;
  padding: 9px 10px;
  border-bottom: 2px solid #C9C4BC;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
}

.hourstable th {
  color: #A8765A;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.faqitem {
  background-color: #EFEDE7;
  border: 3px solid #2A2724;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow-x: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #FAF8F2;
  border: none;
  border-left: 8px solid #A8765A;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #2A2724;
  padding: 14px 18px;
  cursor: pointer;
  display: block;
}

.faqq:hover {
  background-color: #C9C4BC;
}

.faqa {
  padding: 14px 18px;
  font-size: 0.96rem;
  color: #2A2724;
}

.faqa p {
  margin: 0;
}

.faqitem.open .faqq {
  background-color: #A8765A;
  color: #FAF8F2;
}

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

.reveal {
  transform: translateY(22px);
}

.reveal.is-shown {
  transform: translateY(0);
  transition: transform 620ms ease;
}

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

@media (max-width: 860px) {
  .wheelspoke-toggle {
    display: inline-block;
  }

  .wheelspoke-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 14px;
  }

  .wheelspoke-links.open {
    display: flex;
  }

  .wheelspoke-pad.odd,
  .wheelspoke-pad.even {
    margin-top: 0;
  }

  .wheelspoke-pad {
    display: block;
    text-align: center;
    border-radius: 8px;
  }

  .throwwheel-line {
    font-size: 2.1rem;
  }

  .throwwheel-scene {
    height: 260px;
  }

  .throwwheel-head {
    width: 300px;
    height: 76px;
  }

  .throwwheel-column {
    width: 74px;
    height: 132px;
    bottom: 78px;
  }

  .throwwheel-shelf {
    display: none;
  }

  .bat.w2, .bat.w3, .bat.w4, .bat.w5, .bat.w6, .bat.w7 {
    width: 100%;
    margin-left: 0;
  }

  .bat-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .bat-pot {
    align-self: center;
  }

  .throwwheel-plinth-inner {
    flex-direction: column;
  }

  .contactgrid {
    flex-direction: column;
  }

  .slabbase-plinth {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .throwwheel-line {
    font-size: 1.6rem;
  }

  .pageband h1 {
    font-size: 1.9rem;
  }

  .steprow {
    flex-direction: column;
  }
}
