:root {
  --ink: #17352d;
  --ink-muted: #62716a;
  --paper: #f2eee6;
  --cream: #e7dfd2;
  --sage: #b8c7b4;
  --coral: #d3785c;
  --line: rgba(23, 53, 45, .18);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 6vw; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--ink); border-radius: 50%; font: 600 10px var(--sans); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 12px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-footer a:hover { color: var(--coral); }
.nav-cta { padding: 12px 17px; border: 1px solid var(--ink); border-radius: 2px; }
.nav-cta span { margin-left: 15px; font-size: 16px; }
.menu-toggle { display: none; background: none; border: 0; }

.hero { position: relative; display: grid; grid-template-columns: 1fr .92fr; gap: 6vw; min-height: 660px; padding: 8vw 12vw 7vw 15vw; background: var(--sage); overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -10vw; bottom: -21vw; width: 46vw; height: 46vw; border: 1px solid rgba(23,53,45,.18); border-radius: 50%; }
.hero-copy { position: relative; z-index: 1; padding-top: 3vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
h1, h2, blockquote { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; line-height: .98; }
h1 { font-size: clamp(52px, 6.8vw, 105px); }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.hero-intro { max-width: 300px; margin: 38px 0 34px; color: var(--ink-muted); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }
.text-link span { font-size: 18px; font-weight: 400; }
.hero-portrait { position: relative; z-index: 1; align-self: center; max-width: 400px; }
.portrait-frame { height: 490px; padding: 12px; background: rgba(242,238,230,.6); transform: rotate(2.5deg); }
.portrait-frame img { height: 100%; filter: saturate(.72); }
.image-caption { margin: 25px 0 0; font: italic 14px/1.4 var(--serif); }
.hero-side-note { position: absolute; right: 4vw; top: 48%; font-size: 10px; line-height: 2.2; letter-spacing: .1em; text-align: right; }
.hero-side-note span { color: var(--ink-muted); }

.content-grid { display: grid; grid-template-columns: 25% 1fr; gap: 7vw; }
.intro-section { padding: 12vw 15vw; }
.section-label { padding-top: 8px; color: var(--ink-muted); font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .14em; }
.large-copy { max-width: 690px; margin: 0; font: 500 clamp(26px, 3.4vw, 52px)/1.12 var(--serif); }
.intro-meta { display: flex; gap: 5vw; max-width: 700px; margin-top: 55px; align-items: end; }
.intro-meta p { max-width: 350px; margin: 0; color: var(--ink-muted); font-size: 13px; }
.round-arrow { display: grid; flex: 0 0 58px; place-items: center; width: 58px; height: 58px; border: 1px solid var(--ink); border-radius: 50%; font-size: 22px; transition: background .25s, color .25s; }
.round-arrow:hover { color: var(--paper); background: var(--ink); }

.work-section { padding: 10vw 15vw 12vw; background: var(--ink); color: var(--paper); }
.work-section .section-label { color: var(--sage); }
.work-section .eyebrow { color: var(--sage); }
.work-section h2, .connect-section h2 { font-size: clamp(48px, 6vw, 84px); }
.work-section h2 em { color: var(--sage); }
.work-list { margin: 8vw 0 0 25%; border-top: 1px solid rgba(242,238,230,.25); }
.work-item { display: grid; grid-template-columns: 8% 1fr 5%; align-items: center; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(242,238,230,.25); }
.work-item:hover strong, .work-item:hover .item-arrow { color: var(--sage); }
.work-number { color: var(--sage); font-size: 11px; }
.work-item strong { display: block; font: 500 26px var(--serif); }
.work-item small { display: block; margin-top: 4px; color: #a7b2ac; font-size: 12px; }
.item-arrow { justify-self: end; font-size: 24px; }

.quote-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.quote-image { min-height: 620px; }
.quote-image img { height: 100%; filter: sepia(.18) saturate(.72); }
.quote-copy { display: flex; flex-direction: column; justify-content: center; padding: 10vw; }
blockquote { max-width: 480px; margin: 30px 0; font-size: clamp(34px, 4vw, 61px); }
.quote-source { margin: 0 0 60px; color: var(--ink-muted); font-size: 12px; }

.events-section { padding: 12vw 15vw; }
.event-heading { display: flex; justify-content: space-between; align-items: end; }
.event-heading h2 { font-size: clamp(46px, 5.7vw, 78px); }
.event-content { max-width: 780px; }
.event-card { display: grid; grid-template-columns: 85px 1fr auto; gap: 28px; align-items: center; margin-top: 7vw; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-card time { display: flex; align-items: start; gap: 5px; font: 500 48px var(--serif); line-height: .9; }
.event-card time span { margin-top: 5px; font: 10px/1.2 var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.event-type { margin: 0 0 9px; color: var(--coral); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.event-card h3 { margin: 0 0 6px; font: 500 25px var(--serif); }
.event-card p:last-child { margin: 0; color: var(--ink-muted); font-size: 12px; }
.event-link { align-self: end; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 11px; }
.event-link span { margin-left: 12px; font-size: 15px; }

.connect-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 9vw 15vw; background: var(--coral); color: var(--ink); }
.connect-section .eyebrow { color: #5c3329; }
.connect-section h2 em { color: var(--paper); }
.signup-form { align-self: end; padding-bottom: 4px; }
.signup-form label { display: block; max-width: 300px; margin-bottom: 28px; font: 500 22px/1.2 var(--serif); }
.input-row { display: flex; max-width: 390px; border-bottom: 1px solid var(--ink); }
.input-row input { flex: 1; min-width: 0; padding: 12px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 13px var(--sans); }
.input-row input::placeholder { color: #745248; }
.input-row button { width: 40px; border: 0; background: none; color: var(--ink); font-size: 24px; cursor: pointer; }
.form-message { min-height: 20px; margin: 10px 0 0; font-size: 11px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; padding: 25px 6vw; color: var(--ink-muted); background: var(--paper); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer div { display: flex; gap: 22px; }

.reveal { animation: rise .8s both; }
.hero-portrait { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 7vw; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; z-index: 5; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 7vw 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; padding: 12px; text-align: center; }
  .hero { display: block; min-height: auto; padding: 17vw 9vw 20vw; }
  h1 { font-size: clamp(48px, 16vw, 78px); }
  .hero-intro { margin-top: 30px; }
  .hero-portrait { width: 78%; margin: 14vw auto 0; }
  .portrait-frame { height: 375px; }
  .hero-side-note { display: none; }
  .content-grid { display: block; }
  .section-label { margin-bottom: 36px; }
  .intro-section, .events-section { padding: 22vw 9vw; }
  .intro-meta { margin-top: 35px; }
  .work-section { padding: 20vw 9vw; }
  .work-list { margin: 18vw 0 0; }
  .work-item { grid-template-columns: 10% 1fr; gap: 10px; padding: 23px 0; }
  .work-item strong { font-size: 22px; }
  .item-arrow { grid-column: 2; grid-row: 1; justify-self: end; }
  .quote-section { display: block; }
  .quote-image { min-height: 330px; }
  .quote-copy { padding: 20vw 9vw; }
  blockquote { font-size: 43px; }
  .event-heading { align-items: start; }
  .event-heading .round-arrow { margin-top: 12px; }
  .event-card { grid-template-columns: 58px 1fr; gap: 15px; }
  .event-card time { font-size: 36px; }
  .event-link { grid-column: 2; justify-self: start; margin-top: 15px; }
  .connect-section { display: block; padding: 20vw 9vw; }
  .signup-form { margin-top: 16vw; }
  .site-footer { display: block; padding: 25px 9vw; line-height: 2.2; }
  .site-footer div { gap: 14px; flex-wrap: wrap; }
}
