:root {
  --turmeric: #ffbe0b;
  --malt: #2a2312;
  --malt-2: #171208;
  --paper: #f7f2e6;
  --white: #fffaf0;
  --muted: #998c75;
  --line: rgba(255, 190, 11, 0.22);
  --blue: #2f5f7a;
  --shadow: 0 30px 90px rgba(18, 13, 5, 0.38);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--malt-2);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

body.motion-ready .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

body.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.motion-ready img.reveal {
  transform: translateY(42px) scale(0.96);
}

body.motion-ready img.reveal.is-visible {
  transform: translateY(0) scale(1);
}

body.motion-ready .hero-photo {
  animation: heroFloat 8s ease-in-out infinite;
}

body.motion-ready .hero-photo img {
  transition: transform 900ms ease;
}

body.motion-ready .hero-photo:hover img {
  transform: scale(1.025);
}

@keyframes heroFloat {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.char {
  display: inline-block;
  white-space: pre;
}

.word {
  display: inline-block;
  white-space: nowrap;
}

body.motion-ready [data-animate-text] .char {
  opacity: 0;
  transform: translateY(0.7em) rotate(4deg);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.18, 0.86, 0.24, 1);
  transition-delay: calc(var(--char-index) * 12ms);
}

body.motion-ready [data-animate-text].is-visible .char {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 64px);
  background: rgba(23, 18, 8, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: var(--turmeric);
  color: var(--malt);
  font-weight: 900;
}

.brand strong,
.brand small { display: block; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.nav {
  display: flex;
  gap: 28px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover,
.mobile-menu a:hover { color: var(--turmeric); }

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-switch {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.lang-switch button {
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 250, 240, 0.62);
  font: 800 12px/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

.lang-switch button.active {
  background: var(--turmeric);
  color: var(--malt);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--turmeric);
  color: var(--malt);
  box-shadow: 0 18px 34px rgba(255, 190, 11, 0.18);
}

.btn-secondary {
  border-color: rgba(255, 250, 240, 0.24);
  color: var(--white);
  background: rgba(255, 250, 240, 0.06);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.mobile-menu {
  position: fixed;
  inset: 82px 14px auto;
  z-index: 60;
  display: none;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--malt);
  box-shadow: var(--shadow);
}

.mobile-menu.open { display: grid; }
.mobile-menu a { padding: 14px; color: rgba(255, 250, 240, 0.78); font-weight: 800; }

.hero,
.orphan,
.split-section,
.credentials,
.awards-showcase,
.gallery,
.directions,
.launch,
.app-launch,
.digital,
.partners,
.contact {
  scroll-margin-top: 86px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(22px, 3.6vw, 56px);
  align-items: center;
  min-height: auto;
  padding: clamp(28px, 3.8vw, 54px) clamp(18px, 5vw, 76px) 42px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 18, 8, 1) 0%, rgba(23, 18, 8, 0.9) 45%, rgba(42, 35, 18, 0.5) 100%),
    radial-gradient(circle at 70% 8%, rgba(255, 190, 11, 0.2), transparent 32%);
  pointer-events: none;
}

.hero-content,
.hero-photo,
.hero-panel { position: relative; z-index: 1; }

.section-code {
  margin: 0 0 22px;
  color: var(--turmeric);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 138px));
  gap: 10px;
  margin-bottom: clamp(26px, 4.5vh, 48px);
}

.hero-kpis span {
  display: grid;
  gap: 5px;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
}

.hero-kpis strong {
  color: var(--turmeric);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.hero-kpis small {
  color: rgba(255, 250, 240, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 5.6vw, 88px);
  line-height: 0.96;
  font-weight: 900;
  overflow-wrap: normal;
}

.hero-subtitle {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 250, 240, 0.76);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-photo {
  align-self: center;
  min-height: clamp(460px, 44vw, 610px);
  max-height: 640px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}

.hero-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(160px, 0.25fr) minmax(220px, 0.35fr) minmax(280px, 0.6fr);
  gap: 18px;
  align-items: center;
  max-width: 980px;
  margin-top: -24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(42, 35, 18, 0.9);
  backdrop-filter: blur(16px);
}

