:root {
  --bg: #050505;
  --panel: #101010;
  --panel-2: #161616;
  --text: #f2f0ea;
  --muted: #8d8a84;
  --line: #292724;
  --orange: #ff5a00;
  --orange-2: #ff7a18;
  --max: 1180px;
  --nav: 78px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, "Noto Sans Thai", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
      circle at 78% 18%,
      rgba(255, 90, 0, 0.13),
      transparent 32%
    ),
    radial-gradient(circle at 8% 70%, rgba(255, 90, 0, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: auto, auto, 80px 80px, 80px 80px;
  z-index: -2;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(var(--max), calc(100% - 42px));
  margin: auto;
}
.section {
  min-height: 100vh;
  padding: 120px 0 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}
.site-header {
  height: var(--nav);
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.25s;
}
.brand {
  letter-spacing: 0.08em;
  line-height: 1;
  display: grid;
  gap: 4px;
}
.brand span {
  font-size: 10px;
  color: #888;
}
.brand strong {
  font-size: 20px;
}
.brand b,
.brand em,
em {
  font-style: normal;
  color: var(--orange);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #aaa;
}
.main-nav a {
  transition: 0.2s;
}
.main-nav a:hover,
.main-nav a.active {
  color: #fff;
}
.nav-cta,
.btn.primary {
  background: var(--orange);
  color: #090909 !important;
  padding: 14px 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-toggle {
  display: none;
}
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow span {
  display: inline-block;
  width: 42px;
  height: 2px;
  background: var(--orange);
  vertical-align: middle;
  margin-right: 14px;
}
h1,
h2 {
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
  line-height: 0.88;
  margin: 0 0 28px;
  letter-spacing: 0.01em;
}
h1 {
  font-size: clamp(4.4rem, 10vw, 10rem);
}
h2 {
  font-size: clamp(3rem, 7vw, 6.8rem);
}
p {
  color: var(--muted);
  font-size: 17px;
}
.lead {
  max-width: 640px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  min-height: 52px;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255, 90, 0, 0.2);
}
.btn.secondary {
  color: #fff;
  padding: 13px 22px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.hero {
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
      90deg,
      #050505 0%,
      rgba(5, 5, 5, 0.74) 48%,
      rgba(5, 5, 5, 0.82)
    ),
    radial-gradient(circle at 70% 48%, rgba(255, 90, 0, 0.25), transparent 28%);
}
.console {
  position: absolute;
  right: -5vw;
  width: 62vw;
  height: 30vh;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: repeating-linear-gradient(
      90deg,
      rgba(255, 90, 0, 0.32) 0 3px,
      transparent 3px 28px
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  filter: blur(0.2px);
  transform: skewY(-8deg) rotate(-3deg);
  opacity: 0.22;
}
.console-a {
  top: 20%;
}
.console-b {
  top: 47%;
  right: 8vw;
  width: 46vw;
  opacity: 0.14;
}
.wave,
.mini-wave {
  height: 56px;
  background: repeating-linear-gradient(
    90deg,
    var(--orange) 0 3px,
    transparent 3px 12px
  );
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><path d="M0 50 C70 5 110 95 180 50 S290 5 360 50 S470 95 540 50 S650 5 720 50 S830 95 900 50 S960 10 1000 50" fill="none" stroke="black" stroke-width="46" stroke-linecap="round"/></svg>');
  mask-size: 100% 100%;
  opacity: 0.9;
}
.wave {
  position: absolute;
  left: 48%;
  right: 5%;
  top: 40%;
}
.mini-wave {
  width: 210px;
  height: 34px;
  margin: 22px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 42px;
  align-items: end;
}
.hero-card {
  align-self: end;
  border: 1px solid rgba(255, 90, 0, 0.35);
  background: rgba(10, 10, 10, 0.8);
  padding: 30px;
  margin-bottom: 40px;
}
.hero-card p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.hero-card strong {
  font-size: 78px;
  color: var(--orange);
  line-height: 1;
}
.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.portrait {
  position: relative;
  border: 1px solid rgba(255, 90, 0, 0.35);
  background: #090909;
  padding: 12px;
}
.portrait img {
  width: 100%;
  height: min(680px, 78vh);
  object-fit: cover;
}
.portrait-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 16px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.35));
  border-left: 3px solid var(--orange);
  display: flex;
  gap: 18px;
  align-items: center;
}
.portrait-caption strong {
  font-size: 32px;
  color: var(--orange);
}
.portrait-caption span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}
.services-list article,
.brand-panel,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #101010, #080808);
  padding: 22px;
}
.services-list strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
}
.services-list span {
  color: var(--muted);
}

