:root {
  --navy: #132d46;
  --navy-deep: #0b2137;
  --red: #af342c;
  --cream: #f4eedf;
  --paper: #ece1c9;
  --ink: #15283a;
  --gold: #b78b4a;
  --white: #fffdf7;
  --serif: "Libre Baskerville", 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); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, summary { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 0; left: 1rem; padding: .75rem 1rem; background: var(--red); color: white; transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 86px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--cream); border-bottom: 1px solid rgba(19,45,70,.2); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--serif); font-size: 1.1rem; font-weight: 700; line-height: .95; }
.brand small { display: block; font-family: var(--sans); font-size: .5rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; margin-bottom: .3rem; }
.brand-mark { width: 39px; height: 39px; overflow: visible; }
.brand-mark path { fill: var(--red); transform: scale(.38); transform-origin: center; }
.brand-mark circle { fill: none; stroke: var(--navy); stroke-width: 2; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.75rem); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 1.9rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1.25rem; height: 2px; background: var(--red); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.nav-cta { background: var(--navy); color: white; padding: .9rem 1.25rem; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nav-cta span { color: #efb75f; margin-left: .7rem; }
.mobile-nav { display: none; }

.hero { min-height: calc(100svh - 86px); height: 810px; max-height: 940px; position: relative; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,41,.92) 0%, rgba(7,25,41,.76) 33%, rgba(7,25,41,.06) 65%, rgba(7,25,41,.12) 100%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(1.5rem, 7vw, 8.25rem); top: 50%; transform: translateY(-52%); width: min(620px, 46vw); }
.eyebrow { margin: 0 0 1.3rem; color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e8c27f; }
.hero h1, .section-heading h2, .manifesto h2, .story h2, .neighborhood-heading h2, .itinerary h2, .plan h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.9rem, 7.25vw, 8.3rem); line-height: .92; letter-spacing: -.055em; }
h2 em, .hero h1 em { color: var(--red); font-weight: 400; }
.hero h1 em { color: #f5cc7e; }
.hero-intro { max-width: 495px; margin: 2rem 0 2.3rem; font-family: var(--serif); font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { min-height: 52px; padding: 0 1.45rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); }
.button-red:hover { background: #c64035; }
.text-link { padding: .5rem 0; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.light-link { color: white; }
.hero-stamp { position: absolute; z-index: 2; right: clamp(2rem, 5vw, 5.5rem); bottom: 4.5rem; width: 105px; height: 105px; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; transform: rotate(-9deg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; font-size: .55rem; letter-spacing: .22em; box-shadow: inset 0 0 0 4px rgba(255,255,255,.16); }
.hero-stamp strong { font-family: var(--serif); font-size: 2rem; letter-spacing: .02em; color: #edc777; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(1.5rem, 7vw, 8.25rem); bottom: 2.2rem; display: flex; align-items: center; gap: .8rem; font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { font-style: normal; font-size: 1.1rem; color: #edc777; }

.paper-section { background-color: var(--cream); background-image: radial-gradient(rgba(70,55,30,.08) .7px, transparent .7px); background-size: 6px 6px; }
.manifesto { position: relative; padding: clamp(5.5rem, 10vw, 10rem) clamp(1.5rem, 8vw, 9rem); display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, .75fr); gap: 8vw; align-items: end; overflow: hidden; }
.manifesto::after { content: "1776"; position: absolute; top: -3rem; right: 3vw; font-family: var(--serif); font-size: 15rem; color: rgba(19,45,70,.035); pointer-events: none; }
.section-number { position: absolute; top: 2.3rem; left: 3vw; font-family: var(--serif); color: var(--red); font-size: .7rem; }
.manifesto h2, .section-heading h2, .neighborhood-heading h2, .plan h2 { font-size: clamp(2.9rem, 5.7vw, 6.4rem); }
.manifesto-note { padding: 1.7rem 0 .6rem; border-top: 1px solid rgba(19,45,70,.35); }
.manifesto-note svg { width: 42px; margin-bottom: 1rem; fill: var(--red); }
.manifesto-note p { font-family: var(--serif); font-size: .95rem; line-height: 1.8; margin: 0; }

.discover, .neighborhoods { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7rem); background: #e6dbc2; }
.section-heading { max-width: 1340px; margin: 0 auto 4rem; display: grid; grid-template-columns: 1.6fr .55fr; align-items: end; gap: 8vw; }
.section-heading > p { margin: 0 0 .5rem; font-family: var(--serif); line-height: 1.8; font-size: .95rem; }
.feature-grid { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.feature-card { min-height: 590px; display: flex; flex-direction: column; background: var(--cream); border: 1px solid rgba(19,45,70,.22); transition: transform .3s, box-shadow .3s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(19,45,70,.13); }
.feature-art { height: 245px; position: relative; overflow: hidden; background: var(--navy); border-bottom: 4px solid var(--red); }
.feature-content { position: relative; flex: 1; padding: 2.1rem 2rem 1.8rem; }
.card-number { position: absolute; right: 1.8rem; top: 1.6rem; font-family: var(--serif); color: var(--red); font-size: 1.4rem; font-style: italic; }
.card-kicker { color: var(--red); font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 .7rem; }
.feature-content h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.15rem); }
.feature-content > p:not(.card-kicker) { font-family: var(--serif); font-size: .86rem; line-height: 1.8; margin: 1.2rem 0 1.7rem; }
.feature-content a { display: inline-flex; gap: 1rem; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.feature-hall .feature-art { background: linear-gradient(#7696a0 0 55%, #d8b36d 55%); }
.sun { position: absolute; width: 110px; height: 110px; right: 2rem; top: 2rem; border-radius: 50%; background: #edc97b; opacity: .75; }
.hall-body { position: absolute; width: 66%; height: 47%; bottom: 0; left: 17%; background: #b44d3c; border: 5px double #f3dbb0; box-shadow: inset 0 30px rgba(78,35,31,.15); }
.hall-body::before { content: ""; position: absolute; inset: 35% 9% auto; height: 28%; background: repeating-linear-gradient(90deg, #132d46 0 12px, transparent 12px 30px); }
.hall-tower { position: absolute; width: 23%; height: 55%; bottom: 38%; left: 38.5%; background: linear-gradient(90deg, #e8dcc2 0 22%, #78909b 22% 30%, #eee2c9 30% 70%, #78909b 70% 78%, #e8dcc2 78%); clip-path: polygon(34% 0,66% 0,70% 15%,82% 15%,82% 65%,100% 65%,100% 100%,0 100%,0 65%,18% 65%,18% 15%,30% 15%); }
.hall-door { position: absolute; width: 8%; height: 22%; bottom: 0; left: 46%; background: #162b40; }
.bell-art { background: radial-gradient(circle at 50% 40%, #f1cf82 0, #bc8d46 58%, #6d4428 100%); }
.bell-yoke { position: absolute; left: 22%; right: 22%; top: 15%; height: 18%; border-radius: 18px 18px 4px 4px; background: #59361f; box-shadow: inset 0 -8px rgba(0,0,0,.18); }
.bell-shape { position: absolute; left: 29%; right: 29%; top: 25%; height: 58%; background: linear-gradient(90deg, #b47b32, #e5b85f 45%, #9b652b); clip-path: polygon(30% 0,70% 0,74% 40%,88% 78%,100% 90%,95% 100%,5% 100%,0 90%,12% 78%,26% 40%); }
.bell-crack { position: absolute; z-index: 2; width: 4px; height: 40%; left: 52%; top: 42%; background: var(--navy-deep); transform: rotate(8deg); box-shadow: 7px 19px 0 -1px var(--navy-deep); }
.market-art { background: #23425a; text-align: center; color: #f1ca7c; padding-top: 3rem; }
.market-art .awning { position: absolute; inset: 0 0 auto; height: 28px; background: repeating-linear-gradient(90deg, #ede0c6 0 26px, #a7332c 26px 52px); }
.market-art b { display: block; font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2rem); letter-spacing: .05em; }
.market-art small { letter-spacing: .3em; font-weight: 700; }
.market-door { position: absolute; left: 23%; right: 23%; bottom: 0; height: 47%; background: repeating-linear-gradient(90deg, #9e372d 0 4px, #e3cc9b 4px 8px, #172e43 8px 58px); border: 7px solid #dab86e; }

.story { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--navy); color: white; }
.story-intro { padding: clamp(5rem, 9vw, 10rem) clamp(1.5rem, 8vw, 9rem); background: linear-gradient(rgba(11,33,55,.88), rgba(11,33,55,.96)), radial-gradient(circle at 25% 15%, #57738b, transparent 50%); display: flex; flex-direction: column; justify-content: center; }
.story h2, .itinerary h2 { font-size: clamp(3rem, 5.7vw, 6.5rem); }
.story-intro > p:not(.eyebrow) { max-width: 470px; font-family: var(--serif); line-height: 1.8; margin: 2rem 0; color: #d7d9d7; }
.button-outline { align-self: flex-start; color: white; border-color: rgba(255,255,255,.55); }
.story-quote { position: relative; min-height: 580px; padding: 4rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background-color: #d9b66f; color: var(--navy); background-image: repeating-linear-gradient(22deg, transparent 0 18px, rgba(72,49,22,.035) 19px 20px); overflow: hidden; }
.story-quote::before { content: ""; position: absolute; inset: 2rem; border: 1px solid rgba(19,45,70,.35); }
.story-quote blockquote { position: relative; margin: 1.6rem 0 1rem; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.45; font-style: italic; }
.story-quote cite { font-size: .65rem; font-style: normal; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.quill { font-size: 5rem; transform: rotate(-25deg); color: var(--red); opacity: .8; }
.wax-seal { position: absolute; right: 3rem; bottom: 2rem; width: 78px; height: 78px; border-radius: 46% 54% 47% 53%; background: var(--red); color: #d9b66f; font-family: var(--serif); font-size: 2rem; display: grid; place-items: center; box-shadow: inset 0 0 0 7px #8f2b26, 0 5px 12px rgba(50,20,10,.25); transform: rotate(8deg); }

.timeline { position: relative; padding: 6rem clamp(1.5rem, 6vw, 7rem); display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.timeline-line { position: absolute; top: 9.2rem; left: 7vw; right: 7vw; height: 1px; background: rgba(19,45,70,.3); }
.timeline article { position: relative; }
.timeline time { display: block; font-family: var(--serif); font-size: 2.3rem; color: var(--red); margin-bottom: 2rem; }
.timeline i { display: block; position: absolute; top: 3.05rem; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--navy); box-shadow: 0 0 0 6px var(--cream); }
.timeline h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 1.15rem; }
.timeline p { margin: 0; font-family: var(--serif); font-size: .8rem; line-height: 1.75; }

.neighborhoods { background: #efe7d7; }
.neighborhood-heading { margin-bottom: 3rem; }
.neighborhood-list { max-width: 1340px; margin: 0 auto; border-top: 1px solid rgba(19,45,70,.35); }
.neighborhood-list article { min-height: 138px; display: grid; grid-template-columns: 50px 100px 1fr 1.2fr 50px; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(19,45,70,.3); transition: padding .25s, background .25s; }
.neighborhood-list article:hover { padding: 0 1rem; background: rgba(255,255,255,.4); }
.district-number { font-family: var(--serif); font-size: .75rem; color: var(--red); }
.district-icon { width: 78px; height: 72px; display: flex; align-items: center; justify-content: center; background: var(--navy); color: #eec575; font-family: var(--serif); font-size: 2.4rem; }
.rowhomes { gap: 3px; align-items: end; padding: 11px 9px; }
.rowhomes i { width: 17px; height: 45px; background: #d5a967; clip-path: polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%); position: relative; }
.rowhomes i:nth-child(2) { height: 53px; background: #a84536; }
.neighborhood-list h3 { margin: .25rem 0 0; font-family: var(--serif); font-size: 1.55rem; }
.neighborhood-list div > p { margin: 0; color: var(--red); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.neighborhood-list article > p { margin: 0; max-width: 380px; font-family: var(--serif); font-size: .8rem; line-height: 1.65; }
.neighborhood-list article > a { width: 40px; height: 40px; border: 1px solid var(--navy); display: grid; place-items: center; transition: color .2s, background .2s; }
.neighborhood-list article > a:hover { background: var(--red); color: white; border-color: var(--red); }

.itinerary { display: grid; grid-template-columns: .9fr 1fr 1fr; background: var(--navy); color: white; }
.itinerary-title { padding: 6rem clamp(2rem, 5vw, 6rem); background: #0b243b; display: flex; flex-direction: column; justify-content: center; }
.itinerary-title > p:last-child { margin: 2rem 0 0; font-family: var(--serif); line-height: 1.8; color: #d9ddde; }
.day { padding: 5rem clamp(1.5rem, 3.5vw, 4rem); border-left: 1px solid rgba(255,255,255,.15); }
.day-two { background: #183852; }
.day-label { display: flex; align-items: baseline; gap: .7rem; margin-bottom: 3rem; color: #ecc577; text-transform: uppercase; }
.day-label span { font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.day-label strong { font-family: var(--serif); font-size: 3rem; font-style: italic; font-weight: 400; }
.day ol { list-style: none; padding: 0; margin: 0; }
.day li { display: grid; grid-template-columns: 56px 1fr; gap: 1.3rem; padding: 0 0 2.1rem; position: relative; }
.day li:not(:last-child)::before { content: ""; position: absolute; left: 20px; top: 28px; bottom: 0; width: 1px; background: rgba(236,197,119,.3); }
.day time { position: relative; z-index: 1; width: 42px; height: 42px; border-radius: 50%; background: #ecc577; color: var(--navy); display: grid; place-items: center; font-size: .58rem; font-weight: 700; }
.day h3 { margin: .15rem 0 .4rem; font-family: var(--serif); font-size: 1.05rem; }
.day p { margin: 0; color: #bfc9ce; font-family: var(--serif); font-size: .76rem; line-height: 1.65; }

.plan { padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 8rem); }
.plan-heading { display: flex; justify-content: space-between; align-items: end; }
.plan-heading .eyebrow { align-self: flex-start; }
.plan-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(19,45,70,.3); border-bottom: 1px solid rgba(19,45,70,.3); }
.plan-grid article { padding: 2.8rem 2.2rem; border-right: 1px solid rgba(19,45,70,.25); }
.plan-grid article:last-child { border: 0; }
.plan-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: white; display: grid; place-items: center; font-family: var(--serif); font-size: 1.3rem; }
.plan-grid h3 { font-family: var(--serif); margin: 1.4rem 0 .8rem; }
.plan-grid p { margin: 0; font-family: var(--serif); font-size: .78rem; line-height: 1.75; }
.plan-cta { margin-top: 3rem; padding: 2.3rem 2.5rem; background: var(--navy); color: white; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.plan-cta span, .plan-cta strong { display: block; }
.plan-cta span { color: #e8c17a; font-size: .6rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; margin-bottom: .5rem; }
.plan-cta strong { font-family: var(--serif); font-size: 1.35rem; }

footer { padding: 4.5rem clamp(1.5rem, 7vw, 8rem) 2rem; display: grid; grid-template-columns: 1.7fr .7fr .7fr 1fr; gap: 3rem; color: white; background: #091e31; }
footer .brand-mark circle { stroke: white; }
footer .brand { font-size: 1.3rem; }
.footer-brand > p { margin: 1.5rem 0 0; color: #aab6bf; font-family: var(--serif); font-size: .8rem; }
.footer-links h2 { margin: 0 0 1.2rem; color: #e5bd72; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin: .8rem 0; color: #c5cdd2; font-size: .75rem; }
.footer-links a:hover { color: white; }
.footer-mark { justify-self: end; align-self: center; font-family: var(--serif); font-size: 4rem; color: #e5bd72; }
.footer-mark small { color: var(--red); font-size: 1.2rem; }
.footer-bottom { grid-column: 1 / -1; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; justify-content: space-between; gap: 1.5rem; color: #8999a5; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

a:focus-visible, summary:focus-visible { outline: 3px solid #f2be5e; outline-offset: 4px; }
@media (max-width: 1050px) {
  .desktop-nav, .nav-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 42px; height: 42px; cursor: pointer; list-style: none; display: grid; align-content: center; gap: 5px; padding: 9px; background: var(--navy); }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; height: 2px; background: white; }
  .mobile-nav nav { position: absolute; top: 52px; right: 0; width: 250px; padding: .8rem; background: var(--navy); color: white; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
  .mobile-nav nav a { display: block; padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.15); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
  .hero-copy { width: min(600px, 65vw); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; width: calc(50% - .7rem); justify-self: center; }
  .neighborhood-list article { grid-template-columns: 35px 80px 1fr 1fr 45px; gap: 1.2rem; }
  .itinerary { grid-template-columns: 1fr 1fr; }
  .itinerary-title { grid-column: 1 / -1; }
  .plan-grid { grid-template-columns: 1fr 1fr; }
  .plan-grid article:nth-child(2) { border-right: 0; }
  .plan-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(19,45,70,.25); }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 1.15rem; }
  .brand { font-size: .94rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { height: 720px; min-height: calc(100svh - 72px); max-height: none; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,25,41,.92) 0%, rgba(7,25,41,.72) 66%, rgba(7,25,41,.12)); }
  .hero-copy { left: 1.35rem; right: 1.35rem; width: auto; top: 46%; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 5.7rem); }
  .hero-intro { font-size: .94rem; max-width: 370px; }
  .hero-actions { gap: 1.2rem; flex-wrap: wrap; }
  .hero-stamp { width: 76px; height: 76px; right: 1.2rem; bottom: 1.5rem; }
  .hero-stamp strong { font-size: 1.35rem; }
  .scroll-cue { display: none; }
  .manifesto, .section-heading { grid-template-columns: 1fr; }
  .manifesto { gap: 3rem; }
  .section-heading { gap: 2rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { width: 100%; grid-column: auto; min-height: 540px; }
  .story { grid-template-columns: 1fr; }
  .story-intro { min-height: 620px; }
  .story-quote { min-height: 520px; padding: 2rem; }
  .story-quote::before { inset: 1rem; }
  .timeline { grid-template-columns: 1fr; gap: 3rem; padding-left: 4rem; }
  .timeline-line { top: 6rem; bottom: 6rem; left: 2.2rem; right: auto; width: 1px; height: auto; }
  .timeline i { left: -2.1rem; top: .75rem; }
  .timeline time { margin-bottom: .7rem; }
  .neighborhood-list article { grid-template-columns: 30px 62px 1fr 38px; gap: .8rem; padding: 1.4rem 0; }
  .neighborhood-list article:hover { padding: 1.4rem .4rem; }
  .district-icon { width: 60px; height: 58px; font-size: 1.9rem; }
  .neighborhood-list article > p { grid-column: 3 / -1; }
  .neighborhood-list article > a { grid-row: 1; grid-column: 4; }
  .itinerary { grid-template-columns: 1fr; }
  .day { padding: 4rem 1.5rem; }
  .day-two { border-top: 1px solid rgba(255,255,255,.15); }
  .plan-heading { display: block; }
  .plan-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .plan-grid article { border-right: 0; border-bottom: 1px solid rgba(19,45,70,.25); }
  .plan-grid article:nth-child(2) { border-bottom: 1px solid rgba(19,45,70,.25); }
  .plan-cta { align-items: flex-start; flex-direction: column; padding: 2rem 1.5rem; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-mark { display: none; }
  .footer-bottom { flex-direction: column; }
}

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