/* towns.css — town landing pages only. Loaded after styles.css.
   Nothing here targets a class used elsewhere on the site. */

.town-hero{color:#fff;padding:3.2rem 0 0;overflow:hidden}
.town-hero .container{display:grid;grid-template-columns:minmax(min(28rem,100%),1.5fr) minmax(min(14rem,100%),.62fr);
  gap:3rem;align-items:end}
.town-hero > .container > div:first-child{padding-bottom:3.4rem}
.town-hero.no-art .container{grid-template-columns:minmax(0,760px);justify-content:start;padding-bottom:0}
.town-hero.no-art > .container > div:first-child{padding-bottom:4rem}
.town-hero .breadcrumbs{color:rgba(255,255,255,.72);font-size:.82rem;margin-bottom:1.4rem}
.town-hero .breadcrumbs a{color:rgba(255,255,255,.72)}
.town-hero .breadcrumbs a:hover{color:#c4a979}
.town-eyebrow{color:#c4a979;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .9rem}
.town-hero h1{color:#fff;margin:0 0 1.2rem;line-height:1.08;text-wrap:balance}
.town-hero p.lead{color:rgba(255,255,255,.88);font-size:1.06rem;line-height:1.7;max-width:56ch;margin:0}

.town-poster{margin:0 0 -2.5rem}
.town-poster picture,.town-poster img{display:block;width:100%;height:auto}
.town-poster img{border:8px solid #fbf9f4;box-shadow:0 24px 50px rgba(0,0,0,.5)}
.town-poster figcaption{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

.town-answer{background:#faf8f3;border-top:1px solid #e8e2d4;border-bottom:1px solid #e8e2d4}
.town-answer .container{padding-top:3rem;padding-bottom:3rem;max-width:820px}
.town-answer h2{margin:0 0 .9rem;font-size:1.55rem}
.town-answer p{margin:0;font-size:1.04rem;line-height:1.75;color:#3d4249}

.town-facts{border:1px solid #e8e2d4;background:#fff;margin-top:2rem}
.town-facts dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(11rem,100%),1fr));gap:0;margin:0}
.town-facts div{padding:1.15rem 1.35rem;border-right:1px solid #e8e2d4;border-bottom:1px solid #e8e2d4}
.town-facts dt{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#8a8578;margin-bottom:.35rem}
.town-facts dd{margin:0;font-size:1.05rem;color:#1a1d24;line-height:1.4}

.town-faq{display:grid;gap:1.6rem;margin-top:2rem}
.town-faq h3{margin:0 0 .5rem;font-size:1.12rem}
.town-faq p{margin:0;color:#3d4249;line-height:1.7;max-width:70ch}

.town-aside{display:grid;grid-template-columns:minmax(min(16rem,100%),.75fr) minmax(min(24rem,100%),1.4fr);
  gap:2.5rem;align-items:center;margin-top:1rem}
.town-aside img{display:block;width:100%;height:auto;border:8px solid #fff;box-shadow:0 10px 30px rgba(26,29,36,.14)}

@media (max-width:860px){
  .town-hero .container{grid-template-columns:1fr;gap:2.5rem}
  .town-poster{max-width:320px;margin-bottom:-1.6rem}
  .town-aside{grid-template-columns:1fr}
  .town-aside .art{max-width:320px}
}

/* ---- town cards: used on the towns index and on the home page ---- */
.town-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(21rem,100%),1fr));
  gap:1.5rem;margin-top:2rem}
.town-card{display:grid;grid-template-columns:96px 1fr;gap:1.15rem;align-items:center;
  background:#fff;border:1px solid #e8e2d4;border-radius:2px;padding:1.15rem;
  color:#1a1d24;text-decoration:none;transition:border-color .2s ease,transform .2s ease}
.town-card:hover{border-color:#c4a979;transform:translateY(-2px)}
.town-card .thumb{width:96px;aspect-ratio:3/4;object-fit:cover;display:block;
  border:4px solid #fbf9f4;box-shadow:0 6px 16px rgba(26,29,36,.16)}
.town-card .thumb.blank{background:linear-gradient(158deg,#07202A,#135A75);
  border:4px solid #fbf9f4;box-shadow:0 6px 16px rgba(26,29,36,.16);display:block}
.town-card-eyebrow{font-size:.66rem;letter-spacing:.15em;text-transform:uppercase;color:#a08a5c;
  display:block;margin-bottom:.25rem}
.town-card h3{margin:0 0 .3rem;font-size:1.24rem;line-height:1.2}
.town-card p{margin:0;font-size:.86rem;color:#6c6f75;line-height:1.5}
@media (max-width:420px){.town-card{grid-template-columns:72px 1fr}.town-card .thumb{width:72px}}
