@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --forest: #16372c;
  --forest-deep: #0c241c;
  --moss: #35614d;
  --paper: #f4f0e7;
  --paper-bright: #fffdf8;
  --ink: #18231e;
  --muted: #637068;
  --coral: #ff6b4a;
  --blue: #4c9bb0;
  --yellow: #f4c95d;
  --hairline: rgba(24, 35, 30, .14);
  --shadow: 0 16px 50px rgba(10, 32, 24, .12);
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.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; }
.skip { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .75rem 1rem; color: white; background: var(--forest-deep); }
.skip:focus { top: 1rem; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 clamp(1rem, 4vw, 4rem);
  color: var(--paper-bright);
  background: rgba(12, 36, 28, .96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; gap: .7rem; align-items: center; color: inherit; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--forest-deep); background: var(--yellow); border-radius: 50%; }
.site-header nav { display: flex; align-items: center; gap: clamp(.75rem, 2.5vw, 2rem); }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: .2rem; color: rgba(255,255,255,.88); font-size: .82rem; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: white; }

.hero { position: relative; min-height: min(780px, calc(100vh - 68px)); overflow: hidden; background: var(--forest-deep); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-shade { position: absolute; inset: 0; background: rgba(6, 25, 19, .5); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 100%); padding: clamp(6rem, 13vh, 10rem) clamp(1.25rem, 7vw, 7rem) 7rem; color: white; }
.eyebrow { margin: 0 0 1.2rem; color: var(--yellow); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.ink { color: var(--moss); }
.hero h1, .section-heading h2, .restaurant-hero h2, .dog-copy h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(4rem, 9vw, 8rem); line-height: .83; text-shadow: 0 3px 24px rgba(0,0,0,.2); }
.hero-deck { max-width: 610px; margin: 2rem 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 2vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; gap: .5rem; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.1rem; border: 1px solid transparent; font-size: .88rem; font-weight: 700; text-decoration: none; }
.button-primary { color: var(--forest-deep); background: var(--yellow); }
.button-ghost { color: white; background: rgba(12,36,28,.34); border-color: rgba(255,255,255,.78); backdrop-filter: blur(8px); }
.button:hover { transform: translateY(-1px); }
.hero-stamp { position: absolute; z-index: 3; right: clamp(1.25rem, 6vw, 6rem); bottom: 3rem; display: flex; gap: .7rem; align-items: center; padding: .9rem 1rem; color: var(--forest-deep); background: var(--coral); transform: rotate(-3deg); box-shadow: 6px 7px 0 var(--yellow); font-size: .74rem; font-weight: 800; line-height: 1.1; letter-spacing: .06em; text-transform: uppercase; }
.hero-stamp i { font-size: 2rem; }

.forecast { display: grid; grid-template-columns: minmax(210px, .9fr) 3.2fr; gap: 1.25rem 2rem; padding: 2rem clamp(1.25rem, 6vw, 6rem); color: white; background: var(--forest); }
.forecast-intro { display: flex; flex-direction: column; gap: .4rem; justify-content: center; border-right: 1px solid rgba(255,255,255,.17); }
.forecast-intro .kicker { color: var(--yellow); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.forecast-intro strong { font-size: 1.05rem; }
.forecast-intro a { color: rgba(255,255,255,.7); font-size: .76rem; text-decoration: none; }
.forecast-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: .45rem; }
.forecast-days article { display: grid; grid-template-columns: auto auto; gap: .1rem .55rem; align-items: center; min-width: 0; padding: .75rem; border-left: 1px solid rgba(255,255,255,.11); }
.forecast-days span { color: rgba(255,255,255,.7); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.forecast-days i { grid-row: 1 / 3; grid-column: 2; justify-self: end; color: var(--yellow); font-size: 1.55rem; }
.forecast-days strong { font-family: "DM Serif Display", Georgia, serif; font-size: 1.7rem; font-weight: 400; }
.forecast-days small { grid-column: 1 / -1; color: rgba(255,255,255,.65); font-size: .68rem; white-space: nowrap; }
.forecast-note { grid-column: 2; margin: -.35rem 0 0; color: rgba(255,255,255,.5); font-size: .68rem; }

.decision-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--hairline); background: var(--paper-bright); }
.decision-strip article { display: flex; gap: 1rem; align-items: center; min-height: 110px; padding: 1.4rem clamp(1.2rem, 3vw, 3rem); border-right: 1px solid var(--hairline); }
.decision-strip article:last-child { border-right: 0; }
.decision-num { color: var(--coral); font-family: "DM Serif Display", Georgia, serif; font-size: 2.25rem; font-style: italic; }
.decision-strip p { margin: 0 0 .2rem; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.decision-strip strong { display: block; font-size: .93rem; line-height: 1.35; }

.section { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6rem); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .dog-copy h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: .95; }
.section-heading > p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.65; }
.section-heading.light h2, .section-heading.light > p { color: white; }
.section-heading.light > p { color: rgba(255,255,255,.67); }

