
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.desktop-br { display: none; }
@media (min-width: 769px) { .desktop-br { display: block; } }
.label-tap { display: none; }
@media (hover: none) { .label-click { display: none; } .label-tap { display: inline; } }

html {
  font-family: 'Rethink Sans', sans-serif;
  background: #fafafa;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body { min-height: 100vh; background: #fafafa; max-width: 1440px; margin-left: auto; margin-right: auto; overflow-x: hidden; }
#intro { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
a { color: #000; text-decoration: none; }
a:hover { color: #888; transition: color 0.2s ease; }
img { display: block; max-width: 100%; }

.sx { padding-left: 16px; padding-right: 16px; }
@media (min-width: 768px)  { .sx { padding-left: 32px; padding-right: 32px; } }
@media (min-width: 1200px) { .sx { padding-left: 36px; padding-right: 36px; } }

.t-hero    { font-size: clamp(48px, 8vw, 96px);    font-weight: 500; line-height: 0.95; letter-spacing: -0.03em; }
.t-project { font-size: clamp(28px, 5.4vw, 65px);  font-weight: 500; line-height: 1;    letter-spacing: -0.03em; }
.t-section { font-size: clamp(20px, 2.5vw, 32px);  font-weight: 500; letter-spacing: -0.02em; }
.t-body    { font-size: clamp(14px, 1.4vw, 16px);  font-weight: 400; line-height: 1.5; }
.t-nav     { font-size: clamp(13px, 1.3vw, 15px);  font-weight: 400; }
.t-meta-label { font-size: 11px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.5; }
.t-meta-value { font-size: 13px; font-weight: 500; }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: flex-end;
  height: 56px;
  mix-blend-mode: difference;
  color: #fff;
}

.nav-logo { position: absolute; left: 50%; transform: translateX(-50%); font-size: clamp(13px, 1.3vw, 15px); font-weight: 500; letter-spacing: -0.01em; white-space: nowrap; color: #fff; }
.nav-logo:hover { color: #fff; }

.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: clamp(13px, 1.3vw, 15px); position: relative; color: #fff; }
.nav-links a:hover { color: #fff; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -1px;
  width: 0; height: 1px; background: #fafafa;
  transition: width 0.2s ease;
}
.nav-links a:hover::after { width: 100%; }

/* hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; cursor: pointer; background: none; border: none; }
.hl { display: block; width: 22px; height: 1px; background: #fafafa; transition: transform 0.3s ease, opacity 0.3s ease; transform-origin: center; }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 40;
  background: #fafafa;
  display: flex; flex-direction: column;
  padding-top: 80px;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
.mobile-menu.open { transform: translateY(0); pointer-events: auto; }
.mobile-menu.open ~ * #morph-name,
body:has(.mobile-menu.open) #morph-name { opacity: 0 !important; pointer-events: none; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 28px; margin-top: 28px; }
.mobile-menu nav a { font-size: clamp(28px, 6vw, 40px); font-weight: 500; letter-spacing: -0.03em; }
.mobile-menu-footer { margin-top: auto; }
.mobile-menu-footer a { font-size: 13px; font-weight: 500; display: block; margin-bottom: 6px; }
.mobile-menu-footer .socials { display: flex; gap: 20px; margin-top: 12px; }
.mobile-menu-footer .socials a { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }

@media (max-width: 767px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.img-wrap { overflow: hidden; }
.img-wrap img { transition: transform 0.4s ease; }
.img-wrap:hover img { transform: scale(1.03); }

.divider { }

.ph {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  width: 100%;
}
.ph span {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  opacity: 0.35; position: absolute;
}

.cursor-zone { cursor: none; }
#cursor span { background: #000; color: #fff; padding: 8px 18px; border-radius: 100px; font-style: italic; font-size: 12px; letter-spacing: 0.02em; display: inline-block; }
#cursor.pill span { background: #fafafa; color: #000; }

.work-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding-top: 24px; padding-bottom: 24px;
  transition: opacity 0.2s ease;
}
.work-row:hover { opacity: 1; color: #888; }
.work-row-left  { display: flex; align-items: baseline; gap: 20px; min-width: 0; }
.work-row-right { display: flex; align-items: baseline; gap: 24px; flex-shrink: 0; }
.work-descriptor { opacity: 0.5; }
.work-arrow { opacity: 0; transition: opacity 0.2s ease; font-variant-emoji: text; }
.work-row:hover .work-arrow { opacity: 1; }

@media (max-width: 767px) { .work-descriptor { display: none; } }

.cs-header {
  display: flex; flex-direction: column; gap: 32px;
  padding-top: 128px; padding-bottom: 48px;
}
@media (min-width: 768px) {
  .cs-header { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 64px; padding-top: 160px; padding-bottom: 64px; }
}

.meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; }
@media (max-width: 767px) {
  .meta-grid { grid-template-columns: 1fr 1fr; gap: 16px 16px; width: 100%; }
}

.cs-section {
  display: flex; flex-direction: column; gap: 24px;
  padding-top: 48px; padding-bottom: 48px;
}
.cs-section-label .t-project { color: #aaa; font-size: clamp(15px, 2.2vw, 28px); font-style: italic; }
.h-card-info .t-meta-label { font-style: italic; }
@media (min-width: 768px) {
  .cs-section { flex-direction: row; gap: 64px; padding-top: 64px; padding-bottom: 64px; }
  .cs-section-label { width: 33%; flex-shrink: 0; }
  .cs-section > div:not(.cs-section-label) { padding-top: 26px; }
}

.clients-link { color: inherit; display: block; }
.clients-link:hover { color: inherit; }
.clients-link .about-meta-list li { color: #000; }

.about-grid { display: flex; flex-direction: column; gap: 48px; }
@media (min-width: 768px) { .about-grid { flex-direction: row; gap: 80px; } }

.about-main-layout {
  display: grid;
  grid-template-columns: calc(50% - 90px) 1fr;
  gap: 0 40px;
  padding-top: 160px;
  padding-bottom: 80px;
}
.about-left-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about-bottom-group {
  margin-top: auto;
}
.about-photo-wrap {
  width: clamp(140px, 14vw, 200px);
}
.about-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.about-text-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.about-bio-col p {
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.65; text-indent: 2.5em;
}
.about-bio-col p + p { margin-top: 16px; }
.about-contact-link {
  font-size: 11px; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.08em;
  opacity: 0.6; text-decoration: none;
  transition: opacity 0.2s ease; display: block;
}
.about-contact-link:hover { opacity: 0.6; color: #888; }
@media (max-width: 768px) {
  .about-main-layout { grid-template-columns: 1fr; }
  .about-right-col { order: -1; }
  .about-left-col { order: 1; height: auto; }
  .about-bottom-group { margin-top: 40px; }
  .about-text-cols { grid-template-columns: 1fr; }
  .about-photo-wrap { width: 55%; height: auto; }
  .about-photo-mobile { display: block; padding: 16px 0; }
}
.about-photo-mobile { display: none; }

.about-meta-head {
  font-size: 11px; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.08em;
  opacity: 0.45; margin-bottom: 14px;
  text-align: left;
}
.about-bio-col .about-meta-head { text-indent: 0; }
.about-meta-list { list-style: none; }
.about-meta-list li {
  font-size: 13px; font-weight: 500;
  line-height: 2; color: #000;
}
.about-meta-list li.dim { opacity: 0.3; }

.about-contact-bottom {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 28px;
  text-align: right;
}
.about-contact-bottom a {
  font-size: 11px; font-weight: 400;
  text-transform: uppercase; letter-spacing: 0.08em;
  text-decoration: none; opacity: 0.6;
  transition: opacity 0.2s ease;
}
.about-contact-bottom a:hover { opacity: 1; }

@media (max-width: 900px) {
  .about-bio-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 80px; }
  .about-bottom-row { grid-template-columns: 1fr 1fr; }
  .about-contact-bottom { align-items: flex-start; text-align: left; }
}

#back-to-top {
  position: fixed;
  bottom: 100px;
  right: 32px;
  background: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-family: inherit;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
  cursor: pointer;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
}
@media (max-width: 767px) {
  #back-to-top { bottom: 80px; right: 20px; }
}

#scroll-down {
  display: none;
  position: absolute;
  bottom: max(80px, calc(env(safe-area-inset-bottom, 0px) + 64px));
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  padding: 8px;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  z-index: 50;
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
@media (hover: none) {
  #scroll-down { color: #000; mix-blend-mode: normal; font-size: 15px; }
}
@media (hover: none) {
  #scroll-down { display: flex; }
}
#explore-arrow {
  font-size: 18px;
  display: block;
  animation: bounce-arrow 2s ease-in-out infinite;
}
@keyframes bounce-arrow {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50%       { opacity: 1;   transform: translateY(6px); }
}

#works-preview {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 45;
  width: clamp(220px, 22vw, 320px);
  opacity: 0; will-change: transform, opacity;
  overflow: hidden;
}
#works-preview img {
  width: 100%; height: clamp(200px, 40vh, 440px); object-fit: cover; display: block;
  transition: opacity 0.2s ease;
}

.works-list-section {
  min-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 56px;
  padding-bottom: 40px;
}

.works-item {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; padding: 12px 0; color: inherit;
  border-top: 1px solid rgba(0,0,0,0.06);
  transition: opacity 0.25s ease;
}
.works-item:last-child { border-bottom: 1px solid rgba(0,0,0,0.06); }
.works-list-section:has(.works-item:hover) .works-item:not(:hover) { opacity: 0.3; }

.works-left  { display: flex; align-items: baseline; gap: 24px; }
.works-right { display: flex; align-items: baseline; gap: 16px; flex-shrink: 0; }

.works-num  { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.4; }
.works-meta { font-size: clamp(13px, 1.3vw, 15px); opacity: 0.5; }
.works-name { font-size: clamp(28px, 4.8vw, 64px); font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.works-arrow { font-size: clamp(18px, 2vw, 28px); opacity: 0; transition: opacity 0.2s ease; font-family: 'Rethink Sans', sans-serif; font-style: normal; font-variant-emoji: text; }
.works-item:hover .works-arrow { opacity: 1; }

@media (max-width: 767px) {
  .works-list-section { padding-top: 32px; padding-bottom: 24px; min-height: unset; }
  .works-item { flex-direction: column; gap: 4px; align-items: flex-start; padding: 10px 0; }
  .works-right { align-self: stretch; justify-content: space-between; }
  .works-arrow { opacity: 1; font-size: 16px; }
  .works-name { font-size: clamp(22px, 6vw, 36px); }
  .works-group-label { padding-top: 12px; padding-bottom: 2px; }
}

.works-group {
  border-top: 1px solid rgba(0,0,0,0.06);
}
.works-group-label {
  font-size: clamp(13px, 1.3vw, 15px); font-weight: 500;
  letter-spacing: -0.01em; opacity: 0.45;
  padding-top: 20px; padding-bottom: 4px;
}
.works-group .works-item {
  border-top: 1px solid rgba(0,0,0,0.04);
  padding-left: 24px;
}
.works-group .works-item:first-of-type {
  border-top: none;
}
.works-group .works-left::before {
  content: '→';
  font-size: clamp(14px, 2vw, 22px);
  opacity: 0.3;
  flex-shrink: 0;
  font-weight: 400;
  align-self: center;
}

.footer {
  display: flex; flex-direction: column; gap: 20px;
  padding-top: 40px; padding-bottom: 40px;
  color: #888;
}
@media (min-width: 768px) { .footer { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; font-weight: 500; position: relative; color: #888; }
.footer-links a:hover { color: #888; }
.footer-links a::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #888; transition: width 0.2s ease; }
.footer-links a:hover::after { width: 100%; }

.mt4  { margin-top: 16px; }
.mt6  { margin-top: 24px; }
.mt8  { margin-top: 32px; }
.mt10 { margin-top: 40px; }
.mt12 { margin-top: 48px; }
.mt16 { margin-top: 64px; }
.mb4  { margin-bottom: 16px; }
.mb6  { margin-bottom: 24px; }
.op60 { opacity: 0.6; }
.op50 { opacity: 0.5; }
.cs-section .op60 { opacity: 1; }
.op35 { opacity: 0.35; }
.flex { display: flex; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.gap8 { gap: 32px; }

#works-wrapper { position: relative; }
@media (hover: hover) {
  #works {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #intro-desc { padding-top: 56px !important; padding-bottom: 32px !important; }
  #works { height: auto !important; position: static !important; justify-content: flex-start !important; padding-top: 48px; }
  #about-strip { padding-top: 48px !important; padding-bottom: 48px !important; }
}

.hero-mobile { display: none; }
.hero-desktop { display: block; }
@media (max-width: 768px) {
  .hero-desktop { display: none; }
  .hero-mobile  { display: block; }
}

.hero-layout { display: flex; align-items: flex-end; gap: 40px; }
.hero-location { flex-shrink: 0; display: flex; flex-direction: column; width: clamp(160px, 16vw, 220px); }
@media (max-width: 768px) {
  .hero-layout { flex-direction: column; align-items: flex-start; gap: 24px; }
  .hero-location { width: auto; flex-shrink: 1; }
}

.h-scroll-outer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  padding-bottom: 48px;
}
.h-scroll-outer::-webkit-scrollbar { display: none; }
.h-scroll-outer.grabbing { cursor: grabbing; user-select: none; }

.h-scroll-track {
  display: flex;
  gap: 20px;
  padding: 0 36px;
  width: max-content;
}
@media (max-width: 1199px) { .h-scroll-track { padding: 0 32px; } }
@media (max-width: 767px)  { .h-scroll-track { padding: 0 16px; gap: 14px; } }

.h-card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: inherit;
  cursor: none;
}

.h-card-img {
  overflow: hidden;
  transition: opacity 0.25s ease;
  line-height: 0;
}
.h-card-img img, .h-card-img video {
  height: clamp(130px, 32vw, 540px);
  width: auto;
  display: block;
}
@media (max-width: 767px) {
  .h-card { align-items: flex-start; }
  .h-card-img { width: auto; }
  .h-card-img img, .h-card-img video { height: clamp(200px, 62vw, 420px); width: auto; object-fit: unset; }
}

.h-card-info { display: flex; flex-direction: column; gap: 4px; }
.h-card-name { font-size: 13px; font-weight: 500; }
.h-card-desc { font-size: 13px; opacity: 0.5; }


#marquee-fwd {
  background: none; border: none; padding: 0;
  display: inline-flex; align-items: center;
  font-size: clamp(32px, 4vw, 48px); line-height: 1;
  font-family: inherit; font-weight: 500;
  cursor: pointer; color: #000; flex-shrink: 0;
  transition: color 0.2s ease;
  user-select: none; -webkit-user-select: none;
}
#marquee-fwd:hover { color: #888; }

.home-marquee { overflow: hidden; width: 100%; padding-bottom: 48px; }
.home-track   { display: flex; gap: 20px; width: max-content; }
@media (max-width: 767px) { .home-track { gap: 14px; } }

.pg-marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 64px;
}
.pg-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: pg-fwd 30s linear infinite;
}
.pg-track--rev {
  animation-name: pg-rev;
  margin-left: -160px;
}
.pg-tile {
  flex-shrink: 0;
  width: 280px;
}
.pg-tile img { width: 100%; height: auto; display: block; }
@keyframes pg-fwd {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes pg-rev {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) { .pg-track { animation: none; } }

.img-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; align-items: start; }
.img-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; align-items: start; }
@media (max-width: 600px) {
  .img-grid-2 { grid-template-columns: 1fr; }
}
.img-grid-2 img, .img-grid-3 img { width: 100%; height: auto; display: block; }
.img-grid-3-mobile-2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; align-items: start; }
.img-grid-3-mobile-2 img { width: 100%; height: auto; display: block; }
@media (max-width: 600px) { .img-grid-3-mobile-2 { grid-template-columns: 1fr 1fr; } }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  min-height: calc(100vh - 56px - 96px);
  align-content: start;
}
.contact-label {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  opacity: 0.35;
}
.contact-value {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.contact-value:hover { opacity: 1; color: #888; }
@media (max-width: 600px) {
  .contact-grid { grid-template-columns: 1fr; }
}

.hero-portrait {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.hero-portrait img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 640px) { .hero-portrait { display: none; } }

@media (max-width: 768px) {
  .slider-portrait-wrap { flex: none !important; width: 80% !important; margin: 0 auto; background: transparent !important; }
}
.slider-portrait-wrap { overflow: hidden; }

.slider {
  position: relative;
}
.slider-viewport {
  overflow: hidden;
  background: transparent;
}
.slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}
.slide {
  flex: 0 0 100%;
  min-width: 100%;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  color: #000;
  font-size: 18px;
  font-family: inherit;
  cursor: pointer;
  padding: 12px 16px;
  line-height: 1;
  transition: color 0.2s ease;
}
@media (max-width: 768px) {
  .slider-posts { overflow: hidden; }
}
.slider-btn:hover { color: #888; }
.slider-prev { left: 12px; }
.slider-next { right: 12px; }
.slider-dark .slider-btn { color: #fff; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
.slider-dark .slider-btn:hover { color: rgba(255,255,255,0.5); }

.sticker-clear-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sticker-clear-btn {
    position: static;
    transform: none;
    display: block;
    margin-top: 8px;
  }
}

.bts-trigger {
  display: inline-block;
  width: fit-content;
  margin-top: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  color: rgba(0,0,0,0.4);
  transition: color 0.2s ease;
}
.bts-trigger:hover { color: rgba(0,0,0,0.7); }

.bts-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 48px 36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.bts-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.bts-overlay img {
  max-height: 80vh;
  max-width: 45%;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bts-overlay { flex-direction: column; gap: 16px; padding: 64px 16px 32px; overflow-y: auto; }
  .bts-overlay img { max-width: 100%; max-height: 45vh; }
}
.bts-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.bts-close:hover { opacity: 1; }

.video-wrap { position: relative; padding-top: 56.25%; overflow: hidden; background: #000; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

@media (max-width: 767px) {
  .ooh-images { flex-direction: column !important; }
  .ooh-images img { height: auto !important; width: 100% !important; }
  .activation-section { flex-direction: column !important; }
  .activation-section .cs-section-label { flex-shrink: unset !important; }
  .activation-section video { width: 100% !important; height: auto !important; object-fit: contain !important; max-height: 70vh; }
  .cs-video-mobile { max-height: 75vh; width: auto !important; max-width: 100%; display: block; margin: 0 auto; }
}
