.odberg-page {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

/* HERO / NAV */
.odberg-page .navbar {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background: transparent;
}

/* Desktop nav */
.odberg-page .nav-links {
  list-style: none;
  display: flex;
  gap: 90px;
  margin: 0;
  padding: 0;
}

.odberg-page .nav-links a {
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.odberg-page .nav-links a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background: white;
  transition: width 0.3s ease;
}

.odberg-page .nav-links a:hover::after,
.odberg-page .nav-links a.active::after {
  width: 100%;
}

/* Hamburger button (hidden on desktop) */
.odberg-page .menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 24px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  z-index: 45;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.odberg-page .menu-toggle:hover {
  background: rgba(255, 255, 255, 1);
}

.odberg-page .menu-toggle:focus,
.odberg-page .menu-toggle:active,
.odberg-page .menu-toggle:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.odberg-page .menu-toggle span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: black;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.odberg-page .menu-toggle span:nth-child(1) {
  top: 14px;
}

.odberg-page .menu-toggle span:nth-child(2) {
  top: 21px;
}

.odberg-page .menu-toggle span:nth-child(3) {
  top: 28px;
}

.odberg-page .menu-toggle.active span:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.odberg-page .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.odberg-page .menu-toggle.active span:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

.odberg-page .menu-overlay {
  display: none;
}

.hero-video {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: #000;
}

.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.18),
      rgba(0, 0, 0, 0.08) 35%,
      rgba(0, 0, 0, 0.72)
    );
  pointer-events: none;
}

.hero-text {
  position: absolute;
  left: 10%;
  bottom: 8px;
  z-index: 3;
  max-width: 760px;
}

.hero-label {
  margin: 0 0 16px 0;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.82;
}

.hero-text h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 120px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -2px;
}

