/* ==========================================================
   THE OTHER OFFER — Town pages (homepage-aligned)
   Warm neighbor-to-neighbor design. Scoped to .page-town.
   ========================================================== */

.page-town {
  --cream: #FCFBF7;
  --cream-2: #FAF8F2;
  --warm-line: #E7E1D7;
  --warm-gold: #A87521;
  --btn-gold: #C99435;
  --charcoal: #22333D;
  --ink-hero: #172936;
}

/* ---------- nav (matches homepage) ---------- */
.page-town nav {
  position: relative;
  top: auto;
  background: var(--cream);
  border-bottom: 1px solid var(--warm-line);
  backdrop-filter: none;
  box-shadow: none;
}

.page-town nav.scrolled {
  background: var(--cream);
  box-shadow: none;
  border-bottom-color: var(--warm-line);
}

.page-town .nav-in {
  min-height: 80px;
  padding: 0;
}

.page-town .nav-right {
  gap: 44px;
  font-size: 16px;
  color: var(--ink-hero);
}

.page-town .nav-link,
.page-town .nav-towns {
  font-family: var(--body);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  color: var(--ink-hero);
  transition: color .2s;
}

.page-town .nav-link:hover,
.page-town .nav-towns:hover { color: #A56814; }

.page-town .nav-tel {
  font-family: var(--body);
  font-size: 16px;
  color: var(--ink-hero);
}

.page-town .nav-tel b {
  color: var(--ink-hero);
  font-weight: 700;
}

.page-town .nav-tel:hover b { color: #A56814; }

.page-town .nav-cta {
  font-size: 16px;
  font-weight: 500;
  color: var(--ink-hero);
  background: transparent;
  padding: 5px 0;
  border-radius: 0;
  border-bottom: 1px solid #B7832E;
  box-shadow: none;
}

.page-town .nav-cta:hover {
  transform: none;
  box-shadow: none;
  color: #A56814;
}

/* ---------- light hero ---------- */
.page-town .t-hero {
  position: relative;
  min-height: auto;
  display: block;
  overflow: hidden;
  color: var(--ink-hero);
  padding: 0;
  background: var(--cream);
}

.page-town .t-hero::after { display: none; }

.page-town .t-hero-bg { display: none; }

.page-town .t-hero-grid {
  width: min(1536px, 91.5vw);
  min-height: calc(100svh - 210px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr);
  gap: 4.5%;
  align-items: center;
  padding: 48px 0 50px;
}

.page-town .t-hero-in {
  position: relative;
  top: 24px;
  max-width: 650px;
}

.page-town .crumbs {
  padding: 0;
  margin-bottom: 18px;
  font-family: var(--body);
  font-size: 13px;
  letter-spacing: 0;
  color: #4E5E6A;
}

.page-town .crumbs a { color: #4E5E6A; }
.page-town .crumbs a:hover { color: #A56814; }
.page-town .crumbs span { color: #B7832E; margin: 0 6px; }

.page-town .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-town .eyebrow::before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  border-radius: 0;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath fill='%23A87521' d='M8 0a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 8 4a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  box-shadow: none;
}

.page-town h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.07;
  letter-spacing: -.045em;
  color: var(--ink-hero);
  max-width: 14.5ch;
  margin-bottom: 15px;
}

.page-town h1 em {
  font-style: italic;
  font-weight: 400;
  color: #B87617;
  background: none;
  -webkit-text-fill-color: inherit;
}

.page-town .lede {
  font-size: 20px;
  line-height: 1.7;
  color: #4A5966;
  max-width: 48ch;
  margin-bottom: 12px;
}

.page-town .lede strong { color: var(--ink-hero); }

.page-town .hero-people {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}

.page-town .hero-faces {
  display: flex;
  flex: none;
}

.page-town .hero-faces img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--cream);
  box-shadow: 0 0 0 1px #D8D1C5;
}

.page-town .hero-faces img + img { margin-left: -15px; }
.page-town .hero-faces .garrett { object-position: 50% 24%; }
.page-town .hero-faces .graham { object-position: 50% 22%; }

.page-town .hero-people-copy {
  font-size: 14px;
  line-height: 1.45;
  color: #4E5E6A;
}

.page-town .hero-people-copy b {
  display: block;
  color: var(--ink-hero);
  font-size: 16px;
  font-weight: 700;
}

.page-town .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 25px;
  align-items: center;
}

