/* ============================================================
   Любощі — "Про нас" / About page
   Editorial · dark hero · pull-quote · drop-cap prose · stats
   Matches the brand system of /cart/, /checkout/, /product/.
   ============================================================ */

/* ── Hide parent theme page-header chrome on this page ── */
html body.lyu-page-about .lte-page-header,
html body.lyu-page-about header.lte-page-header,
html body.lyu-page-about .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-about .lte-header-h1-wrapper,
html body.lyu-page-about ul.breadcrumbs {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
/* Strip parent theme content padding so our wrapper controls everything */
html body.lyu-page-about .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-about .container.main-wrapper,
html body.lyu-page-about .lte-wc-wrapper.margin-default,
html body.lyu-page-about .lte-wc-wrapper > .row,
html body.lyu-page-about .lte-wc-wrapper > .row > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: none !important;
}

/* ── Kill parent theme's blockquote decoration ──
   vibratex/style.css adds `content: "\e837"` icon-font quote marks via
   blockquote::before AND blockquote::after, plus a JS-injected
   <span class="lte-triangle">. They overlap our manifesto + any prose quote. */
html body.lyu-page-about blockquote::before,
html body.lyu-page-about blockquote::after,
html body.lyu-page-about .wp-block-quote::before,
html body.lyu-page-about .wp-block-quote::after {
  display: none !important;
  content: none !important;
}
html body.lyu-page-about blockquote .lte-triangle,
html body.lyu-page-about .wp-block-quote .lte-triangle {
  display: none !important;
}

/* ============================================================
   Design tokens (consistent with cart/checkout/product)
   ============================================================ */
.lyu-about {
  --red:        #f2053c;
  --red-dark:   #cb003d;
  --red-soft:   rgba(242,5,60,.06);
  --grad:       linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --grad-soft:  linear-gradient(135deg, rgba(242,5,60,.10), rgba(203,0,61,.04));
  --dark:       #0a0c14;
  --dark-2:     #14171f;
  --dark-3:     #1c2030;
  --line:       rgba(255,255,255,.10);
  --line-2:     rgba(255,255,255,.18);
  --line-light: #e6e8ee;
  --text:       #f5f5f7;
  --text-2:     #c8cad2;
  --text-3:     #8c8f9a;
  --ink:        #14171f;
  --ink-2:      #4a4d58;
  --ink-muted:  #6b6e78;
  --surface:    #f4f4f8;
  --surface-2:  #ebebf0;
  --card:       #ffffff;
  --r-sm:       8px;
  --r:          14px;
  --r-lg:       22px;
  --r-xl:       30px;
  --shadow-sm:  0 2px 6px rgba(20,23,31,.06);
  --shadow-md:  0 8px 28px rgba(20,23,31,.10);
  --shadow-cta: 0 14px 36px rgba(242,5,60,.32);
  --ease:       cubic-bezier(.2,.65,.3,1);
  --serif:      "Iowan Old Style", "Apple Garamond", Baskerville, "Hoefler Text", "Times New Roman", Times, serif;
  --sans:       "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  position: relative;
  background: var(--surface);
  color: var(--ink);
  padding: 0 0 100px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: var(--sans);
}
.lyu-about *,
.lyu-about *::before,
.lyu-about *::after { box-sizing: border-box; }

.lyu-about__wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   Subtle paper-grain overlay (inline SVG turbulence noise)
   Sits above bg, below content; mix-blend-mode for warmth.
   ============================================================ */