.hero-panel span { color: var(--muted); font-size: 13px; font-weight: 800; }
.hero-panel strong { color: var(--turmeric); font-size: 24px; line-height: 1.1; }
.hero-panel p { margin: 0; color: rgba(255, 250, 240, 0.72); line-height: 1.55; }

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics div {
  padding: 36px clamp(18px, 5vw, 76px);
  border-right: 1px solid var(--line);
}

.metrics div:last-child { border-right: 0; }
.metrics strong { display: block; color: var(--turmeric); font-size: clamp(36px, 5vw, 68px); line-height: 0.95; }
.metrics span { display: block; margin-top: 10px; color: rgba(255, 250, 240, 0.68); font-weight: 700; }

.orphan,
.split-section,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
}

.sticky-label h2,
.orphan h2,
.section-head h2,
.digital h2,
.contact h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
}

.orphan {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 190, 11, 0.14), transparent 28%),
    var(--malt-2);
}

.orphan .skills-panel {
  grid-column: 1 / -1;
}

.orphan-intro > p:not(.section-code) {
  max-width: 640px;
  margin: 26px 0 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.orphan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.orphan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.orphan-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
}

.orphan-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--turmeric);
  font-size: 12px;
  font-weight: 900;
}

.orphan-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: 26px;
  line-height: 1.08;
}

.orphan-grid p {
  margin: 16px 0 0;
  color: rgba(255, 250, 240, 0.66);
  line-height: 1.58;
}

.skills-panel {
  display: grid;
  align-content: start;
  gap: 20px;
}

.skills-panel h3 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 0.98;
  font-weight: 900;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.skill-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 156px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.085), rgba(255, 250, 240, 0.035)),
    rgba(20, 16, 8, 0.42);
  overflow: hidden;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.skill-card::after {
  content: "";
  position: absolute;
  inset: auto -34px -42px auto;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(255, 190, 11, 0.1);
  pointer-events: none;
}

.skill-card:hover,
.skill-card:focus-visible {
  border-color: rgba(255, 190, 11, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 190, 11, 0.12), rgba(255, 250, 240, 0.04)),
    rgba(20, 16, 8, 0.5);
  transform: translateY(-5px);
  outline: 0;
}

.skill-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 190, 11, 0.38);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.94);
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.skill-card strong {
  position: relative;
  z-index: 1;
  max-width: 92%;
  color: var(--white);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.12;
}

.skill-card span {
  position: relative;
  z-index: 1;
  color: var(--turmeric);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.story > p {
  margin: 0 0 28px;
  color: rgba(255, 250, 240, 0.74);
  font-size: 22px;
  line-height: 1.48;
}

.authority-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.authority-list article {
  min-height: 164px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
}

.authority-list strong,
.authority-list span {
  display: block;
}

.authority-list strong {
  color: var(--turmeric);
  font-size: 18px;
  line-height: 1.15;
}

.authority-list span {
  margin-top: 16px;
  color: rgba(255, 250, 240, 0.66);
  font-size: 14px;
  line-height: 1.52;
}

.photo-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
}

.photo-strip img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.photo-strip img:first-child { object-position: 50% 10%; }
.photo-strip img:last-child { object-position: 50% 14%; }

.credentials {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.credentials .section-head {
  max-width: 980px;
}

.credentials h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
}

.credential-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 0.9fr));
  gap: 14px;
  margin-top: 38px;
}

.credential-grid article {
  min-height: 310px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
  overflow: hidden;
}

.credential-grid .credential-main {
  background:
    linear-gradient(145deg, rgba(255, 190, 11, 0.18), rgba(255, 250, 240, 0.045)),
    rgba(255, 250, 240, 0.06);
}

.credential-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--turmeric);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.credential-grid img {
  width: calc(100% + 48px);
  height: 170px;
  margin: -24px -24px 22px;
  object-fit: contain;
  background: rgba(255, 250, 240, 0.045);
  border-bottom: 1px solid var(--line);
}

