/* ==========================================================================
   B22 — unified Arabic web system
   Studio, creator house, brand gateway.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,700;12..96,800&family=Inter:wght@400;500;600;700;800&display=swap');

@font-face {
  font-family: 'Fatimah';
  src: url('../fonts/itfFatimahArabic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fatimah';
  src: url('../fonts/itfFatimahArabic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fatimah';
  src: url('../fonts/itfFatimahArabic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fatimah';
  src: url('../fonts/itfFatimahArabic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fatimah';
  src: url('../fonts/itfFatimahArabic-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #E1D7AF;
  --paper-2: #EEE5C0;
  --paper-3: #F7F1DC;
  --green: #6C7F43;
  --green-dark: #3F4A28;
  --green-deep: #004B29;
  --black: #0B0B0A;
  --ink: #171713;
  --red: #C93A32;
  --yellow: #FFB700;
  --blue: #8DCED1;
  --pink: #ECB0B4;
  --mint: #A7D9B6;
  --identity-red: #BB253C;
  --identity-orange: #F33B03;
  --identity-blue: #0D4485;
  --line: rgba(63, 74, 40, 0.22);
  --line-dark: rgba(225, 215, 175, 0.22);

  --font-ar: 'Fatimah', 'Bricolage Grotesque', sans-serif;
  --font-ui: 'Inter', 'Bricolage Grotesque', sans-serif;
  --font-latin: 'Bricolage Grotesque', 'Inter', sans-serif;

  --t-xs: clamp(0.72rem, 0.16vw + 0.68rem, 0.82rem);
  --t-sm: clamp(0.88rem, 0.22vw + 0.82rem, 1rem);
  --t-base: clamp(1.02rem, 0.36vw + 0.94rem, 1.18rem);
  --t-md: clamp(1.2rem, 0.78vw + 1rem, 1.55rem);
  --t-lg: clamp(1.55rem, 1.5vw + 1rem, 2.25rem);
  --t-xl: clamp(2.1rem, 3vw + 1rem, 4rem);
  --t-2xl: clamp(3rem, 5.8vw + 1rem, 7rem);
  --t-3xl: clamp(4rem, 9vw + 1rem, 11rem);

  --s-1: 0.5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 3rem;
  --s-6: 4.5rem;
  --s-7: 6rem;
  --s-8: 9rem;
  --s-9: 12rem;

  --max: 1380px;
  --max-mid: 1040px;
  --max-narrow: 720px;
  --pad: clamp(1.1rem, 3.4vw, 3.8rem);
  --radius: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  background: var(--paper-3);
  color: var(--green-dark);
  font-family: var(--font-ar);
  font-size: var(--t-base);
  line-height: 1.65;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
.page-title,
.h-display,
.hero-title,
.h-section,
.section-title,
.news-title,
.portal-name,
.manifesto-text,
.manifesto-text-big,
.promise-text,
.poster-title,
.recommend-copy h2,
.craft-title h2,
.work-poster h3 {
  line-height: 1.58;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: multiply;
}

img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { border: 0; cursor: pointer; background: transparent; }
::selection { background: var(--red); color: var(--paper-3); }

.latin,
bdi,
[dir='ltr'] {
  direction: ltr;
  unicode-bidi: isolate;
  font-family: var(--font-latin);
  letter-spacing: -0.02em;
}

.wrap,
.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.wrap-mid,
.container-tight {
  width: 100%;
  max-width: var(--max-mid);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.wrap-narrow {
  width: 100%;
  max-width: var(--max-narrow);
  margin: 0 auto;
  padding: 0 var(--pad);
}

section {
  position: relative;
  padding: var(--s-7) 0;
}

section.tall { padding: var(--s-8) 0; }
section.tight { padding: var(--s-5) 0; }
section.paper { background: var(--paper); }
section.dark {
  background: var(--black);
  color: var(--paper-3);
}
section.green {
  background: var(--green-deep);
  color: var(--paper-3);
}
section.red {
  background: var(--red);
  color: var(--paper-3);
}

p {
  color: inherit;
  max-width: 64ch;
}

.muted { opacity: 0.72; }
.mt-1 { margin-top: var(--s-1); }
.mt-2 { margin-top: var(--s-2); }
.mt-3 { margin-top: var(--s-3); }
.mt-4 { margin-top: var(--s-4); }
.mt-5 { margin-top: var(--s-5); }
.mb-3 { margin-bottom: var(--s-3); }
.mb-5 { margin-bottom: var(--s-5); }

.eyebrow,
.hero-tag,
.meta {
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  font-weight: 800;
  letter-spacing: 0.04em;
  unicode-bidi: isolate;
}

.eyebrow,
.hero-tag {
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.eyebrow::before,
.hero-tag::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 2px;
  background: currentColor;
}

.meta {
  color: inherit;
  opacity: 0.68;
}

.h-display,
.hero-title {
  font-family: var(--font-ar);
  font-size: var(--t-3xl);
  font-weight: 900;
  line-height: 1.58;
  letter-spacing: -0.02em;
  color: inherit;
}

.h-section,
.section-title {
  font-family: var(--font-ar);
  font-size: var(--t-xl);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: inherit;
}

.lead {
  font-size: var(--t-md);
  line-height: 1.65;
  color: inherit;
  max-width: 56ch;
}

em {
  font-style: normal;
  color: var(--red);
}

.dark em,
.green em { color: var(--yellow); }

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  padding: 1rem var(--pad);
  border-bottom: 1px solid transparent;
  transition: background 260ms var(--ease), border-color 260ms var(--ease), padding 260ms var(--ease);
}

.nav.scrolled {
  background: rgba(247, 241, 220, 0.94);
  border-bottom-color: var(--line);
  backdrop-filter: blur(16px);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--green-deep);
  direction: ltr;
  unicode-bidi: isolate;
}

.nav-logo img {
  width: clamp(72px, 7vw, 118px);
  height: auto;
  object-fit: contain;
}

.footer-brand .dot {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.6rem);
  list-style: none;
}

.nav-link {
  position: relative;
  padding: 0.45rem 0;
  color: var(--green-dark);
  font-weight: 700;
  font-size: var(--t-sm);
  white-space: nowrap;
}

.nav-over-dark .nav:not(.scrolled) .nav-link,
.nav-over-dark .nav:not(.scrolled) .nav-logo {
  color: var(--paper-3);
}

.nav-over-dark .nav:not(.scrolled) .nav-toggle {
  color: var(--paper-3);
}

.nav-over-dark .nav:not(.scrolled) .nav-logo img,
.poster-page .nav:not(.scrolled) .nav-logo img {
  filter: brightness(0) invert(1) sepia(0.16) saturate(1.2);
}

.nav-link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 260ms var(--ease);
}

.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.nav-toggle {
  display: none;
  width: 38px;
  height: 38px;
  color: var(--green-deep);
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 28px;
  margin: 7px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.9rem 1.35rem;
  background: var(--green-deep);
  color: var(--paper-3);
  border: 2px solid var(--green-deep);
  font-weight: 800;
  line-height: 1;
  transition: transform 240ms var(--ease), background 240ms var(--ease), border-color 240ms var(--ease);
}

.btn:hover { transform: translateY(-3px); background: var(--red); border-color: var(--red); }
.btn-red { background: var(--red); border-color: var(--red); color: var(--paper-3); }
.btn-red:hover { background: var(--green-deep); border-color: var(--green-deep); }
.btn-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--green-deep); }
.btn-yellow:hover { background: var(--paper-3); border-color: var(--paper-3); }
.btn-ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}
.dark .btn-ghost,
.green .btn-ghost { color: var(--paper-3); }
.btn-ghost:hover { background: var(--paper-3); color: var(--green-deep); border-color: var(--paper-3); }

.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: var(--s-8) 0 var(--s-6);
  overflow: hidden;
  background: var(--black);
  color: var(--paper-3);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.04);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 58, 50, 0.44), transparent 28%),
    linear-gradient(to top, rgba(11, 11, 10, 0.94), rgba(11, 11, 10, 0.5) 52%, rgba(11, 11, 10, 0.72));
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr);
  gap: var(--s-5);
  align-items: end;
}

.hero-title {
  max-width: 9ch;
  text-wrap: balance;
}

.hero-sub {
  margin-top: var(--s-4);
  font-size: var(--t-md);
  max-width: 36ch;
  color: var(--paper-2);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  margin-top: var(--s-4);
}

.hero-panel {
  border: 2px solid var(--paper);
  background: rgba(225, 215, 175, 0.1);
  backdrop-filter: blur(12px);
  padding: var(--s-3);
  overflow: hidden;
}

.hero-panel-title {
  font-size: var(--t-lg);
  font-weight: 900;
  line-height: 1;
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-2);
  margin-top: var(--s-3);
}

.mini-stat {
  padding: var(--s-2);
  background: var(--paper);
  color: var(--green-deep);
}

.mini-stat b {
  display: block;
  font-family: var(--font-latin);
  font-size: var(--t-lg);
  line-height: 1;
  direction: ltr;
  unicode-bidi: isolate;
}

.ticker {
  overflow: hidden;
  background: var(--red);
  color: var(--paper-3);
  padding: 0.75rem 0;
}

.ticker-track {
  display: flex;
  gap: var(--s-5);
  width: max-content;
  white-space: nowrap;
  animation: ticker 38s linear infinite;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  font-weight: 900;
  font-size: var(--t-md);
}

.ticker-item::after {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--yellow);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--s-4);
  padding-bottom: var(--s-3);
  margin-bottom: var(--s-5);
  border-bottom: 2px solid var(--line);
}

.dark .section-head,
.green .section-head { border-bottom-color: var(--line-dark); }

.section-head p { max-width: 42ch; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: var(--s-6);
  align-items: start;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--s-3);
}

.film-card,
.portal-card,
.news-card,
.service-card,
.recommend-card {
  position: relative;
  overflow: hidden;
  border: 2px solid currentColor;
}

.film-card {
  min-height: clamp(360px, 45vw, 620px);
  display: flex;
  align-items: flex-end;
  padding: var(--s-4);
  color: var(--paper-3);
  background: var(--black);
  isolation: isolate;
}

.film-card.big { grid-column: span 7; }
.film-card.small { grid-column: span 5; }
.film-card.third { grid-column: span 4; min-height: 330px; }

.film-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transition: transform 700ms var(--ease);
}

.film-card:hover .film-bg { transform: scale(1.06); }

.film-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 11, 10, 0.92), rgba(11, 11, 10, 0.16) 62%, rgba(11, 11, 10, 0.42));
}

.film-kicker {
  display: inline-block;
  margin-bottom: var(--s-2);
  padding: 0.35rem 0.7rem;
  background: var(--yellow);
  color: var(--green-deep);
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  font-weight: 900;
}

.film-title {
  max-width: 12ch;
  font-size: var(--t-xl);
  line-height: 1.55;
  font-weight: 900;
}

.film-meta {
  margin-top: var(--s-2);
  color: var(--paper-2);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--line);
  border-right: 2px solid var(--line);
}

.service-card {
  min-height: 220px;
  padding: var(--s-3);
  border: 0;
  border-left: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.service-card b {
  display: block;
  font-size: var(--t-lg);
  line-height: 1.5;
  font-weight: 900;
}

.service-card p { margin-top: var(--s-2); }

.portal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--s-3);
}

.portal-card {
  position: relative;
  overflow: visible;
  min-height: 330px;
  grid-column: span 4;
  padding: var(--s-3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--paper);
  color: var(--green-deep);
  transition: transform 300ms var(--ease), color 300ms var(--ease), background 300ms var(--ease);
}

.portal-card:hover {
  transform: translateY(-8px) rotate(-0.5deg);
  background: var(--red);
  color: var(--paper-3);
}

.portal-card.featured { grid-column: span 6; min-height: 410px; }
.portal-card.blue { background: var(--blue); }
.portal-card.yellow { background: var(--yellow); }
.portal-card.greenish { background: var(--mint); }
.portal-card.darkish { background: var(--green-deep); color: var(--paper-3); }

.portal-visual {
  position: absolute;
  z-index: 0;
  left: clamp(1rem, 3vw, 2.4rem);
  top: clamp(1rem, 2vw, 2rem);
  width: min(42%, 230px);
  max-height: 46%;
  object-fit: contain;
  object-position: left top;
  opacity: 0.72;
  filter: drop-shadow(0 22px 28px rgba(5, 5, 5, 0.22));
  pointer-events: none;
}

.portal-card > div,
.portal-card > .btn {
  position: relative;
  z-index: 2;
}

.portal-card .meta,
.portal-name,
.portal-desc {
  position: relative;
  z-index: 2;
}

.portal-card .product-visual {
  top: 0.2rem;
  width: min(54%, 310px);
  max-height: 58%;
  opacity: 0.92;
}

.portal-card .logo-visual,
.portal-card .omdah-visual {
  width: min(48%, 280px);
  opacity: 0.86;
}

.brand-ticket .camera-cutout {
  top: 56%;
  width: 82%;
  aspect-ratio: 1.55;
}

.m-camera-cutout {
  width: 88%;
  height: 180px;
}

.katsu-visual {
  aspect-ratio: 1.1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 214, 137, 0.95), rgba(170, 86, 33, 0.78) 42%, rgba(36, 19, 12, 0.92) 43% 58%, transparent 59%),
    radial-gradient(circle at 38% 35%, #f7d35c 0 8%, transparent 9%),
    radial-gradient(circle at 58% 47%, #8f2b1d 0 7%, transparent 8%),
    radial-gradient(circle at 47% 62%, #efe6b3 0 8%, transparent 9%);
}

.camera-visual {
  aspect-ratio: 1.25;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.portal-name {
  font-size: var(--t-xl);
  font-weight: 900;
  line-height: 1.55;
}

.portal-desc {
  max-width: 34ch;
  margin-top: var(--s-2);
}

.portal-mark {
  position: absolute;
  left: var(--s-2);
  bottom: var(--s-2);
  font-family: var(--font-latin);
  font-size: clamp(4rem, 9vw, 10rem);
  font-weight: 800;
  line-height: 0.8;
  opacity: 0.12;
  direction: ltr;
  unicode-bidi: isolate;
}

.recommend-board {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: var(--s-4);
  align-items: stretch;
}

.recommend-intro {
  background: var(--green-deep);
  color: var(--paper-3);
  padding: var(--s-4);
}

.recommend-list {
  display: grid;
  gap: var(--s-2);
}

.recommend-card {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--s-3);
  align-items: center;
  padding: var(--s-2);
  background: var(--paper);
  color: var(--green-deep);
}

.rank {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-latin);
  font-weight: 800;
  direction: ltr;
  unicode-bidi: isolate;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: var(--s-2);
}

.tag {
  display: inline-flex;
  padding: 0.25rem 0.6rem;
  border: 1.5px solid currentColor;
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  font-weight: 800;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
}

.news-card {
  display: block;
  min-height: 280px;
  padding: var(--s-3);
  background: var(--paper);
  color: var(--green-deep);
  transition: transform 300ms var(--ease), background 300ms var(--ease), color 300ms var(--ease);
}

.news-card:hover {
  transform: translateY(-6px);
  background: var(--green-deep);
  color: var(--paper-3);
}

.news-card.featured {
  grid-column: 1 / -1;
  min-height: 320px;
  background: var(--black);
  color: var(--paper-3);
}

.news-title {
  margin-top: var(--s-3);
  font-size: var(--t-lg);
  font-weight: 900;
  line-height: 1.55;
}

.news-excerpt {
  margin-top: var(--s-2);
  opacity: 0.8;
}

.form-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--s-6);
  align-items: start;
}

.form-row {
  display: grid;
  gap: 0.45rem;
  margin-bottom: var(--s-3);
}

.form-row label {
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--green);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--green);
  border-radius: 0;
  background: transparent;
  padding: 0.8rem 0;
  color: var(--green-deep);
  outline: none;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--red);
}

.contact-line {
  display: flex;
  justify-content: space-between;
  gap: var(--s-2);
  padding: var(--s-2) 0;
  border-bottom: 1px solid var(--line);
}

.footer {
  background: var(--black);
  color: var(--paper-3);
  padding: var(--s-6) 0 var(--s-3);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: var(--s-5);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--line-dark);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-latin);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 800;
  font-style: italic;
  line-height: 0.86;
  direction: ltr;
  unicode-bidi: isolate;
}

.footer-tagline {
  margin-top: var(--s-2);
  color: var(--paper-2);
}

.footer-col h4 {
  margin-bottom: var(--s-2);
  color: var(--yellow);
  font-family: var(--font-ui);
  font-size: var(--t-xs);
  font-weight: 900;
  letter-spacing: 0.04em;
  unicode-bidi: isolate;
}

.footer-col ul {
  display: grid;
  gap: 0.55rem;
  list-style: none;
}

.footer-col a:hover { color: var(--yellow); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--s-2);
  flex-wrap: wrap;
  margin-top: var(--s-3);
  color: rgba(247, 241, 220, 0.68);
  font-family: var(--font-ui);
  font-size: var(--t-xs);
}

.page-hero {
  padding: calc(var(--s-6) + 1.5rem) 0 var(--s-4);
  background: var(--paper-3);
  color: var(--green-deep);
}

.page-hero.dark {
  background: var(--black);
  color: var(--paper-3);
}

.page-title {
  margin-top: var(--s-3);
  max-width: 11ch;
  font-size: var(--t-2xl);
  font-weight: 900;
  line-height: 1.58;
}

.manifesto-line {
  min-height: 72vh;
  display: flex;
  align-items: center;
  border-top: 2px solid var(--line);
}

.manifesto-num {
  color: var(--red);
  font-family: var(--font-latin);
  font-size: var(--t-lg);
  font-weight: 800;
  direction: ltr;
  unicode-bidi: isolate;
}

.manifesto-text {
  margin-top: var(--s-3);
  max-width: 22ch;
  font-size: var(--t-xl);
  font-weight: 900;
  line-height: 1.58;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.r-d-1 { transition-delay: 90ms; }
.r-d-2 { transition-delay: 180ms; }
.r-d-3 { transition-delay: 270ms; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .recommend-board,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .services { grid-template-columns: repeat(2, 1fr); }
  .portal-card,
  .portal-card.featured,
  .film-card.big,
  .film-card.small,
  .film-card.third {
    grid-column: 1 / -1;
  }

  .news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: var(--s-2);
    padding: var(--s-3) var(--pad);
    background: var(--paper-3);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms var(--ease), transform 260ms var(--ease);
  }

  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hero {
    min-height: 92svh;
    padding-top: var(--s-8);
  }

  .hero-title,
  .h-display { font-size: clamp(3.4rem, 16vw, 6.5rem); }

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

  .services { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .recommend-card {
    grid-template-columns: auto 1fr;
  }
  .recommend-card .btn { grid-column: 1 / -1; }
}

/* ==========================================================================
   Poster home direction
   ========================================================================== */

