/* ============================================================
   JOPAL INSURANCE LLC — Independent Broker File Room Theme
   Palette:
   - POLICY LINEN body background  #F1EFE7
   - DEED INK text                 #272A2E
   - UNDERWRITING NAVY accent      #2C4A66
   - PINEWOOD MOSS structural      #5C6B4E
   - STAMP MAUVE chips             #A6788C
   - BINDER CREAM cards            #F9F7EE
   - ARCHIVE SLATE darkest band    #23272B
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #F1EFE7;
  color: #272A2E;
  line-height: 1.55;
  overflow-x: hidden;
}
a {
  color: #2C4A66;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 14px;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.22;
}

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

/* ============================================================
   POLICY FILE NAV  (.policyfile)
   ============================================================ */

.policyfile {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F1EFE7;
  box-shadow: 0 4px 0 #5C6B4E;
}

.policyfile .nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.policyfile .brand-plate {
  display: flex;
  align-items: center;
  background-color: #2C4A66;
  color: #F9F7EE;
  padding: 8px 18px 8px 10px;
  border-radius: 4px;
  text-decoration: none;
}

.policyfile .brand-plate:hover {
  text-decoration: none;
  background-color: #23272B;
}

.policyfile .brand-plate:hover a {
  color: #F9F7EE;
}

