/* Homepage-only modern layout.
   Load this file after index.css and responsive.css. */

.homepage {
  overflow-x: hidden;
}

.homepage #container {
  width: 100%;
}

.homepage #banner {
  padding-top: 0;
}

.homepage #banner img {
  width: 100%;
  height: auto;
  display: block;
}

.homepage main {
  width: 100%;
}

.home-welcome {
  background: #d7d6d3;
  padding: 1.25rem 1rem;
  text-align: center;
}

.home-welcome h1 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.home-welcome h1 span {
  display: block;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.home-feature,
.home-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.home-portrait,
.home-intro,
.home-section-media,
.home-section-copy {
  min-width: 0;
}

.homepage #slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ececec;
}

.homepage #slideshow img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  display: block;
}

.home-imdb {
  margin-top: 1rem;
  font-size: 1rem;
}

.home-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}

.home-actions {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-actions img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}

.home-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.25rem 0;
  overflow: hidden;
  background: #000;
}

.home-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.home-audio {
  margin-top: 1.5rem;
}

.home-audio h2,
.home-section-copy h2 {
  margin: 0 0 0.75rem;
  color: #990000;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.25;
}

.home-audio audio {
  width: 100%;
  max-width: 420px;
  margin-bottom: 1rem;
}

.home-audio p,
.home-section-copy p {
  margin: 0 0 1rem;
  line-height: 1.7;
}

.home-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}

.home-section-light {
  position: relative;
}

.home-section-light::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #f3f2f0;
  z-index: 0;
}

.home-section-light > * {
  position: relative;
  z-index: 1;
}

.home-section-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

.home-spotlight img {
  width: 142px;
  height: auto;
}

.home-bad-girls {
  width: min(1000px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
  text-align: center;
}

.home-bad-girls img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 4px solid #990000;
}

.homepage #footer {
  clear: both;
  padding-top: 0;
}

.homepage #footer p {
  margin: 0;
}

/* Prevent old homepage float rules from interfering. */
.homepage #introtext,
.homepage #leftside,
.homepage #isleofwomen,
.homepage #voicereel,
.homepage #audiovoice {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: visible;
}

@media (max-width: 768px) {
  .homepage nav {
    position: relative;
  }

  .homepage #banner img {
    padding-top: 0;
  }

  .home-feature,
  .home-section {
    width: min(100% - 1.5rem, 680px);
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .home-feature {
    padding: 1.5rem 0 2.5rem;
  }

  .home-section {
    padding: 2.5rem 0;
  }

  .home-welcome {
    padding: 1rem 0.75rem;
  }

  .homepage #slideshow {
    max-width: 520px;
    margin: 0 auto;
  }

  .home-section-media {
    max-width: 520px;
    margin: 0 auto;
  }

  .home-lead {
    text-align: left;
  }
}

/* Showreel and voice reel block */
.home-media-block {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
	border-top: 1px solid #e3e1de;
}

.home-media-block h2 {
	margin: 0 0 0.9rem;
	color: #990000;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.25;
}

.home-media-video,
.home-media-block .home-audio {
	min-width: 0;
}

.home-media-block .home-video {
	position: relative;
	width: 100%;
	max-width: 760px;
	aspect-ratio: 16 / 9;
	margin: 0;
	overflow: hidden;
	background: #000;
}

.home-media-block .home-video iframe {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.home-media-block .home-audio {
	margin: 0;
}

.home-media-block .home-audio audio {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 768px) {
	.home-media-block {
		width: min(100% - 1.5rem, 680px);
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 2.5rem 0;
	}

	.home-media-block .home-video {
		max-width: none;
	}
}
