/* ============================================================
   JERRYSELECT — AHOY MATEY TRAVELS LLC
   Workshop Harvest theme — deep espresso + harvest tangerine
   ============================================================ */

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

html {
  background-color: #16110C;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #16110C;
  color: #F2E8DC;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  color: #FBF5EC;
  margin: 0 0 0.5em;
  line-height: 1.15;
  font-weight: 700;
}

p {
  margin: 0 0 1em;
}

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

a:hover {
  text-decoration: underline;
}

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

:focus-visible {
  outline: 3px solid #E88A3A;
  outline-offset: 2px;
}

::selection {
  background-color: #E88A3A;
  color: #16110C;
}

/* ------------------------------------------------------------
   Shared layout helpers
   ------------------------------------------------------------ */

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

.btn {
  display: inline-block;
  padding: 15px 32px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 6px;
  border: 2px solid transparent;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-primary {
  background-color: #E88A3A;
  color: #16110C;
}

.btn-primary:hover {
  background-color: #F0924A;
  color: #16110C;
}

.btn-outline {
  border-color: #FBF5EC;
  color: #FBF5EC;
  background-color: transparent;
}

.btn-outline:hover {
  background-color: #FBF5EC;
  color: #16110C;
}

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E88A3A;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  background-color: #9AA46A;
  display: inline-block;
}

.section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 48px;
}

.section-head h2 {
  font-size: 40px;
  margin: 0;
}

.section-intro {
  color: #C4AD94;
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
  margin: 18px auto 0;
}

/* ------------------------------------------------------------
   Scroll reveal (JS driven, safe fallback without JS)
   ------------------------------------------------------------ */

.fade-up {
  opacity: 1;
  transform: none;
}

.js .fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js .fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ------------------------------------------------------------
   NAVIGATION — two-row top nav
   ------------------------------------------------------------ */

.two-row-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #16110C;
  border-top: 4px solid #E88A3A;
  box-shadow: 0 1px 0 #33261A;
}

.two-row-nav.scrolled {
  box-shadow: 0 6px 24px #0E0A06;
}

.two-row-nav .utility-row {
  background-color: #33261A;
}

.utility-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FBF5EC;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand:hover {
  color: #FBF5EC;
  text-decoration: none;
}

.compass-diamond {
  width: 11px;
  height: 11px;
  background-color: #E88A3A;
  transform: rotate(45deg);
  display: inline-block;
  box-shadow: 0 0 0 2px #33261A inset;
}

.utility-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.start-pill {
  display: inline-block;
  background-color: #E88A3A;
  color: #16110C;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 10px 24px;
  border-radius: 999px;
  border: 2px solid #E88A3A;
}

.start-pill:hover {
  background-color: #F0924A;
  color: #16110C;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 1px solid #4A3A28;
  color: #F2E8DC;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle:hover {
  border-color: #E88A3A;
  color: #E88A3A;
}

.toggle-bar {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #E88A3A;
}

.toggle-bar::before,
.toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #E88A3A;
}

.toggle-bar::before {
  top: -6px;
}

.toggle-bar::after {
  top: 6px;
}

.link-row {
  background-color: #16110C;
  border-bottom: 1px solid #33261A;
}

.link-row-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.link-row-inner a {
  display: inline-block;
  color: #F2E8DC;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 28px;
  position: relative;
}

.link-row-inner a + a {
  border-left: 1px solid #33261A;
}

.link-row-inner a:hover {
  color: #E88A3A;
  text-decoration: none;
}

.link-row-inner a:hover::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 8px;
  height: 2px;
  background-color: #E88A3A;
}

/* ------------------------------------------------------------
   HERO — mirrored split, visual left / text right
   ------------------------------------------------------------ */

.mirror-hero {
  display: flex;
  min-height: 600px;
  background-color: #16110C;
}

