:root {
  color-scheme: light;
  --ink: #151515;
  --charcoal: #222327;
  --muted: #6d716f;
  --paper: #f7f2ea;
  --gallery: #fffdf8;
  --warm: #eadbc7;
  --gold: #a06d3a;
  --blue: #315f8e;
  --line: rgba(34, 35, 39, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(34, 35, 39, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 4%, rgba(160, 109, 58, 0.12), transparent 24rem),
    linear-gradient(180deg, #fffdf8 0, #ffffff 46rem, var(--paper) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #ffffff;
  background: var(--charcoal);
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
.section-wrap,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(18px);
}

.site-header::before {
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: inherit;
  border-bottom: 1px solid var(--line);
  content: "";
}

.brand,
.site-nav,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 12px;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
}

.site-nav {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 780;
}

.site-nav a,
.footer-links a,
.footer-brand,
.text-link {
  text-decoration: none;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"],
.footer-links a:hover,
.footer-brand:hover,
.text-link:hover {
  color: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.82fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
  min-height: min(660px, calc(100vh - 72px));
  padding: clamp(42px, 6vw, 76px) 0 58px;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--charcoal);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 5.7vw, 5.9rem);
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.8vw, 4rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.hero-text {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: #ffffff;
  background: var(--charcoal);
  box-shadow: 0 14px 30px rgba(34, 35, 39, 0.2);
}

.button.secondary {
  color: var(--charcoal);
  background: #ffffff;
  border: 1px solid var(--line);
}

.hero-art {
  position: relative;
}

.hero-art::before {
  position: absolute;
  inset: 10% -4% -6% 10%;
  z-index: -1;
  border-radius: 42% 58% 48% 52%;
  background: rgba(160, 109, 58, 0.12);
  content: "";
}

.hero-art img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.intro,
.story,
.split-panel,
.curation-band,
.profile-section,
.education,
.community-section {
  margin-bottom: 28px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.intro,
.story,
.profile-section,
.education,
.community-section {
  display: grid;
  grid-template-columns: minmax(390px, 0.72fr) minmax(0, 1fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}

.intro > *,
.story > *,
.profile-section > *,
.education > *,
.community-section > * {
  min-width: 0;
}

.intro h2,
.story h2,
.profile-section h2,
.education h2,
.community-section h2 {
  max-width: 620px;
  font-size: clamp(2.15rem, 3.55vw, 3.75rem);
}

.intro p:last-child,
.feature-grid p,
.story p,
.split-panel p,
.curation-band p,
.profile-section p,
.education p,
.community-section p,
.page-lede,
.content-card p,
.content-card li,
.site-footer p {
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.feature-grid article,
.content-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(34, 35, 39, 0.08);
}

.feature-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.58fr);
  gap: 46px;
  align-items: center;
}

.split-panel.reverse {
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 0.92fr);
}

.split-panel.reverse > div:first-child {
  order: 2;
}

.mini-gallery,
.detail-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-gallery span,
.detail-stack span {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--charcoal);
  background: var(--paper);
  font-weight: 850;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--charcoal);
  font-weight: 950;
}

.curation-band {
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 12%, rgba(234, 219, 199, 0.22), transparent 18rem),
    linear-gradient(135deg, #202226, #35302b);
}

.curation-band h2,
.curation-band p {
  color: #ffffff;
}

.curation-band p {
  max-width: 760px;
  opacity: 0.84;
}

.education {
  grid-template-columns: minmax(0, 1fr) auto;
}

.community-section {
  margin-bottom: 64px;
}

.page-hero {
  padding: 78px 0 42px;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 6vw, 6rem);
}

.page-lede {
  max-width: 820px;
  font-size: 1.14rem;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 64px;
}

.content-card h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.content-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.wide-card {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  font-weight: 700;
}

.footer-links {
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 20px;
  color: var(--charcoal);
  font-weight: 850;
  text-align: right;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .intro,
  .story,
  .split-panel,
  .split-panel.reverse,
  .profile-section,
  .education,
  .community-section {
    grid-template-columns: 1fr;
  }

  .split-panel.reverse > div:first-child {
    order: 0;
  }

  .feature-grid,
  .content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1081px) and (max-height: 820px) {
  .hero {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 46px;
  }

  h1 {
    font-size: clamp(2.8rem, 4.75vw, 5rem);
  }

  .hero-art img {
    max-height: 420px;
  }
}

@media (max-width: 700px) {
  .site-header,
  .section-wrap,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    min-height: auto;
    padding: 54px 0 42px;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-art img {
    max-height: 360px;
  }

  .intro,
  .story,
  .split-panel,
  .curation-band,
  .profile-section,
  .education,
  .community-section,
  .content-card {
    padding: 24px;
  }

  .feature-grid,
  .content-grid,
  .mini-gallery,
  .detail-stack {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
