.nrt {
    --nrt-green: #185b32;
    --nrt-green-dark: #103e24;
    --nrt-sage: #edf4e8;
    --nrt-ink: #19221c;
    --nrt-muted: #515b53;
    --nrt-line: #c8d8c0;
    color: var(--nrt-ink);
    font: 400 1rem/1.65 "Open Sans", Arial, sans-serif;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nrt, .nrt * { box-sizing: border-box; }
.nrt [hidden] { display: none !important; }
.nrt h1, .nrt h2, .nrt h3, .nrt h4 {
    color: var(--nrt-ink);
    font-family: Montserrat, "Open Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.035em;
    margin: 0 0 18px;
    padding: 0;
    clear: none;
    overflow-wrap: anywhere;
    text-transform: none;
}
.nrt h1 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.nrt h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
.nrt h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
.nrt h4 { font-size: 1.2rem; letter-spacing: -.015em; }
.nrt p { margin: 0 0 20px; padding: 0; }
.nrt a { color: var(--nrt-green); text-decoration: underline; text-underline-offset: .18em; text-decoration-thickness: 1px; box-shadow: none; border: 0; }
.nrt a:hover { color: var(--nrt-green-dark); text-decoration-thickness: 2px; box-shadow: none; }
.nrt a:focus-visible, .nrt button:focus-visible, .nrt summary:focus-visible, .nrt input:focus-visible { outline: 3px solid #0d655c !important; outline-offset: 4px !important; border-radius: 2px; }
.nrt :focus:not(:focus-visible) { outline: none; }
/* Keep jump-target focus for navigation, without outlining whole content sections.
   Override the theme's important tabindex rules only on these noninteractive targets. */
.nrt .nrt-section[tabindex="-1"]:focus,
.nrt .nrt-tour[tabindex="-1"]:focus,
.nrt .nrt-maps[tabindex="-1"]:focus { color: var(--nrt-ink) !important; background-color: transparent !important; outline: none !important; outline-offset: 0 !important; }
.nrt .nrt-maps[tabindex="-1"]:focus { background-color: var(--nrt-sage) !important; }
.nrt [id] { scroll-margin-top: 70px; }
.nrt-icon { display: inline-block; flex: 0 0 auto; width: 20px; height: 20px; vertical-align: -.16em; object-fit: contain; margin: 0; border: 0; box-shadow: none; }
/* Theme photo rounding must not crop the small SVG symbols. */
.nrt img.nrt-icon { border-radius: 0; }
.nrt-icon { filter: brightness(0) saturate(100%) invert(27%) sepia(26%) saturate(1212%) hue-rotate(88deg) brightness(93%) contrast(96%); }
.nrt-sr { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.nrt .nrt-note { color: var(--nrt-muted); font-size: .85rem; line-height: 1.6; }
.nrt .nrt-eyebrow { color: var(--nrt-green); font-size: .77rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; margin: 22px 0 7px; }
.nrt-overview { display: grid; grid-template-columns: 1fr 1fr; background: var(--nrt-sage); border-radius: 4px; padding: 18px 36px; margin: 0 0 24px; gap: 32px; }
.nrt-overview__item { display: flex; align-items: center; gap: 25px; min-width: 0; }
.nrt-overview__item + .nrt-overview__item { padding-left: 34px; border-left: 1px solid #9cb78f; }
.nrt-overview__item > .nrt-icon { width: 64px; height: 64px; }
.nrt .nrt-overview__title { font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.3; margin-bottom: 5px; color: var(--nrt-green-dark); }
.nrt-overview__item p { margin-bottom: 5px; }
.nrt-overview a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-weight: 600; }
.nrt-hero { margin: 0 0 24px; padding: clamp(20px, 3vw, 36px); background: #f5f4ee; border-radius: 4px; }
.nrt-hero > div > :last-child { margin-bottom: 0; }
.nrt .nrt-lead { font-size: 1.15rem; line-height: 1.55; max-width: 80ch; margin-bottom: 22px; }
.nrt-planning { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 40px; margin-bottom: 24px; }
.nrt-planning p { margin-bottom: 0; }
.nrt-planning p:only-child { grid-column: 1 / -1; max-width: 95ch; }
.nrt-jump { display: flex; gap: 12px 18px; flex-wrap: wrap; border-top: 1px solid var(--nrt-green); padding-top: 12px; margin: 0 0 9px; }
.nrt-jump a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; font-size: .87rem; font-weight: 600; }
.nrt-jump .nrt-icon { width: 16px; height: 16px; }
.nrt-photo { margin: 0; padding: 0; min-width: 0; align-self: start; }
.nrt-photo > img, .nrt-photo > a > img { display: block; width: 100%; height: auto; max-width: 100%; margin: 0; border-radius: 0; }
.nrt-photo > a { display: block; }
.nrt-photo figcaption { display: block; color: var(--nrt-muted); font-size: .76rem; line-height: 1.5; padding-top: 7px; margin: 0; }
.nrt-section { margin: 0 0 80px; }
.nrt-section__heading { position: relative; display: flex; justify-content: space-between; align-items: flex-end; gap: 22px; margin: 0 0 20px; padding-top: 22px; }
.nrt-section__heading > div { min-width: 0; flex: 1; }
.nrt-section__heading h2 { margin-bottom: 12px; }
.nrt-section__heading p { margin-bottom: 0; max-width: 70ch; }
.nrt-section__map { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; font-size: .84rem; flex-shrink: 0; }
.nrt-section > .nrt-section__heading { background: var(--nrt-sage); border: 0; border-radius: 3px; padding: 30px; margin: 0 0 36px; }
.nrt-tour { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 42px; align-items: start; padding: 36px 0 42px; border-bottom: 1px solid var(--nrt-line); margin: 0; }
.nrt-tour:first-of-type { padding-top: 8px; }
.nrt-tour--reverse > .nrt-tour__main { order: 2; }
.nrt-tour--reverse > .nrt-photo { order: 1; }
.nrt-tour--no-image { grid-template-columns: 1fr; }
.nrt-tour--no-image > .nrt-tour__main { max-width: 72ch; }
.nrt-tour:target { border-bottom-color: var(--nrt-green); }
.nrt-tour__main { min-width: 0; }
.nrt-tour__heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 18px; }
.nrt-tour__heading > div { min-width: 0; }
.nrt .nrt-tour__heading h3 { margin: 0; margin-bottom: .5em !important; }
.nrt-tour__number { flex: 0 0 auto; font: 700 3.8rem/1 Montserrat, Arial, sans-serif; letter-spacing: -.04em; color: #6f9658; }
.nrt-facts { display: flex; gap: 9px 16px; flex-wrap: wrap; margin: 0; font-size: .87rem; }
.nrt-facts > div { display: inline-flex; align-items: center; gap: 7px; }
.nrt-facts dt, .nrt-facts dd { margin: 0; padding: 0; font-weight: 400; }
.nrt-facts dt { display: inline-flex; align-items: center; }
.nrt-facts .nrt-icon { width: 20px; height: 20px; }
.nrt-tour__intro { max-width: 65ch; }
.nrt-highlights { display: flex; flex-wrap: wrap; gap: 2px 22px; margin: 0 0 18px; }
.nrt a.nrt-map-link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: .87rem; line-height: 1.45; padding: 4px 0; text-decoration: none; }
.nrt-map-link > span:not(.nrt-sr) { text-decoration: underline; text-underline-offset: .17em; }
.nrt-map-link > .nrt-icon:last-of-type { width: 13px; height: 13px; }
.nrt-tour__actions, .nrt-map-actions { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 12px 20px; margin: 0 0 14px; }
.nrt-qr { max-width: 100%; }
.nrt-qr[open] { flex: 1 1 100%; order: 3; }
.nrt-qr > summary > .nrt-icon:last-child { width: 13px; height: 13px; flex-shrink: 0; }
.nrt-qr[open] > summary > .nrt-icon:last-child { transform: rotate(180deg); }
.nrt-qr__panel { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 10px; padding: 16px; border: 1px solid var(--nrt-line); border-radius: 4px; background: var(--nrt-sage); }
.nrt-qr__code { flex: 0 1 auto; max-width: 100%; }
.nrt-qr__panel > div:last-child { flex: 1 1 210px; min-width: 0; }
.nrt .nrt-qr__code svg { display: block; max-width: 100%; height: auto; background: #fff; border: 0; border-radius: 0; }
.nrt .nrt-qr__panel p { font-size: .87rem; margin: 0 0 12px; }
.nrt .nrt-qr__panel a { display: inline-flex; align-items: center; min-height: 44px; font-size: .87rem; }
.nrt a.nrt-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 18px; background: var(--nrt-green); border: 1px solid var(--nrt-green); border-radius: 4px; color: #fff; font-family: inherit; font-size: .86rem; font-weight: 600; line-height: 1.4; text-decoration: none; box-shadow: none; transition: background-color .15s; }
.nrt a.nrt-button:hover { background: var(--nrt-green-dark); border-color: var(--nrt-green-dark); color: #fff; }
.nrt a.nrt-button:focus-visible { background-color: var(--nrt-green-dark) !important; color: #fff !important; }
.nrt-button > .nrt-icon { filter: brightness(0) invert(1); width: 18px; height: 18px; }
.nrt a.nrt-button--outline { background: transparent; color: var(--nrt-green-dark); }
.nrt a.nrt-button--outline:hover { background: #dae8d3; }
.nrt a.nrt-button--outline:focus-visible { background-color: #dae8d3 !important; color: var(--nrt-green-dark) !important; }
.nrt-button--outline > .nrt-icon { filter: none; }
.nrt summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; min-height: 44px; width: fit-content; font-size: .87rem; font-weight: 600; line-height: 1.5; color: var(--nrt-green); text-decoration: underline; text-underline-offset: .2em; }
.nrt summary::-webkit-details-marker { display: none; }
.nrt summary::marker { content: ""; }
.nrt-tour__details > summary > .nrt-icon { width: 15px; height: 15px; }
.nrt-tour__details[open] > summary > .nrt-icon { transform: rotate(180deg); }
.nrt-details-content { padding-top: 20px; }
.nrt-details-content p { margin-bottom: 18px; }
.nrt-stations > div { margin-bottom: 16px; }
.nrt-stations > div > p { font-size: .91rem; margin: 3px 0 0 27px; }
.nrt-share { position: relative; }
.nrt-share__panel { position: absolute; z-index: 5; top: calc(100% + 6px); left: 0; background: #fff; border: 1px solid var(--nrt-line); border-radius: 4px; width: 270px; padding: 14px 16px; box-shadow: 0 5px 20px #152a1820; }
.nrt-share__panel > a, .nrt button.nrt-text-button { display: flex; align-items: center; gap: 9px; min-height: 44px; color: var(--nrt-green); font: 600 .85rem/1.5 "Open Sans", Arial, sans-serif; background: none; border: 0; border-radius: 0; padding: 5px 0; text-align: left; text-transform: none; letter-spacing: normal; box-shadow: none; text-decoration: underline; }
.nrt-share__panel .nrt-icon { width: 18px; height: 18px; }
.nrt .nrt-share__status { font-size: .8rem; line-height: 1.5; margin: 4px 0 0; }
.nrt .nrt-share__status:empty { margin: 0; }
.nrt-manual-copy { display: block; font-size: .8rem; }
.nrt-manual-copy input { display: block; width: 100%; margin-top: 5px; font: inherit; }
.nrt-maps { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; background: var(--nrt-sage); border-radius: 4px; padding: 34px; margin-bottom: 60px; }
.nrt-maps > div { min-width: 0; }
.nrt-maps .nrt-eyebrow { margin-top: 0; }
.nrt-maps h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); }
.nrt-map-actions { margin-top: 25px; }
.nrt-funding { border-top: 1px solid var(--nrt-line); padding: 22px 0; }
.nrt-funding > img { display: block; max-width: 100%; width: 100%; height: auto; margin-bottom: 20px; }
.nrt-funding > a { display: flex; gap: 8px; justify-content: flex-end; align-items: center; min-height: 44px; font-size: .85rem; }
.nrt-funding > a .nrt-icon { transform: rotate(-90deg); }
/* Only the page containing our shortcode is adapted; the existing theme shell remains. */
body.nrt-page .site-main > article.page > .entry-header { display: none; }
body.nrt-wide .site-content { padding-left: clamp(18px, 4vw, 70px); padding-right: clamp(18px, 4vw, 70px); }
body.nrt-wide .content-area { float: none; width: 100%; margin: 0; }
body.nrt-wide .site-main > article.page > .entry-content { width: 100%; float: none; margin: 0 auto; max-width: 1200px; }
body.nrt-wide .site-main > article.page { margin: 0 auto; }
body.nrt-wide .site-main { margin-bottom: 2rem; }
@media (max-width: 1000px) {
    .nrt-overview { padding: 24px; gap: 22px; }
    .nrt-overview__item { gap: 16px; }
    .nrt-overview__item + .nrt-overview__item { padding-left: 24px; }
    .nrt-overview__item > .nrt-icon { width: 40px; height: 40px; }
    .nrt-tour { gap: 28px; }
    .nrt-section__heading { display: block; }
    .nrt-section__map { margin-top: 16px; }
    .nrt-tour__heading { display: block; }
    .nrt-tour__number { display: block; font-size: 2.8rem; margin-bottom: 12px; }
    .nrt-maps { grid-template-columns: 1fr 1fr; padding: 25px; gap: 28px; }
}
@media (max-width: 720px) {
    .nrt-overview { grid-template-columns: 1fr; padding: 22px; gap: 20px; margin-bottom: 32px; }
    .nrt-overview__item + .nrt-overview__item { border-left: 0; border-top: 1px solid #9cb78f; padding: 20px 0 0; }
    .nrt .nrt-overview__title { font-size: 1.18rem; }
    .nrt-overview__item > .nrt-icon { width: 38px; height: 38px; }
    .nrt-tour, .nrt-maps { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .nrt-hero { margin-bottom: 32px; }
    .nrt .nrt-lead { font-size: 1.05rem; }
    .nrt-planning { grid-template-columns: minmax(0, 1fr); }
    .nrt-jump { column-gap: 18px; row-gap: 2px; }
    .nrt-section { margin-bottom: 48px; }
    .nrt-section > .nrt-section__heading { padding: 24px 20px; }
    .nrt-tour { padding: 30px 0; }
    .nrt-tour--reverse > .nrt-tour__main, .nrt-tour--reverse > .nrt-photo { order: initial; }
    .nrt-tour__heading { display: flex; gap: 13px; }
    .nrt-tour__number { font-size: 2.6rem; margin: 0; }
    .nrt-tour__heading h3 { font-size: 1.55rem; }
    .nrt-facts { gap: 8px 13px; font-size: .84rem; }
    .nrt-tour__actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9px 16px; }
    .nrt-tour__actions > .nrt-button { grid-column: 1 / -1; width: 100%; }
    .nrt-tour__actions > .nrt-qr { grid-column: 1; grid-row: 2; min-width: 0; }
    .nrt-tour__actions > .nrt-qr[open] { grid-column: 1 / -1; order: initial; }
    .nrt-tour__actions > .nrt-qr > summary { max-width: 100%; gap: 6px; }
    .nrt-tour__actions > .nrt-qr[open] > summary { max-width: calc(50% - 8px); }
    .nrt-tour__actions > .nrt-share { grid-column: 1 / -1; grid-row: 2; min-width: 0; position: relative; }
    .nrt-tour__actions > .nrt-qr:not([hidden]) ~ .nrt-share { grid-column: 2; }
    .nrt-tour__actions .nrt-share__panel { top: calc(100% + 6px); left: 0; right: auto; width: min(270px, 100%); }
    .nrt-tour__actions > .nrt-qr:not([hidden]) ~ .nrt-share > .nrt-share__panel { left: auto; right: 0; width: min(270px, calc(200% + 16px)); }
    .nrt-share__panel { left: auto; right: 0; width: min(270px, 78vw); }
    .nrt-maps { padding: 22px; margin-bottom: 36px; }
    .nrt-maps .nrt-button { justify-content: flex-start; }
}
@media (max-width: 400px) {
    .nrt-overview { padding: 19px 15px; }
    .nrt-overview__item { gap: 12px; }
    .nrt-overview__item > .nrt-icon { width: 30px; height: 30px; }
    .nrt-tour__heading { display: block; }
    .nrt-tour__number { margin-bottom: 10px; }
    .nrt-share { position: static; }
    .nrt-tour__actions { position: relative; }
    .nrt-share__panel { top: 100%; left: 0; right: auto; }
}
@media (prefers-reduced-motion: reduce) { .nrt * { transition: none !important; scroll-behavior: auto !important; } }
@media (prefers-contrast: more) { .nrt { --nrt-green: #063b1b; --nrt-muted: #263228; --nrt-line: #51664b; } }
@media print {
    .nrt-share, .nrt-jump, .nrt-overview a, .nrt-funding > a { display: none; }
    .nrt-tour { break-inside: avoid; }
    .nrt a { color: #000 !important; }
    .nrt-button { background: none !important; color: #000 !important; }
}
