/* ============================================================
   TCLAWX LLC — Notary Wax Sealing Bench motif
   LIGHT DESK THEME
   Vellum sheet of a notary desk #F6F1E5 with ink-slate #2A2731
   Accent wax-crimson #6E2434, secondary nude-blue #40518E
   ============================================================ */

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

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

* {
  box-sizing: border-box;
}

.notary-page-shell {
  width: 100%;
  overflow-x: hidden;
}

.notary-page-shell h1,
.notary-page-shell h2,
.notary-page-shell h3,
.notary-page-shell h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #2A2731;
}

.notary-page-shell p {
  margin: 0 0 1em;
}

.notary-page-shell a {
  color: #40518E;
}

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

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

/* ============================================================
   NAVIGATION — PRESS HANDLE TABS (.notary)
   ============================================================ */
.notary-bench-band {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #211E28;
  border-bottom: 5px solid #9A8F84;
  box-shadow: 0 3px 0 #9A8F84;
}

.notary-bench-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.notary-brand-plate {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 20px;
  background-color: #6E2434;
  border: 3px solid #9A8F84;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #211E28, 0 3px 0 #9A8F84;
}

.notary-brand-seal {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E8DAD3;
  border: 3px solid #211E28;
  display: inline-block;
  flex: 0 0 auto;
}

.notary-brand-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #F6F1E5;
  text-transform: uppercase;
}

.notary-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-end;
}

.notary-nav-toggle {
  display: none;
  padding: 10px 18px;
  background-color: #E8DAD3;
  color: #2A2731;
  border: 4px solid #9A8F84;
  border-radius: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.notary-tab-item {
  margin: 0;
}

.notary-handle-tab {
  display: block;
  position: relative;
  padding: 10px 16px 11px;
  background-color: #E8DAD3;
  color: #2A2731;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 3px solid #9A8F84;
  border-radius: 5px 5px 2px 2px;
  box-shadow: 0 3px 0 #9A8F84;
}

.notary-handle-tab .notary-matrix-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  color: #6E2434;
  font-weight: 700;
  margin-top: 2px;
}

.notary-handle-tab:hover,
.notary-handle-tab:focus {
  background-color: #40518E;
  color: #F6F1E5;
  outline: none;
}

.notary-handle-tab:hover .notary-matrix-label,
.notary-handle-tab:focus .notary-matrix-label {
  color: #E8DAD3;
}

.notary-handle-tab.is-current {
  background-color: #6E2434;
  color: #F6F1E5;
  border-color: #E8DAD3;
}

.notary-handle-tab.is-current .notary-matrix-label {
  color: #E8DAD3;
}

.notary-tilt-a { transform: rotate(-1.1deg); }
.notary-tilt-b { transform: rotate(0.9deg); }
.notary-tilt-c { transform: rotate(-0.6deg); }
.notary-tilt-d { transform: rotate(1.2deg); }
.notary-tilt-e { transform: rotate(-1.4deg); }

.notary-tab-row .notary-handle-tab {
  transform-origin: bottom center;
}

/* ============================================================
   HERO — SEALING BENCH (.sealbench)
   ============================================================ */
.sealbench {
  background-color: #F6F1E5;
  border-bottom: 6px solid #9A8F84;
  padding: 58px 0 62px;
}

.sealbench-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 34px;
  align-items: center;
}

.sealbench-copy {
  padding-right: 8px;
}

.sealbench-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #40518E;
  border-top: 3px solid #40518E;
  border-bottom: 3px solid #40518E;
  padding: 6px 0;
  margin-bottom: 22px;
}

