:root {
  --ink: #070912;
  --ink-soft: #101525;
  --night: #0d1220;
  --paper: #f3efe7;
  --white: #fffdf8;
  --cobalt: #246bff;
  --cyan: #35cfff;
  --violet: #6d2be8;
  --magenta: #db36bb;
  --coral: #ff657c;
  --amber: #ffbd65;
  --muted: #9aa2b5;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

::selection {
  background: var(--magenta);
  color: var(--white);
}

.site-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  height: 94px;
  padding: 0 clamp(22px, 4.3vw, 70px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 9, 18, 0.7), transparent);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-symbol {
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(77, 95, 255, 0.28);
}

.brand-symbol img {
  position: absolute;
  width: 84px;
  max-width: none;
  height: 84px;
  left: 50%;
  top: 47%;
  object-fit: cover;
  transform: translate(-50%, -36%);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -0.035em;
}

.brand-copy small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.header-place {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}

.header-place i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 12px var(--coral);
}

.header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2vw, 31px);
}

.nav-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--amber));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, border-color 180ms ease;
}

.header-cta:hover {
  background: var(--violet);
  border-color: var(--magenta);
}

.arrow {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  transition: transform 180ms ease;
}

.diagonal {
  transform: rotate(-45deg);
}

a:hover .arrow:not(.diagonal),
button:hover .arrow:not(.diagonal) {
  transform: translateX(4px);
}

a:hover .diagonal,
button:hover .diagonal {
  transform: rotate(-45deg) translateX(4px);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(7, 9, 18, 0.6);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  max-height: 1040px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px clamp(22px, 4.3vw, 70px) 86px;
  background: var(--ink);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 18, 0.98) 0%, rgba(7, 9, 18, 0.92) 26%, rgba(7, 9, 18, 0.48) 54%, rgba(7, 9, 18, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 9, 18, 0.92), transparent 40%),
    url("/assets/images/hero-nusantara-cinematic.png") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.02);
  animation: hero-breathe 12s ease-in-out infinite alternate;
}

@keyframes hero-breathe {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.065) translate3d(-0.5%, 0.25%, 0); }
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 42%, rgba(255, 101, 124, 0.16), transparent 26%),
    radial-gradient(circle at 62% 62%, rgba(36, 107, 255, 0.2), transparent 34%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 640px;
  height: 640px;
  left: -340px;
  top: 18%;
}

.orbit-two {
  width: 430px;
  height: 430px;
  right: -215px;
  bottom: -120px;
  border-color: rgba(53, 207, 255, 0.22);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(850px, 70vw);
  animation: enter-up 760ms 80ms both cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes enter-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow span {
  width: 34px;
  height: 3px;
  background: linear-gradient(90deg, var(--cobalt), var(--magenta), var(--amber));
}

.section-kicker {
  color: var(--coral);
}

.hero h1 {
  margin: 22px 0 22px;
  color: var(--white);
  font-size: clamp(72px, 9.3vw, 148px);
  font-weight: 730;
  line-height: 0.79;
  letter-spacing: -0.078em;
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.86);
}

.hero h1 em {
  display: block;
  width: fit-content;
  background: linear-gradient(100deg, var(--cyan), var(--cobalt) 28%, var(--magenta) 65%, var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-content > p {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 31px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  min-height: 55px;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(105deg, var(--cobalt), var(--violet), var(--magenta));
  color: var(--white);
  box-shadow: 0 13px 34px rgba(109, 43, 232, 0.28);
}

.button-primary:hover {
  box-shadow: 0 16px 40px rgba(219, 54, 187, 0.36);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

.play-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.17);
  font-size: 7px;
}

.hero-chapter {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 4.3vw, 70px);
  top: 47%;
  display: flex;
  align-items: end;
  gap: 9px;
  color: rgba(255, 255, 255, 0.58);
}

.hero-chapter strong {
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.8;
  color: var(--amber);
}

.hero-chapter span {
  font-size: 7px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero-meta {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 4.3vw, 70px);
  bottom: 30px;
  display: flex;
  gap: 55px;
}

