:root {
  --bg: #f5c5c1;
  --bg-soft: #f9ddd8;
  --surface: rgba(255, 249, 245, 0.6);
  --surface-strong: rgba(255, 251, 247, 0.84);
  --header-bg: rgba(255, 241, 236, 0.9);
  --cream: #fff7f2;
  --text: #372124;
  --muted: #6f5154;
  --line: rgba(92, 61, 62, 0.16);
  --shadow: rgba(119, 80, 81, 0.15);
  --accent: #45d3dd;
  --accent-deep: #137c8e;
  --accent-2: #f2a27d;
  --accent-3: #f5c34f;
  --accent-rose: #e47778;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--accent-deep) #f3d1cc;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #f3d1cc;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent-deep), var(--accent));
  border-radius: 999px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.56), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(242, 162, 125, 0.32), transparent 30%),
    radial-gradient(circle at 20% 76%, rgba(69, 211, 221, 0.18), transparent 30%),
    radial-gradient(circle at 72% 82%, rgba(245, 195, 79, 0.18), transparent 28%),
    linear-gradient(180deg, var(--bg-soft), var(--bg));
  line-height: 1.65;
}

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

.section {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 4.8rem 0;
}

.with-divider {
  border-top: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(119, 80, 81, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-text {
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-nav {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}

.site-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--accent-deep);
}

.header-cta {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-3) 62%, var(--accent-2));
  color: #143237;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 251, 248, 0.62);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--accent-deep);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Syne", system-ui, sans-serif;
  line-height: 1.12;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.2rem, 5.8vw, 4.3rem);
  max-width: 980px;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.8rem, 4.2vw, 3rem);
  margin-bottom: 1.1rem;
}

h3 {
  font-size: clamp(1.08rem, 2.6vw, 1.45rem);
  margin-bottom: 0.45rem;
}

.lead {
  color: var(--muted);
  max-width: 820px;
}

.hero-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  min-height: 74vh;
  display: grid;
  align-items: center;
}

.hero-inner {
  text-align: center;
}

.hero-brand-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(3rem, 9vw, 6rem);
  line-height: 0.95;
  margin: 0 0 1rem;
  margin-inline: auto;
}

.hero-main-logo {
  display: block;
  width: min(340px, 76vw);
  border-radius: 24px;
  margin: 0 auto 1.1rem;
  box-shadow: 0 18px 38px rgba(116, 79, 80, 0.2);
}

.hero-hookline {
  margin: 0 0 1.1rem;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(1.1rem, 2.6vw, 1.45rem);
  font-weight: 700;
}

.hero-commercial-title {
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  margin: 0 0 1.4rem;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.hero-proof {
  margin: 1rem 0 0;
  color: #5e4145;
  font-size: 0.95rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 0.74rem 1.18rem;
  font-weight: 600;
  transition: transform 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-3) 58%, var(--accent-2));
  color: #153238;
  box-shadow: 0 12px 28px rgba(69, 211, 221, 0.2);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 251, 248, 0.55);
}

.proof-strip {
  width: 100%;
}

.proof-strip .section {
  padding-top: 1.2rem;
  padding-bottom: 0.45rem;
}

.proof-ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 249, 245, 0.45);
}

.proof-ticker::before,
.proof-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 84px;
  z-index: 2;
  pointer-events: none;
}

.proof-ticker::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-soft), rgba(249, 221, 216, 0));
}

.proof-ticker::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-soft), rgba(249, 221, 216, 0));
}

.proof-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.8rem 0;
  animation: ticker 26s linear infinite;
}

.proof-ticker:hover .proof-ticker-track {
  animation-play-state: paused;
}

.proof-ticker-track span {
  white-space: nowrap;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b3f42;
  font-size: 0.73rem;
  padding: 0 1rem;
}

.proof-ticker-track span:not(:last-child)::after {
  content: "\2022";
  margin-left: 1rem;
  color: rgba(91, 63, 66, 0.42);
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.showreel-card {
  margin-top: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.82), rgba(255, 244, 239, 0.56));
  box-shadow: 0 16px 36px var(--shadow);
}

