@charset "UTF-8";

/* HAUS brand colours */

:root {
  --ink: #181818;
  --paper: #efede4;
  --haus-red: #56000f;
  --stone: #b6ada1;
  --mineral: #606769;

  --page-margin: clamp(24px, 6vw, 96px);
}

/* A Legacy in the Making case study */

.case-study-introduction {
  padding: clamp(48px, 5vw, 76px) var(--page-margin) clamp(58px, 7vw, 96px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.case-study-introduction-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(58px, 7vw, 105px);
}

.case-study-introduction h1 {
  max-width: none;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(58px, 7.6vw, 116px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.case-study-summary {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-top: clamp(44px, 5vw, 76px);
}

.case-study-summary p {
  grid-column: 1 / span 6;
  max-width: 700px;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(31px, 3.7vw, 58px);
  line-height: 1.02;
}

.case-study-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(48px, 6vw, 88px) 0 0;
  border-top: 1px solid rgba(24, 24, 24, 0.32);
  border-bottom: 1px solid rgba(24, 24, 24, 0.32);
}

.case-study-details div {
  min-height: 170px;
  padding: 20px 28px 28px 0;
  border-right: 1px solid rgba(24, 24, 24, 0.32);
}

.case-study-details div + div { padding-left: 28px; }
.case-study-details div:last-child { border-right: 0; }

.case-study-details dt {
  margin-bottom: 44px;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-study-details dd {
  max-width: 370px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.case-study-disclaimer {
  max-width: 720px;
  margin: 38px 0 0 auto;
  color: rgba(24, 24, 24, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

.case-study-image { margin: 0; }
.case-study-image-full { padding: 0 var(--page-margin) clamp(70px, 9vw, 130px); }
.case-study-hero-image { padding-right: 0; padding-left: 0; }

.case-study-image img,
.case-study-image-grid img {
  width: 100%;
  height: auto;
}

.case-study-image figcaption,
.case-study-image-grid figcaption {
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-study-text-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(76px, 9vw, 140px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.case-study-text-block > .section-label { grid-column: 1 / span 3; }
.case-study-text-block > div { grid-column: 4 / span 7; }

.case-study-text-block h2,
.case-study-reflection h2 {
  margin: 0 0 clamp(46px, 6vw, 84px);
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(44px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.case-study-text-block > div > p,
.case-study-reflection > div > p {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.65;
}

.case-study-text-block-dark { color: var(--paper); background: var(--ink); }
.case-study-text-block-stone { background: var(--stone); }

.case-study-identity {
  row-gap: clamp(40px, 5vw, 70px);
}

.case-study-identity > .section-label {
  grid-column: 1 / span 8;
}

.case-study-identity > div {
  grid-column: 1 / span 8;
}

.case-study-identity > figure {
  grid-column: 9 / span 4;
  grid-row: 2;
  align-self: start;
  margin: 0;
}

.case-study-identity > figure img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.case-study-identity > figure figcaption {
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-study-image-grid {
  display: grid;
  gap: clamp(18px, 2.5vw, 42px);
  padding: 0 var(--page-margin) clamp(70px, 9vw, 135px);
}

.case-study-image-grid figure { margin: 0; }
.case-study-image-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-study-image-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-study-image-grid-offset figure:nth-child(2) { margin-top: clamp(70px, 9vw, 130px); }

.case-study-image-grid-equal img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.case-study-image-grid-equal {
  padding-top: clamp(52px, 6vw, 90px);
  padding-bottom: clamp(58px, 7vw, 105px);
}

.case-study-event-signage {
  padding-bottom: clamp(52px, 6vw, 90px);
}

.exhibition-gallery {
  padding: clamp(68px, 8vw, 120px) var(--page-margin) clamp(76px, 9vw, 135px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.exhibition-gallery-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(52px, 7vw, 100px);
}

.exhibition-gallery-heading .section-label { grid-column: 1 / span 3; }

.exhibition-gallery-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.exhibition-gallery-viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.exhibition-gallery-slide { margin: 0; }
.exhibition-gallery-slide[hidden] { display: none; }
.exhibition-gallery-slide img { width: 100%; height: auto; }

.exhibition-gallery-slide figcaption {
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.exhibition-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 24, 24, 0.32);
}

.exhibition-gallery-controls p {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.exhibition-gallery-controls > div { display: flex; gap: 8px; }

.exhibition-gallery-controls button {
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(24, 24, 24, 0.45);
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: color 250ms ease, background 250ms ease;
}

.exhibition-gallery-controls button:hover {
  color: var(--paper);
  background: var(--ink);
}

.case-study-brand-book-image img { background: #d7c7aa; }

.case-study-brand-book-images img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.case-study-reflection {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(100px, 13vw, 190px) var(--page-margin);
  color: var(--paper);
  background: var(--haus-red);
}

.case-study-reflection > .section-label { grid-column: 1 / span 3; }
.case-study-reflection > div { grid-column: 4 / span 7; }

.case-study-credits {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(76px, 9vw, 130px) var(--page-margin);
}

.case-study-credits > .section-label { grid-column: 1 / span 3; }
.case-study-credits > div { grid-column: 4 / span 8; }

.case-study-credits > div > p {
  max-width: 720px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
}

.case-study-credits details { margin-top: 42px; border-top: 1px solid rgba(24, 24, 24, 0.32); }
.case-study-credits summary { padding: 18px 0; cursor: pointer; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.case-study-credit-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 36px; padding: 20px 0 12px; }
.case-study-credit-links a { font-size: 11px; line-height: 1.45; text-decoration: underline; text-underline-offset: 4px; }
.case-study-credit-links span { font-size: 11px; line-height: 1.45; }

/* Fuel Your Future case study */

.fuel-case-study .case-study-introduction h1 {
  font-size: clamp(58px, 8.4vw, 128px);
}

/* Keep Australia Wild case study */

.wild-case-study .case-study-introduction h1 {
  max-width: 1320px;
  font-size: clamp(58px, 8vw, 120px);
  white-space: normal;
}

.wild-social-intro,
.wild-brochure-intro {
  padding-bottom: clamp(44px, 5vw, 74px);
}

.wild-social-feature {
  padding-top: 0;
  padding-bottom: clamp(54px, 7vw, 100px);
}

.wild-brochure-image {
  padding-top: clamp(28px, 3vw, 48px);
  padding-bottom: clamp(54px, 7vw, 100px);
}

.wild-social-feature img,
.wild-brochure-image img,
.wild-social-stack img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.wild-social-stack {
  grid-template-columns: 1fr;
  gap: clamp(54px, 7vw, 100px);
  padding-top: clamp(32px, 4vw, 58px);
}

/* Milestones: Women in Sport case study */

.milestones-case-study .case-study-introduction h1 {
  max-width: 1320px;
  font-size: clamp(54px, 7vw, 106px);
  white-space: normal;
}

.milestones-research-images,
.milestones-timeline-images,
.milestones-voice-images,
.milestones-ad-images,
.milestones-final-images {
  padding-top: clamp(52px, 6vw, 90px);
}

.milestones-timeline-images.milestones-pair-continuation {
  padding-top: 0;
}

.milestones-research-images img,
.milestones-timeline-images img,
.milestones-voice-images img,
.milestones-ad-images img,
.milestones-final-images img,
.milestones-three-column img {
  aspect-ratio: 990 / 714;
  object-fit: cover;
}

.milestones-three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: clamp(40px, 5vw, 72px);
}

.milestones-forms-intro,
.milestones-profiles-intro {
  padding-bottom: clamp(40px, 5vw, 72px);
}

.milestones-timeline-intro {
  padding-bottom: clamp(42px, 5vw, 70px);
}

.milestones-timeline-intro + .milestones-voice-images {
  padding-top: 0;
}

.milestones-final-intro {
  padding-bottom: clamp(42px, 5vw, 70px);
}

.milestones-final-intro + .milestones-final-images {
  padding-top: 0;
}

.milestones-form-images,
.milestones-profile-images {
  padding-top: 0;
}

.milestones-profiles-intro + .milestones-profile-images {
  padding-top: clamp(28px, 3vw, 48px);
}

@media (max-width: 900px) {
  .milestones-three-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .milestones-case-study .case-study-introduction h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .milestones-three-column { grid-template-columns: 1fr; }

  .milestones-timeline-intro {
    padding-bottom: 42px;
  }

  .milestones-final-intro {
    padding-bottom: 42px;
  }

  .milestones-profiles-intro + .milestones-profile-images {
    padding-top: 28px;
  }

  .milestones-research-images,
  .milestones-timeline-images,
  .milestones-voice-images,
  .milestones-ad-images,
  .milestones-final-images {
    padding-top: 48px;
  }

  .milestones-timeline-images.milestones-pair-continuation {
    padding-top: 0;
  }
}

.fuel-billboard-gallery {
  padding-top: clamp(58px, 7vw, 100px);
}

.fuel-billboard-gallery .exhibition-gallery-slide img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fuel-phone-stage {
  position: relative;
  width: min(100%, 400px);
  margin: 0 auto;
}

.fuel-phone-gallery .exhibition-gallery-heading {
  margin-bottom: clamp(22px, 3vw, 40px);
}

.fuel-phone-crop {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: transparent;
}

.fuel-phone-gallery .fuel-phone-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270%;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}

.fuel-phone-gallery .exhibition-gallery-controls {
  margin-top: 18px;
}

.fuel-phone-gallery .exhibition-gallery-controls > div {
  position: absolute;
  top: 50%;
  right: -72px;
  left: -72px;
  transform: translateY(-50%);
  justify-content: space-between;
  pointer-events: none;
}

.fuel-phone-gallery .exhibition-gallery-controls button {
  background: var(--paper);
  pointer-events: auto;
}

.case-study-publications-intro {
  padding-bottom: clamp(38px, 4vw, 60px);
}

.fuel-publication-pair {
  padding-top: clamp(20px, 2.5vw, 36px);
}

.fuel-double-publication,
.fuel-interactive-image {
  padding-bottom: clamp(58px, 7vw, 105px);
}

.fuel-double-publication img,
.fuel-interactive-image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fuel-editorial-details {
  padding-top: clamp(52px, 6vw, 90px);
  padding-bottom: clamp(52px, 6vw, 90px);
}

.case-study-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(24, 24, 24, 0.32);
}

.case-study-navigation a {
  position: relative;
  min-height: 220px;
  padding: 28px var(--page-margin) 36px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
  border-right: 1px solid rgba(24, 24, 24, 0.32);
}

.case-study-navigation a:last-child { border-right: 0; }
.case-study-navigation a:first-child { font-size: clamp(34px, 3.7vw, 58px); }
.case-study-navigation span { display: block; margin-bottom: 58px; font-family: "Neue Haas Grotesk Text Pro", Helvetica, Arial, sans-serif; font-size: 9px; letter-spacing: 0.11em; text-transform: uppercase; }
.case-study-navigation i { position: absolute; right: var(--page-margin); bottom: 36px; font-family: Arial, sans-serif; font-size: 22px; font-style: normal; }

@media (max-width: 900px) {
  .case-study-summary p { grid-column: 1 / span 9; }
  .case-study-text-block, .case-study-reflection, .case-study-credits { grid-template-columns: repeat(6, 1fr); row-gap: 42px; }
  .case-study-text-block > .section-label, .case-study-text-block > div, .case-study-reflection > .section-label, .case-study-reflection > div, .case-study-credits > .section-label, .case-study-credits > div { grid-column: 1 / span 6; }
  .case-study-identity > div { grid-column: 1 / span 4; }
  .case-study-identity > figure { grid-column: 5 / span 2; grid-row: 2; }
  .exhibition-gallery-heading { grid-template-columns: repeat(6, 1fr); row-gap: 38px; }
  .exhibition-gallery-heading .section-label, .exhibition-gallery-heading h2 { grid-column: 1 / span 6; }
}

@media (max-width: 600px) {
  .case-study-introduction { padding-top: 68px; }
  .case-study-introduction-top { align-items: flex-start; margin-bottom: 72px; }
  .case-study-introduction-top .category-back-link { text-align: right; }
  .case-study-introduction h1 { font-size: clamp(56px, 17vw, 78px); line-height: 0.94; white-space: normal; }
  .case-study-summary { grid-template-columns: repeat(3, 1fr); margin-top: 62px; }
  .case-study-summary p { grid-column: 1 / span 3; }
  .case-study-details { grid-template-columns: 1fr; }
  .case-study-details div, .case-study-details div + div { min-height: auto; padding: 18px 0 28px; border-right: 0; border-bottom: 1px solid rgba(24, 24, 24, 0.32); }
  .case-study-details div:last-child { border-bottom: 0; }
  .case-study-details dt { margin-bottom: 22px; }
  .case-study-disclaimer { margin-top: 30px; }
  .case-study-image-full { padding-bottom: 86px; }
  .case-study-text-block, .case-study-reflection, .case-study-credits { grid-template-columns: repeat(3, 1fr); padding-top: 76px; padding-bottom: 86px; }
  .case-study-text-block > .section-label, .case-study-text-block > div, .case-study-reflection > .section-label, .case-study-reflection > div, .case-study-credits > .section-label, .case-study-credits > div { grid-column: 1 / span 3; }
  .case-study-identity > div,
  .case-study-identity > figure { grid-column: 1 / span 3; }
  .case-study-identity > figure { grid-row: auto; margin-top: 24px; }
  .case-study-text-block h2, .case-study-reflection h2 { font-size: clamp(42px, 13vw, 60px); }
  .case-study-image-grid-two, .case-study-image-grid-four { grid-template-columns: 1fr; }
  .case-study-image-grid-offset figure:nth-child(2) { margin-top: 0; }
  .case-study-credit-links { grid-template-columns: 1fr; }
  .exhibition-gallery { padding-top: 72px; padding-bottom: 90px; }
  .exhibition-gallery-heading { grid-template-columns: repeat(3, 1fr); margin-bottom: 44px; }
  .exhibition-gallery-heading .section-label, .exhibition-gallery-heading h2 { grid-column: 1 / span 3; }
  .exhibition-gallery-heading h2 { font-size: clamp(40px, 12vw, 56px); }
  .exhibition-gallery-controls button { width: 42px; height: 42px; }
  .case-study-navigation { grid-template-columns: 1fr; }
  .case-study-navigation a { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(24, 24, 24, 0.32); }
  .case-study-navigation a:last-child { border-bottom: 0; }
  .fuel-case-study .case-study-introduction h1 { font-size: clamp(54px, 16vw, 76px); }
  .wild-case-study .case-study-introduction h1 { font-size: clamp(54px, 15vw, 74px); }
  .case-study-publications-intro { padding-bottom: 42px; }
  .fuel-publication-pair { padding-top: 22px; }
  .fuel-phone-stage { width: min(100%, 360px); }
  .fuel-phone-gallery .fuel-phone-crop img {
    width: 260%;
    transform: translate(-50%, -50%);
  }
  .fuel-phone-gallery .exhibition-gallery-controls > div {
    position: static;
    transform: none;
    pointer-events: auto;
  }
}

/* Basic reset */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* Full-screen cover */

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--paper);
  background-image:
    linear-gradient(rgba(24, 24, 24, 0.38), rgba(24, 24, 24, 0.38)),
    url("../images/hero/legacy-hero.jpg");
  background-position: center;
  background-size: cover;
}

/* Navigation */

.navigation {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 30px var(--page-margin);

  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.navigation > a:first-child,
.navigation-centre,
.navigation > a.navigation-contact {
  display: none;
}

/* Central wordmark */

.hero-logo {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  width: min(52vw, 820px);
}

.hero-logo img {
  width: 100%;
  height: auto;
}

/* Bottom information */

.hero-footer {
  position: absolute;
  z-index: 2;
  right: var(--page-margin);
  bottom: 30px;
  left: var(--page-margin);

  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: end;

  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-introduction {
  grid-column: 1 / span 4;
}

.hero-introduction p {
  margin: 0;
}

.scroll-link {
  grid-column: 10 / span 3;
  justify-self: end;

  display: flex;
  align-items: center;
  gap: 12px;
}

.scroll-link span {
  font-size: 16px;
}

/* Introduction section */

.introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  min-height: 85vh;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  background: var(--paper);
	border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.section-label {
  grid-column: 1 / span 3;
  margin: 0;

  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.introduction h1 {
  grid-column: 4 / span 8;
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.introduction-copy {
  grid-column: 4 / span 4;
  margin: clamp(42px, 5vw, 72px) 0 0;

  max-width: 520px;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.5;
}

/* Selected work */

.selected-work {
  padding:
    clamp(90px, 12vw, 180px)
    var(--page-margin)
    clamp(60px, 7vw, 100px);
  background: var(--paper);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.work-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(72px, 10vw, 150px);
}

.work-heading .section-label {
  grid-column: 1 / span 3;
}

.work-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.project {
  margin-bottom: clamp(80px, 11vw, 170px);
}

.project-image {
  display: block;
  height: min(72vw, 850px);
  overflow: hidden;
  background: var(--stone);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.project-image:hover img {
  transform: scale(1.015);
}

.home-selected-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(64px, 7vw, 110px) clamp(24px, 4vw, 64px);
  width: min(100%, 1380px);
  margin: 0 auto;
}

.home-selected-grid .project {
  margin-bottom: 0;
}

.home-selected-grid .project-image {
  height: auto;
  aspect-ratio: 4 / 3;
}

.project-information {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 24px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.project-information p,
.project-information h3 {
  margin: 0;
}

.project-information h3 {
  margin-bottom: 5px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  line-height: 1;
	letter-spacing: 0.015em;
}

.project-information p {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-year {
  justify-self: end;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 72px);
}

.project-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(56vw, 700px);
  overflow: hidden;
}

.project-placeholder span {
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0.035em;
  text-align: center;
}

.project-red {
  color: var(--paper);
  background: var(--haus-red);
}

.project-dark {
  color: var(--paper);
  background: var(--ink);
}

.project-stone {
  height: min(58vw, 720px);
  color: var(--ink);
  background: var(--stone);
}
.project-wide {
  width: 82%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: auto;
}

/* Tablet */

@media (max-width: 900px) {
  .hero-logo {
    width: 66vw;
  }

  .hero-footer {
    grid-template-columns: repeat(6, 1fr);
  }

  .hero-introduction {
    grid-column: 1 / span 3;
  }

  .scroll-link {
    grid-column: 5 / span 2;
  }

  .introduction {
    grid-template-columns: repeat(6, 1fr);
    align-content: start;
    row-gap: clamp(42px, 6vw, 54px);
    min-height: auto;
    padding-top: clamp(80px, 11vw, 110px);
    padding-bottom: clamp(80px, 11vw, 110px);
  }

  .introduction .section-label {
    grid-column: 1 / span 1;
    grid-row: 1;
    margin: 0;
  }

  .introduction h1 {
    grid-column: 2 / span 5;
    grid-row: 1;
    max-width: 90%;
    margin: 0;
  }

  .introduction-copy {
    grid-column: 2 / span 3;
    grid-row: 2;
    max-width: 46ch;
    margin: 0;
  }
}

/* Mobile */

@media (max-width: 600px) {
  :root {
    --page-margin: 21px;
  }

  .hero {
    background-position: 42% center;
  }

  .navigation {
    padding-top: 24px;
  }

  .hero-logo {
    width: 78vw;
  }

  .hero-footer {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
    bottom: 24px;
  }

  .hero-introduction {
    grid-column: 1 / span 3;
  }

  .scroll-link {
    grid-column: 1 / span 3;
    justify-self: start;
  }

  .introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 48px;
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-label {
    grid-column: 1 / span 3;
  }

  .introduction .section-label {
    grid-column: 1 / span 3;
    grid-row: auto;
    margin-bottom: 0;
  }

  .introduction h1 {
    grid-column: 1 / span 3;
    grid-row: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(40px, 13vw, 62px);
  }

  .introduction-copy {
    grid-column: 1 / span 3;
    grid-row: auto;
    max-width: none;
    margin: 0;
  }
}
/* Approach */

.approach {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  color: var(--paper);
  background: var(--ink);
  border-top: 1px solid rgba(239, 237, 228, 0.25);
}

.approach-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.section-label-light {
  grid-column: 1 / span 3;
  color: var(--paper);
}

.approach-heading {
  grid-column: 4 / span 8;
}

.approach-kicker {
  margin: 0 0 36px;

  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.approach-heading h2 {
  max-width: 1000px;
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.015em;
}

.approach-copy {
  max-width: 580px;
  margin: clamp(42px, 6vw, 84px) 0 0;

  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.6;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(72px, 9vw, 120px);
  border-top: 1px solid rgba(239, 237, 228, 0.32);
  border-bottom: 1px solid rgba(239, 237, 228, 0.32);
}

.approach-step {
  position: relative;
  min-height: 235px;
  padding: 22px 28px 30px 0;
  border-right: 1px solid rgba(239, 237, 228, 0.32);
}

.approach-step + .approach-step {
  padding-left: 28px;
}

.approach-step:last-child {
  border-right: 0;
}

/* Small process number */

.step-number {
  margin: 0 0 42px;

  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  color: rgba(239, 237, 228, 0.62);
}

/* Step headings */

.approach-step h3 {
  margin: 0 0 14px;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;

  transition: transform 300ms ease;
}

.approach-step div p {
  max-width: 310px;
  margin: 0;

  font-size: 13px;
  line-height: 1.55;
  color: rgba(239, 237, 228, 0.72);
}

/* Restrained interaction */

.approach-step::after {
  position: absolute;
  right: 28px;
  bottom: 0;
  left: 0;

  height: 2px;
  content: "";
  background: var(--paper);

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 350ms ease;
}

.approach-step + .approach-step::after {
  left: 28px;
}

.approach-step:hover::after {
  transform: scaleX(1);
}

.approach-step:hover h3 {
  transform: translateX(4px);
}

.approach-step div p {
  max-width: 310px;
  margin: 0;

  font-size: 14px;
  line-height: 1.55;
  color: rgba(239, 237, 228, 0.78);
}

/* Approach tablet */

@media (max-width: 900px) {
  .approach-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .section-label-light {
    grid-column: 1 / span 2;
  }

  .approach-heading {
    grid-column: 1 / span 6;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .approach-step,
  .approach-step + .approach-step {
    min-height: auto;
    padding: 24px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 237, 228, 0.32);
  }

  .approach-step:last-child {
    border-bottom: 0;
  }

  .step-number {
    margin-bottom: 44px;
  }
}

/* Approach mobile */

@media (max-width: 600px) {
  .approach-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 48px;
  }

  .section-label-light {
    grid-column: 1 / span 3;
  }

  .approach-heading {
    grid-column: 1 / span 3;
  }

  .approach-heading h2 {
    font-size: clamp(45px, 14vw, 68px);
  }

  .approach-copy {
    margin-top: 36px;
  }

  .approach-steps {
    margin-top: 80px;
  }
}
/* Services */

.services {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  background: var(--paper);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.services-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(72px, 10vw, 140px);
}

.services-heading .section-label {
  grid-column: 1 / span 3;
}

.services-heading > div {
  grid-column: 4 / span 7;
}

.services-heading h2 {
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.services-heading > div > p {
  max-width: 480px;
  margin: clamp(36px, 5vw, 64px) 0 0;

  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.6;
}

.services-content {
  display: block;
  width: 100%;
}

.services-list {
  width: 100%;
  border-top: 1px solid rgba(24, 24, 24, 0.42);
}

.service-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: clamp(24px, 4vw, 64px);
  align-items: center;

  min-height: clamp(100px, 9vw, 138px);
  padding: 22px 0;

  border-bottom: 1px solid rgba(24, 24, 24, 0.42);

  transition:
    padding 300ms ease,
    color 300ms ease,
    background-color 300ms ease;
}
.service-number {
  font-size: 11px;
  letter-spacing: 0.12em;
}

.service-row h3 {
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
}

.service-arrow {
  font-size: 20px;
  transition: transform 300ms ease;
}

.service-row:hover {
  padding-right: 24px;
  padding-left: 24px;
  color: var(--paper);
  background: var(--haus-red);
}

.service-row:hover .service-arrow {
  transform: translate(3px, -3px);
}

/* HAUS red statement */

.services-statement {
  grid-column: 9 / span 4;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 100%;
  padding: clamp(28px, 4vw, 58px);

  color: var(--paper);
  background: var(--haus-red);
}

.services-statement img {
  width: clamp(64px, 7vw, 108px);
  height: auto;
}

.services-statement p {
  margin: clamp(110px, 15vw, 220px) 0 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.015em;
}

/* Services tablet */

@media (max-width: 900px) {
  .services-heading {
    grid-template-columns: repeat(6, 1fr);
  }

  .services-heading .section-label {
    grid-column: 1 / span 2;
  }

  .services-heading > div {
    grid-column: 2 / span 5;
  }

  .services-content {
    grid-template-columns: repeat(6, 1fr);
  }

  .services-list {
    grid-column: 1 / span 6;
  }

  .services-statement {
    grid-column: 2 / span 5;
    margin-top: 54px;
  }
}

/* Services mobile */

@media (max-width: 600px) {
  .services-heading {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 48px;
  }

  .services-heading .section-label,
  .services-heading > div {
    grid-column: 1 / span 3;
  }

  .services-content {
    display: block;
  }

  .service-row {
    min-height: 84px;
    column-gap: 16px;
  }

  .service-row h3 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .services-statement {
    min-height: 440px;
    margin-top: 54px;
  }

  .services-statement p {
    margin-top: 120px;
  }
}
/* Founder */

.founder {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;

  padding: clamp(90px, 12vw, 180px) var(--page-margin);

  color: var(--ink);
  background: var(--stone);
  border-top: 1px solid rgba(24, 24, 24, 0.25);
}

.founder-visual {
  grid-column: 1 / span 5;
}

.founder-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: clamp(560px, 62vw, 840px);

  background-color: rgba(239, 237, 228, 0.42);
  background-image: url("../images/about/founder.jpg");
  background-repeat: no-repeat;
  background-position: 50% 72%;
  background-size: auto 145%;
}

.founder-placeholder p {
  display: none;
}

.founder-image {
  display: block;
  width: 100%;
  min-height: clamp(560px, 62vw, 840px);
  object-fit: cover;
}

.image-caption {
  margin: 14px 0 0;

  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-content {
  grid-column: 7 / span 6;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.founder-content .section-label {
  margin-bottom: clamp(32px, 4vw, 58px);
}

.founder-content h2 {
  max-width: 800px;
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.founder-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(54px, 7vw, 92px);
}

.founder-copy p {
  margin: 0;

  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.6;
}

.founder-link {
  display: flex;
  align-items: center;
  gap: 18px;

  margin-top: clamp(54px, 7vw, 90px);
  padding-bottom: 8px;

  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  border-bottom: 1px solid currentColor;
}

.founder-link span {
  transition: transform 300ms ease;
}

.founder-link:hover span {
  transform: translate(3px, -3px);
}

@media (min-width: 901px) {
  .founder-visual {
    position: relative;
  }

  .founder-image-frame {
    position: relative;
    height: calc(100% - clamp(78px, 8vw, 112px));
    overflow: hidden;
  }

  .founder-placeholder {
    height: calc(100% - clamp(78px, 8vw, 112px));
    min-height: 0;
  }

  .founder-image {
    height: 100%;
    min-height: 0;
    transform: scale(1.45);
    transform-origin: 50% 72%;
  }

  .founder-visual .image-caption {
    position: static;
    margin-top: 14px;
  }
}

/* Founder tablet */

@media (max-width: 900px) {
  .founder {
    display: flex;
    flex-direction: column;
  }

  .founder-content {
    order: 1;
  }

  .founder-visual {
    order: 2;
    margin-top: 64px;
  }

  .founder-placeholder {
    min-height: 420px;
  }

  .founder-image {
    min-height: 420px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .founder-image-frame {
    height: clamp(360px, 55vw, 430px);
    overflow: hidden;
  }

  .founder-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 50% 64%;
  }
}
/* Founder mobile */

@media (max-width: 600px) {
  .founder {
    display: flex;
    flex-direction: column;
  }

  .founder-content {
    display: contents;
  }

  .founder-content .section-label {
    order: 1;
    margin-bottom: 0;
  }

  .founder-visual {
    order: 2;
    margin-top: 24px;
  }

  .founder-placeholder {
    min-height: 520px;
  }

  .founder-image {
    min-height: 520px;
  }

  .founder-content h2 {
    order: 3;
    margin-top: 40px;
    font-size: clamp(44px, 14vw, 66px);
  }

  .founder-copy {
    order: 4;
    grid-template-columns: 1fr;
  }

  .founder-link {
    order: 5;
  }
}
/* Contact */

.contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 78vh;
  min-height: 78svh;
  padding: clamp(72px, 9vw, 130px) var(--page-margin) 42px;

  color: var(--ink);
  background: var(--paper);
  border-top: 1px solid rgba(24, 24, 24, 0.25);
}

.contact .section-label-light {
  color: var(--ink);
}

.contact-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.contact-heading .section-label {
  grid-column: 1 / span 3;
}

.contact-heading h2 {
  grid-column: 4 / span 8;
  margin: 0;

  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(62px, 8vw, 128px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.015em;
}

.contact-bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  align-items: end;

  padding-top: 42px;
 border-top: 1px solid rgba(24, 24, 24, 0.3);
}

.contact-bottom > p {
  grid-column: 1 / span 4;
  max-width: 480px;
  margin: 0;

  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.55;
}

.contact-bottom > a {
  grid-column: 10 / span 3;
  justify-self: end;

  display: flex;
  align-items: center;
  gap: 18px;

  padding-bottom: 8px;

  color: var(--haus-red);
font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  border-bottom: 1px solid currentColor;
}

.contact-bottom > a span {
  transition: transform 300ms ease;
}

.contact-bottom > a:hover span {
  transform: translate(3px, -3px);
}

/* Contact tablet */

@media (max-width: 900px) {
  .contact {
    min-height: auto;
    justify-content: flex-start;
    gap: 48px;
  }

  .contact-heading {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 32px;
  }

  .contact-heading .section-label {
    grid-column: 1 / span 6;
  }

  .contact-heading h2 {
    grid-column: 1 / span 6;
  }

  .contact-bottom {
    grid-template-columns: repeat(6, 1fr);
  }

  .contact-bottom > p {
    grid-column: 1 / span 3;
  }

  .contact-bottom > a {
    grid-column: 5 / span 2;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .contact-heading {
    row-gap: 0;
  }

  .contact-heading .section-label {
    grid-column: 1 / span 1;
    white-space: nowrap;
  }

  .contact-heading h2 {
    grid-column: 2 / span 5;
    margin-left: clamp(16px, 2.5vw, 22px);
  }
}

@media (min-width: 901px) and (max-width: 1180px) and (max-height: 900px) {
  .contact {
    min-height: auto;
    justify-content: flex-start;
    gap: clamp(64px, 7vw, 82px);
    padding-top: clamp(64px, 7vw, 82px);
    padding-bottom: clamp(42px, 5vw, 58px);
  }
}

/* Contact mobile */

@media (max-width: 600px) {
  .contact {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 72px;
  }

  .contact-heading {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 44px;
  }

  .contact-heading .section-label,
  .contact-heading h2 {
    grid-column: 1 / span 3;
  }

  .contact-heading h2 {
    font-size: clamp(58px, 17vw, 74px);
    line-height: 0.92;
  }

  .contact-bottom {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
    padding-top: 32px;
  }

  .contact-bottom > p,
  .contact-bottom > a {
    grid-column: 1 / span 3;
  }

  .contact-bottom > a {
    justify-self: start;
  }
}
/* Footer */

.site-footer {
  padding: 48px var(--page-margin) 32px;

  color: var(--paper);
  background: var(--ink);
  border-top: 1px solid rgba(239, 237, 228, 0.28);
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  align-items: start;
}

.footer-brand {
  grid-column: 1 / span 4;

  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-emblem {
  flex: 0 0 66px;
  width: 66px;
}

.footer-emblem img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-statement p {
  margin: 0;
  white-space: nowrap;

  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-navigation {
  grid-column: 7 / span 2;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact {
  grid-column: 9 / span 4;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer-navigation a,
.footer-contact a {
  position: relative;

  color: var(--paper);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-navigation a::after,
.footer-contact a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;

  height: 1px;
  content: "";
  background: currentColor;

  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms ease;
}

.footer-navigation a:hover::after,
.footer-contact a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 56px;
  padding-top: 18px;

  border-top: 1px solid rgba(239, 237, 228, 0.3);
}

.footer-bottom p {
  margin: 0;

  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Footer tablet */

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 48px;
  }

  .footer-brand {
    grid-column: 1 / span 3;
  }

  .footer-navigation {
    grid-column: 4 / span 1;
  }

  .footer-contact {
    grid-column: 5 / span 2;
  }
}

/* Footer mobile */

@media (max-width: 600px) {
  .site-footer {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .footer-top {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 48px;
  }

  .footer-brand {
    grid-column: 1 / span 3;
    gap: 18px;
  }

  .footer-emblem {
    flex-basis: 46px;
    width: 46px;
  }

  .footer-statement p {
    white-space: normal;
  }

  .footer-navigation {
    grid-column: 1 / span 1;
  }

  .footer-contact {
    grid-column: 2 / span 2;
    align-items: flex-end;
    text-align: right;
  }

  .footer-bottom {
    margin-top: 48px;
  }
}
/* Selected work mobile */

@media (max-width: 600px) {
  .selected-work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work-heading {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 38px;
    margin-bottom: 64px;
  }

  .work-heading .section-label,
  .work-heading h2 {
    grid-column: 1 / span 3;
  }

  .work-heading h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .project {
    margin-bottom: 72px;
  }

  .project:last-child {
    margin-bottom: 0;
  }

  .project-grid {
    grid-template-columns: 1fr;
    gap: 72px;
    margin-bottom: 72px;
  }

  .home-selected-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .project-grid .project {
    margin-bottom: 0;
  }
  .project-image,
  .project-placeholder,
  .project-stone {
    width: 100%;
    height: min(112vw, 520px);
  }

  .project-wide {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .project-placeholder span {
    max-width: 85%;

    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.95;
  }

  .project-information {
    grid-template-columns: 26px minmax(0, 1fr) auto;
    column-gap: 12px;
    padding-top: 14px;
  }

  .project-information h3 {
    margin-bottom: 7px;

    font-size: clamp(22px, 6.5vw, 28px);
    line-height: 1;
  }

  .project-information p {
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }

  .project-year {
    justify-self: end;
  }
}
/* Hamburger navigation — desktop, tablet and mobile */

.menu-toggle {
  display: block;
  padding: 0;

  color: var(--paper);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  background: none;
  border: 0;
  cursor: pointer;
}

.menu-label-close {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;

  display: flex;
  align-items: flex-end;

  padding: 110px var(--page-margin) 52px;

  color: var(--ink);
  background: var(--paper);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 300ms ease,
    visibility 300ms ease;
}

.mobile-menu nav {
  width: 100%;
}

.mobile-menu a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: baseline;

  padding: 18px 0;

  color: var(--ink);
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 14vw, 62px);
  line-height: 0.95;
  border-top: 1px solid rgba(24, 24, 24, 0.3);
}

.mobile-menu a:last-child {
  border-bottom: 1px solid rgba(24, 24, 24, 0.3);
}

.mobile-menu a span {
  font-size: 9px;
  letter-spacing: 0.1em;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.menu-open .menu-toggle {
  color: var(--ink);
}

body.menu-open .menu-label-open {
  display: none;
}

body.menu-open .menu-label-close {
  display: inline;
}

/* Work page */

.work-page .interior-header {
  position: relative;
  min-height: clamp(120px, 11vw, 165px);
  color: var(--ink);
  background: var(--paper);
}

.work-page .interior-navigation,
.work-page .interior-navigation .menu-toggle {
  color: var(--ink);
}

.work-page .interior-logo {
  position: absolute;
  top: 28px;
  left: var(--page-margin);
  z-index: 1002;
  width: clamp(92px, 10vw, 150px);
}

.work-page .interior-logo img {
  width: 100%;
  height: auto;
}

.work-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.work-introduction .section-label {
  grid-column: 1 / span 3;
}

.work-introduction-content {
  grid-column: 4 / span 8;
}

.work-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(52px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.02em;
}

.work-introduction-content > p {
  max-width: 560px;
  margin: clamp(42px, 6vw, 82px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.discipline-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 72px);
  row-gap: clamp(90px, 11vw, 160px);
  align-items: start;
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
  background: var(--paper);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.discipline {
  margin-bottom: 0;
}

.discipline-visual {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.discipline-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.discipline-visual-image:hover img {
  transform: scale(1.015);
}

.discipline-visual-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.discipline-visual-placeholder > span {
  max-width: 85%;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  text-align: center;
}

.discipline-visual-dark {
  color: var(--paper);
  background: var(--ink);
}

.discipline-visual-red {
  color: var(--paper);
  background: var(--haus-red);
}

.discipline-information {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: clamp(18px, 3vw, 46px);
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.discipline-information p,
.discipline-information h2 {
  margin: 0;
}

.discipline-number,
.discipline-link {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.discipline-information h2 {
  margin-bottom: 16px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.discipline-information div > p {
  max-width: 540px;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.55;
}

.discipline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.discipline-link span {
  transition: transform 300ms ease;
}

.discipline-link:hover span {
  transform: translate(3px, -3px);
}

@media (max-width: 900px) {
  .work-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 44px;
  }

  .work-introduction .section-label {
    grid-column: 1 / span 2;
  }

  .work-introduction-content {
    grid-column: 1 / span 6;
  }

}

@media (min-width: 601px) and (max-width: 900px) {
  .discipline-information > div {
    display: contents;
  }

  .discipline-number {
    grid-column: 1;
    grid-row: 1;
  }

  .discipline-information h2 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  .discipline-information div > p {
    grid-column: 1 / span 2;
    grid-row: 2;
    margin-top: 16px;
  }

  .discipline-link {
    grid-column: 1 / span 2;
    grid-row: 3;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .work-page .interior-header {
    min-height: 120px;
  }

  .work-page .interior-logo {
    top: 23px;
    width: 94px;
  }

  .work-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 44px;
    padding-top: 68px;
    padding-bottom: 100px;
  }

  .work-introduction .section-label,
  .work-introduction-content {
    grid-column: 1 / span 3;
  }

  .work-introduction h1 {
    font-size: clamp(45px, 14vw, 66px);
  }

  .work-introduction-content > p {
    margin-top: 36px;
  }

  .discipline-index {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .discipline {
    margin: 0;
  }

  .discipline-visual-placeholder > span {
    font-size: clamp(44px, 14vw, 64px);
  }

  .discipline-information {
    grid-template-columns: 26px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 24px;
    padding-top: 14px;
  }

  .discipline-information h2 {
    margin-bottom: 12px;
    font-size: clamp(28px, 9vw, 40px);
  }

  .discipline-link {
    margin-top: 20px;
  }
}

/* Graphic design page */

.design-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.design-introduction .section-label {
  grid-column: 1 / span 3;
}

.design-introduction-content {
  grid-column: 4 / span 8;
}

.design-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.design-introduction-content > p {
  max-width: 540px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.design-categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.32);
  border-bottom: 1px solid rgba(24, 24, 24, 0.32);
}

.design-categories p {
  min-height: 86px;
  margin: 0;
  padding: 20px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-right: 1px solid rgba(24, 24, 24, 0.32);
}

.design-categories p:first-child {
  padding-left: 0;
}

.design-categories p:last-child {
  border-right: 0;
}

.design-categories span {
  display: block;
  margin-bottom: 18px;
  color: rgba(24, 24, 24, 0.55);
  font-size: 9px;
}

.design-categories a {
  display: block;
}

.design-categories .category-arrow {
  display: inline;
  float: right;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  transition: transform 300ms ease;
}

.design-categories a:hover .category-arrow {
  transform: translate(3px, -3px);
}

.case-studies-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(64px, 7vw, 100px) var(--page-margin);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.case-studies-introduction .section-label {
  grid-column: 1 / span 3;
}

.case-studies-introduction > div {
  grid-column: 4 / span 7;
}

.case-studies-introduction h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.case-studies-introduction > div > p {
  max-width: 560px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.6;
}

.design-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 4vw, 72px);
  row-gap: clamp(90px, 11vw, 160px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
}

.design-project-visual {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.design-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.design-project-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.design-project-placeholder > span {
  max-width: 90%;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
  text-align: center;
}

.design-project-red {
  color: var(--paper);
  background: var(--haus-red);
}

.design-project-dark {
  color: var(--paper);
  background: var(--ink);
}

.design-project-stone {
  color: var(--ink);
  background: var(--stone);
}

.design-project-information {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.design-project-information p,
.design-project-information h2 {
  margin: 0;
}

.design-project-number,
.design-project-status,
.design-project-discipline {
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-project-status {
  justify-self: end;
  white-space: nowrap;
}

.design-project-information h2 {
  margin-bottom: 8px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.design-project-description {
  max-width: 480px;
  margin-top: 22px !important;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .design-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 42px;
  }

  .design-introduction .section-label {
    grid-column: 1 / span 2;
  }

  .design-introduction-content {
    grid-column: 1 / span 6;
  }

  .design-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-categories p:nth-child(even) {
    border-right: 0;
  }

  .design-categories p:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(24, 24, 24, 0.32);
  }

  .design-categories p:nth-child(odd) {
    padding-left: 0;
  }

  .case-studies-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .case-studies-introduction .section-label,
  .case-studies-introduction > div {
    grid-column: 1 / span 6;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .design-project-information > div {
    display: contents;
  }

  .design-project-number {
    grid-column: 1;
    grid-row: 1;
  }

  .design-project-information h2 {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  .design-project-status {
    grid-column: 3;
    grid-row: 1;
  }

  .design-project-discipline {
    grid-column: 2 / span 2;
    grid-row: 2;
    margin-top: 8px !important;
  }

  .design-project-description {
    grid-column: 2 / span 2;
    grid-row: 3;
    max-width: none;
  }
}

@media (max-width: 600px) {
  .design-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 44px;
    padding-top: 68px;
  }

  .design-introduction .section-label,
  .design-introduction-content {
    grid-column: 1 / span 3;
  }

  .design-introduction h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .design-introduction-content > p {
    margin-top: 34px;
  }

  .design-categories {
    grid-template-columns: 1fr;
  }

  .design-categories p,
  .design-categories p:nth-child(3) {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.32);
  }

  .design-categories p:last-child {
    border-bottom: 0;
  }

  .design-categories span {
    display: inline;
    margin-right: 18px;
  }

  .case-studies-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .case-studies-introduction .section-label,
  .case-studies-introduction > div {
    grid-column: 1 / span 3;
  }

  .case-studies-introduction h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .design-projects {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .design-project-placeholder > span {
    font-size: clamp(42px, 13vw, 60px);
  }

  .design-project-information {
    grid-template-columns: 24px minmax(0, 1fr);
    row-gap: 20px;
  }

  .design-project-status {
    grid-column: 2;
    justify-self: start;
  }

  .design-project-information h2 {
    font-size: clamp(28px, 9vw, 40px);
  }
}

/* Graphic design category pages */

.category-introduction {
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.category-introduction-top,
.category-introduction-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.category-introduction-top .section-label {
  grid-column: 1 / span 3;
}

.category-back-link {
  grid-column: 10 / span 3;
  justify-self: end;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-introduction-content {
  margin-top: clamp(46px, 6vw, 86px);
}

.category-introduction-content h1,
.category-introduction-content > p {
  grid-column: 4 / span 8;
}

.category-introduction-content h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.category-introduction-content > p {
  max-width: 560px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.category-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(72px, 8vw, 120px) clamp(18px, 2.5vw, 40px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.category-projects-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
}

.category-projects-heading .section-label { grid-column: 1 / span 3; }

.category-projects-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(38px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.editorial-case-study-grid {
  row-gap: clamp(64px, 8vw, 110px);
}

.social-case-study-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: clamp(64px, 8vw, 110px);
}

.social-case-study-grid > .category-project:first-of-type { grid-column: 4 / span 3; }
.social-case-study-grid > .category-project:last-of-type { grid-column: 7 / span 3; }

.social-case-study-phone .category-project-visual img {
  transform: scale(1.14);
}

.social-additional-projects,
.social-sunbase-project {
  padding: clamp(76px, 9vw, 130px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.social-section-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(58px, 7vw, 100px);
}

.social-section-heading .section-label { grid-column: 1 / span 3; }

.social-section-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(38px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.social-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: clamp(64px, 8vw, 110px) clamp(24px, 4vw, 56px);
}

.social-project-card figure {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  overflow: hidden;
  background: var(--stone);
}

.social-project-card figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-project-card-laptop figure img {
  object-fit: cover;
  transform: scale(1.04);
}

.social-project-type {
  margin: 0 0 16px;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.social-project-card h3 {
  margin: 0 0 14px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.social-project-card > p:last-child {
  max-width: 420px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.social-sunbase-project .campaign-project-introduction {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.sunbase-website-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 440px));
  justify-content: center;
  gap: clamp(24px, 4vw, 56px);
}

.sunbase-website-gallery figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(340px, 38vw, 520px);
  margin: 0;
  padding: 16px;
  overflow: hidden;
  background: rgba(182, 173, 161, 0.16);
}

.sunbase-website-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.packaging-project {
  border-top: 1px solid rgba(24, 24, 24, 0.22);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.packaging-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 40px);
  width: min(100%, 1200px);
  margin: 0 auto;
}

.packaging-gallery figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.packaging-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-project-visual {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--stone);
}

.category-project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.category-gallery-placeholder > span {
  max-width: 90%;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
  text-align: center;
}

.category-gallery-red {
  color: var(--paper);
  background: var(--haus-red);
}

.category-gallery-dark {
  color: var(--paper);
  background: var(--ink);
}

.category-gallery-stone {
  color: var(--ink);
  background: var(--stone);
}

.category-project-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding-top: 12px;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.category-project-caption span:last-child {
  text-align: right;
}

.category-project-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-project-link span {
  transition: transform 250ms ease;
}

.category-project-link:hover span {
  transform: translate(2px, -2px);
}

.category-credits {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(76px, 9vw, 130px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.category-credits > .section-label { grid-column: 1 / span 3; }
.category-credits > div { grid-column: 4 / span 8; }

.category-credits > div > p {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
}

.category-credits details {
  margin-top: 42px;
  border-top: 1px solid rgba(24, 24, 24, 0.32);
}

.category-credits summary {
  padding: 18px 0;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-credit-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 36px;
  padding: 20px 0 12px;
}

.category-credit-links a,
.category-credit-links span {
  font-size: 11px;
  line-height: 1.45;
}

.category-credit-links a {
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.category-project-information {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  column-gap: 14px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.category-project-information p,
.category-project-information h2 {
  margin: 0;
}

.category-project-number,
.category-project-status,
.category-project-discipline {
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-project-status {
  justify-self: end;
  white-space: nowrap;
}

.category-project-information h2 {
  margin-bottom: 8px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.category-project-description {
  max-width: 480px;
  margin-top: 22px !important;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.55;
}

.portraiture-index {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.projection-gallery,
.studio-portrait-gallery,
.still-life-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.projection-gallery figure,
.studio-portrait-gallery figure,
.still-life-gallery figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.projection-gallery img,
.studio-portrait-gallery img,
.still-life-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projection-gallery .projection-landscape {
  aspect-ratio: auto;
  align-self: start;
}

.projection-gallery .projection-landscape img {
  height: auto;
  object-fit: initial;
}

.studio-portrait-gallery .studio-landscape {
  aspect-ratio: auto;
  align-self: start;
}

.studio-portrait-gallery .studio-landscape img {
  height: auto;
  object-fit: initial;
}

.location-gallery,
.wedding-gallery,
.event-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(24px, 4vw, 64px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.location-gallery-column,
.wedding-gallery-column,
.event-gallery-column {
  display: grid;
  gap: clamp(24px, 4vw, 64px);
}

.location-gallery figure,
.wedding-gallery figure,
.event-gallery figure {
  margin: 0;
}

.location-gallery img,
.wedding-gallery img,
.event-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.event-collection {
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.event-collection-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(64px, 7vw, 100px) var(--page-margin) 0;
}

.event-collection-heading .section-label {
  grid-column: 1 / span 3;
}

.event-collection-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(38px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
}

.event-gallery {
  padding-top: clamp(48px, 5vw, 72px);
  border-top: 0;
}

/* Campaign project groups */

.campaign-projects {
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.campaign-project {
  padding: clamp(74px, 9vw, 130px) var(--page-margin);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.campaign-project-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(48px, 6vw, 86px);
}

.campaign-project-introduction:last-child { margin-bottom: 0; }

.campaign-project-introduction > div:first-child { grid-column: 1 / span 6; }
.campaign-project-introduction > div:last-child { grid-column: 8 / span 5; }

.campaign-project-type {
  margin: 0 0 24px;
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-project-introduction h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

.campaign-project-introduction > div:last-child > p {
  max-width: 560px;
  margin: 0;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
}

.campaign-project-introduction a {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.campaign-project-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px) clamp(18px, 2.5vw, 40px);
  align-items: start;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.campaign-project-gallery figure {
  margin: 0;
}

.campaign-project-gallery img {
  width: 100%;
  height: auto;
}

.editorial-feature-project {
  border-top: 1px solid rgba(24, 24, 24, 0.22);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.folklore-gallery figure {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.folklore-gallery img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.55);
}

@media (max-width: 900px) {
  .category-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-case-study-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .social-case-study-grid > .category-project:first-of-type { grid-column: 1 / span 3; }
  .social-case-study-grid > .category-project:last-of-type { grid-column: 4 / span 3; }

  .category-projects-heading { grid-template-columns: repeat(6, 1fr); row-gap: 36px; }
  .category-projects-heading .section-label,
  .category-projects-heading h2 { grid-column: 1 / span 6; }

  .category-introduction-top,
  .category-introduction-content {
    grid-template-columns: repeat(6, 1fr);
  }

  .category-introduction-top .section-label {
    grid-column: 1 / span 3;
  }

  .category-back-link {
    grid-column: 4 / span 3;
  }

  .category-introduction-content h1,
  .category-introduction-content > p {
    grid-column: 1 / span 6;
  }

  .category-credits { grid-template-columns: repeat(6, 1fr); row-gap: 42px; }
  .category-credits > .section-label,
  .category-credits > div { grid-column: 1 / span 6; }

  .campaign-project-introduction { grid-template-columns: repeat(6, 1fr); row-gap: 36px; }
  .campaign-project-introduction > div:first-child,
  .campaign-project-introduction > div:last-child { grid-column: 1 / span 6; }
  .campaign-project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .social-section-heading { grid-template-columns: repeat(6, 1fr); row-gap: 36px; }
  .social-section-heading .section-label,
  .social-section-heading h2 { grid-column: 1 / span 6; }

  .packaging-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .category-introduction {
    padding-top: 68px;
  }

  .category-introduction-top,
  .category-introduction-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-introduction-top .section-label,
  .category-back-link,
  .category-introduction-content h1,
  .category-introduction-content > p {
    grid-column: 1 / span 3;
  }

  .category-back-link {
    justify-self: start;
    margin-top: 24px;
  }

  .category-introduction-content h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .category-projects {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .portraiture-index { grid-template-columns: 1fr; }
  .projection-gallery,
  .studio-portrait-gallery,
  .still-life-gallery,
  .location-gallery,
  .wedding-gallery,
  .event-gallery { grid-template-columns: 1fr; }

  .location-gallery,
  .wedding-gallery,
  .event-gallery { row-gap: clamp(24px, 4vw, 64px); }
  .location-gallery-column,
  .wedding-gallery-column,
  .event-gallery-column { display: contents; }
  .location-gallery figure { order: var(--location-order); }
  .wedding-gallery figure { order: var(--wedding-order); }
  .event-gallery figure { order: var(--event-order); }

  .event-collection-heading { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .event-collection-heading .section-label,
  .event-collection-heading h2 { grid-column: 1 / span 3; }

  .social-case-study-grid { grid-template-columns: 1fr; }
  .social-case-study-grid > .category-project:first-of-type,
  .social-case-study-grid > .category-project:last-of-type { grid-column: 1; }

  .social-section-heading { grid-template-columns: repeat(3, 1fr); }
  .social-section-heading .section-label,
  .social-section-heading h2 { grid-column: 1 / span 3; }
  .social-section-heading h2 { font-size: clamp(38px, 12vw, 54px); }
  .social-project-grid,
  .sunbase-website-gallery { grid-template-columns: 1fr; }
  .sunbase-website-gallery figure { height: min(115vw, 500px); }
  .packaging-gallery { grid-template-columns: 1fr; }

  .category-projects-heading { grid-template-columns: repeat(3, 1fr); }
  .category-projects-heading .section-label,
  .category-projects-heading h2 { grid-column: 1 / span 3; }
  .category-projects-heading h2 { font-size: clamp(38px, 12vw, 54px); }

  .category-project-caption { align-items: flex-start; }

  .category-credits {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 76px;
    padding-bottom: 86px;
  }

  .category-credits > .section-label,
  .category-credits > div { grid-column: 1 / span 3; }

  .category-credit-links { grid-template-columns: 1fr; }

  .campaign-project { padding-top: 76px; padding-bottom: 86px; }
  .campaign-project-introduction { grid-template-columns: repeat(3, 1fr); }
  .campaign-project-introduction > div:first-child,
  .campaign-project-introduction > div:last-child { grid-column: 1 / span 3; }
  .campaign-project-gallery { grid-template-columns: 1fr; gap: 24px; }

  .category-project-information {
    grid-template-columns: 24px minmax(0, 1fr);
    row-gap: 20px;
  }

  .category-project-status {
    grid-column: 2;
    justify-self: start;
  }
}

/* Photography page */

.photography-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.photography-introduction .section-label {
  grid-column: 1 / span 3;
}

.photography-introduction-content {
  grid-column: 4 / span 8;
}

.photography-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.photography-introduction-content > p {
  max-width: 560px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.photography-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.32);
  border-bottom: 1px solid rgba(24, 24, 24, 0.32);
}

.photography-categories p {
  min-height: 96px;
  margin: 0;
  padding: 20px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-right: 1px solid rgba(24, 24, 24, 0.32);
}

.photography-categories p:first-child {
  padding-left: 0;
}

.photography-categories p:last-child {
  border-right: 0;
}

@media (min-width: 901px) {
  .photography-categories {
    padding-right: 0;
    padding-left: 0;
  }

  .photography-categories p:first-child {
    padding-left: var(--page-margin);
  }

  .photography-categories p:last-child {
    padding-right: var(--page-margin);
  }
}

.photography-categories span {
  display: block;
  margin-bottom: 18px;
  color: rgba(24, 24, 24, 0.55);
  font-size: 9px;
}

.photography-categories a {
  display: block;
}

.photography-categories .category-arrow {
  display: inline;
  float: right;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  transition: transform 300ms ease;
}

.photography-categories a:hover .category-arrow {
  transform: translate(3px, -3px);
}

.photography-gallery-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(64px, 7vw, 100px) var(--page-margin);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.photography-gallery-introduction .section-label {
  grid-column: 1 / span 3;
}

.photography-gallery-introduction > div {
  grid-column: 4 / span 7;
}

.photography-gallery-introduction h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.photography-gallery-introduction > div > p {
  max-width: 560px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.6;
}

.photography-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(90px, 11vw, 160px) clamp(24px, 4vw, 72px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
}

.photography-project-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.photography-project-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 32px;
  overflow: hidden;
}

.photography-project-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photography-project-visual-image {
  padding: 0;
}

.photography-project-visual > span {
  max-width: 90%;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 0.96;
  text-align: center;
}

.photography-panel-dark {
  color: var(--paper);
  background: var(--ink);
}

.photography-panel-stone {
  color: var(--ink);
  background: var(--stone);
}

.photography-panel-mineral {
  color: var(--paper);
  background: var(--mineral);
}

.photography-panel-paper {
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(24, 24, 24, 0.32);
}

.photography-panel-red {
  color: var(--paper);
  background: var(--haus-red);
}

.photography-project-information {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.photography-project-information p,
.photography-project-information h2 {
  margin: 0;
}

.photography-project-information > p {
  font-size: 9px;
  letter-spacing: 0.08em;
}

.photography-project-information h2 {
  margin-bottom: 10px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.photography-project-information div > p {
  max-width: 480px;
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .photography-introduction,
  .photography-gallery-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .photography-introduction .section-label,
  .photography-introduction-content,
  .photography-gallery-introduction .section-label,
  .photography-gallery-introduction > div {
    grid-column: 1 / span 6;
  }

  .photography-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .photography-categories p {
    border-bottom: 1px solid rgba(24, 24, 24, 0.32);
  }

  .photography-categories p:nth-child(even) {
    border-right: 0;
  }

  .photography-categories p:nth-child(odd) {
    padding-left: 0;
  }

  .photography-categories p:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .photography-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 44px;
    padding-top: 68px;
  }

  .photography-introduction .section-label,
  .photography-introduction-content {
    grid-column: 1 / span 3;
  }

  .photography-introduction h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .photography-categories {
    grid-template-columns: 1fr;
  }

  .photography-categories p,
  .photography-categories p:nth-child(odd) {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.32);
  }

  .photography-categories span {
    display: inline;
    margin-right: 18px;
  }

  .photography-gallery-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .photography-gallery-introduction .section-label,
  .photography-gallery-introduction > div {
    grid-column: 1 / span 3;
  }

  .photography-gallery-introduction h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .photography-projects {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .photography-project-visual > span {
    font-size: clamp(40px, 13vw, 58px);
  }

  .photography-project-information h2 {
    font-size: clamp(28px, 9vw, 40px);
  }
}

/* Illustration page */

.illustration-introduction,
.illustration-gallery-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.illustration-introduction .section-label,
.illustration-gallery-introduction .section-label {
  grid-column: 1 / span 3;
}

.illustration-introduction-content,
.illustration-gallery-introduction > div {
  grid-column: 4 / span 8;
}

.illustration-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.illustration-introduction-content > p,
.illustration-gallery-introduction > div > p {
  max-width: 560px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.illustration-gallery-introduction {
  padding-top: clamp(64px, 7vw, 100px);
  border-bottom: 1px solid rgba(24, 24, 24, 0.22);
}

.illustration-gallery-introduction h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.015em;
}

.illustration-gallery-introduction > div > p {
  margin-top: clamp(28px, 3vw, 42px);
  font-size: clamp(14px, 1.05vw, 18px);
}

.illustration-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(90px, 11vw, 160px) clamp(24px, 4vw, 72px);
  padding: clamp(64px, 7vw, 100px) var(--page-margin) clamp(90px, 11vw, 160px);
}

.illustration-gallery-item {
  margin: 0;
  align-self: start;
}

.illustration-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.illustration-gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 32px;
  color: var(--paper);
  background: var(--haus-red);
}

.illustration-gallery-placeholder > span {
  max-width: 90%;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.96;
  text-align: center;
}

@media (max-width: 900px) {
  .illustration-introduction,
  .illustration-gallery-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .illustration-introduction .section-label,
  .illustration-introduction-content,
  .illustration-gallery-introduction .section-label,
  .illustration-gallery-introduction > div {
    grid-column: 1 / span 6;
  }
}

@media (max-width: 600px) {
  .illustration-introduction,
  .illustration-gallery-introduction {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .illustration-introduction .section-label,
  .illustration-introduction-content,
  .illustration-gallery-introduction .section-label,
  .illustration-gallery-introduction > div {
    grid-column: 1 / span 3;
  }

  .illustration-introduction h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .illustration-gallery-introduction h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .illustration-gallery {
    grid-template-columns: 1fr;
    row-gap: 96px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .illustration-gallery-placeholder > span {
    font-size: clamp(42px, 13vw, 60px);
  }
}

/* Services page */

.services-page-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(64px, 7vw, 100px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.services-page-introduction .section-label {
  grid-column: 1 / span 3;
}

.services-page-introduction-content {
  grid-column: 4 / span 8;
}

.services-page-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.services-page-introduction-content > p {
  max-width: 560px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.services-page-list {
  padding: 0 var(--page-margin) clamp(90px, 11vw, 160px);
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.services-page-service {
  display: grid;
  grid-template-columns: 54px minmax(0, 7fr) minmax(220px, 3fr);
  column-gap: clamp(24px, 4vw, 70px);
  padding: clamp(44px, 5vw, 74px) 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.35);
}

.services-page-number {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.services-page-service h2 {
  margin: 0 0 24px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(36px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 0.98;
}

.services-page-service-heading > p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.6;
}

.services-page-service ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(24, 24, 24, 0.28);
}

.services-page-service li {
  padding: 10px 0;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(24, 24, 24, 0.28);
}

.ways-to-work {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.ways-to-work-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.ways-to-work-heading .section-label {
  grid-column: 1 / span 3;
}

.ways-to-work-heading h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(42px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.98;
}

.ways-to-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(24, 24, 24, 0.35);
  border-bottom: 1px solid rgba(24, 24, 24, 0.35);
}

.ways-to-work-grid article {
  min-height: 300px;
  padding: 22px 30px 34px 0;
  border-right: 1px solid rgba(24, 24, 24, 0.35);
}

.ways-to-work-grid article + article {
  padding-left: 30px;
}

.ways-to-work-grid article:last-child {
  border-right: 0;
}

.ways-to-work-grid article > p {
  margin: 0 0 62px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.ways-to-work-grid h3 {
  margin: 0 0 18px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.ways-to-work-grid article > div {
  max-width: 340px;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .services-page-introduction {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .services-page-introduction .section-label,
  .services-page-introduction-content {
    grid-column: 1 / span 6;
  }

  .services-page-service {
    grid-template-columns: 42px minmax(0, 1fr);
    row-gap: 38px;
  }

  .services-page-service ul {
    grid-column: 2;
  }

  .ways-to-work-heading {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .ways-to-work-heading .section-label,
  .ways-to-work-heading h2 {
    grid-column: 1 / span 6;
  }

  .ways-to-work-grid {
    grid-template-columns: 1fr;
  }

  .ways-to-work-grid article,
  .ways-to-work-grid article + article {
    min-height: auto;
    padding: 24px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 24, 24, 0.35);
  }

  .ways-to-work-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .services-page-introduction {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 64px;
  }

  .services-page-introduction .section-label,
  .services-page-introduction-content {
    grid-column: 1 / span 3;
  }

  .services-page-introduction h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .services-page-service {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
  }

  .services-page-service h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .ways-to-work-heading {
    grid-template-columns: repeat(3, 1fr);
  }

  .ways-to-work-heading .section-label,
  .ways-to-work-heading h2 {
    grid-column: 1 / span 3;
  }

  .ways-to-work-heading h2 {
    font-size: clamp(40px, 13vw, 58px);
  }
}

/* About page */

.about-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(80px, 9vw, 130px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.about-introduction .section-label {
  grid-column: 1 / span 3;
}

.about-introduction-content {
  grid-column: 4 / span 8;
}

.about-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.about-introduction-content > p {
  max-width: 600px;
  margin: clamp(38px, 5vw, 70px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.6;
}

.about-founder {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  background: var(--stone);
  border-top: 1px solid rgba(24, 24, 24, 0.25);
}

.about-founder-visual {
  grid-column: 1 / span 5;
}

.about-founder-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(560px, 62vw, 840px);
  background-color: rgba(239, 237, 228, 0.42);
  background-image: url("../images/about/founder.jpg");
  background-repeat: no-repeat;
  background-position: 50% 72%;
  background-size: auto 145%;
}

.about-founder-placeholder p {
  display: none;
}

.about-founder-image-frame {
  min-height: clamp(560px, 62vw, 840px);
  overflow: hidden;
}

.about-founder-image {
  display: block;
  width: 100%;
  height: clamp(560px, 62vw, 840px);
  object-fit: cover;
  transform: scale(1.45);
  transform-origin: 50% 72%;
}

.about-founder-content {
  grid-column: 7 / span 6;
}

.about-founder-content .section-label {
  margin-bottom: clamp(64px, 8vw, 110px);
}

.about-founder-content h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(46px, 5.5vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.015em;
}

.about-founder-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px clamp(24px, 4vw, 54px);
  margin-top: clamp(48px, 6vw, 80px);
}

.about-founder-copy p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
}

.about-origin {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.about-origin > .section-label {
  grid-column: 1 / span 3;
}

.about-origin-content {
  grid-column: 4 / span 8;
}

.about-origin h2 {
  max-width: 1000px;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(46px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.015em;
}

.about-origin-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px clamp(24px, 4vw, 54px);
  margin-top: clamp(52px, 7vw, 90px);
}

.about-origin-copy p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
}

.about-principles {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  color: var(--paper);
  background: var(--ink);
}

.about-principles-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(70px, 9vw, 120px);
}

.about-principles-heading .section-label {
  grid-column: 1 / span 3;
}

.about-principles-heading h2 {
  grid-column: 4 / span 8;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.5vw, 98px);
  font-weight: 400;
  line-height: 0.95;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(239, 237, 228, 0.32);
  border-bottom: 1px solid rgba(239, 237, 228, 0.32);
}

.about-principles-grid article {
  min-height: 290px;
  padding: 22px 30px 34px 0;
  border-right: 1px solid rgba(239, 237, 228, 0.32);
}

.about-principles-grid article + article {
  padding-left: 30px;
}

.about-principles-grid article:last-child {
  border-right: 0;
}

.about-principles-grid article > p {
  margin: 0 0 62px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(239, 237, 228, 0.62);
}

.about-principles-grid h3 {
  margin: 0 0 18px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.about-principles-grid article > div {
  max-width: 340px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(239, 237, 228, 0.78);
}

.about-future {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.about-future .section-label {
  grid-column: 1 / span 3;
}

.about-future > div {
  grid-column: 4 / span 8;
}

.about-future h2 {
  margin: 0;
  color: var(--haus-red);
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(54px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.95;
}

.about-future > div > p {
  max-width: 600px;
  margin: clamp(38px, 5vw, 68px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .about-introduction,
  .about-origin,
  .about-future {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .about-introduction .section-label,
  .about-introduction-content,
  .about-origin > .section-label,
  .about-origin-content,
  .about-future .section-label,
  .about-future > div {
    grid-column: 1 / span 6;
  }

  .about-founder {
    display: flex;
    flex-direction: column;
  }

  .about-founder-content {
    order: 1;
  }

  .about-founder-visual {
    order: 2;
    margin-top: 64px;
  }

  .about-founder-placeholder {
    min-height: 620px;
  }

  .about-founder-image-frame {
    min-height: 620px;
  }

  .about-founder-image {
    height: 620px;
  }

  .about-principles-heading {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .about-principles-heading .section-label,
  .about-principles-heading h2 {
    grid-column: 1 / span 6;
  }

  .about-principles-grid {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article,
  .about-principles-grid article + article {
    min-height: auto;
    padding: 24px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 237, 228, 0.32);
  }

  .about-principles-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .about-introduction,
  .about-origin,
  .about-future {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .about-introduction .section-label,
  .about-introduction-content,
  .about-origin > .section-label,
  .about-origin-content,
  .about-future .section-label,
  .about-future > div {
    grid-column: 1 / span 3;
  }

  .about-introduction h1,
  .about-origin h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .about-founder-content {
    display: contents;
  }

  .about-founder-content .section-label {
    order: 1;
    margin-bottom: 0;
  }

  .about-founder-visual {
    order: 2;
    margin-top: 24px;
  }

  .about-founder-placeholder {
    min-height: 520px;
  }

  .about-founder-image-frame {
    min-height: 520px;
  }

  .about-founder-image {
    height: 520px;
  }

  .about-founder-content h2 {
    order: 3;
    margin-top: 40px;
    font-size: clamp(42px, 13vw, 60px);
  }

  .about-founder-copy {
    order: 4;
    grid-template-columns: 1fr;
  }

  .about-origin-copy {
    grid-template-columns: 1fr;
  }

  .about-principles-heading {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-principles-heading .section-label,
  .about-principles-heading h2 {
    grid-column: 1 / span 3;
  }

  .about-principles-heading h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .about-future h2 {
    font-size: clamp(50px, 15vw, 72px);
  }
}

/* Contact page */

.contact-page-introduction {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(52px, 5vw, 76px) var(--page-margin) clamp(90px, 11vw, 160px);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.contact-page-introduction .section-label {
  grid-column: 1 / span 3;
}

.contact-page-introduction-content {
  grid-column: 4 / span 8;
}

.contact-page-introduction h1 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(58px, 8vw, 126px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.contact-page-introduction-content > p {
  max-width: 580px;
  margin: clamp(42px, 6vw, 82px) 0 0;
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.65;
}

.contact-page-email {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  max-width: 100%;
  margin-top: clamp(38px, 5vw, 66px);
  padding-bottom: 8px;
  color: var(--haus-red);
  font-size: clamp(13px, 1.2vw, 18px);
  letter-spacing: 0.05em;
  border-bottom: 1px solid currentColor;
}

.enquiry-guide {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  background: var(--stone);
  border-top: 1px solid rgba(24, 24, 24, 0.25);
}

.enquiry-guide-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  align-items: start;
  margin-bottom: clamp(64px, 9vw, 120px);
}

.enquiry-guide-heading .section-label {
  grid-column: 1 / span 3;
  grid-row: 1;
  align-self: start;
  margin: 0;
  font-size: 11px;
}

.enquiry-guide-heading h2,
.enquiry-guide-heading > p {
  grid-column: 4 / span 8;
}

.enquiry-guide-heading h2 {
  grid-row: 1;
}

.enquiry-guide-heading > p {
  grid-row: 2;
}

.enquiry-guide-heading h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.96;
}

.enquiry-guide-heading > p {
  max-width: 560px;
  margin: clamp(36px, 5vw, 64px) 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
}

.enquiry-guide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(24, 24, 24, 0.35);
}

.enquiry-guide-list article {
  min-height: 250px;
  padding: 22px 30px 34px 0;
  border-right: 1px solid rgba(24, 24, 24, 0.35);
  border-bottom: 1px solid rgba(24, 24, 24, 0.35);
}

.enquiry-guide-list article:nth-child(even) {
  padding-right: 0;
  padding-left: 30px;
  border-right: 0;
}

.enquiry-guide-list article > p {
  margin: 0 0 48px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.enquiry-guide-list h3 {
  margin: 0 0 16px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.enquiry-guide-list article > div {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.55;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  border-top: 1px solid rgba(24, 24, 24, 0.22);
}

.contact-options > .section-label {
  grid-column: 1 / span 3;
}

.contact-options-content {
  grid-column: 4 / span 8;
}

.contact-options-introduction h2 {
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(46px, 5.8vw, 88px);
  font-weight: 400;
  line-height: 0.96;
}

.contact-options-introduction > p {
  max-width: 600px;
  margin: clamp(38px, 5vw, 66px) 0 0;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.65;
}

.contact-options-list {
  margin-top: clamp(64px, 8vw, 110px);
  border-top: 1px solid rgba(24, 24, 24, 0.4);
}

.contact-options-list a {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  column-gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.4);
}

.contact-options-list span {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-options-list strong {
  overflow-wrap: anywhere;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 400;
}

.contact-options-list i {
  font-size: 18px;
  font-style: normal;
  transition: transform 300ms ease;
}

.contact-options-list a:hover i {
  transform: translate(3px, -3px);
}

.contact-next-steps {
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
  color: var(--paper);
  background: var(--ink);
}

.contact-next-steps-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  margin-bottom: clamp(70px, 9vw, 120px);
}

.contact-next-steps-heading .section-label {
  grid-column: 1 / span 3;
}

.contact-next-steps-heading h2 {
  grid-column: 4 / span 8;
  margin: 0;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(48px, 6.5vw, 98px);
  font-weight: 400;
  line-height: 0.95;
}

.contact-next-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(239, 237, 228, 0.32);
  border-bottom: 1px solid rgba(239, 237, 228, 0.32);
}

.contact-next-steps-grid article {
  min-height: 280px;
  padding: 22px 30px 34px 0;
  border-right: 1px solid rgba(239, 237, 228, 0.32);
}

.contact-next-steps-grid article + article {
  padding-left: 30px;
}

.contact-next-steps-grid article:last-child {
  border-right: 0;
}

.contact-next-steps-grid article > p {
  margin: 0 0 62px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(239, 237, 228, 0.62);
}

.contact-next-steps-grid h3 {
  margin: 0 0 18px;
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.contact-next-steps-grid article > div {
  max-width: 340px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(239, 237, 228, 0.78);
}

.contact-page-closing {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--page-margin);
}

.contact-page-closing .section-label {
  grid-column: 1 / span 3;
}

.contact-page-closing > div {
  grid-column: 4 / span 8;
}

.contact-page-closing h2 {
  margin: 0;
  color: var(--haus-red);
  font-family: "The Seasons", "Bodoni 72", Didot, serif;
  font-size: clamp(54px, 7vw, 108px);
  font-weight: 400;
  line-height: 0.95;
}

.contact-page-closing a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(38px, 5vw, 66px);
  padding-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 900px) {
  .contact-page-introduction,
  .contact-options,
  .contact-page-closing {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .contact-page-introduction .section-label,
  .contact-page-introduction-content,
  .contact-options > .section-label,
  .contact-options-content,
  .contact-page-closing .section-label,
  .contact-page-closing > div {
    grid-column: 1 / span 6;
  }

  .enquiry-guide-heading,
  .contact-next-steps-heading {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 40px;
  }

  .enquiry-guide-heading .section-label,
  .enquiry-guide-heading h2,
  .enquiry-guide-heading > p,
  .contact-next-steps-heading .section-label,
  .contact-next-steps-heading h2 {
    grid-column: 1 / span 6;
  }

  .enquiry-guide-heading .section-label,
  .enquiry-guide-heading h2,
  .enquiry-guide-heading > p {
    grid-row: auto;
  }

  .contact-next-steps-grid {
    grid-template-columns: 1fr;
  }

  .contact-next-steps-grid article,
  .contact-next-steps-grid article + article {
    min-height: auto;
    padding: 24px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgba(239, 237, 228, 0.32);
  }

  .contact-next-steps-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .contact-page-introduction,
  .contact-options,
  .contact-page-closing {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .contact-page-introduction .section-label,
  .contact-page-introduction-content,
  .contact-options > .section-label,
  .contact-options-content,
  .contact-page-closing .section-label,
  .contact-page-closing > div {
    grid-column: 1 / span 3;
  }

  .contact-page-introduction h1 {
    font-size: clamp(52px, 16vw, 74px);
  }

  .contact-page-email {
    font-size: 12px;
  }

  .enquiry-guide-heading,
  .contact-next-steps-heading {
    grid-template-columns: repeat(3, 1fr);
  }

  .enquiry-guide-heading .section-label,
  .enquiry-guide-heading h2,
  .enquiry-guide-heading > p,
  .contact-next-steps-heading .section-label,
  .contact-next-steps-heading h2 {
    grid-column: 1 / span 3;
  }

  .enquiry-guide-heading h2,
  .contact-options-introduction h2,
  .contact-next-steps-heading h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .enquiry-guide-list {
    grid-template-columns: 1fr;
  }

  .enquiry-guide-list article,
  .enquiry-guide-list article:nth-child(even) {
    min-height: auto;
    padding: 24px 0 48px;
    border-right: 0;
  }

  .contact-options-list a {
    grid-template-columns: minmax(0, 1fr) auto;
    row-gap: 8px;
  }

  .contact-options-list span {
    grid-column: 1;
  }

  .contact-options-list strong {
    grid-column: 1;
    font-size: clamp(21px, 6.5vw, 30px);
  }

  .contact-options-list i {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .contact-page-closing h2 {
    font-size: clamp(50px, 15vw, 72px);
  }
}
