:root {
  --bg: #070b14;
  --bg-soft: #0b1020;
  --card: rgba(255, 255, 255, 0.055);
  --card-strong: rgba(255, 255, 255, 0.085);
  --line: rgba(255, 255, 255, 0.11);
  --text: #f7f9ff;
  --muted: #98a2b7;
  --accent: #7c5cff;
  --accent-2: #26d0ce;
  --accent-3: #5ea7ff;
  --success: #45df95;
  --warning: #f6bb47;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% -10%, rgba(124, 92, 255, 0.20), transparent 36rem),
    radial-gradient(circle at 100% 15%, rgba(38, 208, 206, 0.10), transparent 32rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.section { padding: 110px 0; }
.section.compact { padding: 32px 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease;
}

.site-header.scrolled {
  background: rgba(7, 11, 20, 0.78);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 8px 26px rgba(124, 92, 255, 0.30);
}

.brand-text { font-size: 20px; }
.brand-text span { color: var(--accent-2); }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #c8cede;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 14px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 4px;
  background: #fff;
}

.mobile-menu {
  width: min(calc(100% - 32px), 560px);
  margin: 0 auto 14px;
  padding: 12px;
  background: rgba(11, 16, 32, .96);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mobile-menu a {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
  color: #dbe1ee;
  font-weight: 600;
}

.mobile-menu a:hover { background: rgba(255,255,255,.05); }

.hero {
  min-height: 900px;
  display: flex;
  align-items: center;
  padding-top: 150px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b8c1d5;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 18px;
}

.eyebrow span {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.eyebrow.light { color: #e0e7f5; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 84px);
  line-height: .98;
  letter-spacing: -0.055em;
  max-width: 880px;
}

h2 {
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin-bottom: 0;
}

h3 { letter-spacing: -0.025em; }

.gradient-text {
  display: inline;
  background: linear-gradient(90deg, #fff 0%, #b7a7ff 36%, #63e6df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 760px;
  color: #a9b2c6;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 750;
  transition: .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button.primary {
  background: linear-gradient(135deg, var(--accent), #6543ef);
  box-shadow: 0 15px 38px rgba(124, 92, 255, .28);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255,255,255,.045);
}

.button.secondary:hover { background: rgba(255,255,255,.08); }

.hero-metrics {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hero-metrics div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.hero-metrics strong, .hero-metrics span { display: block; }
.hero-metrics strong { font-size: 18px; }
.hero-metrics span { color: var(--muted); font-size: 13px; margin-top: 4px; line-height: 1.5; }

.hero-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.code-card {
  width: min(100%, 540px);
  border-radius: 26px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
}

.window-bar {
  height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8791a5;
  font: 600 12px/1 "Inter", sans-serif;
  border-bottom: 1px solid var(--line);
}

.window-dots { display: flex; gap: 7px; }
.window-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}

.code-card pre {
  margin: 0;
  padding: 32px 26px 36px;
  min-height: 360px;
  overflow: auto;
  color: #dce3f3;
  font: 500 14px/1.9 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.c-muted { color: #69758d; }
.c-key { color: #8cb9ff; }
.c-str { color: #7fe3bb; }
.c-fn { color: #c5a9ff; }
.c-good { color: #50d995; }

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border-radius: 17px;
  width: 230px;
}

.floating-card b, .floating-card span { display: block; }
.floating-card b { font-size: 13px; }
.floating-card span { color: var(--muted); font-size: 11px; margin-top: 2px; }

.floating-one { left: -15px; bottom: 88px; }
.floating-two { right: -22px; top: 112px; }

.mini-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(124,92,255,.30), rgba(38,208,206,.18));
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
  font-size: 13px;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-one {
  width: 260px;
  height: 260px;
  top: 50px;
  right: 0;
  background: radial-gradient(circle at 30% 30%, rgba(134,110,255,.8), rgba(124,92,255,.08) 62%, transparent 70%);
  opacity: .7;
}

.orb-two {
  width: 220px;
  height: 220px;
  bottom: 30px;
  left: 45px;
  background: radial-gradient(circle at 30% 30%, rgba(38,208,206,.5), rgba(38,208,206,.05) 64%, transparent 72%);
  opacity: .6;
}

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #737e95;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  flex-wrap: wrap;
}

.trust-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #465169;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading > p {
  margin-bottom: 3px;
  color: var(--muted);
  max-width: 650px;
  justify-self: end;
}

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

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border-radius: var(--radius);
  transition: .25s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 25px 70px rgba(0,0,0,.22);
}

.project-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(124,92,255,.25), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(38,208,206,.18), transparent 30%),
    #0c1326;
  border-bottom: 1px solid var(--line);
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-image .placeholder-content { display: none; }

.project-image.placeholder .placeholder-content,
.project-image:not(:has(img)) .placeholder-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}

.placeholder-content span {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: rgba(255,255,255,.055);
}

.placeholder-content strong {
  font-size: 24px;
  letter-spacing: -.03em;
}

.placeholder-content small {
  color: #707c95;
  margin-top: 6px;
  font-size: 11px;
}

.project-body { padding: 28px; }

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

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.09);
}

.status.live {
  background: rgba(69, 223, 149, .09);
  color: #71e8ad;
}

.status.dev {
  background: rgba(246, 187, 71, .08);
  color: #f5c969;
}

.project-type {
  color: #667087;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
}

.project-card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.project-card p {
  color: var(--muted);
  margin-bottom: 22px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.075);
  background: rgba(255,255,255,.035);
  border-radius: 10px;
  color: #b1bbce;
  font-size: 11px;
  font-weight: 650;
}

.services-section {
  background:
    linear-gradient(rgba(255,255,255,.015), rgba(255,255,255,.015)),
    radial-gradient(circle at 50% 0%, rgba(124,92,255,.10), transparent 40rem);
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.04);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 280px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  transition: .25s ease;
}

