:root {
  --cream: #f5efe5;
  --paper: #fffaf2;
  --ink: #17352d;
  --ink-soft: #38534b;
  --rust: #ba654a;
  --peach: #e6a887;
  --butter: #e8ce86;
  --sage: #9aab8d;
  --blush: #efd7cb;
  --line: rgba(23, 53, 45, 0.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 38px; padding: .55rem 1.25rem; display: flex; align-items: center; justify-content: center; gap: .45rem; background: var(--ink); color: #f8f3e9; font-size: .76rem; letter-spacing: .03em; }
.announcement span { color: var(--butter); text-transform: uppercase; font-weight: 600; font-size: .68rem; letter-spacing: .12em; }
.announcement a { margin-left: .4rem; border-bottom: 1px solid rgba(255,255,255,.5); }
.announcement a span { color: inherit; font-size: inherit; }

.site-header { height: 86px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 20; background: rgba(245,239,229,.96); }
.brand { display: flex; align-items: center; gap: .75rem; justify-self: start; }
.brand-mark { width: 43px; height: 43px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 1.12rem; letter-spacing: -.08em; }
.brand-name { font-family: var(--serif); font-size: 1.23rem; line-height: 1; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.2rem); font-size: .78rem; font-weight: 600; }
.primary-nav a { position: relative; padding: .5rem 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .2rem; height: 1px; background: var(--rust); transition: right .25s ease; }
.primary-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: .8rem 1.15rem; background: var(--rust); color: white; border: 1px solid var(--rust); border-radius: 100px; text-transform: uppercase; font-size: .64rem; font-weight: 600; letter-spacing: .1em; transition: .2s ease; }
.header-cta:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero { min-height: 660px; padding: clamp(3.5rem, 5vw, 5.5rem) clamp(1.25rem, 6vw, 7rem); display: grid; grid-template-columns: minmax(350px, .88fr) minmax(480px, 1.12fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; overflow: hidden; }
.hero-copy { max-width: 590px; padding-bottom: 2rem; }
.eyebrow { margin: 0 0 1.15rem; color: var(--rust); font-size: .68rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-family: var(--serif); font-weight: 400; font-size: clamp(3.8rem, 6.25vw, 7rem); line-height: .86; letter-spacing: -.06em; }
h1 em, h2 em { color: var(--rust); font-weight: 400; }
.hero-intro { max-width: 510px; font-family: var(--serif); font-size: clamp(1.2rem, 1.75vw, 1.55rem); line-height: 1.42; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .95rem 1.5rem; border-radius: 100px; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .11em; transition: transform .2s ease, background .2s ease; border: 1px solid var(--ink); }
.button:hover { transform: translateY(-2px); }
.button-large { padding: 1.08rem 1.7rem; box-shadow: 0 10px 26px rgba(23,53,45,.16); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--rust); border-color: var(--rust); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: rgba(255,250,242,.72); }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.text-link { display: inline-flex; gap: .45rem; align-items: center; font-size: .76rem; font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: .2rem; }
.hero-visual { margin: 0; position: relative; height: clamp(510px, 52vw, 650px); max-height: 650px; }
.hero-single-photo { padding: 0 0 2rem 2rem; }
.hero-single-photo::before { content: ""; position: absolute; inset: 2rem 2rem 0 0; border: 1px solid rgba(23,53,45,.34); }
.hero-single-photo img { position: relative; }
.hero-single-photo figcaption { position: absolute; left: 0; right: 3rem; bottom: 0; padding: 1.1rem 1.3rem; background: var(--paper); border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.hero-single-photo figcaption span { color: var(--rust); text-transform: uppercase; font-size: .61rem; font-weight: 600; letter-spacing: .12em; white-space: nowrap; }
.hero-single-photo figcaption p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 1rem; }

.welcome-links { padding: 1.1rem clamp(1.25rem, 6vw, 7rem) 1.25rem; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(210px, .52fr) 1.48fr; gap: 2rem; align-items: stretch; }
.welcome-links-heading { padding: .75rem 1.4rem .75rem 0; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.welcome-links-heading .eyebrow { margin-bottom: .35rem; color: var(--rust); }
.welcome-links-heading > span { color: var(--ink-soft); font-family: var(--serif); font-size: 1rem; line-height: 1.25; }
.welcome-links-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.welcome-links-grid a { min-height: 58px; padding: .75rem 1.2rem; display: grid; grid-template-columns: 24px 1fr auto; gap: .45rem; align-items: center; border-right: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.welcome-links-grid a:nth-child(3n) { border-right: 0; }
.welcome-links-grid a:nth-child(n + 4) { border-top: 1px solid var(--line); }
.welcome-links-grid a:hover { background: var(--cream); color: var(--rust); }
.welcome-links-grid span { color: var(--rust); font-family: var(--serif); font-size: .75rem; font-style: italic; }
.welcome-links-grid strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; line-height: 1.05; }
.welcome-links-grid i { font-size: .9rem; font-style: normal; }

.category-strip { padding: 6rem clamp(1.25rem, 6vw, 7rem) 7rem; background: var(--paper); }
.section-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.3vw, 4.7rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.section-heading.compact { text-align: center; margin-bottom: 3.5rem; }
.category-editorial { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr); gap: clamp(2.5rem, 5vw, 5.5rem); align-items: stretch; }
.category-feature { min-height: 520px; position: relative; overflow: hidden; color: white; }
.category-feature img { transition: transform .75s ease; }
.category-feature:hover img { transform: scale(1.025); }
.category-feature-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,35,29,.04) 35%, rgba(13,35,29,.82) 100%); }
.category-feature-number { position: absolute; top: 1.5rem; left: 1.6rem; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,250,242,.92); color: var(--ink); display: grid; place-items: center; font-family: var(--serif); font-style: italic; }
.category-feature-copy { position: absolute; left: clamp(1.5rem, 4vw, 3.2rem); right: clamp(1.5rem, 4vw, 3.2rem); bottom: clamp(1.7rem, 4vw, 3.2rem); }
.category-feature-copy > p { margin-bottom: .65rem; color: var(--butter); text-transform: uppercase; font-size: .61rem; font-weight: 600; letter-spacing: .13em; }
.category-feature-copy h3 { margin-bottom: .55rem; font-family: var(--serif); font-size: clamp(2.7rem, 4.5vw, 4.8rem); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.category-feature-copy > span { display: flex; justify-content: space-between; align-items: center; gap: 1rem; max-width: 480px; color: rgba(255,255,255,.8); font-size: .78rem; line-height: 1.5; }
.category-feature-copy b { color: white; font-size: 1.2rem; font-weight: 400; }
.category-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; }
.category-row { min-height: 160px; padding: 1.4rem 2.8rem 1.4rem 1rem; display: grid; grid-template-columns: 38px 1fr; align-items: center; position: relative; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, color .25s ease; }
.category-row:nth-child(odd) { border-right: 1px solid var(--line); padding-left: 0; }
.category-row:hover { padding-left: .7rem; color: var(--rust); }
.category-number { font-family: var(--serif); font-style: italic; font-size: .92rem; }
.category-row h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.035em; }
.category-row p { max-width: 280px; margin-bottom: 0; color: var(--ink-soft); font-size: .77rem; line-height: 1.5; }
.circle-arrow { position: absolute; top: 1.25rem; right: 1.25rem; width: 31px; height: 31px; border: 1px solid rgba(23,53,45,.45); border-radius: 50%; display: grid; place-items: center; }
.category-row .circle-arrow { top: 50%; right: .1rem; transform: translateY(-50%); }

