:root {
  --blue-deep: #0b3f87;
  --blue-bright: #1459a8;
  --orange: #f26a2e;
  --off-white: #f1f0ee;
  --cool-gray: #c9cdd1;
  --charcoal: #08090b;
  --skin: #c7967d;
  --shadow-gray: #6f7378;
  --max: 1160px;
}

[hidden] { display: none !important; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
.auth-form { max-width: 420px; display: grid; gap: 20px; padding: 36px 0; }
.auth-form h2 { font: 700 28px Inter, sans-serif; }
.auth-form label { display: grid; gap: 8px; }
.auth-form input { width: 100%; padding: 12px; background: #17191b; border: 1px solid #666; color: white; }
.auth-form button { padding: 12px; color: #08090b; background: var(--orange); border: 0; }
.auth-form p { overflow-wrap: anywhere; line-height: 1.5; }
.admin-form[aria-busy="true"] { opacity: .7; }
.save-status { overflow-wrap: anywhere; line-height: 1.5; }
.youtube-player { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.collection-empty { grid-column: 1 / -1; margin: 24px 0; color: var(--cool-gray); }
.section-head, .work-grid, .scrap-gallery { width: 100%; min-width: 0; }
h1, h2, h3, .admin-item, .contact-links a { overflow-wrap: anywhere; }
.work-grid article, .scrap-gallery article { gap: 24px; }
button.case-block-video { display: block; width: 100%; padding: 0; border: 0; color: white; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.gallery-header { display:flex; justify-content:space-between; gap:24px; padding:24px; border-bottom:1px solid #555; }
.gallery-header nav { display:flex; flex-wrap:wrap; gap:24px; }
.gallery-header a:hover { color:var(--orange); }
.admin-list { grid-template-columns:repeat(3,minmax(0,1fr)); }
.admin-list details.admin-item { display:block; min-width:0; }
.admin-list details.admin-item[open] { grid-column:1 / -1; }
.admin-item summary { cursor:pointer; list-style:none; }
.admin-item summary::-webkit-details-marker { display:none; }
.admin-item summary img { display:block; width:100%; aspect-ratio:16 / 10; object-fit:cover; margin-bottom:14px; }
.admin-item summary strong { display:block; font-family:Inter,Kanit,sans-serif; font-size:18px; line-height:1.5; overflow-wrap:anywhere; }
.admin-item summary small { display:block; color:var(--orange); margin:8px 0; text-transform:uppercase; }
.admin-item[open] summary img { width:min(100%,260px); }
.admin-item[open] > :not(summary) { margin-top:20px; }
.admin-form > .admin-panel:first-child { order:3; }
.admin-form > .admin-actions { order:4; position:sticky; bottom:0; padding:16px; background:var(--charcoal); z-index:10; }
.case-copy { min-width:0; }
.case-page .case-copy h1 { overflow-wrap:anywhere; font-size:56px; line-height:1.1; }
.case-page .case-copy h1.is-thai { font-size:44px; line-height:1.35; }
.case-page .case-media img { object-fit:contain; }
@media(max-width:760px) {
  .admin-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .gallery-header { flex-direction:column; }
  .case-page .case-copy h1 { font-size:36px; }
  .case-page .case-copy h1.is-thai { font-size:32px; }
}

@font-face {
  font-family: "Kanit";
  src: url("fonts/Kanit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kanit";
  src: url("fonts/Kanit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--off-white);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.landing {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
}

.landing-photo,
.landing-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-photo {
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.landing-shade {
  z-index: 1;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.36), rgba(8, 9, 11, 0.82)),
    linear-gradient(0deg, rgba(8, 9, 11, 0.88), rgba(8, 9, 11, 0.18) 52%);
  transition: opacity 420ms ease;
}

.entry-hotspot {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.entry-hotspot:focus-visible {
  outline: 4px solid var(--orange);
  outline-offset: -12px;
}

.identity-tag {
  position: absolute;
  z-index: 3;
  left: clamp(36px, 27vw, 520px);
  top: 2svh;
  width: min(36vw, 56vh, 560px);
  max-height: 86svh;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-44%) rotate(-5deg) scale(0.92);
  transform-origin: top center;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.45));
  transition:
    opacity 360ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.identity-tag img {
  display: block;
  width: 100%;
  max-height: 86svh;
  object-fit: contain;
}

.entry-menu {
  position: absolute;
  z-index: 4;
  top: 38%;
  right: clamp(20px, 4.5vw, 86px);
  display: grid;
  justify-items: start;
  gap: clamp(8px, 0.9vw, 14px);
  max-width: min(340px, 26vw);
  pointer-events: none;
}

.entry-menu a {
  display: block;
  color: var(--off-white);
  font-size: 38px;
  font-weight: 300;
  line-height: 0.98;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(42px);
  transition:
    opacity 360ms ease,
    transform 620ms cubic-bezier(0.16, 1, 0.3, 1),
    color 180ms ease,
    font-weight 180ms ease;
}

.entry-menu a:hover,
.entry-menu a:focus-visible {
  color: var(--orange);
  font-weight: 900;
}

.landing-caption {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 4vw, 58px);
  bottom: clamp(18px, 5vw, 70px);
  max-width: 440px;
  transition: opacity 300ms ease, transform 420ms ease;
}

.landing-caption p,
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-caption h1,
h2,
h3,
p {
  margin-top: 0;
}

.landing-caption h1 {
  margin: 0;
  font-family: "Archivo Black", Inter, sans-serif;
  color: var(--charcoal);
  font-size: 64px;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(241, 240, 238, 0.28);
}

.landing.is-open .landing-photo {
  transform: scale(1.045);
  filter: saturate(0.82) brightness(0.82);
}

.landing.is-open .landing-shade {
  opacity: 1;
}

.landing.is-open .identity-tag {
  opacity: 1;
  transform: translateY(0) rotate(-3deg) scale(1);
}

.landing.is-open .entry-menu {
  pointer-events: auto;
}

.landing.is-open .entry-hotspot {
  pointer-events: none;
}

.landing.is-open .entry-menu a {
  opacity: 1;
  transform: translateX(0);
}

.landing.is-open .entry-menu a:nth-child(2) {
  transition-delay: 80ms;
}

.landing.is-open .entry-menu a:nth-child(3) {
  transition-delay: 160ms;
}

.landing.is-open .entry-menu a:nth-child(4) {
  transition-delay: 240ms;
}

.landing.is-open .landing-caption {
  opacity: 0;
  transform: translateY(18px);
}

.about,
.campaigns,
.scrapped,
.contact {
  padding: clamp(64px, 10vw, 128px) clamp(18px, 4vw, 48px);
}

.about {
  background: var(--off-white);
  color: var(--charcoal);
}

.about h2,
.section-head,
.work-grid,
.scrap-gallery,
.view-more,
.contact {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

h2 {
  margin-bottom: 0;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: 72px;
  line-height: 0.92;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  line-height: 0.95;
}

.campaigns {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--off-white);
  min-height: 100svh;
  display: grid;
  align-content: center;
}

.section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.released-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--charcoal) url("rendered-assets/main-photo-web.png?v=20260904") center / cover;
}

.released-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.08) brightness(0.78);
}

.released-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.88), rgba(8, 9, 11, 0.48) 48%, rgba(8, 9, 11, 0.82)),
    linear-gradient(0deg, rgba(8, 9, 11, 0.9), rgba(8, 9, 11, 0.18) 50%, rgba(8, 9, 11, 0.72));
  pointer-events: none;
}