.credential-main img {
  height: 210px;
  object-position: center;
}

.credential-grid h3 {
  margin: 0;
  color: var(--white);
  font-size: 25px;
  line-height: 1.08;
}

.credential-grid p {
  margin: 16px 0 0;
  color: rgba(255, 250, 240, 0.66);
  line-height: 1.62;
}

.credential-awards a {
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 190, 11, 0.34);
  border-radius: 7px;
  color: var(--turmeric);
  font-size: 13px;
  font-weight: 900;
}

.awards-showcase {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 190, 11, 0.12), transparent 28%),
    var(--malt);
}

.awards-showcase .section-head {
  max-width: 900px;
}

.awards-showcase h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
}

.awards-showcase .section-head p:not(.section-code) {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 17px;
  line-height: 1.62;
}

.awards-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 14px;
  margin-top: 38px;
}

.awards-gallery button {
  position: relative;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 240, 0.055);
  cursor: zoom-in;
}

.awards-gallery .award-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.awards-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.awards-gallery button:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.awards-gallery span,
.awards-gallery strong {
  position: absolute;
  left: 14px;
  z-index: 1;
}

.awards-gallery span {
  top: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--turmeric);
  color: var(--malt);
  font-size: 12px;
  font-weight: 900;
}

.awards-gallery strong {
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 190, 11, 0.28);
  border-radius: 7px;
  background: rgba(23, 18, 8, 0.78);
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
  backdrop-filter: blur(12px);
}

.gallery {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.gallery-head {
  display: block;
  max-width: 980px;
  margin-bottom: 38px;
}

.gallery h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
}

.gallery-head p:not(.section-code) {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 17px;
  line-height: 1.62;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.85fr));
  grid-auto-rows: 238px;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 250, 240, 0.055);
}

.gallery-grid .gallery-feature {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  inset: auto 12px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 8px;
  padding: 12px;
  border: 1px solid rgba(255, 190, 11, 0.26);
  border-radius: var(--radius);
  background: rgba(23, 18, 8, 0.78);
  backdrop-filter: blur(12px);
}

.gallery-grid strong {
  color: var(--turmeric);
  font-size: 15px;
}

.gallery-grid span {
  grid-column: 2;
  color: rgba(255, 250, 240, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.gallery-grid .flag {
  grid-row: span 2;
  align-self: center;
  font-size: 24px;
  line-height: 1;
}

.story-strip {
  display: flex;
  gap: 18px;
  margin: 30px 0 28px;
  padding: 4px 2px 18px;
  overflow-x: auto;
  scrollbar-color: rgba(255, 190, 11, 0.46) rgba(255, 250, 240, 0.08);
  scrollbar-width: thin;
}

.story-item {
  flex: 0 0 92px;
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 240, 0.72);
  font: 900 12px/1.25 Inter, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

.story-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  padding: 5px;
  border-radius: 50%;
  background:
    conic-gradient(from 30deg, var(--turmeric), #fffaf0, #d66a0c, var(--turmeric));
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.36),
    inset 0 0 0 1px rgba(255, 250, 240, 0.18);
  transition: transform 180ms ease, filter 180ms ease;
}

.story-ring img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px solid var(--malt-2);
  border-radius: 50%;
  object-fit: cover;
  background: rgba(255, 250, 240, 0.08);
}

.story-ring b {
  position: absolute;
  z-index: 2;
  right: -7px;
  bottom: -4px;
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 30px;
  padding: 0 5px;
  border: 2px solid var(--malt-2);
  border-radius: 999px;
  background: var(--turmeric);
  color: var(--malt);
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.story-item strong {
  display: block;
  max-width: 96px;
  color: rgba(255, 250, 240, 0.78);
  overflow-wrap: anywhere;
}

.story-item:hover .story-ring,
.story-item.active .story-ring {
  transform: translateY(-3px) scale(1.04);
  filter: saturate(1.12) contrast(1.08);
}

.story-item.active strong {
  color: var(--turmeric);
}

.awards-stories {
  margin-top: 34px;
  margin-bottom: 8px;
}

.awards-stories .story-ring {
  background:
    conic-gradient(from 20deg, #ffbe0b, #fff6ce, #8d5b08, #ffbe0b);
}

.story-board {
  margin-top: 30px;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 190, 11, 0.11), rgba(255, 250, 240, 0.045)),
    rgba(255, 250, 240, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.08);
}

