/* NBR Studio — 공용 스타일.
 *
 * 국내 기업 사이트 관습을 따른다: 영문 섹션 라벨 + 국문 헤드라인,
 * 풀블리드 브랜드 색면, 카드 그리드, 격식 있는 여백.
 * FootLog 제품 랜딩과 토큰을 공유하지 않는다 — 회사가 제품의 하위로 보이면 안 된다.
 */

:root {
  --brand: #0e2a47;         /* 기업 컬러 — 딥 네이비 */
  --brand-2: #16456f;
  --accent: #00a36c;        /* 강조 — 숫자·라벨에만 소량 */

  --ink: #101828;
  --text: #253044;
  --text-dim: #5b6577;
  --text-faint: #8b93a3;

  --bg: #ffffff;
  --bg-soft: #f5f7fa;
  --line: #e3e7ed;
  --line-soft: #eef1f5;

  --page: 1180px;
  --gutter: clamp(20px, 5vw, 60px);
  --header-h: 72px;
  --measure: 40rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
               "Apple SD Gothic Neo", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: -.012em;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a { color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--brand); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: var(--gutter); top: -100px; z-index: 200;
  background: var(--brand); color: #fff; padding: 12px 18px;
  font-size: .9rem; text-decoration: none; transition: top .15s;
}
.skip:focus { top: 12px; }

/* ============================================================ Header */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .inner {
  max-width: var(--page); margin: 0 auto;
  padding: 0 var(--gutter); height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

/* 헤더 로고 — NBR 리거처 심볼만 쓴다. 심볼 자체가 'NBR'로 읽혀
   옆에 회사명을 또 적으면 중복이라, 'STUDIO'만 덧붙인다. */
.wordmark { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.wordmark img { height: 25px; width: auto; }
.wordmark .sub {
  font-size: .74rem; font-weight: 700; letter-spacing: .22em;
  color: var(--text-faint); padding-left: 11px; border-left: 1px solid var(--line);
  white-space: nowrap;
}
@media (max-width: 520px) {
  .wordmark img { height: 21px; }
  .wordmark .sub { display: none; }
}

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 36px); }
.site-nav > a {
  font-size: .93rem; font-weight: 500; color: var(--text-dim); text-decoration: none;
  padding: 6px 0; position: relative; transition: color .18s;
}
.site-nav > a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.site-nav > a:hover { color: var(--ink); }
.site-nav > a:hover::after,
.site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav > a[aria-current="page"] { color: var(--ink); font-weight: 600; }

.lang {
  display: flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 600; letter-spacing: .03em; color: var(--text-faint);
  padding-left: clamp(14px, 2vw, 26px); border-left: 1px solid var(--line);
}
.lang a { text-decoration: none; color: var(--text-faint); transition: color .18s; }
.lang a:hover { color: var(--ink); }
.lang .on { color: var(--brand); }

@media (max-width: 700px) {
  :root { --header-h: 60px; }
  .site-nav { gap: 14px; }
  .site-nav > a { font-size: .85rem; }
  .lang { padding-left: 12px; font-size: .74rem; }
}
@media (max-width: 460px) {
  .site-nav > a.opt { display: none; }   /* 좁은 화면에서 후순위 항목 숨김 */
}

/* ============================================================ Layout */

.wrap { max-width: var(--page); margin: 0 auto; padding: 0 var(--gutter); }

section { padding: clamp(76px, 10vw, 130px) 0; }
section.tight { padding: clamp(56px, 7vw, 88px) 0; }
section.soft { background: var(--bg-soft); }
/* 어두운 면은 히어로와 같은 잉크 계열로 통일한다.
   네이비(--brand)는 흰 배경 위 링크·버튼·라벨에만 남긴다. */
