*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', Arial, sans-serif;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
}

/* ── Top bar ── */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1.5rem;
  border-bottom: 1px solid #111;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.top-bar .brand    { font-weight: 400; white-space: nowrap; color: #111; text-decoration: none; }
.top-bar .cities   { color: #444; text-align: right; flex: 1; padding: 0 1rem; }
.badge {
  border: 1px solid #111;
  padding: 0.2rem 0.5rem;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  align-self: center;
}
.hero .subtitle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
}

/* ── Content wrapper ── */
.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

/* ── Hero ── */
.hero {
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #111;
}
.hero h1 {
  font-style: italic;
  font-size: clamp(3rem, 10vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.hero h1 em {
  font-weight: 300;
  display: block;
}
.hero .subtitle {
  font-style: italic;
  margin-top: 0.75rem;
  font-size: 12px;
  color: #333;
}

/* ── Prose content (privacy, etc.) ── */
.prose {
  padding: 2rem 0;
}
.prose h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.prose .lead {
  font-size: 12px;
  color: #555;
  margin-bottom: 2rem;
}
.prose h2 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 1.75rem 0 0.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}
.prose h3 {
  font-size: 11px;
  font-weight: 700;
  margin: 1rem 0 0.3rem;
}
.prose p {
  font-size: 13px;
  color: #222;
  margin-bottom: 0.75rem;
}
.prose ul {
  margin: 0.25rem 0 0.75rem 1.25rem;
}
.prose li {
  font-size: 13px;
  color: #222;
  margin-bottom: 0.25rem;
}
.prose a { color: #111; }
.antispam { display: none; }

/* ── Section label ── */
.label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.4rem;
}

.flex-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* ── Date / Venue row ── */
.meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #111;
  padding: 1rem 0;
}
.meta-row .col { padding-right: 1.5rem; }
.meta-row .col + .col {
  padding-left: 1.5rem;
  padding-right: 0;
  border-left: 1px solid #ddd;
}
.meta-row strong { font-size: 15px; font-weight: 700; display: block; margin-top: 0.1rem; }
.meta-row span   { font-size: 12px; color: #444; }

/* ── Programme ── */
.programme { padding: 1rem 0; border-bottom: 1px solid #111; }
.prog-item {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0.5rem;
  padding: 0.3rem 0;
}
.prog-item .time {
  font-size: 12px;
  font-weight: 700;
  padding-top: 1px;
}
.prog-item .desc { font-size: 13px; }
.prog-item .desc .tracks {
  font-size: 11px;
  color: #555;
  margin-top: 0.1rem;
}

/* ── Presenters grid ── */
.presenters { padding: 1rem 0; border-bottom: 1px solid #111; }
.presenters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.presenter {
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.presenter:nth-child(even) {
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 1px solid #eee;
}
.presenter strong { font-size: 12px; font-weight: 700; display: block; }
.presenter span   { font-size: 11px; color: #555; }

/* ── Tags ── */
.tags { padding: 0.75rem 0; border-bottom: 1px solid #111; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag {
  border: 1px solid #111;
  padding: 0.15rem 0.5rem;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── Hosted / Sponsored ── */
.hosting-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0.75rem 0;
  border-bottom: 1px solid #111;
}
.hosting-row .block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border-bottom: 1px solid #eee;
  padding: 0.75rem 0;
}
.hosting-row .block:first-child {
  padding-top: 0;
}
.hosting-row .block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hosting-row .nordiq {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 200;
}
.hosting-row .perks {
  font-size: 11px;
  color: #444;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-self: flex-end;
}

/* ── Open sponsor categories ── */
.sponsor-cats { padding: 0.75rem 0; border-bottom: 1px solid #111; }
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.sponsor-cat {
  border: 1px solid #111;
  padding: 0.3rem 0.5rem;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

/* ── Registration / notes ── */
.registration {
  padding: 0.75rem 0;
}
.register-cta {
  font-size: 13px;
  margin-bottom: 0.4rem;
}
.register-cta a {
  color: #111;
  font-weight: 700;
}
.register-cta a:hover { text-decoration: none; }

/* ── Footer ── */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.5rem;
  border-top: 1px solid #111;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
footer a { color: #111; font-weight: 400; }
footer a:hover { text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 540px) {
  .top-bar .cities { display: none; }
  .meta-row        { grid-template-columns: 1fr; }
  .meta-row .col + .col { border-left: none; padding-left: 0; border-top: 1px solid #ddd; padding-top: 0.75rem; margin-top: 0.75rem; }
  .presenters-grid { grid-template-columns: 1fr; }
  .presenter:nth-child(even) { border-left: none; padding-left: 0; }
  .sponsor-grid    { grid-template-columns: repeat(2, 1fr); }
  footer           { flex-direction: column; gap: 0.4rem; text-align: center; }
  .hero h1         { font-size: 3rem; }
}