.hero-meta div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 6px 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-meta small {
  grid-column: 1 / 3;
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-meta strong {
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 0.8;
}

.hero-meta span {
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 4.3vw, 70px);
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.scroll-cue span {
  width: 32px;
  height: 1px;
  background: var(--coral);
}

.story-ribbon {
  overflow: hidden;
  padding: 17px 0;
  background: linear-gradient(90deg, var(--cobalt), var(--violet) 38%, var(--magenta) 70%, var(--coral));
  color: var(--white);
}

.story-ribbon div {
  width: max-content;
  display: flex;
  align-items: center;
  animation: ribbon 25s linear infinite;
}

.story-ribbon span {
  padding: 0 26px;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.story-ribbon i {
  color: var(--amber);
  font-style: normal;
  font-size: 10px;
}

@keyframes ribbon {
  to { transform: translateX(-50%); }
}

.section {
  padding: clamp(90px, 10vw, 150px) clamp(22px, 5.5vw, 88px);
}

.work-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 95% 5%, rgba(36, 107, 255, 0.09), transparent 26%),
    var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(270px, 0.7fr);
  align-items: end;
  gap: clamp(36px, 8vw, 130px);
  margin-bottom: 64px;
}

.section-heading h2,
.services-intro h2,
.identity-copy h2,
.process-header h2,
.manifesto-copy h2,
.contact-section h2 {
  margin: 18px 0 0;
  font-size: clamp(56px, 7vw, 108px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.067em;
}

.section-heading h2 em,
.services-intro h2 em,
.identity-copy h2 em,
.process-header h2 em,
.manifesto-copy h2 em,
.contact-section h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.section-heading h2 em {
  color: var(--violet);
}

.section-heading > p {
  max-width: 470px;
  margin: 0 0 7px;
  color: #555a68;
  font-size: 14px;
  line-height: 1.75;
}

.project-grid {
  display: grid;
  grid-template-columns: 1.17fr 0.83fr;
  align-items: start;
  gap: clamp(22px, 3.5vw, 56px);
}

.project-card {
  min-width: 0;
}

.project-card:nth-child(2) {
  margin-top: 120px;
}

.project-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 60px rgba(8, 12, 24, 0.17);
}

.project-image.has-upload {
  background-image: linear-gradient(180deg, rgba(7,9,18,0.04), rgba(7,9,18,0.68));
}

.project-image > img,
.project-image > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card:hover .project-image > img,
.project-card:hover .project-image > video {
  transform: scale(1.035);
}

.project-image > .media-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,9,18,0.04), rgba(7,9,18,0.67));
  pointer-events: none;
}

.empty-portfolio {
  grid-column: 1 / -1;
  min-height: 360px;
  padding: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7,9,18,0.16);
  color: #686d79;
  text-align: center;
}

.contact-actions {
  position: relative;
  z-index: 2;
  margin-top: 33px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-actions .button {
  margin-top: 0;
}

.button-email {
  border-color: var(--ink);
  background: rgba(255,255,255,0.18);
  color: var(--ink);
}

.button-email:hover {
  background: var(--white);
}

.portfolio-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  padding: 24px;
  display: none;
  place-items: center;
  background: rgba(3, 5, 10, 0.92);
  backdrop-filter: blur(16px);
}

.portfolio-modal.is-open {
  display: grid;
}

.portfolio-dialog {
  position: relative;
  width: min(1080px, 96vw);
  max-height: 92svh;
  overflow: auto;
  border: 1px solid rgba(255,255,255,0.18);
  background: var(--night);
  box-shadow: 0 34px 100px rgba(0,0,0,0.55);
}

.portfolio-dialog-media {
  aspect-ratio: 16 / 9;
  background: #020308;
}

.portfolio-dialog-media img,
.portfolio-dialog-media video,
.portfolio-dialog-media iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
}

.portfolio-dialog-copy {
  padding: 27px 30px 32px;
}

