/* Candy Clouds LLC - small-batch salt water taffy kitchen
   Palette: marble bench, cacao ink, sea-salt blue, taffy rose, wrap cream */

:root {
  --marble-bench: #F1EEE6;
  --cacao-ink: #322A24;
  --sea-salt-blue: #4E7D96;
  --taffy-rose: #C97782;
  --wrap-cream: #F9F4E4;
  --slab-charcoal: #1E1E1C;
  --sugar-dust: #E2DCCB;
  --butter-cream: #E4C36A;
  --deep-cream: #EFE8D6;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F1EEE6;
  color: #322A24;
  overflow-x: hidden;
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.18;
  margin-top: 0;
}

p {
  margin-top: 0;
}

a {
  color: #4E7D96;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #322A24;
}

img {
  max-width: 100%;
}

/* ============ SCROLL REVEAL ============ */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

/* ============ WRAPPER BAND NAV ============ */
.pullnav {
  background-color: #1E1E1C;
  padding: 0;
  border-bottom: 6px solid #4E7D96;
}

.pullnav-brandrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 26px;
  max-width: 1180px;
  margin: 0 auto;
}

.pullnav-plate {
  background-color: #F9F4E4;
  color: #322A24;
  border: 2px solid #322A24;
  border-radius: 4px;
  padding: 10px 20px 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 4px 4px 0 #0F0F0E;
}

.pullnav-seal {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #4E7D96;
  border: 3px solid #322A24;
  display: inline-block;
  flex: 0 0 auto;
}

.pullnav-wordmark {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #322A24;
  letter-spacing: 0.02em;
}

.pullnav-tagline {
  color: #E2DCCB;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.pullnav-toggle {
  display: none;
  background-color: #F9F4E4;
  color: #322A24;
  border: 2px solid #F9F4E4;
  border-radius: 4px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 16px;
  cursor: pointer;
}

.pullnav-bands {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 12px 16px;
}

.pullnav-band {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 3px;
  padding: 9px 14px;
  margin: 4px 5px;
  text-decoration: none;
  color: #322A24;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.95rem;
  box-shadow: 3px 3px 0 #0F0F0E;
}

.pullnav-band:hover,
.pullnav-band:focus {
  background-color: #EFE8D6;
  color: #322A24;
}

.pullnav-code {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #4E7D96;
}

.pullnav-label {
  font-weight: bold;
}

.pullnav-stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  border-radius: 2px 0 0 2px;
}

.pullnav-stripe-blue {
  background-color: #4E7D96;
}

.pullnav-stripe-rose {
  background-color: #C97782;
}

.pullnav-stripe-butter {
  background-color: #E4C36A;
}

/* twisted wrapper ends */
.pullnav-twist {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #322A24;
  border-radius: 2px;
}

.pullnav-twist-left {
  left: -6px;
  top: 6px;
  transform: rotate(24deg);
  background-color: #E2DCCB;
}

.pullnav-twist-right {
  right: -6px;
  bottom: 6px;
  transform: rotate(-24deg);
  background-color: #E2DCCB;
}

.pullnav-band-a {
  transform: rotate(-1deg);
}

.pullnav-band-b {
  transform: rotate(1deg);
}

.pullnav-band-c {
  transform: rotate(-0.6deg);
}

/* ============ HERO: PULL BENCH SCENE ============ */
.pullbench {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 26px 40px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 38px;
  align-items: start;
}

.pullbench-copy {
  padding-top: 8px;
}

.pullbench-kicker {
  display: inline-block;
  background-color: #1E1E1C;
  color: #F9F4E4;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.pullbench-title {
  font-size: 3rem;
  color: #322A24;
  margin-bottom: 20px;
}

.pullbench-title .pullbench-pulled {
  color: #4E7D96;
}

.pullbench-lede {
  font-size: 1.1rem;
  color: #322A24;
  max-width: 34em;
  margin-bottom: 26px;
}

.pullbench-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.pullbench-cta {
  display: inline-block;
  background-color: #4E7D96;
  color: #F9F4E4;
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding: 14px 22px;
  border: 2px solid #322A24;
  border-radius: 4px;
  box-shadow: 4px 4px 0 #322A24;
}

.pullbench-cta:hover,
.pullbench-cta:focus {
  background-color: #3B6478;
  color: #F9F4E4;
}

.pullbench-cta-alt {
  background-color: #F9F4E4;
  color: #322A24;
}

.pullbench-cta-alt:hover,
.pullbench-cta-alt:focus {
  background-color: #E2DCCB;
  color: #322A24;
}

