/* Globals */
:root {--bg: #080710; --bg-soft: #110d1d; --panel: #171124; --panel-strong: #211631; --text: #fff5ff; --muted: #cbbbd3; --dim: #8f8198; --line: rgba(255, 245, 255, 0.14); --pink: #ff4fb8; --purple: #8f5cff; --violet: #c084fc; --blue: #67e8f9; --cream: #fff2fb; --hero-drift: 0px; --hero-dim: 0.68;}
* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.5;}
a {color: inherit; text-decoration: none;}
button, input, textarea {font: inherit;}
button {color: inherit;}
h1, h2, h3, p {margin-top: 0;}
h1 {max-width: 780px; margin-bottom: 24px; font-size: clamp(48px, 8vw, 104px); line-height: 0.95; letter-spacing: 0;}
h2 {margin-bottom: 0; font-size: clamp(34px, 5vw, 68px); line-height: 1; letter-spacing: 0;}
h3 {margin-bottom: 12px; font-size: 22px; line-height: 1.15;}

/* Shared */
.section {padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px);}
.button {display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; padding: 0 20px; font-size: 14px; font-weight: 740; cursor: pointer;}
  .button.primary {background: linear-gradient(135deg, var(--pink), var(--purple)); color: #fff; box-shadow: 0 18px 44px rgba(255, 79, 184, 0.22);}
  .button.secondary {border-color: var(--line); background: rgba(255, 255, 255, 0.04); color: var(--cream);}
.eyebrow, .section-kicker {margin: 0 0 16px; color: var(--pink); font-size: 12px; font-weight: 760; letter-spacing: 0.12em; text-transform: uppercase;}
.intro-grid, .split, .process, .contact {display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: clamp(34px, 7vw, 92px); align-items: start;}
.intro-grid p, .dark-panel p, .process-copy p {margin: 0; color: var(--muted); font-size: 20px;}

/* Header */
.site-header {position: fixed; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 18px clamp(18px, 4vw, 54px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(8, 7, 16, 0.74); backdrop-filter: blur(18px);}
  .brand {display: flex; align-items: center; width: 206px;}
    .brand img {display: block; width: 100%; height: auto;}
  .site-nav {display: flex; align-items: center; justify-content: center; gap: 28px; color: var(--muted); font-size: 14px;}
    .site-nav a:hover {color: var(--cream);}
  .nav-cta {border: 0; background: transparent; color: var(--pink); font-size: 14px; font-weight: 680; cursor: pointer;}
    .nav-cta:hover {color: var(--cream);}

/* Hero */
.hero {position: relative; min-height: 92vh; display: grid; align-items: end; overflow: hidden; padding: 140px clamp(18px, 5vw, 72px) 58px;}
  .hero-image {position: absolute; inset: 0; background-image: url("assets/hero-newcastle-coast.png"); background-size: cover; background-position: center; opacity: var(--hero-dim); filter: saturate(1.12) hue-rotate(34deg); transform: translateY(var(--hero-drift)) scale(1.04); transition: opacity 180ms linear;}
  .hero-shade {position: absolute; inset: 0; background: radial-gradient(circle at 72% 18%, rgba(255, 79, 184, 0.22), transparent 34%), linear-gradient(90deg, rgba(8, 7, 16, 0.96) 0%, rgba(8, 7, 16, 0.75) 38%, rgba(25, 11, 40, 0.42) 70%, rgba(8, 7, 16, 0.74) 100%), linear-gradient(180deg, rgba(8, 7, 16, 0.3) 0%, rgba(8, 7, 16, 0.58) 58%, var(--bg) 100%);}
  .hero-inner {position: relative; z-index: 1; width: min(820px, 100%); animation: heroSettle 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;}
    .hero-copy {max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: clamp(17px, 2vw, 21px);}
    .hero-actions {display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 36px;}
    .cred-list {display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none;}
      .cred-list li {border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; padding: 8px 12px; background: rgba(18, 10, 30, 0.42); color: var(--muted); font-size: 13px;}

/* Intro */
.intro {border-top: 1px solid var(--line);}

/* Proof */
.proof-band {display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: var(--bg-soft);}
  .proof-band article {min-height: 158px; padding: 34px clamp(18px, 4vw, 54px); border-right: 1px solid var(--line);}
    .proof-band article:last-child {border-right: 0;}
    .proof-band h2 {margin-bottom: 12px; font-size: 26px;}
    .proof-band p {max-width: 330px; margin: 0; color: var(--muted);}

/* Work */
.dark-panel {position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: clamp(24px, 4vw, 42px); background: linear-gradient(135deg, rgba(255, 79, 184, 0.18), transparent 42%), linear-gradient(160deg, transparent, rgba(143, 92, 255, 0.12)), var(--panel);}

/* Services */
.section-heading {max-width: 850px; margin-bottom: 42px;}
.service-grid {display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 8px; overflow: hidden;}
  .service-grid article {position: relative; min-height: 300px; padding: 30px; border-right: 1px solid var(--line); background: rgba(255, 255, 255, 0.025);}
    .service-grid article:nth-child(even) {background: rgba(143, 92, 255, 0.08);}
    .service-grid article:nth-child(3) {background: rgba(255, 79, 184, 0.08);}
    .service-grid article:last-child {border-right: 0;}
    .service-grid article::before {content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue)); transform: scaleX(0); transform-origin: left;}
    .service-grid article.is-visible::before {animation: lineGrow 720ms 180ms cubic-bezier(0.2, 0.75, 0.2, 1) both;}
    .service-grid span {display: block; margin-bottom: 88px; color: var(--violet); font-size: 13px; font-weight: 760;}
    .service-grid p {color: var(--muted);}

