@font-face {
  font-family: "Megazoid";
  src: url("Design/fonts/Megazoid-Regular.woff2") format("woff2"),
    url("Design/fonts/Megazoid-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Warbler Deck";
  src: url("Design/fonts/WarblerDeckV1-Regular.woff2") format("woff2"),
    url("Design/fonts/WarblerDeckV1-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Warbler Deck";
  src: url("Design/fonts/WarblerDeckV1-Italic.woff2") format("woff2"),
    url("Design/fonts/WarblerDeckV1-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --intro-bg: #ffffff;
  --ink: #0d0d0f;
  --soft-ink: #232326;
  --bio-bg: #050505;
  --bio-ink: #f8f8f8;
  --contact-bg: #f8f8f8;
  --control: #777a80;
  --focus: #2768c9;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: "Warbler Deck", Georgia, serif;
  line-height: 1.3;
  background: #d0d1d2;
}

img,
iframe {
  display: block;
  width: 100%;
  border: 0;
}

button,
a {
  font: inherit;
  color: inherit;
}

.container {
  width: min(100% - 3rem, var(--max-width));
  margin: 0 auto;
}

.top-nav {
  padding-top: 1.1rem;
  background: var(--intro-bg);
}

.top-nav-inner {
  display: flex;
  justify-content: flex-end;
}

.top-nav-link {
  display: inline-block;
  padding: 0.55rem 0.9rem 0.45rem;
  border: 4px solid rgba(119, 122, 128, 0.88);
  background: rgba(255, 255, 255, 0.92);
  color: var(--control);
  font-family: "Megazoid", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro {
  background: var(--intro-bg);
  padding: 6.8rem 0 6rem;
}

.intro-inner {
  max-width: 760px;
  text-align: center;
}

.intro-title {
  margin: 0 auto;
  font-size: clamp(2.2rem, 5.1vw, 4.5rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.03;
  text-wrap: balance;
  max-width: 16ch;
}

.intro-copy {
  margin: 2rem auto 0;
  max-width: 30ch;
  font-size: clamp(1.12rem, 1.5vw, 1.5rem);
}

.campaign-block {
  padding: 2.2rem 0 2.5rem;
  background: #f1f2f2;
}

.campaign-title {
  margin: 0 0 1.1rem;
  font-family: "Megazoid", "Arial Black", sans-serif;
  font-size: clamp(0.8rem, 1vw, 1rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.campaign-primary {
  background: #000;
  aspect-ratio: 16 / 9;
}

.campaign-primary-video {
  height: 100%;
}

.more-btn {
  margin: 2.3rem auto 0;
  display: block;
  border: 7px solid var(--control);
  background: transparent;
  color: var(--control);
  font-family: "Megazoid", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 1.4vw, 1.6rem);
  padding: 0.55rem 1.25rem;
  cursor: pointer;
}

.campaign-expanded {
  margin-top: 1.6rem;
  position: relative;
}

.expanded-topbar {
  position: sticky;
  top: 0.8rem;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.collapse-btn {
  pointer-events: auto;
  border: 0;
  background: #000;
  color: #fff;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  font-family: "Megazoid", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.campaign-brief {
  margin: 0.6rem auto 2.4rem;
  max-width: 64ch;
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  text-align: center;
}

.campaign-brief p {
  margin: 0 0 1rem;
}

.campaign-brief p:last-child {
  margin-bottom: 0;
}

.campaign-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.gallery-item {
  background: #000;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-item-full {
  grid-column: 1 / -1;
  background: transparent;
  aspect-ratio: auto;
  overflow: visible;
}

.gallery-item-heading {
  background: transparent;
  aspect-ratio: auto;
  overflow: visible;
  font-family: "Megazoid", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.6rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--control);
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  text-align: center;
}

.gallery-item-heading.gallery-item-heading-break {
  padding-top: 2.2rem;
  padding-bottom: 1rem;
}

.gallery-image-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-item iframe,
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item.gallery-item-video {
  aspect-ratio: 16 / 9;
}

.gallery-item.gallery-item-video.gallery-item-full {
  grid-column: 1 / -1;
}

.gallery-item-full img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

[data-campaign="lysol-sock"] .gallery-item.gallery-item-video iframe {
  height: 100%;
}

[data-campaign="lysol-sock"] .gallery-item-portrait {
  background: transparent;
  aspect-ratio: 9 / 16;
}

[data-campaign="lysol-sock"] .gallery-item-portrait .gallery-image-button {
  height: 100%;
}

[data-campaign="lysol-sock"] .gallery-item-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

[data-campaign="lysol-sock"] .gallery-item-natural {
  background: transparent;
  aspect-ratio: auto;
}

[data-campaign="lysol-sock"] .gallery-item-natural .gallery-image-button {
  height: auto;
}

[data-campaign="lysol-sock"] .gallery-item-natural img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}

.campaign-credits {
  margin-top: 1.6rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(13, 13, 15, 0.14);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.credits-group {
  min-width: 0;
}

.credits-label {
  margin: 0 0 0.4rem;
  font-family: "Megazoid", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(13, 13, 15, 0.72);
}

.credits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.credits-list li {
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  line-height: 1.35;
}

.campaign-link-wrap {
  margin: 0.85rem 0 0;
}

.campaign-link {
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid currentcolor;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

.lightbox[aria-hidden="true"] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 8, 12, 0.88);
  cursor: zoom-out;
}

.lightbox-figure,
.lightbox-close,
.lightbox-nav {
  position: relative;
  z-index: 1;
}

.lightbox-figure {
  margin: 0;
  max-height: calc(100vh - 2rem);
}

.lightbox-figure img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  object-fit: contain;
  background: #111;
}

.lightbox-close,
.lightbox-nav {
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  font-family: "Megazoid", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  justify-self: center;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.bio {
  background: var(--bio-bg);
  color: var(--bio-ink);
  padding: 5.2rem 0;
}

.bio-inner {
  max-width: 860px;
}

.bio-inner p {
  margin: 0 auto 1.5rem;
  max-width: 43ch;
  font-size: clamp(1.12rem, 1.54vw, 1.5rem);
  text-align: center;
}

.contact {
  background: var(--contact-bg);
  padding: 4.6rem 0 8rem;
}

.contact-inner {
  max-width: 960px;
}

.contact-copy {
  margin: 0 auto;
  max-width: 46ch;
  text-align: center;
  font-size: clamp(1.12rem, 1.54vw, 1.5rem);
}

.contact-map {
  position: relative;
  width: min(100%, 980px);
  margin: 2.1rem auto 0;
  padding-top: 2.4rem;
  min-height: 400px;
}

.dot-field {
  position: absolute;
  inset: 0;
  background: center center / 92% auto no-repeat url("Design/usadots.svg");
  opacity: 0.9;
}

.contact-grid {
  position: relative;
  z-index: 1;
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 2rem;
  align-items: end;
}

.contact-card {
  text-align: center;
}

.city {
  margin: 0;
  font-style: italic;
  font-size: clamp(1.95rem, 3.8vw, 3.3rem);
  line-height: 1;
}

.name {
  margin: 0.08rem 0;
  font-family: "Megazoid", sans-serif;
  font-size: clamp(1.8rem, 2.9vw, 2.6rem);
  letter-spacing: 0.03em;
}

.contact-card a {
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.35vw, 1.32rem);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.contact-card .contact-secondary {
  display: table;
  margin-top: 0.45rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(13, 13, 15, 0.64);
}

.contact-card a:hover,
.contact-card a:focus-visible {
  border-bottom-color: currentcolor;
}

button:focus-visible,
a:focus-visible,
iframe:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 2rem, var(--max-width));
  }

  .expanded-topbar {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .expanded-topbar {
    width: 0;
    margin-left: 100%;
    overflow: visible;
  }

  .collapse-btn {
    position: relative;
    left: 2.75rem;
  }
}

[data-campaign="airborne"] .campaign-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-campaign="airborne"] .gallery-item {
  background: transparent;
  aspect-ratio: auto;
}

[data-campaign="airborne"] .gallery-image-button {
  height: auto;
}

[data-campaign="airborne"] .gallery-item img {
  display: block;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: transparent;
}

[data-campaign="select-archives"] .campaign-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-campaign="select-archives"] .gallery-item-natural {
  background: transparent;
  aspect-ratio: auto;
}

[data-campaign="select-archives"] .gallery-item-natural .gallery-image-button {
  height: auto;
}

[data-campaign="select-archives"] .gallery-item-natural img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
}

