/* ============================================================
   GRAYNEAGAINST — Afeaki LLC Fine Joinery Systems
   Theme: KILN-SMOKE dark / oil-steel + resin-pale + rasp-grey
   css/style.css — main stylesheet (home/services/contact)
   ============================================================ */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --kiln-smoke: #302924;
  --workbench-top: #3A322C;
  --saw-kerf: #1D1815;
  --shavings-white: #F2EAE0;
  --oil-steel: #3E6288;
  --steel-bright: #557EA8;
  --resin-pale: #D9B98A;
  --rasp-grey: #9A8F84;
  --hairline: #4A4036;
  --grain-dark: #2A231D;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Georgia, "Times New Roman", "Iowan Old Style", serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #302924;
  color: #F2EAE0;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  text-decoration: underline;
}

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

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Avenir Next", Verdana, sans-serif;
  color: #F2EAE0;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

h2 {
  font-size: 34px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

p {
  color: #9A8F84;
  margin-bottom: 16px;
}

a.btn {
  display: inline-block;
  font-family: "Trebuchet MS", "Avenir Next", Verdana, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 26px;
  border: 1px solid #3E6288;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

a.btn-solid {
  background-color: #3E6288;
  color: #F2EAE0;
}

a.btn-solid:hover {
  background-color: #4D74A0;
  color: #F2EAE0;
}

a.btn-line {
  background-color: transparent;
  color: #D9B98A;
  border-color: #D9B98A;
}

a.btn-line:hover {
  background-color: #D9B98A;
  color: #1D1815;
}

/* ============================================================
   DOVETAIL-JIG NAV
   ============================================================ */

.dovetail-jig-nav {
  position: static;
}

.dovetail-jig-nav-inner {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
}

.pin-tail-band {
  display: flex;
  align-items: flex-end;
  height: 20px;
  background-color: #3A322C;
  overflow: hidden;
}

.pin-tail-band span {
  display: block;
  width: 9%;
  height: 16px;
  margin: 0 0.5%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 70% 100%, 70% 60%, 30% 60%, 30% 100%, 0 100%, 0 0);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 70% 100%, 70% 60%, 30% 60%, 30% 100%, 0 100%, 0 0);
}

.pin-tail-band span.pin {
  background-color: #3E6288;
}

.pin-tail-band span.tail {
  background-color: #D9B98A;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 70% 35%, 30% 35%, 30% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 70% 35%, 30% 35%, 30% 100%, 0 100%);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #3A322C;
  padding: 16px 0;
  border-bottom: 1px solid #4A4036;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.marking-gauge-glyph {
  width: 34px;
  height: 26px;
  position: relative;
  flex: none;
}

.marking-gauge-glyph .stem {
  position: absolute;
  left: 12px;
  top: 2px;
  width: 3px;
  height: 22px;
  background-color: #D9B98A;
  transform: rotate(8deg);
}

.marking-gauge-glyph .fence {
  position: absolute;
  left: 5px;
  top: 7px;
  width: 20px;
  height: 4px;
  background-color: #9A8F84;
  transform: rotate(8deg);
}

.marking-gauge-glyph .point {
  position: absolute;
  left: 24px;
  top: 19px;
  width: 0;
  height: 0;
  border-left: 4px solid #D9B98A;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: rotate(25deg);
}

.wordmark {
  font-family: "Trebuchet MS", "Avenir Next", Verdana, sans-serif;
  color: #F2EAE0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
}

.wordmark small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #9A8F84;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 4px;
}

.nav-links li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  font-family: "Trebuchet MS", "Avenir Next", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9A8F84;
  padding: 6px 9px;
  text-decoration: none;
}

.nav-links a:hover {
  color: #3E6288;
  text-decoration: none;
}

.nav-links a.active {
  color: #557EA8;
}

.pin-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3E6288;
  margin: 0 5px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #4A4036;
  color: #F2EAE0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  cursor: pointer;
}

/* ============================================================
   GRAIN-MATCH HERO
   ============================================================ */

.grain-match-hero {
  background-color: #302924;
}

.hero-upper {
  text-align: center;
  padding: 84px 24px 60px;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #3E6288;
  color: #1D1815;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 16px;
  margin-bottom: 26px;
}

.hero-headline {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.08;
  color: #F2EAE0;
  margin-bottom: 24px;
}

.hero-headline .steel {
  color: #3E6288;
}

.hero-sub {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 18px;
  color: #9A8F84;
  line-height: 1.7;
}

.hero-ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.bench-room-band {
  background-color: #3A322C;
  border-top: 1px solid #3E6288;
  border-bottom: 1px solid #3E6288;
  overflow: hidden;
}

.bench-room-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr 1fr;
  align-items: center;
  height: 150px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  gap: 20px;
}

