:root {
  --ink: #07131d;
  --ink-soft: #102331;
  --paper: #f5f0e8;
  --paper-bright: #fffdf8;
  --teal: #16c7c9;
  --blue: #1876e8;
  --lime: #cddd18;
  --purple: #7754d8;
  --magenta: #ec4f9a;
  --orange: #ff8a52;
  --muted: #6e777b;
  --line: rgba(7, 19, 29, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }

.nav-shell {
  align-items: center;
  background: rgba(7, 19, 29, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  display: flex;
  height: 82px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.wordmark { align-items: center; display: flex; gap: 10px; }
.logo-window {
  display: block;
  height: 58px;
  overflow: hidden;
  position: relative;
  width: 58px;
}
.logo-window img {
  height: auto;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
}
.brand-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.brand-copy b {
  background: linear-gradient(90deg, var(--teal), #62b6ff, var(--purple), var(--magenta));
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.brand-copy small {
  color: white;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.nav-links { align-items: center; display: flex; gap: clamp(18px, 3vw, 44px); }
.nav-links a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.nav-links a:not(.nav-cta):hover { color: var(--magenta); }
.nav-cta { border: 1px solid var(--magenta); border-radius: 999px; padding: 11px 18px; }
.nav-cta:hover { background: linear-gradient(90deg, var(--orange), var(--magenta)); color: var(--ink); }

.hero {
  background: var(--ink);
  color: white;
  min-height: 760px;
  overflow: hidden;
  padding: 170px 8vw 100px;
  position: relative;
}
.hero-paint, .contact-paint {
  background-image: linear-gradient(90deg, rgba(7, 19, 29, 0.98) 4%, rgba(7, 19, 29, 0.25) 63%, rgba(7, 19, 29, 0) 100%), url("/assets/paint-background.png");
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0.93;
  position: absolute;
}
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow, .section-kicker {
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0 0 24px;
}
.hero h1, .section-heading h2, .video-copy h2, .contact-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin: 0;
}
.hero h1 { font-size: clamp(4.2rem, 9vw, 8.6rem); line-height: 0.82; }
.hero h1 em, .section-heading h2 em, .video-copy h2 em {
  background: linear-gradient(90deg, var(--teal), #54a9ff 38%, var(--purple) 68%, var(--magenta));
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
.hero-lede {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
  margin: 42px 0 0;
  max-width: 660px;
}
.hero-actions, .contact-actions, .form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 38px;
}
.button {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  padding: 15px 24px;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-bright { background: linear-gradient(100deg, var(--orange), var(--magenta)); color: var(--ink); }
.text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  font-size: 0.84rem;
  font-weight: 700;
  padding-bottom: 6px;
}
.text-link span { color: var(--teal); margin-left: 8px; }
.hero-note {
  bottom: 38px;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 0.67rem;
  font-weight: 700;
  gap: 28px;
  letter-spacing: 0.14em;
  position: absolute;
  right: 5vw;
  z-index: 2;
}

.strip-section, .services-section, .work-section, .about-section, .video-section { padding: 110px 7vw; }
.intro {
  align-items: start;
  background: var(--paper-bright);
  display: grid;
  gap: 5vw;
  grid-template-columns: 1fr 3fr;
}
.intro-statement {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.3rem);
  letter-spacing: -0.045em;
  line-height: 1.12;
  margin: 0;
}
.intro-statement strong {
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--magenta));
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
.services-section { background: var(--paper); }
.services-section .section-kicker { color: var(--magenta); }
.section-heading {
  display: grid;
  gap: 3vw;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 64px;
}
.section-heading h2, .video-copy h2 { font-size: clamp(3rem, 6vw, 6.3rem); line-height: 0.93; }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 70px minmax(220px, 1fr) 1.4fr;
  padding: 35px 0;
}
.service-number { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.service-row:nth-child(2) .service-number { color: var(--purple); }
.service-row:nth-child(3) .service-number { color: var(--magenta); }
.service-row:nth-child(4) .service-number { color: var(--orange); }
.service-row h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  font-weight: 500;
  margin: 0;
}
.service-row p { color: #4d595f; line-height: 1.7; margin: 0; max-width: 620px; }

.work-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(119, 84, 216, 0.2), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(236, 79, 154, 0.1), transparent 25%),
    var(--ink-soft);
  color: white;
}
.work-section .section-kicker { color: var(--orange); }
.work-heading .section-kicker { align-self: end; }
.project-grid { display: grid; gap: 54px 28px; grid-template-columns: repeat(12, 1fr); }
.project-card { grid-column: span 6; }
.project-2, .project-4 { margin-top: 70px; }
.project-image-wrap {
  background: #ddd;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.project-image-wrap img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform 350ms ease; }
.project-card:hover img { transform: scale(1.025); }
.project-1 .project-image-wrap img { object-position: center 56%; }
.project-meta {
  align-items: baseline;
  border-image: linear-gradient(90deg, var(--teal), var(--purple), var(--magenta), transparent) 1;
  border-top: 1px solid;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
}
.project-meta h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  margin: 0;
}
.project-meta p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: right;
}

.about-section {
  align-items: center;
  background: var(--paper-bright);
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(280px, 0.8fr) 1.2fr;
}
.about-photo { max-width: 520px; position: relative; }
.about-photo img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 28%; }
.photo-tag {
  background: linear-gradient(100deg, var(--orange), var(--magenta));
  bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.5vw, 2.3rem);
  left: -22px;
  padding: 12px 20px;
  position: absolute;
  transform: rotate(-2deg);
}
.about-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0 0 36px;
}
.about-copy > p:not(.section-kicker) { color: #455259; font-size: 1.05rem; line-height: 1.75; max-width: 700px; }
.about-signoff {
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, var(--blue), var(--purple), var(--magenta));
  background-clip: text;
  color: transparent;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 38px;
  padding-top: 22px;
}

