@font-face {
  font-family: Kanit;
  src: url('/fonts/kanit/kanit-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('/fonts/kanit/kanit-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('/fonts/kanit/kanit-900.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

.seo-snapshot,
.seo-page {
  box-sizing: border-box;
  min-height: 100vh;
  margin: 0;
  background: #0c0c0c;
  color: #d7e2ea;
  font-family: Kanit, sans-serif;
}

.seo-snapshot *,
.seo-page * {
  box-sizing: border-box;
}

.seo-snapshot {
  padding: clamp(1.25rem, 4vw, 4rem);
}

.seo-snapshot__hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}

.seo-snapshot__hero h1 {
  margin: 1rem 0;
  max-width: 12ch;
  color: #bbccd7;
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.82;
  text-transform: uppercase;
}

.seo-snapshot__hero p {
  max-width: 48rem;
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.55;
}

.seo-snapshot nav,
.seo-page__nav,
.seo-page__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.seo-snapshot a,
.seo-page a {
  color: inherit;
}

.seo-snapshot nav a,
.seo-page__pill {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(215, 226, 234, 0.3);
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.seo-snapshot section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4rem 0 8rem;
}

.seo-snapshot section h2 {
  font-size: clamp(2.5rem, 7vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.seo-snapshot__projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}

.seo-snapshot__projects a {
  min-height: 10rem;
  padding: 1.5rem;
  border: 1px solid rgba(215, 226, 234, 0.16);
  border-radius: 1.5rem;
  text-decoration: none;
}

.seo-snapshot__projects strong,
.seo-snapshot__projects span {
  display: block;
}

.seo-snapshot__projects strong {
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
}

.seo-snapshot__projects span {
  color: rgba(215, 226, 234, 0.66);
  line-height: 1.5;
}

.seo-page {
  min-height: 100vh;
}

.seo-page__shell {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
}

.seo-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(215, 226, 234, 0.14);
}

.seo-page__brand {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-page__nav a {
  color: rgba(215, 226, 234, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) 0;
}

.seo-page__eyebrow {
  margin: 0 0 1.25rem;
  color: #9eaab3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.seo-page h1 {
  margin: 0;
  color: #eef4f7;
  font-size: clamp(3.3rem, 9vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.84;
  text-transform: uppercase;
}

.seo-page__lede {
  max-width: 48rem;
  margin: 2rem 0 0;
  color: rgba(215, 226, 234, 0.76);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.seo-page__visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(215, 226, 234, 0.15);
  border-radius: clamp(1.5rem, 4vw, 3rem);
  background: #161616;
}

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

.seo-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(215, 226, 234, 0.14);
}

.seo-page__section {
  padding: clamp(2.5rem, 6vw, 5rem) clamp(0rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(215, 226, 234, 0.14);
}

.seo-page__section:nth-child(odd) {
  border-right: 1px solid rgba(215, 226, 234, 0.14);
}

.seo-page__section h2,
.seo-page__resume h2 {
  margin: 0 0 1.3rem;
  color: #f3f5f5;
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.seo-page__section p,
.seo-page__section li,
.seo-page__resume p,
.seo-page__resume li {
  color: rgba(215, 226, 234, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}

.seo-page__section ul,
.seo-page__resume ul {
  margin: 0;
  padding-left: 1.1rem;
}

.seo-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
  padding: 0;
  list-style: none;
}

.seo-page__tags li {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(215, 226, 234, 0.22);
  border-radius: 999px;
  color: rgba(215, 226, 234, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.seo-page__related {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.seo-page__related h2 {
  font-size: clamp(2rem, 6vw, 5rem);
  text-transform: uppercase;
}

.seo-page__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.seo-page__related-grid a {
  padding: 1.2rem;
  border: 1px solid rgba(215, 226, 234, 0.15);
  border-radius: 1.2rem;
  text-decoration: none;
}

.seo-page__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(215, 226, 234, 0.14);
  color: rgba(215, 226, 234, 0.55);
  font-size: 0.78rem;
}

.seo-page__resume {
  max-width: 900px;
  padding: clamp(4rem, 9vw, 8rem) 0;
}

.seo-page__resume > section {
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(215, 226, 234, 0.14);
}

.seo-page__resume h3 {
  margin: 1.8rem 0 0.35rem;
  font-size: 1.25rem;
}

.seo-page__meta {
  color: rgba(215, 226, 234, 0.48);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .seo-page__hero,
  .seo-page__grid {
    grid-template-columns: 1fr;
  }

  .seo-page__section:nth-child(odd) {
    border-right: 0;
  }

  .seo-page__related-grid {
    grid-template-columns: 1fr;
  }

  .seo-page__footer {
    flex-direction: column;
  }
}

