:root {
  --bg: #eef3fb;
  --text: #0f172a;
  --muted: #667085;
  --shadow: 0 20px 60px rgba(63, 89, 140, 0.14);
  --shadow-soft: 0 10px 30px rgba(63, 89, 140, 0.12);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #eef3fb 0%, #edf3fb 55%, #e8eef7 100%);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; cursor: pointer; }
.bg-orb { position: fixed; border-radius: 50%; filter: blur(10px); z-index: -1; opacity: 0.9; }
.orb-1 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(132,180,255,0.65), rgba(132,180,255,0) 68%); top: 40px; right: 10%; }
.orb-2 { width: 260px; height: 260px; background: radial-gradient(circle, rgba(210,192,255,0.7), rgba(210,192,255,0) 68%); top: 140px; left: 45%; }
.orb-3 { width: 220px; height: 220px; background: radial-gradient(circle, rgba(167,230,255,0.6), rgba(167,230,255,0) 65%); top: 540px; right: -50px; }
.site-header, .section, .hero { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  margin-top: 22px; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 12px; z-index: 10;
}
.glass, .glass-soft, .dark-glass {
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255,255,255,0.5); box-shadow: var(--shadow);
}
.glass { background: linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,255,255,0.42)); border-radius: var(--radius); }
.glass-soft { background: linear-gradient(180deg, rgba(255,255,255,0.58), rgba(255,255,255,0.38)); border-radius: 22px; box-shadow: var(--shadow-soft); }
.dark-glass {
  background: linear-gradient(180deg, rgba(23,29,45,0.94), rgba(17,21,34,0.96));
  border-radius: var(--radius); color: #fff; border-color: rgba(255,255,255,0.08);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand h1 { font-size: 1.25rem; margin: 0; }
.brand p { font-size: 0.78rem; margin: 2px 0 0; color: #667085; }
.brand-logo {
  width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.85), rgba(255,255,255,0.35));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 10px 24px rgba(83,111,180,0.12);
}
.brand-logo span { width: 22px; height: 22px; display: block; background: linear-gradient(135deg, #7eb4ff, #775fff 60%, #90daff); clip-path: polygon(0 0, 100% 50%, 0 100%); border-radius: 7px; }
.nav { display: flex; gap: 12px; align-items: center; }
.nav a { color: #42526b; font-size: 0.95rem; padding: 10px 14px; border-radius: 999px; }
.nav a.active, .nav a:hover { background: rgba(255,255,255,0.6); color: #2343a4; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 600; transition: transform .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: linear-gradient(180deg, #1c2435, #111824); color: #fff; box-shadow: 0 14px 28px rgba(10,14,24,0.18), inset 0 1px 0 rgba(255,255,255,0.12); }
.btn-light { background: rgba(255,255,255,0.64); color: #172034; border: 1px solid rgba(255,255,255,0.65); }
.btn-white { background: #fff; color: #111827; }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); }
.play-icon { width: 24px; height: 24px; border-radius: 50%; display: inline-block; position: relative; background: linear-gradient(135deg, #79b8ff, #7c65ff); }
.play-icon::before { content: ""; position: absolute; inset: 50% auto auto 50%; transform: translate(-35%, -50%); width: 0; height: 0; border-left: 7px solid white; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.hero {
  display: grid; grid-template-columns: 1.02fr 1fr; gap: 28px; align-items: stretch; padding-top: 42px;
}
.hero-copy { padding: 26px 8px 0 2px; }
.eyebrow { display: inline-block; font-size: 0.78rem; letter-spacing: 0.22em; color: #7a8ca7; margin-bottom: 18px; }
.hero-copy h2 { font-size: clamp(2.8rem, 4vw, 4.45rem); line-height: 0.98; margin: 0 0 18px; letter-spacing: -0.04em; }
.hero-copy h2 span { background: linear-gradient(135deg, #567dbf, #9db3d2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy p { font-size: 1.08rem; line-height: 1.75; color: #5f6e84; max-width: 620px; }
.hero-actions { display: flex; gap: 14px; align-items: center; margin: 28px 0; }
.hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-pill { padding: 14px; display: flex; gap: 12px; align-items: center; }
.feature-pill strong { display: block; font-size: 0.95rem; }
.feature-pill span { color: #667085; font-size: 0.82rem; }
.feature-icon { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 10px 18px rgba(88,112,165,0.12); position: relative; flex: none; }
.feature-icon::before, .feature-icon::after { content: ""; position: absolute; }
.feature-icon.bolt::before { width: 15px; height: 20px; left: 14px; top: 10px; background: linear-gradient(180deg, #7fb0ff, #6e63ff); clip-path: polygon(41% 0, 100% 0, 61% 46%, 84% 46%, 22% 100%, 39% 57%, 16% 57%); }
.feature-icon.wave::before { width: 20px; height: 14px; left: 11px; top: 14px; border-radius: 8px; background: linear-gradient(90deg, #7db2ff, #b48cff); box-shadow: 0 -6px 0 -2px rgba(125,178,255,0.75), 0 6px 0 -2px rgba(180,140,255,0.75); }
.feature-icon.stack::before { width: 22px; height: 14px; left: 10px; top: 10px; border-radius: 7px; background: linear-gradient(135deg, #8ad8ff, #7aa0ff); }
.feature-icon.stack::after { width: 18px; height: 12px; left: 13px; top: 19px; border-radius: 6px; background: linear-gradient(135deg, #b6f1ff, #8ca3ff); }
.panel-large { padding: 22px; display: flex; flex-direction: column; justify-content: space-between; }
.panel-top, .section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.badge, .time-pill { border-radius: 999px; padding: 10px 14px; font-size: 0.78rem; }
.badge { background: rgba(255,255,255,0.55); color: #3a567f; }
.time-pill { background: rgba(21,31,52,0.85); color: #fff; }
.showreel-layout { display: grid; grid-template-columns: 0.9fr 0.95fr; gap: 24px; align-items: center; padding-top: 10px; }
.hero-video-copy h3 { margin: 0 0 10px; font-size: 2rem; letter-spacing: -0.04em; }
.hero-video-copy p { margin: 0 0 16px; color: #63748f; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; }
.hero-video-copy ul { padding-left: 18px; margin: 0; color: #5f6e84; line-height: 1.8; }
.video-frame {
  position: relative; aspect-ratio: 9 / 16; border-radius: 30px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.15));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 18px 50px rgba(50,75,124,0.14);
}
.hero-frame { max-width: 340px; justify-self: center; width: 100%; }
.project-frame { width: 100%; }
.portfolio-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; }
.phone-topbar {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34%; height: 24px;
  border-radius: 999px; background: rgba(12,17,29,0.58); z-index: 3;
}
.frame-tag, .card-duration {
  position: absolute; z-index: 3; padding: 8px 12px; border-radius: 999px; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.08em; color: #fff; background: rgba(16,24,40,0.45);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.frame-tag { top: 48px; left: 12px; }
.card-duration { right: 12px; bottom: 12px; }
.overlay-play {
  position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); z-index: 3;
  width: 74px; height: 74px; border-radius: 50%; background: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(255,255,255,0.3));
  border: 1px solid rgba(255,255,255,0.55); box-shadow: 0 10px 30px rgba(18,29,51,0.18);
}
.overlay-play::before {
  content: ""; position: absolute; inset: 50% auto auto 50%; transform: translate(-35%, -50%);
  width: 0; height: 0; border-left: 15px solid white; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}
.video-frame.is-playing .overlay-play { opacity: 0; pointer-events: none; }
.section { padding-top: 54px; }
.section h3 { margin: 6px 0 0; font-size: clamp(2rem, 2.6vw, 2.8rem); letter-spacing: -0.04em; }
.section-head.compact h3 { font-size: 2.1rem; }
.text-link, .muted { color: #6b7d98; }
.project-grid { display: grid; gap: 18px; margin-top: 20px; }
.four-up, .phones { grid-template-columns: repeat(4, 1fr); }
.project-card, .phone-card { padding: 14px; }
.placeholder-frame { display: flex; align-items: center; justify-content: center; }
.placeholder-inner {
  position: relative; z-index: 2; text-align: center; color: #fff; padding: 24px;
}
.placeholder-inner strong { display: block; font-size: 1.15rem; margin-top: 10px; }
.placeholder-inner small { display: block; margin-top: 6px; opacity: 0.9; }
.placeholder-icon {
  width: 62px; height: 62px; border-radius: 18px; display: inline-grid; place-items: center;
  background: rgba(255,255,255,0.2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); font-weight: 800;
}
.health-placeholder { background: linear-gradient(180deg, rgba(9,12,20,0.08), rgba(9,12,20,0.28)), linear-gradient(135deg, #94df95, #69b8a1 52%, #7ba6ff); }
.wildlife-placeholder { background: linear-gradient(180deg, rgba(9,12,20,0.08), rgba(9,12,20,0.28)), linear-gradient(135deg, #bfa16e, #cf7d52 50%, #6f7cab); }
.docu-placeholder { background: linear-gradient(180deg, rgba(9,12,20,0.08), rgba(9,12,20,0.28)), linear-gradient(135deg, #6f91da, #4e6fa8 52%, #263f74); }
.ugc-1 { background: linear-gradient(180deg, rgba(6,12,21,0.05), rgba(6,12,21,0.35)), linear-gradient(135deg, #9bc4ff, #8f9cff 50%, #d7b8ff); }
.ugc-2 { background: linear-gradient(180deg, rgba(6,12,21,0.05), rgba(6,12,21,0.35)), linear-gradient(135deg, #7fd2d7, #89eea2 50%, #8fc7ff); }
.ugc-3 { background: linear-gradient(180deg, rgba(6,12,21,0.05), rgba(6,12,21,0.35)), linear-gradient(135deg, #ffc18b, #ff93a8 50%, #a98eff); }
.ugc-4 { background: linear-gradient(180deg, rgba(6,12,21,0.05), rgba(6,12,21,0.35)), linear-gradient(135deg, #d6d9ff, #9ebbff 50%, #bfe2ff); }
.project-info { padding: 16px 6px 6px; }
.project-info h4 { margin: 0 0 8px; font-size: 1.38rem; }
.project-info p { margin: 0; color: #66778e; line-height: 1.55; }
.workflow-wrap { padding: 22px; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.workflow-card { padding: 18px; }
.workflow-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; font-weight: 800; color: #3156bf; background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 12px 24px rgba(80,106,162,0.12); }
.workflow-card h4 { margin: 16px 0 8px; font-size: 1.1rem; }
.workflow-card p { margin: 0; color: #66778e; line-height: 1.6; }
.about-contact-row { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; padding-bottom: 50px; }
.about, .contact-card { padding: 26px; }
.about p, .contact-card p { color: #6a7890; line-height: 1.8; font-size: 1.02rem; }
.contact-card p { color: rgba(255,255,255,0.75); }
.contact-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .showreel-layout { grid-template-columns: 1fr; }
  .four-up, .phones, .workflow-grid, .about-contact-row { grid-template-columns: repeat(2, 1fr); }
  .hero-features { grid-template-columns: 1fr; }
  .nav { display: none; }
}
@media (max-width: 700px) {
  .site-header, .section, .hero { width: min(100% - 24px, 1240px); }
  .site-header { padding: 14px 16px; }
  .brand p { display: none; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .four-up, .phones, .workflow-grid, .about-contact-row { grid-template-columns: 1fr; }
  .hero-copy p { font-size: 1rem; }
  .hero-frame { max-width: 100%; }
}


/* Restored premium wide showreel style */
.hero-showcase.panel-large {
  min-height: 610px;
}
.showcase-media.real-showreel {
  position: relative;
  min-height: 500px;
  border-radius: 32px;
  overflow: hidden;
  margin-top: 18px;
  background: #91a7c9;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 24px 55px rgba(55,78,126,0.16);
}
.showcase-poster-bg {
  position: absolute;
  inset: -28px;
  background-image: linear-gradient(180deg, rgba(245,248,255,0.12), rgba(24,35,59,0.24)), url('assets/main-showreel-poster.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(25px) saturate(0.9);
  transform: scale(1.08);
  opacity: 0.95;
}
.showcase-media.real-showreel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(229,238,250,0.18), rgba(18,30,51,0.05) 38%, rgba(18,30,51,0.16));
  pointer-events: none;
  z-index: 1;
}
.showcase-media.real-showreel video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 94%;
  width: auto;
  max-width: 60%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  border-radius: 24px;
  background: #000;
  z-index: 2;
  box-shadow: 0 20px 55px rgba(12,21,38,0.26), inset 0 1px 0 rgba(255,255,255,0.2);
}
.showcase-media.real-showreel .showcase-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(14,27,48,0), rgba(14,27,48,0.28) 45%, rgba(14,27,48,0.62));
  z-index: 3;
  pointer-events: none;
}
.showcase-media.real-showreel .big-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.24));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: 0 14px 40px rgba(17,31,58,0.22), inset 0 1px 0 rgba(255,255,255,0.6);
  z-index: 4;
}
.showcase-media.real-showreel .big-play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-left: 17px solid white;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.showcase-media.real-showreel.is-playing .big-play {
  opacity: 0;
  pointer-events: none;
}
.showcase-media.real-showreel .showcase-text {
  position: absolute;
  left: 28px;
  bottom: 30px;
  color: white;
  z-index: 4;
}
.showcase-media.real-showreel .showcase-text h3 {
  margin: 0 0 8px;
  font-size: 1.9rem;
}
.showcase-media.real-showreel .showcase-text p {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  opacity: 0.92;
}
.showcase-media.real-showreel .showcase-note {
  position: absolute;
  right: 28px;
  bottom: 66px;
  color: rgba(255,255,255,0.96);
  font-size: 1.7rem;
  font-style: italic;
  line-height: 1.05;
  text-align: right;
  z-index: 4;
}
@media (max-width: 700px) {
  .hero-showcase.panel-large { min-height: auto; }
  .showcase-media.real-showreel { min-height: 460px; }
  .showcase-media.real-showreel video { max-width: 78%; height: 90%; }
  .showcase-media.real-showreel .showcase-note { display: none; }
}

.ugc-info { padding-top: 14px; }
.ugc-info h4 { font-size: 1.15rem; }
.ugc-info p { font-size: 0.92rem; }


/* Client-facing polish */
body { letter-spacing: -0.01em; }
.site-header { box-shadow: 0 18px 50px rgba(52, 75, 118, 0.10); }
.project-card, .phone-card, .workflow-card, .feature-pill {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.project-card:hover, .phone-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(63, 89, 140, 0.18);
  border-color: rgba(255,255,255,0.82);
}
.video-frame { background: rgba(15, 23, 42, 0.04); }
.portfolio-video { object-position: center; }
.phone-topbar { opacity: .72; }
.frame-tag { text-shadow: 0 1px 8px rgba(0,0,0,.18); }
.project-info h4 { letter-spacing: -0.025em; }
.project-info p { min-height: 4.65em; }
.ugc-info p { min-height: 5.1em; }
.workflow-card { min-height: 220px; }
.workflow-card:hover { transform: translateY(-3px); }
.about, .contact-card { min-height: 315px; display: flex; flex-direction: column; justify-content: center; }
.site-footer {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 20px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #6b7d98;
  font-size: .88rem;
}
.site-footer > div:first-child { color: #34435d; font-weight: 700; }
.footer-tags { text-align: right; }
@media (max-width: 900px) {
  .project-info p, .ugc-info p { min-height: 0; }
}
@media (max-width: 700px) {
  .site-footer { width: min(100% - 24px, 1240px); flex-direction: column; align-items: flex-start; }
  .footer-tags { text-align: left; line-height: 1.7; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.contact-identity {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 4px;
  color: rgba(255,255,255,.92);
}
.contact-identity strong { font-size: 1rem; }
.contact-identity a {
  color: rgba(255,255,255,.72);
  font-size: .94rem;
  width: fit-content;
}
.contact-identity a:hover { color: #fff; }

/* Final mobile + touch polish */
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 10px 24px rgba(55,78,126,.10);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  background: #22304a;
  border-radius: 999px;
  transition: transform .22s ease, opacity .22s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.availability-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.84);
  font-size: .86rem;
}
.availability-pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8ee6bb;
  box-shadow: 0 0 0 4px rgba(142,230,187,.12);
}

button, .btn, .nav a, video { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, video:focus-visible {
  outline: 3px solid rgba(85,120,255,.35);
  outline-offset: 3px;
}

@media (hover: none) {
  .project-card:hover, .phone-card:hover, .workflow-card:hover, .btn:hover { transform: none; }
}

@media (max-width: 1100px) {
  .site-header { position: sticky; }
  .menu-toggle { display: inline-flex; }
  .nav {
    display: flex;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(239,244,252,.90);
    border: 1px solid rgba(255,255,255,.78);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 22px 60px rgba(42,62,100,.16);
    opacity: 0;
    transform: translateY(-8px) scale(.985);
    transform-origin: top;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .site-header.nav-open .nav {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
  }
  .nav a {
    width: 100%;
    padding: 13px 16px;
    min-height: 46px;
    display: flex;
    align-items: center;
  }
  .hero { padding-top: 30px; }
  .section { padding-top: 44px; }
}

@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .site-header, .section, .hero, .site-footer { width: min(100% - 22px, 1240px); }
  .site-header {
    margin-top: 10px;
    top: 8px;
    padding: 11px 12px;
    border-radius: 20px;
  }
  .header-hire { display: none; }
  .brand { gap: 10px; min-width: 0; }
  .brand-logo { width: 40px; height: 40px; border-radius: 14px; flex: 0 0 auto; }
  .brand-logo span { width: 19px; height: 19px; }
  .brand h1 { font-size: .98rem; white-space: nowrap; }
  .brand p { display: block; max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .68rem; }
  .menu-toggle { width: 42px; height: 42px; border-radius: 14px; flex: 0 0 auto; }

  .hero { padding-top: 28px; gap: 22px; }
  .hero-copy { padding: 4px 2px 0; }
  .eyebrow { font-size: .68rem; line-height: 1.55; letter-spacing: .16em; margin-bottom: 12px; }
  .hero-copy h2 { font-size: clamp(2.35rem, 12vw, 3.2rem); line-height: 1.01; margin-bottom: 15px; }
  .hero-copy p { font-size: .98rem; line-height: 1.68; }
  .hero-actions { margin: 22px 0; gap: 10px; }
  .btn { min-height: 48px; padding: 13px 20px; }
  .hero-features { gap: 10px; }
  .feature-pill { padding: 12px 13px; border-radius: 18px; }
  .feature-icon { width: 38px; height: 38px; border-radius: 13px; }
  .feature-pill strong { font-size: .9rem; }
  .feature-pill span { font-size: .76rem; }

  .panel-large { padding: 14px; }
  .panel-top { gap: 10px; }
  .badge, .time-pill { padding: 8px 10px; font-size: .67rem; }
  .showcase-media.real-showreel { min-height: 390px; border-radius: 24px; margin-top: 12px; }
  .showcase-media.real-showreel video { height: 86%; max-width: 76%; border-radius: 18px; }
  .showcase-media.real-showreel .big-play { width: 76px; height: 76px; }
  .showcase-media.real-showreel .big-play::before { border-left-width: 14px; border-top-width: 9px; border-bottom-width: 9px; }
  .showcase-media.real-showreel .showcase-text { left: 18px; bottom: 18px; }
  .showcase-media.real-showreel .showcase-text h3 { font-size: 1.35rem; margin-bottom: 4px; }
  .showcase-media.real-showreel .showcase-text p { font-size: .62rem; letter-spacing: .11em; }

  .section { padding-top: 42px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section h3 { font-size: 2rem; line-height: 1.05; }
  .text-link, .muted { font-size: .88rem; line-height: 1.45; }
  .project-grid { gap: 16px; margin-top: 16px; }
  .four-up, .phones, .workflow-grid, .about-contact-row { grid-template-columns: 1fr; }
  .project-card, .phone-card { padding: 12px; }
  .video-frame.project-frame { width: min(100%, 310px); margin-inline: auto; border-radius: 25px; }
  .phone-topbar { top: 10px; height: 20px; }
  .frame-tag { top: 40px; left: 10px; font-size: .62rem; padding: 7px 9px; }
  .card-duration { right: 10px; bottom: 10px; font-size: .62rem; padding: 7px 9px; }
  .overlay-play { width: 66px; height: 66px; }
  .project-info { padding: 13px 6px 4px; }
  .project-info h4 { font-size: 1.2rem; }
  .project-info p, .ugc-info p { min-height: 0; font-size: .91rem; line-height: 1.55; }

  .workflow-wrap { padding: 14px; }
  .workflow-grid { gap: 10px; }
  .workflow-card { min-height: 0; padding: 16px; }
  .workflow-icon { width: 46px; height: 46px; border-radius: 15px; }
  .workflow-card h4 { margin-top: 13px; }

  .about, .contact-card { min-height: 0; padding: 22px; }
  .about p, .contact-card p { font-size: .96rem; line-height: 1.7; }
  .contact-actions { gap: 10px; }
  .contact-actions .btn { width: 100%; }
  .contact-identity a { overflow-wrap: anywhere; }
  .site-footer { margin-bottom: 20px; padding-top: 10px; font-size: .8rem; }
}

@media (max-width: 380px) {
  .brand p { max-width: 145px; }
  .hero-copy h2 { font-size: 2.2rem; }
  .showcase-media.real-showreel { min-height: 360px; }
  .video-frame.project-frame { width: min(100%, 285px); }
}
