@font-face {
  font-family: StudioSans;
  src: url("/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: StudioSans;
  src: url("/fonts/OpenSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  --paper: #fff7fb;
  --ink: #22345d;
  --muted: #5d6480;
  --line: #d7dcef;
  --pink: #f7bad8;
  --pink-soft: #fbe4ef;
  --blue: #2463bb;
  --blue-hover: #1d4f98;
  --blue-soft: #bddcff;
  --blue-wash: #eaf2ff;
  --surface: #fffcfe;
  --field-line: #7b8db4;
  --shadow: #e6ddee;
  --focus: #2463bb;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: StudioSans, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}
.page-shell {
  max-width: 1392px;
  margin: auto;
  padding: 0 64px;
}
.site-header {
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: var(--ink);
  color: var(--pink);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 31px;
  font-style: italic;
  padding-bottom: 5px;
}
.preview-badge {
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.preview-badge span {
  margin-left: 17px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(310px, 1fr);
  gap: 72px;
  padding: 70px 0 72px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 30px;
}
.small-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(48px, 5.05vw, 72px);
  line-height: 1.08;
  letter-spacing: -2.6px;
  margin: 0 0 26px;
}
h1 em {
  font-weight: 400;
  color: var(--blue);
}
.intro {
  font-size: 16px;
  line-height: 1.85;
  max-width: 430px;
  margin: 0 0 13px;
}
.supporting {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 390px;
  margin: 0;
}
.discipline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 28px;
}
.discipline-tags span {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 10px;
}
.connection-card {
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 8px 10px 0 var(--shadow);
  transform: rotate(1deg);
}
.card-topline {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 9px;
  letter-spacing: 1.5px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.connection-art {
  height: 154px;
  background: var(--pink);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.shape {
  position: absolute;
  display: block;
  width: 175px;
  height: 175px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}
.shape-one {
  left: 28px;
  top: 30px;
  background: var(--blue-soft);
}
.shape-two {
  left: 103px;
  top: -42px;
  background: var(--pink-soft);
  opacity: 0.8;
}
.art-caption {
  position: absolute;
  left: 26px;
  top: 42px;
  font-size: 29px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -1px;
}
.art-star {
  position: absolute;
  right: 21px;
  top: 12px;
  font-size: 67px;
  color: var(--ink);
}
.card-content {
  padding: 24px;
}
.card-content h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 31px;
  margin: 0 0 10px;
  letter-spacing: -0.6px;
}
.card-description {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 18px;
}
.connection-status {
  border-left: 3px solid var(--field-line);
  padding: 0 0 0 12px;
  min-height: 86px;
}
.connection-status[data-state="connected"] {
  border-color: var(--blue);
}
.connection-status[data-state="error"] {
  border-color: #a3563e;
}
.status-label {
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 6px;
}
#connection-message {
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  max-width: 320px;
}
.connection-time {
  font-size: 10px;
  color: var(--muted);
  margin: 6px 0 0;
  min-height: 15px;
}
button {
  font-family: inherit;
  background: var(--blue);
  color: white;
  border: 0;
  border-radius: 3px;
  padding: 14px 18px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 20px;
  cursor: pointer;
}
button:hover {
  background: var(--blue-hover);
}
button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.next-section {
  border-top: 1px solid var(--line);
  padding: 34px 0 35px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-heading h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 26px;
  margin: 0;
}
.section-heading > span {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 30px;
}
.step-number {
  font-size: 10px;
  color: var(--blue);
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.steps h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0 8px;
}
.steps p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  margin: 0;
  max-width: 295px;
}
.preview-note {
  font-size: 11px;
  color: var(--muted);
  margin: 28px 0 0;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding: 22px 0 30px;
  font-size: 10px;
  color: var(--muted);
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 15px;
  background: var(--ink);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.error-page {
  padding: 70px 0;
  min-height: 65vh;
}
@media (min-width: 1500px) {
  .hero {
    gap: 105px;
  }
}
@media (max-width: 1000px) {
  .page-shell {
    padding: 0 36px;
  }
  .hero {
    gap: 36px;
  }
  h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .intro {
    font-size: 14px;
  }
  .card-content {
    padding: 20px;
  }
}
@media (max-width: 720px) {
  .page-shell {
    padding: 0 23px;
  }
  .site-header {
    height: 96px;
  }
  .brand-mark {
    height: 44px;
    width: 44px;
    font-size: 27px;
  }
  .brand {
    font-size: 12px;
    gap: 10px;
  }
  .preview-badge {
    font-size: 8px;
    padding: 9px 10px;
    letter-spacing: 0.8px;
  }
  .preview-badge span {
    margin-left: 6px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 38px 0 44px;
    gap: 34px;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 22px;
  }
  .intro {
    font-size: 14px;
  }
  .supporting {
    font-size: 12px;
  }
  .discipline-tags {
    margin-top: 22px;
  }
  .connection-card {
    transform: none;
    max-width: 480px;
    width: 100%;
    justify-self: center;
    box-shadow: 5px 6px 0 var(--shadow);
  }
  .connection-art {
    height: 130px;
  }
  .art-caption {
    top: 35px;
    font-size: 25px;
  }
  .card-content {
    padding: 22px;
  }
  .connection-status {
    min-height: 80px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 26px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 15px;
  }
  .step-number {
    grid-row: 1/3;
  }
  .steps h3 {
    margin: 0 0 7px;
  }
  .steps p {
    max-width: none;
  }
  footer {
    flex-direction: column;
    font-size: 10px;
  }
  .preview-note {
    line-height: 1.8;
  }
}
@media (prefers-reduced-motion: no-preference) {
  button {
    transition: background 0.15s;
  }
}

/* Account and profile preview */
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}
.main-nav a {
  text-decoration: none;
}
.main-nav form {
  margin: 0;
}
.nav-join {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--ink);
  border-radius: 30px;
  padding: 13px 20px;
}
.nav-signout {
  padding: 0;
  background: none;
  border: 0;
  color: var(--muted);
  width: auto;
  font: inherit;
  cursor: pointer;
}
.nav-signout:hover {
  background: none;
  color: var(--ink);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: auto;
  padding: 17px 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  font:
    600 13px StudioSans,
    sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.4;
}
.button-primary {
  background: var(--blue);
  color: #fff;
}
.button-primary:hover {
  background: var(--blue-hover);
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  text-underline-offset: 5px;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.hero-actions > span {
  font-size: 11px;
  color: var(--muted);
}
.landing-role {
  display: flex;
  gap: 16px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
}
.landing-role > span {
  font-size: 27px;
}
.landing-role strong {
  font-size: 13px;
}
.landing-role p {
  font-size: 12px;
  color: var(--muted);
  margin: 7px 0 0;
  line-height: 1.6;
}
.card-content > .text-link {
  display: inline-block;
  margin-top: 13px;
}
.account-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: start;
  padding: 64px 0 84px;
}
.account-story {
  padding-top: 26px;
}
.account-story h1 {
  font-size: clamp(48px, 4.9vw, 68px);
  margin: 25px 0;
}
.account-story .intro {
  max-width: 430px;
  font-size: 17px;
}
.story-note {
  background: var(--pink);
  padding: 24px 30px;
  width: 310px;
  margin: 40px 0 0 10px;
  transform: rotate(-3deg);
  display: flex;
  gap: 28px;
  align-items: center;
  box-shadow: 5px 6px 0 var(--shadow);
}
.story-note p {
  margin: 0;
  font:
    26px/1.2 Georgia,
    serif;
}
.note-star {
  font-size: 64px;
  font-family: Georgia, serif;
}
.rose-note {
  background: var(--blue-soft);
}
.form-card {
  background: var(--surface);
  padding: 34px 38px;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 7px 8px 0 var(--shadow);
}
.form-card h2 {
  margin: 12px 0;
  font:
    40px/1.1 Georgia,
    serif;
  letter-spacing: -1.5px;
}
.form-card .eyebrow {
  font-size: 9px;
  letter-spacing: 1.1px;
  margin: 0;
}
.form-intro {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 26px;
}
.studio-form {
  display: grid;
  gap: 21px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}
