:root {
  --paper: #f4f7f8;
  --paper-blue: #e8eef2;
  --ink: #14242e;
  --ink-soft: #52616a;
  --line: #cbd6dc;
  --blue: #3659d9;
  --blue-dark: #233a99;
  --lime: #dff36b;
  --white: #ffffff;
  --display: "Arial Narrow", "Aptos Display", "PingFang SC", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  --utility: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-en {
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-mark {
  color: var(--blue);
  font-size: 11px;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--blue) 13%, transparent);
  border-radius: 50%;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}

.header-nav a {
  text-decoration: none;
}

.header-nav a:hover {
  color: var(--blue);
}

.nav-contact {
  padding: 9px 14px;
  border: 1px solid var(--ink);
}

.hero {
  min-height: 670px;
  padding: 92px 0 88px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--blue-dark);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.process h2,
.contact h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(64px, 8vw, 112px);
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-title-en {
  margin: 16px 0 0;
  color: var(--blue-dark);
  font-family: var(--utility);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 570px;
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.hero-actions,
.contact-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.button {
  min-height: 48px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--white);
}

.text-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.address-stack {
  position: relative;
  min-height: 370px;
}

.address-strip {
  position: absolute;
  width: min(440px, 96%);
  padding: 22px 26px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.065em;
  transform-origin: center;
}

.address-strip b {
  color: var(--blue);
  font-size: 0.54em;
  letter-spacing: -0.04em;
}

.address-strip-one {
  top: 6px;
  left: 2%;
  transform: rotate(-4deg);
}

.address-strip-two {
  top: 118px;
  right: 0;
  background: var(--lime);
  transform: rotate(2.5deg);
}

.address-strip-three {
  top: 232px;
  left: 7%;
  transform: rotate(-1.5deg);
}

.asset-note {
  position: absolute;
  right: 2%;
  bottom: -20px;
  display: grid;
  gap: 2px;
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

.catalogue {
  padding: 90px 0 110px;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
}

.section-heading h2,
.process h2,
.contact h2 {
  font-size: clamp(48px, 7vw, 84px);
}

.heading-en {
  display: block;
  margin-top: 12px;
  color: var(--blue-dark);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.copy-en {
  display: block;
  margin-top: 8px;
  color: color-mix(in srgb, currentColor 82%, transparent);
  font-size: 0.94em;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 12px;
}

.section-heading > p span {
  color: var(--ink);
  font-weight: 800;
}

.catalogue-controls {
  margin: 45px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  padding: 8px 13px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 13px;
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.search-box {
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink);
}

.search-box svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.search-box input {
  width: 100%;
  padding: 9px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.domain-list {
  border-top: 1px solid var(--ink);
}

.domain-card {
  padding: 30px 2px;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 46px;
  border-bottom: 1px solid var(--line);
  transition: background 160ms ease, padding 160ms ease;
}

.domain-card:hover {
  padding-inline: 18px;
  background: var(--white);
}

.domain-name-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.domain-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.domain-card h3 b {
  color: var(--blue);
}

.featured-badge {
  padding: 3px 7px;
  background: var(--lime);
  border: 1px solid var(--ink);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 800;
}

.domain-identity > p {
  max-width: 660px;
  margin: 14px 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.tag-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  list-style: none;
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 10px;
  text-transform: uppercase;
}

.domain-offer {
  display: grid;
  justify-items: end;
  align-content: space-between;
}

.category-label {
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.domain-offer strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.domain-offer strong small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-family: var(--utility);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.domain-offer a {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.empty-state {
  margin: 0;
  padding: 70px 0;
  color: var(--ink-soft);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.process {
  padding: 100px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  border-top: 1px solid var(--line);
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.process-steps li {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.process-steps li > span {
  color: var(--blue);
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 800;
}

.process-steps h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.step-en {
  display: block;
  margin-top: 3px;
  color: var(--blue-dark);
  font-family: var(--utility);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process-steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.contact {
  margin-bottom: 36px;
  padding: 82px clamp(26px, 7vw, 94px);
  color: var(--white);
  background: var(--blue);
  position: relative;
  overflow: hidden;
}

.contact::after {
  content: "@";
  position: absolute;
  right: -20px;
  bottom: -145px;
  color: color-mix(in srgb, var(--white) 9%, transparent);
  font-family: var(--display);
  font-size: 390px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.contact > * {
  position: relative;
  z-index: 1;
}

.contact .eyebrow {
  color: var(--lime);
}

.contact h2 {
  max-width: 820px;
}

.contact > p:not(.eyebrow, .contact-detail, .copy-status) {
  max-width: 580px;
  margin: 26px 0 0;
  color: #dce3ff;
}

.button-light {
  color: var(--ink);
  background: var(--lime);
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: color-mix(in srgb, var(--white) 55%, transparent);
}

.contact-detail {
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  color: #dce3ff;
  font-family: var(--utility);
  font-size: 11px;
}

footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .site-header,
  main,
  footer {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    min-height: auto;
    padding: 68px 0 78px;
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .address-stack {
    width: min(520px, 100%);
    margin-inline: auto;
  }

  .catalogue-controls,
  .process {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .catalogue-controls {
    flex-direction: column;
  }

  .filter-list,
  .search-box {
    width: 100%;
  }

  .process {
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 70px;
  }

  .header-nav > a:first-child {
    display: none;
  }

  .hero {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 78px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .address-stack {
    min-height: 310px;
  }

  .address-strip {
    padding: 18px;
    box-shadow: 6px 6px 0 var(--ink);
    font-size: clamp(30px, 10vw, 44px);
  }

  .address-strip-two {
    top: 96px;
  }

  .address-strip-three {
    top: 190px;
  }

  .asset-note {
    bottom: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .domain-card {
    padding-block: 26px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .domain-card:hover {
    padding-inline: 8px;
  }

  .domain-name-row {
    align-items: flex-start;
  }

  .domain-offer {
    grid-template-columns: 1fr auto;
    justify-items: start;
    gap: 8px 20px;
  }

  .domain-offer strong {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
  }

  .process,
  .catalogue {
    padding-block: 76px;
  }

  .contact {
    width: 100%;
    margin-bottom: 0;
  }

  footer {
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
