@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root { --ink: #292824; --paper: #f5f2eb; --cream: #e7e2d7; --orange: #ed6d3e; --sage: #cad8c0; --muted: #77746d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.55; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(41,40,36,.12); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: 'Playfair Display', serif; font-style: italic; }
.desktop-nav { display: flex; gap: 30px; }
.nav-link { position: relative; color: var(--muted); font-size: 14px; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--ink); }
.nav-link[aria-current="page"]::after { position: absolute; content: ''; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--orange); }
.menu-button { display: none; border: 0; background: none; color: var(--muted); }
.mobile-nav { display: none; }
.header-controls { display: flex; align-items: center; gap: 16px; }
.instagram-link { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(41,40,36,.2); border-radius: 50%; color: var(--ink); transition: color .2s, border-color .2s, background .2s; }
.instagram-link:hover { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.instagram-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.lang-switcher { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.lang-switcher .lang-label { display: none; }
.lang-switcher select { padding: 8px 10px; border: 1px solid rgba(41,40,36,.2); color: var(--ink); background: transparent; border-radius: 999px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.lang-switcher select:hover { border-color: var(--ink); }
.hero { padding: 76px 0 94px; background: var(--sage); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.05; }
h1 { margin-bottom: 26px; font-size: clamp(56px, 7vw, 95px); letter-spacing: -.04em; }
h1 em { color: var(--orange); font-style: italic; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.03em; }
h3 { margin-bottom: 10px; font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 500; }
.hero-text { max-width: 420px; margin-bottom: 34px; color: #4f5147; font-size: 18px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 14px 18px; border-radius: 2px; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); }
.hero-image-wrap { position: relative; aspect-ratio: 1.2 / 1; overflow: hidden; border-radius: 2px; }
.hero-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.slide-caption { position: absolute; right: 18px; bottom: 18px; display: flex; gap: 8px; color: white; font-family: 'DM Mono', monospace; font-size: 12px; text-shadow: 0 1px 4px #0008; }
.carousel-controls { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }
.round-button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(41,40,36,.35); border-radius: 50%; color: var(--ink); background: transparent; transition: background .2s, color .2s; }
.round-button:hover { color: var(--paper); background: var(--ink); }
.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { display: inline-block; border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 13px; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-card { overflow: hidden; background: var(--cream); }
.event-card > img { display: block; width: 100%; aspect-ratio: 1.3; object-fit: cover; }
.event-card-body { padding: 24px; }
.event-card-body p:not(.card-date) { min-height: 50px; color: var(--muted); font-size: 14px; }
.card-date, .footer-meta { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.quote-section { padding: 110px 0; color: var(--paper); background: var(--ink); }
.quote-inner { max-width: 800px; text-align: center; }
.quote-mark { display: block; color: var(--orange); font-family: 'Playfair Display', serif; font-size: 72px; line-height: .5; }
blockquote { margin: 25px 0; font-family: 'Playfair Display', serif; font-size: clamp(30px, 4vw, 49px); line-height: 1.15; }
.quote-inner p { color: #aaa79e; font-family: 'DM Mono', monospace; font-size: 11px; text-transform: uppercase; }
.site-footer { padding: 28px 0; border-top: 1px solid rgba(41,40,36,.12); }
.footer-inner { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.page-intro { padding: 100px 0 80px; background: var(--cream); }
.page-intro h1 { max-width: 750px; font-size: clamp(54px, 8vw, 100px); }
.page-intro > .container > p:last-child { max-width: 500px; color: var(--muted); font-size: 18px; }
.calendar-container { max-width: 960px; }
.calendar-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.calendar-toolbar h2 { margin: 0; font-size: 38px; }
.calendar { border-top: 1px solid var(--ink); }
.weekday-row, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.weekday-row span { padding: 15px 8px; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 11px; text-transform: uppercase; }
.calendar-cell { min-height: 120px; padding: 12px 10px; border-top: 1px solid rgba(41,40,36,.15); border-right: 1px solid rgba(41,40,36,.15); }
.calendar-cell:nth-child(7n) { border-right: 0; }
.day-number { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 12px; }
.calendar-cell.has-event { background: var(--sage); }
.calendar-event { display: block; width: 100%; margin-top: 12px; padding: 0; border: 0; color: inherit; background: transparent; font-family: 'Playfair Display', serif; font-size: 17px; line-height: 1.2; text-align: left; }
.calendar-event:first-of-type { margin-top: 30px; }
.calendar-event:hover { text-decoration: underline; text-underline-offset: 3px; }
.past-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.past-card { position: relative; min-height: 360px; overflow: hidden; padding: 0; border: 0; text-align: left; background: var(--ink); }
.past-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.past-card:hover img { transform: scale(1.04); }
.past-card-overlay { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 4px; padding: 70px 25px 24px; color: white; background: linear-gradient(transparent, #171715dd); }
.past-card-overlay strong { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 500; }
.past-card-overlay small { color: #ddd; font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; }
.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 70px 70px 50px; color: white; background: #141310; animation: modal-fade-in .18s ease-out; }
@keyframes modal-fade-in { from { opacity: 0; } to { opacity: 1; } }
.modal-image { max-width: min(100%, 1100px); max-height: 80vh; object-fit: contain; }
.modal-close { position: absolute; top: 24px; right: 30px; border: 0; color: white; background: transparent; font-size: 40px; font-weight: 300; }
.modal-prev, .modal-next { position: absolute; top: 50%; color: white; border-color: #ffffff80; transform: translateY(-50%); }
.modal-prev { left: 25px; } .modal-next { right: 25px; }
.modal-caption { position: absolute; bottom: 22px; left: 30px; right: 30px; display: flex; justify-content: space-between; font-family: 'DM Mono', monospace; font-size: 11px; text-transform: uppercase; }
.event-detail-modal { padding: 70px; background: rgba(20, 19, 16, .96); }
.event-detail-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); width: min(1060px, 100%); max-height: calc(100vh - 140px); overflow: auto; color: var(--ink); background: var(--paper); }
.event-detail-card > img { display: block; width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.event-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 72px); }
.event-detail-copy h2 { margin-bottom: 14px; font-size: clamp(38px, 5vw, 60px); }
.event-detail-date { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.event-detail-description { margin: 12px 0 26px; color: var(--muted); font-size: 17px; }
.event-detail-meta { display: grid; gap: 12px; margin: 0 0 30px; }
.event-detail-meta div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding-top: 12px; border-top: 1px solid rgba(41,40,36,.15); }
.event-detail-meta dt { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.event-detail-meta dd { margin: 0; }
.registration-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.registration-actions .button { align-self: flex-start; }
.button-instagram { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.button-instagram:hover { color: var(--paper); background: var(--ink); }
.about-intro { background: var(--orange); }
.about-intro .eyebrow, .about-intro h1 em { color: var(--paper); }
.about-intro h1 { max-width: 900px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy { max-width: 500px; color: var(--muted); font-size: 18px; }
.about-copy p + p { margin-top: 25px; }
.founder-section { padding-top: 0; }
.founder-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.founder-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.founder-card p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 17px; }
@media (max-width: 760px) { .container { width: min(100% - 32px, 600px); } .desktop-nav { display: none; } .menu-button { display: block; } .mobile-nav { display: flex; flex-direction: column; gap: 18px; padding: 20px 16px 25px; border-top: 1px solid rgba(41,40,36,.12); } .hero { padding: 55px 0 65px; } .hero-grid, .about-grid, .founder-card { grid-template-columns: 1fr; gap: 38px; } h1 { font-size: clamp(52px, 15vw, 78px); } .hero-text { font-size: 16px; } .section { padding: 65px 0; } .section-heading { display: block; } .section-heading .text-link { margin-top: 20px; } .event-grid, .past-grid { grid-template-columns: 1fr; } .past-card { min-height: 300px; } .footer-inner { flex-direction: column; gap: 10px; } .page-intro { padding: 65px 0 55px; } .calendar-cell { min-height: 90px; padding: 8px 5px; } .calendar-event, .calendar-event:first-of-type { margin-top: 10px; font-size: 12px; } .weekday-row span { font-size: 9px; padding-left: 3px; } .modal { padding: 55px 16px 60px; } .modal-prev { left: 12px; } .modal-next { right: 12px; } .event-detail-modal { align-items: start; padding: 58px 16px 20px; overflow-y: auto; } .event-detail-card { grid-template-columns: 1fr; max-height: none; } .event-detail-card > img { min-height: 0; aspect-ratio: 1.4; } .event-detail-copy { padding: 32px 24px 38px; } .event-detail-copy h2 { font-size: 40px; } }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