.work-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.work-card-link,
.scrap-card-link {
  display: block;
  min-width: 0;
}

.work-grid article {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 238, 0.36);
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(242, 106, 46, 0.42), transparent 48%),
    linear-gradient(180deg, rgba(8, 9, 11, 0.04), rgba(8, 9, 11, 0.94)),
    var(--preview-image) center / cover;
  color: var(--off-white);
  transition: transform 180ms ease, border-color 180ms ease;
}

.work-card-link:nth-child(2) article,
.work-card-link:nth-child(5) article {
  background:
    linear-gradient(135deg, rgba(20, 89, 168, 0.54), transparent 52%),
    linear-gradient(180deg, rgba(8, 9, 11, 0.04), rgba(8, 9, 11, 0.94)),
    var(--preview-image) center / cover;
}

.work-grid span {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.work-grid p {
  margin-bottom: 0;
  line-height: 1.45;
}

.is-thai {
  font-family: "Kanit", Inter, system-ui, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.work-grid h3.is-thai,
.scrap-gallery h3.is-thai {
  font-size: 26px;
  line-height: 1.4;
}

.work-card-link:hover article,
.work-card-link:focus-visible article {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.work-card-link:focus-visible,
.scrap-card-link:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .released-video video {
    display: none;
  }
}

.scrapped {
  background: var(--charcoal);
}

.scrap-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scrap-gallery article {
  position: relative;
  min-height: clamp(190px, 24vw, 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 238, 0.18);
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(242, 106, 46, 0.22), transparent 46%),
    linear-gradient(180deg, rgba(241, 240, 238, 0.12), rgba(8, 9, 11, 0.86)),
    var(--preview-image) center / cover;
  transition: transform 180ms ease, border-color 180ms ease;
}

.scrap-card-link:nth-child(2n) article {
  background:
    linear-gradient(135deg, rgba(20, 89, 168, 0.42), transparent 48%),
    linear-gradient(180deg, rgba(241, 240, 238, 0.12), rgba(8, 9, 11, 0.88)),
    var(--preview-image) center / cover;
}

.scrap-card-link:nth-child(3n) article {
  background:
    linear-gradient(135deg, rgba(241, 240, 238, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.9)),
    var(--preview-image) center / cover;
}

.scrap-card-link:hover article,
.scrap-card-link:focus-visible article {
  transform: translateY(-4px);
  border-color: var(--orange);
}

.scrap-gallery span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scrap-gallery h3 {
  max-width: 9ch;
  margin: 0;
  color: var(--off-white);
}

.view-more {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  margin-top: 22px;
  border: 1px solid currentColor;
  padding: 9px 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.view-more:hover,
.view-more:focus-visible {
  background: var(--orange);
  color: var(--charcoal);
  transform: translateY(-2px);
}

.contact {
  min-height: 70svh;
  display: grid;
  align-content: center;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-links a {
  width: fit-content;
  border: 2px solid var(--orange);
  padding: 14px 18px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .landing-photo {
    object-position: 58% center;
  }

  .identity-tag {
    left: 50%;
    top: 1vh;
    width: min(58vw, 48vh, 430px);
    max-height: 62svh;
    transform: translate(-50%, -42%) rotate(-5deg) scale(0.92);
  }

  .identity-tag img {
    max-height: 62svh;
  }

  .landing.is-open .identity-tag {
    transform: translate(-50%, 0) rotate(-3deg) scale(1);
  }

  .entry-menu {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 5vh;
    max-width: none;
    min-width: 0;
    justify-items: end;
    text-align: right;
  }

  .entry-menu a {
    font-size: 32px;
  }

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

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

@media (max-width: 560px) {
  .landing-caption h1 { font-size: 38px; line-height: 1; }
  h2 { font-size: 38px; line-height: 1.05; }
  h3 { font-size: 26px; line-height: 1.15; }
  .admin-list { grid-template-columns: 1fr; }
  .landing-photo {
    object-position: 60% center;
  }

  .identity-tag {
    top: 2vh;
    width: min(72vw, 46vh, 330px);
    max-height: 56svh;
  }

  .identity-tag img {
    max-height: 56svh;
  }

  .entry-menu {
    left: 18px;
    right: 18px;
    bottom: 5vh;
    max-width: none;
  }

  .entry-menu a {
    font-size: 26px;
  }

  .landing-caption {
    right: 18px;
  }

  .scrap-gallery {
    grid-template-columns: 1fr;
  }

  .scrap-gallery article {
    min-height: 220px;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .identity-tag {
    width: min(30vw, 52vh, 460px);
    max-height: 78svh;
  }

  .identity-tag img {
    max-height: 78svh;
  }

  .entry-menu {
    top: 42%;
  }

  .entry-menu a {
    font-size: 32px;
  }
}

@media (max-height: 540px) and (max-width: 900px) {
  .identity-tag { left: 26%; top: 3svh; width: min(35vw, 50svh); max-height: 84svh; }
  .identity-tag img { max-height: 84svh; }
  .entry-menu { left: 53%; right: 20px; top: 25%; bottom: auto; justify-items: start; text-align: left; }
  .entry-menu a { font-size: 24px; }
  .landing-caption h1 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

.case-page {
  min-height: 100svh;
  background: var(--charcoal);
}

.case-shell {
  width: min(var(--max), calc(100% - 36px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px) 0;
}

.case-back,
.case-return {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(241, 240, 238, 0.52);
  padding: 10px 12px;
  color: var(--off-white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.case-back:hover,
.case-back:focus-visible,
.case-return:hover,
.case-return:focus-visible {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--charcoal);
}

.case-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(32px, 7vw, 110px);
  min-height: calc(100svh - 100px);
}

.case-copy h1 {
  margin: 0;
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(44px, 7vw, 112px);
  line-height: 0.88;
  text-transform: uppercase;
}

.case-copy h1.is-thai {
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.05;
}

.case-description {
  max-width: 45ch;
  margin: 28px 0;
  color: var(--cool-gray);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.5;
}

.case-media {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 238, 0.42);
  background: var(--blue-deep);
}

.case-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.case-blocks {
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  width: min(860px, 100%);
  margin: 0 0 clamp(52px, 8vw, 110px) auto;
}

.case-block {
  margin: 0;
}

.case-block-image {
  overflow: hidden;
  border: 1px solid rgba(241, 240, 238, 0.25);
}

.case-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.case-block-text {
  max-width: 52ch;
  color: var(--cool-gray);
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.45;
}

.case-block-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(241, 240, 238, 0.22);
  background: #000;
}

.case-block-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.case-block-video span {
  position: absolute;
  border: 1px solid var(--off-white);
  padding: 12px 16px;
  background: rgba(8, 9, 11, 0.76);
  color: var(--off-white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-block-video:hover span,
.case-block-video:focus-visible span {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--charcoal);
}

@media (max-width: 760px) {
  .case-shell {
    width: min(100% - 36px, 560px);
  }

  .case-detail {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 34px;
    padding: 58px 0 32px;
  }

  .case-media {
    aspect-ratio: 1 / 1.12;
  }
}

.admin-page {
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.9), rgba(8, 9, 11, 0.72)),
    url("rendered-assets/main-photo-web.png?v=20260904") center / cover fixed;
}

.admin-header,
.admin-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.admin-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0 22px;
}

.admin-header h1 {
  margin: 0;
  color: var(--orange);
  font-family: "Archivo Black", Inter, sans-serif;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 0.88;
  text-transform: uppercase;
}

.admin-header nav,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-header a,
.admin-header button,
.admin-actions a,
.admin-actions button,
.admin-panel-head button,
.admin-item-title button {
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--charcoal);
  padding: 10px 12px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-item-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-item-fields label:nth-child(3),
.admin-item-fields label:nth-child(4),
.admin-item-fields label:nth-child(5),
.admin-item-fields label:nth-child(6) {
  grid-column: 1 / -1;
}

.admin-header a,
.admin-actions a {
  background: transparent;
  color: var(--orange);
}

.admin-form {
  display: grid;
  gap: 16px;
  padding-bottom: 52px;
}

.admin-panel {
  border: 1px solid rgba(241, 240, 238, 0.22);
  background: rgba(8, 9, 11, 0.78);
  padding: clamp(18px, 3vw, 28px);
  backdrop-filter: blur(16px);
}

.admin-panel h2 {
  margin-bottom: 22px;
  color: var(--off-white);
  font-size: clamp(24px, 3vw, 38px);
}

.admin-panel-head,
.admin-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-item {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(241, 240, 238, 0.16);
  padding: 14px;
  background: rgba(241, 240, 238, 0.06);
}

.admin-item-title span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-item-title button {
  background: transparent;
  color: var(--orange);
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: var(--cool-gray);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  border: 1px solid rgba(241, 240, 238, 0.28);
  background: rgba(241, 240, 238, 0.95);
  color: var(--charcoal);
  padding: 12px;
  font: 700 15px/1.35 Inter, system-ui, sans-serif;
}

.admin-form select {
  min-height: 44px;
}

.media-file-input {
  color: var(--off-white) !important;
  background: rgba(241, 240, 238, 0.1) !important;
}

.media-blocks {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(241, 240, 238, 0.16);
  padding-top: 14px;
}

.media-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--off-white);
  font-size: 12px;
  text-transform: uppercase;
}

.media-block-head button,
.add-block-actions button {
  border: 1px solid rgba(241, 240, 238, 0.35);
  background: transparent;
  color: var(--off-white);
  padding: 7px 9px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.media-block-editor {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(241, 240, 238, 0.16);
  padding: 12px;
  background: rgba(8, 9, 11, 0.34);
}

.add-block-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.add-block-actions button:hover,
.add-block-actions button:focus-visible,
.media-block-head button:hover,
.media-block-head button:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
}

.admin-form textarea {
  resize: vertical;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.save-status {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .admin-header {
    display: grid;
    align-items: start;
  }

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

  .admin-item-fields {
    grid-template-columns: 1fr;
  }

  .admin-item-fields label {
    grid-column: 1 / -1;
  }

  .admin-panel-head,
  .admin-item-title {
    align-items: start;
  }
}
