/* ===== 101MainSt.com ===== */
:root {
  --navy: #16223F;
  --navy-deep: #0F1830;
  --gold: #C9A23A;
  --gold-soft: #E9D8A6;
  --paper: #F6F7F9;
  --white: #FFFFFF;
  --text: #1F2A3D;
  --muted: #56617A;
  --line: #D8DDE6;
  --ok: #1D7A46;
  --error: #B42318;
  --maxw: 1120px;
  --display: "Zilla Slab", Georgia, "Times New Roman", serif;
  --body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #2B3F73; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display);
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 .6em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); font-weight: 700; letter-spacing: -.01em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.4rem; font-weight: 500; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.narrow { max-width: 760px; }
section { padding: 4.5rem 0; }
.lede { font-size: 1.3rem; color: var(--text); }
.section-intro { color: var(--muted); max-width: 62ch; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--white); padding: .5rem 1rem; z-index: 10; }

/* ----- Buttons ----- */
.btn {
  display: inline-block;
  font-family: var(--body);
  font-weight: 700;
  font-size: 1.05rem;
  padding: .8rem 1.35rem;
  border-radius: 6px;
  border: 2px solid var(--navy);
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: #22325A; border-color: #22325A; color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: #D8B24A; border-color: #D8B24A; color: var(--navy-deep); }
.btn-outline-light { background: transparent; border-color: var(--gold-soft); color: var(--white); }
.btn-outline-light:hover { background: var(--white); border-color: var(--white); color: var(--navy); }
.btn-disabled { background: var(--line); border-color: var(--line); color: var(--muted); cursor: default; }
.btn-disabled:hover { background: var(--line); border-color: var(--line); color: var(--muted); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.btn-row.center { justify-content: center; }
.text-link { font-weight: 700; }

/* ----- Header ----- */
.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.header-row { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 1rem; }
.wordmark { font-family: var(--display); font-weight: 700; font-size: 1.45rem; color: var(--navy); text-decoration: none; white-space: nowrap; }
.wordmark-num { background: var(--navy); color: var(--gold); padding: .05em .35em; border-radius: 4px; margin-right: .15em; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { text-decoration: none; font-weight: 600; color: var(--text); }
.site-nav a[aria-current="page"] { color: var(--navy); box-shadow: inset 0 -3px 0 var(--gold); }
.site-nav .nav-call { color: var(--navy); border: 2px solid var(--navy); border-radius: 6px; padding: .45rem .8rem; }
.site-nav .nav-call:hover { background: var(--navy); color: var(--white); }
.nav-toggle { display: none; font: inherit; font-weight: 700; background: none; border: 2px solid var(--navy); color: var(--navy); border-radius: 6px; padding: .4rem .8rem; cursor: pointer; }

/* ----- Hero: the address plaque ----- */
.hero { background: var(--white); padding: 5rem 0 4.5rem; }
.hero-grid { display: grid; grid-template-columns: minmax(240px, 380px) 1fr; gap: 4rem; align-items: center; }
.plaque {
  background: var(--navy);
  border: 3px solid var(--gold);
  outline: 2px solid var(--navy);
  outline-offset: 5px;
  border-radius: 10px;
  padding: 2rem 1.5rem 1.6rem;
  text-align: center;
  color: var(--gold);
}
.plaque-num { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(5rem, 11vw, 8rem); line-height: .9; letter-spacing: -.02em; }
.plaque-street { display: block; font-family: var(--display); font-weight: 500; font-size: 1.7rem; color: var(--gold-soft); margin-top: .5rem; border-top: 2px solid var(--gold); padding-top: .6rem; }
.hero-copy .lede { max-width: 56ch; color: var(--muted); }

.hero-logo { width: 100%; max-width: 380px; height: auto; }

@media (prefers-reduced-motion: no-preference) {
  .hero-logo, .plaque { animation: hang .9s cubic-bezier(.2,.8,.2,1) both; transform-origin: top center; }
  @keyframes hang {
    0%   { opacity: 0; transform: translateY(-18px) rotate(-3deg); }
    60%  { opacity: 1; transform: translateY(0) rotate(1deg); }
    100% { transform: rotate(0); }
  }
}

/* ----- Questions ----- */
.questions { background: var(--paper); }
.question-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.question-list li {
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  color: var(--navy);
  line-height: 1.35;
  padding: 1.1rem 0 1.1rem 1.4rem;
  border-left: 4px solid var(--gold);
  margin-bottom: 1rem;
  background: var(--white);
  padding-right: 1.4rem;
}

/* ----- Consult ----- */
.consult { background: var(--white); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { counter-increment: step; position: relative; padding: 0 0 1.4rem 3.2rem; }
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: -.1rem;
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  font-family: var(--display); font-weight: 700; font-size: 1.15rem;
  display: grid; place-items: center;
}
.steps-inline { margin-bottom: 1rem; }

/* ----- Systems ----- */
.systems { background: var(--paper); }
.system {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  padding: 2.2rem 0;
  border-top: 1px solid var(--line);
}
.system:last-child { border-bottom: 1px solid var(--line); }
.system-tag { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--gold); margin: .1rem 0 0; }
.system h3 { font-weight: 700; }
.system p { max-width: 62ch; }

/* ----- Showcase ----- */
.showcase { background: var(--navy); color: #E6E9F0; }
.showcase h2 { color: var(--white); }
.showcase-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3.5rem; align-items: center; }
.map-figure { margin: 0; }
.map-img { border-radius: 8px; border: 3px solid var(--gold); }
.showcase .img-placeholder { border-color: var(--gold); color: var(--gold-soft); background: var(--navy-deep); }

/* ----- Giving ----- */
.giving { background: var(--white); }
.giving-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.giving-images { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; justify-items: center; }
.giving-img { width: 100%; max-width: 220px; height: auto; }

/* ----- Closer ----- */
.closer { background: var(--navy-deep); text-align: center; }
.closer h2 { color: var(--white); }

/* ----- Inner pages ----- */
.page-head { background: var(--white); border-bottom: 1px solid var(--line); padding: 4rem 0 3rem; }
.page-head .lede { color: var(--muted); }
.plain h2 { margin-top: 2.5rem; }
.plain h2:first-child { margin-top: 0; }
.check-list { padding-left: 1.2rem; }
.check-list li { margin-bottom: .6rem; }
.check-list li::marker { color: var(--gold); }
.faq h3 { font-weight: 700; margin-top: 1.5rem; margin-bottom: .3rem; }
.about-grid { display: grid; grid-template-columns: 300px 1fr; gap: 3rem; align-items: start; }
.about-photo { margin: 0 0 2rem; }
.proof-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; align-items: start; margin: 1rem 0 2.5rem; }
.proof-img { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
@media (max-width: 880px) { .proof-row { grid-template-columns: 1fr 1fr; } }
.portrait { border-radius: 8px; border: 3px solid var(--navy); }

/* ----- Contact form ----- */
.contact-form { display: grid; gap: 1.1rem; }
.contact-form label { display: grid; gap: .35rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea {
  font: inherit; font-weight: 400;
  padding: .7rem .85rem;
  border: 2px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--text);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--navy); outline: none; box-shadow: 0 0 0 3px var(--gold-soft); }
.contact-form .btn { justify-self: start; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { border-radius: 8px; padding: 1.2rem 1.4rem; margin-bottom: 1.5rem; border-left: 5px solid; background: var(--white); }
.notice-ok { border-color: var(--ok); }
.notice-error { border-color: var(--error); color: var(--error); }
.notice p:last-child { margin-bottom: 0; }
.fine { color: var(--muted); font-size: 1rem; margin-top: 1.5rem; }

/* ----- Image placeholders (until images are uploaded) ----- */
.img-placeholder {
  display: grid; place-items: center;
  min-height: 220px;
  border: 2px dashed var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-size: .95rem;
  text-align: center;
  padding: 1rem;
}
.map-img.img-placeholder { min-height: 320px; }
.portrait.img-placeholder { min-height: 360px; }

/* ----- Footer ----- */
.site-footer { background: var(--navy-deep); color: #C9CFDC; padding: 3.5rem 0 1.5rem; font-size: 1rem; }
.site-footer a { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.footer-mark { font-family: var(--display); font-weight: 700; font-size: 1.35rem; color: var(--white); }
.footer-base { border-top: 1px solid #2A3654; margin-top: 2rem; padding-top: 1.2rem; font-size: .92rem; }

/* ----- Mobile ----- */
@media (max-width: 880px) {
  section { padding: 3.2rem 0; }
  .nav-toggle { display: inline-block; }
  .site-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 72px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: flex-start;
    padding: 1rem 1.5rem 1.5rem; gap: 1rem;
  }
  .site-nav.open { display: flex; }
  .hero { padding: 3rem 0; }
  .hero-grid, .consult-grid, .showcase-grid, .giving-grid, .about-grid, .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .plaque { max-width: 240px; }
  .hero-logo { max-width: 280px; margin: 0 auto; }
  .system { grid-template-columns: 1fr; gap: .4rem; }
}
