:root {
  --black: #070707;
  --black-soft: #101010;
  --warm: #f2eee6;
  --warm-deep: #e2dbcf;
  --ink: #171614;
  --muted: #99958d;
  --line-light: rgba(242, 238, 230, 0.16);
  --line-dark: rgba(23, 22, 20, 0.16);
  color: var(--warm);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
}

body.dialog-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin: 0;
}

h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

p {
  line-height: 1.7;
}

.concept-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 76px;
  padding: 0 clamp(22px, 5vw, 72px);
  border-bottom: 1px solid transparent;
  color: var(--warm);
  transition: min-height 360ms ease, background 360ms ease, border-color 360ms ease;
}

.concept-header.is-scrolled {
  min-height: 62px;
  border-color: var(--line-light);
  background: rgba(7, 7, 7, 0.88);
  backdrop-filter: blur(18px);
}

.concept-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  white-space: nowrap;
}

.concept-menu {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 30px);
}

.concept-menu a {
  color: rgba(242, 238, 230, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.concept-menu a:hover,
.concept-menu a:focus-visible {
  color: var(--warm);
}

.concept-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: var(--warm);
}

.concept-menu-button span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.concept-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 18vh clamp(22px, 6vw, 96px) 10vh;
  background: var(--black);
}

.concept-hero__image,
.concept-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.concept-hero__image {
  object-fit: cover;
  object-position: center 52%;
  opacity: 0.78;
  filter: saturate(0.72) contrast(1.08);
  transform: scale(1.015);
  transition: opacity 650ms ease, transform 8s ease;
}

body:not(.is-loading) .concept-hero__image {
  transform: scale(1.045);
}

.concept-hero__shade {
  background: rgba(0, 0, 0, 0.48);
}

.concept-hero__content {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  transition: opacity 650ms ease 80ms;
}

.concept-hero h1 {
  max-width: 920px;
  font-size: clamp(58px, 9.2vw, 128px);
  line-height: 0.86;
}

.concept-manifesto {
  max-width: 600px;
  margin: 28px 0 30px;
  color: rgba(242, 238, 230, 0.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.5vw, 32px);
  line-height: 1.3;
}

.concept-hero__edition {
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  bottom: 28px;
  z-index: 1;
  color: rgba(242, 238, 230, 0.48);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.concept-kicker {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.concept-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.concept-link--light {
  color: var(--warm);
}

.concept-link--dark {
  color: var(--ink);
}

.concept-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 12svh;
  border-bottom: 1px solid var(--line-dark);
  background: var(--warm);
  color: var(--ink);
}

.concept-index a {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  gap: 3px 10px;
  align-content: center;
  min-height: 112px;
  padding: 24px clamp(18px, 2.8vw, 42px);
  border-right: 1px solid var(--line-dark);
  transition: background 240ms ease, color 240ms ease;
}

.concept-index a:last-child {
  border-right: 0;
}

.concept-index a:hover {
  background: var(--ink);
  color: var(--warm);
}

.concept-index span {
  grid-row: 1 / 3;
  color: currentColor;
  opacity: 0.44;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.concept-index strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.8vw, 28px);
  font-weight: 400;
}

.concept-index small {
  color: currentColor;
  opacity: 0.58;
  font-size: 11px;
}

.concept-band {
  padding: clamp(78px, 9vw, 128px) clamp(22px, 6vw, 96px);
}

.concept-band--dark {
  background: var(--black);
  color: var(--warm);
}

.concept-band--warm {
  background: var(--warm);
  color: var(--ink);
}

.concept-section-head {
  max-width: 930px;
  margin-bottom: clamp(46px, 6vw, 78px);
}

.concept-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
}

.concept-section-head h2,
.concept-bio h2,
.concept-footer h2 {
  max-width: 850px;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
}

.concept-section-head > p,
.concept-section-head--split > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 15px;
}

.concept-band--warm .concept-section-head > p,
.concept-band--warm .concept-section-head--split > p {
  color: rgba(23, 22, 20, 0.62);
}

.concept-story-pill {
  padding: clamp(32px, 4vw, 56px) clamp(22px, 6vw, 96px);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: #11110f;
  color: var(--warm);
}

.concept-story-pill[hidden],
.concept-story-pill:empty {
  display: none;
}

