/*
 * New Waves Mobile App Portfolio — Product Case Study Experience 1.4.1
 * Image-led, bilingual, responsive and aligned with the New Waves visual system.
 */

.nw-app-portfolio,
.nw-app-project {
  --nw-app-dark: #27303a;
  --nw-app-dark-2: #1f2933;
  --nw-app-ink: #27303a;
  --nw-app-copy: #4d5964;
  --nw-app-muted: #74808b;
  --nw-app-orange: #f4a261;
  --nw-app-teal: #21b8b1;
  --nw-app-mint: #f2fbf7;
  --nw-app-mist: #f5f8fa;
  --nw-app-soft: #edf2f4;
  --nw-app-border: #e3e9ed;
  --nw-app-project-accent: #21b8b1;
  --nw-app-radius: 14px;
  --nw-app-shadow: 0 14px 38px rgba(31, 43, 53, 0.09);
  --nw-app-shadow-hover: 0 23px 56px rgba(31, 43, 53, 0.14);
  position: relative;
  overflow: clip;
  color: var(--nw-app-ink);
  background: #fff;
  font-family: inherit;
}

.nw-app-portfolio *,
.nw-app-portfolio *::before,
.nw-app-portfolio *::after,
.nw-app-project *,
.nw-app-project *::before,
.nw-app-project *::after { box-sizing: border-box; }

.nw-app-portfolio img,
.nw-app-project img { display: block; max-width: 100%; }
.nw-app-portfolio a,
.nw-app-project a { text-decoration: none; }
.nw-app-portfolio button,
.nw-app-portfolio select,
.nw-app-project button { font: inherit; }

.nw-app-eyebrow,
.nw-app-section-kicker,
.nw-app-section-intro > p,
.nw-app-section-intro > div > p,
.nw-app-case-study__aside > p,
.nw-app-cta__eyebrow {
  margin: 0 0 9px;
  color: var(--nw-app-teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

/* Archive heading */
.nw-app-page-head {
  position: relative;
  overflow: hidden;
  padding: 62px 0 70px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #2e3844 0%, #27303a 100%);
}

.nw-app-page-head__pattern {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(998px, 72vw);
  pointer-events: none;
  opacity: .54;
  background: url("../images/waves-pattern1.webp") top right / cover no-repeat;
}

.nw-app-page-head .container { position: relative; z-index: 1; }
.nw-app-page-head h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--nw-app-orange);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
}
.nw-app-page-head__intro {
  max-width: 820px;
  margin: 15px auto 0;
  color: rgba(255,255,255,.91);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 500;
  line-height: 1.7;
}

/* Archive collection */
.nw-app-collection,
.nw-app-section { padding: 72px 0; }
.nw-app-collection { background: #fff; }
.nw-app-section:nth-of-type(even) { background: var(--nw-app-mist); }

.nw-app-section-heading,
.nw-app-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}
.nw-app-section-heading h2,
.nw-app-section-intro h2,
.nw-app-case-study__aside h2 {
  max-width: 760px;
  margin: 0;
  color: var(--nw-app-ink);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -.026em;
  line-height: 1.16;
}
.nw-app-section-heading > p,
.nw-app-section-intro > p,
.nw-app-section-intro > div + p {
  margin: 0;
  color: var(--nw-app-muted);
  font-size: 15px;
  line-height: 1.78;
}
.nw-app-section-intro--compact { grid-template-columns: 1fr; gap: 0; margin-bottom: 24px; }
.nw-app-section-intro--compact h2 { max-width: 650px; font-size: clamp(26px, 2.5vw, 34px); }