.story-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.story-board-head div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-board-head span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 190, 11, 0.14);
  font-size: 30px;
}

.story-board-head strong {
  color: var(--white);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.05;
}

.story-board-head small {
  color: var(--turmeric);
  font-weight: 900;
}

.story-photo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.story-photo-row button {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.06);
  cursor: zoom-in;
}

.story-photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.story-photo-row button:hover img {
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.06);
}

.directions {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
  background: var(--paper);
  color: var(--malt);
}

.directions .section-code { color: var(--malt); }
.directions h2 { color: var(--malt); max-width: 980px; }

.direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.direction-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(42, 35, 18, 0.16);
  border-radius: var(--radius);
  background: #fffaf0;
}

.direction-grid span {
  display: block;
  margin-bottom: 60px;
  color: var(--turmeric);
  font-weight: 900;
}

.direction-grid h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
}

.direction-grid p {
  margin: 16px 0 0;
  color: rgba(42, 35, 18, 0.68);
  line-height: 1.6;
}

.launch {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: 16px;
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
}

.launch article {
  min-height: 460px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

.book-launch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(160deg, rgba(255, 190, 11, 0.18), rgba(42, 35, 18, 0.1)),
    rgba(255, 250, 240, 0.055);
}

.app-launch {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.76fr) minmax(260px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  min-height: 460px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 190, 11, 0.18), transparent 26%),
    linear-gradient(135deg, #171923 0%, #11131d 55%, #19140a 100%);
  color: var(--white);
}

.app-launch .section-code {
  color: var(--turmeric);
}

.app-launch h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.app-launch .app-copy {
  position: relative;
  z-index: 2;
}

.launch h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(36px, 5vw, 74px);
  line-height: 0.96;
  font-weight: 900;
}

.launch p:not(.section-code) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: 18px;
  line-height: 1.65;
}

.app-launch p:not(.section-code) {
  color: rgba(255, 250, 240, 0.72);
}

.launch .btn {
  margin-top: 34px;
}

.app-launch .btn-primary {
  background: var(--malt);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(42, 35, 18, 0.18);
}

.app-launch .btn-secondary {
  border-color: rgba(42, 35, 18, 0.22);
  background: rgba(255, 250, 240, 0.3);
  color: var(--malt);
}

.launch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.download-title {
  color: var(--turmeric) !important;
  font-size: 28px !important;
  font-weight: 800;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.store-badges a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.07);
  color: var(--white);
  font-weight: 900;
}

.store-mini {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
}

.store-mini svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.phone-stage {
  position: relative;
  min-height: 430px;
}

.phone {
  position: absolute;
  width: min(235px, 21vw);
  aspect-ratio: 0.49;
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(145deg, #2b2d35, #050506);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.phone-main {
  left: 5%;
  bottom: 1%;
  transform: rotate(-9deg);
  z-index: 2;
}

.phone-secondary {
  right: 2%;
  top: 7%;
  transform: rotate(9deg);
}

body.motion-ready .phone-main.is-visible,
body.motion-ready .phone-secondary.is-visible {
  animation: phoneFloat 4.8s ease-in-out infinite;
}

body.motion-ready .phone-secondary.is-visible {
  animation-delay: 420ms;
}

@keyframes phoneFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 86px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: #050506;
  z-index: 2;
}

.phone-screen {
  height: 100%;
  padding: 54px 16px 16px;
  border-radius: 28px;
  background: #101112;
  color: #fff;
  overflow: hidden;
}

.app-logo {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--turmeric);
  color: var(--malt);
  font-weight: 900;
}

.phone-screen strong,
.phone-screen small {
  display: block;
}

.phone-screen strong {
  font-size: 22px;
}

