@import url("assets/css/base.css");

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 0.78rem;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  border: 1px solid rgba(255,255,255,0.22);
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(255,255,255,0.10);
}
.btn-primary {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.92);
}
.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  backdrop-filter: blur(12px);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.38);
}
.kicker {
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
h2 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.section {
  padding: 96px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}




.pyranthemum-overview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(0,0,0,0.26), rgba(0,0,0,0.18));
}
.pyranthemum-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/images/pyranthemum-overview-bg.webp') center 38% / cover no-repeat;
  filter: saturate(0.9) contrast(1.02) brightness(0.82);
  opacity: 0.96;
  transform: scale(1.03);
}
.pyranthemum-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.36) 42%, rgba(0,0,0,0.56) 100%),
    radial-gradient(circle at 76% 32%, rgba(255,210,154,0.11), transparent 30%);
}
.pyranthemum-overview .container {
  position: relative;
  z-index: 1;
}
.pyranthemum-overview .body-copy {
  color: rgba(255,255,255,0.9);
}
.pyranthemum-overview .panel {
  background: linear-gradient(180deg, rgba(12,9,6,0.34), rgba(8,6,4,0.16));
  border-color: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.pyranthemum-overview .panel p {
  color: rgba(255,255,255,0.86);
}

.sotiria-overview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.28));
}
.sotiria-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/images/sotiria-overview-bg.webp') center center / cover no-repeat;
  filter: grayscale(1) contrast(1.02) brightness(0.86);
  opacity: 0.96;
  transform: scale(1.03);
}
.sotiria-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.38) 36%, rgba(0,0,0,0.54) 100%),
    radial-gradient(circle at 68% 22%, rgba(255,255,255,0.1), transparent 24%);
}
.sotiria-overview .container {
  position: relative;
  z-index: 1;
}
.sotiria-overview .body-copy {
  color: rgba(255,255,255,0.9);
}
.sotiria-overview .panel {
  background: linear-gradient(180deg, rgba(0,0,0,0.34), rgba(0,0,0,0.16));
  border-color: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.sotiria-overview .panel p {
  color: rgba(255,255,255,0.86);
}
.afternight-overview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.34));
}
.afternight-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/images/afternight-overview-bg.webp') center center / cover no-repeat;
  filter: grayscale(1) contrast(1.01) brightness(0.78);
  opacity: 0.98;
  transform: scale(1.03);
}
.afternight-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 34%, rgba(0,0,0,0.5) 100%),
    radial-gradient(circle at 72% 22%, rgba(255,255,255,0.14), transparent 26%);
}
.afternight-overview .container {
  position: relative;
  z-index: 1;
}
.afternight-overview .body-copy {
  color: rgba(255,255,255,0.9);
}
.afternight-overview .panel {
  background: linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.14));
  border-color: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 58px rgba(0,0,0,0.2), inset 0 0 0 1px rgba(255,255,255,0.03);
}
.afternight-overview .panel p {
  color: rgba(255,255,255,0.86);
}
.pankill-overview {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 84px 0 78px;
  background: linear-gradient(180deg, rgba(0,0,0,0.24), rgba(0,0,0,0.16));
}
.pankill-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url('assets/images/pankill-cover-work.webp') center center / cover no-repeat;
  filter: saturate(0.82) contrast(1.01) brightness(0.6);
  opacity: 0.56;
  transform: scale(1.04);
}
.pankill-overview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.48) 34%, rgba(0,0,0,0.62) 100%),
    radial-gradient(circle at 74% 18%, rgba(255,255,255,0.1), transparent 26%);
}
.pankill-overview .container {
  position: relative;
  z-index: 1;
}
.pankill-overview .content-grid {
  gap: 24px;
}
.pankill-overview .body-copy {
  max-width: 64ch;
  color: rgba(255,255,255,0.76);
}
.pankill-overview .project-panels {
  gap: 16px;
}
.pankill-overview .panel {
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
}
.pankill-overview .panel h3 {
  margin-top: 12px;
  font-size: 1.62rem;
  line-height: 1.1;
}
.pankill-overview .panel p {
  margin-top: 14px;
  line-height: 1.74;
}