.poster-home {
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 58, 50, 0.18), transparent 28rem),
    linear-gradient(180deg, #080806 0%, #11170f 46%, #0b0b0a 100%);
  color: var(--paper-3);
}

.poster-page {
  background:
    radial-gradient(circle at 90% 0%, rgba(187, 37, 60, 0.15), transparent 26rem),
    linear-gradient(180deg, #080806 0%, #10170f 58%, #080806 100%);
  color: var(--paper-3);
}

.poster-page::before {
  opacity: 0.075;
  mix-blend-mode: screen;
}

.poster-page .nav:not(.scrolled) .nav-link,
.poster-page .nav:not(.scrolled) .nav-logo,
.poster-page .nav:not(.scrolled) .nav-toggle {
  color: var(--paper-3);
}

.poster-page .page-hero {
  min-height: 72vh;
  display: flex;
  align-items: end;
  padding: calc(var(--s-7) + 2rem) 0 var(--s-6);
  background:
    linear-gradient(90deg, rgba(225, 215, 175, 0.08) 1px, transparent 1px) 0 0 / 80px 100%,
    radial-gradient(circle at 18% 18%, rgba(201, 58, 50, 0.22), transparent 18rem),
    #080806;
  color: var(--paper-3);
  overflow: hidden;
}

.poster-page .page-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 42px;
  background: repeating-linear-gradient(90deg, rgba(225, 215, 175, 0.18) 0 13px, transparent 13px 32px);
}

.poster-page .page-title {
  max-width: 13ch;
}

.poster-page section:not(.page-hero) {
  background: transparent;
}

.poster-page section.paper,
.poster-page .craft-strip,
.poster-page .recommend-poster {
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.08) 1px, transparent 1px) 0 0 / 42px 100%,
    var(--paper);
  color: var(--ink);
}

.poster-page .film-card,
.poster-page .portal-card,
.poster-page .news-card,
.poster-page .service-card,
.poster-page .recommend-card {
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.poster-page .section-head {
  border-bottom-color: rgba(225, 215, 175, 0.22);
}

.poster-home .reveal {
  opacity: 1;
  transform: none;
}

.poster-home::before {
  opacity: 0.09;
  mix-blend-mode: screen;
}

.poster-nav {
  padding-top: 1.05rem;
  padding-bottom: 0.8rem;
  padding-left: var(--pad);
}

.poster-nav .nav-logo {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.poster-nav .nav-logo img {
  width: clamp(82px, 8vw, 132px);
  filter: brightness(0) invert(1) sepia(0.16) saturate(1.2);
}

.poster-nav .nav-links {
  gap: clamp(1rem, 2vw, 2.2rem);
}

.poster-nav .nav-link {
  color: var(--paper-3);
  font-size: clamp(0.78rem, 0.42vw + 0.72rem, 1rem);
}

.poster-nav.scrolled .nav-link,
.poster-nav.scrolled .nav-logo {
  color: var(--green-deep);
}

.poster-nav.scrolled .nav-logo img,
.nav.scrolled .nav-logo img {
  filter: none;
}

.poster-hero {
  position: relative;
  min-height: 100svh;
  padding: 7.2rem 0 4.2rem;
  overflow: hidden;
  isolation: isolate;
  background: #080806;
  border-bottom: 1px solid rgba(225, 215, 175, 0.25);
}

.poster-hero .hero-bg {
  inset: 0;
  background-position: 48% 45%;
  filter: grayscale(0.38) saturate(0.86) contrast(1.2) brightness(0.78);
  transform: scale(1.03);
}

.poster-hero .hero-bg::after {
  background:
    radial-gradient(circle at 38% 20%, rgba(225, 215, 175, 0.16), transparent 18rem),
    linear-gradient(90deg, rgba(8, 8, 6, 0.1), rgba(8, 8, 6, 0.2) 32%, rgba(8, 8, 6, 0.72) 64%, rgba(8, 8, 6, 0.92)),
    linear-gradient(0deg, rgba(8, 8, 6, 0.9), transparent 40%);
}

.poster-hero::before,
.poster-hero::after {
  content: '';
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.poster-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(225, 215, 175, 0.22) 1px, transparent 1px) 4% 0 / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(225, 215, 175, 0.22) 1px, transparent 1px) 96% 0 / 1px 100% no-repeat;
}

.poster-hero::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  background:
    repeating-linear-gradient(90deg, rgba(225, 215, 175, 0.18) 0 13px, transparent 13px 32px),
    linear-gradient(0deg, rgba(8, 8, 6, 0.9), transparent);
}

.poster-hero-inner {
  position: relative;
  z-index: 5;
  display: grid;
  direction: rtl;
  min-height: auto;
  align-items: start;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.6rem);
}

.poster-title-block {
  width: 100%;
  direction: rtl;
  text-align: right;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
  padding: clamp(1.2rem, 2.4vw, 2.4rem) clamp(1.3rem, 3vw, 3.2rem);
  border: 1px solid rgba(225, 215, 175, 0.26);
  background:
    linear-gradient(90deg, rgba(225, 215, 175, 0.08) 1px, transparent 1px) 0 0 / 46px 100%,
    rgba(8, 8, 6, 0.72);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.poster-title {
  color: var(--paper-3);
  font-family: var(--font-ar);
  font-size: clamp(3rem, 5.8vw, 7.8rem);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
  text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.28);
  text-wrap: balance;
}

.poster-title span {
  display: inline;
  padding-block: 0.08em;
}

.poster-title span + span::before {
  content: ' ';
}

.hero-lockup {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  margin-top: clamp(0.8rem, 1.7vw, 1.8rem);
  color: var(--paper-3);
}

.hero-lockup .latin {
  color: var(--red);
  font-family: var(--font-latin);
  font-size: clamp(2.4rem, 4.2vw, 5.2rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.09em;
}

.hero-lockup i {
  color: rgba(247, 241, 220, 0.7);
  font-style: normal;
  font-size: clamp(1.3rem, 2.2vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
}

.hero-lockup b {
  color: var(--red);
  font-size: clamp(2rem, 3.8vw, 4.7rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.18);
}

.red-underline {
  content: '';
  display: block;
  width: 100%;
  height: 0.16em;
  margin-top: -0.08em;
  background: var(--red);
  transform: skewX(-16deg) rotate(-2deg);
}

.poster-sub {
  grid-column: 1 / -1;
  margin-top: 0;
  color: var(--paper-2);
  font-size: clamp(1.15rem, 1.5vw, 2rem);
  line-height: 1.45;
}

.hero-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-self: center;
  justify-self: center;
  width: min(1080px, 100%);
  min-height: clamp(500px, 63vh, 760px);
  border: 1px solid rgba(225, 215, 175, 0.38);
  background: var(--paper);
  color: #080806;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(-0.6deg);
}

.hero-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(8, 8, 6, 0.34), transparent 42%),
    repeating-linear-gradient(90deg, rgba(8, 8, 6, 0.08) 0 1px, transparent 1px 34px);
}

.hero-feature-poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.95) contrast(1.08);
}

