:root {
  --ink: #171516;
  --paper: #f8f6f2;
  --paper-deep: #ece6df;
  --rose: #e5a7b9;
  --rose-pale: #f8e9ed;
  --muted: #716c68;
  --line: rgba(23, 21, 22, .17);
  --white: #fffdfa;
  --serif: 'Iowan Old Style', Baskerville, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --montserrat: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --content: min(1280px, calc(100vw - 80px));
  --cursor-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Cpath d='M7 34 32 9M19 9h13v13' fill='none' stroke='%23c6ff00' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 32 9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  transition: background-color 420ms cubic-bezier(.2, .7, .2, 1);
  cursor: var(--cursor-arrow), auto;
}
body.group-lifestyle { background: #e5a7b9; }
body.group-corporate { background: #f0d4dd; }
body.group-art { background: #f8e9ed; }
a, button { cursor: var(--cursor-arrow), pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}

.site-header__brand,
.site-header__menu {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .07em;
  text-transform: lowercase;
}

.site-header__menu { display: flex; gap: 28px; }
.site-header__menu a { transition: opacity .2s ease; }
.site-header__menu a:hover { opacity: .62; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.hero__slides,
.hero__slide,
.hero__shade { position: absolute; inset: 0; }

.hero__slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1000ms ease-in-out;
}

.hero__slide.is-active,
.hero__slide.is-entering { opacity: 1; }

.hero__slide--woodcock { background-image: url('assets/hero-source/woodcock-prol.jpg'); }
.hero__slide--kozi-kraviny { background-image: url('assets/hero-source/kozi-kraviny.jpg'); }
.hero__slide--2x-grade { background-image: url('assets/hero-source/2x-grade.png'); }
.hero__slide--coco { background-image: url('assets/portfolio-carousel/02-coco.jpg'); }
.hero__slide--farma { background-image: url('assets/portfolio-carousel/03-farma.jpg'); }
.hero__slide--bosou { background-image: url('assets/portfolio-carousel/04-bosou-nohou.jpg'); }
.hero__slide--ostruzina-art { background-image: url('assets/portfolio-carousel/07-ostruzina-art-no-science.jpg'); }
.hero__slide--one { background-image: url('assets/portfolio-carousel/06-one.jpg'); }
.hero__slide--thrill { background-image: url('assets/portfolio-carousel/08-thrill-me.jpg'); }

.hero__shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 14, 16, .25) 0%, rgba(17, 14, 16, .04) 42%, rgba(17, 14, 16, .18) 100%);
}
.hero__pager { position: absolute; z-index: 2; right: 72px; bottom: 46px; display: flex; gap: 8px; }
.hero__pager-button { width: 13px; height: 13px; padding: 0; border: 1px solid var(--white); border-radius: 0; background: transparent; transition: background-color 180ms ease, transform 180ms ease; }
.hero__pager-button:hover, .hero__pager-button:focus-visible { transform: scale(1.12); outline: 1px solid var(--white); outline-offset: 3px; }
.hero__pager-button.is-current { background: var(--white); }


.eyebrow {
  margin: 0 0 18px;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }

h1 { max-width: 800px; margin-bottom: 22px; font-size: clamp(56px, 7vw, 106px); letter-spacing: -.055em; line-height: .93; }
.hero__intro { max-width: 470px; margin-bottom: 35px; font-size: 17px; line-height: 1.55; }
.hero__link { display: inline-flex; gap: 20px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }

