:root {
  color-scheme: light;
  --paper: #fafaf7;
  --ink: #223238;
  --body: #303d41;
  --surface: #eceee7;
  --line: #dddcd8;
  --link: #354b40;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
p,
dl,
ol,
ul {
  margin: 0;
}
a {
  color: var(--link);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--ink);
}
button,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 4px;
}
h1,
h2,
h3,
h4 {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--ink);
  text-wrap: wrap;
}
h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
h2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0;
}
h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
strong {
  color: var(--ink);
  font-weight: 400;
}
.wrap {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
  margin: 0 auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.brand {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
  color: var(--ink);
}
.site-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.site-nav a {
  text-decoration: none;
  color: var(--ink);
}
.site-nav .find-town {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 10px 14px;
  width: 276px;
  height: 44px;
  color: var(--body);
}
.layout {
  display: grid;
  grid-template-columns: minmax(0, 788px) 300px;
  column-gap: 72px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 72px;
}
article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.breadcrumb {
  font-size: 15px;
  line-height: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--body);
  text-decoration: none;
}
.deck {
  font-size: 20px;
  line-height: 30px;
  max-width: 740px;
}
.town-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 24px;
  min-width: 0;
}
.lead-answer {
  font-size: 18px;
  line-height: 28px;
}
.town-section > p:not(.source-note),
.detail-body > p:not(.source-note) {
  max-width: 65ch;
  text-wrap: pretty;
}
.town-section > h2 {
  margin-bottom: 4px;
}
.town-section > h3:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 761px) {
  .layout > article {
    gap: 72px;
  }
}
.key-figures {
  display: flex;
  gap: 28px;
  padding-top: 8px;
}
.key-figures > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.key-figures dd {
  order: -1;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  margin: 0;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.key-figures dt {
  font-size: 18px;
  line-height: 28px;
}
.key-figures small {
  font-size: 15px;
  line-height: 23px;
}
.source-note,
.limitation {
  font-size: 14px;
  line-height: 22px;
}
.source-note a {
  color: var(--body);
}
.limitation {
  max-width: 760px;
}
.next-link {
  font-size: 16px;
  line-height: 25px;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
  line-height: 26px;
  table-layout: fixed;
}
.data-table caption {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px 12px;
}
.data-table th,
.data-table td {
  padding: 14px 16px;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.data-table th {
  font-weight: 400;
  text-align: left;
}
.data-table td {
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.data-table th:first-child {
  width: calc(100% - 180px);
}
.data-table td:last-child,
.data-table thead th:last-child {
  text-align: right;
}
.data-table tbody tr:nth-child(odd) {
  background: #f6f6f2;
}
.data-table thead th {
  font-size: 14px;
  line-height: 26px;
  color: var(--body);
  padding: 12px 16px;
}
.cell-note {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--body);
  padding-top: 3px;
}
#sold-prices {
  gap: 24px;
}
#sold-prices > p:first-of-type {
  font-size: 16px;
  line-height: 25px;
}
.price-figures {
  display: flex;
  gap: 80px;
  padding: 4px 0 8px;
  color: var(--ink);
}
.price-figures > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-figures > div:first-child {
  width: 260px;
}
.price-figures dd {
  order: -1;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.025em;
  margin: 0;
}
.price-figures dt {
  font-size: 15px;
  line-height: 22px;
  color: var(--body);
}
.price-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  padding: 0;
}
.price-table tbody td {
  font-weight: 700;
}
#location .data-table {
  font-size: 18px;
  line-height: 28px;
}
#location .data-table td,
#location .data-table th {
  padding: 12px 16px;
}
#location .data-table th:first-child {
  width: calc(100% - 144px);
}
#location .source-note,
#overview .source-note {
  font-size: 15px;
  line-height: 23px;
}
.sales-table th:first-child {
  width: 43%;
}
.school-table th:first-child {
  width: 50%;
}
.school-table th:nth-child(2) {
  width: 20%;
}
.school-table td:last-child,
.school-table thead th:last-child {
  text-align: left;
}
.nearby-table th:first-child {
  width: 47%;
}
.nearby-table th:nth-child(2) {
  width: 18%;
}
details {
  min-width: 0;
}
summary {
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: var(--link);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  padding: 10px 0;
  min-height: 44px;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  flex: none;
  font-size: 20px;
  line-height: 24px;
  width: 20px;
  text-align: center;
}
details[open] > summary::after {
  content: "−";
}
.detail-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px 0 20px;
}
.faq-item summary {
  color: var(--ink);
  font:
    400 22px/30px Georgia,
    serif;
}
.source-register {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.source-register summary {
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}
.source-register summary small {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
  padding-top: 4px;
}
.source-dates {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
}
.source-dates > div {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.source-dates dd {
  margin: 0;
  text-align: right;
}
aside {
  min-width: 0;
  padding-top: 44px;
}
.aside-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents h2 {
  font:
    700 16px/24px Arial,
    sans-serif;
  margin-bottom: 16px;
}
.contents ol,
.mobile-contents ol {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
}
.contents a {
  text-decoration: none;
  color: var(--link);
}
.contents a:hover {
  text-decoration: underline;
}
.commercial {
  padding: 24px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.commercial h3 {
  font:
    400 23px/30px Georgia,
    serif;
}
.commercial p {
  font-size: 16px;
  line-height: 25px;
}
.commercial .commercial-label {
  display: none;
}
.commercial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 2px;
  background: var(--link);
  color: #fff;
  padding: 10px 14px;
  min-height: 44px;
  text-align: left;
  text-decoration: none;
  text-underline-offset: 4px;
  align-self: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.commercial .source-note {
  font-size: 14px;
  line-height: 21px;
}
.coverage-figure {
  display: flex;
  align-items: center;
  gap: 32px;
  color: var(--ink);
}
.coverage-number {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.025em;
  flex-shrink: 0;
}
.coverage-description {
  font-size: 18px;
  line-height: 27px;
  max-width: 430px;
}
#broadband {
  gap: 24px;
}
#broadband > .commercial {
  gap: 14px;
}
#broadband .commercial h3 {
  font:
    700 18px/26px Arial,
    sans-serif;
}
.broadband-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.broadband-action p {
  max-width: 360px;
  font-size: 16px;
  line-height: 24px;
}
#broadband .commercial-button {
  padding: 10px 14px;
  color: #fff;
  background: var(--link);
  border-radius: 2px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  flex-shrink: 0;
}
.commercial-button:hover,
#broadband .commercial-button:hover {
  color: #fff;
  background: #435238;
}
.advert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
}
.ad-space {
  background: #eeedea;
  width: 728px;
  max-width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}
