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

    body {
      font-family: 'Clash Grotesk', sans-serif;
      background-color: #ffffff;
      color: #2a2a2a;
    }

    /* Franklin Gothic stack */
    .franklin {
      font-family: 'Clash Grotesk', sans-serif;
    }

    /* ── HEADER ── */
    header {
      display: flex;
      align-items: stretch;
      background-color: #1E2A4A;
      background-image:
        linear-gradient(to right, rgba(30,42,74,0.95) 0%, rgba(30,42,74,0.75) 50%, rgba(30,42,74,0.35) 100%),
        url('img/img-01.jpg');
      background-size: cover;
      background-position: center;
    }

    .logo-block {
      background-color: transparent;
      padding: 12px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      flex-shrink: 0;
    }

    .logo-block .wordmark {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 44px;
      color: #ffffff;
      letter-spacing: -0.01em;
      text-transform: none;
      line-height: 0.9;
      font-weight: 500;
      font-style: normal;
    }

    .logo-block .wordmark .dot { color: #8DC63F; }

    .logo-block .tagline {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 400;
      font-size: 11px;
      color: #ffffff;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      margin-top: 3px;
      text-align: center;
    }

    .logo-block .ticks {
      display: flex;
      justify-content: flex-end;
      gap: 5px;
      margin-top: 10px;
      align-self: stretch;
    }

    .logo-block .ticks span {
      width: 1px;
      background: #8DC63F;
    }

    .logo-block .ticks span:nth-child(3n) { height: 13px; opacity: 1; }
    .logo-block .ticks span:not(:nth-child(3n)) { height: 8px; opacity: 0.6; }

    .ticks-vertical {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 14px;
    }

    .ticks-vertical span {
      height: 1px;
      background: #1E2A4A;
    }

    .ticks-vertical span:nth-child(3n) { width: 32px; opacity: 1; }
    .ticks-vertical span:not(:nth-child(3n)) { width: 18px; opacity: 0.6; }

    .ticks-horizontal-flip {
      display: none;
    }

    .ticks-horizontal-flip span {
      width: 1px;
      background: #1E2A4A;
    }

    .ticks-horizontal-flip span:nth-child(3n) { height: 9px; opacity: 1; }
    .ticks-horizontal-flip span:not(:nth-child(3n)) { height: 5px; opacity: 0.6; }

    .logo-photo {
      position: relative;
      width: 70px;
      overflow: hidden;
      flex-shrink: 0;
      margin-left: 20px;
    }

    .logo-photo::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(141, 198, 63, 0.5);
    }

    .logo-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0.7;
    }

    /* SEARCH */
    .search-bar {
      display: flex;
      align-items: center;
      gap: 4px;
      flex-shrink: 0;
    }

    .search-bar input {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      padding: 4px 8px;
      border: 2px solid transparent;
      background-color: #ffffff;
      color: #2a2a2a;
      width: 140px;
      outline: none;
    }

    .search-bar input:hover {
      border-top: 2px solid #8F95A5;
      border-left: 2px solid #8F95A5;
      border-bottom: 2px solid #0B0F1A;
      border-right: 2px solid #0B0F1A;
      background-color: #ffffff;
    }

    .search-bar input::placeholder { color: #aaaaaa; }

    .go-btn {
      background-color: #1E2A4A;
      color: #ffffff;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1.5px;
      padding: 3px 7px;
      border: 2px solid #1E2A4A;
      cursor: pointer;
    }

    .go-btn:hover {
      border-top: 2px solid #8F95A5;
      border-left: 2px solid #8F95A5;
      border-bottom: 2px solid #0B0F1A;
      border-right: 2px solid #0B0F1A;
    }

    .go-btn:active {
      border-top: 2px solid #0B0F1A;
      border-left: 2px solid #0B0F1A;
      border-bottom: 2px solid #8F95A5;
      border-right: 2px solid #8F95A5;
    }


    /* NAV */
    nav {
      background-color: #1E2A4A;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
    }

    .nav-left {
      display: flex;
      align-items: stretch;
      flex-wrap: nowrap;
      min-width: 0;
    }

    .nav-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      padding: 8px 14px;
      flex-wrap: wrap;
      flex-shrink: 0;
      margin-left: auto;
    }

    .nav-right a {
      color: rgba(255,255,255,0.85);
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav-right a:hover { color: #ffffff; }

    .menu-item { position: relative; }

    .menu-item > a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 12px;
      font-weight: 700;
      padding: 10px 12px;
      white-space: nowrap;
      letter-spacing: 0.5px;
    }

    .menu-item > a:hover { background-color: #0B0F1A; color: #ffffff; }

    .dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #1E2A4A;
      min-width: 200px;
      z-index: 100;
      border-top: 2px solid #0B0F1A;
      border-left: 2px solid #0B0F1A;
      border-right: 2px solid #0B0F1A;
      border-bottom: 2px solid #0B0F1A;
    }

    .dropdown a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      padding: 9px 18px;
      white-space: nowrap;
    }

    .dropdown a:hover { color: #8CA0FF; background-color: #0B0F1A; }
    .menu-item:hover .dropdown { display: block; }
    .menu-item.open .dropdown { display: block; }

    /* TABS */
    .tab-bar {
      display: flex;
      gap: 3px;
      background-color: #e8f2f8;
      padding: 12px 24px 0 24px;
      overflow-x: auto;
    }

    .tab-btn {
      background-color: #c8e0f0;
      color: #1E2A4A;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 700;
      padding: 8px 20px;
      border: none;
      cursor: pointer;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .tab-btn:hover { background-color: #C7D2FF; color: #1E2A4A; }
    .tab-btn.active { background-color: #1E2A4A; color: #ffffff; }

    .tab-content {
      display: none;
      background-color: #e8f2f8;
      padding: 16px 24px;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 12px;
      color: #000000;
      line-height: 1.7;
      border-top: 2px solid #2A3B6B;
    }

    .tab-content.active { display: block; }
    .tab-content strong { color: #1E2A4A; font-size: 13px; }
    .tab-content a { color: #2A3B6B; font-weight: 700; }
    .tab-content a:hover { color: #8F95A5; }
    .tab-content a:active { color: #D32F2F; }

    /* HERO */
    .hero {
      position: relative;
      height: 440px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background-color: #1E2A4A;
    }

    .hero-photo {
      position: absolute;
      right: 0; top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.5;
    }

    .hero-overlay {
      position: absolute;
      left: 0; top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #1E2A4A 0%, rgba(30,42,74,0.85) 40%, rgba(30,42,74,0.3) 100%);
    }

    .hero-text {
      position: relative;
      z-index: 2;
      padding: 0 52px;
      max-width: 560px;
    }

    .hero-eyebrow {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #8F95A5;
      margin-bottom: 14px;
    }

    .hero-headline {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 48px;
      color: #ffffff;
      line-height: 1.1;
      margin-bottom: 18px;
      letter-spacing: 1px;
      text-transform: lowercase;
    }

    .hero-subhead {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 14px;
      color: #8F95A5;
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 400px;
    }

    .hero-btn {
      display: inline-block;
      background-color: #1E2A4A;
      color: #ffffff;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 6px 16px;
      text-decoration: none;
      border: 2px solid #1E2A4A;
      cursor: pointer;
    }

    .hero-btn:hover {
      border-top: 2px solid #8F95A5;
      border-left: 2px solid #8F95A5;
      border-bottom: 2px solid #0B0F1A;
      border-right: 2px solid #0B0F1A;
    }

    .hero-btn:active {
      border-top: 2px solid #0B0F1A;
      border-left: 2px solid #0B0F1A;
      border-bottom: 2px solid #8F95A5;
      border-right: 2px solid #8F95A5;
    }

    /* SECTIONS */
    .section-row { display: flex; }

    .section-photo {
      width: 340px;
      min-height: 260px;
      flex-shrink: 0;
      overflow: hidden;
    }

    .section-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .section-text {
      flex: 1;
      padding: 40px 44px;
      background-color: #ffffff;
    }

    .section-text h2 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #1E2A4A;
      margin-bottom: 14px;
      letter-spacing: 1px;
      text-transform: lowercase;
    }

    .section-text p {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 13px;
      line-height: 1.8;
      color: #555555;
      margin-bottom: 16px;
    }

    .section-text a {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #2A3B6B;
      text-decoration: none;
      border-bottom: 1px solid #1E2A4A;
      padding-bottom: 2px;
    }

    .section-text a:hover { color: #8F95A5; }
    .section-text a:active { color: #D32F2F; }

    .section-row.reverse .section-photo { order: 2; }
    .section-row.reverse .section-text { background-color: #f0f6fa; }

    /* THREE COL */
    .three-col { display: flex; background-color: #2A3B6B; }

    .col-item {
      flex: 1;
      padding: 34px 28px;
      border-right: 1px solid rgba(255,255,255,0.5);
    }

    .col-item:last-child { border-right: none; }

    .col-item h3 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 20px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 10px;
      letter-spacing: 1px;
      text-transform: lowercase;
    }

    .col-item p {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 12px;
      color: rgba(255,255,255,0.8);
      line-height: 1.7;
    }

    /* PORTFOLIO STRIP */
    .portfolio-section { padding: 54px 44px 60px; background-color: #ffffff; }

    .portfolio-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 30px;
    }

    .portfolio-header h2 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #1E2A4A;
      letter-spacing: 1px;
      text-transform: lowercase;
      margin: 0;
    }

    .portfolio-header a {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #2A3B6B;
      text-decoration: none;
      border-bottom: 1px solid #1E2A4A;
      padding-bottom: 2px;
    }

    .portfolio-header a:hover { color: #8F95A5; }
    .portfolio-header a:active { color: #D32F2F; }

    .portfolio-grid { display: flex; gap: 22px; }

    .portfolio-card { flex: 1; text-decoration: none; display: block; }

    .portfolio-frame {
      border: 1px solid #E7E9F0;
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 14px;
      box-shadow: 0 1px 3px rgba(30,42,74,0.06);
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .portfolio-card:hover .portfolio-frame {
      box-shadow: 0 16px 30px rgba(30,42,74,0.18);
      transform: translateY(-3px);
    }

    .browser-chrome {
      display: flex;
      align-items: center;
      gap: 5px;
      background-color: #F4F5F8;
      padding: 7px 10px;
      border-bottom: 1px solid #E7E9F0;
    }

    .browser-dot { width: 6px; height: 6px; border-radius: 50%; background-color: #D5D9E3; }

    .browser-url {
      margin-left: 6px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 8.5px;
      letter-spacing: 0.3px;
      color: #9BA1AF;
    }

    .portfolio-card-media {
      height: 140px;
      margin-bottom: 0;
      background-size: cover;
      background-position: top center;
      position: relative;
    }

    .portfolio-card-media.photo-tint::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(165deg, rgba(30,42,74,0.55) 0%, rgba(42,59,107,0.18) 55%, rgba(30,42,74,0.32) 100%);
    }

    .portfolio-card-media.photo-tint .portfolio-photo-tag {
      position: absolute;
      left: 10px;
      bottom: 10px;
      z-index: 2;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.5px;
      color: #ffffff;
    }

    .portfolio-card-media.grad-1 { background: linear-gradient(135deg, #1E2A4A, #2A3B6B); }
    .portfolio-card-media.grad-2 { background: linear-gradient(135deg, #2A3B6B, #4C6FFF); }
    .portfolio-card-media.grad-3 { background: linear-gradient(135deg, #7B5CFA, #4C6FFF); }

    .portfolio-card-media.brief-mock {
      display: flex;
      flex-direction: column;
      background-color: #F3ECDE;
    }

    .brief-mock-bar {
      background-color: #262220;
      padding: 8px 14px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .brief-mock-mark {
      font-family: Georgia, 'Times New Roman', serif;
      font-weight: 700;
      font-style: italic;
      font-size: 18px;
      color: #6E1F26;
      line-height: 1;
    }

    .brief-mock-name {
      font-family: 'JetBrains Mono', monospace;
      font-size: 9px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #F3ECDE;
    }

    .brief-mock-body {
      flex: 1;
      padding: 16px 14px;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }

    .brief-mock-line { height: 6px; border-radius: 1px; background-color: #C7BBA0; }
    .brief-mock-line.w1 { width: 80%; }
    .brief-mock-line.w2 { width: 95%; }
    .brief-mock-line.w3 { width: 55%; }

    .brief-mock-rule { height: 1px; background-color: #6E1F26; margin: 8px 0 2px; }

    .brief-mock-tag {
      font-family: 'JetBrains Mono', monospace;
      font-size: 8px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #6E1F26;
    }

    .portfolio-tag {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 9px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8F95A5;
      display: block;
      margin-bottom: 6px;
    }

    .portfolio-card h3 {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 16px;
      color: #1E2A4A;
      letter-spacing: 0.5px;
      margin: 0;
      font-weight: 300;
    }

    /* PROCESS */
    .process-section { padding: 54px 44px 60px; background-color: #f0f6fa; text-align: center; }

    .process-section h2 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 28px;
      color: #1E2A4A;
      letter-spacing: 1px;
      text-transform: lowercase;
      margin-bottom: 36px;
    }

    .process-steps { display: flex; gap: 30px; text-align: left; }

    .process-step { flex: 1; }

    .process-num {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #8F95A5;
      display: block;
      margin-bottom: 10px;
    }

    .process-step h3 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #1E2A4A;
      letter-spacing: 0.5px;
      text-transform: lowercase;
      margin-bottom: 8px;
    }

    .process-step p {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 12px;
      line-height: 1.7;
      color: #555555;
    }


    /* CTA BAND */
    .cta-band { background-color: #1E2A4A; padding: 60px 44px; text-align: center; }

    .cta-band .ticks-center {
      display: flex;
      justify-content: center;
      gap: 4px;
      margin-bottom: 18px;
    }

    .cta-band .ticks-center span {
      width: 1px;
      background: #8F95A5;
    }

    .cta-band .ticks-center span:nth-child(3n) { height: 9px; opacity: 1; }
    .cta-band .ticks-center span:not(:nth-child(3n)) { height: 5px; opacity: 0.6; }

    .cta-band h2 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 300;
      font-size: 30px;
      color: #ffffff;
      letter-spacing: 1px;
      text-transform: lowercase;
      margin-bottom: 14px;
    }

    .cta-band p {
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      max-width: 460px;
      margin: 0 auto 26px;
      line-height: 1.7;
    }


    /* SITE LINKS */
    .site-links {
      background-color: #0B0F1A;
      padding: 54px 44px;
    }

    .site-links-grid {
      display: flex;
      gap: 32px;
      max-width: 1100px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .site-links-col { flex: 1; min-width: 150px; }

    .site-links-col h4 {
      font-family: 'Clash Grotesk', sans-serif;
      font-weight: 500;
      font-size: 11px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #8F95A5;
      margin: 0 0 16px;
    }

    .site-links-col a {
      display: block;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 13px;
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      margin-bottom: 11px;
    }

    .site-links-col a:hover { color: #ffffff; }


    /* FOOTER */
    footer {

      background-color: #1E2A4A;
      color: #6a9aba;
      font-family: 'Clash Grotesk', sans-serif;
      font-size: 11px;
      padding: 20px 28px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    footer a { color: #8DC63F; text-decoration: none; margin-left: 18px; }
    footer a:hover { color: #C6E39F; }
    footer a:active { color: #DCEFC0; }

    .footer-copyright { color: #8F95A5; }

    .footer-ticks {
      display: inline-flex;
      align-items: flex-end;
      gap: 3px;
      margin-right: 10px;
      vertical-align: middle;
    }

    .footer-ticks span {
      width: 1px;
      background: #8DC63F;
    }

    .footer-ticks span:nth-child(3n) { height: 7px; opacity: 1; }
    .footer-ticks span:not(:nth-child(3n)) { height: 4px; opacity: 0.6; }

    /* MOBILE */
    /* The nav bar (menu items left, search + Contact/Careers right) now stays
       visible and persistent at every screen width, including portrait phones.
       It wraps via flex-wrap rather than collapsing into a hamburger menu. */

    @media (max-width: 700px) {

      .nav-right {
        justify-content: center;
        margin-left: 0;
        width: 100%;
      }

      .hero {
        height: auto;
        min-height: 320px;
        padding: 40px 24px;
      }

      .hero-text { padding: 0; max-width: 100%; }
      .hero-headline { font-size: 32px; }
      .hero-subhead { font-size: 13px; }

      .section-row { flex-direction: column; }
      .section-row.reverse .section-photo { order: 0; }
      .section-photo { width: 100%; height: 200px; }
      .section-text { padding: 28px 20px; }

      .three-col { flex-direction: column; }
      .col-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.5); }
      .col-item:last-child { border-bottom: none; }

      .portfolio-section { padding: 36px 20px 44px; }
      .portfolio-header { align-items: flex-start; }
      .portfolio-grid { flex-direction: column; gap: 24px; }

      .process-section { padding: 36px 20px 44px; }
      .process-steps { flex-direction: column; gap: 26px; }

      .cta-band { padding: 44px 20px; }
      .site-links { padding: 40px 20px; }
      .site-links-grid { gap: 28px 20px; }
      .site-links-col { flex: 1 1 40%; }
      .cta-band h2 { font-size: 24px; }

      .tab-bar { padding: 10px 12px 0 12px; gap: 2px; }
      .tab-btn { padding: 7px 12px; font-size: 10px; }
      .tab-content { padding: 12px 16px; }

      footer { flex-direction: column; text-align: center; }
      footer div { margin-top: 8px; }
      footer a { margin-left: 10px; }
    }

    /* ============================================================
       SITE SEARCH  (search.js / search-index.js)
       ============================================================ */
    .search-bar { position: relative; }

    .search-results {
      position: absolute;
      top: calc(100% + 6px);
      right: 0;
      width: 340px;
      max-width: 92vw;
      max-height: 72vh;
      overflow-y: auto;
      background-color: #ffffff;
      border: 1px solid #E7E9F0;
      box-shadow: 0 12px 30px rgba(11,15,26,0.22);
      z-index: 400;
      text-align: left;
      font-family: 'Clash Grotesk', sans-serif;
    }

    .search-count {
      padding: 8px 14px;
      font-family: 'JetBrains Mono', monospace;
      font-size: 10px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #8F95A5;
      border-bottom: 1px solid #EEF0F4;
      background-color: #f7f9fb;
    }

    .search-result {
      display: block;
      padding: 11px 14px;
      border-bottom: 1px solid #F0F2F5;
      text-decoration: none;
      box-shadow: inset 0 0 0 rgba(211,47,47,0);
      transition: background-color 0.12s ease, box-shadow 0.12s ease;
    }
    .search-result:last-child { border-bottom: none; }

    .search-result:hover,
    .search-result.is-active {
      background-color: #f0f6fa;
      box-shadow: inset 3px 0 0 #D32F2F;
    }

    .search-result-title {
      display: block;
      color: #1E2A4A;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.2px;
    }

    .search-result-snippet {
      display: block;
      margin-top: 3px;
      color: #8F95A5;
      font-size: 11px;
      line-height: 1.45;
    }

    .search-result mark,
    .search-result-title mark {
      background-color: #E4F0CE;
      color: inherit;
      padding: 0 1px;
      border-radius: 1px;
    }

    .search-empty {
      padding: 13px 14px;
      color: #8F95A5;
      font-size: 12px;
    }

    @media (max-width: 700px) {
      .search-results { width: 300px; }
    }

    /* Reset properties inherited from `.nav-right a` (search panel lives in nav) */
    .search-results .search-result,
    .search-results .search-result-title,
    .search-results .search-result-snippet {
      text-transform: none;
      white-space: normal;
    }
    .search-results .search-result-title { letter-spacing: 0.2px; }
    .search-results .search-result-snippet { letter-spacing: normal; font-weight: 400; }
