:root {
  --ink: #1c211e;
  --paper: #f3f1eb;
  --muted: #70776f;
  --line: rgba(28, 33, 30, .17);
  --accent: #d9ff45;
  --forest: #5d6f4b;
  --dark: #1c211e;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", "Noto Sans SC", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { border: 0; background: none; color: inherit; cursor: pointer; font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 88px; display: flex; align-items: center; padding: 0 48px; color: #fff; transition: background .35s ease, border-color .35s ease; }
.site-header.scrolled { background: rgba(28, 33, 30, .96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 238px; }
.brand-logo { width: 72px; height: 35px; object-fit: contain; filter: brightness(0) invert(1); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 16px; letter-spacing: .02em; font-weight: 800; }
.brand-copy small { margin-top: 7px; font: 400 8px var(--mono); letter-spacing: .08em; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 21px; margin-left: auto; margin-right: 30px; }
.nav-link { display: flex; flex-direction: column; gap: 1px; opacity: .72; transition: opacity .2s; }
.nav-link:hover, .nav-link.active { opacity: 1; }
.nav-link span { font-size: 12px; font-weight: 600; white-space: nowrap; }
.nav-link small { font: 400 8px var(--mono); letter-spacing: .06em; }
.header-actions { display: flex; align-items: center; gap: 17px; }
.lang-switch { display: flex; align-items: center; gap: 5px; color: #fff; font: 500 11px var(--mono); letter-spacing: .05em; opacity: .9; }
.lang-cn { color: var(--accent); }
.lang-slash { opacity: .45; }
.header-cta { display: inline-flex; align-items: center; gap: 10px; height: 36px; padding: 0 13px 0 16px; border: 1px solid rgba(255,255,255,.52); font-size: 12px; font-weight: 600; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.header-cta svg { width: 15px; }
.menu-toggle { display: none; color: #fff; }

.hero { position: relative; height: 100svh; min-height: 680px; overflow: hidden; background: #202722; color: #fff; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background-image: var(--hero-image); background-size: cover; background-position: center; opacity: 0; transform: scale(1.04); isolation: isolate; transition: opacity .8s ease, transform 6s ease; }
.hero-slide::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(9, 14, 11, .57); }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 40px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: rgba(255,255,255,.78); font: 400 10px var(--mono); letter-spacing: .08em; }
.eyebrow span { color: var(--accent); }
.eyebrow b { margin-left: 7px; color: rgba(255,255,255,.52); font-weight: 400; }
.hero h1 { max-width: 900px; margin: 0 0 25px; font-size: 84px; line-height: 1.13; letter-spacing: 0; font-weight: 800; }
.hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.hero-subtitle { margin: 0 0 35px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.9; }
.hero-buttons { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; gap: 17px; height: 48px; padding: 0 18px; font-size: 12px; font-weight: 700; transition: all .2s; }
.button svg { width: 16px; }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.47); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-caption { position: absolute; left: 50%; bottom: 41px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.7); transform: translateX(-50%); font: 400 10px var(--mono); letter-spacing: .06em; }
.hero-caption > span:first-child { color: var(--accent); }
.caption-rule { min-width: 70px; height: 1px; flex: 1; background: rgba(255,255,255,.3); }
.hero-controls { position: absolute; right: 48px; bottom: 35px; display: flex; align-items: center; justify-content: flex-end; gap: 19px; width: 220px; }
.control-arrow { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.4); transition: all .2s; }
.control-arrow:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.control-arrow svg { width: 14px; }
.slide-dots { display: flex; gap: 7px; }
.slide-dot { width: 21px; height: 2px; padding: 0; background: rgba(255,255,255,.33); transition: width .3s, background .3s; }
.slide-dot.is-active { width: 34px; background: var(--accent); }
.scroll-cue { position: absolute; left: 48px; bottom: 37px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.64); writing-mode: vertical-rl; font: 400 9px var(--mono); letter-spacing: .1em; }
.scroll-cue svg { width: 15px; }

