/*
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'white_oleander';
    src: url('../fonts/WhiteOleander.woff2') format('woff2'),
         url('../fonts/WhiteOleander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('../fonts/GlacialIndifference-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('../fonts/GlacialIndifference-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --green: #5b6f55;
  --beige: #f6f3ee;
  --dark: #1f1f1f;
  --lightgreen: #6b8564;
}

/*
 * HERO
 */

.hero-cover{
  position: relative;
  width: 100%;
  min-height: var(--hero-min-h, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate; /* keeps overlays nicely layered */
  background: #111;   /* fallback while image loads */
}

/* Background image layer */
.hero-cover__bg{
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02); /* tiny scale to avoid edge gaps on mobile */
  z-index: -2;
}

/* Dark overlay for readability */
.hero-cover::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay, rgba(0,0,0,.28));
  z-index: -1;
}

/* Inner content */
.hero-cover__inner{
  width: min(1100px, calc(100% - 48px));
  text-align: center;
  padding: 72px 0;
  color: #fff;
}

/* Title */
.hero-cover__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(34px, 4.2vw, 66px);
  text-shadow: 0 2px 18px rgba(0,0,0,.25); /* subtle, classy */
  color: #ffffff;
  font-weight: 200;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Subtitle */
.hero-cover__subtitle{
  margin: 18px auto 0;
  max-width: 820px;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.02em;
  opacity: 0.92;
  text-shadow: 0 2px 14px rgba(0,0,0,.22);
}

.press.press-pg .press__title {
  font-size: 32px;
}


/*
 * Press Features
 */

.press-features {
  background: var(--beige);
  padding: 100px 20px;
}

.press-features__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.press-feature {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  align-items: center;
  column-gap: 88px;
  row-gap: 32px;
  margin-bottom: 120px;
}

.press-feature:last-child {
  margin-bottom: 0;
}

/* Default desktop order */
.press-feature__content {
  order: 1;
  max-width: 440px;
}

.press-feature__media {
  order: 2;
  display: flex;
  justify-content: flex-end;
}

/* Reverse layout for alternating rows */
.press-feature--reverse .press-feature__media {
  order: 1;
  justify-content: flex-start;
}

.press-feature--reverse .press-feature__content {
  order: 2;
}

.press-feature__media img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}

.press-feature__logo {
  margin: 0 0 28px;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--dark);
}

.press-feature__logo--image img {
  display: block;
  max-width: 170px;
  height: auto;
}

.press-feature__quote {
  margin: 0 0 34px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 28px;
  line-height: 1.45;
  font-weight: normal;
  letter-spacing: 0;
  color: #5f5a55;
  border-left: 0;
  padding: 0;
}

.press-feature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--green);
  border: 1px solid var(--green);
  color: #ffffff;
  text-decoration: none;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.press-feature__button:hover {
  background: var(--lightgreen);
  border-color: var(--lightgreen);
  color: #ffffff;
}

.press-feature__logo {
  margin-bottom: 28px;
}

.press-feature__logo img {
  height: 32px;
  width: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .press-feature {
    column-gap: 48px;
    margin-bottom: 90px;
  }

  .press-feature__media img {
    height: 560px;
  }

  .press-feature__quote {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .press-features {
    padding: 70px 20px;
  }

  .press-feature {
    grid-template-columns: 1fr;
    row-gap: 28px;
    margin-bottom: 72px;
  }

  /* Standardise mobile order: image first, text second */
  .press-feature__media,
  .press-feature--reverse .press-feature__media {
    order: 1;
    justify-content: center;
  }

  .press-feature__content,
  .press-feature--reverse .press-feature__content {
    order: 2;
    max-width: 100%;
  }

  .press-feature__media img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .press-feature__logo {
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 1.4px;
  }

  .press-feature__quote {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 26px;
  }

  .press-feature__button {
    min-width: 140px;
    padding: 13px 24px;
    font-size: 11px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 480px) {
  .press-features {
    padding: 56px 16px;
  }

  .press-feature {
    margin-bottom: 60px;
  }

  .press-feature__quote {
    font-size: 20px;
  }
}


.press-tv {
  background: var(--beige);
  padding: 0px 20px 100px 20px;
}

.press-tv__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.press-tv__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.press-tv__title {
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--green);
}

.press-tv__desc {
  margin: 0 auto;
  max-width: 620px;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #6f6b66;
}

.press-tv__video-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.press-tv__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
  background: #000;
}

.press-tv__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .press-tv {
    padding: 80px 20px;
  }

  .press-tv__title {
    font-size: 46px;
  }

  .press-tv__header {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .press-tv {
    padding: 0px 16px 64px 16px;
  }

  .press-tv__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .press-tv__desc {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
  }

  .press-tv__header {
    margin-bottom: 28px;
  }
}

@media (max-width: 480px) {
  .press-tv__title {
    font-size: 30px;
  }
}

.press-inquiries {
  background: var(--beige);
  padding: 80px 20px 100px;
  text-align: center;
}

.press-inquiries__container {
  max-width: 600px;
  margin: 0 auto;
}

.press-inquiries__title {
  margin: 0 0 18px;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--green);
}

.press-inquiries__desc {
  margin: 0 0 32px;
  font-family: 'GlacialIndifference', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.3px;
  color: #6f6b66;
}

.press-inquiries__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 28px;
  border-radius: 999px;

  background: var(--green);
  border: 1px solid var(--green);

  font-family: 'GlacialIndifference', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-transform: uppercase;

  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.press-inquiries__button:hover {
  background: var(--lightgreen);
  border-color: var(--lightgreen);
  color: #ffffff;
}

@media (max-width: 768px) {
  .press-inquiries {
    padding: 60px 20px;
  }
}