.mirror-hero .visual-panel {
  width: 45%;
  position: relative;
  background-color: #231A12;
  overflow: hidden;
  flex-shrink: 0;
}

.workshop-visual {
  position: absolute;
  inset: 0;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 28px 24px;
}

.workshop-visual .gear {
  grid-area: 1 / 1;
  justify-self: start;
  align-self: start;
}

.workshop-visual .wrench {
  grid-area: 1 / 2;
  justify-self: end;
  align-self: end;
  margin-bottom: 6px;
}

.workshop-visual .crate {
  grid-area: 2 / 1;
  justify-self: start;
  align-self: end;
}

.workshop-visual .grain-sack {
  grid-area: 2 / 2;
  justify-self: end;
  align-self: end;
}

.workshop-visual .field-wrap {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: start;
  align-self: end;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

/* gear — a circle with eight rectangular teeth and a square hub hole */
.gear {
  position: relative;
  width: 216px;
  height: 216px;
}

.gear .gear-body {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #E88A3A;
}

.gear .gear-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background-color: #231A12;
  border: 2px solid #33261A;
}

.gear .tooth {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 48px;
  margin-left: -15px;
  background-color: #E88A3A;
  transform-origin: 50% 108px;
}

.gear .t1 { transform: rotate(45deg); }
.gear .t2 { transform: rotate(90deg); }
.gear .t3 { transform: rotate(135deg); }
.gear .t4 { transform: rotate(180deg); }
.gear .t5 { transform: rotate(225deg); }
.gear .t6 { transform: rotate(270deg); }
.gear .t7 { transform: rotate(315deg); }

/* wrench silhouette */
.wrench {
  position: relative;
  width: 132px;
  height: 62px;
}

.wrench::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  height: 18px;
  background-color: #F2E8DC;
  border-radius: 9px;
}

.wrench::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: #F2E8DC;
  border-radius: 50%;
}

.wrench .wrench-gap {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 30px;
  background-color: #231A12;
  border-radius: 50%;
}

/* crate of stacked slats */
.crate {
  position: relative;
  width: 230px;
  height: 100px;
}

.crate::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  width: 6px;
  margin-left: -3px;
  background-color: #33261A;
  border-radius: 2px;
}

.crate .slat {
  position: absolute;
  left: 0;
  width: 230px;
  height: 26px;
  background-color: #C4AD94;
  border-radius: 3px;
}

.crate .slat::before,
.crate .slat::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #33261A;
  border-radius: 50%;
  transform: translateY(-50%);
}

.crate .slat::before { left: 14px; }
.crate .slat::after { right: 14px; }