.sealbench-headline {
  font-size: 2.72rem;
  line-height: 1.14;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.sealbench-headline-sealed {
  color: #6E2434;
  font-style: italic;
}

.sealbench-lede {
  font-size: 1.08rem;
  max-width: 33em;
  margin: 0 0 26px;
  color: #2A2731;
}

.sealbench-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sealbench-stamp {
  display: inline-block;
  padding: 15px 30px 16px;
  background-color: #6E2434;
  color: #F6F1E5;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 4px double #F6F1E5;
  border-radius: 50% / 18%;
  box-shadow: 0 4px 0 #211E28;
}

.sealbench-stamp:hover,
.sealbench-stamp:focus {
  background-color: #211E28;
  border-color: #E8DAD3;
  color: #F6F1E5;
  outline: none;
}

.sealbench-stamp .sealbench-stamp-code {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.26em;
  color: #E8DAD3;
  margin-top: 3px;
}

.sealbench-stamp-alt {
  background-color: #40518E;
}

.sealbench-stamp-alt:hover,
.sealbench-stamp-alt:focus {
  background-color: #211E28;
}

/* ---- the CSS wax bench artwork ---- */
.waxbench {
  position: relative;
  background-color: #E8DAD3;
  border: 5px solid #9A8F84;
  border-radius: 10px;
  padding: 26px;
  min-height: 470px;
  box-shadow: 0 6px 0 #9A8F84, inset 0 0 0 3px #F6F1E5;
}

.waxbench-mat {
  position: relative;
  width: 100%;
  height: 414px;
}

.waxbench-press {
  position: absolute;
  left: 6%;
  top: 4%;
  width: 46%;
  height: 88%;
}

.waxbench-press-column {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 232px;
  top: 30px;
  background-color: #40518E;
  border: 4px solid #211E28;
  border-radius: 3px;
}

.waxbench-press-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 148px;
  height: 46px;
  background-color: #40518E;
  border: 4px solid #211E28;
  border-radius: 5px;
}

.waxbench-press-arm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-14deg);
  top: -70px;
  width: 15px;
  height: 96px;
  background-color: #9A8F84;
  border: 3px solid #211E28;
  border-radius: 8px;
  transform-origin: bottom center;
}

.waxbench-matrix {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #9A8F84;
  border: 5px solid #211E28;
  box-shadow: inset 0 0 0 6px #40518E;
}

.waxbench-matrix-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #211E28;
  background-color: #E8DAD3;
}

.waxbench-press-foot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 176px;
  height: 34px;
  background-color: #40518E;
  border: 4px solid #211E28;
  border-radius: 5px;
}

.waxbench-pool {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 108px;
  height: 84px;
  border-radius: 52% 48% 55% 45%;
  background-color: #6E2434;
  border: 4px solid #211E28;
  box-shadow: inset -6px -8px 0 #4B1522;
}

.waxbench-pool-label {
  position: absolute;
  right: 3%;
  top: 1%;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #211E28;
}

.waxbench-finished-seal {
  position: absolute;
  right: 8%;
  top: 33%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #6E2434;
  border: 5px solid #211E28;
  box-shadow: inset 0 0 0 8px #4B1522;
}

.waxbench-finished-imprint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 5px solid #E8DAD3;
  background-color: #6E2434;
}

.waxbench-finished-glyph {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #E8DAD3;
  letter-spacing: 0.04em;
}

.waxbench-gluepot {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: 92px;
  height: 74px;
  background-color: #40518E;
  border: 4px solid #211E28;
  border-radius: 8px 8px 26px 26px;
}

.waxbench-gluepot-lid {
  position: absolute;
  left: -6px;
  top: -14px;
  width: 96px;
  height: 18px;
  background-color: #9A8F84;
  border: 4px solid #211E28;
  border-radius: 6px;
}

.waxbench-gluepot-spoon {
  position: absolute;
  left: 30px;
  top: -56px;
  width: 12px;
  height: 54px;
  background-color: #9A8F84;
  border: 3px solid #211E28;
  border-radius: 6px;
  transform: rotate(18deg);
}

.waxbench-blotter {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 42%;
  height: 34%;
  background-color: #F6F1E5;
  border: 4px solid #9A8F84;
  border-radius: 5px;
  padding: 10px;
}

