/* MAELOR — olive plaster, travertine, dappled sun, still water. */

:root {
  --wall: #28331f;
  --wall-deep: #151c12;
  --wall-lit: #3d4b30;
  --ink: #0e130c;
  --cream: #ebe3cf;
  --cream-soft: #cfc6b1;
  --cream-mute: #9c9a86;
  --stone: #d6cab1;
  --stone-lit: #e4dac4;
  --stone-deep: #a8977a;
  --olive-ink: #1f2819;
  --olive-mute: #5b614c;
  --line-light: rgba(235, 227, 207, .16);
  --line-dark: rgba(31, 40, 25, .18);

  --serif: "Cormorant Garamond", "Noto Naskh Arabic", Georgia, "Times New Roman", serif;
  --sans: "Jost", "IBM Plex Sans Arabic", "Segoe UI", system-ui, sans-serif;

  --gutter: clamp(20px, 5vw, 72px);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-soft: cubic-bezier(.4, .04, .2, 1); /* slow in, slow out — for the quiet transitions */

  /* textures, generated — no image files needed */
  --tex-plaster: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 .2 0 0 -.25'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  /* large, never tiled — low-frequency noise shows seams when repeated */
  --tex-mottle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' preserveAspectRatio='none'%3E%3Cfilter id='m' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.0022 .0035' numOctaves='4' seed='3'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.1 -.42'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)'/%3E%3C/svg%3E");
  /* travertine: sparse, horizontally stretched pores */
  --tex-pits: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360'%3E%3Cfilter id='p' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.075 .2' numOctaves='2' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .29 0 0 0 0 .23 0 0 0 0 .16 20 0 0 0 -13.3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)'/%3E%3C/svg%3E");
  /* travertine: soft horizontal bedding */
  --tex-veins: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' preserveAspectRatio='none'%3E%3Cfilter id='v' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.0018 .03' numOctaves='3' seed='12'/%3E%3CfeColorMatrix values='0 0 0 0 .42 0 0 0 0 .35 0 0 0 0 .26 1.6 0 0 0 -.78'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23v)'/%3E%3C/svg%3E");
  --stone-img: var(--tex-pits), var(--tex-veins), var(--tex-plaster);
  --stone-size: 360px 360px, 100% 100%, 180px 180px;
  --stone-repeat: repeat, no-repeat, repeat;
  --tex-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .5 0 0 0 0 .5 0 0 0 0 .5 0 0 0 .9 -.35'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--wall-deep);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
em { font-style: italic; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 1px solid var(--cream); outline-offset: 4px; }
.stone :focus-visible { outline-color: var(--olive-ink); }

