:root {
  --ink: #201d1a;
  --rust: #712113;
  --bone: #eeeae2;
  --soft: #f8f6f1;
  --muted: #77716a;
  --line: rgba(32, 29, 26, .18);
  --pad: clamp(1.25rem, 5vw, 5.5rem);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.typewriter { font-family: "Courier New", Courier, monospace; }
.kicker { margin: 0; color: var(--muted); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }

.move-ticker { min-height: 32px; display: grid; place-items: center; padding: .45rem var(--pad); background: var(--rust); color: var(--soft); text-align: center; }
.move-ticker p { margin: 0; font: 700 .7rem/1.3 "Courier New", monospace; letter-spacing: .06em; }

.site-header { height: 88px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); background: rgba(248, 246, 241, .96); position: relative; z-index: 20; }
.desktop-nav { display: flex; gap: clamp(1.25rem, 3vw, 3rem); font: .8rem/1 "Courier New", monospace; }
.desktop-nav a { padding: .55rem 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { border-color: var(--rust); }
.header-cta { justify-self: end; min-width: 128px; display: flex; justify-content: space-between; padding: .9rem 1rem; border: 1px solid var(--rust); color: var(--rust); text-transform: uppercase; font: 700 .72rem/1 Arial, sans-serif; }
.header-cta:hover { background: var(--rust); color: var(--soft); }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: calc(100svh - 120px); max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 9vw, 9rem) var(--pad) clamp(3rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: space-between; gap: clamp(4rem, 10vw, 9rem); }
.hero-logo { width: min(820px, 82vw); height: auto; align-self: center; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.hero-bottom > div { max-width: 690px; }
.hero h1 { margin: .8rem 0 1.2rem; color: var(--rust); font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 500; line-height: .92; letter-spacing: -.065em; }
.hero-bottom > div > p:last-child { max-width: 34rem; margin: 0; font-size: 1.1rem; }
.button { min-width: 230px; display: inline-flex; justify-content: space-between; align-items: center; padding: 1rem 1.2rem; border: 1px solid var(--rust); text-transform: uppercase; font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .05em; transition: background .2s, color .2s; }
.button-light, .button-rust { background: var(--rust); color: var(--soft); }
.button:hover { background: transparent; color: var(--rust); }
.button-rust { margin-top: 3rem; }

.featured { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bone); }
.featured-image { position: relative; overflow: hidden; min-height: 650px; }
.featured-image img { height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s ease; }
.featured-image:hover img { transform: scale(1.02); }
.image-label, .concept-label { position: absolute; top: 1rem; left: 1rem; padding: .4rem .6rem; background: rgba(248, 246, 241, .92); color: var(--ink); font-size: .7rem; }
.featured-copy { padding: clamp(2.5rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.featured-copy h2 { margin: 2rem 0 3rem; color: var(--rust); font-size: clamp(3.6rem, 6vw, 7rem); font-weight: 500; line-height: .86; letter-spacing: -.07em; text-transform: lowercase; }
.featured-info { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.featured-info p { margin: 0; padding: 1rem 0; font: .78rem/1.45 "Courier New", monospace; }
.featured-info p + p { padding-left: 1rem; border-left: 1px solid var(--line); }
.featured-description { max-width: 34rem; margin: 1.5rem 0 2.5rem; }
.line-link { display: flex; justify-content: space-between; padding: 1rem 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; color: var(--rust); text-transform: uppercase; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }

.section { padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.section-intro, .events-heading { max-width: var(--max); margin: 0 auto clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: .55fr 1.2fr .65fr; gap: 2rem; align-items: end; }
.section-intro h2, .events-heading h2, .contact h2 { margin: 0; color: var(--rust); font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 500; line-height: .86; letter-spacing: -.07em; text-transform: lowercase; }
.section-intro > p:last-child, .events-heading > p:last-child { max-width: 26rem; margin: 0; }

.workshops { background: var(--soft); }
.workshop-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--ink); }
.workshop-row { min-height: 150px; display: grid; grid-template-columns: 130px 60px 1fr 165px 120px 48px; gap: 1rem; align-items: center; border-bottom: 1px solid var(--line); }
.row-image { width: 110px; height: 120px; overflow: hidden; margin: 14px 0; }
.row-image img { height: 100%; object-fit: cover; filter: saturate(.72); transition: filter .25s, transform .4s; }
.workshop-row:hover .row-image img { filter: saturate(1); transform: scale(1.03); }
.row-number, .row-date, .row-price { font-size: .72rem; }
.row-title h3 { margin: 0; color: var(--rust); font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.row-title p { margin: .6rem 0 0; font-size: .85rem; }
.row-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); }
.workshops > .button, .events > .button { margin-left: max(0px, calc((100% - var(--max)) / 2)); }

.new-space { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--bone); }
.space-visual { position: relative; max-height: 820px; overflow: hidden; }
.space-visual > img { height: 100%; object-fit: cover; }
.space-copy { max-width: 700px; }
.space-logo { width: min(500px, 88%); height: auto; margin: 2rem 0 3rem; }
.space-copy h2 { margin: 0 0 2rem; color: var(--rust); font-size: clamp(3rem, 5.8vw, 6rem); font-weight: 500; line-height: .9; letter-spacing: -.065em; }
.space-copy > p:not(.kicker) { max-width: 39rem; font-size: 1.05rem; }
.space-facts { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.space-facts span { display: flex; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .72rem; }

.about { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); background: var(--soft); border-bottom: 1px solid var(--line); }
.about-heading h2 { max-width: 720px; margin: 1.5rem 0 0; color: var(--rust); font-size: clamp(3.5rem, 6.5vw, 7rem); font-weight: 500; line-height: .87; letter-spacing: -.07em; }
.about-story { max-width: 760px; padding-top: 3.2rem; }
.about-lead { margin: 0 0 clamp(2.5rem, 5vw, 5rem); color: var(--rust); font-size: clamp(1.65rem, 2.8vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); }
.about-columns p { margin: 0; }
.about blockquote { margin: clamp(3rem, 6vw, 6rem) 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); color: var(--rust); font-size: clamp(1.35rem, 2.2vw, 2.2rem); line-height: 1.15; letter-spacing: -.025em; }
.about cite { display: block; margin-top: 1rem; color: var(--muted); font: normal .7rem/1.4 "Courier New", monospace; text-transform: uppercase; letter-spacing: .05em; }

