@font-face {
  font-family: "Abril Fatface SPK";
  src: url("/ru-v1-case-cheesedairy-v1/assets/abril-fatface.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --cheese-black: #090909;
  --cheese-charcoal: #242326;
  --cheese-paper: #f0ece4;
  --cheese-paper-light: #faf8f3;
  --cheese-silver: #d9d9d6;
  --cheese-purple: #403a60;
  --cheese-yellow: #ffb81c;
  --cheese-line: rgba(9, 9, 9, .17);
  --cheese-line-light: rgba(255, 255, 255, .22);
  --cheese-gutter: clamp(24px, 4.4vw, 84px);
  --cheese-space: clamp(96px, 10vw, 178px);
  --cheese-display: var(--display, "Arial Narrow", "Helvetica Neue", Arial, sans-serif);
  --cheese-sans: var(--sans, "Helvetica Neue", Arial, sans-serif);
}

* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-h, 76px) + 18px); }
body.cheesedairy-case { margin: 0; background: var(--cheese-paper); color: var(--cheese-black); font-family: var(--cheese-sans); font-size: 18px; line-height: 1.5; }
.cheesedairy-case img { display: block; max-width: 100%; }
.cheesedairy-case figure { margin: 0; }
.cheesedairy-case .shell { width: min(100%, 1680px); margin-inline: auto; padding-inline: var(--cheese-gutter); }
.cheesedairy-case .case-section { position: relative; padding-block: var(--cheese-space); }
.cheesedairy-case .eyebrow { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.cheesedairy-case h1,
.cheesedairy-case h2,
.cheesedairy-case h3 { margin: 0; font-family: var(--cheese-display); font-weight: 400; line-height: .87; letter-spacing: -.045em; }
.cheesedairy-case h2 { font-size: clamp(62px, 7.2vw, 138px); }
.cheesedairy-case p { margin: 0; }
.cheesedairy-case figcaption { margin-top: 10px; font-size: 10px; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

.section-heading { display: grid; grid-template-columns: minmax(150px, .28fr) 1fr; gap: clamp(36px, 5vw, 90px); align-items: start; }
.section-heading h2 { max-width: 1280px; }
.section-heading--light { color: var(--cheese-paper-light); }

/* Hero */
.cheese-hero { position: relative; min-height: calc(100svh - var(--header-h, 76px)); overflow: hidden; background: var(--cheese-black); color: var(--cheese-paper-light); isolation: isolate; }
.cheese-hero__media { position: absolute; inset: 0; z-index: -3; }
.cheese-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; scale: 1.015; animation: cheese-hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.cheese-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,7,8,.9) 0%, rgba(7,7,8,.67) 31%, rgba(7,7,8,.22) 61%, rgba(7,7,8,.4) 100%), linear-gradient(0deg, rgba(7,7,8,.64), transparent 42%); }
.cheese-hero__top { display: flex; justify-content: space-between; gap: 32px; padding-top: clamp(30px, 4vw, 64px); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.cheese-hero__kicker { max-width: 620px; }
.cheese-hero__code { color: rgba(255,255,255,.52); }
.cheese-hero__bottom { position: absolute; right: 0; bottom: clamp(28px, 5.5vh, 72px); left: 0; }
.cheese-hero__lead { max-width: 650px; font-size: clamp(30px, 3.15vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.cheese-hero__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.cheese-hero__tags span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.46); border-radius: 999px; font-size: 11px; }
.cheese-hero__bottom > a { position: absolute; right: var(--cheese-gutter); bottom: 0; display: flex; gap: 12px; align-items: center; color: inherit; font-size: 11px; text-decoration: none; }
@keyframes cheese-hero-in { from { opacity: 0; scale: 1.08; } to { opacity: 1; scale: 1.015; } }

/* Index */
.cheesedairy-case .case-index { position: relative !important; top: auto !important; z-index: 4; display: grid; grid-template-columns: repeat(6, 1fr); background: var(--cheese-black); color: var(--cheese-paper-light); }
.cheesedairy-case .case-index a { display: flex; min-height: 78px; gap: 18px; align-items: center; padding: 19px clamp(18px, 2.3vw, 42px); border-right: 1px solid var(--cheese-line-light); font-size: 12px; text-decoration: none; }
.cheesedairy-case .case-index a:last-child { border-right: 0; }
.cheesedairy-case .case-index a span { color: var(--cheese-yellow); font-size: 9px; }
.cheesedairy-case .case-index a[aria-current="true"] { background: var(--cheese-purple); }

/* Context */
.context { background: var(--cheese-paper); }
.context__grid { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(56px, 9vw, 160px); margin-top: clamp(86px, 9vw, 154px); }
.context__scope { display: grid; align-content: start; }
.context__scope span { padding: 16px 0; border-top: 1px solid var(--cheese-line); font-size: 14px; }
.context__scope span:last-child { border-bottom: 1px solid var(--cheese-line); }
.context__copy { max-width: 900px; font-size: clamp(19px, 1.4vw, 24px); line-height: 1.5; }
.context__copy p + p { margin-top: 1.25em; }
.context__facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(86px, 10vw, 168px); border-top: 1px solid var(--cheese-line); border-left: 1px solid var(--cheese-line); }
.context__facts article { min-height: 240px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--cheese-line); border-bottom: 1px solid var(--cheese-line); }
.context__facts strong { font-family: var(--cheese-display); font-size: clamp(72px, 7vw, 130px); font-weight: 400; line-height: .8; color: var(--cheese-purple); }
.context__facts span { max-width: 210px; font-size: 13px; }

