@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Fraunces:opsz,wght@9..144,400;9..144,500&display=swap');

:root {
  --cream: #f8f4ed;
  --paper: #fffdfa;
  --plum: #444054;
  --slate: #334e58;
  --taupe: #a6988b;
  --blush: #fcbfb7;
  --line: rgba(68, 64, 84, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--plum); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: auto; }

.site-header { padding: 22px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 3; color: var(--paper); }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: Fraunces, Georgia, serif; font-size: 30px; letter-spacing: -.06em; line-height: 1; }
.brand-icon { width: 29px; height: 29px; object-fit: contain; }
.site-header nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .04em; text-transform: lowercase; }
.site-header nav a { opacity: .9; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }

.hero { min-height: 790px; position: relative; display: flex; align-items: flex-end; padding: 120px 0 74px; color: var(--paper); overflow: hidden; }
.hero::before { content:""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,30,33,.62) 0%, rgba(37,30,33,.22) 50%, rgba(37,30,33,.06)); z-index: 1; }
.hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: 62% 22%; }
.hero-content { position: relative; z-index: 2; width: min(680px, 100%); }
.eyebrow { margin: 0 0 14px; font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Fraunces, Georgia, serif; font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(54px, 8vw, 112px); }
h2 { font-size: clamp(42px, 5vw, 70px); }
h3 { font-size: 34px; }
.hero-copy { max-width: 470px; margin: 26px 0 28px; font-size: 18px; }
.button { display: inline-flex; gap: 11px; align-items: center; padding: 13px 18px; border: 1px solid currentColor; font-size: 14px; transition: .2s ease; }
.button:hover { background: var(--paper); color: var(--plum); }
.button.dark { background: var(--plum); color: var(--paper); border-color: var(--plum); }
.button.dark:hover { background: transparent; color: var(--plum); }

.intro { padding: 130px 0 120px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.intro p { margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(30px, 4vw, 54px); line-height: 1.18; letter-spacing: -.04em; }
.intro .small { font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.7; letter-spacing: 0; max-width: 530px; align-self: end; }
.pathways { padding: 100px 0; background: var(--plum); color: var(--paper); }
.section-top { display: flex; justify-content: space-between; gap: 30px; align-items: baseline; margin-bottom: 58px; }
.section-top p { max-width: 355px; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 430px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #222; }
.card::after { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(28,22,27,.75), rgba(28,22,27,.02) 68%); }
.card img { position:absolute; inset:0; height:100%; object-fit:cover; transition: transform .6s ease; }
.card:hover img { transform: scale(1.04); }
.card-content { z-index:1; position:relative; }
.card p { margin: 8px 0 18px; font-size: 14px; line-height: 1.45; }
.card .link { font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }

.event { padding: 115px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.event figure { margin: 0; border: 1px solid var(--line); }
.event figure img { aspect-ratio: .69; object-fit: cover; }
.event h2 { margin-bottom: 22px; }
.event .details { margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event .details div { padding: 17px 0; }
.event .details div + div { border-left: 1px solid var(--line); padding-left: 20px; }
.event .details b { display:block; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing:.1em; text-transform:uppercase; }

.quote { padding: 135px 24px; background: var(--blush); color: var(--slate); text-align: center; }
.quote blockquote { max-width: 920px; margin: auto; font-family: Fraunces, Georgia, serif; font-size: clamp(38px, 5vw, 72px); line-height: 1.1; letter-spacing: -.05em; }
.about { padding: 125px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about img { height: min(660px, 80vw); object-fit: cover; object-position: center; filter: grayscale(1); }
.about p { max-width: 535px; }
.about .button { margin-top: 13px; }

.footer { padding: 80px 0 38px; color: var(--paper); background: var(--slate); }
.footer .top { display:flex; justify-content:space-between; gap:45px; align-items:flex-start; }
.footer h2 { font-size: clamp(44px, 6vw, 82px); max-width: 700px; }
.footer p { max-width:350px; }
.footer .bottom { display:flex; justify-content:space-between; gap:20px; margin-top:80px; padding-top:20px; border-top:1px solid rgba(255,255,255,.25); font-family:"DM Mono",monospace; font-size:10px; text-transform:uppercase; letter-spacing:.08em; }

.page-hero { min-height: 530px; padding: 175px 0 78px; color:var(--paper); background: var(--plum); position:relative; overflow:hidden; }
.page-hero img { position:absolute; inset:0; height:100%; object-fit:cover; opacity:.42; filter:saturate(.76); }
.page-hero .wrap { position:relative; z-index:1; }
.page-hero h1 { max-width:800px; }
.page-main { padding: 100px 0 125px; }
.copy-grid { display:grid; grid-template-columns: .65fr 1.35fr; gap:80px; }
.copy-grid .lede { font-family:Fraunces, Georgia, serif; font-size:34px; line-height:1.22; }
.copy-grid p { margin-top:0; }
.offer-grid { margin-top:100px; display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.offer { padding:40px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.offer p { margin:14px 0 20px; }
.subtle { color:#6e6771; }

@media (max-width: 800px) {
  .wrap { width:min(100% - 32px, 1180px); }
  .site-header nav { display:none; }
  .hero { min-height:720px; }
  .intro, .event, .about, .copy-grid { grid-template-columns:1fr; gap:35px; }
  .cards { grid-template-columns:repeat(2,1fr); }
  .card { min-height:350px; }
  .event figure { max-width:400px; }
  .footer .top, .footer .bottom { flex-direction:column; }
}
@media (max-width: 500px) {
  .hero { min-height:680px; padding-bottom:42px; }
  .hero img { object-position: 59% 14%; }
  .cards, .offer-grid { grid-template-columns:1fr; }
  .intro, .pathways, .event, .about, .page-main { padding-top:72px; padding-bottom:72px; }
  .card { min-height:330px; }
  .event .details { grid-template-columns:1fr; }
  .event .details div + div { border-left:0; border-top:1px solid var(--line); padding-left:0; }
  .offer { padding:28px; }
}