.hero-feature-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: clamp(1rem, 2vw, 1.6rem);
  display: grid;
  direction: rtl;
  gap: 0.45rem;
  color: var(--paper-3);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hero-feature-copy img {
  width: min(180px, 40vw);
  max-height: 72px;
  object-fit: contain;
  object-position: right center;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.45));
}

.street-food-wordmark {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 0.18rem 0.75rem 0.34rem;
  background: var(--identity-red);
  color: var(--paper-3);
  border: 2px solid rgba(247, 241, 220, 0.42);
  font-size: clamp(1.45rem, 2vw, 2.5rem);
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(-2deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.hero-feature-copy span {
  width: max-content;
  padding: 0.3rem 0.65rem;
  background: var(--red);
  color: var(--paper-3);
  font-weight: 900;
  font-size: var(--t-xs);
}

.hero-feature-copy strong {
  max-width: 16ch;
  font-size: clamp(3rem, 6.5vw, 8.2rem);
  line-height: 1.45;
  font-weight: 900;
}

.hero-feature-copy em {
  color: var(--paper-3);
  font-size: var(--t-sm);
  font-weight: 900;
}

.bo-stamp {
  position: absolute;
  z-index: 7;
  top: 0;
  left: clamp(1rem, 2.5vw, 2.1rem);
  width: clamp(72px, 10vw, 150px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #080806;
  font-size: clamp(1.1rem, 2.5vw, 2.3rem);
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  transform: rotate(0.5deg);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.bo-stamp::after {
  content: '';
  position: absolute;
  inset: 8%;
  border: 2px solid rgba(8, 8, 6, 0.26);
}

.paper-note {
  position: absolute;
  z-index: 6;
  top: clamp(7.2rem, 14vh, 10rem);
  left: clamp(1.1rem, 3vw, 4rem);
  width: clamp(132px, 13vw, 190px);
  padding: clamp(1rem, 2vw, 1.8rem);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.75rem);
  font-weight: 700;
  line-height: 1.9;
  transform: rotate(-11deg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.poster-hero .paper-note,
.poster-hero .bts-card {
  display: none;
}

.paper-note::before {
  content: '';
  position: absolute;
  inset: -14px 22px auto auto;
  width: 58px;
  height: 24px;
  background: rgba(247, 241, 220, 0.74);
  transform: rotate(9deg);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.paper-note span {
  display: block;
}

.bts-card {
  position: absolute;
  z-index: 5;
  bottom: clamp(4rem, 8vh, 7rem);
  left: clamp(1.2rem, 4vw, 5rem);
  width: clamp(102px, 13vw, 170px);
  color: var(--paper-3);
  transform: rotate(-2deg);
}

.bts-thumb {
  aspect-ratio: 0.82;
  border: 1px solid rgba(225, 215, 175, 0.5);
  background-size: cover;
  background-position: center;
  filter: grayscale(0.55) contrast(1.25);
}

.bts-card strong {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--font-latin);
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  direction: ltr;
}

.bts-card span {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.35rem;
  font-size: var(--t-xs);
}

.bts-card span::after {
  content: '';
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.hero-scratch {
  position: absolute;
  z-index: 4;
  border: 3px solid rgba(247, 241, 220, 0.58);
  border-color: rgba(247, 241, 220, 0.58) transparent transparent rgba(247, 241, 220, 0.58);
  border-radius: 50%;
  pointer-events: none;
}

.hero-scratch.one {
  left: 2.5rem;
  top: 43%;
  width: 72px;
  height: 72px;
  transform: rotate(32deg);
}

.hero-scratch.two {
  left: 14%;
  bottom: 18%;
  width: 240px;
  height: 72px;
  border-width: 2px;
  transform: rotate(-12deg);
}

.film-rail {
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  width: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: rgba(225, 215, 175, 0.7);
  font-family: var(--font-latin);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  direction: ltr;
  border-inline: 1px solid rgba(225, 215, 175, 0.2);
  background: linear-gradient(90deg, rgba(8, 8, 6, 0.46), rgba(8, 8, 6, 0.04));
}

.rail-right { right: 0; }
.rail-left { left: 0; opacity: 0.55; }

.poster-ticker {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 64px;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  border-block: 1px solid rgba(8, 8, 6, 0.28);
}

.ticker-badge {
  flex: none;
  margin-right: var(--pad);
  padding: 0.28rem 0.7rem;
  background: var(--red);
  color: var(--paper-3);
  font-weight: 900;
  font-size: var(--t-xs);
}

.poster-ticker-track {
  display: flex;
  align-items: center;
  gap: clamp(1.7rem, 4vw, 4.5rem);
  min-width: max-content;
  animation: ticker 34s linear infinite;
  font-weight: 700;
}

.poster-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  white-space: nowrap;
}

.poster-ticker-track span::after {
  content: '✦';
  color: #080806;
  font-size: 0.78rem;
}

.poster-section {
  position: relative;
  padding: clamp(3.2rem, 7vw, 7rem) 0;
  overflow: hidden;
}

.works-reel {
  background:
    linear-gradient(90deg, rgba(225, 215, 175, 0.06) 1px, transparent 1px) 0 0 / 110px 100%,
    #090b08;
  color: var(--paper-3);
}

.poster-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.poster-section-head h2 {
  font-size: clamp(3rem, 6vw, 7rem);
  line-height: 1.55;
  font-weight: 900;
}

.poster-section-head p {
  margin-top: 0.2rem;
  color: rgba(247, 241, 220, 0.76);
}

.round-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: var(--t-sm);
  color: inherit;
}

.round-link::before {
  content: '+';
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-latin);
}

.side-label {
  position: absolute;
  z-index: 4;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: rgba(225, 215, 175, 0.62);
  font-family: var(--font-latin);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.dark-side {
  color: rgba(8, 8, 6, 0.5);
}

.work-posters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  direction: ltr;
}

.work-poster {
  position: relative;
  min-height: clamp(430px, 42vw, 650px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0;
  border: 1px solid rgba(225, 215, 175, 0.18);
  color: var(--paper-3);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  direction: rtl;
}

.work-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.17) 1px, transparent 1px) 0 0 / 22px 100%,
    linear-gradient(0deg, rgba(8, 8, 6, 0.28), transparent 55%);
}

.work-poster.blue {
  background: #315b78;
}

.work-poster.red {
  background:
    radial-gradient(circle at 14% 74%, rgba(255, 183, 0, 0.32), transparent 13rem),
    #a51f18;
}

.poster-photo {
  position: absolute;
  inset: 0 0 12rem 0;
  background-size: cover;
  background-position: center;
  opacity: 0.44;
  filter: grayscale(0.65) contrast(1.2);
}

.youtube-poster {
  opacity: 1;
  filter: saturate(0.9) contrast(1.05);
}

.youtube-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 6, 0.12), rgba(8, 8, 6, 0.02) 58%);
}

.victim-mark {
  opacity: 0.82;
  filter: none;
  background:
    linear-gradient(0deg, rgba(8, 8, 6, 0.32), transparent 48%),
    radial-gradient(circle at 22% 23%, rgba(247, 241, 220, 0.28), transparent 5rem),
    linear-gradient(0deg, rgba(49, 91, 120, 0.1), rgba(49, 91, 120, 0.1)),
    #315b78;
}

.victim-mark::before {
  content: '';
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 28%;
  height: 58%;
  background: #121411;
  clip-path: polygon(38% 0, 62% 0, 74% 12%, 74% 24%, 66% 29%, 76% 100%, 24% 100%, 34% 29%, 26% 24%, 26% 12%);
  opacity: 0.72;
}

.victim-mark::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, transparent 0 12px, rgba(247, 241, 220, 0.82) 13px 14px, transparent 15px 32px),
    radial-gradient(circle at 16% 30%, transparent 0 12px, rgba(247, 241, 220, 0.82) 13px 14px, transparent 15px 32px),
    linear-gradient(0deg, rgba(247, 241, 220, 0.14) 1px, transparent 1px) 0 0 / 100% 42px,
    linear-gradient(90deg, rgba(247, 241, 220, 0.12) 1px, transparent 1px) 0 0 / 54px 100%;
  opacity: 0.62;
}

.shawarma-mark::before {
  content: '';
  position: absolute;
  left: 6%;
  bottom: -7%;
  width: clamp(150px, 22vw, 310px);
  aspect-ratio: 0.7;
  border-radius: 46% 54% 44% 56%;
  background:
    repeating-linear-gradient(8deg, #d59a55 0 8px, #6a321d 8px 14px, #f1cd7a 14px 18px);
  box-shadow: 0 0 0 12px rgba(8, 8, 6, 0.12), 0 22px 40px rgba(0, 0, 0, 0.4);
  transform: rotate(7deg);
}

.work-poster h3 {
  position: relative;
  z-index: 2;
  max-width: none;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  padding: 0.9rem clamp(1rem, 2vw, 1.6rem);
  margin: 0;
  margin-bottom: 3.15rem;
  color: #080806;
  background: var(--paper);
  font-size: clamp(2rem, 2.8vw, 3.8rem);
  font-weight: 900;
  line-height: 1.48;
  border-top: 1px solid rgba(8, 8, 6, 0.2);
}

.work-poster.red h3 {
  text-align: right;
}

.award-lines {
  position: relative;
  z-index: 2;
  margin-bottom: 0.6rem;
  color: var(--paper);
  letter-spacing: 0.35em;
}

.poster-bottom {
  position: absolute;
  z-index: 3;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 2vw, 2rem);
  border-top: 1px solid rgba(8, 8, 6, 0.14);
  background: var(--paper-3);
  color: #080806;
  font-size: var(--t-xs);
}

.craft-strip {
  position: relative;
  padding: clamp(2.4rem, 5vw, 4.5rem) 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.12) 1px, transparent 1px) 0 0 / 44px 100%,
    var(--paper);
  color: var(--ink);
}