section.brand { background: radial-gradient(120% 140% at 82% 0%, #1a1c22 0%, #0d0e12 55%, #08090b 100%); color: #fff; }

/* 본문 안 구분선. border를 먼저 0으로 지우지 않으면 브라우저 기본 inset 테두리가 남는다 */
hr.rule { border: 0; border-top: 1px solid var(--line); height: 0; }

/* 영문 라벨 + 국문 헤드라인 — 국내 기업 사이트 관습 */
.label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 20px;
}
.label::before { content: ""; width: 22px; height: 2px; background: var(--accent); }
.brand .label { color: #6ee7b7; }
.brand .label::before { background: #6ee7b7; }

/* ============================================================ Type */

h1, h2, h3, h4 { color: var(--ink); font-weight: 700; letter-spacing: -.035em; line-height: 1.28; text-wrap: balance; }
.brand h1, .brand h2, .brand h3 { color: #fff; }

h2 { font-size: clamp(1.65rem, 3.4vw, 2.6rem); }
h3 { font-size: clamp(1.12rem, 1.9vw, 1.35rem); }

p { max-width: var(--measure); text-wrap: pretty; }
p + p { margin-top: 1.15em; }

.lead { font-size: clamp(1.02rem, 1.7vw, 1.2rem); color: var(--text-dim); line-height: 1.85; }
.brand .lead { color: rgba(255,255,255,.82); }
.dim { color: var(--text-dim); }
.small { font-size: .9rem; }

/* 섹션 머리 — 라벨 + 제목 + 리드 */
.head { margin-bottom: clamp(38px, 5vw, 62px); }
.head .lead { margin-top: 18px; }

.link {
  color: var(--brand); font-weight: 600; text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.brand .link { color: #fff; }

.arrow {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 600; font-size: .96rem; text-decoration: none; color: var(--brand);
}
.arrow::after { content: "→"; transition: transform .2s; }
.arrow:hover::after { transform: translateX(5px); }
.brand .arrow { color: #fff; }

.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 15px 30px; font-size: .96rem; font-weight: 600;
  text-decoration: none; border: 1px solid var(--brand);
  background: var(--brand); color: #fff; transition: background .18s, color .18s;
}
.btn:hover { background: var(--brand-2); border-color: var(--brand-2); }
.btn.ghost { background: transparent; color: var(--brand); }
.btn.ghost:hover { background: var(--brand); color: #fff; }
.brand .btn { background: #fff; color: var(--brand); border-color: #fff; }
.brand .btn:hover { background: rgba(255,255,255,.86); }

/* ============================================================ Hero */

.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 78% 8%, #1a1c22 0%, #0d0e12 46%, #08090b 100%);
  color: #fff;
  padding: clamp(96px, 15vw, 172px) 0 clamp(80px, 12vw, 130px);
}
.hero .glow {
  position: absolute; top: -22%; right: -14%;
  width: min(70vw, 760px); aspect-ratio: 1; pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(0,163,108,.22) 0%, rgba(0,163,108,.07) 40%, transparent 70%);
}
.hero .wrap { position: relative; z-index: 1; }

/* 슬로건 — 처음엔 'NBR Studio', 이어서 각 이니셜 뒤가 벌어지며
   'No Boundary Run.'으로 펼쳐진다. 사명이 곧 슬로건이라는 걸 움직임으로 보여준다. */
.hero .slogan {
  /* 단어 사이 공백은 .rest 안에 들어 있다 — 여기서 gap을 주면 접힌 'NBR'이 벌어진다 */
  display: flex; flex-wrap: wrap; align-items: baseline;
  font-size: clamp(2.4rem, 7.4vw, 5.6rem); font-weight: 800;
  letter-spacing: -.05em; line-height: 1.06; color: #fff;
  /* 펼친 뒤의 높이는 site.js가 재서 min-height로 잡아둔다 (아래 내용이 밀리지 않게) */
}
.hero .slogan .w { display: inline-flex; align-items: baseline; }
/* 이니셜 뒤에 붙는 나머지 글자와 'Studio' — 접었다 펴는 대상 */
.hero .slogan .rest,
.hero .slogan .studio {
  display: inline-block; font-style: normal;
  overflow: hidden; white-space: pre; vertical-align: baseline;
}
/* 애니메이션은 <head>의 인라인 스크립트가 html에 이 클래스를 달아야만 걸린다.
   (첫 페인트 전에 접어두어야 완성형이 한 프레임 보였다 사라지는 걸 막는다.
   JS가 없거나 모션 최소화 설정이면 클래스가 없어 완성형 그대로 읽힌다.) */
.slogan-anim .hero .slogan .rest { max-width: 0; opacity: 0; }
.slogan-anim .hero .slogan .rest,
.slogan-anim .hero .slogan .studio {
  transition: max-width .95s cubic-bezier(.22, 1, .36, 1), opacity .7s ease;
}

/* 'Studio'는 애니메이션이 도는 동안에만 존재한다.
   애니메이션이 없으면(모션 최소화·JS 비활성) 접힌 채로 두어야 한다 —
   그러지 않으면 'No Boundary Run. Studio' 라는 이상한 문장이 남는다. */
.hero .slogan .studio { max-width: 0; opacity: 0; }
.slogan-anim .hero .slogan .studio { max-width: none; opacity: 1; }
.hero .sub {
  margin-top: clamp(24px, 3.5vw, 36px);
  font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 500;
  color: rgba(255,255,255,.9); max-width: 32rem; line-height: 1.72;
}
.hero .eyebrow {
  font-size: .84rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 26px;
}
.scroll-cue {
  margin-top: clamp(48px, 7vw, 84px);
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.62); text-decoration: none;
}
.scroll-cue .bar {
  width: 1px; height: 34px; background: rgba(255,255,255,.4);
  animation: cue 2s ease-in-out infinite; transform-origin: top;
}
@keyframes cue { 0%,100% { transform: scaleY(.35); opacity: .45 } 50% { transform: scaleY(1); opacity: 1 } }

/* ============================================================ 서브페이지 머리 */

/* 홈 히어로보다 낮은 띠. 같은 잉크 배경을 쓰되 궤적 그래픽은 홈에만 둔다. */
.page-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 160% at 80% 0%, #1a1c22 0%, #0d0e12 52%, #08090b 100%);
  color: #fff;
  padding: clamp(64px, 9vw, 112px) 0 clamp(56px, 8vw, 96px);
}
.page-hero::after {
  content: ""; position: absolute; right: -6%; top: -70%;
  width: min(52vw, 560px); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08); pointer-events: none;
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .label { color: #6ee7b7; }
.page-hero .label::before { background: #6ee7b7; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.2rem); }
.page-hero .lead { color: rgba(255,255,255,.72); margin-top: 20px; }

/* ============================================================ 2단 본문 */

.cols {
  display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 76px); align-items: start;
}
@media (max-width: 860px) { .cols { grid-template-columns: 1fr; gap: 24px; } }

/* ============================================================ 카드 */

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.cards.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .cards, .cards.two { grid-template-columns: 1fr; } }
.card {
  background: var(--bg); border: 1px solid var(--line);
  padding: clamp(28px, 3.4vw, 40px); position: relative;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(14,42,71,.08); }
.card .n {
  display: block; font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  color: var(--accent); margin-bottom: 16px; font-variant-numeric: tabular-nums;
}
.card h3 { margin-bottom: 12px; }
.card p { color: var(--text-dim); font-size: .96rem; line-height: 1.8; max-width: none; }

/* 사업영역 — 번호가 큰 목록형 */
.biz-list { border-top: 2px solid var(--ink); }
.biz-list .row {
  display: grid; grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(14px, 3vw, 40px); align-items: start;
  padding: clamp(28px, 3.6vw, 42px) 0; border-bottom: 1px solid var(--line);
}
.biz-list .no {
  font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800;
  color: var(--line); letter-spacing: -.04em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.biz-list h3 { margin-bottom: 10px; }
.biz-list p { color: var(--text-dim); font-size: .98rem; }
.biz-list .tags {
  margin-top: 14px; display: flex; gap: 8px; flex-wrap: wrap;
}
.biz-list .tag {
  font-size: .78rem; font-weight: 600; letter-spacing: .02em;
  color: var(--brand); background: #eef3f9; padding: 5px 12px;
}
@media (max-width: 560px) {
  .biz-list .row { grid-template-columns: 1fr; gap: 10px; }
}

/* ============================================================ 지표 */

/* auto-fit은 항목 수에 따라 고아 칸(빈 회색 블록)을 만든다 — 열 수를 명시한다 */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .stats { grid-template-columns: 1fr; } }
.stats > div { background: var(--bg); padding: clamp(26px, 3vw, 36px); }
.brand .stats, .brand .stats > div { background: transparent; border-color: rgba(255,255,255,.2); }
.brand .stats { gap: 0; }
.brand .stats > div { border-right: 1px solid rgba(255,255,255,.18); }
.brand .stats > div:last-child { border-right: 0; }
.stats dt { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); }
.brand .stats dt { color: rgba(255,255,255,.6); }
.stats dd { margin-top: 10px; font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 800; letter-spacing: -.04em; color: var(--ink); line-height: 1.2; }
.brand .stats dd { color: #fff; }
.stats dd .unit { font-size: .82rem; font-weight: 500; color: var(--text-dim); letter-spacing: 0; }
.brand .stats dd .unit { color: rgba(255,255,255,.7); }

/* ============================================================ 제품 블록 */

.product {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
@media (max-width: 860px) { .product { grid-template-columns: 1fr; } }
.product .meta {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px;
}
.product .meta span {
  font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--text-dim); border: 1px solid var(--line); padding: 5px 12px;
}
.product .actions { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 32px; }
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(8px, 1.4vw, 16px); }
.shots img { width: 100%; height: auto; border: 1px solid var(--line); background: #fff; }
.shots figure { margin: 0; }

/* ============================================================ 팀 */

/* 아바타 — 일러스트가 있으면 이미지를, 없으면 이니셜을 원 안에 넣는다 */
.avatar {
  border-radius: 50%; border: 1.5px solid var(--brand); color: var(--brand);
  display: grid; place-items: center; flex: none; overflow: hidden;
  font-weight: 700; letter-spacing: -.03em;
}
.avatar img {
  width: 100%; height: 100%; object-fit: cover;
  /* 원본은 머리 위아래로 여백이 있어 살짝 키워야 원 안이 꽉 찬다 */
  transform: scale(1.14);
}
.avatar.illus { background: var(--bg-soft); border-color: var(--line); }

/* 대표 — 가로형 카드로 따로 세운다 */
.lead-card {
  display: flex; align-items: center; gap: clamp(20px, 3vw, 34px);
  background: var(--bg-soft); border: 1px solid var(--line);
  padding: clamp(26px, 3.2vw, 38px); margin-bottom: clamp(16px, 2vw, 24px);
}
.lead-card .avatar { width: 78px; height: 78px; font-size: 1.6rem; }
.lead-card .role {
  display: block; font-size: .78rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 8px;
}
.lead-card h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); margin-bottom: 8px; }
.lead-card p { color: var(--text-dim); font-size: .95rem; max-width: 34rem; }
@media (max-width: 620px) {
  .lead-card { flex-direction: column; align-items: flex-start; gap: 20px; }
}

/* 팀원 — 팀명 + 이름. 개인 소개 문구는 쓰지 않는다(사실 확인된 것만 싣는다) */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); }
@media (max-width: 900px) { .team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .team { grid-template-columns: 1fr; } }