.policyfile .brand-name {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.policyfile .binder-glyph {
  width: 13px;
  height: 32px;
  background-color: #5C6B4E;
  border-radius: 2px;
  margin: 0 12px 0 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 2px;
}

.policyfile .glyph-label {
  width: 8px;
  height: 7px;
  background-color: #F9F7EE;
  border-radius: 1px;
  margin-left: 1px;
}

.policyfile .nav-links {
  display: flex;
  align-items: stretch;
  gap: 2px;
  flex-wrap: wrap;
}

.policyfile .nav-spine {
  display: block;
  background-color: #F9F7EE;
  padding: 12px 16px 12px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 15px;
  font-weight: bold;
  color: #272A2E;
  border-left: 5px solid #2C4A66;
  font-family: Georgia, "Times New Roman", Times, serif;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.policyfile .nav-spine.active {
  background-color: #2C4A66;
  color: #F9F7EE;
  border-left-color: #5C6B4E;
}

.policyfile .nav-spine:hover {
  background-color: #23272B;
  color: #F9F7EE;
  text-decoration: none;
  border-left-color: #A6788C;
}

.policyfile .nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2C4A66;
  color: #F9F7EE;
  padding: 12px 20px;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 15px;
}

.policyfile .nav-cta:hover {
  background-color: #5C6B4E;
  text-decoration: none;
  color: #F9F7EE;
}

.policyfile .nav-toggle {
  display: none;
  background-color: #2C4A66;
  color: #F9F7EE;
  border: none;
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 18px;
  font-family: Georgia, serif;
  cursor: pointer;
}

/* Mobile drawer handled by .nav-links stacking in media block */

.policyfile .nav-footer-shelf {
  height: 5px;
  background-color: #5C6B4E;
  position: relative;
}

.policyfile .shelf-bracket-l {
  width: 26px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: -10px;
  background-color: #5C6B4E;
  border-radius: 3px 3px 0 0;
}

.policyfile .shelf-bracket-r {
  width: 26px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: -10px;
  background-color: #5C6B4E;
  border-radius: 3px 3px 0 0;
}

/* Right side action row inside the nav */
.policyfile .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Mobile: show hamburger, collapse links into an absolute drawer */
@media (max-width: 880px) {
  .nav-toggle {
    display: inline-block !important;
  }

  .policyfile .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #F1EFE7;
    flex-direction: column;
    padding: 12px 16px 20px;
    gap: 8px;
    box-shadow: 0 10px 12px #C9BDAA;
  }

  .policyfile .nav-links.mobile-open {
    display: flex;
  }

  .policyfile .nav-links .nav-spine {
    display: block;
    text-align: left;
  }

  .cta-btn-solid,
  .cta-btn-moss {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   UNDERWRITING DESK HERO  (.underdesk)
   ============================================================ */

.underdesk {
  background-color: #F9F7EE;
}

.underdesk .broker-wall {
  background-color: #F9F7EE;
  position: relative;
  padding: 40px 0 0;
}

.underdesk .inner-wall {
  max-width: 1260px;
  margin: 0 auto;
  padding: 56px 30px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* The navy binder back-wall sat upon the moss shelf-lip. */
.underdesk .binders-band {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.underdesk .wall-binder {
  background-color: #2C4A66;
  border-radius: 3px 3px 0 0;
  width: 66px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding: 10px 8px 12px;
  box-shadow: 0 2px 0 #23272B;
}

.underdesk .bh-low   { height: 118px; }
.underdesk .bh-mid   { height: 152px; }
.underdesk .bh-tall  { height: 186px; }
.underdesk .pull     { height: 200px; transform: translate(8px, -4px) rotate(-1deg); }

/* label bands inside each binder spine */
.underdesk .bl {
  display: block;
  height: 12px;
  width: 100%;
  background-color: #F9F7EE;
  border-radius: 2px;
}

.underdesk .bl-s { width: 60%; }
.underdesk .bl-m { width: 76%; }

/* the moss shelf rail under the binder stack, and its bracket */
.underdesk .shelf-lip {
  height: 12px;
  background-color: #5C6B4E;
  border-radius: 3px;
  position: relative;
  z-index: 3;
  max-width: 470px;
  margin-top: 0;
}

.underdesk .shelf-lip .shelf-wrap-rail {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #5C6B4E;
  border-radius: 3px;
}

/* the renewal calendar rides to the right above the same shelf */
.underdesk .calendar-side {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.underdesk .calendar-plate {
  background-color: #F9F7EE;
  border: 2px solid #2C4A66;
  border-radius: 4px;
  width: 300px;
  padding: 18px 18px 14px;
  box-shadow: 8px 8px 0 #E4DCC6;
  position: relative;
  margin-bottom: 14px;
}

.underdesk .calendar-month {
  font-weight: bold;
  color: #2C4A66;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #5C6B4E;
}

.underdesk .cal-copy {
  font-size: 15px;
  line-height: 1.5;
  color: #272A2E;
}

.underdesk .date-dots {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.underdesk .date-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #A6788C;
  display: inline-block;
}

@media (max-width: 640px) {
  .underdesk .calendar-side {
    justify-content: flex-start;
    margin-top: 26px;
  }
  .underdesk .calendar-plate {
    width: 260px;
  }
}

.underdesk .desk-lipstuff {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  margin-top: -4px;
}

.underdesk .scale-glyph {
  width: 60px;
  height: 34px;
  background-color: #2C4A66;
  border-radius: 50% 50% 8px 8px;
  position: relative;
  z-index: 4;
}

.underdesk .scale-glyph:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 8px;
  background-color: #5C6B4E;
  top: -6px;
  left: 17px;
  border-radius: 4px;
}

.underdesk .scale-glyph:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 12px;
  background-color: #23272B;
  top: -10px;
  left: 28px;
}

/* The desk slab */

.underdesk .desk-slab {
  background-color: #F9F7EE;
  border-top: 3px solid #5C6B4E;
  box-shadow: 0 -3px 0 #2C4A66;
  padding: 46px 0 60px;
}

.underdesk .desk-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}

.underdesk .motto-col {
  text-align: left;
}

.underdesk .motto-eyebrow {
  display: inline-block;
  background-color: #5C6B4E;
  color: #F9F7EE;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
  font-family: Georgia, serif;
}

.underdesk .motto-col h1 {
  font-size: 46px;
  color: #272A2E;
  margin-bottom: 6px;
}

.underdesk .stamp-glyph {
  display: inline-block;
  background-color: #2C4A66;
  color: #F9F7EE;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 3px;
  padding: 3px 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid #23272B;
  font-weight: normal;
}

.underdesk .lead-copy {
  font-size: 19px;
  color: #272A2E;
  margin-bottom: 26px;
  max-width: 520px;
  line-height: 1.6;
}

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

.cta-btn-solid {
  display: inline-block;
  background-color: #2C4A66;
  color: #F9F7EE;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 15px;
}

.cta-btn-solid:hover {
  background-color: #23272B;
  color: #F9F7EE;
  text-decoration: none;
}

.cta-btn-moss {
  display: inline-block;
  border: 2px solid #5C6B4E;
  color: #5C6B4E;
  background-color: #F9F7EE;
  padding: 12px 26px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 15px;
}

.cta-btn-moss:hover {
  background-color: #5C6B4E;
  color: #F9F7EE;
  text-decoration: none;
}

.underdesk .tools-col {
  display: flex;
  justify-content: flex-end;
}

.underdesk .claim-tag {
  background-color: #F9F7EE;
  border: 2px solid #2C4A66;
  border-radius: 5px;
  padding: 16px 20px;
  border-top: none;
  text-align: center;
  box-shadow: 0 8px 0 #E4DCC6;
  width: 210px;
}

.underdesk .desk-tag-line-top {
  font-weight: bold;
  letter-spacing: 0.8px;
  margin: 0 0 6px;
  color: #2C4A66;
  font-size: 14px;
  text-transform: uppercase;
}

.underdesk .desk-tag-line {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #272A2E;
}

.underdesk .tag-hole {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #272A2E;
  margin: 0 auto 10px;
  border: 2px solid #5C6B4E;
}

/* Hero kick strip */

.underdesk .kick-strip {
  background-color: #23272B;
  color: #F9F7EE;
}

.underdesk .kick-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.underdesk .stat-item {
  text-align: center;
  flex: 1 1 160px;
}

.underdesk .stat-number {
  font-size: 40px;
  color: #F9F7EE;
  font-weight: bold;
}

.underdesk .stat-label {
  color: #F9F7EE;
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.underdesk .stat-item + .stat-item {
  border-left: 2px solid #2C4A66;
  padding-left: 30px;
}

@media (max-width: 900px) {
  .underdesk .stat-item + .stat-item {
    border-left: none;
    padding-left: 0;
    border-top: 2px solid #2C4A66;
    padding-top: 18px;
  }
}

/* ============================================================
   RISK DOCKET ROWS  (.riskdocket)
   ============================================================ */

.riskdocket {
  background-color: #F1EFE7;
  padding: 70px 0 40px;
}

.riskdocket .inner-risk {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.riskdocket-head {
  text-align: center;
  margin-bottom: 62px;
}

.riskdocket .section-rule {
  width: 74px;
  height: 5px;
  background-color: #2C4A66;
  margin: 18px auto 22px;
}

.riskdocket-head h2 {
  font-size: 38px;
  color: #272A2E;
}

.riskdocket-head .sub-lead {
  font-size: 18px;
  color: #272A2E;
  max-width: 620px;
  margin: 10px auto 0;
}

/* one docket row */

.docket-row {
  background-color: #F9F7EE;
  border: 1px solid #D9CDB8;
  border-radius: 0 10px 10px 0;
  position: relative;
  margin-bottom: 40px;
  padding: 34px 40px 34px 70px;
  box-shadow: 0 3px 0 #D9CDB8;
  transition: transform 0.2s ease;
}

.docket-row.even2 {
  transform: translateX(40px);
}

.docket-row:hover {
  box-shadow: 0 4px 0 #A6788C;
}

/* punched holes along left edge */

.docket-row .punch-strip {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  background-color: #2C4A66;
  border-radius: 4px 0 0 4px;
}

.docket-row .punch-hole {
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #F9F7EE;
  border: 2px solid #272A2E;
  border-radius: 50%;
}

.docket-row .punch-top {
  top: 30px;
  left: 7px;
}

.docket-row .punch-mid {
  top: 47%;
  left: 7px;
}

.docket-row .docket-body {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 30px;
  align-items: start;
}

.docket-row .file-stamp {
  display: inline-block;
  background-color: #2C4A66;
  color: #F9F7EE;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.8px;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

.docket-row .cover-label {
  display: inline-block;
  background-color: #A6788C;
  color: #F9F7EE;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: Georgia, serif;
  margin-left: 8px;
}

.docket-row .row-num {
  font-size: 54px;
  color: #E4DCC6;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}

.docket-row h3 {
  font-size: 25px;
  color: #272A2E;
  margin: 4px 0 4px;
}

.docket-row .details-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #2C4A66;
  border-bottom: 2px solid #A6788C;
  padding-bottom: 2px;
}

.docket-row .details-link:hover {
  border-color: #2C4A66;
}

.docket-row:nth-child(even) .cover-label {
  background-color: #2C4A66;
}

@media (max-width: 800px) {
  .docket-row.even2 {
    transform: none;
  }
  .docket-row .docket-body {
    grid-template-columns: 1fr;
  }
  .docket-row {
    padding: 30px 25px 30px 55px;
  }
}

/* ============================================================
   FULL-WIDTH STATEMENT BAND  (.stat-band)
   ============================================================ */

.stat-band {
  background-color: #23272B;
  color: #F9F7EE;
  padding: 62px 0;
}

.stat-band .inner-band {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}

.stat-band .big-figure {
  font-size: 88px;
  color: #F9F7EE;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1px;
}

.stat-band .figure-note {
  white-space: nowrap;
  color: #E4DCC6;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 1px;
}

.stat-band .band-pledge h3 {
  font-size: 27px;
  color: #F9F7EE;
  margin-bottom: 10px;
}

.stat-band .band-pledge p {
  color: #F9F7EE;
  font-size: 18px;
}

@media (max-width: 800px) {
  .stat-band .inner-band {
    grid-template-columns: 1fr;
  }
  .stat-band .big-figure {
    font-size: 66px;
  }
}

/* ============================================================
   BIND AND ISSUE FLOW  (.bindflow)
   ============================================================ */

.bindflow {
  background-color: #5C6B4E;
  padding: 72px 0 76px;
}

.bindflow .inner-flow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.bindflow .flow-title {
  text-align: center;
  margin-bottom: 48px;
}

.bindflow .flow-title .kick {
  display: inline-block;
  background-color: #23272B;
  color: #F9F7EE;
  font-size: 13px;
  letter-spacing: 1.4px;
  padding: 5px 14px;
  text-transform: uppercase;
  font-family: Georgia, serif;
  border-radius: 3px;
  margin-bottom: 12px;
}

.bindflow .flow-title h2 {
  color: #F9F7EE;
  font-size: 36px;
}

.bindflow .flow-title p {
  color: #F9F7EE;
  max-width: 560px;
  margin: 10px auto 0;
}

.bindflow .stamp-path {
  background-color: transparent;
  padding: 30px 0 10px;
  position: relative;
}

.bindflow .path-static {
  position: relative;
  height: 6px;
  background-image: repeating-linear-gradient(90deg,
    #F9F7EE 0, #F9F7EE 12px,
    transparent 12px, transparent 24px);
  margin: 0 60px;
}

.bindflow .dial-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin: -30px 0 0;
  padding: 0 20px;
  position: relative;
}

.bindflow .station {
  flex: 1 1 150px;
  text-align: center;
  background-color: #F9F7EE;
  border: 4px solid #F9F7EE;
  border-radius: 999px;
  padding: 30px 12px 20px;
  box-shadow: 0 4px 0 #2C4A66;
  min-width: 120px;
}

.bindflow .station .stamp-num {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  background-color: #2C4A66;
  color: #F9F7EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
}

.bindflow .station h4 {
  color: #272A2E;
  font-size: 19px;
  margin-bottom: 8px;
}

.bindflow .station p {
  color: #272A2E;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.bindflow .station.final {
  background-color: #2C4A66;
  border-color: #23272B;
}

.bindflow .station.final h4,
.bindflow .station.final p {
  color: #F9F7EE;
}

@media (max-width: 820px) {
  .bindflow .dial-row {
    gap: 16px;
    justify-content: center;
  }
}

/* ============================================================
   ACCENT STRIP  (.renewal-season)
   ============================================================ */

.renewal-season {
  background-color: #2C4A66;
  color: #F9F7EE;
}

.renewal-season .inner-rs {
  max-width: 1080px;
  margin: 0 auto;
  padding: 54px 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.renewal-season .marker {
  display: inline-block;
  border: 2px solid #F9F7EE;
  color: #F9F7EE;
  transform: rotate(-2deg);
  padding: 10px 16px;
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 17px;
  letter-spacing: 2px;
}

.renewal-season .copy-block {
  flex: 1 1 360px;
}

.renewal-season .copy-block h2 {
  font-size: 30px;
  color: #F9F7EE;
  margin-bottom: 6px;
}

.renewal-season .copy-block p {
  color: #F9F7EE;
  font-size: 17px;
  margin-bottom: 0;
}

.btn-cream {
  display: inline-block;
  background-color: #F9F7EE;
  color: #2C4A66;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 15px;
}

.btn-cream:hover {
  background-color: #5C6B4E;
  color: #F9F7EE;
  text-decoration: none;
}

/* ============================================================
   MONTHLY NOTES DOWN THE PAGE (for about portion of home)
   ============================================================ */

.office-note {
  background-color: #F1EFE7;
  padding: 60px 0;
}

.office-note .inner-note {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 46px;
  align-items: center;
}

.office-note h2 {
  font-size: 32px;
  color: #272A2E;
  margin-bottom: 16px;
}

.office-note p {
  color: #272A2E;
  font-size: 17px;
}

.office-note .note-signature {
  margin-top: 24px;
  font-family: Georgia, serif;
  color: #5C6B4E;
  font-style: italic;
  font-size: 20px;
}

.office-note .note-card {
  background-color: #F9F7EE;
  border: 1px solid #23272B;
  border-top: 6px solid #2C4A66;
  padding: 30px 28px;
  box-shadow: 0 8px 0 #D9CDB8;
}

.office-note .note-card .note-label {
  font-size: 12px;
  letter-spacing: 1px;
  color: #A6788C;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.office-note .note-card p {
  font-size: 16px;
}

@media (max-width: 800px) {
  .office-note .inner-note {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   VAULT DRAWER FOOTER  (.vaultdrawer)
   ============================================================ */

.vaultdrawer {
  background-color: #23272B;
  color: #F9F7EE;
  position: relative;
}

.vaultdrawer .archive-cloud {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 120px;
  background-color: #2C4A66;
  border-radius: 0 0 8px 8px;
  visibility: hidden;
}

.vaultdrawer .drawer-tier {
  background-color: #23272B;
  padding: 48px 0 56px;
  position: relative;
  z-index: 1;
}

.vaultdrawer .inner-drawers {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.vaultdrawer .drawer-bank {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 240px;
}

.vaultdrawer .drawer-row {
  display: flex;
  gap: 8px;
}

.vaultdrawer .drawer-slot {
  background-color: #2C4A66;
  border: 1px solid #2C4A66;
  padding: 7px 12px;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  color: #F9F7EE;
  font-size: 13px;
}

.vaultdrawer .drawer-open {
  background-color: #5C6B4E;
  box-shadow: inset 0 -6px 0 #23272B;
}

.vaultdrawer .file-edge {
  width: 60%;
  height: 10px;
  background-color: #E4DCC6;
  border-radius: 1px;
}

.vaultdrawer .pull-knob {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #A6788C;
  border: 1px solid #F9F7EE;
}

.vaultdrawer .motto-stencil {
  font-size: 30px;
  letter-spacing: 2px;
  color: #F9F7EE;
  font-family: Georgia, serif;
  border: 3px solid #F9F7EE;
  padding: 18px 20px;
  display: inline-block;
  transform: rotate(-1deg);
  opacity: 1;
  margin-top: 20px;
}

.vaultdrawer .column-pack {
  background-color: #23272B;
  border-top: 1px solid #2C4A66;
  padding: 20px 0 40px;
  position: relative;
  z-index: 1;
}

.vaultdrawer .inner-colpack {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.vaultdrawer .col-pack {
  color: #F9F7EE;
}

.vaultdrawer .col-pack h4 {
  color: #F9F7EE;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #5C6B4E;
}

.vaultdrawer .col-pack ul {
  list-style: none;
  padding: 0;
}

.vaultdrawer .col-pack li {
  margin-bottom: 9px;
}

.vaultdrawer .col-pack a {
  color: #F9F7EE;
  display: inline-block;
}

.vaultdrawer .col-pack a:hover {
  color: #A6788C;
}

.vaultdrawer .col-pack.address {
  opacity: 1;
}

.vaultdrawer .col-pack.address p {
  line-height: 1.7;
  margin-bottom: 12px;
  color: #F9F7EE;
}

.vaultdrawer .plate-wrap {
  background-color: #F1EFE7;
  padding: 34px 0;
  position: relative;
  z-index: 1;
}

.vaultdrawer .engraved-plate {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  border: 1px solid #2C4A66;
  border-radius: 6px;
  background-color: #E7E3D7;
  text-align: center;
  padding: 26px 24px;
}

.vaultdrawer .plate-company {
  font-size: 30px;
  color: #2C4A66;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Georgia, serif;
}

.vaultdrawer .plate-contact {
  color: #272A2E;
  margin-top: 8px;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.vaultdrawer .plate-contact a {
  color: #2C4A66;
}

.vaultdrawer .brand-links {
  margin-top: 14px;
  font-size: 14px;
}

.vaultdrawer .copyright-stamp {
  text-align: center;
  background-color: #23272B;
  color: #A6788C;
  padding: 18px 20px 26px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: Georgia, serif;
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .vaultdrawer .inner-colpack {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SHARED CONTENT WRAP (.pagewrap)
   ============================================================ */

.pagewrap {
  padding-bottom: 0;
}

.pagewrap h2 {
  color: #272A2E;
}

.no-apostrophe {
  /* helper class reserved */
}

/* ============================================================
   SCROLL REVEAL  (safe no-JS fallback)
   ============================================================ */

[data-reveal] {
  opacity: 1;
  transform: none;
}

.no-hover-fade {
  transition: none;
}

/* For JS enabled we will scope hiding under html.js when needed,
   but MAIN JS must only hide elements that are truly present.
   Primary safety: base is visible, hiding applied by main.js
   by adding the class .reveal-hidden . */

html.js [data-reveal].reveal-hide {
  opacity: 0;
  transform: translateY(22px);
}

html.js [data-reveal].reveal-visible {
  opacity: 1;
  transform: none;
}

/* Only enable the transitions when scripting kicks in; without JS
   (or with the 1200ms force reveal) elements stay visibly intact. */
html.js [data-reveal] {
  transition: opacity 0.75s ease, transform 0.75s ease;
}

html.js [data-reveal].reveal-hide {
  transition: none;
}

/* ============================================================
   MOBILE DRAWER SUPPORT  (class flipped by main.js, pure CSS)
   ============================================================ */

.mailto-helper {
  display: none;
}

.mailto-helper.helper-shown {
  display: block;
  background-color: #E4DCC6;
  border-left: 5px solid #5C6B4E;
  color: #272A2E;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 3px;
}

/* ============================================================
   PAGE-SPECIFIC GENERAL COMPONENTS (index, services, contact)
   ============================================================ */

.page-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  color: #272A2E;
}

.section-heading {
  text-align: center;
  margin-bottom: 46px;
}

.section-heading h2 {
  font-size: 37px;
  color: #272A2E;
}

.section-heading .section-rule {
  margin: 16px auto 16px;
}

.section-heading .sub-lead {
  max-width: 640px;
  margin: 4px auto 0;
  font-size: 17px;
  color: #272A2E;
}

/* contact page pieces borrowed in .contactkit */
.contact-kit {
  background-color: #F9F7EE;
  padding: 18px 26px;
  border-radius: 6px;
  border-left: 8px solid #2C4A66;
  margin-bottom: 20px;
}

.contact-kit h3 {
  color: #2C4A66;
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-kit .line {
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-label {
  display: inline-block;
  background-color: #5C6B4E;
  color: #F9F7EE;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 8px;
}

/* simple services layout for /services which mirrors the docket theme */
.underdesk .inner-wall-small {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 24px 76px;
}

.underdesk .inner-wall-small h1 {
  font-size: 44px;
  color: #272A2E;
  max-width: 760px;
  margin: 10px 0 18px;
}

.underdesk .inner-wall-small .lead-copy {
  max-width: 720px;
  font-size: 19px;
  color: #272A2E;
}

.svc {
  background-color: #F1EFE7;
}

/* process-wide overview board */
.bindflow.serviceflow {
  background-color: #5C6B4E;
}

.serviceflow .process-wide {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.serviceflow .proc-step {
  flex: 1 1 190px;
  background-color: #F9F7EE;
  border-radius: 6px;
  padding: 26px 24px;
  box-shadow: 0 4px 0 #23272B;
}

.serviceflow .proc-n {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2C4A66;
  color: #F9F7EE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 14px;
}

.serviceflow .proc-step h3 {
  color: #272A2E;
  font-size: 19px;
  margin-bottom: 8px;
}

.serviceflow .proc-step p {
  color: #272A2E;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .underdesk .inner-wall-small h1 {
    font-size: 34px;
  }
}

.renewal-season.accent-cta {
  background-color: #2C4A66;
}

/* ============================================================
   CONTACT PAGE  (.contact-main)
   ============================================================ */

.contact-main {
  background-color: #F1EFE7;
}

.inner-contact {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 24px 20px;
}

.contact-intro {
  text-align: center;
}

.contact-panels {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 34px;
  align-items: start;
  padding-top: 20px;
}

.contact-card {
  background-color: #F9F7EE;
  border-radius: 8px;
  padding: 32px 30px;
  border-top: 7px solid #2C4A66;
  border: 1px solid #D9CDB8;
  margin-bottom: 26px;
}

.contact-formcol {
  background-color: #F9F7EE;
  border-right: 6px solid #5C6B4E;
  border-radius: 8px;
  padding: 30px 28px;
  box-shadow: 0 6px 10px #B8AC98;
}

.contact-formcol h3,
.contact-card h3 {
  color: #2C4A66;
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #5C6B4E;
  padding-bottom: 10px;
}

.field {
  display: block;
  margin-bottom: 18px;
  width: 100%;
}

.field-row {
  display: flex;
  gap: 16px;
}

.field .field-label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #272A2E;
  margin-bottom: 6px;
  font-family: Georgia, serif;
}

.field.two {
  flex: 1 1 0;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 16px;
  border: 1px solid #23272B;
  border-radius: 4px;
  background-color: #F1EFE7;
  color: #272A2E;
  padding: 11px 12px;
}

.contact-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #5C6B4E;
  border-color: #2C4A66;
  background-color: #F9F7EE;
}

.submit-btn {
  border: none;
  cursor: pointer;
  font-family: Georgia, serif;
  width: 100%;
  text-align: center;
}

/* hours + three-question FAQ */

.hours-faq {
  padding: 44px 0 34px;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background-color: #F9F7EE;
  border-radius: 6px;
  margin-bottom: 16px;
  border: 1px solid #D9CDB8;
  box-shadow: 0 2px 0 #D9CDB8;
}

.faq-item summary {
  cursor: pointer;
  font-weight: bold;
  color: #272A2E;
  font-size: 18px;
  padding: 18px 22px;
  list-style-position: inside;
  font-family: Georgia, serif;
  border-left: 6px solid #5C6B4E;
  border-radius: 6px 0 0 6px;
}

.faq-item summary::-webkit-details-marker {
  color: #2C4A66;
}

.faq-a {
  padding: 0 24px 20px 28px;
  color: #272A2E;
  font-size: 16px;
}

.final-cta {
  background-color: #2C4A66;
}

@media (max-width: 820px) {
  .contact-panels {
    grid-template-columns: 1fr;
  }
  .field-row {
    flex-direction: column;
  }
}

.contact-main a {
  color: #2C4A66;
}