.craft-panel {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) 1fr;
  align-items: stretch;
  background: rgba(247, 241, 220, 0.66);
  border: 1px solid rgba(8, 8, 6, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.craft-title {
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.craft-title h2 {
  font-size: clamp(2.5rem, 4.2vw, 5.4rem);
  line-height: 1.58;
  font-weight: 900;
}

.craft-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.craft-items article {
  min-height: 230px;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-right: 1px dashed rgba(8, 8, 6, 0.28);
}

.craft-icon {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 2.4vw, 3rem);
  color: #080806;
}

.craft-items h3 {
  font-size: clamp(1.1rem, 1vw, 1.55rem);
  line-height: 1.55;
  font-weight: 900;
}

.craft-items p {
  margin: 0.8rem auto 0;
  max-width: 18ch;
  color: rgba(8, 8, 6, 0.68);
  font-size: var(--t-sm);
}

.brand-gate {
  background:
    radial-gradient(circle at 86% 20%, rgba(108, 127, 67, 0.34), transparent 22rem),
    #10170f;
  color: var(--paper-3);
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
}

.brand-ticket {
  position: relative;
  min-height: clamp(430px, 38vw, 620px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border: 1px solid rgba(225, 215, 175, 0.28);
  border-radius: 9px;
  color: var(--paper-3);
  transform: rotate(var(--tilt, 0deg));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
  transition: transform 260ms var(--ease);
}

.brand-ticket:hover {
  transform: translateY(-9px) rotate(var(--tilt, 0deg));
}

.brand-ticket::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    radial-gradient(circle at 22% 18%, rgba(247, 241, 220, 0.3), transparent 6rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 12px);
  pointer-events: none;
}

.brand-ticket strong {
  position: relative;
  z-index: 2;
  font-family: var(--font-latin);
  font-size: clamp(1.55rem, 2.1vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  direction: ltr;
  unicode-bidi: isolate;
}

.brand-ticket small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0.25rem;
  font-size: var(--t-sm);
  font-weight: 800;
}

.brand-logo-img {
  position: relative;
  z-index: 4;
  width: min(250px, 84%);
  max-height: 130px;
  object-fit: contain;
  object-position: right top;
  mix-blend-mode: multiply;
}

.brand-logo-text {
  position: relative;
  z-index: 4;
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 0.25rem 0.6rem;
  background: #080806;
  color: #f7f1dc;
  border: 2px solid rgba(8, 8, 6, 0.18);
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.smfn .brand-logo-img {
  mix-blend-mode: multiply;
  width: min(170px, 68%);
}

.filmiyah .brand-logo-img {
  width: min(190px, 78%);
}

.omdah .brand-logo-img,
.light-logo {
  mix-blend-mode: normal;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

.brand-ticket em {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto 0 0;
  padding: 0.82rem 1rem;
  background: var(--paper);
  color: #080806;
  font-size: var(--t-xs);
  font-weight: 900;
  text-align: center;
}

.products-drop {
  position: relative;
  padding: clamp(3rem, 6vw, 6.5rem) 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.08) 1px, transparent 1px) 0 0 / 42px 100%,
    var(--paper);
  color: var(--ink);
}

.products-drop .poster-section-head p {
  color: rgba(8, 8, 6, 0.68);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.product-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: clamp(410px, 35vw, 560px);
  padding: 0.8rem;
  background: var(--paper-3);
  color: var(--ink);
  border: 1px solid rgba(8, 8, 6, 0.2);
  box-shadow: 0 24px 48px rgba(8, 8, 6, 0.15);
  transform: rotate(var(--tilt, -0.6deg));
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.product-card:hover {
  transform: translateY(-8px) rotate(var(--tilt, -0.6deg));
  box-shadow: 0 34px 72px rgba(8, 8, 6, 0.24);
}

.product-card:nth-child(2) { --tilt: 0.8deg; }
.product-card:nth-child(3) { --tilt: -1deg; }
.product-card:nth-child(4) { --tilt: 1.1deg; }

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #ddd0a7;
  border: 1px solid rgba(8, 8, 6, 0.12);
}

.product-card span {
  display: inline-flex;
  width: max-content;
  margin-top: 1rem;
  padding: 0.3rem 0.65rem;
  background: var(--red);
  color: var(--paper-3);
  font-size: var(--t-xs);
  font-weight: 900;
}

.product-card h3 {
  margin-top: 0.75rem;
  font-size: clamp(1.3rem, 1.8vw, 2.2rem);
  line-height: 1.55;
  font-weight: 900;
}

.product-card strong {
  margin-top: 0.5rem;
  font-family: var(--font-ui);
  font-size: var(--t-sm);
  color: rgba(8, 8, 6, 0.68);
}

.smfn-product span {
  background: #080806;
}

.togarashi { --tilt: -1.2deg; background: #b72920; }
.filmiyah { --tilt: 0.8deg; background: #b88728; }
.locals { --tilt: -0.6deg; background: #5f9cb6; }
.smfn { --tilt: 0.8deg; background: #c3b79b; color: #080806; }
.omdah { --tilt: -0.4deg; background: #0b0b0a; }

.ticket-art,
.shirt-shape {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
}

.ticket-art.katsu {
  width: 78%;
  aspect-ratio: 1.15;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 58% 50%, #f7f1dc 0 18%, transparent 19%),
    linear-gradient(18deg, transparent 0 44%, #3a1c12 45% 51%, transparent 52%),
    repeating-linear-gradient(18deg, #c58a43 0 10px, #6b341d 10px 18px, #e6c06a 18px 24px),
    #f2d37b;
  box-shadow: inset 0 0 0 14px rgba(8, 8, 6, 0.28), 0 24px 42px rgba(0, 0, 0, 0.38);
  bottom: 13%;
  top: auto;
  transform: translateX(-50%) rotate(-8deg);
}

.ticket-art.camera {
  width: 64%;
  aspect-ratio: 1.08;
  background:
    radial-gradient(circle at 28% 32%, #b88728 0 12%, transparent 13%),
    radial-gradient(circle at 67% 31%, #b88728 0 12%, transparent 13%),
    linear-gradient(90deg, transparent 0 24%, #080806 24% 76%, transparent 76%),
    linear-gradient(#080806, #080806);
  opacity: 0.85;
  border-radius: 8px;
}

.ticket-art.camera::before {
  content: '';
  position: absolute;
  right: -35%;
  top: 28%;
  width: 70%;
  height: 32%;
  background: #080806;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}

.ticket-art.light {
  width: 78%;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 60% 38%, rgba(247, 241, 220, 0.96) 0 4%, rgba(247, 241, 220, 0.38) 5% 13%, transparent 14%),
    conic-gradient(from 20deg at 60% 38%, rgba(247, 241, 220, 0.42), transparent 10%, rgba(247, 241, 220, 0.28) 18%, transparent 28%, rgba(247, 241, 220, 0.4) 42%, transparent 56%);
  filter: blur(1px);
}

.shirt-shape {
  width: 75%;
  aspect-ratio: 0.78;
  display: grid;
  place-items: center;
  padding-top: 18%;
  background: #111;
  color: var(--paper-3);
  font-family: var(--font-latin);
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  clip-path: polygon(22% 8%, 37% 0, 63% 0, 78% 8%, 100% 25%, 86% 44%, 76% 36%, 76% 100%, 24% 100%, 24% 36%, 14% 44%, 0 25%);
  opacity: 0.9;
}

.brand-product-photo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 55%;
  width: 78%;
  aspect-ratio: 0.88;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%) rotate(-2deg);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(8, 8, 6, 0.16);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
}

img.brand-product-photo {
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 24px 22px rgba(0, 0, 0, 0.28));
}

.brand-product-photo.locals-clean {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(247, 241, 220, 0.7) 0 12%, transparent 13%),
    linear-gradient(90deg, transparent 0 19%, #151515 20% 32%, transparent 33% 67%, #151515 68% 80%, transparent 81%),
    linear-gradient(#151515, #151515);
  background-size: cover;
  clip-path: polygon(19% 8%, 36% 0, 64% 0, 81% 8%, 100% 24%, 84% 43%, 75% 35%, 75% 100%, 25% 100%, 25% 35%, 16% 43%, 0 24%);
}

.brand-product-photo.locals-clean::after {
  content: 'the LOCALS';
  width: auto;
  aspect-ratio: auto;
  margin-top: 16%;
  color: var(--paper-3);
  font-family: var(--font-latin);
  font-size: clamp(1.1rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.dark-shirt {
  background: #151515;
  color: #bdb59c;
}

.recommend-poster {
  position: relative;
  padding: clamp(3rem, 6vw, 6rem) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.08) 1px, transparent 1px) 0 0 / 50px 100%,
    var(--paper);
  color: var(--ink);
}

.map-lines {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    radial-gradient(circle at 12% 70%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 24% 50%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 42% 60%, var(--red) 0 6px, transparent 7px);
}

.map-lines::after {
  content: '';
  position: absolute;
  left: -4%;
  top: 42%;
  width: 58%;
  height: 40%;
  border-top: 2px dashed rgba(8, 8, 6, 0.5);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.recommend-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.recommend-collage {
  position: relative;
  min-height: clamp(420px, 38vw, 560px);
  overflow: hidden;
}

.recommend-collage::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 4.8rem;
  right: -3rem;
  left: -3rem;
  height: 2px;
  background: rgba(8, 8, 6, 0.38);
  box-shadow: 0 6px 0 rgba(8, 8, 6, 0.08);
}

.sticky-small {
  position: absolute;
  z-index: 4;
  top: 4%;
  right: 5%;
  padding: 0.65rem 1rem;
  background: #d6c064;
  font-weight: 900;
  transform: rotate(-7deg);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.sticky-small::before,
.mini-polaroid::before {
  content: '';
  position: absolute;
  top: -16px;
  right: 34%;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(8, 8, 6, 0.32);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.main-rec {
  position: absolute;
  z-index: 2;
  right: 14%;
  top: 30%;
  width: min(390px, 52vw);
  min-height: 330px;
  padding: 0.9rem;
  background: var(--paper-3);
  color: var(--ink);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.26);
  transform: rotate(-3deg);
}

.rec-photo {
  height: 215px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9) contrast(1.05);
}

.main-rec h3 {
  margin-top: 0.8rem;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1.5;
  font-weight: 900;
}

.main-rec p {
  margin-top: 0.3rem;
  color: rgba(8, 8, 6, 0.58);
}

.main-rec strong {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #8d6b16;
  font-family: var(--font-latin);
  direction: ltr;
}

.play-dot {
  position: absolute;
  left: -22px;
  top: 55%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(8, 8, 6, 0.78);
  color: var(--paper-3);
  border: 2px solid rgba(247, 241, 220, 0.75);
}

.mini-polaroid {
  position: absolute;
  z-index: 3;
  width: clamp(105px, 13vw, 165px);
  min-height: 156px;
  padding: 5.9rem 0.6rem 0.6rem;
  background: var(--paper-3);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  border: 0;
  cursor: pointer;
  right: -190px;
  top: 5.8rem;
  animation: clothesline 11s linear infinite;
  transform-origin: 50% -18px;
  transition: box-shadow 420ms var(--ease);
}

.mini-polaroid.is-active {
  z-index: 6;
  box-shadow: 0 28px 60px rgba(187, 37, 60, 0.26);
}

.mini-polaroid::after {
  content: '';
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  left: 0.55rem;
  height: 4.7rem;
  background:
    radial-gradient(circle at 50% 48%, rgba(247, 241, 220, 0.8) 0 12%, transparent 13%),
    repeating-linear-gradient(20deg, #6a321d 0 9px, #e3a45c 9px 17px, #3b1b11 17px 24px);
}

.mini-polaroid span,
.mini-polaroid b {
  position: relative;
  z-index: 2;
  display: block;
}

.mini-polaroid b {
  margin-top: 0.25rem;
  font-family: var(--font-latin);
  direction: ltr;
}

.mini-polaroid.one { animation-delay: 0s; }
.mini-polaroid.two { animation-delay: -3.65s; }
.mini-polaroid.three { animation-delay: -7.3s; }

@keyframes clothesline {
  0% { transform: translateX(0) rotate(3deg); }
  45% { transform: translateX(calc(-50vw - 220px)) rotate(-2deg); }
  100% { transform: translateX(calc(-100vw - 420px)) rotate(3deg); }
}

.recommend-copy h2 {
  font-size: clamp(3.5rem, 6vw, 7rem);
  line-height: 1.48;
  font-weight: 900;
}

.recommend-copy p {
  margin-top: 1rem;
  max-width: 18ch;
  font-size: clamp(1.1rem, 1.5vw, 1.8rem);
}

.journal-band {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 4.8rem) 0;
  background: #080806;
  color: var(--paper-3);
}

.film-perf {
  position: absolute;
  inset: auto 0 0 0;
  height: 36px;
  background:
    repeating-linear-gradient(90deg, rgba(225, 215, 175, 0.18) 0 14px, transparent 14px 28px),
    #060606;
}

.journal-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.85fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.journal-photo {
  min-height: clamp(150px, 18vw, 250px);
  background-size: cover;
  background-position: center;
  filter: grayscale(0.5) contrast(1.16);
  transform: rotate(-4deg);
  position: relative;
}

.journal-photo span {
  position: absolute;
  top: 20%;
  left: 12%;
  padding: 0.45rem 1rem;
  background: var(--red);
  color: #080806;
  font-family: var(--font-latin);
  font-weight: 800;
  transform: rotate(-8deg);
}

.journal-form p {
  max-width: 32ch;
  color: var(--paper-2);
}

.form-line {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 620px;
  margin-top: 1.2rem;
  background: var(--paper-3);
}

.form-line input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #080806;
  padding: 0.9rem 1rem;
  outline: none;
}

.form-line button {
  min-width: 170px;
  background: var(--red);
  color: var(--paper-3);
  font-weight: 900;
  padding-inline: 1.2rem;
}

.journal-form small {
  display: block;
  margin-top: 0.7rem;
  color: rgba(247, 241, 220, 0.68);
}

.journal-title {
  text-align: right;
}

.journal-title h2 {
  font-size: clamp(4rem, 7vw, 8rem);
  line-height: 1.45;
  font-weight: 900;
}

.journal-title p {
  font-size: clamp(1.2rem, 1.8vw, 2.2rem);
  color: var(--paper-2);
}

.poster-footer {
  position: relative;
  padding: clamp(2.2rem, 4vw, 4rem) 0;
  background: #050505;
  color: var(--paper-3);
}

.footer-poster-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.footer-lockup {
  display: flex;
  align-items: end;
  gap: 0.7rem;
  color: var(--paper-3);
}

.footer-lockup .latin {
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: 800;
  font-style: italic;
  line-height: 0.8;
}

.footer-lockup b {
  color: var(--red);
  font-size: clamp(1.1rem, 1.7vw, 2rem);
  line-height: 1;
}

.poster-footer nav {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(247, 241, 220, 0.76);
  font-size: var(--t-sm);
}

.footer-note {
  justify-self: end;
  max-width: 14ch;
  padding: 0.9rem 1.2rem;
  background: var(--paper);
  color: #080806;
  font-weight: 900;
  transform: rotate(-8deg);
}

@media (max-width: 1100px) {
  .poster-hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-feature {
    order: -1;
  }

  .poster-title-block {
    width: 100%;
  }

  .brand-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journal-layout {
    grid-template-columns: 1fr;
  }

  .journal-title {
    text-align: right;
  }
}

  @media (max-width: 860px) {
  .poster-hero {
    min-height: 92svh;
    padding-top: 6rem;
  }

  .poster-title-block {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .poster-title {
    font-size: clamp(4rem, 18vw, 7.2rem);
    line-height: 1.48;
  }

  .paper-note {
    top: 6rem;
    left: 1.2rem;
    width: 132px;
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .bts-card {
    display: none;
  }

  .film-rail {
    display: none;
  }

  .work-posters,
  .craft-panel,
  .recommend-layout {
    grid-template-columns: 1fr;
  }

  .craft-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .recommend-collage {
    min-height: 520px;
  }

  .main-rec {
    right: 5%;
    width: 78%;
  }

  .mini-polaroid.one { animation-delay: 0s; }
  .mini-polaroid.two { animation-delay: -3.65s; }
  .mini-polaroid.three { animation-delay: -7.3s; }

  .footer-poster-grid {
    grid-template-columns: 1fr;
  }

  .footer-note {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .poster-nav {
    padding-left: var(--pad);
  }

  .poster-nav .nav-logo {
    font-size: 2rem;
  }

  .poster-nav .nav-logo img {
    width: 82px;
  }

  .poster-title {
    font-size: clamp(3.3rem, 19vw, 5.4rem);
    line-height: 1.5;
  }

  .hero-feature {
    min-height: 360px;
    margin-top: 0;
  }

  .hero-feature-copy strong {
    font-size: clamp(2.2rem, 13vw, 4rem);
    line-height: 1.35;
  }

  .hero-lockup {
    font-size: clamp(1.65rem, 9vw, 3rem);
  }

  .poster-sub {
    font-size: 1.15rem;
  }

  .paper-note {
    display: none;
  }

  .poster-section-head {
    display: grid;
    gap: 1rem;
  }

  .work-poster {
    min-height: 390px;
  }

  .work-poster h3 {
    font-size: clamp(1.8rem, 9vw, 3.2rem);
    line-height: 1.55;
    margin-bottom: 3.2rem;
  }

  .craft-items,
  .brand-strip {
    grid-template-columns: 1fr;
  }

  .brand-ticket {
    min-height: 310px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .recommend-collage {
    min-height: 610px;
  }

  .main-rec {
    top: 26%;
    right: 0;
    width: 92%;
  }

  .mini-polaroid.one { animation-delay: 0s; }
  .mini-polaroid.two { animation-delay: -3.65s; }
  .mini-polaroid.three { animation-delay: -7.3s; }

  .form-line {
    grid-template-columns: 1fr;
  }

  .form-line button {
    min-height: 48px;
  }
}

/* Separate mobile build */
.mobile-nav,
.mobile-site {
  display: none;
}

.poster-home {
  text-rendering: optimizeLegibility;
}

.poster-home h1,
.poster-home h2,
.poster-home h3,
.poster-page h1,
.poster-page h2,
.poster-page h3,
.poster-page p,
.poster-home p {
  line-height: 1.55;
}

.poster-title,
.page-title,
.hero-title,
.h-section,
.manifesto-text,
.journal-title h2,
.recommend-copy h2 {
  line-height: 1.42;
}

.poster-page .footer-brand img {
  width: 100px;
}

@media (min-width: 761px) {
  .poster-home main > .mobile-site {
    display: none !important;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
  }

  body.poster-home {
    direction: ltr;
    text-align: left;
  }

  .poster-home .poster-nav,
  .poster-home main > section:not(.mobile-site),
  .poster-home main > div:not(.mobile-site),
  .poster-home .poster-footer {
    display: none !important;
  }

  .mobile-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 0.55rem 1rem;
    background: rgba(7, 8, 6, 0.94);
    border-bottom: 1px solid rgba(247, 241, 220, 0.12);
    backdrop-filter: blur(18px);
    direction: ltr;
  }

  .mobile-logo {
    order: 2;
    width: 86px;
    height: 42px;
    display: grid;
    place-items: center;
  }

  .mobile-logo img {
    width: 82px;
    height: auto;
    filter: drop-shadow(0 4px 0 rgba(190, 36, 27, 0.25));
  }

  .mobile-menu {
    order: 1;
    position: relative;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    list-style: none;
    cursor: pointer;
    border: 1px solid rgba(247, 241, 220, 0.18);
    background: rgba(247, 241, 220, 0.06);
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--paper-3);
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    width: min(78vw, 300px);
    padding: 0.7rem;
    display: grid;
    gap: 0.35rem;
    background: var(--paper);
    color: #080806;
    border: 1px solid rgba(8, 8, 6, 0.18);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
  }

  .mobile-menu-panel a {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid rgba(8, 8, 6, 0.12);
    font-weight: 900;
    line-height: 1.35;
  }

  .mobile-menu-panel a:last-child {
    border-bottom: 0;
  }

  .mobile-site {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(247, 241, 220, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(247, 241, 220, 0.035) 1px, transparent 1px),
      #080806;
    background-size: 28px 28px;
    color: var(--paper-3);
    direction: ltr;
    text-align: right;
  }

  .mobile-site section {
    padding: 1.35rem 1rem;
    direction: ltr;
  }

  .mobile-site h1,
  .mobile-site h2,
  .mobile-site h3,
  .mobile-site p,
  .mobile-site a,
  .mobile-site button,
  .mobile-site span,
  .mobile-site b {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .m-hero {
    min-height: auto;
    padding-top: 1rem;
  }

  .m-stamp {
    width: 118px;
    margin: 0 0 0.9rem auto;
    padding: 0.45rem 0.55rem;
    background: var(--red);
    transform: rotate(2deg);
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.22);
  }

  .m-stamp img {
    width: 100%;
  }

  .m-current-card {
    position: relative;
    display: block;
    min-height: 380px;
    overflow: hidden;
    color: var(--paper-3);
    border: 1px solid rgba(247, 241, 220, 0.16);
    background: #050505;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  }

  .m-current-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: contrast(1.05) saturate(0.95);
  }

  .m-current-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.86) 75%);
  }

  .m-current-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: grid;
    gap: 0.35rem;
    direction: rtl;
  }

  .m-current-copy span,
  .m-current-copy b,
  .m-section-head a,
  .m-brand-card em,
  .m-product-card span {
    font-size: 0.78rem;
    font-weight: 900;
  }

  .m-current-copy span {
    width: fit-content;
    padding: 0.28rem 0.55rem;
    background: var(--red);
    color: var(--paper-3);
  }

  .m-current-copy h1 {
    margin: 0;
    max-width: 100%;
    font-family: var(--font-ar);
    font-size: clamp(2.65rem, 12.5vw, 3.75rem);
    font-weight: 900;
    line-height: 1.38;
    color: var(--paper-3);
    text-wrap: balance;
  }

  .m-current-copy p {
    max-width: 22ch;
    margin: 0;
    color: rgba(247, 241, 220, 0.84);
    line-height: 1.7;
  }

  .m-current-copy b {
    justify-self: start;
    padding: 0.55rem 0.8rem;
    background: var(--paper);
    color: #080806;
  }

  .m-title-card {
    margin-top: 0.8rem;
    padding: 1rem;
    background: var(--paper);
    color: #080806;
    border: 1px solid rgba(8, 8, 6, 0.16);
    direction: rtl;
  }

  .m-title-card h2 {
    margin: 0;
    max-width: 100%;
    font-family: var(--font-ar);
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
    font-weight: 900;
    line-height: 1.4;
    text-wrap: balance;
  }

  .m-title-card p {
    margin: 0.45rem 0 0;
    color: rgba(8, 8, 6, 0.72);
    font-weight: 800;
  }

  .m-news-tape {
    padding: 0.65rem 0;
    overflow: hidden;
    background: var(--paper);
    color: #080806;
    border-block: 1px solid rgba(8, 8, 6, 0.18);
  }

  .m-news-tape div {
    display: flex;
    width: max-content;
    gap: 1.4rem;
    animation: mobileTape 18s linear infinite;
  }

  .m-news-tape span {
    position: relative;
    font-size: 0.86rem;
    font-weight: 900;
    white-space: nowrap;
  }

  .m-news-tape span::after {
    content: "*";
    margin-inline-start: 1.4rem;
  }

  .m-section {
    padding-block: 1.6rem;
  }

  .m-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
    direction: rtl;
  }

  .m-section-head h2,
  .m-recs-head h2,
  .m-journal h2 {
    margin: 0;
    font-family: var(--font-ar);
    font-size: clamp(2.2rem, 12vw, 3.8rem);
    line-height: 1.25;
    color: var(--paper-3);
  }

  .m-section-head a {
    flex: 0 0 auto;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(247, 241, 220, 0.18);
    color: rgba(247, 241, 220, 0.86);
  }

  .m-rail {
    width: 100%;
    margin-inline: 0;
    padding: 0 0 0.65rem;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    direction: ltr;
  }

  .m-rail::-webkit-scrollbar {
    display: none;
  }

  .m-work-card,
  .m-brand-card,
  .m-product-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .m-work-card {
    width: 78vw;
    max-width: 340px;
    min-height: 340px;
    display: grid;
    grid-template-rows: 1fr auto;
    overflow: hidden;
    color: var(--paper-3);
    background: #0b0d0a;
    border: 1px solid rgba(247, 241, 220, 0.14);
  }

  .m-work-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  .m-work-card div {
    padding: 0.9rem;
    display: grid;
    gap: 0.3rem;
    direction: rtl;
  }

  .m-work-card span {
    color: rgba(247, 241, 220, 0.66);
    font-size: 0.78rem;
    font-weight: 900;
  }

  .m-work-card h3 {
    margin: 0;
    font-family: var(--font-ar);
    font-size: 2rem;
    line-height: 1.28;
  }

  .m-work-card p {
    margin: 0;
    color: rgba(247, 241, 220, 0.78);
    line-height: 1.65;
  }

  .m-work-card.red {
    background: #34100c;
  }

  .m-work-card.blue {
    background: #132232;
  }

  .m-craft {
    margin: 0.6rem 1rem;
    padding: 1rem !important;
    background: var(--paper);
    color: #080806;
    direction: rtl;
  }

  .m-craft-title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .m-craft-title h2 {
    margin: 0;
    max-width: 9ch;
    font-family: var(--font-ar);
    font-size: clamp(2rem, 11vw, 3.5rem);
    line-height: 1.25;
  }

  .m-craft-title a {
    flex: 0 0 auto;
    padding: 0.55rem 0.7rem;
    background: var(--red);
    color: var(--paper-3);
    font-weight: 900;
    font-size: 0.8rem;
  }

  .m-craft-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px dashed rgba(8, 8, 6, 0.28);
    border-right: 1px dashed rgba(8, 8, 6, 0.28);
  }

  .m-craft-grid article {
    min-height: 118px;
    padding: 0.8rem;
    display: grid;
    align-content: center;
    gap: 0.45rem;
    border-left: 1px dashed rgba(8, 8, 6, 0.28);
    border-bottom: 1px dashed rgba(8, 8, 6, 0.28);
  }

  .m-craft-grid b {
    font-size: 1rem;
    line-height: 1.35;
  }

  .m-craft-grid span {
    font-size: 0.78rem;
    line-height: 1.65;
    color: rgba(8, 8, 6, 0.68);
  }

  .m-brand-card {
    position: relative;
    width: 72vw;
    max-width: 310px;
    min-height: 390px;
    padding: 1rem;
    display: grid;
    align-content: space-between;
    overflow: hidden;
    color: var(--paper-3);
    border: 1px solid rgba(247, 241, 220, 0.14);
    direction: rtl;
  }

  .m-brand-card::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 54px;
    background: var(--paper);
  }

  .m-brand-logo {
    position: relative;
    z-index: 1;
    max-width: 150px;
    max-height: 68px;
    object-fit: contain;
    object-position: right center;
  }

  .m-brand-logo.light {
    filter: brightness(2.6);
  }

  .m-brand-card strong.latin {
    position: relative;
    z-index: 1;
    font-size: 2.9rem;
    line-height: 1;
    color: #111;
  }

  .m-brand-card b {
    position: relative;
    z-index: 1;
    align-self: end;
    margin-bottom: 3.2rem;
    font-family: var(--font-ar);
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .m-brand-card em {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 1rem;
    color: #080806;
    font-style: normal;
  }

  .m-product-shot {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 0;
    width: 76%;
    height: 210px;
    object-fit: contain;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.35));
  }

  .m-locals-clean {
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 50% 22%, rgba(247, 241, 220, 0.7) 0 12%, transparent 13%),
      linear-gradient(90deg, transparent 0 19%, #151515 20% 32%, transparent 33% 67%, #151515 68% 80%, transparent 81%),
      linear-gradient(#151515, #151515);
    clip-path: polygon(19% 8%, 36% 0, 64% 0, 81% 8%, 100% 24%, 84% 43%, 75% 35%, 75% 100%, 25% 100%, 25% 35%, 16% 43%, 0 24%);
  }

  .m-locals-clean::after {
    content: 'the LOCALS';
    margin-top: 12%;
    color: var(--paper-3);
    font-family: var(--font-latin);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
  }

  .m-brand-card.togarashi {
    background: #ad211b;
  }

  .m-brand-card.filmiyah {
    background: #b98725;
  }

  .m-brand-card.locals {
    background: #4b83a6;
  }

  .m-brand-card.smfn {
    background: #d5c5a0;
    color: #111;
  }

  .m-brand-card.omdah {
    background: #090909;
  }

  .m-food-photo,
  .m-camera-photo,
  .m-light-photo {
    position: absolute;
    left: 50%;
    top: 47%;
    width: 72%;
    height: 190px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(247, 241, 220, 0.14);
  }

  .m-food-photo::before {
    content: "";
    position: absolute;
    inset: 16%;
    border-radius: 50%;
    background:
      radial-gradient(circle at 36% 38%, #f4d67a 0 9%, transparent 10%),
      radial-gradient(circle at 58% 46%, #513014 0 13%, transparent 14%),
      radial-gradient(circle at 46% 60%, #d75b2f 0 8%, transparent 9%),
      radial-gradient(circle, #d9b15d 0 44%, #1f140b 45% 62%, transparent 63%);
    box-shadow: 0 22px 28px rgba(0, 0, 0, 0.32);
  }

  .m-camera-photo::before {
    content: "";
    position: absolute;
    inset: 22% 18%;
    background:
      radial-gradient(circle at 71% 47%, #080806 0 13%, #caa042 14% 17%, transparent 18%),
      linear-gradient(90deg, transparent 0 22%, #080806 23% 100%);
    clip-path: polygon(0 20%, 56% 20%, 56% 34%, 100% 14%, 100% 84%, 56% 64%, 56% 80%, 0 80%);
  }

  .m-light-photo::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 18%;
    width: 58%;
    height: 58%;
    background: radial-gradient(circle, rgba(247, 241, 220, 0.95), rgba(201, 150, 63, 0.38) 12%, transparent 48%);
    box-shadow: 0 0 60px rgba(247, 241, 220, 0.42);
  }

  .m-product-card {
    width: 66vw;
    max-width: 260px;
    min-height: 330px;
    padding: 0.8rem;
    display: grid;
    grid-template-rows: 190px auto auto auto;
    gap: 0.35rem;
    color: #080806;
    background: var(--paper);
    border: 1px solid rgba(8, 8, 6, 0.16);
    direction: rtl;
  }

  .m-product-card img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    background: #e5ddc8;
  }

  .m-product-card h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .m-product-card b {
    color: var(--red);
  }

  .m-recs {
    position: relative;
    margin-top: 0.6rem;
    padding: 1.25rem 1rem 1.6rem !important;
    overflow: hidden;
    background: var(--paper);
    color: #080806;
    direction: rtl;
  }

  .m-recs::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.36;
    background:
      linear-gradient(90deg, transparent 0 49%, rgba(8, 8, 6, 0.16) 50%, transparent 51%),
      linear-gradient(180deg, transparent 0 49%, rgba(8, 8, 6, 0.1) 50%, transparent 51%);
    background-size: 54px 54px;
  }

  .m-recs > * {
    position: relative;
    z-index: 1;
  }

  .m-recs-head h2 {
    color: #080806;
    max-width: 8ch;
  }

  .m-recs-head p {
    max-width: 22ch;
    margin: 0.35rem 0 1rem;
    line-height: 1.7;
  }

  .m-rec-detail {
    width: min(74vw, 290px);
    min-height: 220px;
    margin: 0 auto 1.2rem;
    padding: 0.85rem;
    display: grid;
    align-content: end;
    color: #080806;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(247, 241, 220, 0.95) 62%),
      url("../images/bts/optimized/IMG_5629-2.jpg") center / cover;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
    transform: rotate(-2deg);
  }

  .m-rec-detail h3 {
    margin: 0;
    font-family: var(--font-ar);
    font-size: 1.65rem;
    line-height: 1.35;
  }

  .m-rec-detail p {
    margin: 0.1rem 0;
    line-height: 1.5;
  }

  .m-rec-detail strong {
    color: var(--red);
  }

  .m-clothesline {
    position: relative;
    height: 138px;
    margin-inline: 0;
    overflow: hidden;
    border-block: 1px dashed rgba(8, 8, 6, 0.22);
  }

  .m-clothesline::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    border-top: 2px solid rgba(8, 8, 6, 0.36);
  }

  .m-clothesline button {
    position: absolute;
    top: 44px;
    right: -170px;
    width: 130px;
    min-height: 82px;
    padding: 0.75rem;
    display: grid;
    place-items: center;
    gap: 0.2rem;
    color: #080806;
    background: #f7f1dc;
    border: 0;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.18);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    animation: clothesMobile 14s linear infinite;
  }

  .m-clothesline button::before {
    content: "";
    position: absolute;
    top: -18px;
    width: 18px;
    height: 26px;
    border: 2px solid rgba(8, 8, 6, 0.45);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  .m-clothesline button:nth-child(2) { animation-delay: -3.5s; transform: rotate(-2deg); }
  .m-clothesline button:nth-child(3) { animation-delay: -7s; transform: rotate(3deg); }
  .m-clothesline button:nth-child(4) { animation-delay: -10.5s; transform: rotate(-1deg); }

  .m-clothesline button.is-active {
    background: #d9a236;
  }

  .m-red-btn {
    display: inline-flex;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: var(--red);
    color: var(--paper-3);
    font-weight: 900;
  }

  .m-journal {
    display: grid;
    gap: 1rem;
    background: #050505;
    border-top: 1px solid rgba(247, 241, 220, 0.12);
    direction: rtl;
  }

  .m-journal p {
    max-width: 24ch;
    color: rgba(247, 241, 220, 0.72);
    line-height: 1.75;
  }

  .m-journal form {
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid rgba(247, 241, 220, 0.16);
    background: var(--paper);
  }

  .m-journal input,
  .m-journal button {
    min-height: 48px;
    border: 0;
    font: inherit;
  }

  .m-journal input {
    min-width: 0;
    padding: 0 0.8rem;
    background: transparent;
    color: #080806;
  }

  .m-journal button {
    padding: 0 0.9rem;
    background: var(--red);
    color: var(--paper-3);
    font-weight: 900;
  }

  .m-footer {
    padding: 1.2rem 1rem 1.8rem;
    display: grid;
    gap: 0.9rem;
    background: #050505;
    border-top: 1px solid rgba(247, 241, 220, 0.12);
    direction: rtl;
  }

  .m-footer img {
    width: 92px;
  }

  .m-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    color: rgba(247, 241, 220, 0.72);
    font-size: 0.86rem;
  }

  .m-footer p {
    margin: 0;
    width: fit-content;
    padding: 0.5rem 0.75rem;
    background: var(--paper);
    color: #080806;
    transform: rotate(-4deg);
    font-weight: 900;
  }

  .poster-page {
    background:
      linear-gradient(90deg, rgba(247, 241, 220, 0.03) 1px, transparent 1px),
      #080806;
    background-size: 24px 24px;
  }

  .poster-page .nav {
    min-height: 64px;
    padding: 0.55rem 1rem;
    background: rgba(7, 8, 6, 0.94);
    border-bottom: 1px solid rgba(247, 241, 220, 0.12);
  }

  .poster-page .nav-logo img {
    width: 82px;
  }

  .poster-page .nav-links.open {
    position: fixed;
    inset: 64px 1rem auto 1rem;
    display: grid;
    padding: 0.7rem;
    background: var(--paper);
    color: #080806;
    border: 1px solid rgba(8, 8, 6, 0.18);
  }

  .poster-page .nav-links.open a {
    padding: 0.85rem 0.9rem;
    color: #080806;
    border-bottom: 1px solid rgba(8, 8, 6, 0.12);
  }

  .poster-page .page-hero,
  .poster-page .hero {
    min-height: auto;
    padding: 2.2rem 0 1.3rem;
  }

  .poster-page .page-title,
  .poster-page .hero-title {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
    line-height: 1.3;
  }

  .poster-page .lead {
    font-size: 1rem;
    line-height: 1.9;
  }

  .poster-page section.tall,
  .poster-page section.tight {
    padding-block: 1.45rem;
  }

  .poster-page .poster-grid,
  .poster-page .portal-grid,
  .poster-page .news-grid,
  .poster-page .services {
    width: 100%;
    margin-inline: 0;
    padding: 0 0 0.65rem;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .poster-page .poster-grid::-webkit-scrollbar,
  .poster-page .portal-grid::-webkit-scrollbar,
  .poster-page .news-grid::-webkit-scrollbar,
  .poster-page .services::-webkit-scrollbar {
    display: none;
  }

  .poster-page .film-card,
  .poster-page .portal-card,
  .poster-page .news-card,
  .poster-page .service-card {
    flex: 0 0 78vw;
    max-width: 350px;
    min-height: 320px;
    scroll-snap-align: start;
  }

  .poster-page .film-card {
    min-height: 380px;
  }

  .poster-page .film-title,
  .poster-page .portal-name,
  .poster-page .news-title {
    font-size: clamp(1.7rem, 8vw, 2.8rem);
    line-height: 1.38;
  }

  .poster-page .service-card {
    display: grid;
    align-content: end;
    min-height: 220px;
  }

  .poster-page .split,
  .poster-page .form-grid,
  .poster-page .recommend-board {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .poster-page .recommend-list {
    width: 100%;
    margin-inline: 0;
    padding: 0 0 0.65rem;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .poster-page .recommend-card {
    flex: 0 0 82vw;
    min-height: 260px;
    scroll-snap-align: start;
  }

  .poster-page .manifesto-line {
    min-height: auto;
    padding-block: 2.5rem;
  }

  .poster-page .manifesto-text {
    max-width: 11ch;
    font-size: clamp(2.4rem, 12vw, 4.4rem);
    line-height: 1.35;
  }

  .poster-page .footer {
    padding-block: 1.4rem;
  }

  .poster-page .footer-top {
    gap: 1.2rem;
  }

  .poster-page .footer-brand .latin {
    font-size: 2.2rem;
  }

  .poster-page .footer-bottom {
    display: grid;
    gap: 0.45rem;
    line-height: 1.6;
  }
}

@keyframes mobileTape {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

@keyframes clothesMobile {
  from { right: -170px; }
  to { right: calc(100% + 170px); }
}

/* 2026-06-04: literal poster pass */
.poster-home .poster-hero {
  min-height: 100svh;
  padding: 0;
  border-bottom: 0;
}

.poster-home .poster-hero .hero-bg,
.poster-home .poster-hero .hero-scratch,
.poster-home .poster-hero .paper-note,
.poster-home .poster-hero .bts-card {
  z-index: 6;
}

.poster-home .poster-hero .hero-bg {
  opacity: 0.22;
  filter: grayscale(0.8) contrast(1.18) brightness(0.55);
}

.poster-home .poster-hero-inner {
  z-index: 4;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: 0;
  display: block;
}

.poster-home .hero-feature {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100svh;
  border: 0;
  box-shadow: none;
  transform: none;
  background: #050505;
}

.poster-home .hero-feature::before {
  z-index: 2;
  background:
    radial-gradient(circle at 55% 22%, rgba(247, 241, 220, 0.16), transparent 18rem),
    linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.26) 36%, rgba(5, 5, 5, 0.12) 64%, rgba(5, 5, 5, 0.88)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.94), transparent 42%),
    repeating-linear-gradient(90deg, rgba(247, 241, 220, 0.07) 0 1px, transparent 1px 34px);
}

.poster-home .hero-feature-poster {
  filter: saturate(0.9) contrast(1.08) brightness(0.78);
  transform: scale(1.02);
}

.poster-home .hero-feature-copy {
  position: absolute;
  z-index: 5;
  right: clamp(1.2rem, 6vw, 6.2rem);
  bottom: clamp(4.8rem, 10vw, 8rem);
  width: min(62vw, 880px);
  padding: 0;
  gap: clamp(0.55rem, 1.2vw, 1rem);
}

.poster-home .hero-feature-copy strong {
  max-width: 8.2ch;
  font-size: clamp(4rem, 10vw, 11.5rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.poster-home .hero-feature-copy span {
  width: max-content;
  font-size: clamp(0.82rem, 1vw, 1rem);
  letter-spacing: 0;
}

.poster-home .hero-feature-copy em {
  width: max-content;
  margin-top: 0.25rem;
  padding: 0.62rem 1rem;
  background: rgba(247, 241, 220, 0.92);
  color: #080806;
  border: 1px solid rgba(5, 5, 5, 0.34);
  font-style: normal;
  text-shadow: none;
}

.poster-home .street-food-wordmark {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  line-height: 1.35;
}

.home-title-banner {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.8rem) 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.18) 1px, transparent 1px) 0 0 / 32px 100%,
    var(--paper);
  color: #080806;
  border-block: 1px solid rgba(5, 5, 5, 0.18);
  overflow: hidden;
}

.home-title-banner::before,
.home-title-banner::after {
  content: '';
  position: absolute;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 1px;
  background: rgba(5, 5, 5, 0.18);
}

.home-title-banner::before { left: 4.8%; }
.home-title-banner::after { right: 4.8%; }

.home-title-banner .poster-title-block {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding-inline: clamp(0.4rem, 2vw, 1.2rem);
}

.home-title-banner .poster-title,
.home-title-banner .poster-sub,
.home-title-banner .hero-lockup {
  color: #080806;
  text-shadow: none;
}

.home-title-banner .poster-title {
  font-size: clamp(3.5rem, 7vw, 8.4rem);
  line-height: 1.32;
}

.home-title-banner .poster-sub {
  color: rgba(5, 5, 5, 0.72);
}

.home-title-banner .hero-lockup i {
  color: rgba(5, 5, 5, 0.42);
}

@media (max-width: 760px) {
  .mobile-site {
    background: #080806;
    padding-top: 0 !important;
  }

  .m-hero {
    min-height: auto;
    padding: 0 !important;
    background: #080806;
    border-bottom: 0;
  }

  .m-hero::before {
    content: 'KODAK 400   B22   0411';
    position: absolute;
    z-index: 5;
    top: 4.8rem;
    bottom: 0;
    right: 0.32rem;
    writing-mode: vertical-rl;
    color: rgba(247, 241, 220, 0.42);
    font-family: var(--font-latin);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    pointer-events: none;
  }

  .m-hero::after {
    content: '';
    position: absolute;
    z-index: 2;
    inset: 0 0 auto 0;
    height: calc(100svh - 3.8rem);
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(247, 241, 220, 0.22) 1px, transparent 1px) 0.78rem 0 / 1px 100% no-repeat,
      linear-gradient(90deg, rgba(247, 241, 220, 0.22) 1px, transparent 1px) calc(100% - 0.78rem) 0 / 1px 100% no-repeat,
      linear-gradient(0deg, rgba(8, 8, 6, 0.92), transparent 44%);
  }

  .m-stamp {
    position: absolute !important;
    top: 0.75rem;
    right: 0.95rem;
    left: auto;
    width: 76px;
    height: 76px;
    padding: 0.15rem;
    z-index: 8;
    background: var(--red);
    border-radius: 0;
    transform: rotate(-1deg);
  }

  .m-stamp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-current-card {
    width: 100%;
    min-height: calc(100svh - 3.8rem);
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .m-current-card img {
    height: calc(100svh - 3.8rem);
    min-height: 620px;
    object-position: center;
    filter: saturate(0.88) contrast(1.08) brightness(0.78);
  }

  .m-current-card::after {
    background:
      radial-gradient(circle at 58% 22%, rgba(247, 241, 220, 0.18), transparent 13rem),
      linear-gradient(90deg, rgba(8, 8, 6, 0.78), rgba(8, 8, 6, 0.16) 42%, rgba(8, 8, 6, 0.72)),
      linear-gradient(0deg, rgba(8, 8, 6, 0.96), transparent 58%);
  }

  .m-current-copy {
    left: 1.1rem;
    right: 1.1rem;
    bottom: 1.5rem;
    z-index: 6;
    gap: 0.55rem;
  }

  .m-current-copy h1 {
    max-width: 8ch;
    font-size: clamp(3.6rem, 15vw, 5.8rem);
    line-height: 1.22;
    letter-spacing: 0;
  }

  .m-current-copy p {
    max-width: 18ch;
    font-size: 1rem;
    line-height: 1.9;
  }

  .m-current-copy span {
    width: max-content;
    padding: 0.42rem 0.72rem;
    background: var(--red);
    color: var(--paper-3);
    font-weight: 900;
  }

  .m-current-copy b {
    width: max-content;
    padding: 0.64rem 0.9rem;
    background: var(--paper);
    color: #080806;
    border: 1px solid rgba(5, 5, 5, 0.24);
  }

  .m-title-card {
    margin: 0;
    min-height: 58svh;
    padding: 2rem 1.2rem 2.4rem;
    display: grid;
    align-content: center;
    border-radius: 0;
    border-inline: 0;
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.14) 1px, transparent 1px) 0 0 / 28px 100%,
      var(--paper);
  }

  .m-title-card h2 {
    font-size: clamp(3.3rem, 16vw, 5rem);
    line-height: 1.28;
    letter-spacing: 0;
  }

  .m-title-card p {
    margin-top: 0.9rem;
    font-size: 1.15rem;
    line-height: 1.9;
  }

  .m-news-tape {
    margin-top: 0;
    border-top: 1px solid rgba(5, 5, 5, 0.2);
    border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  }
}

.studio-map-section {
  position: relative;
  overflow: hidden;
}

.studio-page .page-hero {
  min-height: clamp(430px, 52svh, 560px);
  padding-top: clamp(7.2rem, 10vw, 8.5rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.6rem);
}

.studio-page .studio-map-section {
  padding-top: clamp(2.2rem, 4vw, 4rem);
}

.studio-page .studio-map-section .section-head {
  margin-bottom: 0;
}

.studio-page .studio-map-section .h-section {
  max-width: none;
  font-size: clamp(2.55rem, 3.8vw, 4.6rem);
  line-height: 1.22;
}

.studio-map-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.16) 1px, transparent 1px) 0 0 / 38px 100%,
    linear-gradient(0deg, rgba(5, 5, 5, 0.08) 1px, transparent 1px) 0 0 / 100% 38px;
}