.concept-story-item {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.15fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: center;
}

.concept-story-item--reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.72fr);
}

.concept-story-item--no-image {
  grid-template-columns: 1fr;
}

.concept-story-item--reverse figure {
  order: 2;
}

.concept-story-item figure {
  min-width: 0;
}

.concept-story-item img {
  width: 100%;
  max-height: 340px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: var(--black-soft);
}

.concept-story-item--reverse img {
  object-position: center;
}

.concept-story-item h3 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(23px, 2.35vw, 34px);
  line-height: 1.16;
}

.concept-quote-band {
  display: grid;
  grid-template-columns: minmax(120px, 0.3fr) minmax(0, 1.35fr) minmax(230px, 0.65fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: center;
  padding: clamp(72px, 9vw, 118px) clamp(22px, 6vw, 96px);
  background: var(--warm);
  color: var(--ink);
}

.concept-quote-band blockquote {
  max-width: 920px;
  font-size: clamp(38px, 5.5vw, 78px);
  line-height: 1.02;
}

.concept-quote-notes {
  display: grid;
  gap: 22px;
  color: rgba(23, 22, 20, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.concept-path-list {
  border-top: 1px solid var(--line-dark);
}

.concept-path-row {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 118px minmax(180px, 0.75fr) minmax(220px, 1fr) 28px;
  gap: clamp(14px, 3vw, 44px);
  align-items: center;
  min-height: 146px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
  transition: background 220ms ease, padding 220ms ease;
}

.concept-path-row:hover {
  background: rgba(23, 22, 20, 0.045);
  padding-left: 14px;
  padding-right: 14px;
}

.concept-path-row > span:first-child,
.concept-path-row > span:last-child {
  color: rgba(23, 22, 20, 0.42);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.concept-path-row img {
  width: 118px;
  height: 84px;
  object-fit: cover;
  filter: grayscale(0.12) saturate(0.8);
}

.concept-path-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.6vw, 38px);
  font-weight: 400;
}

.concept-path-row em {
  color: rgba(23, 22, 20, 0.62);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.concept-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin-bottom: 38px;
}

.concept-work {
  display: grid;
  gap: 14px;
  border: 0;
  background: transparent;
  color: var(--warm);
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.concept-work figure {
  min-height: 360px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--black-soft);
}

.concept-work img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: contain;
  opacity: 0.86;
  transition: opacity 300ms ease, transform 600ms ease;
}

.concept-work:hover img {
  opacity: 1;
  transform: scale(1.02);
}

.concept-work strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.concept-work span {
  color: rgba(242, 238, 230, 0.48);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-archive-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 34px;
}

.concept-archive-item {
  position: relative;
  aspect-ratio: 1;
  border: 0;
  background: var(--warm-deep);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.concept-archive-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) saturate(0.82);
  transition: transform 500ms ease, filter 350ms ease;
}

.concept-archive-item:hover img {
  transform: scale(1.045);
  filter: grayscale(0) saturate(1);
}

.concept-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.concept-service-item {
  min-height: 132px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: transparent;
  color: var(--warm);
  padding: 24px;
  text-align: left;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease;
}

.concept-service-item:hover {
  background: var(--warm);
  color: var(--ink);
}

.concept-service-item span {
  opacity: 0.46;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.concept-service-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 400;
}

.concept-service-item--featured {
  grid-column: 1 / -1;
  grid-template-columns: 32px minmax(180px, 0.5fr) minmax(200px, 1fr) auto;
  min-height: 174px;
}

.concept-service-item--featured img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  filter: grayscale(0.16) saturate(0.82);
}

.concept-service-item--featured strong {
  font-size: clamp(32px, 4vw, 58px);
}

.concept-bio {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: center;
}

.concept-bio-image {
  display: grid;
  place-items: center;
  min-height: 460px;
  background: var(--warm-deep);
}

.concept-bio-image img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.concept-bio-copy > p:not(.concept-kicker) {
  max-width: 620px;
  margin: 28px 0;
  color: rgba(23, 22, 20, 0.66);
  font-size: 16px;
}

.concept-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  min-height: 520px;
  padding: clamp(86px, 11vw, 150px) clamp(22px, 6vw, 96px) 42px;
  background: var(--black);
  color: var(--warm);
}

