.page-core { background: #fff; }
.page-core main { overflow: hidden; }

/* Shared editorial hero system: same family, different compositions */
.feature-hero { position: relative; isolation: isolate; padding: 76px 0 84px; color: #fff; background: var(--navy-deep); }
.feature-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 84% 15%, rgba(22,151,187,.3), transparent 34%); }
.feature-hero-grid { display: grid; grid-template-columns: minmax(0,.93fr) minmax(480px,1.07fr); gap: 74px; align-items: center; }
.feature-copy h1 { max-width: 12ch; margin: 12px 0 21px; color: #fff; font-size: clamp(3.05rem,5.6vw,5.15rem); line-height: .98; }
.feature-copy > p:not(.eyebrow) { max-width: 610px; color: #c8d8e4; font-size: 1.12rem; }
.feature-copy > .button { margin-top: 19px; }
.feature-media { position: relative; min-height: 570px; }
.feature-photo { position: absolute; inset: 0 12% 0 0; width: 88%; height: 100%; border-radius: 30px; object-fit: cover; box-shadow: 0 25px 70px rgba(0,0,0,.28); }
.feature-inset { position: absolute; right: 0; bottom: 38px; width: 42%; height: 42%; border: 7px solid #fff; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow-md); }
.media-label { position: absolute; left: 17px; bottom: 17px; padding: 8px 11px; border-radius: 9px; background: rgba(8,29,54,.86); color: #fff; font-size: 12px; font-weight: 800; backdrop-filter: blur(6px); }
.feature-symbol { position: absolute; right: 7%; top: 7%; width: 74px; height: 74px; display: grid; place-items: center; border: 6px solid #fff; border-radius: 24px; background: var(--yellow); color: var(--navy); box-shadow: var(--shadow-md); transform: rotate(4deg); }
.feature-symbol svg { width: 40px; height: 40px; }
.feature-symbol.route-pulse::after { content: ""; position: absolute; inset: -10px; border: 2px solid rgba(255,212,90,.5); border-radius: 30px; animation: routePulse 2.4s ease-out infinite; }
@keyframes routePulse { 0% { opacity: .75; transform: scale(.78); } 70%,100% { opacity: 0; transform: scale(1.22); } }

/* Journey */
.journey { border-top: 1px solid var(--line); }
.journey-step { display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.journey-step > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: var(--cyan-soft); font-size: 13px; font-weight: 900; }
.journey-step h3 { margin: 0 0 7px; }
.journey-step p { max-width: 680px; margin: 0; color: var(--muted); }
.journey-step a { display: inline-block; margin-top: 10px; color: var(--cyan); text-decoration: none; font-weight: 800; }
.journey.horizontal { display: grid; grid-template-columns: repeat(3,1fr); border-top: 0; gap: 14px; }
.journey.horizontal .journey-step { min-height: 280px; display: block; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--mist); }
.journey.horizontal .journey-step > span { margin-bottom: 48px; }

/* Village */
.village-hero { background: linear-gradient(135deg,#071d37,#12395f 64%,#0b5364); }
.village-media .feature-photo { object-position: 50% 58%; }
.village-media .feature-inset { object-position: 50% 58%; }
.photo-story { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 4px; padding: 4px; background: #fff; }
.photo-panel { position: relative; min-height: 520px; overflow: hidden; background: var(--navy); }
.photo-panel img { width: 100%; height: 100%; object-fit: cover; }
.photo-panel:first-child { border-radius: 28px 0 0 28px; }
.photo-panel:last-child { border-radius: 0 28px 28px 0; }
.photo-panel span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 8px; background: rgba(8,29,54,.84); color: #fff; font-size: 12px; font-weight: 800; }
.village-discovery { background: var(--cream); }
.discovery-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.discovery-grid h2 { max-width: 10ch; margin: 0 0 15px; }
.discovery-grid > div:first-child > p:last-child { color: var(--muted); }
.discovery-links { border-top: 1px solid var(--line); }
.discovery-links a { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.discovery-links span { color: var(--navy); font-size: 1.2rem; font-weight: 800; }
.discovery-links b { color: var(--cyan); font-size: 14px; }
.visit-banner { display: flex; align-items: center; justify-content: space-between; gap: 54px; padding: 36px; border-radius: 28px; background: var(--mist); }
.visit-banner h2 { max-width: 16ch; margin: 0 0 12px; }
.visit-banner p:not(.eyebrow) { max-width: 640px; margin: 0; color: var(--muted); }
.visit-banner-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; flex: none; }

/* Visit */
.visit-hero { background: linear-gradient(135deg,#0a2647,#115a69); }
.feature-map { position: relative; min-height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; background: #dce7df; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.feature-map > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-map .feature-symbol { right: 7%; top: 7%; }
.map-command { position: absolute; left: 18px; bottom: 18px; display: grid; padding: 13px 16px; border-radius: 13px; background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.map-command b { font-size: 15px; }
.map-command small { color: var(--muted); }
.visit-photo-section { background: var(--cream); }
.visit-photo-grid { display: grid; grid-template-columns: minmax(450px,1.1fr) minmax(0,.9fr); gap: 68px; align-items: center; }
.visit-photo-grid figure { overflow: hidden; margin: 0; border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.visit-photo-grid figure img { width: 100%; height: 610px; object-fit: cover; object-position: 50% 55%; }
.visit-photo-grid figcaption { padding: 13px 17px; color: var(--muted); font-size: 13px; }
.visit-photo-grid h2 { max-width: 11ch; margin: 0 0 23px; }
.visit-detail-list { border-top: 1px solid var(--line); }
.visit-detail-list > div { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.visit-detail-list dt { color: var(--navy); font-weight: 850; }
.visit-detail-list dd { margin: 0; color: var(--muted); }
.trip-order { display: grid; grid-template-columns: 1fr 1fr auto; gap: 44px; align-items: center; }
.trip-order h2 { max-width: 13ch; margin: 0; }
.trip-order > p { margin: 0; color: var(--muted); }

/* Story */
.story-hero { background: linear-gradient(135deg,#09233f,#164e63); }
.story-media .feature-photo { object-position: center 48%; }
.story-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.story-intro { position: sticky; top: 125px; align-self: start; }
.story-intro h2 { max-width: 10ch; margin: 0 0 18px; }
.story-intro p:last-child { color: var(--muted); }
.story-line { position: relative; padding-left: 54px; }
.story-line::before { content: ""; position: absolute; left: 14px; inset-block: 8px; width: 2px; background: var(--line); }
.story-line article { position: relative; padding: 0 0 54px; }
.story-line article::before { content: ""; position: absolute; left: -48px; top: 4px; width: 18px; height: 18px; border: 5px solid #fff; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 1px var(--line); }
.story-line time { color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.story-line h3 { margin: 8px 0 9px; font-size: 1.55rem; }
.story-line p { max-width: 620px; color: var(--muted); }
.story-gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; padding: 4px; background: #fff; }
.story-gallery figure { position: relative; min-height: 520px; overflow: hidden; margin: 0; }
.story-gallery figure:first-child { border-radius: 28px 0 0 28px; }
.story-gallery figure:last-child { border-radius: 0 28px 28px 0; }
.story-gallery img { width: 100%; height: 100%; object-fit: cover; }
.story-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 8px; color: #fff; background: rgba(8,29,54,.84); font-size: 12px; font-weight: 800; }
.story-principle { background: var(--cyan-soft); }
.principle-grid { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: 48px; align-items: start; }
.principle-grid h2 { max-width: 13ch; margin: 0; }
.principle-grid > p:not(.eyebrow) { color: #3b5669; }

/* Leasing */
.leasing-hero { background: linear-gradient(135deg,#102e53,#154e68); }
.leasing-media .feature-photo { inset: 0; width: 100%; object-position: center; }
.business-proof { background: var(--navy); color: #fff; }
.business-proof .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.business-proof .wrap > div { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.16); }
.business-proof .wrap > div:last-child { border-right: 0; }
.business-proof strong { color: #fff; font-size: 1.45rem; }
.business-proof span { color: #a9c0d0; font-size: 13px; }
.leasing-fit { display: grid; grid-template-columns: minmax(0,1fr) minmax(350px,.75fr); gap: 74px; align-items: start; }
.leasing-fit h2 { max-width: 13ch; margin: 0 0 18px; }
.leasing-fit > div > p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.fit-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit-list li { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.fit-list li > span { color: var(--cyan); font-size: 12px; font-weight: 900; }
.fit-list strong, .fit-list small { display: block; }
.fit-list small { margin-top: 3px; color: var(--muted); }
.contact-panel { padding: 28px; border-radius: 26px; background: var(--cream); }
.contact-panel h2 { margin: 0 0 14px; font-size: 1.85rem; }
.contact-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-row span { color: var(--muted); font-size: 12px; }
.contact-row strong { color: var(--navy); font-size: 14px; text-align: right; }
.contact-note { margin-top: 18px; font-size: 13px; }
.contact-panel .button { width: 100%; margin-top: 8px; }
.leasing-context { background: var(--mist); }
.context-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.context-grid figure { overflow: hidden; margin: 0; border-radius: 26px; background: #fff; }
.context-grid figure img { width: 100%; height: 470px; object-fit: cover; }
.context-grid figcaption { padding: 12px 16px; color: var(--muted); font-size: 12px; }
.context-grid h2 { max-width: 11ch; margin: 0 0 17px; }
.context-grid p:not(.eyebrow) { color: var(--muted); }
.tenant-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 54px; }
.tenant-strip h2 { margin: 0 0 10px; }
.tenant-strip p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--muted); }

/* Community */
.community-hero { background: linear-gradient(135deg,#102e53,#08737c); }
.community-mosaic { position: relative; min-height: 560px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.community-mosaic img { width: 100%; height: 100%; border-radius: 20px; object-fit: cover; }
.community-mosaic img:first-child { grid-row: 1 / 3; }
.community-paths { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.community-paths a { min-height: 145px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 7px 18px; padding: 22px; border: 1px solid var(--line); border-radius: 21px; background: var(--mist); text-decoration: none; }
.community-paths span { grid-column: 1 / 3; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.community-paths strong { font-size: 1.15rem; }
.community-paths b { color: var(--cyan); font-size: 20px; }
.community-standard { background: var(--cream); }
.standard-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.standard-grid h2 { max-width: 11ch; margin: 0; }
.standard-points { border-top: 1px solid var(--line); }
.standard-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.standard-points span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--mint); background: var(--mint-soft); font-weight: 900; }
.standard-points p { margin: 0; color: var(--muted); }
.standard-points strong { color: var(--navy); }
.guide-invite { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.guide-invite h2 { max-width: 14ch; margin: 0 0 10px; }
.guide-invite p:not(.eyebrow) { max-width: 620px; margin: 0; color: var(--muted); }

/* FAQ */
.faq-hero { padding: 72px 0; background: var(--navy); }
.faq-hero-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.faq-hero h1 { max-width: 11ch; margin: 0 0 18px; color: #fff; font-size: clamp(3rem,5.2vw,4.7rem); }
.faq-hero p:not(.eyebrow) { max-width: 600px; color: #c4d6e3; }
.faq-search { padding: 20px; border-radius: 22px; background: rgba(255,255,255,.1); }
.faq-search label { display: block; margin-bottom: 7px; color: #fff; font-size: 13px; font-weight: 800; }
.faq-search > div { display: flex; gap: 7px; padding: 7px; border-radius: 14px; background: #fff; }
.faq-search input { min-width: 0; flex: 1; min-height: 45px; padding-inline: 10px; border: 0; outline: 0; }
.faq-search button { min-width: 90px; border: 0; border-radius: 10px; background: var(--yellow); color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-groups { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-index { position: sticky; top: 125px; align-self: start; }
.faq-index h2 { max-width: 10ch; margin: 0 0 24px; }
.faq-index .text-link { display: block; margin-top: 10px; }
.page-faq .faq details { padding: 0; overflow: hidden; }
.page-faq .faq summary { min-height: 72px; display: flex; align-items: center; gap: 16px; padding: 15px 18px; list-style: none; }
.page-faq .faq summary::-webkit-details-marker { display: none; }
.page-faq .faq summary span { color: var(--cyan); font-size: 12px; font-weight: 900; }
.page-faq .faq details p { margin: 0; padding: 0 18px 18px 50px; }
.faq-close { background: var(--cream); }

/* Guides: editorial rhythm, not giant cards */
.guides-hero { padding: 82px 0 62px; background: var(--mist); }
.guides-hero h1 { max-width: 12ch; margin: 0; font-size: clamp(3rem,5.4vw,4.8rem); }
.guides-hero-line { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.guides-hero-line > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; }
.featured-guides { display: grid; gap: 34px; }
.guide-feature { min-height: 410px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); text-decoration: none; }
.guide-feature:nth-child(even) { grid-template-columns: .92fr 1.08fr; }
.guide-feature:nth-child(even) .guide-photo { order: 2; }
.guide-photo { position: relative; overflow: hidden; min-height: 410px; }
.guide-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.guide-feature:hover .guide-photo img { transform: scale(1.02); }
.guide-photo > span { position: absolute; left: 16px; top: 16px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #fff; color: var(--coral); font-size: 13px; font-weight: 900; }
.guide-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 44px; }
.guide-copy h2 { max-width: 14ch; margin: 0 0 15px; font-size: clamp(2rem,3.2vw,3rem); }
.guide-copy > p:not(.eyebrow) { color: var(--muted); }
.guide-copy b { margin-top: 16px; color: var(--cyan); }
.guides-more { background: var(--mist); }
.guide-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.guide-list a { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 20px 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.guide-list a:nth-child(odd) { padding-right: 26px; border-right: 1px solid var(--line); }
.guide-list a:nth-child(even) { padding-left: 26px; }
.guide-list strong, .guide-list small { display: block; }
.guide-list small { margin-top: 5px; color: var(--muted); }
.guide-list b { color: var(--cyan); font-size: 20px; }

/* Discovery pages: one system, three different jobs */
.page-discovery h1,
.page-discovery h2 { text-wrap: balance; }
.need-hero,
.near-hero,
.article-hero { overflow: hidden; background: var(--navy); color: #fff; }
.need-hero-grid,
.near-hero-grid,
.article-hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(44px,7vw,110px); align-items: center; padding-block: 76px; }
.need-copy,
.near-copy,
.article-title { position: relative; z-index: 2; }
.need-copy h1,
.near-copy h1,
.article-title h1 { max-width: 11ch; margin: 0 0 22px; color: #fff; font-size: clamp(3.4rem,5.9vw,5.35rem); line-height: .96; letter-spacing: -.055em; }
.need-copy > p:not(.eyebrow),
.near-copy > p:not(.eyebrow),
.article-title > p:not(.eyebrow) { max-width: 620px; color: #c6d9e6; font-size: 1.08rem; line-height: 1.65; }
.need-media,
.near-photo,
.article-photo { position: relative; min-height: 500px; margin: 0; }
.need-media::before,
.near-photo::before,
.article-photo::before { content: ""; position: absolute; inset: 10% -18% -22% 12%; border-radius: 50%; background: radial-gradient(circle,rgba(0,181,226,.25),transparent 66%); filter: blur(12px); }
.need-media img,
.near-photo img,
.article-photo img { position: absolute; inset: 0; width: 100%; height: 100%; border: 7px solid rgba(255,255,255,.96); border-radius: 34px; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.25); transform: rotate(1.4deg); }
.need-media figcaption,
.article-photo figcaption { position: absolute; right: 18px; bottom: 18px; z-index: 2; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.93); color: var(--navy); font-size: 12px; font-weight: 850; }
.orbit-badge { position: absolute; left: -26px; top: 40px; z-index: 3; width: 76px; height: 76px; display: grid; place-items: center; border: 7px solid #fff; border-radius: 24px; background: var(--yellow); color: var(--navy); font-size: 23px; font-weight: 900; transform: rotate(-8deg); animation: badge-float 4.8s ease-in-out infinite; }
@keyframes badge-float { 50% { transform: translateY(-8px) rotate(-4deg); } }
.discovery-layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.72fr); gap: clamp(50px,7vw,105px); align-items: start; }
.section-intro { max-width: 720px; margin: 0 0 34px; color: var(--muted); font-size: 1.05rem; }
.result-list { border-top: 1px solid var(--line); }
.result-row { min-height: 114px; display: grid; grid-template-columns: 38px 126px minmax(0,1fr) 34px; gap: 18px; align-items: center; padding: 14px 8px 14px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .2s ease, padding .2s ease; }
.result-row:hover { padding-left: 10px; background: var(--mist); }
.result-number { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.result-row .logo-shell { width: 126px; height: 78px; min-height: 0; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.result-row .logo-shell img { max-width: 100%; max-height: 50px; }
.result-row .nameplate { min-height: 50px; padding: 8px; border-radius: 10px; }
.result-row .nameplate-name { font-size: .82rem; }
.result-row .nameplate-cat { display: none; }
.result-copy strong,
.result-copy small { display: block; }
.result-copy strong { color: var(--navy); font-size: 1.05rem; }
.result-copy small { margin-top: 5px; color: var(--muted); line-height: 1.35; }
.result-arrow { color: var(--cyan); font-size: 22px; transition: transform .2s ease; }
.result-row:hover .result-arrow { transform: translateX(4px); }
.question-panel,
.transit-panel,
.article-aside { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--cream); }
.question-panel h2,
.transit-panel h2,
.article-aside h2 { margin: 0 0 24px; font-size: clamp(1.8rem,2.8vw,2.5rem); }
.question-panel ol { padding: 0; margin: 0; list-style: none; }
.question-panel li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); }
.question-panel li span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--yellow); color: var(--navy); font-size: 11px; font-weight: 900; }
.question-panel li p { margin: 2px 0 0; color: var(--navy); font-weight: 700; line-height: 1.45; }
.truth-note { margin: 16px 0 0; padding: 14px 16px; border-radius: 14px; background: var(--mint-soft); color: #0d6c5d; font-size: 13px; font-weight: 750; }
.need-route,
.article-next { background: var(--mist); }
.route-ribbon { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(260px,.75fr) auto; gap: 48px; align-items: center; }
.route-ribbon h2 { max-width: 17ch; margin: 0; }
.route-ribbon > p { margin: 0; color: var(--muted); }

/* Arrival pages */
.near-hero { background: linear-gradient(120deg,var(--navy) 0%,#0d4561 100%); }
.near-photo img { transform: rotate(-1.5deg); }
.near-photo figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.94); color: var(--navy); }
.near-photo figcaption strong,
.near-photo figcaption span { display: block; }
.near-photo figcaption span { color: var(--muted); font-size: 13px; text-align: right; }
.arrival-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.arrival-strip .wrap { display: grid; grid-template-columns: repeat(3,1fr); }
.arrival-strip article { min-height: 142px; display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-content: center; padding: 24px 32px; border-right: 1px solid var(--line); }
.arrival-strip article:first-child { border-left: 1px solid var(--line); }
.arrival-strip article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: var(--coral-soft); color: var(--coral); font-size: 11px; font-weight: 900; }
.arrival-strip strong { color: var(--navy); }
.arrival-strip p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.transit-panel { padding: 0 0 28px; overflow: hidden; background: var(--mist); }
.transit-panel > :not(.mini-map) { margin-inline: 28px; }
.mini-map { position: relative; height: 230px; margin-bottom: 28px; overflow: hidden; background: #dbe7e2; }
.mini-map img { width: 100%; height: 100%; object-fit: cover; }
.visit-check { background: var(--cream); }
.visit-check-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 55px; align-items: center; }
.visit-check-grid h2 { max-width: 14ch; margin: 0; }
.visit-check-grid ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; color: var(--muted); }
.visit-check-grid li::before { content: "✓"; display: inline-grid; width: 22px; height: 22px; place-items: center; margin-right: 9px; border-radius: 50%; background: var(--mint-soft); color: var(--mint); font-size: 11px; font-weight: 900; }

/* Field guides */
.page-article .article-hero { aspect-ratio: auto; margin-top: 0; border-radius: 0; background: var(--mist); color: var(--navy); }
.article-hero-grid { min-height: 660px; }
.article-title h1 { max-width: 12ch; color: var(--navy); font-size: clamp(3.2rem,5.6vw,5rem); }
.article-title > p:not(.eyebrow) { color: var(--muted); }
.back-link { display: inline-block; margin-bottom: 32px; color: var(--cyan); font-size: 13px; font-weight: 850; text-decoration: none; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 26px; color: var(--navy); font-size: 12px; font-weight: 750; }
.article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.article-meta span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.article-photo { min-height: 520px; }
.article-photo img { transform: rotate(1.2deg); }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: clamp(60px,8vw,125px); align-items: start; }
.article-body { max-width: 760px; }
.article-lede { margin: 0 0 50px; color: var(--navy); font-size: clamp(1.65rem,2.5vw,2.25rem); line-height: 1.25; letter-spacing: -.025em; }
.article-body h2 { margin: 58px 0 17px; font-size: clamp(2rem,3.5vw,3rem); }
.article-body p { color: var(--muted); font-size: 1.04rem; line-height: 1.78; }
.article-steps { border-top: 1px solid var(--line); }
.article-steps section { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.article-steps span { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.article-steps p { margin: 0; color: var(--navy); font-size: 1.08rem; font-weight: 700; line-height: 1.5; }
.article-body blockquote { margin: 48px 0; padding: 30px; border: 0; border-radius: 24px; background: var(--yellow-soft); color: var(--navy); font-size: clamp(1.4rem,2.5vw,2rem); font-weight: 800; line-height: 1.3; }
.article-results { margin-bottom: 24px; border-top: 1px solid var(--line); }
.article-results a { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.article-results strong,
.article-results small { display: block; }
.article-results small { margin-top: 4px; color: var(--muted); }
.article-results b { color: var(--cyan); }

@media (max-width: 980px) {
  .feature-hero-grid, .visit-photo-grid, .leasing-fit, .context-grid { grid-template-columns: 1fr; }
  .feature-copy h1 { max-width: 13ch; }
  .feature-media, .community-mosaic { min-height: 540px; }
  .journey.horizontal { grid-template-columns: 1fr; }
  .journey.horizontal .journey-step { min-height: 0; }
  .journey.horizontal .journey-step > span { margin-bottom: 22px; }
  .discovery-grid, .story-layout, .standard-grid, .faq-groups { grid-template-columns: 1fr; gap: 45px; }
  .story-intro, .faq-index { position: relative; top: auto; }
  .visit-photo-grid figure img { height: 540px; }
  .trip-order { grid-template-columns: 1fr 1fr; }
  .trip-order .button { width: fit-content; }
  .business-proof .wrap { grid-template-columns: 1fr 1fr; }
  .business-proof .wrap > div:nth-child(2) { border-right: 0; }
  .tenant-strip .wrap { align-items: flex-start; flex-direction: column; }
  .community-paths { grid-template-columns: 1fr 1fr; }
  .faq-hero-grid { grid-template-columns: 1fr; }
  .guide-feature, .guide-feature:nth-child(even) { grid-template-columns: 1fr; }
  .guide-feature:nth-child(even) .guide-photo { order: 0; }
  .guide-photo { min-height: 350px; }
  .need-hero-grid, .near-hero-grid, .article-hero-grid { grid-template-columns: 1fr; }
  .need-media, .near-photo, .article-photo { min-height: 540px; }
  .discovery-layout, .article-layout { grid-template-columns: 1fr; }
  .question-panel, .transit-panel, .article-aside { position: relative; top: auto; }
  .route-ribbon, .visit-check-grid { grid-template-columns: 1fr 1fr; }
  .route-ribbon .hero-actions, .visit-check-grid .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .feature-hero { padding: 50px 0 58px; }
  .feature-hero-grid { gap: 42px; }
  .feature-copy h1 { font-size: clamp(2.75rem,13vw,3.7rem); }
  .feature-media, .community-mosaic { min-height: 430px; }
  .feature-photo { right: 10%; width: 90%; border-radius: 22px; }
  .feature-inset { width: 46%; height: 42%; border-width: 5px; border-radius: 17px; }
  .feature-symbol { width: 58px; height: 58px; border-width: 4px; border-radius: 18px; }
  .feature-symbol svg { width: 32px; height: 32px; }
  .photo-story, .story-gallery { grid-template-columns: 1fr 1fr; }
  .photo-panel, .story-gallery figure { min-height: 340px; }
  .photo-panel:first-child, .story-gallery figure:first-child { grid-column: 1 / 3; border-radius: 22px 22px 0 0; }
  .photo-panel:nth-child(2), .story-gallery figure:nth-child(2) { border-radius: 0 0 0 22px; }
  .photo-panel:last-child, .story-gallery figure:last-child { border-radius: 0 0 22px 0; }
  .discovery-links a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .visit-banner { align-items: flex-start; flex-direction: column; padding: 24px; }
  .feature-map, .feature-map > img { min-height: 390px; }
  .visit-photo-grid figure img { height: 440px; }
  .visit-detail-list > div { grid-template-columns: 1fr; gap: 3px; }
  .trip-order { grid-template-columns: 1fr; gap: 22px; }
  .principle-grid { grid-template-columns: 1fr; gap: 20px; }
  .business-proof .wrap { width: 100%; grid-template-columns: 1fr 1fr; }
  .business-proof .wrap > div { min-height: 112px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .contact-panel { padding: 22px; }
  .context-grid figure img { height: 370px; }
  .community-paths { grid-template-columns: 1fr; }
  .guide-invite { align-items: flex-start; flex-direction: column; }
  .faq-search > div { flex-direction: column; }
  .faq-search button { min-height: 45px; }
  .guides-hero { padding: 58px 0 42px; }
  .guides-hero-line { align-items: flex-start; flex-direction: column; gap: 22px; }
  .guides-hero h1 { font-size: clamp(2.75rem,13vw,3.7rem); }
  .guide-photo { min-height: 280px; }
  .guide-copy { padding: 26px; }
  .guide-list { grid-template-columns: 1fr; }
  .guide-list a:nth-child(odd), .guide-list a:nth-child(even) { padding-inline: 0; border-right: 0; }
  .need-hero-grid, .near-hero-grid, .article-hero-grid { min-height: 0; padding-block: 52px 64px; gap: 44px; }
  .need-copy h1, .near-copy h1, .article-title h1 { max-width: 12ch; font-size: clamp(2.8rem,13vw,3.75rem); }
  .need-media, .near-photo, .article-photo { min-height: 410px; }
  .need-media img, .near-photo img, .article-photo img { border-width: 5px; border-radius: 24px; transform: none; }
  .orbit-badge { left: -8px; top: -18px; width: 62px; height: 62px; border-width: 5px; border-radius: 19px; }
  .discovery-layout { gap: 46px; }
  .result-row { grid-template-columns: 28px 84px minmax(0,1fr) 24px; gap: 10px; min-height: 100px; }
  .result-row .logo-shell { width: 84px; height: 66px; padding: 8px; border-radius: 13px; }
  .result-row .nameplate { min-height: 48px; }
  .result-row .nameplate-name { font-size: .7rem; }
  .result-copy strong { font-size: .92rem; }
  .result-copy small { font-size: .77rem; }
  .question-panel, .article-aside { padding: 24px; border-radius: 22px; }
  .route-ribbon, .visit-check-grid { grid-template-columns: 1fr; gap: 25px; }
  .route-ribbon .hero-actions, .visit-check-grid .button { grid-column: auto; }
  .arrival-strip .wrap { grid-template-columns: 1fr; }
  .arrival-strip article, .arrival-strip article:first-child { min-height: 0; padding: 21px 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .near-photo figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .near-photo figcaption span { text-align: left; }
  .article-title h1 { font-size: clamp(2.65rem,12vw,3.5rem); }
  .article-photo { min-height: 390px; }
  .article-lede { font-size: 1.55rem; }
  .article-body h2 { margin-top: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .feature-symbol.route-pulse::after { animation: none; }
  .guide-photo img { transition: none; }
  .orbit-badge { animation: none; }
}
