@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Libre+Baskerville:wght@400;700&display=swap");

body {
  margin: 0;
  background: #f4f0e7;
}

.af-site {
  --af-ink: #171918;
  --af-paper: #f4f0e7;
  --af-paper-deep: #e8e0d1;
  --af-gold: #a98235;
  --af-muted: #62635f;
  --af-line: rgba(23, 25, 24, 0.16);
  min-width: 320px;
  margin: 0;
  color: var(--af-ink);
  background: var(--af-paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
}

.af-site,
.af-site * {
  box-sizing: border-box;
}

.af-site a {
  color: inherit;
}

.af-shell {
  width: min(100% - 40px, 1080px);
  margin-inline: auto;
}

.af-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--af-line);
}

.af-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  text-decoration: none;
}

.af-brand img,
.af-hero-logo,
.af-footer img {
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.af-brand img {
  width: 29px;
  height: 40px;
}

.af-brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.af-header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.af-header nav a {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.af-header nav a:hover,
.af-header nav a:focus-visible,
.af-header nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.af-home-hero {
  min-height: calc(100svh - 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 54px 74px;
  text-align: center;
}

.af-hero-logo {
  width: 112px;
  height: auto;
  margin-bottom: 30px;
}

.af-eyebrow,
.af-card-label,
.af-video-meta {
  margin: 0 0 10px;
  color: var(--af-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.af-site h1,
.af-site h2,
.af-site h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.af-site h1 {
  margin-bottom: 0;
  font-size: clamp(49px, 14vw, 86px);
  line-height: 0.9;
}

.af-site h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 9.5vw, 61px);
  line-height: 0.98;
}

.af-site h3 {
  margin-bottom: 0;
}

.af-hero-copy {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--af-muted);
  font-size: 15px;
}

.af-site-map {
  padding-block: 84px 104px;
  border-top: 1px solid var(--af-line);
}

.af-section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.af-section-heading > p:last-child {
  max-width: 650px;
  margin: 23px 0 0;
  color: var(--af-muted);
  font-size: 14px;
}

.af-destination-grid {
  display: grid;
  gap: 16px;
}

.af-destination-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  min-height: 310px;
  padding: 28px 24px;
  border: 1px solid var(--af-line);
  background: rgba(255, 255, 255, 0.16);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.af-destination-card:hover,
.af-destination-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--af-gold);
  background: rgba(255, 255, 255, 0.3);
}

.af-card-number,
.af-category-index {
  color: var(--af-gold);
  font-size: 11px;
}

.af-destination-card h3 {
  font-size: 39px;
  line-height: 0.95;
}

.af-destination-card p:not(.af-card-label) {
  color: var(--af-muted);
  font-size: 13px;
}

.af-card-link,
.af-video-details a {
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.af-inner-page {
  padding-block: 68px 110px;
}

.af-page-intro {
  max-width: 690px;
  padding: 24px 0 74px;
}

.af-page-intro h1 {
  font-size: clamp(50px, 13vw, 82px);
}

.af-page-lead {
  max-width: 680px;
  margin: 27px 0 0;
  color: var(--af-muted);
  font-size: 15px;
}

.af-video-category {
  padding-top: 62px;
  border-top: 1px solid var(--af-line);
}

.af-category-heading {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 33px;
}

.af-category-index {
  padding-top: 5px;
}

.af-category-heading h2 {
  font-size: clamp(40px, 9vw, 58px);
}

.af-video-entry {
  display: grid;
  gap: 28px;
}

.af-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--af-line);
  background: #111;
  box-shadow: 0 14px 38px rgba(23, 25, 24, 0.13);
}

.af-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.af-video-details h3 {
  font-size: clamp(29px, 7vw, 41px);
  line-height: 1;
}

.af-video-details > p:not(.af-video-meta) {
  color: var(--af-muted);
  font-size: 14px;
}

.af-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-block: 38px;
  border-top: 1px solid var(--af-line);
  color: var(--af-muted);
  font-size: 10px;
  text-align: left;
}

.af-footer img {
  width: 29px;
  height: 39px;
}

.af-footer a {
  text-underline-offset: 4px;
}

.af-footer p {
  margin: 2px 0 0;
}

.af-site a:focus-visible {
  outline: 3px solid var(--af-gold);
  outline-offset: 4px;
}

@media (min-width: 760px) {
  .af-shell {
    width: min(100% - 144px, 1080px);
  }

  .af-brand img {
    width: 30px;
    height: 41px;
  }

  .af-brand span {
    font-size: 18px;
  }

  .af-header nav {
    gap: 30px;
  }

  .af-header nav a {
    font-size: 15px;
  }

  .af-hero-logo {
    width: 132px;
  }

  .af-hero-copy,
  .af-page-lead {
    font-size: 16px;
  }

  .af-destination-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .af-destination-card {
    min-height: 350px;
    padding: 34px 30px;
  }

  .af-inner-page {
    padding-block: 96px 130px;
  }

  .af-page-intro {
    padding-bottom: 96px;
  }

  .af-video-category {
    padding-top: 82px;
  }

  .af-video-entry {
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
    align-items: start;
    gap: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .af-site * {
    transition-duration: 0.01ms !important;
  }
}