.waxbench-folio-rule {
  height: 5px;
  background-color: #9A8F84;
  margin-bottom: 9px;
  border-radius: 2px;
}

.waxbench-folio-rule-short {
  width: 68%;
}

.waxbench-folio-rule-mid {
  width: 86%;
}

.waxbench-folio-rule-accent {
  background-color: #40518E;
  width: 46%;
}

.waxbench-spool-one {
  position: absolute;
  left: 33%;
  top: 4%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #6E2434;
  border: 4px solid #211E28;
  box-shadow: inset 0 0 0 5px #9A8F84;
}

.waxbench-spool-two {
  position: absolute;
  left: 41%;
  top: 12%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #40518E;
  border: 4px solid #211E28;
  box-shadow: inset 0 0 0 5px #9A8F84;
}

.waxbench-wicktray {
  position: absolute;
  right: 4%;
  top: 58%;
  width: 96px;
  height: 34px;
  background-color: #9A8F84;
  border: 4px solid #211E28;
  border-radius: 4px;
}

.waxbench-wick {
  position: absolute;
  top: 8px;
  width: 5px;
  height: 14px;
  background-color: #211E28;
  border-radius: 2px;
}

.waxbench-wick-1 { left: 14px; }
.waxbench-wick-2 { left: 34px; }
.waxbench-wick-3 { left: 54px; }
.waxbench-wick-4 { left: 74px; }

/* ============================================================
   INTRO + SERVICE LINK TEXT
   ============================================================ */
.benchintro {
  background-color: #E8DAD3;
  border-bottom: 6px solid #9A8F84;
  padding: 54px 0;
}

.benchintro-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 32px;
}

.benchintro-side {
  border-right: 5px solid #9A8F84;
  padding-right: 22px;
}

.benchintro-side-mark {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6E2434;
}

.benchintro-side-title {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #2A2731;
}

.benchintro-body {
  color: #2A2731;
}

.benchintro-body h3 {
  font-size: 1.18rem;
  color: #40518E;
  margin-top: 18px;
}

.benchintro-lede {
  font-size: 1.06rem;
}

.benchintro-link {
  color: #40518E;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #40518E;
}

.benchintro-link:hover,
.benchintro-link:focus {
  color: #6E2434;
  border-bottom-color: #6E2434;
  outline: none;
}

/* ============================================================
   SECTION: REGISTER FOLIO ROWS (.waxrows)
   ============================================================ */
.waxrows {
  background-color: #F6F1E5;
  padding: 56px 0 30px;
}

.waxrows-heading {
  max-width: 1240px;
  margin: 0 auto 34px;
  padding: 0 24px;
}

.waxrows-heading h2 {
  font-size: 2rem;
  color: #2A2731;
  margin: 0;
}

.waxrows-heading p {
  max-width: 62em;
  margin: 12px 0 0;
  color: #2A2731;
}

.waxrows-heading-rule {
  height: 5px;
  background-color: #40518E;
  width: 120px;
  margin-top: 16px;
  border-radius: 2px;
}

.waxfolio {
  max-width: 1240px;
  margin: 0 auto 22px;
  padding: 0 24px;
}

.waxfolio-frame {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  border: 5px solid #9A8F84;
  border-radius: 7px;
  background-color: #E8DAD3;
  overflow: hidden;
}

.waxfolio-counter {
  background-color: #211E28;
  color: #F6F1E5;
  padding: 24px 16px;
  text-align: center;
  border-right: 5px solid #9A8F84;
}

.waxfolio-counter-entry {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #F6F1E5;
  margin-bottom: 12px;
}

.waxfolio-counter-seal {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #E8DAD3;
  background-color: #6E2434;
  box-shadow: inset 0 0 0 5px #211E28;
}

.waxfolio-panel {
  padding: 24px 26px 26px;
  background-color: #E8DAD3;
  color: #2A2731;
}