.pullbench-meta {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: #322A24;
  border-top: 2px solid #E2DCCB;
  padding-top: 14px;
}

/* ---- CSS TAFFY PULL BENCH SCENE ---- */
.pullbench-scene {
  position: relative;
  min-height: 430px;
  padding: 0 0 18px;
}

.scene-range {
  position: relative;
  height: 96px;
  background-color: #E2DCCB;
  border: 2px solid #322A24;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.scene-kettle {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 92px;
  height: 74px;
  background-color: #4E7D96;
  border: 2px solid #322A24;
  border-radius: 8px 8px 44px 44px;
}

.scene-kettle-lid {
  position: absolute;
  left: 40px;
  bottom: 66px;
  width: 64px;
  height: 10px;
  background-color: #322A24;
  border-radius: 6px;
}

.scene-kettle-handle {
  position: absolute;
  left: 52px;
  bottom: 74px;
  width: 40px;
  height: 22px;
  border: 3px solid #322A24;
  border-bottom: none;
  border-radius: 22px 22px 0 0;
}

.scene-ladle {
  position: absolute;
  left: 138px;
  bottom: 18px;
  width: 12px;
  height: 62px;
  background-color: #322A24;
  border-radius: 4px;
  transform: rotate(14deg);
}

.scene-ladle-bowl {
  position: absolute;
  left: 130px;
  bottom: 4px;
  width: 30px;
  height: 20px;
  background-color: #322A24;
  border-radius: 0 0 16px 16px;
}

.scene-chart {
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 128px;
  height: 78px;
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 3px;
  transform: rotate(-3deg);
  padding: 6px 8px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.58rem;
  color: #322A24;
  line-height: 1.5;
}

.scene-chart-title {
  font-weight: bold;
  color: #4E7D96;
  display: block;
  border-bottom: 1px solid #E2DCCB;
  margin-bottom: 3px;
}

