/* kentoler.com — palette: paper #FBF8F2, ink #111014, orange #F04E23 */

:root {
  --paper: #FBF8F2;
  --ink: #111014;
  --orange: #F04E23;
  --gray-1: #3A3843;
  --gray-2: #55525E;
  --gray-3: #75727E;
  --gray-4: #8B8894;
  --gray-5: #8E8B98;
  --line: #DAD5C9;
  --line-dark: #33313C;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Archivo', sans-serif;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: .75; }
img { max-width: 100%; }

.mono { font-family: var(--mono); }

/* ---------- Header ---------- */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 44px;
  border-bottom: 2px solid var(--ink);
  position: sticky;
  top: 0;
  background: var(--paper);
  z-index: 10;
}

.site-header .brand {
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.site-header .brand .dot { color: var(--orange); }

.site-header nav {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 600;
}

.site-header .cta {
  background: var(--orange);
  color: #fff;
  padding: 9px 18px;
}

/* ---------- Hero ---------- */

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.hero-copy {
  padding: 56px 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  align-self: flex-start;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  padding: 7px 12px;
}

.hero h1 {
  margin: 0;
  font-weight: 900;
  font-size: 84px;
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-wrap: pretty;
}

.hero h1 .accent { color: var(--orange); }

.hero .lede {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: var(--gray-1);
  max-width: 520px;
  text-wrap: pretty;
}

.hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }

.btn-solid {
  background: var(--ink);
  color: var(--paper);
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
}

.btn-outline {
  border: 2px solid var(--ink);
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 700;
}

.hero-photo {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-left: 2px solid var(--ink);
  background: var(--ink);
}

.hero-photo img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 62% 12%;
}

.photo-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--orange);
  color: #fff;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  padding: 8px 14px;
}

.photo-tag.dark { background: var(--ink); color: var(--paper); }

/* ---------- Ticker strip ---------- */

.ticker {
  background: var(--ink);
  color: var(--paper);
  padding: 16px 44px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .16em;
}

/* ---------- Section shells ---------- */

.section { padding: 72px 44px 24px; }

.section-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.section-head h2 {
  margin: 0;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.section-head .meta {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--gray-3);
}

.section-intro {
  margin: 0 0 36px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--gray-1);
  max-width: 620px;
}

/* ---------- Row lists (workshops, talks) ---------- */

.row-list { display: flex; flex-direction: column; }

.row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 40px;
  gap: 28px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  align-items: center;
}

.row:first-child { border-top: 2px solid var(--ink); }
.row:last-child { border-bottom: 2px solid var(--ink); }

.row .tag {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--orange);
}

.row .title {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.row .desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--gray-2);
}

.row .arrow { font-size: 24px; text-align: right; }

.row.static .arrow { visibility: hidden; }
.row.static .tag { color: var(--gray-3); }

/* ---------- Talks mosaic ---------- */

.mosaic {
  padding: 56px 44px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  grid-auto-rows: 420px;
}

.mosaic-main { position: relative; overflow: hidden; display: block; }

.mosaic-main img,
.mosaic-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mosaic-main .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mosaic-main .caption .t { font-weight: 800; font-size: 20px; }

.mosaic-main .caption .s {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: #B8B4C0;
}

.mosaic-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.mosaic-cell { position: relative; overflow: hidden; }

/* ---------- About ---------- */

.about {
  background: var(--ink);
  color: var(--paper);
  padding: 72px 44px;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
}

.about-photo { display: flex; flex-direction: column; gap: 14px; }

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 20%;
  border: 2px solid var(--orange);
}

.about-photo .caption {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--gray-5);
}

.about-body { display: flex; flex-direction: column; gap: 20px; }

.about-body h2 {
  margin: 0;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: -.04em;
  text-transform: uppercase;
  line-height: .95;
}

.about-body .p1 { margin: 0; font-size: 18px; line-height: 1.6; color: #D6D3DC; }
.about-body .p2 { margin: 0; font-size: 18px; line-height: 1.6; color: var(--gray-5); }
.about-body a { color: inherit; border-bottom: 1px solid var(--orange); }

.certs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--gray-5);
}

.certs a, .certs span {
  border: 1px solid var(--line-dark);
  padding: 7px 12px;
  display: inline-block;
}

/* ---------- Appearances + podcast ---------- */

.appearances {
  padding: 64px 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

.appearances h2 {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.appearances .sub { margin: 0 0 22px; font-size: 15px; color: var(--gray-3); }

.appearance-list { display: flex; flex-direction: column; }

.appearance-list a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.appearance-list a:last-child { border-bottom: 1px solid var(--line); }

.appearance-list .t { font-size: 19px; font-weight: 700; }

.appearance-list .s {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gray-4);
}

.podcast-card {
  border: 2px solid var(--ink);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.podcast-card .kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--orange);
}

.podcast-card .headline {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: uppercase;
}

.podcast-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-2);
}

.podcast-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 12px;
}

.podcast-links a { color: var(--orange); }

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--orange);
  color: #fff;
  padding: 76px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-band .line {
  font-weight: 900;
  font-size: 60px;
  line-height: .92;
  letter-spacing: -.04em;
  text-transform: uppercase;
  max-width: 720px;
}

.cta-band .email {
  background: var(--ink);
  color: #fff;
  padding: 20px 34px;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

/* ---------- Footer ---------- */

.site-footer {
  padding: 24px 44px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--gray-4);
}

.site-footer .links { display: flex; gap: 20px; }

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 420px; border-left: none; border-top: 2px solid var(--ink); }
  .hero h1 { font-size: 60px; }
  .row { grid-template-columns: 100px 1fr 40px; }
  .row .desc { grid-column: 1 / -1; grid-row: 2; }
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .mosaic-side { grid-template-rows: none; grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 340px; }
  .appearances { grid-template-columns: 1fr; }
  .cta-band .line { font-size: 44px; }
}

@media (max-width: 640px) {
  .site-header { padding: 16px 20px; }
  .site-header nav { gap: 14px; font-size: 13px; }
  .hero-copy, .ticker, .section, .mosaic, .about, .appearances, .cta-band, .site-footer { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 44px; }
  .section-head h2 { font-size: 40px; }
  .row { grid-template-columns: 1fr 40px; gap: 10px; padding: 20px 0; }
  .row .tag { grid-column: 1 / -1; }
  .row .title { font-size: 21px; }
  .mosaic-side { grid-template-columns: 1fr; }
  .about-body h2 { font-size: 36px; }
  .cta-band .line { font-size: 34px; }
}