.phone-screen small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
}

.phone-balance {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: #1d1f24;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.doctor-card-mini {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 10px;
  border-radius: 13px;
  background: #f5f5f4;
  color: #161616;
}

.doctor-card-mini img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
}

.doctor-card-mini b,
.doctor-card-mini em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}

.doctor-card-mini b {
  font-size: 11px;
}

.doctor-card-mini em {
  margin-top: 3px;
  color: rgba(22, 22, 22, 0.62);
  font-size: 9px;
  font-weight: 800;
}

.app-tile-row,
.app-grid-mini,
.mini-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.app-tile-row {
  grid-template-columns: repeat(3, 1fr);
}

.app-tile-row span,
.mini-list span,
.app-grid-mini i {
  border-radius: 10px;
  background: #242730;
}

.app-tile-row span {
  height: 52px;
}

.app-banner {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--turmeric), #20c997);
  color: #131006;
  font-weight: 900;
}

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

.app-grid-mini i {
  height: 40px;
}

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

.app-grid-mini.labeled i {
  display: grid;
  place-items: center;
  min-height: 54px;
  height: auto;
  padding: 8px;
  background: #f5f5f4;
  color: rgba(17, 17, 17, 0.86);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.mini-list span {
  height: 38px;
}

.digital {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
}

.digital-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.digital-lead {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 18px;
  line-height: 1.62;
}

.call-center-card {
  display: grid;
  gap: 8px;
  max-width: 520px;
  margin-top: 30px;
  padding: 22px;
  border: 1px solid rgba(255, 190, 11, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 190, 11, 0.16), rgba(255, 250, 240, 0.045)),
    rgba(255, 250, 240, 0.055);
}

.call-center-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.call-center-card a {
  color: var(--white);
  font-weight: 900;
}

.call-center-card span {
  margin-top: 8px;
  color: rgba(255, 250, 240, 0.66);
  font-size: 13px;
  font-weight: 800;
}

.call-center-number {
  color: var(--turmeric) !important;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: 0;
}

.site-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.site-stats div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 190, 11, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 190, 11, 0.12), rgba(255, 250, 240, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.08);
}

.site-stats strong {
  display: block;
  color: var(--turmeric);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.95;
}

.site-stats span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.7);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.digital-grid a,
.digital-grid .map-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.digital-grid a:hover,
.digital-grid .map-card:hover {
  transform: translateY(-4px);
  border-color: var(--turmeric);
  background: rgba(255, 190, 11, 0.1);
}

.digital-grid small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.digital-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--white);
  font-size: 24px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: var(--radius);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.service-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.icon-bot {
  background: linear-gradient(135deg, var(--turmeric), #f59b00);
  color: var(--malt);
}

.icon-telegram {
  background: #229ed9;
}

.icon-instagram {
  background: linear-gradient(135deg, #feda75, #d62976 52%, #4f5bd5);
}

.icon-apple {
  background: #f5f5f7;
  color: #111;
}

.icon-play {
  background: linear-gradient(135deg, #00a173, #3ddc84 44%, #fbbc04 45%, #ea4335);
}

.icon-map {
  background: #4285f4;
}

.icon-yandex {
  background: #fc3f1d;
}

.icon-facebook {
  background: #1877f2;
}

.icon-youtube {
  background: #ff0033;
}

.map-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.map-options a {
  min-height: 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid rgba(255, 250, 240, 0.12);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.partners {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
}

.partners .section-head {
  max-width: 820px;
}

.partners h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  font-weight: 900;
}

.partners .section-head p:not(.section-code) {
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.66);
  font-size: 17px;
  line-height: 1.62;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.partner-grid article {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
}

.partner-grid img,
.partner-placeholder {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 14px;
  background: #fffaf0;
}

.partner-placeholder {
  display: grid;
  place-items: center;
  color: var(--malt);
  font-size: 34px;
  font-weight: 900;
}

.partner-grid strong {
  color: var(--white);
  font-size: 17px;
  line-height: 1.28;
}

.skill-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(10, 8, 4, 0.78);
  backdrop-filter: blur(16px);
}

.skill-modal.open {
  display: flex;
}

.skill-modal-card {
  position: relative;
  width: min(1040px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 190, 11, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(42, 35, 18, 0.98), rgba(18, 14, 7, 0.98));
  box-shadow: var(--shadow);
}

.skill-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.08);
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
}