/* Book-matched board pair */
.bookmatch-board {
  height: 92px;
  position: relative;
  border: 1px solid #4A4036;
  background:
    repeating-linear-gradient(0deg, #B98E5A 0 6px, #A97F4C 6px 9px);
  overflow: hidden;
}

/* grain streaks drawn with solid hairline bands, open book with seam */
.bookmatch-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(6deg, transparent 0 30%, #68523A 30% 32%, transparent 32% 55%, #5D4933 55% 57%, transparent 57% 78%, #543F2B 78% 80%, transparent 80%),
    repeating-linear-gradient(90deg, transparent 0 16%, #6B563D 16% 18%, transparent 18% 33%, #5D4933 33% 35%, transparent 35% 66%, #68523A 66% 68%, transparent 68%);
}

/* seam center line  */
.bookmatch-board::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #1D1815;
}

.snap-chalk {
  position: absolute;
  left: 24%;
  top: 6%;
  width: 82%;
  height: 2px;
  background-color: #D9B98A;
  transform: rotate(2.5deg);
  opacity: 1;
  z-index: 2;
}

.bookmatch-labels {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #9A8F84;
  text-align: center;
  margin-top: 8px;
}

/* Jack plane */
.jack-plane {
  height: 96px;
  position: relative;
  border: 1px solid #4A4036;
  background-color: #B98E5A;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.jack-plane .plane-sole {
  height: 18px;
  width: 100%;
  background-color: #3E6288;
  position: relative;
}

.jack-plane .plane-sole::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #1D1815;
}

.jack-plane .steel-cap {
  position: absolute;
  left: 12%;
  top: 12%;
  width: 34%;
  height: 54%;
  background-color: #557EA8;
  border-radius: 6px 6px 2px 2px;
}

.jack-plane .curly-body {
  position: absolute;
  left: 4%;
  top: 8%;
  width: 78%;
  height: 20px;
  background-color: #9A6F3F;
  border-radius: 50%;
}

.jack-plane .tote {
  position: absolute;
  right: 8%;
  top: 6%;
  width: 26%;
  height: 66%;
  background-color: #8A6540;
  border-radius: 0 40% 60% 0 / 0 60% 80% 0;
}

/* curl shaving */
.curl-tag {
  position: relative;
}

.curl-spiral {
  margin-left: 4px;
  margin-top: -22px;
  width: 44px;
  height: 64px;
  border: 2px solid transparent;
  border-top: 2px solid #F2EAE0;
  border-left: 2px solid #F2EAE0;
  border-radius: 50%;
  transform: rotate(-12deg);
}

/* Marking gauge */
.marking-rig {
  height: 96px;
  border: 1px solid #4A4036;
  background-color: #2A231D;
  position: relative;
  overflow: hidden;
}

.marking-rig .rig-board {
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: 84%;
  height: 26%;
  background-color: #B98E5A;
}

.marking-rig .rig-line {
  position: absolute;
  left: 6%;
  bottom: 26%;
  width: 84%;
  height: 3px;
  background-color: #D9B98A;
}

.marking-rig .rig-gauge {
  position: absolute;
  right: 16%;
  bottom: 30%;
  width: 6px;
  height: 60%;
  background-color: #F2EAE0;
  transform: rotate(-6deg);
}

.marking-rig .rig-fence {
  position: absolute;
  right: 6%;
  bottom: 18%;
  width: 20px;
  height: 8px;
  background-color: #557EA8;
}

.clamp-rack-bl {
  height: 96px;
  border: 1px solid #4A4036;
  background-color: #1D1815;
  position: relative;
  overflow: hidden;
}

.rack-board {
  position: absolute;
  top: 6%;
  left: 4%;
  width: 4px;
  height: 84%;
  background-color: #4A4036;
}

.f-clamp {
  position: absolute;
  left: 6%;
  top: 6%;
  width: 20px;
  height: 82%;
  border-left: 6px solid #3E6288;
  border-right: 6px solid #3E6288;
}

.f-clamp::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
  width: 10px;
  height: 12px;
  background-color: #D9B98A;
  border-radius: 3px;
}

.f-clamp.f2 { margin-left: 24px; }
.f-clamp.f3 { margin-left: 48px; }

.sharpening-stone {
  height: 96px;
  border: 1px solid #4A4036;
  background-color: #3A322C;
  position: relative;
  overflow: hidden;
}

.stone {
  position: absolute;
  left: 18%;
  bottom: 20%;
  width: 64%;
  height: 30%;
  background-color: #9A8F84;
  border-radius: 4px;
}

.slurry {
  position: absolute;
  left: 30%;
  bottom: 34%;
  width: 20%;
  height: 5px;
  background-color: #D9B98A;
  border-radius: 3px;
  left: 24%;
  width: 30%;
}

.parallax-hint {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #4A4036;
  text-align: center;
  padding: 6px 0 12px;
}