.page-town .btn {
  border-radius: 6px;
  padding: 17px 28px;
  font-size: 18px;
}

.page-town .btn-p {
  color: #fff;
  background: var(--btn-gold);
  box-shadow: none;
}

.page-town .btn-p:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(180, 119, 25, .18);
}

.page-town .btn-s {
  padding: 0;
  border: 0;
  color: var(--ink-hero);
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #B7832E;
}

.page-town .btn-s:hover {
  color: #A56814;
  background: transparent;
  border-color: transparent;
}

.page-town .hero-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 32px;
  font-size: 13px;
  line-height: 1.55;
  color: #4E5E6A;
  max-width: 46ch;
}

.page-town .hero-note::before {
  content: "✓";
  flex: none;
  width: 22px;
  height: 22px;
  border: 1.5px solid #B7832E;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: var(--warm-gold);
  font-weight: 800;
  font-size: 12px;
}

.page-town .hero-note b { color: var(--ink-hero); }

/* ---------- hero trust card (right column) ---------- */
.page-town .hero-trust {
  position: relative;
  background: #FBFAF6;
  border: 1px solid #D2A25B;
  border-radius: 0;
  padding: 28px 28px 24px;
  box-shadow: none;
}

.page-town .hero-trust-head {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.02em;
  text-transform: none;
  color: var(--ink-hero);
  margin-bottom: 18px;
  display: block;
}

.page-town .hero-trust-head::before { display: none; }

.page-town .hero-trust-list {
  gap: 16px;
}

.page-town .hero-trust-list li {
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.55;
  color: #4E5E6A;
}

.page-town .hero-trust-list li::before {
  top: 2px;
  background: rgba(201, 148, 53, .1);
  border-color: rgba(201, 148, 53, .45);
}

.page-town .hero-trust-list li::after {
  border-color: var(--warm-gold);
}

.page-town .hero-trust-list li b {
  color: var(--ink-hero);
  font-size: 14px;
}

.page-town .hero-trust-foot {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #E7E1D7;
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 0;
  color: #4E5E6A;
}

.page-town .hero-trust-foot strong {
  color: var(--ink-hero);
  font-weight: 700;
}

/* ---------- nearby towns strip (replaces dark scrolling banner) ---------- */
.page-town .nearby-strip {
  background: var(--cream-2);
  border-top: 1px solid var(--warm-line);
  border-bottom: 1px solid var(--warm-line);
  padding: 20px 0 22px;
}

.page-town .nearby-strip-in {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-town .nearby-strip-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.page-town .nearby-strip-label {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--warm-gold);
  margin: 0;
}

.page-town .nearby-strip-more {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-hero);
  text-decoration: none;
  white-space: nowrap;
}

.page-town .nearby-strip-more:hover {
  color: #A56814;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-town .nearby-strip-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-town .nearby-strip-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-hero);
  text-decoration: none;
  background: var(--cream);
  border: 1px solid var(--warm-line);
  border-radius: 999px;
  transition: border-color .2s, background .2s, color .2s, box-shadow .2s;
}

.page-town .nearby-strip-nav a:hover {
  border-color: #D2A25B;
  background: #FFFBF1;
  color: #A56814;
}