.scene-slab {
  position: relative;
  height: 150px;
  background-color: #F1EEE6;
  border: 2px solid #322A24;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background-image:
    linear-gradient(90deg, #E2DCCB 1px, transparent 1px),
    linear-gradient(180deg, #E2DCCB 1px, transparent 1px);
  background-size: 26px 26px;
}

.scene-hook {
  position: absolute;
  top: 28px;
  width: 12px;
  height: 74px;
  background-color: #4E7D96;
  border: 2px solid #322A24;
  border-radius: 6px;
}

.scene-hook-left {
  left: 34px;
}

.scene-hook-right {
  right: 34px;
}

.scene-hook-arm {
  position: absolute;
  top: 100px;
  width: 40px;
  height: 10px;
  background-color: #322A24;
  border-radius: 5px;
}

.scene-hook-arm-left {
  left: 34px;
}

.scene-hook-arm-right {
  right: 34px;
}

.scene-taffy {
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  height: 34px;
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 22px;
  box-shadow: inset 0 0 0 5px #E4C36A;
}

.scene-taffy-knot {
  position: absolute;
  top: 58px;
  width: 22px;
  height: 38px;
  background-color: #E4C36A;
  border: 2px solid #322A24;
  border-radius: 6px;
}

.scene-taffy-knot-left {
  left: 48px;
  transform: rotate(-16deg);
}

.scene-taffy-knot-right {
  right: 48px;
  transform: rotate(16deg);
}

.scene-scale {
  position: absolute;
  left: 46%;
  bottom: 14px;
  width: 110px;
}

.scene-scale-pan {
  height: 16px;
  background-color: #E4C36A;
  border: 2px solid #322A24;
  border-radius: 0 0 26px 26px;
}

.scene-scale-arm {
  width: 4px;
  height: 52px;
  background-color: #322A24;
  margin: 0 auto;
}

.scene-scale-base {
  width: 74px;
  height: 14px;
  background-color: #4E7D96;
  border: 2px solid #322A24;
  border-radius: 4px;
  margin: 0 auto;
}

.scene-wraptable {
  position: relative;
  margin-top: 14px;
  background-color: #EFE8D6;
  border: 2px solid #322A24;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.scene-wraptable-label {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #322A24;
  text-transform: uppercase;
  width: 100%;
}

.scene-piece {
  position: relative;
  width: 44px;
  height: 16px;
  border: 2px solid #322A24;
  border-radius: 10px;
}

.scene-piece::before,
.scene-piece::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 8px;
  height: 8px;
  background-color: #322A24;
  border-radius: 2px;
}

.scene-piece::before {
  left: -7px;
  transform: rotate(20deg);
}

.scene-piece::after {
  right: -7px;
  transform: rotate(-20deg);
}

.scene-piece-blue {
  background-color: #4E7D96;
}

.scene-piece-rose {
  background-color: #C97782;
}

.scene-piece-butter {
  background-color: #E4C36A;
}

/* ============ WRAPPING ROWS ============ */
.wraprows {
  padding: 30px 0 46px;
  background-color: #F1EEE6;
}

.wraprows-head {
  max-width: 1180px;
  margin: 0 auto 26px;
  padding: 0 26px;
}

.wraprows-eyebrow {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4E7D96;
  display: block;
  margin-bottom: 8px;
}

.wraprows-title {
  font-size: 2.1rem;
  color: #322A24;
  margin-bottom: 10px;
}

.wraprows-intro {
  max-width: 52em;
  color: #322A24;
  margin-bottom: 0;
}

.wrapsheet {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 0 26px;
}

.wrapsheet-page {
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 4px;
  padding: 26px 28px 20px;
  box-shadow: 6px 6px 0 #E2DCCB;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 26px;
}

.wrapsheet-deep .wrapsheet-page {
  background-color: #EFE8D6;
}

.wrapsheet-inverted .wrapsheet-page {
  background-color: #4E7D96;
  border-color: #322A24;
  box-shadow: 6px 6px 0 #322A24;
}

.wrapsheet-inverted .wrapsheet-flavor,
.wrapsheet-inverted .wrapsheet-flavor p,
.wrapsheet-inverted .wrapsheet-name {
  color: #F9F4E4;
}

.wrapsheet-inverted .wrapsheet-chip {
  background-color: #F9F4E4;
  color: #322A24;
  border-color: #322A24;
}

.wrapsheet-skew-a {
  transform: rotate(-1deg);
}

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

.wrapsheet-batch {
  background-color: #1E1E1C;
  color: #F9F4E4;
  border-radius: 4px;
  padding: 20px 18px;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.wrapsheet-batch-num {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: #E2DCCB;
  margin-bottom: 8px;
}

.wrapsheet-batch-name {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  color: #F9F4E4;
  margin-bottom: 12px;
}

.wrapsheet-batch-seal {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4E7D96;
  border: 3px solid #F9F4E4;
  display: inline-block;
}

.wrapsheet-flavor {
  color: #322A24;
}

.wrapsheet-name {
  font-size: 1.35rem;
  color: #322A24;
  margin-bottom: 10px;
}

.wrapsheet-flavor p {
  margin-bottom: 14px;
}

.wrapsheet-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}

.wrapsheet-chip {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background-color: #F9F4E4;
  color: #322A24;
  border: 1px solid #322A24;
  border-radius: 12px;
  padding: 4px 11px;
}

.wrapsheet-rule {
  position: relative;
  grid-column: 1 / -1;
  height: 8px;
  background-color: #E2DCCB;
  border-radius: 4px;
  margin-top: 10px;
}

.wrapsheet-rule-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

.wrapsheet-fill-1 {
  width: 30%;
  background-color: #4E7D96;
}

.wrapsheet-fill-2 {
  width: 44%;
  background-color: #C97782;
}

.wrapsheet-fill-3 {
  width: 58%;
  background-color: #E4C36A;
}

.wrapsheet-fill-4 {
  width: 70%;
  background-color: #4E7D96;
}

.wrapsheet-fill-5 {
  width: 84%;
  background-color: #C97782;
}

.wrapsheet-fill-6 {
  width: 96%;
  background-color: #E4C36A;
}

.wrapsheet-stamp {
  position: absolute;
  right: 0;
  top: -22px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #322A24;
}

.wrapsheet-stage {
  grid-column: 1 / -1;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #322A24;
  margin-top: 6px;
}

/* ============ KITCHEN NOTICE STRIP ============ */
.kitchennotice {
  background-color: #4E7D96;
  color: #F9F4E4;
  padding: 0;
}

.kitchennotice-rule {
  height: 6px;
  background-color: #E2DCCB;
}

.kitchennotice-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.kitchennotice-twist {
  width: 16px;
  height: 16px;
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 3px;
  transform: rotate(28deg);
  flex: 0 0 auto;
}

.kitchennotice-text {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.02rem;
  color: #F9F4E4;
  margin: 0;
  max-width: 62em;
}

.kitchennotice-text strong {
  color: #F9F4E4;
}

/* ============ FOOTER: COOLING RACK ============ */
.batchshelf {
  background-color: #1E1E1C;
  color: #F9F4E4;
  padding: 0 0 30px;
  margin-top: 40px;
}

.batchshelf-rackrail {
  background-color: #F1EEE6;
  border-bottom: 4px solid #322A24;
  padding: 12px 26px 0;
}

.batchshelf-rackinner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 14px;
  align-items: flex-end;
  justify-content: center;
}