.waxfolio-panel h3 {
  font-size: 1.32rem;
  margin: 0 0 8px;
  color: #2A2731;
}

.waxfolio-panel p {
  margin: 0 0 10px;
}

.waxfolio-panel-link {
  color: #40518E;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #40518E;
}

.waxfolio-panel-link:hover,
.waxfolio-panel-link:focus {
  color: #6E2434;
  border-bottom-color: #6E2434;
  outline: none;
}

.waxfolio-railline {
  position: relative;
  height: 7px;
  background-color: #9A8F84;
  border-radius: 3px;
  margin-top: 18px;
}

.waxfolio-railline-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background-color: #6E2434;
  border-radius: 3px;
}

.waxfolio-pg {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #40518E;
}

.waxfolio-fill-a { width: 18%; }
.waxfolio-fill-b { width: 33%; }
.waxfolio-fill-c { width: 46%; }
.waxfolio-fill-d { width: 61%; }
.waxfolio-fill-e { width: 78%; }
.waxfolio-fill-f { width: 96%; }

.waxfolio-tint {
  background-color: #EDE2D5;
}

.waxfolio-tint .waxfolio-panel {
  background-color: #EDE2D5;
}

.waxfolio-invert .waxfolio-panel {
  background-color: #211E28;
  color: #F6F1E5;
}

.waxfolio-invert .waxfolio-panel h3 {
  color: #F6F1E5;
}

.waxfolio-invert .waxfolio-panel p {
  color: #E8DAD3;
}

.waxfolio-invert .waxfolio-panel-link {
  color: #E8DAD3;
  border-bottom-color: #E8DAD3;
}

.waxfolio-invert .waxfolio-panel-link:hover,
.waxfolio-invert .waxfolio-panel-link:focus {
  color: #F6F1E5;
}

.waxfolio-invert .waxfolio-railline {
  background-color: #40518E;
}

.waxfolio-invert .waxfolio-railline-fill {
  background-color: #6E2434;
}

.waxfolio-invert .waxfolio-pg {
  color: #E8DAD3;
}

.waxfolio-skew-l { transform: rotate(-1deg); }
.waxfolio-skew-r { transform: rotate(1deg); }

.waxfolio-tall .waxfolio-panel { padding-bottom: 40px; }
.waxfolio-short .waxfolio-panel { padding-bottom: 16px; }

/* ============================================================
   ACCENT STRIP — TERM NOTICE
   ============================================================ */
.termnotice {
  background-color: #6E2434;
  border-top: 6px solid #9A8F84;
  border-bottom: 6px solid #9A8F84;
  padding: 40px 0;
}

.termnotice-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
}

.termnotice-ruled {
  flex: 1 1 90px;
  height: 5px;
  background-color: #E8DAD3;
  border-radius: 2px;
  min-width: 60px;
}

.termnotice-seal {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #E8DAD3;
  border: 5px solid #211E28;
  box-shadow: inset 0 0 0 6px #6E2434;
  flex: 0 0 auto;
}

.termnotice-text {
  flex: 2 1 460px;
  color: #F6F1E5;
  font-size: 1.12rem;
  text-align: center;
  margin: 0;
}

.termnotice-text strong {
  color: #E8DAD3;
  letter-spacing: 0.04em;
}

/* ============================================================
   SECONDARY PAGE HERO (services / contact)
   ============================================================ */
.workbench-hero {
  background-color: #E8DAD3;
  border-bottom: 6px solid #9A8F84;
  padding: 50px 0;
}

.workbench-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 30px;
  align-items: center;
}

.workbench-hero h1 {
  font-size: 2.3rem;
  margin: 0 0 16px;
  color: #2A2731;
}

.workbench-hero p {
  max-width: 40em;
  color: #2A2731;
}

.workbench-hero-side {
  border-left: 5px solid #9A8F84;
  padding-left: 22px;
}

.workbench-hero-mark {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6E2434;
}

