
:root {
  font-family: 'Kanit', sans-serif;
  color: #D7E2EA;
  background: #0C0C0C;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --bg: #0C0C0C;
  --ink: #D7E2EA;
  --violet: #B600A8;
  --purple: #7621B0;
  --orange: #BE4C00;
  --cyan: #98E9FF;
  --lime: #D9FF57;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body, #root { min-height: 100%; background: #0C0C0C; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

::selection { background: #D9FF57; color: #0C0C0C; }

.site-shell {
  width: 100%;
  overflow-x: clip;
  background: #0C0C0C;
}

.hero-heading {
  background: linear-gradient(180deg, #646973 0%, #BBCCD7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-kicker {
  color: #D7E2EA;
  opacity: .58;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-heading {
  font-size: clamp(3rem, 12vw, 160px);
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-weight: 900;
}

/* HERO */
.hero-section {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background: #0C0C0C;
}

.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.08);
  pointer-events: none;
  border: 0;
  opacity: .48;
  filter: saturate(.75) contrast(1.18) brightness(.68);
}

.hero-video-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(12,12,12,.02), rgba(12,12,12,.5) 48%, #0C0C0C 87%),
    linear-gradient(180deg, rgba(12,12,12,.18), rgba(12,12,12,.08) 40%, rgba(12,12,12,.92));
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
  color: #D7E2EA;
  font-size: .82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.hero-nav a { transition: opacity 200ms ease, transform 200ms ease; }
.hero-nav a:hover { opacity: .7; transform: translateY(-2px); }

.hero-title-wrap { overflow: hidden; margin-top: 1.5rem; }
.hero-title {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 20vw;
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .75;
  text-transform: uppercase;
  text-shadow: 0 0 80px rgba(195,213,224,.08);
}

.hero-portrait-shell {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 18;
  width: min(68vw, 360px);
  transform: translate(-50%, -50%);
}

.hero-portrait-card {
  position: relative;
  width: 100%;
  aspect-ratio: .82;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(215,226,234,.42);
  border-radius: 42px;
  background: #151515;
  box-shadow: 0 32px 100px rgba(0,0,0,.5), 0 0 80px rgba(182,0,168,.14);
}

.hero-portrait-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(4,4,4,.86));
}

.hero-portrait-card::after {
  content: '';
  position: absolute;
  inset: 10px;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 33px;
}

.hero-portrait-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-portrait-card:hover img { transform: scale(1.05); }

.hero-portrait-glass {
  position: absolute;
  z-index: 4;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  display: grid;
  gap: .18rem;
  color: #fff;
  text-align: left;
}

.hero-portrait-glass strong { font-size: 1.55rem; line-height: 1; text-transform: uppercase; letter-spacing: -.035em; }
.hero-portrait-glass > span:last-child { color: #D9FF57; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-portrait-tag { display: flex; align-items: center; gap: .42rem; margin-bottom: .35rem; font-size: .65rem; letter-spacing: .16em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff4c64; box-shadow: 0 0 0 5px rgba(255,76,100,.13); }
.hero-play {
  position: absolute;
  z-index: 5;
  right: 1.1rem;
  top: 1.1rem;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(12,12,12,.58);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.22);
}

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: auto;
  padding: 0 1.5rem 2rem;
}