.portfolio, .about, .contact { width: var(--content); margin: 0 auto; }
.portfolio { padding: 136px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; column-gap: 90px; padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { grid-column: 1 / -1; color: var(--rose); }
.section-heading h2 { max-width: 740px; margin: 0; font-size: clamp(44px, 5vw, 72px); letter-spacing: -.05em; line-height: .98; }
.section-heading p { align-self: end; max-width: 330px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.portfolio-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0 0 96px;
}

.portfolio-category {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  padding: 26px 26px 30px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  color: var(--ink);
  cursor: var(--cursor-arrow), auto;
  font: inherit;
  text-align: left;
  outline: 0;
  box-shadow: none;
  transition: transform 420ms cubic-bezier(.2, .7, .2, 1), box-shadow 420ms ease;
}

.portfolio-category--lifestyle { background: #dba4af; }
.portfolio-category--corporate { background: #ead0d5; }
.portfolio-category--art { background: #f4e9e8; }
.portfolio-category__number {
  margin: 0 0 30px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
}
.portfolio-category h3 {
  margin: 0;
  font-family: var(--montserrat);
  font-size: clamp(64px, 6.8vw, 98px);
  font-weight: 500;
  letter-spacing: .015em;
  line-height: .86;
  text-transform: uppercase;
}
.portfolio-category__ci {
  display: inline-block;
  margin-top: .14em;
  font-size: 1em;
  letter-spacing: .035em;
}
.portfolio-category__copy { margin-top: auto; }
.portfolio-category__copy p {
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(12px, .9vw, 14px);
  font-weight: 400;
  line-height: 1.35;
}
.portfolio-category__copy p + p { margin-top: 13px; }

.project-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 116px;
}
.project-group {
  width: 100vw;
  min-height: 0;
  margin-left: calc(50% - 50vw);
  padding: 62px max(40px, calc((100vw - 1280px) / 2));
  animation: group-enter 420ms ease both;
}
.project-group--lifestyle { background: #dba4af; }
.project-group--corporate { background: #ead0d5; }
.project-group--art { background: #f4e9e8; }
.project-group .project-tiles { margin-bottom: 0; }
body.group-lifestyle .contact,
body.group-corporate .contact,
body.group-art .contact { background: transparent; }
@keyframes group-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.project-tile {
  --tile: #bb617c;
  --image-scale: 1.01;
  position: relative;
  isolation: isolate;
  display: flex;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  outline-offset: 0;
  transition: transform 420ms cubic-bezier(.2, .7, .2, 1), box-shadow 420ms ease;
}
.project-tile--lifestyle { --tile: #a84f6c; }
.project-tile--corporate { --tile: #c77c92; }
.project-tile--art { --tile: #dfafbd; }
.project-tile__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: scale(var(--image-scale));
  transition: transform 650ms cubic-bezier(.2, .7, .2, 1);
}
.project-tile::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: transparent;
  content: '';
  opacity: 0;
}
.project-tile__title {
  align-self: flex-start;
  max-width: 100%;
  font-family: var(--montserrat);
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 500;
  letter-spacing: .01em;
  line-height: .93;
  text-transform: uppercase;
  transition: transform 260ms ease;
}
.project-tile__title { display: none; }
.project-tile__index,
.project-tile__format {
  position: absolute;
  z-index: 1;
  color: var(--white);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: none;
}
.project-tile__index { top: 14px; left: 14px; }
.project-tile__format { right: 14px; bottom: 14px; white-space: nowrap; opacity: 0; transform: translateY(5px); transition: opacity 240ms ease, transform 240ms ease; }
.project-tile__format b { margin-left: 4px; font-size: 15px; font-weight: 400; vertical-align: -1px; }
.project-tile--placeholder { color: var(--white); }
.project-tile--placeholder::after { opacity: 1; mix-blend-mode: normal; }
.project-tile--grade .project-tile__title { margin-top: 25%; font-size: clamp(34px, 4.4vw, 65px); font-weight: 400; }
.project-tile--one .project-tile__title { align-self: flex-end; margin: auto 3% 9% auto; font-weight: 400; }
.project-tile--style .project-tile__title { margin: 28% auto 0; }
.project-tile--goodletter .project-tile__title,
.project-tile--neoluxor .project-tile__title,
.project-tile--ostruzina .project-tile__title,
.project-tile--poster .project-tile__title { margin-top: 2%; }
.project-tile--diary .project-tile__title { margin-top: 13%; }
.project-tile--ostruzina .project-tile__title { line-height: 1.08; }
.project-tile--farma .project-tile__title { margin-top: auto; margin-bottom: 5%; }
.project-tile--woodcock .project-tile__title { margin-top: 2%; }
.project-tile--bosou .project-tile__title { margin-top: 29%; }
.project-tile--books .project-tile__title { margin-top: auto; margin-bottom: 5%; }
.project-tile--homeo .project-tile__title { margin-top: 3%; }
.project-tile--clinli .project-tile__title { margin-top: auto; margin-bottom: 8%; }
.project-tile--grade .project-tile__image { --image-scale: 1.08; object-position: 52% 52%; }
.project-tile--one .project-tile__image { --image-scale: 1.06; object-position: 50% 50%; }
.project-tile--style .project-tile__image { --image-scale: 1.04; object-position: 50% 48%; }
.project-tile--goodletter .project-tile__image { --image-scale: 1.02; object-position: 50% 42%; }
.project-tile--ostruzina .project-tile__image { object-position: center 56%; }
.project-tile--poster .project-tile__image { --image-scale: 1.03; object-position: 50% 47%; }
.project-tile--hr .project-tile__image { --image-scale: 1.04; object-position: 51% 49%; }
.project-tile--neoluxor .project-tile__image { --image-scale: 1.02; object-position: 50% 47%; }
.project-tile--farma .project-tile__image { --image-scale: 1.4; object-position: right center; }
.project-tile--diary .project-tile__image { --image-scale: 1.02; object-position: 50% 46%; }
.project-tile--woodcock .project-tile__image { --image-scale: 1.02; object-position: 50% 50%; }
.project-tile--bosou .project-tile__image { --image-scale: 1.02; object-position: 50% 50%; }
.project-tile--books .project-tile__image { --image-scale: 1.03; object-position: 50% 48%; }
.project-tile--homeo .project-tile__image { --image-scale: 1.01; object-position: 50% 43%; }
@media (hover: hover) {
  .portfolio-category:hover,
  .portfolio-category:focus-visible {
    z-index: 1;
    box-shadow: none;
    transform: translateY(-3px);
    outline: 0 !important;
  }
  .project-tile:hover,
  .project-tile:focus-visible {
    z-index: 1;
    box-shadow: none;
    transform: translateY(-3px);
    outline: 0 !important;
  }
  .project-tile:hover .project-tile__image,
  .project-tile:focus-visible .project-tile__image { transform: scale(calc(var(--image-scale) - .035)); }
  .project-tile:hover .project-tile__title,
  .project-tile:focus-visible .project-tile__title { transform: none; }
  .project-tile:hover .project-tile__format,
  .project-tile:focus-visible .project-tile__format { opacity: 1; transform: translateY(0); }
}

@media (max-width: 960px) and (min-width: 721px) {
  .portfolio-categories {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 38px 0 52px;
    scroll-snap-type: x mandatory;
  }
  .portfolio-category {
    min-width: min(82vw, 340px);
    min-height: 0;
    padding: 22px;
    scroll-snap-align: start;
  }
  .portfolio-category__number { margin-bottom: 26px; }
  .portfolio-category h3 { font-size: clamp(44px, 14vw, 56px); letter-spacing: .025em; }
}

.project-chapters { display: none; }

.project-page {
  position: fixed;
  z-index: 20;
  inset: 0;
  width: 100%;
  height: 100dvh;
  padding: 0;
  overflow: auto;
  background: #fff;
  color: var(--ink);
  animation: project-page-enter 360ms ease both;
}
.project-page[hidden] { display: none; }
body:has(.project-page:not([hidden])) { overflow: hidden; }
@keyframes project-page-enter { from { opacity: 0; } to { opacity: 1; } }
.project-dialog__bar { 
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 18px 34px 16px;
  border-bottom: 0;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}
.project-page h2 { margin: 0; font-family: var(--montserrat); font-size: clamp(48px, 6vw, 88px); font-weight: 600; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.project-dialog__bar .project-dialog__tagline {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: var(--montserrat);
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.2;
  text-transform: uppercase;
}
.project-dialog__close { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 0; border-radius: 0; background: transparent; color: var(--ink); font-family: var(--sans); font-size: 34px; font-weight: 300; line-height: 1; }
.project-dialog__close:hover, .project-dialog__close:focus-visible { background: transparent; color: var(--muted); }
.project-dialog__intro { display: block; padding: 14px 34px 22px; }
.project-dialog__intro p { max-width: 34ch; margin: 0; color: var(--ink); font-size: clamp(22px, 3vw, 42px); font-weight: 400; letter-spacing: -.035em; line-height: 1.25; }
.woodcock-layout { display: grid; gap: 26px; padding: 0 34px 40px; }
.woodcock-layout img { display: block; width: 100%; height: 100%; object-fit: cover; }
.woodcock-layout__cards { aspect-ratio: 3 / 1.7; object-position: center; }
.woodcock-layout__pair { display: grid; grid-template-columns: 1fr 1.18fr; gap: 26px; align-items: stretch; }
.woodcock-layout__pair > img { min-height: 290px; }
.woodcock-layout__logo { padding: 0; object-fit: contain !important; background: transparent; }
.woodcock-layout__pair--bottom { grid-template-columns: .92fr 1.18fr; }
.woodcock-layout__stack { display: grid; grid-template-rows: 1fr 1fr; gap: 26px; }
.woodcock-layout__stack img { min-height: 0; }

.farma-layout { display: grid; gap: 26px; padding: 0 34px 40px; }
.farma-layout img { display: block; width: 100%; height: 100%; object-fit: cover; }
.farma-layout__opening { display: grid; grid-template-columns: .52fr 1fr; gap: 26px; align-items: stretch; }
.farma-layout__opening > img { max-height: 530px; object-position: center 42%; }
.farma-layout__marks { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 30px; background: #fff; }
.farma-layout__marks img { width: min(75%, 190px); height: auto; margin-inline: auto; object-fit: contain; }
.farma-layout__three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.farma-layout__three img { aspect-ratio: 1; }
.farma-layout__bag-detail { object-position: 23% 75%; }
.farma-layout__pattern-detail { object-position: 72% 24%; }
.farma-layout__two { display: grid; grid-template-columns: .95fr 1.1fr; gap: 26px; align-items: stretch; }
.farma-layout__two > img { min-height: 310px; }
.farma-layout__cards { display: grid; gap: 12px; align-content: center; padding: 30px; background: #fff; }
.farma-layout__cards img { height: auto; object-fit: contain; }
.farma-layout__two--bags { grid-template-columns: 1.15fr .85fr; }
.farma-layout__two--bags img { min-height: 0; aspect-ratio: 1; }
.farma-layout__two--bags img:last-child { object-fit: contain; padding: 8%; background: #fff; }
.farma-layout__interior { aspect-ratio: 1.5; object-position: center; }
.farma-layout__last { grid-template-columns: .95fr 1.1fr; }
.farma-layout__last img { min-height: 0; aspect-ratio: 1.35; }

.bosou-layout { display: grid; gap: 26px; padding: 0 34px 40px; }
.bosou-layout img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bosou-layout__opening { display: grid; grid-template-columns: .9fr 1.18fr; gap: 26px; }
.bosou-layout__logo { position: relative; display: grid; min-height: 410px; place-items: center; overflow: hidden; }
.bosou-layout__logo img { width: min(68%, 244px); height: 210px; object-fit: cover; object-position: center; }
.bosou-layout__logo::after { position: absolute; right: 0; bottom: 0; left: 0; height: 29%; background: #fff; content: ''; }
.bosou-layout__gift-scene { min-height: 410px; object-position: center; }
.bosou-layout__socks { aspect-ratio: 1.5; object-position: center; }
.bosou-layout__bottom { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; }
.bosou-layout__bottom > img { aspect-ratio: 1; }
.bosou-layout__cards { display: grid; gap: 26px; align-content: center; }
.bosou-layout__cards img { aspect-ratio: 1.8; }
.project-chapter {
  display: grid;
  grid-template-columns: minmax(190px, .5fr) minmax(0, 1.5fr);
  gap: 38px;
  align-items: start;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.project-chapter__intro { padding-top: 3px; }
.project-chapter__number { margin: 0 0 30px; color: var(--rose); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.project-chapter h3 { margin: 0 0 16px; font-family: var(--sans); font-size: clamp(38px, 4.4vw, 66px); font-weight: 700; letter-spacing: -.065em; line-height: .88; }
.project-chapter__details { max-width: 28ch; }
.project-chapter__details p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.project-chapter__details p + p { margin-top: 18px; }
.project-chapter__details .project-chapter__facts { color: var(--ink); font-size: 11px; font-weight: 500; letter-spacing: .04em; line-height: 1.45; text-transform: uppercase; }
.project-chapter img { width: 100%; min-height: 420px; object-fit: cover; background: var(--paper-deep); }
.project-chapter--grade img { object-position: center; }
.project-chapter--one img { object-position: center 45%; }
.project-chapter--goodletter img { object-position: center; }
.project-chapter--books img { object-position: center; }
.project-chapter--posters img { object-position: center; }
.project-chapter--identity img { object-position: center; }
.project-gallery { display: grid; grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.project-gallery img { width: 100%; min-height: 0; height: 260px; padding: 10px; object-fit: contain; background: var(--paper-deep); }
.project-gallery img:first-child { grid-column: span 2; height: 340px; }
.project-gallery--farma { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.project-gallery--farma img:first-child { grid-column: span 2; }

.collaborations {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(0, 1.2fr);
  gap: 42px;
  margin-top: 128px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.collaborations__heading .eyebrow { color: var(--rose); }
.collaborations h2, .contact h2 { font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; }
.collaborations h2 { margin: 0; font-size: clamp(40px, 3.8vw, 58px); letter-spacing: -.018em; line-height: .96; }
.collaborations__list { margin: 0; padding: 0; list-style: none; }
.collaborations__list li {
  display: grid;
  grid-template-columns: minmax(180px, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.collaborations__list li:last-child { border-bottom: 1px solid var(--line); }
.collaborations__list strong { font-size: 14px; font-weight: 500; line-height: 1.35; }
.collaborations__list span { color: var(--muted); font-size: 14px; line-height: 1.35; }

.about { padding: 136px 0; border-top: 1px solid var(--line); }
.about > .eyebrow, .contact > .eyebrow { color: var(--rose); }
.about__layout { display: grid; grid-template-columns: 1.25fr .65fr; gap: 90px; }
.about h2 { max-width: 780px; margin: 0; font-family: var(--montserrat); font-size: clamp(41px, 4.7vw, 67px); font-weight: 400; letter-spacing: -.018em; line-height: 1; }
.about__copy { max-width: 430px; padding-top: 10px; }
.about__copy p { margin-bottom: 20px; font-size: 16px; line-height: 1.7; }

.contact { width: 100%; padding: 128px max(40px, calc((100vw - 1280px) / 2)); background: var(--rose-pale); }
.contact h2 { max-width: 800px; margin-bottom: 16px; font-size: clamp(48px, 6vw, 90px); letter-spacing: -.025em; line-height: .94; }
.contact > p:not(.eyebrow):not(.contact__note) { max-width: 420px; margin-bottom: 28px; font-size: 17px; line-height: 1.6; }
.contact__note { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 40px; background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 720px) {
  :root { --content: min(100% - 40px, 620px); }
  .site-header { padding: 28px 28px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-header__brand, .site-header__menu { font-size: 12px; }
  .site-header__menu { gap: 14px; }
  .hero__pager { right: 28px; bottom: 28px; }
  h1 { font-size: clamp(42px, 12.5vw, 54px); }
  .hero__intro { font-size: 16px; }
  .portfolio { padding: 84px 0; }
  .section-heading { display: block; padding-bottom: 38px; }
  .section-heading h2 { margin-bottom: 22px; font-size: clamp(40px, 12vw, 54px); }
  .portfolio-categories {
    width: calc(100vw - 20px);
    margin-right: calc(50% - 50vw);
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 38px 0 52px;
    scroll-snap-type: x mandatory;
  }
  .portfolio-category {
    min-width: min(82vw, 340px);
    min-height: 0;
    padding: 22px;
    border-radius: 0;
    scroll-snap-align: start;
  }
  .portfolio-category__number { margin-bottom: 26px; }
  .portfolio-category h3 { font-size: clamp(44px, 14vw, 56px); letter-spacing: .025em; }
  .portfolio-category__copy p { font-size: 12px; }
  .project-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 72px;
  }
  .project-tile { padding: 12px; }
  .project-tile__title { font-size: clamp(30px, 8.5vw, 44px); }
  .project-chapters { gap: 72px; }
  .project-chapter { grid-template-columns: 1fr; gap: 24px; padding-top: 22px; }
  .project-chapter__number { margin-bottom: 20px; }
  .project-chapter h3 { font-size: clamp(46px, 14vw, 60px); }
  .project-chapter__details { max-width: 34ch; }
  .project-chapter img { min-height: 0; aspect-ratio: 4 / 3; }
  .project-gallery { grid-column: 1; gap: 10px; }
  .project-gallery img { height: 170px; padding: 6px; }
  .project-gallery img:first-child { height: 230px; }
  .project-gallery--farma { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collaborations { grid-template-columns: 1fr; gap: 26px; margin-top: 84px; }
  .collaborations h2 { font-size: 46px; }
  .collaborations__list li { grid-template-columns: 1fr; gap: 4px; padding: 15px 0; }
  .about { padding: 84px 0; }
  .about__layout { grid-template-columns: 1fr; gap: 28px; }
  .about h2 { font-size: clamp(40px, 12vw, 54px); }
  .contact { padding: 84px 20px; }
  .contact h2 { font-size: clamp(46px, 14vw, 62px); }
  .footer { padding: 24px 20px; flex-direction: column; }
  .project-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .project-dialog__bar { padding: 18px 18px 16px; }
  .project-dialog__intro { grid-template-columns: 1fr; gap: 16px; padding: 24px 18px 20px; }
  .woodcock-layout { gap: 12px; padding: 0 18px 24px; }
  .woodcock-layout__pair, .woodcock-layout__pair--bottom { grid-template-columns: 1fr; gap: 12px; }
  .woodcock-layout__pair > img { min-height: 0; aspect-ratio: 1.33; }
  .woodcock-layout__stack { gap: 12px; }
  .woodcock-layout__cards { aspect-ratio: 1.4; }
  .farma-layout { gap: 12px; padding: 0 18px 24px; }
  .farma-layout__opening, .farma-layout__two, .farma-layout__two--bags, .farma-layout__last { grid-template-columns: 1fr; gap: 12px; }
  .farma-layout__opening > img { max-height: none; aspect-ratio: .9; }
  .farma-layout__marks { flex-direction: row; padding: 18px; }
  .farma-layout__marks img { width: min(36%, 140px); margin: 0; }
  .farma-layout__three { gap: 12px; }
  .farma-layout__two > img { min-height: 0; }
  .bosou-layout { gap: 12px; padding: 0 18px 24px; }
  .bosou-layout__opening, .bosou-layout__bottom { grid-template-columns: 1fr; gap: 12px; }
  .bosou-layout__logo, .bosou-layout__gift-scene { min-height: 260px; }
  .bosou-layout__logo img { width: min(70%, 190px); height: 165px; }
  .bosou-layout__cards { gap: 12px; }
}
