.navbar .navbar-brand,
.navbar.fixed .navbar-brand {
  display: flex;
  align-items: center;
  height: 85px;
  padding-top: 6px !important;
  padding-bottom: 0 !important;
  overflow: visible;
}

.navbar .navbar-brand img,
.navbar.fixed .navbar-brand img {
  height: 156px !important;
  max-height: none !important;
  width: auto !important;
  position: relative;
  top: 6px;
}

@media (max-width: 767px) {
  .navbar .navbar-brand img,
  .navbar.fixed .navbar-brand img {
    height: 112px !important;
  }
}

.navbar .nav > li > a {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}

.navbar .social.mail-link {
  display: none !important;
}

.navbar .social.mail-link li {
  margin-left: 12px;
}

.navbar .social.mail-link a {
  width: auto;
  padding: 0 6px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a4b1bf;
}

.navbar .social.mail-link a:hover {
  color: #73c6c4;
}

.caption.lined.small {
  font-size: 16px;
  letter-spacing: 0.34em;
}

.static-home-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #111;
}

.static-home-hero img {
  display: block;
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}

.static-home-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.static-home-hero .hero-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.static-home-hero .hero-caption-inner {
  max-width: 980px;
}

.static-home-hero .hero-kicker,
.static-home-hero .hero-title,
.static-home-hero .hero-text {
  color: #fff;
  text-transform: uppercase;
}

.static-home-hero .hero-kicker {
  display: inline-block;
  padding: 9px 18px 8px;
  background: rgba(0, 0, 0, 0.45);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.static-home-hero .hero-title {
  display: block;
  margin-top: 16px;
  font-family: 'Roboto Slab', serif;
  font-size: 66px;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.static-home-hero .hero-text {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.35);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
}

@media (max-width: 767px) {
  .static-home-hero {
    min-height: 680px;
  }

  .static-home-hero img {
    min-height: 680px;
  }

  .static-home-hero .hero-caption {
    padding: 0 12px;
  }

  .static-home-hero .hero-caption-inner {
    max-width: 100%;
  }

  .static-home-hero .hero-kicker {
    font-size: 18px;
    letter-spacing: 0.12em;
    padding: 8px 14px 7px;
  }

  .static-home-hero .hero-title {
    margin-top: 12px;
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: 0.03em;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
  }

  .static-home-hero .hero-text {
    margin-top: 12px;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.08em;
    max-width: 92vw;
  }
}

.michel-intro {
  max-width: 900px;
  margin: 0 auto;
}

.michel-intro p:last-child {
  margin-bottom: 0;
}

.page-title .subtitle {
  color: #d0d7df;
  font-size: 14px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.page-title h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.section-note,
.contact-card,
.series-card-meta {
  color: #9aa7b6;
}

.panel-card {
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #171b20;
}

.panel-card.light {
  background: #fff;
  border-color: #e8edf2;
}

.panel-card h3,
.panel-card h4,
.panel-card p:last-child {
  margin-bottom: 0;
}

.timeline-list,
.stat-list,
.contact-list,
.inline-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-list li,
.stat-list li,
.contact-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.light-wrapper .timeline-list li,
.light-wrapper .stat-list li,
.light-wrapper .contact-list li {
  border-top-color: #e8edf2;
}

.timeline-list li:first-child,
.stat-list li:first-child,
.contact-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.timeline-list strong,
.stat-list strong,
.contact-list strong {
  display: block;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 13px;
}

.inline-tags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.inline-tags a,
.inline-tags span {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,0.09);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.light-wrapper .inline-tags a,
.light-wrapper .inline-tags span {
  border-color: #dbe4ec;
}

.quote-band {
  padding: 70px 0;
  text-align: center;
}

.quote-band blockquote {
  border: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 860px;
}

.quote-band p {
  font-size: 26px;
  line-height: 1.55;
  font-family: 'Roboto Slab', serif;
}

.quote-band footer {
  margin-top: 18px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
}

.series-grid .post,
.journal-grid .post {
  margin-bottom: 30px;
}

.grid-portfolio .items li figure,
.blog-posts .post figure.full,
.series-hero {
  position: relative;
  overflow: hidden;
  background: #0f1317;
}

.full-portfolio .items li figure,
.fix-portfolio .items li figure,
.blog-posts .post figure.full {
  aspect-ratio: 1 / 1;
}

.series-hero {
  aspect-ratio: 16 / 10;
}

.full-portfolio .items li img,
.fix-portfolio .items li img,
.blog-posts .post figure.full img,
.series-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container.gallery,
.swiper-container.gallery .swiper,
.swiper-container.gallery .item {
  height: 620px;
}

.swiper-container.gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post.bordered .post-title {
  min-height: 54px;
}

.series-header {
  max-width: 920px;
  margin: 0 auto 30px auto;
}

.series-header p:last-child {
  margin-bottom: 0;
}

.series-details {
  max-width: 980px;
  margin: 0 auto;
}

.series-details p:last-child {
  margin-bottom: 0;
}

.about-portrait {
  height: 520px;
  overflow: hidden;
  background: #111;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.home-about-portrait {
  height: 260px;
  overflow: hidden;
  background: #111;
}

.home-about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.js-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-reveal-figure,
.js-reveal-figure img {
  transition: transform 700ms ease, opacity 700ms ease;
}

.js-reveal-figure {
  overflow: hidden;
}

.js-reveal-figure:hover img {
  transform: scale(1.035);
}

.fancybox-overlay.michel-overlay {
  background: rgba(8, 10, 14, 0.92) !important;
}

.fancybox-wrap.michel-lightbox .fancybox-skin {
  background: #0b0f13;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.fancybox-wrap.michel-lightbox .fancybox-inner {
  background: #0b0f13;
}

.fancybox-wrap.michel-lightbox .fancybox-title-inside-wrap {
  padding: 18px 22px 22px;
  background: linear-gradient(to top, rgba(8, 10, 14, 0.88), rgba(8, 10, 14, 0.22));
  color: #f4f6f8;
  transform: translate3d(0, 16px, 0);
  opacity: 0;
  transition: transform 320ms ease, opacity 320ms ease;
}

.fancybox-wrap.michel-lightbox.is-ready .fancybox-title-inside-wrap {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-wrap.michel-lightbox .fancybox-title-inside-wrap h2 {
  color: #fff;
}

.fancybox-wrap.michel-lightbox .fancybox-nav span,
.fancybox-wrap.michel-lightbox .fancybox-close {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .js-reveal {
    transform: translate3d(0, 16px, 0);
    transition-duration: 520ms;
  }

  .js-reveal-figure:hover img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal,
  .js-reveal-figure,
  .js-reveal-figure img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.fancybox-caption-note {
  display: none;
}
