
:root{
  --bg:#f6f3ed;--card:#fff;--ink:#111;--muted:#666;--line:#d8d2c8;
  --soft:#ece7de;--radius:22px;--max:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
header{position:sticky;top:0;background:rgba(246,243,237,.94);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid var(--line)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{font-weight:900;font-size:28px;letter-spacing:-.05em}
.navlinks{display:flex;align-items:center;gap:24px;font-size:14px}
.cta,.secondary,.join{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;font-weight:700;border:1px solid var(--ink);cursor:pointer;font:inherit}
.cta,.join{background:var(--ink);color:white}.secondary{background:transparent}
.hero{padding:86px 0 60px;border-bottom:1px solid var(--line)}
.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--muted)}
h1{font-size:clamp(60px,11vw,145px);line-height:.82;letter-spacing:-.07em;margin:18px 0 30px}
.hero-bottom{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}
.hero-copy{font-size:clamp(21px,3vw,34px);line-height:1.15;max-width:720px;letter-spacing:-.03em}
.hero-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
section{padding:74px 0;border-bottom:1px solid var(--line)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:32px}
.section-head h2{font-size:clamp(38px,6vw,72px);line-height:.95;letter-spacing:-.05em;margin:7px 0 0}
.section-head p{max-width:420px;color:var(--muted);line-height:1.6}
.event-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px}
.event-card h3{font-size:clamp(38px,5vw,68px);line-height:.94;margin:10px 0 18px;letter-spacing:-.05em}
.meta{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}
.pill{border:1px solid var(--line);border-radius:999px;padding:8px 10px;font-size:13px}
.event-side{background:var(--soft);border-radius:18px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}
.event-side p{color:var(--muted);line-height:1.6}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
.card h3{font-size:30px;letter-spacing:-.04em;margin:10px 0}
.card p{color:var(--muted);line-height:1.55}
.notes{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.note{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px;font-size:24px;line-height:1.3}
.note small{display:block;margin-top:22px;color:var(--muted);font-size:13px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.about-grid h2{font-size:clamp(44px,7vw,86px);line-height:.9;letter-spacing:-.06em;margin:0}
.about-grid p{font-size:18px;line-height:1.7;color:var(--muted)}
.signup-form{display:flex;gap:10px;max-width:650px}
input,textarea,select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 15px;font:inherit;color:var(--ink)}
textarea{min-height:130px;resize:vertical}
button{font:inherit}
footer{padding:36px 0 60px}
.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:end}
.footer-grid p{color:var(--muted);font-size:13px}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:20px;z-index:40}
.modal-backdrop.open{display:flex}
.modal{width:min(560px,100%);max-height:90vh;overflow:auto;background:var(--bg);border-radius:24px;padding:28px;border:1px solid var(--line)}
.modal-head{display:flex;justify-content:space-between;gap:20px;align-items:start}
.modal h3{font-size:36px;line-height:1;margin:6px 0 10px;letter-spacing:-.04em}
.close{background:transparent;border:0;font-size:28px;cursor:pointer}
.form-grid{display:grid;gap:12px;margin-top:20px}
.check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted)}
.check input{width:auto;margin-top:3px}
.form-status{font-size:14px;color:var(--muted);margin-top:12px}
.archive-list{display:grid;gap:12px}
.archive-row{display:grid;grid-template-columns:140px 1fr auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.archive-row b{font-size:18px}
.archive-row span{color:var(--muted)}
@media(max-width:800px){
 .navlinks a:not(.nav-cta){display:none}
 .hero{padding-top:58px}
 .hero-bottom,.event-card,.about-grid{grid-template-columns:1fr}
 .hero-actions{justify-content:flex-start}
 .cards{grid-template-columns:1fr}
 .notes{grid-template-columns:1fr}
 .section-head{display:block}
 .section-head p{margin-top:16px}
 .archive-row{grid-template-columns:1fr}
 .signup-form{display:grid}
}

.join:disabled,.cta:disabled{
  opacity:.45;
  cursor:not-allowed;
}

.form-section-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:#666;
  margin:4px 0 -2px;
}

.event-card-with-image{
  padding:0;
  overflow:hidden;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:0;
}
.event-visual{
  min-height:460px;
  background:var(--soft);
  position:relative;
  overflow:hidden;
}
.event-visual img{
  width:100%;
  height:100%;
  min-height:460px;
  object-fit:cover;
  display:none;
}
.event-image-fallback{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:30px;
  background:linear-gradient(145deg,#171717,#2a2926);
  color:#fff;
}
.event-image-fallback span{
  font-size:18px;
  font-weight:900;
  letter-spacing:-.04em;
}
.event-image-fallback strong{
  font-size:clamp(42px,5vw,72px);
  line-height:.9;
  letter-spacing:-.06em;
}
.event-content{
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:460px;
}
.event-content h3{
  font-size:clamp(38px,5vw,68px);
  line-height:.94;
  margin:10px 0 18px;
  letter-spacing:-.05em;
}
.event-actions{
  border-top:1px solid var(--line);
  padding-top:24px;
  margin-top:26px;
}
.event-actions p{
  color:var(--muted);
  line-height:1.6;
}
@media(max-width:800px){
  .event-card-with-image{
    grid-template-columns:1fr;
  }
  .event-visual,
  .event-visual img{
    min-height:320px;
    aspect-ratio:4/5;
  }
  .event-content{
    min-height:auto;
  }
}

.experiences-list{
  display:grid;
  gap:28px;
}
.experience-list-card{
  min-height:420px;
}
.experience-list-card .event-visual,
.experience-list-card .event-visual img{
  min-height:420px;
}
.event-loading{
  min-height:220px;
}
@media(max-width:800px){
  .experiences-list{gap:20px}
  .experience-list-card .event-visual,
  .experience-list-card .event-visual img{
    min-height:300px;
  }
}
