:root {
  --navy: #0026a0;
  --pink: #ff7be2;
  --linen: #f6f1e7;
  --wash: #efe8da;
  --ink: #2b2620;
  --rule: #ddd4c6;
  --rule-on-navy: rgba(246, 241, 231, 0.4);
  --font-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans: "Figtree", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--linen);
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--linen);
}

img {
  max-width: 100%;
  height: auto;
}

header,
main,
footer,
nav,
section {
  display: block;
}

main {
  display: flow-root;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--navy);
  text-wrap: balance;
}

h1 {
  margin-bottom: 0;
  max-width: 22ch;
  font-size: clamp(2.35rem, 5vw, 3.7rem);
  line-height: 1.08;
}

h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
}

h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
}

p {
  max-width: 40rem;
  margin-bottom: 1rem;
  text-wrap: pretty;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--navy);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

.site-footer a:focus-visible {
  outline-color: var(--linen);
}

::selection {
  background: var(--navy);
  color: var(--linen);
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 20;
  transform: translateY(-200%);
  background: var(--navy);
  color: var(--linen);
  padding: 0.65rem 0.9rem;
  text-decoration: none;
}

.skip:focus,
.skip:focus-visible {
  transform: none;
  color: var(--linen);
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

#main:focus {
  outline: none;
}

.wrap {
  width: min(68rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--rule);
}

.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.85rem;
  padding-block: 0.45rem;
}

.header__tools {
  display: flex;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin-left: auto;
  flex: 0 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  color: var(--navy);
  text-decoration: none;
}

.brand:hover {
  color: var(--navy);
  text-decoration: none;
}

