/* =========================================================
   FURNITURE FOR HOTEL
   CUSTOM MEDIA PAGE
========================================================= */

.ffh-media-page {
  background: #f7f5f0;
  color: #202020;
}

.hfe-nav-menu__align-right .hfe-nav-menu{
    margin-top: 18px;
}

/* =========================================================
   COMMON
========================================================= */

.ffh-media-page *,
.ffh-media-page *::before,
.ffh-media-page *::after {
  box-sizing: border-box;
}

.ffh-media-page img {
  max-width: 100%;
}

.ffh-media-page a {
  text-decoration: none;
  color: inherit;
}

.ffh-media-page__eyebrow {
  display: block;

  margin-bottom: 10px;

  color: #b8873c;

  font-family: Arial, sans-serif;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 3px;

  text-transform: uppercase;
}

/* =========================================================
   HERO
========================================================= */

.ffh-media-page__hero {
  min-height: 530px;

  display: grid;

  grid-template-columns: 42% 58%;

  background: #f1eee8;
}

.ffh-media-page__hero-content {
  padding: 85px 55px 70px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.ffh-media-page__hero-content h1 {
  max-width: 600px;

  margin: 0 0 25px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(50px, 5vw, 53px);

  font-weight: 400;

  line-height: 1.2;

  color: #151515;
}

.ffh-media-page__hero-content h1 strong {
  display: block;

  color: #b8873c;

  font-weight: 400;
}

.ffh-media-page__hero-content p {
  max-width: 560px;

  margin: 0 0 28px;

  font-family: Arial, sans-serif;

  font-size: 16px;

  line-height: 1.7;

  color: #555;
}

.ffh-media-page__hero-nav {
  display: flex;

  flex-wrap: wrap;

  gap: 18px;
}

.ffh-media-page__hero-nav a {
  padding-right: 18px;

  border-right: 1px solid #c9c1b5;

  font-family: Arial, sans-serif;

  font-size: 13px;

  color: #333;
}

.ffh-media-page__hero-nav a:last-child {
  border-right: 0;
}

.ffh-media-page__hero-nav a:hover {
  color: #b8873c;
}

.ffh-media-page__hero-image {
  min-height: 530px;

  overflow: hidden;
}

.ffh-media-page__hero-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;
}

/* =========================================================
   FEATURED
========================================================= */

.ffh-media-page__featured {
  width: min(1320px, 90%);

  margin: 70px auto;

  display: grid;

  grid-template-columns:
    55%
    45%;

  background: #fff;

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.ffh-media-page__featured-image {
  min-height: 450px;

  position: relative;

  overflow: hidden;
}

.ffh-media-page__featured-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.7s ease;
}

.ffh-media-page__featured:hover .ffh-media-page__featured-image img {
  transform: scale(1.04);
}