.concept-footer-links {
  display: grid;
}

.concept-footer-links a {
  padding: 16px 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(242, 238, 230, 0.7);
  font-size: 14px;
}

.concept-footer-note {
  grid-column: 1 / -1;
  color: rgba(242, 238, 230, 0.34);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.concept-dialog {
  width: min(1120px, calc(100vw - 28px));
  max-height: calc(100svh - 28px);
  border: 0;
  padding: 0;
  background: var(--warm);
  color: var(--ink);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 280ms ease, transform 280ms ease, display 280ms allow-discrete;
}

.concept-dialog[open] {
  opacity: 1;
  transform: translateY(0);
}

.concept-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(9px);
}

.concept-dialog-close {
  position: sticky;
  top: 16px;
  z-index: 4;
  float: right;
  width: 44px;
  height: 44px;
  margin: 16px 16px 0 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: rgba(242, 238, 230, 0.9);
  color: var(--ink);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.concept-dialog-body {
  clear: both;
}

.concept-detail {
  padding: clamp(30px, 6vw, 78px);
}

.concept-detail-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  margin-bottom: 54px;
}

.concept-detail h2 {
  font-size: clamp(44px, 7vw, 94px);
  line-height: 0.96;
}

.concept-detail-header > p {
  color: rgba(23, 22, 20, 0.64);
  font-size: 15px;
}

.concept-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
}

.concept-detail-gallery figure {
  display: grid;
  gap: 12px;
  align-content: start;
}

.concept-detail-gallery img {
  width: 100%;
  max-height: 74vh;
  object-fit: contain;
  background: var(--warm-deep);
}

.concept-detail-gallery figcaption {
  color: rgba(23, 22, 20, 0.6);
  font-size: 13px;
  line-height: 1.55;
}

.concept-section-gallery {
  display: grid;
  gap: 18px;
  margin-bottom: clamp(36px, 6vw, 72px);
}

.concept-section-gallery-stage {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 14px;
  align-items: center;
  min-height: min(68vh, 700px);
  background: var(--warm-deep);
  padding: clamp(12px, 2vw, 24px);
}

.concept-section-gallery-stage > button:not(.concept-section-gallery-main) {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 25px;
  cursor: pointer;
}

.concept-section-gallery-main {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: min(62vh, 640px);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
}

.concept-section-gallery-main img {
  width: 100%;
  height: min(62vh, 640px);
  object-fit: contain;
  opacity: 1;
  transition: opacity 150ms ease;
}

.concept-section-gallery-main img.is-changing {
  opacity: 0;
}

.concept-section-gallery-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.concept-section-gallery-toolbar > span {
  color: rgba(23, 22, 20, 0.52);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.concept-section-gallery-thumbs,
.concept-lightbox-thumbs {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0 8px;
  scrollbar-width: thin;
}

.concept-section-gallery-thumbs button,
.concept-lightbox-thumbs button {
  flex: 0 0 74px;
  width: 74px;
  height: 54px;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px;
  opacity: 0.52;
  cursor: pointer;
}

.concept-section-gallery-thumbs button.is-active,
.concept-lightbox-thumbs button.is-active {
  border-color: currentColor;
  opacity: 1;
}

.concept-section-gallery-thumbs img,
.concept-lightbox-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-work-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(30px, 6vw, 78px);
}

.concept-work-detail figure {
  display: grid;
  place-items: center;
  min-height: 540px;
  background: var(--warm-deep);
}

.concept-work-detail img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
}

.concept-work-detail h2 {
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1;
}

.concept-work-meta {
  display: grid;
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid var(--line-dark);
}

.concept-work-meta p {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(23, 22, 20, 0.68);
  font-size: 13px;
}

.concept-lightbox {
  position: relative;
  min-height: calc(100svh - 28px);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
  padding: 70px 24px 28px;
  background: var(--black);
  color: var(--warm);
}

.concept-lightbox figure {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.concept-lightbox img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.concept-lightbox figcaption {
  color: rgba(242, 238, 230, 0.62);
  font-size: 13px;
}

.concept-lightbox button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: var(--warm);
  font-size: 24px;
  cursor: pointer;
}

