/* ==========================================================
   THE OTHER OFFER — Towns we serve hub (homepage-aligned)
   ========================================================== */

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

/* ---------- nav ---------- */
.page-towns-we-serve nav {
  position: relative;
  background: var(--cream);
  border-bottom: 1px solid var(--warm-line);
}

.page-towns-we-serve nav.scrolled {
  background: var(--cream);
  box-shadow: none;
}

.page-towns-we-serve .nav-in { min-height: 80px; padding: 0; }

.page-towns-we-serve .nav-right { gap: 44px; }

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

.page-towns-we-serve .nav-towns[aria-current="page"] {
  color: #A56814;
  border-bottom: 1px solid #B7832E;
  padding-bottom: 2px;
}

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

.page-towns-we-serve .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;
}

/* ---------- hero ---------- */
.page-towns-we-serve .t-hero {
  position: relative;
  min-height: auto;
  background: var(--cream);
  color: var(--ink-hero);
  padding: 48px 0 56px;
}

.page-towns-we-serve .t-hero::after { display: none; }

.page-towns-we-serve .t-hero-in {
  padding: 0;
  max-width: 720px;
}

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

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

.page-towns-we-serve .eyebrow::before {
  content: "";
  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");
  box-shadow: none;
}

.page-towns-we-serve h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(40px, 4vw, 54px);
  line-height: 1.07;
  letter-spacing: -.045em;
  color: var(--ink-hero);
  max-width: 16ch;
}

.page-towns-we-serve h1 em {
  font-style: italic;
  font-weight: 400;
  color: #B87617;
}

.page-towns-we-serve .lede {
  font-size: 20px;
  line-height: 1.7;
  color: #4A5966;
  max-width: 52ch;
}

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

.page-towns-we-serve .hero-faces { display: flex; }

.page-towns-we-serve .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-towns-we-serve .hero-faces img + img { margin-left: -15px; }

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

.page-towns-we-serve .hero-people-copy b {
  display: block;
  color: var(--ink-hero);
  font-size: 16px;
}

.page-towns-we-serve .hero-btns { gap: 32px; margin-top: 25px; }

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

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

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

.page-towns-we-serve .hero-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  font-size: 13px;
  color: #4E5E6A;
  max-width: 52ch;
}

.page-towns-we-serve .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-towns-we-serve .hero-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.page-towns-we-serve .hero-regions a {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--ink-hero);
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--cream-2);
  transition: border-color .2s, background .2s;
}

.page-towns-we-serve .hero-regions a:hover {
  border-color: #D2A25B;
  background: #FFFBF1;
  color: #A56814;
}

/* ---------- cred bar ---------- */
.page-towns-we-serve .cred-bar {
  background: var(--cream-2);
  border-top: 1px solid var(--warm-line);
  border-bottom: 1px solid var(--warm-line);
  padding: 0;
}

.page-towns-we-serve .cred-bar-in {
  width: min(1200px, 92vw);
  margin: 0 auto;
  min-height: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #4E5E6A;
}

.page-towns-we-serve .cred-bar-in span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 16px;
  border-right: 1px solid #D8D0C4;
  text-align: center;
  line-height: 1.4;
}

.page-towns-we-serve .cred-bar-in span:last-child { border-right: 0; }
.page-towns-we-serve .cred-bar-in span::before { display: none; }

/* ---------- regions ---------- */
.page-towns-we-serve section { padding: 72px 0; }

.page-towns-we-serve .region { scroll-margin-top: 88px; }

.page-towns-we-serve h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: clamp(28px, 2.8vw, 36px);
  color: var(--ink-hero);
}

.page-towns-we-serve .sec-eyebrow {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--warm-gold);
}

.page-towns-we-serve .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");
}

.page-towns-we-serve .region-lede {
  font-size: 17px;
  line-height: 1.65;
  color: #4A5966;
  max-width: 68ch;
}

.page-towns-we-serve .region-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.page-towns-we-serve .region-meta span {
  font-size: 12px;
  font-weight: 600;
  color: #4E5E6A;
  background: var(--cream-2);
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  padding: 8px 14px;
}

.page-towns-we-serve .town-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.page-towns-we-serve .town-grid a {
  text-decoration: none;
  background: var(--cream);
  border: 1px solid var(--warm-line);
  border-radius: 14px;
  padding: 18px 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--ink-hero);
  transition: transform .2s, border-color .2s, box-shadow .25s;
  display: block;
}

.page-towns-we-serve .town-grid a:hover {
  transform: translateY(-3px);
  border-color: #D2A25B;
  box-shadow: 0 12px 32px rgba(24, 36, 48, .08);
}

.page-towns-we-serve .town-grid a small {
  display: block;
  font-family: var(--body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: none;
  color: #4E5E6A;
  margin-top: 6px;
  line-height: 1.4;
}

.page-towns-we-serve .town-grid .live {
  border-color: #D2A25B;
  background: linear-gradient(180deg, #FFFBF1, #FFFDF8);
}

.page-towns-we-serve .town-grid .live small {
  color: #9A681D;
  font-weight: 600;
}

.page-towns-we-serve .town-grid .live small::before {
  content: "● ";
  font-size: 10px;
}

.page-towns-we-serve .town-grid .soon {
  color: #4E5E6A;
  background: var(--cream-2);
  cursor: default;
  opacity: .85;
}

.page-towns-we-serve .town-grid .soon:hover {
  transform: none;
  border-color: var(--warm-line);
  box-shadow: none;
}

.page-towns-we-serve .band {
  background: linear-gradient(180deg, var(--cream), var(--cream-2) 20%, var(--cream-2) 85%, var(--cream));
}

.page-towns-we-serve .shore-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}

.page-towns-we-serve .shore-card {
  background: var(--cream);
  border: 1px solid var(--warm-line);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 8px 28px rgba(24, 36, 48, .04);
}

.page-towns-we-serve .shore-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--ink-hero);
  margin-bottom: 8px;
}

.page-towns-we-serve .shore-card p {
  font-size: 15px;
  color: #4A5966;
  line-height: 1.62;
}

.page-towns-we-serve .shore-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.page-towns-we-serve .shore-tags span {
  font-family: var(--body);
  font-size: 12px;
  color: var(--ink-hero);
  background: var(--cream-2);
  border: 1px solid var(--warm-line);
  border-radius: 8px;
  padding: 6px 12px;
}

.page-towns-we-serve .cta-strip {
  background: var(--charcoal);
  color: #E8EDF0;
  padding: 64px 0;
}

.page-towns-we-serve .cta-strip h2 {
  color: #fff;
  max-width: 28ch;
}

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

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

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

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

@media (max-width: 960px) {
  .page-towns-we-serve .nav-tel,
  .page-towns-we-serve .nav-link { display: none; }
  .page-towns-we-serve .nav-in { min-height: 66px; }
  .page-towns-we-serve .town-grid { grid-template-columns: 1fr 1fr; }
  .page-towns-we-serve .shore-callout { grid-template-columns: 1fr; }
  .page-towns-we-serve .cred-bar-in { grid-template-columns: 1fr 1fr; }
  .page-towns-we-serve .cred-bar-in span:nth-child(2) { border-right: 0; }
}

@media (max-width: 480px) {
  .page-towns-we-serve .town-grid { grid-template-columns: 1fr; }
  .page-towns-we-serve .cred-bar-in { grid-template-columns: 1fr; }
  .page-towns-we-serve .cred-bar-in span { border-right: 0; border-bottom: 1px solid #D8D0C4; }
  .page-towns-we-serve .cred-bar-in span:last-child { border-bottom: 0; }
}