.crate .slat-a { top: 0; }
.crate .slat-b { top: 37px; background-color: #F2E8DC; }
.crate .slat-c { top: 74px; }

/* grain sack square */
.grain-sack {
  position: relative;
  width: 58px;
  height: 58px;
  background-color: #C4AD94;
  border: 3px solid #33261A;
}

.grain-sack::before,
.grain-sack::after {
  content: "";
  position: absolute;
  inset: 0;
}

.grain-sack::before {
  background: linear-gradient(to top right, transparent 46%, #33261A 46%, #33261A 54%, transparent 54%);
}

.grain-sack::after {
  background: linear-gradient(to bottom right, transparent 46%, #33261A 46%, #33261A 54%, transparent 54%);
}

/* sun disk over a field line */
.sun-disk {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #E88A3A;
  margin-bottom: 12px;
}

.field-line {
  width: 220px;
  height: 5px;
  background-color: #9AA46A;
  border-radius: 3px;
}

/* hero text column */
.hero-text {
  width: 55%;
  padding: 76px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text .headline {
  font-size: 50px;
  color: #FBF5EC;
  margin: 0 0 24px;
  line-height: 1.08;
}

.hero-text .headline .accent {
  color: #E88A3A;
}

.hero-sub {
  color: #C4AD94;
  font-size: 17px;
  line-height: 1.75;
  max-width: 56ch;
  margin: 0 0 34px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 42px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-stat .stat-value {
  color: #FBF5EC;
  font-size: 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-stat .stat-tick {
  width: 9px;
  height: 9px;
  background-color: #9AA46A;
  display: inline-block;
}

.hero-stat .stat-label {
  color: #C4AD94;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   SECTION — capability ledger
   ------------------------------------------------------------ */

.capability-ledger {
  background-color: #231A12;
  padding: 88px 0;
}

.ledger {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ledger-row {
  display: grid;
  grid-template-columns: 96px 1fr 300px 44px;
  gap: 24px;
  align-items: center;
  padding: 30px 12px;
  border-bottom: 1px solid #33261A;
  transition: background-color 0.2s ease;
}

.ledger-row:first-child {
  border-top: 1px solid #33261A;
}

.ledger-row:hover {
  background-color: #2A1F15;
}

.ledger-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #E88A3A;
}

.ledger-body h3 {
  color: #FBF5EC;
  font-size: 24px;
  margin: 0 0 10px;
}

.ledger-body p {
  color: #F2E8DC;
  font-size: 15px;
  line-height: 1.75;
  max-width: 640px;
  margin: 0;
}

.ledger-scope {
  color: #C4AD94;
  font-size: 14px;
  line-height: 1.6;
}

.status-tick {
  width: 14px;
  height: 14px;
  background-color: #9AA46A;
  border-radius: 50%;
  justify-self: end;
}

/* ------------------------------------------------------------
   SECTION — process rail
   ------------------------------------------------------------ */

.process-rail {
  background-color: #16110C;
  padding: 88px 0;
}

.rail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  display: flex;
  gap: 0;
}

.rail::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 8%;
  right: 8%;
  height: 2px;
  background-color: #E88A3A;
}

.rail-node {
  flex: 1;
  position: relative;
  padding: 0 26px 0 0;
}

.rail-node::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #E88A3A;
  border: 3px solid #16110C;
  box-shadow: 0 0 0 1px #E88A3A;
}

.rail-node .node-label {
  color: #FBF5EC;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-top: 40px;
  font-family: inherit;
}

.rail-node .node-note {
  color: #C4AD94;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 34ch;
}

/* ------------------------------------------------------------
   SECTION — metric band (solid tangerine)
   ------------------------------------------------------------ */

.metric-band {
  background-color: #E88A3A;
}

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

.metric {
  text-align: center;
  padding: 58px 20px;
}

.metric + .metric {
  border-left: 1px solid #16110C;
}

.metric-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 800;
  color: #16110C;
  margin: 0 0 8px;
  line-height: 1;
}

.metric-label {
  color: #5C4326;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}

/* ------------------------------------------------------------
   SECTION — workshop quote panel
   ------------------------------------------------------------ */

.workshop-quote {
  background-color: #33261A;
  padding: 88px 0;
}

.workshop-quote .wrap {
  max-width: 960px;
}

.workshop-quote .quote-lead {
  color: #C4AD94;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 26px;
  max-width: 720px;
}

.workshop-quote .quote-note {
  color: #C4AD94;
  font-size: 15px;
  margin: 26px 0 0;
  padding-left: 36px;
  max-width: 720px;
}

.workshop-quote blockquote {
  margin: 0;
  padding: 12px 0 12px 36px;
  border-left: 6px solid #E88A3A;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.55;
  color: #FBF5EC;
}

.sage-square {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #9AA46A;
  margin-left: 12px;
  vertical-align: baseline;
}

/* ------------------------------------------------------------
   SECTION — CTA band
   ------------------------------------------------------------ */

.cta-band {
  background-color: #16110C;
  padding: 88px 0;
  text-align: center;
}

.cta-band h2 {
  font-size: 42px;
  margin: 0 auto 18px;
  max-width: 760px;
}

.cta-sub {
  color: #C4AD94;
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto 34px;
}

/* ------------------------------------------------------------
   FOOTER — link-row footer
   ------------------------------------------------------------ */

.link-row-footer {
  background-color: #0E0A06;
}

.footer-link-row {
  background-color: #231A12;
  padding: 34px 24px;
  text-align: center;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  position: relative;
}

.footer-links::before,
.footer-links::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #E88A3A;
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}

.footer-links a {
  color: #F2E8DC;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: #E88A3A;
  text-decoration: none;
}

.legal-band {
  background-color: #0E0A06;
  padding: 24px 24px 30px;
  text-align: center;
}

.legal-band p {
  color: #C4AA8C;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.legal-band a {
  color: #F2E8DC;
}

.legal-band a:hover {
  color: #E88A3A;
}

/* ------------------------------------------------------------
   SECONDARY PAGES — shared page hero
   ------------------------------------------------------------ */

.page-hero {
  background-color: #16110C;
  padding: 84px 0 72px;
  border-bottom: 1px solid #33261A;
}

.page-hero .wrap {
  max-width: 960px;
}

.page-hero h1 {
  font-size: 46px;
  margin: 0 0 18px;
}

.page-hero h1 .accent {
  color: #E88A3A;
}

.page-hero .hero-sub {
  max-width: 66ch;
  margin: 0;
}

.page-crumb {
  color: #C4AD94;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.page-crumb a {
  color: #E88A3A;
}

/* ------------------------------------------------------------
   SERVICES PAGE
   ------------------------------------------------------------ */

.services-page {
  background-color: #16110C;
}

.service-entry {
  padding: 74px 0;
}

.service-entry .wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}

.service-entry-alt {
  background-color: #231A12;
}

.service-index {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #E88A3A;
  margin-bottom: 10px;
}

.service-entry h2 {
  font-size: 30px;
  color: #FBF5EC;
  margin: 0 0 6px;
}

.service-entry .service-tag {
  display: inline-block;
  background-color: #33261A;
  border: 1px solid #4A3A28;
  color: #9AA46A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.service-entry .service-copy p {
  color: #F2E8DC;
  font-size: 16px;
  line-height: 1.8;
}

.service-entry .service-copy p + p {
  margin-top: 1em;
}

.process-overview {
  background-color: #33261A;
  padding: 84px 0;
}

.process-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.process-step {
  position: relative;
  padding: 0 0 0 34px;
  border-left: 2px solid #E88A3A;
}

.process-step .step-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  color: #E88A3A;
  display: block;
  margin-bottom: 6px;
}

.process-step .step-title {
  color: #FBF5EC;
  font-size: 20px;
  margin: 0 0 8px;
}

.process-step p {
  color: #C4AD94;
  margin: 0;
}

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

.contact-page {
  background-color: #16110C;
}

.contact-grid {
  padding: 80px 0;
}

.contact-grid .wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
}

