:root {
  --ink: #09131f;
  --paper: #ffffff;
  --blue: #14486a;
  --blue-mid: #122d52;
  --line: rgba(9, 19, 31, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 4.2vw; position: absolute; top: 0; left: 0; width: 100%; z-index: 2;
  font: 500 12px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .03em;
  background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 175px; height: auto; }
nav { display: flex; gap: 28px; }
nav a, .header-contact { border-bottom: 1px solid transparent; padding-bottom: 3px; }
nav a:hover, .header-contact:hover { border-color: var(--ink); }
.header-contact span, .text-link span, .email span { font-size: 16px; margin-left: 5px; }

.hero { min-height: 720px; height: 100vh; padding: 18.5vh 4.2vw 4.5vh; position: relative; overflow: hidden; background: var(--blue); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow, .section-number { font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .035em; }
.eyebrow { margin: 0; text-transform: uppercase; position: relative; z-index: 1; }
h1, h2 { font-weight: 500; letter-spacing: -.065em; margin: 0; }
h1 { font-size: clamp(57px, 9.1vw, 147px); line-height: .87; position: relative; z-index: 1; }
em { font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.08em; }
.hero-bottom { z-index: 1; display: flex; align-items: end; justify-content: space-between; }
.hero-bottom p { margin: 0; max-width: 285px; font-size: 15px; line-height: 1.32; letter-spacing: -.03em; }
.round-link { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--paper); border-radius: 50%; font-size: 23px; transition: background .25s, transform .25s; }
.round-link:hover { background: var(--paper); color: var(--blue); transform: translateY(5px); }
.shape { position: absolute; border: 1px solid var(--ink); }
.shape { border-color: var(--paper); }
.shape-one { right: 8%; top: 16%; width: min(27vw, 425px); aspect-ratio: 1; border-radius: 50%; background: var(--blue-mid); }
.shape-two { right: 24%; top: 37%; width: min(13vw, 205px); aspect-ratio: 1; background: var(--paper); transform: rotate(45deg); }
.shape-three { right: 16.5%; top: 52.5%; width: min(11vw, 170px); aspect-ratio: 1; background: var(--ink); border-radius: 50%; }

.intro { padding: 10vw 4.2vw 12vw; display: grid; grid-template-columns: 25% 1fr; border-bottom: 1px solid var(--line); }
.section-number { margin: 8px 0 0; }
.intro-copy { max-width: 820px; }
h2 { font-size: clamp(42px, 5.9vw, 93px); line-height: .92; }
.intro-copy > p { margin: 55px 0 34px; max-width: 415px; font-size: 17px; line-height: 1.45; letter-spacing: -.026em; }
.text-link { font: 500 12px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .02em; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }

.services { padding: 8vw 4.2vw 10vw; display: grid; grid-template-columns: 25% 1fr; background: var(--ink); color: var(--paper); }
.service-list { border-top: 1px solid rgba(245,242,235,.45); }
.service-list article { min-height: 160px; display: grid; grid-template-columns: 12% 47% 1fr; align-items: center; border-bottom: 1px solid rgba(245,242,235,.45); }
.service-list span { font: 11px "DM Mono", monospace; align-self: start; padding-top: 25px; }
h3 { font-size: clamp(31px, 3.5vw, 57px); line-height: .9; letter-spacing: -.065em; font-weight: 500; margin: 0; }
.service-list p { max-width: 220px; font-size: 14px; line-height: 1.35; letter-spacing: -.02em; }

.statement { min-height: 440px; padding: 6vw 4.2vw; display: flex; align-items: center; justify-content: space-between; background: var(--blue-mid); color: var(--paper); }
.statement p { font-size: clamp(38px, 5.5vw, 86px); line-height: .93; letter-spacing: -.06em; margin: 0; }
.statement span { font-size: clamp(55px, 11vw, 165px); line-height: 1; }

.contact { min-height: 660px; padding: 8vw 4.2vw 2.8vw; display: grid; grid-template-columns: 25% 1fr; grid-template-rows: 1fr auto; }
.contact-main h2 { margin-bottom: 58px; }
.email { font-size: clamp(25px, 3vw, 48px); letter-spacing: -.055em; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.contact-footer { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-top: 40px; font: 11px/1.42 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .02em; }
.contact-footer a, .instagram-placeholder { font-size: 12px; }
.contact-footer a span, .instagram-placeholder span { display: block; margin-top: 4px; text-transform: none; }
.contact-footer p { margin: 0; }

@media (max-width: 700px) {
  .site-header { padding: 20px 5.5vw; }
  .brand img { width: 138px; }
  nav { display: none; }
  .header-contact { font-size: 10px; }
  .hero { min-height: 640px; padding: 16vh 5.5vw 4vh; }
  h1 { font-size: clamp(52px, 15vw, 85px); }
  .shape-one { width: 68vw; right: -12%; top: 24%; }
  .shape-two { width: 31vw; right: 18%; top: 43%; }
  .shape-three { width: 25vw; right: -1%; top: 57%; }
  .hero-bottom p { max-width: 230px; font-size: 14px; }
  .round-link { width: 48px; height: 48px; }
  .intro, .services, .contact { grid-template-columns: 1fr; padding-left: 5.5vw; padding-right: 5.5vw; }
  .section-number { margin-bottom: 58px; }
  .intro { padding-top: 18vw; padding-bottom: 20vw; }
  h2 { font-size: clamp(41px, 12vw, 68px); }
  .intro-copy > p { margin-top: 35px; }
  .services { padding-top: 18vw; padding-bottom: 18vw; }
  .service-list article { min-height: auto; padding: 22px 0 28px; grid-template-columns: 17% 1fr; }
  .service-list span { padding-top: 4px; }
  .service-list p { grid-column: 2; margin: 16px 0 0; }
  .statement { min-height: 325px; padding: 10vw 5.5vw; align-items: flex-start; }
  .statement p { font-size: clamp(39px, 11vw, 60px); }
  .statement span { font-size: 68px; }
  .contact { min-height: 585px; padding-top: 18vw; }
  .contact-main h2 { margin-bottom: 44px; }
  .contact-footer { grid-column: 1; grid-template-columns: 1fr 1fr; gap: 28px 10px; padding-top: 60px; }
  .contact-footer p:last-child { grid-column: 1 / -1; }
}
