@font-face {
  font-family: "DAG Sans";
  src: url("/fonts/NimbusSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DAG Sans";
  src: url("/fonts/NimbusSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DAG Condensed";
  src: url("/fonts/Anton-Regular.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #111;
  --paper: #fff;
  --red: #e7224f;
  --rule: #777;
  --soft: #f1f0ed;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "DAG Sans", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
.page {
  width: 100%;
  min-height: 100vh;
  padding-top: 24px;
  border-left: 0;
}
.header {
  width: 91.7%;
  margin-left: 4.1%;
  display: grid;
  grid-template-columns: 27px 1fr;
  column-gap: 10px;
  align-items: end;
}
.dag {
  width: 27px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-line {
  min-height: 45px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header nav {
  display: flex;
  gap: clamp(25px, 4.2vw, 52px);
  padding-right: 2%;
  transform: translateY(-3px);
}
.header nav a {
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 140ms ease;
}
.header nav a:hover,
.header nav a:active,
.header nav a[aria-current="page"],
.footer a:hover,
.text-link:hover {
  color: var(--red);
}

.hero {
  margin: 47px 0 0 4.1%;
  text-transform: uppercase;
}
.hero p {
  margin: 0 0 16px;
  font-size: clamp(14px, 1.65vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
.hero h1,
.interior-hero h1,
.contact-intro h1,
.thank-you h1 {
  margin: 0 0 0px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(52px, 7.65vw, 84px);
  white-space: nowrap;
}
.process {
  width: 100%;
  aspect-ratio: 2048/277;
  margin-top: 25px;
  overflow: hidden;
}
.process img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.philosophy-preview {
  width: 89.7%;
  margin: 31px 0 0 5%;
  padding-bottom: 38px;
}
.kicker {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}
.kicker::after {
  content: "";
  display: block;
  width: 21px;
  margin-top: 9px;
  border-top: 1.5px solid var(--ink);
}
.philosophy-content {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.philosophy-content h2 {
  margin: 0;
  font-size: clamp(25px, 3.35vw, 36px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.preview-copy {
  min-height: 108px;
  padding: 5px 0 0 7.5%;
  border-left: 1px solid #aaa;
}
.preview-copy p {
  max-width: 530px;
  margin: 0 0 18px;
  font-size: clamp(15px, 2vw, 21px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 140ms ease;
}
.text-link span {
  color: var(--red);
  font-size: 20px;
  line-height: 0;
}
.footer {
  width: 89.7%;
  margin-left: 5%;
  border-top: 1px solid var(--rule);
  padding: 15px 4px 18px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer .dag {
  width: 27px;
  height: 43px;
}
.footer-top p,
.footer-top a {
  font-size: 14px;

}
.copyright {
  font-size: 10px;
}
.footer-top p {
  margin: 0;
}
.footer-email {
  margin-left: auto;
  transition: color 140ms ease;
}
.copyright {
  margin: 15px 0 0;
  text-transform: uppercase;
}
.interior-page .footer {
  margin-top: 72px;
}
.interior-hero {
  width: 89.7%;
  margin: 66px 0 0 5%;
  display: grid;
  grid-template-columns: 1fr 38%;
  column-gap: 7%;
  align-items: end;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--rule);
}
.interior-hero .kicker {
  grid-column: 1/-1;
}
.interior-hero h1 {
  font-size: clamp(55px, 7.7vw, 108px);
}
.interior-hero .lead {
  margin: 0 0 5px;
  font-size: clamp(18px, 2.05vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.manifesto {
  width: 89.7%;
  margin: 0 0 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding: 56px 0;
}
.manifesto p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}
.manifesto .manifesto-large {
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.principles {
  width: 89.7%;
  margin-left: 5%;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.principle {
  min-height: 290px;
  padding: 28px 26px 30px 0;
}
.principle + .principle {
  border-left: 1px solid #bbb;
  padding-left: 26px;
}
.principle-number {
  margin: 0 0 50px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 28px;
}
.principle h2 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.05;
}
.principle > p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}
.interior-cta {
  width: 89.7%;
  margin: 64px 0 0 5%;
}
.interior-cta h2 {
  margin: 0 0 28px;
  font-size: clamp(35px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.studio-intro {
  width: 89.7%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 8%;
  padding: 52px 0;
}
.studio-intro > div {
  border-right: 1px solid #aaa;
}
.fact {
  margin: 0 0 10px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.studio-intro > p {
  max-width: 760px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}
.studio-grid {
  width: 89.7%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.founder,
.capabilities {
  padding: 48px 7% 52px 0;
}
.capabilities {
  padding-left: 8%;
  border-left: 1px solid #aaa;
}
.founder h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.role {
  margin: 10px 0 30px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.founder > p:last-child {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.5;
}
.capabilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.capabilities li {
  padding: 12px 0;
  border-bottom: 1px solid #bbb;
  font-size: 17px;
}

.contact-layout {
  width: 89.7%;
  margin: 70px 0 0 5%;
  display: grid;
  grid-template-columns: 39% 1fr;
  gap: 9%;
}
.contact-intro h1,
.thank-you h1 {
  font-size: clamp(58px, 7vw, 96px);
}
.contact-intro > p:not(.kicker) {
  max-width: 420px;
  margin: 33px 0 26px;
  font-size: 20px;
  line-height: 1.4;
}
.contact-intro > a {
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
}
.contact-form {
  padding-top: 25px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.contact-form label {
  display: block;
  margin-bottom: 26px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 9px;
  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;
  background: transparent;
  padding: 10px 0;
  color: var(--ink);
  font:
    17px "DAG Sans",
    Arial,
    sans-serif;
}
.contact-form textarea {
  border: 1px solid #777;
  padding: 13px;
  resize: vertical;
}
.contact-form button {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 15px 20px;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form button span {
  margin-left: 18px;
  color: var(--red);
  font-size: 18px;
}
.thank-you-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.thank-you {
  width: 89.7%;
  margin: 92px 0 120px 5%;
}
.thank-you p:not(.kicker) {
  margin: 30px 0 28px;
  font-size: 22px;
}
.thank-you-page .footer {
  margin-top: auto;
}

@media (min-width: 1501px) {
  .page {
    max-width: 1500px;
    margin-inline: auto;
  }
}

@media (max-width: 800px) {
  .page {
    padding-top: 17px;
  }
  .header {
    width: 90%;
    grid-template-columns: 24px 1fr;
    margin-left: 5%;
  }
  .dag {
    width: 24px;
    height: 37px;
  }
  .header-line {
    min-height: 40px;
  }
  .header nav {
    gap: 16px;
    padding-right: 0;
  }
  .header nav a {
    font-size: 9px;
  }
  .hero {
    margin: 42px 5% 0;
  }
  .hero p {
    font-size: clamp(12px, 3.8vw, 16px);
  }
  .hero h1 {
    font-size: clamp(47px, 13.5vw, 76px);
    white-space: normal;
  }
  .process {
    width: 150%;
    margin-left: -25%;
    aspect-ratio: 2048/277;
  }
  .philosophy-preview {
    width: 90%;
    margin-left: 5%;
  }
  .philosophy-content,
  .interior-hero,
  .manifesto,
  .studio-intro,
  .studio-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .philosophy-content {
    gap: 25px;
  }
  .philosophy-content h2 {
    font-size: clamp(28px, 8vw, 40px);
  }
  .preview-copy {
    min-height: 0;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #aaa;
  }
  .footer {
    width: 90%;
    margin-left: 5%;
  }
  .footer-top {
    gap: 18px;
    flex-wrap: wrap;
  }
  .footer-email {
    width: 100%;
    margin-left: 0;
  }
  .interior-hero {
    width: 90%;
    margin: 52px 0 0 5%;
    gap: 28px;
  }
  .interior-hero h1 {
    font-size: clamp(52px, 14vw, 78px);
  }
  .manifesto {
    width: 90%;
    margin-left: 5%;
    gap: 30px;
  }
  .principles {
    width: 90%;
    margin-left: 5%;
    grid-template-columns: 1fr 1fr;
  }
  .principle:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #bbb;
  }
  .principle:nth-child(4) {
    border-top: 1px solid #bbb;
  }
  .studio-intro {
    width: 90%;
    margin-left: 5%;
    gap: 30px;
  }
  .studio-intro > div {
    padding-bottom: 25px;
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }
  .studio-grid {
    width: 90%;
    margin-left: 5%;
  }
  .founder,
  .capabilities {
    padding: 38px 0;
  }
  .capabilities {
    border-left: 0;
    border-top: 1px solid #aaa;
  }
  .contact-layout {
    width: 90%;
    margin: 52px 0 0 5%;
    gap: 42px;
  }
}

@media (max-width: 500px) {
  .header nav {
    gap: 10px;
  }
  .header nav a {
    font-size: 8px;
  }
  .process {
    width: 210%;
    margin-left: -55%;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principle,
  .principle + .principle {
    min-height: 0;
    padding: 25px 0;
    border-left: 0;
    border-top: 1px solid #bbb;
  }
  .principle:first-child {
    border-top: 0;
  }
  .principle-number {
    margin-bottom: 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-intro h1,
  .thank-you h1 {
    font-size: 16vw;
  }
}



/* Remove the footer email from every page */
.footer-email {
  display: none !important;
}

/* Work case study */
.case-study {
  width: 89.7%;
  margin: 72px 0 0 5%;
}

.case-study-intro {
  padding: 0 7.5% 26px;
}

.case-study-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: start;
}

.case-study-heading h1 {
  margin: 0;
  font-family: "DAG Sans", Arial, sans-serif;
  font-size: clamp(17px, 1.65vw, 23px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.case-study-heading h1 span,
.case-study-approach h2 span {
  display: block;
}

.case-study-heading > p {
  max-width: 690px;
  margin: 0;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.case-study-artwork {
  width: 100%;
  margin: 0;
  background: var(--paper);
}

.case-study-artwork img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.case-study-approach {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 8%;
  margin-top: 64px;
  padding: 46px 0 52px;
  border-top: 1px solid var(--rule);
}

.case-study-approach h2 {
  margin: 0;
  padding-right: 8%;
  border-right: 1px solid #aaa;
  font-family: "DAG Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(19px, 2vw, 29px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.case-study-approach h2 span {
  white-space: nowrap;
}

.case-study-copy {
  max-width: 860px;
}

.case-study-copy p {
  margin: 0;
  font-size: clamp(18px, 1.85vw, 26px);
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.case-study-copy p + p {
  margin-top: 24px;
}

.work-page .footer {
  margin-top: 0;
}

@media (max-width: 800px) {
  .case-study {
    width: 90%;
    margin: 52px 0 0 5%;
  }

  .case-study-intro {
    padding: 0 0 28px;
  }

  .case-study-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .case-study-heading h1 {
    font-size: clamp(19px, 5vw, 25px);
  }

  .case-study-heading > p {
    font-size: clamp(15px, 4vw, 19px);
  }

  .case-study-artwork {
    width: 111.1%;
    margin-left: -5.55%;
  }

  .case-study-approach {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 42px;
    padding: 34px 0 38px;
  }

  .case-study-approach h2 {
    padding: 0 0 30px;
    border-right: 0;
    border-bottom: 1px solid #aaa;
    font-size: clamp(21px, 6vw, 31px);
    line-height: 1.55;
  }

  .case-study-approach h2 span {
    white-space: normal;
  }

  .case-study-copy p {
    font-size: clamp(17px, 4.7vw, 23px);
  }
}