/* ---------- shared type ---------- */
.eyebrow {
  margin: 0 0 1.4rem;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--cream-soft);
}
.display {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(2.6rem, 6.4vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: -.012em;
  text-wrap: balance;
}
.display em { font-weight: 300; }
.lede { max-width: 34rem; font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.75; color: var(--cream-soft); }
.rule { display: block; width: 72px; height: 1px; background: currentColor; opacity: .7; margin: 2rem 0; }
.rule--center { margin-inline: auto; }
.arrow {
  position: relative; display: inline-block; width: 34px; height: 1px; background: currentColor; transition: width .45s var(--ease-out);
}
.arrow::after {
  content: ""; position: absolute; inset-inline-end: 0; top: -3.5px; width: 8px; height: 8px;
  border-top: 1px solid currentColor; border-inline-end: 1px solid currentColor; transform: rotate(45deg);
}
[dir="rtl"] .arrow::after { transform: rotate(-45deg); }

/* ---------- grain + intro ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none;
  background-image: var(--tex-grain); opacity: .06; mix-blend-mode: overlay;
}
/* ---------- language gate: the olive wall, before the site ---------- */
.gate { display: none; }
html.gate-on { overflow: hidden; }
html.gate-on .gate {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 32px 20px; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(70% 60% at 45% 40%, rgba(88, 104, 66, .55), transparent 70%),
    radial-gradient(120% 100% at 50% 40%, var(--wall) 0%, #1f281a 55%, var(--wall-deep) 100%);
}
.gate:focus { outline: none; }
.gate::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--tex-mottle), var(--tex-plaster); background-size: 100% 100%, 260px 260px; background-repeat: no-repeat, repeat;
  mix-blend-mode: soft-light; opacity: .75;
}
.gate-light {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(118deg, transparent 16%, rgba(255, 226, 170, .12) 30%, rgba(255, 226, 170, .22) 43%, transparent 58%);
  mix-blend-mode: screen; animation: sun-breathe 9s ease-in-out infinite alternate;
}
.foliage-gate { z-index: -1; fill: #070a06; opacity: .55; mix-blend-mode: multiply; transform-origin: 0 0; animation: sway 11s ease-in-out infinite alternate; }
.gate-inner { position: relative; display: grid; justify-items: center; text-align: center; width: min(680px, 100%); }
.gate-mark {
  width: clamp(92px, 11vw, 132px); height: auto; aspect-ratio: 200 / 150; fill: #e9e0cb;
  filter: drop-shadow(0 1px 0 rgba(255, 250, 235, .35)) drop-shadow(3px 6px 5px rgba(5, 7, 4, .55));
}
.gate-word {
  margin: 10px 0 0 .18em; font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1;
  letter-spacing: .18em; color: #e9e0cb; text-shadow: 0 1px 0 rgba(255, 250, 235, .3), 3px 5px 4px rgba(5, 7, 4, .5);
}
.gate-prompt { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 0; margin: 2.4rem 0 1.8rem; color: var(--cream-soft); }
.gate-prompt span { padding: 0 16px; line-height: 1.5; }
.gate-prompt span + span { border-left: 1px solid var(--line-light); }
.gate-prompt [lang="en"] { font-family: "Jost", sans-serif; font-size: .7rem; letter-spacing: .32em; text-transform: uppercase; }
.gate-prompt [lang="ar"] { font-family: "IBM Plex Sans Arabic", sans-serif; font-size: 1rem; }
.gate-prompt [lang="ckb"] { font-family: "Noto Sans Arabic", sans-serif; font-size: 1rem; }
.gate-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: 100%; }
.gate-opt {
  position: relative; display: grid; justify-items: center; gap: 12px; padding: 28px 12px 24px;
  border: 1px solid rgba(235, 227, 207, .24); background: rgba(12, 16, 10, .38); color: var(--cream);
  transition: background .45s, color .45s, border-color .45s, transform .6s var(--ease-out);
}
.gate-opt:hover, .gate-opt:focus-visible { background: var(--cream); color: var(--olive-ink); border-color: var(--cream); transform: translateY(-3px); outline: none; }
.gate-code { font-family: var(--serif); font-size: 2rem; line-height: 1.1; }
.gate-opt[lang="ar"] .gate-code, .gate-opt[lang="ckb"] .gate-code { font-family: "Noto Naskh Arabic", serif; font-size: 1.9rem; }
.gate-name { font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; }
.gate-opt[lang="ar"] .gate-name { font-family: "IBM Plex Sans Arabic", sans-serif; font-size: 1.05rem; letter-spacing: 0; text-transform: none; }
.gate-opt[lang="ckb"] .gate-name { font-family: "Noto Sans Arabic", sans-serif; font-size: 1.05rem; letter-spacing: 0; text-transform: none; }
.gate-opt.is-current::after { content: ""; position: absolute; top: 12px; right: 12px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .7; }
.anim .gate-inner > * { animation: gate-in 1.2s var(--ease-out) both; }
.anim .gate-inner > :nth-child(2) { animation-delay: .12s; }
.anim .gate-inner > :nth-child(3) { animation-delay: .3s; }
.anim .gate-inner > :nth-child(4) { animation-delay: .42s; }
@keyframes gate-in { from { opacity: 0; transform: translateY(16px); } }
.gate-opt.is-chosen { background: var(--cream); color: var(--olive-ink); border-color: var(--cream); }
html.gate-flight .gate { pointer-events: none; }
/* the monogram copy that travels from the gate into the hero (see main.js) */
.mark-flight { position: fixed; z-index: 101; margin: 0; pointer-events: none; transform-origin: 0 0; will-change: transform, opacity; }
html.gate-leaving .gate { animation: gate-out 1s var(--ease-out) forwards; pointer-events: none; }
@keyframes gate-out { to { opacity: 0; transform: scale(1.06); visibility: hidden; } }
@media (max-width: 560px) {
  .gate-prompt { flex-direction: column; gap: 4px; margin: 2rem 0 1.4rem; }
  .gate-prompt span + span { border-left: 0; }
  .gate-options { grid-template-columns: 1fr; gap: 10px; }
  .gate-opt { grid-template-columns: 44px 1fr; justify-items: start; align-items: center; gap: 14px; padding: 16px 20px; }
  .gate-code { font-size: 1.6rem; }
  .gate-opt[lang="ar"] .gate-code, .gate-opt[lang="ckb"] .gate-code { font-size: 1.55rem; }
}

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 22px var(--gutter);
  transition: background .5s, padding .5s var(--ease-out), color .5s, backdrop-filter .5s;
}
.nav.is-solid {
  padding-block: 14px;
  background: rgba(21, 28, 18, .9);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 var(--line-light);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav { transition: transform .5s var(--ease-out), background .5s, padding .5s var(--ease-out); }
.nav-brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; letter-spacing: .22em; }
.nav-mark { width: 30px; height: 23px; fill: currentColor; }
.nav-links { display: flex; gap: clamp(20px, 3vw, 44px); }
.nav-links a {
  position: relative; font-size: .74rem; font-weight: 400; letter-spacing: .26em; text-transform: uppercase; color: var(--cream-soft);
  padding-block: 6px; transition: color .3s;
}
.nav-links a::after {
  content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: var(--origin-end, right); transition: transform .5s var(--ease-out);
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: var(--origin-start, left); }
[dir="rtl"] { --origin-start: right; --origin-end: left; }
.nav-tools { display: flex; align-items: center; gap: 10px; }
.lang-switch {
  display: inline-flex; direction: ltr; border: 1px solid var(--line-light);
  background: rgba(21, 28, 18, .55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.lang-switch button { min-height: 40px; padding: 0 12px; font-size: .8rem; color: var(--cream-soft); transition: background .3s, color .3s; }
.lang-switch button + button { border-left: 1px solid var(--line-light); }
.lang-switch [lang="en"] { font-family: "Jost", sans-serif; font-size: .72rem; letter-spacing: .14em; }
.lang-switch [lang="ar"] { font-family: "IBM Plex Sans Arabic", sans-serif; }
.lang-switch [lang="ckb"] { font-family: "Noto Sans Arabic", sans-serif; }
.lang-switch button:hover { color: var(--cream); }
.lang-switch button[aria-pressed="true"] { background: var(--cream); color: var(--olive-ink); }
.burger { display: none; width: 44px; height: 44px; position: relative; }
.burger i { position: absolute; left: 11px; right: 11px; height: 1px; background: currentColor; transition: transform .45s var(--ease-out), top .45s var(--ease-out); }
.burger i:nth-of-type(1) { top: 18px; }
.burger i:nth-of-type(2) { top: 26px; }
.nav.menu-open .burger i:nth-of-type(1) { top: 22px; transform: rotate(45deg); }
.nav.menu-open .burger i:nth-of-type(2) { top: 22px; transform: rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; isolation: isolate;
  display: grid; place-items: center; padding: 120px var(--gutter) 160px;
}
.wall {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(70% 60% at 42% 38%, rgba(88, 104, 66, .55), transparent 70%),
    radial-gradient(120% 100% at 50% 40%, var(--wall) 0%, #1f281a 55%, var(--wall-deep) 100%);
}
.wall-plaster, .wall-light, .foliage { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.wall-plaster {
  background-image: var(--tex-mottle), var(--tex-plaster);
  background-size: 100% 100%, 260px 260px;
  background-repeat: no-repeat, repeat;
  mix-blend-mode: soft-light; opacity: .75;
}
.wall-plaster::after {
  content: ""; position: absolute; inset: 0; background-image: var(--tex-plaster); background-size: 200px; opacity: .35; mix-blend-mode: multiply;
}
/* the low sun raking across the wall */
.wall-light {
  background:
    linear-gradient(118deg, transparent 16%, rgba(255, 226, 170, .12) 30%, rgba(255, 226, 170, .22) 43%, transparent 58%),
    linear-gradient(118deg, transparent 54%, rgba(255, 226, 170, .10) 62%, transparent 71%);
  mix-blend-mode: screen;
  animation: sun-breathe 9s ease-in-out infinite alternate;
}
@keyframes sun-breathe { from { opacity: .75; } to { opacity: 1; } }

.foliage { overflow: visible; }
.foliage-shadow { fill: #070a06; opacity: .62; mix-blend-mode: multiply; transform-origin: 0 0; animation: sway 11s ease-in-out infinite alternate; will-change: transform; }
.foliage-front { fill: #0a0e08; opacity: .92; z-index: 3; transform-origin: 100% 100%; animation: sway-front 13s ease-in-out infinite alternate; will-change: transform; }
@keyframes sway { 0% { transform: rotate(-.6deg) translate3d(-6px, 0, 0); } 50% { transform: rotate(.5deg) translate3d(8px, 4px, 0); } 100% { transform: rotate(-.2deg) translate3d(2px, -4px, 0); } }
@keyframes sway-front { 0% { transform: rotate(.5deg) translate3d(0, 0, 0); } 100% { transform: rotate(-.8deg) translate3d(-10px, 6px, 0); } }

.emblem { position: relative; z-index: 2; text-align: center; color: var(--cream); }
.emblem-mark {
  width: clamp(150px, 19vw, 270px); height: auto; aspect-ratio: 200 / 150; fill: #e9e0cb; display: block; margin: 0 auto 8px;
  filter: drop-shadow(0 1px 0 rgba(255, 250, 235, .35)) drop-shadow(4px 7px 5px rgba(5, 7, 4, .55)) drop-shadow(10px 18px 22px rgba(5, 7, 4, .35));
}
.emblem-word {
  margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(3.4rem, 10.5vw, 9.6rem); line-height: .95;
  letter-spacing: .04em; margin-inline-start: .04em; color: #e9e0cb;
  text-shadow: 0 1px 0 rgba(255, 250, 235, .3), 3px 5px 4px rgba(5, 7, 4, .5), 9px 16px 22px rgba(5, 7, 4, .3);
}
.emblem-tag {
  margin: 1.4rem 0 0; font-size: clamp(.68rem, 1.1vw, .9rem); letter-spacing: .5em; margin-inline-start: .5em; text-transform: uppercase; color: var(--cream-soft);
}
.emblem .rule { margin-top: 2.2rem; width: 80px; }

.hero-corner {
  position: absolute; top: clamp(110px, 16vh, 150px); z-index: 2;
  display: grid; gap: 6px; font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; color: var(--cream-soft);
}
.hero-corner .rule { margin: 1.3rem 0 0; }
.hero-corner--start { inset-inline-start: var(--gutter); }
.hero-corner--end { inset-inline-end: var(--gutter); text-align: end; justify-items: end; }
.hero-foot {
  position: absolute; bottom: clamp(84px, 12vh, 120px); inset-inline: 0; z-index: 2;
  display: grid; justify-items: center; gap: 4px; font-size: .7rem; letter-spacing: .36em; text-transform: uppercase; color: var(--cream-soft);
}
.scroll-cue {
  position: absolute; z-index: 4; bottom: 30px; inset-inline-start: var(--gutter);
  display: inline-flex; align-items: center; gap: 14px; font-size: .68rem; letter-spacing: .32em; text-transform: uppercase; color: var(--cream-soft);
}
.scroll-cue i { position: relative; width: 1px; height: 44px; background: rgba(235, 227, 207, .25); overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--cream); animation: cue 2.4s var(--ease-out) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ---------- travertine sections ---------- */
.stone {
  position: relative; color: var(--olive-ink); isolation: isolate;
  background: linear-gradient(180deg, var(--stone-lit), var(--stone));
}
.stone::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--stone-img); background-size: var(--stone-size); background-repeat: var(--stone-repeat); mix-blend-mode: multiply; opacity: .3;
}
.stone .eyebrow { color: var(--olive-mute); }
.stone .lede { color: #3f4535; }
.rule--dark { color: var(--olive-ink); }

.statement { padding: clamp(96px, 14vw, 180px) var(--gutter); }
.statement-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 7vw, 120px); align-items: center;
  max-width: 1320px; margin: 0 auto;
}
.statement .display { font-size: clamp(2.8rem, 6.6vw, 6.4rem); }
.svc-mini { list-style: none; padding: 0; margin: 2.6rem 0 0; display: grid; gap: 10px; }
.svc-mini li { font-size: .74rem; letter-spacing: .32em; text-transform: uppercase; color: var(--olive-mute); }

.arch { position: relative; margin: 0; }
.arch-frame {
  position: relative; aspect-ratio: 4 / 5.2; border-radius: 999px 999px 4px 4px; overflow: hidden;
  background: linear-gradient(160deg, #cdbd9d, #9c8a6c);
  box-shadow: 0 50px 90px -40px rgba(40, 32, 18, .55), inset 0 0 0 1px rgba(255,255,255,.12);
}
.arch-fallback { position: absolute; inset: 0; }
.arch-fallback::before {
  content: ""; position: absolute; inset: 0; background-image: var(--stone-img); background-size: var(--stone-size); background-repeat: var(--stone-repeat); mix-blend-mode: multiply; opacity: .55;
}
.arch-sun { position: absolute; inset: 0; background: linear-gradient(125deg, transparent 20%, rgba(255, 236, 196, .45) 42%, transparent 62%); mix-blend-mode: soft-light; }
.foliage-arch { fill: #2b2418; opacity: .5; mix-blend-mode: multiply; animation: sway 12s ease-in-out infinite alternate; }
.arch-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 78% 40%; }
.sphere {
  position: absolute; width: 24%; aspect-ratio: 1; bottom: -6%; inset-inline-start: -8%; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #e7dcc4, #b6a483 45%, #6e5f47 100%);
  box-shadow: 18px 30px 40px -12px rgba(40, 32, 18, .55);
  overflow: hidden;
}
.sphere::before { content: ""; position: absolute; inset: 0; background-image: var(--tex-pits), var(--tex-plaster); background-size: 140px, 90px; mix-blend-mode: multiply; opacity: .75; }

/* ---------- work ---------- */
.work {
  position: relative; overflow: hidden; padding: clamp(96px, 13vw, 170px) var(--gutter) clamp(80px, 10vw, 140px);
  background:
    radial-gradient(60% 50% at 20% 20%, rgba(70, 86, 52, .35), transparent 70%),
    linear-gradient(180deg, #1c2518, var(--wall-deep));
}
.work::before { content: ""; position: absolute; inset: 0; background-image: var(--tex-plaster); background-size: 240px; opacity: .25; mix-blend-mode: soft-light; pointer-events: none; }
.section-head { max-width: 1320px; margin: 0 auto clamp(56px, 7vw, 96px); position: relative; }

.case {
  position: relative; max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .75fr); gap: clamp(40px, 6vw, 96px); align-items: center;
}
.case-stage { position: relative; padding: 4% 6% 12% 0; }
[dir="rtl"] .case-stage { padding: 4% 0 12% 6%; }
.foliage-case { inset: -10% -10% auto auto; width: 90%; height: 90%; fill: #050704; opacity: .45; mix-blend-mode: multiply; animation: sway 12s ease-in-out infinite alternate; }
.device { position: relative; z-index: 2; }
.device--screen {
  border-radius: 12px; padding: 0 8px 8px; background: #0b0e0a;
  box-shadow: 0 0 0 1px rgba(235, 227, 207, .12), 0 60px 100px -40px rgba(0, 0, 0, .8), 0 30px 50px -30px rgba(0, 0, 0, .7);
}
.device-bar { display: flex; gap: 6px; padding: 10px 6px; }
.device-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(235, 227, 207, .2); }
.device--screen img { border-radius: 4px; width: 100%; height: auto; }
.device--phone {
  position: absolute; z-index: 3; width: 25%; bottom: 3%; inset-inline-end: 0;
  padding: 7px; border-radius: 30px; background: #0a0c09;
  box-shadow: 0 0 0 1px rgba(235, 227, 207, .16), -20px 40px 60px -20px rgba(0, 0, 0, .85);
}
.device--phone img { border-radius: 24px; width: 100%; height: auto; aspect-ratio: 9 / 18.5; object-fit: cover; object-position: top; }
.plinth {
  position: absolute; z-index: 1; inset-inline: 4% -2%; bottom: 0; height: 22%;
  background: linear-gradient(180deg, #cdbd9c 0, #bba987 8px, #9b8a6d 9px, #6d604b 100%);
  box-shadow: 0 40px 60px -30px rgba(0, 0, 0, .7);
}
.plinth::before { content: ""; position: absolute; inset: 0; background-image: var(--stone-img); background-size: var(--stone-size); background-repeat: var(--stone-repeat); mix-blend-mode: multiply; opacity: .8; }
.plinth::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, rgba(255, 232, 186, .25) 50%, transparent 70%); mix-blend-mode: screen; }

/* the stage is a link to the live menu */
a.case-stage { display: block; color: inherit; cursor: pointer; }
.case-stage-badge {
  position: absolute; z-index: 4; top: 6%; left: 50%; transform: translate(-50%, 8px);
  display: inline-flex; align-items: center; gap: 12px; padding: 11px 18px; white-space: nowrap;
  background: rgba(14, 19, 12, .8); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(235, 227, 207, .22); color: var(--cream);
  font-size: .68rem; letter-spacing: .26em; text-transform: uppercase;
  opacity: 0; transition: opacity .7s var(--ease-soft), transform .9s var(--ease-soft);
}
.case-stage:hover .case-stage-badge, .case-stage:focus-visible .case-stage-badge { opacity: 1; transform: translate(-50%, 0); }
@media (hover: none) { .case-stage-badge { opacity: 1; transform: translate(-50%, 0); } }
.case-stage .device--screen { transition: box-shadow .9s var(--ease-soft); }
.case-stage:hover .device--screen { box-shadow: 0 0 0 1px rgba(235, 227, 207, .3), 0 70px 110px -40px rgba(0, 0, 0, .85), 0 30px 50px -30px rgba(0, 0, 0, .7); }

/* the clearest call on the page: go see the real thing */
.case-live {
  display: flex; align-items: center; gap: 16px; margin-top: 2.2rem; padding: 18px 22px;
  background: var(--cream); color: var(--olive-ink); border: 1px solid var(--cream);
  transition: background .7s var(--ease-soft), color .7s var(--ease-soft);
}
.case-live:hover, .case-live:focus-visible { background: transparent; color: var(--cream); }
.case-live:hover .arrow { width: 50px; }
.case-live-dot { position: relative; flex: none; width: 8px; height: 8px; border-radius: 50%; background: #5f8a4a; }
.case-live-dot::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid #5f8a4a;
  animation: live-ring 2.8s var(--ease-soft) infinite;
}
@keyframes live-ring { 0% { transform: scale(.45); opacity: .85; } 100% { transform: scale(1.6); opacity: 0; } }
.case-live-text { flex: 1; min-width: 0; display: grid; gap: 3px; }
.case-live-label { font-size: .76rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.case-live-url { justify-self: start; font-size: .84rem; opacity: .68; }
[data-script="arabic"] .case-live-label { font-size: 1rem; letter-spacing: 0; text-transform: none; }
[data-script="arabic"] .case-stage-badge { font-size: .9rem; letter-spacing: 0; text-transform: none; }

.case-index { display: flex; gap: 18px; align-items: baseline; margin: 0 0 1.6rem; font-size: .72rem; letter-spacing: .32em; text-transform: uppercase; color: var(--cream-mute); }
.case-index span:first-child { font-family: var(--serif); font-size: 1.1rem; letter-spacing: .1em; color: var(--cream); }
.case-name { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.4vw, 4rem); line-height: 1; }
.case-type { margin: .9rem 0 0; font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--cream-soft); }
.case-desc { margin: 1.8rem 0 0; color: var(--cream-soft); line-height: 1.8; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2.2rem 0 0; border-top: 1px solid var(--line-light); }
.facts div { padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.facts div:nth-child(odd) { padding-inline-end: 16px; }
.facts div:nth-child(even) { padding-inline-start: 16px; border-inline-start: 1px solid var(--line-light); }
.facts dt { font-family: var(--serif); font-size: 2.3rem; line-height: 1; font-weight: 400; }
.facts dd { margin: 6px 0 0; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream-mute); }
.case-roles { display: grid; gap: 6px; margin: 1.8rem 0 0; font-size: .92rem; color: var(--cream-soft); }
.case-roles span:first-child { font-size: .68rem; letter-spacing: .32em; text-transform: uppercase; color: var(--cream-mute); }

.gallery {
  max-width: 1320px; margin: clamp(80px, 10vw, 140px) auto 0;
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); align-items: start;
}
.shot { margin: 0; }
.shot--video-a { grid-column: 1 / span 3; }
.shot--video-b { grid-column: 4 / span 3; }
/* the still and the invitation share the right column */
.gallery-side { grid-column: 7 / span 6; display: flex; flex-direction: column; gap: clamp(16px, 2vw, 28px); }
.gallery-side .next-card { flex: 1; }
.shot-btn { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: #0b0e0a; box-shadow: 0 0 0 1px var(--line-light); }
.shot-btn img { width: 100%; height: auto; transition: transform 1.2s var(--ease-out), filter .8s; filter: saturate(.92); }
.shot-btn:hover img { transform: scale(1.035); filter: saturate(1.05); }
/* the two clips were filmed on a phone, so they sit in one */
.shot--video .shot-btn {
  max-width: 340px; padding: 8px; overflow: visible; border-radius: 30px; background: #0a0c09;
  box-shadow: 0 0 0 1px rgba(235, 227, 207, .16), 0 40px 70px -30px rgba(0, 0, 0, .85);
}
.shot--video video { display: block; width: 100%; height: auto; border-radius: 23px; background: #0b0e0a; }
.shot--video .shot-view { inset-inline-end: 18px; bottom: 18px; }
.shot-view {
  position: absolute; inset-inline-end: 14px; bottom: 14px; padding: 8px 14px; background: rgba(14, 19, 12, .7); backdrop-filter: blur(8px);
  font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .4s, transform .5s var(--ease-out);
}
.shot-btn:hover .shot-view, .shot-btn:focus-visible .shot-view { opacity: 1; transform: none; }
.shot figcaption { display: flex; gap: 14px; margin-top: 14px; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream-mute); }
.shot figcaption span:first-child { color: var(--cream); }

.next-card {
  align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: 28px;
  border: 1px solid var(--line-light); transition: background .5s, color .5s, border-color .5s;
}
.next-card .eyebrow { margin: 0; }
.next-title { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.3rem); line-height: 1.1; }
.link-arrow { display: inline-flex; align-items: center; gap: 16px; font-size: .74rem; letter-spacing: .28em; text-transform: uppercase; }
.next-card:hover { background: var(--cream); color: var(--olive-ink); border-color: var(--cream); }
.next-card:hover .eyebrow { color: var(--olive-mute); }
.next-card:hover .arrow, .cta:hover .arrow { width: 50px; }

/* ---------- services ---------- */
.services { padding: clamp(96px, 13vw, 170px) var(--gutter); }
.svc-list { list-style: none; margin: 0 auto; padding: 0; max-width: 1320px; border-top: 1px solid var(--line-dark); }
.svc {
  position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(0, 1fr) 60px; gap: 24px; align-items: center;
  padding: clamp(26px, 3.4vw, 44px) 0; border-bottom: 1px solid var(--line-dark); isolation: isolate;
}
.svc::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--olive-ink);
  opacity: 0; transition: opacity .6s var(--ease-soft);
}
.svc-num { font-family: var(--serif); font-size: 1.05rem; color: var(--olive-mute); transition: color .4s; }
.svc h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.2vw, 3.6rem); line-height: 1; transition: transform .6s var(--ease-out), color .4s; }
.svc p { margin: 0; max-width: 30rem; color: #454a3b; transition: color .4s; }
.svc .arrow { justify-self: end; color: var(--olive-ink); transition: width .45s var(--ease-out), color .4s; }
.svc { padding-inline: 0; transition: padding .6s var(--ease-soft), color .5s var(--ease-soft); }
/* On touch screens there is no hover, so the row crossing the reading line
   lights up while you scroll — see the ScrollTrigger in main.js.
   Everything about it is slow on purpose: the green fades in, it never wipes. */
.svc.is-active::before { opacity: 1; }
.svc.is-active { color: var(--cream); padding-inline: 20px; }
.svc.is-active h3 { transform: translateX(18px); font-style: italic; }
[dir="rtl"] .svc.is-active h3 { transform: translateX(-18px); }
.svc.is-active p, .svc.is-active .svc-num { color: var(--cream-soft); }
.svc.is-active .arrow { color: var(--cream); width: 50px; }
@media (hover: none), (max-width: 860px) {
  .svc { transition: padding 1.5s var(--ease-soft), color 1.1s var(--ease-soft); }
  .svc::before { transition: opacity 1.3s var(--ease-soft); }
  .svc h3 { transition: transform 1.5s var(--ease-soft), color 1.1s var(--ease-soft); }
  .svc p, .svc .svc-num { transition: color 1.1s var(--ease-soft); }
  .svc .arrow { transition: width 1.5s var(--ease-soft), color 1.1s var(--ease-soft); }
  .svc.is-active { padding-inline: 14px; }
  .svc.is-active h3 { transform: translateX(12px); }
  [dir="rtl"] .svc.is-active h3 { transform: translateX(-12px); }
}
@media (hover: hover) {
  .svc:hover::before { opacity: 1; }
  .svc:hover { color: var(--cream); padding-inline: 20px; }
  .svc:hover h3 { transform: translateX(18px); font-style: italic; }
  [dir="rtl"] .svc:hover h3 { transform: translateX(-18px); }
  .svc:hover p, .svc:hover .svc-num { color: var(--cream-soft); }
  .svc:hover .arrow { color: var(--cream); width: 50px; }
}

/* ---------- process ---------- */
.process {
  position: relative; padding: clamp(96px, 13vw, 170px) var(--gutter);
  background: radial-gradient(70% 60% at 80% 10%, rgba(80, 96, 60, .35), transparent 70%), var(--wall);
}
.process::before { content: ""; position: absolute; inset: 0; background-image: var(--tex-mottle), var(--tex-plaster); background-size: 100% 100%, 240px; background-repeat: no-repeat, repeat; mix-blend-mode: soft-light; opacity: .5; pointer-events: none; }
.steps { position: relative; max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 48px); padding-top: 48px; }
.steps-line { position: absolute; top: 0; inset-inline: 0; height: 1px; background: var(--line-light); }
.steps-line i { position: absolute; inset: 0; background: var(--cream); transform: scaleX(var(--p, 1)); transform-origin: left; }
[dir="rtl"] .steps-line i { transform-origin: right; }
.step-num { display: block; font-family: var(--serif); font-style: italic; font-size: 1.4rem; color: var(--cream-mute); margin-bottom: 1.6rem; }
.step h3 { margin: 0 0 .9rem; font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 2.8vw, 2.6rem); line-height: 1; }
.step p { margin: 0; color: var(--cream-soft); max-width: 22rem; }