.concept-lightbox-thumbs {
  width: min(760px, 70vw);
  justify-self: center;
}

.concept-lightbox-thumbs button {
  color: var(--warm);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .concept-menu {
    position: fixed;
    inset: 62px 0 auto;
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line-light);
    background: rgba(7, 7, 7, 0.96);
    padding: 10px 22px 18px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .concept-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .concept-menu a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line-light);
  }

  .concept-menu-button {
    display: block;
  }

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

  .concept-index a:nth-child(2) {
    border-right: 0;
  }

  .concept-index a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .concept-section-head--split,
  .concept-detail-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .concept-quote-band {
    grid-template-columns: 1fr 2fr;
  }

  .concept-quote-notes {
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-path-row {
    grid-template-columns: 30px 96px minmax(180px, 0.85fr) minmax(200px, 1fr) 20px;
  }

  .concept-path-row img {
    width: 96px;
    height: 72px;
  }

  .concept-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .concept-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concept-work-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .concept-header {
    min-height: 62px;
    padding: 0 18px;
  }

  .concept-wordmark {
    font-size: 17px;
  }

  .concept-hero {
    min-height: 82svh;
    padding: 22vh 20px 8vh;
  }

  .concept-hero h1 {
    font-size: clamp(50px, 16vw, 78px);
  }

  .concept-hero__image {
    object-position: 42% center;
  }

  .concept-hero__edition {
    display: none;
  }

  .concept-index a {
    min-height: 94px;
    padding: 18px;
  }

  .concept-index small {
    display: none;
  }

  .concept-band {
    padding: 68px 20px;
  }

  .concept-section-head h2,
  .concept-bio h2,
  .concept-footer h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .concept-story-pill {
    padding: 38px 20px;
  }

  .concept-story-item,
  .concept-story-item--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .concept-story-item--reverse figure {
    order: 0;
  }

  .concept-story-item img,
  .concept-story-item--reverse img {
    max-height: 58svh;
    aspect-ratio: auto;
    object-position: center;
  }

  .concept-story-item h3 {
    margin-top: 14px;
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1.18;
  }

  .concept-quote-band {
    grid-template-columns: 1fr;
    padding: 68px 20px;
  }

  .concept-quote-notes {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .concept-path-row {
    grid-template-columns: 26px 76px minmax(0, 1fr) 18px;
    min-height: 112px;
  }

  .concept-path-row img {
    width: 76px;
    height: 60px;
  }

  .concept-path-row em {
    display: none;
  }

  .concept-work-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .concept-work figure {
    min-height: 300px;
  }

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

  .concept-service-list {
    grid-template-columns: 1fr;
  }

  .concept-service-item {
    min-height: 92px;
  }

  .concept-service-item--featured {
    grid-template-columns: 26px 92px minmax(0, 1fr) 18px;
    min-height: 112px;
    padding: 14px;
  }

  .concept-service-item--featured img {
    width: 92px;
    height: 76px;
  }

  .concept-service-item--featured strong {
    font-size: 28px;
  }

  .concept-bio {
    grid-template-columns: 1fr;
  }

  .concept-bio-image {
    min-height: 300px;
  }

  .concept-footer {
    grid-template-columns: 1fr;
    min-height: 560px;
    padding: 80px 20px 30px;
  }

  .concept-detail,
  .concept-work-detail {
    padding: 66px 20px 30px;
  }

  .concept-detail-gallery {
    grid-template-columns: 1fr;
  }

  .concept-section-gallery-stage {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 4px;
    min-height: 54vh;
    padding: 8px 2px;
  }

  .concept-section-gallery-stage > button:not(.concept-section-gallery-main) {
    width: 32px;
    height: 32px;
  }

  .concept-section-gallery-main,
  .concept-section-gallery-main img {
    min-height: 0;
    height: 52vh;
  }

  .concept-section-gallery-toolbar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .concept-work-detail figure {
    min-height: 320px;
  }

  .concept-lightbox {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 4px;
    padding: 66px 8px 20px;
  }

  .concept-lightbox button {
    width: 34px;
    height: 34px;
  }

  .concept-lightbox-thumbs {
    width: min(74vw, 520px);
  }

  .concept-lightbox-thumbs button {
    flex-basis: 62px;
    width: 62px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