.hero-subtext {
  margin: 18px 0 0 0;
  font-size: 18px;
  line-height: 1.65;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-jump-links {
  display: flex;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-jump-links a {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hero-jump-links a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

/* INTRO */
.odberg-intro {
  padding: 92px 10% 24px;
}

.odberg-intro-inner {
  max-width: 820px;
}

.odberg-intro-inner p {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

/* SECTION HEADINGS */
.wall-section {
  padding: 90px 10% 24px;
}

.personal-section {
  padding-top: 140px;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 42px;
}

.section-number {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.5;
  padding-top: 10px;
}

.section-heading h2 {
  margin: 0 0 8px 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -1px;
}

.section-heading p {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.66);
}

/* GENERAL WORK ITEMS */
.work-item {
  display: inline-block;
  width: 100%;
  color: white;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 34px;
  overflow: hidden;
}

.work-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.work-toggle {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.work-toggle:focus,
.work-toggle:focus-visible {
  outline: none;
}

.work-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  touch-action: pan-y;
}

.work-visual img,
.work-visual video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.28s ease, opacity 0.28s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.work-visual video {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.video-item .work-visual {
  aspect-ratio: 4 / 5;
  background: #050505;
}

.video-item .work-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}

.work-item:hover .work-visual img,
.work-item:hover .work-visual video {
  transform: translateY(-2px) scale(1.01);
}

.work-item.is-active .work-visual img,
.work-item.is-active .work-visual video {
  transform: translateY(-3px) scale(1.015);
}

/* OPPDRAG / COMMISSIONS */
.commission-wall {
  column-count: 3;
  column-gap: 28px;
}

.commission-item {
  padding-top: 4px;
  margin-bottom: 28px;
}

/* PERSONAL */
.personal-wall {
  column-count: 3;
  column-gap: 28px;
}

.personal-item {
  padding-top: 4px;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lightbox-dialog {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  background: rgba(10, 10, 10, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  overflow: auto;
  border-radius: 22px;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

.lightbox-content {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 40px;
  align-items: center;
  min-height: 70vh;
  padding: 48px;
}

.lightbox-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.lightbox-image-wrap img,
.lightbox-image-wrap video {
  max-width: 100%;
  max-height: 72vh;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.lightbox-info {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.lightbox-category {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.65;
}

.lightbox-info h3 {
  margin: 0 0 14px 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 0.98;
  letter-spacing: -1px;
}

.lightbox-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

/* BACK TO TOP */
.back-to-top {
  display: block;
  text-align: center;
  margin: 110px 0 64px 0;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  opacity: 0.85;
  font-weight: 500;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.back-to-top::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: white;
  margin: 0 auto 12px auto;
  opacity: 0.55;
}

/* FOOTER */
.site-footer {
  background: white;
  color: black;
  padding: 48px 56px;
  margin: 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  align-items: start;
  gap: 48px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.footer-column p,
.footer-column a {
  margin: 0 0 6px 0;
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-column a:hover {
  opacity: 0.8;
}

.footer-logo {
  align-self: start;
  justify-self: end;
}

.footer-logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0);
}

/* BIG SCREENS */
@media (min-width: 1600px) {
  .odberg-intro,
  .wall-section {
    padding-left: 12%;
    padding-right: 12%;
  }

  .hero-text {
    left: 12%;
  }

  .personal-wall,
  .commission-wall {
    column-count: 4;
    column-gap: 32px;
  }
}

/* DESKTOP */
@media (max-width: 1300px) {
  .odberg-page .nav-links {
    gap: 60px;
  }

  .personal-wall,
  .commission-wall {
    column-count: 3;
  }

  .lightbox-content {
    grid-template-columns: 1.2fr 0.9fr;
  }
}

.floating-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: black;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 120;
}

.floating-top {
  display: none;
}

@media (max-width: 768px) {
  .floating-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: black;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 120;
  }

  .floating-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .floating-top {
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/* TABLET LARGE */
@media (max-width: 1024px) {
  .hero-video {
    min-height: 650px;
  }

  .hero-text {
    left: 8%;
    bottom: 56px;
  }

  .odberg-intro,
  .wall-section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .commission-wall,
  .personal-wall {
    column-count: 3;
    column-gap: 22px;
  }

  .lightbox-dialog {
    width: min(960px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    margin: 28px auto 16px;
  }

  .lightbox-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    gap: 22px;
    min-height: auto;
    padding: 68px 28px 28px;
  }

  .lightbox-image-wrap {
    min-height: auto;
    width: 100%;
    justify-content: center;
  }

  .lightbox-image-wrap img,
  .lightbox-image-wrap video {
    max-height: 42vh;
    width: auto;
    height: auto;
  }

  .lightbox-info {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    justify-content: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-logo {
    justify-self: start;
    margin-top: 20px;
  }
}

/* MOBILE / TABLET */
@media (max-width: 768px) {
  .odberg-page .navbar {
    top: 68px;
    left: 0;
    width: 100%;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    z-index: 80;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .odberg-page .navbar.show {
    opacity: 1;
    transform: none;
  }

  .odberg-page .nav-logo {
    position: absolute;
    left: 20px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 90;
  }

  .odberg-page .nav-logo img {
    width: 88px;
    height: auto;
    display: block;
  }

  .odberg-page .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50% !important;
    transform: translateY(calc(-50% - 2px)) !important;
    width: 30px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    z-index: 90;
    appearance: none;
    -webkit-appearance: none;
  }

  .odberg-page .navbar.show .menu-toggle {
    opacity: 1 !important;
    transform: translateY(calc(-50% - 2px)) !important;
  }

  .odberg-page .menu-toggle:hover,
  .odberg-page .menu-toggle:focus,
  .odberg-page .menu-toggle:focus-visible,
  .odberg-page .menu-toggle:active {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
  }

  .odberg-page .menu-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 999px;
    transform: none;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }

  .odberg-page .menu-toggle span:nth-child(1) {
    top: 0;
  }

  .odberg-page .menu-toggle span:nth-child(2) {
    top: 11px;
  }

  .odberg-page .menu-toggle span:nth-child(3) {
    top: 22px;
  }

  .odberg-page .menu-toggle.active span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
  }

  .odberg-page .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .odberg-page .menu-toggle.active span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
  }

  .odberg-page .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 60;
  }

  .odberg-page .menu-overlay.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .odberg-page .nav-links {
    position: absolute;
    top: 44px;
    right: 20px;
    width: 220px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    outline: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top right;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
    z-index: 85;
  }

  .odberg-page .nav-links.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .odberg-page .nav-links li {
    width: 100%;
  }

  .odberg-page .nav-links a {
    display: block;
    width: 100%;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-shadow: none;
    color: black;
    background: transparent;
  }

  .odberg-page .nav-links a::after {
    display: none;
  }

  .odberg-page .nav-links a:hover {
    background: rgba(0, 0, 0, 0.05);
  }

  .odberg-page .nav-links li:first-child a {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }

  .odberg-page .nav-links li:last-child a {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .hero-video {
    position: relative;
    height: 58svh;
    min-height: 470px;
    overflow: hidden;
  }

  .hero-video video {
    position: absolute;
    top: 36%;
    left: 50%;
    width: 128%;
    max-width: 680px;
    height: auto;
    max-height: 46vh;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center center;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.02) 38%,
        rgba(0, 0, 0, 0.70)
      );
    pointer-events: none;
  }

  .hero-text {
    position: absolute;
    left: 8%;
    right: 8%;
    top: calc(33% + 18vh);
    bottom: auto;
    z-index: 3;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .hero-label {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .hero-text h1 {
    font-size: clamp(40px, 13vw, 72px);
    line-height: 0.95;
    letter-spacing: -1px;
  }

  .hero-subtext {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
  }

  .hero-jump-links {
    gap: 10px;
    margin-top: 20px;
  }

  .hero-jump-links a {
    font-size: 11px;
    padding: 8px 12px;
    letter-spacing: 1px;
  }

  .odberg-intro {
    padding-top: 58px;
    padding-bottom: 10px;
  }

  .odberg-intro-inner p {
    font-size: 17px;
    line-height: 1.75;
  }

  .wall-section,
  .personal-section {
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .section-heading {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
  }

  .section-number {
    padding-top: 0;
  }

  .commission-wall {
    column-count: 2;
    column-gap: 18px;
  }

  .personal-wall {
    column-count: 2;
    column-gap: 18px;
  }

  .work-item {
    margin-bottom: 24px;
  }

  .lightbox-dialog {
    position: absolute;
    top: 16vh;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20vh);
    margin: 0;
    border-radius: 18px;
  }

  .lightbox-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    padding: 82px 18px 28px;
    gap: 20px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .lightbox-image-wrap {
    min-height: auto;
    width: 100%;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 8px;
  }

  .lightbox-image-wrap img,
  .lightbox-image-wrap video {
    max-height: 40vh;
    width: auto;
    height: auto;
  }

  .lightbox-info {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    justify-content: flex-start;
    padding-bottom: 6px;
  }

  .lightbox-category {
    margin-bottom: 8px;
  }

  .lightbox-info h3 {
    font-size: 26px;
    margin: 0 0 10px 0;
  }

  .lightbox-info p {
    font-size: 14px;
    line-height: 1.65;
  }

  .back-to-top {
    margin: 80px 0 44px 0;
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .back-to-top::before {
    width: 32px;
    margin-bottom: 10px;
  }

  .site-footer {
    padding: 36px 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-column h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .footer-column p,
  .footer-column a {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .footer-logo {
    justify-self: start;
    margin-top: 6px;
  }

  .footer-logo img {
    width: 78px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .odberg-page .navbar {
    top: 64px;
  }

  .odberg-page .nav-logo {
    left: 16px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .odberg-page .nav-logo img {
    width: 78px;
  }

  .odberg-page .menu-toggle {
    right: 16px;
    top: 50% !important;
    transform: translateY(calc(-50% - 2px)) !important;
    width: 28px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    z-index: 90;
    appearance: none;
    -webkit-appearance: none;
  }

  .odberg-page .navbar.show .menu-toggle {
    opacity: 1 !important;
    transform: translateY(calc(-50% - 2px)) !important;
  }

  .odberg-page .menu-toggle span:nth-child(2) {
    top: 10px;
  }

  .odberg-page .menu-toggle span:nth-child(3) {
    top: 20px;
  }

  .odberg-page .menu-toggle.active span:nth-child(1),
  .odberg-page .menu-toggle.active span:nth-child(3) {
    top: 10px;
  }

  .odberg-page .nav-links {
    top: 40px;
    right: 16px;
    width: 200px;
  }

  .odberg-page .nav-links a {
    font-size: 13px;
    padding: 13px 16px;
  }

  .hero-video {
    position: relative;
    height: 54svh;
    min-height: 420px;
    overflow: hidden;
  }

  .hero-video video {
    position: absolute;
    top: 34%;
    left: 50%;
    width: 132%;
    max-width: 520px;
    height: auto;
    max-height: 42vh;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center center;
  }

  .hero-text {
    position: absolute;
    left: 8%;
    right: 8%;
    top: calc(31% + 16vh);
    bottom: auto;
    z-index: 3;
    margin: 0;
    padding: 0;
  }

  .hero-text h1 {
    font-size: clamp(34px, 12vw, 52px);
    letter-spacing: -1px;
  }

  .hero-subtext {
    font-size: 14px;
    line-height: 1.55;
  }

  .odberg-intro-inner p {
    font-size: 16px;
  }

  .commission-wall {
    column-count: 2;
    column-gap: 14px;
  }

  .personal-wall {
    column-count: 2;
    column-gap: 14px;
  }

  .work-item {
    margin-bottom: 16px;
  }

  .lightbox-dialog {
    top: 18vh;
    width: calc(100vw - 16px);
    max-height: calc(100vh - 22vh);
    margin: 0;
  }

  .lightbox-content {
    padding: 78px 16px 24px;
    gap: 18px;
  }

  .lightbox-image-wrap {
    margin-top: 6px;
  }

  .lightbox-image-wrap img,
  .lightbox-image-wrap video {
    max-height: 36vh;
  }

  .lightbox-info {
    max-width: 320px;
  }

  .lightbox-info h3 {
    font-size: 24px;
  }

  .lightbox-info p {
    font-size: 13px;
    line-height: 1.6;
  }

  .site-footer {
    padding: 30px 20px;
  }

  .footer-column h3 {
    font-size: 16px;
  }

  .footer-column p,
  .footer-column a {
    font-size: 14px;
  }

  .footer-logo img {
    width: 68px;
  }
}

@media (max-width: 768px) {
  .odberg-page .navbar,
  .odberg-page .navbar.show,
  .odberg-page .menu-toggle,
  .odberg-page .navbar.show .menu-toggle,
  .odberg-page .menu-toggle span {
    transition: none !important;
    animation: none !important;
  }

  .odberg-page .menu-toggle {
    top: 50% !important;
    transform: translateY(calc(-50% - 3px)) !important;
    opacity: 1 !important;
  }

  .odberg-page .navbar.show .menu-toggle {
    transform: translateY(calc(-50% - 3px)) !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  .odberg-page .menu-toggle {
    top: 50% !important;
    transform: translateY(calc(-50% - 3px)) !important;
    opacity: 1 !important;
  }

  .odberg-page .navbar.show .menu-toggle {
    transform: translateY(calc(-50% - 3px)) !important;
    opacity: 1 !important;
  }
}