:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  color: #2d3024;
  background: #fffaf0;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 225, 102, .38), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(255, 188, 211, .34), transparent 32%),
    radial-gradient(circle at 75% 88%, rgba(146, 235, 190, .33), transparent 34%),
    #fffaf0;
}

.wrap {
  position: relative;
  width: min(920px, calc(100% - 34px));
  margin: 0 auto;
  padding: 72px 0;
}

.article { max-width: 760px; }
.hero { min-height: 100vh; display: grid; align-content: center; }

.eyebrow {
  margin: 0 0 14px;
  color: #6e755f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

h1 {
  margin: 0 0 20px;
  max-width: 790px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 8vw, 78px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

h2 { margin: 38px 0 10px; font-size: 22px; }
p, li { color: #626758; font-size: 17px; line-height: 1.72; }
a { color: #297d61; }
.lead { max-width: 660px; font-size: 21px; }
.muted { color: #8a8e80; }
.back { display: inline-block; margin-bottom: 54px; text-decoration: none; font-weight: 700; }

.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.links a,
.panel,
.localized-card {
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .67);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(66, 72, 52, .09);
  backdrop-filter: blur(18px);
}

.links a {
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
  color: #2d3024;
  font-weight: 750;
  text-decoration: none;
}

.panel, .localized-card { margin: 24px 0 32px; padding: 22px 24px; }
.localized-card label { display: block; margin-bottom: 8px; color: #6e755f; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.localized-card select { width: 100%; max-width: 360px; padding: 11px 14px; border: 1px solid #dadbce; border-radius: 12px; background: #fffdf8; color: #2d3024; font: inherit; }
.localized-card p:last-child { margin-bottom: 0; }
.email { font-size: clamp(21px, 5vw, 30px); font-weight: 800; }
hr { border: 0; border-top: 1px solid #dedfd4; margin: 52px 0; }

@media (max-width: 560px) {
  .wrap { padding: 44px 0; }
  .back { margin-bottom: 36px; }
  p, li { font-size: 16px; }
}