.contact-card {
  background-color: #231A12;
  border: 1px solid #33261A;
  border-top: 4px solid #E88A3A;
  padding: 32px 30px;
  margin-bottom: 28px;
}

.contact-card h2 {
  font-size: 20px;
  color: #FBF5EC;
  margin: 0 0 16px;
}

.contact-card p {
  color: #C4AD94;
  margin: 0 0 8px;
}

.contact-card .contact-value {
  color: #FBF5EC;
  font-weight: 700;
  word-break: break-word;
}

.contact-card .contact-value a {
  color: #E88A3A;
}

.contact-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-card li {
  color: #C4AD94;
  padding: 8px 0;
  border-bottom: 1px solid #33261A;
}

.contact-card li:last-child {
  border-bottom: none;
}

.hours-label {
  color: #9AA46A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.contact-form-wrap {
  background-color: #231A12;
  border: 1px solid #33261A;
  border-top: 4px solid #E88A3A;
  padding: 36px 34px;
}

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

.contact-form-wrap > p {
  color: #C4AD94;
  margin: 0 0 26px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #FBF5EC;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  background-color: #16110C;
  border: 1px solid #4A3A28;
  color: #F2E8DC;
  font-size: 16px;
  font-family: inherit;
  padding: 13px 16px;
  border-radius: 6px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #E88A3A;
  outline: none;
}

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