.service-card:hover {
  background: rgba(255,255,255,.055);
  transform: translateY(-4px);
}

.service-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124,92,255,.14), rgba(38,208,206,.08));
  color: #ac9aff;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 44px;
}

.service-card h3 { font-size: 20px; margin-bottom: 11px; }
.service-card p { color: var(--muted); margin-bottom: 0; font-size: 14px; }

.stack-grid {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.025);
}

.stack-column {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.stack-column:last-child { border-bottom: 0; }

.stack-label {
  color: #778299;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.stack-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stack-items b {
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  font-size: 13px;
  font-weight: 650;
}

.process-section { padding-top: 30px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-item {
  padding: 26px;
  border-top: 1px solid var(--line);
}

.process-item > span {
  display: block;
  color: #655d9f;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 44px;
}

.process-item h3 { font-size: 18px; margin-bottom: 10px; }
.process-item p { color: var(--muted); font-size: 13px; margin-bottom: 0; }

.contact-section { padding-bottom: 90px; }

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 64px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38,208,206,.25), transparent 32rem),
    linear-gradient(135deg, #5b3ee6, #744cf0 45%, #304fa5 100%);
  box-shadow: 0 30px 90px rgba(45, 29, 129, .28);
}

.contact-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  bottom: -270px;
  border-radius: 50%;
  border: 70px solid rgba(255,255,255,.06);
}

.contact-card h2 {
  max-width: 780px;
  font-size: clamp(40px, 5vw, 72px);
}

.contact-card p {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  margin-top: 20px;
  margin-bottom: 0;
}

.contact-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.contact-primary {
  background: #fff;
  color: #1d163f;
}

.contact-secondary {
  color: #fff;
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.22);
}