/* Filters */
.nw-app-filter-shell {
  position: relative;
  z-index: 4;
  margin-bottom: 32px;
  border: 1px solid var(--nw-app-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31,43,53,.055);
}
.nw-app-filter-bar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
}
.nw-app-filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.nw-app-filter__link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 13px;
  border: 1px solid var(--nw-app-border);
  border-radius: 6px;
  color: #343d46 !important;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.nw-app-filter__link small {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  color: var(--nw-app-muted);
  background: var(--nw-app-mist);
  font-size: 9px;
}
.nw-app-filter__link:hover,
.nw-app-filter__link:focus-visible { border-color: var(--nw-app-orange); color: var(--nw-app-orange) !important; transform: translateY(-1px); }
.nw-app-filter__link.is-active { border-color: var(--nw-app-orange); color: #fff !important; background: var(--nw-app-orange); }
.nw-app-filter__link.is-active small { color: var(--nw-app-orange); background: #fff; }

.nw-app-platform-filter { position: relative; flex: 0 0 auto; }
.nw-app-platform-filter select {
  min-width: 188px;
  height: 42px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--nw-app-border);
  border-radius: 6px;
  color: var(--nw-app-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  appearance: none;
}
.nw-app-platform-filter i { position: absolute; top: 50%; right: 14px; color: var(--nw-app-muted); pointer-events: none; transform: translateY(-50%); }
.nw-app-filter-status {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 18px;
  border-top: 1px solid var(--nw-app-border);
  color: var(--nw-app-muted);
  background: #fbfcfd;
}
.nw-app-filter-status p { margin: 0; font-size: 12px; line-height: 1.5; }
.nw-app-clear-filters {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  color: var(--nw-app-orange);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.nw-app-clear-filters.is-hidden { display: none; }

/* Archive cards */
.nw-app-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; transition: opacity .18s ease; }
.nw-app-grid.is-replacing { min-height: 360px; opacity: .42; pointer-events: none; }
.nw-app-grid.is-replacing::after { content: ""; position: absolute; z-index: 7; top: 80px; left: 50%; width: 34px; height: 34px; margin-left: -17px; border: 3px solid rgba(33,184,177,.18); border-top-color: var(--nw-app-teal); border-radius: 50%; animation: nw-app-spin .75s linear infinite; }
@keyframes nw-app-spin { to { transform: rotate(360deg); } }
.nw-app-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nw-app-card { min-width: 0; }
.nw-app-card--feature { grid-column: 1 / -1; }
.nw-app-card__link {
  display: grid;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--nw-app-border);
  border-radius: var(--nw-app-radius);
  color: var(--nw-app-ink) !important;
  background: #fff;
  box-shadow: var(--nw-app-shadow);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.nw-app-card--feature .nw-app-card__link { grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); }
.nw-app-card__link:hover,
.nw-app-card__link:focus-visible { transform: translateY(-4px); border-color: rgba(244,162,97,.5); box-shadow: var(--nw-app-shadow-hover); }
.nw-app-card__link:focus-visible,
.nw-app-filter__link:focus-visible,
.nw-app-load-more:focus-visible,
.nw-app-showroom-thumb:focus-visible,
.nw-app-showroom__topline button:focus-visible,
.nw-app-cta__button:focus-visible,
.nw-app-outline-button:focus-visible,
.nw-app-case-nav a:focus-visible { outline: 3px solid rgba(244,162,97,.52); outline-offset: 3px; }

.nw-app-card__visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: #eef8f8;
  background:
    radial-gradient(circle at 82% 18%, rgba(244,162,97,.19), transparent 34%),
    radial-gradient(circle at 16% 84%, rgba(33,184,177,.18), transparent 38%),
    linear-gradient(135deg, #edf7f6 0%, #f9fbfc 55%, #fff6ee 100%);
}
.nw-app-card--feature .nw-app-card__visual { min-height: 430px; }
.nw-app-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(39,48,58,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(39,48,58,.032) 1px, transparent 1px);
  background-size: 34px 34px;
}
.nw-app-card__featured {
  position: absolute;
  z-index: 5;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 5px;
  color: #fff;
  background: var(--nw-app-orange);
  box-shadow: 0 8px 20px rgba(244,162,97,.24);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.nw-app-card__cover { position: absolute; inset: 0; z-index: 1; }
.nw-app-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.nw-app-card__link:hover .nw-app-card__cover img { transform: scale(1.022); }
.nw-app-card__screen-wall {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 17px;
  padding: 34px 30px 0;
}
.nw-app-card__shot {
  position: relative;
  width: min(31%, 210px);
  margin: 0;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.98);
  border-bottom: 0;
  border-radius: 19px 19px 0 0;
  background: #fff;
  box-shadow: 0 16px 38px rgba(25,42,52,.17);
  transition: transform .28s ease;
}
.nw-app-card__shot img { width: 100%; height: 100%; aspect-ratio: 9 / 18; object-fit: cover; object-position: top center; }
.nw-app-card__shot--landscape { width: min(42%, 300px); }
.nw-app-card__shot--landscape img { aspect-ratio: 16 / 10; }
.nw-app-card__shot--long img { aspect-ratio: 9 / 20; }
.nw-app-card__shot--1 { transform: translateY(7px); }
.nw-app-card__shot--2 { transform: translateY(31px); }
.nw-app-card__shot--3 { transform: translateY(13px); }
.nw-app-card__link:hover .nw-app-card__shot--1 { transform: translateY(0); }
.nw-app-card__link:hover .nw-app-card__shot--2 { transform: translateY(21px); }
.nw-app-card__link:hover .nw-app-card__shot--3 { transform: translateY(5px); }
.nw-app-card__swipe-hint { display: none; }