.member {
  background: var(--bg); border: 1px solid var(--line);
  padding: clamp(24px, 2.6vw, 32px);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.member:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(14,42,71,.08); }
.member .avatar { width: 54px; height: 54px; font-size: 1.15rem; margin-bottom: 20px; }
.member .role {
  display: block; font-size: .76rem; font-weight: 700; letter-spacing: .1em;
  color: var(--accent); margin-bottom: 7px;
}
.member h3 { font-size: 1.12rem; }

/* ============================================================ 연혁 */

.timeline { border-top: 2px solid var(--ink); }
.timeline .row {
  display: grid; grid-template-columns: 9rem minmax(0, 1fr);
  gap: clamp(14px, 3vw, 36px); padding: 22px 0; border-bottom: 1px solid var(--line);
}
.timeline dt {
  font-size: .95rem; font-weight: 700; color: var(--brand);
  font-variant-numeric: tabular-nums; letter-spacing: .01em;
}
.timeline dd { font-size: 1rem; color: var(--text); }
@media (max-width: 560px) { .timeline .row { grid-template-columns: 1fr; gap: 2px; } }

/* ============================================================ 정의형 표 */

.deflist { border-top: 2px solid var(--ink); }
.deflist .row {
  display: grid; grid-template-columns: 11rem minmax(0, 1fr);
  gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line);
}
.deflist dt { font-size: .93rem; font-weight: 600; color: var(--text-dim); }
.deflist dd { font-size: .98rem; }
@media (max-width: 520px) { .deflist .row { grid-template-columns: 1fr; gap: 4px; } }