.events { background: var(--soft); }
.event-formats, .reference-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 4.5rem); }
.event-formats article, .reference-grid article { padding-top: 1.25rem; border-top: 1px solid var(--line); }
.event-formats article > span, .reference-index, .reference-type { font-size: .72rem; }
.event-formats h3, .reference-grid h3 { margin: 3.5rem 0 1.25rem; color: var(--rust); font-size: clamp(2.2rem, 3.3vw, 3.8rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.event-formats article > p:not(.event-note), .reference-grid article > p:last-child { max-width: 28rem; }
.event-note { margin: 1.5rem 0 0; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }

.topic-selection { max-width: var(--max); margin: clamp(6rem, 10vw, 10rem) auto 0; padding-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--ink); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.topic-intro { align-self: start; position: sticky; top: 2rem; }
.topic-intro h3 { margin: 1.5rem 0; color: var(--rust); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 500; line-height: .88; letter-spacing: -.065em; }
.topic-intro > p:last-child { max-width: 29rem; margin: 0; }
.topic-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.topic-list li { min-height: 96px; display: grid; grid-template-columns: 48px 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.topic-list span { color: var(--muted); font-size: .7rem; }
.topic-list strong { color: var(--rust); font-size: clamp(1.7rem, 2.6vw, 3rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.topic-list em { max-width: 210px; color: var(--muted); font-size: .76rem; font-style: normal; text-align: right; }

.references { background: var(--bone); }
.references-title { max-width: var(--max); margin: 0 auto clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; }
.references-title h2 { margin: 0; color: var(--rust); font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 500; line-height: .86; letter-spacing: -.07em; text-transform: lowercase; }
.reference-type { margin: 2rem 0 0; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.reference-grid h3 { margin-top: 1rem; }
.references-note { max-width: var(--max); margin: 3rem auto 0; color: var(--muted); text-align: right; font-size: .74rem; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; background: var(--soft); }
.contact h2 { max-width: 780px; }
.contact-details { display: flex; flex-direction: column; }
.contact-details > p { color: var(--muted); font-size: .78rem; margin: 0 0 2rem; }
.contact-details a { display: flex; justify-content: space-between; padding: 1rem 0; border-top: 1px solid var(--line); }
.contact-details a:last-child { border-bottom: 1px solid var(--line); }

footer { min-height: 270px; padding: 3rem var(--pad); border-top: 1px solid var(--line); background: var(--bone); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
footer img { width: min(390px, 70vw); height: auto; grid-column: 1 / -1; }
footer p { margin: 0; color: var(--muted); font-size: .68rem; }
footer p:last-child { justify-self: end; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  .menu-button { display: grid; gap: 7px; width: 46px; height: 46px; padding: 13px 8px; border: 0; background: none; }
  .menu-button span { height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 18; top: 106px; inset-inline: 0; background: var(--soft); padding: 1rem var(--pad) 2rem; border-bottom: 1px solid var(--line); flex-direction: column; }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: 1.35rem; }
  .featured, .new-space, .about, .contact { grid-template-columns: 1fr; }
  .section-intro, .events-heading, .references-title { grid-template-columns: 1fr; align-items: start; }
  .workshop-row { grid-template-columns: 100px 42px 1fr 48px; padding: 1rem 0; }
  .row-image { width: 92px; height: 108px; grid-row: 1 / 3; }
  .row-title { grid-column: 3; }
  .row-date { grid-column: 2 / 4; }
  .row-price { display: none; }
  .row-arrow { grid-column: 4; grid-row: 1 / 3; }
  .event-formats, .reference-grid, .topic-selection { grid-template-columns: 1fr; gap: 3rem; }
  .topic-intro { position: static; }
  .event-formats h3, .reference-grid h3 { margin-top: 2.25rem; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; padding-top: 5rem; }
  .hero-logo { width: 92vw; }
  .hero-bottom { grid-template-columns: 1fr; gap: 2rem; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .button { width: 100%; }
  .featured-image { min-height: 600px; }
  .featured-copy h2 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .featured-info { grid-template-columns: 1fr; }
  .featured-info p + p { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .workshop-row { grid-template-columns: 78px 1fr 42px; gap: .75rem; }
  .row-image { width: 72px; height: 92px; }
  .row-number { display: none; }
  .row-title { grid-column: 2; }
  .row-title h3 { font-size: 2rem; }
  .row-date { grid-column: 2; }
  .row-arrow { grid-column: 3; }
  .space-visual { max-height: 680px; }
  .space-logo { width: 94%; }
  .about-story { padding-top: 0; }
  .about-columns { grid-template-columns: 1fr; }
  .topic-list li { grid-template-columns: 34px 1fr; }
  .topic-list em { grid-column: 2; max-width: none; text-align: left; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