.lyu-about__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.lyu-about__bc {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 22px 0 8px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-about__bc a {
  color: var(--ink-muted);
  text-decoration: none;
  transition: color .22s var(--ease);
}
.lyu-about__bc a:hover { color: var(--red); }
.lyu-about__bc-sep { color: var(--line-light); }
.lyu-about__bc-current { color: var(--ink); font-weight: 600; }

/* ============================================================
   DARK EDITORIAL HERO
   ============================================================ */
.lyu-about__hero {
  position: relative;
  margin: 16px 0 80px;
  padding: 100px 56px 90px;
  background: var(--dark);
  background-image:
    radial-gradient(1100px 500px at 110% -10%, rgba(242,5,60,.28), transparent 60%),
    radial-gradient(700px 360px at -10% 110%, rgba(203,0,61,.18), transparent 60%),
    linear-gradient(180deg, #0a0c14 0%, #14171f 100%);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
/* Faint corner gradient glow + grain inside the hero */
.lyu-about__hero-glow {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  background-size: 200px 200px;
  opacity: .06;
  mix-blend-mode: screen;
}
/* Decorative SVG ornament in top-right */
.lyu-about__hero-ornament {
  position: absolute;
  top: 32px;
  right: 36px;
  color: var(--red);
  opacity: .55;
  z-index: 2;
  animation: lyu-spin 24s linear infinite;
}
@keyframes lyu-spin { to { transform: rotate(360deg); } }

.lyu-about__eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-2);
  animation: lyu-rise .9s var(--ease) both;
  animation-delay: .05s;
}
.lyu-about__eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 16px rgba(242,5,60,.6);
}

.lyu-about__title {
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(46px, 9vw, 112px);
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--text);
  max-width: 14ch;
  animation: lyu-rise 1s var(--ease) both;
  animation-delay: .15s;
}
.lyu-about__title em {
  display: inline;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 60%, #cb003d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: .04em; /* keep italics from being clipped */
}

.lyu-about__lede {
  position: relative;
  z-index: 2;
  margin: 0 0 50px;
  max-width: 56ch;
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--text-2);
  animation: lyu-rise 1s var(--ease) both;
  animation-delay: .3s;
}

.lyu-about__scroll {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-2);
  text-decoration: none;
  transition: color .22s var(--ease), gap .22s var(--ease);
  animation: lyu-rise 1s var(--ease) both;
  animation-delay: .5s;
}
.lyu-about__scroll:hover {
  color: var(--text);
  gap: 18px;
}
.lyu-about__scroll-line {
  display: inline-block;
  width: 56px;
  height: 1px;
  background: var(--line-2);
  transition: background .22s var(--ease);
}
.lyu-about__scroll:hover .lyu-about__scroll-line {
  background: var(--red);
}
.lyu-about__scroll svg {
  transition: transform .22s var(--ease);
}
.lyu-about__scroll:hover svg {
  transform: translateY(3px);
}

@keyframes lyu-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   MANIFESTO PULL QUOTE
   ============================================================ */
.lyu-about__manifesto {
  position: relative;
  max-width: 880px;
  margin: 0 auto 100px;
  padding: 60px 24px 60px;
  text-align: center;
}
.lyu-about__quote-mark {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(220px, 30vw, 360px);
  line-height: 1;
  color: var(--red);
  opacity: .07;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.lyu-about__manifesto-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.35;
  letter-spacing: -.01em;
  color: var(--ink);
}
.lyu-about__manifesto-text em {
  font-style: italic;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lyu-about__manifesto-rule {
  display: block;
  width: 80px;
  height: 2px;
  margin: 32px auto 0;
  background: var(--grad);
  border-radius: 2px;
}

/* ============================================================
   NUMBERED SECTION HEADER
   ============================================================ */
.lyu-about__section-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-light);
}
.lyu-about__section-num {
  flex-shrink: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--red);
  padding: 6px 12px;
  border: 1.5px solid var(--red);
  border-radius: 999px;
  background: var(--red-soft);
  line-height: 1;
}
.lyu-about__section-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lyu-about__section-title em {
  font-style: italic;
  color: var(--red);
}

/* ============================================================
   STORY (editable content from page editor)
   Editorial prose: drop cap, magazine-style typography
   ============================================================ */
.lyu-about__story {
  margin: 0 auto 100px;
  max-width: 760px;
}
.lyu-about__prose {
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.75;
  color: var(--ink);
}
.lyu-about__prose > *:first-child {
  margin-top: 0;
}
.lyu-about__prose > *:last-child {
  margin-bottom: 0;
}

/* Drop cap on the first paragraph */
.lyu-about__prose > p:first-of-type::first-letter,
.lyu-about__prose > .wp-block-paragraph:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 5.5em;
  font-style: italic;
  font-weight: 400;
  line-height: .88;
  float: left;
  margin: .08em .12em -.08em 0;
  color: var(--red);
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lyu-about__prose p {
  margin: 0 0 24px;
}