.batchshelf-tray {
  height: 12px;
  background-color: #E2DCCB;
  border: 2px solid #322A24;
  border-radius: 3px 3px 0 0;
  flex: 1 1 0;
}

.batchshelf-tray:nth-child(2) {
  height: 18px;
  flex: 1.3 1 0;
}

.batchshelf-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 26px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 26px;
}

.batchshelf-plate {
  background-color: #F9F4E4;
  color: #322A24;
  border-radius: 4px;
  padding: 18px 20px;
  border: 2px solid #322A24;
}

.batchshelf-plate-brand {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #1E1E1C;
  display: block;
  margin-bottom: 8px;
}

.batchshelf-blurb {
  color: #322A24;
  font-size: 0.92rem;
  margin: 0;
}

.batchshelf-band {
  background-color: #F9F4E4;
  color: #322A24;
  border-radius: 3px;
  padding: 12px 14px;
  border-left: 7px solid #4E7D96;
  margin-bottom: 10px;
}

.batchshelf-band-rose {
  border-left-color: #C97782;
}

.batchshelf-band-butter {
  border-left-color: #E4C36A;
}

.batchshelf-grouphead {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E2DCCB;
  margin-bottom: 12px;
  display: block;
}

.batchshelf-link {
  display: block;
  color: #322A24;
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.92rem;
  padding: 2px 0;
}

.batchshelf-link:hover,
.batchshelf-link:focus {
  color: #4E7D96;
  text-decoration: underline;
}

.batchshelf-contact {
  color: #F9F4E4;
  font-size: 0.92rem;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

.batchshelf-contact a {
  color: #F9F4E4;
}

.batchshelf-base {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 18px 26px 0;
  border-top: 2px solid #322A24;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.84rem;
  color: #E2DCCB;
}

.batchshelf-glyph {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F9F4E4;
  font-weight: bold;
}

.batchshelf-candy {
  width: 26px;
  height: 12px;
  background-color: #4E7D96;
  border: 2px solid #F9F4E4;
  border-radius: 8px;
  display: inline-block;
}

/* ============ SERVICES PAGE ============ */
.svc-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 26px 30px;
}

.svc-hero-title {
  font-size: 2.7rem;
  color: #322A24;
  margin-bottom: 16px;
}

.svc-hero-lede {
  font-size: 1.08rem;
  max-width: 48em;
}

.svc-list {
  padding: 10px 0 30px;
}

.svc-item {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 26px;
}

.svc-item-inner {
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-left: 10px solid #4E7D96;
  border-radius: 4px;
  padding: 24px 26px;
  box-shadow: 5px 5px 0 #E2DCCB;
}

.svc-item-inner-rose {
  border-left-color: #C97782;
  background-color: #EFE8D6;
}

.svc-item-inner-butter {
  border-left-color: #E4C36A;
}

.svc-item-inner-invert {
  background-color: #4E7D96;
  border-color: #322A24;
}

.svc-item-inner-invert .svc-item-title,
.svc-item-inner-invert p {
  color: #F9F4E4;
}

.svc-item-title {
  font-size: 1.4rem;
  color: #322A24;
  margin-bottom: 10px;
}

.svc-step {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C97782;
  display: block;
  margin-bottom: 6px;
}

.svc-process {
  background-color: #E2DCCB;
  padding: 40px 0;
}

.svc-process-head {
  max-width: 1180px;
  margin: 0 auto 24px;
  padding: 0 26px;
}

.svc-process-title {
  font-size: 2rem;
  color: #322A24;
}

.svc-process-row {
  max-width: 1180px;
  margin: 0 auto 14px;
  padding: 0 26px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 4px;
  padding: 18px 24px;
}

.svc-process-num {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4E7D96;
}

.svc-cta {
  background-color: #1E1E1C;
  color: #F9F4E4;
  padding: 46px 26px;
  text-align: center;
}

.svc-cta-title {
  font-size: 2rem;
  color: #F9F4E4;
  margin-bottom: 12px;
}

.svc-cta-text {
  max-width: 46em;
  margin: 0 auto 22px;
  color: #F9F4E4;
}

.svc-cta-btn {
  display: inline-block;
  background-color: #4E7D96;
  color: #F9F4E4;
  text-decoration: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  padding: 14px 26px;
  border: 2px solid #F9F4E4;
  border-radius: 4px;
}