/* Identity */
.identity { padding-bottom: 0 !important; overflow: hidden; background: var(--cheese-purple); color: var(--cheese-paper-light); }
.identity__header { display: grid; grid-template-columns: 1fr minmax(280px, .42fr); gap: clamp(44px, 7vw, 120px); align-items: end; }
.identity__header .eyebrow { grid-column: 1 / -1; color: var(--cheese-yellow); }
.identity__header p:last-child { max-width: 600px; font-size: 18px; }
.identity__stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 3vw, 52px); align-items: center; margin-top: clamp(82px, 10vw, 165px); }
.identity__stage figure { min-width: 0; display: grid; place-items: center; }
.identity__stage figure img { width: min(75%, 440px); height: auto; filter: brightness(0) invert(1); opacity: .92; }
.identity__stage figcaption { justify-self: start; width: 100%; padding-top: 17px; border-top: 1px solid var(--cheese-line-light); color: rgba(255,255,255,.62); }
.identity__strip { width: 100vw; margin-top: clamp(84px, 9vw, 150px) !important; background: #fff; }
.identity__strip img { width: 100%; height: auto; }
.identity__strip figcaption { padding: 0 var(--cheese-gutter) 16px; color: rgba(9,9,9,.54); }
.identity__system { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(48px, 8vw, 132px); align-items: start; padding-top: clamp(94px, 10vw, 172px); padding-bottom: clamp(94px, 10vw, 172px); }
.identity__system > figure img { width: 100%; height: auto; }
.identity__system > figure figcaption { color: rgba(255,255,255,.6); }
.identity__type { padding-top: 8px; }
.identity__palette { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 36px; }
.identity__palette span { min-height: 150px; display: flex; align-items: end; padding: 18px; background: var(--swatch); color: var(--ink); font-size: 11px; letter-spacing: .1em; }
.identity__specimen { margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--cheese-line-light); }
.identity__specimen strong { display: block; font-family: "Abril Fatface SPK", Georgia, serif; font-size: clamp(68px, 7vw, 124px); font-weight: 400; line-height: .9; color: var(--cheese-yellow); }
.identity__specimen span { display: block; margin-top: 20px; font-size: 10px; letter-spacing: .13em; }
.identity__specimen p { max-width: 510px; margin-top: 36px; color: rgba(255,255,255,.68); font-size: 14px; }

