/* Portfolio composition follows the supplied VeSpace presentation. */
:root {
  --muted-strong: #cfccd1;
}
body {
  font-size: 17px;
}
.portfolio-cover {
  min-height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0 45px;
}
.portfolio-cover__logo {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  object-fit: contain;
}
.portfolio-cover h1,
.is-enhanced .deck .portfolio-cover h1 {
  font-size: clamp(64px, 7.8vw, 120px);
  line-height: 1.08;
}
.portfolio-cover p {
  font-size: clamp(17px, 1.6vw, 24px);
  margin-top: 32px;
  color: var(--muted-strong);
}
.portfolio-cover__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}
.section--clean-cover {
  padding-top: 40px;
  padding-bottom: 40px;
}
.is-enhanced .deck .section--clean-cover .section__inner {
  justify-content: center;
}
.is-enhanced .deck .portfolio-cover {
  min-height: 0;
  height: 100%;
  padding: 20px 0;
}
.contents {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 70px;
  align-items: start;
}
.contents h2 {
  margin-top: 14px;
}
.contents__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
}
.contents__links a {
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.contents__links a:hover {
  color: var(--pink);
}
.contents__number {
  font-size: 11px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.contents__links svg {
  margin-left: auto;
  color: var(--pink);
  width: 17px;
  height: 17px;
}
.lede {
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.6;
  color: var(--text);
}
.about__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  width: 100%;
}
.about__copy h2 {
  margin-bottom: 30px;
  max-width: 12ch;
}
.about__copy .lede {
  margin-bottom: 25px;
}
.about__copy p:not(.lede):not(.eyebrow) {
  max-width: 66ch;
  color: var(--muted-strong);
  font-size: 17px;
}
.brand-underline {
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}
.about__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}
.about__metrics strong {
  display: block;
  font-size: clamp(60px, 6vw, 94px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}
.about__metrics > div > span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.about__metrics p {
  grid-column: 1/-1;
  margin: 0;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: var(--muted-strong);
}
.service-list {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
}
.service-list span {
  padding: 10px 16px;
  border: 1px solid #7fd5fa35;
  border-radius: 999px;
  background: #7fd5fa09;
  font-size: 13px;
  color: #bce9fd;
}
.service-list span:nth-child(3n + 2) {
  color: #f5c5eb;
  background: #fd86dc08;
  border-color: #fd86dc30;
}
.service-list span:nth-child(3n) {
  color: #f7d9b2;
  background: #fdd51707;
  border-color: #fdd5172b;
}
.how__layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(40px, 6vw, 104px);
  align-items: center;
  width: 100%;
}
.how__layout h2 {
  margin-bottom: 32px;
}
.how__layout > .lede {
  max-width: 40ch;
}
.how__principles {
  border-top: 1px solid var(--line);
}
.how__principles article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.how__principles svg {
  width: 42px;
  height: 42px;
  color: var(--cyan);
}
.how__principles h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.025em;
}
.how__principles p {
  font-size: 15px;
  color: var(--muted-strong);
}
.section--divider {
  min-height: 600px;
  background:
    radial-gradient(circle at 22% 54%, #e8354a20, transparent 34%),
    radial-gradient(circle at 78% 35%, #7fd5fa13, transparent 32%);
}
.section--divider .section__inner {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.divider__content {
  width: min(1050px, 90%);
}
.divider__content h2,
.is-enhanced .deck .divider__content h2 {
  font-size: clamp(70px, 9vw, 146px);
  line-height: 1;
  margin-bottom: 30px;
}
.divider__content p {
  font-size: clamp(19px, 1.8vw, 27px);
  max-width: 42ch;
  color: var(--muted-strong);
}
.divider__line {
  height: 1px;
  background: var(--line);
  width: 100%;
  margin-top: 80px;
}
.divider__line span {
  display: block;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), #e8354a, var(--cyan));
}
.case-study {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(35px, 5vw, 90px);
  align-items: center;
  width: 100%;
}
.case-study__sector {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #c7c3d0;
}
.case-study__copy h2,
.is-enhanced .deck .case-study__copy h2 {
  max-width: 16ch;
  font-size: clamp(37px, 4.25vw, 66px);
  line-height: 1.08;
  margin-bottom: 28px;
}
.case-study__copy .lede {
  font-size: 17px;
  color: var(--muted-strong);
}
.case-study__support {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-study__support > div {
  padding: 22px 18px 22px 0;
  min-width: 0;
}
.case-study__support > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}
.case-study__support strong,
.case-study__support span {
  display: block;
}
.case-study__support strong {
  font-size: clamp(26px, 2.6vw, 43px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.case-study__support span {
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.case-study__support--trio {
  grid-template-columns: repeat(3, 1fr);
}
.case-study__support--trio > div {
  padding-right: 12px;
}
.case-study__support--trio > div + div {
  padding-left: 14px;
}
.case-study__support--trio strong {
  font-size: clamp(21px, 1.9vw, 32px);
  overflow-wrap: anywhere;
}
.case-study__support--quad > div {
  border-bottom: 1px solid var(--line);
  padding: 17px 15px 17px 0;
}
.case-study__support--quad > div + div {
  padding-left: 18px;
}
.case-study__support--quad > div:nth-child(3) {
  padding-left: 0;
  border-left: 0;
  border-bottom: 0;
}
.case-study__support--quad > div:nth-child(4) {
  border-bottom: 0;
}
.case-study__visual {
  min-width: 0;
}
.case-study__visual figcaption {
  padding: 13px 4px 0;
  font-size: 12px;
  color: var(--muted);
}
.evidence-frame {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0 26px 65px -40px #000;
}
.evidence-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.evidence-frame img {
  width: 100%;
  height: auto;
  max-height: 51vh;
  object-fit: contain;
}
.evidence-frame .artwork {
  background: transparent;
  border: 0;
  width: 100%;
}
.evidence-pair {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 12px;
  min-height: 390px;
}
.evidence-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #202226;
}
.evidence-card > span {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted-strong);
  font-size: 12px;
}
.evidence-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evidence-card .evidence-link {
  min-height: 0;
  padding: 12px;
}
.website-showcase {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  gap: 0;
  padding: 10px 0 22px;
  scrollbar-width: thin;
}
.website-showcase .artwork {
  flex: 0 0 62%;
  min-width: 0;
  scroll-snap-align: center;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.lightbox--long img {
  max-height: none;
  width: 100%;
}
.lightbox--long .lightbox__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  background: var(--navy);
  z-index: 2;
}
.website-showcase img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.website-showcase .artwork:hover img {
  transform: none;
}
.website-showcase .artwork__zoom {
  right: 16%;
  bottom: 18%;
}
.website-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.website-controls > span {
  font-size: 12px;
  color: var(--muted);
  margin-right: 8px;
}
.website-controls [data-strip="-1"] svg {
  transform: rotate(180deg);
}
body:not(.is-enhanced) .website-controls {
  display: none;
}
.website-tours {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.website-tours__item {
  min-width: 0;
}
.website-tours__image {
  display: block;
  height: 460px;
  position: relative;
  border-radius: 12px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface);
}
.website-tours__image > img {
  width: 100%;
  height: auto;
  max-width: none;
  transform: translateY(0);
  transition: transform 5s linear;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .website-tours__image:hover > img {
    transform: translateY(min(0px, calc(460px - 100%)));
  }
}
.website-tours__item figcaption {
  margin-top: 15px;
}
.website-tours__item figcaption a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  text-decoration: none;
}
.photography-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 22px;
  margin-bottom: 50px;
}
.photography-grid .artwork {
  aspect-ratio: 1.2;
}
.photography-grid > figure:nth-child(4n + 2) .artwork {
  aspect-ratio: 0.9;
}
.photography-grid img {
  object-fit: cover;
}
.photography-grid figcaption {
  font-size: 12px;
  margin-top: 12px;
  color: var(--muted);
}
.gallery--content {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid var(--line);
}
.reviews figcaption {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: var(--text);
}
.reviews__avatar {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}
.reviews__source {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 5px;
}
.reviews blockquote {
  font-size: 18px;
}
.deck-nav__hint {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.is-enhanced .deck .section--divider {
  min-height: 0;
}
.is-enhanced .deck .section--divider .section__inner {
  justify-content: center;
}
.is-enhanced .deck .section--websites .section__inner {
  justify-content: center;
}
.is-enhanced .deck .section--photography .section__inner {
  justify-content: flex-start;
}
.is-enhanced .deck .about__copy h2 {
  font-size: clamp(48px, 5vw, 82px);
}
.is-enhanced .deck .how__layout h2 {
  font-size: clamp(42px, 4.6vw, 74px);
}
.is-enhanced .deck .section--gallery .gallery {
  columns: 4;
}
.is-enhanced .deck .section--gallery .gallery .artwork {
  max-height: 400px;
}
.is-enhanced .deck .section--gallery .gallery img {
  width: 100%;
  object-fit: cover;
}
@media (max-height: 800px) and (min-width: 1000px) {
  .is-enhanced .deck .portfolio-cover__logo {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
  .is-enhanced .deck .portfolio-cover h1 {
    font-size: 78px;
  }
  .is-enhanced .deck .portfolio-cover p {
    margin-top: 24px;
  }
  .is-enhanced .deck .portfolio-cover__actions {
    margin-top: 28px;
  }
  .is-enhanced .deck .about__copy h2 {
    font-size: 58px;
  }
  .is-enhanced .deck .about__copy p:not(.lede):not(.eyebrow) {
    font-size: 15px;
  }
  .is-enhanced .deck .lede {
    font-size: 19px;
  }
  .is-enhanced .deck .about__layout {
    row-gap: 25px;
  }
  .is-enhanced .deck .how__principles article {
    padding: 18px 0;
  }
  .is-enhanced .deck .how__principles h3 {
    font-size: 20px;
  }
  .is-enhanced .deck .case-study__copy h2 {
    font-size: 44px;
  }
  .is-enhanced .deck .evidence-frame {
    min-height: 280px;
  }
  .is-enhanced .deck .services__item {
    padding: 15px 30px 15px 0;
  }
  .is-enhanced .deck .services__item h3 {
    font-size: 22px;
  }
  .is-enhanced .deck .services__item p {
    margin-top: 6px;
  }
  .is-enhanced .deck .section-intro {
    margin-bottom: 25px;
  }
  .is-enhanced .deck .section-intro h2 {
    font-size: 48px;
  }
  .is-enhanced .deck .website-tours__image {
    height: 360px;
  }
}
@media (max-width: 1000px) {
  .contents {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 35px;
  }
  .about__metrics strong {
    font-size: 62px;
  }
  .how__layout {
    gap: 35px;
  }
  .how__principles h3 {
    font-size: 19px;
  }
  .how__principles p {
    font-size: 14px;
  }
  .deck-nav__hint {
    display: none;
  }
  .case-study__support--trio {
    grid-template-columns: 1fr 1fr;
  }
  .case-study__support--trio > div:last-child {
    grid-column: 1/-1;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 800px) {
  .portfolio-cover {
    min-height: 660px;
  }
  .portfolio-cover__logo {
    width: 70px;
    height: 70px;
  }
  .portfolio-cover h1,
  .is-enhanced .deck .portfolio-cover h1 {
    font-size: clamp(62px, 12vw, 88px);
  }
  .portfolio-cover p {
    font-size: 18px;
  }
  .about__layout,
  .how__layout,
  .case-study {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .about__copy p:not(.lede):not(.eyebrow) {
    font-size: 16px;
  }
  .about__metrics {
    max-width: 550px;
    width: 100%;
  }
  .about__metrics strong {
    font-size: 76px;
  }
  .service-list {
    grid-column: auto;
  }
  .service-list span {
    font-size: 12px;
    padding: 9px 13px;
  }
  .case-study__copy h2,
  .is-enhanced .deck .case-study__copy h2 {
    font-size: 42px;
    max-width: 19ch;
  }
  .case-study__support--trio {
    grid-template-columns: repeat(3, 1fr);
  }
  .case-study__support--trio > div:last-child {
    grid-column: auto;
    padding-left: 14px;
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .evidence-frame {
    min-height: 180px;
    padding: 10px;
  }
  .evidence-frame img {
    max-height: none;
  }
  .evidence-pair {
    min-height: 300px;
  }
  .website-showcase .artwork {
    flex-basis: 95%;
  }
  .website-tours {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .website-tours__image {
    height: 480px;
  }
  .photography-grid {
    grid-template-columns: 1fr 1fr;
  }
  .is-enhanced .deck .section--gallery .gallery {
    columns: 2;
  }
  .is-enhanced .deck .section--clean-cover .section__inner {
    min-height: 100%;
  }
  .is-enhanced .deck .about__copy h2 {
    font-size: 52px;
  }
  .is-enhanced .deck .how__layout h2 {
    font-size: 48px;
  }
  .is-enhanced .deck .section--websites .section__inner {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .portfolio-cover {
    min-height: 570px;
  }
  .portfolio-cover__logo {
    width: 64px;
    height: 64px;
    margin-bottom: 28px;
  }
  .portfolio-cover h1,
  .is-enhanced .deck .portfolio-cover h1 {
    font-size: 62px;
  }
  .portfolio-cover p {
    font-size: 16px;
  }
  .portfolio-cover__actions {
    gap: 12px;
  }
  .portfolio-cover__actions .button {
    font-size: 12px;
    padding: 13px 15px;
    gap: 12px;
  }
  .contents__links {
    grid-template-columns: 1fr;
  }
  .contents__links a {
    padding: 15px 0;
    font-size: 16px;
  }
  .contents h2 {
    font-size: 48px;
  }
  .about__metrics strong {
    font-size: 65px;
  }
  .about__metrics > div > span {
    font-size: 11px;
  }
  .about__metrics p {
    font-size: 14px;
  }
  .about__copy .lede {
    font-size: 20px;
  }
  .case-study__copy h2,
  .is-enhanced .deck .case-study__copy h2 {
    font-size: 37px;
  }
  .case-study__support--trio {
    grid-template-columns: 1fr 1fr;
  }
  .case-study__support--trio > div:last-child {
    grid-column: 1/-1;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .case-study__support strong {
    font-size: 30px;
  }
  .case-study__support--trio strong {
    font-size: 29px;
  }
  .case-study__support span {
    font-size: 12px;
  }
  .how__principles article {
    grid-template-columns: 35px 1fr;
    gap: 15px;
  }
  .how__principles svg {
    width: 32px;
    height: 32px;
  }
  .how__principles h3 {
    font-size: 20px;
  }
  .how__principles p {
    font-size: 15px;
  }
  .is-enhanced .deck .how__layout h2 {
    font-size: 42px;
  }
  .section--divider {
    min-height: 480px;
  }
  .divider__content {
    width: 100%;
  }
  .divider__line {
    margin-top: 60px;
  }
  .evidence-pair {
    grid-template-columns: 1fr;
  }
  .evidence-card {
    max-height: 400px;
  }
  .evidence-card img {
    max-height: 310px;
  }
  .photography-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .photography-grid > figure:nth-child(4n + 2) .artwork {
    aspect-ratio: 1.2;
  }
  .reviews__avatar {
    width: 48px;
    height: 48px;
  }
  .website-tours__image {
    height: 420px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .website-tours__image > img {
    transition: none;
  }
}
@media (min-width: 1001px) {
  .is-enhanced .deck .website-showcase .artwork {
    height: clamp(240px, calc(100dvh - 500px), 440px);
  }
  .is-enhanced .deck .website-showcase img {
    height: 100%;
  }
  .is-enhanced .deck .website-tours__image {
    --tour-height: clamp(260px, calc(100dvh - 490px), 460px);
    height: var(--tour-height);
  }
}
@media (min-width: 1001px) and (hover: hover) and (prefers-reduced-motion: no-preference) {
  .is-enhanced .deck .website-tours__image:hover > img {
    transform: translateY(min(0px, calc(var(--tour-height) - 100%)));
  }
}
@media print {
  .portfolio-cover {
    min-height: 0;
  }
  .about__layout,
  .how__layout,
  .case-study {
    display: block;
  }
  .service-list {
    margin-top: 30px;
  }
  .website-showcase {
    display: block;
    overflow: visible;
  }
  .website-showcase .artwork {
    width: 100%;
  }
  .contents__links a {
    color: #222;
  }
  .section--divider {
    min-height: 0;
  }
  .evidence-frame {
    min-height: 0;
  }
}
/* Wider presentation and artwork-led galleries. */
.is-enhanced .deck .section__inner {
  width: 100%;
  max-width: none;
}
.section--edge-gallery,
.is-enhanced .deck .section--edge-gallery {
  padding-inline: 0;
}
.section--edge-gallery .section__inner {
  width: 100%;
  max-width: none;
}
.section--edge-gallery .section-intro,
.section--edge-gallery .website-controls {
  margin-inline: var(--gutter);
}
.section--edge-gallery .section-intro {
  margin-bottom: 28px;
}
.section--edge-gallery .section-intro h2,
.is-enhanced .deck .section--edge-gallery .section-intro h2 {
  font-size: clamp(40px, 4.4vw, 76px);
}
.is-enhanced .deck .section--edge-gallery .section__inner {
  justify-content: flex-start;
}
.social-showcase {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 12px 16px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.social-showcase .artwork {
  flex: none;
  height: clamp(360px, calc(100svh - 370px), 720px);
  aspect-ratio: var(--post-ratio);
  scroll-snap-align: start;
  border: 0;
  border-radius: 0;
}
.social-showcase .artwork img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.social-showcase .artwork:hover img {
  transform: none;
}
.section--photography .photography-grid {
  display: block;
  columns: 4;
  column-gap: 16px;
  padding: 0 16px;
  margin: 0;
}
.photography-grid > figure {
  break-inside: avoid;
  margin: 0 0 20px;
}
.section--photography .photography-grid .artwork,
.section--photography .photography-grid > figure:nth-child(4n + 2) .artwork {
  aspect-ratio: auto;
  border: 0;
  border-radius: 4px;
}
.photography-grid .artwork img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.photography-grid .artwork:hover img {
  transform: none;
}
.photography-grid video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #000;
}
.photography-grid figcaption {
  padding: 0 4px;
}
.case-study__thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.case-study__thumbnails .artwork {
  height: 150px;
  background: #f7f7f7;
  padding: 8px;
}
.case-study__thumbnails img {
  object-fit: contain;
}
#leisure-facility .evidence-frame {
  min-height: 220px;
}
#leisure-facility .evidence-frame img {
  max-height: 30vh;
}
.reviews blockquote {
  font-size: clamp(16px, 1.12vw, 21px);
  line-height: 1.7;
}
.reviews__avatar {
  width: 64px;
  height: 64px;
}
.contact__grid > div:last-child > a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .is-enhanced .deck .section[data-nav-cursor="next"] {
    cursor:
      url("assets/next-slide.svg") 33 16,
      e-resize;
  }
  .is-enhanced .deck :is(a, button, summary, [role="button"]),
  .is-enhanced .deck :is(a, button, summary, [role="button"]) * {
    cursor: pointer;
  }
  .is-enhanced
    .deck
    :is(video, audio, input, textarea, select, details, [data-no-advance]) {
    cursor: auto;
  }
  .is-enhanced .deck .section[data-nav-cursor="none"] {
    cursor: auto;
  }
}
@media (min-width: 1800px) {
  .section--photography .photography-grid {
    columns: 5;
  }
}
@media (max-width: 1100px) {
  .section--photography .photography-grid {
    columns: 3;
  }
}
@media (max-width: 800px) {
  .section--photography .photography-grid {
    columns: 2;
  }
  .social-showcase .artwork {
    height: min(62svh, 560px);
  }
  #leisure-facility .evidence-frame img {
    max-height: none;
  }
  .reviews {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .section--edge-gallery .section-intro h2,
  .is-enhanced .deck .section--edge-gallery .section-intro h2 {
    font-size: clamp(30px, 8.7vw, 41px);
  }
  .section--photography .photography-grid {
    columns: 1;
  }
  .case-study__thumbnails .artwork {
    height: 115px;
  }
}
/* Crop only the transparent canvas around the original Canva compositions. */
.website-showcase {
  gap: 0;
  padding: 0 0 12px;
  align-items: flex-start;
}
.website-showcase .artwork,
.is-enhanced .deck .website-showcase .artwork {
  flex: 0 0 auto;
  width: auto;
  height: clamp(300px, calc(100svh - 420px), 780px);
  aspect-ratio: 696 / 447;
  border: 0;
  border-radius: 0;
}
.website-showcase .artwork img,
.is-enhanced .deck .website-showcase .artwork img {
  position: absolute;
  width: 143.678161%;
  max-width: none;
  height: 148.993289%;
  left: -21.408046%;
  top: -24.384787%;
  object-fit: fill;
  transform: none;
}
.website-showcase .artwork__zoom {
  right: 16px;
  bottom: 16px;
}
.social-showcase .artwork {
  height: clamp(300px, calc(100svh - 420px), 760px);
}
@media (max-width: 800px) {
  .website-showcase .artwork,
  .is-enhanced .deck .website-showcase .artwork {
    height: min(58svh, 560px);
  }
  .social-showcase .artwork {
    height: min(58svh, 560px);
  }
}
.is-enhanced .deck :is(#websites, #social) .section__inner {
  height: 100%;
  min-height: 0;
}
.is-enhanced .deck :is(#websites, #social) .section-intro,
.is-enhanced .deck :is(#websites, #social) .website-controls {
  flex-shrink: 0;
}
.is-enhanced .deck :is(.website-showcase, .social-showcase) {
  flex: 1;
  min-height: 180px;
}
.is-enhanced .deck :is(.website-showcase, .social-showcase) .artwork {
  height: 100%;
}
@media(hover:hover) and (pointer:fine){
 .is-enhanced .deck .section[data-nav-cursor="previous"] { cursor:url("assets/previous-slide.svg") 7 16,w-resize; }
}
.website-tours { grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
#more-websites .section-intro { margin-bottom:28px; }
#more-websites .section-intro h2 { max-width:none; }
.website-tours__image { --tour-height:560px; height:var(--tour-height); }
.case-study__thumbnails .artwork { height:clamp(180px,23vh,280px); }
.case-study__evidence-label { color:var(--muted); font-size:13px; line-height:1.5; padding:10px 3px 0; }
@media(min-width:1001px){
 .is-enhanced .deck #more-websites .section__inner { height:100%; min-height:0; justify-content:flex-start; }
 .is-enhanced .deck #more-websites .section-intro { flex-shrink:0; }
 .is-enhanced .deck .website-tours { flex:1; min-height:280px; }
 .is-enhanced .deck .website-tours__item { display:flex; flex-direction:column; min-height:0; }
 .is-enhanced .deck .website-tours__image { flex:1; height:auto; min-height:0; }
}
@media(max-width:1000px){.website-tours { grid-template-columns:repeat(2,minmax(0,1fr)); }}
@media(max-width:600px){.website-tours { grid-template-columns:1fr; }.case-study__thumbnails { grid-template-columns:1fr; }.case-study__thumbnails .artwork { height:auto; min-height:180px; }.case-study__thumbnails img { max-height:300px; }}
/* Separate screenshot scrolling from image enlargement and chapter navigation. */
.website-tours__preview { position:relative; height:560px; min-height:0; }
.website-tours__image { height:100%; }
.website-tours__expand { position:absolute; right:12px; bottom:12px; z-index:2; background:var(--navy); }
.website-tours__controls { display:none; }
.deck-nav,.deck-nav * { touch-action:manipulation; }
@media(min-width:1001px){
 .is-enhanced .deck .website-tours__preview { flex:1; height:auto; }
 .is-enhanced .deck .website-tours__image { height:100%; flex:none; }
}
@media(max-width:1000px){
 .website-tours { position:relative; display:flex; gap:16px; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:thin; padding-bottom:8px; }
 .website-tours__item { flex:0 0 100%; min-width:0; scroll-snap-align:start; scroll-snap-stop:always; }
 .website-tours__preview { height:clamp(280px,52svh,620px); }
 .website-tours__image,.is-enhanced .deck .website-tours__image { height:100%; overflow-y:auto; overflow-x:hidden; overscroll-behavior-y:contain; scrollbar-width:thin; -webkit-overflow-scrolling:touch; }
 .website-tours__image>img,.website-tours__image:hover>img,.is-enhanced .deck .website-tours__image:hover>img { transform:none; transition:none; }
 .is-enhanced .website-tours__controls { display:flex; align-items:center; gap:12px; justify-content:space-between; margin-top:12px; }
 .website-tours__controls [data-tour-step="-1"] svg { transform:rotate(180deg); }
 [data-tour-status] { font-size:13px; font-variant-numeric:tabular-nums; }
 .website-tours__hint { font-size:11px; color:var(--muted); margin-left:auto; }
 .is-enhanced .deck #more-websites .section__inner { height:100%; min-height:0; justify-content:flex-start; }
 .is-enhanced .deck #more-websites .section-intro,.is-enhanced .deck .website-tours__controls { flex-shrink:0; }
 .is-enhanced .deck .website-tours { flex:1; min-height:220px; }
 .is-enhanced .deck .website-tours__item { display:flex; flex-direction:column; height:100%; }
 .is-enhanced .deck .website-tours__preview { flex:1; height:auto; }
 .website-tours__item figcaption { flex-shrink:0; }
}