.nw-app-card__placeholder,
.nw-app-project-preview__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 14px;
  color: var(--nw-app-muted);
  text-align: center;
}
.nw-app-card__placeholder > span,
.nw-app-project-preview__placeholder > span,
.nw-app-empty__icon { display: flex; align-items: flex-end; justify-content: center; gap: 7px; }
.nw-app-card__placeholder i,
.nw-app-project-preview__placeholder i,
.nw-app-empty__icon i {
  display: block;
  width: 42px;
  height: 82px;
  border: 3px solid #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(33,184,177,.26), rgba(244,162,97,.18));
  box-shadow: 0 12px 25px rgba(39,48,58,.12);
}
.nw-app-card__placeholder i:nth-child(2),
.nw-app-project-preview__placeholder i:nth-child(2),
.nw-app-empty__icon i:nth-child(2) { height: 104px; }
.nw-app-card__placeholder small,
.nw-app-project-preview__placeholder small { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.nw-app-card__body { display: flex; min-width: 0; flex-direction: column; padding: 26px 28px 28px; }
.nw-app-card--feature .nw-app-card__body { justify-content: center; padding: 42px 38px; }
.nw-app-card__meta-line { display: flex; gap: 14px; align-items: center; justify-content: space-between; margin-bottom: 17px; color: var(--nw-app-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.nw-app-card__identity { display: flex; gap: 14px; align-items: center; }
.nw-app-card__logo { width: 50px; height: 50px; flex: 0 0 auto; padding: 6px; overflow: hidden; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; }
.nw-app-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.nw-app-card__title { margin: 0; color: var(--nw-app-ink); font-size: 25px; font-weight: 800; letter-spacing: -.02em; line-height: 1.18; }
.nw-app-card--feature .nw-app-card__title { font-size: 30px; }
.nw-app-card__tagline { margin: 5px 0 0; color: var(--nw-app-project-accent); font-size: 13px; font-weight: 700; line-height: 1.45; }
.nw-app-card__summary { margin: 18px 0 0; color: var(--nw-app-copy); font-size: 14px; line-height: 1.72; }
.nw-app-card__facts { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 20px; color: var(--nw-app-muted); font-size: 11px; font-weight: 700; }
.nw-app-card__facts span { display: inline-flex; align-items: center; gap: 6px; }
.nw-app-card__facts i { color: var(--nw-app-project-accent); }
.nw-app-card__footer { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; }
.nw-app-card__platforms { display: flex; flex-wrap: wrap; gap: 6px; }
.nw-app-platform-badge { display: inline-flex; min-height: 27px; align-items: center; padding: 5px 8px; border: 1px solid var(--nw-app-border); border-radius: 4px; color: var(--nw-app-muted); background: #fff; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.nw-app-card__cta { display: inline-flex; align-items: center; gap: 8px; color: var(--nw-app-teal); font-size: 12px; font-weight: 800; white-space: nowrap; }
.nw-app-card__cta i { transition: transform .18s ease; }
.nw-app-card__link:hover .nw-app-card__cta i { transform: translateX(3px); }

.nw-app-empty { display: none; max-width: 760px; margin: 20px auto 0; padding: 54px 28px; border: 1px solid var(--nw-app-border); border-radius: var(--nw-app-radius); text-align: center; background: var(--nw-app-mist); }
.nw-app-empty.is-visible { display: block; }
.nw-app-empty h3 { margin: 20px 0 8px; font-size: 25px; }
.nw-app-empty p { margin: 0; color: var(--nw-app-muted); line-height: 1.7; }
.nw-app-empty a { display: inline-block; margin-top: 16px; color: var(--nw-app-teal) !important; font-weight: 800; }
.nw-app-load-more-wrap { display: flex; justify-content: center; padding-top: 34px; }
.nw-app-load-more-wrap.is-hidden { display: none; }
.nw-app-load-more { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 10px 20px; border: 1px solid var(--nw-app-dark); border-radius: 999px; color: #fff; background: var(--nw-app-dark); font-size: 12px; font-weight: 800; cursor: pointer; }
.nw-app-load-more i { display: none; }
.nw-app-load-more.is-loading i { display: inline-block; animation: nw-app-spin .8s linear infinite; }
@keyframes nw-app-spin { to { transform: rotate(360deg); } }

/* Shared CTA */
.nw-app-cta { padding: 78px 0; text-align: center; background: var(--nw-app-mint); }
.nw-app-cta__eyebrow { color: var(--nw-app-teal); }
.nw-app-cta h2 { max-width: 820px; margin: 0 auto; color: var(--nw-app-orange); font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; letter-spacing: -.028em; line-height: 1.2; }
.nw-app-cta p { max-width: 700px; margin: 14px auto 0; color: var(--nw-app-ink); font-size: 17px; line-height: 1.68; }
.nw-app-cta__button { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; margin-top: 27px; padding: 8px 20px 8px 9px; border-radius: 999px; color: #fff !important; background: var(--nw-app-dark); font-size: 13px; font-weight: 800; transition: background-color .18s ease, transform .18s ease; }
.nw-app-cta__button i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--nw-app-dark); background: #fff; }
.nw-app-cta__button:hover { color: #fff !important; background: var(--nw-app-orange); transform: translateY(-2px); }

/* Project hero */
.nw-app-project-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 66px;
  color: #fff;
  background: linear-gradient(112deg, #202b35 0%, #253541 56%, #26313b 100%);
}
.nw-app-project-hero__pattern {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(1050px, 76vw);
  opacity: .34;
  pointer-events: none;
  background: url("../images/waves-pattern1.webp") top right / cover no-repeat;
}
.nw-app-project-hero__glow {
  position: absolute;
  top: -210px;
  right: -120px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  opacity: .18;
  pointer-events: none;
  background: var(--nw-app-project-accent);
  filter: blur(90px);
}
.nw-app-project-hero .container { position: relative; z-index: 1; }
.nw-app-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 34px; color: rgba(255,255,255,.67); font-size: 11px; }
.nw-app-breadcrumb a { color: rgba(255,255,255,.88) !important; }
.nw-app-project-hero__grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); gap: clamp(40px, 6vw, 78px); align-items: center; }
.nw-app-project-hero__status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nw-app-project-hero__status span { width: 8px; height: 8px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; background: var(--nw-app-project-accent); box-shadow: 0 0 0 5px rgba(255,255,255,.06); }
.nw-app-project-hero__identity { display: flex; gap: 16px; align-items: center; }
.nw-app-project-logo { width: 66px; height: 66px; flex: 0 0 auto; padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.nw-app-project-logo img { width: 100%; height: 100%; object-fit: contain; }
.nw-app-project-hero h1 { margin: 0; color: #fff; font-size: clamp(36px, 4.1vw, 52px); font-weight: 800; letter-spacing: -.037em; line-height: 1.04; }
.nw-app-project-tagline { max-width: 620px; margin: 18px 0 0; color: var(--nw-app-orange); font-size: clamp(16px, 1.7vw, 20px); font-weight: 750; line-height: 1.45; }
.nw-app-project-summary { max-width: 620px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.nw-app-project-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin-top: 24px; }
.nw-app-store-links { display: flex; flex-wrap: wrap; gap: 9px; }
.nw-app-store-link,
.nw-app-outline-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  color: #fff !important;
  background: #fff;
  box-shadow: 0 9px 24px rgba(0,0,0,.13);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.nw-app-store-link { color: #141b20 !important; }
.nw-app-store-link i { min-width: 22px; color: #10161a; font-size: 23px; text-align: center; }
.nw-app-store-link span { display: grid; font-size: 13px; font-weight: 800; line-height: 1.15; }
.nw-app-store-link small { font-size: 8px; font-weight: 700; letter-spacing: .02em; }
.nw-app-store-link--demo { color: #fff !important; background: transparent; }
.nw-app-store-link--demo i { color: #fff; font-size: 16px; }
.nw-app-outline-button { color: #fff !important; background: transparent; box-shadow: none; font-size: 12px; font-weight: 800; }
.nw-app-store-link:hover,
.nw-app-outline-button:hover { transform: translateY(-2px); border-color: var(--nw-app-project-accent); }

/* Hero screen composition */
.nw-app-hero-showcase {
  position: relative;
  min-height: 505px;
  isolation: isolate;
}
.nw-app-hero-showcase__surface {
  position: absolute;
  inset: 34px 12px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 32px 70px rgba(0,0,0,.23);
  backdrop-filter: blur(2px);
}
.nw-app-hero-showcase--brand-light .nw-app-hero-showcase__surface {
  background: #eaf8fb;
  background: color-mix(in srgb, var(--nw-app-project-accent) 13%, white);
}
.nw-app-hero-showcase--neutral-light .nw-app-hero-showcase__surface { background: #f6f8f9; }
.nw-app-hero-showcase--brand-dark .nw-app-hero-showcase__surface { background: #111a21; }
.nw-app-hero-showcase__surface::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: .48;
  background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.95) 0 1px, transparent 1.5px);
  background-size: 23px 23px;
}
.nw-app-hero-showcase__screens { position: absolute; z-index: 2; inset: 0; }
.nw-app-hero-shot {
  position: absolute;
  width: min(34%, 222px);
  margin: 0;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.98);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(9,21,28,.28);
}
.nw-app-hero-shot img { width: 100%; aspect-ratio: 9/18; object-fit: cover; object-position: top center; }
.nw-app-hero-shot--1 { z-index: 3; left: 50%; bottom: 16px; transform: translateX(-50%); }
.nw-app-hero-shot--2 { z-index: 2; left: 8%; bottom: 44px; transform: rotate(-3deg); }
.nw-app-hero-shot--3 { z-index: 1; right: 7%; bottom: 46px; transform: rotate(3deg); }
.nw-app-hero-shot--landscape { width: min(52%, 390px); }
.nw-app-hero-shot--landscape img { aspect-ratio: 16/10; }
.nw-app-hero-shot--long img { aspect-ratio: 9/20; }
.nw-app-hero-showcase__cover { position: absolute; inset: 34px 12px 18px; overflow: hidden; border-radius: 24px; }
.nw-app-hero-showcase__cover img { width: 100%; height: 100%; object-fit: cover; }
.nw-app-hero-showcase__caption {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 31px;
  display: grid;
  gap: 2px;
  padding: 10px 13px;
  border-radius: 8px;
  color: #fff;
  background: rgba(26,38,47,.88);
  box-shadow: 0 10px 28px rgba(0,0,0,.17);
}
.nw-app-hero-showcase__caption span { font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.nw-app-hero-showcase__caption strong { font-size: 12px; }

/* Project facts */
.nw-app-project-facts-section { position: relative; z-index: 6; padding: 0 0 54px; background: #fff; }
.nw-app-project-facts {
  display: flex;
  overflow-x: auto;
  border: 1px solid var(--nw-app-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31,43,53,.08);
  transform: translateY(-24px);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
.nw-app-project-facts article {
  display: flex;
  min-width: 165px;
  flex: 1 0 0;
  gap: 12px;
  align-items: center;
  padding: 18px 19px;
  border-inline-end: 1px solid var(--nw-app-border);
  scroll-snap-align: start;
}
.nw-app-project-facts article:last-child { border-inline-end: 0; }
.nw-app-project-facts article > i { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--nw-app-project-accent); background: #edf8fb; background: color-mix(in srgb, var(--nw-app-project-accent) 11%, white); }
.nw-app-project-facts small { display: block; margin-bottom: 4px; color: var(--nw-app-muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.nw-app-project-facts strong { display: block; color: var(--nw-app-ink); font-size: 13px; line-height: 1.42; }

/* Sticky case navigation */
.nw-app-case-nav {
  position: sticky;
  z-index: 40;
  top: var(--nw-app-sticky-top, 0px);
  border-top: 1px solid var(--nw-app-border);
  border-bottom: 1px solid var(--nw-app-border);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 22px rgba(31,43,53,.045);
  backdrop-filter: blur(10px);
}
.nw-app-case-nav__track { display: flex; gap: 5px; align-items: center; overflow-x: auto; padding: 10px 0; scrollbar-width: none; }
.nw-app-case-nav__track::-webkit-scrollbar { display: none; }
.nw-app-case-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--nw-app-muted) !important;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}
.nw-app-case-nav a:hover { color: var(--nw-app-project-accent) !important; background: var(--nw-app-mist); }
.nw-app-case-nav a[aria-current="true"] { color: var(--nw-app-ink) !important; background: #edf8fb; background: color-mix(in srgb, var(--nw-app-project-accent) 10%, white); }
.nw-app-case-nav a[aria-current="true"]::after { content: ""; position: absolute; right: 12px; bottom: 3px; left: 12px; height: 2px; border-radius: 2px; background: var(--nw-app-project-accent); }
.nw-app-project [data-case-section] { scroll-margin-top: var(--nw-app-section-scroll-offset, 110px); }

/* Proof */
.nw-app-proof-strip { padding: 54px 0 70px; background: #fff; }
.nw-app-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); overflow: hidden; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; box-shadow: 0 11px 30px rgba(31,43,53,.055); }
.nw-app-proof-grid article { display: flex; min-height: 112px; gap: 13px; align-items: center; padding: 22px; border-inline-end: 1px solid var(--nw-app-border); }
.nw-app-proof-grid article:last-child { border-inline-end: 0; }
.nw-app-proof-grid article > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: #fff; background: var(--nw-app-project-accent); font-size: 17px; }
.nw-app-proof-grid strong { display: block; color: var(--nw-app-orange); font-size: 22px; line-height: 1.12; }
.nw-app-proof-grid small { display: block; margin-top: 4px; color: var(--nw-app-muted); font-size: 11px; line-height: 1.45; }

/* Product journey */
.nw-app-product-journey { background: var(--nw-app-mist); }
.nw-app-journey { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.nw-app-journey::before { content: ""; position: absolute; z-index: 0; top: 30px; right: 15%; left: 15%; height: 1px; background: linear-gradient(90deg, transparent, var(--nw-app-project-accent), transparent); opacity: .45; }
.nw-app-journey article { position: relative; z-index: 1; padding: 25px; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(31,43,53,.045); }
.nw-app-journey__marker { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; }
.nw-app-journey__marker span { color: var(--nw-app-orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.nw-app-journey__marker i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--nw-app-project-accent); box-shadow: 0 8px 20px color-mix(in srgb, var(--nw-app-project-accent) 26%, transparent); }
.nw-app-journey article small { color: var(--nw-app-project-accent); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.nw-app-journey h3 { margin: 7px 0 10px; color: var(--nw-app-ink); font-size: 20px; }
.nw-app-journey p { margin: 0; color: var(--nw-app-copy); font-size: 14px; line-height: 1.75; }

/* Screen showroom */
.nw-app-showroom-section { background: #fff; }
.nw-app-showroom { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; align-items: stretch; }
.nw-app-showroom__stage { display: flex; min-height: 700px; flex-direction: column; overflow: hidden; border: 1px solid var(--nw-app-border); border-radius: 16px; background: #f2f6f8; box-shadow: var(--nw-app-shadow); }
.nw-app-showroom__stage--surface-light { background: #f7fafb; }
.nw-app-showroom__stage--surface-dark { background: #151d23; }
.nw-app-showroom__stage--surface-auto { background: #eef7fa; background: color-mix(in srgb, var(--nw-app-project-accent) 9%, white); }
.nw-app-showroom__topline { display: flex; min-height: 70px; gap: 16px; align-items: center; justify-content: space-between; padding: 14px 17px; border-bottom: 1px solid rgba(39,48,58,.08); background: rgba(255,255,255,.86); }
.nw-app-showroom__topline > div { display: grid; gap: 3px; }
.nw-app-showroom__topline span { color: var(--nw-app-orange); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.nw-app-showroom__topline strong { color: var(--nw-app-ink); font-size: 14px; }
.nw-app-showroom__topline button { display: inline-flex; min-height: 38px; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--nw-app-border); border-radius: 7px; color: var(--nw-app-ink); background: #fff; font-size: 11px; font-weight: 800; cursor: zoom-in; }
.nw-app-showroom__canvas { display: grid; min-height: 0; flex: 1; place-items: center; padding: 28px; overflow: hidden; }
.nw-app-showroom__canvas img { width: auto; max-width: 100%; max-height: 610px; object-fit: contain; object-position: top center; border-radius: 20px; box-shadow: 0 24px 52px rgba(22,37,47,.18); transition: opacity .18s ease, transform .24s ease; }
.nw-app-showroom__canvas.is-changing img { opacity: .35; transform: scale(.985); }
.nw-app-showroom__canvas--landscape img { width: min(90%, 760px); border-radius: 14px; }
.nw-app-showroom__rail { display: flex; max-height: 700px; flex-direction: column; gap: 10px; overflow-y: auto; padding-right: 2px; scrollbar-width: thin; }
.nw-app-showroom-thumb {
  display: grid;
  grid-template-columns: 64px minmax(0,1fr);
  gap: 11px;
  align-items: center;
  width: 100%;
  padding: 9px;
  border: 1px solid var(--nw-app-border);
  border-radius: 10px;
  color: var(--nw-app-ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.nw-app-showroom-thumb:hover { transform: translateX(-2px); border-color: var(--nw-app-project-accent); }
.nw-app-showroom-thumb.is-active { border-color: var(--nw-app-project-accent); box-shadow: 0 8px 22px color-mix(in srgb, var(--nw-app-project-accent) 16%, transparent); }
.nw-app-showroom-thumb__image { display: block; height: 80px; overflow: hidden; border-radius: 7px; background: var(--nw-app-soft); }
.nw-app-showroom-thumb__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.nw-app-showroom-thumb__image--landscape { height: 55px; }
.nw-app-showroom-thumb__copy { display: grid; gap: 4px; }
.nw-app-showroom-thumb__copy small { color: var(--nw-app-orange); font-size: 9px; font-weight: 900; }
.nw-app-showroom-thumb__copy strong { color: var(--nw-app-ink); font-size: 11px; line-height: 1.4; }

/* Delivery scope */
.nw-app-delivery { background: var(--nw-app-mist); }
.nw-app-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.nw-app-scope-grid article { min-height: 210px; padding: 23px; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; }
.nw-app-scope-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: #fff; background: var(--nw-app-project-accent); font-size: 17px; }
.nw-app-scope-grid h3 { margin: 18px 0 12px; color: var(--nw-app-ink); font-size: 18px; }
.nw-app-scope-grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.nw-app-scope-grid li { position: relative; padding-inline-start: 14px; color: var(--nw-app-muted); font-size: 12px; line-height: 1.5; }
.nw-app-scope-grid li::before { content: ""; position: absolute; top: .62em; inset-inline-start: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--nw-app-orange); }

/* Case study */
.nw-app-case-study { background: #fff; }
.nw-app-case-study__grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 70px; align-items: start; }
.nw-app-case-study__aside { position: sticky; top: calc(var(--wp-admin--admin-bar--height, 0px) + 76px); }
.nw-app-case-study__aside h2 { font-size: clamp(28px, 2.8vw, 38px); }
.nw-app-case-study__aside a { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--nw-app-teal) !important; font-size: 12px; font-weight: 800; }
.nw-app-case-study__body { min-width: 0; }
.nw-app-key-insight { margin: 0 0 30px; padding: 24px 26px; border: 0; border-inline-start: 4px solid var(--nw-app-project-accent); border-radius: 0 12px 12px 0; color: var(--nw-app-ink); background: #eef8fa; background: color-mix(in srgb, var(--nw-app-project-accent) 9%, white); }
.nw-app-key-insight span { display: inline-flex; align-items: center; gap: 8px; color: var(--nw-app-project-accent); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.nw-app-key-insight p { margin: 12px 0 0; color: var(--nw-app-ink); font-size: clamp(18px, 2vw, 23px); font-weight: 700; line-height: 1.5; }
.nw-app-case-study__content { max-width: 760px; color: #4f5a63; font-size: 16px; line-height: 1.9; }
.nw-app-case-study__content > :first-child { margin-top: 0; }
.nw-app-case-study__content h2 { margin: 35px 0 12px; color: var(--nw-app-ink); font-size: 28px; line-height: 1.25; }
.nw-app-case-study__content h3 { margin: 28px 0 10px; color: var(--nw-app-ink); font-size: 22px; line-height: 1.3; }
.nw-app-case-study__content p { margin: 0 0 17px; }
.nw-app-case-study__content ul,
.nw-app-case-study__content ol { margin: 0 0 20px; padding-inline-start: 22px; }
.nw-app-case-study__content li { margin-bottom: 7px; }

/* Features */
.nw-app-features { background: var(--nw-app-mist); }
.nw-app-feature-grid { display: grid; gap: 18px; }
.nw-app-feature-grid--primary { grid-template-columns: repeat(2, minmax(0,1fr)); }
.nw-app-feature-card--primary { min-height: 220px; padding: 25px; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; box-shadow: 0 9px 26px rgba(31,43,53,.04); }
.nw-app-feature-card__top { display: flex; align-items: center; justify-content: space-between; }
.nw-app-feature-card__top > span,
.nw-app-feature-card--secondary > span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: #fff; background: var(--nw-app-project-accent); font-size: 17px; }
.nw-app-feature-card__top small { color: var(--nw-app-orange); font-size: 10px; font-weight: 900; }
.nw-app-feature-card h3 { margin: 20px 0 9px; color: var(--nw-app-ink); font-size: 19px; line-height: 1.25; }
.nw-app-feature-card p { margin: 0; color: var(--nw-app-muted); font-size: 13px; line-height: 1.7; }
.nw-app-secondary-features { margin-top: 20px; border: 1px solid var(--nw-app-border); border-radius: 12px; background: #fff; }
.nw-app-secondary-features summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 14px 18px; color: var(--nw-app-ink); font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.nw-app-secondary-features summary::-webkit-details-marker { display: none; }
.nw-app-secondary-features summary i { transition: transform .18s ease; }
.nw-app-secondary-features[open] summary i { transform: rotate(45deg); }
.nw-app-feature-grid--secondary { grid-template-columns: repeat(2, minmax(0,1fr)); padding: 0 18px 18px; }
.nw-app-feature-card--secondary { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--nw-app-border); border-radius: 10px; background: #fbfcfd; }
.nw-app-feature-card--secondary > span { width: 36px; height: 36px; border-radius: 9px; font-size: 14px; }
.nw-app-feature-card--secondary h3 { margin: 0 0 5px; font-size: 15px; }
.nw-app-feature-card--secondary p { font-size: 12px; }

/* Project navigation */
.nw-app-project-navigation { padding: 32px 0; border-top: 1px solid var(--nw-app-border); background: #fff; }
.nw-app-project-navigation .container { display: grid; grid-template-columns: auto minmax(280px, 520px); gap: 18px; align-items: stretch; justify-content: space-between; }
.nw-app-project-navigation__all,
.nw-app-next-project { display: flex; min-height: 82px; align-items: center; border: 1px solid var(--nw-app-border); border-radius: 12px; color: var(--nw-app-ink) !important; background: #fff; }
.nw-app-project-navigation__all { gap: 10px; padding: 16px 20px; font-size: 12px; font-weight: 800; }
.nw-app-project-navigation__all i { color: var(--nw-app-project-accent); }
.nw-app-next-project { position: relative; display: grid; gap: 3px; padding: 15px 58px 15px 20px; }
.nw-app-next-project small { color: var(--nw-app-muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.nw-app-next-project strong { color: var(--nw-app-ink); font-size: 17px; }
.nw-app-next-project > i { position: absolute; top: 50%; right: 20px; color: var(--nw-app-project-accent); transform: translateY(-50%); }
.nw-app-next-project:hover { border-color: var(--nw-app-project-accent); box-shadow: 0 9px 26px rgba(31,43,53,.05); }
.nw-app-next-project--empty { opacity: .75; }

/* Dialog */
.nw-app-lightbox { width: min(1180px, 96vw); height: min(920px, 94vh); padding: 0; border: 0; border-radius: 14px; color: #fff; background: #111820; }
.nw-app-lightbox::backdrop { background: rgba(6,12,17,.89); backdrop-filter: blur(5px); }
.nw-app-lightbox__toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 66px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.nw-app-lightbox__toolbar p { margin: 0; font-size: 14px; }
.nw-app-lightbox__toolbar button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); cursor: pointer; }
.nw-app-lightbox__stage { position: relative; display: grid; height: calc(100% - 66px); place-items: center; padding: 18px 70px; }
.nw-app-lightbox__stage img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nw-app-lightbox__nav { position: absolute; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.12); cursor: pointer; transform: translateY(-50%); }
.nw-app-lightbox__nav--previous { left: 14px; }
.nw-app-lightbox__nav--next { right: 14px; }
.nw-app-dialog-open { overflow: hidden; }

/* Progressive reveal */
.nw-app-motion [data-nw-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .42s ease, transform .42s ease; }
.nw-app-motion [data-nw-reveal].is-visible { opacity: 1; transform: none; }

/* RTL */
[dir="rtl"] .nw-app-page-head__pattern,
[dir="rtl"] .nw-app-project-hero__pattern { right: auto; left: 0; transform: scaleX(-1); }
[dir="rtl"] .nw-app-project-hero__glow { right: auto; left: -120px; }
[dir="rtl"] .nw-app-platform-filter i { right: auto; left: 14px; }
[dir="rtl"] .nw-app-platform-filter select { padding: 0 14px 0 40px; }
[dir="rtl"] .nw-app-card__featured { right: 18px; left: auto; }
[dir="rtl"] .nw-app-card__cta i { transform: scaleX(-1); }
[dir="rtl"] .nw-app-card__link:hover .nw-app-card__cta i { transform: scaleX(-1) translateX(3px); }
[dir="rtl"] .nw-app-hero-shot--2 { right: 8%; left: auto; transform: rotate(3deg); }
[dir="rtl"] .nw-app-hero-shot--3 { right: auto; left: 7%; transform: rotate(-3deg); }
[dir="rtl"] .nw-app-hero-showcase__caption { right: auto; left: 28px; }
[dir="rtl"] .nw-app-showroom-thumb { text-align: right; }
[dir="rtl"] .nw-app-showroom-thumb:hover { transform: translateX(2px); }
[dir="rtl"] .nw-app-key-insight { border-radius: 12px 0 0 12px; }
[dir="rtl"] .nw-app-next-project { padding: 15px 20px 15px 58px; }
[dir="rtl"] .nw-app-next-project > i { right: auto; left: 20px; transform: translateY(-50%) scaleX(-1); }
[dir="rtl"] .nw-app-lightbox__nav--previous { right: 14px; left: auto; }
[dir="rtl"] .nw-app-lightbox__nav--next { right: auto; left: 14px; }
[dir="rtl"] .nw-app-page-head h1,
[dir="rtl"] .nw-app-project-hero h1,
[dir="rtl"] .nw-app-section-heading h2,
[dir="rtl"] .nw-app-section-intro h2,
[dir="rtl"] .nw-app-case-study__aside h2 { letter-spacing: 0; }
[dir="rtl"] .nw-app-project-hero h1 { line-height: 1.22; }
[dir="rtl"] .nw-app-case-study__content { line-height: 2; }

@media (max-width: 1199px) {
  .nw-app-card--feature .nw-app-card__link { grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); }
  .nw-app-grid--related { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nw-app-project-hero__grid { grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr); }
  .nw-app-proof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nw-app-proof-grid article:nth-child(2) { border-inline-end: 0; }
  .nw-app-proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--nw-app-border); }
  .nw-app-scope-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nw-app-showroom { grid-template-columns: minmax(0,1fr) 220px; }
}

@media (max-width: 991px) {
  .nw-app-page-head { padding: 54px 0 60px; }
  .nw-app-section-heading,
  .nw-app-section-intro { grid-template-columns: 1fr; gap: 14px; }
  .nw-app-filter-bar { align-items: flex-start; flex-direction: column; }
  .nw-app-platform-filter,
  .nw-app-platform-filter select { width: 100%; }
  .nw-app-grid { grid-template-columns: 1fr; }
  .nw-app-card--feature { grid-column: auto; }
  .nw-app-card--feature .nw-app-card__link { grid-template-columns: 1fr; }
  .nw-app-card--feature .nw-app-card__visual { min-height: 380px; }
  .nw-app-card--feature .nw-app-card__body { padding: 30px; }
  .nw-app-project-hero__grid { grid-template-columns: 1fr; }
  .nw-app-hero-showcase { min-height: 470px; }
  .nw-app-journey { grid-template-columns: 1fr; }
  .nw-app-journey::before { top: 18px; bottom: 18px; right: auto; left: 45px; width: 1px; height: auto; background: linear-gradient(180deg, transparent, var(--nw-app-project-accent), transparent); }
  .nw-app-journey article { display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 16px; }
  .nw-app-journey__marker { display: grid; align-content: start; justify-items: center; gap: 7px; margin: 0; }
  .nw-app-showroom { grid-template-columns: 1fr; }
  .nw-app-showroom__rail { max-height: none; flex-direction: row; overflow-x: auto; overflow-y: hidden; padding: 2px 0 10px; scroll-snap-type: x mandatory; }
  .nw-app-showroom-thumb { min-width: 210px; scroll-snap-align: start; }
  .nw-app-case-study__grid { grid-template-columns: 1fr; gap: 30px; }
  .nw-app-case-study__aside { position: static; }
}

@media (max-width: 767px) {
  .nw-app-page-head { padding: 43px 0 48px; }
  .nw-app-page-head__pattern { width: 100%; opacity: .34; }
  .nw-app-page-head h1 { font-size: 31px; }
  .nw-app-page-head__intro { font-size: 15px; }
  .nw-app-collection,
  .nw-app-section { padding: 54px 0; }
  .nw-app-section-heading h2,
  .nw-app-section-intro h2,
  .nw-app-case-study__aside h2 { font-size: 28px; }
  .nw-app-filter-shell { position: sticky; z-index: 22; top: calc(var(--wp-admin--admin-bar--height, 0px) + 8px); }
  .nw-app-filter-bar { padding: 12px; }
  .nw-app-filter-tabs { flex-wrap: nowrap; width: 100%; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .nw-app-filter-tabs::-webkit-scrollbar { display: none; }
  .nw-app-filter__link { flex: 0 0 auto; }
  .nw-app-filter-status { padding: 9px 12px; }
  .nw-app-filter-status p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nw-app-card__visual,
  .nw-app-card--feature .nw-app-card__visual { min-height: 310px; }
  .nw-app-card__screen-wall { justify-content: flex-start; gap: 12px; overflow-x: auto; padding: 24px 18px 0; scroll-snap-type: x mandatory; }
  .nw-app-card__shot { flex: 0 0 47%; width: 47%; scroll-snap-align: center; }
  .nw-app-card__shot--landscape { flex-basis: 78%; width: 78%; }
  .nw-app-card__shot--1,
  .nw-app-card__shot--2,
  .nw-app-card__shot--3 { transform: none; }
  .nw-app-card__swipe-hint { position: absolute; z-index: 5; right: 14px; bottom: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 999px; color: #fff; background: rgba(31,43,53,.78); font-size: 9px; font-weight: 800; }
  .nw-app-card__body,
  .nw-app-card--feature .nw-app-card__body { padding: 23px 21px 24px; }
  .nw-app-card__title,
  .nw-app-card--feature .nw-app-card__title { font-size: 23px; }
  .nw-app-card__footer { align-items: flex-start; flex-direction: column; }
  .nw-app-card__cta { align-self: flex-end; }
  .nw-app-empty { padding: 42px 20px; }
  .nw-app-cta { padding: 62px 0; }
  .nw-app-cta h2 { font-size: 31px; }
  .nw-app-cta p { font-size: 15px; }

  .nw-app-project-hero { padding: 26px 0 46px; }
  .nw-app-breadcrumb { margin-bottom: 25px; }
  .nw-app-project-hero__identity { align-items: flex-start; }
  .nw-app-project-logo { width: 58px; height: 58px; }
  .nw-app-project-hero h1 { font-size: 35px; }
  .nw-app-project-tagline { font-size: 17px; }
  .nw-app-project-summary { font-size: 15px; }
  .nw-app-project-hero__actions { align-items: stretch; flex-direction: column; }
  .nw-app-store-links { display: grid; grid-template-columns: 1fr 1fr; }
  .nw-app-store-link,
  .nw-app-outline-button { justify-content: center; }
  .nw-app-outline-button { width: 100%; }
  .nw-app-hero-showcase { min-height: 410px; margin-top: 8px; }
  .nw-app-hero-showcase__surface { inset: 22px 0 12px; }
  .nw-app-hero-shot { width: 43%; border-width: 4px; border-radius: 18px; }
  .nw-app-hero-shot--1 { bottom: 11px; }
  .nw-app-hero-shot--2 { left: 1%; bottom: 34px; }
  .nw-app-hero-shot--3 { right: 1%; bottom: 35px; }
  [dir="rtl"] .nw-app-hero-shot--2 { right: 1%; left: auto; }
  [dir="rtl"] .nw-app-hero-shot--3 { right: auto; left: 1%; }
  .nw-app-hero-showcase__caption { right: 9px; bottom: 21px; }
  [dir="rtl"] .nw-app-hero-showcase__caption { right: auto; left: 9px; }
  .nw-app-project-facts-section { padding-bottom: 38px; }
  .nw-app-project-facts { transform: translateY(-17px); }
  .nw-app-project-facts article { min-width: 158px; padding: 15px; }
  .nw-app-case-nav { top: var(--nw-app-sticky-top, 0px); }
  .nw-app-case-nav a { padding: 8px 10px; }
  .nw-app-proof-grid { grid-template-columns: 1fr; }
  .nw-app-proof-grid article,
  .nw-app-proof-grid article:nth-child(2),
  .nw-app-proof-grid article:nth-child(-n+2) { border-inline-end: 0; border-bottom: 1px solid var(--nw-app-border); }
  .nw-app-proof-grid article:last-child { border-bottom: 0; }
  .nw-app-journey article { grid-template-columns: 48px minmax(0,1fr); padding: 20px; }
  .nw-app-journey::before { left: 39px; }
  [dir="rtl"] .nw-app-journey::before { right: 39px; left: auto; }
  .nw-app-showroom__stage { min-height: 590px; }
  .nw-app-showroom__topline { align-items: flex-start; }
  .nw-app-showroom__topline button span { display: none; }
  .nw-app-showroom__canvas { padding: 20px 12px 24px; }
  .nw-app-showroom__canvas img { max-height: 500px; border-radius: 17px; }
  .nw-app-showroom-thumb { min-width: 190px; grid-template-columns: 56px minmax(0,1fr); }
  .nw-app-scope-grid { grid-template-columns: 1fr; }
  .nw-app-scope-grid article { min-height: 0; }
  .nw-app-case-study__content { font-size: 15px; line-height: 1.88; }
  [dir="rtl"] .nw-app-case-study__content { line-height: 2.05; }
  .nw-app-key-insight { padding: 21px; }
  .nw-app-feature-grid--primary,
  .nw-app-feature-grid--secondary { grid-template-columns: 1fr; }
  .nw-app-feature-card--primary { min-height: 0; }
  .nw-app-project-navigation .container { grid-template-columns: 1fr; }
  .nw-app-project-navigation__all,
  .nw-app-next-project { min-height: 72px; }
  .nw-app-lightbox__stage { padding: 14px 48px; }
  .nw-app-lightbox__nav { width: 38px; height: 38px; }
}

@media (max-width: 480px) {
  .nw-app-page-head h1,
  [dir="rtl"] .nw-app-page-head h1 { font-size: 28px; }
  .nw-app-project-hero h1,
  [dir="rtl"] .nw-app-project-hero h1 { font-size: 31px; }
  .nw-app-project-hero__identity { display: block; }
  .nw-app-project-logo { margin-bottom: 14px; }
  .nw-app-store-links { grid-template-columns: 1fr; }
  .nw-app-hero-showcase { min-height: 375px; }
  .nw-app-hero-shot { width: 46%; }
  .nw-app-hero-shot--2 { left: -3%; }
  .nw-app-hero-shot--3 { right: -3%; }
  [dir="rtl"] .nw-app-hero-shot--2 { right: -3%; left: auto; }
  [dir="rtl"] .nw-app-hero-shot--3 { right: auto; left: -3%; }
  .nw-app-hero-showcase__caption { display: none; }
  .nw-app-showroom__stage { min-height: 535px; }
  .nw-app-showroom__canvas img { max-height: 450px; }
  .nw-app-filter-status p { max-width: 60%; }
}

@media (prefers-reduced-motion: reduce) {
  .nw-app-card__link,
  .nw-app-card__shot,
  .nw-app-card__cover img,
  .nw-app-filter__link,
  .nw-app-card__cta i,
  .nw-app-store-link,
  .nw-app-outline-button,
  .nw-app-showroom__canvas img,
  .nw-app-motion [data-nw-reveal] { transition: none !important; }
}
