:root {
  color: #231f1d;
  background: #efebe5;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  font-family: inherit;
  background:
    linear-gradient(rgba(255, 255, 255, .32), rgba(255, 255, 255, .32)),
    #efebe5;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: #fff;
  border: 2px solid #8e120c;
  color: #72100c;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(1140px, calc(100% - 36px));
  margin: 34px auto;
  overflow: hidden;
  background: #fff;
  border-top: 5px solid #8e120c;
  box-shadow: 0 16px 42px rgba(49, 28, 24, .14);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #d9d0cc;
}

.brand {
  display: block;
  padding: 15px 54px 11px;
  color: #98140e;
  font-size: clamp(38px, 4.5vw, 54px);
  font-weight: 600;
  letter-spacing: .045em;
  line-height: 1.05;
  text-decoration: none;
}

.brand:hover {
  color: #7f0f0a;
}

.hero-panorama {
  aspect-ratio: 2172 / 575;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #ded6d1;
  border-bottom: 1px solid #ded6d1;
  background: #e7d6ad;
}

.hero-panorama picture,
.hero-panorama img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-panorama img {
  object-fit: cover;
  object-position: center center;
}

.title-strip {
  margin: 0;
  padding: 13px 54px 14px;
  background: #94130d;
  background: linear-gradient(90deg, #84100b 0%, #aa160f 50%, #84100b 100%);
  color: #fff;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 22px);
  letter-spacing: .08em;
  line-height: 1.2;
}

.site-body {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
}

.site-nav {
  padding: 30px 0 38px;
  background: #fbfaf8;
  border-right: 1px solid #ded9d5;
}

.site-nav a {
  display: block;
  width: 100%;
  padding: 15px 30px 15px 50px;
  color: #302927;
  font-size: 19px;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: #f7eeee;
  box-shadow: inset 4px 0 0 #98140e;
  color: #8e120c;
}

.site-nav a.is-active {
  font-weight: 700;
}

.page-content {
  min-width: 0;
  min-height: 560px;
}

.page {
  padding: 44px 60px 62px;
  border-bottom: 1px solid #e5ded9;
}

.page:last-child {
  border-bottom: 0;
}

.js .page {
  display: none;
  border-bottom: 0;
}

.js .page.is-active {
  display: block;
}

h1 {
  margin: 0 0 18px;
  color: #4f4a47;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 500;
  hyphens: none;
  line-height: 1.25;
}

h1:focus {
  outline: none;
}

h2 {
  margin: 32px 0 13px;
  padding-top: 24px;
  border-top: 1px solid #ddd5d0;
  color: #6a6360;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.32;
}

p,
li,
address {
  color: #393230;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.68;
}

p {
  margin: 0 0 18px;
}

ul {
  margin: 0 0 20px;
  padding-left: 28px;
}

.eyebrow {
  margin-bottom: 10px;
  color: #98140e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lead {
  color: #28211f;
  font-size: 20px;
  line-height: 1.58;
}

.story-question {
  max-width: 720px;
  margin-bottom: 25px;
  color: #6f100c;
  font-style: italic;
}

.directions {
  margin: 25px 0 27px;
  padding: 9px 0 9px 27px;
  border-left: 3px solid #98140e;
  list-style: none;
}

.directions li {
  font-size: 19px;
}

.directions li + li {
  margin-top: 3px;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.two-columns section {
  padding: 4px 22px 17px;
  background: #faf8f5;
  border-top: 3px solid #98140e;
}

.two-columns h2 {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 0;
  font-size: 19px;
}

.email {
  white-space: nowrap !important;
}

.email a {
  color: #8e120c;
  display: inline-block;
  font-size: clamp(16px, 3vw, 23px);
  font-weight: 700;
  text-underline-offset: 4px;
  white-space: nowrap !important;
}

.contact-address {
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid #ddd5d0;
  font-style: normal;
}

.contact-address a {
  color: #76100c;
  text-underline-offset: 3px;
}

.draft-notice {
  max-width: 680px;
  padding: 22px 24px 5px;
  background: #faf7f2;
  border: 1px solid #dfd3c8;
  border-left: 4px solid #98140e;
}

.legal-page {
  min-height: 420px;
}

.legal-page h2 {
  margin-top: 30px;
  padding-top: 20px;
  font-size: 19px;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
  line-height: 1.7;
}

.legal-intro {
  margin-bottom: 28px;
  color: #514744;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 27px;
  background: #94130d;
  background: linear-gradient(90deg, #84100b 0%, #aa160f 50%, #84100b 100%);
  color: #fff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.footer-details {
  display: contents;
}

.site-footer a {
  color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.footer-nav {
  display: flex;
  gap: 8px;
}

.footer-nav a.is-active {
  text-decoration-thickness: 2px;
}

a:focus-visible {
  outline: 3px solid #d4953d;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  html {
    scroll-behavior: auto;
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border-top-width: 4px;
    box-shadow: none;
  }

  .brand {
    padding: 11px 20px 8px;
    font-size: clamp(32px, 9.5vw, 43px);
    letter-spacing: .02em;
  }

  .hero-panorama {
    aspect-ratio: 2172 / 575;
  }

  .hero-panorama img {
    object-position: center center;
  }

  .site-body {
    display: block;
  }

  .title-strip {
    padding: 13px 20px 14px;
    font-size: clamp(15px, 4.4vw, 18px);
    letter-spacing: .04em;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #d8d4d1;
  }

  .site-nav a {
    min-height: 54px;
    padding: 15px 10px;
    border-right: 1px solid #e3ded9;
    border-bottom: 1px solid #e3ded9;
    font-size: 17px;
    text-align: center;
  }

  .site-nav a:nth-child(even) {
    border-right: 0;
  }

  .site-nav a:hover,
  .site-nav a.is-active {
    box-shadow: inset 0 -4px 0 #98140e;
  }

  .page {
    padding: 34px 24px 44px;
  }

  h1 {
    font-size: 17px;
    hyphens: none;
  }

  h2 {
    font-size: 17px;
  }

  .two-columns h2,
  .legal-page h2 {
    font-size: 17px;
  }

  p,
  li,
  address {
    font-size: 17px;
  }

  .lead {
    font-size: 20px;
  }

  .directions {
    padding-left: 20px;
  }

  .directions li {
    font-size: 18px;
  }

  .two-columns {
    grid-template-columns: 1fr;
  }

  .legal-page {
    min-height: 0;
  }

  .site-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    font-size: 13px;
  }

  .footer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

@media (max-width: 360px) {
  .brand {
    font-size: 33px;
  }

  .page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .two-columns section {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
