:root {
  --bg: #fbf8f2;
  --paper: #fffdfa;
  --ink: #222c35;
  --body: #25313a;
  --red: #9b111e;
  --red-dark: #8b1018;
  --rule-red: #b98c86;
  --rule: #ded5ca;
  --notice: #f5f0e8;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 24%, rgba(155, 17, 30, 0.025), transparent 30rem),
    radial-gradient(circle at 16% 4%, rgba(155, 17, 30, 0.025), transparent 28rem),
    linear-gradient(180deg, #fffdfa 0%, var(--bg) 52%, #fbf7f0 100%);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.48;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

p {
  margin: 0;
}

p + p {
  margin-top: 17px;
}

.container {
  width: min(1014px, calc(100% - 108px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
  transition: top 0.18s ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--rule-red);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 204px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 52px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.16s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  color: var(--red);
}

.hero {
  overflow: hidden;
}

.hero-inner {
  position: relative;
  min-height: 515px;
  border-bottom: 1px solid var(--rule);
  padding: 68px 0 43px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-left: 45px;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
}

h1 {
  font-size: clamp(42px, 4.2vw, 47px);
  line-height: 1.05;
  letter-spacing: 0.075em;
}

h2 {
  font-size: 35px;
  line-height: 1.08;
  letter-spacing: 0;
}

.accent-line,
.small-rule {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--red);
}

.accent-line {
  margin: 16px 0 19px;
}

.small-rule {
  margin-top: 16px;
}

.hero-kicker {
  max-width: 490px;
  margin: 0 0 21px;
  color: var(--red);
  font-size: 22px;
  line-height: 1.25;
}

.hero-body {
  max-width: 550px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.44;
}

.status-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 36px 0 27px;
  color: var(--red-dark);
  font-size: 17px;
  line-height: 1.35;
}

.status-inline span,
.notice-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--red);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding-left: 3px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 222px;
  min-height: 47px;
  border: 1px solid var(--red);
  background: rgba(255, 253, 248, 0.28);
  color: var(--red-dark);
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.16s ease, color 0.16s ease;
}

.button span {
  font-size: 24px;
  line-height: 0;
}

.button:hover,
.button:focus-visible {
  background: var(--red);
  color: #fff;
}

.hero-watermark {
  position: absolute;
  z-index: 1;
  top: 78px;
  right: -18px;
  width: 365px;
  opacity: 0.92;
  pointer-events: none;
}

.content-section {
  border-bottom: 1px solid var(--rule);
}

.two-column {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 19px;
  align-items: start;
  padding: 35px 0 19px;
}

.section-heading {
  padding-left: 45px;
}

.section-label {
  margin: 0 0 7px;
  color: var(--red);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-copy {
  max-width: 595px;
  color: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

.notice-card {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 14px;
  max-width: 581px;
  min-height: 181px;
  padding: 13px 25px 13px 19px;
  border-left: 2px solid var(--red);
  background:
    linear-gradient(90deg, rgba(155, 17, 30, 0.05), transparent 58%),
    var(--notice);
  color: var(--body);
  font-size: 15px;
  line-height: 1.35;
}

.notice-icon {
  margin-top: 1px;
}

.contact-section .two-column {
  padding-top: 25px;
  padding-bottom: 18px;
}

.updates-form {
  display: grid;
  grid-template-columns: 280px 150px;
  gap: 10px;
  width: 440px;
  margin-top: 12px;
}

.input-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  border: 1px solid rgba(34, 44, 53, 0.34);
  background: rgba(255, 253, 248, 0.66);
  padding: 0 13px;
}

.input-wrap span {
  color: var(--body);
  font-size: 16px;
}

input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: 16px/1.2 var(--serif);
}

input::placeholder {
  color: rgba(34, 44, 53, 0.58);
}

button {
  min-height: 51px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  cursor: pointer;
  font: 700 16px/1 var(--serif);
  padding: 0 16px;
  transition: background 0.16s ease, border-color 0.16s ease;
}

button:hover,
button:focus-visible {
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.hidden-field,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer {
  padding: 24px 0 21px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 500px minmax(260px, 1fr);
  gap: 45px;
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 23px;
  align-items: start;
  padding-left: 45px;
}

.footer-brand img {
  width: 43px;
}

.copyright {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.footer-disclaimer {
  max-width: 395px;
  margin: 0;
  color: var(--body);
  font-size: 12px;
  line-height: 1.25;
}

#status .two-column {
  padding-top: 26px;
  padding-bottom: 20px;
}

.footer-contact {
  min-height: 64px;
  margin: 0;
  border-left: 1px solid var(--rule);
  padding: 11px 0 0 47px;
  color: var(--body);
  font-style: normal;
  font-size: 15px;
  line-height: 1.45;
}

.footer-contact p {
  margin: 0 0 1px;
}

.footer-contact a {
  color: var(--red-dark);
}

:focus-visible {
  outline: 2px solid rgba(155, 17, 30, 0.5);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 44px, 720px);
  }

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

  .brand img {
    width: 188px;
  }

  .nav {
    gap: clamp(20px, 4vw, 38px);
  }

  .hero-inner {
    min-height: auto;
    padding: 54px 0 42px;
  }

  .hero-copy {
    max-width: 650px;
    padding-left: 0;
  }

  .hero-watermark {
    top: 76px;
    right: -150px;
    width: 360px;
    opacity: 0.58;
  }

  .two-column {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 0;
  }

  .section-heading,
  .footer-brand {
    padding-left: 0;
  }

  .section-copy,
  .notice-card {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-contact {
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 18px 0 0;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 720px);
  }

  .header-inner {
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 0 17px;
  }

  .brand img {
    width: 178px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 45px);
    letter-spacing: 0.065em;
  }

  h2 {
    font-size: 32px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .hero-kicker br {
    display: none;
  }

  .hero-body,
  .section-copy,
  .notice-card {
    font-size: 16px;
  }

  .status-inline {
    align-items: flex-start;
  }

  .hero-actions,
  .updates-form {
    width: 100%;
  }

  .hero-actions,
  .updates-form {
    grid-template-columns: 1fr;
    display: grid;
    gap: 12px;
  }

  .button,
  button {
    width: 100%;
  }

  .notice-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .footer-brand {
    grid-template-columns: 43px 1fr;
    gap: 16px;
  }
}