.showreel-note {
  margin: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.player-wrap {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.player-wrap iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.genre-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.genre-tags span {
  font-size: 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 162, 125, 0.36);
  background: rgba(255, 247, 242, 0.74);
  color: #a95f46;
  padding: 0.33rem 0.62rem;
}

.services-grid,
.audience-grid,
.proof-cards {
  display: grid;
  gap: 0.9rem;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid,
.proof-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.premium-card:hover {
  transform: translateY(-2px);
  border-color: rgba(19, 124, 142, 0.28);
  background: var(--surface-strong);
}

.premium-card p {
  margin: 0;
  color: var(--muted);
}

.services .premium-card {
  min-height: 160px;
  padding: 0.9rem;
}

.who .audience-grid {
  gap: 1.5rem;
  margin-top: 1.1rem;
}

.who .premium-card {
  padding: 1.55rem;
  background: var(--surface);
  border-color: var(--line);
  box-shadow: none;
}

.who .premium-card h3 {
  color: #3e2629;
}

.who .premium-card p {
  color: #6d5053;
}

.section-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.process-flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  position: relative;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.06), rgba(69, 211, 221, 0.42), rgba(245, 195, 79, 0.34), rgba(255, 255, 255, 0.06));
  z-index: 0;
}

.process-flow li {
  position: relative;
  z-index: 1;
  padding: 0.2rem 0.3rem 0 0.3rem;
}

.step-no {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #17373d;
  background: linear-gradient(135deg, var(--accent), var(--accent-3) 60%, var(--accent-2));
  margin-bottom: 0.7rem;
  box-shadow: 0 10px 24px rgba(69, 211, 221, 0.24);
}

.process-flow p {
  margin: 0;
  color: var(--muted);
}

.selected-list {
  display: grid;
  gap: 1rem;
}

.work-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.work-row-reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.work-row-reverse .work-visual {
  order: 2;
}

.work-row-reverse .work-copy {
  order: 1;
}

.work-visual {
  min-height: 180px;
}

.work-visual-broadcast {
  background: linear-gradient(135deg, rgba(69, 211, 221, 0.34), rgba(69, 211, 221, 0.08));
}

.work-visual-campaigns {
  background: linear-gradient(135deg, rgba(242, 162, 125, 0.34), rgba(242, 162, 125, 0.08));
}

.work-visual-screen {
  background: linear-gradient(135deg, rgba(245, 195, 79, 0.34), rgba(245, 195, 79, 0.08));
}

.work-visual-artists {
  background: linear-gradient(135deg, rgba(228, 119, 120, 0.28), rgba(242, 162, 125, 0.08));
}

.work-copy {
  padding: 1.2rem 1.2rem 1.3rem;
}

.work-kicker {
  margin: 0 0 0.35rem;
  color: var(--accent-deep);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

.work-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

.profile-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  padding: 1rem;
  margin-bottom: 1rem;
}

.profile-card.reverse {
  grid-template-columns: 1fr 250px;
}

.profile-card.reverse .profile-image {
  order: 2;
}

.profile-card.reverse .profile-content {
  order: 1;
}

.profile-image {
  width: 100%;
  height: 290px;
  border-radius: 14px;
  object-fit: cover;
}

.profile-content p {
  margin: 0 0 0.75rem;
  color: var(--muted);
}

.bio-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.bio-points li {
  margin-bottom: 0.45rem;
}

.contact {
  text-align: center;
  border-top: 1px solid var(--line);
}

.contact .btn {
  margin-top: 0.4rem;
}

.contact-email {
  display: block;
  margin-top: 1rem;
  color: var(--accent-deep);
  font-size: 1.05rem;
}

.contact-meta {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer {
  text-align: center;
  padding: 1.5rem 1rem 2rem;
  border-top: 1px solid var(--line);
  color: #694d51;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 0.45rem;
}

@media (max-width: 980px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

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

  .process-flow::before {
    left: 27px;
    right: auto;
    top: 28px;
    bottom: 10px;
    width: 1px;
    height: auto;
    background: linear-gradient(to bottom, rgba(69, 211, 221, 0.45), rgba(245, 195, 79, 0.3), rgba(255, 255, 255, 0.05));
  }
}

@media (max-width: 860px) {
  .header-cta {
    display: none;
  }

  .audience-grid,
  .proof-cards,
  .profile-card,
  .profile-card.reverse,
  .work-row,
  .work-row-reverse {
    grid-template-columns: 1fr;
  }

  .profile-card.reverse .profile-image,
  .profile-card.reverse .profile-content {
    order: initial;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.8rem;
    background: rgba(255, 244, 240, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 0.8rem 1rem 1rem;
    box-shadow: 0 14px 30px rgba(119, 80, 81, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 64vh;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }
}