[data-campaign="select-archives"] .gallery-item.gallery-item-video.gallery-item-full {
  margin: 0;
  align-self: start;
  line-height: 0;
  background: #000;
  overflow: hidden;
}

[data-campaign="select-archives"] .gallery-item.gallery-item-video.gallery-item-full iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

@media (max-width: 768px) {
  .intro {
    padding: 4.4rem 0 3.7rem;
  }

  .campaign-block {
    padding: 1.7rem 0 1.95rem;
  }

  .more-btn {
    border-width: 5px;
    margin-top: 1.4rem;
  }

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

  .collapse-btn {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    flex-basis: 42px;
    font-size: 1.4rem;
  }

  .bio,
  .contact {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }

  .contact-map {
    width: min(100%, 640px);
    min-height: 300px;
  }

  .contact-grid {
    min-height: 180px;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    align-items: center;
  }

  .dot-field {
    opacity: 0.6;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 1.15rem, var(--max-width));
  }

  .top-nav-link {
    font-size: 0.74rem;
    padding: 0.48rem 0.72rem 0.38rem;
  }

  .intro-title {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .intro-copy,
  .campaign-brief,
  .bio-inner p,
  .contact-copy {
    font-size: 1rem;
  }

  .campaign-gallery,
  .campaign-credits {
    grid-template-columns: 1fr;
  }

  [data-campaign="airborne"] .campaign-gallery {
    grid-template-columns: 1fr;
  }

  [data-campaign="select-archives"] .campaign-gallery {
    grid-template-columns: 1fr;
  }

  .lightbox {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0.35rem;
    padding: 0.5rem;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