.ffh-media-page__featured-content {
  padding: 65px 60px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.ffh-media-page__source {
  display: inline-block;

  margin-bottom: 12px;

  color: #b8873c;

  font-family: Arial, sans-serif;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.ffh-media-page__featured-content h2 {
  margin: 0 0 20px;

  font-family: Georgia, serif;

  font-size: clamp(34px, 4vw, 40px);

  font-weight: 400;

  line-height: 1.08;

  color: #171717;
}

.ffh-media-page__featured-content p {
  margin: 0 0 28px;

  color: #666;

  font-family: Arial, sans-serif;

  font-size: 15px;

  line-height: 1.7;
}

.ffh-media-page__button {
  width: fit-content;

  display: inline-flex;

  align-items: center;

  gap: 15px;

  padding: 14px 22px;

  background: #b8873c;

  color: #fff !important;

  font-family: Arial, sans-serif;

  font-size: 13px;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.ffh-media-page__button:hover {
  background: #946d2e;

  transform: translateY(-2px);
}

.ffh-media-page__button span {
  font-size: 20px;
}

.ffh-media-page__play {
  width: 64px;
  height: 64px;

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #b8873c;

  color: #fff;

  font-size: 18px;

  padding-left: 3px;
}

/* =========================================================
   ALL MEDIA
========================================================= */

.ffh-media-page__all {
  width: min(1320px, 90%);

  margin: 0 auto 80px;
}

.ffh-media-page__section-header {
  margin-bottom: 35px;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: 30px;
}

.ffh-media-page__section-header h2 {
  margin: 0;

  font-family: Georgia, serif;

  font-size: 35px;

  font-weight: 400;
}

/* FILTERS */

.ffh-media-page__filters {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;
}

.ffh-media-page__filters button {
  border: 1px solid #ddd7ce;

  padding: 11px 20px;

  background: transparent;

  color: #333;

  cursor: pointer;

  font-family: Arial, sans-serif;

  font-size: 12px;

  transition: 0.3s ease;
}

.ffh-media-page__filters button:hover,
.ffh-media-page__filters button.is-active {
  background: #b8873c;

  border-color: #b8873c;

  color: #fff;
}

/* GRID */

.ffh-media-page__grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 20px;
}

/* CARD */

.ffh-media-page__card {
  background: #fff;

  overflow: hidden;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.ffh-media-page__card:hover {
  transform: translateY(-6px);

  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

.ffh-media-page__card-image {
  height: 220px;

  position: relative;

  overflow: hidden;

  background: #ddd;
}

.ffh-media-page__card-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.7s ease;
}

.ffh-media-page__card:hover .ffh-media-page__card-image img {
  transform: scale(1.06);
}

.ffh-media-page__card-play {
  width: 45px;
  height: 45px;

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #b8873c;

  color: #fff;

  padding-left: 3px;
}

.ffh-media-page__card-content {
  padding: 24px 22px 27px;
}

.ffh-media-page__card-content h3 {
  margin: 0 0 12px;

  font-family: Georgia, serif;

  font-size: 25px;

  line-height: 1.2;

  font-weight: 400;
}

.ffh-media-page__date {
  display: block;

  margin-bottom: 12px;

  color: #999;

  font-family: Arial, sans-serif;

  font-size: 11px;
}

.ffh-media-page__card-content p {
  margin: 0 0 20px;

  color: #777;

  font-family: Arial, sans-serif;

  font-size: 13px;

  line-height: 1.6;
}

.ffh-media-page__read {
  color: #b8873c;

  font-family: Arial, sans-serif;

  font-size: 12px;
}

.ffh-media-page__read strong {
  margin-left: 5px;
}

/* =========================================================
   VIDEOS
========================================================= */

.ffh-media-page__videos {
  padding: 80px 5%;

  background: #eee9df;

  display: grid;

  grid-template-columns: 30% 70%;

  gap: 45px;
}

.ffh-media-page__videos-intro h2 {
  margin: 0 0 20px;

  font-family: Georgia, serif;

  font-size: 48px;

  font-weight: 400;

  line-height: 1.05;
}

.ffh-media-page__videos-intro h2 strong {
  color: #b8873c;

  font-weight: 400;
}

.ffh-media-page__videos-intro p {
  margin: 0 0 25px;

  color: #666;

  font-family: Arial, sans-serif;

  font-size: 14px;

  line-height: 1.7;
}

.ffh-media-page__video-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.ffh-media-page__video > div {
  height: 230px;

  position: relative;

  overflow: hidden;

  background: #222;
}

.ffh-media-page__video img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.6s ease;
}

.ffh-media-page__video:hover img {
  transform: scale(1.05);
}

.ffh-media-page__video > div > span {
  width: 52px;
  height: 52px;

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #b8873c;

  color: #fff;

  padding-left: 3px;
}

.ffh-media-page__video h3 {
  margin: 15px 0 0;

  font-family: Georgia, serif;

  font-size: 20px;

  line-height: 1.25;

  font-weight: 400;
}

/* =========================================================
   PRESS
========================================================= */

.ffh-media-page__press {
  padding: 60px 5%;

  background: #fff;

  display: grid;

  grid-template-columns: 180px 1fr;

  align-items: center;

  gap: 45px;
}

.ffh-media-page__press h2 {
  margin: 0;

  font-family: Georgia, serif;

  font-size: 38px;

  font-weight: 400;
}

.ffh-media-page__logos {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 35px;

  flex-wrap: wrap;
}

.ffh-media-page__logos div {
  min-width: 100px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.ffh-media-page__logos img {
  max-width: 130px;

  max-height: 48px;

  object-fit: contain;

  filter: grayscale(100%);

  opacity: 0.75;

  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}

.ffh-media-page__logos img:hover {
  filter: grayscale(0);

  opacity: 1;
}

/* =========================================================
   CTA
========================================================= */

.ffh-media-page__cta {
  min-height: 400px;

  display: grid;

  grid-template-columns: 50% 50%;

  background: #eee9df;
}

.ffh-media-page__cta-image {
  overflow: hidden;
}

.ffh-media-page__cta-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.ffh-media-page__cta-content {
  padding: 70px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.ffh-media-page__cta-content h2 {
  max-width: 500px;

  margin: 0 0 20px;

  font-family: Georgia, serif;

  font-size: 40px;

  line-height: 1;

  font-weight: 400;
}

.ffh-media-page__cta-content p {
  max-width: 520px;

  margin: 0 0 25px;

  color: #666;

  font-family: Arial, sans-serif;

  font-size: 14px;

  line-height: 1.7;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 1000px) {
  .ffh-media-page__hero {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__hero-image {
    min-height: 400px;
  }

  .ffh-media-page__featured {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ffh-media-page__videos {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__press {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .ffh-media-page__hero-content {
    padding: 60px 25px;
  }

  .ffh-media-page__hero-content h1 {
    font-size: 48px;
  }

  .ffh-media-page__featured,
  .ffh-media-page__all {
    width: 90%;
  }

  .ffh-media-page__featured-content {
    padding: 40px 25px;
  }

  .ffh-media-page__grid {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__section-header {
    align-items: flex-start;

    flex-direction: column;
  }

  .ffh-media-page__section-header h2 {
    font-size: 40px;
  }

  .ffh-media-page__video-grid {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__press {
    padding: 50px 25px;
  }

  .ffh-media-page__logos {
    justify-content: flex-start;
  }

  .ffh-media-page__cta {
    grid-template-columns: 1fr;
  }

  .ffh-media-page__cta-image {
    min-height: 280px;
  }

  .ffh-media-page__cta-content {
    padding: 50px 25px;
  }

  .ffh-media-page__cta-content h2 {
    font-size: 42px;
  }
}