.lyu-about__prose h2,
.lyu-about__prose h3,
.lyu-about__prose h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 56px 0 18px;
}
.lyu-about__prose h2 { font-size: clamp(26px, 3vw, 34px); line-height: 1.2; }
.lyu-about__prose h3 { font-size: clamp(22px, 2.4vw, 26px); line-height: 1.25; }
.lyu-about__prose h4 { font-size: 20px; line-height: 1.3; }

.lyu-about__prose h2::before,
.lyu-about__prose h3::before {
  content: "—";
  display: inline-block;
  color: var(--red);
  margin-right: 12px;
  font-style: normal;
  font-weight: 700;
}

.lyu-about__prose a {
  color: var(--red);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .22s var(--ease), color .22s var(--ease);
}
.lyu-about__prose a:hover {
  color: var(--red-dark);
  background-size: 100% 2px;
}

.lyu-about__prose strong { font-weight: 700; color: var(--ink); }
.lyu-about__prose em     { font-style: italic; }

.lyu-about__prose ul,
.lyu-about__prose ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}
.lyu-about__prose ul li,
.lyu-about__prose ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.lyu-about__prose ul li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad);
}
.lyu-about__prose ol {
  counter-reset: lyu-li;
}
.lyu-about__prose ol li {
  counter-increment: lyu-li;
}
.lyu-about__prose ol li::before {
  content: counter(lyu-li, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--red);
}

.lyu-about__prose blockquote,
.lyu-about__prose .wp-block-quote {
  margin: 36px 0;
  padding: 4px 0 4px 28px;
  border-left: 3px solid var(--red);
  font-style: italic;
  font-size: 1.1em;
  color: var(--ink-2);
}
.lyu-about__prose blockquote cite,
.lyu-about__prose .wp-block-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.lyu-about__prose img,
.lyu-about__prose .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 36px auto;
  border-radius: var(--r);
  box-shadow: var(--shadow-md);
}
.lyu-about__prose figcaption,
.lyu-about__prose .wp-block-image figcaption {
  margin-top: 12px;
  text-align: center;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ink-muted);
  text-transform: uppercase;
}

.lyu-about__prose hr {
  border: 0;
  width: 60px;
  height: 1px;
  background: var(--red);
  margin: 48px auto;
}

/* Admin hint when content is empty */
.lyu-about__admin-hint {
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-style: italic;
  background: #fff8ec;
  border-left: 3px solid var(--red);
  padding: 16px 20px !important;
  color: var(--ink-muted) !important;
  border-radius: 0 8px 8px 0;
}
.lyu-about__admin-hint strong {
  color: var(--ink) !important;
  font-style: normal;
}

/* ============================================================
   VALUES GRID
   ============================================================ */
.lyu-about__values {
  margin: 0 0 100px;
}
.lyu-about__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lyu-about__value {
  position: relative;
  padding: 36px 32px 32px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.lyu-about__value::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad);
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.lyu-about__value:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.lyu-about__value:hover::before {
  opacity: 1;
}
.lyu-about__value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,5,60,.30);
}
.lyu-about__value-title {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 0 0 12px;
}
.lyu-about__value-text {
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0;
}
.lyu-about__value-num {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-muted);
  opacity: .5;
  letter-spacing: .02em;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.lyu-about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 0 100px;
  padding: 56px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.lyu-about__stat {
  position: relative;
  padding: 0 24px;
  text-align: center;
}
.lyu-about__stat + .lyu-about__stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  height: 76%;
  width: 1px;
  background: var(--line-light);
}
.lyu-about__stat-num {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--ink);
  margin-bottom: 10px;
}
.lyu-about__stat-num sup {
  font-size: .45em;
  font-style: normal;
  color: var(--red);
  vertical-align: super;
  margin-left: 2px;
}
.lyu-about__stat-num small {
  font-size: .35em;
  font-style: normal;
  color: var(--ink-muted);
  margin-left: 4px;
  letter-spacing: .02em;
}
.lyu-about__stat-label {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ============================================================
   PROMISE (dark callout card)
   ============================================================ */
.lyu-about__promise {
  position: relative;
  max-width: 920px;
  margin: 0 auto 100px;
  padding: 64px 56px 56px;
  background: var(--dark);
  background-image:
    radial-gradient(700px 360px at 100% 0%, rgba(242,5,60,.20), transparent 60%),
    radial-gradient(500px 300px at 0% 100%, rgba(203,0,61,.14), transparent 60%),
    linear-gradient(180deg, #14171f 0%, #0a0c14 100%);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
.lyu-about__promise-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/></svg>");
  background-size: 200px 200px;
  opacity: .07;
  mix-blend-mode: screen;
}
.lyu-about__promise > * { position: relative; z-index: 1; }

.lyu-about__promise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-2);
}
.lyu-about__promise-body {
  margin: 0 0 30px;
  max-width: 60ch;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.5;
  letter-spacing: -.01em;
  color: var(--text);
}
.lyu-about__promise-body em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lyu-about__promise-sig {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--text-2);
}
.lyu-about__promise-sig-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: var(--text-3);
}

