


*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #1a1008;
  color: #c8b89a;
}

@font-face {
  font-family: 'Windlass';
  src: url('../fonts/Windlass.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PragRoman';
  src: url('../fonts/PragRoman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  background: #1a1008;
  position: relative;
}


@media (orientation: portrait) and (max-width: 520px) {
  .cove__copy p {
    font-size: 0.82rem;
  }
}


.cove__image-wrap {
  position: relative;
  width: 100%;
  margin-top: 3rem; 
}

.cove__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}


@media (orientation: portrait) {
  .cove__image-wrap {
    height: 55vw;
    overflow: hidden;
  }
}


@media (orientation: landscape) {
  .cove__image-wrap {
    height: 40vw;
    overflow: hidden;
  }
}


.cove__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #1a1008);
  pointer-events: none;
}


.cove__copy {
  text-align: center;
  padding: 0 1.5rem 2rem;
}

.cove__copy p {
  font-family: 'PragRoman', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: #c8b89a;
  line-height: 1.9;
  margin: 0;
}



.cove__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 1.5rem 3rem;
}

.cove__legal a {
  font-family: 'PragRoman', Georgia, serif;
  font-size: 0.85rem;
  color: #8a7a5a;
  text-decoration: none;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.cove__legal a:hover,
.cove__legal a:focus-visible {
  color: #c8b89a;
}

.cove__legal a:focus-visible {
  outline: 2px solid #c8b89a;
  outline-offset: 3px;
  border-radius: 2px;
}

.cove__legal span {
  color: #8a7a5a;
  font-size: 0.85rem;
}


.cove__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.85rem 1.5rem;
  z-index: 10;
  background: rgba(10, 5, 2, 0.55);
}

.cove__back a {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #c8b89a;
  text-decoration: none;
  transition: color 0.2s;
}

.cove__back a:hover,
.cove__back a:focus-visible {
  color: #f0e0c0;
}

.cove__back a:focus-visible {
  outline: 2px solid #c8b89a;
  outline-offset: 3px;
  border-radius: 2px;
}
