/* ============================================================
   Alice Koubová — Brutalist theme
   Cool / mono · white + navy (per Alice's brief)
   ============================================================ */

:root {
  --bg: #FFFFFF;
  --surface: #EEF1F4;
  --accent: #1F4A66;
  --fg: #1A1F2B;
  --fg-mute: #5B6573;
  --rule: #D8DDE3;
  --yellow: #D4C81F;

  --display: "Geist", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;

  --maxw: 1344px;
  --pad: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--fg);
  font-family: var(--sans); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,p { margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: clamp(48px, 7vw, 80px) 0; }
.section--surface { background: var(--surface); }
.label { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; }
.display { font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.0; }
/* section separators on homepage */
main > .section { border-top: 1px solid var(--rule); }
.mono { font-family: var(--mono); }
.mlink { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; }
.mlink:hover { opacity: 0.7; }

/* ---------- Nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px var(--pad); max-width: var(--maxw); margin: 0 auto; }
.nav__brand { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; }
.nav__dot { width: 10px; height: 10px; background: var(--accent); }
.nav__menu { display: flex; align-items: center; gap: 32px; }
.nav__menu a { font-family: var(--mono); font-size: 12px; font-weight: 500; }
.nav__menu a.is-active { color: var(--accent); }
.nav__lang { display: inline-flex; align-items: center; gap: 8px; }
.nav__lang a { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--fg-mute); }
.nav__lang a.is-current { color: var(--fg); }
.nav__lang-div { width: 1px; height: 11px; background: var(--rule); display: inline-block; }
.nav__burger { display: none; background: none; border: 0; cursor: pointer; color: var(--fg); }
.nav-rule { height: 1px; background: var(--fg); }

/* ---------- Hero ---------- */
.hero { padding: 64px var(--pad) 100px; max-width: var(--maxw); margin: 0 auto; }
.hero__photo { width: 100%; height: clamp(360px, 48vw, 860px); object-fit: cover; }
.hero__sub { display: grid; grid-template-columns: 1fr 480px; gap: 40px; margin-top: 48px; align-items: start; }
.role { display: flex; gap: 16px; align-items: baseline; margin-bottom: 14px; }
.role .n { color: var(--accent); font-family: var(--mono); font-size: 22px; font-weight: 600; }
.role .t { font-size: 22px; font-weight: 500; letter-spacing: -0.01em; }
.hero__intro { color: var(--fg); font-size: 17px; line-height: 1.55; margin: 24px 0; max-width: 760px; }
.cta { display: inline-flex; gap: 12px; align-items: center; background: var(--fg); padding: 14px 20px; }
.cta .t { color: var(--bg); font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; }
.cta .a { color: var(--accent); font-family: var(--mono); font-weight: 600; }
.spec { background: var(--surface); padding: 16px 20px; }
.spec__row { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; }
.spec__row .k { color: var(--fg-mute); font-family: var(--mono); font-size: 11px; }
.spec__row .v { font-family: var(--mono); font-size: 11px; }
.spec__row .v.acc { color: var(--accent); }

/* ---------- Section header (big) ---------- */
.bighead { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.bighead .big { font-family: var(--display); font-weight: 700; font-size: clamp(56px, 11vw, 140px); line-height: 1.05; letter-spacing: -0.02em; padding-top: 0.04em; }
.bighead .right { max-width: 400px; }
.bighead .a { font-family: var(--mono); font-size: 13px; font-weight: 600; }
.bighead .b { color: var(--fg-mute); font-size: 14px; line-height: 1.5; margin-top: 8px; }

/* ---------- Covers grid ---------- */
.covers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 40px; }
.cover__img { width: 100%; aspect-ratio: 420 / 540; object-fit: cover; }
.cover__typo { width: 100%; aspect-ratio: 420 / 540; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 24px; background: var(--fg); }
.cover__typo.alt { background: var(--accent); }
.cover__typo .t { font-family: var(--display); font-weight: 700; font-size: 32px; color: var(--bg); line-height: 1.05; letter-spacing: -0.02em; white-space: pre-line; }
.cover__typo .a { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--rule); margin-top: 12px; }
.cover__meta { display: flex; justify-content: space-between; margin-top: 12px; }
.cover__meta .y { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--accent); }
.cover__meta .t { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--fg-mute); }
.cover__title { font-family: var(--display); font-weight: 700; font-size: 20px; letter-spacing: -0.02em; margin-top: 12px; }
.cover__sub { color: var(--fg-mute); font-size: 13px; line-height: 1.4; margin-top: 4px; }