.portfolio-dialog-copy span {
  color: var(--coral);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.portfolio-dialog-copy h3 {
  margin: 7px 0 10px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
}

.portfolio-dialog-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.project-history .project-image {
  background-image:
    linear-gradient(180deg, rgba(7,9,18,0.08), rgba(7,9,18,0.55)),
    url("/assets/images/history-archipelago.png");
}

.project-ugc .project-image {
  background-image:
    linear-gradient(180deg, rgba(7,9,18,0.04), rgba(7,9,18,0.6)),
    url("/assets/images/ugc-indonesia.png");
}

.project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.14);
  pointer-events: none;
}

.project-number,
.project-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(7, 9, 18, 0.38);
  color: var(--white);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  backdrop-filter: blur(10px);
}

.project-number {
  left: 18px;
}

.project-label {
  right: 18px;
}

.project-open {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: grid;
  place-items: center;
  transition: transform 180ms ease, background 180ms ease;
}

.project-open:hover {
  transform: scale(1.08);
  background: var(--amber);
}

.project-info {
  padding: 20px 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.project-info span {
  color: var(--magenta);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.project-info h3 {
  margin: 7px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3.5vw, 50px);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.project-info p {
  max-width: 230px;
  margin: 0;
  color: #6b707d;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
}

.identity-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  background: var(--night);
}

.identity-logo {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #070a11;
}

.identity-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, var(--night));
  pointer-events: none;
}

.identity-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08);
}

.identity-copy {
  align-self: center;
  padding: clamp(70px, 8vw, 130px) clamp(28px, 6vw, 100px);
}

.identity-copy h2 {
  max-width: 870px;
  color: var(--white);
  font-size: clamp(48px, 5.2vw, 86px);
}

.identity-copy h2 em {
  color: var(--amber);
}

.identity-copy > p {
  max-width: 570px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.identity-signature {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,0.55);
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.identity-signature i {
  color: var(--cyan);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-style: normal;
}

.services-section {
  display: grid;
  grid-template-columns: 0.77fr 1.23fr;
  gap: clamp(50px, 9vw, 150px);
  color: var(--ink);
  background: var(--white);
}

.services-intro {
  position: sticky;
  top: 65px;
  align-self: start;
}

.services-intro h2 {
  font-size: clamp(52px, 5.8vw, 94px);
}

.services-intro h2 em {
  color: var(--magenta);
}

.services-intro p {
  max-width: 340px;
  margin: 27px 0 0;
  color: #656a76;
  font-size: 14px;
  line-height: 1.7;
}

.service-list {
  border-top: 1px solid rgba(7,9,18,0.18);
}

.service-item {
  position: relative;
  min-height: 190px;
  padding: 34px 14px 34px 0;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: start;
  gap: 14px;
  border-bottom: 1px solid rgba(7,9,18,0.18);
  overflow: hidden;
}

.service-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(36,107,255,0.08), rgba(219,54,187,0.09), rgba(255,189,101,0.1));
  transform: translateX(-101%);
  transition: transform 260ms ease;
}

.service-item:hover::before {
  transform: translateX(0);
}

.service-item > * {
  position: relative;
  z-index: 1;
}

