:root{
  --ink:#0A2023;
  --panel:#0F2A2E;
  --panel-2:#123338;
  --line: rgba(224,236,234,0.14);
  --line-strong: rgba(224,236,234,0.28);
  --foam:#E4EFEC;
  --foam-dim: rgba(228,239,236,0.62);
  --brass:#D6A24B;
  --brass-dim: rgba(214,162,75,0.35);
  --kelp:#4C8A7C;
  --kelp-dim: rgba(76,138,124,0.35);
  --tide-low:#7E97A0;
}

/**
 * times4tidepooling runs the same stylesheet with a different palette.
 *
 * The fishing site is dusk on the water: deep teal, brass, kelp green. This one
 * is a rock pool at midday, so it keeps the structure and swaps the mood for
 * wet slate and the orange of an ochre sea star. Only the tokens change, which
 * is the whole point of having them.
 */
:root[data-profile="tidepooling"]{
  --ink:#101A24;
  --panel:#16232F;
  --panel-2:#1B2B39;
  --foam:#E8EEF2;
  --foam-dim: rgba(232,238,242,0.62);
  --brass:#E08A3C;
  --brass-dim: rgba(224,138,60,0.35);
  --kelp:#3E7F91;
  --kelp-dim: rgba(62,127,145,0.35);
  --tide-low:#8FA3AE;
}
:root[data-profile="tidepooling"] body{
  background: radial-gradient(1200px 800px at 15% -10%, #1D3442 0%, transparent 60%), var(--ink);
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{
  background: radial-gradient(1200px 800px at 15% -10%, #123840 0%, transparent 60%), var(--ink);
  color: var(--foam);
  font-family: 'Work Sans', sans-serif;
  line-height:1.5;
  padding: 32px 20px 80px;
  min-height:100vh;
}
.wrap{max-width: 920px; margin: 0 auto;}
header{
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
  margin-bottom: 26px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 20px;
  flex-wrap:wrap;
}
h1{
  font-family:'Fraunces', serif;
  font-weight:600;
  font-size: clamp(28px, 4vw, 40px);
  margin:0 0 6px;
  letter-spacing: -0.01em;
}
header p{ margin:0; max-width: 46ch; color: var(--foam-dim); font-size: 14.5px; }
.moonlabel{
  display:flex; align-items:center; gap:14px;
  font-family:'Fraunces', serif; font-size:14px; color: var(--brass); white-space:nowrap;
}
.moonlabel .moon-text{ text-align:right; }
.moonlabel .pct{ font-size:26px; display:block; font-weight:600; }
.moon-disc{ width:52px; height:52px; flex:none; overflow:visible; }
/* The unlit disc stays faintly visible so the phase reads as a shape cut out of
   a whole moon, rather than as a lone sliver floating in the header. */
.moon-dark{ fill: rgba(228,239,236,0.07); stroke: rgba(228,239,236,0.20); stroke-width:1; }
.moon-lit{ fill: var(--brass); }
@media (max-width:520px){ .moon-disc{ width:42px; height:42px; } }

.controls{
  display:flex; gap:14px; flex-wrap:wrap; align-items:flex-end;
  margin-bottom: 14px; padding: 14px 16px;
  background: var(--panel); border: 1px solid var(--line);
}
.controls label{font-size:12.5px; color:var(--foam-dim); display:block; margin-bottom:3px;}
.controls input{
  background: var(--panel-2); border:1px solid var(--line-strong); color: var(--foam);
  padding:7px 9px; font-family:'Work Sans',sans-serif; font-size:13.5px; width: 108px;
}
.controls input.station{ width:150px; }
.controls button{
  background: transparent; border:1px solid var(--brass-dim); color: var(--brass);
  padding:8px 14px; font-size:13px; cursor:pointer; font-family:'Work Sans',sans-serif; height: 34px;
}
.controls button:hover{ border-color: var(--brass); }
.controls .toggle{ flex-basis:100%; display:flex; align-items:flex-start; gap:7px;
  cursor:pointer; font-size:13px; padding-top:2px; }
/* A profile that has no use for a control hides it; `display:flex` above would
   otherwise win against the browser's default [hidden] rule. */
.controls .toggle[hidden]{ display:none; }
.controls .toggle input{ width:auto; margin:2px 0 0; accent-color: var(--brass); cursor:pointer; }
.controls .toggle em{ display:block; font-style:normal; font-size:11.5px; color:var(--foam-dim); }

/* ---------------------------------------------------------------- *
 * Choosing a location
 * ---------------------------------------------------------------- */

/**
 * The little map panel, and the picker it opens.
 *
 * The panel is the whole location control: it shows where you are and it's the
 * way to change it. Coordinates used to be two text boxes, which asked the
 * reader for the one thing about their fishing spot they definitely don't know.
 *
 * Both surfaces dim the tiles rather than inverting them. Inverting gives you a
 * photographic negative where the sea is orange, which looks striking and is
 * useless for finding your bay.
 */
.controls .control-label{ font-size:12.5px; color:var(--foam-dim); display:block; margin-bottom:3px; }

.controls .map-thumb{
  display:block; position:relative; overflow:hidden;
  width:240px; height:104px; padding:0;
  border:1px solid var(--line-strong); background: var(--panel-2);
  cursor:pointer;
}
.controls .map-thumb:hover{ border-color: var(--brass); }
.controls .map-thumb:focus-visible{ outline:2px solid var(--brass); outline-offset:2px; }
.map-thumb-tiles{ position:absolute; inset:0; filter: brightness(0.72) saturate(0.7) contrast(1.05); }
.map-thumb-tiles img{ position:absolute; max-width:none; display:block; }
/* Dead centre, because that's what the tile offsets were built around. */
.map-thumb-pin{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
.map-thumb-credit{
  position:absolute; right:0; bottom:0; padding:1px 4px;
  background: rgba(10,32,35,0.78); color: var(--foam-dim); font-size:9.5px; line-height:1.4;
}

/* The buttons sit level with the bottom of the panel, with the place name above. */
.controls .location-actions{ display:flex; flex-direction:column; align-items:flex-start; gap:6px; }
.controls .location-actions button{ margin:0; }

/* The pin: the site's own marker, drawn in CSS, so the tiles stay the only
   thing either map has to fetch. */
.map-pin{ cursor:grab; }
.map-pin:active{ cursor:grabbing; }
.map-pin-dot{
  display:block; width:14px; height:14px; margin:2px;
  border-radius:50%; background: var(--brass);
  border:2px solid var(--ink); box-shadow: 0 0 0 2px var(--brass-dim);
}

/* The picker dialog. A native <dialog>, so Escape, focus trapping and the
   backdrop are the browser's problem rather than ours. */
.picker{
  border:1px solid var(--line-strong); background: var(--panel); color: var(--foam);
  padding:0; width:min(760px, calc(100vw - 32px)); max-width:none;
}
.picker::backdrop{ background: rgba(5,16,18,0.72); }
.picker-body{ padding:20px 22px 18px; }
.picker h2{ font-family:'Fraunces', serif; font-weight:600; font-size:20px; margin:0 0 4px; }
.picker-hint{ margin:0 0 12px; font-size:13px; color:var(--foam-dim); display:flex; gap:10px; flex-wrap:wrap; }
.picker-coords{ color:var(--foam); font-variant-numeric: tabular-nums; }
.picker-map{
  height:min(58vh, 460px); width:100%;
  border:1px solid var(--line-strong); background: var(--panel-2); cursor: crosshair;
}
.picker-map .leaflet-tile-pane{ filter: brightness(0.72) saturate(0.7) contrast(1.05); }
.picker-actions{ display:flex; justify-content:flex-end; gap:10px; margin-top:14px; }
.picker-actions button{
  background: transparent; border:1px solid var(--line-strong); color: var(--foam-dim);
  padding:8px 16px; font-size:13px; cursor:pointer; font-family:'Work Sans',sans-serif;
}
.picker-actions button:hover{ border-color: var(--foam-dim); color: var(--foam); }
.picker-actions button.primary{ border-color: var(--brass-dim); color: var(--brass); }
.picker-actions button.primary:hover{ border-color: var(--brass); }
.picker-actions button:disabled{ opacity:0.35; cursor:default; }
.picker-actions button:disabled:hover{ border-color: var(--line-strong); color: var(--foam-dim); }

@media (max-width:520px){
  .controls .map-thumb{ width:100%; height:120px; }
  .controls .location-field{ width:100%; }
  .picker-map{ height:min(52vh, 360px); }
}

/**
 * Leaflet's own chrome, repainted: the defaults are white boxes on a light grey
 * map, built for a white page.
 *
 * Everything here is qualified with `.picker` on top of `.picker-map` purely to
 * win on specificity. leaflet.css is injected at runtime and therefore lands
 * after this file, so anything that merely ties loses — which is exactly how
 * the attribution box stayed white the first time round.
 */
.picker .picker-map{ background: var(--panel-2); }
.picker .picker-map .leaflet-bar a,
.picker .picker-map .leaflet-bar a:hover{
  background: var(--panel); color: var(--foam); border-bottom-color: var(--line);
}
.picker .picker-map .leaflet-bar a:hover{ color: var(--brass); }
.picker .picker-map .leaflet-bar{ border:1px solid var(--line-strong); box-shadow:none; }
.picker .picker-map .leaflet-control-attribution{
  background: rgba(10,32,35,0.82); color: var(--foam-dim); font-size:10.5px;
}
.picker .picker-map .leaflet-control-attribution a{ color: var(--foam-dim); }
.picker .picker-map .leaflet-control-attribution a:hover{ color: var(--brass); }

.controls .place{font-size:13px; color:var(--foam-dim);}
.controls .tide-status{ font-size:12px; color:var(--foam-dim); width:100%; }
/* A short row, not a directory: the full list lives on /locations. */
.controls .nearby{ width:100%; display:flex; align-items:baseline; gap:10px;
  flex-wrap:wrap; font-size:12.5px; margin-top:2px; }
.controls .nearby .nearby-label{ color:var(--foam-dim); }
.controls .nearby a{ color:var(--foam); text-decoration:none;
  border-bottom:1px solid var(--line-strong); padding-bottom:1px; }
.controls .nearby a:hover{ color:var(--brass); border-color:var(--brass-dim); }
.controls .nearby .miles{ color:var(--foam-dim); font-size:11px; margin-left:5px; }
.controls .nearby .nearby-all{ margin-left:auto; color:var(--foam-dim); }

.legend{ display:flex; gap:14px; flex-wrap:wrap; align-items:center; font-size:12px; color:var(--foam-dim); margin-bottom:18px; }
.legend .legend-note{ padding-left:6px; border-left:1px solid var(--line); }
.legend span{display:inline-flex; align-items:center; gap:6px;}
.dot{width:9px;height:9px; display:inline-block; border-radius:50%;}
/* Legend swatches mirror the rating tiers the calendar cells use. */
.dot.excellent{background:var(--brass);}
.dot.good{background:var(--kelp);}
.dot.fair{background:var(--tide-low);}
.dot.quiet{background:rgba(228,239,236,0.3);}

.pagebar{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: 10px;
}
.pagebar .range{ font-family:'Fraunces', serif; font-size:15px; color: var(--foam); }
.pagebar .navbtns button{
  background:transparent; border:1px solid var(--line-strong); color:var(--foam);
  padding:6px 12px; font-size:13px; cursor:pointer; font-family:'Work Sans',sans-serif;
}
.pagebar .navbtns button:hover:not(:disabled){ border-color: var(--brass); color:var(--brass); }
.pagebar .navbtns button:disabled{ opacity:0.3; cursor:default; }
.pagebar .navbtns button + button{ margin-left:6px; }

.weekdays{
  display:grid; grid-template-columns: repeat(7,1fr);
  font-size:11.5px; color: var(--foam-dim);
  padding: 0 2px 8px; border-bottom:1px solid var(--line); margin-bottom: 6px;
}
.weekdays div{text-align:center;}

.grid{ display:grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap:1px; background: var(--line); border:1px solid var(--line); }
.cell{
  background: var(--panel); min-height: 98px; padding: 8px 8px 10px;
  cursor:pointer; position:relative; transition: background .15s ease;
  /* Cells are <button> elements for keyboard access; undo the default chrome. */
  border:0; margin:0; width:100%; text-align:left;
  font:inherit; color:inherit; appearance:none;
  /* Column layout so the times sit on the baseline however many lines they run to. */
  display:flex; flex-direction:column;
}
.cell:focus-visible{ outline:2px solid var(--brass); outline-offset:-2px; }
.cell:hover{ background: var(--panel-2); }
.cell.out-of-range{ opacity:0.28; cursor:default; }
.cell.out-of-range:hover{ background:var(--panel); }
.cell.selected{ outline: 1px solid var(--brass); outline-offset:-1px; background:var(--panel-2); }
.cell.today .num{ color: var(--brass); }
.cell .num{ font-family:'Fraunces', serif; font-size:16px; font-weight:500; }
.cell .times{ margin-top:auto; line-height:1.3; white-space:nowrap; }
.cell .times .compact{ display:none; }
.cell .times .best{ font-size:11px; color: var(--foam-dim); }
.cell .times .second{ font-size:10.5px; color: rgba(228,239,236,0.34); }

/* On a phone the columns are ~50px, so the cells shed everything optional:
   the "or" prefix, some padding, and a little type size. */
@media (max-width:700px){
  .cell{ min-height:86px; padding:6px 5px 8px; }
  .cell .num{ font-size:14px; }
  .cell .rating{ gap:2px; margin:5px 0 7px; }
  .cell .rating i{ width:5px; height:5px; }
  .cell .times{ font-size:10px; }
  .cell .times .best{ font-size:10px; }
  .cell .times .second{ font-size:10px; }
  .cell .times .second .or{ display:none; }
  .cell .times .full{ display:none; }
  .cell .times .compact{ display:inline; }
  .weekdays{ font-size:10px; }
}

/* Rating dots. Colour and count both encode the rating, so the ranking still
   reads without relying on colour. */
.cell .num{ display:flex; align-items:center; gap:6px; }
/* New and full moon only, so it stays a small event rather than decoration. */
.cell .day-moon{ display:inline-flex; }
.cell .day-moon .moon-disc{ width:13px; height:13px; }
.cell .rating{ display:flex; gap:3px; margin:7px 0 9px; }
.cell .rating i{ width:7px; height:7px; border-radius:50%; display:block; }
.cell .rating i.off{ background: rgba(228,239,236,0.13); }
.cell.excellent .rating i.on{ background: var(--brass); }
.cell.good      .rating i.on{ background: var(--kelp); }
.cell.fair      .rating i.on{ background: var(--tide-low); }
.cell.quiet     .rating i.on{ background: rgba(228,239,236,0.3); }

.detail{ margin-top: 26px; border:1px solid var(--line); background: var(--panel); padding: 22px 24px; display:none; }
.detail.show{display:block;}
.detail h2{ font-family:'Fraunces', serif; font-weight:600; font-size:22px; margin:0 0 4px; }
.detail .sub{ color: var(--foam-dim); font-size:13px; margin-bottom: 18px;}
.cols{ display:grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.cols3{ display:grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; margin-top:22px; }
@media (max-width:640px){ .cols{grid-template-columns:1fr;} .cols3{grid-template-columns:1fr;} }
.fact{ display:flex; justify-content:space-between; padding:7px 0; border-bottom:1px dashed var(--line); font-size:13.5px;}
.fact span:first-child{ color: var(--foam-dim); }
.detail h3{ font-size:13px; text-transform:uppercase; letter-spacing:.04em; color:var(--foam-dim); font-weight:500; margin: 0 0 10px;}
.detail .empty{ color:var(--foam-dim); font-size:13px; margin:0; }
.win-row{ display:flex; align-items:center; gap:10px; padding: 8px 0; border-bottom:1px solid var(--line); font-size:13.5px; flex-wrap:wrap; }
.win-row .tag{ font-size:10.5px; text-transform:uppercase; letter-spacing:.03em; padding: 2px 6px; border:1px solid var(--line-strong); color:var(--foam-dim); }
.win-row.best .tag{ border-color: var(--brass); color: var(--brass); }
.win-row.second .tag{ border-color: var(--kelp); color: var(--kelp); }
.win-row .rank-tag{ font-size:10.5px; text-transform:uppercase; letter-spacing:.03em;
  padding:2px 6px; font-weight:600; }
.win-row.best .rank-tag{ background:var(--brass); color:var(--ink); }
.win-row.second .rank-tag{ border:1px solid var(--kelp); color:var(--kelp); }
.off-hours-note{ margin:12px 0 0; font-size:12px; color:var(--foam-dim);
  border-left:2px solid var(--tide-low); padding-left:9px; line-height:1.45; }
.off-hours-note b{ color:var(--foam); font-weight:500; }
.win-row .time{ font-family:'Fraunces', serif; font-weight:500; min-width: 128px; }
.win-row .note{ font-size:12px; color:var(--foam-dim); }
.tide-row{ display:flex; justify-content:space-between; padding:7px 0; border-bottom:1px dashed var(--line); font-size:13.5px; }
.tide-row .h{ color: var(--brass); }
.tide-row .l{ color: var(--tide-low); }

details.about{ margin-top:34px; border-top:1px solid var(--line); padding-top: 16px; }
details.about summary{ cursor:pointer; color: var(--foam-dim); font-size:13px; }
details.about .body{ font-size:13.5px; color: var(--foam-dim); margin-top:12px; max-width:70ch;}
details.about .body p{ margin: 0 0 10px; }
details.about code{ background: var(--panel-2); padding:1px 5px; font-size:12px; }


/* ---------- Tide chart ---------- */
.chart-panel{ margin: 4px 0 6px; }
.tide-chart{ display:block; width:100%; height:auto; overflow:visible; }
.chart-caption{ font-size:12px; color:var(--foam-dim); margin:8px 0 0; }

/* Background layers. Window bands are filled by a per-band gradient built in
   tide-chart.js, so their colour and opacity are set there, not here. */
.chart-daylight{ fill: rgba(228,239,236,0.045); }

/* Axes and grid */
.chart-axis{ stroke: var(--line-strong); stroke-width:1; }
.chart-grid{ stroke: var(--line); stroke-width:1; }
.chart-datum{ stroke: var(--line-strong); stroke-width:1; stroke-dasharray:2 4; }
.chart-tick{ fill: var(--foam-dim); font-size:10px; font-family:'Work Sans',sans-serif; }

/* The tide curve */
.chart-tide-area{ fill: var(--kelp); opacity:0.18; }
.chart-tide-line{ fill:none; stroke: var(--kelp); stroke-width:2; stroke-linejoin:round; }
.chart-extreme{ stroke: var(--panel); stroke-width:1.5; }
.chart-extreme.high{ fill: var(--brass); }
.chart-extreme.low{ fill: var(--tide-low); }
.chart-extreme-label{ font-size:10px; font-family:'Work Sans',sans-serif; }
.chart-extreme-label.high{ fill: var(--brass); }
.chart-extreme-label.low{ fill: var(--tide-low); }
.chart-empty{ fill: var(--foam-dim); font-size:12px; font-family:'Work Sans',sans-serif; }

/* Markers */
.chart-sun-line{ stroke: var(--foam-dim); stroke-width:1; stroke-dasharray:3 3; opacity:0.5; }
.chart-sun-label{ fill: var(--foam-dim); font-size:9.5px; font-family:'Work Sans',sans-serif;
  text-transform:uppercase; letter-spacing:.04em; }
.chart-window-label{ fill: var(--foam-dim); font-size:9px; font-family:'Work Sans',sans-serif;
  letter-spacing:.06em; }
.chart-window-label.best{ fill: var(--brass); font-weight:600; }
.chart-window-label.second{ fill: var(--kelp); font-weight:600; }
.chart-now{ stroke: var(--foam); stroke-width:1.5; opacity:0.7; }
.chart-now-label{ fill: var(--foam); font-size:9.5px; font-family:'Work Sans',sans-serif;
  text-transform:uppercase; letter-spacing:.04em; opacity:0.7; }

@media (max-width:640px){
  .chart-tick, .chart-extreme-label{ font-size:12px; }
  .chart-sun-label, .chart-window-label, .chart-now-label{ font-size:11px; }
}

/* ---------------------------------------------------------------- *
 * Server-rendered location pages
 *
 * These share the app's palette but are documents, not applications: no script,
 * no interaction, just the numbers in a form a crawler can read. The styles are
 * deliberately few, because the markup is deliberately plain.
 * ---------------------------------------------------------------- */

.blurb{
  max-width: 62ch; color: var(--foam-dim); font-size: 15px;
  border-left: 2px solid var(--kelp-dim); padding-left: 14px; margin: 0 0 28px;
}
h2{
  font-family:'Fraunces', serif; font-weight:600; font-size: 22px;
  margin: 34px 0 14px;
}

/* Wide content scrolls inside its own box rather than the page. */
.table-scroll{ overflow-x:auto; border:1px solid var(--line); border-radius:10px; background:var(--panel); }
.day-table{ border-collapse:collapse; width:100%; font-size:14px; min-width:520px; }
.day-table caption{
  text-align:left; padding:12px 14px; color:var(--foam-dim); font-size:12.5px;
  border-bottom:1px solid var(--line);
}
.day-table th, .day-table td{ padding:9px 14px; text-align:left; border-bottom:1px solid var(--line); }
.day-table thead th{
  font-size:11.5px; text-transform:uppercase; letter-spacing:.06em;
  color:var(--foam-dim); font-weight:600;
}
.day-table tbody th{ font-weight:500; white-space:nowrap; }
.day-table tbody tr:last-child th, .day-table tbody tr:last-child td{ border-bottom:0; }
.day-table tbody tr:hover{ background:var(--panel-2); }

.about-body p{ max-width: 72ch; font-size:14.5px; color:var(--foam-dim); }
.about-body b{ color:var(--foam); font-weight:600; }

.place-list{ columns: 2; column-gap: 28px; list-style:none; padding:0; max-width:620px; }
.place-list li{ padding:5px 0; break-inside:avoid; }
.other-places{ font-size:13.5px; color:var(--foam-dim); line-height:2; max-width:72ch; }
a{ color: var(--brass); }
a:hover{ color: var(--foam); }

.page-footer{
  margin-top:44px; padding-top:20px; border-top:1px solid var(--line);
  font-size:13px; color:var(--foam-dim);
}
.page-footer p{ max-width:72ch; }

/* ---------------------------------------------------------------- *
 * Ad slot
 *
 * Empty for now, but the space is reserved from day one. A single ad unit that
 * appears after load and pushes the calendar down is the standard way to wreck
 * a Core Web Vitals score, and reserving the box costs nothing while there's
 * nothing in it.
 *
 * It lives between the grid and the detail panel on purpose. The panel scrolls
 * into view whenever a day is clicked, so the slot is passed over on every
 * interaction without ever sitting between the reader and what they came for.
 * It is also deliberately OUTSIDE #grid and #detail, both of which are wiped
 * and rebuilt with innerHTML on every render — an ad unit in there would
 * re-initialise on every click, which breaks the unit and looks like invalid
 * traffic to an ad network.
 * ---------------------------------------------------------------- */
.ad-slot{
  min-height: 100px;           /* Reserve the box: no layout shift on fill. */
  margin: 22px 0 6px;
  display:flex; align-items:center; justify-content:center;
}
.ad-slot:empty{ display:none; } /* Until there's an ad, take up nothing. */

/* ---------------------------------------------------------------- *
 * Weather overlay
 *
 * Only the next week or so has any, so these elements are simply absent on most
 * cells rather than rendered empty. That makes the edge of the forecast visible
 * without having to explain it.
 * ---------------------------------------------------------------- */
.cell .wx{
  margin-top:3px; font-size:10.5px; color:var(--foam-dim);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.cell .wx .wind{ opacity:.75; }

.wx-row{
  display:flex; flex-wrap:wrap; gap:8px; align-items:baseline;
  font-size:13px; color:var(--foam-dim); margin-top:6px;
}
.wx-row .wx-label{
  font-size:10.5px; text-transform:uppercase; letter-spacing:.07em;
  color:var(--tide-low); border:1px solid var(--line); border-radius:4px;
  padding:1px 6px;
}


/* ---------- Support link ---------- */
/* Deliberately quiet: the promise on the tin is "no ads, no accounts", and a
   loud donation button would read as the first crack in that. */
.support{ margin:22px 0 0; text-align:center; }
.support-link{
  display:inline-block; font-size:13px; color:var(--foam-dim);
  border:1px solid var(--line-strong); padding:7px 14px; text-decoration:none;
}
.support-link:hover{ color:var(--brass); border-color:var(--brass-dim); }
.page-footer .support{ margin-top:14px; text-align:left; }