/* ---------- contact ---------- */
.contact {
  position: relative; overflow: hidden; isolation: isolate; text-align: center;
  padding: clamp(120px, 16vw, 220px) var(--gutter) clamp(110px, 14vw, 190px);
  background: linear-gradient(180deg, #121a13 0%, #0b1310 60%, #070d0b 100%);
}
.water { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.water-caustics {
  position: absolute; inset: -30%;
  background:
    radial-gradient(40% 12% at 30% 40%, rgba(170, 190, 150, .10), transparent 70%),
    radial-gradient(35% 10% at 70% 60%, rgba(220, 210, 170, .08), transparent 70%),
    radial-gradient(50% 8% at 50% 80%, rgba(170, 190, 150, .07), transparent 70%);
  filter: blur(8px);
  animation: drift 16s ease-in-out infinite alternate;
}
.water::after { content: ""; position: absolute; inset: 0; background-image: var(--tex-plaster); background-size: 300px 90px; opacity: .25; mix-blend-mode: soft-light; }
@keyframes drift { from { transform: translate3d(-3%, 0, 0) scaleY(1); } to { transform: translate3d(3%, 2%, 0) scaleY(1.15); } }
.water-reflection {
  position: absolute; left: 50%; bottom: -4%; width: min(520px, 70vw); aspect-ratio: 200 / 150; height: auto;
  fill: var(--cream); opacity: .045; transform: translateX(-50%) scaleY(-1.2); filter: blur(3px);
  animation: ripple 7s ease-in-out infinite alternate;
}
@keyframes ripple { from { transform: translateX(-50%) scaleY(-1.2) skewX(-2deg); } to { transform: translateX(-50%) scaleY(-1.15) skewX(2deg); } }
.contact-inner { position: relative; max-width: 980px; margin: 0 auto; }
.contact .display { font-size: clamp(2.8rem, 7.2vw, 6.8rem); }
.contact .lede { margin: 2rem auto 0; }
.cta {
  display: inline-flex; align-items: center; gap: 18px; margin-top: 3rem; min-height: 60px; padding: 0 30px;
  border: 1px solid rgba(235, 227, 207, .4); font-size: .78rem; letter-spacing: .24em; text-transform: uppercase;
  transition: background .45s, color .45s, border-color .45s;
}
.cta:hover { background: var(--cream); color: var(--olive-ink); border-color: var(--cream); }
.cta-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.cta-icon .dot { fill: currentColor; stroke: none; }
.handle { margin-top: 1.2rem; font-size: .9rem; color: var(--cream-mute); letter-spacing: .08em; }

/* ---------- footer ---------- */
.footer {
  display: grid; grid-template-columns: 1fr auto auto auto; gap: 32px; align-items: center;
  padding: 34px var(--gutter); background: #070d0b; border-top: 1px solid var(--line-light); font-size: .74rem; color: var(--cream-mute);
}
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); font-family: var(--serif); font-size: 1.1rem; letter-spacing: .2em; }
.footer-studio { font-family: var(--sans); font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--cream-mute); margin-inline-start: 10px; }
.footer p { margin: 0; letter-spacing: .2em; text-transform: uppercase; }
.footer-top { letter-spacing: .2em; text-transform: uppercase; color: var(--cream-soft); }
.footer-top:hover { color: var(--cream); }

