:root {
  color-scheme: dark;
  --ink: #f6f0e8;
  --muted: #c8bfce;
  --night: #101525;
  --navy: #18243c;
  --violet: #7b4aa5;
  --violet-soft: #ad80cd;
  --gold: #d0a34f;
  --line: rgba(255, 255, 255, 0.13);
  --page: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(123, 74, 165, 0.2), transparent 28rem),
    linear-gradient(150deg, #0c1120 0%, var(--night) 54%, #141224 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: var(--page);
  margin-inline: auto;
}

.site-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.aster-mark {
  color: var(--gold);
  font-size: 1.35rem;
}

nav {
  display: flex;
  gap: clamp(18px, 4vw, 42px);
}

nav a,
footer a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus-visible,
footer a:hover,
footer a:focus-visible {
  color: var(--gold);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(290px, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 7vw, 92px);
  padding: 70px 0 84px;
}

.portrait-frame {
  position: relative;
  max-width: 480px;
  justify-self: center;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(208, 163, 79, 0.55);
  z-index: -1;
}

.portrait-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92) contrast(1.03);
}

.portrait-caption {
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 10px 15px;
  background: var(--night);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.section-number {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.35;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
}

.hero-copy .lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  font-weight: 750;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: #16111c;
}

.button-secondary {
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.editorial,
.approach {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(40px, 8vw, 110px);
  padding: 110px 0;
  border-top: 1px solid var(--line);
}

.editorial-copy p,
.approach-copy > p,
.notes p {
  color: var(--muted);
}

.services {
  padding: 110px 0 120px;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 710px;
  margin-bottom: 54px;
}

.section-heading > p:last-child {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 250px;
  padding: clamp(28px, 4vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--violet-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-style: italic;
}

.service-grid article p {
  margin-bottom: 0;
  color: var(--muted);
}

.approach-copy .large-copy {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.55;
}

.notes {
  align-self: end;
  padding: clamp(28px, 4vw, 44px);
  border-top: 3px solid var(--violet);
  background: rgba(255, 255, 255, 0.045);
}

.notes h3 {
  color: var(--gold);
}

.media {
  padding: 110px 0 120px;
  border-top: 1px solid var(--line);
}

.media-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.media-heading > p:last-child {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.portrait-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.work-photo {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(208, 163, 79, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.work-photo img {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 420px;
  object-fit: cover;
}

.work-photo-wide img {
  object-position: center;
}

.work-photo:not(.work-photo-wide) img {
  object-position: center 20%;
}

.work-photo figcaption {
  padding: 17px 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.media-resources {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: clamp(36px, 7vw, 90px);
  margin-top: 60px;
  padding: clamp(30px, 5vw, 54px);
  border-left: 3px solid var(--violet);
  background: rgba(255, 255, 255, 0.045);
}

.resource-label {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.media-resources h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 500;
}

.media-resources p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.resource-links {
  display: grid;
}

.resource-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.resource-links a:first-child {
  border-top: 1px solid var(--line);
}

.resource-links a:hover,
.resource-links a:focus-visible {
  color: var(--gold);
}

.resource-links span {
  color: var(--violet-soft);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.team {
  padding: 110px 0 40px;
  border-top: 1px solid var(--line);
}

.team-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.team-heading > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}

.team-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(208, 163, 79, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.team-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.team-photo figcaption {
  padding: 18px 22px;
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.purpose {
  max-width: 900px;
  margin: 70px auto 150px;
  padding: clamp(42px, 7vw, 88px);
  border: 1px solid rgba(208, 163, 79, 0.35);
  text-align: center;
}

.purpose p:not(.section-number) {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  line-height: 1.65;
}

.purpose a {
  color: var(--gold);
  font-weight: 750;
  text-underline-offset: 5px;
}

footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

footer p {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  :root {
    --page: min(100% - 30px, 680px);
  }

  .site-header {
    min-height: 68px;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 0 76px;
  }

  .portrait-frame {
    width: min(88vw, 430px);
  }

  .editorial,
  .approach {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 80px 0;
  }

  .services {
    padding: 80px 0 90px;
  }

  .media {
    padding: 80px 0 90px;
  }

  .portrait-grid,
  .media-resources {
    grid-template-columns: 1fr;
  }

  .work-photo img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .work-photo-wide img {
    aspect-ratio: 16 / 10;
  }

  .team {
    padding: 80px 0 30px;
  }

  .team-heading {
    margin-bottom: 28px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }

  .purpose {
    margin: 50px auto 90px;
    padding: 42px 24px;
  }

  footer {
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}
