/* ============================================================
   Oraxis LP  ·  海报 / 招牌车道
   Register: brand · Strategy: committed（navy 纸面 + teal 平色块）
   刻意避开：辉光、圆角卡片阵、eyebrow chip、01/02/03 编号
   CI: navy #091F46 · teal #09E2BB / #0FC5C4 · blue #15A6D8
   ============================================================ */

/* 得意黑 Smiley Sans — 中文 display（有性格，非 AI 默认脸）
   自托管 + 已 subset 成页面用到的 207 字，23KB。
   改动标题文案后如果出现缺字，重新 subset 一次。 */
@font-face {
  font-family: 'Smiley Sans';
  src: url('fonts/SmileySans-subset.woff2') format('woff2');
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --navy:      #091F46;
  --navy-deep: #04101F;
  --navy-2:    #0C2A5A;
  --teal:      #09E2BB;
  --teal-2:    #0FC5C4;
  --blue:      #15A6D8;

  --ink:    #F4F8FC;
  --ink-2:  #A8BCD4;
  --ink-3:  #8AA2BC;
  --on-teal: #04202B;

  --rule: rgba(168,188,212,0.22);

  /* 5 级字阶，对比拉满 */
  --t-mega: clamp(3.2rem, 13vw, 8rem);
  --t-xl:   clamp(2.1rem, 7vw, 4rem);
  --t-lg:   clamp(1.45rem, 4vw, 2.1rem);
  --t-md:   1.06rem;
  --t-sm:   0.8rem;

  --disp: 'Smiley Sans', 'Archivo', 'Noto Sans SC', sans-serif;
  --body: 'Archivo', 'Noto Sans SC', system-ui, sans-serif;

  --maxw: 1140px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--navy); }

body {
  margin: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--body);
  font-size: var(--t-md);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* 全页质感层：blueprint 细网格（房产图纸隐喻）+ 顶部微光，替代一块平 navy */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    radial-gradient(90% 60% at 72% -12%, rgba(21,166,216,0.14), transparent 55%),
    radial-gradient(70% 50% at 8% 108%, rgba(9,226,187,0.07), transparent 60%),
    linear-gradient(rgba(168,188,212,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,188,212,0.05) 1px, transparent 1px);
  background-size: auto, auto, 54px 54px, 54px 54px;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

/* 显示型标题：得意黑本身即斜体，不再叠 CSS skew（会二次剪切字形） */
.disp {
  font-family: var(--disp);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0.01em;
}

.teal { color: var(--teal); }

/* ---------- 按钮：实心块，无辉光 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  font-family: var(--body); font-weight: 700; font-size: var(--t-md);
  line-height: 1;                 /* 统一行高，两种按钮等高 */
  min-height: 58px;
  padding: 0 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.btn--fill { background: var(--teal); color: var(--on-teal); }
.btn--fill:hover { background: var(--ink); }
.btn--line { border-color: var(--rule); color: var(--ink); }
.btn--line:hover { border-color: var(--teal); color: var(--teal); }
.btn--onteal { background: var(--navy); color: var(--ink); }
.btn--onteal:hover { background: var(--navy-deep); }
.btn__wa { width: 22px; height: 22px; flex: none; display: block; }

/* ============================================================
   NAV — 极简，不抢 video
   ============================================================ */