.field label {
  font-size: 12px;
  font-weight: 600;
}
.field label > span {
  color: var(--muted);
  font-weight: 400;
  padding-left: 4px;
  font-size: 11px;
}
input,
textarea {
  color: var(--ink);
  font:
    14px/1.5 StudioSans,
    Arial,
    sans-serif;
}
.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--field-line);
  border-radius: 5px;
  background: var(--surface);
  padding: 12px 13px;
}
.field textarea {
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}
.field small,
.fine-print {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
}
.fine-print {
  margin: 0;
}
.fine-print a {
  text-underline-offset: 3px;
}
.check-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}
.check-line input {
  width: 18px;
  height: 18px;
  accent-color: var(--ink);
  margin: 0;
  flex-shrink: 0;
}
.form-switch {
  margin: 25px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 12px;
  line-height: 1.7;
}
.form-switch a {
  font-weight: 600;
  text-underline-offset: 4px;
}
.validation-summary-errors {
  padding: 14px 18px;
  border: 1px solid #d8a99c;
  background: #fff0e8;
  border-radius: 5px;
  margin: 18px 0;
  font-size: 12px;
  line-height: 1.7;
}
.validation-summary-errors ul {
  margin: 0;
  padding-left: 18px;
}
.validation-summary-valid,
.field-validation-valid {
  display: none;
}
.field-validation-error {
  color: #8d382a;
  font-size: 12px;
}
.input-validation-error {
  border-color: #a44635 !important;
}
.notice {
  padding: 16px 22px;
  background: var(--blue-wash);
  border: 1px solid var(--field-line);
  border-radius: 5px;
  margin: 24px 0 0;
  font-size: 13px;
}
.profile-editor,
.studio-dashboard {
  padding: 48px 0 65px;
}
.editor-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 38px;
}
.editor-heading h1 {
  font-size: clamp(40px, 4.2vw, 60px);
  margin: 15px 0 14px;
  letter-spacing: -2px;
  overflow-wrap: anywhere;
}
.editor-heading .intro {
  font-size: 15px;
  margin: 0;
}
.profile-form {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(240px, 1fr);
  gap: 32px 50px;
  align-items: start;
}
.form-section {
  border: 0;
  padding: 0 0 30px;
  margin: 0 0 25px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.form-section legend {
  font:
    24px Georgia,
    serif;
  margin: 0 0 8px;
  padding: 0;
}
.form-section legend > span {
  font:
    10px StudioSans,
    sans-serif;
  color: var(--blue);
  vertical-align: middle;
  margin-right: 14px;
}
.form-section > p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.7;
}
.intent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.intent-choice {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 11px;
  padding: 21px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  cursor: pointer;
}
.intent-choice:has(input:checked) {
  background: var(--pink-soft);
  border-color: var(--blue);
}
.intent-choice input {
  accent-color: var(--ink);
  margin-top: 1px;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.intent-choice strong {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.intent-choice small {
  font-size: 11px;
  line-height: 1.7;
  display: block;
  padding-right: 8px;
}
.intent-choice b {
  font:
    25px Georgia,
    serif;
  position: absolute;
  bottom: 8px;
  right: 10px;
  opacity: 0.35;
}
.interest-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.interest-option {
  position: relative;
  cursor: pointer;
}
.interest-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.interest-option span {
  display: inline-block;
  padding: 11px 17px;
  font-size: 12px;
  border: 1px solid var(--field-line);
  border-radius: 30px;
  background: var(--surface);
}
.interest-option input:checked + span {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}
.interest-option input:focus-visible + span {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 20px;
}
.full-width {
  grid-column: 1/-1;
}
.aside-note {
  background: var(--pink);
  border-radius: 5px;
  padding: 30px 25px 24px;
  position: relative;
  overflow: hidden;
}
.aside-note .eyebrow {
  line-height: 1.8;
  font-size: 8px;
  letter-spacing: 1px;
}
.aside-note h2 {
  font:
    31px/1.2 Georgia,
    serif;
  letter-spacing: -1px;
  margin: 24px 0;
}
.aside-note p {
  font-size: 12px;
  line-height: 1.8;
}
.aside-star {
  display: block;
  text-align: right;
  font-size: 78px;
  line-height: 1;
  margin-top: 35px;
}
.profile-aside > .fine-print {
  margin: 20px 5px;
}
.save-bar {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}
.save-bar p {
  font-size: 12px;
  color: var(--muted);
}
.member-badge {
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 9px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.greeting-dot {
  color: var(--blue);
}
.studio-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(300px, 1fr);
  gap: 70px;
}
.member-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--surface);
}
.member-art {
  height: 220px;
  background: var(--blue-soft);
  position: relative;
  padding: 30px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.member-monogram {
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid var(--field-line);
  background: var(--blue-wash);
  font:
    italic 84px Georgia,
    serif;
  flex-shrink: 0;
}
.member-art-caption {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.7;
}
.member-art-caption em {
  font:
    italic 28px Georgia,
    serif;
  letter-spacing: 0;
}
.member-spark {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 60px;
  opacity: 0.75;
}
.member-details {
  padding: 30px;
}
.member-details .eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
}
.member-details h2 {
  font:
    40px Georgia,
    serif;
  margin: 15px 0;
  letter-spacing: -1px;
  overflow-wrap: anywhere;
}
.member-course,
.member-location {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.profile-bio {
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.profile-tags {
  margin: 22px 0;
}
.studio-next {
  padding-top: 12px;
}
.studio-next > h2 {
  font:
    46px/1.1 Georgia,
    serif;
  letter-spacing: -1.5px;
  margin: 24px 0 30px;
}
.possibility {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.possibility > span:first-child {
  font-size: 32px;
}
.possibility h3 {
  font:
    25px Georgia,
    serif;
  margin: 0 0 8px;
}
.possibility p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  color: var(--muted);
}
.selection-label {
  font-size: 8px;
  letter-spacing: 1px;
  margin-left: auto;
}
.next-note {
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 25px;
}
.next-note h3 {
  font:
    25px Georgia,
    serif;
  margin: 16px 0;
}
.next-note > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.onboarding-callout {
  background: var(--pink-soft);
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.onboarding-callout strong {
  font:
    25px Georgia,
    serif;
}
.onboarding-callout p {
  font-size: 12px;
  margin-bottom: 0;
}
.install-card {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding: 36px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.install-card h2 {
  font:
    33px Georgia,
    serif;
  letter-spacing: -1px;
  margin: 20px 0;
}
.install-card p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.8;
  max-width: 620px;
  color: var(--muted);
}
.install-mark {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--pink);
  border-radius: 24px;
  font:
    italic 65px Georgia,
    serif;
}
.settings-page {
  max-width: 720px;
  margin: auto;
  padding: 50px 0 65px;
}
.settings-page h1 {
  font-size: 56px;
  margin: 22px 0;
}
.settings-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
  margin-top: 28px;
}
.settings-card h2 {
  font:
    28px Georgia,
    serif;
  margin: 0 0 20px;
}
.settings-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.settings-card .private-email {
  color: var(--ink);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.settings-card summary {
  cursor: pointer;
  font-size: 13px;
}
.button-danger {
  color: #812d24;
  background: #fae4dc;
  border: 1px solid #c99c8c;
}
.button-danger:hover {
  background: #f5d3c7;
}
.reading-page {
  max-width: 750px;
  margin: auto;
  padding: 55px 0 70px;
}
.reading-page h1 {
  font-size: 62px;
  margin: 25px 0;
}
.reading-page h2 {
  font:
    28px Georgia,
    serif;
  margin: 30px 0 15px;
}
.reading-page > p {
  line-height: 1.9;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .account-layout {
    gap: 45px;
  }
  .form-card {
    padding: 28px;
  }
  .account-story h1 {
    font-size: 48px;
  }
  .profile-form {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 240px;
  }
  .intent-grid {
    grid-template-columns: 1fr;
  }
  .studio-grid {
    gap: 35px;
  }
}
@media (max-width: 700px) {
  .main-nav {
    gap: 15px;
    font-size: 11px;
  }
  .nav-join {
    padding: 11px 12px;
    gap: 8px;
  }
  .main-nav .nav-join span {
    display: none;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .account-layout {
    grid-template-columns: 1fr;
    padding: 30px 0 50px;
    gap: 28px;
  }
  .account-story {
    padding-top: 0;
  }
  .account-story h1 {
    font-size: 46px;
  }
  .account-story .intro {
    font-size: 14px;
  }
  .story-note {
    display: none;
  }
  .account-story > .supporting {
    margin-bottom: 0;
  }
  .form-card {
    padding: 25px 22px;
    box-shadow: 4px 5px 0 var(--shadow);
  }
  .form-card h2 {
    font-size: 35px;
  }
  .field input,
  .field textarea {
    font-size: 16px;
  }
  .editor-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }
  .editor-heading h1 {
    font-size: 40px;
  }
  .editor-heading .intro {
    font-size: 13px;
    line-height: 1.8;
  }
  .profile-editor,
  .studio-dashboard {
    padding: 32px 0 45px;
  }
  .profile-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .profile-aside {
    display: none;
  }
  .form-section legend {
    font-size: 22px;
  }
  .form-section legend > span {
    margin-right: 8px;
  }
  .fields-grid {
    grid-template-columns: 1fr;
  }
  .interest-option span {
    padding: 10px 14px;
  }
  .save-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .save-bar .button {
    width: 100%;
  }
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .studio-next > h2 {
    font-size: 39px;
  }
  .member-art {
    height: 190px;
    padding: 22px;
  }
  .member-monogram {
    width: 110px;
    height: 110px;
    font-size: 70px;
  }
  .member-details {
    padding: 24px;
  }
  .member-badge {
    font-size: 8px;
  }
  .onboarding-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .install-mark {
    width: 70px;
    height: 70px;
    font-size: 44px;
    border-radius: 16px;
  }
  .install-card h2 {
    font-size: 28px;
  }
  .settings-page h1 {
    font-size: 44px;
  }
  .settings-card {
    padding: 23px;
  }
  .reading-page h1 {
    font-size: 48px;
  }
}
.main-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-signout {
  min-height: 44px;
}
