/* Copyright and brand-assets page */

.copyright-main{
  min-height: 70vh;
}

.copyright-hero{
  position: relative;
  padding: 76px 0 44px;
  overflow: hidden;
}

.copyright-hero::before{
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  top: -250px;
  border-radius: 50%;
  background: rgba(247,151,30,.15);
  filter: blur(24px);
  pointer-events: none;
}

.copyright-hero-grid{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  gap: 54px;
}

.copyright-eyebrow,
.section-kicker,
.notice-kicker{
  margin: 0 0 12px;
  color: var(--brand2);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.copyright-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(247,151,30,.28);
  border-radius: 999px;
  background: rgba(247,151,30,.09);
}

.copyright-eyebrow span{
  font-size: 1.05rem;
}

.copyright-hero h1{
  max-width: 760px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: .98;
}

.copyright-hero .lead{
  max-width: 660px;
  margin-top: 20px;
}

.copyright-facts{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.copyright-facts span{
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
}

.copyright-facts strong{
  margin-right: 6px;
  color: var(--text);
  font-size: 1.05rem;
}

.copyright-seal{
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(247,151,30,.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 35%, rgba(255,176,32,.22), transparent 48%),
    rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 12px rgba(0,0,0,.18), 0 28px 80px rgba(0,0,0,.42);
}

.copyright-seal::after{
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 50%;
}

.copyright-seal-symbol{
  position: relative;
  z-index: 1;
  color: var(--brand2);
  font-size: 7.4rem;
  font-weight: 800;
  line-height: .8;
}

.copyright-seal-label{
  position: relative;
  z-index: 1;
  color: var(--text);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.copyright-notice-section{
  padding: 20px 0 12px;
}

.copyright-notice{
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(255,176,32,.32);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(247,151,30,.14), rgba(255,255,255,.035) 46%),
    rgba(0,0,0,.26);
  box-shadow: 0 20px 64px rgba(0,0,0,.28);
}

.notice-mark{
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,176,32,.4);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color: #080808;
  font-size: 1.55rem;
  font-weight: 950;
  box-shadow: 0 14px 35px rgba(247,151,30,.18);
}

.copyright-notice h2{
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.copyright-notice p{
  max-width: 92ch;
  margin: 10px 0 0;
}

.copyright-notice .notice-kicker{
  margin-top: 2px;
}

.notice-exception{
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: var(--muted2);
  font-size: .94rem;
}

.notice-exception a{
  color: var(--brand2);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(255,176,32,.45);
  text-underline-offset: 3px;
}

.gallery-section{
  padding-top: 76px;
}

.gallery-heading{
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gallery-heading > div{
  max-width: 70ch;
}

.gallery-count{
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
  font-size: .88rem;
  font-weight: 750;
}

.copyright-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.copyright-card{
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.copyright-card:hover{
  transform: translateY(-3px);
  border-color: rgba(247,151,30,.34);
  background: rgba(255,255,255,.052);
}

.copyright-preview{
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 50% 35%, rgba(247,151,30,.10), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,.025), rgba(0,0,0,.22));
  color: inherit;
  cursor: zoom-in;
}

.copyright-preview::after{
  content: "View";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: var(--text);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.copyright-preview:hover::after,
.copyright-preview:focus-visible::after{
  opacity: 1;
  transform: translateY(0);
}

.copyright-preview:focus-visible{
  outline: 3px solid var(--brand2);
  outline-offset: -4px;
}

.copyright-preview img{
  width: 100%;
  height: 100%;
  max-width: 512px;
  max-height: 512px;
  object-fit: contain;
  transition: transform .24s ease;
}

.copyright-preview:hover img{
  transform: scale(1.018);
}

.copyright-card figcaption{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 16px 16px;
}

.copyright-card figcaption strong{
  min-width: 0;
  font-size: .98rem;
}

.copyright-card figcaption span{
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(0,0,0,.22);
  color: var(--muted2);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: .75rem;
}

.usage-section{
  padding: 8px 0 76px;
}

.usage-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background:
    radial-gradient(640px 240px at 85% 10%, rgba(247,151,30,.15), transparent 66%),
    rgba(255,255,255,.035);
}

.usage-card > div{
  max-width: 760px;
}

.usage-card p:last-child{
  margin-bottom: 0;
}

.usage-card .btn{
  flex: 0 0 auto;
}

.nav a[aria-current="page"],
.footer-col a[aria-current="page"]{
  color: var(--brand2);
}

.lightbox-dialog{
  width: min(620px, calc(100% - 24px));
}

.lightbox-dialog img{
  max-height: 82vh;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce){
  .copyright-card,
  .copyright-preview img,
  .copyright-preview::after{
    transition: none;
  }
}

@media (max-width: 900px){
  .copyright-hero-grid{
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 34px;
  }

  .copyright-seal-symbol{
    font-size: 5.6rem;
  }

  .copyright-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px){
  .copyright-hero{
    padding: 46px 0 24px;
  }

  .copyright-hero-grid{
    grid-template-columns: 1fr;
  }

  .copyright-seal{
    width: min(250px, 72vw);
    justify-self: center;
  }

  .copyright-notice{
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .notice-mark{
    width: 48px;
    height: 48px;
  }

  .gallery-heading,
  .usage-card{
    align-items: flex-start;
    flex-direction: column;
  }

  .copyright-grid{
    grid-template-columns: 1fr;
  }

  .copyright-preview{
    padding: 18px;
  }

  .usage-card .btn{
    width: 100%;
  }
}

@media (max-width: 420px){
  .copyright-hero h1{
    font-size: 2.55rem;
  }

  .copyright-card figcaption{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