.snake-map {
  position: relative;
  z-index: 1;
  margin-top: 0;
  min-height: 720px;
  direction: rtl;
}

.studio-page .snake-map.reveal {
  opacity: 1;
  transform: none;
}

.snake-map::before {
  content: '';
  position: absolute;
  inset: 5.5rem 7% 4rem 7%;
  background:
    radial-gradient(circle at 92% 6%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 12% 25%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 83% 50%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 18% 75%, var(--red) 0 6px, transparent 7px),
    radial-gradient(circle at 78% 96%, var(--red) 0 6px, transparent 7px);
  border: 2px dashed rgba(119, 32, 26, 0.68);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 52% 34% 48% 40%;
  transform: rotate(-2deg);
  pointer-events: none;
}

.snake-map::after {
  content: 'من السؤال إلى الشاشة';
  position: absolute;
  left: 7%;
  bottom: 1rem;
  padding: 0.6rem 0.9rem;
  background: var(--red);
  color: var(--paper-3);
  font-weight: 900;
  transform: rotate(-3deg);
}

.snake-step {
  position: absolute;
  width: min(260px, 23vw);
  min-height: 188px;
  padding: 1.05rem;
  display: grid;
  align-content: end;
  gap: 0.35rem;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.1) 1px, transparent 1px) 0 0 / 22px 100%,
    #f1e4c7;
  color: #080806;
  border: 1px solid rgba(5, 5, 5, 0.22);
  box-shadow: 0 18px 34px rgba(5, 5, 5, 0.16);
}

