/* j11n.com — single page, Swiss/brutalist redesign */

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #f2f1ec;
  color: #0d0d0d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #0d0d0d;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #b8320a;
}

.page {
  min-height: 100vh;
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3.2vw, 40px) clamp(40px, 6vw, 60px);
}

.meta-label {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tap-target {
  display: inline-block;
  padding: 14px 0;
  margin: -14px 0;
}

/* 1. Top bar */
.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 10px;
}

.topbar-mail {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/* 2. Masthead */
.masthead {
  margin: 0 0 0 -0.018em;
  padding: 0.16em 0 0.255em;
  font-size: clamp(40px, 13.1vw, 210px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  word-spacing: -0.05em;
  font-weight: 400;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

/* 3. Hero row */
.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-top: 1px solid #0d0d0d;
  padding-top: 24px;
}

.hero-portrait {
  flex: 1 1 260px;
  min-width: 0;
  max-width: 560px;
  align-self: flex-end;
}

.hero-portrait img {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}

.hero-statement {
  flex: 2 1 380px;
  min-width: 0;
  padding-bottom: 24px;
}

.hero-statement .meta-label {
  padding-bottom: 14px;
  border-bottom: 1px solid #0d0d0d;
  margin-bottom: 20px;
}

.statement {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.statement a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

/* 4. Biography */
.bio {
  border-top: 1px solid #0d0d0d;
  padding-top: 24px;
}

.bio .meta-label {
  margin-bottom: 28px;
}

.bio-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.bio-columns p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* 5. Contact */
.contact {
  margin-top: 64px;
  border-top: 1px solid #0d0d0d;
  padding-top: 10px;
}

.contact .meta-label {
  margin-bottom: 11px;
}

.contact-list {
  display: grid;
  gap: 0;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 24px;
  padding: 18px 0;
  border-top: 1px solid #0d0d0d;
  font-size: clamp(22px, 3.4vw, 52px);
  letter-spacing: -0.03em;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-row:last-child {
  border-bottom: 1px solid #0d0d0d;
}

.contact-row-label {
  flex: 0 0 76px;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
}

/* 6. Footer */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  margin-top: 40px;
}

.footer-pi {
  padding: 14px 0 14px 20px;
  margin: -14px 0;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 11px;
  letter-spacing: 0;
}