/* ---------- Table ---------- */
.table { margin-top: 40px; }
.trow { display: grid; grid-template-columns: 80px 1fr 320px 100px; gap: 24px; align-items: center; padding: 18px 16px; border-bottom: 1px solid var(--rule); }
.trow.hdr { background: var(--fg); border: 0; padding: 12px 16px; }
.trow.hdr span { color: var(--bg); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; }
.trow .c1 { font-family: var(--mono); font-size: 15px; }
.trow .c2 { font-weight: 600; font-size: 20px; letter-spacing: -0.015em; }
.trow .c2.acc { color: var(--accent); }
.trow .c3 { font-size: 14px; }
.trow .c4 { color: var(--fg-mute); font-family: var(--mono); font-size: 12px; }
.trow .c5 { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; text-align: right; }

/* ---------- Eseje cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.card { background: var(--bg); padding: 24px; display: flex; flex-direction: column; gap: 16px; min-height: 420px; }
.section--surface .card { background: var(--bg); }
.card__top { display: flex; justify-content: space-between; align-items: center; }
.card__num { color: var(--fg-mute); font-family: var(--mono); font-size: 12px; font-weight: 600; }
.tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; color: var(--bg); padding: 3px 8px; background: var(--fg); }
.tag.acc { background: var(--accent); }
.card__title { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
.card__src { color: var(--fg-mute); font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; }
.card__cta { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; margin-top: auto; }

/* ---------- Veřejně grid ---------- */
.vgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.vgrid--2 { grid-template-columns: repeat(2, 1fr); }
.vcard { background: var(--surface); padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.vcard h4 { color: var(--accent); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; }
.vcard .rule { height: 1px; background: var(--fg); }
.vcard .item { font-size: 16px; font-weight: 600; line-height: 1.3; overflow-wrap: break-word; }
.vcard .item a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.vcard .mlink { margin-top: auto; }

/* ---------- Footer ---------- */
.site-footer { background: var(--fg); color: var(--bg); position: relative; overflow: hidden; padding: 72px var(--pad) 36px; }
.site-footer .wrap2 { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 2; }
.footer__top { display: grid; grid-template-columns: minmax(0,1fr) 440px; gap: 48px; }
.footer__big { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.02em; white-space: pre-line; padding-top: 0.04em; }
.footer__news h5 { color: var(--accent); font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; margin-bottom: 12px; }
.footer__news p { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
.footer__news { max-width: 100%; }
.footer__news .row { display: flex; gap: 0; max-width: 100%; }
.footer__news input { flex: 1; min-width: 0; background: none; border: 1px solid var(--fg-mute); color: var(--bg); padding: 12px 14px; font-family: var(--mono); font-size: 13px; }
.footer__news button { background: var(--accent); color: var(--bg); border: 0; padding: 12px 20px; font-family: var(--mono); font-size: 13px; font-weight: 600; cursor: pointer; }
.footer__news-msg { display: none; font-family: var(--mono); font-size: 12px; line-height: 1.5; margin-top: 10px; }
.footer__news form.row.success ~ .footer__news-msg--success { display: block; }
.footer__news form.row.error ~ .footer__news-msg--error { display: block; color: #E08585; }
.footer__news form.row.loading button { opacity: 0.6; pointer-events: none; }
.footer__mid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 40px; }
.footer__mid h5 { color: var(--fg-mute); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; margin-bottom: 8px; }
.footer__mid a, .footer__mid p { display: block; font-family: var(--mono); font-size: 13px; font-weight: 500; line-height: 1.6; }
.footer__rule { height: 1px; background: var(--fg-mute); margin: 40px 0 24px; position: relative; z-index: 2; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; position: relative; z-index: 2; }
.footer__bottom span { color: var(--fg-mute); font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; }
.footer__bottom .top { color: var(--accent); }

/* bubbles */
.bubbles { position: absolute; inset: 0; z-index: 1; opacity: 0.5; pointer-events: none; }
.bubble {
  position: absolute; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--rule); border-radius: 999px; padding: 0 18px;
  font-family: var(--mono); font-size: 15px; color: var(--rule);
  animation: drift 20s ease-in-out infinite alternate;
}
.bubble:nth-child(2){ animation-duration: 24s; }
.bubble:nth-child(3){ animation-duration: 21s; animation-direction: alternate-reverse; }
.bubble:nth-child(4){ animation-duration: 27s; }
.bubble:nth-child(5){ animation-duration: 22s; animation-direction: alternate-reverse; }
.bubble:nth-child(6){ animation-duration: 29s; }
@keyframes drift { 0%{transform:translate(0,0)} 50%{transform:translate(14px,-10px)} 100%{transform:translate(-10px,8px)} }
@media (prefers-reduced-motion: reduce){ .bubble{ animation:none } }

/* ---------- Hero quote ---------- */
.hero__quote { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.25; letter-spacing: -0.01em; color: var(--accent); margin: 4px 0 0; }

/* ---------- Aktuální myšlenka ---------- */
.myslenka { padding: clamp(48px, 7vw, 72px) 0; }
.myslenka .wrap { display: flex; flex-direction: column; gap: 24px; }
.myslenka__toprule { height: 3px; background: var(--accent); }
.myslenka__bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.myslenka__quote { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -0.01em; max-width: 1180px; }
.myslenka__attr { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 8px; }
.myslenka__attr .k { color: var(--fg-mute); font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; }

/* ---------- Rozcestník ---------- */
.rozc { background: var(--surface); padding: clamp(56px, 8vw, 80px) 0; }
.rozc .wrap { display: flex; flex-direction: column; gap: 48px; }
.aktualne { background: var(--accent); color: var(--bg); padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; gap: 14px; }
.aktualne .eyebrow { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; opacity: 0.85; }
.aktualne .title { font-family: var(--display); font-weight: 700; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -0.02em; }
.aktualne .desc { font-size: 16px; line-height: 1.55; max-width: 760px; opacity: 0.9; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tile { background: var(--bg); border: 1px solid var(--rule); padding: 24px; display: flex; flex-direction: column; gap: 12px; min-height: 200px; }
.tile .n { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; }
.tile .t { font-family: var(--display); font-weight: 700; font-size: 30px; line-height: 1.05; letter-spacing: -0.02em; }
.tile .d { color: var(--fg-mute); font-size: 14px; line-height: 1.45; }
.tile .go { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; margin-top: auto; }

/* ---------- Home hero (photo + name overlay) ---------- */
.hometop { position: relative; }
.hometop__photo { width: 100%; height: clamp(420px, 62vh, 760px); object-fit: cover; object-position: 50% 22%; display: block; }
.hometop__name { position: absolute; left: var(--pad); bottom: 36px; color: #fff; font-family: var(--display); font-weight: 700; font-size: clamp(44px, 9vw, 124px); line-height: 0.95; letter-spacing: -0.03em; text-shadow: 0 2px 50px rgba(0,0,0,0.55); }
.hometop__name .sub { display: block; font-family: var(--mono); font-size: clamp(11px, 1.2vw, 14px); font-weight: 500; letter-spacing: 0.14em; margin-top: 12px; text-shadow: none; color: #8A3350; }
.hometop__credit { position: absolute; right: var(--pad); bottom: 14px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: #fff; opacity: 0.75; text-shadow: 0 1px 12px rgba(0,0,0,0.6); }

/* ---------- Platform (current project) ---------- */
.platform { background: var(--accent); color: var(--bg); padding: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; gap: 16px; }
.platform .eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; opacity: 0.85; }
.platform .h { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.02em; }
.platform .desc { font-size: 17px; line-height: 1.6; max-width: 760px; opacity: 0.92; }
.platform .mlink { color: #fff; }
/* foto/banner podcastové série z Ghost stránek „podcast-*-foto" */
.platform__foto { margin: 4px 0; }
.platform__foto .kg-card, .platform__foto p { margin: 0; }
.platform__foto img { display: block; max-width: 760px; width: 100%; height: auto; }
.platform__foto figcaption { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; opacity: 0.75; margin-top: 8px; color: var(--bg); }

/* current-project band flush under hero photo (one hero composition) */
.nowband { background: var(--accent); color: var(--bg); padding: clamp(36px, 5vw, 60px) var(--pad); }
.nowband__in { max-width: var(--maxw); margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.nowband .eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; opacity: 0.8; }
.nowband .h { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.02em; }
.nowband .desc { font-size: 17px; line-height: 1.6; max-width: 760px; opacity: 0.92; }
.nowband .mlink { color: #fff; }
/* dynamický obsah z Ghost stránky „soucasny-projekt" (odstavce, odkazy, obrázky) */
.nowband .nowdyn { display: flex; flex-direction: column; gap: 14px; }
.nowband .nowdyn p { font-size: 17px; line-height: 1.6; max-width: 760px; opacity: 0.92; margin: 0; }
.nowband .nowdyn a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.nowband .nowdyn a:hover { opacity: 0.7; }
.nowband .nowdyn p > a:only-child { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-decoration: none; }
.nowband .nowdyn .kg-card { margin: 6px 0; }
.nowband .nowdyn .kg-image-card img { width: auto; max-width: 100%; max-height: 340px; }
.nowband .nowdyn .kg-width-wide, .nowband .nowdyn .kg-width-full { width: 100%; min-width: 0; left: auto; transform: none; margin: 0; }
.nowband .nowdyn .kg-gallery-container { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end; gap: 14px; max-width: 760px; margin: 6px 0; }
.nowband .nowdyn .kg-gallery-row { display: contents; }
.nowband .nowdyn .kg-gallery-image { flex: 0 0 150px; width: 150px; }
.nowband .nowdyn .kg-gallery-image:not(:first-of-type) { margin: 0; }
.nowband .nowdyn .kg-gallery-image img { width: 100%; height: auto; object-fit: contain; }
.nowband .nowdyn figcaption { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; opacity: 0.75; margin-top: 8px; color: var(--bg); }

/* ---------- Food for thought ---------- */
.fft { border: 1px solid var(--rule); padding: clamp(28px, 4vw, 44px); }
.fft__q { font-family: var(--display); font-weight: 700; font-size: clamp(24px, 3vw, 38px); line-height: 1.18; letter-spacing: -0.01em; margin-top: 12px; }
/* dynamický citát z Ghost stránky „nedavno-zaznelo" */
.fft__dyn p { font-family: var(--display); font-weight: 700; font-size: clamp(24px, 3vw, 38px); line-height: 1.18; letter-spacing: -0.01em; margin: 12px 0 0; }
.fft__dyn a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.fft__dyn a:hover { opacity: 0.7; }

/* ---------- Events (coming up) ---------- */
.events { border-top: 1px solid var(--rule); margin-top: 8px; }
.event { display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid var(--rule); }
.event .d { font-family: var(--mono); font-size: 12px; color: var(--accent); font-weight: 600; letter-spacing: 0.04em; }
.event .t { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(18px, 2.2vw, 24px); line-height: 1.3; letter-spacing: -0.01em; }
.event .m { display: block; color: var(--fg-mute); font-size: 14px; margin-top: 8px; }
.event .go { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--accent); white-space: nowrap; }

/* ---------- Book detail ---------- */
.bookdetail { display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start; margin-top: 8px; }
.bookdetail__cover { width: 100%; height: auto; display: block; border: 1px solid var(--rule); }
.bookspec { border-top: 1px solid var(--rule); margin-bottom: 28px; }
.bookspec .r { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.bookspec .k { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; color: var(--fg-mute); }
.bookspec .v { font-size: 15px; text-align: right; }
.bookspec .v.acc { color: var(--accent); font-family: var(--mono); font-size: 12px; font-weight: 600; }
@media (max-width: 768px) { .bookdetail { grid-template-columns: 1fr; } }

/* ---------- About / facts ---------- */
.about-sec { margin-top: 56px; }
.about-sec > .label { display: block; margin-bottom: 4px; }
.facts { border-top: 1px solid var(--rule); }
.fact { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.fact .t { font-family: var(--display); font-weight: 700; font-size: clamp(17px, 2vw, 21px); letter-spacing: -0.01em; line-height: 1.25; }
.fact .x { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--fg-mute); white-space: nowrap; flex-shrink: 0; }
.fact .x.acc { color: var(--accent); font-weight: 600; }

/* ============================================================ Responsive ============================================================ */
@media (max-width: 1100px) {
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__news { max-width: 520px; }
}
@media (max-width: 900px) {
  .covers, .vgrid, .cards, .tiles { grid-template-columns: 1fr; }
  .myslenka__bar, .myslenka__attr { flex-direction: column; align-items: flex-start; gap: 8px; }
  .footer__mid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 768px) {
  .nav { position: relative; }
  .nav__menu { display: none; }
  .nav.is-open .nav__menu { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); padding: 8px var(--pad) 28px; border-bottom: 1px solid var(--rule); z-index: 50; }
  .nav.is-open .nav__menu a { font-size: 14px; }
  .event { grid-template-columns: 1fr; gap: 6px; }
  .hometop__credit { font-size: 8px; letter-spacing: 0.04em; bottom: 8px; opacity: 0.6; }
  .nav__burger { display: inline-flex; }
  .hero__sub { grid-template-columns: 1fr; gap: 24px; }
  .role .t { font-size: 18px; }
  .bighead { flex-direction: column; align-items: flex-start; gap: 16px; }
  .bighead .big { font-size: clamp(40px, 12vw, 72px); word-break: break-word; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .site-footer { padding-top: 56px; }
  /* table -> stacked */
  .trow { grid-template-columns: 56px 1fr; gap: 12px; padding: 14px 0; }
  .trow.hdr { display: none; }
  .trow .c3, .trow .c4 { display: none; }
  .trow .c5 { display: block; grid-column: 2; text-align: left; margin-top: 2px; }
  .trow .c2 { font-size: 17px; }
}