.afternight-overview .panel,
.pyranthemum-overview .panel,
.sotiria-overview .panel,
.pankill-overview .panel {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}
.afternight-overview .panel:hover,
.afternight-overview .panel:focus-within,
.pyranthemum-overview .panel:hover,
.pyranthemum-overview .panel:focus-within,
.sotiria-overview .panel:hover,
.sotiria-overview .panel:focus-within,
.pankill-overview .panel:hover,
.pankill-overview .panel:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.28);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: 0 26px 62px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.06);
}
.card, .panel {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}
.panel {
  padding: 30px;
}
.panel h3 {
  margin: 16px 0 0;
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.panel p {
  color: rgba(255,255,255,0.62);
  font-size: 1rem;
  line-height: 1.84;
  margin: 16px 0 0;
}
.project-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 88px;
  background:
    radial-gradient(circle at 22% 10%, rgba(255,255,255,0.05), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01) 28%, rgba(0,0,0,0) 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.project-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}
.project-backlink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
  transition: color 180ms ease, transform 180ms ease;
}
.project-backlink::before { content: '←'; font-size: 0.92rem; letter-spacing: 0; }
.project-backlink:hover,
.project-backlink:focus-visible {
  color: rgba(255,255,255,0.88);
  transform: translateX(-1px);
}
.project-title {
  margin: 24px 0 0;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.project-summary {
  margin: 24px 0 0;
  max-width: 58ch;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  line-height: 1.76;
}
.project-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.project-stat {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.018));
}
.project-stat-label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.project-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
}
.project-hero-media {
  position: relative;
}
.project-media-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  background: #070707;
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
  min-height: min(72vh, 740px);
}
.project-media-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}
.project-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 740px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.02) brightness(0.84);
}
.project-media-video { cursor: pointer; }
.project-cover-button {
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #050505;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  display: block;
  z-index: 0;
  transition: opacity 240ms ease, transform 260ms ease;
}
.project-cover-button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 680ms cubic-bezier(.22,1,.36,1), filter 300ms ease;
  filter: saturate(0.94) contrast(1.02) brightness(0.84);
}
.project-cover-button:hover img,
.project-cover-button:focus-visible img {
  transform: scale(1.06);
  filter: saturate(1) contrast(1.05) brightness(0.9);
}
.project-cover-button:hover .project-play-indicator,
.project-cover-button:focus-visible .project-play-indicator {
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.14);
  box-shadow: 0 18px 44px rgba(255,255,255,0.12);
}
.project-cover-button.is-opening {
  opacity: 0;
  transform: scale(0.985);
}
.project-cover-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.7) 100%),
    radial-gradient(circle at 24% 18%, rgba(255,255,255,0.16), transparent 30%);
  z-index: 1;
  pointer-events: none;
}
.project-play-indicator {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(6,6,6,0.34);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.24);
  pointer-events: none;
}
.project-play-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.9);
  color: #000;
  font-size: 0.9rem;
  line-height: 1;
  padding-left: 2px;
  flex: 0 0 auto;
}
.project-play-label {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
}
.project-frame-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(8,8,8,0.42);
  backdrop-filter: blur(16px);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.76);
}
.content-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 28px;
  align-items: start;
}
.body-copy {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.64);
  font-size: 1rem;
  line-height: 1.92;
  max-width: 70ch;
}
.project-panels {
  display: grid;
  gap: 20px;
}
.gallery-wrap {
  display: grid;
  gap: 18px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gallery-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gallery-thumb {
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #070707;
  cursor: zoom-in;
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.gallery-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,0.38) 100%);
  z-index: 1;
  pointer-events: none;
}
.gallery-thumb::after {
  content: "+";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(8,8,8,0.46);
  color: rgba(255,255,255,0.86);
  font-size: 1rem;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(14px);
}
.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.28);
  box-shadow: 0 24px 50px rgba(0,0,0,0.36), 0 0 0 1px rgba(255,255,255,0.10);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(0.96) contrast(1.04) brightness(0.92);
  transition: transform 540ms cubic-bezier(.22,1,.36,1), filter 220ms ease;
}
.gallery-thumb:hover img,
.gallery-thumb:focus-visible img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.06) brightness(0.93);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.campaign-films-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.campaign-film-card {
  overflow: hidden;
  display: grid;
  min-height: 0;
}
.campaign-film-button {
  position: relative;
  min-height: 0;
  aspect-ratio: 1.7 / 1;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.campaign-film-button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
}
.campaign-film-indicator {
  right: 18px;
  bottom: 18px;
  min-height: 46px;
  gap: 10px;
  padding: 0 14px 0 10px;
}
.campaign-film-copy {
  padding: 18px 18px 20px;
}
.campaign-film-copy .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.campaign-film-copy h3 {
  margin: 14px 0 0;
  font-size: clamp(1.3rem, 1.7vw, 1.58rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.campaign-film-copy p {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.6);
  font-size: 0.94rem;
  line-height: 1.72;
}
.related-card {
  display: block;
  padding: 26px;
  min-height: 220px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.related-card:hover,
.related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 24px 64px rgba(0,0,0,0.34);
}
.related-card .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}
.related-card h3 {
  margin: 18px 0 0;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.related-card p {
  margin: 14px 0 0;
  color: rgba(255,255,255,0.58);
  font-size: 0.94rem;
  line-height: 1.74;
}
.cta-box {
  padding: 36px;
  display: grid;
  gap: 12px;
}
.cta-box .lede {
  color: rgba(255,255,255,0.6);
  line-height: 1.86;
  font-size: 1rem;
  max-width: 62ch;
}

.section-compact {
  padding: 60px 0;
}
.section-related {
  border-top-color: rgba(255,255,255,0.08);
}

.section-related-afternight {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(255,255,255,0.08);
}
.section-related-afternight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.66) 100%),
    radial-gradient(circle at center, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 52%),
    url('assets/images/afternight-related-bg.webp') center 42% / cover no-repeat;
  opacity: 0.9;
  transform: scale(1.02);
  pointer-events: none;
}
.section-related-afternight > .container {
  position: relative;
  z-index: 1;
}
.section-related-afternight .section-head,
.section-related-afternight .related-card {
  position: relative;
  z-index: 1;
}
.section-related-afternight .related-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(8, 8, 10, 0.62);
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 260ms cubic-bezier(.22,1,.36,1), border-color 220ms ease, box-shadow 260ms ease, background 220ms ease;
}
.section-related-afternight .related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.05) 20%, rgba(255,255,255,0) 56%),
    linear-gradient(120deg, rgba(255,255,255,0) 28%, rgba(255,255,255,0.14) 50%, rgba(255,255,255,0) 72%);
  opacity: 0;
  transform: translateX(-18%) scale(1.04);
  transition: opacity 220ms ease, transform 420ms cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  z-index: 0;
}
.section-related-afternight .related-card > * {
  position: relative;
  z-index: 1;
  transition: transform 260ms cubic-bezier(.22,1,.36,1), color 220ms ease;
}
.section-related-afternight .related-card:hover,
.section-related-afternight .related-card:focus-visible {
  transform: translateY(-6px) scale(1.012);
  background: rgba(14, 14, 18, 0.74);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 28px 72px rgba(0,0,0,0.42);
}
.section-related-afternight .related-card:hover::before,
.section-related-afternight .related-card:focus-visible::before {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.section-related-afternight .related-card:hover h3,
.section-related-afternight .related-card:focus-visible h3,
.section-related-afternight .related-card:hover p,
.section-related-afternight .related-card:focus-visible p,
.section-related-afternight .related-card:hover .meta,
.section-related-afternight .related-card:focus-visible .meta {
  transform: translateY(-2px);
}
.section-related-afternight .related-card:hover p,
.section-related-afternight .related-card:focus-visible p {
  color: rgba(255,255,255,0.72);
}

.section-related-sotiria {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(255,255,255,0.08);
}
.section-related-sotiria::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.68) 100%),
    radial-gradient(circle at 72% 22%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 34%),
    url('assets/images/sotiria-related-bg.webp') center 36% / cover no-repeat;
  opacity: 0.94;
  transform: scale(1.02);
  pointer-events: none;
}
.section-related-sotiria > .container {
  position: relative;
  z-index: 1;
}
.section-related-sotiria .section-head,
.section-related-sotiria .related-card {
  position: relative;
  z-index: 1;
}
.section-related-sotiria .related-card {
  background: rgba(10,10,12,0.68);
  border-color: rgba(255,255,255,0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 44px rgba(0,0,0,0.28);
}
.section-related-sotiria .related-card:hover,
.section-related-sotiria .related-card:focus-visible {
  background: rgba(14,14,16,0.78);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 28px 58px rgba(0,0,0,0.38);
}

.section-related-pankill {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(255,255,255,0.08);
}
.section-related-pankill::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%),
    radial-gradient(circle at 78% 22%, rgba(255,214,138,0.12) 0%, rgba(255,214,138,0) 34%),
    url('assets/images/pankill-related-bg.webp') center 42% / cover no-repeat;
  opacity: 0.94;
  transform: scale(1.02);
  pointer-events: none;
}
.section-related-pankill > .container {
  position: relative;
  z-index: 1;
}
.section-related-pankill .section-head,
.section-related-pankill .related-card {
  position: relative;
  z-index: 1;
}
.section-related-pankill .related-card {
  background: rgba(10,10,12,0.66);
  border-color: rgba(255,255,255,0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 44px rgba(0,0,0,0.28);
}
.section-related-pankill .related-card:hover,
.section-related-pankill .related-card:focus-visible {
  background: rgba(14,14,16,0.76);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 28px 58px rgba(0,0,0,0.38);
}

.section-related-pyranthemum {
  position: relative;
  overflow: hidden;
  border-top-color: rgba(255,255,255,0.08);
}
.section-related-pyranthemum::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.62) 100%),
    radial-gradient(circle at 76% 28%, rgba(255,214,138,0.18) 0%, rgba(255,214,138,0) 34%),
    url('assets/images/pyranthemum-related-bg.webp') center 36% / cover no-repeat;
  opacity: 0.96;
  transform: scale(1.02);
  pointer-events: none;
}
.section-related-pyranthemum > .container {
  position: relative;
  z-index: 1;
}
.section-related-pyranthemum .section-head,
.section-related-pyranthemum .related-card {
  position: relative;
  z-index: 1;
}
.section-related-pyranthemum .related-card {
  background: rgba(10,10,12,0.66);
  border-color: rgba(255,255,255,0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 44px rgba(0,0,0,0.28);
}
.section-related-pyranthemum .related-card:hover,
.section-related-pyranthemum .related-card:focus-visible {
  background: rgba(14,14,16,0.78);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 28px 58px rgba(0,0,0,0.38);
}

.section-cta {
  padding-top: 36px;
}
.section-head--compact {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}
.section-title-compact {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.related-grid--compact {
  margin-top: 0;
  gap: 16px;
}
.related-grid--compact .related-card {
  padding: 20px 20px 18px;
  min-height: 0;
}
.related-grid--compact .related-card .meta {
  gap: 8px;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}
.related-grid--compact .related-card h3 {
  margin: 14px 0 0;
  font-size: clamp(1.28rem, 1.65vw, 1.6rem);
  line-height: 1.02;
}
.related-grid--compact .related-card p {
  margin: 10px 0 0;
  font-size: 0.88rem;
  line-height: 1.62;
}
.cta-box--compact {
  grid-template-columns: 1.2fr auto;
  align-items: center;
  gap: 18px 28px;
  padding: 26px 30px;
}
.cta-box--compact .kicker {
  grid-column: 1 / -1;
}
.cta-box--compact h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  line-height: 1.02;
  max-width: 16ch;
}
.cta-box--compact .lede {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.68;
  max-width: 54ch;
}
.cta-box--compact .actions {
  margin-top: 0;
  justify-content: flex-end;
  align-self: center;
}
.image-lightbox, .video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.image-lightbox.is-open, .video-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.image-lightbox-backdrop, .video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(14px);
}
.image-lightbox-dialog {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 34px;
}
.image-lightbox-frame {
  position: relative;
  max-width: min(92vw, 1480px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.12);
}
.image-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  appearance: none;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(8,8,8,0.46);
  color: rgba(255,255,255,0.92);
  cursor: pointer;
  backdrop-filter: blur(16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.image-lightbox-nav span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.image-lightbox-nav--prev {
  left: clamp(10px, 1.9vw, 22px);
}
.image-lightbox-nav--next {
  right: clamp(10px, 1.9vw, 22px);
}
.image-lightbox-nav:hover,
.image-lightbox-nav:focus-visible {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.34);
  box-shadow: 0 18px 40px rgba(255,255,255,0.08);
  transform: translateY(-50%) scale(1.02);
}
.image-lightbox-close, .video-lightbox-close {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 2;
  appearance: none;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(8,8,8,0.46);
  color: rgba(255,255,255,0.9);
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.image-lightbox-close:hover,
.image-lightbox-close:focus-visible,
.video-lightbox-close:hover,
.video-lightbox-close:focus-visible {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.34);
  box-shadow: 0 18px 40px rgba(255,255,255,0.08);
  transform: translateY(-1px);
}
.video-lightbox-dialog {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 34px 34px;
  transform: scale(0.97);
  transition: transform 320ms cubic-bezier(.22,1,.36,1);
}
.video-lightbox.is-open .video-lightbox-dialog { transform: scale(1); }
.video-lightbox-frame {
  position: relative;
  width: min(90vw, 1320px);
  aspect-ratio: 1.6 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 120px rgba(0,0,0,0.54);
  border: 1px solid rgba(255,255,255,0.08);
}
.video-lightbox-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
body.image-open, body.video-open { overflow: hidden; }
.scroll-reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 680ms cubic-bezier(.16,1,.3,1),
    transform 680ms cubic-bezier(.16,1,.3,1),
    filter 680ms cubic-bezier(.16,1,.3,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.js-reveal .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(6px);
}
.scroll-reveal--small { transform: none; filter: none; }
.js-reveal .scroll-reveal--small {
  transform: translate3d(0, 12px, 0);
  filter: blur(4px);
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}
@media (max-width: 1040px) {
  .project-hero-grid,
  .content-grid,
  .related-grid,
  .cta-box--compact {
    grid-template-columns: 1fr;
  }
  .cta-box--compact .actions {
    justify-content: flex-start;
  }
  .project-media-frame,
  .project-media-frame img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}