.section { padding: 140px 0; }
.section-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--muted); font: 400 10px var(--mono); letter-spacing: .11em; }
.section-kicker span:first-child { color: #8d9d79; }
.section-label { margin: 0 0 19px; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .09em; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 68px; }
.section-heading h2, .intro h2, .network h2 { margin: 0; font-size: 58px; line-height: 1.17; letter-spacing: 0; font-weight: 700; }
.section-heading h2 strong, .intro h2 strong, .network h2 strong { font-family: var(--serif); font-style: italic; font-weight: 400; }
.heading-note { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.text-link svg { width: 15px; }
.text-link:hover { color: #5c6d1d; border-color: #5c6d1d; }

.intro { padding-top: 156px; }
.intro-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 10%; padding-bottom: 91px; border-bottom: 1px solid var(--line); }
.intro-copy { max-width: 520px; padding-top: 42px; }
.intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.intro-copy .lead { color: var(--ink); font-size: 19px; line-height: 1.67; font-weight: 600; }
.about-bottom { display: grid; grid-template-columns: 1fr 275px; gap: 7%; padding-top: 43px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { display: flex; align-items: flex-start; gap: 13px; min-width: 0; margin-right: 24px; padding-right: 22px; border-right: 1px solid var(--line); }
.metric:last-child { margin-right: 0; border-right: 0; }
.metric strong { font-size: 43px; line-height: 1; font-weight: 500; letter-spacing: 0; }
.metric sup { margin-left: 3px; color: #809b16; font-size: 18px; vertical-align: top; }
.metric span { padding-top: 3px; color: var(--muted); font: 500 10px var(--mono); line-height: 1.72; }
.metric small { color: #a2a69d; font-size: 7px; }
.about-visuals { position: relative; min-height: 142px; }
.about-visuals img { position: absolute; object-fit: contain; opacity: .58; }
.about-visuals img:first-child { top: 0; right: 0; width: 216px; }
.about-visuals img:last-child { right: -15px; bottom: 0; width: 180px; opacity: .36; }
.about-visuals img:nth-child(3) { right: 72px; bottom: -8px; width: 64px; height: 108px; object-fit: cover; opacity: .45; }

.network { background: #daddd2; }
.network-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; }
.network-art { position: relative; min-height: 465px; }
.network-map { position: absolute; top: 12px; left: 0; width: 68%; opacity: .55; }
.network-bridge { position: absolute; right: -2%; bottom: 10px; width: 80%; opacity: .48; }
.network-city { position: absolute; top: 0; right: 0; width: 42%; opacity: .34; }
.network-bar { position: absolute; left: 2%; bottom: 0; width: 66%; height: 7px; object-fit: cover; opacity: .7; }
.network-copy > p:not(.section-label):not(.network-footnote) { max-width: 480px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.network-nodes { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.network-nodes > div { min-height: 104px; padding: 18px 17px 18px 0; border-right: 1px solid var(--line); }
.network-nodes > div + div { padding-left: 17px; }
.network-nodes > div:last-child { border-right: 0; }
.network-nodes strong { display: block; margin-bottom: 7px; font-size: 15px; }
.network-nodes span { color: var(--muted); font: 400 9px var(--mono); line-height: 1.7; }
.network-footnote { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.8; }

.services { background: #daddd2; padding-bottom: 150px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 83px 65px 1fr 38px; align-items: center; min-height: 136px; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-item:hover { padding: 0 18px; background: rgba(255,255,255,.36); }
.service-num { color: var(--muted); font: 400 11px var(--mono); }
.service-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(28,33,30,.32); }
.service-icon svg { width: 20px; }
.service-main h3 { margin: 0 0 1px; font-size: 22px; }
.service-main p { margin: 0 0 8px; color: var(--muted); font: 400 9px var(--mono); letter-spacing: .08em; }
.service-main span { color: var(--muted); font-size: 13px; }
.service-item > a { display: grid; place-items: center; justify-self: end; width: 34px; height: 34px; border: 1px solid var(--line); transition: all .2s; }
.service-item > a svg { width: 15px; }
.service-item:hover > a { background: var(--accent); border-color: var(--accent); }

.projects { padding-bottom: 120px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 300px; gap: 16px; }
.project-card { position: relative; display: block; min-height: 300px; overflow: hidden; background: #222; }
.project-large { grid-row: span 2; min-height: 616px; }
.project-image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .65s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: rgba(10,15,12,.36); transition: background .3s; }
.project-card:hover .project-image { transform: scale(1.06); }
.project-card:hover::after { background: rgba(10,15,12,.14); }
.project-info { position: absolute; z-index: 1; right: 23px; bottom: 21px; left: 23px; color: #fff; }
.project-info span, .project-info p { display: block; margin: 0; color: rgba(255,255,255,.76); font: 400 9px var(--mono); letter-spacing: .04em; }
.project-info h3 { margin: 5px 0; font-size: 22px; line-height: 1.25; }
.project-info p { max-width: 90%; line-height: 1.55; }
.project-info > svg { position: absolute; right: 0; bottom: 2px; width: 19px; color: var(--accent); }

.consulting { padding-bottom: 150px; }
.consulting-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 17px; }
.consulting-grid article { border-top: 1px solid var(--line); padding-top: 13px; }
.consulting-grid article img { width: 100%; height: 210px; object-fit: cover; }
.consulting-grid article > div { padding-top: 14px; }
.consulting-grid article span { color: var(--muted); font: 400 9px var(--mono); }
.consulting-grid article h3 { margin: 5px 0 5px; font-size: 19px; }
.consulting-grid article p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.consulting-wide { grid-column: span 3; display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: center; }
.consulting-grid .consulting-wide img { height: 280px; }

.supply { background: #daddd2; }
.supply-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.supply-intro .lead { max-width: 540px; margin: 0 0 15px; font-size: 18px; line-height: 1.7; font-weight: 600; }
.supply-intro p:not(.lead) { margin: 0; color: var(--muted); font-size: 13px; }
.supply-stats { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 4px; }
.supply-stats strong { color: var(--forest); writing-mode: vertical-rl; font: 400 10px var(--mono); letter-spacing: .08em; }
.supply-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 14px; padding-top: 37px; }
.supply-gallery figure { margin: 0; }
.supply-gallery img { width: 100%; height: 165px; object-fit: cover; }
.supply-gallery figcaption { padding-top: 8px; color: var(--muted); font: 400 9px var(--mono); letter-spacing: .04em; }

.partners { padding-bottom: 150px; }
.partner-group + .partner-group { margin-top: 66px; }
.partner-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; color: var(--muted); font: 400 10px var(--mono); letter-spacing: .09em; }
.partner-heading i { display: block; height: 1px; flex: 1; background: var(--line); }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.logo-grid img { width: 100%; height: 74px; padding: 13px 15px; object-fit: contain; background: #fff; filter: grayscale(12%); }
.partners-logos { grid-template-columns: repeat(4, 1fr); }
.partners-logos img { height: 90px; }

.contact { position: relative; overflow: hidden; background: var(--accent); padding: 126px 0 121px; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.light { color: rgba(28,33,30,.65); }
.light span:first-child { color: #5e7410; }
.light-text { color: rgba(28,33,30,.65); }
.contact h2 { margin: 0; font-size: 72px; line-height: 1.14; letter-spacing: 0; }
.contact h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; }
.contact-details { padding-top: 61px; }
.contact-details > p { max-width: 410px; margin: 0 0 34px; font-size: 15px; line-height: 1.85; }
.contact-email { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 22px; font-weight: 600; }
.contact-email svg { width: 19px; }
.contact-meta { display: flex; flex-wrap: wrap; gap: 13px 24px; margin-top: 27px; color: rgba(28,33,30,.69); font: 500 10px var(--mono); letter-spacing: .04em; }
.contact-details address { margin-top: 28px; color: rgba(28,33,30,.65); font: 400 11px var(--mono); line-height: 1.8; font-style: normal; }
.contact-city { position: absolute; right: -2%; bottom: -13%; width: 44%; max-width: 710px; mix-blend-mode: multiply; opacity: .25; }

.site-footer { background: var(--dark); color: #fff; padding: 59px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 57px; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-brand .brand-logo { filter: grayscale(1) brightness(0) invert(1); }
.footer-slogan { color: rgba(255,255,255,.65); font: 400 16px var(--mono); line-height: 1.35; }
.footer-slogan strong { color: var(--accent); font-weight: 400; }
.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,.72); font-size: 11px; }
.footer-nav a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.45); font: 400 9px var(--mono); letter-spacing: .02em; }
.footer-bottom a { display: flex; align-items: center; gap: 8px; color: #fff; }
.footer-bottom svg { width: 13px; color: var(--accent); }

@media (max-width: 1120px) {
  .site-header { padding: 0 28px; }
  .main-nav { gap: 13px; margin-right: 18px; }
  .nav-link span { font-size: 11px; }
  .header-cta { display: none; }
  .shell { width: min(100% - 56px, 1240px); }
  .hero-controls { right: 28px; }
  .scroll-cue { left: 28px; }
  .network-grid { gap: 7%; }
  .about-bottom { gap: 4%; }
  .supply-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand { min-width: 0; gap: 8px; }
  .brand-logo { width: 53px; height: 29px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { margin-top: 5px; font-size: 7px; }
  .main-nav { position: fixed; top: 72px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px 20px 21px; background: rgba(28,33,30,.98); border-top: 1px solid rgba(255,255,255,.15); transform: translateY(-120%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .nav-link { flex-direction: row; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-link span { font-size: 14px; }
  .nav-link small { font-size: 9px; }
  .menu-toggle { display: grid; place-items: center; padding: 2px; }
  .menu-toggle svg { width: 21px; }
  .header-actions { margin-left: auto; gap: 12px; }
  .lang-switch { font-size: 10px; }
  .shell { width: calc(100% - 40px); }
  .hero { min-height: 650px; }
  .hero-content { padding-top: 0; }
  .eyebrow { margin-bottom: 21px; font-size: 9px; }
  .eyebrow b { display: none; }
  .hero h1 { margin-bottom: 20px; font-size: 54px; line-height: 1.13; }
  .hero-subtitle { margin-bottom: 28px; font-size: 13px; line-height: 1.75; }
  .hero-subtitle br { display: none; }
  .button { height: 44px; padding: 0 13px; gap: 10px; font-size: 11px; }
  .hero-caption { bottom: 23px; width: calc(100% - 40px); gap: 9px; font-size: 8px; }
  .hero-caption > span:nth-child(2) { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .hero-controls { right: 20px; bottom: 20px; width: auto; gap: 11px; }
  .control-arrow { width: 29px; height: 29px; }
  .slide-dot { width: 16px; }
  .slide-dot.is-active { width: 26px; }
  .scroll-cue { left: 20px; bottom: 24px; font-size: 8px; }
  .section { padding: 90px 0; }
  .intro { padding-top: 96px; }
  .section-kicker { margin-bottom: 21px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2, .intro h2, .network h2 { font-size: 43px; }
  .heading-note { margin-top: 21px; font-size: 13px; }
  .intro-grid { display: block; padding-bottom: 53px; }
  .intro-copy { padding-top: 29px; }
  .intro-copy .lead { font-size: 17px; }
  .about-bottom { display: block; padding-top: 33px; }
  .metrics { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .metric { margin-right: 13px; padding-right: 13px; }
  .metric strong { font-size: 35px; }
  .metric span { font-size: 9px; }
  .about-visuals { display: none; }
  .network-grid { display: block; }
  .network-art { min-height: 248px; margin-bottom: 29px; }
  .network-map { width: 72%; }
  .network-bridge { width: 83%; right: -7%; }
  .network-nodes { grid-template-columns: 1fr; margin-top: 28px; }
  .network-nodes > div, .network-nodes > div + div { min-height: 74px; padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .network-nodes > div:last-child { border-bottom: 0; }
  .network-nodes strong { display: inline-block; min-width: 110px; margin: 0; }
  .network-nodes span { display: inline-block; }
  .services { padding-bottom: 96px; }
  .service-item { grid-template-columns: 34px 47px 1fr 28px; min-height: 131px; gap: 7px; }
  .service-item:hover { padding: 0 8px; }
  .service-icon { width: 37px; height: 37px; }
  .service-main h3 { font-size: 17px; }
  .service-main p { margin-bottom: 5px; font-size: 8px; }
  .service-main span { display: block; font-size: 11px; line-height: 1.55; }
  .projects { padding-bottom: 96px; }
  .project-grid { display: flex; flex-direction: column; gap: 14px; }
  .project-card, .project-large { min-height: 310px; }
  .project-large { min-height: 420px; }
  .project-info { right: 19px; bottom: 18px; left: 19px; }
  .project-info h3 { font-size: 20px; }
  .project-info p { font-size: 8px; }
  .consulting { padding-bottom: 96px; }
  .consulting-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .consulting-grid article img { height: 160px; }
  .consulting-grid article h3 { font-size: 16px; }
  .consulting-grid article p { font-size: 9px; }
  .consulting-wide { display: block; grid-column: span 2; }
  .consulting-grid .consulting-wide img { height: 220px; }
  .supply-intro { display: block; padding-bottom: 39px; }
  .supply-intro .lead { font-size: 16px; }
  .supply-stats { justify-content: flex-start; gap: 31px; margin-top: 30px; }
  .supply-gallery { grid-template-columns: 1fr 1fr; gap: 20px 11px; padding-top: 29px; }
  .supply-gallery img { height: 125px; }
  .supply-gallery figcaption { font-size: 8px; }
  .partners { padding-bottom: 96px; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .logo-grid img { height: 61px; padding: 9px; }
  .partner-group + .partner-group { margin-top: 48px; }
  .partners-logos { grid-template-columns: repeat(2, 1fr); }
  .partners-logos img { height: 73px; }
  .contact { padding: 90px 0 87px; }
  .contact-grid { display: block; }
  .contact h2 { font-size: 46px; }
  .contact-details { padding-top: 35px; }
  .contact-details > p { font-size: 14px; }
  .contact-email { font-size: 18px; }
  .contact-meta { font-size: 8px; gap: 11px 15px; }
  .contact-details address { font-size: 9px; }
  .contact-city { right: -12%; bottom: -3%; width: 85%; }
  .site-footer { padding-top: 43px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; padding-bottom: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-slogan { font-size: 13px; }
  .footer-nav { flex-direction: column; justify-content: flex-start; gap: 6px; font-size: 10px; }
  .footer-bottom { display: block; font-size: 8px; line-height: 2.15; }
  .footer-bottom span { display: block; }
  .footer-bottom a { margin-top: 10px; }
}