.snake-step::before {
  content: '';
  position: absolute;
  top: -0.72rem;
  left: 50%;
  width: 42px;
  height: 18px;
  background: rgba(247, 241, 220, 0.72);
  border: 1px solid rgba(5, 5, 5, 0.16);
  transform: translateX(-50%) rotate(3deg);
  box-shadow: 0 5px 10px rgba(5, 5, 5, 0.12);
}

.snake-step:nth-child(1) { top: -0.8rem; right: 6%; transform: rotate(1.2deg); }
.snake-step:nth-child(2) { top: 6.6rem; right: 39%; transform: rotate(-1.5deg); }
.snake-step:nth-child(3) { top: 2.4rem; left: 6%; transform: rotate(1.8deg); }
.snake-step:nth-child(4) { top: 17rem; left: 16%; transform: rotate(-2deg); }
.snake-step:nth-child(5) { top: 23rem; right: 31%; transform: rotate(1.4deg); }
.snake-step:nth-child(6) { top: 33rem; right: 6%; transform: rotate(-1.2deg); }
.snake-step:nth-child(7) { top: 38rem; right: 45%; transform: rotate(2deg); }
.snake-step:nth-child(8) { top: 34rem; left: 6%; transform: rotate(-1deg); }

.snake-step span {
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  color: var(--red);
  font-family: var(--font-latin);
  font-weight: 900;
  font-size: 0.82rem;
}

