:root {
  --ink: #0a111c;
  --muted: #48515e;
  --blue: #1647bb;
  --blue-dark: #0d3292;
  --line: #c9ced5;
  --band: #f7f8fa;
  --white: #ffffff;
  --content: 1440px;
  color-scheme: light;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--white);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

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

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

.site-header {
  width: min(calc(100% - 96px), var(--content));
  min-height: 108px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.wordmark {
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 70px);
}

nav a {
  font-size: 0.98rem;
  text-decoration: none;
}

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

.hero {
  width: min(calc(100% - 96px), var(--content));
  min-height: 750px;
  margin: 0 auto;
  padding: 88px 0 68px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 54px;
}

.hero-copy {
  align-self: center;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1 {
  max-width: 770px;
  margin-bottom: 34px;
  font-size: clamp(4.2rem, 6vw, 6.35rem);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.hero-copy p {
  max-width: 650px;
  margin-bottom: 42px;
  color: var(--ink);
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  line-height: 1.52;
}

.primary-link {
  min-width: 235px;
  min-height: 64px;
  padding: 0 30px;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 1.04rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.primary-link:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.primary-link svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-media {
  margin: 0;
  overflow: hidden;
}

.hero-media img {
  width: 114%;
  max-width: none;
  height: auto;
  margin-left: -7%;
  display: block;
  mix-blend-mode: multiply;
}

.about {
  width: min(calc(100% - 96px), var(--content));
  margin: 0 auto;
  padding: 78px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(90px, 12vw, 190px);
}

.section-number {
  grid-column: 1;
  height: 20px;
  margin-bottom: 36px;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-number::after {
  content: "";
  height: 1px;
  background: var(--ink);
  flex: 1;
}

.about-copy {
  grid-column: 1;
}

.about h2,
.sole h2 {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.about-copy p,
.sole-copy p {
  max-width: 590px;
  margin-bottom: 0;
  font-size: clamp(1.12rem, 1.65vw, 1.42rem);
  line-height: 1.65;
}

.services {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.services h3 {
  margin: 0 0 17px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 720;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.services ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services li {
  min-height: 82px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
}

.services li span {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.sole {
  background: var(--band);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 9vw, 150px);
  padding: 72px max(48px, calc((100vw - var(--content)) / 2)) 96px;
}

.sole-copy .section-number {
  margin-bottom: 44px;
}

.sole-copy p {
  max-width: 650px;
}

.sole-art {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--blue);
  overflow: hidden;
}

.art-field {
  position: absolute;
}

.art-field--blue {
  left: 0;
  bottom: 0;
  width: 42%;
  height: 49%;
  background: var(--blue);
}

.art-field--line {
  top: 25%;
  left: 41%;
  width: 36%;
  height: 49%;
  border: 1px solid var(--blue);
}

.art-circle {
  position: absolute;
  top: 14%;
  right: 14%;
  width: 142px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
}

.art-square {
  position: absolute;
  right: 7%;
  bottom: 7%;
  width: 30px;
  aspect-ratio: 1;
  background: var(--blue);
}

.sole-art::before,
.sole-art::after {
  content: "";
  position: absolute;
  border-color: var(--blue);
  opacity: 0.85;
}

.sole-art::before {
  top: 4%;
  bottom: 0;
  left: 56%;
  border-left: 1px dashed var(--blue);
}

.sole-art::after {
  right: 0;
  bottom: 16%;
  left: 56%;
  border-bottom: 1px dashed var(--blue);
}

.contact {
  width: min(calc(100% - 96px), var(--content));
  margin: 0 auto;
  padding: 76px 0 96px;
}

.contact-heading {
  padding-bottom: 48px;
}

.contact h2 {
  margin-bottom: 14px;
  font-size: clamp(5.2rem, 8vw, 8.5rem);
  font-weight: 720;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.contact-heading p {
  max-width: 590px;
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

.company-details {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.company-details > div {
  min-height: 83px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(180px, 32%) 1fr;
  align-items: center;
  gap: 34px;
}

.company-details dt {
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 720;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.24rem);
}

.company-details a {
  color: var(--blue);
  text-decoration: none;
}

.company-details a:hover {
  text-decoration: underline;
}

footer {
  min-height: 170px;
  padding: 56px max(48px, calc((100vw - var(--content)) / 2));
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

footer strong {
  font-size: clamp(1.28rem, 2vw, 1.95rem);
  letter-spacing: -0.03em;
}

footer span {
  color: #d8dde4;
  font-size: 0.92rem;
}

@media (max-width: 1120px) {
  .site-header,
  .hero,
  .about,
  .contact {
    width: min(calc(100% - 56px), var(--content));
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 68px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-media {
    max-width: 850px;
    justify-self: center;
  }

  .about {
    column-gap: 70px;
  }

  .sole {
    grid-template-columns: 1fr;
    padding-right: 28px;
    padding-left: 28px;
  }

  .sole-copy {
    max-width: 760px;
  }

  .sole-art {
    width: min(100%, 820px);
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-header,
  .hero,
  .about,
  .contact {
    width: calc(100% - 36px);
  }

  .site-header {
    min-height: 96px;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  nav {
    width: 100%;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  nav a {
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .hero {
    padding: 56px 0 42px;
    gap: 28px;
  }

  h1 {
    font-size: clamp(3.3rem, 15vw, 4.5rem);
    margin-bottom: 24px;
  }

  .hero-copy p {
    font-size: 1.06rem;
  }

  .primary-link {
    min-height: 58px;
  }

  .hero-media img {
    width: 132%;
    margin-left: -16%;
  }

  .about {
    padding: 64px 0 72px;
    grid-template-columns: 1fr;
  }

  .about h2,
  .sole h2 {
    font-size: clamp(4.1rem, 20vw, 5.4rem);
  }

  .about-copy p,
  .sole-copy p {
    font-size: 1.05rem;
  }

  .services {
    grid-column: 1;
    grid-row: auto;
    margin-top: 64px;
  }

  .services li {
    min-height: 72px;
    grid-template-columns: 58px 1fr;
    font-size: 1rem;
  }

  .sole {
    padding-top: 60px;
    padding-bottom: 72px;
  }

  .sole-art {
    min-height: 330px;
  }

  .art-circle {
    width: 94px;
  }

  .contact {
    padding: 64px 0 72px;
  }

  .contact h2 {
    font-size: clamp(4.8rem, 23vw, 6.4rem);
  }

  .company-details > div {
    min-height: 92px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 7px;
  }

  .company-details dd {
    overflow-wrap: anywhere;
  }

  footer {
    min-height: 190px;
    padding: 48px 18px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}

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

  .primary-link {
    transition: none;
  }
}