.nav { position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand__logo { height: 24px; width: auto; }
.nav__cta { font-size: var(--t-sm); font-weight: 700; color: var(--ink-2); }
.nav__cta:hover { color: var(--teal); }

/* ============================================================
   HERO — VIDEO 优先
   ============================================================ */
.hero { padding: 78px 0 clamp(48px, 8vw, 92px); position: relative; }

.hero__stage { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero__cap {
  margin: 0; font-size: var(--t-sm); color: var(--ink-3);
  display: flex; align-items: center; gap: 10px;
}
.hero__cap span {
  background: var(--teal); color: var(--on-teal);
  font-weight: 800; padding: 4px 10px;
}
.hero__video {
  position: relative;
  width: min(300px, 72vw);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--navy-2);
  border: 1px solid var(--rule);
}
.hero__video img, .hero__video video { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 气泡舞台（产品即装饰）---------- */
.stage { position: relative; width: 100%; display: flex; justify-content: center; }
.hero__video { z-index: 3; }
.sbp { position: absolute; z-index: 4; }
.sb {
  font-weight: 600; font-size: 0.86rem; padding: 10px 14px;
  box-shadow: 0 16px 34px rgba(4,16,31,0.5);
  white-space: nowrap;
}
.sb--in  { background: #F4F8FC; color: #0b1420; border-radius: 14px 14px 14px 5px; }
.sb--out { background: #0b6b5a; color: #f0fdfa; border-radius: 14px 14px 5px 14px; }
.sb--teal{ background: var(--teal); color: var(--on-teal); font-weight: 800; border-radius: 14px 14px 5px 14px; }
.sbp--far { z-index: 1; --o: 0.5; }
.sbp--far .sb { opacity: var(--o); filter: blur(1px); font-size: 0.76rem; }
.sbp--desk { display: none; }
@media (max-width: 759px) { .sbp--far { display: none; } }

/* 手机端位置（stage = 全栏宽，video 居中 300px）*/
.sbp--1 { top: -22px; left: -4px; }
.sbp--2 { top: 14%; right: -2px; }
.sbp--3 { top: 40%; left: -6px; }
.sbp--4 { top: 55%; right: 0; }
.sbp--5 { bottom: 15%; left: -2px; }
.sbp--6 { bottom: 4%; right: 0; }

/* 进场（pop）+ 漂浮（float）：全部 gated 在 html.anim，JS 不在/reduced-motion 时静态可见 */
html.anim .sbp {
  opacity: 0;
  animation: sb-pop 0.55s cubic-bezier(0.2, 1.2, 0.3, 1) forwards;
  animation-delay: var(--d, 0.3s);
}
html.anim .sbp .sb { animation: sb-float var(--f, 10s) ease-in-out infinite; animation-delay: var(--d, 0s); }
html.anim .sbp--1 { --d: 0.35s; --f: 9s; }
html.anim .sbp--2 { --d: 0.5s;  --f: 11s; }
html.anim .sbp--3 { --d: 0.65s; --f: 13s; }
html.anim .sbp--4 { --d: 0.8s;  --f: 12s; }
html.anim .sbp--5 { --d: 0.95s; --f: 10.5s; }
html.anim .sbp--6 { --d: 1.1s;  --f: 9.5s; }
html.anim .sbp--7 { --d: 1.25s; --f: 14s; }
html.anim .sbp--8 { --d: 1.4s;  --f: 12.5s; }
@keyframes sb-pop {
  from { opacity: 0; transform: scale(0.55); }
  to   { opacity: var(--o, 1); transform: scale(1); }
}
@keyframes sb-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -9px; }
}

/* ---------- 滚动进场（reveal）---------- */
html.anim .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
html.anim .rv.on { opacity: 1; transform: none; }
html.anim .rv .pain__k { opacity: 0; transform: translateX(-20px); transition: opacity 0.5s var(--ease) 0.18s, transform 0.5s var(--ease) 0.18s; }
html.anim .rv.on .pain__k { opacity: 1; transform: none; }

.hero__head { margin-top: clamp(30px, 5vw, 48px); }
.hero__title { font-size: var(--t-xl); margin: 0; max-width: 16ch; }
.hero__sub {
  color: var(--ink-2); margin: 20px 0 0; max-width: 46ch; font-size: var(--t-md);
}
.hero__act { margin-top: 30px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero__fine { margin: 14px 0 0; color: var(--ink-3); font-size: var(--t-sm); }

.hero__facts {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--rule);
  display: flex; gap: 30px; flex-wrap: wrap;
  color: var(--ink-3); font-size: var(--t-sm);
}
.hero__facts b { color: var(--ink); font-weight: 800; font-size: var(--t-md); }

/* ============================================================
   痛点 — 编辑式大字列表（无卡片）
   ============================================================ */
.pain { padding: clamp(64px, 10vw, 128px) 0; }
/* 段落 kicker：做成描边徽章，比一行小字有分量（参考 PropertyLab 的 section badge） */
.sec__kicker {
  display: block; width: fit-content;
  font-family: var(--body); font-weight: 800; font-size: var(--t-sm);
  color: var(--teal); margin: 0 0 20px;
  padding: 8px 16px;
  border: 1px solid rgba(9,226,187,0.42);
  letter-spacing: 0.06em;
}

/* 正文里的关键词强调：让段落可扫读，不再一片灰 */
em {
  font-style: normal; font-weight: 800; color: var(--ink);
  box-shadow: inset 0 -0.42em 0 rgba(9,226,187,0.16);
}
.flip em, .end em { color: var(--on-teal); box-shadow: inset 0 -0.42em 0 rgba(4,32,43,0.14); }
.sec__title { font-size: var(--t-xl); margin: 0 0 8px; max-width: 18ch; }
.sec__lede { color: var(--ink-2); max-width: 52ch; margin: 18px 0 0; }

/* 段落开场居中（参考 PropertyLab 的 campaign 感）；正文/列表保持左对齐好读 */
.pain > .wrap > .sec__kicker,
.pain > .wrap > .sec__title,
.pain > .wrap > .sec__lede,
.feat > .wrap > .sec__kicker,
.feat > .wrap > .sec__title,
.feat > .wrap > .sec__lede,
.ally > .wrap > .sec__kicker,
.ally > .wrap > .sec__title,
.ally > .wrap > .sec__lede,
.nums > .wrap > .sec__kicker {
  margin-left: auto; margin-right: auto; text-align: center;
}
.pain > .wrap > .sec__title,
.feat > .wrap > .sec__title,
.ally > .wrap > .sec__title { max-width: 22ch; }

/* 深夜氛围横幅: 上下淡出融进 navy, 像页面自己长出来的 */
.pain__mood { margin: clamp(34px, 5vw, 52px) 0 0; }
.pain__mood img {
  width: 100%; display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.pain__list { margin: clamp(24px, 4vw, 40px) 0 0; padding: 0; list-style: none; }
.pain__list li {
  padding: 26px 0;
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: baseline;
}
.pain__list li:last-child { border-bottom: 1px solid var(--rule); }
.pain__k { font-family: var(--disp); font-size: var(--t-lg); color: var(--teal); }
.pain__t { font-family: var(--disp); font-size: var(--t-lg); margin: 0 0 6px; }
.pain__d { color: var(--ink-2); margin: 0; max-width: 54ch; }

/* ============================================================
   机制反转 — teal 实色块（平色，非辉光）
   ============================================================ */
.flip { background: var(--teal); color: var(--on-teal); padding: clamp(64px, 10vw, 120px) 0; }
.flip__kicker { font-weight: 800; font-size: var(--t-sm); margin: 0 0 16px; opacity: 0.72; }
.flip__title { font-size: var(--t-xl); margin: 0 0 30px; max-width: 15ch; }
.flip__body { max-width: 60ch; }
.flip__body p { margin: 0 0 16px; font-size: var(--t-md); line-height: 1.7; }
.flip__body strong { font-weight: 800; }
.flip__body p.flip__punch {
  font-family: var(--disp);
  font-size: var(--t-lg); line-height: 1.32;
  margin: 34px 0 0; padding-top: 26px;
  border-top: 2px solid rgba(4,32,43,0.3);
  max-width: 20ch;
}

/* ============================================================
   功能 — 1 主 + 其余紧凑清单（打破同构）
   ============================================================ */
.feat { padding: clamp(64px, 10vw, 128px) 0; background: rgba(4,16,31,0.45); }
.feat__hero {
  margin-top: clamp(34px, 5vw, 56px);
  display: grid; grid-template-columns: 1fr; gap: 28px;
  padding-bottom: 40px; border-bottom: 1px solid var(--rule);
}
.feat__shot { margin: 0; }

/* CSS 重画上传卡（原来是视频截帧，糊）*/
.upcard {
  border: 2px dashed rgba(9,226,187,0.55);
  background: var(--navy-2);
  padding: clamp(22px, 4vw, 38px) clamp(18px, 3.4vw, 32px);
  display: grid; gap: 14px;
}
.upcard__hint { margin: 0 0 6px; text-align: center; color: var(--ink-3); font-size: var(--t-sm); font-weight: 600; letter-spacing: 0.04em; }
.upcard__row {
  display: flex; align-items: center; gap: 14px;
  background: rgba(244,248,252,0.05);
  border: 1px solid var(--rule);
  padding: 15px 18px;
  color: var(--ink); font-weight: 700; font-size: 1rem;
}
.upcard__tick { margin-left: auto; color: var(--teal); font-weight: 900; font-size: 1.1rem; }
.ft {
  flex: none; font-family: var(--body); font-weight: 800; font-size: 0.66rem;
  letter-spacing: 0.06em; padding: 5px 8px; color: #04101F;
}
.ft--pdf { background: #FF8A8A; }
.ft--xls { background: #6FE3A5; }
.ft--doc { background: #7CC4FF; }
.upcard__done {
  margin: 6px 0 0; text-align: center;
  color: var(--teal); font-weight: 800; font-size: var(--t-sm);
  border-top: 1px solid var(--rule); padding-top: 16px;
}
.feat__shot figcaption {
  margin-top: 12px; color: var(--ink-3); font-size: var(--t-sm); text-align: center;
}
.feat__h { font-family: var(--disp); font-size: var(--t-lg); margin: 0 0 10px; }
.feat__p { color: var(--ink-2); margin: 0; max-width: 52ch; }

.feat__checks { margin: 18px 0 0; padding: 0; list-style: none; }
.feat__checks li {
  position: relative; padding: 10px 0 10px 34px;
  color: var(--ink); font-weight: 600;
  border-top: 1px solid var(--rule);
}
.feat__checks li:first-child { border-top: none; }
.feat__checks li::before {
  content: "✓"; position: absolute; left: 4px; top: 8px;
  color: var(--teal); font-weight: 900; font-size: 1.05rem;
}

.feat__rest { margin: 0; padding: 0; list-style: none; }
.feat__more { margin: 22px 0 0; color: var(--ink-3); font-size: var(--t-sm); }
.feat__rest li { padding: 22px 0; border-bottom: 1px solid var(--rule); }
.feat__rest h4 { font-family: var(--body); font-weight: 800; font-size: var(--t-md); margin: 0 0 6px; }
.feat__rest p { color: var(--ink-2); margin: 0; max-width: 58ch; }

/* ============================================================
   数字 — 一句巨型排版陈述（非 3 张卡）
   ============================================================ */
.nums { padding: clamp(64px, 10vw, 128px) 0; border-top: 1px solid var(--rule); }
.nums__row { display: grid; gap: clamp(30px, 5vw, 54px); }
.nums__item { display: grid; gap: 6px; }
.nums__n {
  font-family: var(--disp);
  font-size: var(--t-mega); line-height: 0.92; color: var(--teal);
}
.nums__l { color: var(--ink-2); font-size: var(--t-md); max-width: 30ch; }
.nums__note { margin: clamp(34px, 5vw, 50px) 0 0; color: var(--ink-3); font-size: var(--t-sm); }

/* ============================================================
   证言 — 1 主 2 副（非 3 张同款）
   ============================================================ */
.says { padding: clamp(56px, 8vw, 104px) 0; background: rgba(4,16,31,0.45); }
/* 主证言：靠字号和 teal 标记建立层级，不用侧边色条 */
.says__lead { margin-bottom: 48px; max-width: 30ch; }
.says__lead q {
  font-family: var(--disp); display: block;
  font-size: var(--t-lg); line-height: 1.34; quotes: none;
}
.says__lead q::before {
  content: ""; display: block;
  width: 46px; height: 5px; background: var(--teal);
  margin-bottom: 22px;
}
.says__who { margin-top: 16px; color: var(--ink-3); font-size: var(--t-sm); }
.says__who b { color: var(--ink); font-weight: 800; display: block; }
.says__pair { display: grid; gap: 30px; }
.says__pair q { display: block; color: var(--ink-2); quotes: none; }

/* ============================================================
   Agency — 无框 logo 横条 + 实照
   ============================================================ */
.ally { padding: clamp(64px, 10vw, 120px) 0; border-top: 1px solid var(--rule); }
.ally__strip {
  margin: clamp(34px, 5vw, 54px) 0 0;
  display: flex; align-items: center; justify-content: center;
  gap: clamp(30px, 6vw, 64px); flex-wrap: wrap;
}
.ally__strip img { height: 62px; width: auto; opacity: 0.95; }
.ally__more { color: var(--ink-3); font-size: var(--t-sm); font-weight: 700; }

.ally__shots { margin-top: clamp(40px, 6vw, 62px); display: grid; gap: 16px; }
.ally__shots figure { margin: 0; }
.ally__shots figure { position: relative; }
.ally__shots figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(9,31,70,0.10), rgba(9,31,70,0.34));
  pointer-events: none;
}
.ally__shots img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(0.92) contrast(1.03); }
.ally__shots figcaption { margin-top: 10px; color: var(--ink-3); font-size: var(--t-sm); }

/* ============================================================
   手机端常驻 CTA 条
   ============================================================ */
.stickycta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; justify-content: center; gap: 11px;
  min-height: 62px; padding: 0 20px;
  background: var(--teal); color: var(--on-teal);
  font-family: var(--body); font-weight: 800; font-size: var(--t-md);
  transform: translateY(100%);
  transition: transform 0.4s var(--ease);
  box-shadow: 0 -10px 30px rgba(4,16,31,0.4);
}
.stickycta.is-on { transform: translateY(0); }
/* 给常驻条让位，尾部内容不被盖住 */
@media (max-width: 759px) { .foot { padding-bottom: 108px; } }
@media (min-width: 760px) { .stickycta { display: none; } }

/* ============================================================
   Founder
   ============================================================ */
.who { padding: clamp(64px, 10vw, 128px) 0; border-top: 1px solid var(--rule); }
.who__inner { display: grid; gap: clamp(30px, 5vw, 56px); align-items: center; }
.who__pic img { width: 100%; max-width: 380px; }
.who__name { font-size: var(--t-xl); margin: 12px 0 4px; }
.who__role { color: var(--teal-2); font-weight: 700; margin: 0 0 24px; font-size: var(--t-sm); }
.who__body p { color: var(--ink-2); margin: 0 0 16px; max-width: 54ch; }
/* 用客户的话替代自述：别人评价他做的东西，比自我介绍有力 */
.who__say {
  margin: 30px 0 0; padding-top: 26px; border-top: 1px solid var(--rule);
  max-width: 52ch;
}
.who__say q { display: block; quotes: none; color: var(--ink-2); }
.who__say figcaption { margin-top: 14px; color: var(--ink-3); font-size: var(--t-sm); }
.who__say figcaption b { display: block; color: var(--ink); font-weight: 800; }

/* ============================================================
   CTA — teal 实色块收尾
   ============================================================ */
.end {
  background: var(--teal); color: var(--on-teal);
  padding: clamp(64px, 10vw, 124px) 0;
  position: relative; overflow: hidden;
}
/* 背景装饰大字：海报深度，不抢内容 */
.end__ghost {
  position: absolute; right: -0.08em; bottom: -0.22em;
  font-size: clamp(7rem, 22vw, 17rem);
  line-height: 1; color: transparent;
  -webkit-text-stroke: 2px rgba(4,32,43,0.14);
  pointer-events: none; user-select: none; white-space: nowrap;
}
.end__grid { display: grid; gap: clamp(34px, 5vw, 60px); align-items: center; position: relative; }
.end__pic { margin: 0; }
/* 实体照片感：navy 厚框 + 微旋转，钉在海报上的成交凭证 */
.end__pic img {
  width: 100%; display: block;
  aspect-ratio: 4 / 3; object-fit: cover;
  border: 10px solid var(--navy);
  transform: rotate(-2deg);
  box-shadow: 14px 22px 0 rgba(4,32,43,0.22);
}
/* 最终 CTA 按钮加重（手机端保持 1rem 防换行）*/
.end .btn { min-height: 68px; padding: 0 34px; }
@media (min-width: 760px) { .end .btn { font-size: 1.12rem; padding: 0 40px; } }
.end__title { font-size: var(--t-xl); margin: 0 0 18px; max-width: 16ch; }
.end__sub { margin: 0 0 34px; max-width: 44ch; font-size: var(--t-md); }
.end__fine { margin: 16px 0 0; font-size: var(--t-sm); opacity: 0.66; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { padding: 46px 0; border-top: 1px solid var(--rule); }
.foot__inner { display: flex; flex-direction: column; gap: 12px; }
.foot__logo { height: 26px; width: auto; opacity: 0.9; }
.foot__note { color: var(--ink-2); margin: 0; font-size: var(--t-sm); }
.foot__copy { color: var(--ink-3); margin: 0; font-size: var(--t-sm); }

/* ============================================================
   ≥760px
   ============================================================ */
@media (min-width: 760px) {
  .hero { padding-top: 96px; }
  .hero__inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(38px, 5vw, 70px); align-items: center; }
  .hero__stage { align-items: flex-start; }
  .sbp--desk { display: block; }
  .sbp--1 { top: 0; left: 2%; }
  .sbp--2 { top: 12%; right: 0; }
  .sbp--3 { top: 44%; left: 0; }
  .sbp--4 { top: 58%; right: -2%; }
  .sbp--5 { bottom: 18%; left: 3%; }
  .sbp--6 { bottom: 5%; right: 2%; }
  .sbp--7 { top: -26px; right: 14%; }
  .sbp--8 { bottom: -18px; left: 20%; }
  .hero__video { width: min(330px, 40vw); }
  .hero__head { margin-top: 0; }

  .flip .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 84px); align-items: start; }
  .flip__kicker { grid-column: 1; }
  .flip__title { grid-column: 1; grid-row: 2; margin-bottom: 0; }
  .flip__body { grid-column: 2; grid-row: 1 / span 2; }

  .pain__list li { grid-template-columns: 90px 1fr; gap: 34px; }
  .feat__hero { grid-template-columns: 1fr 1fr; align-items: center; gap: 44px; }
  .nums__row { grid-template-columns: repeat(3, 1fr); }
  .says__pair { grid-template-columns: 1fr 1fr; gap: 44px; }
  .ally__shots { grid-template-columns: repeat(3, 1fr); }
  .who__inner { grid-template-columns: 0.75fr 1.25fr; }
  .end__grid { grid-template-columns: 1.15fr 0.85fr; }
  .end__pic img { aspect-ratio: 4 / 5; max-width: 360px; margin-left: auto; margin-right: 14px; }
  .foot__inner { flex-direction: row; align-items: center; gap: 24px; }
  .foot__copy { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto; }
}