.svc-cta-btn:hover,
.svc-cta-btn:focus {
  background-color: #3B6478;
  color: #F9F4E4;
}

/* ============ CONTACT PAGE ============ */
.contact-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 26px 24px;
}

.contact-hero-title {
  font-size: 2.7rem;
  color: #322A24;
  margin-bottom: 14px;
}

.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px 20px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 30px;
  align-items: start;
}

.contact-card {
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 4px;
  padding: 26px 26px;
  box-shadow: 6px 6px 0 #E2DCCB;
}

.contact-card-title {
  font-size: 1.4rem;
  color: #322A24;
  margin-bottom: 16px;
}

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

.contact-label {
  display: block;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #322A24;
  margin-bottom: 6px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #322A24;
  border: 2px solid #322A24;
  border-radius: 3px;
  padding: 11px 12px;
  font-size: 0.98rem;
  font-family: Georgia, "Times New Roman", serif;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: 3px solid #4E7D96;
}

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

.contact-submit {
  background-color: #4E7D96;
  color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 4px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding: 13px 24px;
  cursor: pointer;
  box-shadow: 4px 4px 0 #322A24;
}

.contact-submit:hover,
.contact-submit:focus {
  background-color: #3B6478;
}

.contact-note {
  font-size: 0.86rem;
  color: #322A24;
  margin-top: 12px;
  margin-bottom: 0;
}

.contact-detail {
  background-color: #1E1E1C;
  color: #F9F4E4;
  border-radius: 4px;
  padding: 24px 24px;
  margin-bottom: 18px;
}

.contact-detail-title {
  font-size: 1.2rem;
  color: #F9F4E4;
  margin-bottom: 12px;
}

.contact-detail p {
  color: #F9F4E4;
  margin-bottom: 8px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.94rem;
}

.contact-detail a {
  color: #F9F4E4;
}

.contact-hours {
  background-color: #E2DCCB;
  color: #322A24;
  border: 2px solid #322A24;
  border-radius: 4px;
  padding: 22px 24px;
}

.contact-hours-title {
  font-size: 1.15rem;
  color: #322A24;
  margin-bottom: 10px;
}

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C9C2AE;
  padding: 6px 0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
  color: #322A24;
}

.contact-faq {
  max-width: 1180px;
  margin: 10px auto 0;
  padding: 0 26px 44px;
}

.contact-faq-title {
  font-size: 1.8rem;
  color: #322A24;
  margin-bottom: 18px;
}

.faq-item {
  background-color: #F9F4E4;
  border: 2px solid #322A24;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #F9F4E4;
  color: #322A24;
  border: none;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.02rem;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.faq-q:hover,
.faq-q:focus {
  background-color: #EFE8D6;
}

.faq-mark {
  color: #4E7D96;
  font-size: 1.3rem;
  line-height: 1;
}

.faq-a {
  padding: 0 20px 18px;
  color: #322A24;
}

.faq-a[hidden] {
  display: none;
}

/* ============ SHARED CONTENT BLOCKS ============ */
.contentband {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 26px;
}

.contentband-title {
  font-size: 1.9rem;
  color: #322A24;
  margin-bottom: 14px;
}

.contentband p {
  max-width: 60em;
}

.splitband {
  background-color: #E2DCCB;
  padding: 42px 0;
}

.splitband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.splitband h3 {
  font-size: 1.35rem;
  color: #322A24;
  margin-bottom: 10px;
}

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

.srilist li {
  border-left: 6px solid #4E7D96;
  background-color: #F9F4E4;
  padding: 10px 14px;
  margin-bottom: 9px;
  color: #322A24;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .pullbench {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .splitband-inner {
    grid-template-columns: 1fr;
  }
  .batchshelf-body {
    grid-template-columns: 1fr 1fr;
  }
  .pullbench-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .pullnav-toggle {
    display: inline-block;
  }
  .pullnav-bands {
    display: none;
    flex-direction: column;
    padding: 0 16px 16px;
  }
  .pullnav-bands.is-open {
    display: flex;
  }
  .pullnav-band {
    transform: none;
    margin: 4px 0;
  }
  .pullnav-brandrow {
    flex-wrap: wrap;
  }
  .wrapsheet-page {
    grid-template-columns: 1fr;
  }
  .batchshelf-body {
    grid-template-columns: 1fr;
  }
  .svc-process-row {
    grid-template-columns: 1fr;
  }
  .pullbench-title {
    font-size: 2rem;
  }
  .pullbench {
    padding-top: 34px;
  }
}
