@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/fonts/playfair-display-600-700.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/poppins-400.woff2") format("woff2");
}

:root {
  color: #112338;
  background: #fff4e6;
  font-family: "Poppins", "Avenir Next", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 92% 2%, rgb(232 48 122 / 8%), transparent 30rem),
    #fff4e6;
}

a { color: #0e4c4f; }

.shell {
  width: min(880px, calc(100% - 40px));
  margin-inline: auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid rgb(17 35 56 / 14%);
}

.brand { width: 230px; }
.brand img { display: block; width: 100%; height: auto; }
.back { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; }

main { padding: clamp(64px, 9vw, 110px) 0 96px; }
.eyebrow { margin: 0 0 20px; color: #e8307a; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { max-width: 760px; margin: 0 0 24px; color: #083b3e; font-size: clamp(3.5rem, 9vw, 6rem); line-height: .96; letter-spacing: -.045em; }
.lede { max-width: 720px; margin: 0 0 52px; color: #54636c; font-size: 1.08rem; line-height: 1.75; }
.updated { display: inline-flex; margin-bottom: 38px; padding: 8px 13px; color: #083b3e; background: rgb(255 194 71 / 32%); border-radius: 999px; font-size: .76rem; font-weight: 600; }
.content { padding: clamp(28px, 5vw, 54px); background: rgb(255 251 245 / 78%); border: 1px solid rgb(207 163 76 / 42%); border-radius: 28px; box-shadow: 0 24px 80px rgb(17 35 56 / 7%); }
.content section + section { margin-top: 42px; padding-top: 38px; border-top: 1px solid rgb(17 35 56 / 12%); }
h2 { margin: 0 0 14px; color: #0e4c4f; font-size: clamp(1.65rem, 4vw, 2.25rem); }
p, li { color: #46565e; line-height: 1.75; }
ul { padding-left: 1.25rem; }
.callout { padding: 20px 22px; background: #083b3e; border-radius: 18px; }
.callout, .callout p, .callout a { color: #fffaf2; }
.callout p { margin: 0; }
footer { padding: 32px 0 48px; border-top: 1px solid rgb(17 35 56 / 14%); color: #637079; font-size: .78rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 620px) {
  header { min-height: 88px; }
  .brand { width: 172px; }
  .content { border-radius: 22px; }
}