.workbench-hero-note {
  margin-top: 12px;
  color: #2A2731;
  font-size: 0.98rem;
}

.workbench-sealband {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.workbench-seal-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #6E2434;
  border: 3px solid #211E28;
  flex: 0 0 auto;
}

.workbench-seal-line {
  flex: 1 1 auto;
  height: 4px;
  background-color: #40518E;
  border-radius: 2px;
}

/* ============================================================
   SERVICES DETAIL BLOCKS
   ============================================================ */
.servicestack {
  background-color: #F6F1E5;
  padding: 54px 0 30px;
}

.servicestack-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.servicestack-intro {
  max-width: 66em;
  margin-bottom: 32px;
}

.servicestack-intro h2 {
  font-size: 1.9rem;
  color: #2A2731;
  margin: 0 0 12px;
}

.servicecard {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0;
  border: 5px solid #9A8F84;
  border-radius: 7px;
  margin-bottom: 20px;
  background-color: #E8DAD3;
  overflow: hidden;
}

.servicecard-index {
  background-color: #211E28;
  color: #F6F1E5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 22px 12px;
  text-align: center;
  border-right: 5px solid #9A8F84;
}

.servicecard-index strong {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #F6F1E5;
  margin-bottom: 6px;
}

.servicecard-body {
  padding: 22px 26px 24px;
  background-color: #E8DAD3;
}

.servicecard-body h3 {
  font-size: 1.28rem;
  margin: 0 0 10px;
  color: #2A2731;
}

.servicecard-body p {
  margin: 0 0 10px;
  color: #2A2731;
}

.servicecard-alt {
  background-color: #EDE2D5;
}

.servicecard-alt .servicecard-body {
  background-color: #EDE2D5;
}

.servicecard-dark {
  background-color: #211E28;
  border-color: #40518E;
}

.servicecard-dark .servicecard-body {
  background-color: #211E28;
  color: #F6F1E5;
}

.servicecard-dark .servicecard-body h3,
.servicecard-dark .servicecard-body p {
  color: #F6F1E5;
}

.servicecard-skew-l { transform: rotate(-1deg); }
.servicecard-skew-r { transform: rotate(1deg); }

/* process overview */
.processledger {
  background-color: #E8DAD3;
  border-top: 6px solid #9A8F84;
  border-bottom: 6px solid #9A8F84;
  padding: 52px 0;
}

.processledger-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.processledger h2 {
  font-size: 1.9rem;
  margin: 0 0 14px;
  color: #2A2731;
}

.processledger > .processledger-inner > p {
  max-width: 64em;
  color: #2A2731;
  margin-bottom: 26px;
}

.processrow {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 4px solid #9A8F84;
}

.processrow:last-child {
  border-bottom: 4px solid #9A8F84;
}

.processrow-num {
  background-color: #40518E;
  color: #F6F1E5;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  border: 3px solid #211E28;
}

.processrow-text h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  color: #2A2731;
}

.processrow-text p {
  margin: 0;
  color: #2A2731;
}

/* CTA band */
.ctaband {
  background-color: #6E2434;
  padding: 46px 0;
  border-bottom: 6px solid #9A8F84;
}

.ctaband-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
}

.ctaband h2 {
  color: #F6F1E5;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

.ctaband p {
  color: #E8DAD3;
  margin: 0;
  max-width: 52em;
}

.ctaband-stamp {
  display: inline-block;
  padding: 15px 30px;
  background-color: #F6F1E5;
  color: #6E2434;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.92rem;
  border: 4px double #211E28;
  border-radius: 50% / 18%;
  box-shadow: 0 4px 0 #211E28;
}

.ctaband-stamp:hover,
.ctaband-stamp:focus {
  background-color: #211E28;
  color: #F6F1E5;
  outline: none;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contactbench {
  background-color: #F6F1E5;
  padding: 54px 0 30px;
}

.contactbench-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 32px;
  align-items: start;
}

.contactform-panel {
  background-color: #E8DAD3;
  border: 5px solid #9A8F84;
  border-radius: 8px;
  padding: 26px 26px 30px;
}

.contactform-panel h2 {
  font-size: 1.6rem;
  margin: 0 0 8px;
  color: #2A2731;
}

.contactform-panel p {
  color: #2A2731;
}

.contactfield {
  margin-bottom: 16px;
}

.contactfield label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #40518E;
  margin-bottom: 6px;
}