/* Process */
.process {background: var(--panel-strong);}
  .timeline {display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line);}
    .timeline li {position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line);}
      .timeline li::before {content: ""; position: absolute; left: 0; bottom: -1px; width: 84px; height: 1px; background: linear-gradient(90deg, var(--pink), transparent); transform: scaleX(0); transform-origin: left;}
      .timeline li.is-visible::before {animation: lineGrow 620ms 120ms cubic-bezier(0.2, 0.75, 0.2, 1) both;}
      .timeline strong {color: var(--cream); font-weight: 760;}
      .timeline p {margin: 0; color: var(--muted);}

/* Quote */
.quote-band {padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px); background: linear-gradient(90deg, rgba(255, 79, 184, 0.2), rgba(143, 92, 255, 0.18), rgba(103, 232, 249, 0.08)), var(--bg);}
  .quote-band blockquote {width: min(980px, 100%); margin: 0; color: var(--cream); font-size: clamp(30px, 5vw, 64px); line-height: 1.06;}

/* Contact */
.contact {align-items: start;}
  .phone-line {max-width: 560px; margin: 22px 0 0; color: var(--muted); font-size: 18px;}
    .text-call {border: 0; background: transparent; color: var(--pink); cursor: pointer; font-weight: 760; padding: 0;}
  .contact-form {position: relative; overflow: hidden; display: grid; gap: 16px; border: 1px solid var(--line); border-radius: 8px; padding: clamp(20px, 4vw, 34px); background: var(--panel);}
    .form-extra {position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;}
    .form-legend {margin: 0; color: var(--muted); font-size: 13px;}
    .form-legend span, .contact-form b {color: var(--pink); font-weight: 760;}
    .form-message {margin: 0; border: 1px solid var(--line); border-radius: 6px; padding: 13px 14px; color: var(--cream);}
    .form-message.success {background: rgba(103, 232, 249, 0.08); border-color: rgba(103, 232, 249, 0.26);}
    .form-message.error {background: rgba(255, 79, 184, 0.08); border-color: rgba(255, 79, 184, 0.32);}
    .form-message p {margin: 0;}
    .form-message ul {margin: 8px 0 0; padding-left: 18px; color: var(--muted);}
    .contact-form label {display: grid; gap: 8px;}
    .contact-form span {color: var(--muted); font-size: 13px;}
    .contact-form input, .contact-form textarea {width: 100%; border: 1px solid rgba(255, 245, 255, 0.16); border-radius: 6px; background: #0f0a19; color: var(--cream); padding: 13px 14px; outline: 0;}
    .contact-form input.field-error, .contact-form textarea.field-error {border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255, 79, 184, 0.16);}
    .contact-form textarea {resize: vertical;}
    .contact-form input:focus, .contact-form textarea:focus {border-color: rgba(255, 79, 184, 0.76);}
    .contact-form .button {width: 100%; margin-top: 4px;}
    .contact-form .button:disabled {cursor: wait; opacity: .72;}

/* Footer */
.footer {display: flex; justify-content: space-between; gap: 24px; padding: 28px clamp(18px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--dim); font-size: 14px;}
  .footer-brand {display: block; width: 188px;}
    .footer-brand img {display: block; width: 100%; height: auto;}
  .footer p {margin: 0;}

/* Motion */
.shine-panel::after {content: ""; position: absolute; inset: -1px; pointer-events: none; background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.13) 42%, transparent 62%); opacity: 0; transform: translateX(-46%);}
  .shine-panel.is-visible::after {animation: panelGlint 1100ms 360ms cubic-bezier(0.2, 0.7, 0.25, 1) both;}
.js .reveal-item {opacity: 0; transform: translateY(34px); clip-path: inset(0 0 18% 0);}
  .js .reveal-item.is-visible {opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); transition: opacity 760ms ease, transform 860ms cubic-bezier(0.16, 0.84, 0.22, 1), clip-path 860ms cubic-bezier(0.16, 0.84, 0.22, 1); transition-delay: var(--reveal-delay, 0ms);}
@keyframes heroSettle {from {opacity: 0; transform: translateY(18px); filter: blur(10px);} to {opacity: 1; transform: translateY(0); filter: blur(0);}}
@keyframes panelGlint {0% {opacity: 0; transform: translateX(-58%);} 32% {opacity: 1;} 100% {opacity: 0; transform: translateX(58%);}}
@keyframes lineGrow {to {transform: scaleX(1);}}

/* Responsive */
@media (max-width: 980px) {
  .site-header {grid-template-columns: 1fr auto;}
    .site-nav {display: none;}
  .intro-grid, .split, .process, .contact {grid-template-columns: 1fr;}
  .proof-band, .service-grid {grid-template-columns: 1fr;}
    .proof-band article, .service-grid article {border-right: 0; border-bottom: 1px solid var(--line);}
    .proof-band article:last-child, .service-grid article:last-child {border-bottom: 0;}
    .service-grid article {min-height: auto;}
    .service-grid span {margin-bottom: 42px;}
}

@media (max-width: 640px) {
  .site-header {padding: 14px 16px;}
    .nav-cta {font-size: 13px;}
  .hero {min-height: 88vh; padding: 118px 16px 42px;}
  h1 {font-size: 46px;}
  .button {width: 100%;}
  .timeline li {grid-template-columns: 1fr; gap: 8px;}
  .footer {display: grid;}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {animation-duration: 1ms !important; scroll-behavior: auto !important; transition-duration: 1ms !important;}
  .hero-image {transform: scale(1.02);}
}
