:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #172e3b;
  background: #f5f2eb;
  line-height: 1.65;
  font-synthesis: none;
  --ink: #172e3b;
  --muted: #53666e;
  --paper: #fffdf8;
  --accent: #9b5535;
  --blue: #173e50;
  --line: #ccd1c9;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
:focus-visible {
  outline: 3px solid #31667b;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.page {
  max-width: 1440px;
  margin: auto;
  padding: 0 clamp(24px, 5vw, 80px);
}
.masthead {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.masthead img {
  display: block;
  width: 120px;
  height: auto;
}
.contact {
  font-size: 14px;
  text-decoration: none;
}
.contact span {
  margin-left: 22px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 116px);
  padding: 72px 0 84px;
  align-items: center;
}
.hero > * {
  min-width: 0;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--muted);
}
.eyebrow > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  margin-right: 9px;
  vertical-align: middle;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.7vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.045;
  margin: 30px 0;
}
h1 em {
  color: var(--accent);
  font-weight: 400;
}
.lead {
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 0 18px;
}
.description {
  max-width: 400px;
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 30px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 5px;
}
.text-link span {
  margin-left: 20px;
}
.invitation {
  background: var(--paper);
  border: 1px solid var(--line);
  scroll-margin-top: 20px;
}
.atlas-pattern {
  height: 128px;
  background: #dee7e3;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.atlas-pattern:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#173e5012 1px, transparent 1px),
    linear-gradient(90deg, #173e5012 1px, transparent 1px);
  background-size: 24px 24px;
}
.atlas-pattern div {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid #173e5070;
  border-radius: 50%;
  right: -24px;
  top: -75px;
  box-shadow:
    0 0 0 24px #173e5008,
    0 0 0 48px #173e5008;
}
.atlas-pattern i {
  height: 1px;
  background: #173e5060;
  position: absolute;
  left: 30%;
  right: 0;
  top: 60px;
  transform: rotate(-17deg);
}
.atlas-pattern b {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  right: 90px;
  top: 34px;
  background: var(--accent);
}
.atlas-pattern span {
  position: absolute;
  bottom: 16px;
  left: 30px;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--blue);
  font-weight: 700;
}
.invitation-body {
  padding: 30px 36px;
}
.invitation h2 {
  font-family: Georgia, serif;
  line-height: 1.14;
  font-size: 34px;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 14px 0 18px;
}
.invitation-body > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 350px;
}
form {
  margin-top: 26px;
}
form > label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 8px;
}
input[type="email"] {
  display: block;
  background: transparent;
  border: 1px solid #8d9c9f;
  border-radius: 0;
  width: 100%;
  height: 50px;
  padding: 12px;
  color: var(--ink);
  font-size: 16px;
}
.consent {
  display: flex;
  gap: 10px;
  font-weight: 400;
  margin: 16px 0;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.5;
}
.consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  flex: none;
  accent-color: var(--blue);
}
button {
  border: 1px solid var(--blue);
  border-radius: 0;
  background: var(--blue);
  color: white;
  padding: 14px 20px;
  min-height: 48px;
  font-weight: 700;
}
form > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.fine {
  font-size: 11px !important;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 14px;
  margin-bottom: 0;
}
.form-status {
  font-size: 13px;
  line-height: 1.5;
  margin: 12px 0 0;
}
.form-status:empty {
  display: none;
}
.form-status.error {
  color: #973d29;
}
.form-status.success {
  padding: 14px;
  background: #e5efe7;
  color: #1e5149;
}
.honeypot {
  position: absolute;
  left: -10000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  padding: 36px 0 56px;
  border-top: 1px solid var(--line);
}
.principles span {
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.principles h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0;
}
.principles p {
  font-size: 13px;
  color: var(--muted);
  max-width: 300px;
  margin: 0;
}
footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 26px 0;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
}
footer p {
  margin: 0;
}
footer p span {
  margin: 0 8px;
}
footer .fine {
  max-width: 760px;
  margin-top: 12px;
}
footer nav {
  flex-shrink: 0;
  display: flex;
  gap: 26px;
}
footer a {
  white-space: nowrap;
}
.skip {
  position: absolute;
  left: 24px;
  top: -80px;
  padding: 12px;
  background: white;
  z-index: 10;
}
.skip:focus {
  top: 16px;
}
.action-page,
.privacy-page {
  max-width: 680px;
  margin: 60px auto 90px;
}
.action-page h1,
.privacy-page h1 {
  font-size: 56px;
}
.action-page button {
  margin: 20px 0;
}
.action-page > a {
  display: block;
  margin-top: 24px;
}
.privacy-page h2 {
  font-size: 20px;
  margin-top: 30px;
}
.privacy-page p {
  font-size: 16px;
  color: var(--muted);
}
#verification {
  margin: 12px 0;
  min-height: 0;
}
@media (max-width: 800px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding: 42px 0 50px;
  }
  .intro {
    max-width: 600px;
  }
  .masthead {
    min-height: 90px;
  }
  .hero h1 {
    font-size: clamp(52px, 9vw, 74px);
  }
  .lead {
    font-size: 18px;
  }
  .invitation {
    max-width: 580px;
    width: 100%;
  }
  .invitation-body {
    padding: 28px;
  }
  .principles {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding: 30px 0;
  }
  .principles p {
    max-width: none;
  }
  .principles h3 {
    margin: 7px 0;
  }
  .principles > div {
    position: relative;
    padding-left: 38px;
  }
  .principles span {
    position: absolute;
    left: 0;
    top: 9px;
  }
  footer {
    flex-wrap: wrap;
  }
  .action-page h1,
  .privacy-page h1 {
    font-size: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