.contactfield input,
.contactfield textarea {
  width: 100%;
  padding: 12px 14px;
  background-color: #F6F1E5;
  color: #2A2731;
  border: 4px solid #9A8F84;
  border-radius: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.contactfield input:focus,
.contactfield textarea:focus {
  border-color: #40518E;
  outline: none;
}

.contactfield textarea {
  min-height: 150px;
  resize: vertical;
}

.contactsubmit {
  display: inline-block;
  padding: 14px 30px;
  background-color: #6E2434;
  color: #F6F1E5;
  border: 4px double #F6F1E5;
  border-radius: 50% / 18%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 4px 0 #211E28;
}

.contactsubmit:hover,
.contactsubmit:focus {
  background-color: #211E28;
  outline: none;
}

.contactform-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #2A2731;
}

.contactform-status {
  margin-top: 14px;
  font-weight: 700;
  color: #6E2434;
}

.contact-detail-plate {
  background-color: #211E28;
  color: #F6F1E5;
  border: 5px solid #9A8F84;
  border-radius: 8px;
  padding: 26px;
  margin-bottom: 20px;
}

.contact-detail-plate h3 {
  color: #F6F1E5;
  font-size: 1.12rem;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

.contact-detail-plate p {
  color: #E8DAD3;
  margin: 0 0 10px;
}

.contact-detail-plate a {
  color: #E8DAD3;
  font-weight: 700;
}

.contact-detail-plate a:hover,
.contact-detail-plate a:focus {
  color: #F6F1E5;
  outline: none;
}

.contact-detail-rule {
  height: 4px;
  background-color: #40518E;
  border-radius: 2px;
  margin: 14px 0;
}

.contact-hours {
  background-color: #E8DAD3;
  border: 5px solid #9A8F84;
  border-radius: 8px;
  padding: 24px 26px;
}

.contact-hours h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  color: #2A2731;
}

.contact-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 3px solid #9A8F84;
  color: #2A2731;
}

.contact-hours-row:last-child {
  border-bottom: none;
}

.contact-hours-row strong {
  color: #40518E;
}

.contactfaq {
  background-color: #E8DAD3;
  border-top: 6px solid #9A8F84;
  padding: 50px 0;
}

.contactfaq-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.contactfaq h2 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  color: #2A2731;
}

.contactfaq-item {
  background-color: #F6F1E5;
  border: 5px solid #9A8F84;
  border-radius: 7px;
  margin-bottom: 16px;
  overflow: hidden;
}