/* Premium */
.premium { overflow: hidden; background: var(--cheese-black); color: var(--cheese-paper-light); }
.premium .eyebrow { color: var(--cheese-yellow); }
.premium__lead { max-width: 780px; margin: clamp(56px, 7vw, 112px) 0 0 34%; font-size: clamp(22px, 2vw, 34px); line-height: 1.27; letter-spacing: -.025em; }
.cheesedairy-case .premium__lead { position: relative; inset-block-start: 95.9px; }
.premium__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; align-items: start; margin-top: clamp(88px, 10vw, 168px); }
.premium__grid img { width: 100%; height: 100%; object-fit: cover; }
.premium__grid figcaption { color: rgba(255,255,255,.56); }
.premium__hero { grid-column: 1 / span 8; }
.premium__hero img { aspect-ratio: 1.5; }
.premium__grid > figure:nth-child(2) { grid-column: 9 / -1; }
.premium__grid > figure:nth-child(2) img { aspect-ratio: .78; object-position: 51% center; }
.premium__grid > figure:nth-child(3) { grid-column: 1 / span 5; margin-top: 8vw; }
.premium__grid > figure:nth-child(3) img { aspect-ratio: 1; object-position: 58% center; }
.premium__detail { grid-column: 6 / -1; margin-top: 2vw; }
.premium__detail img { aspect-ratio: 1.43; }
.materials { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: clamp(90px, 11vw, 184px); border-top: 1px solid var(--cheese-line-light); border-left: 1px solid var(--cheese-line-light); }
.materials article { min-width: 0; padding: 22px; border-right: 1px solid var(--cheese-line-light); border-bottom: 1px solid var(--cheese-line-light); }
.materials__sample { display: block; width: 100%; aspect-ratio: 1; margin-bottom: 28px; }
.materials__sample img { display: block; width: 100%; height: 100%; object-fit: contain; }
.materials article:nth-child(-n+3) .materials__sample img { clip-path: circle(48.8% at 50% 50%); }
.materials article:nth-child(2) .materials__sample,
.materials article:nth-child(3) .materials__sample { clip-path: circle(48.8% at 50% 50%); }
.materials article:nth-child(2) .materials__sample img,
.materials article:nth-child(3) .materials__sample img { clip-path: none; transform: scale(1.035); }
.materials strong { display: block; font-size: 16px; font-weight: 500; }
.materials small { display: block; margin-top: 8px; color: rgba(255,255,255,.53); font-size: 11px; line-height: 1.4; }