.itinerary-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; margin-bottom: 1rem; background: var(--paper-bright); box-shadow: var(--shadow); }
.itinerary-feature > img { width: 100%; height: 100%; object-fit: cover; }
.itinerary-feature > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.day-pill { display: inline-flex; align-self: flex-start; padding: .35rem .55rem; color: var(--paper-bright); background: var(--forest); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.itinerary-feature h3, .day-card h3, .drive-card h3 { margin: 1rem 0 .6rem; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.itinerary-feature p, .day-card p, .drive-card p { color: var(--muted); line-height: 1.6; }
.itinerary-feature ol { margin: 1rem 0; padding-left: 1.2rem; }
.itinerary-feature li { margin-bottom: .7rem; line-height: 1.55; }
.mini-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.mini-links a { display: inline-flex; gap: .35rem; align-items: center; padding: .55rem .7rem; color: var(--forest); background: #e9efe9; font-size: .75rem; font-weight: 700; text-decoration: none; }
.day-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--hairline); }
.day-card { position: relative; min-height: 390px; padding: 1.5rem; background: var(--paper-bright); overflow: hidden; }
.day-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--accent); }
.day-card.accent-coral { --accent: var(--coral); }
.day-card.accent-blue { --accent: var(--blue); }
.day-card.accent-green { --accent: var(--moss); }
.day-card.accent-yellow { --accent: var(--yellow); }
.day-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.day-card-top i { color: var(--accent); font-size: 1.7rem; }
.day-card h3 { font-size: 1.8rem; }
.day-card ul { padding-left: 1rem; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.day-card li { margin: .4rem 0; }
.text-link { display: inline-flex; gap: .3rem; align-items: center; margin-top: .5rem; color: var(--forest); font-size: .78rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.drives { color: white; background: var(--forest-deep); }
.trip-overview { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); margin-bottom: 2.5rem; overflow: hidden; color: var(--ink); background: var(--paper-bright); box-shadow: 0 18px 55px rgba(0,0,0,.26); }
.map-panel { min-width: 0; background: #dfe9e1; }
.map-panel-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; padding: 1.2rem 1.35rem; background: var(--paper-bright); }
.map-panel-head h3 { margin: .15rem 0 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 400; line-height: 1; }
.map-panel-head > span { color: var(--muted); font-size: .68rem; white-space: nowrap; }
.map-kicker { margin: 0; color: var(--coral); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#trip-map { width: 100%; height: 640px; color: var(--ink); background: #cddfd5; }
.map-attribution-note { margin: 0; padding: .7rem 1rem; color: var(--muted); background: var(--paper-bright); font-size: .68rem; line-height: 1.4; }
.trip-comparison-wrap { display: flex; flex-direction: column; min-width: 0; background: #f5f2ea; }
.comparison-heading { display: grid; grid-template-columns: 1.25fr .9fr .55fr; gap: .75rem; padding: 1rem 1.1rem .75rem; color: #616a64; border-bottom: 1px solid var(--hairline); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trip-comparison { display: flex; flex: 1; flex-direction: column; }
.comparison-row { display: grid; flex: 1; grid-template-columns: 1.25fr .9fr .55fr; gap: .8rem; align-items: center; width: 100%; min-height: 98px; padding: 1rem 1.1rem; color: var(--ink); text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--hairline); cursor: pointer; }
.comparison-row:hover, .comparison-row:focus-visible, .comparison-row.active { background: #e8efe9; outline: 0; }
.comparison-row.active { box-shadow: inset 4px 0 var(--coral); }
.comparison-row.active .comparison-main > b { color: white; background: var(--coral); }
.comparison-main { display: grid; grid-template-columns: 32px 1fr; gap: .6rem; align-items: center; }
.comparison-main > b { display: grid; place-items: center; width: 32px; height: 32px; color: var(--forest-deep); background: var(--yellow); border-radius: 50%; font-family: "DM Serif Display", Georgia, serif; font-size: 1.05rem; }
.comparison-main span, .comparison-distance { display: flex; flex-direction: column; gap: .2rem; }
.comparison-main strong { font-size: .9rem; line-height: 1.2; }
.comparison-main small, .comparison-distance small { color: #5a655f; font-size: .72rem; line-height: 1.4; }
.comparison-row small em { display: inline-block; margin-right: .32rem; color: var(--coral); font-size: .56rem; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.comparison-distance strong { color: var(--forest); font-size: .86rem; }
.dog-fit { display: inline-flex; gap: .28rem; align-items: center; justify-content: center; min-height: 36px; padding: .42rem .5rem; color: #194f34; background: #d8eadc; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.dog-fit.limited { color: #823f24; background: #f4dfd2; }
.trip-marker-shell, .origin-marker-shell { background: transparent; border: 0; }
.trip-marker-shell span, .origin-marker-shell span { display: grid; place-items: center; width: 44px; height: 44px; color: var(--forest-deep); background: var(--yellow); border: 3px solid white; border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.4); font-family: "DM Serif Display", Georgia, serif; font-size: 1.28rem; transition: transform .2s ease, background .2s ease; }
.trip-marker-shell.active span { color: white; background: var(--coral); transform: scale(1.15); box-shadow: 0 5px 18px rgba(0,0,0,.48); }
.origin-marker-shell span { width: 24px; height: 24px; color: white; background: var(--forest); border-width: 2px; font-family: inherit; font-size: .72rem; }
.base-tooltip { padding: .35rem .55rem; color: white; background: var(--forest-deep); border: 2px solid white; border-radius: 0; box-shadow: 0 3px 10px rgba(0,0,0,.28); font-family: "DM Sans", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .02em; }
.base-tooltip::before { border-right-color: white !important; }
.trip-popup { display: grid; gap: .3rem; min-width: 190px; }
.trip-popup img { width: 100%; height: 90px; margin-bottom: .25rem; object-fit: cover; }
.trip-popup > span { color: var(--coral); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trip-popup strong { font-family: "DM Serif Display", Georgia, serif; font-size: 1.12rem; font-weight: 400; }
.trip-popup small { color: var(--muted); }
.trip-popup b { color: var(--moss); font-size: .68rem; }
.map-fallback { display: grid; height: 100%; margin: 0; padding: 3rem; place-items: center; color: var(--muted); text-align: center; }
.drive-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.drive-card { grid-column: span 4; position: relative; min-height: 510px; color: var(--ink); background: var(--paper-bright); box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.drive-card:nth-child(1), .drive-card:nth-child(4) { grid-column: span 8; display: grid; grid-template-columns: 1.1fr .9fr; }
.drive-card-media { position: relative; min-height: 220px; overflow: hidden; background: var(--moss); }
.drive-card-media img { width: 100%; height: 100%; object-fit: cover; }
.drive-rank { position: absolute; left: 1rem; top: 1rem; display: grid; place-items: center; width: 44px; height: 44px; color: var(--forest-deep); background: var(--yellow); border-radius: 50%; font-family: "DM Serif Display", Georgia, serif; font-size: 1.35rem; }
.drive-card-body { display: flex; flex-direction: column; padding: 1.4rem; }
.drive-meta { display: flex; flex-wrap: wrap; gap: .45rem; }
.drive-meta span { padding: .28rem .45rem; color: var(--forest); background: #e6eee8; font-size: .65rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.drive-card h3 { font-size: 2rem; }
.drive-card p { margin: 0 0 1rem; font-size: .9rem; }
.drive-facts { display: grid; gap: .65rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--hairline); }
.drive-facts div { display: grid; grid-template-columns: 20px 1fr; gap: .5rem; color: var(--muted); font-size: .78rem; line-height: 1.4; }
.drive-facts i { color: var(--coral); font-size: 1rem; }
.drive-links { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.drive-links a { display: inline-flex; gap: .3rem; align-items: center; padding: .55rem .7rem; color: white; background: var(--forest); font-size: .72rem; font-weight: 700; text-decoration: none; }
.no-go { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; margin-top: 2rem; padding: 1.2rem 1.4rem; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.2); }
.no-go > i { color: var(--yellow); font-size: 1.6rem; }
.no-go a { color: var(--yellow); font-size: .78rem; font-weight: 700; }

.restaurant-hero { position: relative; display: grid; min-height: 560px; place-items: center; overflow: hidden; color: white; text-align: center; background: var(--forest-deep); }
.restaurant-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.restaurant-hero::after { content: ""; position: absolute; inset: 0; background: rgba(6, 25, 19, .62); }
.restaurant-hero > div { position: relative; z-index: 2; max-width: 760px; padding: 4rem 1.5rem; }
.restaurant-hero h2 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .9; }
.restaurant-hero p:last-child { max-width: 620px; margin: 1.5rem auto 0; color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.65; }
.restaurant-controls { position: sticky; z-index: 20; top: 68px; display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; gap: 1rem; align-items: center; margin: 0 0 1.5rem; padding: 1rem; background: rgba(244,240,231,.95); border-block: 1px solid var(--hairline); backdrop-filter: blur(16px); }
.search-control { display: grid; grid-template-columns: auto 1fr; gap: .55rem; align-items: center; padding: .65rem .8rem; background: var(--paper-bright); border: 1px solid var(--hairline); }
.search-control i { color: var(--moss); }
.search-control input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.filter-row { display: flex; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.filter-chip { flex: 0 0 auto; padding: .55rem .7rem; color: var(--muted); background: transparent; border: 1px solid var(--hairline); cursor: pointer; font-size: .72rem; font-weight: 700; }
.filter-chip.active { color: white; background: var(--forest); border-color: var(--forest); }
.results-count { color: var(--muted); font-size: .76rem; white-space: nowrap; }
.results-count strong { color: var(--coral); font-size: 1rem; }
.restaurant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--hairline); }
.restaurant-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 0; background: var(--paper-bright); overflow: hidden; scroll-margin-top: 180px; }
.restaurant-card[hidden] { display: none; }
.restaurant-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2px; height: 200px; background: var(--forest-deep); }
.restaurant-photo { position: relative; min-width: 0; overflow: hidden; }
.restaurant-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.restaurant-card:hover .restaurant-photo img { transform: scale(1.025); }
.restaurant-photo span { position: absolute; right: .35rem; bottom: .35rem; padding: .22rem .34rem; color: white; background: rgba(12,36,28,.8); font-size: .52rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.restaurant-card-content { display: flex; flex: 1; flex-direction: column; padding: 1.2rem 1.3rem 1.3rem; }
.restaurant-index { color: var(--coral); font-family: "DM Serif Display", Georgia, serif; font-size: 1.35rem; font-style: italic; }
.restaurant-card h3 { margin: .7rem 0 .25rem; font-family: "DM Serif Display", Georgia, serif; font-size: 1.75rem; font-weight: 400; line-height: 1; }
.restaurant-card h3 a { text-decoration: none; }
.restaurant-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.restaurant-location { margin: 0; color: var(--moss); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.restaurant-photo-credit { margin: .35rem 0 0; font-size: .6rem; }
.restaurant-photo-credit a { color: var(--muted); text-decoration-color: var(--hairline); }
.restaurant-why { margin: .75rem 0 1rem; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.restaurant-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; }
.restaurant-tags span { padding: .28rem .45rem; color: var(--muted); background: #f0eee7; font-size: .63rem; font-weight: 700; }
.restaurant-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; margin-top: 1rem; }
.restaurant-actions a { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-height: 44px; padding: .55rem .7rem; color: white; background: var(--forest); font-size: .7rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; }
.restaurant-actions a.google-maps-button { color: white; background: #1769e0; border: 1px solid #1769e0; }
.restaurant-actions a.google-maps-button i { font-size: 1rem; }
.reservation-note { margin: .65rem 0 0; color: var(--muted); font-size: .65rem; }
.no-results { padding: 4rem 1rem; color: var(--muted); text-align: center; }
.no-results i { font-size: 2rem; }
.restaurant-note { display: flex; gap: 1rem; align-items: flex-start; margin-top: 1.5rem; padding: 1.2rem; color: var(--forest); background: #e5ede7; }
.restaurant-note i { font-size: 1.7rem; }
.restaurant-note p { margin: 0; font-size: .82rem; line-height: 1.5; }

.dog-notes { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; background: var(--paper-bright); }
.dog-photo { position: relative; }
.dog-photo::before { content: ""; position: absolute; inset: -18px 22px 22px -18px; background: var(--yellow); }
.dog-photo img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.dog-copy h2 { margin-bottom: 2rem; }
.rule-list { display: grid; gap: 0; border-top: 1px solid var(--hairline); }
.rule-list article { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--hairline); }
.rule-list article > span { color: var(--coral); font-family: "DM Serif Display", Georgia, serif; font-size: 1.4rem; font-style: italic; }
.rule-list strong { font-size: .92rem; }
.rule-list p { margin: .35rem 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.rule-list a { color: var(--moss); font-size: .7rem; font-weight: 800; }

.sources { padding-top: 2.5rem; padding-bottom: 2.5rem; color: white; background: var(--moss); }
.sources details { max-width: 1100px; margin: 0 auto; }
.sources summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: "DM Serif Display", Georgia, serif; font-size: 1.7rem; list-style: none; }
.sources summary::-webkit-details-marker { display: none; }
.sources details[open] summary i { transform: rotate(180deg); }
.sources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.2); }
.sources-grid h3 { margin: 0 0 .75rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.sources-grid a { display: block; margin: .4rem 0; color: rgba(255,255,255,.74); font-size: .8rem; }
.method-note { margin: 1.5rem 0 0; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.5; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 6vw, 6rem); color: rgba(255,255,255,.72); background: var(--forest-deep); font-size: .76rem; }
footer p { margin: 0; }
footer > a:last-child { font-weight: 700; text-decoration: none; }

@media (max-width: 1050px) {
  .forecast { grid-template-columns: 1fr; }
  .forecast-intro { border-right: 0; }
  .forecast-note { grid-column: 1; }
  .day-grid { grid-template-columns: repeat(2, 1fr); }
  .trip-overview { grid-template-columns: 1fr; }
  #trip-map { height: 500px; }
  .comparison-row { min-height: 82px; }
  .drive-card { grid-column: span 6; }
  .drive-card:nth-child(1), .drive-card:nth-child(4) { grid-column: span 12; }
  .restaurant-controls { grid-template-columns: 1fr; }
  .restaurant-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { min-height: 60px; padding-inline: 1rem; }
  .site-header nav { gap: .8rem; }
  .site-header nav a { font-size: .74rem; }
  .site-header nav a:nth-child(4) { display: none; }
  .brand > span:last-child { display: none; }
  .hero { min-height: 690px; }
  .hero-copy { padding: 7rem 1.25rem 8rem; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-stamp { right: 1.2rem; bottom: 2rem; }
  .forecast { padding: 1.5rem 1rem; }
  .forecast-days { gap: 0; overflow-x: auto; }
  .forecast-days article { min-width: 105px; padding: .6rem; }
  .forecast-note { margin-top: 0; }
  .decision-strip { grid-template-columns: 1fr; }
  .decision-strip article { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .section { padding: 4.5rem 1.1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .itinerary-feature { grid-template-columns: 1fr; }
  .itinerary-feature > img { aspect-ratio: 4 / 3; }
  .itinerary-feature > div { padding: 2rem 1.4rem; }
  .day-grid { grid-template-columns: 1fr; }
  .day-card { min-height: 0; }
  .trip-overview { margin-inline: -.15rem; }
  .map-panel-head { display: grid; align-items: start; }
  .map-panel-head > span { white-space: normal; }
  #trip-map { height: 420px; }
  .comparison-heading { display: none; }
  .comparison-row { grid-template-columns: 1fr auto; min-height: 140px; padding: 1rem; row-gap: .75rem; }
  .comparison-main { min-width: 0; grid-template-columns: 38px 1fr; }
  .comparison-main > b { width: 38px; height: 38px; font-size: 1.15rem; }
  .comparison-main strong { font-size: .98rem; }
  .comparison-main small, .comparison-distance small { font-size: .84rem; line-height: 1.48; }
  .comparison-row small em { font-size: .64rem; }
  .comparison-distance { grid-column: 1 / -1; padding-left: 2.95rem; }
  .comparison-distance strong { font-size: .92rem; }
  .dog-fit { align-self: start; min-height: 38px; font-size: .78rem; }
  .trip-popup { min-width: 210px; }
  .trip-popup img { height: 108px; }
  .trip-popup strong { font-size: 1.25rem; }
  .trip-popup small, .trip-popup b { font-size: .75rem; }
  .drive-grid { display: block; }
  .drive-card, .drive-card:nth-child(1), .drive-card:nth-child(4) { display: block; margin-bottom: 1rem; min-height: 0; }
  .drive-card-media { height: 230px; }
  .no-go { grid-template-columns: auto 1fr; }
  .no-go a { grid-column: 2; }
  .restaurant-hero { min-height: 470px; }
  .restaurant-controls { top: 60px; margin-inline: -1.1rem; padding: .8rem 1.1rem; }
  .restaurant-grid { grid-template-columns: 1fr; }
  .restaurant-card { min-height: 0; }
  .restaurant-gallery { height: 190px; }
  .restaurant-actions a { min-height: 48px; font-size: .72rem; }
  .dog-notes { grid-template-columns: 1fr; }
  .dog-photo { margin-left: 18px; }
  .dog-photo img { aspect-ratio: 4 / 3; }
  .sources-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
  .footer-brand > span:last-child { display: inline; }
}

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