/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
:root {
  --ink: #0a0a0a;
  --ink-2: #151515;
  --paper: #f1efe9;
  --paper-2: #d8d3c9;
  --bronze: #b8884f;
  --bronze-dark: #79582f;
  --muted: #9b978f;
  --line: rgba(241, 239, 233, 0.17);
  --dark-line: rgba(10, 10, 10, 0.16);
  --pad: clamp(22px, 5vw, 88px);
  --max: 1440px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
picture.uy-responsive-image {
  display: contents;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--bronze);
  color: var(--ink);
}
.section-label {
  margin: 0;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.text-link span {
  color: var(--bronze);
  transition: transform 220ms ease;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  height: 94px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.site-header-light {
  position: relative;
  color: var(--ink);
  border-color: var(--dark-line);
}
.brand {
  width: max-content;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.brand span {
  margin: 0 3px;
  color: var(--bronze);
}
.desktop-nav {
  display: flex;
  gap: clamp(22px, 3vw, 50px);
}
.desktop-nav a,
.header-cta {
  position: relative;
  padding: 12px 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.desktop-nav a {
  color: currentColor;
  opacity: 0.8;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: var(--bronze);
  transition: right 240ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}
.header-cta {
  justify-self: end;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.header-cta span {
  color: var(--bronze);
}
.mobile-nav {
  display: none;
}
.home-hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}
.home-hero-image,
.home-hero-overlay {
  position: absolute;
  inset: 0;
}
.home-hero-image {
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  animation: image-in 1.4s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.home-hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 4, 4, 0.9), rgba(4, 4, 4, 0.35) 56%, rgba(4, 4, 4, 0.18)),
    linear-gradient(0deg, rgba(4, 4, 4, 0.92), transparent 58%, rgba(4, 4, 4, 0.34));
}
.home-hero-kicker {
  position: absolute;
  top: 18%;
  left: var(--pad);
  margin: 0;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.home-hero-copy {
  position: absolute;
  right: var(--pad);
  bottom: 11%;
  left: var(--pad);
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.7fr);
  gap: clamp(60px, 8vw, 150px);
  align-items: end;
}
.home-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(66px, 8.4vw, 150px);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 1.05;
  text-transform: uppercase;
}
.home-hero h1 span,
.home-hero h1 em {
  display: block;
  line-height: inherit;
}
.home-hero h1 span {
  color: var(--bronze);
}
.home-hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.4px rgba(241, 239, 233, 0.9);
}
.home-hero-aside {
  padding: 24px 0 0 24px;
  border-top: 1px solid var(--bronze);
  border-left: 1px solid var(--bronze);
}
.home-hero-aside > p {
  margin: 0 0 34px;
  color: rgba(241, 239, 233, 0.82);
  font-size: 14px;
  line-height: 1.7;
}
.home-hero-aside > div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.home-hero-index {
  position: absolute;
  right: var(--pad);
  bottom: 24px;
  left: var(--pad);
  display: flex;
  justify-content: space-between;
  color: rgba(241, 239, 233, 0.45);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.audience-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--dark-line);
}
.audience-strip article {
  min-height: 260px;
  padding: 40px clamp(22px, 3vw, 52px);
  border-right: 1px solid var(--dark-line);
}
.audience-strip article:last-child {
  border-right: 0;
}
.audience-strip span {
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
}
.audience-strip h2 {
  margin: 52px 0 18px;
  font-size: clamp(24px, 2.1vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.audience-strip p {
  max-width: 340px;
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 13px;
  line-height: 1.7;
}
.home-services,
.home-process {
  padding: 140px var(--pad) 170px;
  background: var(--paper);
  color: var(--ink);
}
.editorial-heading {
  display: grid;
  grid-template-columns: 0.45fr 1.6fr 0.65fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  margin-bottom: 90px;
}
.editorial-heading h2 {
  margin: 0;
  max-width: 1000px;
  font-size: clamp(47px, 5.5vw, 91px);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.95;
}
.editorial-heading > p:last-child {
  margin: 6px 0 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 14px;
  line-height: 1.72;
}
.editorial-heading.dark > p:last-child {
  color: rgba(241, 239, 233, 0.63);
}
.editorial-heading > .text-link {
  margin-top: 8px;
}
.home-service-list {
  border-top: 1px solid var(--dark-line);
}
.home-service-list a {
  min-height: 154px;
  display: grid;
  grid-template-columns: 80px 0.9fr 1.2fr 30px;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--dark-line);
  transition: padding 240ms ease, background 240ms ease;
}
.home-service-list a:hover {
  padding: 0 18px;
  background: rgba(216, 211, 201, 0.4);
}
.home-service-list span {
  color: var(--bronze-dark);
  font-size: 10px;
}
.home-service-list h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 49px);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.home-service-list p {
  margin: 0;
  color: rgba(10, 10, 10, 0.6);
  font-size: 13px;
  line-height: 1.65;
}
.home-service-list i {
  color: var(--bronze-dark);
  font-style: normal;
}
.home-work,
.home-journal,
.service-benefits,
.related-work {
  padding: 140px var(--pad) 180px;
  background: var(--ink);
  color: var(--paper);
}
.work-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 90px 18px;
}
.work-card {
  display: block;
}
.work-card-1 {
  grid-column: 1 / 9;
}
.work-card-2 {
  grid-column: 9 / 13;
  margin-top: 160px;
}
.work-card-3 {
  grid-column: 1 / 6;
}
.work-card-4 {
  grid-column: 6 / 13;
  margin-top: 90px;
}
.work-card-5 {
  grid-column: 1 / 8;
}
.work-card-6 {
  grid-column: 8 / 13;
  margin-top: 120px;
}
.work-card figure {
  margin: 0;
  overflow: hidden;
  background: var(--ink-2);
}
.work-card-1 figure,
.work-card-4 figure,
.work-card-5 figure {
  aspect-ratio: 1.52 / 1;
}
.work-card-2 figure,
.work-card-3 figure,
.work-card-6 figure {
  aspect-ratio: 0.82 / 1;
}
.work-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 850ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 400ms ease;
}
.work-card:hover img {
  transform: scale(1.025);
  filter: brightness(1.06);
}
.work-card > div {
  min-height: 94px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 45px 0.65fr 1fr auto;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.work-card > div > span,
.work-card > div > p {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.work-card > div > p {
  margin: 0;
  color: var(--muted);
}
.work-card h3 {
  margin: -5px 0 0;
  font-size: clamp(25px, 2.3vw, 39px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.work-card i {
  color: var(--bronze);
  font-style: normal;
}
.work-index {
  margin-top: 160px;
  border-top: 1px solid var(--line);
}
.work-index a {
  min-height: 106px;
  display: grid;
  grid-template-columns: 60px 1.15fr 0.65fr 1fr 25px;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.work-index span,
.work-index p,
.work-index em {
  color: var(--muted);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.work-index span,
.work-index i {
  color: var(--bronze);
}
.work-index h3,
.work-index p,
.work-index em {
  margin: 0;
}
.work-index h3 {
  font-size: clamp(25px, 2.4vw, 41px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.work-index i {
  font-style: normal;
}
.home-positioning {
  min-height: 980px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: var(--paper-2);
  color: var(--ink);
}
.home-positioning > img,
.home-positioning > picture > img {
  height: 100%;
  object-fit: cover;
}
.home-positioning > div {
  padding: 130px var(--pad);
}
.home-positioning h2 {
  margin: 42px 0 48px;
  font-size: clamp(50px, 5.5vw, 88px);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.95;
}
.home-positioning > div > p:not(.section-label) {
  max-width: 650px;
  margin: 0 0 70px;
  color: rgba(10, 10, 10, 0.65);
  font-size: 17px;
  line-height: 1.75;
}
.positioning-points {
  border-top: 1px solid var(--dark-line);
}
.positioning-points article {
  min-height: 125px;
  padding: 25px 0;
  display: grid;
  grid-template-columns: 48px 0.8fr 1fr;
  gap: 22px;
  align-items: start;
  border-bottom: 1px solid var(--dark-line);
}
.positioning-points span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.positioning-points h3 {
  margin: -4px 0 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.positioning-points p {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 13px;
  line-height: 1.65;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dark-line);
}
.process-grid article {
  min-height: 300px;
  padding: 32px 30px 40px 0;
  border-right: 1px solid var(--dark-line);
}
.process-grid article:not(:first-child) {
  padding-left: 30px;
}
.process-grid article:last-child {
  border-right: 0;
}
.process-grid span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.process-grid h3 {
  margin: 90px 0 20px;
  font-size: clamp(25px, 2.3vw, 37px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.process-grid p {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 13px;
  line-height: 1.68;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.journal-grid a {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.journal-grid figure {
  aspect-ratio: 1.45 / 1;
  margin: 0 0 24px;
  overflow: hidden;
  background: var(--ink-2);
}
.journal-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.journal-grid a:hover img {
  transform: scale(1.025);
}
.journal-grid span,
.journal-grid em {
  color: var(--bronze);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.journal-grid h3 {
  min-height: 100px;
  margin: 25px 0 18px;
  font-size: clamp(27px, 2.6vw, 42px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.03;
}
.journal-grid p {
  min-height: 70px;
  margin: 0 0 25px;
  color: rgba(241, 239, 233, 0.62);
  font-size: 13px;
  line-height: 1.7;
}
.contact-band {
  min-height: 720px;
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 40px 100px;
  align-content: center;
  background: linear-gradient(110deg, rgba(6, 6, 6, 0.97), rgba(6, 6, 6, 0.45)),
    url("/studio/projects/02-villa-peyzaj/03.jpg") center / cover;
}
.contact-band h2 {
  max-width: 1000px;
  margin: 35px 0 0;
  font-size: clamp(62px, 8vw, 135px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.86;
}
.contact-band > p {
  align-self: end;
  margin: 0;
  color: rgba(241, 239, 233, 0.72);
  font-size: 16px;
  line-height: 1.75;
}
.contact-band-links {
  grid-column: 1 / 3;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.contact-band-links a {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 0.35fr 1fr auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid rgba(241, 239, 233, 0.4);
}
.contact-band-links span {
  color: rgba(241, 239, 233, 0.55);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-band-links strong {
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 500;
}
.contact-band-links i {
  color: var(--bronze);
  font-style: normal;
}
.contact-band-links .contact-primary-link {
  grid-column: 1 / -1;
  padding: 28px 30px;
  background: var(--bronze);
  border-top: 0;
  color: var(--ink);
}
.contact-band-links .contact-primary-link span,
.contact-band-links .contact-primary-link i {
  color: rgba(10, 10, 10, 0.64);
}
.contact-band-links .contact-primary-link strong {
  font-size: clamp(19px, 2vw, 30px);
}
.cookie-consent {
  position: fixed;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 120;
  max-width: 720px;
  margin-left: auto;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  color: var(--paper);
  background: rgba(12, 12, 12, 0.98);
  border: 1px solid rgba(241, 239, 233, 0.22);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
}
.cookie-consent[hidden] {
  display: none;
}
.cookie-consent strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}
.cookie-consent p {
  margin: 0;
  color: rgba(241, 239, 233, 0.7);
  font-size: 11px;
  line-height: 1.65;
}
.cookie-consent a {
  display: inline-block;
  margin-top: 8px;
  color: var(--bronze);
  font-size: 10px;
  text-decoration: underline;
}
.cookie-consent-actions {
  display: flex;
  gap: 8px;
}
.cookie-consent button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(241, 239, 233, 0.28);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cookie-consent .cookie-accept {
  color: var(--ink);
  background: var(--bronze);
  border-color: var(--bronze);
}
.lead-page,
.legal-page {
  min-height: 100vh;
  background: var(--paper);
}
.lead-hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}
.lead-hero-media,
.lead-hero-media img,
.lead-hero-shade {
  position: absolute;
  inset: 0;
}
.lead-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: image-in 1.35s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.lead-hero-shade {
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.05) 75%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.62), transparent 70%);
}
.lead-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 2 * var(--pad)));
  margin: 0 auto 11%;
  color: var(--paper);
}
.lead-hero-copy h1 {
  max-width: 1050px;
  margin: 25px 0 30px;
  font-size: clamp(72px, 10vw, 170px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
}
.lead-hero-copy > p:not(.section-label) {
  max-width: 620px;
  margin: 0 0 32px;
  color: rgba(241, 239, 233, 0.76);
  font-size: 17px;
  line-height: 1.7;
}
.lead-hero-copy > a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(241, 239, 233, 0.5);
}
.lead-hero-copy > a span {
  color: var(--bronze);
}
.lead-proof {
  position: absolute;
  right: var(--pad);
  bottom: 7%;
  z-index: 2;
  display: grid;
  gap: 8px;
  color: rgba(241, 239, 233, 0.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: right;
  text-transform: uppercase;
}
.lead-fit {
  padding: 130px var(--pad);
  background: var(--paper-2);
}
.lead-fit > div:first-child {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 50px;
}
.lead-fit h2,
.lead-form-intro h2,
.lead-after h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 6vw, 96px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}
.lead-fit-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--dark-line);
}
.lead-fit-grid article {
  min-height: 310px;
  padding: 28px 36px 32px 0;
  border-right: 1px solid var(--dark-line);
}
.lead-fit-grid article + article {
  padding-left: 36px;
}
.lead-fit-grid span,
.lead-after li span {
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.lead-fit-grid h3 {
  margin: 85px 0 18px;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.lead-fit-grid p {
  max-width: 380px;
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 13px;
  line-height: 1.7;
}
.lead-form-section {
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
  color: var(--paper);
  background: var(--ink);
}
.lead-form-intro {
  position: sticky;
  top: 50px;
  align-self: start;
}
.lead-form-intro > p:not(.section-label) {
  max-width: 520px;
  margin: 35px 0 0;
  color: rgba(241, 239, 233, 0.78);
  font-size: 14px;
  line-height: 1.75;
}
.lead-contact-options {
  margin-top: 65px;
  display: grid;
  gap: 18px;
}
.lead-contact-options a {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 24px;
  border-top: 1px solid rgba(241, 239, 233, 0.22);
}
.lead-contact-options span {
  color: rgba(241, 239, 233, 0.68);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lead-contact-options strong {
  color: var(--paper);
  font-size: 13px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.lead-form {
  min-width: 0;
}
.lead-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
}
.lead-form-grid label {
  min-width: 0;
  display: grid;
  gap: 9px;
}
.lead-form-grid label.wide {
  grid-column: 1 / -1;
}
.lead-form-grid label > span {
  color: rgba(241, 239, 233, 0.78);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  color: var(--paper);
  background: #141414;
  border: 1px solid rgba(241, 239, 233, 0.26);
  border-radius: 2px;
  outline: 0;
  font: inherit;
  font-size: 14px;
}
.lead-form textarea {
  resize: vertical;
  line-height: 1.65;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  background: #191919;
  border-color: #d5a66f;
  box-shadow: 0 0 0 1px #d5a66f;
}
.lead-form select {
  cursor: pointer;
  color-scheme: dark;
}
.lead-form select option {
  color: #0a0a0a;
  background: #f1efe9;
}
.lead-form select option:checked {
  color: #0a0a0a;
  background: #d5a66f;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(241, 239, 233, 0.58);
  opacity: 1;
}
.lead-form input[type="date"] {
  color-scheme: dark;
}
.lead-form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.76;
  cursor: pointer;
}
.lead-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--bronze);
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lead-form small,
.lead-error {
  color: #efb29f;
  font-size: 10px;
  line-height: 1.5;
}
.lead-file {
  margin-top: 12px;
  padding: 22px;
  border: 1px dashed rgba(241, 239, 233, 0.28);
}
.lead-file input {
  min-height: 0;
  padding: 8px 0;
  background: transparent;
  border: 0;
}
.lead-file small {
  color: rgba(241, 239, 233, 0.7);
}
.lead-consent {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 13px;
  align-items: start;
  color: rgba(241, 239, 233, 0.8);
  font-size: 10px;
  line-height: 1.65;
}
.lead-consent input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--bronze);
}
.lead-consent a {
  color: var(--bronze);
  text-decoration: underline;
}
.lead-submit {
  width: 100%;
  min-height: 74px;
  margin-top: 30px;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink);
  background: var(--bronze);
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lead-submit i {
  font-size: 22px;
  font-style: normal;
}
.lead-form-note {
  margin: 14px 0 0;
  color: rgba(241, 239, 233, 0.62);
  font-size: 9px;
  line-height: 1.6;
}
.lead-form-errors {
  margin-bottom: 32px;
  padding: 20px;
  color: #ffd8cb;
  background: rgba(174, 54, 33, 0.16);
  border: 1px solid rgba(239, 178, 159, 0.35);
  font-size: 11px;
  line-height: 1.6;
}
.lead-form-errors ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.lead-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.lead-after {
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 50px;
  color: var(--ink);
  background: var(--paper);
}
.lead-after h2,
.lead-after li p {
  color: var(--ink);
}
.lead-after > .section-label,
.lead-after li span {
  color: var(--bronze-dark);
}
.lead-after ol {
  margin: 90px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}
.lead-after li {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  border-bottom: 1px solid var(--dark-line);
}
.lead-after li p {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 34px);
}
.thank-you-hero {
  position: relative;
  min-height: 88svh;
  padding: 190px var(--pad) 110px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.thank-you-hero > img,
.thank-you-hero > picture > img,
.thank-you-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.thank-you-hero > img,
.thank-you-hero > picture > img {
  object-fit: cover;
}
.thank-you-shade {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.42));
}
.thank-you-hero > div:last-child {
  position: relative;
  z-index: 1;
  max-width: 950px;
}
.thank-you-hero h1 {
  margin: 25px 0;
  font-size: clamp(84px, 12vw, 190px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.85;
}
.thank-you-hero p:not(.section-label) {
  max-width: 700px;
  color: rgba(241, 239, 233, 0.74);
  font-size: 17px;
  line-height: 1.75;
}
.thank-you-hero > div > span {
  display: inline-block;
  margin-top: 20px;
  color: var(--bronze);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.thank-you-actions {
  margin-top: 45px;
  display: flex;
  gap: 28px;
}
.thank-you-actions a {
  padding-bottom: 10px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(241, 239, 233, 0.45);
}
.legal-hero {
  padding: 220px var(--pad) 110px;
  color: var(--paper);
  background: var(--ink);
}
.legal-hero h1 {
  max-width: 1200px;
  margin: 35px 0 45px;
  font-size: clamp(58px, 8vw, 128px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.legal-hero > p:last-child {
  color: rgba(241, 239, 233, 0.48);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.legal-content {
  padding: 90px var(--pad) 130px;
  color: var(--ink);
  background: var(--paper);
}
.legal-content section {
  padding: 45px 0;
  display: grid;
  grid-template-columns: 0.35fr 1.65fr;
  gap: 40px;
  border-top: 1px solid var(--dark-line);
}
.legal-content section > span {
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.legal-content h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.legal-content p {
  max-width: 900px;
  margin: 0;
  color: rgba(10, 10, 10, 0.78);
  font-size: 14px;
  line-height: 1.85;
}
.legal-content a {
  color: #6f4d26;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal-content strong {
  color: var(--ink);
  font-weight: 700;
}
@media (max-width: 900px) {
  .contact-band-links .contact-primary-link {
    grid-column: auto;
  }
  .cookie-consent {
    grid-template-columns: 1fr;
  }
  .lead-hero {
    min-height: 820px;
  }
  .lead-hero-copy {
    width: auto;
    margin: 0 var(--pad) 120px;
  }
  .lead-hero-copy h1 {
    font-size: clamp(60px, 17vw, 92px);
    overflow-wrap: anywhere;
  }
  .lead-proof {
    right: var(--pad);
    bottom: 35px;
    left: var(--pad);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    text-align: left;
  }
  .lead-fit,
  .lead-form-section,
  .lead-after {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lead-fit > div:first-child,
  .lead-form-section,
  .lead-after {
    grid-template-columns: 1fr;
  }
  .lead-fit-grid {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }
  .lead-fit-grid article,
  .lead-fit-grid article + article {
    min-height: 0;
    padding: 26px 0 40px;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }
  .lead-fit-grid h3 {
    margin-top: 45px;
  }
  .lead-form-section {
    gap: 75px;
  }
  .lead-form-intro {
    position: static;
  }
  .lead-after > p {
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
  }
  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lead-hero-copy > p:not(.section-label) {
    font-size: 14px;
  }
  .lead-form-grid {
    grid-template-columns: 1fr;
  }
  .lead-form-grid label.wide {
    grid-column: auto;
  }
  .lead-contact-options a {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lead-after li {
    grid-template-columns: 0.4fr 1.6fr;
  }
  .thank-you-hero {
    min-height: 760px;
    padding-top: 160px;
  }
  .thank-you-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal-hero {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .legal-content {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .legal-content section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.site-footer {
  padding: 80px var(--pad) 30px;
  background: var(--ink);
  border-top: 1px solid var(--line);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}
.footer-top .brand {
  font-size: clamp(45px, 6vw, 90px);
}
.footer-top p {
  max-width: 600px;
  margin: 5px 0 0;
  color: rgba(241, 239, 233, 0.62);
  font-size: 16px;
  line-height: 1.7;
}
.footer-grid {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 80px;
}
.footer-grid > div {
  display: grid;
  gap: 12px;
  align-content: start;
}
.footer-grid span {
  margin-bottom: 15px;
  color: var(--bronze);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-grid a,
.footer-grid p {
  margin: 0;
  color: rgba(241, 239, 233, 0.68);
  font-size: 13px;
  line-height: 1.5;
}
.footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}
.footer-bottom p {
  margin: 0;
  color: rgba(241, 239, 233, 0.42);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.content-page {
  min-height: 100vh;
}
.service-hero,
.article-hero {
  position: relative;
  height: 92svh;
  min-height: 720px;
  overflow: hidden;
}
.service-hero > img,
.service-hero > picture > img,
.service-hero-overlay,
.article-hero > img,
.article-hero > picture > img,
.article-hero-overlay {
  position: absolute;
  inset: 0;
}
.service-hero > img,
.service-hero > picture > img,
.article-hero > img,
.article-hero > picture > img {
  height: 100%;
  object-fit: cover;
  animation: image-in 1.35s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.service-hero-overlay,
.article-hero-overlay {
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.93), transparent 62%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.54), transparent 62%);
}
.crumb {
  position: absolute;
  top: 135px;
  left: var(--pad);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.service-hero-copy {
  position: absolute;
  right: var(--pad);
  bottom: 9%;
  left: var(--pad);
  display: grid;
  grid-template-columns: 0.55fr 2fr 0.35fr;
  gap: 40px;
  align-items: end;
}
.service-hero-copy p,
.service-hero-copy span {
  margin: 0;
  color: rgba(241, 239, 233, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.service-hero-copy h1 {
  margin: 0;
  font-size: clamp(68px, 9vw, 155px);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.84;
}
.service-hero-copy span {
  justify-self: end;
}
.service-intro {
  min-height: 700px;
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 0.45fr 1.55fr 0.65fr;
  gap: clamp(35px, 5vw, 85px);
  align-items: start;
  background: var(--paper);
  color: var(--ink);
}
.service-intro h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 80px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.98;
}
.service-intro > div {
  align-self: end;
  padding-top: 22px;
  border-top: 1px solid var(--dark-line);
}
.service-intro > div > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.service-intro ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.service-intro li {
  padding: 14px 0;
  color: rgba(10, 10, 10, 0.66);
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 1px solid var(--dark-line);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.benefit-grid article {
  min-height: 360px;
  padding: 32px 38px 40px 0;
  border-right: 1px solid var(--line);
}
.benefit-grid article:not(:first-child) {
  padding-left: 38px;
}
.benefit-grid article:last-child {
  border-right: 0;
}
.benefit-grid span {
  color: var(--bronze);
  font-size: 9px;
}
.benefit-grid h3 {
  margin: 110px 0 24px;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.benefit-grid p {
  margin: 0;
  color: rgba(241, 239, 233, 0.62);
  font-size: 14px;
  line-height: 1.7;
}
.service-process,
.faq-section {
  padding: 140px var(--pad) 170px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(70px, 10vw, 160px);
  background: var(--paper-2);
  color: var(--ink);
}
.service-process > div:first-child h2,
.faq-section > div:first-child h2 {
  margin: 42px 0 0;
  font-size: clamp(48px, 5.5vw, 85px);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.95;
}
.service-process-list,
.faq-list {
  border-top: 1px solid var(--dark-line);
}
.service-process-list article {
  min-height: 148px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 48px 0.65fr 1fr;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--dark-line);
}
.service-process-list span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.service-process-list h3 {
  margin: -4px 0 0;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.service-process-list p {
  margin: 0;
  color: rgba(10, 10, 10, 0.64);
  font-size: 13px;
  line-height: 1.65;
}
.related-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.related-work-grid figure {
  aspect-ratio: 1.15 / 1;
  margin: 0 0 22px;
  overflow: hidden;
}
.related-work-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.related-work-grid a:hover img {
  transform: scale(1.025);
}
.related-work-grid p,
.related-work-grid span {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.related-work-grid h3 {
  margin: 12px 0 20px;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.05em;
}
.faq-section {
  background: var(--paper);
}
.faq-list details {
  border-bottom: 1px solid var(--dark-line);
}
.faq-list summary {
  min-height: 112px;
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 45px 1fr 25px;
  gap: 20px;
  align-items: center;
  font-size: 19px;
  line-height: 1.4;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span,
.faq-list summary i {
  color: var(--bronze-dark);
  font-size: 9px;
  font-style: normal;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details > p {
  margin: 0;
  padding: 0 25px 35px 65px;
  color: rgba(10, 10, 10, 0.64);
  font-size: 14px;
  line-height: 1.75;
}
.journal-index-page {
  background: var(--paper);
  color: var(--ink);
}
.journal-index-hero {
  min-height: 680px;
  padding: 120px var(--pad) 100px;
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}
.journal-index-hero h1 {
  margin: 0;
  font-size: clamp(66px, 8vw, 136px);
  font-weight: 500;
  letter-spacing: -0.073em;
  line-height: 0.84;
}
.journal-index-hero h1 span {
  display: block;
  color: var(--bronze-dark);
}
.journal-index-hero > p:last-child {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 14px;
  line-height: 1.72;
}
.journal-index-grid {
  padding: 0 var(--pad) 150px;
}
.journal-index-grid > a {
  min-height: 440px;
  padding: 32px 0;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  border-top: 1px solid var(--dark-line);
}
.journal-index-grid > a:last-child {
  border-bottom: 1px solid var(--dark-line);
}
.journal-index-grid figure {
  aspect-ratio: 1.55 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--paper-2);
}
.journal-index-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}
.journal-index-grid a:hover img {
  transform: scale(1.025);
}
.journal-index-grid span,
.journal-index-grid em {
  color: var(--bronze-dark);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.journal-index-grid h2 {
  margin: 30px 0 22px;
  font-size: clamp(39px, 5vw, 75px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.journal-index-grid p {
  max-width: 680px;
  margin: 0 0 32px;
  color: rgba(10, 10, 10, 0.62);
  font-size: 14px;
  line-height: 1.72;
}
.article-hero > img,
.article-hero > picture > img {
  filter: brightness(0.7);
}
.article-hero > div:last-child {
  position: absolute;
  right: var(--pad);
  bottom: 10%;
  left: var(--pad);
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}
.article-hero p,
.article-hero span {
  margin: 0;
  color: rgba(241, 239, 233, 0.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.article-hero h1 {
  margin: 0;
  font-size: clamp(62px, 7.5vw, 125px);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.88;
}
.article-hero span {
  justify-self: end;
}
.article-lead {
  min-height: 520px;
  padding: 120px var(--pad);
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  background: var(--paper);
  color: var(--ink);
}
.article-lead > p {
  margin: 8px 0 0;
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.article-lead h2 {
  margin: 0;
  font-size: clamp(44px, 5.3vw, 84px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}
.article-body {
  padding: 130px var(--pad) 170px;
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  background: var(--paper-2);
  color: var(--ink);
}
.article-body aside {
  position: sticky;
  top: 35px;
  align-self: start;
  display: grid;
  gap: 14px;
}
.article-body aside span {
  margin-bottom: 15px;
  color: var(--bronze-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.article-body aside a {
  max-width: 220px;
  color: rgba(10, 10, 10, 0.55);
  font-size: 10px;
  line-height: 1.5;
}
.article-body > div {
  grid-column: 2;
}
.article-body section {
  padding: 0 0 100px;
  scroll-margin-top: 30px;
}
.article-body section > span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.article-body section h2 {
  margin: 24px 0 45px;
  font-size: clamp(40px, 4.6vw, 70px);
  font-weight: 500;
  letter-spacing: -0.057em;
  line-height: 0.98;
}
.article-body section p,
.article-body section li {
  max-width: 860px;
  color: rgba(10, 10, 10, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.75;
}
.article-body section p {
  margin: 0 0 28px;
}
.article-body section ul {
  margin: 45px 0;
  padding: 30px 0 30px 38px;
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}
.article-body section li {
  padding: 7px 0 7px 8px;
}
.article-faq {
  padding: 120px var(--pad) 140px;
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  gap: clamp(50px, 9vw, 150px);
  background: var(--paper);
  color: var(--ink);
}
.article-faq > div:first-child {
  position: sticky;
  top: 35px;
  align-self: start;
}
.article-faq > div:first-child h2 {
  max-width: 480px;
  margin: 30px 0 0;
  font-size: clamp(45px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}
.article-faq > div:last-child {
  border-top: 1px solid var(--dark-line);
}
.article-faq article {
  padding: 36px 0 44px;
  display: grid;
  grid-template-columns: 52px 1fr;
  border-bottom: 1px solid var(--dark-line);
}
.article-faq article span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.article-faq article h3 {
  margin: 0;
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.article-faq article p {
  grid-column: 2;
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(10, 10, 10, 0.68);
  font-size: 15px;
  line-height: 1.75;
}
.article-connections {
  padding: 130px var(--pad);
  background: #11110f;
}
.article-service-bridge {
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}
.article-service-bridge h2 {
  margin: 0;
  font-size: clamp(45px, 5vw, 80px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}
.article-service-bridge > p:not(.section-label) {
  margin: 0;
  color: rgba(241, 239, 233, 0.65);
  font-size: 13px;
  line-height: 1.7;
}
.article-service-bridge .text-link {
  grid-column: 3;
  justify-self: start;
  margin-top: 32px;
}
.article-project-links {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 42px);
}
.article-project-links a {
  display: block;
}
.article-project-links img {
  aspect-ratio: 1.2;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.article-project-links a:hover img {
  transform: scale(0.985);
}
.article-project-links span,
.article-project-links p {
  color: rgba(241, 239, 233, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.article-project-links span {
  display: block;
  margin-top: 20px;
}
.article-project-links h3 {
  margin: 12px 0 10px;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
}
.article-project-links p {
  margin: 0;
}
.next-article {
  min-height: 500px;
  padding: 90px var(--pad);
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 40px;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  background: var(--ink);
}
.next-article > span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.next-article h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 94px);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.92;
}
.next-article i {
  color: var(--bronze);
  font-size: 24px;
  font-style: normal;
}
.studio-identity-page {
  background: var(--paper);
}
.identity-hero {
  min-height: 100svh;
  padding: 190px var(--pad) 90px;
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
  background: radial-gradient(circle at 74% 28%, rgba(163, 116, 74, 0.17), transparent 29%),
    linear-gradient(135deg, #11110f 0%, #080808 70%);
}
.identity-hero > .section-label {
  align-self: start;
  margin-top: 14px;
}
.identity-hero h1 {
  grid-column: 1 / 4;
  margin: 0;
  color: var(--paper);
  font-size: clamp(85px, 13.5vw, 220px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.78;
}
.identity-hero h1 span {
  display: block;
  margin-left: 18%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(241, 239, 233, 0.72);
}
.identity-hero-note {
  grid-column: 2 / 4;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: end;
}
.identity-hero-note > p {
  max-width: 800px;
  margin: 0;
  color: rgba(241, 239, 233, 0.72);
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.55;
}
.identity-intro {
  min-height: 700px;
  padding: 140px var(--pad);
  display: grid;
  grid-template-columns: 0.42fr 1.5fr 0.55fr;
  gap: clamp(30px, 5vw, 80px);
  color: var(--ink);
}
.identity-intro h2 {
  margin: 0;
  font-size: clamp(48px, 5.7vw, 88px);
  font-weight: 500;
  letter-spacing: -0.063em;
  line-height: 0.96;
}
.identity-intro > div {
  align-self: end;
  padding-top: 28px;
  border-top: 1px solid var(--dark-line);
}
.identity-intro > div p {
  margin: 0 0 24px;
  color: rgba(10, 10, 10, 0.66);
  font-size: 14px;
  line-height: 1.75;
}
.identity-principles {
  background: var(--ink);
}
.identity-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.identity-principle-grid article {
  min-height: 430px;
  padding: 55px clamp(28px, 4vw, 70px);
  border-top: 1px solid var(--light-line);
  border-right: 1px solid var(--light-line);
}
.identity-principle-grid article:last-child {
  border-right: 0;
}
.identity-principle-grid span {
  color: var(--bronze);
  font-size: 9px;
}
.identity-principle-grid h3 {
  margin: 110px 0 30px;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}
.identity-principle-grid p {
  max-width: 470px;
  margin: 0;
  color: rgba(241, 239, 233, 0.62);
  font-size: 13px;
  line-height: 1.75;
}
.identity-services {
  padding: 135px var(--pad) 160px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(60px, 9vw, 150px);
  background: var(--paper-2);
  color: var(--ink);
}
.identity-services > div:first-child {
  position: sticky;
  top: 35px;
  align-self: start;
}
.identity-services > div:first-child h2 {
  max-width: 650px;
  margin: 34px 0 0;
  font-size: clamp(46px, 5vw, 77px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.97;
}
.identity-services > div:last-child {
  border-top: 1px solid var(--dark-line);
}
.identity-services > div:last-child a {
  padding: 34px 0 40px;
  display: grid;
  grid-template-columns: 50px 0.8fr 1fr 24px;
  gap: 20px;
  align-items: start;
  border-bottom: 1px solid var(--dark-line);
}
.identity-services a > span {
  color: var(--bronze-dark);
  font-size: 9px;
}
.identity-services h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -0.04em;
}
.identity-services a p {
  margin: 0;
  color: rgba(10, 10, 10, 0.62);
  font-size: 12px;
  line-height: 1.7;
}
.identity-services a i {
  color: var(--bronze-dark);
  font-style: normal;
}
@media (max-width: 760px) {
  .identity-hero {
    min-height: 760px;
    padding: 150px var(--pad) 75px;
    display: block;
  }
  .identity-hero h1 {
    margin-top: 80px;
    font-size: clamp(69px, 21vw, 104px);
    line-height: 0.82;
  }
  .identity-hero h1 span {
    margin: 12px 0 0;
  }
  .identity-hero-note {
    margin-top: 65px;
    display: block;
  }
  .identity-hero-note .text-link {
    margin-top: 34px;
  }
  .identity-intro {
    min-height: 0;
    padding: 95px var(--pad) 110px;
    display: block;
  }
  .identity-intro h2 {
    margin-top: 35px;
    font-size: 47px;
  }
  .identity-intro > div {
    margin-top: 70px;
  }
  .identity-principle-grid {
    grid-template-columns: 1fr;
  }
  .identity-principle-grid article {
    min-height: 0;
    padding: 50px var(--pad) 70px;
    border-right: 0;
  }
  .identity-principle-grid h3 {
    margin-top: 65px;
  }
  .identity-services {
    padding: 95px var(--pad) 110px;
    display: block;
  }
  .identity-services > div:first-child {
    position: static;
  }
  .identity-services > div:first-child h2 {
    font-size: 46px;
  }
  .identity-services > div:last-child {
    margin-top: 75px;
  }
  .identity-services > div:last-child a {
    grid-template-columns: 36px 1fr 20px;
  }
  .identity-services a p {
    grid-column: 2 / 4;
    margin-top: 8px;
  }
}
.project-hero {
  position: relative;
  height: 100svh;
  min-height: 740px;
  overflow: hidden;
}
.project-hero > img,
.project-hero > picture > img,
.project-hero-shade {
  position: absolute;
  inset: 0;
}
.project-hero > img,
.project-hero > picture > img {
  height: 100%;
  object-fit: cover;
  animation: image-in 1.4s cubic-bezier(0.2, 0.72, 0.2, 1) both;
}
.project-hero-shade {
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.93), transparent 61%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.44), transparent 58%);
}
.project-back {
  position: absolute;
  top: 135px;
  left: var(--pad);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-title {
  position: absolute;
  right: var(--pad);
  bottom: 9%;
  left: var(--pad);
  display: grid;
  grid-template-columns: 0.5fr 1.7fr 0.6fr;
  gap: 40px;
  align-items: end;
}
.project-title p,
.project-title span,
.project-count {
  margin: 0;
  color: rgba(241, 239, 233, 0.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.project-title h1 {
  margin: 0;
  font-size: clamp(68px, 9.5vw, 165px);
  font-weight: 500;
  letter-spacing: -0.074em;
  line-height: 0.82;
}
.project-title span {
  justify-self: end;
}
.project-count {
  position: absolute;
  right: var(--pad);
  bottom: 24px;
}
.project-story {
  min-height: 660px;
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 0.45fr 1.55fr 0.65fr;
  gap: clamp(35px, 5vw, 85px);
  align-items: start;
  background: var(--paper);
  color: var(--ink);
}
.project-story > p {
  margin: 8px 0 0;
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-story h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 80px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.98;
}
.project-story > div {
  align-self: end;
  padding-top: 22px;
  border-top: 1px solid var(--dark-line);
}
.project-story > div span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.project-story > div p {
  margin: 32px 0 0;
  color: rgba(10, 10, 10, 0.66);
  font-size: 14px;
  line-height: 1.75;
}
.project-case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper-2);
  color: var(--ink);
}
.project-case article {
  min-height: 400px;
  padding: 55px clamp(25px, 4vw, 65px);
  border-right: 1px solid var(--dark-line);
}
.project-case article:last-child {
  border-right: 0;
}
.project-case span {
  color: var(--bronze-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.project-case h2 {
  margin: 100px 0 0;
  font-size: clamp(27px, 3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
}
.project-gallery {
  width: min(100% - 36px, 1280px);
  margin: 18px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.project-gallery figure {
  position: relative;
  min-height: min(75vh, 820px);
  margin: 0;
  overflow: hidden;
  background: var(--ink-2);
}
.project-gallery figure:nth-child(3n + 1) {
  grid-column: 1 / 3;
  min-height: min(90vh, 980px);
}
.project-gallery img {
  height: 100%;
  object-fit: cover;
}
.project-gallery figcaption {
  position: absolute;
  right: 15px;
  bottom: 14px;
  padding: 7px 9px;
  background: rgba(10, 10, 10, 0.72);
  color: rgba(241, 239, 233, 0.7);
  font-size: 8px;
  letter-spacing: 0.13em;
}
.project-service-bridge {
  min-height: 570px;
  padding: 100px var(--pad);
  display: grid;
  grid-template-columns: 0.4fr 1.25fr 0.65fr;
  gap: clamp(35px, 5vw, 85px);
  align-items: center;
  background: var(--paper);
  color: var(--ink);
}
.project-service-bridge > p {
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-service-bridge h2 {
  margin: 0;
  font-size: clamp(50px, 6vw, 94px);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.92;
}
.project-service-bridge > span {
  color: rgba(10, 10, 10, 0.65);
  font-size: 14px;
  line-height: 1.7;
}
.project-service-bridge a {
  grid-column: 3;
  padding-top: 20px;
  color: var(--bronze-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-top: 1px solid var(--dark-line);
}
.next-project {
  position: relative;
  min-height: 650px;
  padding: 90px var(--pad);
  display: grid;
  grid-template-columns: 0.45fr 1.5fr 0.55fr 30px;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.next-project::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.45));
}
.next-project > img,
.next-project > picture > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease;
}
.next-project:hover > img,
.next-project:hover > picture > img {
  transform: scale(1.025);
}
.next-project span,
.next-project p {
  margin: 0;
  color: rgba(241, 239, 233, 0.68);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.next-project h2 {
  margin: 0;
  font-size: clamp(58px, 7vw, 115px);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.87;
}
.next-project p {
  justify-self: end;
}
.next-project i {
  color: var(--bronze);
  font-size: 22px;
  font-style: normal;
}
@keyframes image-in {
  from {
    transform: scale(1.055);
    filter: brightness(0.7);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .mobile-nav {
    position: relative;
    display: block;
    justify-self: end;
  }
  .mobile-nav summary {
    cursor: pointer;
    list-style: none;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav nav {
    position: absolute;
    top: 30px;
    right: 0;
    width: 230px;
    padding: 24px;
    display: grid;
    gap: 18px;
    background: var(--ink);
    color: var(--paper);
    border: 1px solid var(--line);
  }
  .mobile-nav nav a {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .home-hero-copy {
    grid-template-columns: 1.55fr 0.65fr;
    gap: 45px;
  }
  .audience-strip {
    grid-template-columns: 1fr 1fr;
  }
  .audience-strip article:nth-child(2) {
    border-right: 0;
  }
  .audience-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dark-line);
  }
  .editorial-heading,
  .service-intro,
  .project-story,
  .article-lead {
    grid-template-columns: 0.4fr 1.6fr;
  }
  .editorial-heading > p:last-child,
  .service-intro > div,
  .project-story > div {
    grid-column: 2;
  }
  .home-positioning {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .service-hero-copy,
  .project-title {
    grid-template-columns: 0.42fr 1.58fr;
  }
  .service-hero-copy span,
  .project-title span {
    display: none;
  }
  .article-hero > div:last-child,
  .journal-index-hero,
  .article-body {
    grid-template-columns: 0.35fr 1.65fr;
  }
  .article-hero span,
  .journal-index-hero > p:last-child {
    grid-column: 2;
    justify-self: auto;
  }
  .article-body > div {
    grid-column: 2;
  }
}
@media (max-width: 700px) {
  :root {
    --pad: 21px;
  }
  .site-header {
    height: 72px;
  }
  .home-hero {
    height: auto;
    min-height: 820px;
  }
  .home-hero-image {
    object-position: 58% center;
  }
  .home-hero-overlay {
    background: linear-gradient(0deg, rgba(4, 4, 4, 0.96), rgba(4, 4, 4, 0.15) 74%),
      linear-gradient(90deg, rgba(4, 4, 4, 0.55), rgba(4, 4, 4, 0.1));
  }
  .home-hero-kicker {
    top: 125px;
    right: var(--pad);
    line-height: 1.6;
  }
  .home-hero-copy {
    right: var(--pad);
    bottom: 60px;
    left: var(--pad);
    display: block;
  }
  .home-hero h1 {
    max-width: 100%;
    font-size: clamp(50px, 15.2vw, 67px);
    letter-spacing: -0.052em;
    line-height: 1.05;
    overflow-wrap: normal;
  }
  .home-hero-aside {
    margin-top: 55px;
    padding: 20px 0 0 18px;
  }
  .home-hero-aside > p {
    font-size: 12px;
  }
  .home-hero-index {
    display: none;
  }
  .audience-strip {
    grid-template-columns: 1fr;
  }
  .audience-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }
  .audience-strip h2 {
    margin-top: 35px;
  }
  .home-services,
  .home-work,
  .home-process,
  .home-journal,
  .service-benefits,
  .related-work {
    padding-top: 95px;
    padding-bottom: 110px;
  }
  .editorial-heading,
  .service-intro,
  .project-story,
  .journal-index-hero,
  .article-lead {
    display: block;
    margin-bottom: 60px;
  }
  .editorial-heading h2,
  .service-intro h2,
  .project-story h2 {
    margin-top: 30px;
    font-size: 45px;
  }
  .editorial-heading > p:last-child {
    margin-top: 35px;
  }
  .editorial-heading > .text-link {
    margin-top: 30px;
  }
  .home-service-list a {
    min-height: 0;
    padding: 26px 0;
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
  }
  .home-service-list a:hover {
    padding: 26px 0;
  }
  .home-service-list p {
    grid-column: 2 / 4;
  }
  .work-mosaic {
    display: block;
  }
  .work-card {
    margin: 0 0 70px;
  }
  .work-card figure,
  .work-card-1 figure,
  .work-card-2 figure,
  .work-card-3 figure,
  .work-card-4 figure,
  .work-card-5 figure,
  .work-card-6 figure {
    aspect-ratio: 0.92 / 1;
  }
  .work-card > div {
    grid-template-columns: 30px 1fr auto;
  }
  .work-card > div > p {
    display: none;
  }
  .work-index {
    margin-top: 70px;
  }
  .work-index a {
    min-height: 94px;
    grid-template-columns: 30px 1fr 20px;
    gap: 10px;
  }
  .work-index p,
  .work-index em {
    display: none;
  }
  .home-positioning {
    display: block;
    min-height: 0;
  }
  .home-positioning > img,
  .home-positioning > picture > img {
    height: 62vh;
    min-height: 500px;
  }
  .home-positioning > div {
    padding: 95px var(--pad) 110px;
  }
  .home-positioning h2 {
    font-size: 47px;
  }
  .positioning-points article {
    grid-template-columns: 32px 1fr;
  }
  .positioning-points p {
    grid-column: 2;
  }
  .process-grid,
  .benefit-grid,
  .journal-grid,
  .related-work-grid {
    grid-template-columns: 1fr;
  }
  .process-grid article,
  .benefit-grid article,
  .benefit-grid article:not(:first-child) {
    min-height: 0;
    padding: 28px 0 45px;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }
  .benefit-grid article {
    border-color: var(--line);
  }
  .process-grid h3,
  .benefit-grid h3 {
    margin-top: 48px;
  }
  .journal-grid {
    gap: 70px;
  }
  .journal-grid h3,
  .journal-grid p {
    min-height: 0;
  }
  .contact-band {
    min-height: 760px;
    padding-top: 95px;
    padding-bottom: 80px;
    display: block;
  }
  .contact-band h2 {
    font-size: 56px;
  }
  .contact-band > p {
    margin-top: 45px;
  }
  .contact-band-links {
    margin-top: 60px;
    grid-template-columns: 1fr;
  }
  .contact-band-links a {
    grid-template-columns: 1fr auto;
  }
  .contact-band-links span {
    grid-column: 1 / 3;
  }
  .contact-band-links strong {
    overflow-wrap: anywhere;
  }
  .site-footer {
    padding-top: 60px;
  }
  .footer-top,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footer-grid {
    padding: 55px 0;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom p:last-child {
    margin-top: 12px;
  }
  .service-hero,
  .article-hero,
  .project-hero {
    height: 820px;
    min-height: 0;
  }
  .service-hero > img,
  .service-hero > picture > img {
    object-position: 60% center;
  }
  .article-hero > img,
  .article-hero > picture > img {
    object-position: center;
  }
  .project-kiyi-yamaclari .project-hero > img,
  .project-kiyi-yamaclari .project-hero > picture > img {
    object-position: 64% center;
  }
  .crumb,
  .project-back {
    top: 105px;
  }
  .service-hero-copy,
  .project-title {
    right: var(--pad);
    bottom: 8%;
    left: var(--pad);
    display: block;
  }
  .service-hero-copy h1,
  .project-title h1 {
    margin: 24px 0 18px;
    font-size: clamp(52px, 16vw, 74px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }
  .service-hero-copy span,
  .project-title span {
    display: block;
  }
  .service-intro,
  .project-story {
    min-height: 0;
    padding: 95px var(--pad) 110px;
  }
  .service-intro > div,
  .project-story > div {
    margin-top: 65px;
  }
  .service-process,
  .faq-section {
    padding: 95px var(--pad) 110px;
    display: block;
  }
  .service-process > div:first-child h2,
  .faq-section > div:first-child h2 {
    font-size: 46px;
  }
  .service-process-list,
  .faq-list {
    margin-top: 70px;
  }
  .service-process-list article {
    grid-template-columns: 32px 1fr;
  }
  .service-process-list p {
    grid-column: 2;
  }
  .related-work-grid {
    gap: 65px;
  }
  .journal-index-hero {
    min-height: 620px;
    padding-top: 100px;
  }
  .journal-index-hero h1 {
    margin-top: 35px;
    font-size: 61px;
  }
  .journal-index-hero > p:last-child {
    margin-top: 45px;
  }
  .journal-index-grid {
    padding-bottom: 100px;
  }
  .journal-index-grid > a {
    padding: 32px 0 60px;
    display: block;
  }
  .journal-index-grid > a > div {
    margin-top: 30px;
  }
  .journal-index-grid h2 {
    font-size: 43px;
  }
  .article-hero > div:last-child {
    right: var(--pad);
    bottom: 8%;
    left: var(--pad);
    display: block;
  }
  .article-hero h1 {
    margin: 28px 0 25px;
    font-size: 51px;
  }
  .article-lead {
    min-height: 0;
    padding: 95px var(--pad) 110px;
  }
  .article-lead h2 {
    margin-top: 32px;
  }
  .article-body {
    padding: 90px var(--pad) 100px;
    display: block;
  }
  .article-body aside {
    position: static;
    margin-bottom: 90px;
  }
  .article-body section {
    padding-bottom: 75px;
  }
  .article-body section h2 {
    font-size: 42px;
  }
  .article-body section p,
  .article-body section li {
    font-size: 18px;
  }
  .article-faq {
    padding: 90px var(--pad) 110px;
    display: block;
  }
  .article-faq > div:first-child {
    position: static;
  }
  .article-faq > div:first-child h2 {
    font-size: 45px;
  }
  .article-faq > div:last-child {
    margin-top: 65px;
  }
  .article-faq article {
    grid-template-columns: 38px 1fr;
  }
  .article-connections {
    padding: 90px var(--pad) 110px;
  }
  .article-service-bridge {
    display: block;
  }
  .article-service-bridge h2 {
    margin: 34px 0;
    font-size: 45px;
  }
  .article-service-bridge .text-link {
    margin-top: 34px;
  }
  .article-project-links {
    margin-top: 75px;
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .next-article {
    min-height: 500px;
    padding: 80px var(--pad);
    display: block;
  }
  .next-article h2 {
    margin: 30px 0;
    font-size: 50px;
  }
  .project-case {
    grid-template-columns: 1fr;
  }
  .project-case article {
    min-height: 0;
    padding: 45px var(--pad) 65px;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
  }
  .project-case h2 {
    margin-top: 55px;
  }
  .project-gallery {
    width: calc(100% - 20px);
    margin: 10px auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .project-gallery figure,
  .project-gallery figure:nth-child(3n + 1) {
    grid-column: auto;
    min-height: 62vh;
  }
  .project-service-bridge {
    min-height: 0;
    padding: 95px var(--pad) 110px;
    display: block;
  }
  .project-service-bridge h2 {
    margin: 35px 0;
    font-size: 52px;
  }
  .project-service-bridge a {
    display: block;
    margin-top: 45px;
  }
  .next-project {
    min-height: 580px;
    padding: 80px var(--pad);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .next-project h2 {
    margin: 25px 0;
    font-size: 58px;
  }
  .next-project p {
    justify-self: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
