:root {
  --ink: #08222b;
  --paper: #f3f0e7;
  --sand: #ddd3bd;
  --clay: #c86443;
  --moss: #668270;
  --line: rgba(8, 34, 43, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.5 "DM Sans",
    sans-serif;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.brand {
  font-family: "DM Mono", monospace;
  font-size: 21px;
  line-height: 0.7;
  letter-spacing: -1.5px;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
}
.brand span {
  font-weight: 500;
}
.brand i {
  font-style: normal;
  color: var(--clay);
  font-weight: 500;
}
.brand small {
  grid-column: 1/3;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
}
.site-header nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
}
.site-header nav a {
  transition: color 0.2s;
}
.site-header nav a:hover,
.text-link:hover {
  color: var(--clay);
}
.menu-toggle {
  display: none;
}
.hero {
  min-height: 645px;
  padding: 9vw 5.5vw 7vw;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 4vw;
  overflow: hidden;
}
.hero > * {
  min-width: 0;
}
.eyebrow {
  font:
    11px/1 "DM Mono",
    monospace;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow span {
  height: 7px;
  width: 7px;
  background: var(--clay);
  border-radius: 50%;
  display: inline-block;
}
.hero h1,
.statement-grid h2,
.section-heading h2,
.proof-section h2,
.request-intro h2 {
  font:
    clamp(44px, 6.5vw, 94px)/0.96 "Libre Baskerville",
    serif;
  letter-spacing: -4px;
  margin: 24px 0;
}
.hero h1 em,
h2 em {
  font-weight: 400;
  color: var(--clay);
}
.lede {
  font-size: 18px;
  max-width: 550px;
  color: #385058;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.button {
  border: 0;
  font:
    500 13px "DM Sans",
    sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 21px;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-primary {
  background: var(--ink);
  color: var(--paper);
}
.button b {
  font-size: 18px;
  font-weight: 400;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.text-link span {
  margin-left: 8px;
}
.hero-art {
  height: 490px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
  border-radius: 1px;
  isolation: isolate;
}
.sun {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #edca75;
  right: -50px;
  top: -40px;
}
.orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(8, 34, 43, 0.35);
}
.orb-one {
  width: 450px;
  height: 450px;
  right: -105px;
  top: -105px;
}
.orb-two {
  width: 630px;
  height: 630px;
  right: -194px;
  top: -195px;
}
.address-card {
  background: #f5f2e9;
  position: absolute;
  left: 10%;
  bottom: 12%;
  padding: 22px 26px;
  width: 260px;
  box-shadow: 12px 14px 0 rgba(8, 34, 43, 0.1);
  z-index: 2;
}
.card-label,
.address-card small,
.coordinates {
  font:
    10px/1.5 "DM Mono",
    monospace;
  letter-spacing: 1px;
}
.address-card strong {
  font:
    26px/1.2 "Libre Baskerville",
    serif;
  display: block;
  margin-top: 13px;
}
.address-card p {
  margin: 5px 0;
  color: #5a6c6a;
}
.card-line {
  height: 1px;
  background: var(--line);
  margin: 20px 0 12px;
}
.coordinates {
  position: absolute;
  bottom: 8%;
  right: 8%;
  transform: rotate(-90deg);
  transform-origin: right;
  color: #50635d;
}
.map-line {
  position: absolute;
  height: 1px;
  background: rgba(8, 34, 43, 0.3);
  transform-origin: left;
}
.line-a {
  width: 480px;
  top: 62%;
  left: -50px;
  transform: rotate(-22deg);
}
.line-b {
  width: 380px;
  top: 69%;
  left: 80px;
  transform: rotate(52deg);
}
.line-c {
  width: 600px;
  top: 47%;
  left: 110px;
  transform: rotate(12deg);
}
.statement-section {
  padding: 9vw 5.5vw;
  background: var(--ink);
  color: var(--paper);
}
.statement-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap: 12vw;
  align-items: end;
}
.statement-grid h2 {
  font-size: clamp(38px, 4.4vw, 68px);
  margin-bottom: 0;
}
.statement-grid p {
  font-size: 17px;
  color: #d6ddd6;
}
.statement-grid .quiet {
  font-size: 13px;
  color: #a8b7af;
  margin-top: 34px;
}
.deliverable-section {
  padding: 9vw 5.5vw;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 55px;
}
.section-heading h2 {
  font-size: clamp(38px, 4.7vw, 70px);
  margin-bottom: 0;
}
.section-heading > p {
  color: #476069;
  font-size: 17px;
}
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.deliverable-grid article {
  padding: 28px 26px 35px 0;
  min-height: 250px;
  border-right: 1px solid var(--line);
  margin-right: 25px;
}
.deliverable-grid article:last-child {
  border: 0;
  margin-right: 0;
}
.deliverable-grid span {
  font:
    11px "DM Mono",
    monospace;
  color: var(--clay);
}
.deliverable-grid h3 {
  font:
    25px/1.15 "Libre Baskerville",
    serif;
  margin: 42px 0 15px;
}
.deliverable-grid p {
  font-size: 14px;
  color: #50656b;
}
.proof-section {
  background: var(--clay);
  color: #fff5e8;
  padding: 7vw 5.5vw;
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.7fr;
  gap: 6vw;
  align-items: end;
}
.proof-number {
  font:
    clamp(88px, 12vw, 180px)/0.7 "Libre Baskerville",
    serif;
}
.proof-number span {
  font:
    35px "DM Mono",
    monospace;
  vertical-align: top;
}
.proof-section h2 {
  font-size: clamp(40px, 4.7vw, 72px);
  margin: 18px 0 0;
}
.proof-section > p {
  font-size: 17px;
  margin-bottom: 7px;
}
.request-section {
  padding: 10vw 5.5vw;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 13vw;
}
.request-intro h2 {
  font-size: clamp(40px, 5vw, 75px);
}
.request-intro > p:not(.eyebrow) {
  max-width: 380px;
  font-size: 17px;
  color: #49616a;
}
.availability {
  font:
    11px "DM Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 50px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.availability span {
  height: 8px;
  width: 8px;
  background: var(--moss);
  border-radius: 50%;
}
.brief-form {
  padding-top: 10px;
}
.brief-form label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 23px;
}
.brief-form input,
.brief-form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 12px 0;
  background: transparent;
  color: var(--ink);
  font:
    16px "DM Sans",
    sans-serif;
  outline: none;
  border-radius: 0;
}
.brief-form input:focus,
.brief-form textarea:focus {
  border-color: var(--clay);
}
.brief-form input::placeholder,
.brief-form textarea::placeholder {
  color: #83908a;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.brief-form .check {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 12px;
  font-weight: 400;
  margin: 28px 0;
}
.check input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--clay);
}
.form-note {
  font-size: 12px;
  color: #60736e;
  margin-top: 14px;
}
footer {
  background: var(--ink);
  color: var(--paper);
  padding: 50px 5.5vw 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
footer p,
footer > a {
  font-size: 14px;
  margin: 0;
}
footer > a {
  justify-self: end;
  color: #e5c58a;
  border-bottom: 1px solid currentColor;
}
footer > small {
  grid-column: 1/-1;
  border-top: 1px solid rgba(243, 240, 231, 0.18);
  padding-top: 18px;
  color: #aab9b2;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 6vw;
  }
  .site-header nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--ink);
    color: var(--paper);
    padding: 22px 6vw;
    display: none;
    flex-direction: column;
    gap: 20px;
  }
  .site-header nav.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
    border: 0;
    background: transparent;
    color: var(--ink);
    font:
      12px "DM Mono",
      monospace;
    text-transform: uppercase;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 16vw 6vw 13vw;
  }
  .hero-copy {
    min-width: 0;
  }
  .hero-art {
    height: 380px;
    margin-top: 25px;
  }
  .hero h1 {
    letter-spacing: -2.5px;
    font-size: clamp(38px, 11.5vw, 46px);
    overflow-wrap: anywhere;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .statement-section,
  .deliverable-section,
  .request-section {
    padding: 16vw 6vw;
  }
  .statement-grid,
  .section-heading,
  .request-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .statement-grid h2,
  .section-heading h2,
  .request-intro h2 {
    letter-spacing: -2px;
  }
  .deliverable-grid {
    grid-template-columns: 1fr 1fr;
  }
  .deliverable-grid article {
    margin-right: 14px;
    padding-right: 14px;
    min-height: 220px;
  }
  .deliverable-grid article:nth-child(2) {
    border: 0;
    margin-right: 0;
  }
  .proof-section {
    grid-template-columns: 1fr;
    padding: 15vw 6vw;
    gap: 25px;
  }
  .proof-number {
    font-size: 130px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  footer {
    padding: 42px 6vw 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer > a {
    justify-self: start;
  }
  .address-card {
    left: 8%;
    bottom: 14%;
  }
}