.hero-copy {
  max-width: 165px;
  color: #D7E2EA;
  font-size: clamp(.75rem, 1.4vw, 1.5rem);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border-radius: 999px;
  padding: .85rem 1.55rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  outline: 2px solid rgba(255,255,255,.92);
  outline-offset: -3px;
  background: linear-gradient(123deg, #18011F 7%, #B600A8 37%, #7621B0 72%, #BE4C00 100%);
  box-shadow: 0 4px 4px rgba(181,1,167,.25), 4px 4px 12px #7721B1 inset, 0 18px 48px rgba(118,33,176,.18);
  transition: transform .25s ease, filter .25s ease;
}
.contact-button:hover { transform: translateY(-3px) scale(1.02); filter: saturate(1.15) brightness(1.05); }

.hero-switches {
  position: absolute;
  right: 1.5rem;
  top: 4.65rem;
  display: flex;
  gap: .35rem;
}
.hero-switches button {
  border: 1px solid rgba(215,226,234,.24);
  border-radius: 999px;
  background: rgba(12,12,12,.58);
  color: #D7E2EA;
  padding: .48rem .68rem;
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.hero-switches button.active { background: #D7E2EA; color: #0C0C0C; }

/* MARQUEE */
.marquee-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 2.5rem;
  background: #0C0C0C;
}
.marquee-row {
  display: flex;
  width: max-content;
  gap: .75rem;
  margin-bottom: .75rem;
  transition: transform 80ms linear;
}
.marquee-tile {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  height: 190px;
  overflow: hidden;
  border: 1px solid rgba(215,226,234,.14);
  border-radius: 24px;
  background: #171717;
}
.marquee-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.82)); }
.marquee-tile img { width: 100%; height: 100%; object-fit: cover; }
.marquee-tile.brand img { object-fit: contain; padding: 2rem; filter: grayscale(1) brightness(1.7); background: radial-gradient(circle at 20% 10%, rgba(118,33,176,.28), transparent 48%), #151515; }
.marquee-tile figcaption { position: absolute; z-index: 2; left: 1rem; bottom: .85rem; color: #fff; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

/* ABOUT */
.about-section {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 6rem 1.25rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(118,33,176,.1), transparent 34%),
    #0C0C0C;
}
.about-content {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(100%, 820px);
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.about-content .section-kicker { text-align: center; }
.animated-copy {
  max-width: 620px;
  color: #D7E2EA;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}
.animated-char-wrap { position: relative; display: inline-block; white-space: pre; }
.animated-placeholder { visibility: hidden; }
.animated-char { position: absolute; inset: 0; }
.about-values { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; max-width: 720px; }
.about-values span { border: 1px solid rgba(215,226,234,.22); border-radius: 999px; padding: .52rem .8rem; color: rgba(215,226,234,.7); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.about-deco { position: absolute; z-index: 1; pointer-events: none; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); }
.about-deco img { width: 100%; height: auto; }
.about-deco-one { top: 4%; left: 1%; width: 120px; }
.about-deco-two { bottom: 8%; left: 3%; width: 100px; }
.about-deco-three { top: 4%; right: 1%; width: 120px; }
.about-deco-four { right: 3%; bottom: 8%; width: 130px; }

/* SERVICES */
.services-section {
  position: relative;
  z-index: 3;
  border-radius: 40px 40px 0 0;
  background: #fff;
  color: #0C0C0C;
  padding: 5rem 1.25rem 7rem;
}
.services-kicker { color: rgba(12,12,12,.48); text-align: center; font-size: .75rem; font-weight: 600; letter-spacing: .22em; }
.services-heading {
  margin-bottom: 4rem;
  color: #0C0C0C;
  font-size: clamp(3rem, 12vw, 160px);
  font-weight: 900;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.055em;
}
.services-list { width: min(100%, 1024px); margin: 0 auto; border-top: 1px solid rgba(12,12,12,.15); }
.service-item {
  display: grid;
  grid-template-columns: minmax(95px, 25%) 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(12,12,12,.15);
}
.service-number { font-size: clamp(3rem, 10vw, 140px); font-weight: 900; line-height: .7; letter-spacing: -.07em; }
.service-main { padding-top: .15rem; }
.service-title-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.service-title-row h3 { max-width: 720px; font-size: clamp(1rem, 2.2vw, 2.1rem); font-weight: 600; line-height: 1.04; text-transform: uppercase; }
.service-main p { max-width: 720px; margin-top: 1rem; color: rgba(12,12,12,.6); font-size: clamp(.85rem, 1.6vw, 1.25rem); font-weight: 300; line-height: 1.6; }

/* PROJECTS */
.projects-section {
  position: relative;
  z-index: 10;
  margin-top: -2.5rem;
  overflow: clip;
  border-radius: 40px 40px 0 0;
  background: #0C0C0C;
  padding: 5.5rem 1.25rem 4rem;
}
.projects-inner { width: min(100%, 1440px); margin: 0 auto; }
.projects-heading { margin-bottom: 3.5rem; }
.brand-proof { margin-bottom: 5rem; border: 1px solid rgba(215,226,234,.14); border-radius: 32px; overflow: hidden; background: #101010; }
.brand-proof-copy { display: flex; align-items: center; gap: .7rem; padding: 1rem 1.2rem; border-bottom: 1px solid rgba(215,226,234,.12); color: rgba(215,226,234,.62); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.brand-logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.brand-logo-card { display: grid; min-height: 180px; place-items: center; padding: 1.1rem; border-right: 1px solid rgba(215,226,234,.1); border-bottom: 1px solid rgba(215,226,234,.1); }
.brand-logo-card img { width: 100%; max-width: 160px; height: 76px; object-fit: contain; filter: grayscale(1) brightness(1.75); }
.brand-logo-card figcaption { display: flex; width: 100%; justify-content: space-between; gap: .8rem; margin-top: .8rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.brand-logo-card figcaption span { color: rgba(215,226,234,.55); }
.brand-logo-card figcaption strong { color: #D9FF57; }
.project-stack { position: relative; }
.project-stack-space { position: relative; height: 86vh; min-height: 720px; }
.project-card {
  position: sticky;
  width: 100%;
  overflow: hidden;
  border: 2px solid #D7E2EA;
  border-radius: 40px;
  background: #0C0C0C;
  padding: 1rem;
  transform-origin: top center;
  box-shadow: 0 42px 80px rgba(0,0,0,.5);
}
.project-card::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .22; }
.project-violet::before { background: radial-gradient(circle at 85% 10%, #7621B0, transparent 32%); }
.project-cyan::before { background: radial-gradient(circle at 85% 10%, #00b6d4, transparent 32%); }
.project-orange::before { background: radial-gradient(circle at 85% 10%, #BE4C00, transparent 32%); }
.project-pink::before { background: radial-gradient(circle at 85% 10%, #B600A8, transparent 32%); }
.project-topline, .project-media-grid { position: relative; z-index: 2; }
.project-topline { display: grid; grid-template-columns: auto 1fr; gap: .8rem 1.2rem; align-items: center; padding: .7rem .6rem 1.2rem; }
.project-number { font-size: clamp(3rem, 10vw, 130px); font-weight: 900; line-height: .68; letter-spacing: -.075em; }
.project-meta { align-self: end; }
.project-meta span { display: block; color: rgba(215,226,234,.58); font-size: .62rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.project-meta h3 { margin-top: .22rem; font-size: clamp(1.45rem, 4vw, 4rem); font-weight: 700; line-height: .94; text-transform: uppercase; letter-spacing: -.04em; }
.project-meta strong { display: block; margin-top: .35rem; color: #D9FF57; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.live-project-button { grid-column: 1 / -1; display: inline-flex; width: max-content; align-items: center; justify-content: center; gap: .5rem; border: 2px solid #D7E2EA; border-radius: 999px; padding: .68rem 1rem; color: #D7E2EA; font-size: .7rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; transition: background .2s ease; }
.live-project-button:hover { background: rgba(215,226,234,.1); }
.project-media-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.project-small-stack { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.project-image { position: relative; overflow: hidden; min-height: 190px; border: 0; border-radius: 26px; background: #171717; cursor: pointer; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.75)); }
.project-image span { position: absolute; z-index: 2; left: .85rem; bottom: .75rem; display: flex; align-items: center; gap: .4rem; color: #fff; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.project-detail-panel { display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; border-radius: 26px; padding: 1rem; background: #D7E2EA; color: #0C0C0C; }
.project-detail-panel p { font-size: .84rem; font-weight: 400; line-height: 1.5; }
.signal-lines { display: flex; height: 34px; align-items: end; gap: 5px; }
.signal-lines i { display: block; flex: 1; min-width: 5px; border-radius: 3px; background: #0C0C0C; }
.signal-lines i:nth-child(1) { height: 34%; }.signal-lines i:nth-child(2) { height: 72%; }.signal-lines i:nth-child(3) { height: 46%; }.signal-lines i:nth-child(4) { height: 100%; }.signal-lines i:nth-child(5) { height: 58%; }
.project-video-shell { position: relative; overflow: hidden; min-height: 340px; aspect-ratio: 16/10; border-radius: 26px; background: #111; }
.project-video-shell iframe { width: 100%; height: 100%; border: 0; }

/* CONTACT */
.contact-section {
  position: relative;
  z-index: 11;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  padding: 5.5rem 1.25rem;
  background:
    radial-gradient(circle at 6% 12%, rgba(182,0,168,.5), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(190,76,0,.45), transparent 29%),
    linear-gradient(145deg, #17031c, #0C0C0C 45%, #11111b);
}
.contact-noise { position: absolute; inset: 0; opacity: .17; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); mix-blend-mode: overlay; pointer-events: none; }
.contact-grid { position: relative; z-index: 2; display: grid; gap: 3rem; width: min(100%, 1320px); margin: 0 auto; }
.contact-intro p:not(.section-kicker) { max-width: 560px; color: rgba(215,226,234,.72); font-size: 1rem; line-height: 1.65; }
.contact-heading { margin: .4rem 0 1.6rem; color: #fff; font-size: clamp(4rem, 12vw, 10rem); font-weight: 900; line-height: .72; letter-spacing: -.07em; text-transform: uppercase; }
.contact-heading span { color: #D9FF57; }
.mail-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.8rem; border-bottom: 1px solid rgba(215,226,234,.35); padding-bottom: .35rem; font-size: .9rem; }
.contact-form { border: 1px solid rgba(215,226,234,.18); border-radius: 30px; padding: 1rem; background: rgba(12,12,12,.64); backdrop-filter: blur(22px); box-shadow: 0 32px 80px rgba(0,0,0,.25); }
.field-grid { display: grid; grid-template-columns: 1fr; }
.contact-form label { display: grid; gap: .38rem; padding: .9rem; border-bottom: 1px solid rgba(215,226,234,.1); }
.contact-form label > span:first-child { color: rgba(215,226,234,.55); font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; outline: 0; resize: vertical; background: transparent; color: #fff; font-size: .95rem; font-weight: 400; }
.contact-form select option { color: #0C0C0C; }
.privacy-row { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: .65rem !important; color: rgba(215,226,234,.65); font-size: .72rem; line-height: 1.4; }
.privacy-row input { width: 16px; margin-top: .12rem; accent-color: #D9FF57; }
.contact-submit { display: flex; width: 100%; align-items: center; justify-content: space-between; border: 0; border-radius: 999px; margin-top: 1rem; padding: 1rem 1.2rem; cursor: pointer; background: #D9FF57; color: #0C0C0C; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, filter .2s ease; }
.contact-submit:hover { transform: translateY(-2px); filter: brightness(1.05); }
.contact-submit:disabled { opacity: .55; cursor: wait; }
.form-state { margin: .8rem .35rem .1rem; font-size: .78rem; }
.form-state.success { color: #D9FF57; }.form-state.error { color: #ff8c9b; }

/* VIDEO MODAL */
.video-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,.88); backdrop-filter: blur(18px); }
.video-modal-inner { position: relative; width: min(100%, 1200px); overflow: hidden; border: 1px solid rgba(215,226,234,.25); border-radius: 30px; background: #111; box-shadow: 0 50px 140px #000; }
.video-modal-inner iframe { width: 100%; aspect-ratio: 16/9; border: 0; display: block; }
.video-close { position: absolute; z-index: 3; top: .8rem; right: .8rem; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.65); cursor: pointer; }
.video-modal-caption { display: grid; grid-template-columns: 1fr auto; gap: .2rem 1rem; padding: 1rem 1.2rem 1.2rem; }
.video-modal-caption span { grid-column: 1/-1; color: rgba(215,226,234,.55); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.video-modal-caption strong { font-size: 1.25rem; text-transform: uppercase; }.video-modal-caption em { color: #D9FF57; font-style: normal; }

/* FOOTER */
.site-footer { display: grid; gap: 1.15rem; padding: 3rem 1.25rem 2rem; border-top: 1px solid rgba(215,226,234,.12); background: #0C0C0C; color: rgba(215,226,234,.55); font-size: .72rem; letter-spacing: .05em; }
.footer-brand { color: #D7E2EA; font-size: 2.2rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }.footer-brand span { color: #D9FF57; font-size: .7rem; vertical-align: top; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; text-transform: uppercase; }.footer-links a:hover { color: #fff; }

@media (min-width: 640px) {
  .hero-nav { padding: 1.5rem 2.5rem 0; font-size: 1rem; }
  .hero-title-wrap { margin-top: 1rem; }
  .hero-title { font-size: 18vw; }
  .hero-portrait-shell { top: auto; bottom: 0; width: 360px; transform: translateX(-50%); }
  .hero-portrait-card { border-radius: 50px 50px 0 0; border-bottom: 0; }
  .hero-portrait-card::after { border-radius: 40px 40px 0 0; border-bottom: 0; }
  .hero-bottom { padding: 0 2.5rem 2rem; }
  .hero-copy { max-width: 220px; }
  .hero-switches { top: 5rem; right: 2.5rem; }
  .contact-button { padding: .9rem 2rem; font-size: .78rem; }
  .marquee-section { padding-top: 8rem; }
  .marquee-tile { flex-basis: 360px; width: 360px; height: 230px; border-radius: 28px; }
  .about-deco-one { width: 160px; left: 2%; }.about-deco-two { width: 140px; left: 6%; }.about-deco-three { width: 160px; right: 2%; }.about-deco-four { width: 170px; right: 6%; }
  .services-section { border-radius: 50px 50px 0 0; padding: 6rem 2rem 8rem; }
  .service-item { grid-template-columns: minmax(150px, 27%) 1fr; padding: 2.5rem 0; }
  .projects-section { border-radius: 50px 50px 0 0; margin-top: -3rem; padding: 6rem 2rem 5rem; }
  .brand-logo-grid { grid-template-columns: repeat(5, 1fr); }
  .brand-logo-card { min-height: 210px; }
  .project-card { border-radius: 50px; padding: 1.5rem; }
  .project-topline { grid-template-columns: auto 1fr auto; }
  .live-project-button { grid-column: auto; padding: .8rem 1.25rem; }
  .project-media-grid { grid-template-columns: 40% 60%; }
  .project-small-stack { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .project-image { min-height: 180px; border-radius: 36px; }
  .project-detail-panel { min-height: 240px; border-radius: 36px; padding: 1.25rem; }
  .project-video-shell { min-height: 480px; border-radius: 36px; }
  .contact-section { border-radius: 50px 50px 0 0; padding: 6rem 2rem; }
  .field-grid { grid-template-columns: 1fr 1fr; }
  .contact-form { padding: 1.25rem; }
  .site-footer { padding: 3rem 2rem 2rem; grid-template-columns: 1fr 1fr; }
  .site-footer > span:last-child { text-align: right; }
}

@media (min-width: 768px) {
  .hero-nav { padding: 2rem 2.5rem 0; font-size: 1.08rem; }
  .hero-title-wrap { margin-top: -1.25rem; }
  .hero-title { font-size: 17vw; }
  .hero-portrait-shell { width: 440px; }
  .hero-bottom { padding-bottom: 2.5rem; }
  .hero-copy { max-width: 260px; }
  .contact-button { padding: 1rem 2.6rem; font-size: .85rem; }
  .marquee-section { padding-top: 10rem; }
  .marquee-tile { flex-basis: 420px; width: 420px; height: 270px; border-radius: 30px; }
  .about-section { padding: 7rem 2.5rem; }
  .about-content { gap: 3.5rem; }
  .about-deco-one { width: 210px; left: 4%; }.about-deco-two { width: 180px; left: 10%; }.about-deco-three { width: 210px; right: 4%; }.about-deco-four { width: 220px; right: 10%; }
  .services-section { border-radius: 60px 60px 0 0; padding: 8rem 2.5rem 10rem; }
  .services-heading { margin-bottom: 7rem; }
  .service-item { padding: 3rem 0; }
  .projects-section { border-radius: 60px 60px 0 0; margin-top: -3.5rem; padding: 7rem 2.5rem 5rem; }
  .project-stack-space { height: 92vh; min-height: 850px; }
  .project-card { border-radius: 60px; padding: 2rem; }
  .project-video-shell { min-height: 560px; border-radius: 46px; }
  .project-image, .project-detail-panel { border-radius: 46px; }
  .contact-section { border-radius: 60px 60px 0 0; padding: 7rem 2.5rem; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 5rem; }
}

@media (min-width: 1024px) {
  .hero-nav { font-size: 1.4rem; padding-left: 3rem; padding-right: 3rem; }
  .hero-title { font-size: 17.5vw; }
  .hero-portrait-shell { width: 520px; }
  .hero-bottom { padding-left: 3rem; padding-right: 3rem; }
  .hero-switches { right: 3rem; }
  .project-topline { padding: .8rem 1rem 1.6rem; }
  .project-media-grid { gap: 1rem; }
  .project-small-stack { gap: 1rem; }
  .project-detail-panel p { font-size: 1rem; }
}

@media (max-width: 420px) {
  .hero-nav { gap: .45rem; font-size: .66rem; letter-spacing: .07em; }
  .hero-switches { display: none; }
  .hero-bottom { align-items: end; gap: .7rem; }
  .contact-button { padding: .72rem .9rem; font-size: .62rem; letter-spacing: .09em; }
  .contact-button svg { width: 15px; }
  .hero-copy { max-width: 135px; font-size: .68rem; }
  .project-stack-space { min-height: 760px; }
  .project-card { top: 4.5rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .marquee-row { transform: none !important; }
}

/* Minimal utility fallbacks used by the static VPS build too. */
.relative { position: relative; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.video-modal[hidden] { display: none; }