/* ---------- lightbox ---------- */
.lightbox { padding: 0; border: 0; background: transparent; max-width: 94vw; max-height: 92vh; overflow: visible; }
.lightbox::backdrop { background: rgba(7, 10, 6, .88); backdrop-filter: blur(6px); }
.lightbox img, .lightbox video { max-width: 94vw; max-height: 86vh; width: auto; height: auto; box-shadow: 0 40px 80px rgba(0, 0, 0, .6); }
.lightbox video { border-radius: 8px; background: #0b0e0a; }
.lightbox-close { display: block; margin: 0 0 12px auto; padding: 8px 0; color: var(--cream); font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; }
[dir="rtl"] .lightbox-close { margin: 0 auto 12px 0; }
.lightbox[open] { animation: lb-in .5s var(--ease-out); }
@keyframes lb-in { from { opacity: 0; transform: scale(.97); } }

/* ---------- reveal states (only when JS + motion) ---------- */
.anim [data-reveal] { opacity: 0; transform: translateY(34px); }
.anim [data-reveal].is-in { opacity: 1; transform: none; transition: opacity 1s var(--ease-out), transform 1.2s var(--ease-out); }
.anim [data-hero-item] { opacity: 0; }
.split-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.split-i { display: inline-block; will-change: transform; }

/* ---------- Arabic ---------- */
[data-script="arabic"] body { font-family: "IBM Plex Sans Arabic", var(--sans); }
/* Sorani needs ڕ ڵ ێ ۆ ە — Noto Sans Arabic covers them */
[lang="ckb"] body { font-family: "Noto Sans Arabic", "IBM Plex Sans Arabic", var(--sans); }
[data-script="arabic"] .display, [data-script="arabic"] .case-name, [data-script="arabic"] .svc h3, [data-script="arabic"] .step h3, [data-script="arabic"] .next-title {
  font-family: "Noto Naskh Arabic", var(--serif); font-weight: 500; letter-spacing: 0; line-height: 1.35;
}
[data-script="arabic"] .display { font-size: clamp(2.3rem, 5.4vw, 5.2rem); }
[data-script="arabic"] .contact .display { font-size: clamp(2.3rem, 6vw, 5.6rem); }
/* Arabic has no italic: the emphasised words carry a tone shift instead */
[data-script="arabic"] .display em, [data-script="arabic"] .next-title em { font-style: normal; color: #c8bc95; }
[data-script="arabic"] .stone .display em { color: #5f6e47; }
[data-script="arabic"] .next-card:hover .next-title em { color: #5f6e47; }
[data-script="arabic"] .scroll-cue { font-size: .85rem; }
[data-script="arabic"] .eyebrow, [data-script="arabic"] .nav-links a, [data-script="arabic"] .hero-corner, [data-script="arabic"] .hero-foot, [data-script="arabic"] .scroll-cue,
[data-script="arabic"] .svc-mini li, [data-script="arabic"] .case-index, [data-script="arabic"] .case-type, [data-script="arabic"] .facts dd, [data-script="arabic"] .case-roles span:first-child,
[data-script="arabic"] .shot figcaption, [data-script="arabic"] .link-arrow, [data-script="arabic"] .cta, [data-script="arabic"] .footer p, [data-script="arabic"] .footer-top,
[data-script="arabic"] .footer-studio, [data-script="arabic"] .shot-view, [data-script="arabic"] .lightbox-close {
  letter-spacing: 0; text-transform: none;
}
[data-script="arabic"] .eyebrow { font-size: .92rem; }
[data-script="arabic"] .nav-links a { font-size: .95rem; }
[data-script="arabic"] .hero-corner { font-size: .95rem; gap: 2px; }
[data-script="arabic"] .hero-foot, [data-script="arabic"] .svc-mini li, [data-script="arabic"] .case-type, [data-script="arabic"] .case-roles span:first-child, [data-script="arabic"] .shot figcaption { font-size: .92rem; }
[data-script="arabic"] .facts dd, [data-script="arabic"] .link-arrow, [data-script="arabic"] .cta { font-size: .9rem; }
[data-script="arabic"] .lede, [data-script="arabic"] .case-desc, [data-script="arabic"] .svc p, [data-script="arabic"] .step p { line-height: 1.95; font-size: 1.05rem; }
[data-script="arabic"] .step-num { font-style: normal; }
[dir="rtl"] .svc h3 { font-style: normal !important; }
bdi { unicode-bidi: isolate; font-family: var(--serif); letter-spacing: .08em; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .case { grid-template-columns: 1fr; }
  .case-stage { max-width: 860px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 56px; }
  .svc { grid-template-columns: 50px minmax(0, 1fr) 40px; }
  .svc p { grid-column: 2 / 3; }
  .svc .arrow { grid-row: 1; grid-column: 3; }
}

@media (max-width: 860px) {
  .nav-links {
    position: fixed; inset: 0; z-index: -1; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px;
    padding: 100px var(--gutter) 60px; background: rgba(18, 24, 15, .97);
    opacity: 0; visibility: hidden; transition: opacity .5s var(--ease-out), visibility .5s;
  }
  .nav-links a { font-family: var(--serif); font-size: clamp(2.4rem, 11vw, 3.6rem); letter-spacing: .02em; text-transform: none; color: var(--cream); }
  [data-script="arabic"] .nav-links a { font-family: "Noto Naskh Arabic", var(--serif); font-size: 2.4rem; }
  .nav-links a::after { display: none; }
  .nav.menu-open .nav-links { opacity: 1; visibility: visible; }
  .nav.menu-open { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .burger { display: block; }

  .statement-grid { grid-template-columns: 1fr; }
  .arch { max-width: 460px; width: 86%; margin-inline: auto 0; }

  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shot--video-a { grid-column: 1 / 2; }
  .shot--video-b { grid-column: 2 / 3; }
  .gallery-side { grid-column: 1 / -1; }
  .shot--video .shot-btn { margin-inline: auto; }

  .footer { grid-template-columns: 1fr; gap: 14px; text-align: start; }
}

@media (max-width: 620px) {
  .hero { padding-bottom: 150px; }
  .nav { gap: 10px; }
  .nav-brand { gap: 8px; font-size: 1.05rem; letter-spacing: .16em; }
  .nav-mark { width: 26px; height: 20px; }
  .nav-tools { gap: 4px; }
  .lang-switch button { padding: 0 8px; font-size: .74rem; }
  .lang-switch [lang="en"] { font-size: .66rem; letter-spacing: .08em; }
  .hero-corner { top: 96px; font-size: .62rem; letter-spacing: .28em; }
  .emblem-mark { width: 132px; }
  .emblem-tag { letter-spacing: .34em; margin-inline-start: .34em; }
  .case-stage { padding-inline-end: 8%; }
  .device--phone { width: 30%; border-radius: 20px; padding: 5px; }
  .device--phone img { border-radius: 16px; }
  .gallery { grid-template-columns: 1fr; }
  .shot--video-a, .shot--video-b, .gallery-side { grid-column: 1 / -1; }
  .shot--video .shot-btn { max-width: 300px; }
  .steps { grid-template-columns: 1fr; row-gap: 44px; }
  .svc { grid-template-columns: 38px minmax(0, 1fr) 34px; gap: 14px; }
  .facts dt { font-size: 1.9rem; }
  .cta { padding: 0 20px; gap: 12px; letter-spacing: .16em; }
}

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