@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-latin-ext-400-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-latin-400-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Recoleta";
  src: url("fonts/recoleta-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("fonts/recoleta-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --dark-green: #73876e;
  --light-green: #d8e2d6;
  --beige: #f3f0ec;
  --black: #3d3b3a;
  --label-padding-block: 12px;
  --label-padding-inline: 19px;
  --project-tag-padding-block: 8px;
  --project-tag-gap: 8px;
  --display: "Recoleta", serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--beige);
  color: var(--black);
  font-family: var(--sans);
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.28s ease;
}

a:hover {
  color: var(--dark-green);
}

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

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
}

.image-placeholder {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--light-green);
  color: var(--dark-green);
  outline: 1px solid var(--dark-green);
  outline-offset: -1px;
  text-align: center;
}

.image-placeholder span {
  padding: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 810px;
  min-height: 810px;
  background: var(--beige);
}

.home-hero-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.home-hero-copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

site-header {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 144px;
}

.home-hero > site-header {
  position: absolute;
  inset: 0 0 auto 50%;
  width: 50%;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 144px;
  padding: 38px 54px 0 0;
}

.brand-link {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 88px;
  height: 88px;
  transform: translateX(-50%);
}

.brand-link::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: 0;
  border-radius: 50%;
  background: var(--beige);
}

.brand-link img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 43px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mobile-menu-toggle {
  display: none;
}

@media (min-width: 801px) {
  .site-header nav {
    font-size: 12px;
  }

  .home-hero > site-header .brand-link {
    left: 0;
  }
}

.site-header nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  white-space: nowrap;
}

.site-header .contact-nav {
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: var(--label-padding-block) var(--label-padding-inline);
  background: var(--dark-green);
  color: var(--beige);
  transition: color 0.28s ease, background-color 0.28s ease;
}

.site-header .contact-nav:hover {
  background: var(--black);
  color: var(--beige);
}

.home-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 410px;
  height: 100%;
  margin: 0;
  text-align: center;
}

.home-brand > img {
  width: 326px;
  height: 186px;
  margin: 0 auto;
  object-fit: contain;
}

.home-brand h1 {
  margin: -42px 0 20px;
  font-family: var(--display);
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.home-brand-dot {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--dark-green);
}

.home-brand p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.statement {
  position: relative;
  display: grid;
  place-items: center;
  height: 422px;
  overflow: hidden;
  background: var(--dark-green);
  color: var(--beige);
  text-align: center;
}

.statement-copy {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
}

.statement h2 {
  margin: 0 0 31px;
  font-size: 52px;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.015em;
}

.statement p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.statement-mark {
  position: absolute;
  top: 60px;
  right: -184px;
  width: 500px;
  height: 330px;
  object-fit: contain;
  opacity: 0.13;
  filter: brightness(0) invert(1);
  transform: rotate(10deg);
}

.first-work {
  min-height: 603px;
  background: var(--beige);
}

.first-work-inner {
  display: grid;
  grid-template-columns: 604px 1fr;
  gap: 50px;
  align-items: center;
  width: 1008px;
  margin: 0 auto;
  padding: 99px 0 109px;
}

.about-face-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 193px 193px;
  gap: 10px 12px;
  width: 604px;
  height: 396px;
}

.collage-media {
  overflow: hidden;
}

.collage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-main {
  grid-row: 1 / 3;
}

.collage-main img {
  object-position: 50% 50%;
}

.collage-top img {
  object-position: 50% 50%;
}

.collage-bottom img {
  object-position: 50% 38%;
}

.first-work-copy {
  align-self: center;
  padding-top: 1px;
}

.number {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 23px;
  border-radius: 50%;
  background: var(--dark-green);
  color: var(--beige);
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.first-work-copy h2 {
  margin: 0 0 14px;
  font-size: 45px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.project-date {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1;
}

.tags {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 8px;
  width: fit-content;
}

.tags span {
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: var(--label-padding-block) var(--label-padding-inline);
  background: var(--light-green);
  color: var(--dark-green);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.tags span:first-child {
  grid-column: 1 / -1;
  justify-self: start;
}

.home-project-grid {
  padding: 0 0 109px;
  background: var(--beige);
}

.home-project-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  width: 1008px;
  margin: 0 auto;
}

.home-project-card {
  display: block;
  min-width: 0;
}

.home-project-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

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

.home-project-card-info {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 31px;
}

.home-project-card-info .number {
  margin-bottom: 0;
}

.home-project-card-info--title-only {
  display: flex;
  align-items: center;
}

.home-project-card-info--title-only .home-project-card-copy {
  padding-top: 0;
}

.home-project-card-info--title-only .home-project-card-copy h2 {
  margin: 0;
  white-space: nowrap;
  transform: translateY(3px);
}

.home-project-card-copy {
  min-width: 0;
  padding-top: 5px;
}

.home-project-card-copy h2 {
  margin: 0 0 13px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.home-project-card-copy .project-date {
  margin-bottom: 31px;
}

.project-labels {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 8px;
  width: fit-content;
}

.project-labels span {
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: var(--label-padding-block) var(--label-padding-inline);
  background: var(--light-green);
  color: var(--dark-green);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.project-labels span:last-child {
  grid-column: 1;
}

.manukarx-home {
  min-height: 534px;
  background: var(--light-green);
}

.manukarx-home-inner {
  display: grid;
  grid-template-columns: 354px 604px;
  gap: 50px;
  align-items: center;
  width: 1008px;
  min-height: 534px;
  margin: 0 auto;
  padding: 69px 0;
}

.manukarx-home-copy h2 {
  margin: 0 0 14px;
  font-size: 45px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.manukarx-home-copy .project-date {
  margin-bottom: 28px;
}

.manukarx-home-tags {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 8px;
  width: fit-content;
}

.manukarx-home-tags span {
  display: grid;
  place-items: center;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  padding: var(--label-padding-block) var(--label-padding-inline);
  background: var(--beige);
  color: var(--dark-green);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.manukarx-home-tags span:first-child {
  grid-column: 1 / -1;
  justify-self: start;
}

.manukarx-home-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 193px 193px;
  gap: 10px 12px;
  width: 604px;
  height: 396px;
}

.manukarx-home-media {
  overflow: hidden;
}

.manukarx-home-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.manukarx-home-main {
  grid-row: 1 / 3;
}

.first-work-inner .collage-media,
.home-project-card .home-project-image,
.manukarx-home-inner .manukarx-home-media {
  overflow: hidden;
}

.first-work-inner .collage-media img,
.home-project-card .home-project-image img,
.manukarx-home-inner .manukarx-home-media img {
  transition: transform 0.3s ease;
}

.first-work-inner .collage-media:hover img,
.home-project-card .home-project-image:hover img,
.manukarx-home-inner .manukarx-home-media:hover img {
  transform: scale(1.03);
}

/* About page */
.dots {
  color: var(--dark-green);
  letter-spacing: 0.3em;
}

.about-page {
  overflow: hidden;
  background: var(--beige);
}

.about-intro {
  padding: 50px 0 100px;
}

.about-intro-top,
.about-columns,
.resume-inner,
.skill-cards {
  width: min(72.5vw, 1485px);
  margin-right: auto;
  margin-left: auto;
}

.about-intro-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(74px, 6.5vw, 134px);
  align-items: start;
}

.portrait-wrap {
  position: relative;
}

.about-script {
  position: absolute;
  top: 17%;
  left: -83%;
  z-index: 0;
  width: 116%;
  max-width: none;
}

.portrait {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.about-copy {
  padding-top: clamp(46px, 4.3vw, 88px);
}

.about-copy h1 {
  margin: 0;
  font-size: clamp(76px, 5.35vw, 110px);
  font-weight: 600;
  line-height: 0.81;
  letter-spacing: -0.03em;
}

.about-title-first-line {
  display: inline-flex;
  align-items: center;
}

.about-copy .dots {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: 22px;
  transform: none;
}

.about-copy .dots i {
  display: block;
  flex: 0 0 clamp(16px, 0.95vw, 19px);
  width: clamp(16px, 0.95vw, 19px);
  height: clamp(16px, 0.95vw, 19px);
  border-radius: 50%;
  background: var(--dark-green);
}

.about-copy .lead {
  margin: 44px 0 0;
  padding-top: 28px;
  border-top: 2px solid var(--dark-green);
  color: var(--dark-green);
  font-size: clamp(20px, 1.45vw, 30px);
  font-weight: 700;
  line-height: 1.42;
}

.about-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(70px, 6vw, 124px);
  margin-top: 60px;
}

.about-columns p {
  margin-bottom: 31px;
  font-size: clamp(15px, 0.9vw, 18.5px);
  line-height: 1.52;
}

.about-columns p:last-child {
  margin-bottom: 0;
}

.link-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(42px, 4vw, 82px);
  padding: 20px 5vw;
  background: var(--dark-green);
  color: var(--beige);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.link-strip b {
  font-size: 13px;
  letter-spacing: 0.24em;
}

.link-strip a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.resume {
  padding: 72px 0;
}

.experience {
  background: var(--light-green);
}

.resume-inner {
  display: block;
}

.resume h2 {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(61, 59, 58, 0.55);
  color: var(--dark-green);
  font-size: clamp(46px, 3vw, 62px);
  font-weight: 600;
  line-height: 1;
}

.resume-table {
  width: 75%;
  min-width: 0;
  margin-left: 25%;
}

.resume-row {
  display: grid;
  grid-template-columns: minmax(145px, 0.75fr) minmax(190px, 1fr) minmax(240px, 1.3fr);
  gap: 32px;
  align-items: start;
  padding: 28px 0 27px;
  border-bottom: 1px solid rgba(61, 59, 58, 0.55);
}

.resume-row p {
  margin: 0;
  font-size: clamp(12px, 0.68vw, 14px);
  line-height: 1.35;
}

.resume-row p:first-child {
  font-size: clamp(11px, 0.62vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.resume-row p:nth-child(2) {
  font-weight: 700;
}

.experience .resume-row p {
  font-size: clamp(15px, 0.9vw, 18.5px);
}

.experience .resume-row p:first-child {
  font-size: clamp(15px, 0.9vw, 18.5px);
}

.education {
  padding-top: 72px;
  padding-bottom: 72px;
}

.education .resume-row p,
.education .resume-row p:first-child {
  font-size: clamp(15px, 0.9vw, 18.5px);
}

.skill-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.76fr) minmax(330px, 1fr);
  gap: 28px;
  margin-top: 72px;
}

.skill-card {
  background: var(--light-green);
}

.skill-card h2 {
  margin: 0;
  padding: 27px 20px 25px;
  border-bottom: 0;
  background: var(--dark-green);
  color: var(--beige);
  font-size: clamp(38px, 2.6vw, 54px);
  text-align: center;
}

.skill-card p {
  margin: 0;
  padding: 16px 28px;
  font-size: clamp(15px, 0.9vw, 18.5px);
  line-height: clamp(23.7px, 1.3588vw, 28.44px);
  text-align: center;
}

.software-list {
  display: grid;
  gap: 0;
  padding: 28px 11%;
}

.software-list > div {
  display: grid;
  grid-template-columns: minmax(210px, 270px) 220px;
  justify-content: center;
  gap: 18px;
  align-items: center;
  min-height: 29px;
}

.software-list b {
  font-size: clamp(15px, 0.9vw, 18.5px);
  line-height: 1.15;
}

.skill-meter {
  position: relative;
  display: block;
  width: 220px;
  height: 18px;
  overflow: hidden;
  background: radial-gradient(circle at 9px 9px, rgba(115, 135, 110, 0.22) 0 6px, transparent 6.5px) 0 0 / 22px 18px repeat-x;
}

.skill-meter::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--level) * 10%);
  background: radial-gradient(circle at 9px 9px, var(--dark-green) 0 6px, transparent 6.5px) 0 0 / 22px 18px repeat-x;
}

.skill-card-stack {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}

.skill-card-stack .skill-card {
  display: flex;
  flex-direction: column;
}

.skill-card-stack .skill-card p {
  display: grid;
  flex: 1;
  place-items: center;
}
.project-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.media { position: relative; overflow: hidden; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.project-summary { padding: 65px 9vw; }
.project-summary h1 { margin: 15px 0 4px; font-size: 52px; line-height: 0.95; }
.project-summary p:last-child { font-size: 14px; line-height: 1.5; }
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--project-tag-gap);
  min-height: 0;
  padding: 27px 7vw 27px calc(50% + 4.5vw);
  background: var(--light-green);
}

