/* Layout and motion refinements. */
.ambient-art {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient-art::before,
.ambient-art::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 320px;
  background: url("data:image/svg+xml,%3Csvg width='390' height='320' viewBox='0 0 390 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 212C112 198 242 168 259 91C274 24 148 13 109 76C66 144 151 239 228 260' stroke='%23C7D1C9' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M202 228L231 265L185 272' stroke='%23C7D1C9' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .105;
  filter: blur(.1px);
}

.ambient-art::before { top: 17vh; right: -58px; transform: rotate(-14deg); }
.ambient-art::after { bottom: 7vh; left: -105px; transform: rotate(164deg) scale(.82); opacity: .07; }

.ambient-loop,
.ambient-shape,
.ambient-ring,
.ambient-grid { position: absolute; display: block; pointer-events: none; }

.ambient-loop {
  width: 300px;
  height: 240px;
  background: url("data:image/svg+xml,%3Csvg width='300' height='240' viewBox='0 0 300 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 158C72 150 199 130 224 65C244 12 120 17 86 75C50 136 115 204 184 205' stroke='%23AFC3B3' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M162 177L188 207L153 216' stroke='%23AFC3B3' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: .075;
}
.loop-a { left: 17vw; top: 72vh; transform: rotate(72deg) skewX(-12deg); }
.loop-b { right: 20vw; top: 127vh; transform: rotate(-120deg) scale(.7, 1.18); opacity: .06; }
.loop-c { left: 3vw; top: 196vh; transform: rotate(13deg) scale(1.12, .7); opacity: .06; }

.ambient-shape { width: 64px; height: 64px; border: 1px solid #a7c3aa; opacity: .11; }
.diamond-a { left: 44vw; top: 44vh; transform: rotate(45deg); animation: ambientFloat 11s ease-in-out infinite; }
.diamond-b { right: 13vw; top: 214vh; width: 118px; height: 118px; transform: rotate(19deg); opacity: .06; }
.triangle-a { left: 12vw; top: 143vh; width: 0; height: 0; border-left: 34px solid transparent; border-right: 34px solid transparent; border-bottom: 58px solid #bfcebd; opacity: .075; transform: rotate(14deg); }

.ambient-ring { width: 235px; height: 235px; border: 1px solid #a7c3aa; border-radius: 50%; opacity: .065; }
.ring-a { left: -110px; top: 113vh; }
.ring-b { right: 7vw; top: 180vh; width: 118px; height: 118px; border-style: dashed; opacity: .08; animation: slowSpin 30s linear infinite; }

.ambient-grid { right: 5vw; top: 78vh; width: 170px; height: 170px; opacity: .045; background-image: linear-gradient(#b9c9ba 1px, transparent 1px), linear-gradient(90deg, #b9c9ba 1px, transparent 1px); background-size: 28px 28px; transform: rotate(12deg); }

.header, #app, .footer { position: relative; z-index: 1; }

.header { min-height: 98px; padding-inline: 5.5vw; }

.brand { font-size: 28px; letter-spacing: -2px; }
.brand,.footer-logo { white-space: nowrap; }
.brand small { margin-top: 10px; letter-spacing: 4.4px; }

.nav { gap: 42px; }
.nav a { font-size: 16px; letter-spacing: .8px; }

.header-socials {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 17px;
  transform: translate(-50%, -50%);
}

.header-socials a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.header-socials a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.header-socials svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.hero { min-height: 740px; padding-top: 11vh; }
.hero-copy {
  width: min(560px, 47vw);
  max-width: none;
  margin: auto 0 2vw;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.42;
  color: #c4cbc5;
}

.orb { right: -5vw; top: 10vw; }

.stats { grid-auto-rows: 1fr; }
.stat,
.stat:last-child {
  min-height: 175px;
  padding: 31px 26px 27px;
  border-right: 0;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: 0; }
.stat b { line-height: 1; margin-bottom: 16px; }
.stat span { display: block; line-height: 1.45; }

#app {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s ease, transform .4s cubic-bezier(.2,.75,.25,1);
}

#app.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .header-socials { display: none; }
}

@media (max-width: 720px) {
  .ambient-art::before { width: 260px; height: 230px; right: -92px; top: 28vh; opacity: .07; }
  .ambient-art::after { display: none; }
  .header { min-height: 78px; }
  .brand { font-size: 24px; }
  .nav { gap: 22px; }
  .nav a { font-size: 15px; }
  .hero { min-height: 660px; }
  .hero-copy { width: 100%; margin-bottom: 0; font-size: clamp(21px, 6vw, 27px); }
  .orb { right: -45vw; top: 28vw; }
  .stat, .stat:last-child { min-height: 140px; padding: 26px 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  #app, .header-socials a { transition: none; }
}

/* Original geometric artwork for the Journal cards. */
.journal-head { position: relative; overflow: hidden; }
.journal-head::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  right: 9vw;
  bottom: -55px;
  border: 1px solid var(--accent);
  transform: rotate(30deg);
  opacity: .55;
}

.post-card { min-height: 390px; overflow: hidden; }
.post-art {
  position: relative;
  height: 145px;
  margin: -25px -25px 25px;
  overflow: hidden;
  background: #17231d;
  border-bottom: 1px solid var(--line);
}

.post-art-tag {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 16px;
  color: var(--accent);
  padding: 7px 9px;
  background: rgba(16, 20, 18, .78);
  font: 600 18px var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .8);
}
.post-art::before,
.post-art::after,
.post-art i,
.post-art b,
.post-art em { content: ""; position: absolute; display: block; }

.art-0::before { width: 170px; height: 170px; right: -18px; top: -65px; border-radius: 50%; background: var(--accent); opacity: .9; }
.art-0::after { width: 150px; height: 150px; left: 24px; bottom: -113px; border: 1px solid #69936d; transform: rotate(45deg); }
.art-0 i { width: 11px; height: 11px; left: 54%; top: 58%; background: var(--coral); transform: rotate(45deg); }

.art-1::before { width: 215px; height: 215px; left: -46px; top: -94px; border: 1px solid #7fbe82; border-radius: 50%; }
.art-1::after { width: 0; height: 0; right: 36px; bottom: -1px; border-left: 70px solid transparent; border-right: 70px solid transparent; border-bottom: 125px solid var(--accent); opacity: .88; }
.art-1 i { width: 68px; height: 68px; right: 107px; top: 20px; border: 1px solid #e9ede9; transform: rotate(22deg); }

.art-2::before { width: 92px; height: 92px; left: 38px; top: 23px; background: var(--accent); transform: rotate(45deg); }
.art-2::after { width: 240px; height: 1px; right: -18px; top: 76px; background: #7ba27e; transform: rotate(-25deg); }
.art-2 i { width: 150px; height: 150px; right: -70px; top: -68px; border: 1px solid #e9ede9; border-radius: 50%; }
.art-2 b { width: 9px; height: 9px; background: var(--coral); left: 164px; bottom: 28px; }

/* Keep decorative shapes deliberately quiet so category labels remain legible. */
.post-art::before,
.post-art::after,
.post-art i,
.post-art b,
.post-art em { opacity: .38; }

.post-card:hover .post-art::before { transform: scale(1.08) rotate(12deg); }
.post-card:hover .post-art::after { transform: rotate(48deg) translate(6px, -5px); }
.post-card:hover .art-1::after { transform: translateY(-8px); }
.post-card:hover .art-2::after { transform: rotate(-25deg) translateX(-14px); }
.post-art::before, .post-art::after, .post-art i, .post-art b { transition: transform .7s cubic-bezier(.2,.75,.25,1); }

.post-image { height: 205px; margin: -25px -25px 25px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--panel); }
.post-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-image img { transform: scale(1.04); }
.article-cover { width: 100%; max-height: 440px; margin: 0 0 48px; display: block; object-fit: cover; border: 1px solid var(--line); }
.article ul { margin: 22px 0 30px; padding-left: 1.35em; color: #bdc5bf; }
.article li { margin: 10px 0; font-size: 18px; line-height: 1.6; }
.socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.socials svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.hero::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 48%;
  bottom: 14%;
  border: 1px solid var(--accent);
  transform: rotate(45deg);
  opacity: .65;
  animation: drift 7s ease-in-out infinite;
}
.hero::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 61%;
  bottom: 19%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 28px solid var(--coral);
  animation: drift 5.5s ease-in-out infinite reverse;
}

.stat { transition: background .3s ease, transform .3s ease; }
.stat:hover { background: rgba(211,255,89,.06); transform: translateY(-4px); }

@keyframes drift {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(-13px) rotate(56deg); }
}

@keyframes ambientFloat {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(53deg) translateY(-18px); }
}

@keyframes slowSpin { to { transform: rotate(360deg); } }

@media (max-width: 720px) {
  .loop-a { left: -85px; top: 95vh; opacity: .045; }
  .loop-b, .loop-c, .diamond-b, .triangle-a, .ring-b, .ambient-grid { display: none; }
  .diamond-a { left: auto; right: 10vw; top: 72vh; opacity: .06; }
  .ring-a { top: 148vh; opacity: .045; }
  .post-card { min-height: 350px; }
  .journal-head::after { right: 4vw; }
  .hero::before, .hero::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .diamond-a, .ring-b { animation: none; }
}

/* Phone layout: keep navigation and content in their own predictable layers. */
.ticker {
  padding: 0;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 22s linear infinite;
  will-change: transform;
}

.ticker-track span {
  display: block;
  flex: none;
  padding: 20px 34px;
  color: var(--ink);
  font-size: clamp(17px, 2vw, 27px);
  letter-spacing: .08em;
}

.ticker-track strong { margin: 0 34px; }

@keyframes ticker-scroll {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* AstraSoft-inspired page architecture: large type, thin rules and spacious panels. */
.header { min-height: 74px; height: 74px; padding-inline: 3.2vw; border-color: rgba(233,237,233,.28); z-index: 40; }
.header-socials { display: none; }
.menu-toggle { display: block; position: relative; z-index: 50; cursor: pointer; }
.menu-toggle span { width: 34px; margin: 7px 0; }
.nav { position: fixed; z-index: 45; top: 74px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 0 3.2vw 22px; background: var(--bg); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s; }
.nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.nav a { width: 100%; padding: 16px 0; font-size: 17px; border-bottom: 1px solid rgba(233,237,233,.16); }
.job p { max-width: 620px; margin: 10px 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

/* Desktop navigation is always visible; the burger belongs to the phone layout. */
@media (min-width: 721px) {
  .header { justify-content: space-between; padding-inline: 5.5vw; }
  .menu-toggle { display: none; }
  .nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(22px, 4vw, 68px);
    padding: 0;
    background: transparent;
    border: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .nav a {
    width: auto;
    padding: 0;
    border: 0;
    color: var(--ink);
    font: 700 clamp(15px, 1.65vw, 25px) var(--sans);
    letter-spacing: -.035em;
  }
  .nav a:last-child {
    padding: .48em .8em .54em;
    color: #151515;
    background: #f3f0e9;
    border-radius: .65em;
  }
}

.astra-hero { min-height: calc(100vh - 74px); position: relative; display: flex; align-items: center; overflow: hidden; padding: 8vw 3.2vw 5vw; border-bottom: 1px solid var(--line); }
.astra-hero h1 { position: relative; z-index: 1; max-width: 1290px; margin: 0; font-size: clamp(62px, 9.5vw, 150px); line-height: .88; text-transform: uppercase; letter-spacing: -.075em; }
.astra-hero h1 em { font-style: normal; color: var(--accent); }
.astra-sun { position: absolute; z-index: 0; width: clamp(80px, 8vw, 130px); aspect-ratio: 1; right: 18%; top: 35%; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 21px rgba(211,255,89,.08); }
.astra-orbit { position: absolute; z-index: 0; width: 320px; height: 320px; border: 1px solid rgba(159,167,162,.55); border-radius: 50%; opacity: .4; }
.orbit-left { left: -160px; bottom: -120px; }
.orbit-right { right: -110px; top: -135px; width: 440px; height: 440px; }
.astra-running { display: flex; overflow: hidden; white-space: nowrap; border-bottom: 1px solid var(--line); font: 500 clamp(18px,2.1vw,31px) var(--sans); letter-spacing: -.03em; }
.astra-running div { flex: none; padding: 26px 2vw; animation: astra-marquee 22s linear infinite; }
@keyframes astra-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
.astra-about { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.astra-about article { min-height: 470px; display: flex; flex-direction: column; align-items: flex-start; padding: 3.2vw; border-right: 1px solid var(--line); }
.astra-about article:last-child { border-right: 0; }
.astra-about h2,.astra-mission h2 { margin: 0 0 5vw; font-size: clamp(42px,5vw,76px); line-height: .9; letter-spacing: -.07em; }
.astra-about p { max-width: 420px; margin: 0; color: rgba(233,237,233,.76); font-size: clamp(16px,1.3vw,20px); line-height: 1.45; }
.astra-about strong { color: var(--ink); }
.astra-link { margin-top: auto; color: var(--ink); font: 14px var(--mono); text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--accent); padding-bottom: 8px; }
.astra-mission { position: relative; min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9vw 20px; overflow: hidden; text-align: center; background: var(--panel); }
.astra-mission::before,.astra-mission::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(159,167,162,.38); border-radius: 50%; }
.astra-mission::before { left: -110px; bottom: -120px; }.astra-mission::after { right: -110px; top: -120px; }
.astra-mission h2 { position: relative; z-index: 1; margin-bottom: 30px; }.astra-mission p { position: relative; z-index: 1; max-width: 800px; margin: 0; font-size: clamp(25px,3.6vw,56px); line-height: .96; letter-spacing: -.055em; }

@media (max-width: 720px) {
  .header { height: 76px; min-height: 76px; padding-inline: 20px; }
  .nav { top: 76px; padding-inline: 20px; }
  .astra-hero { min-height: 660px; padding: 80px 20px 55px; align-items: flex-end; }
  .astra-hero h1 { font-size: clamp(49px, 14vw, 66px); }
  .astra-sun { top: 23%; right: 15%; width: 84px; }.orbit-right { width: 250px; height: 250px; right: -105px; }.astra-running div { padding: 18px 20px; }
  .astra-about { grid-template-columns: 1fr; }.astra-about article { min-height: 0; padding: 52px 20px; border-right: 0; border-bottom: 1px solid var(--line); }.astra-about h2 { margin-bottom: 80px; }.astra-about article:last-child { border-bottom: 0; }.astra-link { margin-top: 48px; }
  .astra-mission { min-height: 480px; }.astra-mission p { font-size: clamp(28px,8.5vw,42px); }
}

@media (max-width: 720px) {
  body { overflow-x: hidden; }

  .header {
    height: 76px;
    min-height: 76px;
    padding-inline: 20px;
    /* Keep the fixed menu above #app, which has its own stacking layer. */
    z-index: 40;
  }

  .brand { font-size: 23px; }
  .brand small { font-size: 9px; margin-top: 8px; letter-spacing: 3.4px; }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: block;
    padding: 6px;
  }

  .nav,
  .nav.open {
    position: fixed;
    z-index: 11;
    top: 76px;
    right: 0;
    left: 0;
    display: flex;
    gap: 4px;
    padding: 24px 20px;
    background: var(--bg);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(0,0,0,.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s;
  }

  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a { width: 100%; padding: 14px 0; font-size: 16px; }

  /* While the menu is open the page must not receive touches behind it. */
  body.menu-open { overflow: hidden; }

  h1 { font-size: clamp(43px, 13.5vw, 61px); line-height: .93; }
  .page-head h1, .article h1, .legal h1 { font-size: clamp(42px, 12.6vw, 58px); }
  .page-head { padding: 75px 20px 58px; }
  .section { padding: 65px 20px; }
  .article, .legal { padding-inline: 20px; }

  .hero {
    min-height: 630px;
    padding: 68px 20px 46px;
  }
  .hero-copy { position: relative; z-index: 2; width: 100%; max-width: 100%; font-size: clamp(21px, 6.4vw, 28px); }
  .orb { width: 118vw; height: 118vw; right: -60vw; top: 23vw; opacity: .58; }

  .section-title { gap: 24px; margin-bottom: 38px; }
  .section-title p { max-width: 100%; font-size: 16px; }
  .stats { display: block; }
  .stat, .stat:last-child { min-height: auto; padding: 25px 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }

  .service { grid-template-columns: 34px 1fr 24px; gap: 12px; }
  .service h3 { font-size: 20px; }
  .advantages { grid-template-columns: 1fr; }
  .advantage, .advantage:nth-child(even) { padding: 26px 0 34px; border-left: 0; }

  .post-card { min-height: 345px; }
  .post-card h2 { font-size: 24px; }
  .post-art { height: 132px; }

  .career-grid, .contact-grid { gap: 40px; }
  .job { align-items: flex-start; padding: 22px 0; }
  .job a { padding-top: 3px; }

  .footer { padding: 46px 20px 24px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .socials, .footer-links { flex-wrap: wrap; gap: 14px; }
}

/* Privacy policy: AstraSoft-inspired editorial legal layout. */
.legal-policy {
  padding: clamp(56px, 6.25vw, 120px) 8vw clamp(100px, 12vw, 190px);
  color: #f3f0e9;
}

.policy-container { max-width: none; }
.policy-breadcrumbs {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 38px);
  color: rgba(243, 240, 233, .6);
  font-size: clamp(18px, 1.75vw, 34px);
  line-height: 1;
}
.policy-breadcrumbs a { color: inherit; text-decoration: none; transition: color .2s ease; }
.policy-breadcrumbs a:hover { color: #f3f0e9; }
.policy-breadcrumbs span:last-child { color: #f3f0e9; }
.policy-head { margin: clamp(70px, 10vw, 154px) 0; }
.policy-head p { margin: 0 0 clamp(18px, 2vw, 38px); color: rgba(243, 240, 233, .6); font-size: clamp(17px, 1.35vw, 26px); line-height: 1.2; text-transform: lowercase; }
.policy-head p strong { margin-left: .5em; color: #f3f0e9; font-weight: 600; }
.policy-head h1 { max-width: none; margin: 0; color: #f3f0e9; font-size: clamp(58px, 7.65vw, 147px); font-weight: 600; line-height: 1.05; letter-spacing: -.065em; }
.policy-content { max-width: min(63vw, 1210px); color: rgba(243, 240, 233, .9); }
.policy-content > :first-child { margin-top: 0; }
.policy-content h2,.policy-content h3 { margin: clamp(38px, 3.1vw, 60px) 0 clamp(12px, .7vw, 16px); color: #f3f0e9; font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.policy-content h2 { font-size: clamp(31px, 2.48vw, 48px); }
.policy-content h3 { margin-top: clamp(28px, 1.95vw, 38px); font-size: clamp(24px, 1.78vw, 34px); }
.policy-content p,.policy-content li { font-size: clamp(17px, 1.39vw, 27px); line-height: 1.3; }
.policy-content p { margin: clamp(16px, 1.25vw, 24px) 0 0; }
.policy-content ul { margin: 0; padding-left: 1.7em; }
.policy-content li { margin: .55em 0 0; padding-left: .15em; }
.policy-content strong { color: #f3f0e9; font-weight: 600; }
.policy-content a { color: #f3f0e9; text-decoration: underline; text-underline-offset: .13em; }
.policy-content a:hover { color: rgba(243, 240, 233, .65); }

@media (max-width: 991px) {
  .policy-content { max-width: 91vw; }
}

@media (max-width: 720px) {
  .legal-policy { padding: 54px 20px 100px; }
  .policy-breadcrumbs { gap: 14px; font-size: 18px; }
  .policy-head { margin: 70px 0; }
  .policy-head h1 { font-size: clamp(48px, 13vw, 74px); }
  .policy-head p { margin-bottom: 18px; font-size: 16px; }
  .policy-content { max-width: none; }
  .policy-content h2 { font-size: 29px; }
  .policy-content h3 { font-size: 23px; }
  .policy-content p,.policy-content li { font-size: 17px; line-height: 1.48; }
}