.video-section {
  background: linear-gradient(120deg, #dce9e7 0%, #ece3f3 55%, #f5dfd5 100%);
  display: grid;
  gap: 5vw;
  grid-template-columns: 0.8fr 1.2fr;
}
.video-section .section-kicker { color: var(--purple); }
.video-frame {
  align-self: center;
  background: var(--ink);
  border: 10px solid var(--paper-bright);
  box-shadow: 0 24px 70px rgba(7, 19, 29, 0.18);
}
.video-frame video { aspect-ratio: 16 / 9; object-fit: cover; }

.contact-section {
  background: var(--ink);
  color: white;
  min-height: 650px;
  overflow: hidden;
  padding: 120px 8vw;
  position: relative;
}
.contact-section > *:not(.contact-paint) { max-width: 760px; position: relative; z-index: 2; }
.contact-paint {
  background-image:
    radial-gradient(circle at 25% 75%, rgba(236, 79, 154, 0.35), transparent 31%),
    radial-gradient(circle at 55% 85%, rgba(119, 84, 216, 0.3), transparent 30%),
    linear-gradient(90deg, rgba(7, 19, 29, 0.98) 4%, rgba(7, 19, 29, 0.48) 63%, rgba(7, 19, 29, 0.2) 100%),
    url("/assets/paint-background.png");
  transform: scaleX(-1);
}
.contact-section .section-kicker { color: var(--orange); }
.contact-section > .contact-logo {
  max-width: none;
  opacity: 0.38;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(320px, 42vw, 640px);
  z-index: 1;
}
.contact-section h2 { font-size: clamp(4.2rem, 9vw, 9rem); line-height: 0.82; }
.contact-section > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-top: 36px;
}
.contact-form {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
}
.contact-form label {
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.08em;
}
.contact-form input,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: white;
  font: inherit;
  outline: none;
  padding: 14px 15px;
  width: 100%;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(236, 79, 154, 0.15);
}
.message-field, .form-actions { grid-column: 1 / -1; }
.form-actions { margin-top: 2px; }
.contact-form .honeypot { display: none; }
.contact-form button { border: 0; cursor: pointer; }
.button-outline { border: 1px solid rgba(255, 255, 255, 0.65); color: white; }
.button-outline:hover { background: white; color: var(--ink); }

footer {
  align-items: center;
  background: #050b10;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
  padding: 34px 5vw;
}
.footer-mark { color: white; }
footer > a:last-child:hover { color: var(--magenta); }

@media (max-width: 850px) {
  .nav-shell { height: auto; padding-bottom: 18px; padding-top: 18px; }
  .brand-copy small { display: none; }
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 0.67rem; }
  .nav-links a:nth-child(3) { display: none; }
  .nav-cta { padding: 9px 12px; }
  .hero { min-height: 700px; padding-left: 6vw; padding-right: 6vw; }
  .hero-note { bottom: 24px; flex-direction: column; gap: 5px; left: 6vw; right: auto; }
  .strip-section, .services-section, .work-section, .about-section, .video-section { padding: 78px 6vw; }
  .intro, .section-heading, .about-section, .video-section { grid-template-columns: 1fr; }
  .intro { gap: 18px; }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-row p { grid-column: 2; }
  .project-card { grid-column: span 12; }
  .project-2, .project-4 { margin-top: 0; }
  .project-meta { align-items: start; flex-direction: column; gap: 8px; }
  .project-meta p { text-align: left; }
  .about-photo { max-width: 500px; }
  .video-copy { margin-bottom: 20px; }
  .contact-section > .contact-logo { opacity: 0.2; right: -130px; width: 440px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .message-field, .form-actions { grid-column: 1; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (max-width: 520px) {
  .brand-copy b { display: none; }
  .logo-window { height: 50px; width: 50px; }
  .logo-window img { width: 110px; }
  .nav-links a:nth-child(1), .nav-links a:nth-child(2) { display: none; }
  .hero { min-height: 650px; padding-top: 150px; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 5.7rem); }
  .hero-lede { margin-top: 30px; }
  .section-heading h2, .video-copy h2 { font-size: 3.15rem; }
  .service-row { gap: 18px; }
  .contact-section { min-height: 590px; padding: 90px 6vw; }
  .contact-section h2 { font-size: 4.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .project-image-wrap img { transition: none; }
}