.snake-step b {
  font-size: clamp(1.6rem, 2.2vw, 2.6rem);
  line-height: 1.25;
  font-weight: 900;
}

.snake-step p {
  color: rgba(5, 5, 5, 0.72);
  font-size: 1rem;
  line-height: 1.85;
}

@media (max-width: 760px) {
  .studio-page .page-hero {
    min-height: 410px;
    padding-bottom: 2.3rem;
  }

  .studio-page .studio-map-section {
    padding-top: 1.6rem;
  }

  .studio-map-section .section-head {
    padding-inline: 1rem;
  }

  .snake-map {
    min-height: 0;
    margin-top: 1.2rem;
    padding: 1rem 1rem 2rem;
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .snake-map::-webkit-scrollbar {
    display: none;
  }

  .snake-map::before {
    inset: 50% 1rem auto 1rem;
    height: 2px;
    border: 0;
    border-radius: 0;
    transform: none;
    background:
      repeating-linear-gradient(90deg, var(--red) 0 18px, transparent 18px 32px);
  }

  .snake-map::after {
    left: 1rem;
    bottom: 0;
    font-size: 0.82rem;
  }

  .snake-step {
    position: relative;
    inset: auto !important;
    flex: 0 0 78vw;
    width: auto;
    min-height: 250px;
    scroll-snap-align: center;
  }

  .snake-step:nth-child(n) {
    transform: rotate(-1deg);
  }

  .snake-step:nth-child(2n) {
    transform: rotate(1.2deg);
    margin-top: 2rem;
  }

  .snake-step b {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1.3;
  }

  .snake-step p {
    font-size: 1.02rem;
    line-height: 1.9;
  }
}

/* 2026-06-04 h: platform-specific polish pass */
:root {
  --nav-h-mobile: 64px;
}

.nav,
.mobile-nav {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.poster-page .nav,
.poster-home .poster-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.64), rgba(5, 5, 5, 0.1));
  border-bottom: 1px solid rgba(247, 241, 220, 0.1);
}

.brand-mark img,
.footer-brand img,
.footer-lockup img {
  width: clamp(76px, 7vw, 118px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

.footer-brand {
  display: flex;
  align-items: center;
}

.poster-home h1,
.poster-home h2,
.poster-home h3,
.poster-home p,
.poster-page h1,
.poster-page h2,
.poster-page h3,
.poster-page p,
.poster-page li,
.poster-page a {
  letter-spacing: 0;
}

.poster-page p,
.poster-page li,
.poster-home p {
  line-height: 1.95;
}

.poster-home section,
.poster-page section {
  scroll-margin-top: 88px;
}

.hero-feature-copy {
  gap: clamp(0.9rem, 1.5vw, 1.25rem);
}

.hero-feature-copy span {
  margin-bottom: 0.25rem;
}

.home-title-banner {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.16) 46%, rgba(5, 5, 5, 0.78)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.08) 48%, rgba(5, 5, 5, 0.92)),
    url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
  color: var(--paper-3);
}

.home-title-banner .poster-title,
.home-title-banner .poster-sub,
.home-title-banner .hero-lockup {
  color: var(--paper-3);
}

.home-title-banner .poster-title-block {
  max-width: 980px;
  margin-inline-start: auto;
}

.works-reel,
.craft-strip,
.brand-gate,
.products-drop,
.recommend-poster,
.journal-band {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.works-reel {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(20, 33, 45, 0.5), rgba(5, 5, 5, 0.94)),
    url("../images/bts/optimized/IMG_5648-2.jpg") center / cover;
}

.craft-strip {
  background:
    linear-gradient(90deg, rgba(241, 228, 199, 0.9), rgba(241, 228, 199, 0.78)),
    url("../images/bts/optimized/IMG_5614-2.jpg") center / cover;
}

.brand-gate {
  background:
    linear-gradient(0deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.52)),
    url("../images/brand/img-013.png") center / cover;
}

.products-drop {
  background:
    linear-gradient(90deg, rgba(241, 228, 199, 0.94), rgba(241, 228, 199, 0.78)),
    url("../images/brand/img-018.jpg") center / cover;
}

.brand-product-photo,
.m-product-shot,
.m-product-card img,
.product-card img {
  mix-blend-mode: normal;
}

