* {
  box-sizing: border-box;
}

:root {
  color: #000;
  background: #f5ff4b;
  font-family: Tahoma, Arial, sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f5ff4b;
}

main {
  width: min(100%, 900px);
  min-height: 100vh;
  margin: auto;
  padding: 20px 20px 18px;
  text-align: center;
}

small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.updates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 8px 12px;
  color: #f5ff4b;
  background: #000;
  transform: rotate(-1deg);
  font-weight: 900;
}

.updates p {
  margin: 0;
  font-size: 12px;
}

.updates p small {
  margin-top: 2px;
  font-size: 7px;
}

.updates a {
  color: #f5ff4b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

header p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 900;
}

header p small {
  margin-top: 2px;
  font-size: 8px;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 9vw, 92px);
  font-weight: 1000;
  letter-spacing: -.08em;
  line-height: .82;
}

.title-en {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 1000;
}

header strong {
  display: inline-block;
  margin-top: 10px;
  padding: 7px 12px;
  color: #fff;
  background: #f00000;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 #000;
  font-size: 14px;
}

header strong small {
  margin-top: 3px;
  font-size: 8px;
}

.tree {
  position: relative;
  width: min(100%, 700px);
  margin: 22px auto 10px;
}

.person {
  position: relative;
  z-index: 2;
  width: 280px;
  margin: auto;
}

.photo {
  width: 190px;
  height: 190px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border: 5px solid #000;
  border-radius: 50%;
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dad .photo img {
  object-position: 50% 22%;
}

.children .person:first-child img {
  object-position: 50% 20%;
}

.children .person:last-child img {
  object-position: 50% 16%;
}

.person h2 {
  margin: 7px 0 1px;
  font-size: 32px;
  font-weight: 1000;
  line-height: 1;
}

.person h2 small {
  margin-top: 5px;
  font-size: 14px;
}

.person p {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 900;
}

.person p small {
  margin-top: 3px;
  font-size: 10px;
}

.person b {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 10px;
  color: #fff;
  background: #f00000;
  transform: rotate(-2deg);
  font-size: 16px;
}

.person b small {
  display: block;
  margin-top: 2px;
  font-size: 9px;
}

.children {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 62px;
  direction: ltr;
}

.children .person {
  direction: rtl;
}

.line {
  position: absolute;
  z-index: 0;
  background: #000;
}

.down-one {
  top: 281px;
  left: calc(50% - 2px);
  width: 4px;
  height: 36px;
}

.across {
  top: 314px;
  left: 25%;
  width: 50%;
  height: 4px;
}

.down-left,
.down-right {
  top: 314px;
  width: 4px;
  height: 42px;
}

.down-left { left: 25%; }
.down-right { right: 25%; }

.status-updates {
  width: min(100%, 600px);
  margin: 50px auto 0;
  padding: 20px;
  background: #fff;
  border: 5px solid #000;
  box-shadow: 7px 7px 0 #000;
}

.status-label {
  width: fit-content;
  margin: -37px auto 14px;
  padding: 5px 12px;
  color: #fff;
  background: #f00000;
  border: 3px solid #000;
  font-size: 16px;
  font-weight: 1000;
}

.status-label small {
  margin-top: 2px;
  font-size: 8px;
}

.status-updates h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
}

.status-updates h2 small {
  margin-top: 5px;
  font-size: 10px;
}

.locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
  direction: ltr;
}

.locations div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background: #f5ff4b;
  border: 3px solid #000;
  direction: rtl;
}

.locations span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.locations strong {
  font-size: 24px;
  line-height: 1;
}

.locations strong small {
  margin-top: 4px;
  font-size: 9px;
}

.case-facts {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.case-facts p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 9px 12px;
  color: #fff;
  background: #000;
  text-align: right;
}

.case-facts span {
  font-size: 13px;
  font-weight: 900;
}

.case-facts span small {
  margin-top: 2px;
  font-size: 7px;
}

.case-facts strong {
  color: #f5ff4b;
  font-size: 20px;
  line-height: 1;
}

.case-facts strong small {
  margin-top: 3px;
  font-size: 8px;
}

.not-found {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 1000;
}

.not-found small {
  margin-top: 4px;
  font-size: 9px;
}

.instagram {
  display: inline-block;
  margin-top: 20px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 600px) {
  main { padding-top: 12px; }
  .updates { gap: 10px; margin-bottom: 14px; padding: 7px 9px; }
  .updates p { max-width: 235px; font-size: 10px; }
  .updates a { font-size: 10px; }
  header p { font-size: 11px; }
  h1 { font-size: 54px; }
  .title-en { font-size: 11px; }
  .tree { margin-top: 18px; }
  .person { width: 155px; }
  .photo { width: 140px; height: 140px; }
  .person h2 { font-size: 20px; }
  .person h2 small { margin-top: 4px; font-size: 9px; }
  .person p { margin-top: 4px; font-size: 12px; }
  .person p small { margin-top: 2px; font-size: 7px; }
  .person b { margin-top: 5px; padding: 3px 7px; font-size: 11px; }
  .person b small { margin-top: 1px; font-size: 7px; }
  .status-updates { margin-top: 42px; padding: 16px 10px; }
  .status-label { margin-top: -31px; font-size: 13px; }
  .status-updates h2 { font-size: 18px; }
  .locations { gap: 6px; }
  .locations div { gap: 6px; padding: 8px 4px; }
  .locations strong { font-size: 19px; }
  .not-found { font-size: 15px; }
  .instagram { margin-top: 18px; font-size: 13px; }
  .children { gap: 2px; margin-top: 62px; }
  .down-one { top: 209px; height: 35px; }
  .across { top: 241px; left: 24%; width: 52%; }
  .down-left, .down-right { top: 241px; height: 40px; }
  .down-left { left: 24%; }
  .down-right { right: 24%; }
}
