:root {
  --ink: #171815;
  --paper: #f3f2ec;
  --paper-deep: #e8e6dd;
  --lime: #d7ff45;
  --muted: #707168;
  --line: rgba(23, 24, 21, 0.16);
  --shell: min(1240px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.section-shell { width: var(--shell); margin: 0 auto; }
.skip-link {
  position: fixed; z-index: 100; top: -60px; left: 16px; padding: 12px 18px;
  color: var(--ink); background: var(--lime); transition: top .2s;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; z-index: 50; top: 0; border-bottom: 1px solid transparent;
  background: rgba(243, 242, 236, .88); backdrop-filter: blur(16px); transition: border-color .25s;
}
.site-header.scrolled { border-color: var(--line); }
.header-inner {
  width: var(--shell); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand-copy { display: flex; flex-direction: column; gap: 1px; }
.brand-copy strong { font-size: 17px; letter-spacing: .16em; white-space: nowrap; }
.brand-copy small { font-size: 7px; letter-spacing: .23em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a, .footer-nav a { position: relative; font-size: 13px; color: #4f504a; }
.desktop-nav a::after {
  position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px;
  content: ""; background: var(--ink); transition: right .25s;
}
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-cta { font-size: 13px; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.header-cta span { margin-left: 8px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: calc(100vh - 86px); padding-top: clamp(70px, 9vh, 120px); display: flex; flex-direction: column; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(440px, .94fr); align-items: center; gap: 5vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; font-size: 11px; letter-spacing: .15em; font-weight: 600; }
.eyebrow span { width: 23px; height: 2px; background: var(--lime); box-shadow: 8px 0 0 -0.5px var(--lime); }
.hero h1 { margin: 0; font-size: clamp(50px, 4.65vw, 78px); line-height: 1.13; letter-spacing: -.055em; font-weight: 530; }
.hero h1 span, .contact h2 span { position: relative; display: inline-block; z-index: 1; }
.hero h1 span::after, .contact h2 span::after {
  content: ""; position: absolute; z-index: -1; left: -.02em; right: -.05em; bottom: .08em; height: .22em; background: var(--lime);
}
.hero-lead { max-width: 610px; margin: 32px 0 0; color: #565750; font-size: 18px; line-height: 1.9; }
.hero-actions { margin-top: 48px; display: flex; align-items: center; gap: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; padding: 17px 19px; font-size: 13px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary span { color: var(--lime); }
.text-link { padding: 10px 0; font-size: 13px; border-bottom: 1px solid var(--ink); }
.text-link span { margin-left: 25px; }

.hero-visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 50%; background: #1b1c18; color: #fff; }
.hero-visual::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: radial-gradient(circle, black 20%, transparent 70%);
}
.hero-visual::after { content: ""; position: absolute; inset: 25%; border-radius: 50%; background: rgba(215,255,69,.12); filter: blur(55px); }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; animation: orbit 22s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }
.orbit-one { inset: 12%; transform: rotate(-20deg); }
.orbit-one::before { top: 10%; left: 20%; }
.orbit-two { inset: 28%; animation-direction: reverse; animation-duration: 14s; }
.orbit-two::before { bottom: 8%; right: 20%; width: 5px; height: 5px; }
@keyframes orbit { to { transform: rotate(340deg); } }
.visual-core { position: absolute; z-index: 4; inset: 39%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--lime); color: var(--ink); }
.visual-core span, .visual-core strong { display: block; }
.core-label { font-size: 15px; font-weight: 700; }
.visual-core strong { margin: -2px 0; font-family: Georgia, serif; font-style: italic; font-size: 16px; font-weight: 400; }
.core-human { font-size: 9px; letter-spacing: .13em; font-weight: 700; }
.value-node { position: absolute; z-index: 5; display: flex; flex-direction: column; min-width: 120px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.28); background: rgba(27,28,24,.72); backdrop-filter: blur(8px); }
.value-node span { color: var(--lime); font-size: 8px; }
.value-node strong { margin: 5px 0 3px; font-size: 12px; font-weight: 500; }
.value-node small { color: rgba(255,255,255,.45); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.node-human { top: 19%; left: 7%; }.node-product { top: 14%; right: 7%; }.node-value { right: 9%; bottom: 13%; }
.signal-line { position: absolute; z-index: 3; height: 1px; transform-origin: left; background: rgba(215,255,69,.4); }
.line-one { width: 180px; left: 25%; top: 31%; transform: rotate(34deg); }.line-two { width: 140px; left: 52%; top: 55%; transform: rotate(25deg); }
.visual-note { position: absolute; z-index: 4; left: 50%; bottom: 8%; transform: translateX(-50%); white-space: nowrap; color: rgba(255,255,255,.36); font-size: 8px; letter-spacing: .18em; }
.hero-footer { margin-top: auto; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 25px; padding: 60px 0 24px; }
.hero-footer p { margin: 0; color: #73746c; font-size: 8px; letter-spacing: .18em; }
.hero-rule { height: 1px; background: var(--line); }.hero-rule span { display: block; width: 10%; height: 100%; background: var(--ink); }

.statement { margin-top: 60px; padding: clamp(110px, 14vw, 190px) 0; background: var(--paper-deep); }
.statement-inner { display: grid; grid-template-columns: 25% 1fr; }
.section-index { display: flex; align-items: flex-start; gap: 14px; }
.section-index span { display: grid; place-items: center; width: 30px; height: 30px; background: var(--lime); font-size: 9px; font-weight: 700; }
.section-index p { margin: 7px 0 0; font-size: 11px; letter-spacing: .12em; }
.statement-copy { max-width: 900px; }
.statement-kicker { margin: 0 0 15px; color: var(--muted); font-size: clamp(16px, 1.6vw, 22px); }
.statement h2, .section-heading h2, .about h2, .contact h2 { margin: 0; letter-spacing: -.045em; font-size: clamp(40px, 5vw, 72px); line-height: 1.2; font-weight: 520; }
.statement h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.statement-copy > p:last-child { max-width: 650px; margin: 48px 0 0 auto; color: #55564f; font-size: 17px; line-height: 2; }

.product-showcase { padding: clamp(105px, 13vw, 180px) 0; background: #e9e8e2; }
.product-heading { display: grid; grid-template-columns: 25% 1fr; margin-bottom: 80px; }
.product-title-block .eyebrow { margin-bottom: 22px; color: var(--muted); }
.product-title-block h2 { margin: 0; font-size: clamp(40px, 5vw, 72px); line-height: 1.2; letter-spacing: -.045em; font-weight: 520; }
.product-title-block > p:last-child { max-width: 590px; margin: 32px 0 0; color: #55564f; font-size: 15px; line-height: 1.9; }
.scene-feature, .scene-wide { position: relative; height: clamp(500px, 56vw, 710px); margin: 0; overflow: hidden; background: var(--ink); color: #fff; }
.scene-feature::after, .scene-wide::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.66) 100%); }
.scene-feature img, .scene-wide img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.scene-feature:hover img, .scene-wide:hover img { transform: scale(1.025); }
.scene-feature figcaption { position: absolute; z-index: 2; left: 38px; bottom: 34px; display: grid; grid-template-columns: 105px auto; align-items: end; gap: 8px 25px; }
.scene-feature figcaption span, .scene-wide figcaption > span { grid-row: 1 / span 2; align-self: start; padding-top: 7px; color: var(--lime); font-size: 9px; letter-spacing: .15em; }
.scene-feature figcaption strong { font-size: clamp(24px, 2.6vw, 38px); font-weight: 480; }
.scene-feature figcaption p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }
.scene-stamp { position: absolute; z-index: 2; top: 28px; right: 30px; width: 82px; height: 82px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; text-align: center; color: var(--lime); font-size: 8px; line-height: 1.45; letter-spacing: .16em; }
.product-object-grid { display: grid; grid-template-columns: minmax(260px, .68fr) 1.6fr; gap: clamp(35px, 6vw, 90px); align-items: start; padding: clamp(90px, 11vw, 145px) 0; }
.object-intro { padding-top: 10px; }
.object-intro .eyebrow { margin-bottom: 32px; }
.object-intro h3 { margin: 0; font-size: clamp(31px, 3.1vw, 46px); line-height: 1.25; letter-spacing: -.04em; font-weight: 500; }
.object-intro > p:not(.eyebrow) { margin: 30px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.object-intro ul { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.object-intro li { display: flex; align-items: center; gap: 23px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.object-intro li span { color: var(--muted); font-size: 9px; }
.object-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(23,24,21,.13); }
.object-gallery figure { position: relative; margin: 0; overflow: hidden; background: #eeeeec; }
.object-gallery .object-main { grid-column: 1 / -1; }
.object-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; mix-blend-mode: multiply; transition: transform .7s ease; }
.object-gallery figure:hover img { transform: scale(1.035); }
.object-gallery figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; display: flex; justify-content: space-between; color: #60615b; font-size: 8px; letter-spacing: .13em; }
.object-gallery figcaption span { color: var(--ink); font-weight: 700; }
.scene-wide { height: clamp(520px, 58vw, 740px); }
.scene-wide figcaption { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; display: grid; grid-template-columns: 105px minmax(300px, 1fr) minmax(260px, 430px); align-items: end; gap: 25px; }
.scene-wide figcaption h3 { margin: 0; font-size: clamp(25px, 3vw, 42px); font-weight: 470; letter-spacing: -.025em; }
.scene-wide figcaption p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; }

.focus { padding: clamp(100px, 13vw, 180px) 0; }
.section-heading { display: grid; grid-template-columns: 25% 1fr; margin-bottom: 80px; }
.section-heading .eyebrow, .about .eyebrow { margin-bottom: 22px; color: var(--muted); }
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.focus-card { min-height: 590px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.focus-card-dark { background: var(--ink); color: #fff; }
.focus-card-light { background: var(--paper-deep); }
.card-topline { display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: .15em; }
.card-topline svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.focus-card h3 { margin: 0 0 14px; font-size: clamp(25px, 2.3vw, 34px); font-weight: 500; }
.focus-card p { max-width: 460px; margin: 0; opacity: .62; font-size: 14px; line-height: 1.8; }
.product-glyph { position: relative; width: min(340px, 70%); aspect-ratio: 1; margin: 0 auto; transform: rotate(45deg); }
.product-glyph span { position: absolute; inset: calc(var(--i, 0) * 10%); border: 1px solid rgba(255,255,255,.16); }
.product-glyph span:nth-child(1) { --i: 0 }.product-glyph span:nth-child(2) { --i: 1 }.product-glyph span:nth-child(3) { --i: 2 }.product-glyph span:nth-child(4) { --i: 3 }
.product-glyph i { position: absolute; inset: 40%; background: var(--lime); box-shadow: 0 0 45px rgba(215,255,69,.65); }
.distribution-visual { position: relative; width: min(360px, 76%); aspect-ratio: 1; margin: 0 auto; border: 1px solid rgba(23,24,21,.12); border-radius: 50%; }
.distribution-visual::before, .distribution-visual::after { content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(23,24,21,.15); border-radius: 50%; }
.distribution-visual::after { inset: 33%; border-style: solid; }
.dv-center { position: absolute; z-index: 2; inset: 39%; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.dv-dot { position: absolute; width: 18px; height: 18px; border: 5px solid var(--paper-deep); border-radius: 50%; background: var(--ink); }
.dot-a { top: 6%; left: 48%; }.dot-b { right: 6%; top: 50%; }.dot-c { bottom: 7%; left: 25%; }.dot-d { left: 14%; top: 30%; background: var(--lime); }

.principles { padding: clamp(100px, 13vw, 170px) 0; background: var(--ink); color: #fff; }
.section-heading-light .eyebrow { color: rgba(255,255,255,.48); }
.section-heading-light .section-index p { color: rgba(255,255,255,.7); }
.principle-list { border-top: 1px solid rgba(255,255,255,.15); }
.principle-item { display: grid; grid-template-columns: 10% 25% 1fr auto; gap: 20px; align-items: center; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .25s, background .25s; }
.principle-item:hover { padding-left: 15px; padding-right: 15px; background: rgba(255,255,255,.025); }
.principle-no, .principle-item small { color: var(--lime); font-size: 9px; letter-spacing: .12em; }
.principle-item h3 { margin: 0; font-size: clamp(22px, 2.3vw, 32px); font-weight: 450; }
.principle-item p { max-width: 540px; margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.75; }
.principle-item small { color: rgba(255,255,255,.3); }

.about { padding: clamp(110px, 15vw, 200px) 0; }
.about-grid { display: grid; grid-template-columns: 25% 1fr 27%; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 650px; margin: 36px 0 0; color: #55564f; font-size: 15px; line-height: 1.95; }
.about-copy > p + p:not(.eyebrow) { margin-top: 16px; }
.about-seal { padding-left: 10%; }
.about-seal svg { width: 100%; overflow: visible; animation: seal 25s linear infinite; }
.about-seal text { font-size: 9px; letter-spacing: 2.6px; }
.seal-mark { fill: none; stroke: var(--ink); stroke-width: 1.6; }
@keyframes seal { to { transform: rotate(360deg); } }

.contact { padding: clamp(100px, 13vw, 165px) 0 60px; background: var(--lime); }
.contact .eyebrow span { background: var(--ink); box-shadow: 8px 0 0 -0.5px var(--ink); }
.contact h2 { font-size: clamp(54px, 7.7vw, 112px); line-height: 1.03; }
.contact h2 span::after { background: rgba(255,255,255,.9); }
.contact-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 60px; padding-top: 28px; border-top: 1px solid rgba(23,24,21,.24); }
.contact-bottom p { max-width: 470px; margin: 0; font-size: 16px; line-height: 1.7; }
.button-light { min-width: 210px; background: var(--paper); }
.contact-note { margin: 34px 0 0; color: rgba(23,24,21,.56); font-size: 11px; }

.site-footer { background: var(--ink); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr .6fr; gap: 70px; padding: 78px 0; }
.footer-slogan strong { color: var(--lime); font-size: 13px; letter-spacing: .15em; }
.footer-slogan p { max-width: 360px; margin: 12px 0 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.footer-nav a { color: rgba(255,255,255,.6); }
.footer-nav a:hover { color: #fff; }
.footer-legal { display: grid; grid-template-columns: 1fr 1fr auto; padding: 21px 0 30px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal p, .footer-legal a { margin: 0; color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 44px, 820px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 86px 0 auto; display: flex; flex-direction: column; padding: 25px 22px 35px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; transition: transform .3s, opacity .3s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(600px, 90%); min-height: 540px; margin: 45px auto 0; }
  .hero-footer { grid-template-columns: auto 1fr auto; }.hero-footer p:last-child { display: none; }
  .statement-inner, .section-heading { grid-template-columns: 1fr; gap: 58px; }
  .product-heading { grid-template-columns: 1fr; gap: 58px; }
  .product-object-grid { grid-template-columns: 1fr; }
  .object-intro { max-width: 620px; }
  .scene-feature, .scene-wide { height: 560px; }
  .scene-wide figcaption { grid-template-columns: 95px 1fr; }
  .scene-wide figcaption p { grid-column: 2; }
  .focus-card { min-height: 520px; }
  .about-grid { grid-template-columns: 1fr 2fr; gap: 55px 20px; }
  .about-copy { grid-column: 2; }.about-seal { grid-column: 2; width: 260px; padding: 20px 0 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-nav { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 32px); }
  .header-inner { height: 72px; }.mobile-nav { inset: 72px 0 auto; }
  .brand-mark { width: 34px; height: 34px; }.brand-copy strong { font-size: 15px; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); line-height: 1.17; }
  .hero-lead { margin-top: 25px; font-size: 15px; line-height: 1.8; }
  .hero-actions { margin-top: 35px; gap: 22px; align-items: flex-start; flex-direction: column; }
  .hero-visual { width: 100%; min-height: 420px; border-radius: 0; }
  .value-node { min-width: 95px; padding: 8px; }.value-node strong { font-size: 10px; }.node-human { left: 5%; }.node-product { right: 4%; }.node-value { right: 4%; }
  .visual-core { inset: 38%; }.hero-footer { padding-top: 35px; grid-template-columns: auto 1fr; }.hero-footer p:nth-of-type(2), .hero-footer p:last-child { display: none; }
  .statement { margin-top: 45px; }.statement-inner, .section-heading { gap: 45px; }
  .statement-copy > p:last-child { margin-top: 35px; font-size: 15px; }
  .product-heading { gap: 45px; margin-bottom: 48px; }
  .product-title-block > p:last-child { font-size: 14px; }
  .scene-feature { height: 500px; }
  .scene-feature img { object-position: 54% center; }
  .scene-feature figcaption { left: 20px; right: 20px; bottom: 22px; grid-template-columns: 1fr; gap: 7px; }
  .scene-feature figcaption span { grid-row: auto; padding: 0; }
  .scene-stamp { top: 17px; right: 17px; width: 65px; height: 65px; }
  .product-object-grid { gap: 50px; padding: 80px 0; }
  .object-intro > p:not(.eyebrow) { font-size: 12px; }
  .object-intro ul { margin-top: 35px; }
  .object-gallery { grid-template-columns: 1fr; }
  .object-gallery .object-main { grid-column: 1; }
  .scene-wide { height: 520px; }
  .scene-wide img { object-position: 60% center; }
  .scene-wide figcaption { left: 20px; right: 20px; bottom: 22px; grid-template-columns: 1fr; gap: 8px; }
  .scene-wide figcaption > span, .scene-wide figcaption p { grid-row: auto; grid-column: 1; padding: 0; }
  .focus-grid { grid-template-columns: 1fr; }.focus-card { min-height: 500px; padding: 24px; }
  .principle-item { grid-template-columns: 38px 1fr; gap: 11px 6px; padding: 24px 0; }
  .principle-item p { grid-column: 2; }.principle-item small { grid-column: 2; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }.about-copy, .about-seal { grid-column: 1; }.about-seal { width: 210px; margin: 10px auto 0; }
  .contact h2 { font-size: clamp(49px, 15vw, 75px); }.contact-bottom { align-items: flex-start; flex-direction: column; gap: 35px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }.footer-nav { grid-column: 1; }.footer-legal { grid-template-columns: 1fr; gap: 12px; }.footer-legal a { margin-top: 8px; }
}