.skill-modal-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding-right: 48px;
}

.skill-modal-head img {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 190, 11, 0.4);
  border-radius: 50%;
  background: #fffaf0;
  object-fit: cover;
}

.skill-modal-head h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
}

.skill-modal-text {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.skill-modal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.skill-modal-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 190, 11, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
  color: rgba(255, 250, 240, 0.78);
  line-height: 1.45;
}

.skill-docs-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-top: 30px;
}

.skill-docs-head h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
}

.skill-docs-head span {
  color: var(--turmeric);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.skill-docs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.skill-doc {
  min-height: 180px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 190, 11, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.055);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.skill-doc img {
  width: 100%;
  height: 132px;
  border-radius: 6px;
  object-fit: cover;
  background: #fffaf0;
}

.skill-doc .pdf-badge {
  display: grid;
  place-items: center;
  width: 100%;
  height: 132px;
  border-radius: 6px;
  background: #fffaf0;
  color: var(--malt);
  font-size: 34px;
  font-weight: 900;
}

.skill-doc strong {
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
}

.skill-doc small {
  color: var(--turmeric);
  font-size: 11px;
  font-weight: 900;
}

.contact {
  background: var(--paper);
  color: var(--malt);
}

.contact .section-code,
.contact h2 { color: var(--malt); }

.contact-card > p:not(.section-code) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(42, 35, 18, 0.7);
  font-size: 18px;
  line-height: 1.6;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.contact-info article {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(42, 35, 18, 0.14);
  border-radius: var(--radius);
  background: #fffaf0;
}

.contact-info small,
.contact-info a,
.contact-info strong,
.contact-info span {
  display: block;
}

.contact-info small {
  margin-bottom: 14px;
  color: rgba(42, 35, 18, 0.58);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-info a,
.contact-info strong {
  color: var(--malt);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.contact-info span {
  margin-top: 8px;
  color: rgba(42, 35, 18, 0.66);
  font-weight: 800;
}

.contact-links a {
  padding: 12px 14px;
  border: 1px solid rgba(42, 35, 18, 0.18);
  border-radius: var(--radius);
  color: var(--malt);
  background: #fffaf0;
  font-weight: 800;
}

.form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(42, 35, 18, 0.14);
  border-radius: var(--radius);
  background: #fffaf0;
  box-shadow: 0 24px 70px rgba(42, 35, 18, 0.12);
}

.form label {
  display: grid;
  gap: 8px;
  color: rgba(42, 35, 18, 0.72);
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(42, 35, 18, 0.16);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--malt);
  font: 600 15px/1.4 Inter, Arial, sans-serif;
  outline: none;
}

input { height: 50px; padding: 0 14px; }
textarea { resize: vertical; padding: 14px; }
input:focus, textarea:focus { border-color: var(--turmeric); box-shadow: 0 0 0 4px rgba(255, 190, 11, 0.22); }
.form-status { min-height: 20px; margin: 0; color: var(--malt); font-weight: 800; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: rgba(255, 250, 240, 0.62);
  font-size: 14px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(7, 6, 3, 0.88);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 250, 240, 0.22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.1);
  color: var(--white);
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 1060px) {
  .nav,
  .desktop-only { display: none; }
  .menu-button { display: block; }
  .hero,
  .orphan,
  .split-section,
  .launch,
  .app-launch,
  .digital,
  .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; align-items: start; }
  .hero-photo { min-height: clamp(420px, 68vw, 580px); }
  .hero-panel { grid-template-columns: 1fr; margin-top: 0; }
  .awards-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .awards-gallery .award-feature { grid-column: span 2; }
  .gallery-head,
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-auto-rows: 220px; }
  .gallery-grid .gallery-feature { grid-row: span 2; }
  .story-photo-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .orphan-grid,
  .skills-grid,
  .digital-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .skill-docs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-stats { max-width: 680px; }
  .direction-grid { grid-template-columns: 1fr; }
  .phone-stage { min-height: 460px; }
  .phone { width: min(235px, 54vw); }
}