/* ============================================================
   CLAMP-RACK ROWS (service list)
   ============================================================ */

.clamp-rack-rows {
  background-color: #302924;
  padding: 70px 0;
}

.clamp-rows-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.clamp-rows-head h2 {
  color: #F2EAE0;
}

.clamp-rows-head p {
  font-size: 17px;
}

.clamp-row {
  display: grid;
  grid-template-columns: 74px 1fr 130px;
  gap: 22px;
  align-items: center;
  background-color: #3A322C;
  border: 1px solid #3E6288;
  margin-bottom: 11px;
  padding: 26px 26px 26px 14px;
  position: relative;
}

.clamp-column {
  align-self: stretch;
  background-color: #1D1815;
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clamp-hanger {
  position: relative;
  width: 30px;
  height: 86px;
  border-left: 10px solid #3E6288;
  border-right: 10px solid #3E6288;
}

.clamp-hanger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 14px;
  background-color: #D9B98A;
  border-radius: 2px;
}

.clamp-row.alternate .clamp-hanger {
  transform: scaleX(-1);
}

.clamp-row .row-body h3 {
  color: #F2EAE0;
  margin-bottom: 8px;
}

.clamp-row .row-body p {
  color: #9A8F84;
  margin-bottom: 0;
}

.joint-tag {
  background-color: #F2EAE0;
  color: #1D1815;
  padding: 12px 12px;
  text-align: center;
  font-family: "Courier New", monospace;
  position: relative;
}

.joint-tag .jt-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1D1815;
  display: block;
}

.joint-tag .jt-grit {
  display: inline-block;
  margin-top: 8px;
  background-color: #3E6288;
  color: #F2EAE0;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 8px;
}

.joint-tag .jt-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3E6288;
  border-radius: 50%;
  margin-top: 6px;
}

.joint-tag .jt-dot.pale {
  background-color: #D9B98A;
}

/* ============================================================
   METRIC BAND
   ============================================================ */

.metric-band {
  background-color: #1D1815;
  padding: 56px 24px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1120px;
  margin: 0 auto;
}

.metric {
  text-align: center;
  border-right: 1px solid #3E6288;
  padding: 10px 6px;
}

.metric:last-child {
  border-right: none;
}

.metric .metric-num {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #F2EAE0;
  line-height: 1;
}

.metric .metric-label {
  display: block;
  margin-top: 12px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3E6288;
}

/* ============================================================
   STATEMENT BAND
   ============================================================ */

.statement-band {
  background-color: #3A322C;
  padding: 62px 24px;
  border-top: 1px solid #4A4036;
  border-bottom: 1px solid #4A4036;
}

.statement-inner {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 30px;
  border-left: 4px solid #3E6288;
}

.statement-inner p {
  font-size: 26px;
  line-height: 1.5;
  color: #F2EAE0;
  font-family: Georgia, serif;
}

.statement-inner .attr {
  margin-top: 22px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9A8F84;
}

/* ============================================================
   CTA BAND + GENERIC PAGE SECTIONS
   ============================================================ */

.cta-band {
  background-color: #302924;
  padding: 74px 24px;
  text-align: center;
}

.cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.cta-inner h2 {
  color: #3E6288;
  font-size: 30px;
}

.cta-inner p {
  margin-bottom: 28px;
}

/* Generic main page block for services/contact */
.mainsect {
  background-color: #302924;
  padding: 76px 0;
}

.mainsect .wrap h2 {
  color: #F2EAE0;
}

.lede {
  font-size: 19px;
  max-width: 800px;
}

/* service feature panels on services page */
.svc-panel {
  background-color: #3A322C;
  border: 1px solid #3E6288;
  border-left: 6px solid #3E6288;
  padding: 28px 30px;
  margin-bottom: 22px;
}

.svc-panel h3 {
  color: #F2EAE0;
}

.svc-panel h3 .svc-num {
  color: #3E6288;
  font-family: "Courier New", monospace;
  margin-right: 10px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 34px 0;
}

.step {
  background-color: #1D1815;
  border-top: 3px solid #3E6288;
  padding: 20px;
}

.step .step-num {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
  color: #3E6288;
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}

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

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

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
}

.contact-form-box {
  background-color: #3A322C;
  border: 1px solid #3E6288;
  padding: 30px;
}

.contact-form-box label {
  display: block;
  font-family: "Trebuchet MS", "Avenir Next", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A8F84;
  margin-bottom: 6px;
  margin-top: 16px;
}

.contact-form-box label:first-child {
  margin-top: 0;
}

.contact-form-box input,
.contact-form-box textarea {
  width: 100%;
  background-color: #1D1815;
  border: 1px solid #4A4036;
  color: #F2EAE0;
  padding: 12px 14px;
  font-family: Georgia, serif;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-form-box textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
  outline: none;
  border-color: #3E6288;
}

