* {
  box-sizing: border-box;
}

html {
  background: #fffaf7;
  color: #28242a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 0;
  margin: 0;
  background: #fffaf7;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:focus {
  outline: 3px solid #7d62b5;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0.65rem 1rem;
  color: #ffffff;
  background: #28242a;
  transform: translateY(-120%);
}

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

.shell {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.site-header {
  border-bottom: 1px solid #eadfe3;
  background: #fffaf7;
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #ffffff;
  background: #f45f79;
  font-size: 0.9rem;
  line-height: 1;
}

.site-nav {
  display: flex;
  margin-left: 20px;
}

.site-nav a {
  margin-left: 22px;
  color: #665d67;
  font-size: 0.875rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #b13251;
  text-decoration: underline;
}

.hero {
  display: flex;
  min-height: 610px;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-copy {
  width: 58%;
  max-width: 670px;
  padding-right: 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #b13251;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.25;
}

.hero h1 {
  margin-bottom: 24px;
  font-size: 3.55rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero-description {
  margin: 0 0 34px;
  color: #5f5660;
  font-size: 1.18rem;
}

.status-line {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e5ae24;
}

.status-line strong {
  font-size: 0.95rem;
}

.status-description {
  max-width: 520px;
  margin: 0;
  color: #756b75;
  font-size: 0.94rem;
}

.record-card {
  width: 38%;
  max-width: 360px;
  padding: 30px;
  border: 1px solid #eadde4;
  border-radius: 22px;
  background: #fff2f3;
  box-shadow: 0 18px 45px rgba(77, 49, 62, 0.08);
}

.record-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
  color: #8d5362;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.record-lines span {
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #f0cbd5;
}

.record-lines span:nth-child(2) {
  width: 76%;
  background: #dcd2ee;
}

.record-lines span:nth-child(3) {
  width: 48%;
  background: #f5d98d;
}

.record-card p {
  margin: 58px 0 0;
  font-weight: 700;
}

.directions {
  padding: 84px 0;
  border-top: 1px solid #eadfe3;
  border-bottom: 1px solid #eadfe3;
  background: #ffffff;
}

.section-heading {
  max-width: 620px;
  margin-bottom: 36px;
}

.section-heading h2,
.building-note h2,
.text-page h1 {
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: -0.025em;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.feature-card {
  width: calc(25% - 16px);
  min-height: 180px;
  margin: 8px;
  padding: 24px;
  border: 1px solid #ebe2e6;
  border-radius: 16px;
  background: #fffdfc;
}

.feature-number {
  display: block;
  margin-bottom: 38px;
  color: #a18aa9;
  font-size: 0.75rem;
  font-weight: 700;
}

.feature-card h3 {
  margin-bottom: 7px;
  font-size: 1.08rem;
}

.feature-card p {
  margin: 0;
  color: #756b75;
  font-size: 0.9rem;
}

.building-note {
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
}

.building-note > div {
  width: 42%;
}

.building-note > p {
  width: 50%;
  max-width: 500px;
  margin: 0;
  color: #665d67;
}

.site-footer {
  padding: 42px 0;
  color: #e9e0e5;
  background: #2f2930;
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.site-footer strong {
  color: #ffffff;
}

.site-footer p {
  margin: 6px 0 0;
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  margin-left: 24px;
}

.footer-links a {
  margin-left: 24px;
  font-size: 0.85rem;
}

.page-main {
  min-height: 610px;
  padding-top: 82px;
  padding-bottom: 100px;
}

.text-page {
  max-width: 760px;
  margin: 0 auto;
}

.text-page h1 {
  margin-bottom: 22px;
}

.page-intro {
  margin: 0 0 38px;
  color: #665d67;
  font-size: 1.08rem;
}

.plain-list {
  margin: 0 0 42px;
  padding: 28px 28px 28px 52px;
  border: 1px solid #eadde4;
  border-radius: 16px;
  background: #fff2f3;
}

.plain-list li {
  margin: 9px 0;
  padding-left: 4px;
}

.service-message {
  margin-bottom: 28px;
  padding: 30px;
  border-left: 4px solid #c5a6df;
  background: #f7f2fb;
}

.service-message h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.service-message p,
.disclaimer {
  margin: 0;
  color: #665d67;
}

.disclaimer {
  margin-bottom: 42px;
}

.back-link {
  color: #a42d4c;
  font-weight: 700;
}

@media (max-width: 800px) {
  .hero {
    display: block;
    min-height: 0;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .hero-copy,
  .record-card {
    width: 100%;
    max-width: none;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .record-card {
    margin-top: 48px;
  }

  .record-card-top {
    margin-bottom: 48px;
  }

  .record-card p {
    margin-top: 42px;
  }

  .feature-card {
    width: calc(50% - 16px);
  }
}

@media (max-width: 560px) {
  .shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .site-nav a {
    margin-left: 14px;
    font-size: 0.8rem;
  }

  .site-nav a:first-child {
    display: none;
  }

  .hero {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: 2.25rem;
    letter-spacing: -0.035em;
  }

  .hero-description {
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .record-card {
    padding: 24px;
    border-radius: 18px;
  }

  .directions {
    padding: 62px 0;
  }

  .section-heading h2,
  .building-note h2,
  .text-page h1 {
    font-size: 1.65rem;
  }

  .feature-list {
    display: block;
    margin: 0;
  }

  .feature-card {
    width: 100%;
    min-height: 0;
    margin: 0 0 12px;
    padding: 22px;
  }

  .feature-number {
    margin-bottom: 24px;
  }

  .building-note {
    display: block;
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .building-note > div,
  .building-note > p {
    width: 100%;
  }

  .building-note > p {
    margin-top: 22px;
  }

  .footer-inner {
    display: block;
  }

  .footer-links {
    margin: 24px 0 0;
  }

  .footer-links a {
    margin: 0 24px 0 0;
  }

  .page-main {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .plain-list,
  .service-message {
    padding: 22px;
  }

  .plain-list {
    padding-left: 42px;
  }
}

@media (max-width: 340px) {
  .shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brand {
    letter-spacing: 0;
  }

  .site-nav {
    margin-left: 8px;
  }

  .site-nav a {
    margin-left: 8px;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