.page-town .nearby-strip-nav a[aria-current="page"] {
  border-color: #C99435;
  background: linear-gradient(180deg, #FFFBF1, #FFF7E5);
  color: #9A681D;
  box-shadow: inset 0 0 0 1px rgba(201, 148, 53, .25);
  pointer-events: none;
}

/* ---------- sections ---------- */
.page-town .sec-eyebrow {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--warm-gold);
  gap: 10px;
}

.page-town .sec-eyebrow::before {
  width: 13px;
  height: 16px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath fill='%23A87521' d='M8 0a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 8 4a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E");
  border-radius: 0;
}

.page-town h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(28px, 2.8vw, 38px);
  letter-spacing: -.03em;
  color: var(--ink-hero);
}

.page-town .sec-lede {
  font-size: 17px;
  line-height: 1.65;
  color: #4A5966;
}

.page-town .band {
  background: linear-gradient(180deg, var(--cream), var(--cream-2) 18%, var(--cream-2) 88%, var(--cream));
}

.page-town .vs-card {
  border-radius: 16px;
  border-color: var(--warm-line);
  background: var(--cream);
  box-shadow: 0 8px 28px rgba(24, 36, 48, .04);
}

.page-town .vs-card.us {
  border-color: #D2A25B;
  background: linear-gradient(180deg, #FFFBF1, #FFF7E5);
}

.page-town .vs-who {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.page-town .vs-say {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 24px);
  color: var(--ink-hero);
}

.page-town .sheet {
  background: var(--cream);
  border-color: var(--warm-line);
  border-radius: 16px;
}

.page-town .sheet h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.page-town .keep-row .k-amt {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.page-town .ledger-punch {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  color: var(--ink-hero);
}

.page-town .pull-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-style: italic;
}

.page-town .fact-num {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.page-town .person {
  background: var(--cream);
  border-color: var(--warm-line);
  border-radius: 16px;
}

.page-town .person h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: 21px;
}

/* Talk / contact form styles come from /assets/contact-form.css */

.page-town .cta-strip {
  background: var(--charcoal);
  color: #E8EDF0;
  padding: 56px 0;
}

.page-town .cta-strip-eyebrow {
  font-family: var(--body);
  letter-spacing: .16em;
  color: #F1B34C;
}

.page-town .cta-strip h2 {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

.page-town .cta-strip .btn-p {
  color: #fff;
  background: var(--btn-gold);
}

.page-town .cta-strip .btn-s {
  color: #E8EDF0;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #F1B34C;
  background: transparent;
}

.page-town footer {
  background: var(--charcoal);
  color: #B8C5CE;
}

.page-town .foot-brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .page-town .t-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 40px 0 48px;
  }

  .page-town .t-hero-in {
    top: 0;
    max-width: none;
  }

  .page-town .nav-tel,
  .page-town .nav-link,
  .page-town .nav-towns { display: none; }

  .page-town .nav-in { min-height: 66px; }

  .page-town .nearby-strip-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
    margin: 0 -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    scrollbar-width: none;
  }

  .page-town .nearby-strip-nav::-webkit-scrollbar { display: none; }

  .page-town .nearby-strip-nav a {
    flex: none;
    scroll-snap-align: start;
    font-size: 14px;
    min-height: 42px;
    padding: 9px 16px;
  }
}

@media (max-width: 600px) {
  .page-town .t-hero-grid { width: min(92vw, 540px); }

  .page-town h1 { font-size: clamp(34px, 10vw, 46px); }
  .page-town .lede { font-size: 17px; }
  .page-town .hero-faces img { width: 64px; height: 64px; }
  .page-town .hero-btns { flex-direction: column; align-items: stretch; gap: 20px; }
  .page-town .hero-btns .btn { justify-content: center; }
}

@media (min-width: 961px) and (max-height: 780px) {
  .page-town .nav-in { min-height: 64px; }
  .page-town .t-hero-grid { min-height: calc(100svh - 168px); padding: 24px 0; }
  .page-town h1 { font-size: clamp(36px, 3.5vw, 48px); }
  .page-town .lede { font-size: 17px; }
}