.category-bar span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  height: auto;
  padding: var(--project-tag-padding-block) var(--label-padding-inline);
  background: var(--dark-green);
  color: var(--beige);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.project-block { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; padding: 75px 9vw; }
.project-block:nth-child(even) { background: var(--light-green); }
.project-block:nth-child(even) .project-text { order: 2; }
.project-block figure { margin: 0; }
.project-text h2 { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--dark-green); color: var(--dark-green); font-size: 38px; line-height: 1; }
.project-text p { font-size: 14px; line-height: 1.5; }

.identity-title-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.25vw, 26px);
  height: clamp(116px, 8.7vw, 178px);
  background: var(--light-green);
}

.identity-title-number {
  display: grid;
  place-items: center;
  width: clamp(66px, 4.3vw, 88px);
  height: clamp(66px, 4.3vw, 88px);
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--dark-green);
  color: var(--beige);
  font-family: var(--display);
  font-size: clamp(32px, 1.95vw, 40px);
  font-weight: 600;
  line-height: 1;
}

.identity-title-band h1 {
  margin: 0;
  color: var(--black);
  font-size: clamp(52px, 3.65vw, 75px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.identity-case-study {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  height: clamp(650px, 37.2vw, 762px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.identity-case-study-media {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.identity-case-study-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.identity-case-study-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 5vw 9vw 5vw 4.25vw;
}

.identity-case-study-copy h2 {
  margin: 0 0 7px;
  color: var(--dark-green);
  font-size: clamp(49px, 3.05vw, 63px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.identity-case-study-year {
  margin: 0;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1;
}

.identity-case-study-divider {
  display: block;
  width: 100%;
  max-width: 650px;
  height: 2px;
  margin: 24px 0 28px;
  background: var(--dark-green);
}

.identity-case-study-copy > p:not(.identity-case-study-year) {
  width: 100%;
  max-width: 650px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.identity-case-study-copy > p:not(.identity-case-study-year) + p {
  margin-top: 18px;
}

.other-project-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  height: clamp(760px, 55.7vw, 1140px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.memory-markers-feature {
  display: grid;
  grid-template-rows: minmax(0, 0.64fr) minmax(0, 0.36fr);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.memory-markers-feature .memory-markers-gallery-only {
  display: none;
}

.memory-markers-preview {
  min-width: 0;
  min-height: 0;
}

.memory-markers-preview-installation {
  grid-row: 1;
}

.memory-markers-preview-booklets {
  grid-row: 2;
}

.memory-markers-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memory-markers-preview-installation img {
  object-position: 50% 48%;
}

.memory-markers-preview-booklets img {
  object-position: 50% 50%;
}

.other-project-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 5vw 9vw 5vw 4.25vw;
}

.other-project-copy h2 {
  margin: 0 0 7px;
  color: var(--dark-green);
  font-size: clamp(49px, 3.05vw, 63px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.other-project-year {
  margin: 0;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1;
}

.other-project-divider {
  display: block;
  width: 100%;
  max-width: 650px;
  height: 2px;
  margin: 24px 0 28px;
  background: var(--dark-green);
}

.other-project-copy > p:not(.other-project-year) {
  width: 100%;
  max-width: 650px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.maui-dolphins-tile {
  height: clamp(680px, 41.8vw, 856px);
}

.maui-dolphins-copy {
  padding-right: 4.25vw;
  padding-left: 9vw;
  background: var(--light-green);
}

.maui-dolphins-copy h2 {
  line-height: 0.92;
}

.maui-dolphins-feature {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.maui-dolphins-feature .maui-dolphins-gallery-only {
  display: none;
}

.maui-dolphins-preview,
.maui-dolphins-preview img {
  width: 100%;
  height: 100%;
}

.maui-dolphins-preview img {
  object-fit: cover;
  object-position: 50% 50%;
}

.red-boost-tile {
  height: clamp(680px, 41.8vw, 856px);
}

.red-boost-feature {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e8e8e8;
}

.red-boost-preview,
.red-boost-preview img {
  width: 100%;
  height: 100%;
}

.red-boost-preview img {
  object-fit: cover;
  object-position: 50% 50%;
}

.red-boost-copy {
  background: var(--beige);
}

.cuba-dupa-tile {
  height: clamp(680px, 41.8vw, 856px);
}

.cuba-dupa-copy {
  padding-right: 4.25vw;
  padding-left: 9vw;
  background: var(--light-green);
}

.cuba-dupa-copy h2 {
  line-height: 0.92;
}

.cuba-dupa-feature {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.cuba-dupa-feature .cuba-dupa-gallery-only {
  display: none;
}

.cuba-dupa-preview,
.cuba-dupa-preview img {
  width: 100%;
  height: 100%;
}

.cuba-dupa-preview img {
  object-fit: cover;
  object-position: 50% 50%;
}

.clear-focus-tile {
  height: clamp(680px, 41.8vw, 856px);
}

.clear-focus-feature {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #9cabb7;
}

.clear-focus-preview,
.clear-focus-preview img {
  width: 100%;
  height: 100%;
}

.clear-focus-preview img {
  object-fit: cover;
  object-position: 50% 50%;
}

.clear-focus-copy {
  background: var(--beige);
}

.medart-case-study {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(54px, 4vw, 82px);
  min-height: clamp(980px, 59.5vw, 1220px);
  padding: clamp(68px, 4.2vw, 86px) 6vw clamp(72px, 4.4vw, 90px) 9.5vw;
  background: var(--beige);
}

.medart-case-study-copy {
  min-width: 0;
}

.medart-case-study-copy h2 {
  margin: 0 0 7px;
  color: var(--dark-green);
  font-size: clamp(49px, 3.05vw, 63px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.025em;
}

.medart-case-study-copy .identity-case-study-divider {
  max-width: 620px;
}

.medart-case-study-copy > p:not(.identity-case-study-year) {
  width: 100%;
  max-width: 620px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.medart-case-study-copy > p:not(.identity-case-study-year) + p {
  margin-top: 18px;
}

.medart-composition {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(14px, 1.1vw, 23px);
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 0.9;
  min-width: 0;
  min-height: 0;
}

.medart-visual {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.medart-visual .project-gallery-item,
.medart-visual img {
  width: 100%;
  height: 100%;
}

.medart-visual img {
  object-fit: contain;
  object-position: center;
}

.medart-primary-logo {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  aspect-ratio: 1;
}

.medart-mindart-logo {
  grid-column: 2;
  grid-row: 1;
}

.medart-graphe-logo {
  grid-column: 2;
  grid-row: 2;
}

.medart-odour-logo {
  grid-column: 2;
  grid-row: 3;
}

.medart-mindart-logo,
.medart-graphe-logo,
.medart-odour-logo {
  align-self: center;
  aspect-ratio: 1;
}

.medart-app-icons {
  grid-column: 1;
  grid-row: 3;
}

.identity-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 2vw, 40px);
  row-gap: clamp(100px, 6.5vw, 134px);
  padding: clamp(92px, 7vw, 144px) 9.5vw clamp(116px, 8vw, 164px);
  background: var(--light-green);
}

.identity-project-card {
  min-width: 0;
}

.identity-project-card-media {
  width: 100%;
  aspect-ratio: 1.37;
  margin: 0 0 24px;
  overflow: hidden;
}

.identity-project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.identity-project-card-copy h2 {
  margin: 0 0 7px;
  color: var(--dark-green);
  font-size: clamp(43px, 2.65vw, 55px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.identity-project-card-year {
  margin: 0;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1;
}

.identity-project-card-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 20px 0 24px;
  background: var(--dark-green);
}

.identity-project-card-copy > p:not(.identity-project-card-year) {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.easy2c-car-decal-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 4vw, 82px);
  min-height: clamp(650px, 38vw, 780px);
  padding: clamp(72px, 5vw, 104px) 9vw;
  background: var(--beige);
}

.easy2c-car-decal-media {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
}

.easy2c-car-decal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.easy2c-car-decal-copy {
  min-width: 0;
}

.easy2c-car-decal-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.easy2c-car-decal-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px 0 24px;
  background: var(--dark-green);
}

.easy2c-car-decal-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.easy2c-car-decal-copy p + p {
  margin-top: 18px;
}

.easy2c-documents-section {
  display: grid;
  gap: clamp(48px, 4vw, 82px);
  padding: clamp(24px, 2vw, 40px) 9vw clamp(100px, 7vw, 144px);
  background: var(--beige);
}

.easy2c-documents-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(48px, 4vw, 82px);
}

.easy2c-documents-copy {
  min-width: 0;
}

.easy2c-documents-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.easy2c-documents-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px 0 24px;
  background: var(--dark-green);
}

.easy2c-documents-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.easy2c-documents-copy p + p {
  margin-top: 18px;
}

.easy2c-documents-mockup,
.easy2c-documents-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.easy2c-documents-mockup {
  aspect-ratio: 4 / 3;
}

.easy2c-documents-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.easy2c-documents-rows {
  display: grid;
  gap: 18px;
}

.easy2c-documents-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.easy2c-documents-item .project-gallery-item {
  height: auto;
}

.easy2c-documents-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.easy2c-calendars-section {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: stretch;
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--light-green);
}

.easy2c-calendars-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(92px, 6.25vw, 128px) clamp(56px, 4.5vw, 92px) clamp(92px, 6.25vw, 128px) 9vw;
}

.easy2c-calendars-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.easy2c-calendars-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 24px 0;
  background: var(--dark-green);
}

.easy2c-calendars-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.easy2c-calendars-copy p + p {
  margin-top: 18px;
}

.easy2c-calendars-grid {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.easy2c-calendars-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.easy2c-calendars-item .project-gallery-item {
  height: auto;
}

.easy2c-calendars-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-face-project-hero {
  grid-template-columns: 1fr 1fr;
  height: clamp(680px, 46.5vw, 960px);
  min-height: 0;
  background: var(--beige);
}

.about-face-project-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding-top: 18px;
}

.about-face-project-image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

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

.about-face-project-image-wide {
  grid-column: 1 / -1;
}

.about-face-project-image-wide img {
  object-position: 50% 50%;
}

.about-face-project-image-mothers-day img {
  object-position: 50% 55%;
}

.about-face-project-image-environ img {
  object-position: 50% 50%;
}

.about-face-project-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5vw 8vw 4.5vw 4.5vw;
}

.about-face-project-summary .number {
  width: clamp(70px, 4.25vw, 88px);
  height: clamp(70px, 4.25vw, 88px);
  margin-bottom: 27px;
  font-size: clamp(34px, 1.9vw, 40px);
}

.about-face-project-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(58px, 3.6vw, 76px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.about-face-project-summary .project-date {
  margin-bottom: 31px;
  font-size: clamp(16px, 0.9vw, 19px);
  line-height: 1;
}

.about-face-project-introduction {
  max-width: 690px;
}

.about-face-project-introduction p {
  margin: 0 0 18px;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.about-face-project-introduction p:last-child {
  margin-bottom: 0;
}

.retail-catalogues-project-hero {
  grid-template-columns: 1fr 1fr;
  height: clamp(680px, 46.5vw, 960px);
  min-height: 0;
  background: var(--beige);
}

.retail-catalogues-project-image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.retail-catalogues-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.retail-catalogues-project-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4.5vw 8vw 4.5vw 4.5vw;
}

.retail-catalogues-project-summary .number {
  width: clamp(70px, 4.25vw, 88px);
  height: clamp(70px, 4.25vw, 88px);
  margin-bottom: 27px;
  font-size: clamp(34px, 1.9vw, 40px);
}

.retail-catalogues-project-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(58px, 3.6vw, 76px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.retail-catalogues-project-summary .project-date {
  margin-bottom: 31px;
  font-size: clamp(16px, 0.9vw, 19px);
  line-height: 1;
}

.retail-catalogues-project-introduction {
  max-width: 690px;
}

.retail-catalogues-project-introduction p {
  margin: 0 0 18px;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.retail-catalogues-project-introduction p:last-child {
  margin-bottom: 0;
}

.edms-socials-project-hero {
  grid-template-columns: 1fr 1fr;
  height: clamp(680px, 46.5vw, 960px);
  min-height: 0;
  background: var(--beige);
}

.edms-socials-project-image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.edms-socials-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.edms-socials-project-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4.5vw 8vw 4.5vw 4.5vw;
}

.edms-socials-project-summary .number {
  width: clamp(70px, 4.25vw, 88px);
  height: clamp(70px, 4.25vw, 88px);
  margin-bottom: 27px;
  font-size: clamp(34px, 1.9vw, 40px);
}

.edms-socials-project-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(58px, 3.6vw, 76px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.edms-socials-project-summary .project-date {
  margin-bottom: 31px;
  font-size: clamp(16px, 0.9vw, 19px);
  line-height: 1;
}

.edms-socials-project-introduction {
  max-width: 690px;
}

.edms-socials-project-introduction p {
  margin: 0 0 18px;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.edms-socials-project-introduction p:last-child {
  margin-bottom: 0;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.manukarx-project-hero {
  grid-template-columns: 1fr 1fr;
  height: clamp(680px, 46.5vw, 960px);
  min-height: 0;
  background: var(--beige);
}

.manukarx-project-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 4px;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.manukarx-project-image {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.manukarx-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.manukarx-project-posters {
  grid-column: 1 / -1;
}

.manukarx-project-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 4.5vw 8vw 4.5vw 4.5vw;
}

.manukarx-project-summary .number {
  width: clamp(70px, 4.25vw, 88px);
  height: clamp(70px, 4.25vw, 88px);
  margin-bottom: 27px;
  font-size: clamp(34px, 1.9vw, 40px);
}

.manukarx-project-summary h1 {
  margin: 0 0 14px;
  font-size: clamp(58px, 3.6vw, 76px);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.manukarx-project-summary .project-date {
  margin-bottom: 31px;
  font-size: clamp(16px, 0.9vw, 19px);
  line-height: 1;
}

.manukarx-project-introduction {
  max-width: 690px;
}

.manukarx-project-introduction p {
  margin: 0 0 18px;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.manukarx-project-introduction p:last-child {
  margin-bottom: 0;
  font-size: clamp(14px, 0.82vw, 17px);
  line-height: 1.52;
}

.manukarx-socials-section {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  min-height: 0;
  padding: clamp(72px, 4.5vw, 96px) 0;
  background: var(--beige);
}

.manukarx-socials-copy {
  width: 100%;
  max-width: 760px;
  padding: 0 clamp(58px, 5vw, 105px) 0 9vw;
}

.manukarx-socials-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.manukarx-socials-copy .about-face-section-divider {
  margin: 24px 0 28px;
}

.manukarx-socials-copy p {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.manukarx-socials-copy p + p {
  margin-top: 15px;
}

.manukarx-socials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.manukarx-socials-item {
  min-width: 0;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
}

.manukarx-socials-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.manukarx-presentations-section {
  display: grid;
  grid-template-columns: 57% 43%;
  align-items: center;
  min-height: 0;
  background: var(--light-green);
}

.manukarx-presentations-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.manukarx-presentation-item {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.manukarx-presentation-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.manukarx-presentation-pair .manukarx-presentation-item {
  height: 100%;
  aspect-ratio: auto;
}

.manukarx-presentation-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.manukarx-presentation-item.presentation-crop-left img {
  object-position: left center;
}

.manukarx-presentation-item.presentation-crop-right img {
  object-position: right center;
}

.manukarx-presentations-copy {
  width: 100%;
  max-width: 780px;
  padding: 4.5vw 8vw 4.5vw 4.5vw;
}

.manukarx-presentations-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.manukarx-presentations-copy .about-face-section-divider {
  margin: 24px 0 28px;
}

.manukarx-presentations-copy p {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.manukarx-presentations-copy p + p {
  margin-top: 15px;
}

.manukarx-collateral-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: clamp(78px, 6vw, 122px);
  padding: clamp(92px, 6.5vw, 134px) 9vw clamp(100px, 7vw, 144px);
  background: var(--beige);
}

.manukarx-collateral-tile {
  min-width: 0;
}

.manukarx-collateral-media {
  aspect-ratio: 1.38 / 1;
  margin: 0 0 clamp(22px, 1.7vw, 34px);
  overflow: hidden;
}

.manukarx-collateral-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.manukarx-collateral-copy {
  width: min(100%, 650px);
}

.manukarx-collateral-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(42px, 2.7vw, 56px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.manukarx-collateral-divider {
  display: block;
  width: 76%;
  height: 1px;
  margin: clamp(14px, 1.05vw, 21px) 0 clamp(18px, 1.35vw, 28px);
  background: var(--dark-green);
}

.manukarx-collateral-copy p {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.edms-showcase-section {
  height: auto;
  min-height: 0;
  padding: clamp(95px, 6.5vw, 135px) 9vw 0;
  background: var(--beige);
}

.edms-showcase-copy {
  width: min(100%, 760px);
}

.edms-showcase-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.edms-showcase-copy .about-face-section-divider {
  margin: 24px 0 28px;
}

.edms-showcase-copy p {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.edms-showcase-copy p + p {
  margin-top: 15px;
}

.edms-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(10px, 0.8vw, 17px);
  align-items: start;
  align-content: start;
  width: 100%;
  margin-top: clamp(62px, 4vw, 84px);
}

.edms-gallery-item {
  align-self: start;
  min-width: 0;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.edms-gallery-item .edms-gallery-button {
  display: block;
  width: 100%;
  height: auto;
}

.edms-gallery-button img {
  display: block;
  width: 100%;
  height: auto;
}

.socials-showcase-section {
  padding: clamp(95px, 6.5vw, 135px) 9vw clamp(105px, 7.2vw, 150px);
  background: var(--beige);
}

.socials-showcase-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.62fr);
  gap: clamp(60px, 6vw, 125px);
  align-items: start;
}

.socials-showcase-copy {
  align-self: start;
  width: min(100%, 760px);
}

.socials-showcase-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.socials-showcase-copy .about-face-section-divider {
  margin: 24px 0 28px;
}

.socials-showcase-copy p {
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.socials-showcase-copy p + p {
  margin-top: 15px;
}

.socials-featured-gallery,
.socials-grid {
  display: grid;
  gap: clamp(10px, 0.8vw, 17px);
}

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

.socials-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(12px, 0.9vw, 19px);
}

.socials-gallery-item {
  min-width: 0;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
}

.socials-gallery-button {
  width: 100%;
  height: 100%;
}

.socials-gallery-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-brochure-section {
  display: grid;
  grid-template-columns: 42% 58%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.image-brochure-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 5.5vw 0 9.5vw;
}

.image-brochure-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.image-brochure-copy .about-face-section-divider {
  margin: 28px 0 31px;
}

.image-brochure-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.image-brochure-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.image-brochure-preview {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.brochure-preview-item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.brochure-preview-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.brochure-preview-item:hover img,
.brochure-preview-item:focus-visible img {
  transform: scale(1.03);
}

.brochure-preview-item:focus-visible {
  outline: 2px solid var(--dark-green);
  outline-offset: -3px;
}

.image-brochure-cover {
  grid-column: 1;
  grid-row: 1;
}

.image-brochure-intro {
  grid-column: 2 / 4;
  grid-row: 1;
}

.image-brochure-pouches {
  grid-column: 1 / 3;
  grid-row: 2;
}

.image-brochure-ornaments-left {
  grid-column: 3;
  grid-row: 2;
}

.image-brochure-ornaments-left img {
  object-position: 0 50%;
}

.image-brochure-ornaments-right {
  grid-column: 1;
  grid-row: 3;
}

.image-brochure-ornaments-right img {
  object-position: 100% 50%;
}

.image-brochure-opulent {
  grid-column: 2 / 4;
  grid-row: 3;
}

.youngblood-brochure-section {
  display: grid;
  grid-template-columns: 58% 42%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--light-green);
}

.youngblood-brochure-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.youngblood-brochure-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 9.5vw 0 3.8vw;
}

.youngblood-brochure-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.youngblood-brochure-copy .about-face-section-divider {
  margin: 28px 0 31px;
}

.youngblood-brochure-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.youngblood-brochure-cover {
  grid-column: 1;
  grid-row: 1;
}

.youngblood-brochure-opening {
  grid-column: 2 / 4;
  grid-row: 1;
}

.youngblood-brochure-first-products {
  grid-column: 1 / 3;
  grid-row: 2;
}

.youngblood-brochure-mauve {
  grid-column: 3;
  grid-row: 2;
}

.youngblood-brochure-mauve img {
  object-position: 0 50%;
}

.youngblood-brochure-plum {
  grid-column: 1;
  grid-row: 3;
}

.youngblood-brochure-plum img {
  object-position: 100% 50%;
}

.youngblood-brochure-final-products {
  grid-column: 2 / 4;
  grid-row: 3;
}

.pure-fiji-brochure-section {
  display: grid;
  grid-template-columns: 42% 58%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.pure-fiji-brochure-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 5.5vw 0 9.5vw;
}

.pure-fiji-brochure-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.pure-fiji-brochure-copy .about-face-section-divider {
  margin: 28px 0 31px;
}

.pure-fiji-brochure-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.pure-fiji-brochure-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.pure-fiji-brochure-cover {
  grid-column: 1;
  grid-row: 1;
}

.pure-fiji-brochure-opening {
  grid-column: 2 / 4;
  grid-row: 1;
}

.pure-fiji-brochure-ornaments {
  grid-column: 1 / 3;
  grid-row: 2;
}

.pure-fiji-brochure-model {
  grid-column: 3;
  grid-row: 2;
}

.pure-fiji-brochure-model img {
  object-position: 0 50%;
}

.pure-fiji-brochure-body-sets {
  grid-column: 1;
  grid-row: 3;
}

.pure-fiji-brochure-body-sets img {
  object-position: 100% 50%;
}

.pure-fiji-brochure-essentials {
  grid-column: 2;
  grid-row: 3;
}

.pure-fiji-brochure-essentials img {
  object-position: 0 50%;
}

.pure-fiji-brochure-body-butter {
  grid-column: 3;
  grid-row: 3;
}

.pure-fiji-brochure-body-butter img {
  object-position: 100% 50%;
}

.bette-brochure-section {
  display: grid;
  grid-template-columns: 58% 42%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--light-green);
}

.bette-brochure-collage {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.bette-brochure-preview .project-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.bette-brochure-cover {
  grid-row: 1;
}

.bette-brochure-bathroom {
  grid-row: 2;
}

.bette-brochure-bettelux {
  grid-row: 3;
}

.bette-brochure-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 9.5vw 0 3.8vw;
}

.bette-brochure-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.bette-brochure-copy .about-face-section-divider {
  margin: 28px 0 31px;
}

.bette-brochure-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.about-face-christmas-section {
  display: grid;
  grid-template-columns: 45% 55%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.about-face-christmas-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 5.5vw 0 9.5vw;
}

.about-face-christmas-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.about-face-section-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: 28px 0 31px;
  background: var(--dark-green);
}

.about-face-christmas-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.about-face-christmas-copy p + p {
  margin-top: 2px;
}

.about-face-christmas-collage {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.9fr;
  grid-template-rows: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.about-face-christmas-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.about-face-christmas-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery-item {
  --gallery-rest-transform: scale(1);
  --gallery-hover-transform: scale(1.03);
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.project-gallery-item img {
  transform: var(--gallery-rest-transform);
  transition: transform 0.3s ease;
}

.project-gallery-item:hover img,
.project-gallery-item:focus-visible img {
  transform: var(--gallery-hover-transform);
}

.project-gallery-item:focus-visible {
  outline: 2px solid var(--dark-green);
  outline-offset: -3px;
}

.christmas-storefront {
  grid-column: 1 / 3;
  grid-row: 1;
}

.christmas-storefront img {
  object-position: 50% 50%;
}

.christmas-edm {
  grid-column: 3;
  grid-row: 1 / 4;
}

.christmas-edm .project-gallery-item {
  --gallery-rest-transform: scale(1.16);
  --gallery-hover-transform: scale(1.1948);
}

.christmas-edm img {
  object-position: 50% 0;
  transform-origin: 50% 0;
}

.christmas-glowing-poster {
  grid-column: 1;
  grid-row: 2;
}

.christmas-voucher {
  grid-column: 2;
  grid-row: 2;
}

.christmas-double-display {
  grid-column: 1;
  grid-row: 3;
}

.christmas-island-poster {
  grid-column: 2;
  grid-row: 3;
}

.environ-gwp-section {
  display: grid;
  grid-template-columns: 56% 44%;
  height: clamp(900px, 65.35vw, 1338px);
  min-height: 0;
  overflow: hidden;
  background: var(--light-green);
}

.environ-gwp-collage {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.environ-gwp-secondary-collage {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.16fr) minmax(0, 1fr);
  gap: 14px;
  height: 68.4%;
  min-width: 0;
  min-height: 0;
}

.environ-gwp-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.environ-gwp-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environ-gwp-edm {
  min-height: 0;
}

.environ-gwp-edm img {
  height: auto;
  object-position: 50% 0;
  transform-origin: 50% 0;
}

.environ-gwp-social {
  grid-column: 1 / 3;
  grid-row: 1;
}

.environ-gwp-standing-sign {
  grid-column: 1;
  grid-row: 2;
}

.environ-gwp-acrylic-sign {
  grid-column: 2;
  grid-row: 2;
}

.environ-gwp-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 9.2vw 0 3.1vw;
}

.environ-gwp-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.environ-gwp-copy .about-face-section-divider {
  margin: 24px 0 20px;
}

.environ-gwp-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.9vw, 19px);
  line-height: 1.45;
}

.mothers-day-section {
  display: grid;
  grid-template-columns: 45% 55%;
  height: clamp(960px, 66vw, 1350px);
  min-height: 0;
  overflow: hidden;
  background: var(--beige);
}

.mothers-day-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 5.5vw 0 9.5vw;
}

.mothers-day-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.mothers-day-copy .about-face-section-divider {
  margin: 28px 0 28px;
}

.mothers-day-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.86vw, 18px);
  line-height: 1.5;
}

.mothers-day-copy p + p {
  margin-top: 10px;
}

.mothers-day-collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.08fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.mothers-day-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.mothers-day-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mothers-day-pos-services {
  grid-column: 1;
  grid-row: 1;
}

.mothers-day-pos-voucher {
  grid-column: 2;
  grid-row: 1;
}

.mothers-day-portrait {
  grid-column: 1;
  grid-row: 2;
}

.mothers-day-voucher {
  grid-column: 2;
  grid-row: 2;
}

.mothers-day-flowers {
  grid-column: 1;
  grid-row: 3;
}

.mothers-day-roses {
  grid-column: 2;
  grid-row: 3;
}

.mothers-day-edm {
  grid-column: 3;
  grid-row: 1 / 4;
}

.mothers-day-edm img {
  height: auto;
  object-position: 50% 0;
  transform-origin: 50% 0;
}

.skin-society-section {
  display: grid;
  grid-template-columns: 56% 44%;
  height: clamp(900px, 65.35vw, 1338px);
  min-height: 0;
  overflow: hidden;
  background: var(--light-green);
}

.skin-society-collage {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.skin-society-secondary-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  min-height: 0;
}

.skin-society-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.skin-society-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-society-edm img {
  height: auto;
  object-position: 50% 0;
  transform-origin: 50% 0;
}

.skin-society-social {
  grid-column: 1 / 3;
  grid-row: 1;
}

.skin-society-outdoor-sign {
  grid-column: 1;
  grid-row: 2;
}

.skin-society-brick-poster {
  grid-column: 2;
  grid-row: 2;
}

.skin-society-pos-tiers {
  grid-column: 1;
  grid-row: 3;
}

.skin-society-pos-overview {
  grid-column: 2;
  grid-row: 3;
}

.skin-society-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 9.2vw 0 3.1vw;
}

.skin-society-copy h2 {
  margin: 0;
  color: var(--dark-green);
  font-size: clamp(52px, 3.2vw, 67px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.skin-society-copy .about-face-section-divider {
  margin: 24px 0 20px;
}

.skin-society-copy p {
  max-width: 670px;
  margin: 0;
  font-size: clamp(15px, 0.9vw, 19px);
  line-height: 1.45;
}

.skin-society-copy p + p {
  margin-top: 12px;
}

brochure-viewer {
  position: relative;
  z-index: 100;
  display: block;
  height: 0;
}

.brochure-viewer-overlay {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 19, 0.9);
}

.brochure-viewer-overlay[hidden] {
  display: none;
}

.brochure-viewer-stage {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 7vh 8vw 10vh;
  overflow: hidden;
}

.brochure-viewer-page {
  width: auto;
  max-width: min(84vw, calc(100vw - 200px));
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  cursor: default;
  transform-origin: center;
  transition: transform 0.18s ease;
  user-select: none;
  touch-action: none;
  will-change: transform;
}

.brochure-viewer-stage.is-zoomed .brochure-viewer-page {
  cursor: grab;
}

.brochure-viewer-stage.is-dragging .brochure-viewer-page {
  cursor: grabbing;
  transition: none;
}

.brochure-viewer-control {
  position: fixed;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(243, 240, 236, 0.72);
  border-radius: 50%;
  background: rgba(20, 20, 19, 0.38);
  color: var(--beige);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.brochure-viewer-control:hover,
.brochure-viewer-control:focus-visible {
  border-color: var(--beige);
  background: rgba(20, 20, 19, 0.72);
  color: var(--beige);
}

.brochure-viewer-close {
  top: 26px;
  right: 28px;
}

.brochure-viewer-arrow {
  position: fixed;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--beige);
  border-radius: 50%;
  background: transparent;
  color: var(--beige);
  cursor: pointer;
  opacity: 0.92;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.brochure-viewer-arrow:hover:not(:disabled),
.brochure-viewer-arrow:focus-visible:not(:disabled) {
  background: rgba(243, 240, 236, 0.12);
  opacity: 1;
}

.brochure-viewer-arrow:disabled {
  cursor: default;
  opacity: 0.25;
}

.brochure-viewer-previous {
  left: 28px;
}

.brochure-viewer-next {
  right: 28px;
}

.brochure-viewer-arrow-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
}

.brochure-viewer-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 23px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.brochure-viewer-arrow-icon::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 2px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.brochure-viewer-previous .brochure-viewer-arrow-icon {
  transform: scaleX(-1);
}

.brochure-viewer-page-indicator {
  position: fixed;
  top: 28px;
  left: 50%;
  z-index: 2;
  min-width: 72px;
  padding: 9px 14px;
  border: 1px solid rgba(243, 240, 236, 0.48);
  border-radius: 999px;
  background: rgba(20, 20, 19, 0.7);
  color: var(--beige);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  transform: translateX(-50%);
}

.brochure-viewer-zoom-controls {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(243, 240, 236, 0.48);
  border-radius: 999px;
  background: rgba(20, 20, 19, 0.7);
  transform: translateX(-50%);
}

.brochure-viewer-zoom-button,
.brochure-viewer-reset {
  display: grid;
  place-items: center;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--beige);
  cursor: pointer;
  font-family: var(--sans);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.brochure-viewer-zoom-button {
  width: 36px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.brochure-viewer-reset {
  width: auto;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brochure-viewer-zoom-button:hover:not(:disabled),
.brochure-viewer-zoom-button:focus-visible:not(:disabled),
.brochure-viewer-reset:hover:not(:disabled),
.brochure-viewer-reset:focus-visible:not(:disabled) {
  background: rgba(243, 240, 236, 0.13);
}

.brochure-viewer-zoom-button:disabled,
.brochure-viewer-reset:disabled {
  cursor: default;
  opacity: 0.35;
}

body.lightbox-open {
  overflow: hidden;
}

project-lightbox {
  position: relative;
  z-index: 100;
}

.project-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 19, 0.88);
}

.project-lightbox-overlay[hidden] {
  display: none;
}

.project-lightbox-stage {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 6vh 8vw;
  overflow: hidden;
}

.project-lightbox-image {
  width: auto;
  max-width: min(84vw, calc(100vw - 200px));
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  cursor: default;
  transform-origin: center;
  transition: transform 0.18s ease;
  user-select: none;
  touch-action: none;
  will-change: transform;
}

.project-lightbox-stage.is-zoomed .project-lightbox-image {
  cursor: grab;
}

.project-lightbox-stage.is-dragging .project-lightbox-image {
  cursor: grabbing;
  transition: none;
}

.project-lightbox-control {
  position: fixed;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(243, 240, 236, 0.72);
  border-radius: 50%;
  background: rgba(20, 20, 19, 0.38);
  color: var(--beige);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.project-lightbox-control[hidden] {
  display: none;
}

.project-lightbox-control:hover,
.project-lightbox-control:focus-visible {
  border-color: var(--beige);
  background: rgba(20, 20, 19, 0.72);
  color: var(--beige);
}

.project-lightbox-close {
  top: 26px;
  right: 28px;
  font-size: 34px;
}

.project-lightbox-previous {
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}

.project-lightbox-next {
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.project-lightbox-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--beige);
  background: transparent;
  color: var(--beige);
  opacity: 0.92;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.project-lightbox-arrow:hover,
.project-lightbox-arrow:focus-visible {
  border-color: var(--beige);
  background: rgba(243, 240, 236, 0.12);
  color: var(--beige);
  opacity: 1;
}

.project-lightbox-arrow-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
}

.project-lightbox-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 23px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.project-lightbox-arrow-icon::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 2px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.project-lightbox-previous .project-lightbox-arrow-icon {
  transform: scaleX(-1);
}

.project-lightbox-zoom-controls {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(243, 240, 236, 0.48);
  border-radius: 999px;
  background: rgba(20, 20, 19, 0.7);
  transform: translateX(-50%);
}

.project-lightbox-zoom-button,
.project-lightbox-reset {
  display: grid;
  place-items: center;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--beige);
  cursor: pointer;
  font-family: var(--sans);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.project-lightbox-zoom-button {
  width: 36px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.project-lightbox-reset {
  width: auto;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-lightbox-zoom-button:hover:not(:disabled),
.project-lightbox-zoom-button:focus-visible:not(:disabled),
.project-lightbox-reset:hover:not(:disabled),
.project-lightbox-reset:focus-visible:not(:disabled) {
  background: rgba(243, 240, 236, 0.13);
}

.project-lightbox-zoom-button:disabled,
.project-lightbox-reset:disabled {
  cursor: default;
  opacity: 0.35;
}

@media (prefers-reduced-motion: reduce) {
  .brochure-preview-item img,
  .brochure-viewer-page,
  .project-gallery-item img,
  .project-lightbox-image,
  .project-navigation-card {
    transition: none;
  }
}

project-navigation {
  display: block;
  background: var(--beige);
}

.project-navigation-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 32px);
  padding: clamp(46px, 3.6vw, 74px) 9vw;
}

.project-navigation-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 1.6vw, 32px);
  width: 100%;
  min-width: 0;
  padding: clamp(18px, 1.4vw, 28px) clamp(24px, 2.4vw, 48px);
  border: 1px solid var(--dark-green);
  background: var(--light-green);
  color: var(--dark-green);
  transition:
    background-color 0.28s ease,
    color 0.28s ease;
}

.project-navigation-next {
  grid-template-columns: minmax(0, 1fr) auto;
}

.project-navigation-card:hover,
.project-navigation-card:focus-visible {
  background: var(--dark-green);
  color: var(--beige);
}

.project-navigation-card:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 4px;
}

.project-navigation-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.project-navigation-label {
  margin-bottom: 10px;
  font-size: clamp(9px, 0.58vw, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-navigation-name {
  font-family: var(--display);
  font-size: clamp(30px, 2.35vw, 48px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.project-navigation-arrow {
  font-size: clamp(23px, 1.75vw, 36px);
  font-weight: 400;
  line-height: 1;
}

.cta { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 280px; overflow: hidden; padding-left: 8vw; background: var(--dark-green); color: var(--beige); }
.cta p { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.cta h2 { margin: 8px 0 23px; font-size: 44px; line-height: 0.98; }
.cta a { font-size: 12px; text-decoration: underline; }
.link-strip a:hover,
.cta a:hover { color: var(--black); }
.cta > img { width: 130%; max-width: none; transform: translateX(5%); filter: brightness(0) invert(1); }
.home-contact-cta {
  grid-template-rows: minmax(0, 1fr);
  height: clamp(280px, 22.217vw, 455px);
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-contact-cta-copy {
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  margin-top: 0;
  position: static;
  transform: none;
}
footer { padding: 26px; background: var(--black); color: var(--beige); font-size: 9px; letter-spacing: 0.18em; text-align: center; text-transform: uppercase; }

.contact-page {
  min-height: 100vh;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: calc(100vh - 144px);
  background: linear-gradient(90deg, var(--light-green) 0 50%, var(--beige) 50%);
}

.contact-introduction {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: clamp(80px, 8vw, 164px) 8vw clamp(82px, 8vw, 164px) 10.5vw;
}

.contact-introduction-inner {
  width: 100%;
  max-width: 650px;
}

.contact-grid .eyebrow {
  margin: 0 0 clamp(25px, 2vw, 40px);
  color: var(--dark-green);
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-grid h1 {
  margin: 0;
  font-size: clamp(72px, 5.15vw, 106px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.025em;
}

.contact-dots {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.7vw, 15px);
  margin: clamp(31px, 2.45vw, 50px) 0 clamp(42px, 3.1vw, 64px);
}

.contact-dots span {
  display: block;
  width: clamp(15px, 1.05vw, 22px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--dark-green);
}

.contact-grid h2 {
  margin: 0 0 clamp(21px, 1.75vw, 36px);
  color: var(--dark-green);
  font-family: var(--sans);
  font-size: clamp(22px, 1.75vw, 36px);
  font-weight: 700;
  line-height: 1.35;
}

.contact-introduction-copy {
  max-width: 630px;
  margin: 0;
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.45;
}

.contact-links {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 7vw, 143px) 0 clamp(70px, 7vw, 143px) 9.5vw;
}

.contact-link-row {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.8vw, 17px);
  padding: clamp(26px, 2vw, 41px) 9vw clamp(29px, 2.15vw, 44px) 0;
  border-bottom: 1px solid var(--dark-green);
  color: var(--dark-green);
}

.contact-link-row b {
  font-size: clamp(16px, 1.2vw, 25px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-link-row span {
  width: fit-content;
  font-size: clamp(16px, 1.16vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.28s ease;
}

.contact-link-row:hover,
.contact-link-row:focus-visible {
  color: var(--black);
}

.contact-link-row:focus-visible {
  outline: 2px solid var(--dark-green);
  outline-offset: -4px;
}

@media (max-width: 900px) {
  site-header {
    height: 92px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .home-hero-image {
    height: 58vh;
    min-height: 440px;
  }

  .home-hero-copy {
    min-height: 480px;
  }

  .site-header {
    height: 92px;
    padding: 18px 5vw 0;
    align-items: flex-start;
  }

  .brand-link {
    top: 12px;
    left: 5vw;
    width: 66px;
    height: 66px;
    transform: none;
  }

  .site-header nav {
    gap: 14px;
    font-size: 9px;
  }

  .site-header nav a { min-height: 38px; }
  .home-brand {
    width: min(82vw, 400px);
    margin: 0;
  }

  .home-brand > img { width: min(76vw, 320px); }
  .home-brand h1 { font-size: clamp(43px, 12vw, 54px); }
  .home-brand p { font-size: 17px; }

  .statement {
    height: auto;
    min-height: 420px;
    padding: 70px 7vw;
  }

  .statement h2 { font-size: clamp(39px, 11vw, 50px); }
  .statement p { font-size: 15px; }
  .desktop-break { display: none; }
  .statement-mark { right: -250px; }

  .first-work {
    min-height: 0;
    padding: 64px 7vw 80px;
  }

  .first-work-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
    padding: 0;
  }

  .about-face-collage {
    grid-template-rows: minmax(135px, 1fr) minmax(135px, 1fr);
    gap: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 1.525;
  }

  .number { width: 60px; height: 60px; margin-bottom: 19px; font-size: 29px; }
  .first-work-copy h2 { font-size: clamp(40px, 12vw, 48px); }

  .home-project-grid {
    padding: 0 7vw 80px;
  }

  .home-project-grid-inner {
    grid-template-columns: 1fr;
    gap: 64px;
    width: 100%;
  }

  .home-project-card-info {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 16px;
    margin-top: 24px;
  }

  .home-project-card-copy {
    padding-top: 3px;
  }

  .home-project-card-copy h2 {
    font-size: clamp(32px, 9vw, 40px);
    white-space: normal;
  }

  .manukarx-home {
    min-height: 0;
    padding: 64px 7vw 80px;
  }

  .manukarx-home-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .manukarx-home-copy h2 {
    font-size: clamp(40px, 12vw, 48px);
  }

  .manukarx-home-collage {
    grid-template-rows: minmax(135px, 1fr) minmax(135px, 1fr);
    gap: 8px;
    width: 100%;
    height: auto;
    aspect-ratio: 1.525;
  }

  .about-intro,
  .about-columns,
  .skill-cards,
  .project-hero,
  .project-block,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-intro,
  .resume,
  .project-summary,
  .project-block { padding: 45px 7vw; }
  .link-strip { flex-wrap: wrap; gap: 18px; }
  .resume-row { grid-template-columns: 1fr; gap: 4px; }
  .project-block:nth-child(even) .project-text { order: 0; }
  .easy2c-car-decal-section {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: 0;
    padding: 70px 7vw 80px;
  }
  .easy2c-car-decal-copy h2 { font-size: clamp(43px, 12vw, 58px); }
  .easy2c-documents-section {
    gap: 44px;
    padding: 32px 7vw 80px;
  }
  .easy2c-documents-intro { grid-template-columns: 1fr; gap: 40px; }
  .easy2c-documents-copy h2 { font-size: clamp(43px, 12vw, 58px); }
  .easy2c-documents-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .easy2c-calendars-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .easy2c-calendars-copy { padding: 70px 7vw; }
  .easy2c-calendars-copy h2 { font-size: clamp(43px, 12vw, 58px); }
  .project-navigation-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 42px 7vw;
  }
  .project-navigation-card { padding: 18px 22px; }
  .cta { grid-template-columns: 1fr; padding: 55px 7vw; }
  .cta > img { display: none; }
  .contact-grid {
    min-height: 0;
    background: none;
  }

  .contact-introduction {
    padding: 72px 8vw 80px;
    background: var(--light-green);
  }

  .contact-grid h1 {
    font-size: clamp(58px, 17vw, 76px);
  }

  .contact-grid h2 {
    font-size: clamp(21px, 5.7vw, 27px);
  }

  .contact-introduction-copy {
    font-size: 17px;
  }

  .contact-links {
    padding: 52px 0 64px 8vw;
    background: var(--beige);
  }

  .contact-link-row {
    padding-right: 8vw;
  }

  .about-face-project-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .about-face-project-collage {
    grid-template-rows: minmax(150px, 0.76fr) minmax(200px, 1fr);
    height: auto;
    aspect-ratio: 1.06;
    padding-top: 0;
  }

  .about-face-project-summary {
    padding: 60px 7vw 68px;
  }

  .about-face-project-summary h1 {
    font-size: clamp(48px, 13vw, 62px);
  }

  .category-bar {
    padding: 20px 7vw;
  }

  .retail-catalogues-project-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .retail-catalogues-project-image {
    aspect-ratio: 1.06;
  }

  .retail-catalogues-project-summary {
    padding: 60px 7vw 68px;
  }

  .retail-catalogues-project-summary h1 {
    font-size: clamp(43px, 12vw, 58px);
    white-space: normal;
  }

  .edms-socials-project-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .edms-socials-project-image {
    aspect-ratio: 1.06;
  }

  .edms-socials-project-summary {
    padding: 60px 7vw 68px;
  }

  .edms-socials-project-summary h1 {
    font-size: clamp(43px, 12vw, 58px);
    white-space: normal;
  }

  .manukarx-project-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .manukarx-project-collage {
    grid-template-rows: minmax(180px, 1.08fr) minmax(160px, 0.92fr);
    height: auto;
    aspect-ratio: 1.06;
  }

  .manukarx-project-summary {
    padding: 60px 7vw 68px;
  }

  .manukarx-project-summary h1 {
    font-size: clamp(43px, 12vw, 58px);
    white-space: normal;
  }

  .manukarx-socials-section {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 70px 7vw 80px;
  }

  .manukarx-socials-copy {
    max-width: none;
    padding: 0;
  }

  .manukarx-socials-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .manukarx-socials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .manukarx-presentations-section {
    grid-template-columns: 1fr;
  }

  .manukarx-presentations-collage,
  .manukarx-presentation-pair {
    gap: 8px;
  }

  .manukarx-presentations-copy {
    max-width: none;
    padding: 70px 7vw 80px;
  }

  .manukarx-presentations-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .manukarx-collateral-section {
    grid-template-columns: 1fr;
    row-gap: 62px;
    padding: 70px 7vw 80px;
  }

  .manukarx-collateral-media {
    margin-bottom: 24px;
  }

  .manukarx-collateral-copy {
    width: 100%;
  }

  .manukarx-collateral-copy h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .edms-showcase-section {
    padding: 70px 7vw 0;
  }

  .edms-showcase-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .edms-showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
    margin-top: 48px;
  }

  .socials-showcase-section {
    padding: 70px 7vw 80px;
  }

  .socials-showcase-intro {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .socials-showcase-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .socials-featured-gallery,
  .socials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .socials-grid {
    margin-top: 10px;
  }

  .image-brochure-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .image-brochure-copy {
    padding: 70px 7vw;
  }

  .image-brochure-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .image-brochure-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .youngblood-brochure-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .youngblood-brochure-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .youngblood-brochure-copy {
    padding: 70px 7vw;
  }

  .youngblood-brochure-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .pure-fiji-brochure-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .pure-fiji-brochure-copy {
    padding: 70px 7vw;
  }

  .pure-fiji-brochure-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .pure-fiji-brochure-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .bette-brochure-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .bette-brochure-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .bette-brochure-copy {
    padding: 70px 7vw;
  }

  .bette-brochure-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .about-face-christmas-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .about-face-christmas-copy {
    padding: 70px 7vw;
  }

  .about-face-christmas-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .about-face-christmas-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .environ-gwp-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .environ-gwp-collage {
    height: auto;
    aspect-ratio: 0.83;
    gap: 8px;
  }

  .environ-gwp-secondary-collage {
    gap: 8px;
  }

  .environ-gwp-copy {
    padding: 70px 7vw;
  }

  .environ-gwp-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .mothers-day-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .mothers-day-copy {
    padding: 70px 7vw;
  }

  .mothers-day-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .mothers-day-collage {
    height: auto;
    aspect-ratio: 0.86;
    gap: 8px;
  }

  .skin-society-section {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

  .skin-society-collage {
    height: auto;
    aspect-ratio: 0.83;
    gap: 8px;
  }

  .skin-society-secondary-collage {
    gap: 8px;
  }

  .skin-society-copy {
    padding: 70px 7vw;
  }

  .skin-society-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .brochure-viewer-stage {
    padding: 72px 62px 86px;
  }

  .brochure-viewer-page {
    max-width: calc(100vw - 124px);
    max-height: calc(100vh - 180px);
  }

  .brochure-viewer-control {
    width: 44px;
    height: 44px;
    font-size: 25px;
  }

  .brochure-viewer-arrow {
    width: 32px;
    height: 32px;
    border-width: 0.8px;
  }

  .brochure-viewer-arrow-icon {
    width: 20px;
    height: 16px;
  }

  .brochure-viewer-arrow-icon::before {
    width: 19px;
    height: 2px;
  }

  .brochure-viewer-arrow-icon::after {
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0;
  }

  .brochure-viewer-close {
    top: 14px;
    right: 14px;
  }

  .brochure-viewer-previous {
    left: 10px;
  }

  .brochure-viewer-next {
    right: 10px;
  }

  .brochure-viewer-page-indicator {
    top: 16px;
  }

  .brochure-viewer-zoom-controls {
    bottom: 14px;
  }

  .project-lightbox-stage {
    padding: 72px 62px 86px;
  }

  .project-lightbox-image {
    max-width: calc(100vw - 124px);
    max-height: calc(100vh - 170px);
  }

  .project-lightbox-control {
    width: 44px;
    height: 44px;
    font-size: 25px;
  }

  .project-lightbox-arrow {
    width: 32px;
    height: 32px;
    border-width: 0.8px;
  }

  .project-lightbox-arrow-icon {
    width: 20px;
    height: 16px;
  }

  .project-lightbox-arrow-icon::before {
    width: 19px;
    height: 2px;
  }

  .project-lightbox-arrow-icon::after {
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0;
  }

  .project-lightbox-close {
    top: 14px;
    right: 14px;
  }

  .project-lightbox-previous {
    left: 10px;
  }

  .project-lightbox-next {
    right: 10px;
  }

  .project-lightbox-zoom-controls {
    bottom: 14px;
  }
}

@media (max-width: 900px) {
  .identity-title-band {
    height: 108px;
    gap: 13px;
  }

  .identity-title-number {
    width: 54px;
    height: 54px;
    font-size: 27px;
  }

  .identity-title-band h1 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .identity-case-study {
    grid-template-columns: 1fr;
    height: auto;
  }

  .identity-case-study-media {
    aspect-ratio: 3 / 2;
  }

  .identity-case-study-copy {
    padding: 58px 7vw 68px;
  }

  .identity-case-study-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .identity-case-study-divider,
  .identity-case-study-copy > p:not(.identity-case-study-year) {
    max-width: none;
  }

  .other-project-tile {
    grid-template-columns: 1fr;
    height: auto;
  }

  .memory-markers-feature {
    height: clamp(620px, 106vw, 760px);
  }

  .maui-dolphins-feature {
    aspect-ratio: 5 / 4;
  }

  .red-boost-feature {
    aspect-ratio: 3 / 2;
  }

  .cuba-dupa-feature {
    aspect-ratio: 16 / 11;
  }

  .clear-focus-feature {
    aspect-ratio: 3 / 2;
  }

  .other-project-copy {
    padding: 58px 7vw 68px;
  }

  .other-project-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .other-project-divider,
  .other-project-copy > p:not(.other-project-year) {
    max-width: none;
  }

  .medart-case-study {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: 0;
    padding: 68px 7vw 78px;
  }

  .medart-case-study-copy .identity-case-study-divider,
  .medart-case-study-copy > p:not(.identity-case-study-year) {
    max-width: none;
  }

  .medart-case-study-copy h2 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .medart-composition {
    max-width: none;
  }

  .identity-project-grid {
    grid-template-columns: 1fr;
    row-gap: 70px;
    padding: 72px 7vw 84px;
  }

  .identity-project-card-media {
    margin-bottom: 22px;
  }

  .identity-project-card-copy h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .about-intro {
    padding: 45px 0 72px;
  }

  .about-intro-top,
  .about-columns,
  .resume-inner,
  .skill-cards {
    width: 86vw;
  }

  .about-intro-top,
  .about-columns,
  .resume-inner,
  .skill-cards {
    grid-template-columns: 1fr;
  }

  .about-intro-top,
  .about-columns {
    gap: 44px;
  }

  .about-script {
    left: -62%;
  }

  .about-copy {
    padding-top: 0;
  }

  .about-copy h1 {
    font-size: clamp(64px, 19vw, 84px);
  }

  .about-copy .lead {
    font-size: 20px;
  }

  .about-columns {
    margin-top: 58px;
  }

  .about-columns p {
    font-size: 15px;
  }

  .link-strip {
    min-height: 0;
    padding: 28px 7vw;
  }

  .resume {
    padding: 65px 0 74px;
  }

  .resume-inner {
    gap: 32px;
  }

  .resume-table {
    width: 100%;
    margin-left: 0;
  }

  .resume-row,
  .education .resume-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .skill-cards {
    gap: 24px;
    margin-top: 68px;
  }

  .software-list {
    padding: 35px 8%;
  }

  .software-list > div {
    grid-template-columns: minmax(150px, 1fr) 132px;
    gap: 12px;
  }

  .skill-meter {
    width: 132px;
    background-size: 13.2px 18px;
  }

  .skill-meter::after {
    background-size: 13.2px 18px;
  }
}

/* Shared responsive refinement layer. Desktop rules above remain unchanged. */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  main,
  article,
  section,
  figure,
  div {
    min-width: 0;
  }

  img {
    max-width: 100%;
  }

  site-header {
    position: relative;
    z-index: 50;
    height: 78px;
  }

  .home-hero > site-header {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
  }

  .site-header {
    z-index: 50;
    height: 78px;
    padding: 0 20px;
    align-items: center;
    background: rgba(243, 240, 236, 0.98);
  }

  .brand-link {
    top: 10px;
    left: 20px;
    width: 58px;
    height: 58px;
    transform: none;
  }

  .brand-link::before {
    inset: -4px;
  }

  .mobile-menu-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid var(--dark-green);
    border-radius: 50%;
    background: var(--beige);
    color: var(--dark-green);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .site-header nav {
    position: absolute;
    inset: 78px 0 auto;
    display: grid;
    gap: 0;
    padding: 10px 20px 18px;
    border-top: 1px solid rgba(115, 135, 110, 0.3);
    background: rgba(243, 240, 236, 0.99);
    box-shadow: 0 14px 24px rgba(61, 59, 58, 0.12);
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
  }

  .site-header.is-menu-open nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-header nav a,
  .site-header .contact-nav {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 14px;
    border-bottom: 1px solid rgba(115, 135, 110, 0.24);
  }

  .site-header .contact-nav {
    margin-top: 8px;
    border-bottom: 0;
    justify-content: center;
  }

  .home-hero-image {
    height: min(65svh, 560px);
    min-height: 360px;
  }

  .home-hero-copy {
    min-height: 410px;
    padding: 48px 7vw;
  }

  .home-brand h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .statement,
  .first-work,
  .manukarx-home {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .home-project-grid {
    padding-bottom: 68px;
  }

  .first-work-inner,
  .manukarx-home-inner {
    gap: 34px;
  }

  .home-project-grid-inner {
    gap: 54px;
  }

  .home-project-image,
  .collage-media,
  .manukarx-home-media,
  .project-gallery-item,
  .brochure-preview-item {
    touch-action: manipulation;
  }

  .project-hero,
  .about-face-project-hero,
  .retail-catalogues-project-hero,
  .edms-socials-project-hero,
  .manukarx-project-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .about-face-project-collage,
  .retail-catalogues-project-image,
  .edms-socials-project-image,
  .manukarx-project-collage {
    width: 100%;
    min-height: 0;
  }

  .about-face-project-summary,
  .retail-catalogues-project-summary,
  .edms-socials-project-summary,
  .manukarx-project-summary {
    padding: 52px 7vw 58px;
  }

  .about-face-project-summary .number,
  .retail-catalogues-project-summary .number,
  .edms-socials-project-summary .number,
  .manukarx-project-summary .number {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    font-size: 29px;
  }

  .about-face-project-summary h1,
  .retail-catalogues-project-summary h1,
  .edms-socials-project-summary h1,
  .manukarx-project-summary h1 {
    margin-bottom: 12px;
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.96;
    white-space: normal;
  }

  .about-face-project-summary .project-date,
  .retail-catalogues-project-summary .project-date,
  .edms-socials-project-summary .project-date,
  .manukarx-project-summary .project-date {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .about-face-project-introduction p,
  .retail-catalogues-project-introduction p,
  .edms-socials-project-introduction p,
  .manukarx-project-introduction p {
    font-size: 15px;
    line-height: 1.58;
  }

  .category-bar {
    align-items: center;
    gap: 8px;
    padding: 22px 7vw;
  }

  .category-bar span {
    min-height: 32px;
    padding: 8px 16px;
    font-size: 10px;
  }

  .about-face-christmas-collage,
  .environ-gwp-collage,
  .mothers-day-collage,
  .skin-society-collage,
  .image-brochure-collage,
  .youngblood-brochure-collage,
  .pure-fiji-brochure-collage,
  .bette-brochure-collage,
  .manukarx-socials-grid,
  .manukarx-presentations-collage,
  .easy2c-documents-mockup,
  .easy2c-calendars-grid,
  .medart-composition,
  .other-project-tile > :not(.other-project-copy) {
    order: 1;
  }

  .about-face-christmas-copy,
  .environ-gwp-copy,
  .mothers-day-copy,
  .skin-society-copy,
  .image-brochure-copy,
  .youngblood-brochure-copy,
  .pure-fiji-brochure-copy,
  .bette-brochure-copy,
  .manukarx-socials-copy,
  .manukarx-presentations-copy,
  .easy2c-documents-copy,
  .easy2c-calendars-copy,
  .medart-case-study-copy,
  .other-project-copy {
    order: 2;
  }

  .about-face-christmas-copy,
  .environ-gwp-copy,
  .mothers-day-copy,
  .skin-society-copy,
  .image-brochure-copy,
  .youngblood-brochure-copy,
  .pure-fiji-brochure-copy,
  .bette-brochure-copy,
  .manukarx-presentations-copy {
    padding: 48px 7vw 58px;
  }

  .about-face-christmas-copy h2,
  .environ-gwp-copy h2,
  .mothers-day-copy h2,
  .skin-society-copy h2,
  .image-brochure-copy h2,
  .youngblood-brochure-copy h2,
  .pure-fiji-brochure-copy h2,
  .bette-brochure-copy h2,
  .manukarx-socials-copy h2,
  .manukarx-presentations-copy h2,
  .easy2c-car-decal-copy h2,
  .easy2c-documents-copy h2,
  .easy2c-calendars-copy h2,
  .identity-case-study-copy h2,
  .medart-case-study-copy h2,
  .other-project-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 0.98;
  }

  .about-face-christmas-copy p,
  .environ-gwp-copy p,
  .mothers-day-copy p,
  .skin-society-copy p,
  .image-brochure-copy p,
  .youngblood-brochure-copy p,
  .pure-fiji-brochure-copy p,
  .bette-brochure-copy p,
  .manukarx-socials-copy p,
  .manukarx-presentations-copy p,
  .manukarx-collateral-copy p,
  .easy2c-car-decal-copy p,
  .easy2c-documents-copy p,
  .easy2c-calendars-copy p,
  .identity-case-study-copy > p:not(.identity-case-study-year),
  .identity-project-card-copy > p:not(.identity-project-card-year),
  .other-project-copy > p:not(.other-project-year) {
    font-size: 15px;
    line-height: 1.58;
  }

  .manukarx-socials-section {
    display: grid;
    gap: 0;
    padding: 0;
  }

  .manukarx-socials-grid {
    gap: 8px;
    padding: 0;
  }

  .manukarx-socials-copy {
    padding: 48px 7vw 58px;
  }

  .manukarx-presentations-section {
    display: grid;
    gap: 0;
  }

  .manukarx-collateral-section {
    row-gap: 54px;
    padding: 58px 7vw 68px;
  }

  .manukarx-collateral-copy h2,
  .identity-project-card-copy h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .socials-showcase-intro {
    display: grid;
  }

  .socials-featured-gallery {
    order: 1;
  }

  .socials-showcase-copy {
    order: 2;
  }

  .easy2c-car-decal-section {
    gap: 34px;
    padding: 58px 7vw 68px;
  }

  .easy2c-documents-section {
    gap: 42px;
    padding: 24px 7vw 68px;
  }

  .easy2c-documents-intro {
    gap: 34px;
  }

  .easy2c-documents-rows {
    gap: 12px;
  }

  .easy2c-documents-grid {
    gap: 10px;
  }

  .easy2c-calendars-section {
    display: grid;
  }

  .easy2c-calendars-grid {
    width: 100%;
    gap: 8px;
  }

  .easy2c-calendars-copy {
    padding: 48px 7vw 58px;
  }

  .identity-title-band {
    gap: 13px;
    height: 104px;
    padding: 0 5vw;
  }

  .identity-title-number {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .identity-title-band h1 {
    font-size: clamp(35px, 10.8vw, 52px);
    white-space: nowrap;
  }

  .identity-case-study-copy,
  .other-project-copy {
    padding: 48px 7vw 58px;
  }

  .medart-case-study {
    display: grid;
    gap: 42px;
    padding: 58px 7vw 68px;
  }

  .identity-project-grid {
    row-gap: 58px;
    padding: 58px 7vw 68px;
  }

  .other-project-tile {
    display: grid;
  }

  .project-navigation-section {
    gap: 12px;
    padding: 34px 7vw;
  }

  .project-navigation-card {
    min-height: 104px;
    gap: 18px;
    padding: 18px 20px;
  }

  .project-navigation-label {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .project-navigation-name {
    font-size: clamp(28px, 8.5vw, 38px);
  }

  .project-navigation-arrow {
    font-size: 26px;
  }

  .home-contact-cta,
  .cta {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .home-contact-cta-copy {
    min-height: 0;
    padding: 52px 7vw 24px;
  }

  .cta p {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .cta h2 {
    margin: 0 0 20px;
    font-size: clamp(38px, 11vw, 48px);
  }

  .cta a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 12px;
  }

  .cta > img {
    display: block;
    width: 112%;
    max-width: none;
    max-height: 160px;
    justify-self: end;
    margin-top: 0;
    object-fit: contain;
    object-position: right center;
    transform: translateX(22%);
  }

  footer {
    min-height: 62px;
    padding: 22px 7vw;
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0.16em;
  }

  .contact-introduction {
    padding: 58px 7vw 66px;
  }

  .contact-grid .eyebrow {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .contact-grid h1 {
    font-size: clamp(54px, 17vw, 72px);
  }

  .contact-dots {
    margin: 30px 0 40px;
  }

  .contact-grid h2 {
    font-size: clamp(20px, 5.8vw, 26px);
  }

  .contact-introduction-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .contact-links {
    padding: 34px 0 48px 7vw;
  }

  .contact-link-row {
    min-height: 104px;
    justify-content: center;
    gap: 12px;
    padding: 22px 7vw 22px 0;
  }

  .contact-link-row b {
    font-size: 14px;
  }

  .contact-link-row span {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 15px;
    letter-spacing: 0.1em;
  }

  .link-strip a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .software-list {
    padding: 28px 5%;
  }

  .software-list > div {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 8px;
    min-height: 34px;
  }

  .software-list b {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .skill-meter {
    width: 112px;
    background-size: 11.2px 18px;
  }

  .skill-meter::after {
    background-size: 11.2px 18px;
  }

  .brochure-viewer-stage,
  .project-lightbox-stage {
    padding: max(64px, env(safe-area-inset-top)) 10px max(90px, env(safe-area-inset-bottom));
  }

  .brochure-viewer-page,
  .project-lightbox-image {
    max-width: calc(100vw - 20px);
    max-height: calc(100dvh - 154px);
    touch-action: none;
  }

  .brochure-viewer-control,
  .project-lightbox-control,
  .brochure-viewer-arrow,
  .project-lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .brochure-viewer-close,
  .project-lightbox-close {
    top: max(10px, env(safe-area-inset-top));
    right: 10px;
  }

  .brochure-viewer-previous,
  .project-lightbox-previous {
    left: 6px;
  }

  .brochure-viewer-next,
  .project-lightbox-next {
    right: 6px;
  }

  .brochure-viewer-page-indicator {
    top: max(14px, env(safe-area-inset-top));
  }

  .brochure-viewer-zoom-controls,
  .project-lightbox-zoom-controls {
    bottom: max(10px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 20px);
  }

  .brochure-viewer-zoom-button,
  .project-lightbox-zoom-button {
    width: 44px;
    height: 44px;
  }

  .brochure-viewer-reset,
  .project-lightbox-reset {
    min-height: 44px;
  }
}

@media (max-width: 430px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand-link {
    left: 16px;
  }

  .mobile-menu-toggle {
    right: 16px;
  }

  .about-face-project-collage,
  .manukarx-project-collage {
    gap: 6px;
  }

  .about-face-christmas-collage,
  .environ-gwp-collage,
  .environ-gwp-secondary-collage,
  .mothers-day-collage,
  .skin-society-collage,
  .skin-society-secondary-collage,
  .image-brochure-collage,
  .youngblood-brochure-collage,
  .pure-fiji-brochure-collage,
  .bette-brochure-collage,
  .manukarx-presentations-collage,
  .manukarx-presentation-pair,
  .socials-featured-gallery,
  .socials-grid,
  .easy2c-calendars-grid {
    gap: 6px;
  }

  .easy2c-documents-grid,
  .manukarx-socials-grid,
  .edms-showcase-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .identity-title-band h1 {
    font-size: clamp(33px, 10.5vw, 42px);
  }

  .identity-title-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .memory-markers-feature {
    height: clamp(520px, 165vw, 650px);
  }

  .project-navigation-name {
    font-size: clamp(27px, 8.5vw, 34px);
  }

  .cta > img {
    max-height: 135px;
  }
}

@media (max-width: 360px) {
  .about-face-project-summary h1,
  .retail-catalogues-project-summary h1,
  .edms-socials-project-summary h1,
  .manukarx-project-summary h1,
  .about-face-christmas-copy h2,
  .environ-gwp-copy h2,
  .mothers-day-copy h2,
  .skin-society-copy h2,
  .image-brochure-copy h2,
  .youngblood-brochure-copy h2,
  .pure-fiji-brochure-copy h2,
  .bette-brochure-copy h2,
  .other-project-copy h2 {
    font-size: 38px;
  }

  .category-bar span {
    padding-inline: 13px;
    font-size: 9px;
  }

  .software-list > div {
    grid-template-columns: minmax(0, 1fr) 102px;
  }

  .skill-meter {
    width: 102px;
    background-size: 10.2px 18px;
  }

  .skill-meter::after {
    background-size: 10.2px 18px;
  }

  .contact-link-row span {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .home-hero-image {
    height: min(78svh, 500px);
    min-height: 300px;
  }

  .home-hero-copy {
    min-height: 340px;
  }

  .brochure-viewer-stage,
  .project-lightbox-stage {
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .brochure-viewer-page,
  .project-lightbox-image {
    max-height: calc(100dvh - 116px);
  }

  .brochure-viewer-zoom-controls,
  .project-lightbox-zoom-controls {
    bottom: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  a,
  .first-work-inner .collage-media img,
  .home-project-card .home-project-image img,
  .manukarx-home-inner .manukarx-home-media img {
    transition: none;
  }
}