@media (max-width: 720px) {
  .topbar {
    gap: 8px;
    padding: 12px;
  }

  .brand { gap: 8px; min-width: 0; }
  .brand-mark { width: 38px; height: 38px; font-size: 12px; }
  .brand strong { max-width: 118px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand small { display: none; }
  .header-tools { gap: 8px; }
  .lang-switch { grid-template-columns: repeat(3, 29px); }
  .lang-switch button { height: 29px; font-size: 11px; }
  .menu-button { width: 38px; height: 38px; }

  .hero {
    padding-top: 36px;
    gap: 26px;
  }
  .hero-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
  }
  .hero-kpis span {
    min-height: 74px;
    padding: 10px;
  }
  .hero-kpis strong { font-size: 22px; }
  .hero-kpis small { font-size: 10px; }
  .hero h1 { font-size: clamp(40px, 11vw, 48px); }
  .hero-subtitle { font-size: 17px; }
  .hero-photo {
    min-height: clamp(360px, 104vw, 470px);
    max-height: 500px;
  }
  .hero-photo img { object-position: 50% 24%; }

  .metrics { grid-template-columns: 1fr; }
  .metrics div { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 18px; }
  .metrics div:last-child { border-bottom: 0; }

  .photo-strip,
  .authority-list,
  .credential-grid,
  .orphan-grid,
  .skills-grid,
  .digital-grid { grid-template-columns: 1fr; }
  .skills-panel h3 { font-size: clamp(31px, 10vw, 42px); }
  .skill-card { min-height: 128px; }
  .skill-icon { width: 54px; height: 54px; }
  .skill-modal {
    align-items: stretch;
    padding: 10px;
  }
  .skill-modal-card {
    max-height: calc(100vh - 20px);
    padding: 20px;
  }
  .skill-modal-head {
    grid-template-columns: 58px minmax(0, 1fr);
    padding-right: 42px;
  }
  .skill-modal-head img {
    width: 58px;
    height: 58px;
  }
  .skill-modal-list,
  .skill-docs {
    grid-template-columns: 1fr;
  }
  .skill-docs-head {
    display: grid;
    align-items: start;
  }
  .site-stats { grid-template-columns: 1fr; }
  .app-launch { min-height: 760px; }
  .phone-stage { min-height: 360px; }
  .phone { width: 178px; border-radius: 28px; }
  .phone-main { left: 4%; bottom: 2%; }
  .phone-secondary { right: 2%; top: 8%; }
  .phone-screen { border-radius: 22px; padding: 44px 12px 12px; }
  .phone-notch { width: 66px; height: 18px; }
  .phone-balance { font-size: 20px; }
  .app-tile-row span { height: 38px; }
  .app-grid-mini i { height: 30px; }
  .credential-grid article { min-height: 230px; }
  .credential-grid span { margin-bottom: 44px; }
  .credential-grid img { height: 180px; }
  .credential-main img { height: 210px; }
  .awards-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }
  .awards-gallery .award-feature {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-head,
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 320px; }
  .gallery-grid .gallery-feature { grid-row: span 1; }
  .story-strip { gap: 14px; margin-left: -2px; margin-right: -2px; }
  .story-item { flex-basis: 78px; font-size: 11px; }
  .story-ring { width: 66px; height: 66px; }
  .story-ring b { min-width: 29px; height: 26px; font-size: 14px; }
  .story-photo-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-board-head { align-items: flex-start; flex-direction: column; }
  .partner-grid,
  .contact-info { grid-template-columns: 1fr; }
  .photo-strip img { height: 430px; }
  .direction-grid article,
  .digital-grid a { min-height: 210px; }
  .digital-grid strong { margin-top: 24px; }
  footer { flex-direction: column; }
}
