/* Open Chapters: independent editorial layout. */
:root {
  --sw-ink: #080808;
  --sw-paper: #ffffff;
  --sw-mint: #beebc2;
  --sw-lemon: #f8ed7d;
  --sw-rule: rgba(8, 8, 8, 0.24);
  --sw-gutter: clamp(1.25rem, 5vw, 5rem);
}
* { box-sizing: border-box; }
html { background: var(--sw-paper); color: var(--sw-ink); }
body {
  margin: 0;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; overflow-wrap: anywhere; }
::selection { background: var(--sw-mint); color: var(--sw-ink); }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.sw-skip { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.75rem 1rem; background: var(--sw-ink); color: var(--sw-paper); transform: translateY(-150%); }
.sw-skip:focus { transform: translateY(0); }
.sw-page { background: var(--sw-paper); color: var(--sw-ink); }
.sw-wrap { width: min(100%, 1320px); margin: 0 auto; padding-right: var(--sw-gutter); padding-left: var(--sw-gutter); }
.sw-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.sw-logo { width: clamp(160px, 16vw, 220px); flex-shrink: 1; min-width: 0; }
.sw-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.25rem 2rem; flex-shrink: 0; }
.sw-nav, .sw-index, .sw-chapter-label p, .sw-opportunity-number, .sw-contact-top h2, .sw-footer {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.sw-nav a { display: inline-block; padding: 0.5rem 0; white-space: nowrap; }
.sw-nav, .sw-index, .sw-chapter-label p, .sw-opportunity-number, .sw-contact-top h2 { letter-spacing: 0.055em; text-transform: uppercase; }
.sw-opening { padding-top: 0.5rem; }
.sw-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid var(--sw-ink);
}
.sw-open-label { padding: 0.25rem 0.5rem; background: var(--sw-mint); }
.sw-opening h1 {
  margin: 1.375rem 0 1.75rem;
  font-size: clamp(3.25rem, 7.2vw, 6.5rem);
  line-height: 1.05;
}
.sw-opening h1 span {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.055em;
}
.sw-opening h1 em {
  display: block;
  margin-top: 0.15em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04em;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.14;
}
.sw-opening-note {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 6vw, 5rem);
  padding: 1.5rem 0 2.25rem;
  border-top: 4px solid var(--sw-mint);
}
.sw-opening-note h2 { max-width: 27ch; font-size: 1.375rem; font-weight: 500; line-height: 1.5; letter-spacing: -0.02em; }
.sw-opening-note p { margin: 0; font-size: 1.125rem; line-height: 1.65; }
.sw-text-link { display: inline-flex; gap: 1rem; align-items: center; margin-top: 0.75rem; padding: 0.5rem 0; font-size: 1rem; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.sw-origin { display: grid; grid-template-columns: minmax(7rem, 0.2fr) minmax(0, 1fr); gap: 2rem; padding-top: 2rem; padding-bottom: 2.5rem; }
.sw-chapter-label { align-self: start; }
.sw-chapter-number { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 3rem; font-weight: 400; line-height: 1; }
.sw-chapter-label p { margin: 0.75rem 0 0; line-height: 1.5; }
.sw-origin-copy { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr); gap: 2rem; }
.sw-origin h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.sw-prose { min-width: 0; }
.sw-prose p { margin: 0; font-size: 1.1875rem; font-weight: 400; line-height: 1.65; }
.sw-prose p + p { margin-top: 1rem; }
.sw-invitations { padding-top: 0.5rem; padding-bottom: 1.5rem; }
.sw-invitation-heading {
  display: grid;
  grid-template-columns: minmax(7rem, 0.2fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--sw-ink);
}
.sw-invitation-heading h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; letter-spacing: -0.045em; line-height: 1.2; }
.sw-invitation-heading p { margin: 0.75rem 0 0; font-size: 1.125rem; }
.sw-invitation-heading .sw-chapter-label p { font-size: 0.875rem; }
.sw-opportunities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--sw-rule);
  border-bottom: 1px solid var(--sw-rule);
}
.sw-opportunities li { min-width: 0; padding: 1.375rem 1.5rem 1.5rem; }
.sw-opportunities li:first-child { padding-left: 0; }
.sw-opportunities li:last-child { padding-right: 0; }
.sw-opportunities li + li { border-left: 1px solid var(--sw-rule); }
.sw-opportunity-number { display: block; font-size: 0.75rem; }
.sw-opportunities h3 { margin: 1rem 0 0.75rem; font-size: clamp(1.25rem, 1.8vw, 1.5rem); font-weight: 500; line-height: 1.35; letter-spacing: -0.03em; }
.sw-opportunities p { margin: 0; font-size: 1.125rem; line-height: 1.6; }
.sw-positioning { max-width: 75ch; margin: 1rem 0 0; font-size: 1rem; line-height: 1.65; }
.sw-contact-section { padding-top: 0.75rem; padding-bottom: 2rem; }
.sw-contact-note { max-width: 840px; margin-left: auto; padding: 1.5rem 2rem; background: var(--sw-lemon); }
.sw-contact-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.sw-contact-top h2 { font-size: 0.875rem; line-height: 1.6; }
.sw-contact-top img { width: 2.75rem; flex: 0 0 auto; }
.sw-email { display: inline-block; max-width: 100%; margin-top: 0.75rem; font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 500; letter-spacing: -0.035em; line-height: 1.5; overflow-wrap: anywhere; }
.sw-email span { display: inline-block; margin-left: 0.25rem; }
.sw-contact-note > p { max-width: 64ch; margin: 0.75rem 0 0; font-size: 1rem; line-height: 1.65; }
.sw-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem 1.5rem; padding-top: 0.5rem; padding-bottom: 1.25rem; }
.sw-footer a { padding: 0.5rem 0; }
@media (max-width: 1050px) {
  .sw-origin-copy { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .sw-origin h2 br { display: none; }
  .sw-opportunities li { padding-right: 1rem; padding-left: 1rem; }
}
@media (max-width: 760px) {
  .sw-opening h1 { font-size: clamp(2.75rem, 8vw, 4rem); }
  .sw-opening-note { grid-template-columns: minmax(0, 1fr); gap: 1rem; padding-bottom: 1.5rem; }
  .sw-opening-note h2 { max-width: 40ch; }
  .sw-origin, .sw-invitation-heading { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .sw-origin { padding-top: 1.5rem; padding-bottom: 2rem; }
  .sw-chapter-label { display: flex; align-items: baseline; gap: 1rem; }
  .sw-chapter-number { font-size: 2rem; }
  .sw-chapter-label p { margin: 0; }
  .sw-prose p { font-size: 1.125rem; }
  .sw-opportunities { grid-template-columns: minmax(0, 1fr); }
  .sw-opportunities li, .sw-opportunities li:first-child, .sw-opportunities li:last-child { padding: 1.25rem 0; }
  .sw-opportunities li + li { border-left: 0; border-top: 1px solid var(--sw-rule); }
  .sw-opportunities h3 { margin: 0.5rem 0; }
  .sw-opportunities h3 br { display: none; }
  .sw-contact-note { padding: 1.25rem; }
}
@media (max-width: 440px) {
  .sw-header { gap: 1rem; }
  .sw-logo { width: 145px; }
  .sw-nav { flex-direction: column; gap: 0; align-items: flex-end; }
  .sw-nav a { padding: 0.25rem 0; }
  .sw-index { font-size: 0.75rem; }
  .sw-opening h1 { margin-top: 1rem; font-size: clamp(2.25rem, 9vw, 2.75rem); }
  .sw-opening h1 em { font-size: 1.1em; line-height: 1.2; }
  .sw-contact-top img { width: 2rem; }
  .sw-footer { justify-content: flex-start; }
}