@media (max-width: 720px) {
  .container { width: min(1240px, calc(100% - 24px)); }
  .header-inner { min-height: 74px; }
  .brand { max-width: min(42vw, 138px); }
  .brand img { width: min(100%, 138px); height: auto; opacity: 0.9; }
  .project-hero { padding: 122px 0 70px; }
  .project-title { font-size: clamp(2.35rem, 13vw, 4rem); }
  .project-stat-grid,
  .gallery-grid,
  .gallery-grid--three,
  .campaign-films-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 78px 0; }
  .panel,
  .cta-box,
  .related-card { padding: 24px; }
  .section-compact { padding: 44px 0; }
  .section-cta { padding-top: 26px; }
  .section-head--compact { margin-bottom: 18px; }
  .related-grid--compact .related-card { padding: 18px; }
  .cta-box--compact {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }
  .cta-box--compact h2 { max-width: none; }
  .cta-box--compact .actions { justify-content: flex-start; }
  .project-play-indicator {
    right: 16px;
    bottom: 16px;
    min-height: 42px;
    padding: 0 12px;
    gap: 8px;
  }
  .project-play-label { font-size: 0.58rem; letter-spacing: 0.2em; }
  .video-lightbox-dialog { padding: 68px 18px 18px; }
  .video-lightbox-frame { width: 100%; border-radius: 16px; }
  .image-lightbox-dialog { padding: 18px; }
  .image-lightbox-nav {
    width: 46px;
    height: 46px;
  }
  .image-lightbox-nav--prev {
    left: 6px;
  }
  .image-lightbox-nav--next {
    right: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal--small,
  .menu-link,
  .project-cover-button,
  .project-cover-button img,
  .gallery-thumb,
  .related-card,
  .btn,
  .menu-trigger,
  .menu-close {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}
footer {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0 24px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-brand img {
  color-scheme: only light;
  forced-color-adjust: none;
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0.92;
}
.footer-logo-home {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer-logo-home:focus-visible {
  outline: 2px solid rgba(255,255,255,0.72);
  outline-offset: 6px;
  border-radius: 4px;
}
.brand-name {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
}
.brand-motto {
  margin-top: 4px;
  font-size: 0.58rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}
.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.footer-address {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-address { text-align: left; }
}