.service-number {
  color: var(--magenta);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.service-item h3 {
  margin: 0;
  font-size: clamp(28px, 3.3vw, 48px);
  font-weight: 650;
  letter-spacing: -0.045em;
}

.service-item p {
  max-width: 520px;
  margin: 13px 0 0;
  color: #6d7280;
  font-size: 12px;
  line-height: 1.65;
}

.service-arrow {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(7,9,18,0.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.culture-section {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(135deg, #15108a 0%, var(--violet) 48%, #b328a5 100%);
}

.culture-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.09), transparent 44%),
    repeating-radial-gradient(circle at center, transparent 0 26px, rgba(255,255,255,0.05) 27px 28px);
}

.culture-ring {
  width: min(38vw, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(255,255,255,0.025),
    0 0 0 65px rgba(255,255,255,0.02),
    inset 0 0 80px rgba(53,207,255,0.18);
}

.culture-visual span {
  position: absolute;
  color: var(--white);
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 750;
  line-height: 0.78;
  letter-spacing: -0.065em;
  text-align: center;
}

.culture-copy {
  padding: clamp(70px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255,255,255,0.18);
}

.culture-copy .section-kicker {
  color: var(--amber);
}

.culture-copy blockquote {
  margin: 28px 0 0;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 650;
  line-height: 0.93;
  letter-spacing: -0.055em;
}

.culture-copy blockquote em {
  color: var(--amber);
  font-family: Georgia, serif;
  font-weight: 400;
}

.culture-copy p {
  max-width: 560px;
  margin: 31px 0 0;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  line-height: 1.75;
}

.process-section {
  padding: clamp(90px, 10vw, 150px) clamp(22px, 5.5vw, 88px);
  color: var(--ink);
  background: var(--paper);
}

.process-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
}

.process-header .section-kicker,
.process-header h2 {
  grid-column: 1;
}

.process-header h2 em {
  color: var(--cobalt);
}

.process-header > p {
  grid-column: 2;
  grid-row: 1 / 3;
  max-width: 300px;
  margin: 0 0 8px;
  color: #666b78;
  font-size: 13px;
  line-height: 1.7;
}

.process-track {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.process-step {
  min-height: 330px;
  padding: 0 28px 0 0;
  border-right: 1px solid rgba(7,9,18,0.17);
}

.process-step + .process-step {
  padding-left: 28px;
}

.process-step:last-child {
  border-right: 0;
}

.step-number {
  color: var(--magenta);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.step-line {
  margin-top: 26px;
  height: 1px;
  background: rgba(7,9,18,0.2);
}

.step-line i {
  display: block;
  width: 28%;
  height: 3px;
  background: linear-gradient(90deg, var(--cobalt), var(--magenta));
  transform: translateY(-1px);
  transition: width 240ms ease;
}

.process-step:hover .step-line i {
  width: 100%;
}

.process-step h3 {
  margin: 34px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.process-step p {
  margin: 18px 0 0;
  color: #686d79;
  font-size: 12px;
  line-height: 1.7;
}

.manifesto-section {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background:
    radial-gradient(circle at 10% 80%, rgba(36,107,255,0.2), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(219,54,187,0.18), transparent 31%),
    var(--ink);
}

.manifesto-word {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 40px 4vw;
  border-left: 1px solid var(--line);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.18);
  font-size: clamp(80px, 12vw, 190px);
  font-weight: 750;
  line-height: 0.7;
  letter-spacing: -0.07em;
}

.manifesto-copy {
  align-self: center;
  padding: clamp(80px, 10vw, 160px) clamp(30px, 7vw, 115px);
}

.manifesto-copy h2 {
  font-size: clamp(58px, 6.5vw, 102px);
}

.manifesto-copy h2 em {
  background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.manifesto-copy > p {
  max-width: 590px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.manifesto-stats {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.manifesto-stats div {
  display: flex;
  align-items: end;
  gap: 12px;
}

.manifesto-stats strong {
  color: var(--amber);
  font-family: Georgia, serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  line-height: 0.8;
}

.manifesto-stats span {
  color: rgba(255,255,255,0.5);
  font-size: 7px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.contact-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 112px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 40%, rgba(255,255,255,0.45), transparent 25%),
    linear-gradient(115deg, var(--amber) 0%, var(--coral) 38%, var(--magenta) 68%, var(--violet) 100%);
}

.contact-symbol {
  position: absolute;
  right: -4%;
  top: 3%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0.32;
  transform: rotate(-9deg);
}

.contact-symbol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section > *:not(.contact-symbol) {
  position: relative;
  z-index: 2;
}

.contact-section .section-kicker {
  color: var(--ink);
}

.contact-section h2 {
  max-width: 1030px;
  font-size: clamp(72px, 10vw, 154px);
}

.contact-section h2 em {
  color: var(--white);
}

.contact-section > p {
  max-width: 430px;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.button-light {
  width: fit-content;
  margin-top: 33px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button-light:hover {
  background: var(--white);
  color: var(--ink);
}

footer {
  padding: 52px clamp(22px, 4.3vw, 70px) 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: #05070c;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.footer-center small {
  color: rgba(255,255,255,0.38);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.back-top {
  justify-self: end;
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.copyright {
  grid-column: 1 / -1;
  margin: 38px 0 0;
  padding-top: 19px;
  border-top: 1px solid var(--line);
  color: rgba(255,255,255,0.32);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(3, 5, 10, 0.88);
  backdrop-filter: blur(16px);
  animation: fade-in 180ms ease both;
}

@keyframes fade-in {
  from { opacity: 0; }
}

.reel-modal,
.brief-modal {
  position: relative;
  width: min(940px, 96vw);
  max-height: 92svh;
  overflow: auto;
  border: 1px solid rgba(255,255,255,0.18);
  background: var(--night);
  box-shadow: 0 34px 100px rgba(0,0,0,0.55);
}

.modal-close {
  position: absolute;
  z-index: 5;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  background: rgba(7,9,18,0.5);
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.reel-screen {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(100deg, rgba(7,9,18,0.3), rgba(7,9,18,0.72)),
    url("/assets/images/hero-nusantara-cinematic.png") center / cover;
}

.reel-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 14px solid rgba(7,9,18,0.22);
  pointer-events: none;
}

.reel-scan {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background: repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,0.14) 6px);
}

.reel-label,
.reel-time {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 7px 10px;
  background: rgba(7,9,18,0.6);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.reel-time {
  align-self: flex-end;
}

.reel-word {
  position: relative;
  z-index: 1;
  font-size: clamp(58px, 8.2vw, 124px);
  font-weight: 750;
  line-height: 0.78;
  letter-spacing: -0.075em;
}

.reel-word em {
  color: var(--amber);
  font-family: Georgia, serif;
  font-weight: 400;
}

.reel-footer {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.reel-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.reel-footer button,
.text-button {
  border: 0;
  background: transparent;
  color: var(--amber);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.brief-modal {
  width: min(760px, 96vw);
  padding: clamp(34px, 6vw, 72px);
}

.brief-modal h2 {
  margin: 17px 0 34px;
  font-size: clamp(45px, 6.5vw, 82px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.brief-modal h2 em {
  color: var(--amber);
  font-family: Georgia, serif;
  font-weight: 400;
}

.brief-modal form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}

.brief-modal label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(255,255,255,0.55);
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.brief-modal label:nth-child(4) {
  grid-column: 1 / -1;
}

.brief-modal input,
.brief-modal select,
.brief-modal textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 0;
  outline: 0;
  background: rgba(255,255,255,0.05);
  color: var(--white);
  padding: 15px 16px;
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
}

.brief-modal textarea {
  resize: vertical;
}

.brief-modal select option {
  background: var(--night);
}

.brief-modal input:focus,
.brief-modal select:focus,
.brief-modal textarea:focus {
  border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(219,54,187,0.12);
}

.brief-modal form .button {
  width: fit-content;
  grid-column: 1 / -1;
  margin-top: 8px;
}

.brief-success {
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cobalt), var(--magenta));
  font-size: 23px;
}

.brief-success p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.7;
}

.success-actions {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-place,
  .nav-links,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-links.is-open {
    position: absolute;
    top: 78px;
    right: 22px;
    width: min(280px, calc(100vw - 44px));
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(7,9,18,0.95);
    backdrop-filter: blur(16px);
  }

  .nav-links.is-open a {
    padding: 15px 4px;
    border-bottom: 1px solid var(--line);
  }

  .hero-content {
    width: 82vw;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .project-card:nth-child(2) {
    margin-top: 80px;
  }

  .identity-section,
  .services-section,
  .culture-section {
    grid-template-columns: 1fr;
  }

  .identity-logo {
    min-height: 600px;
  }

  .identity-logo::after {
    background: linear-gradient(0deg, var(--night), transparent 45%);
  }

  .services-intro {
    position: static;
  }

  .culture-copy {
    border-top: 1px solid rgba(255,255,255,0.18);
    border-left: 0;
  }

  .culture-ring {
    width: min(65vw, 480px);
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(n+3) {
    padding-top: 48px;
  }

  .manifesto-section {
    grid-template-columns: 180px 1fr;
  }

  .manifesto-word {
    font-size: 110px;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 78px;
    padding-inline: 17px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .brand-symbol img {
    width: 72px;
    height: 72px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    font-size: 6px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
    padding: 104px 18px 115px;
    align-items: flex-end;
  }

  .hero-backdrop {
    background:
      linear-gradient(0deg, rgba(7,9,18,0.99) 0%, rgba(7,9,18,0.86) 43%, rgba(7,9,18,0.23) 78%),
      url("/assets/images/hero-nusantara-cinematic.png") 64% center / cover no-repeat;
  }

  .hero-grid,
  .hero-chapter {
    display: none;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(62px, 20vw, 90px);
  }

  .hero-content > p {
    max-width: 94%;
    font-size: 12px;
  }

  .button {
    min-height: 50px;
    padding-inline: 19px;
  }

  .hero-meta {
    left: 18px;
    right: 18px;
    bottom: 27px;
    justify-content: space-between;
    gap: 20px;
  }

  .scroll-cue {
    display: none;
  }

  .story-ribbon span {
    font-size: 15px;
  }

  .section {
    padding: 78px 18px;
  }

  .section-heading h2,
  .services-intro h2,
  .identity-copy h2,
  .process-header h2,
  .manifesto-copy h2,
  .contact-section h2 {
    font-size: clamp(48px, 16vw, 70px);
  }

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

  .project-card:nth-child(2) {
    margin-top: 35px;
  }

  .project-info {
    align-items: start;
    flex-direction: column;
  }

  .project-info p {
    text-align: left;
  }

  .identity-logo {
    min-height: 420px;
  }

  .identity-copy,
  .culture-copy,
  .manifesto-copy {
    padding: 72px 18px;
  }

  .identity-signature {
    flex-direction: column;
  }

  .services-section {
    gap: 48px;
  }

  .service-item {
    min-height: 170px;
    grid-template-columns: 38px 1fr;
  }

  .service-arrow {
    display: none;
  }

  .culture-visual {
    min-height: 470px;
  }

  .culture-ring {
    width: min(82vw, 380px);
  }

  .culture-copy blockquote {
    font-size: clamp(39px, 13vw, 60px);
  }

  .process-section {
    padding: 78px 18px;
  }

  .process-header {
    grid-template-columns: 1fr;
  }

  .process-header > p {
    grid-column: 1;
    grid-row: auto;
  }

  .process-track {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .process-step,
  .process-step + .process-step,
  .process-step:nth-child(n+3) {
    min-height: auto;
    padding: 30px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(7,9,18,0.17);
  }

  .manifesto-section {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .manifesto-word {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 54px 18px 0;
    border: 0;
    font-size: 21vw;
    line-height: 0.8;
  }

  .manifesto-stats {
    grid-template-columns: 1fr;
  }

  .contact-section {
    min-height: 680px;
    padding: 82px 18px;
  }

  .contact-symbol {
    width: 94vw;
    right: -30%;
    top: 17%;
  }

  footer {
    padding: 45px 18px 24px;
    grid-template-columns: 1fr auto;
  }

  .footer-center {
    grid-column: 1 / -1;
    grid-row: 2;
    align-items: flex-start;
    margin-top: 20px;
  }

  .copyright {
    margin-top: 28px;
  }

  .modal-backdrop {
    padding: 10px;
  }

  .reel-screen {
    min-height: 520px;
    padding: 28px;
  }

  .reel-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .brief-modal {
    padding: 55px 20px 28px;
  }

  .brief-modal form {
    grid-template-columns: 1fr;
  }

  .brief-modal label:nth-child(4),
  .brief-modal form .button {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