.contact-note {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.contact-note strong, .contact-note span { display: block; }
.contact-note strong { color: #fff; margin-bottom: 2px; }

.site-footer {
  padding: 36px 0 50px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  gap: 30px;
  align-items: end;
}

.footer-content p {
  color: #677289;
  font-size: 12px;
  margin: 12px 0 0;
}

.footer-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  color: #8d97aa;
  font-size: 12px;
  font-weight: 650;
}

.copyright {
  color: #5b657b;
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

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

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .code-card {
    transform: none;
    width: min(92%, 650px);
  }

  .floating-one { left: 2%; }
  .floating-two { right: 2%; }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p { justify-self: start; }

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

@media (max-width: 760px) {
  .section { padding: 82px 0; }
  .section.compact { padding: 22px 0; }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .desktop-nav { display: none; }
  .menu-button { display: block; }

  .hero { padding-top: 118px; }

  h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.65;
  }

  .hero-actions .button {
    flex: 1 1 190px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 40px;
  }

  .hero-visual {
    min-height: 470px;
    margin-top: 18px;
  }

  .code-card { width: 100%; }
  .code-card pre {
    min-height: 305px;
    font-size: 12px;
    padding: 24px 18px 28px;
  }

  .floating-card {
    width: 205px;
    padding: 11px 12px;
  }

  .floating-one { bottom: 18px; left: -4px; }
  .floating-two { top: 10px; right: -4px; }

  .project-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .project-card h3 { font-size: 22px; }

  .service-card {
    min-height: auto;
  }

  .service-icon { margin-bottom: 34px; }

  .stack-column {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 22px;
  }

  .process-grid { grid-template-columns: 1fr; }
  .process-item > span { margin-bottom: 24px; }

  .contact-card {
    padding: 38px 24px;
    border-radius: 26px;
  }

  .contact-actions .button { flex: 1 1 160px; }

  .footer-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .nav { height: 70px; }
  .brand-mark { width: 34px; height: 34px; }

  h1 {
    font-size: 43px;
    line-height: 1.02;
  }

  h2 { font-size: 36px; }

  .eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
  }

  .project-body { padding: 23px; }
  .project-topline { align-items: flex-start; }
  .project-type { text-align: right; }

  .placeholder-content strong { font-size: 20px; }

  .hero-visual { min-height: 430px; }
  .floating-two { display: none; }

  .trust-strip {
    justify-content: flex-start;
    gap: 12px;
  }

  .trust-strip i { display: none; }
  .trust-strip span {
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 9px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* About */
.about-section {
  position: relative;
  overflow: hidden;
  padding-top: 92px;
}

.about-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -300px;
  top: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124,92,255,.11), transparent 68%);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(52px, 7vw, 96px);
  align-items: center;
}

.about-photo-wrap {
  position: relative;
  max-width: 470px;
}

.about-photo-glow {
  position: absolute;
  inset: 8% -8% -8% 8%;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(124,92,255,.24), rgba(38,208,206,.13));
  filter: blur(42px);
  opacity: .75;
}

.about-photo-card {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 25% 15%, rgba(124,92,255,.28), transparent 32%),
    radial-gradient(circle at 80% 85%, rgba(38,208,206,.16), transparent 30%),
    #0c1326;
  box-shadow: 0 32px 90px rgba(0,0,0,.35);
}

.about-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(4,7,13,.78) 100%);
  pointer-events: none;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-photo-card.photo-fallback .about-photo {
  width: 58%;
  height: 58%;
  margin: 18% auto 0;
  object-fit: contain;
  border-radius: 30px;
  opacity: .92;
}

.about-photo-card.photo-fallback::before {
  content: "Добавьте своё фото: assets/about-photo.jpg";
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  top: 24px;
  color: #8994aa;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .02em;
  text-align: center;
}

.about-photo-caption {
  position: absolute;
  z-index: 3;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,11,20,.62);
  border-radius: 17px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-status-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(69,223,149,.09);
}

.about-photo-caption strong,
.about-photo-caption span { display: block; }
.about-photo-caption strong { font-size: 13px; }
.about-photo-caption div > span { margin-top: 2px; color: #97a2b8; font-size: 10px; letter-spacing: .04em; }

.about-copy h2 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(40px, 4.4vw, 62px);
}

.about-copy > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.about-copy .about-lead {
  color: #c6cede;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 14px;
}

.about-points {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.about-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

.about-point > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124,92,255,.17), rgba(38,208,206,.08));
  border: 1px solid rgba(255,255,255,.08);
  color: #aa9aff;
  font-size: 10px;
  font-weight: 800;
}

.about-point strong,
.about-point small { display: block; }
.about-point strong { margin-top: 1px; font-size: 14px; }
.about-point small { margin-top: 4px; color: #818da3; font-size: 12px; line-height: 1.55; }

.about-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.about-link {
  color: #cbd3e3;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s ease;
}

.about-link span {
  display: inline-block;
  margin-left: 7px;
  transition: transform .2s ease;
}

.about-link:hover { color: #fff; }
.about-link:hover span { transform: translateX(4px); }

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

@media (max-width: 1050px) {
  .about-grid {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .about-copy h2 { font-size: clamp(36px, 5vw, 52px); }
}

@media (max-width: 820px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-photo-wrap {
    width: min(100%, 440px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-section { padding-top: 68px; }
  .about-photo-card { border-radius: 26px; }
  .about-copy h2 { font-size: clamp(36px, 10vw, 48px); }
  .about-copy .about-lead { font-size: 16px; }
  .about-point { grid-template-columns: 38px 1fr; gap: 12px; padding: 13px; }
  .about-point > span { width: 38px; height: 38px; }
  .about-actions .button { flex: 1 1 180px; }
}