.brand-ticket.togarashi .ticket-art.katsu,
.m-food-photo {
  background:
    radial-gradient(circle at 50% 50%, rgba(246, 214, 137, 0.95), rgba(170, 86, 33, 0.78) 42%, rgba(36, 19, 12, 0.92) 43% 58%, transparent 59%),
    radial-gradient(circle at 38% 35%, #f7d35c 0 8%, transparent 9%),
    radial-gradient(circle at 58% 47%, #8f2b1d 0 7%, transparent 8%),
    radial-gradient(circle at 47% 62%, #efe6b3 0 8%, transparent 9%);
  border-radius: 999px;
}

.brand-ticket.filmiyah .ticket-art.camera,
.m-camera-photo {
  background:
    linear-gradient(90deg, transparent 0 18%, #0a0a0a 19% 66%, transparent 67%),
    radial-gradient(circle at 62% 49%, #050505 0 15%, #c9963f 16% 19%, transparent 20%),
    url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
}

.brand-ticket.omdah .ticket-art.light,
.m-light-photo {
  background:
    radial-gradient(circle at 48% 36%, rgba(247, 241, 220, 0.96), rgba(201, 150, 63, 0.38) 14%, transparent 48%),
    url("../images/bts/optimized/IMG_5621-2.jpg") center / cover;
}

.product-card img,
.m-product-card img {
  background: transparent !important;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.18));
}

.rec-wall-section {
  min-height: 100svh;
  padding: clamp(2rem, 5vw, 5rem) 0;
  background:
    linear-gradient(90deg, rgba(241, 228, 199, 0.92), rgba(241, 228, 199, 0.82)),
    url("../images/brand/img-020.jpg") center / cover;
}

.rec-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.1rem, 2vw, 2rem);
}

.rec-wall-paper {
  position: relative;
  min-height: clamp(300px, 34vw, 440px);
  padding: clamp(1.2rem, 2.4vw, 2.4rem);
  display: grid;
  align-content: end;
  gap: 0.7rem;
  color: #080806;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.1) 1px, transparent 1px) 0 0 / 26px 100%,
    #f5ebcf;
  border: 1px solid rgba(5, 5, 5, 0.16);
  box-shadow: 0 22px 40px rgba(5, 5, 5, 0.18);
}

.rec-wall-paper::before {
  content: '';
  position: absolute;
  top: -0.8rem;
  left: 50%;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: radial-gradient(circle, var(--red) 0 22%, #080806 23% 28%, transparent 29%);
}

.rec-wall-paper:nth-child(1) { transform: rotate(1deg); }
.rec-wall-paper:nth-child(2) { transform: rotate(-1.2deg); }
.rec-wall-paper:nth-child(3) { transform: rotate(-0.7deg); }
.rec-wall-paper:nth-child(4) { transform: rotate(1.4deg); }

.rec-wall-paper span {
  color: var(--red);
  font-family: var(--font-latin);
  font-weight: 900;
}

.rec-wall-paper h2 {
  margin: 0;
  font-family: var(--font-ar);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.25;
}

.rec-wall-paper p,
.rec-wall-paper li {
  margin: 0;
  line-height: 1.85;
  color: rgba(5, 5, 5, 0.72);
}

.rec-wall-paper ul {
  margin: 0.4rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rec-wall-paper li {
  padding: 0.35rem 0.55rem;
  background: rgba(119, 32, 26, 0.12);
}

.work-page .services {
  counter-reset: workSteps;
}

.work-page .service-card,
.studio-page .news-card,
.owned-page .portal-card,
.journal-page .news-card,
.manifesto-page .manifesto-line {
  transition: transform 600ms var(--ease), opacity 600ms var(--ease), background-position 900ms var(--ease);
}

.work-page .service-card::before,
.studio-page .news-card::before {
  counter-increment: workSteps;
}

.studio-page .snake-step {
  background:
    linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)),
    url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
}

.studio-page .snake-step:nth-child(2) { background-image: linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)), url("../images/bts/optimized/IMG_5621-2.jpg"); }
.studio-page .snake-step:nth-child(3) { background-image: linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)), url("../images/bts/optimized/IMG_5648-2.jpg"); }
.studio-page .snake-step:nth-child(4) { background-image: linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)), url("../images/bts/optimized/IMG_5635-2.jpg"); }
.studio-page .snake-step:nth-child(5) { background-image: linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)), url("../images/brand/img-013.png"); }
.studio-page .snake-step:nth-child(6) { background-image: linear-gradient(180deg, rgba(245, 235, 207, 0.92), rgba(245, 235, 207, 0.78)), url("../images/bts/optimized/IMG_5629-2.jpg"); }

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .poster-page .nav {
    position: sticky;
    min-height: var(--nav-h-mobile);
    padding: 0.5rem 0.9rem;
    background: rgba(5, 5, 5, 0.48);
  }

  .poster-page .nav-logo img,
  .poster-home .mobile-logo img {
    width: 76px;
    max-height: 46px;
    object-fit: contain;
  }

  .poster-page .nav-links {
    position: fixed;
    inset: var(--nav-h-mobile) 0 auto 0;
    padding: 0.8rem;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    background: rgba(5, 5, 5, 0.92);
  }

  .poster-page .nav-links.open {
    display: grid;
  }

  .poster-page .nav-link {
    display: block;
    padding: 0.85rem;
    border: 1px solid rgba(247, 241, 220, 0.14);
    line-height: 1.45;
  }

  .mobile-nav {
    position: sticky;
    top: 0;
    min-height: var(--nav-h-mobile);
    background: rgba(5, 5, 5, 0.48);
  }

  .mobile-site {
    padding-top: 0 !important;
  }

  .m-hero {
    min-height: calc(100svh - var(--nav-h-mobile));
  }

  .m-current-card,
  .m-current-card img {
    min-height: calc(100svh - var(--nav-h-mobile));
  }

  .m-current-copy {
    gap: 0.82rem;
    bottom: 1.35rem;
  }

  .m-current-copy span {
    margin-bottom: 0.1rem;
  }

  .m-current-copy h1 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
    line-height: 1.27;
  }

  .m-current-copy p {
    line-height: 1.9;
  }

  .m-title-card {
    min-height: 78svh;
    color: var(--paper-3);
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.84), rgba(5, 5, 5, 0.24), rgba(5, 5, 5, 0.9)),
      linear-gradient(0deg, rgba(5, 5, 5, 0.94), transparent 56%),
      url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
  }

  .m-title-card p {
    color: rgba(247, 241, 220, 0.82);
  }

  .m-news-tape div {
    animation-duration: 28s;
  }

  .m-rail {
    direction: rtl;
    scroll-snap-type: x mandatory;
  }

  .m-work-card,
  .m-brand-card,
  .m-product-card {
    scroll-snap-align: end;
  }

  .m-craft {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(245, 235, 207, 0.94), rgba(245, 235, 207, 0.82)),
      url("../images/brand/img-019.jpg") center / cover;
  }

  .m-craft-title {
    display: block;
  }

  .m-craft-grid {
    grid-template-columns: 1fr;
  }

  .m-craft-grid article {
    min-height: 88px;
  }

  .m-craft-action {
    margin-top: 1rem;
    width: 100%;
    display: block;
    padding: 0.85rem 1rem;
    text-align: center;
    background: var(--red);
    color: var(--paper-3);
    font-weight: 900;
  }

  .m-brand-card {
    width: 78vw;
  }

  .m-food-photo,
  .m-camera-photo,
  .m-light-photo {
    border: 0;
    background-size: cover;
  }

  .m-product-shot {
    mix-blend-mode: normal;
  }

  .m-product-card img {
    mix-blend-mode: normal;
  }

  .m-rec-papers {
    min-height: auto;
  }

  .m-rec-paper-grid {
    display: grid;
    gap: 1rem;
  }

  .m-rec-paper {
    position: relative;
    min-height: 190px;
    padding: 1rem;
    display: grid;
    align-content: end;
    gap: 0.35rem;
    color: #080806;
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.1) 1px, transparent 1px) 0 0 / 24px 100%,
      #f5ebcf;
    border: 1px solid rgba(5, 5, 5, 0.18);
    box-shadow: 0 18px 28px rgba(5, 5, 5, 0.18);
  }

  .m-rec-paper::before {
    content: '';
    position: absolute;
    top: -0.45rem;
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: radial-gradient(circle, var(--red) 0 22%, #080806 23% 29%, transparent 30%);
  }

  .m-rec-paper:nth-child(1) { transform: rotate(1deg); }
  .m-rec-paper:nth-child(2) { transform: rotate(-1deg); }
  .m-rec-paper:nth-child(3) { transform: rotate(0.8deg); }
  .m-rec-paper:nth-child(4) { transform: rotate(-0.7deg); }

  .m-rec-paper span {
    color: var(--red);
    font-family: var(--font-latin);
    font-weight: 900;
  }

  .m-rec-paper b {
    font-size: 1.55rem;
    line-height: 1.35;
  }

  .m-rec-paper p {
    margin: 0;
    color: rgba(5, 5, 5, 0.72);
    line-height: 1.75;
  }

  .work-page .poster-grid {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    direction: rtl;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .work-page .film-card {
    flex: 0 0 82vw;
    scroll-snap-align: end;
  }

  .owned-page .portal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
  }

  .owned-page .portal-card {
    min-height: 66svh;
    position: sticky;
    top: calc(var(--nav-h-mobile) + 0.75rem);
    display: grid;
    align-content: end;
  }

  .work-page .services,
  .studio-page .snake-map,
  .studio-page .news-grid,
  .journal-page .news-grid,
  .recommendations-page .rec-wall {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    overflow: visible;
    padding-inline: 0;
  }

  .work-page .service-card,
  .studio-page .news-card {
    min-height: auto;
    padding: 1rem;
    display: grid;
    align-content: center;
    background:
      linear-gradient(90deg, rgba(245, 235, 207, 0.94), rgba(245, 235, 207, 0.82)),
      url("../images/bts/optimized/IMG_5648-2.jpg") center / cover;
  }

  .studio-page .snake-map::before,
  .studio-page .snake-map::after {
    display: none;
  }

  .studio-page .snake-step {
    position: sticky;
    top: calc(var(--nav-h-mobile) + 0.8rem);
    flex: none;
    width: 100%;
    min-height: 64svh;
    margin-top: 0 !important;
    transform: none !important;
  }

  .journal-page .news-card {
    min-height: 160px;
    border-radius: 0;
  }

  .journal-page .news-card.featured {
    min-height: 240px;
  }

  .manifesto-page .manifesto-line {
    min-height: 100svh;
    display: grid;
    align-items: center;
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.52)),
      url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
  }

  .manifesto-page .manifesto-line:nth-of-type(3) { background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.52)), url("../images/bts/optimized/IMG_5621-2.jpg"); }
  .manifesto-page .manifesto-line:nth-of-type(4) { background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.52)), url("../images/bts/optimized/IMG_5635-2.jpg"); }
  .manifesto-page .manifesto-line:nth-of-type(5) { background-image: linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.52)), url("../images/bts/optimized/IMG_5648-2.jpg"); }

  .footer {
    padding: 1rem 0;
  }

  .footer-top {
    display: block;
  }

  .footer-col {
    margin-top: 0.9rem;
    padding: 0.7rem;
    border: 1px solid rgba(247, 241, 220, 0.12);
  }

  .footer-col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .footer-col a {
    display: block;
    padding: 0.45rem 0.6rem;
    background: rgba(247, 241, 220, 0.07);
  }

  .m-footer {
    padding: 1rem !important;
  }

  .m-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 761px) {
  .poster-home .hero-feature-copy {
    right: clamp(3rem, 7vw, 7rem);
    bottom: clamp(4rem, 7vw, 7rem);
  }

  .poster-home .hero-feature-copy span {
    transform: translateY(-0.35rem);
  }

  .poster-home .hero-feature-copy strong {
    line-height: 1.18;
  }

  .work-page .services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 920px;
    margin-inline: auto;
  }

  .work-page .service-card {
    min-height: 170px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem;
  }

  .work-page .service-card b {
    font-size: clamp(2rem, 3vw, 3.5rem);
  }

  .studio-page .news-grid {
    grid-template-columns: 1fr;
    max-width: 920px;
    margin-inline: auto;
  }

  .studio-page .news-card {
    min-height: 170px;
    display: grid;
    align-content: center;
  }

  .owned-page .portal-grid {
    grid-template-columns: 1fr;
  }

  .owned-page .portal-card {
    min-height: 70svh;
    position: sticky;
    top: 76px;
    display: grid;
    align-content: end;
  }

  .journal-page .news-grid {
    grid-template-columns: 1fr;
  }

  .journal-page .news-card {
    min-height: 220px;
    display: grid;
    align-content: center;
  }

  .manifesto-page .manifesto-line {
    min-height: 100svh;
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.54)),
      url("../images/bts/optimized/IMG_5610-2.jpg") center / cover;
  }
}

@media (max-width: 760px) {
  .poster-page .page-hero,
  .poster-page .hero {
    padding: 1.35rem 0 1rem;
  }

  .poster-page .page-title,
  .poster-page .hero-title {
    font-size: clamp(2.7rem, 12vw, 4.25rem);
    line-height: 1.32;
  }

  .owned-page .portal-card {
    min-height: 48svh;
    padding: 1rem;
    justify-content: end;
    gap: 0.85rem;
  }

  .owned-page .portal-card.featured {
    min-height: 50svh;
  }

  .owned-page .portal-visual {
    top: 0.65rem;
    left: 0.7rem;
    width: 42%;
    max-height: 42%;
    opacity: 0.86;
  }

  .owned-page .portal-card .product-visual {
    width: 50%;
    max-height: 46%;
  }

  .owned-page .portal-name {
    font-size: clamp(2rem, 9vw, 3.4rem);
    line-height: 1.35;
  }

  .owned-page .portal-desc {
    line-height: 1.75;
  }
}

@media (min-width: 761px) {
  .manifesto-page .hero {
    padding-bottom: clamp(3.2rem, 5vw, 5.5rem);
  }

  .manifesto-page .hero-title {
    line-height: 1.22;
  }
}