.family-chapters { padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 6vw, 7rem); background: var(--cream); }
.family-chapters-heading { max-width: 920px; margin: 0 auto 3rem; text-align: center; }
.family-chapters-heading h2 { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 6.2rem); font-weight: 400; letter-spacing: -.06em; line-height: .88; }
.family-chapters-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--ink-soft); font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.family-chapter-grid { max-width: 1280px; margin: 0 auto; padding: 2rem 1.45rem 1.1rem; position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 0; perspective: 1500px; transform-style: preserve-3d; }
.family-book-frame { width: calc(100% + 3rem); height: calc(100% + 3rem); position: absolute; z-index: 4; inset: -1.5rem; object-fit: fill; pointer-events: none; filter: drop-shadow(0 18px 18px rgba(47,39,30,.12)); }
.family-chapter { min-height: clamp(550px, 42vw, 680px); padding: clamp(2.6rem, 5.5vw, 5.8rem); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(23,53,45,.18); box-shadow: 0 12px 24px rgba(23,53,45,.08); transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease; }
.family-chapter::before { content: ""; position: absolute; z-index: 3; inset: .55rem; border: 1px solid rgba(23,53,45,.08); pointer-events: none; }
.family-chapter-growing { background: #dce5d8; border-radius: 0; clip-path: polygon(4% 0, 98.7% 0, 99.6% 4%, 100% 15%, 100% 50%, 100% 85%, 99.6% 96%, 98.7% 100%, 4% 100%, 2% 98%, .7% 92%, .2% 80%, 0 50%, .2% 20%, .7% 8%, 2% 2%); transform: none; }
.family-chapter-stages { margin: 0; background: #f1dfb5; border-radius: 0; clip-path: polygon(1.3% 0, 96% 0, 98% 2%, 99.3% 8%, 99.8% 20%, 100% 50%, 99.8% 80%, 99.3% 92%, 98% 98%, 96% 100%, 1.3% 100%, .4% 96%, 0 85%, 0 50%, 0 15%, .4% 4%); transform: none; }
.family-chapter-growing:hover, .family-chapter-stages:hover { background: var(--ink); color: var(--paper); transform: translateY(-4px); box-shadow: 0 18px 38px rgba(23,53,45,.12); }
.family-chapter:hover .eyebrow, .family-chapter:hover > p { color: rgba(255,250,242,.76); }
.family-chapter > *:not(.family-chapter-art) { position: relative; z-index: 2; }
.family-chapter-art { width: 100%; height: 100%; position: absolute; z-index: 0; inset: 0; object-fit: cover; object-position: center; opacity: .38; mix-blend-mode: multiply; pointer-events: none; }
.family-chapter .eyebrow { margin-bottom: auto; }
.family-chapter h3 { max-width: 620px; margin: 3.5rem 0 1rem; font-family: var(--serif); font-size: clamp(3.8rem, 6.3vw, 7rem); font-weight: 400; letter-spacing: -.065em; line-height: .84; }
.family-chapter > p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.12rem; line-height: 1.55; }
.family-chapter-topics { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.family-chapter-topics b { padding: .42rem .65rem; border: 1px solid currentColor; border-radius: 100px; font-size: .58rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.family-chapter-link { margin-top: 2.3rem; padding-top: 1.2rem; border-top: 1px solid currentColor; display: flex; justify-content: space-between; text-transform: uppercase; font-size: .64rem; font-weight: 600; letter-spacing: .1em; }

.weekend-feature { min-height: 700px; padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 6vw, 7rem); position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.weekend-backdrop { position: absolute; inset: 0; }
.weekend-backdrop img { filter: grayscale(.15) saturate(.6); opacity: .22; }
.weekend-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,53,45,.52), rgba(23,53,45,.94)); }
.weekend-content { position: relative; max-width: 1280px; margin: 0 auto; }
.weekend-heading { max-width: 900px; margin: 0 auto 3.5rem; text-align: center; }
.weekend-heading .eyebrow { color: var(--butter); }
.weekend-heading h2 { margin-bottom: 1.1rem; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.8rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.weekend-heading h2 em { color: var(--peach); font-weight: 400; }
.weekend-heading > p:last-child { max-width: 600px; margin: 0 auto; color: rgba(255,250,242,.76); font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; }
.weekend-edition { display: grid; grid-template-columns: .54fr 1.25fr .72fr; background: var(--paper); color: var(--ink); }
.weekend-date { padding: 2.2rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.weekend-date span { color: var(--rust); text-transform: uppercase; font-size: .61rem; font-weight: 600; letter-spacing: .13em; }
.weekend-date strong { margin: .7rem 0 .1rem; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.6rem); font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.weekend-date em { color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; }
.weekend-list { padding: 0; margin: 0; list-style: none; }
.weekend-list li { min-height: 108px; padding: 1.25rem 1.8rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1rem; }
.weekend-list li:last-child { border-bottom: 0; }
.weekend-list span { color: var(--rust); text-transform: uppercase; font-size: .59rem; font-weight: 600; letter-spacing: .1em; }
.weekend-list strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.weekend-list a { font-size: .63rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.weekend-cta { padding: 2.2rem; border-left: 1px solid var(--line); background: var(--butter); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.weekend-cta p { font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.weekend-cta .button { margin-top: .5rem; }

.latest-stories { padding: 6rem clamp(1.25rem, 6vw, 7rem); background: var(--paper); }
.more-section { padding: clamp(5rem, 7vw, 7rem) clamp(1.25rem, 6vw, 7rem); background: var(--cream); display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.more-section-heading { max-width: 460px; }
.more-section-heading h2 { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.2rem); font-weight: 400; line-height: .87; letter-spacing: -.06em; }
.more-section-heading h2 em { color: var(--rust); }
.more-section-heading > p:last-child { max-width: 390px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.1rem; line-height: 1.55; }
.more-section-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.4rem); align-items: start; }
.more-section-link { min-height: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; color: var(--ink); border: 0; transition: opacity .35s ease, transform .35s ease; }
.more-section-link:hover { background: transparent; }
.more-section-image { width: min(16vw, 190px); aspect-ratio: 1; margin: 0 auto; position: relative; display: block; overflow: hidden; border: 1px solid rgba(23,53,45,.22); border-radius: 50%; background: var(--paper); box-shadow: 0 14px 28px rgba(23,53,45,.12); transition: transform .35s ease, box-shadow .35s ease; }
.more-section-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease, filter .35s ease; }
.more-section-image::after { content: ""; position: absolute; inset: .5rem; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; pointer-events: none; }
.more-section-number { width: 1.65rem; height: 1.65rem; position: absolute; left: .7rem; bottom: .7rem; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(23,53,45,.78); color: white; font-family: var(--serif); font-size: .75rem; font-style: italic; }
.more-section-link > div { padding-top: .15rem; }
.more-section-link:hover .more-section-image { transform: scale(1.1); box-shadow: 0 20px 36px rgba(23,53,45,.18); }
.more-section-link:hover .more-section-image img { transform: scale(1.05); }
.more-section-link h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.55vw, 2.8rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; white-space: nowrap; }
.more-section-link p { max-width: 440px; margin-bottom: .75rem; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.more-section-link b { color: var(--rust); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.more-section-link i { margin-left: .35rem; font-size: .9rem; font-style: normal; }
.more-section-link-02, .more-section-link-03 { padding-left: 0; }
@supports selector(.more-section-links:has(*)) {
  .more-section-links:has(.more-section-link:hover) .more-section-link:not(:hover) { opacity: .35; transform: scale(.94); }
}
.heading-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
.story-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: clamp(1.25rem, 3vw, 3rem); align-items: start; }
.story-card { position: relative; }
.anchor-target { position: absolute; top: -7rem; }
.story-image { display: block; height: 310px; overflow: hidden; background: #ddd; }
.story-large .story-image { height: 440px; }
.story-image img { transition: transform .6s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-meta { margin: 1.2rem 0 .8rem; display: flex; justify-content: space-between; color: var(--rust); text-transform: uppercase; font-size: .61rem; font-weight: 600; letter-spacing: .1em; }
.story-meta span:last-child { color: #7d8b85; }
.story-card h3 { margin-bottom: .65rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.35rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.story-card p { margin-bottom: 0; color: var(--ink-soft); font-size: .83rem; line-height: 1.65; }

.neighborhood-section { padding: 6rem clamp(1.25rem, 6vw, 7rem); position: relative; overflow: hidden; background: var(--blush); }
.neighborhood-texture { width: 100%; height: 100%; position: absolute; inset: 0; z-index: 0; color: var(--ink); opacity: .045; pointer-events: none; }
.neighborhood-texture g { stroke-width: 1.8; }
.neighborhood-heading, .neighborhood-explorer { position: relative; z-index: 1; }
.neighborhood-heading { max-width: 1280px; margin: 0 auto 4rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: end; }
.neighborhood-heading h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(3.3rem, 5.4vw, 6rem); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.neighborhood-heading h2 em { color: var(--rust); font-weight: 400; }
.neighborhood-heading > p { max-width: 490px; margin-bottom: .4rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; }
.neighborhood-explorer { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); background: var(--paper); border: 1px solid rgba(23,53,45,.2); }
.houston-map { min-height: 590px; position: relative; overflow: hidden; background: var(--cream); }
.map-canvas { position: absolute; inset: 0; background: var(--cream); opacity: 0; transition: opacity .35s ease; }
.houston-map.is-loaded .map-canvas { opacity: 1; }
.map-loading, .map-fallback { position: absolute; inset: 0; margin: 0; display: grid; place-items: center; color: var(--ink-soft); font-family: var(--serif); font-style: italic; }
.houston-map.is-loaded .map-loading { display: none; }
.maplibregl-canvas { outline: 0; }
.maplibregl-ctrl-attrib { background: rgba(245,239,229,.9) !important; color: var(--ink-soft); font-size: 9px; }
.maplibregl-ctrl-attrib a { color: var(--ink-soft); }
.map-neighborhood-marker { padding: 0; border: 0; background: transparent; color: var(--ink); display: flex; flex-direction: column; align-items: center; cursor: pointer; }
.marker-label { max-width: 175px; padding: .6rem .78rem; border: 1px solid rgba(23,53,45,.2); border-radius: 2px; background: #efe3d8; box-shadow: 0 4px 12px rgba(23,53,45,.08); font-family: var(--sans); font-size: .68rem; font-weight: 600; line-height: 1.2; text-align: center; white-space: nowrap; transition: .2s ease; }
.map-neighborhood-marker:hover .marker-label { border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 8px 19px rgba(23,53,45,.14); }
.map-neighborhood-marker.is-active .marker-label { background: var(--ink); border-color: var(--ink); color: white; }
.map-neighborhood-marker:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.map-downtown-label { color: var(--ink); font-family: var(--serif); font-size: .88rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 1px var(--paper); }
.neighborhood-detail { padding: clamp(2rem, 4vw, 4rem); border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.detail-kicker { margin-bottom: .8rem; color: var(--rust); text-transform: uppercase; font-size: .61rem; font-weight: 600; letter-spacing: .12em; }
.neighborhood-detail h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.6rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.neighborhood-detail > p:not(.detail-kicker) { color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.neighborhood-detail ul { margin: .4rem 0 1.8rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.neighborhood-detail li { padding: .72rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: .95rem; }
.neighborhood-detail .button { align-self: flex-start; font-size: .61rem; }

.newsletter { padding: 8rem 1.5rem; background: var(--rust); color: white; text-align: center; }
.newsletter-kicker { width: fit-content; margin: 0 auto 1.4rem; padding: .55rem .85rem; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; text-transform: uppercase; font-size: .62rem; letter-spacing: .13em; }
.newsletter h2 { margin-bottom: 1.3rem; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6.6rem); line-height: .82; letter-spacing: -.06em; font-weight: 400; }
.newsletter > p { max-width: 580px; margin: 0 auto 2rem; font-family: var(--serif); font-size: 1.2rem; line-height: 1.45; color: rgba(255,255,255,.85); }
.signup-form { max-width: 610px; margin: 0 auto; display: flex; border-bottom: 1px solid rgba(255,255,255,.75); }
.signup-form input { flex: 1; min-width: 0; padding: 1rem .2rem; border: 0; outline: 0; background: transparent; color: white; font-family: var(--serif); font-size: 1.25rem; }
.signup-form input::placeholder { color: rgba(255,255,255,.65); }
.signup-form button { border: 0; background: transparent; color: white; text-transform: uppercase; letter-spacing: .09em; font-size: .66rem; font-weight: 600; cursor: pointer; }
.newsletter small { display: block; margin-top: 1.2rem; color: rgba(255,255,255,.65); font-size: .65rem; }
.newsletter .form-message { margin: .8rem auto 0; font-family: var(--sans); font-size: .75rem; }

.travel-chapter { padding: clamp(4rem, 6vw, 6rem) clamp(1.25rem, 6vw, 7rem); background: var(--paper); overflow: hidden; }
.travel-hero { max-width: 1280px; height: clamp(560px, 51vw, 660px); margin: 0 auto; position: relative; overflow: hidden; color: white; }
.travel-photo { position: absolute; inset: 0; margin: 0; }
.travel-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,30,25,.9) 0%, rgba(12,30,25,.65) 45%, rgba(12,30,25,.12) 76%), linear-gradient(0deg, rgba(12,30,25,.52), transparent 48%); }
.travel-hero-copy { width: min(690px, 62%); position: absolute; z-index: 2; left: clamp(2rem, 6vw, 5.5rem); top: 50%; transform: translateY(-50%); }
.travel-hero-copy .eyebrow { color: var(--butter); }
.travel-hero-copy h2 { margin-bottom: 1.1rem; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 400; letter-spacing: -.065em; line-height: .82; }
.travel-hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 1.8rem; color: rgba(255,255,255,.84); font-family: var(--serif); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.5; }
.travel-hero-copy .button { font-size: .63rem; }
.travel-note { width: min(330px, 30%); position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 2; padding: 1.3rem 1.5rem; border: 1px solid rgba(255,255,255,.45); background: rgba(255,250,242,.9); backdrop-filter: blur(8px); color: var(--ink); }
.travel-note span { color: var(--rust); font-size: .57rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.travel-note p { margin: .5rem 0 0; font-family: var(--serif); font-size: 1rem; line-height: 1.35; }
.travel-route-wrap { max-width: 1280px; margin: 0 auto; padding-top: 2.2rem; }
.travel-route-label { margin-bottom: 1.4rem; color: var(--rust); font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.travel-route-nav { min-height: 220px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); }
.travel-route-art { width: 100%; height: 120px; position: absolute; inset: 0 0 auto; z-index: 0; overflow: visible; fill: none; stroke: rgba(186,101,74,.58); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 4 7; vector-effect: non-scaling-stroke; }
.travel-route { min-width: 0; padding: 7.7rem 2rem 1.2rem 0; position: relative; border-right: 1px solid var(--line); }
.travel-route + .travel-route { padding-left: 2rem; }
.travel-route:last-child { padding-right: 0; border-right: 0; }
.travel-route-stop { width: 1.35rem; height: 1.35rem; position: absolute; top: 2.7rem; left: .45rem; z-index: 2; display: grid; place-items: center; border: 1px solid var(--rust); border-radius: 50%; background: var(--paper); transition: .2s ease; }
.travel-route-stop i { width: .35rem; height: .35rem; background: var(--rust); transform: rotate(45deg); }
.travel-route + .travel-route .travel-route-stop { left: 2rem; }
.travel-route-2 .travel-route-stop { top: 3.45rem; }
.travel-route-3 .travel-route-stop { top: 3.45rem; }
.travel-route strong { display: block; padding-right: 1.5rem; font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 400; line-height: 1.05; }
.travel-route small { display: block; max-width: 330px; margin-top: .55rem; color: var(--ink-soft); font-size: .7rem; line-height: 1.5; }
.travel-route b { position: absolute; top: 7.8rem; right: 1rem; font-size: 1rem; font-weight: 400; }
.travel-route:hover .travel-route-stop { background: var(--rust); border-color: var(--rust); transform: scale(1.18); }
.travel-route:hover .travel-route-stop i { background: white; }
.travel-route:hover strong { color: var(--rust); }

.content-page { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) 0; }
.back-link { display: inline-block; margin-bottom: 3.5rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.content-hero { width: min(880px, 100%); margin: 0 auto 4rem; text-align: center; }
.content-hero h1, .listing-hero h1 { margin-bottom: 1.5rem; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7.2rem); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.content-deck, .listing-hero > p:last-child { width: min(680px, 100%); margin: 0 auto 1.4rem; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; }
.content-byline { color: var(--rust); font-size: .65rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.content-byline a { border-bottom: 1px solid currentColor; }
.content-cover { width: min(1040px, 100%); height: clamp(390px, 55vw, 680px); margin: 0 auto 4.5rem; }
.author-avatar { width: 78px; height: 78px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: var(--blush); color: var(--ink); font-family: var(--serif); font-size: 1.35rem; }
.author-avatar-small { width: 34px; height: 34px; font-size: .72rem; }
.author-avatar img { height: 100%; }
.story-contributor { margin-top: 1.1rem; display: flex; align-items: center; gap: .65rem; color: var(--ink-soft); font-size: .67rem; }
.story-contributor:hover { color: var(--rust); }
.story-contributor strong { color: var(--ink); font-weight: 600; }
.article-author { width: min(760px, 100%); margin: -1rem auto 4rem; padding: 1.5rem 0; display: flex; align-items: center; gap: 1.4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-author .eyebrow { margin-bottom: .35rem; }
.article-author h2 { margin-bottom: .1rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.article-author div > span { color: var(--rust); font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.article-author div > p:last-child { max-width: 590px; margin: .45rem 0 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.55; }
.article-author h2 a { color: inherit; }
.article-author h2 a:hover { color: var(--rust); }
.article-author .text-link { display: inline-block; margin-top: .7rem; }
.contributor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contributor-card { min-height: 250px; padding: 2rem; display: flex; align-items: flex-start; gap: 1.2rem; background: var(--paper); border: 1px solid var(--line); transition: .25s ease; }
.contributor-card:hover { background: var(--blush); border-color: rgba(183,102,73,.35); transform: translateY(-3px); }
.contributor-card-avatar { width: 66px; height: 66px; font-size: 1.05rem; }
.contributor-card h2 { margin: .25rem 0 .7rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; line-height: .95; }
.contributor-card p:not(.eyebrow) { max-width: 430px; color: var(--ink-soft); font-family: var(--serif); font-size: .98rem; line-height: 1.5; }
.contributor-card .text-link { display: inline-block; margin-top: 1rem; }
.contributor-hero { width: min(880px, 100%); margin: 0 auto 3rem; padding: 3rem; display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; background: var(--paper); border: 1px solid var(--line); }
.contributor-hero .author-avatar { width: 130px; height: 130px; font-size: 2rem; background: var(--blush); }
.contributor-hero h1 { margin: .3rem 0 .8rem; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 400; line-height: .86; letter-spacing: -.06em; }
.contributor-role { color: var(--rust); font-size: .65rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.contributor-connection { max-width: 600px; margin-top: 1rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.25rem; line-height: 1.5; }
.contributor-bio { width: min(680px, 100%); margin: 0 auto 6rem; padding: 1.5rem 0 0; border-top: 1px solid var(--line); }
.contributor-bio > p:last-child { margin-top: .65rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.25rem; line-height: 1.65; }
.contributor-stories { width: min(1180px, 100%); margin: 0 auto; }
.contributor-stories h2 { margin-top: .3rem; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 400; line-height: .95; }
.article-tags { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.article-tags > span, .article-tags > a { padding: .36rem .58rem; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); font-size: .56rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.article-tags-centered { justify-content: center; }
.article-topic-footer { width: min(760px, 100%); margin: 5rem auto 0; padding: 2.4rem 0 0; border-top: 1px solid var(--ink); }
.article-topic-footer h2 { margin: .4rem 0 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.article-topic-footer .article-tags { gap: .55rem; }
.article-topic-footer .article-tags a { padding: .62rem .82rem; display: inline-flex; align-items: center; gap: .55rem; background: var(--paper); transition: .2s ease; }
.article-topic-footer .article-tags a:hover { background: var(--ink); border-color: var(--ink); color: white; }
.prose { width: min(680px, 100%); margin: 0 auto; color: var(--ink-soft); font-family: var(--serif); font-size: 1.18rem; line-height: 1.75; }
.prose h2 { margin: 2.8rem 0 1rem; color: var(--ink); font-size: 2.4rem; font-weight: 400; line-height: 1.05; }
.prose h3 { margin: 2.2rem 0 .8rem; color: var(--ink); font-size: 1.65rem; font-weight: 400; }
.prose a { border-bottom: 1px solid var(--rust); color: var(--rust); }
.prose li { margin-bottom: .5rem; }
.prose-image { width: min(880px, calc(100vw - 2.4rem)); margin: 3rem 50%; transform: translateX(-50%); }
.prose-image img { height: auto; max-height: 680px; }
.listing-page { width: min(1280px, calc(100% - 2.5rem)); }
.listing-hero { width: min(760px, 100%); margin-bottom: 5rem; }
.listing-hero h1 { margin-bottom: 1.2rem; }
.listing-hero > p:last-child { margin-left: 0; }
.listing-page .story-grid { row-gap: 4rem; }
.journal-tools { margin: -1.5rem 0 4rem; padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.journal-tools > label { display: block; margin-bottom: .7rem; color: var(--rust); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.journal-search-row { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }
.journal-search-row input { min-width: 0; flex: 1; padding: .75rem 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.8rem); }
.journal-search-row input::placeholder { color: #87968f; }
.journal-search-row button { padding: .6rem; border: 0; background: transparent; color: var(--rust); cursor: pointer; font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.tag-filter-heading { margin-top: 1.35rem; display: flex; align-items: baseline; gap: .7rem; }
.tag-filter-heading span { color: var(--ink); font-family: var(--serif); font-size: 1rem; }
.tag-filter-heading small { color: var(--ink-soft); font-size: .62rem; }
.tag-filters { margin-top: .7rem; display: flex; flex-wrap: wrap; gap: .45rem; }
.tag-filters button { padding: .5rem .72rem; border: 1px solid var(--line); border-radius: 100px; background: transparent; color: var(--ink-soft); cursor: pointer; display: inline-flex; align-items: center; gap: .55rem; font-size: .58rem; font-weight: 600; }
.tag-filters button b { min-width: 1.1rem; height: 1.1rem; display: grid; place-items: center; border-radius: 50%; background: rgba(23,53,45,.08); font-size: .5rem; }
.tag-filters button:hover, .tag-filters button.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.tag-filters button:hover b, .tag-filters button.is-active b { background: rgba(255,255,255,.16); }
.journal-result-count { min-height: 1em; margin: .9rem 0 0; color: var(--ink-soft); font-size: .66rem; }
.journal-story-grid .story-card[hidden] { display: none; }
.journal-empty { margin-top: 2rem; }
.family-hub { width: min(1280px, calc(100% - 2.5rem)); }
.family-hub-hero { max-width: 960px; margin-bottom: 6rem; padding: clamp(3rem, 7vw, 7rem); position: relative; }
.family-hub-growing .family-hub-hero { background: #dce5d8; }
.family-hub-stages .family-hub-hero { background: #f1dfb5; }
.family-hub-art { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; opacity: .38; mix-blend-mode: multiply; pointer-events: none; }
.family-hub-hero-content { position: relative; z-index: 1; }
.family-hub-hero::after { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--line); pointer-events: none; }
.family-hub-hero h1 { max-width: 850px; margin-bottom: 1.3rem; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .82; letter-spacing: -.065em; }
.family-hub-hero > p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); font-family: var(--serif); font-size: 1.3rem; line-height: 1.5; }
.family-hub-hero > span { display: block; max-width: 620px; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .7rem; line-height: 1.6; }
.family-guide-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.family-guide-card { min-height: 430px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.family-guide-card:nth-child(even) { border-right: 0; }
.family-guide-card > a { height: 100%; padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; transition: background .25s ease; }
.family-guide-card > a:hover { background: var(--paper); }
.family-guide-card > a > span { margin-bottom: auto; font-family: var(--serif); font-style: italic; }
.family-guide-card h2 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.2rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.family-guide-card p:not(.eyebrow) { max-width: 520px; color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.family-guide-card a > b { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.family-guide-card i { font-style: normal; }
.editorial-note { width: min(760px, 100%); margin: 0 auto 3rem; padding: 1.5rem 1.8rem; display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; background: var(--blush); border-left: 3px solid var(--rust); }
.editorial-note strong { color: var(--rust); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.editorial-note p { margin: 0; color: var(--ink-soft); font-family: var(--serif); line-height: 1.5; }
.neighborhood-guide-page .content-hero { margin-bottom: 3rem; }
.guide-intro { margin-bottom: 5rem; }
.resource-group { margin: 5rem 0; padding-top: 2rem; border-top: 1px solid var(--line); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.resource-card { min-height: 220px; padding: 2rem; background: var(--paper); border: 1px solid var(--line); }
.resource-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.resource-card p { color: var(--ink-soft); font-size: .8rem; line-height: 1.65; }
.resource-card .text-link { margin-top: 1rem; }
.empty-state { padding: clamp(3rem, 7vw, 6rem); background: var(--paper); border: 1px solid var(--line); text-align: center; }
.empty-state h2 { margin-bottom: .7rem; font-family: var(--serif); font-size: 2.7rem; font-weight: 400; }
.empty-state p { margin: 0; color: var(--ink-soft); }
.recommendation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3rem); }
.recommendation-card { padding-bottom: 2rem; }
.recommendation-image { height: 360px; margin-bottom: 1.5rem; background: var(--paper); }
.recommendation-image-type { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--blush); border: 1px solid var(--line); }
.recommendation-image-type span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.1rem; }
.recommendation-image-type strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: .95; }
.recommendation-card h2 { margin-bottom: .7rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.recommendation-card > p:not(.eyebrow) { color: var(--ink-soft); font-size: .82rem; line-height: 1.65; }
.recommendation-card .recommendation-creator { margin-top: -.35rem; color: var(--rust) !important; font-size: .64rem !important; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.recommendation-card blockquote { margin: 1.2rem 0; padding: 1.2rem; background: var(--paper); border-left: 2px solid var(--rust); color: var(--ink-soft); font-family: var(--serif); font-size: .95rem; line-height: 1.5; }
.recommendation-card blockquote span { display: block; margin-bottom: .45rem; color: var(--rust); font-family: var(--sans); font-size: .54rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.recommendation-card .button { margin-top: .6rem; font-size: .61rem; }
.good-list-key { margin: -1rem 0 4rem; padding: 1.3rem 0; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.good-list-key span { color: var(--rust); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.good-list-key p { max-width: 480px; margin: 0; color: var(--ink-soft); font-family: var(--serif); }
.weekend-page .listing-hero h1 em { color: var(--rust); }
.plan-list { border-top: 1px solid var(--line); }
.plan-card { display: grid; grid-template-columns: 100px 1fr; gap: 2rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.plan-card > span { font-family: var(--serif); font-size: 2rem; font-style: italic; color: var(--rust); }
.plan-card h2 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.plan-card p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); line-height: 1.65; }
.field-note-group { margin-top: 7rem; scroll-margin-top: 2rem; }
.field-note-group-heading { margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.field-note-group-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.field-note-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); }
.field-note-card:nth-child(3n) { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; }
.field-note-image { display: block; height: 440px; overflow: hidden; }
.field-note-image img { transition: transform .6s ease; }
.field-note-card:hover .field-note-image img { transform: scale(1.025); }
.field-note-card-copy { padding-top: 1.4rem; }
.field-note-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.field-note-card-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: .84rem; line-height: 1.65; }
.trip-details { width: min(880px, 100%); margin: -1rem auto 4.5rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trip-details div { min-height: 110px; padding: 1.5rem; border-right: 1px solid var(--line); }
.trip-details div:last-child { border-right: 0; }
.trip-details span { display: block; margin-bottom: .5rem; color: var(--rust); font-size: .59rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.trip-details strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; line-height: 1.3; }
.family-note { margin-top: 3rem; padding: 2rem; background: var(--blush); border-left: 3px solid var(--rust); }
.family-note p:last-child { margin-bottom: 0; color: var(--ink); font-size: 1rem; line-height: 1.6; }
.travel-collection-list { border-top: 1px solid var(--line); }
.travel-collection-card { min-height: 480px; padding: 3.5rem 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; border-bottom: 1px solid var(--line); }
.travel-collection-card:nth-child(even) .travel-collection-image { order: 2; }
.travel-collection-image { height: 420px; position: relative; overflow: hidden; }
.travel-collection-image img { transition: transform .7s ease; }
.travel-collection-card:hover .travel-collection-image img { transform: scale(1.025); }
.travel-collection-image span { width: 44px; height: 44px; position: absolute; left: 1.2rem; top: 1.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--ink); font-family: var(--serif); font-style: italic; }
.travel-collection-card h2 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.travel-collection-card > div > p:not(.eyebrow) { margin-bottom: 1.5rem; color: var(--ink-soft); font-family: var(--serif); font-size: 1.08rem; line-height: 1.6; }
.travel-path-hero { margin-bottom: 7rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.travel-path-hero h1 { margin-bottom: 1.4rem; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-weight: 400; line-height: .84; letter-spacing: -.065em; }
.travel-path-hero > div > p:last-child { color: var(--ink-soft); font-family: var(--serif); font-size: 1.18rem; line-height: 1.6; }
.travel-path-hero figure { height: 600px; margin: 0; position: relative; }
.travel-path-hero figure::after { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--line); pointer-events: none; }
.travel-path-listing { scroll-margin-top: 2rem; }

.site-footer { padding: 5rem clamp(1.25rem, 6vw, 7rem) 1.5rem; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.65); }
.footer-brand p { max-width: 350px; margin-top: 1.3rem; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.4rem; line-height: 1.35; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-links div { display: flex; flex-direction: column; gap: .75rem; }
.footer-links strong { margin-bottom: .5rem; color: var(--butter); text-transform: uppercase; font-size: .63rem; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.74); font-family: var(--serif); font-size: 1.12rem; }
.footer-bottom { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; color: rgba(255,255,255,.46); text-transform: uppercase; font-size: .56rem; letter-spacing: .08em; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { position: absolute; top: 85px; left: 0; right: 0; padding: 1.2rem 2rem 2rem; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; transform: translateY(-130%); opacity: 0; transition: .25s ease; z-index: -1; }
  .primary-nav.open { transform: translateY(0); opacity: 1; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: .7rem; border: 0; background: transparent; justify-self: end; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); transition: .2s ease; }
  .hero { grid-template-columns: .82fr 1.18fr; gap: 2rem; padding-left: 3rem; padding-right: 3rem; }
  .category-editorial { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .category-list { grid-template-columns: 1fr; }
  .category-row, .category-row:nth-child(odd) { min-height: 116px; padding: 1rem 2.6rem 1rem 0; border-right: 0; }
  .weekend-edition { grid-template-columns: .55fr 1.45fr; }
  .weekend-cta { grid-column: 1 / -1; padding: 1.7rem 2.2rem; border-top: 1px solid var(--line); border-left: 0; flex-direction: row; justify-content: space-between; align-items: center; gap: 2rem; }
  .weekend-cta p { margin: 0; }
  .neighborhood-explorer { grid-template-columns: 1.25fr .75fr; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-large { grid-column: 1 / -1; }
  .story-large .story-image { height: 520px; }
}

@media (max-width: 760px) {
  .announcement { padding-inline: .7rem; font-size: .68rem; flex-wrap: wrap; }
  .announcement > span { display: none; }
  .site-header { height: 72px; padding: 0 1rem; }
  .brand-mark { width: 38px; height: 38px; font-size: 1rem; }
  .brand-name { font-size: 1.02rem; }
  .primary-nav { top: 71px; }
  .hero { min-height: auto; padding: 4.5rem 1.2rem 5rem; grid-template-columns: 1fr; gap: 2rem; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(3.8rem, 17.5vw, 5.3rem); }
  .hero-intro { max-width: 92%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .9rem; }
  .hero-visual { height: 510px; margin-top: 1rem; }
  .hero-single-photo { padding: 0 0 1.5rem 1rem; }
  .hero-single-photo::before { inset: 1rem 1rem 0 0; }
  .hero-single-photo figcaption { right: 1.5rem; padding: 1rem; align-items: flex-start; flex-direction: column; gap: .3rem; }
  .welcome-links { padding: 0; display: block; }
  .welcome-links-heading { padding: 1.15rem 1.2rem; border-right: 0; }
  .welcome-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .welcome-links-grid a { min-height: 62px; padding: .75rem .8rem; }
  .welcome-links-grid a:nth-child(3n) { border-right: 1px solid var(--line); }
  .welcome-links-grid a:nth-child(2n) { border-right: 0; }
  .welcome-links-grid a:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .welcome-links-grid strong { font-size: .95rem; }
  .category-strip { padding: 5rem 1.2rem; }
  .category-editorial { grid-template-columns: 1fr; gap: 2.2rem; }
  .category-feature { min-height: 460px; }
  .category-row { min-height: 132px; }
  .family-chapters { padding: 4.5rem 1.2rem; }
  .family-chapters-heading { text-align: left; }
  .family-chapter-grid { grid-template-columns: 1fr; gap: 1.5rem; padding: 0; }
  .family-book-frame { display: none; }
  .family-chapter { min-height: 480px; padding: 2rem; }
  .family-chapter-growing, .family-chapter-stages { border-radius: .2rem 5.5rem .2rem .2rem; clip-path: none; transform: none; }
  .family-chapter-growing:hover, .family-chapter-stages:hover { transform: translateY(-4px); }
  .family-chapter .eyebrow { margin-bottom: 1.15rem; }
  .family-chapter h3 { margin-top: 0; }
  .family-chapter h3 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .weekend-feature { min-height: auto; padding: 4.5rem 1.2rem; }
  .weekend-heading { text-align: left; }
  .weekend-heading > p:last-child { margin-left: 0; }
  .weekend-edition { grid-template-columns: 1fr; }
  .weekend-date { padding: 1.7rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .weekend-date strong { font-size: 3.5rem; }
  .weekend-list li { padding: 1.2rem 1.4rem; grid-template-columns: 1fr auto; }
  .weekend-list li span { grid-column: 1 / -1; }
  .weekend-cta { grid-column: auto; padding: 1.7rem; border-top: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .latest-stories { padding: 4.5rem 1.2rem; }
  .more-section { padding: 4.5rem 1.2rem; display: block; }
  .more-section-heading { margin-bottom: 3rem; }
  .more-section-links { grid-template-columns: 1fr; gap: 2.7rem; }
  .more-section-link, .more-section-link-02, .more-section-link-03 { padding: 0; }
  .more-section-image { width: min(54vw, 190px); }
  .more-section-link h3 { white-space: normal; }
  .more-section-link:hover, .more-section-link-02:hover, .more-section-link-03:hover { padding-left: 0; }
  .more-section-links:has(.more-section-link:hover) .more-section-link:not(:hover) { opacity: 1; transform: none; }
  .heading-row { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .story-grid { grid-template-columns: 1fr; gap: 3.2rem; }
  .story-large { grid-column: auto; }
  .story-image, .story-large .story-image { height: 340px; }
  .neighborhood-section { padding: 4.5rem 1.2rem; }
  .neighborhood-texture { opacity: .028; transform: scale(1.18); transform-origin: center; }
  .neighborhood-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  .neighborhood-explorer { grid-template-columns: 1fr; }
  .houston-map { min-height: 500px; }
  .neighborhood-detail { border-top: 1px solid var(--line); border-left: 0; }
  .marker-label { max-width: 100px; padding: .4rem .5rem; font-size: .54rem; white-space: normal; }
  .map-highway-label, .map-downtown-label { display: none; }
  .newsletter { padding: 6rem 1.2rem; }
  .travel-chapter { padding: 4rem 1.2rem; }
  .travel-hero { width: 100%; height: 630px; border: 1px solid rgba(23,53,45,.14); }
  .travel-hero-shade { background: linear-gradient(0deg, rgba(12,30,25,.92) 0%, rgba(12,30,25,.62) 57%, rgba(12,30,25,.08) 100%); }
  .travel-hero-copy { width: auto; left: 1.2rem; right: 1.2rem; top: auto; bottom: 9.4rem; transform: none; }
  .travel-hero-copy h2 { font-size: clamp(3.9rem, 17vw, 5.6rem); }
  .travel-hero-copy > p:not(.eyebrow) { margin-bottom: 1.3rem; font-size: 1rem; }
  .travel-note { width: auto; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; padding: .9rem 1rem; background: rgba(255,250,242,.92); }
  .travel-note p { margin-top: .3rem; font-size: .86rem; }
  .travel-route-wrap { padding: 2.2rem 0 0; }
  .travel-route-nav { margin-right: -1.2rem; padding-right: 1.2rem; display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .travel-route-nav::-webkit-scrollbar { display: none; }
  .travel-route-art { width: 231vw; max-width: none; }
  .travel-route { flex: 0 0 77vw; padding: 7.7rem 2rem 1rem 0; border-right: 1px solid var(--line); scroll-snap-align: start; }
  .travel-route + .travel-route { padding-left: 1.5rem; }
  .travel-route + .travel-route .travel-route-stop { left: 1.5rem; }
  .travel-route:last-child { padding-right: 1rem; }
  .travel-route strong { font-size: 1.55rem; }
  .travel-route b { top: 7.8rem; right: 1rem; }
  .content-page, .listing-page { width: min(100% - 2.4rem, 1180px); padding: 4rem 0; }
  .back-link { margin-bottom: 2.5rem; }
  .content-hero { margin-bottom: 2.5rem; text-align: left; }
  .content-deck { margin-left: 0; }
  .content-cover { height: 390px; margin-bottom: 3rem; }
  .prose { font-size: 1.08rem; }
  .listing-hero { margin-bottom: 3.5rem; }
  .article-tags-centered { justify-content: flex-start; }
  .article-author { align-items: flex-start; }
  .contributor-grid { grid-template-columns: 1fr; }
  .contributor-card { min-height: 0; padding: 1.4rem; }
  .contributor-hero { grid-template-columns: 1fr; padding: 1.5rem; gap: 1.3rem; }
  .contributor-hero .author-avatar { width: 92px; height: 92px; }
  .contributor-bio { margin-bottom: 4rem; }
  .contributor-stories .heading-row { gap: 1rem; }
  .journal-tools { margin-top: 0; padding: 1.2rem; }
  .journal-search-row input { font-size: 1.1rem; }
  .tag-filter-heading { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .family-hub { width: min(100% - 2.4rem, 1280px); }
  .family-hub-hero { margin-bottom: 4rem; padding: 3.2rem 1.6rem; }
  .family-hub-hero::after { inset: .7rem -.7rem -.7rem .7rem; }
  .family-guide-list { grid-template-columns: 1fr; }
  .family-guide-card, .family-guide-card:nth-child(even) { min-height: 360px; border-right: 0; }
  .family-guide-card > a { padding: 2rem 0; }
  .editorial-note { grid-template-columns: 1fr; gap: .7rem; }
  .resource-grid, .recommendation-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: auto; }
  .recommendation-image { height: 390px; }
  .good-list-key { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .plan-card { grid-template-columns: 52px 1fr; gap: 1rem; padding: 2rem 0; }
  .field-note-group { margin-top: 5rem; }
  .field-note-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .field-note-card:nth-child(3n) { grid-column: auto; display: block; }
  .field-note-image { height: 390px; }
  .trip-details { grid-template-columns: 1fr 1fr; margin-bottom: 3rem; }
  .trip-details div { min-height: 95px; }
  .trip-details div:nth-child(2) { border-right: 0; }
  .trip-details div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .travel-collection-card { min-height: auto; padding: 2.8rem 0; grid-template-columns: 1fr; gap: 1.8rem; }
  .travel-collection-card:nth-child(even) .travel-collection-image { order: 0; }
  .travel-collection-image { height: 390px; }
  .travel-path-hero { margin-bottom: 5rem; grid-template-columns: 1fr; gap: 2rem; }
  .travel-path-hero figure { height: 440px; }
  .travel-path-hero figure::after { inset: .7rem -.7rem -.7rem .7rem; }
  .signup-form { align-items: stretch; flex-direction: column; border: 0; gap: 1rem; }
  .signup-form input { border-bottom: 1px solid rgba(255,255,255,.75); text-align: center; }
  .signup-form button { padding: .9rem; background: var(--paper); color: var(--rust); border-radius: 100px; }
  .site-footer { grid-template-columns: 1fr; padding: 4rem 1.4rem 1.5rem; gap: 3rem; }
  .footer-bottom { flex-direction: column; gap: .6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