.mobile-survey,
.mobile-contents,
.mobile-menu,
.mobile-search {
  display: none;
}
.site-footer {
  background: var(--paper);
  padding: 48px 0 36px;
}
.footer-directory {
  padding-bottom: 36px;
}
.footer-directory > summary {
  color: var(--ink);
  font:
    400 27px/36px Georgia,
    serif;
}
.county-links {
  columns: 4;
  column-gap: 28px;
  padding-top: 24px;
}
.county-links a {
  display: block;
  break-inside: avoid;
  padding: 5px 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--body);
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  font-size: 15px;
  line-height: 24px;
}
.footer-bottom p {
  font-size: 15px;
  line-height: 24px;
  max-width: 700px;
}
.footer-bottom .brand {
  font-size: 29px;
  line-height: 38px;
}
.footer-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--link);
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: min(420px, calc(100vw - 40px));
  padding: 22px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 32px rgb(0 0 0 / 18%);
}
.analytics-consent[hidden] {
  display: none;
}
.analytics-consent h2 {
  color: #fff;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 8px;
}
.analytics-consent p {
  font-size: 15px;
  line-height: 23px;
}
.analytics-consent a {
  color: #fff;
}
.analytics-consent-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.analytics-consent-actions button {
  flex: 1;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.analytics-consent-actions button:hover {
  background: rgb(255 255 255 / 10%);
}
.review-bar {
  font-size: 14px;
  line-height: 22px;
  background: var(--surface);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--body);
}
.review-bar label {
  display: flex;
  gap: 8px;
  align-items: center;
}
.review-bar select {
  font-size: 14px;
  line-height: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 6px;
}
.review-message {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  background: var(--surface);
  padding: 8px 24px;
}
.review-message:empty {
  display: none;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  background: var(--paper);
  padding: 12px;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
body[data-mode="none"] [data-commercial],
body:not([data-mode="ads"]) [data-commercial="ad"] {
  display: none;
}
@media (max-width: 1359px) {
  .wrap {
    padding-left: 48px;
    padding-right: 48px;
  }
  .layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
  }
  .site-nav .find-town {
    width: 230px;
  }
  .price-figures {
    gap: 48px;
  }
  .price-figures > div:first-child {
    width: 230px;
  }
  .key-figures {
    gap: 20px;
  }
  .key-figures dd {
    font-size: 32px;
    line-height: 40px;
  }
  .key-figures dt {
    font-size: 16px;
    line-height: 24px;
  }
  .key-figures small {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
  .layout {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 40px;
  }
  .site-nav {
    gap: 24px;
  }
  .site-nav .find-town {
    width: 200px;
  }
  .key-figures {
    flex-wrap: wrap;
  }
  .key-figures > div {
    flex-basis: 180px;
  }
  .price-figures {
    gap: 24px;
  }
  .price-figures > div:first-child {
    width: auto;
    flex: 1;
  }
  .price-figures dd {
    font-size: 34px;
    line-height: 42px;
  }
  .coverage-figure {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .broadband-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .analytics-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 18px;
  }
  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .brand {
    font-size: 27px;
    line-height: 36px;
  }
  .site-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    color: var(--ink);
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
    padding: 0;
  }
  .mobile-menu summary::after {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 3;
    width: 220px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mobile-search {
    display: block;
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .mobile-search a {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 2px;
    color: var(--body);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .layout {
    display: block;
    padding-top: 20px;
    padding-bottom: 48px;
  }
  article {
    gap: 36px;
  }
  aside {
    display: none;
  }
  .hero {
    gap: 16px;
  }
  h1 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.025em;
  }
  .deck {
    font-size: 18px;
    line-height: 27px;
  }
  .breadcrumb {
    font-size: 15px;
    line-height: 22px;
  }
  .mobile-contents {
    display: block;
  }
  .mobile-contents summary {
    color: var(--link);
    padding: 0;
  }
  .mobile-contents summary::after {
    content: "↓";
  }
  .mobile-contents[open] summary::after {
    content: "↑";
  }
  .mobile-contents ol {
    padding-top: 16px;
    gap: 0;
  }
  .mobile-contents li a {
    display: block;
    padding: 10px 0;
  }
  .town-section {
    gap: 20px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .key-figures {
    flex-direction: column;
    gap: 20px;
  }
  .key-figures > div {
    flex-basis: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 16px;
  }
  .key-figures dd {
    grid-column: 2;
    grid-row: 1/3;
    font-size: 32px;
    line-height: 40px;
    text-align: right;
  }
  .key-figures dt {
    grid-column: 1;
  }
  .key-figures small {
    grid-column: 1;
    font-size: 14px;
    line-height: 22px;
  }
  .data-table {
    font-size: 17px;
    line-height: 26px;
  }
  .data-table th:first-child {
    width: calc(100% - 125px);
  }
  .data-table th,
  .data-table td {
    padding: 14px 16px;
  }
  .data-table caption {
    font-size: 14px;
    line-height: 22px;
  }
  .source-note,
  .limitation {
    font-size: 14px;
    line-height: 22px;
  }
  .detail-body {
    padding-top: 12px;
  }
  .price-figures {
    gap: 24px;
    padding: 4px 0 8px;
  }
  .price-figures > div {
    flex: 1;
    min-width: 0;
  }
  .price-figures > div:first-child {
    width: auto;
  }
  .price-figures dd {
    font-size: 32px;
    line-height: 40px;
  }
  .price-figures dt {
    font-size: 15px;
    line-height: 22px;
  }
  #sold-prices {
    gap: 20px;
  }
  #location .data-table th:first-child {
    width: calc(100% - 112px);
  }
  #location .data-table {
    font-size: 17px;
    line-height: 26px;
  }
  .school-table {
    font-size: 14px;
    line-height: 22px;
  }
  .school-table th:first-child {
    width: 46%;
  }
  .school-table th:nth-child(2) {
    width: 22%;
  }
  .school-table th,
  .school-table td {
    padding: 12px 6px;
  }
  .school-table .cell-note {
    font-size: 13px;
    line-height: 20px;
  }
  .sales-table th:first-child {
    width: 40%;
  }
  .sales-table th,
  .sales-table td {
    padding: 12px 8px;
    font-size: 15px;
    line-height: 23px;
  }
  .nearby-table th:first-child {
    width: 44%;
  }
  .nearby-table th:nth-child(2) {
    width: 18%;
  }
  .nearby-table th,
  .nearby-table td {
    padding: 12px 8px;
    font-size: 15px;
    line-height: 23px;
  }
  .cell-note {
    font-size: 13px;
    line-height: 20px;
  }
  .commercial {
    padding: 20px;
  }
  .mobile-survey {
    display: flex;
  }
  .coverage-figure {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .coverage-description {
    max-width: 100%;
  }
  .broadband-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  #broadband {
    gap: 20px;
  }
  .advert {
    align-items: center;
    gap: 12px;
  }
  .advert > span {
    width: 300px;
    max-width: 100%;
  }
  .ad-space {
    width: 300px;
    max-width: 100%;
    height: 250px;
  }
  .faq-item summary {
    font-size: 22px;
    line-height: 30px;
  }
  .source-register summary {
    font-size: 16px;
    line-height: 24px;
  }
  .source-register summary small {
    font-size: 14px;
    line-height: 22px;
  }
  .county-links {
    columns: 2;
    column-gap: 22px;
  }
  .county-links a {
    font-size: 14px;
    line-height: 22px;
    padding: 7px 0;
  }
  .review-bar {
    font-size: 13px;
    padding: 8px 16px;
    gap: 6px;
  }
  .review-bar select {
    max-width: 190px;
  }
  .review-bar > span {
    width: 100%;
    text-align: center;
  }
  .source-dates > div {
    gap: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  .review-bar,
  .review-message,
  aside,
  .site-header,
  .mobile-search,
  .mobile-contents,
  .mobile-menu,
  .site-footer,
  [data-commercial] {
    display: none !important;
  }
  .layout {
    display: block;
  }
  .wrap {
    max-width: none;
    padding: 0;
  }
  .town-section {
    break-inside: avoid;
  }
  body {
    font-size: 12px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
  a {
    color: inherit;
  }
}

/* Approved usability pass; preserve Paper typography and proportions. */
summary::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin: 0 5px 4px 0;
}
details[open] > summary::after {
  content: "";
  transform: rotate(225deg);
  margin-bottom: 0;
}
.data-disclosure > summary {
  background: var(--surface);
  padding: 14px 18px;
  min-height: 52px;
  align-items: center;
  font-weight: 600;
  border-radius: 2px;
}
.data-disclosure > summary:hover {
  background: #eeede7;
}
.data-disclosure[open] > summary {
  color: var(--ink);
}
.data-disclosure .detail-body {
  padding-top: 20px;
}
.faq-item > summary,
.source-register summary {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.faq-item > summary:hover,
.source-register summary:hover {
  color: var(--link);
}
.publication-note {
  font-size: 14px;
  line-height: 22px;
}
.context-note {
  font-size: 16px;
  line-height: 25px;
}
.location-map {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map-frame {
  position: relative;
  background: #edf0ea;
  overflow: hidden;
  aspect-ratio: 640/350;
}
.map-frame svg {
  display: block;
  width: 100%;
  height: 100%;
}
.map-town-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(14px, -50%);
  max-width: calc(50% - 26px);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--ink);
  background: var(--paper);
  padding: 2px 5px;
  overflow-wrap: anywhere;
}
.location-map {
  margin: 24px 0;
}
.map-label {
  position: absolute;
  font:
    14px/20px Arial,
    sans-serif;
  color: var(--body);
}
.map-england {
  left: 37%;
  top: 23%;
}
.map-channel {
  left: 26%;
  top: 80%;
  font-style: italic;
}
.map-worthing {
  transform: translate(12px, -50%);
  font-weight: 600;
  color: var(--ink);
  background: var(--paper);
  padding: 2px 5px;
}
.location-map figcaption {
  display: flex;
  justify-content: space-between;
  gap: 8px 24px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 22px;
}
.map-attribution {
  font-size: 12px;
  line-height: 18px;
}
#data-sources .source-register {
  margin-top: 8px;
}
.source-context {
  font-size: 15px;
  line-height: 23px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.source-register .return-link {
  font-size: 14px;
  line-height: 22px;
  align-self: flex-start;
}
@media (max-width: 760px) {
  .data-disclosure > summary {
    padding: 14px 16px;
    gap: 16px;
  }
  .map-label {
    font-size: 12px;
    line-height: 18px;
  }
  .map-worthing {
    transform: translate(8px, -50%);
    padding: 1px 3px;
  }
  .map-channel {
    left: 20%;
  }
  .mobile-contents summary::after {
    content: "";
    display: block;
  }
  .mobile-contents[open] > summary::after {
    content: "";
  }
  .location-map figcaption {
    font-size: 13px;
    line-height: 20px;
  }
}

/* Shared additions to the approved Worthing type, spacing and colour system. */
input {
  font: inherit;
  color: var(--ink);
  min-width: 0;
}
input:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 3px;
}
button {
  border: 0;
  border-radius: 2px;
  background: var(--link);
  color: var(--paper);
  padding: 12px 20px;
  min-height: 48px;
  font-size: 16px;
  line-height: 24px;
}
input,
select {
  background: var(--paper);
  border: 1px solid #b9bab1;
  border-radius: 2px;
  padding: 11px 13px;
  min-height: 48px;
}
select {
  color: var(--ink);
  max-width: 100%;
}
label {
  font-size: 15px;
  line-height: 22px;
  color: var(--ink);
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header-search {
  width: 276px;
}
.header-search .search-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
}
.header-search input,
.header-search button {
  height: 44px;
  min-height: 44px;
}
.header-search input {
  width: 100%;
  border-radius: 2px 0 0 2px;
}
.header-search button {
  padding: 9px 14px;
  border-radius: 0 2px 2px 0;
}
.text-action {
  font-size: 16px;
  line-height: 25px;
  align-self: flex-start;
}
.suite-wide {
  padding-top: 52px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.town-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 670px;
}
.town-search label {
  font-size: 16px;
  line-height: 24px;
}
.search-controls {
  display: flex;
  gap: 10px;
}
.search-controls input {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.search-controls button {
  flex: none;
}
.topic-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.topic-list > a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  padding-right: 38px;
}
.topic-list h3 {
  font-size: 24px;
  line-height: 32px;
  color: var(--link);
}
.topic-list a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.topic-list p {
  font-size: 16px;
  line-height: 25px;
  color: var(--body);
}
.topic-list > a > span {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 22px;
}
.directory-disclosure {
  margin-top: 4px;
}
.directory-disclosure > summary,
.method-disclosure > summary {
  padding: 14px 16px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 600;
  min-height: 52px;
}
.reading-steps {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reading-steps > li {
  padding-left: 8px;
}
.reading-steps h3 {
  margin-bottom: 8px;
}
.reading-steps p {
  font-size: 16px;
  line-height: 25px;
}
.filter-form {
  display: flex;
  align-items: end;
  gap: 16px;
  flex-wrap: wrap;
}
.filter-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1 1 180px;
  min-width: 0;
}
.filter-form input,
.filter-form select {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}
.filter-form > a {
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
  width: 100%;
}
.table-scroll:focus-visible {
  outline: 2px solid var(--link);
  outline-offset: 3px;
}
.suite-table {
  table-layout: fixed;
  min-width: 520px;
}
.suite-table th,
.suite-table td {
  padding: 14px 12px;
}
.suite-table thead th {
  line-height: 21px;
  vertical-align: bottom;
}
.suite-table caption {
  padding-inline: 12px;
}
.nearby-table thead th:nth-child(n + 2) {
  text-align: right;
}
.suite-table th:first-child {
  width: auto;
}
.suite-table td {
  text-align: right;
}
.suite-table th a {
  font-weight: 400;
}
.suite-table td:last-child,
.suite-table thead th:last-child {
  text-align: right;
}
.rank-table th:first-child,
.schools-comparison th:first-child {
  width: 74px;
}
.rank-table th:nth-child(2) {
  width: 38%;
}
.rank-table thead th:nth-child(n + 3) {
  text-align: right;
}
.schools-comparison {
  min-width: 660px;
  font-size: 16px;
  line-height: 24px;
}
.schools-comparison th:nth-child(2) {
  width: 29%;
}
.schools-comparison thead th:nth-child(n + 3) {
  text-align: right;
}
.flood-table th:first-child {
  width: 42%;
}
.flood-table td:last-child,
.flood-table thead th:last-child {
  text-align: left;
  width: 32%;
}
.county-table th:first-child {
  width: 42%;
}
.county-table td:nth-child(2) {
  white-space: nowrap;
}
.suite-table caption {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 10px;
  color: var(--body);
}
.suite-table .cell-note {
  font-size: 13px;
  line-height: 20px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
.pagination a {
  padding: 10px 0;
  min-height: 44px;
}
.band-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}
.band-list a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--surface);
  padding: 16px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.band-list a:hover > span {
  text-decoration: underline;
}
.band-list strong {
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
}
.plain-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.method-topics {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.method-topics > section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.explainer-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.explainer-list > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.explainer-list dt {
  color: var(--ink);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.explainer-list dd {
  margin: 0;
}
.source-record > summary {
  background: var(--surface);
  padding: 14px 16px;
  margin-bottom: 8px;
}
.source-record .detail-body {
  padding-left: 16px;
  padding-right: 16px;
}
.break-anywhere {
  overflow-wrap: anywhere;
}
.legal-layout {
  padding-top: 40px;
  padding-bottom: 72px;
}
.legal-layout > .breadcrumb {
  margin-bottom: 26px;
}
.legal-copy {
  max-width: 788px;
  gap: 0;
}
.legal-copy h1 {
  margin-bottom: 16px;
}
.legal-copy > div > div > p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 44px;
}
.legal-copy section {
  margin-bottom: 36px;
}
.legal-copy section h2 {
  margin-bottom: 16px;
}
.legal-copy section ul {
  padding-left: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.legal-copy li {
  margin-bottom: 8px;
}
.legal-copy strong {
  font-weight: 600;
}
.private-legal-note {
  max-width: 788px;
  background: var(--surface);
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 28px;
}
.search-results {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search-results li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-results a {
  font:
    400 24px/32px Georgia,
    serif;
}
.search-results span {
  font-size: 15px;
  line-height: 23px;
}
.review-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.review-links a {
  font:
    400 24px/32px Georgia,
    serif;
}
.review-links p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 6px;
}
.review-bar {
  gap: 10px 20px;
}
.review-bar > span:last-child {
  max-width: 620px;
}
.site-footer {
  padding-top: 32px;
}
.commercial a {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1359px) {
}
@media (max-width: 1050px) {
  .search-controls {
    flex-wrap: wrap;
  }
  .search-controls input {
    flex-basis: 200px;
  }
  .suite-table {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1359px) {
  .header-search {
    width: 230px;
  }
}
@media (max-width: 1050px) {
  .header-search {
    width: 200px;
  }
  .header-search input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-search button {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width: 900px) {
  .site-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    color: var(--ink);
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
    padding: 0;
  }
  .mobile-menu summary::after {
    display: none;
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 3;
    width: 270px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .mobile-menu .header-search {
    width: 100%;
    margin-bottom: 4px;
  }
  .mobile-menu nav > a {
    text-decoration: none;
    color: var(--ink);
  }
}
@media (max-width: 760px) {
  .suite-wide {
    padding-top: 28px;
    padding-bottom: 48px;
    gap: 52px;
  }
  .topic-list {
    gap: 26px;
  }
  .topic-list h3 {
    font-size: 23px;
    line-height: 31px;
  }
  .topic-list p {
    font-size: 16px;
    line-height: 25px;
  }
  .search-controls {
    flex-wrap: nowrap;
  }
  .search-controls input {
    flex-basis: 0;
    padding: 11px 10px;
    font-size: 16px;
  }
  .search-controls button {
    padding: 12px 14px;
  }
  .filter-form {
    gap: 14px;
  }
  .filter-form label {
    flex-basis: 100%;
  }
  .filter-form button {
    min-width: 100px;
  }
  .band-list {
    gap: 12px;
  }
  .band-list a {
    padding: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .source-dates > div {
    flex-direction: column;
    gap: 3px;
  }
  .source-dates dd {
    text-align: left;
  }
  .source-dates dt {
    color: var(--ink);
  }
  .suite-table {
    font-size: 15px;
    line-height: 23px;
  }
  .legal-layout {
    padding-top: 20px;
    padding-bottom: 48px;
  }
  .legal-copy section {
    margin-bottom: 30px;
  }
  .legal-copy section h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .source-record > summary {
    padding: 14px;
  }
  .review-bar {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .reading-steps {
    gap: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.table-hint {
  display: none;
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
}
@media (max-width: 760px) {
  .table-hint {
    display: block;
  }
}

/* Homepage revision v02: search first, no featured place, aligned editorial sections. */
.hero h1,
.hero .deck {
  text-wrap: balance;
}
.home-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.home-hero > .hero {
  width: 100%;
  gap: 22px;
}
.home-hero h1 {
  max-width: 100%;
}
.home-hero .deck {
  max-width: 640px;
}
.home-search-area {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 0;
}
.home-search-area .town-search {
  max-width: none;
}
.home-browse-link {
  font-size: 15px;
  line-height: 24px;
  text-wrap: pretty;
}
.home-search-area > .source-note {
  max-width: 100%;
  text-wrap: pretty;
}
.home-section-intro {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  column-gap: 72px;
  align-items: start;
}
.home-section-intro h2 {
  text-wrap: balance;
}
.home-section-intro > p {
  max-width: 640px;
  text-wrap: pretty;
}
.home-comparisons,
.home-directory,
.home-guidance {
  gap: 30px;
}
.home-comparison-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home-comparison-list > a {
  display: grid;
  grid-template-columns: 288px minmax(0, 1fr) 24px;
  align-items: baseline;
  gap: 24px;
  padding: 20px 16px;
  text-decoration: none;
}
.home-comparison-list > a:nth-child(odd) {
  background: var(--surface);
}
.home-comparison-list h3 {
  color: var(--link);
  font-size: 24px;
  line-height: 32px;
  text-wrap: balance;
}
.home-comparison-list p {
  color: var(--body);
  font-size: 16px;
  line-height: 25px;
  text-wrap: pretty;
}
.home-comparison-list > a > span {
  font-size: 22px;
  line-height: 28px;
  text-align: right;
}
.home-comparison-list > a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.featured-areas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 44px;
  padding: 4px 0 8px;
}
.featured-areas a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}
.featured-areas strong {
  font:
    400 22px/30px Georgia,
    serif;
  color: var(--link);
}
.featured-areas small {
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
}
.featured-areas a:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.areas-index .county-links {
  padding-top: 8px;
}
.home-guidance .reading-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding-left: 24px;
}
.home-guidance .reading-steps h3 {
  text-wrap: balance;
}
.home-guidance .reading-steps p {
  text-wrap: pretty;
}
@media (max-width: 1050px) {
  .home-section-intro {
    grid-template-columns: 300px minmax(0, 1fr);
    column-gap: 40px;
  }
  .home-comparison-list > a {
    grid-template-columns: 250px minmax(0, 1fr) 20px;
    gap: 20px;
  }
  .featured-areas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
  }
  .home-guidance .reading-steps {
    gap: 32px;
  }
}
@media (max-width: 760px) {
  .home-hero {
    gap: 24px;
  }
  .home-hero > .hero {
    gap: 18px;
  }
  .home-hero .deck {
    max-width: 100%;
  }
  .home-search-area {
    padding-top: 0;
    gap: 14px;
  }
  .home-section-intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .home-section-intro h2 {
    max-width: 560px;
  }
  .home-comparisons,
  .home-directory,
  .home-guidance {
    gap: 24px;
  }
  .home-comparison-list > a {
    grid-template-columns: minmax(0, 1fr) 20px;
    column-gap: 14px;
    row-gap: 8px;
    padding: 20px 16px;
  }
  .home-comparison-list h3 {
    font-size: 23px;
    line-height: 31px;
  }
  .home-comparison-list p {
    grid-column: 1;
    grid-row: 2;
  }
  .home-comparison-list > a > span {
    grid-column: 2;
    grid-row: 1;
  }
  .featured-areas {
    gap: 22px 28px;
  }
  .home-guidance .reading-steps {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
}
@media (max-width: 420px) {
  .featured-areas {
    grid-template-columns: 1fr;
  }
}

/* Editorial layer: reading-led, source-led and deliberately free of magazine chrome. */
.home-editorial {
  gap: 28px;
}
.home-guide-feature,
.guide-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 28px;
  background: var(--surface);
  text-decoration: none;
}
.home-guide-feature > span:first-child,
.guide-lead > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.home-guide-feature strong,
.guide-lead strong {
  font:
    400 25px/33px Georgia,
    serif;
  color: var(--link);
}
.home-guide-feature small,
.guide-lead small {
  font-size: 16px;
  line-height: 25px;
  color: var(--body);
}
.home-guide-feature > span:last-child,
.guide-lead > span:last-child {
  font-size: 24px;
  line-height: 30px;
}
.home-guide-feature:hover strong,
.guide-lead:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guide-directions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
}
.guide-directions > section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.guide-directions h3 {
  font:
    400 24px/32px Georgia,
    serif;
}
.guide-directions p {
  font-size: 16px;
  line-height: 25px;
}
.guide-meta {
  font-size: 14px;
  line-height: 22px;
  color: var(--body);
}
.guide-article {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.guide-article > .hero {
  margin-bottom: -20px;
}
.guide-answer {
  background: #eceee5;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-answer h2 {
  font:
    400 25px/33px Georgia,
    serif;
}
.guide-answer p {
  font-size: 18px;
  line-height: 29px;
  color: var(--ink);
}
.article-checklist {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-checklist strong {
  font-weight: 600;
  color: var(--ink);
}
.comparison-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.comparison-principles > div {
  background: var(--surface);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comparison-principles strong {
  font-size: 15px;
  line-height: 22px;
  color: var(--ink);
}
.comparison-principles span {
  font-size: 15px;
  line-height: 23px;
  color: var(--body);
}
.guide-comparison {
  min-width: 720px;
}
.guide-comparison th:first-child {
  width: 27%;
}
.guide-comparison td {
  text-align: left;
  vertical-align: top;
}
.guide-comparison thead th {
  text-align: left;
}
.guide-comparison small {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: var(--body);
  margin-top: 3px;
}
.guide-comparison td:last-child {
  width: 21%;
  text-align: left;
}
.address-sequence {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.guide-article #address-checks > .commercial {
  margin-top: 6px;
}
@media (max-width: 1050px) {
  .guide-directions {
    gap: 32px;
  }
  .comparison-principles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .home-guide-feature,
  .guide-lead {
    padding: 22px 20px;
    gap: 18px;
    align-items: flex-start;
  }
  .home-guide-feature strong,
  .guide-lead strong {
    font-size: 23px;
    line-height: 31px;
  }
  .guide-directions {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .guide-article {
    gap: 48px;
  }
  .guide-answer {
    padding: 24px 20px;
  }
  .guide-answer p {
    font-size: 17px;
    line-height: 27px;
  }
}

/* Quiet navigation and responsive comparisons, without a new widget layer. */
.menu-open-label,
.mobile-menu[open] .menu-closed-label,
.nearby-table .nearby-distance {
  display: none;
}
.mobile-menu[open] .menu-open-label {
  display: inline;
}
.key-figures dt a {
  display: inline-block;
  padding-block: 4px;
}
@media (max-width: 900px) {
  .mobile-menu > summary {
    min-width: 64px;
    justify-content: flex-end;
    align-items: center;
  }
  .mobile-menu nav > a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }
  details.mobile-contents {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--paper);
    padding-block: 8px;
  }
  .mobile-contents[open] ol {
    max-height: 55vh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-contents > summary {
    align-items: center;
  }
  p.nearby-table-hint {
    display: none;
  }
  table.suite-table.nearby-table {
    min-width: 0;
  }
  .suite-table.nearby-table th:first-child {
    width: 44%;
  }
  .suite-table.nearby-table th:nth-child(3) {
    width: 34%;
  }
  .suite-table.nearby-table th:nth-child(2),
  .suite-table.nearby-table td:nth-child(2) {
    display: none;
  }
  .suite-table.nearby-table th,
  .suite-table.nearby-table td {
    padding: 12px 6px;
  }
  .suite-table.nearby-table thead th:nth-child(n + 3) {
    text-align: right;
  }
  .nearby-table .nearby-distance {
    display: block;
  }
}

/* Editorial palette and homepage composition, shared across the release. */
.site-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-nav > a,
.brand {
  white-space: nowrap;
}
.key-figures {
  background: var(--ink);
  color: var(--paper);
  padding: 24px;
}
.key-figures dd,
.key-figures dt a {
  color: var(--paper);
}
.key-figures small {
  color: #dce2dd;
}
.commercial-button,
#broadband .commercial-button,
.search-controls button,
.header-search button,
.filter-form button {
  background: var(--ink);
  color: var(--paper);
}
.commercial-button:hover,
#broadband .commercial-button:hover,
.search-controls button:hover,
.header-search button:hover,
.filter-form button:hover {
  background: #354b40;
  color: var(--paper);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 1fr);
  gap: 64px;
  align-items: start;
}
.home-start {
  min-width: 0;
}
.home-start .hero {
  padding-top: 0;
}
.home-start .home-search-area {
  margin-top: 28px;
}
.home-shortlist {
  background: var(--surface);
  padding: 32px;
}
.home-shortlist h2 {
  font-size: 28px;
  margin-bottom: 26px;
}
.home-shortlist > a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  margin-top: 24px;
  text-decoration: none;
}
.home-shortlist strong {
  color: var(--ink);
  font-weight: 500;
}
.home-shortlist small {
  grid-column: 1;
  font-size: 14px;
  line-height: 22px;
}
.home-shortlist span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
}
.home-shortlist a:hover strong {
  text-decoration: underline;
}
.home-principle {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 36px;
  background: var(--ink);
  color: var(--paper);
  padding: 36px;
  margin-top: 48px;
}
.home-principle h2 {
  color: var(--paper);
  font-size: 29px;
  line-height: 1.25;
}
.home-principle p {
  font-size: 16px;
  line-height: 26px;
}
.price-bar {
  display: block;
  height: 7px;
  width: 100%;
  margin-top: 8px;
  fill: #697b6c;
}
@media (max-width: 1000px) {
  .home-hero {
    gap: 32px;
  }
  .home-principle {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .home-hero,
  .home-principle {
    grid-template-columns: 1fr;
  }
  .home-shortlist,
  .home-principle {
    padding: 24px;
  }
  .home-start .hero {
    padding-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* A second definition associates the supporting basis with its term. */
.key-figures dd.figure-detail { order: 1; font-size: 15px; line-height: 23px; }
@media (max-width: 760px) {
  .key-figures dd.figure-detail { grid-column: 1; grid-row: 2; text-align: left; }
}

.editorial-feature { background: var(--surface); padding: 28px 32px; }
.editorial-feature h3 { margin-top: 0; }
.editorial-feature h3 a, .editorial-list h3 a { text-decoration: none; }
.editorial-feature h3 a:hover, .editorial-list h3 a:hover { text-decoration: underline; }
.editorial-list, .related-articles { list-style: none; padding: 0; margin: 20px 0 0; }
.editorial-list > li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.editorial-list h3 { margin: 0 0 8px; font-size: 25px; line-height: 1.3; }
.editorial-list p { margin: 0; }
.editorial-list .editorial-read { white-space: nowrap; font-size: 15px; }
.related-articles > li { padding: 12px 0; border-top: 1px solid var(--line); }
@media (max-width: 760px) {
  .editorial-feature { padding: 24px; }
  .editorial-list > li { grid-template-columns: 1fr; gap: 12px; }
  .editorial-list h3 { font-size: 23px; }
}
