/* ditchtheguide.com — dedicated stylesheet, loaded AFTER base.css.
   Reuses base.css's shared tokens (--paper/--paper-raised/--ink/--ink-soft/
   --slate/--hairline/--accent/--accent-soft/--shadow, including its
   prefers-color-scheme block) — no global custom property is redefined here,
   every selector is scoped under a `.dtg-` prefix, and the two extra display
   faces (Fraunces italic for the kicker, Caveat for the map's hand-annotated
   labels) are loaded here rather than base.css so no other domain on this
   shared stylesheet pays for them. See build.py: a domain only gets this
   file when template/<slug>-index.html exists. */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@1,500&family=Caveat:wght@600&display=swap');

/* ── local decorative-only tokens (never used for body text) ──────────── */
.dtg-body{ --dtg-warm:#B5602E; }

.dtg-shell{ max-width:1040px; margin:0 auto; padding:0 24px; overflow-x:clip; }

/* Full-bleed topographic texture behind the whole page — line art, not a
   photo, extremely low opacity so it never competes with text contrast. */
.dtg-body{
  background-image:
    radial-gradient(circle at 15% 8%, color-mix(in srgb, var(--accent) 6%, transparent) 0, transparent 40%),
    repeating-radial-gradient(circle at 82% 6%, transparent 0 34px, color-mix(in srgb, var(--accent) 5%, transparent) 35px 36px, transparent 37px 70px);
  background-attachment:fixed;
}

/* Header — a real wordmark + nav, not a bare logo */
.dtg-header{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:32px 0 24px; border-bottom:1px solid var(--hairline);
}
.dtg-wordmark{
  display:inline-flex; align-items:center; gap:10px;
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:18px;
  color:var(--ink); text-decoration:none; white-space:nowrap;
}
.dtg-wordmark svg{ width:24px; height:24px; flex-shrink:0; }
@media (prefers-reduced-motion:no-preference){
  .dtg-wordmark svg{ transition:transform .3s ease; }
  .dtg-wordmark:hover svg{ transform:rotate(24deg); }
}
.dtg-nav-cta{
  display:inline-flex; align-items:center; min-height:40px;
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:14px;
  color:#fff; background:var(--accent); padding:10px 18px; border-radius:99px;
  text-decoration:none; white-space:nowrap;
}
.dtg-nav-cta:hover{ opacity:.88; }

/* Hero — a fixed decorative rail column + content column, so the rail never
   pushes the page wider than its own grid track (no overflow risk). */
.dtg-hero{
  display:grid; grid-template-columns:26px 1fr; column-gap:22px;
  padding:72px 0 12px; align-items:start;
}
.dtg-hero-rail{
  position:relative; height:100%; min-height:260px;
  display:flex; align-items:center; justify-content:center;
}
.dtg-hero-rail::before{
  content:""; position:absolute; left:50%; top:0; bottom:0; width:1px;
  background:var(--hairline); transform:translateX(-50%);
}
.dtg-hero-rail-text{
  position:relative; writing-mode:vertical-rl; transform:rotate(180deg);
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:11px;
  letter-spacing:.14em; text-transform:uppercase; color:var(--slate); background:var(--paper); padding:8px 0;
  white-space:nowrap;
}
.dtg-hero-body{ max-width:720px; }
.dtg-kicker{
  margin:0 0 22px; display:inline-block; font-family:'Fraunces', serif; font-style:italic;
  font-weight:500; font-size:18px; color:var(--accent); position:relative; padding-left:20px;
}
.dtg-kicker::before{
  content:""; position:absolute; left:0; top:50%; width:13px; height:2px;
  background:var(--accent); transform:translateY(-50%);
}
.dtg-headline{
  margin:0 0 26px; font-family:'Plus Jakarta Sans', sans-serif; font-weight:800;
  font-size:clamp(38px, 7.2vw, 80px); line-height:1.02; letter-spacing:-.025em;
  text-wrap:balance;
}
.dtg-hero-copy{ margin:0 0 30px; max-width:56ch; font-size:clamp(17px,2vw,19px); color:var(--ink-soft); }
.dtg-hero-cta{
  display:inline-flex; align-items:center; gap:8px; min-height:48px;
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:15px;
  color:var(--ink); border:1.5px solid var(--ink); padding:13px 22px; border-radius:99px;
  text-decoration:none;
}
.dtg-hero-cta span{ transition:none; }
@media (prefers-reduced-motion:no-preference){
  .dtg-hero-cta{ transition:background-color .15s ease, color .15s ease, transform .15s ease; }
  .dtg-hero-cta:hover{ transform:translateX(2px); }
}
.dtg-hero-cta:hover{ background:var(--ink); color:var(--paper); }

/* Map — the illustrated stand-in for a photo grid we don't have. A card
   floats slightly off-grid (small rotation) over the page's contour texture
   to read as an object with depth, not a flat strip. Entirely line art:
   contour rings, a trail that turns from solid ("here") to dashed
   ("unmapped"), waypoint markers, a compass rose, a pin, two footprints. */
.dtg-map{ margin:64px 0 8px; }
.dtg-map-card{
  background:var(--paper-raised); border:1px solid var(--hairline); border-radius:22px;
  box-shadow:var(--shadow); padding:8px; transform:rotate(-0.6deg);
}
.dtg-map-svg{ display:block; width:100%; height:auto; border-radius:16px; }

.dtg-map-ghost{ stroke-width:1; opacity:.08; }
.dtg-map-contour{ fill:none; stroke-width:1.4; }
.dtg-map-contour--a{ stroke:var(--hairline); opacity:.9; }
.dtg-map-contour--b{ stroke:var(--accent-soft); opacity:1; }
.dtg-map-contour--c{ stroke:var(--accent); opacity:.28; }

.dtg-map-trail{ fill:none; stroke:var(--accent); stroke-linecap:round; }
.dtg-map-trail--now{ stroke-width:3.5; }
.dtg-map-trail--unmapped{ stroke-width:3; stroke-dasharray:2 11; opacity:.65; }
.dtg-map-step{ fill:var(--slate); opacity:.4; }

.dtg-map-dot--here{ fill:var(--accent); }
.dtg-map-dot--start{ fill:var(--paper-raised); stroke:var(--slate); stroke-width:2; opacity:.6; }
.dtg-map-dot--mid{ fill:var(--paper-raised); stroke:var(--accent); stroke-width:2.5; }

.dtg-map-pin{ fill:none; stroke:var(--dtg-warm); stroke-width:2.5; stroke-linejoin:round; }
.dtg-map-pin-hole{ fill:none; stroke:var(--dtg-warm); stroke-width:2.5; }

.dtg-map-compass circle{ stroke:var(--slate); stroke-width:1.4; }
.dtg-map-compass path:not(.dtg-map-compass-needle){ stroke:var(--slate); }
.dtg-map-compass-needle{ fill:var(--dtg-warm); }

.dtg-map-label{
  font-family:'Caveat', cursive; font-size:24px; fill:var(--slate);
}

.dtg-map-caption{
  margin:16px 4px 0; font-size:14px; color:var(--slate); text-align:center;
}

/* Real navigation for the homepage's town waypoints. The SVG dots are
   decorative (aria-hidden) and stay small at mobile widths, so the actual
   links a visitor and a crawler use are this plain-text row underneath —
   avoids relying on tiny inline-SVG touch targets for real navigation. */
.dtg-town-links{ display:inline; }
.dtg-town-link{
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; color:var(--accent);
  text-decoration:none; border-bottom:1px solid color-mix(in srgb, var(--accent) 40%, transparent);
}
.dtg-town-link:hover{ border-bottom-color:var(--accent); }

/* Content sections rendered from SECTIONS_HTML (base.css .section rules
   already apply the type; this just recenters the measure at the wider shell) */
.dtg-shell .section{ max-width:720px; margin:44px auto; }

/* CTA panel — organic angled top edge instead of a plain rounded rectangle */
.dtg-cta{
  position:relative; margin:56px 0 60px; padding:48px 36px 40px;
  clip-path:polygon(0 18px, 4% 0, 96% 5px, 100% 22px, 100% 100%, 0 100%);
  background:var(--accent-soft); text-align:center; overflow:hidden;
}
.dtg-cta-mark{
  position:absolute; top:-38px; right:-38px; width:150px; height:150px;
  color:var(--accent); opacity:.1; pointer-events:none;
}
.dtg-cta-mark path, .dtg-cta-mark circle{ fill:none; stroke:currentColor; stroke-width:2; }
.dtg-cta-mark path:last-child{ fill:currentColor; stroke:none; }
.dtg-cta-intro{
  position:relative; margin:0 auto 10px; max-width:56ch; font-size:20px; font-weight:600; color:var(--ink);
}
.dtg-cta-support{ position:relative; margin:0 0 26px; font-size:15px; color:var(--ink-soft); }
.dtg-cta-button{
  position:relative; display:inline-flex; align-items:center; gap:8px; min-height:46px;
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:15px;
  color:#fff; background:var(--accent); padding:14px 28px; border-radius:99px;
  text-decoration:none;
}
@media (prefers-reduced-motion:no-preference){
  .dtg-nav-cta, .dtg-cta-button{ transition:opacity .15s ease, transform .15s ease; }
  .dtg-cta-button:hover{ transform:translateY(-1px); }
}
.dtg-nav-cta:hover, .dtg-cta-button:hover{ opacity:.88; }

/* Trail draw-in on load — additive only; the resting state above is already
   fully visible without this, so reduced-motion users see the same finished
   page with nothing missing. */
@media (prefers-reduced-motion:no-preference){
  .dtg-map-trail--now, .dtg-map-trail--unmapped{
    stroke-dasharray:1100; stroke-dashoffset:1100; animation:dtg-draw 1.6s ease-out .15s forwards;
  }
  .dtg-map-trail--unmapped{ stroke-dasharray:2 11, 900; }
  @keyframes dtg-draw{ to{ stroke-dashoffset:0; } }
}

@media (max-width:820px){
  .dtg-hero-rail{ display:none; }
  .dtg-hero{ grid-template-columns:1fr; padding:52px 0 8px; }
}

@media (max-width:640px){
  .dtg-header{ flex-wrap:wrap; padding:20px 0 16px; }
  .dtg-nav-cta{ width:100%; white-space:normal; text-align:center; justify-content:center; }
  .dtg-hero{ padding:36px 0 4px; }
  .dtg-hero-cta{ width:100%; justify-content:center; }
  .dtg-map{ margin:44px 0 4px; }
  .dtg-map-card{ transform:none; border-radius:16px; }
  .dtg-cta{ padding:36px 24px 32px; clip-path:polygon(0 12px, 6% 0, 94% 4px, 100% 14px, 100% 100%, 0 100%); }
  .dtg-cta-mark{ width:110px; height:110px; top:-24px; right:-24px; }
}

/* Dark mode: --accent (brand forest green, #2F6B4F) does not change value
   between modes, but base.css's dark --accent-soft (#1C2733) is dark enough
   that accent-on-accent-soft text (the kicker underline, map contour "c")
   drops well below WCAG AA on real text. The CTA button/nav-cta/hero-cta
   hover are unaffected (white-on-accent / ink-on-paper stay compliant in
   either mode). Fix scoped to the components carrying real accent-colored
   text, with a brand-consistent lighter tint (matches the value already
   proven out on the badge in the prior revision) rather than falling back
   to plain white. */
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]) .dtg-kicker{ color:#8FD9B0; }
  :root:not([data-theme="light"]) .dtg-kicker::before{ background:#8FD9B0; }
}
:root[data-theme="dark"] .dtg-kicker{ color:#8FD9B0; }
:root[data-theme="dark"] .dtg-kicker::before{ background:#8FD9B0; }

/* ── Guide article (template/ditchtheguide-guide.html) ─────────────────────
   The town-guide page. Shares the homepage's header, .dtg-map-card shell,
   contour/compass/label classes and .dtg-cta panel; everything below is new
   surface for the article body, the four-stop route map and the per-stop
   icon badges tying the map to the prose. All new selectors are scoped
   `.dtg-guide-*` (or `.dtg-stop*`, unique to this page's content) so nothing
   here can leak onto the homepage or any other domain sharing base.css. */

.dtg-shell--guide{ max-width:760px; }

.dtg-guide{ padding-top:36px; }
.dtg-guide-region{
  margin:0 0 8px; font-family:'Plus Jakarta Sans', sans-serif; font-weight:700;
  font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--slate);
}
.dtg-guide-head{ margin-bottom:8px; }
.dtg-guide-title{
  margin:0 0 18px; font-family:'Plus Jakarta Sans', sans-serif; font-weight:800;
  font-size:clamp(30px, 5vw, 46px); line-height:1.08; letter-spacing:-.02em; text-wrap:balance;
}
.dtg-guide-dek{ margin:0 0 18px; font-size:clamp(17px,2vw,19px); color:var(--ink-soft); max-width:62ch; }
.dtg-guide-byline{ margin:0 0 8px; font-size:14px; color:var(--slate); }
.dtg-guide-byline time{ font-variant-numeric:tabular-nums; }

/* Route map: reuses .dtg-map-card / .dtg-map-svg / .dtg-map-contour /
   .dtg-map-ghost / .dtg-map-compass* / .dtg-map-label / .dtg-map-caption /
   .dtg-map-step from the homepage's map system as-is (those rules are not
   scoped to .dtg-map, so they apply cleanly here too). Only the elements
   specific to a fully-mapped, four-stop walking route are new below. */
.dtg-guide-map{ margin:40px 0 8px; }

.dtg-guide-river{ fill:none; stroke:var(--slate); stroke-width:1.2; stroke-linecap:round; opacity:.3; }
.dtg-guide-river--b{ opacity:.18; }

.dtg-guide-trail{ fill:none; stroke:var(--accent); stroke-width:3.5; stroke-linecap:round; stroke-linejoin:round; }

.dtg-guide-badge{ fill:var(--paper-raised); stroke:var(--accent); stroke-width:2.5; }
.dtg-guide-badge-icon{ color:var(--accent); }
.dtg-guide-badge-icon use{ fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.dtg-guide-num{
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:800; font-size:15px;
  fill:var(--dtg-warm); text-anchor:middle;
}

@media (prefers-reduced-motion:no-preference){
  .dtg-guide-trail{ stroke-dasharray:1100; stroke-dashoffset:1100; animation:dtg-draw 1.8s ease-out .15s forwards; }
}

/* Article copy + the four stop sections rendered from GUIDE_STOPS_HTML */
.dtg-guide-intro{ margin:8px 0 8px; }
.dtg-guide-intro p{ font-size:18px; line-height:1.65; color:var(--ink); max-width:66ch; }

.dtg-guide-stops{ margin:8px 0; }
.dtg-stop{ margin:40px 0; padding-top:8px; border-top:1px solid var(--hairline); }
.dtg-stop:first-child{ border-top:none; }
.dtg-stop h2{
  display:flex; align-items:center; gap:14px; margin:0 0 12px;
  font-family:'Plus Jakarta Sans', sans-serif; font-weight:700; font-size:22px; letter-spacing:-.01em;
}
.dtg-stop h2::before{
  content:""; flex:0 0 32px; width:32px; height:32px; background-color:var(--accent);
  -webkit-mask-image:var(--dtg-icon); mask-image:var(--dtg-icon);
  -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
  -webkit-mask-position:center; mask-position:center;
  -webkit-mask-size:contain; mask-size:contain;
}
.dtg-stop[data-icon="boat"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 15h18l-2.3 4.4a2 2 0 0 1-1.8 1.1H7.1a2 2 0 0 1-1.8-1.1L3 15Z'/%3E%3Cpath d='M12 15V4'/%3E%3Cpath d='M12 5.5 17.5 15H12Z'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="park"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 7 11h2.6L6 18h5v4h2v-4h5l-3.6-7H17L12 3Z'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="downtown"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21V5h8v16M13 21v-9h6v9M8 8h1M11 8h1M8 11.5h1M11 11.5h1M8 15h1M11 15h1M15.5 13h1M15.5 16.5h1'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="shops"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l1.1 12.2a1.5 1.5 0 0 1-1.5 1.5H6.4a1.5 1.5 0 0 1-1.5-1.5L6 8Z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="bear"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='16' rx='6' ry='4.6'/%3E%3Ccircle cx='6' cy='7' r='2.1'/%3E%3Ccircle cx='11' cy='4.5' r='2.1'/%3E%3Ccircle cx='16' cy='5.5' r='2.1'/%3E%3Ccircle cx='19' cy='9.5' r='2'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="museum"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9 12 3l9 6'/%3E%3Cpath d='M4 9v11M8 9v11M12 9v11M16 9v11M20 9v11'/%3E%3Cpath d='M3 20h18'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="train"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Cpath d='M4 12h16'/%3E%3Ccircle cx='8' cy='19.5' r='1.4'/%3E%3Ccircle cx='16' cy='19.5' r='1.4'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="headframe"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21 10 4h4l6 17'/%3E%3Cpath d='M7 12h10'/%3E%3Ccircle cx='12' cy='6' r='1.6'/%3E%3Cpath d='M2 21h20'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="flame"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2c-3 4-5 7-5 10a5 5 0 0 0 10 0c0-3-2-6-5-10Z'/%3E%3Cpath d='M12 9c-1 1.8-2 3-2 4.5a2 2 0 0 0 4 0c0-1-.5-1.8-1-2.5'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="eye"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12c2.5-4.5 6.5-7 10-7s7.5 2.5 10 7c-2.5 4.5-6.5 7-10 7S4.5 16.5 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="palette"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a9 8 0 0 0 0 16c1.4 0 2-1 2-2 0-.6-.3-1.1-.3-1.7 0-1 .8-1.3 1.8-1.3H17a4 4 0 0 0 4-4c0-3.9-4-7-9-7Z'/%3E%3Ccircle cx='8' cy='10' r='1'/%3E%3Ccircle cx='12' cy='7.5' r='1'/%3E%3Ccircle cx='16' cy='9.5' r='1'/%3E%3Ccircle cx='8.5' cy='14.5' r='1'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="trail"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 19c3-1 3-4 6-5s3-4 6-5 3-4 6-5'/%3E%3Ccircle cx='20' cy='4' r='1.6'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="church"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M10.5 3.5h3'/%3E%3Cpath d='M4 21V11l8-6 8 6v10Z'/%3E%3Cpath d='M9.5 21v-6a2.5 2.5 0 0 1 5 0v6'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="waterfall"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v10c0 2 1 3 3 3M12 3v9c0 2.5 1.5 4 4 4M18 3v7'/%3E%3Cpath d='M3 21c2-2 4-2 6 0s4 2 6 0 4-2 6 0'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="lock"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M3 18h18'/%3E%3Cpath d='M6 6v12M18 6v12'/%3E%3Cpath d='M6 12 12 8l6 4'/%3E%3Cpath d='M6 12 12 16l6-4'/%3E%3C/svg%3E"); }
.dtg-stop[data-icon="beach"] h2{ --dtg-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='17' cy='7' r='3'/%3E%3Cpath d='M2 17c2-1.5 4-1.5 6 0s4 1.5 6 0 4-1.5 8 0'/%3E%3Cpath d='M2 21c2-1.5 4-1.5 6 0s4 1.5 6 0 4-1.5 8 0'/%3E%3C/svg%3E"); }
.dtg-stop p{ margin:0 0 12px; font-size:17px; line-height:1.65; color:var(--ink-soft); max-width:66ch; }
.dtg-stop-link a{ font-weight:600; color:var(--accent); }

.dtg-guide-closing{ margin:44px 0 8px; padding-top:24px; border-top:1px solid var(--hairline); }
.dtg-guide-closing h2{ font-size:20px; margin:0 0 10px; color:var(--accent); }
.dtg-guide-closing p{ margin:0; font-size:16px; line-height:1.6; color:var(--ink-soft); max-width:66ch; }

/* Related-guide cross-links (added 2026-09-18): two sibling-guide cards
   at the foot of every town guide, generated by related_guides_html() in
   build.py. Deliberately plain — a bordered card, not a photo grid — since
   this site has no per-town photography yet and a fabricated stock image
   would be worse than none. */
.dtg-related{ margin:40px 0 8px; padding-top:24px; border-top:1px solid var(--hairline); }
.dtg-related-heading{ font-size:15px; text-transform:uppercase; letter-spacing:.06em; margin:0 0 16px; color:var(--ink-soft); }
.dtg-related-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.dtg-related-card{
  display:flex; flex-direction:column; gap:4px; padding:18px 20px;
  border:1px solid var(--hairline); border-radius:10px; text-decoration:none; color:inherit;
}
.dtg-related-card:hover{ border-color:var(--accent); }
.dtg-related-region{ font-size:12px; text-transform:uppercase; letter-spacing:.05em; color:var(--accent); }
.dtg-related-town{ font-family:var(--font-display, inherit); font-size:19px; font-weight:600; }
.dtg-related-dek{ font-size:14px; line-height:1.5; color:var(--ink-soft); }

@media (max-width:640px){
  .dtg-guide{ padding-top:20px; }
  .dtg-guide-map{ margin:28px 0 4px; }
  .dtg-stop h2{ font-size:19px; gap:10px; }
  .dtg-stop h2::before{ flex-basis:26px; width:26px; height:26px; }
  .dtg-related-grid{ grid-template-columns:1fr; }
}