.brand__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand.logo-missing .brand__text {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.brand__logo {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: min(11.5rem, 54vw);
  max-height: 7.25rem;
}

.brand.logo-missing .brand__logo {
  display: none;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-toggle {
  font: inherit;
  min-height: 44px;
  min-width: 44px;
  padding: 0.45rem 0.85rem;
  color: var(--navy);
  background: transparent;
  border: 1px solid var(--navy);
  border-radius: 0;
  cursor: pointer;
}

.nav-toggle:hover {
  background: var(--navy);
  color: var(--linen);
}

.site-nav {
  display: none;
  flex-basis: 100%;
}

.site-nav.is-open {
  display: block;
}

.site-nav ul,
.footer-nav ul,
.facts,
.towns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.4rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0;
  color: var(--ink);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

.kicker {
  margin: 0 0 0.8rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--navy);
}

.mark {
  width: 3rem;
  height: 2px;
  margin: 1.15rem 0 1.35rem;
  background: var(--pink);
}

.lede {
  font-size: 1.2rem;
  line-height: 1.5;
}

.hero {
  padding-block: 2.4rem 2.6rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.35rem;
  margin-top: 1.6rem;
}

.hero__actions a:not(.button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.hero__grid {
  display: flex;
  flex-direction: column;
}

.hero__aside {
  margin-top: 2.4rem;
}

.hero__placeblock {
  margin-top: 0.7rem;
}

.portrait {
  display: block;
  width: min(100%, 17rem);
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 72%;
  border-radius: 0.75rem;
}

.portrait--modest {
  width: min(100%, 16rem);
  margin-bottom: 0;
  align-self: flex-start;
}

.about-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.hero__aside p {
  margin: 0;
}

.hero__label {
  margin-bottom: 0.15rem;
  font-size: 0.92rem;
  color: var(--ink);
}

.hero__place {
  max-width: none;
  margin: 0 0 0.2rem;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.hero__placeblock > p:not(.hero__label):not(.hero__place):not(.tagline) {
  font-size: 0.98rem;
}

.tagline {
  max-width: 18em;
  margin-top: 0.7rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.35;
  color: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 1.05rem;
  background: var(--navy);
  color: var(--linen);
  text-decoration: none;
  border: 2px solid var(--navy);
  border-radius: 0;
}

.button:hover {
  background: var(--linen);
  color: var(--navy);
  text-decoration: none;
}

.facts {
  display: grid;
  margin-top: 1.25rem;
}

.facts li {
  padding: 0.75rem 0;
  border-top: 1px solid var(--rule);
}

.facts li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.facts-note {
  margin-top: 1.2rem;
}

.section {
  padding-block: 2.25rem;
}

.section--wash {
  background: var(--wash);
}

.section h2:not(:first-child) {
  margin-top: 2.25rem;
}

.offers {
  margin-top: 0.4rem;
}

.offer,
.service {
  display: grid;
  gap: 0.4rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--rule);
}

.offer:last-child,
.service:last-child {
  border-bottom: 1px solid var(--rule);
}

.offer h3,
.service h2 {
  margin: 0;
  font-size: 1.45rem;
}

.offer p,
.service p {
  margin: 0;
}

p.more {
  margin-top: 1.35rem;
  margin-bottom: 0;
}

.page-head {
  padding-block: 2.6rem 1.5rem;
}

.towns {
  display: grid;
  max-width: 42rem;
  margin-top: 0.4rem;
}

.towns li {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
}

.towns__note {
  display: block;
  margin-top: 0.1rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
}

.plain-list {
  max-width: 40rem;
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.plain-list li {
  margin: 0.35rem 0;
}

.plain-list li::marker {
  color: var(--navy);
}

.faq h3 {
  margin: 0;
  padding-top: 1.2rem;
  font-size: 1.25rem;
}

.faq p {
  margin: 0.4rem 0 0;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid var(--rule);
}

.site-footer {
  background: var(--navy);
  color: var(--linen);
  padding-block: 2.4rem 1.6rem;
}

.site-footer a {
  color: var(--linen);
}

.site-footer p {
  color: inherit;
}

.footer__top {
  display: grid;
  gap: 1.5rem;
}

.footer__name {
  max-width: none;
  margin-bottom: 0.45rem;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.footer-nav a[aria-current="page"] {
  text-decoration-thickness: 2px;
}

.footer__note {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule-on-navy);
}

.footer__copy {
  margin-top: 0.9rem;
  font-size: 0.95rem;
}

@media (min-width: 36rem) {
  .towns {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}

@media (min-width: 44rem) {
  .facts {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }

  .footer__top {
    grid-template-columns: 1.4fr 1fr;
    align-items: start;
  }
}

@media (min-width: 48rem) {
  .offer,
  .service {
    grid-template-columns: minmax(12rem, 17rem) 1fr;
    gap: 0.5rem 2rem;
    align-items: baseline;
  }

  .about-layout {
    grid-template-columns: 17rem 1fr;
    gap: 2.5rem 3rem;
  }
}

@media (min-width: 52rem) {
  body {
    font-size: 1.125rem;
  }

  .wrap {
    width: min(68rem, calc(100% - 4rem));
  }

  .header__inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem 1.35rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: block;
    flex-basis: auto;
  }

  .site-nav ul {
    flex-direction: row;
    gap: 0.15rem 1.15rem;
    padding: 0;
  }

  .hero {
    padding-block: 4rem 4.25rem;
  }

  .brand__logo {
    max-width: 18rem;
    max-height: 10.75rem;
  }

  .hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 24rem);
    gap: 2.5rem 3.5rem;
    align-items: start;
  }

  .hero__aside {
    order: 0;
    margin-top: 0;
  }

  .portrait--modest {
    width: 100%;
  }

  .section {
    padding-block: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .skip,
  .nav-toggle {
    display: none !important;
  }

  .site-nav {
    display: block !important;
  }

  .site-nav ul {
    flex-direction: row;
  }

  body,
  .site-header,
  .site-footer,
  .section--wash {
    background: #fff !important;
    color: #000 !important;
  }

  .site-footer a,
  .site-footer p,
  h1,
  h2,
  h3,
  .brand__text,
  .hero__place,
  .towns li {
    color: #000 !important;
  }
}