.form-status {
  color: #9AA46A;
  font-weight: 600;
  margin: 16px 0 0;
  min-height: 24px;
}

.form-actions {
  margin-top: 8px;
}

/* FAQ */
.faq-section {
  padding: 84px 0 96px;
  background-color: #16110C;
}

.faq-section .wrap {
  max-width: 860px;
}

.faq-item {
  background-color: #231A12;
  border: 1px solid #33261A;
  border-left: 4px solid #E88A3A;
  margin-bottom: 16px;
}

.faq-question {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #FBF5EC;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question::after {
  content: "+";
  color: #E88A3A;
  font-size: 24px;
  line-height: 1;
  font-family: inherit;
}

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

.faq-answer {
  display: none;
  padding: 0 24px 22px;
  color: #C4AD94;
  line-height: 1.75;
}

.faq-item.open .faq-answer {
  display: block;
}

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

@media (max-width: 1080px) {
  .mirror-hero .hero-text {
    padding: 60px 40px;
  }

  .hero-text .headline {
    font-size: 42px;
  }

  .ledger-row {
    grid-template-columns: 70px 1fr 220px 36px;
    gap: 16px;
  }
}

@media (max-width: 880px) {
  .nav-toggle {
    display: inline-flex;
  }

  .link-row {
    display: none;
  }

  .link-row.open {
    display: block;
  }

  .link-row-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .link-row-inner a {
    width: 100%;
    text-align: center;
    border-left: none;
    border-top: 1px solid #33261A;
  }

  .link-row-inner a:hover::after {
    display: none;
  }

  .mirror-hero {
    flex-direction: column;
  }

  .mirror-hero .visual-panel {
    width: 100%;
    min-height: 380px;
  }

  .mirror-hero .hero-text {
    width: 100%;
    padding: 56px 24px;
  }

  .hero-text .headline {
    font-size: 38px;
  }

  .hero-stats {
    gap: 24px;
  }

  .ledger-row {
    grid-template-columns: 52px 1fr 36px;
    gap: 14px;
  }

  .ledger-scope {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  .ledger-body h3 {
    font-size: 21px;
  }

  .rail {
    flex-direction: column;
    gap: 0;
  }

  .rail::before {
    top: 8px;
    bottom: 8px;
    left: 12px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .rail-node {
    padding: 0 0 0 44px;
    margin-bottom: 36px;
  }

  .rail-node .node-label {
    padding-top: 0;
  }

  .rail-node::before {
    top: 2px;
  }

  .metric-band-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(3) {
    border-left: none;
    border-top: 1px solid #16110C;
  }

  .metric:nth-child(4) {
    border-top: 1px solid #16110C;
  }

  .service-entry .wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .utility-inner {
    padding: 10px 16px;
  }

  .brand {
    font-size: 19px;
    letter-spacing: 0.1em;
  }

  .start-pill {
    padding: 8px 16px;
    font-size: 13px;
  }

  .workshop-visual {
    padding: 36px 28px;
    gap: 24px 16px;
  }

  .gear {
    transform: scale(0.85);
    transform-origin: top left;
  }

  .crate {
    transform: scale(0.85);
    transform-origin: bottom left;
  }

  .field-line {
    width: 150px;
  }

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

  .hero-text .headline {
    font-size: 32px;
  }

  .metric-num {
    font-size: 44px;
  }

  .workshop-quote blockquote {
    font-size: 22px;
    padding-left: 22px;
  }

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

  .page-hero h1 {
    font-size: 34px;
  }

  .footer-links::before,
  .footer-links::after {
    display: none;
  }
}
