/* =====================================
   Global
===================================== */
@media (max-width: 600px) {
  .button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    width: calc(100% - 32px);
  }
}
/* =====================================
   Header and mobile menu
===================================== */
@media (max-width: 900px) {
  .header {
    padding: 24px 0;
  }
  .header__nav {
    grid-template-columns: 1fr auto;
    gap: 20px;
  }
  .header__menu {
    display: none;
  }
  .header__logo {
    justify-self: start;
    gap: 12px;
  }
  .header__logo-text {
    font-size: 34px;
  }
  .header__diamond {
    width: 5px;
    height: 5px;
  }
  .header__burger {
    display: block;
    justify-self: end;
  }
  .header--scrolled {
    padding: 14px 0;
  }
  .header--scrolled .header__logo-text {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .header__logo-text {
    font-size: 30px;
  }
  .header__diamond {
    display: none;
  }
  .header--scrolled .header__logo-text {
    font-size: 28px;
  }
  .mobile-menu {
    padding: 100px 20px 30px;
  }
  .mobile-menu__nav {
    padding-top: 80px;
  }
  .mobile-menu__list {
    gap: 24px;
  }
  .mobile-menu__link {
    font-size: 19px;
  }
}
/* =====================================
   Home hero
===================================== */
@media (max-width: 768px) {
  .hero__slide {
    background-position: 58% center;
  }
  .hero__title {
    margin-left: 0.14em;
    font-size: clamp(36px, 10vw, 58px);
    line-height: 1.15;
    letter-spacing: 0.14em;
  }
  .hero__divider {
    gap: 12px;
    margin: 20px 0 16px;
  }
  .hero__divider-line {
    width: 70px;
  }
  .hero__divider-diamond {
    width: 6px;
    height: 6px;
  }
  .hero__profession {
    margin-left: 0.24em;
    font-size: 12px;
    letter-spacing: 0.24em;
  }
  .hero__social {
    bottom: 22px;
  }
}
@media (max-width: 480px) {
  .hero__title {
    margin-left: 0.1em;
    font-size: clamp(32px, 11vw, 46px);
    letter-spacing: 0.1em;
  }
  .hero__divider {
    gap: 10px;
  }
  .hero__divider-line {
    width: 50px;
  }
  .hero__profession {
    font-size: 11px;
  }
}
/* =====================================
   Inner page hero
===================================== */
@media (max-width: 768px) {
  .page-hero {
    height: 430px;
    min-height: 430px;
  }
  .page-hero__slide {
    background-position: center top;
  }
  .page-hero__title {
    margin-left: 0.1em;
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: 0.1em;
  }
  .page-hero__subtitle {
    font-size: 11px;
    letter-spacing: 0.24em;
  }
  .page-hero__description {
    margin-left: 0.22em;
    font-size: 11px;
    letter-spacing: 0.22em;
  }
  .page-hero__divider {
    gap: 12px;
    margin: 22px 0 18px;
  }
  .page-hero__divider-line {
    width: 62px;
  }
  .page-hero__divider-diamond {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 480px) {
  .page-hero {
    height: 390px;
    min-height: 390px;
  }
  .page-hero__title {
    font-size: 42px;
  }
  .page-hero__divider-line {
    width: 48px;
  }
}
/* =====================================
   Home quote
===================================== */
@media (max-width: 768px) {
  .quote-section {
    padding: 80px 0;
  }
  .quote__text {
    font-size: 22px;
    line-height: 1.5;
  }
  .quote__divider {
    margin: 34px 0 30px;
  }
  .quote__divider::before, .quote__divider::after {
    width: 70px;
  }
  .quote__author {
    font-size: 12px;
  }
}
/* =====================================
   Home about preview
===================================== */
@media (max-width: 900px) {
  .about-preview__grid {
    grid-template-columns: 1fr;
  }
  .about-preview__image {
    min-height: 380px;
    max-height: 400px;
  }
  .about-preview__content {
    padding: 55px 7%;
  }
  .about-preview__text {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .about-preview__image {
    min-height: 320px;
    max-height: 460px;
  }
}
/* =====================================
   Home videos preview
===================================== */
@media (max-width: 768px) {
  .videos-section {
    padding: 56px 0 44px;
  }
  .videos-section__header {
    margin-bottom: 26px;
  }
  .videos-section__title {
    font-size: 16px;
    letter-spacing: 0.28em;
  }
  .videos-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/* =====================================
   Home gallery preview
===================================== */
@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .gallery-section__header {
    margin-bottom: 26px;
  }
  .gallery-section__title {
    font-size: 16px;
    letter-spacing: 0.28em;
  }
  .gallery-section__footer {
    justify-content: flex-start;
    margin-top: 24px;
  }
  .gallery-grid {
    gap: 10px;
  }
}
/* =====================================
   Gallery lightbox
===================================== */
@media (max-width: 768px) {
  .lightbox {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    padding: 10px;
    overflow: hidden;
  }
  .lightbox__panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    overflow: hidden;
  }
  .lightbox__viewer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    gap: 0;
  }
  .lightbox__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    padding: 54px 34px 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .lightbox__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100dvh - 270px);
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lightbox__caption {
    width: 100%;
    max-width: 100%;
    margin: 14px auto 0;
    padding: 0;
    box-sizing: border-box;
  }
  .lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 28px;
    height: 60px;
    transform: translateY(-50%);
  }
  .lightbox__arrow--prev {
    left: 0;
  }
  .lightbox__arrow--next {
    right: 0;
  }
  .lightbox__arrow--prev:hover, .lightbox__arrow--prev:focus-visible, .lightbox__arrow--next:hover, .lightbox__arrow--next:focus-visible {
    transform: translateY(-50%);
  }
  .lightbox__arrow::before, .lightbox__arrow::after {
    width: 16px;
  }
  .lightbox__footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .lightbox__thumbnails {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
}
/* =====================================
   About page: biography
===================================== */
@media (max-width: 1000px) {
  .biography {
    padding: 90px 0;
  }
  .biography__intro {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .biography__image {
    width: min(680px, 100%);
    margin: 0 auto;
  }
  .biography__intro-content {
    max-width: 760px;
    margin: 0 auto;
  }
  .biography__body {
    margin-top: 75px;
    padding-top: 55px;
  }
}
@media (max-width: 768px) {
  .biography {
    padding: 70px 0;
  }
  .biography__intro {
    gap: 42px;
  }
  .biography__image {
    width: 100%;
  }
  .biography__image img {
    aspect-ratio: 4/5;
  }
  .biography__intro-content {
    width: 100%;
  }
  .biography__intro-text {
    margin-top: 22px;
  }
  .biography__intro-text > p {
    font-size: 15px;
    line-height: 1.8;
  }
  .biography__intro-text > p:not(:last-child) {
    margin-bottom: 22px;
  }
  .biography__title {
    margin-bottom: 24px;
    font-size: clamp(38px, 10vw, 54px);
  }
  .biography__lead {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.45;
  }
  .biography__body {
    margin-top: 55px;
    padding-top: 42px;
  }
  .biography__content > p {
    font-size: 15px;
    line-height: 1.85;
  }
  .biography__content > p:not(:last-child) {
    margin-bottom: 26px;
  }
  .biography__quote {
    margin: 50px 0;
    padding: 38px 22px;
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.5;
  }
  .biography__quote::before {
    margin-bottom: 8px;
    font-size: 52px;
  }
  .biography__quote cite {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .biography {
    padding: 55px 0;
  }
  .biography__intro {
    gap: 34px;
  }
  .biography__image img {
    aspect-ratio: 3/4;
  }
  .biography__title {
    font-size: 38px;
  }
  .biography__lead {
    font-size: 22px;
  }
  .biography__intro-text {
    margin-top: 20px;
  }
  .biography__intro-text > p {
    font-size: 14px;
    line-height: 1.75;
  }
  .biography__body {
    margin-top: 45px;
    padding-top: 34px;
  }
  .biography__content > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .biography__content > p:not(:last-child) {
    margin-bottom: 24px;
  }
  .biography__quote {
    margin: 42px 0;
    padding: 32px 10px;
    font-size: 21px;
  }
  .biography__quote cite {
    font-size: 12px;
  }
}
/* =====================================
   About page: media kit
===================================== */
@media (max-width: 1000px) {
  .media-kit {
    padding: 85px 0;
  }
  .media-kit__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .media-download {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .media-kit {
    padding: 70px 0;
  }
  .media-kit__header {
    margin-bottom: 42px;
  }
  .media-kit__title {
    font-size: clamp(38px, 10vw, 54px);
  }
  .media-kit__description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .media-kit__note {
    margin-top: 20px;
  }
  .media-download {
    min-height: 270px;
    padding: 30px 26px;
  }
  .media-download__format {
    margin-bottom: 24px;
  }
  .media-download__title {
    font-size: 27px;
  }
  .media-download__button {
    width: 100%;
    margin-top: 38px;
  }
}
@media (max-width: 480px) {
  .media-kit {
    padding: 58px 0;
  }
  .media-kit__header {
    margin-bottom: 34px;
  }
  .media-kit__title {
    font-size: 40px;
  }
  .media-kit__description {
    font-size: 14px;
  }
  .media-download {
    min-height: 250px;
    padding: 26px 20px;
  }
  .media-download__title {
    font-size: 25px;
  }
  .media-download__description {
    font-size: 13px;
  }
  .media-download__button {
    padding: 14px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }
}
/* =====================================
   About page: featured videos
===================================== */
@media (max-width: 768px) {
  .about-videos {
    padding: 75px 0 65px;
  }
  .about-videos__header {
    margin-bottom: 32px;
  }
  .about-videos__title {
    font-size: clamp(36px, 9vw, 50px);
  }
  .about-videos__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-videos__footer {
    justify-content: flex-start;
    margin-top: 24px;
  }
  .about-videos__footer .button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-videos {
    padding: 60px 0 50px;
  }
  .about-videos__title {
    font-size: 38px;
  }
}
/* =====================================
   Press page
===================================== */
@media (max-width: 768px) {
  .press-page {
    padding: 75px 0;
  }
  .press-page__header {
    margin-bottom: 55px;
  }
  .press-page__title {
    font-size: clamp(40px, 11vw, 56px);
  }
  .press-page__introduction {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.75;
  }
  .press-page__featured {
    margin-bottom: 65px;
  }
  .press-page__download {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    margin-top: 70px;
    padding-top: 42px;
  }
  .press-page__download .button {
    width: 100%;
  }
  .press-review {
    padding: 48px 0;
  }
  .press-review--featured {
    padding: 48px 18px;
  }
  .press-review--featured .press-review__text {
    font-size: clamp(25px, 7vw, 34px);
  }
  .press-review__text {
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.5;
  }
  .press-review__divider {
    margin: 32px 0 26px;
  }
  .press-review__divider::before, .press-review__divider::after {
    width: 65px;
  }
  .press-review__source {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .press-page {
    padding: 60px 0;
  }
  .press-page__header {
    margin-bottom: 45px;
  }
  .press-page__title {
    font-size: 40px;
  }
  .press-review {
    padding: 40px 0;
  }
  .press-review--featured {
    padding: 42px 8px;
  }
  .press-review__text {
    font-size: 21px;
  }
  .press-review__divider {
    gap: 12px;
  }
  .press-review__divider::before, .press-review__divider::after {
    width: 48px;
  }
  .press-review__source strong {
    font-size: 13px;
  }
  .press-review__source span {
    font-size: 12px;
  }
}
/* =====================================
   Gallery albums page
===================================== */
@media (max-width: 900px) {
  .gallery-albums {
    padding: 85px 0;
  }
  .gallery-albums__header {
    margin-bottom: 50px;
  }
  .gallery-albums__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 340px;
  }
  .album-card--large {
    grid-row: span 1;
  }
  .album-card--wide {
    grid-column: span 2;
  }
  .album-card__content {
    padding: 28px;
  }
}
@media (max-width: 650px) {
  .gallery-albums {
    padding: 65px 0;
  }
  .gallery-albums__header {
    margin-bottom: 38px;
  }
  .gallery-albums__title {
    font-size: 42px;
  }
  .gallery-albums__description {
    font-size: 15px;
  }
  .gallery-albums__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }
  .album-card {
    height: 420px;
  }
  .album-card--wide {
    grid-column: auto;
  }
  .album-card__content {
    padding: 24px;
  }
  .album-card__title {
    font-size: 38px;
  }
}
/* =====================================
   Single gallery album page
===================================== */
@media (max-width: 900px) {
  .gallery-album {
    padding: 75px 0 90px;
  }
  .gallery-album__grid {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 600px) {
  .gallery-album {
    padding: 60px 0 70px;
  }
  .gallery-album__header {
    margin-bottom: 42px;
  }
  .gallery-album__back {
    margin-bottom: 34px;
  }
  .gallery-album__title {
    font-size: 44px;
  }
  .gallery-album__description {
    font-size: 15px;
  }
  .gallery-album__grid {
    -moz-columns: 1;
         columns: 1;
  }
  .gallery-album__item {
    margin-bottom: 12px;
  }
}
/* =====================================
   Videos page
===================================== */
@media (max-width: 1000px) {
  .featured-video {
    padding: 90px 0;
  }
  .featured-video__layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .featured-video__content {
    max-width: 760px;
  }
  .video-library {
    padding: 90px 0;
  }
  .video-library__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .video-library__filters {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .featured-video {
    padding: 70px 0;
  }
  .featured-video__header {
    margin-bottom: 38px;
  }
  .featured-video__heading {
    font-size: clamp(40px, 10vw, 54px);
  }
  .featured-video__layout {
    gap: 36px;
  }
  .featured-video__meta {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .featured-video__title {
    font-size: clamp(32px, 8vw, 44px);
  }
  .featured-video__description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
  .featured-video__details {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 28px 0;
  }
  .featured-video .button {
    width: 100%;
  }
  .video-library {
    padding: 70px 0;
  }
  .video-library__header {
    margin-bottom: 40px;
  }
  .video-library__title {
    font-size: clamp(40px, 10vw, 54px);
  }
  .video-library__filters {
    gap: 16px 20px;
  }
  .video-library__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .video-filter {
    font-size: 10px;
  }
  .video-entry__content {
    padding-top: 20px;
  }
  .video-entry__title {
    font-size: clamp(27px, 7vw, 36px);
  }
  .video-entry__description {
    font-size: 14px;
    line-height: 1.65;
  }
  .youtube-cta {
    padding: 75px 0;
  }
  .youtube-cta__title {
    font-size: clamp(38px, 10vw, 52px);
  }
  .youtube-cta__description {
    font-size: 15px;
    line-height: 1.75;
  }
  .youtube-cta__button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .featured-video {
    padding: 58px 0;
  }
  .featured-video__header {
    margin-bottom: 30px;
  }
  .featured-video__heading {
    font-size: 38px;
  }
  .featured-video__layout {
    gap: 30px;
  }
  .featured-video__title {
    font-size: 31px;
  }
  .featured-video__description {
    font-size: 14px;
  }
  .featured-video__details {
    margin: 24px 0;
  }
  .video-library {
    padding: 58px 0;
  }
  .video-library__header {
    gap: 24px;
    margin-bottom: 34px;
  }
  .video-library__title {
    font-size: 38px;
  }
  .video-library__filters {
    gap: 14px 16px;
  }
  .video-library__grid {
    gap: 36px;
  }
  .video-filter {
    padding-bottom: 6px;
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .video-entry__category {
    font-size: 9px;
  }
  .video-entry__title {
    font-size: 28px;
  }
  .video-entry__description {
    font-size: 13px;
  }
  .youtube-cta {
    padding: 60px 0;
  }
  .youtube-cta__title {
    font-size: 38px;
  }
  .youtube-cta__description {
    font-size: 14px;
  }
}
/* =====================================
   Footer
===================================== */
@media (max-width: 768px) {
  .footer {
    min-height: 680px;
  }
  .footer__background img {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
  .footer__content {
    padding-top: 230px;
    padding-bottom: 26px;
  }
  .footer__logo {
    gap: 16px;
  }
  .footer__logo-text {
    font-size: 40px;
  }
  .footer__diamond {
    width: 5px;
    height: 5px;
  }
  .footer__name {
    margin-top: 16px;
    font-size: 20px;
  }
  .footer__social {
    gap: 24px;
    margin-top: 28px;
  }
  .footer__bottom {
    margin-top: 70px;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .footer {
    min-height: 620px;
  }
  .footer__content {
    padding-top: 190px;
  }
  .footer__logo-text {
    font-size: 36px;
  }
  .footer__bottom {
    width: 100%;
    margin-top: 60px;
  }
}
/* =====================================
   Contact page responsive
===================================== */
@media (max-width: 1000px) {
  .contact-section {
    padding: 90px 0;
  }
  .contact-section__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contact-section__info {
    position: static;
  }
  .contact-section__intro {
    max-width: 700px;
  }
  .contact-section__details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }
  .contact-section__grid {
    gap: 48px;
  }
  .contact-section__title {
    font-size: clamp(40px, 10vw, 54px);
  }
  .contact-section__intro {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
  .contact-section__details {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 42px;
    padding-top: 34px;
  }
  .contact-detail__value {
    font-size: 19px;
  }
  .contact-form {
    padding: 38px 30px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .contact-form__button {
    width: 100%;
  }
  .contact-form__note {
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contact-section {
    padding: 58px 0;
  }
  .contact-section__title {
    font-size: 40px;
  }
  .contact-form {
    padding: 30px 20px;
  }
  .contact-form__field {
    margin-bottom: 26px;
  }
  .contact-form__field input,
  .contact-form__field textarea,
  .contact-form__field select {
    font-size: 14px;
  }
}
/* =====================================
   404 Page
===================================== */
@media (max-width: 768px) {
  .error-page {
    padding: 120px 0 80px;
  }
  .error-page__content {
    width: min(100% - 32px, 620px);
  }
  .error-page__code {
    font-size: clamp(100px, 32vw, 170px);
  }
  .error-page__divider {
    margin: 34px 0 28px;
  }
  .error-page__divider-line {
    width: 70px;
  }
  .error-page__title {
    font-size: clamp(32px, 9vw, 44px);
  }
  .error-page__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
  .error-page__button {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .error-page__divider-line {
    width: 52px;
  }
  .error-page__button {
    width: 100%;
  }
}/*# sourceMappingURL=responsive.css.map */