
:root{--ink:#183d30;--green:#245c42;--paper:#f6f5ee;--lime:#d5e897;--line:#d6ddd0;--muted:#516257}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}button,input,select,textarea{font:inherit}a{color:inherit}button,a,input,select,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a84716;outline-offset:5px}button{cursor:pointer} .skip{position:fixed;top:-90px;background:white;padding:15px;z-index:100}.skip:focus{top:0}.demo{padding:7px 5%;background:#e9eddc;font-size:12px;letter-spacing:.04em;text-align:center}.wrap{max-width:1240px;margin:auto;padding:0 5%}header{background:var(--paper);border-bottom:1px solid var(--line)}.head{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:24px;padding-bottom:24px}.brand{text-decoration:none;display:flex;align-items:center;gap:13px;font-weight:bold;line-height:1.1;font-size:18px}.mark{width:40px;height:46px;border-radius:24px 0 24px 0;background:var(--green);display:grid;place-items:center;color:var(--lime);font-size:25px}.brand small{display:block;font-weight:normal;font-size:11px;margin-top:7px;letter-spacing:.09em}nav{display:flex;gap:24px;align-items:center}nav a{text-decoration:none;font-size:14px;padding:8px 0;border-bottom:2px solid transparent}nav a[aria-current=page]{border-color:var(--green);font-weight:bold}.arrow{font-size:20px}.hero{display:grid;grid-template-columns:1fr 1.1fr;min-height:545px}.hero-copy{padding:65px 8% 58px max(5vw,calc((100vw - 1116px)/2));align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:bold;display:block;margin-bottom:20px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5.1vw,74px);line-height:1.03;letter-spacing:-.055em;font-weight:500;margin-bottom:24px}h1 em{font-family:Georgia,serif;font-weight:normal}h2{font-size:clamp(30px,3.3vw,44px);line-height:1.12;letter-spacing:-.035em;font-weight:500}h3{font-size:24px;line-height:1.2;font-weight:500}.lead{max-width:510px;font-size:17px;color:var(--muted)}.btn{display:inline-flex;gap:25px;align-items:center;justify-content:space-between;padding:13px 20px;background:var(--green);color:white;border:1px solid var(--green);text-decoration:none;border-radius:3px;font-weight:bold;font-size:14px}.btn.secondary{background:transparent;color:var(--green)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.scene{position:relative;min-height:430px;overflow:hidden}.scene svg{width:100%;height:100%;position:absolute;inset:0}.scene-label{position:absolute;bottom:22px;left:24px;color:white;background:#193c30e8;padding:8px 14px;border-radius:3px;font-size:12px}.scene-tag{position:absolute;top:22px;right:22px;background:#f6f5ee;padding:10px 15px;font-size:11px;letter-spacing:.1em}.notice{display:flex;align-items:center;gap:20px;margin-top:28px;padding:18px 22px;border:1px solid var(--line);font-size:14px}.notice strong{white-space:nowrap}.notice a{margin-left:auto;white-space:nowrap}.dot{height:8px;width:8px;background:#7b6120;border-radius:50%;flex-shrink:0}section{padding:64px 0}.sectionhead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.sectionhead h2{margin:0}.sectionhead p{margin:0;max-width:380px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);background:#fffef8;border-radius:4px;overflow:hidden}.card-body{padding:25px}.card p{font-size:14px;color:var(--muted)}.card a{font-size:14px;font-weight:bold;text-underline-offset:5px}.thumb{height:180px;position:relative;overflow:hidden;background:#d9dec6}.thumb svg{width:100%;height:100%;object-fit:cover}.thumb.two{filter:hue-rotate(23deg)}.thumb.three{filter:hue-rotate(-22deg)}.meta{font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:13px;display:block}.band{background:var(--ink);color:var(--paper);padding:45px;border-radius:4px;display:grid;grid-template-columns:1.3fr 1fr;gap:50px}.band p{color:#d4dfd4}.band .btn{background:var(--lime);color:var(--ink);border-color:var(--lime)}footer{border-top:1px solid var(--line);padding:35px 0;font-size:12px;color:var(--muted)}footer .wrap{display:flex;justify-content:space-between;gap:25px}.pagehead{padding-top:50px;padding-bottom:30px}.pagehead h1{max-width:850px;font-size:clamp(40px,5vw,66px)}.crumb{font-size:12px;margin-bottom:25px;color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px}.fact{padding:25px;border-top:1px solid var(--line)}.fact strong{display:block;font-size:21px;margin-bottom:7px}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-size:18px;font-weight:bold}details p{margin-top:14px;max-width:700px;color:var(--muted)}.toolbar{display:flex;gap:15px;flex-wrap:wrap;align-items:end;margin-bottom:20px}label{display:block;font-size:13px;font-weight:bold}input,select,textarea{border:1px solid #7c8d7f;background:#fffef9;color:var(--ink);padding:10px;border-radius:3px;max-width:100%;width:100%}.field{flex:1;min-width:180px}.toggle{display:flex;gap:7px}.toggle button{border:1px solid var(--green);padding:10px 16px;color:var(--green);background:transparent}.toggle button[aria-pressed=true]{background:var(--green);color:white}.maplayout{display:grid;grid-template-columns:1.3fr 1fr;gap:24px}.map{position:relative;min-height:420px;background:#e4e9d8;border:1px solid var(--line);overflow:hidden;border-radius:4px}.pin{position:absolute;width:38px;height:38px;border-radius:50%;background:var(--green);color:white;border:3px solid white;box-shadow:0 3px 10px #183d3033;font-weight:bold;transform:translate(-50%,-50%)}.pin:hover,.pin[aria-pressed=true]{background:#8a492d}.result{background:#fffef9;border:1px solid var(--line);padding:21px;margin-bottom:12px;border-radius:4px}.result h3{font-size:20px;margin-bottom:10px}.result p{font-size:14px;margin-bottom:10px}.badge{display:inline-block;padding:3px 7px;background:#e8eddf;font-size:11px;font-weight:bold;margin-bottom:10px}.badge.warn{background:#f2dfbd;color:#704318}.result button{border:0;background:none;padding:4px 0;text-decoration:underline;text-underline-offset:4px;color:var(--green);font-weight:bold}.empty{padding:30px;border:1px dashed #80917e}.formbox{background:white;border:1px solid var(--line);padding:30px;border-radius:4px;max-width:760px}.formbox .field{margin:16px 0}.status{font-weight:bold;color:var(--green);padding-top:12px}.note{font-size:12px;color:var(--muted)}[hidden]{display:none!important}.learning{background:#e7ecd9;padding:30px}.number{font:italic 42px Georgia,serif;color:#6c7d46;margin-bottom:15px}main:focus{outline:none}@media(max-width:800px){.head{display:block}.brand{margin-bottom:22px}nav{gap:18px;flex-wrap:wrap}nav a{font-size:13px}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 6%}.scene{min-height:300px}.cards{grid-template-columns:1fr}.thumb{height:210px}.sectionhead{display:block}.sectionhead p{margin-top:16px}.band,.two-col,.maplayout{grid-template-columns:1fr}.band{padding:28px;gap:18px}.notice{flex-wrap:wrap;gap:10px}.notice a{margin-left:0}.map{min-height:340px}section{padding:40px 0}footer .wrap{flex-direction:column}h1{font-size:49px}.formbox{padding:20px}}@media(prefers-reduced-motion:no-preference){a,button{transition:background .15s,color .15s}}

.directory{padding:28px;background:#eef2e5;align-self:start;min-height:0}.directory h4{margin:24px 0 10px}.route-choice{display:block;width:100%;text-align:left;margin:8px 0;background:#fff;border:1px solid #bcc8b1;color:#203b2b;border-radius:8px;padding:12px;font-size:15px}.route-choice small{display:block;color:#53614d;margin-top:4px}.route-choice[aria-pressed=true]{background:#213d2c;color:white}.route-choice[aria-pressed=true] small{color:white}.route-choice[hidden]{display:none}.source-links a{color:#285836;text-decoration:underline}.source-note{font-size:14px}.directory[hidden]{display:none}.result small{color:#53614d}.maplayout{align-items:start}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

#real-map{height:470px;width:100%;background:#e5e9dc;isolation:isolate}.map-shell{padding:0;overflow:hidden}.map-shell .map-intro{padding:24px}.map-shell h3{margin:8px 0}.map-shell .map-notes{padding:16px 24px;font-size:14px}.leaflet-container{font-family:inherit}.leaflet-control a{color:#174830}.map-shell[hidden]{display:none}.route-legend{padding:12px 24px;display:flex;gap:8px;flex-wrap:wrap}.route-legend button{font-size:14px;padding:8px 10px}.result.selected{border:2px solid #285836}.leaflet-tooltip{white-space:normal;min-width:100px}@media(max-width:800px){#real-map{height:370px}}

*{min-width:0}a,button{overflow-wrap:anywhere;white-space:normal} .subnav a{max-width:100%} .maplayout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
/* V5: Gestaltung nach Sitemap 5a, Typografie nach Anlage 4. Farben aus Vorlage abgeleitet. */
:root{--ink:#111111;--green:#062e49;--paper:#ffffff;--lime:#ffb43b;--line:#a8b3b9;--muted:#36434b;--olive:#82943b;--yellow:#ffb43b}
body{font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.65;color:var(--ink);background:#fff;text-align:left}
h1,h2,h3,h4{font-family:inherit;letter-spacing:normal;font-weight:700;color:inherit;overflow-wrap:anywhere}h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.12}h1 em,h2 em{font:inherit}h2{font-size:clamp(1.65rem,3vw,2.6rem)}h3{font-size:1.35rem}.lead{font-size:1.125rem;max-width:65ch}.eyebrow,.meta{font-size:.875rem;letter-spacing:.04em}.note,.demo,footer,.crumb,.badge,label{font-size:.9375rem}p,li{overflow-wrap:anywhere}.wrap{max-width:1320px}
header{background:var(--green);color:white;border:0;padding-bottom:36px;position:relative}header:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:26px;background:white;clip-path:polygon(0 35%,8% 85%,17% 100%,27% 55%,39% 10%,52% 72%,66% 100%,78% 40%,88% 0,100% 65%,100% 100%,0 100%)}
body[data-route=start] header{background:var(--olive);color:#101808}.head{display:block;padding-top:20px;padding-bottom:10px}.brand{font-size:1.1rem;max-width:100%}.brand small{font-size:.8rem;letter-spacing:0;line-height:1.4}.mark{display:none}.brand-row{display:flex;justify-content:space-between;gap:24px;align-items:center}.owner{background:white;color:#062e49;border-radius:0 0 36px 0;padding:14px 20px;max-width:235px;font-size:.9rem}.utility{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:16px 0}.utility a,.utility button{font-size:.9375rem}.utility button{background:white;color:#062e49;border:1px solid #062e49;padding:8px 12px;min-height:44px}.utility a{padding:8px 4px;text-underline-offset:4px}.site-search{display:flex;gap:8px;align-items:end;max-width:450px}.site-search label{color:inherit}.site-search input{min-width:0}.site-search button{background:#ffb43b;color:#111;border:1px solid #111;padding:10px 14px;min-height:44px}
nav{gap:12px;flex-wrap:wrap;margin-top:20px}nav a{font-size:1rem;line-height:1.3;padding:12px;border:2px solid transparent;min-height:48px}nav a[aria-current=page]{background:#ffb43b;color:#111;border-color:#111;text-decoration:underline;text-underline-offset:5px}nav a:hover{background:white;color:#062e49}.demo{background:#edf0e5;letter-spacing:0}.warningbar{background:#ffb43b;color:#111;padding:10px 5%;font-size:.9375rem}.warningbar a{font-weight:bold}.hero{min-height:430px}.hero-copy{padding-top:48px;padding-bottom:48px}.scene{border-radius:0 0 50% 5%;min-height:360px}.scene-label,.scene-tag{font-size:.875rem}.scene-tag{color:#111;background:white;letter-spacing:0}.scene-label{background:#062e49;color:white}.card{background:white;border-color:#a8b3b9;border-radius:0}.card-body{padding:26px}.card p,.card a,.result p,.result button,.result small{font-size:1rem}.card a{color:#062e49}.card:before{content:'';display:block;height:5px;background:#82943b}.thumb{height:150px}.band{background:#062e49;border-radius:0}.band p{color:white}.learning{background:#eef1e5}.number{font:bold 2.2rem Arial;color:#062e49}.pagehead{padding-top:40px}.pagehead h1{font-size:clamp(2rem,4.5vw,3.5rem)}.fact{background:#f1f4ef}.notice{font-size:1rem;background:#fff4de}.notice strong{white-space:normal}.btn{font-size:1rem;min-height:48px;border-radius:0}.subnav{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.subnav a{border:1px solid #56656d;padding:10px 14px;min-height:44px;background:white;color:#062e49;text-underline-offset:4px}.content{max-width:78ch}.content li{margin-bottom:12px}.content h2{margin-top:32px}.content a{color:#062e49}.route-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:0;list-style:none}.route-index a{display:block;border:1px solid #82929c;padding:20px;min-height:70px;font-weight:bold;text-underline-offset:4px;color:#062e49}.route-index small{display:block;font-weight:normal;color:#36434b}.toolbar input,.toolbar select{min-height:48px}.maplayout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.map-notes{font-size:.9375rem}.map-shell,.result{min-width:0}.result button{min-height:44px;padding:8px 4px}.result.selected{border:3px solid #062e49}.route-legend button{min-height:44px;font-size:1rem;border:1px solid #56656d}.route-legend button[aria-pressed=true]{background:#062e49;color:white;border:3px solid #062e49}.leaflet-control-zoom a{width:44px!important;height:44px!important;line-height:44px!important}.leaflet-container{font-size:1rem}.leaflet-control-attribution{font-size:.8rem;background:white!important}.leaflet-container a{color:#005375}.leaflet-container .leaflet-interactive{outline-offset:0}.map-help{padding:16px 24px;background:#f2f4ec}.map-help button{min-width:44px;min-height:44px;margin:4px;padding:8px}.map-help a{display:inline-block;min-height:44px;padding:8px}.toggle{flex-wrap:wrap}.field{min-width:0}input,select,textarea{border-color:#58666e}.formbox{max-width:none}form .error{color:#8b1520;font-weight:bold}.error-summary{border:3px solid #8b1520;padding:16px;margin-bottom:24px}.error-summary a{color:#8b1520}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.site-footer{display:grid!important;grid-template-columns:1fr 2fr}.footer-links{display:flex;flex-wrap:wrap;gap:8px 20px}.footer-links a{padding:8px 0;min-height:44px}footer{background:#edf0e5;color:#111}.print-note{display:none}dialog{max-width:600px;width:calc(100% - 32px);border:3px solid #062e49;padding:28px}dialog::backdrop{background:#0009}dialog button{min-height:44px;padding:10px 18px}
:focus-visible{outline:3px solid #111!important;outline-offset:3px!important;box-shadow:0 0 0 6px #ffcf5a!important}.skip{z-index:5000;color:#111}main:focus{outline:none}.contrast{--green:#000;--ink:#000;--muted:#222;--paper:#fff}.contrast header{background:#000!important;color:#fff!important}.contrast .card,.contrast .result,.contrast .learning,.contrast .directory,.contrast footer{background:white;color:black;border-color:black}.contrast .scene svg{filter:contrast(1.2)}
@media(max-width:850px){.brand-row{align-items:start;flex-direction:column;gap:12px}.owner{max-width:none}.head nav{display:grid;grid-template-columns:1fr 1fr}nav a{font-size:1rem}.hero{grid-template-columns:1fr}.scene{min-height:260px}.site-search{width:100%;max-width:none}.site-footer{grid-template-columns:1fr!important}.maplayout{grid-template-columns:1fr}.route-index{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.band,.two-col{grid-template-columns:1fr}.toolbar{display:block}.toolbar>*{margin-bottom:16px}.brand small{overflow-wrap:anywhere}.hero-copy{padding:32px 5%}.scene-tag{right:12px}.scene-label{left:12px}.notice{display:block}.notice>*{display:block;margin:8px 0}.utility{gap:8px}.pagehead{padding-top:28px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
@media(forced-colors:active){button,.btn,.card,.result{border:2px solid ButtonText}header:after{display:none}}
@media print{header,.demo,.warningbar,footer,.utility,.toolbar,.map-shell,.actions,button{display:none!important}[data-page][hidden]{display:none!important}.print-note{display:block}.cards,.two-col{display:block}.card{break-inside:avoid;margin-bottom:16px}body{color:black;background:white}.wrap{padding:0}a{color:black}.scene{height:230px;min-height:230px}.hero{display:block}.hero-copy{padding:0}}
#mobile-menu{display:none}@media(max-width:700px){#mobile-menu{display:block;background:white;color:#062e49;border:2px solid #062e49;padding:12px;min-height:48px;margin:14px 0}body:not(.nav-open) #site-tools{display:none}.owner{font-size:.75rem;padding:8px 12px;max-width:none}.brand-row{gap:10px}.head{padding-top:14px}.brand small{font-size:.75rem} .head nav{display:flex;flex-direction:column;align-items:stretch;gap:4px}nav a{width:100%}}
/* V6: belegte Typografie aus Anlage 4; freie Schrift gemäß Bieterantwort 15.
   Weißer neutraler Header ist eine Zwischenlösung, keine behauptete NNL-Headerregel.
   Markenfarben/Logo/Original-Dialogelemente warten auf aktuelles vollständiges Manual. */
@font-face{font-family:HeideDemo;src:url(fonts/DejaVuSans.ttf) format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:HeideDemo;src:url(fonts/DejaVuSans-Bold.ttf) format('truetype');font-weight:700;font-display:swap}
:root{--ink:#000;--muted:#303030;--green:#000;--paper:#fff;--line:#767676;--lime:#eee}
body{font-family:HeideDemo,Arial,sans-serif;color:#000;text-align:left}
h1,h2,h3,h4,p,li,.lead,.meta,.eyebrow,.note,.crumb,.card p,.result p,.result small,.status{color:#000;text-align:left}
h1,h2,h3,h4{letter-spacing:normal}h1 em,h2 em,.number{font-family:inherit;font-style:normal}
header,body[data-route=start] header{background:#fff;color:#000;border-bottom:1px solid #767676;padding-bottom:20px}
header:after{display:none}.brand,.brand small{color:#000}.owner{border-radius:0;color:#000;border-left:1px solid #767676;background:#fff}
.warningbar,.demo{background:#f2f2f2;color:#000}.warningbar{border-bottom:1px solid #767676}
.utility button,.site-search button,#mobile-menu{background:#fff;color:#000;border-color:#000}
.head nav a{color:#000}.head nav a:hover{background:#eee;color:#000}.head nav a[aria-current=page]{background:#eee;color:#000;border-color:#000}
.scene{border-radius:0}.scene-label{background:#fff;color:#000;border:1px solid #767676}.scene-tag{color:#000}.card:before{display:none}
.band{background:#f2f2f2;color:#000;border:1px solid #767676}.band p{color:#000}.band .btn{background:#000;color:#fff;border-color:#000}
.btn{background:#000;color:#fff;border-color:#000}.btn.secondary{background:#fff;color:#000}
.card a,.content a,.subnav a,.route-index a,.route-index small,.number{color:#000}
.learning,.fact,.notice,.directory,.map-help,footer{background:#f2f2f2;color:#000}
.contrast header,.contrast[data-route=start] header{background:#000!important;color:#fff!important}
.contrast header .brand,.contrast header .brand small,.contrast header .utility a,.contrast header .head nav a{color:#fff}
.contrast header .head nav a[aria-current=page],.contrast header .head nav a:hover{color:#000;background:#fff}

/* V7: visual reference https://nationale-naturlandschaften.de/, observed 2026-09-23.
   Not a claim of complete compliance with the password-protected brand manual. */
:root{--ink:#111;--muted:#303030;--paper:#fff;--green:#111;--lime:#b5c79a;--line:#767676;--nnl-blue:#eff8fb;--nnl-sage:#b5c79a;--nnl-yellow:#f5e89a}
body{color:#111;background:#fff}h1,h2,h3,h4{font-weight:400;line-height:1.18}h3{font-weight:700}h1{font-size:clamp(2.4rem,4.2vw,3.8rem)}h2{font-size:clamp(1.9rem,3vw,2.8rem)}
header,body[data-route=start] header{background:#fff;border:0;padding-bottom:0}.wrap{max-width:1440px;padding-left:5.5%;padding-right:5.5%}.head{padding-top:24px;padding-bottom:22px}.brand{font-size:1.12rem;line-height:1.35;max-width:570px}.brand small{font-size:.86rem}.brand-row{gap:24px;margin-bottom:18px}.nnl-reference{display:block;text-decoration:none;flex-shrink:0}.nnl-reference img{display:block;max-width:100%;height:auto;width:254px}.nnl-reference small{display:block;font-size:.65rem;margin-top:7px;color:#333}
.demo{font-size:.75rem;background:#f4f4f4;padding:5px 5.5%;text-align:left}.warningbar{font-size:.8rem;background:#fff8d8;border:0;padding:8px 5.5%}
#site-tools{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px}.utility{flex:1;padding:0;gap:8px}.utility a,.utility button,.site-search button,#mobile-menu{border:0;border-radius:24px;background:var(--nnl-blue);color:#111;padding:10px 15px;text-decoration:none;font-size:.8rem;min-height:44px}.utility a:hover,.utility button:hover,.site-search button:hover{background:#d5eaf2}.site-search{max-width:285px;flex:0 1 285px;margin:0}.site-search label{font-size:.75rem}.site-search input{border-radius:22px;border:1px solid #767676;padding:7px 12px;min-height:44px}.site-search button{font-weight:700}
.head nav{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:8px}.head nav a{font-size:.93rem;font-weight:700;padding:12px 8px;border:0;border-radius:0;min-height:48px}.head nav a:hover,.head nav a[aria-current=page]{background:var(--nnl-blue);text-decoration:underline;text-underline-offset:7px}
.hero{display:grid;grid-template-columns:1fr;position:relative;min-height:680px;padding:0;isolation:isolate}.hero .scene{position:absolute;inset:0;border-radius:0;min-height:0;z-index:-1}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 52%;display:block}.hero-copy{align-self:end;justify-self:end;width:min(660px,55%);margin:150px 5.5% 38px 0;padding:44px 42px 36px;background:var(--nnl-sage);border-radius:65px 100px 65px 65px;position:relative}.hero-copy:before{content:'';position:absolute;width:100px;height:65px;right:20px;top:-35px;background:var(--nnl-sage);border-radius:16px 80% 0 0;transform:rotate(12deg);z-index:-1}.hero-copy h1{margin-bottom:18px}.hero-copy .eyebrow{font-size:.8rem;margin-bottom:14px}.hero-copy .lead{font-size:1rem;line-height:1.65}.hero .scene-label{left:24px;bottom:10px;max-width:45%;background:#fff;color:#111;border:0;padding:5px 9px;font-size:.65rem}.hero .scene-tag{top:18px;right:20px;font-size:.7rem;background:#fff;color:#111;padding:7px 12px;border-radius:18px}
.btn,.band .btn{background:var(--nnl-blue);border:1px solid transparent;color:#111;border-radius:28px;padding:12px 22px;min-height:48px;font-size:.9rem}.btn:hover,.band .btn:hover{background:#d4e9f2}.btn.secondary{background:transparent;border-color:#111;color:#111}.actions{gap:12px;margin-top:22px}.hero-copy .btn{background:#fff}.hero-copy .btn.secondary{background:transparent}
section{padding:72px 0}.notice{background:#fff8d8;border:0;border-radius:0;padding:20px 24px}.cards{gap:30px}.card{background:white;border:0;border-radius:0;box-shadow:none}.card-body{padding:25px 0}.card a{display:inline-block;min-height:44px;padding:8px 0}.thumb{border-radius:30px 70px 30px 30px;height:200px}.thumb svg{filter:saturate(.75)}.card:nth-child(2) .thumb{border-radius:65px 28px 28px 28px}.card:nth-child(3) .thumb{border-radius:28px 28px 70px 28px}.band{background:var(--nnl-sage);border:0;border-radius:45px 80px 45px 45px;padding:45px;color:#111}.band p{color:#111}.learning,.fact{background:var(--nnl-blue)}.learning{border-radius:30px}.pagehead{background:#f4f8ee;padding-bottom:36px}.pagehead h1{max-width:1000px}.subnav a{border:1px solid #767676;border-radius:25px;background:#fff}.subnav a:hover,.route-index a:hover{background:var(--nnl-blue)}.route-index a{border:1px solid #767676;border-radius:0 32px 0 0}.directory,.map-help{background:var(--nnl-blue)}footer{background:var(--nnl-blue);border:0;padding:45px 0}.result,.formbox{border-radius:16px}.content{padding-bottom:16px}
.contrast .hero-copy,.contrast .band,.contrast .pagehead,.contrast .hero-copy:before{background:#fff;color:#000}.contrast .utility a,.contrast .utility button{background:#fff;color:#000}.contrast .nnl-reference{background:#fff;color:#000;padding:8px}.contrast .hero-copy{border:2px solid #000}
@media(max-width:1000px){.site-search{max-width:none;flex:1 1 100%}.head nav{justify-content:flex-start}.hero-copy{width:64%;margin-right:5%;padding:34px}.hero .scene-label{max-width:30%}}
@media(max-width:700px){.brand-row{flex-direction:column;align-items:flex-start;gap:18px}.brand{margin:0;font-size:1rem}.nnl-reference img{width:190px}.nnl-reference small{font-size:.62rem}.head{padding:20px 5% 12px}#mobile-menu{margin:16px 0 0;font-size:.9rem}.nav-open #site-tools{display:flex;padding-top:20px}.head nav{display:flex;flex-direction:column;align-items:stretch}.head nav a{width:100%}.hero{display:flex;flex-direction:column;min-height:0;padding-top:245px;background:#edf3e4}.hero .scene{height:265px;bottom:auto}.hero-copy{width:calc(100% - 32px);margin:0 16px 20px;padding:28px 24px;border-radius:35px 55px 35px 35px;align-self:auto;box-sizing:border-box}.hero-copy:before{display:none}.hero-copy h1{font-size:2.2rem}.hero .scene-label{top:205px;bottom:auto;left:10px;max-width:calc(100% - 20px);font-size:.6rem}.hero .scene-tag{font-size:.65rem;top:10px;right:10px}.hero-copy .actions{display:flex;flex-direction:column;align-items:stretch}.btn{gap:12px}.demo,.warningbar{font-size:.7rem}.band{padding:26px;border-radius:30px}.pagehead{padding-top:28px}.wrap{padding-left:5%;padding-right:5%}.utility{flex-basis:100%}.site-search{flex-basis:100%;min-width:0}.site-search>div{min-width:0;flex:1}.site-search input{width:100%}}
@media print{.hero{display:block;min-height:0;padding:0}.hero-copy{width:100%;margin:0;padding:20px;background:white}.hero .scene{display:none}.hero-copy:before{display:none}}


.site-search>div{min-width:0;flex:1}.site-search button{flex-shrink:0;white-space:nowrap;word-break:normal;overflow-wrap:normal}

.poi-controls{min-inline-size:0;overflow-wrap:anywhere;border:1px solid #788676;padding:16px;margin:20px 0}.poi-controls label{max-width:100%;display:inline-flex;align-items:center;gap:10px;margin:8px 24px 8px 0;min-height:44px}.poi-controls input{width:22px;height:22px}.poi-card{padding:22px;overflow-wrap:anywhere}.poi-card h3{font-size:21px}.poi-card p{font-size:15px}.poi-route-link{display:inline-block;min-height:44px;background:transparent;border:0;text-decoration:underline;color:inherit;padding:8px}.poi-marker{display:grid;place-items:center;background:#164568;color:white;border:3px solid white;border-radius:5px;font:bold 20px Arial;box-shadow:0 1px 5px #0008}.poi-marker.viewpoint{background:#5c3419;border-radius:50%}.leaflet-popup-content h3{font-size:18px}.leaflet-popup-content a{color:#173f2f;text-decoration:underline}#visitor-pois{scroll-margin-top:20px}#visitor-pois .field{min-width:0;flex-basis:230px}#visitor-pois select{min-width:0;width:100%}#visitor-pois .btn{white-space:normal;overflow-wrap:anywhere;max-width:100%}#poi-results{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:800px){#poi-results{grid-template-columns:minmax(0,1fr)}}

/* NNL Digital: text links recognisable without colour; controls retain their shape. */
main p a,main li a,main .crumb a,footer a{ text-decoration-line:underline;text-decoration-thickness:.08em;text-underline-offset:.2em; }
main p a:hover,main li a:hover,footer a:hover{text-decoration-thickness:.14em}
main .btn{ text-decoration:none; }
.pdf-note{font-size:.875rem;display:block;margin-top:4px;color:inherit}
@media(forced-colors:active){.btn,.utility a,.utility button,.route-choice,.pin{border:1px solid ButtonText} :focus-visible{outline:3px solid Highlight!important}}


/* V14: regional identity in header; umbrella reference in footer. */
header .brand-row{flex-direction:row;justify-content:flex-start}
header .region-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:100%;text-align:left}
header .region-logo{display:block;width:436px;max-width:100%;height:auto;background:#fff}
header .region-subtitle{font-size:.875rem;font-weight:400;line-height:1.5}
footer .footer-nnl{display:flex;align-items:flex-start;gap:8px;margin:24px 0;max-width:100%}
footer .footer-nnl img{width:254px;max-width:100%;height:auto}
footer .footer-nnl small{font-size:.8rem;line-height:1.5;white-space:normal}
@media(max-width:700px){header .region-subtitle{font-size:.75rem}footer .footer-nnl{order:initial}}


/* Circle diameter in supplied 406px-wide image: approximately 94px.
   Total unit = 94 + 406 + 94 = 594. Clearspace scales with the logo. */
header .brand-row{margin-bottom:0}
header .region-brand{width:440px;max-width:100%;gap:0}
header .logo-clearspace{display:block;width:100%}
header .logo-clearspace-inner{display:block;margin-inline:15.824915825%;padding-block:15.824915825%}
header .region-logo{width:100%;max-width:100%;height:auto;display:block}
header .region-subtitle{display:block;margin:0 0 24px;line-height:1.5}


/* V15: logo at upper right; shared page-heading/footer color from NNL reference. */
header .brand-row{justify-content:flex-end}
header .region-brand{margin-inline-start:auto;align-items:flex-end;text-align:right}
header .region-subtitle{text-align:right}
footer{background:var(--section-color)}
.contrast footer{background:#000;color:#fff}
.contrast footer a{color:#fff}


/* V16: shared disclosure navigation for desktop and mobile. */
header .brand-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}
header #mobile-menu{display:flex;flex:none;align-items:center;gap:12px;margin:0;padding:14px 20px;font-size:1rem;min-height:52px;border:2px solid transparent;border-radius:96px;background:var(--nnl-blue);color:#111}
header #mobile-menu:hover{border-color:#111}
.burger-icon{display:flex;flex-direction:column;gap:5px;width:24px}
.burger-icon i{display:block;background:currentColor;height:2px;width:24px}
.nav-open .burger-icon i:first-child{transform:translateY(7px) rotate(45deg)}
.nav-open .burger-icon i:nth-child(2){opacity:0}
.nav-open .burger-icon i:last-child{transform:translateY(-7px) rotate(-45deg)}
header #site-tools[hidden]{display:none!important}
header #site-tools:not([hidden]){display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:32px;padding:32px 0;border-top:1px solid #767676;align-items:start}
header #site-tools nav{grid-column:1;grid-row:1 / span 2;display:flex;flex-direction:column;align-items:stretch;margin:0;gap:8px}
header #site-tools nav a{font-size:1.25rem;padding:14px 18px;white-space:normal}
header #site-tools .utility{grid-column:2;display:flex;flex-wrap:wrap;gap:8px}
header #site-tools .site-search{grid-column:2;max-width:none;width:100%;min-width:0}
header .region-brand{flex-shrink:1;min-width:0}
@media(max-width:700px){
 header .brand-row{gap:12px;align-items:center}
 header #mobile-menu{padding:10px 12px;gap:8px;font-size:.875rem;flex-direction:column;max-width:88px;min-width:68px}
 header .region-brand{width:calc(100% - 100px)}
 header .region-subtitle{font-size:.7rem;margin-bottom:12px}
 header #site-tools:not([hidden]){grid-template-columns:minmax(0,1fr);gap:24px;padding:24px 0}
 header #site-tools nav,header #site-tools .utility,header #site-tools .site-search{grid-column:1;grid-row:auto}
 header #site-tools nav a{font-size:1.125rem}
}
@media print{header #mobile-menu,header #site-tools{display:none!important}}