.contactfaq-question {
  width: 100%;
  text-align: left;
  background-color: #F6F1E5;
  color: #2A2731;
  border: none;
  padding: 18px 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.contactfaq-question:hover,
.contactfaq-question:focus {
  background-color: #EDE2D5;
  outline: none;
}

.contactfaq-mark {
  color: #6E2434;
  font-weight: 700;
  font-size: 1.3rem;
}

.contactfaq-answer {
  padding: 0 22px 18px;
  background-color: #F6F1E5;
  color: #2A2731;
}

.contactfaq-answer p {
  margin: 0;
}

.contactfaq-item.is-open .contactfaq-question {
  background-color: #EDE2D5;
}

.contactfaq-item.is-closed .contactfaq-answer {
  display: none;
}

/* ============================================================
   FOOTER — STAMP BAND (.stampband)
   ============================================================ */
.stampband {
  background-color: #211E28;
  border-top: 0;
  padding: 0 0 34px;
}

.stampband-rail {
  background-color: #9A8F84;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.stampband-rail-ring {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #211E28;
  border: 5px solid #F6F1E5;
  flex: 0 0 auto;
}

.stampband-rail-line {
  flex: 1 1 auto;
  height: 5px;
  background-color: #211E28;
  border-radius: 2px;
}

.stampband-tabs {
  max-width: 1240px;
  margin: 22px auto 0;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.stampband-group {
  background-color: #E8DAD3;
  border: 4px solid #9A8F84;
  border-radius: 6px;
  padding: 14px 18px;
  min-width: 168px;
}

.stampband-group h4 {
  margin: 0 0 8px;
  color: #6E2434;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.stampband-group li {
  margin: 0 0 6px;
}

.stampband-group a {
  color: #2A2731;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.96rem;
  border-bottom: 2px solid #9A8F84;
}

.stampband-group a:hover,
.stampband-group a:focus {
  color: #6E2434;
  border-bottom-color: #6E2434;
  outline: none;
}

.stampband-plate {
  max-width: 1240px;
  margin: 26px auto 0;
  padding: 24px 26px;
  background-color: #6E2434;
  border: 5px solid #9A8F84;
  border-radius: 8px;
  color: #F6F1E5;
}

.stampband-plate h3 {
  color: #F6F1E5;
  margin: 0 0 10px;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}

.stampband-plate p {
  color: #F6F1E5;
  margin: 0 0 8px;
  max-width: 62em;
}

.stampband-base {
  max-width: 1240px;
  margin: 24px auto 0;
  padding: 20px 26px 0;
  border-top: 5px solid #40518E;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
  justify-content: space-between;
}

.stampband-base a {
  color: #E8DAD3;
  text-decoration: none;
  font-weight: 700;
}

.stampband-base a:hover,
.stampband-base a:focus {
  color: #F6F1E5;
  outline: none;
}

.stampband-base-line {
  color: #E8DAD3;
  font-size: 0.94rem;
  margin: 0;
}

.stampband-glyph {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #E8DAD3;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
}

.stampband-glyph-seal {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #6E2434;
  border: 4px solid #E8DAD3;
  box-shadow: inset 0 0 0 4px #211E28;
  display: inline-block;
  flex: 0 0 auto;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .sealbench-grid {
    grid-template-columns: 1fr;
  }
  .sealbench-headline {
    font-size: 2.25rem;
  }
  .benchintro-inner,
  .workbench-hero-inner,
  .contactbench-inner,
  .ctaband-inner {
    grid-template-columns: 1fr;
  }
  .benchintro-side,
  .workbench-hero-side {
    border-right: none;
    border-left: none;
    border-bottom: 5px solid #9A8F84;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .waxbench {
    min-height: 400px;
  }
  .waxbench-mat {
    height: 348px;
  }
}

@media (max-width: 720px) {
  .notary-bench-inner {
    justify-content: center;
  }
  .notary-nav-toggle {
    display: inline-block;
  }
  .notary-tab-row {
    display: none;
    width: 100%;
    justify-content: center;
  }
  .notary-tab-row.is-open {
    display: flex;
  }
  .sealbench-headline {
    font-size: 1.9rem;
  }
  .sealbench-grid {
    gap: 24px;
  }
  .waxbench-mat {
    height: 420px;
  }
  .waxfolio-frame,
  .servicecard {
    grid-template-columns: 1fr;
  }
  .waxfolio-counter,
  .servicecard-index {
    border-right: none;
    border-bottom: 5px solid #9A8F84;
  }
  .waxfolio-skew-l,
  .waxfolio-skew-r,
  .servicecard-skew-l,
  .servicecard-skew-r {
    transform: none;
  }
  .processrow {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }
  .stampband-base {
    justify-content: flex-start;
  }
  .notary-handle-tab {
    font-size: 0.86rem;
    padding: 9px 13px 10px;
  }
}