.services-list2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}
@media (max-width: 620px) {
    .services-list2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-top: 34px;
    }
}
.services-list2 article,
.brand-panel,
.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #101010, #080808);
  padding: 22px;
}
.services-list2 strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
}
.services-list2 span {
  color: var(--muted);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 38px;
}
.section-head p {
  max-width: 430px;
}
.poster-grid {
  display: grid;
  gap: 18px;
}
.selected-grid {
  grid-template-columns: repeat(4, 1fr);
}
.film-grid {
  grid-template-columns: repeat(4, 1fr);
}
.poster-card {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.28s;
}
.poster-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: 0.45s;
}
.selected-grid .poster-card:nth-child(n + 5) img {
  height: 380px;
}
.poster-card:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.93));
  pointer-events: none;
}
.poster-card h3,
.poster-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 16px;
}
.poster-card h3 {
  margin-top: -78px;
  color: #fff;
  font-size: 18px;
}
.poster-card p {
  padding-bottom: 18px;
  color: #d0cbc4;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.poster-card:hover {
  border-color: rgba(255, 90, 0, 0.55);
  transform: translateY(-5px);
}
.poster-card:hover img {
  transform: scale(1.04);
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.brand-list span {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #070707;
  padding: 18px 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.brand-list span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--orange);
  margin-right: 10px;
}
.mix-list {
  columns: 3;
  column-gap: 54px;
  counter-reset: item;
  list-style: none;
  padding: 28px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.74);
}
.mix-list li {
  break-inside: avoid;
  color: #c8c3bc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 7px 0 7px 42px;
  position: relative;
  font-size: 14px;
}
.mix-list li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #101010, #080808);
  padding: 30px;
}
.logo-grid div {
  height: 100px;
  width: 100%;
  object-fit: contain;
  background: #fff;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.35));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.start-project {
  min-height: 70vh;
  display: grid;
  place-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 50% 20%, rgba(255, 90, 0, 0.26), transparent 34%);
}
.center {
  text-align: center;
}
.center p {
  max-width: 650px;
  margin: 0 auto 30px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: start;
}
.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.contact-list a {
  color: #fff;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
}
.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: #bbb;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #090909;
  color: #fff;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
}
footer {
  padding: 24px 0;
  background: #030303;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777;
}
.footer-inner p {
  font-size: 14px;
  margin: 0;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.delay-1 {
  transition-delay: 0.12s;
}
@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    top: var(--nav);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    background: #070707;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-nav.open {
    display: flex;
  }
  .menu-toggle {
    display: block;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 24px;
    padding: 8px 12px;
  }
  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-card {
    display: none;
  }
  .selected-grid,
  .film-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-list,
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mix-list {
    columns: 2;
  }
  .section-head {
    display: block;
  }
  .portrait img {
    height: 560px;
  }
}
@media (max-width: 620px) {
  .section {
    padding: 100px 0 70px;
    min-height: auto;
  }
  h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }
  h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }
  .container {
    width: min(100% - 26px, var(--max));
  }

  .poster-card img,
  .selected-grid .poster-card:nth-child(n + 5) img {
    height: 250px;
  }
  .mix-list {
    columns: 1;
    padding: 18px;
  }
  .logo-grid img {
    height: 68px;
  }
  .contact-list a {
    font-size: 16px;
  }
  .footer-inner {
    display: block;
  }
  .portrait img {
    height: 520px;
  }
  .portrait-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .site-header {
    padding: 0 14px;
  }
  .brand strong {
    font-size: 16px;
  }
}