/* ============================================================
   CTA STRIP (red gradient)
   ============================================================ */
.lyu-about__cta {
  position: relative;
  padding: 72px 56px;
  background: var(--grad);
  border-radius: var(--r-xl);
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.lyu-about__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
  background-size: 240px 240px;
  opacity: .08;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.lyu-about__cta > * { position: relative; z-index: 1; }

.lyu-about__cta-title {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: #fff;
}
.lyu-about__cta-title em {
  font-style: italic;
  color: #ffe7ed;
}
.lyu-about__cta-text {
  margin: 0 auto 36px;
  max-width: 52ch;
  font-family: var(--sans);
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
  color: rgba(255,255,255,.86);
}
.lyu-about__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #fff;
  color: var(--red);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(20,23,31,.18);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), gap .22s var(--ease);
}
.lyu-about__cta-btn:hover {
  transform: translateY(-2px);
  gap: 16px;
  box-shadow: 0 14px 34px rgba(20,23,31,.26);
}
.lyu-about__cta-btn svg {
  transition: transform .22s var(--ease);
}
.lyu-about__cta-btn:hover svg {
  transform: translateX(3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .lyu-about__hero {
    padding: 64px 32px 56px;
    margin-bottom: 56px;
  }
  .lyu-about__hero-ornament {
    top: 20px;
    right: 22px;
    width: 32px;
    height: 32px;
  }
  .lyu-about__manifesto {
    margin-bottom: 72px;
    padding: 40px 8px;
  }
  .lyu-about__story,
  .lyu-about__values,
  .lyu-about__stats,
  .lyu-about__promise {
    margin-bottom: 72px;
  }
  .lyu-about__values-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lyu-about__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
    padding: 40px 0;
  }
  .lyu-about__stat + .lyu-about__stat::before {
    display: none;
  }
  .lyu-about__stat:nth-child(3)::after,
  .lyu-about__stat:nth-child(4)::after {
    content: "";
  }
  .lyu-about__promise {
    padding: 44px 28px 40px;
  }
  .lyu-about__cta {
    padding: 56px 28px;
  }
}

@media (max-width: 540px) {
  .lyu-about__wrap { padding: 0 16px; }
  .lyu-about__hero {
    padding: 48px 24px 44px;
    border-radius: var(--r-lg);
  }
  .lyu-about__title { margin-bottom: 22px; }
  .lyu-about__lede  { margin-bottom: 36px; }
  .lyu-about__section-head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .lyu-about__value {
    padding: 28px 24px;
  }
  .lyu-about__prose {
    font-size: 16px;
  }
  .lyu-about__prose > p:first-of-type::first-letter {
    font-size: 4.5em;
  }
  .lyu-about__promise,
  .lyu-about__cta {
    border-radius: var(--r-lg);
  }
  .lyu-about__promise-body {
    font-size: 19px;
  }
  .lyu-about__cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Reduce motion: kill animations for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .lyu-about__eyebrow,
  .lyu-about__title,
  .lyu-about__lede,
  .lyu-about__scroll,
  .lyu-about__hero-ornament {
    animation: none !important;
  }
}