/* Engineering */
.engineering { overflow: hidden; background: var(--cheese-paper-light); }
.engineering__header { display: grid; grid-template-columns: 1fr minmax(280px, .42fr); gap: 64px; align-items: end; }
.engineering__header .eyebrow { grid-column: 1 / -1; color: var(--cheese-purple); }
.engineering__header p:last-child { max-width: 600px; font-size: 18px; }
.engineering__rail { display: flex; gap: 24px; width: 100vw; margin-top: clamp(86px, 10vw, 166px); padding: 0 var(--cheese-gutter) 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-y; }
.engineering__rail::-webkit-scrollbar { display: none; }
.engineering__rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.engineering__rail figure { flex: 0 0 min(78vw, 1280px); scroll-snap-align: center; }
.engineering__rail img { width: 100%; height: auto; aspect-ratio: 1.98; object-fit: cover; background: #fff; }
.engineering__rail figcaption { color: rgba(9,9,9,.5); }
.engineering__hint { display: flex; justify-content: flex-end; align-items: center; margin-top: 22px; color: rgba(9,9,9,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.engineering__hint div,
.photography__controls div { display: flex; gap: 8px; }
.engineering__hint button,
.photography__controls button { width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }

/* Standard */
.standard { padding-bottom: 0 !important; overflow: hidden; background: var(--cheese-paper); }
.standard__header { display: grid; grid-template-columns: 1fr minmax(300px, .4fr); gap: clamp(50px, 8vw, 130px); align-items: end; }
.standard__header .eyebrow { grid-column: 1 / -1; color: var(--cheese-purple); }
.standard__header p:last-child { max-width: 610px; font-size: 18px; }
.standard__wheel { margin: clamp(88px, 10vw, 172px) 0 0 auto !important; width: 86%; }
.standard__wheel img { width: 100%; height: auto; }
.standard__wheel figcaption { color: rgba(9,9,9,.48); }
.standard__line { width: 100vw; margin-top: clamp(86px, 10vw, 160px) !important; background: #eee; }
.standard__line img { width: 100%; height: auto; }
.standard__line figcaption { padding: 0 var(--cheese-gutter) 18px; color: rgba(9,9,9,.48); }

/* Photography */
.photography { overflow: hidden; background: var(--cheese-purple); color: var(--cheese-paper-light); }
.photography__header { display: grid; grid-template-columns: 1fr minmax(300px, .4fr); gap: clamp(48px, 8vw, 128px); align-items: end; }
.photography__header .eyebrow { grid-column: 1 / -1; color: var(--cheese-yellow); }
.photography__header p:last-child { max-width: 600px; font-size: 18px; }
.photo-rail { display: flex; gap: 22px; width: 100vw; margin-top: clamp(86px, 10vw, 166px); padding: 0 var(--cheese-gutter) 24px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; cursor: grab; touch-action: pan-y; }
.photo-rail::-webkit-scrollbar { display: none; }
.photo-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.photo-rail figure { flex: 0 0 min(68vw, 1160px); scroll-snap-align: center; }
.photo-rail img { width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; }
.photo-rail figcaption { color: rgba(255,255,255,.6); }
.photography__controls { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; color: rgba(255,255,255,.66); }
.photography__controls p { font-family: var(--cheese-display); font-size: 42px; }
.photography__controls button { color: var(--cheese-paper-light); }

/* Award */
.award { overflow: hidden; background: var(--cheese-yellow); color: var(--cheese-black); }
.award__grid { display: grid; grid-template-columns: 1fr .56fr; gap: clamp(60px, 9vw, 150px); align-items: end; }
.award h2 { margin-top: 38px; font-size: clamp(86px, 11.5vw, 215px); line-height: .78; letter-spacing: -.07em; }
.award__copy { position: relative; z-index: 2; padding-bottom: 8px; }
.award__category { font-size: clamp(24px, 2.4vw, 42px); line-height: 1.03; }
.award__trophy { display: block; width: min(100%, 320px); height: auto; margin-top: 34px; }
.award__description { max-width: 600px; margin-top: 42px; font-size: 18px; }
.award__entry { margin-top: 54px !important; padding-top: 20px; border-top: 1px solid rgba(9,9,9,.36); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.award__entry a { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; color: inherit; text-decoration: none; transition: opacity .2s ease; }
.award__entry a::after { content: "↗"; flex: 0 0 auto; font-size: 1.15em; line-height: 1; }
.award__entry a:hover { opacity: .58; }
.award__entry a:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }

@media (min-width: 1121px) {
  .award__grid > header > .eyebrow { transform: translateY(-145.1px); }
  #award-title { transform: translateY(-109.8px); }
  .award__trophy { transform: translateY(55.8px); }
  .award__description { transform: translateY(130.5px); }
  .award__entry { transform: translateY(102px); }
}

/* Result and related */
.result { background: var(--cheese-paper-light); }
.result__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(58px, 10vw, 170px); margin-top: clamp(84px, 10vw, 162px); }
.result__grid > div { max-width: 830px; font-size: clamp(23px, 2.05vw, 36px); line-height: 1.32; letter-spacing: -.025em; }
.result__grid > div p + p { margin-top: 1.2em; }
.result__grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cheese-line); }
.result__grid li { padding: 18px 0; border-bottom: 1px solid var(--cheese-line); font-size: 14px; }
.related { background: var(--cheese-black); color: var(--cheese-paper-light); }
.related__grid { display: grid; grid-template-columns: .68fr 1fr; gap: clamp(50px, 8vw, 128px); align-items: center; }
.related h2 { margin-top: 36px; color: var(--cheese-yellow); }
.related__grid > div > p:not(.eyebrow) { max-width: 560px; margin-top: 34px; color: rgba(255,255,255,.68); }
.related__link { display: inline-block; margin-top: 36px; color: inherit; font-size: 13px; text-decoration: none; }
.related__card { position: relative; overflow: hidden; color: inherit; text-decoration: none; }
.related__card img { width: 100%; aspect-ratio: 1.4; object-fit: cover; transition: transform .5s ease; }
.related__card span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; background: rgba(9,9,9,.83); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.related__card:hover img { transform: scale(1.025); }
.cheesedairy-case .contact { --text-gradient: linear-gradient(105deg, var(--cheese-yellow), #f1d4a4, var(--cheese-silver)); background: radial-gradient(circle at 90% 7%, rgba(255,184,28,.14), transparent 32%), var(--cheese-black); }
.cheesedairy-case .contact .eyebrow { color: var(--cheese-yellow); }
.cheesedairy-case .contact .button { background: var(--cheese-yellow); color: var(--cheese-black); }
.cheesedairy-case .contact__inner { min-height: 82svh; display: grid; grid-template-columns: minmax(160px,.25fr) 1fr; grid-template-rows: auto 1fr; gap: 50px; align-items: start; padding-top: var(--cheese-space); padding-bottom: var(--cheese-space); }
.cheesedairy-case .contact__inner h2 { max-width: 1240px; color: var(--cheese-paper-light); }
.cheesedairy-case .contact__inner > div { grid-column: 2; display: flex; gap: 24px; align-items: center; align-self: end; }
.cheesedairy-case .contact__inner > div p { max-width: 560px; color: rgba(255,255,255,.66); }
.cheesedairy-case .contact__inner a:not(.button) { color: var(--cheese-paper-light); white-space: nowrap; }
.cheesedairy-case .site-footer { border-top-color: rgba(255,255,255,.18); }

html.is-static .cheesedairy-case *,
html.is-static .cheesedairy-case *::before,
html.is-static .cheesedairy-case *::after { animation: none !important; transition: none !important; }
html.is-static .cheesedairy-case [data-reveal] { opacity: 1 !important; transform: none !important; }

@media (max-width: 1120px) {
  .cheesedairy-case .case-index { grid-template-columns: repeat(3, 1fr); }
  .cheesedairy-case .case-index a:nth-child(-n+3) { border-bottom: 1px solid var(--cheese-line-light); }
  .cheesedairy-case .case-index a:nth-child(3n) { border-right: 0; }
  .context__facts { grid-template-columns: repeat(2, 1fr); }
  .materials { grid-template-columns: repeat(3, 1fr); }
  .materials article:nth-child(3) { border-right: 0; }
  .materials article:nth-child(n+4) { border-top: 0; }
  .identity__stage { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  body.cheesedairy-case { font-size: 16px; }
  .cheesedairy-case .case-section { padding-block: 86px; }
  .cheesedairy-case h2 { font-size: clamp(50px, 14.2vw, 78px); line-height: .9; }
  .section-heading,
  .identity__header,
  .engineering__header,
  .standard__header,
  .photography__header { display: block; }
  .section-heading h2,
  .identity__header h2,
  .engineering__header h2,
  .standard__header h2,
  .photography__header h2 { margin-top: 28px; }
  .identity__header p:last-child,
  .engineering__header p:last-child,
  .standard__header p:last-child,
  .photography__header p:last-child { margin-top: 34px; font-size: 16px; }

  .cheese-hero { min-height: max(700px, calc(100svh - var(--header-h, 76px))); }
  .cheese-hero__media img { object-position: 62% center; }
  .cheese-hero__shade { background: linear-gradient(180deg, rgba(7,7,8,.52), rgba(7,7,8,.04) 42%, rgba(7,7,8,.83) 78%), linear-gradient(90deg, rgba(7,7,8,.65), transparent 70%); }
  .cheese-hero__top { padding-top: 26px; font-size: 9px; }
  .cheese-hero__kicker { max-width: 230px; }
  .cheese-hero__bottom { bottom: 32px; }
  .cheese-hero__lead { max-width: 330px; font-size: 34px; }
  .cheese-hero__bottom > a { position: static; margin-top: 25px; }
  .cheese-hero__tags { max-width: 320px; }
  .cheesedairy-case .case-index { grid-template-columns: repeat(2, 1fr); }
  .cheesedairy-case .case-index a { min-height: 66px; padding: 16px 14px; font-size: 10px; }
  .cheesedairy-case .case-index a:nth-child(3n) { border-right: 1px solid var(--cheese-line-light); }
  .cheesedairy-case .case-index a:nth-child(2n) { border-right: 0; }
  .cheesedairy-case .case-index a:nth-child(-n+4) { border-bottom: 1px solid var(--cheese-line-light); }

  .context__grid { grid-template-columns: 1fr; gap: 58px; margin-top: 64px; }
  .context__copy { font-size: 18px; }
  .context__facts { grid-template-columns: 1fr 1fr; margin-top: 76px; }
  .context__facts article { min-height: 180px; padding: 17px; }
  .context__facts strong { font-size: 68px; }
  .context__facts span { font-size: 11px; }

  .identity__stage { grid-template-columns: 1fr; gap: 70px; margin-top: 68px; }
  .identity__stage figure img { width: min(68vw, 330px); }
  .identity__strip { margin-top: 80px !important; overflow: hidden; }
  .identity__strip img { width: 190%; max-width: none; transform: translateX(-45%); }
  .identity__system { grid-template-columns: 1fr; gap: 70px; padding-top: 82px; padding-bottom: 86px; }
  .identity__palette span { min-height: 120px; }
  .identity__specimen strong { font-size: 72px; }

  .premium__lead { margin: 44px 0 0; font-size: 21px; }
  .cheesedairy-case .premium__lead { position: static; inset-block-start: auto; }
  .premium__grid { display: block; margin-top: 70px; }
  .premium__grid figure + figure { margin-top: 60px; }
  .premium__grid img { aspect-ratio: 4 / 3 !important; object-fit: cover; }
  .premium__grid > figure:nth-child(2) img { object-position: center; }
  .materials { grid-template-columns: 1fr 1fr; margin-top: 82px; }
  .materials article:nth-child(3) { border-right: 1px solid var(--cheese-line-light); }
  .materials article:nth-child(2n) { border-right: 0; }
  .materials article:last-child { grid-column: 1 / -1; }
  .materials__sample { margin-bottom: 18px; }

  .engineering__rail { gap: 14px; margin-top: 68px; padding-inline: 24px; }
  .engineering__rail figure { flex-basis: 88vw; }
  .engineering__rail img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .engineering__hint { margin-top: 12px; }

  .standard__wheel { width: 116%; margin-top: 68px !important; margin-left: -16% !important; }
  .standard__wheel figcaption { padding-left: 16%; }
  .standard__line { margin-top: 70px !important; overflow: hidden; }
  .standard__line img { width: 170%; max-width: none; transform: translateX(-34%); }
  .photo-rail { gap: 14px; margin-top: 70px; padding-inline: 24px; }
  .photo-rail figure { flex-basis: 88vw; }
  .photo-rail img { aspect-ratio: 4 / 3; }
  .photography__controls p { font-size: 34px; }

  .award__grid { grid-template-columns: 1fr; gap: 76px; }
  .award h2 { font-size: 24vw; }
  .award__copy { max-width: 500px; }
  .award__category { font-size: 29px; }
  .award__trophy { width: min(78vw, 300px); margin-top: 30px; }
  .award__description { margin-top: 35px; font-size: 16px; }
  .award__entry { margin-top: 38px !important; }

  .result__grid { grid-template-columns: 1fr; gap: 68px; margin-top: 68px; }
  .result__grid > div { font-size: 23px; }
  .related__grid { grid-template-columns: 1fr; gap: 62px; }
  .related h2 { font-size: 21vw; }
  .related__card span { right: 10px; bottom: 10px; max-width: calc(100% - 20px); }
  .cheesedairy-case .contact__grid,
  .cheesedairy-case .contact__inner { min-width: 0; grid-template-columns: 1fr; gap: 44px; }
  .cheesedairy-case .contact__inner > div { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .cheesedairy-case .contact__inner h2 { font-size: clamp(52px, 15vw, 78px); }
}

@media (max-width: 430px) {
  .context__facts { grid-template-columns: 1fr; }
  .materials { grid-template-columns: 1fr; }
  .materials article,
  .materials article:nth-child(2n),
  .materials article:nth-child(3) { border-right: 1px solid var(--cheese-line-light); }
  .materials article:last-child { grid-column: auto; }
}

@media (hover: none), (pointer: coarse) {
  .related__card img { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  .cheesedairy-case *,
  .cheesedairy-case *::before,
  .cheesedairy-case *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .cheesedairy-case [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media print {
  body.cheesedairy-case { padding-top: 0; background: #fff; color: #000; }
  .cheesedairy-case .site-header,
  .cheesedairy-case .mobile-menu,
  .cheesedairy-case .case-index,
  .cheesedairy-case .contact,
  .engineering__hint,
  .photography__controls { display: none !important; }
  .cheese-hero,
  .identity,
  .premium,
  .photography,
  .related { background: #fff !important; color: #000 !important; }
  .cheese-hero { min-height: 720px; }
  .js .cheesedairy-case [data-reveal] { opacity: 1 !important; transform: none !important; }
  .engineering__rail,
  .photo-rail { overflow: visible; flex-wrap: wrap; }
}