/* 미확보 정보 자리표시 */
.pending {
  background: #fff6dd; border-bottom: 1px dashed #d9a520;
  padding: 1px 7px; font-size: .93em; color: #7a5600; white-space: nowrap;
}

/* ============================================================ 문의 메일 */

/* 문의 페이지의 대표 메일 주소. 이 페이지에서 가장 큰 요소여야 한다. */
.mail-block {
  border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line);
  padding: clamp(30px, 5vw, 52px) 0;
}
.mail-block a {
  display: inline-block;
  font-size: clamp(1.35rem, 4.4vw, 2.7rem); font-weight: 700;
  letter-spacing: -.04em; line-height: 1.15;
  color: var(--ink); text-decoration: none; word-break: break-all;
  border-bottom: 2px solid transparent; transition: border-color .18s, color .18s;
}
.mail-block a:hover { color: var(--brand); border-bottom-color: var(--accent); }

/* ============================================================ Footer */

.site-footer { background: #08090b; color: rgba(255,255,255,.72); padding: clamp(56px, 7vw, 84px) 0 clamp(36px, 4vw, 52px); }
.site-footer h2 { color: #fff; }
.foot-logo img { height: clamp(48px, 6vw, 62px); width: auto; }

.foot-top {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  gap: clamp(32px, 5vw, 64px); padding-bottom: clamp(34px, 4vw, 48px);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 780px) { .foot-top { grid-template-columns: 1fr; } }

.foot-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 28px; }
.foot-nav { display: flex; flex-direction: column; gap: 11px; }
.foot-nav .group-label {
  font-size: .76rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 5px;
}
.foot-nav a { font-size: .92rem; color: rgba(255,255,255,.72); text-decoration: none; width: fit-content; transition: color .18s; }
.foot-nav a:hover { color: #fff; }

.biz-info { margin-top: clamp(28px, 3.4vw, 40px); font-size: .86rem; line-height: 2; color: rgba(255,255,255,.6); }
.biz-info .row { display: flex; gap: 10px; flex-wrap: wrap; }
.biz-info .k { color: rgba(255,255,255,.38); min-width: 6.2rem; }
.biz-info a { color: rgba(255,255,255,.78); }
.copyright { margin-top: 26px; font-size: .82rem; color: rgba(255,255,255,.4); }

/* ============================================================ Motion */

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .arrow::after, .card { transition: none; }
  .scroll-cue .bar { animation: none; }
}