.contact-form-box .btn {
  width: 100%;
  margin-top: 22px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.form-note {
  margin-top: 14px;
  font-size: 13px;
  color: #9A8F84;
}

.form-note a {
  color: #D9B98A;
}

.contact-info-col h3 {
  color: #F2EAE0;
}

.contact-info-col p {
  color: #9A8F84;
}

.info-line {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: baseline;
}

.info-line .k {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3E6288;
  min-width: 74px;
}

.info-line .v {
  color: #F2EAE0;
}

.business-hours {
  margin-top: 26px;
}

.business-hours h4 {
  color: #3E6288;
  margin-bottom: 6px;
  font-size: 16px;
}

.business-hours ul {
  list-style: none;
}

.business-hours li {
  color: #9A8F84;
  padding: 4px 0;
  border-bottom: 1px dotted #4A4036;
}

/* FAQ accordion */
.faq-list {
  margin-top: 44px;
}

.faq-item {
  background-color: #3A322C;
  border: 1px solid #3E6288;
  margin-bottom: 10px;
}

.faq-item .faq-q {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  cursor: pointer;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #F2EAE0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.faq-item .faq-q::after {
  content: "+";
  position: absolute;
  right: 22px;
  color: #3E6288;
  font-size: 20px;
}

.faq-item.open .faq-q::after {
  content: "−";
}

.faq-item .faq-a {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 22px 20px;
}

/* ============================================================
   SAWDUST-SWEEP FOOTER
   ============================================================ */

.sawdust-sweep-footer {
  position: relative;
  z-index: 1;
  background-color: #1D1815;
  border-top: 1px solid #4A4036;
}

.bench-brush-strip {
  height: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #3A322C;
  border-bottom: 1px solid #4A4036;
  padding: 3px 0;
  overflow: hidden;
}

.bench-brush {
  margin-left: 24px;
  width: 120px;
  height: 6px;
  background-color: #1D1815;
  display: flex;
}

.bench-brush .brush-hair {
  flex: 1;
  border: 1px solid #4A4036;
  background-color: #2A231D;
}

.dust-heap {
  width: 60px;
  height: 8px;
  border-radius: 50%;
  background-color: #4A4036;
}

.footer-zones {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.4fr;
  gap: 34px;
  padding: 44px 0 34px;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}

.footer-mg {
  width: 30px;
  height: 24px;
  position: relative;
  margin-bottom: 12px;
}

.footer-mg .stem {
  position: absolute;
  left: 10px;
  top: 0;
  width: 3px;
  height: 22px;
  background-color: #D9B98A;
  transform: rotate(8deg);
}

.footer-mg .fence {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 18px;
  height: 4px;
  background-color: #9A8F84;
}

.footer-wordmark {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #F2EAE0;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-blurb {
  color: #9A8F84;
  font-size: 14px;
  max-width: 300px;
}

.foot-col-groups {
  display: flex;
  gap: 26px;
}

.footer-link-groups {
  display: flex;
  gap: 34px;
}

.f-lg {
  display: flex;
  flex-direction: column;
}

.f-lg .f-lab {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3E6288;
  margin-bottom: 12px;
}

.f-lg a {
  color: #9A8F84;
  font-size: 15px;
  padding: 4px 0;
  text-decoration: none;
}

.f-lg a:hover {
  color: #F2EAE0;
  text-decoration: none;
}

.foot-contact p {
  color: #9A8F84;
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.foot-contact a {
  color: #D9B98A;
}

.f-legal {
  position: relative;
  z-index: 1;
  border-top: 1px solid #4A4036;
  padding: 18px 0 22px;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #9A8F84;
}

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

@media (max-width: 980px) {
  .bench-room-inner {
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 18px 24px;
  }
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .metric:nth-child(2) {
    border-right: none;
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-zones {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav-row {
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    border-top: 1px solid #4A4036;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links .pin-dot {
    display: none;
  }
  .hero-headline {
    font-size: 36px;
  }
  .clamp-row {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .clamp-column {
    min-height: 40px;
    height: 44px;
  }
  .clamp-hanger {
    height: 34px;
    transform: none !important;
  }
  .joint-tag {
    max-width: 180px;
  }
  .bench-room-inner {
    grid-template-columns: 1fr;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .metric {
    border-right: none;
    border-bottom: 1px solid #3E6288;
    padding: 18px 0;
  }
  .process-steps {
    grid-template-columns: 1fr;
  }
  .hero-upper {
    padding: 52px 20px 44px;
  }
}

/* ============================================================
   SCROLL / DECORATIVE RULES (non-vital; safe without JS)
   ============================================================ */

.reveal {
  opacity: 1;
  transform: none;
}

.plane-tone {
  color: #3E6288;
}
