:root {
  --ink: #0d0d0d;
  --ink-soft: #151515;
  --paper: #fff;
  --muted: #aaa;
  --line: rgba(255, 255, 255, 0.15);
  --yellow: #ffef00;
  --display: "Syne", sans-serif;
  --body: "Inter", sans-serif;
  --page: min(1380px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
em { color: var(--yellow); font-style: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .75rem 1rem; color: var(--ink); background: var(--yellow); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 92px;
  padding-inline: max(36px, calc((100vw - 1380px) / 2));
  align-items: center;
  justify-content: space-between;
  transition: height .3s ease, background .3s ease, border-color .3s ease;
}
.site-header.scrolled { height: 72px; border-bottom: 1px solid var(--line); background: rgba(13, 13, 13, .86); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; }
.brand-logo { display: block; width: auto; height: clamp(44px, 5vw, 56px); object-fit: contain; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--yellow); font-size: .85rem; font-weight: 800; }
.brand-name { letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--yellow); }
.site-nav .nav-cta { padding: 12px 16px; border: 1px solid rgba(255, 239, 0, .6); color: var(--yellow); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; display: grid; width: 100%; min-height: 100svh; margin: 0 auto; padding: 130px max(36px, calc((100vw - 1380px) / 2)) 58px; grid-template-columns: 54% 46%; align-items: center; gap: 0; isolation: isolate; overflow: hidden; }
.hero::before { position: absolute; z-index: -2; inset: 0; content: ""; background: radial-gradient(circle at 75% 50%, rgba(255,239,0,.17), transparent 31%), radial-gradient(circle at 48% 5%, rgba(255,239,0,.08), transparent 23%), #0d0d0d; }
.hero::after { position: absolute; z-index: -1; top: -20%; left: 41%; width: 170px; height: 120%; content: ""; background: linear-gradient(100deg, transparent, rgba(255,239,0,.13), transparent); filter: blur(22px); transform: rotate(15deg); }
.hero-copy { position: relative; z-index: 3; max-width: 760px; }
.availability { display: inline-flex; margin: 0 0 28px; padding: 12px 20px; border: 1px solid rgba(255,239,0,.18); border-radius: 7px; align-items: center; gap: 16px; color: var(--yellow); background: rgba(20,20,12,.72); box-shadow: 0 0 28px rgba(255,239,0,.07); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.availability span { width: 15px; height: 15px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 14px rgba(255,239,0,.9); animation: availability-pulse 2.2s ease-in-out infinite; }
@keyframes availability-pulse { 50% { box-shadow: 0 0 25px rgba(255,239,0,1); transform: scale(.88); } }
.eyebrow { margin: 0 0 26px; color: var(--yellow); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.hero-title, h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
.hero-title { position: relative; z-index: 2; font-family: var(--body); font-size: clamp(4rem, 5.55vw, 6.4rem); font-weight: 800; line-height: .99; letter-spacing: -.055em; text-transform: none; }
.title-line { display: block; white-space: nowrap; }
.title-accent { color: var(--yellow); }
.hero-intro { max-width: 650px; margin: 28px 0 0; color: #d2d2d2; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.5; }
.hero-intro em { color: var(--yellow); }
.hero-benefits { display: flex; max-width: 650px; margin: 32px 0 0; padding: 22px 0; border-block: 1px solid var(--line); align-items: center; list-style: none; }
.hero-benefits li { display: flex; padding: 0 24px; border-right: 1px solid var(--line); align-items: center; gap: 10px; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.hero-benefits li:first-child { padding-left: 0; }
.hero-benefits li:last-child { border-right: 0; }
.hero-benefits li span { color: var(--yellow); font-size: 1.35rem; line-height: 1; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; border: 1px solid var(--yellow); align-items: center; justify-content: center; gap: 26px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 0 28px rgba(255, 239, 0, .25); }
.hero-cta { min-width: 430px; margin-top: 26px; justify-content: space-between; }

.hero-visual { position: absolute; z-index: 1; right: max(0px, calc((100vw - 1530px) / 2)); bottom: 0; width: min(49vw, 760px); height: calc(100% - 74px); }
.hero-visual img { position: relative; z-index: 2; top: 95px; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; filter: grayscale(1) contrast(1.16) brightness(.98); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 100%); mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 100%); }
.portrait-glow { position: absolute; z-index: 1; right: 2%; bottom: 4%; width: 72%; height: 82%; border-radius: 50%; background: var(--yellow); opacity: .38; filter: blur(55px); }
.hero-dots { position: absolute; z-index: 2; width: 58px; height: 48px; opacity: .5; background-image: radial-gradient(var(--yellow) 1.2px, transparent 1.2px); background-size: 11px 11px; }
.hero-dots-top { top: 105px; right: 35px; }
.hero-dots-bottom { bottom: 45px; left: 35px; }

.ticker { overflow: hidden; border-block: 1px solid rgba(13, 13, 13, .4); color: var(--ink); background: var(--yellow); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; padding: 16px 0; align-items: center; gap: 30px; animation: ticker 24s linear infinite; font-family: var(--display); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; will-change: transform; }
.ticker-group { display: flex; min-width: 100vw; align-items: center; justify-content: space-around; gap: 30px; }
.ticker-track i { font-size: .7rem; }
@keyframes ticker { to { transform: translateX(calc(-50% - 15px)); } }

.section { width: var(--page); margin: 0 auto; padding: 110px 0; }
.section-heading h2 { font-size: clamp(3.2rem, 6.3vw, 7.2rem); }
.services .section-heading h2 { font-size: clamp(1.8rem, 2.8vw, 2.875rem); }
.about, .services { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 90px); }
.about-portrait { width: min(100%, 520px); }
.about-portrait img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%); mask-image: linear-gradient(to bottom, #000 82%, transparent 100%); }
.about-body { padding-top: 30px; }
.about-body > p { max-width: 670px; color: var(--muted); }
.about-body .lead { margin-top: 0; color: var(--paper); font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 2.4rem); font-weight: 500; line-height: 1.28; letter-spacing: -.03em; }
.stats { display: grid; margin: 50px 0 0; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stats div { padding-top: 18px; border-top: 1px solid var(--line); }
.stats dt { color: var(--yellow); font-family: var(--display); font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 700; line-height: 1; }
.stats dd { margin: 10px 0 0; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }

.services { border-top: 1px solid var(--line); }
.service-list { margin: 0; padding: 0; list-style: none; }
.service-item { position: relative; display: grid; min-height: 100px; padding: 22px 48px 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 48px minmax(200px, .8fr) 1fr; align-items: center; gap: 20px; transition: color .25s ease, padding .25s ease, background .25s ease; }
.service-item::before { position: absolute; inset: 0; z-index: -1; content: ""; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.service-item:hover::before { transform: scaleX(1); transform-origin: left; }
.service-item:hover { padding-left: 20px; color: var(--ink); }
.service-item span { color: var(--yellow); font-size: .7rem; }
.service-item:hover span { color: var(--ink); }
.service-item h3 { margin: 0; font-family: var(--display); font-size: clamp(1.1rem, 1.7vw, 1.6rem); line-height: 1.15; }
.service-item p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.service-item:hover p { color: #343434; }
.service-item small { display: block; margin-top: 8px; color: #777; font-size: .72rem; line-height: 1.5; }
.service-item:hover small { color: #454545; }
.service-item b { position: absolute; right: 12px; font-size: 1.4rem; }

.why { border-top: 1px solid var(--line); }
.why .section-heading { max-width: 1100px; }
.why-list { display: grid; margin: 55px 0 0; padding: 0; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--line); list-style: none; }
.why-item { padding: 32px; background: var(--ink); }
.why-item h3 { margin: 0 0 12px; color: var(--yellow); font-family: var(--display); font-size: 1.25rem; }
.why-item p { margin: 0; color: var(--muted); }

.work { width: 100%; padding-inline: max(36px, calc((100vw - 1380px) / 2)); background: var(--ink-soft); }
.work-header { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.work-header > p { max-width: 450px; margin-bottom: 10px; color: var(--muted); }
.showreels { display: grid; margin-top: 55px; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.showreel-card { position: relative; overflow: hidden; min-height: 380px; background: #080808; }
.showreel-card iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; }
.showreel-card > div { position: absolute; z-index: 2; right: 28px; bottom: 25px; left: 28px; display: flex; align-items: end; justify-content: space-between; pointer-events: none; }
.showreel-card > div span { padding: 7px 11px; color: var(--paper); background: rgba(13,13,13,.82); font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.showreel-card > div a { padding: 7px 11px; color: var(--ink); background: var(--yellow); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; pointer-events: auto; }
.work-browser { margin-top: 60px; }
.work-row + .work-row { margin-top: 56px; }
.work-row-title { margin: 0; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--yellow); font-family: var(--display); font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; }
.project-grid { display: flex; overflow-x: auto; margin-top: 18px; padding-bottom: 12px; flex-wrap: nowrap; gap: 1px; background: var(--line); scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-color: var(--yellow) #242424; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.project-grid::-webkit-scrollbar { height: 6px; }
.project-grid::-webkit-scrollbar-track { background: #242424; }
.project-grid::-webkit-scrollbar-thumb { background: var(--yellow); }
.project-card { position: relative; display: flex; overflow: hidden; min-width: 0; flex: 0 0 calc(100% / var(--desktop-projects, 4) - 1px); flex-direction: column; background: var(--ink-soft); scroll-snap-align: start; transition: background .2s ease, color .2s ease; }
.project-card:hover, .project-card:focus-visible { color: var(--ink); background: var(--yellow); }
.project-media { position: relative; overflow: hidden; width: 100%; background: #080808; }
.project-media.instagram { aspect-ratio: 4 / 5; }
.project-media.youtube { aspect-ratio: 16 / 9; }
.project-media.profile-card { aspect-ratio: 4 / 5; }
.project-media iframe { display: block; width: 100%; height: 100%; border: 0; background: #080808; }
.profile-card { display: grid; place-items: center; background: radial-gradient(circle at 70% 20%, rgba(255,239,0,.18), transparent 28%), repeating-linear-gradient(135deg, #1f1f1f 0 2px, #151515 2px 24px); }
.project-card .profile-card span { color: rgba(255,255,255,.5); font-family: var(--display); font-size: 1.4rem; line-height: 1.05; text-align: center; }
.project-info { display: flex; min-height: 68px; padding: 14px 18px; align-items: center; justify-content: flex-end; }
.project-external { display: inline-flex; padding-bottom: 4px; border-bottom: 1px solid var(--line); align-items: center; gap: 8px; color: var(--paper); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.project-card:hover .project-external { border-color: rgba(13,13,13,.35); color: var(--ink); }

.contact { display: grid; width: 100%; padding-inline: max(36px, calc((100vw - 1380px) / 2)); grid-template-columns: 1fr .85fr; gap: clamp(50px, 7vw, 110px); color: var(--ink); background: var(--yellow); }
.contact .eyebrow { color: var(--ink); }
.contact-copy h2 { font-size: clamp(3.4rem, 6.6vw, 7.4rem); }
.contact-copy h2 em { color: var(--ink); }
.contact-details { display: flex; padding-top: 25px; flex-direction: column; align-items: flex-start; gap: 12px; color: rgba(13,13,13,.7); font-style: normal; }
.contact-details strong { margin-bottom: 10px; color: var(--ink); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.contact-details a { border-bottom: 1px solid rgba(13,13,13,.35); color: var(--ink); transition: border-color .2s ease, transform .2s ease; }
.contact-details a:hover, .contact-details a:focus-visible { border-color: var(--ink); transform: translateX(4px); }

.site-footer { display: grid; width: var(--page); margin: 0 auto; padding: 35px 0; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: var(--muted); font-size: .72rem; }
.site-footer .brand { color: var(--paper); }
.site-footer .brand-mark { width: 34px; height: 34px; }
.site-footer > a:not(.brand) { color: var(--paper); }
.site-footer small { grid-column: 1 / -1; color: #888; }

:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { padding-inline: 36px; }
  .hero-copy { max-width: 58%; }
  .hero-title { font-size: clamp(3.5rem, 6.3vw, 4.5rem); }
  .hero-benefits li { padding-inline: 12px; font-size: .58rem; }
  .hero-cta { min-width: min(430px, 100%); }
  .hero-visual { width: 53vw; }
  .title-line { white-space: normal; }
  .about, .services { grid-template-columns: 1fr; gap: 60px; }
  .about-body { padding-top: 0; }
  .about-portrait { width: min(100%, 520px); margin-inline: auto; }
  .section-heading h2 { max-width: 800px; }
  .project-card { flex-basis: calc(100% / var(--tablet-projects, 3) - 1px); }
  .contact { grid-template-columns: 1fr; }
  .contact-details { padding-top: 0; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 40px); }
  body.menu-open { overflow: hidden; }
  .site-header { left: 0; width: 100%; height: 74px; padding-inline: 20px; border-bottom: 1px solid var(--line); background: rgba(13,13,13,.96); transform: none; backdrop-filter: blur(16px); }
  .site-header.scrolled { height: 74px; }
  .brand-name { display: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle span:not(.sr-only) { position: absolute; left: 10px; width: 22px; margin: 0; transition: top .25s ease, transform .25s ease, opacity .2s ease; }
  .menu-toggle span:nth-child(1) { top: 14px; }
  .menu-toggle span:nth-child(2) { top: 21px; }
  .menu-toggle span:nth-child(3) { top: 28px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
  .site-nav { position: fixed; top: 74px; right: 0; bottom: 0; left: 0; display: flex; height: calc(100svh - 74px); padding: 38px 20px 28px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(13,13,13,.99); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .25s ease, transform .3s ease, visibility .3s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { display: flex; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; font-family: var(--display); font-size: clamp(1.65rem, 8vw, 2.5rem); letter-spacing: -.03em; opacity: 0; transform: translateX(28px); transition: color .2s ease, opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
  .site-nav.open a { opacity: 1; transform: translateX(0); }
  .site-nav.open a:nth-child(1) { transition-delay: .06s; }
  .site-nav.open a:nth-child(2) { transition-delay: .11s; }
  .site-nav.open a:nth-child(3) { transition-delay: .16s; }
  .site-nav.open a:nth-child(4) { transition-delay: .21s; }
  .site-nav a::before { color: var(--yellow); font-family: var(--body); font-size: .62rem; letter-spacing: .12em; }
  .site-nav a:nth-child(1)::before { content: "01"; }
  .site-nav a:nth-child(2)::before { content: "02"; }
  .site-nav a:nth-child(3)::before { content: "03"; }
  .site-nav a:nth-child(4)::before { content: "04"; }
  .site-nav .nav-cta { margin-top: auto; padding: 17px 20px; border: 1px solid var(--yellow); color: var(--ink); background: var(--yellow); font-size: 1rem; letter-spacing: .06em; }
  .site-nav .nav-cta::before { display: none; }
  .hero { min-height: auto; padding: 110px 20px 0; grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .availability { margin-bottom: 24px; padding: 10px 14px; font-size: .62rem; }
  .hero-title { font-size: clamp(3.2rem, 14vw, 4.6rem); }
  .hero-title .title-accent { animation: mobile-glow 3.6s ease-in-out infinite; }
  .hero-intro { margin-top: 24px; }
  .desktop-break { display: none; }
  .hero-benefits { width: 100%; margin-top: 28px; padding-block: 18px; }
  .hero-benefits li { min-width: 0; padding-inline: 8px; flex: 1; flex-direction: column; gap: 6px; text-align: center; white-space: normal; }
  .hero-benefits li:first-child { padding-left: 0; }
  .hero-benefits li:last-child { padding-right: 0; }
  .hero-cta { width: 100%; min-width: 0; margin-top: 24px; }
  .hero-visual { position: relative; right: auto; bottom: auto; display: block; width: min(100%, 430px); height: clamp(430px, 128vw, 590px); margin: 18px auto 0; overflow: hidden; }
  .hero-visual img { top: 0; left: -5%; width: 110%; height: 100%; object-fit: contain; object-position: 50% 0; -webkit-mask-image: linear-gradient(to bottom, #000 0 84%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0 84%, transparent 100%); }
  .hero-visual .portrait-glow { right: 8%; bottom: 5%; width: 84%; height: 76%; opacity: .32; filter: blur(42px); }
  .hero-dots-top { top: 88px; right: 10px; }
  .hero-dots-bottom { display: none; }
  .visual-label-top { right: -10px; }
  .section { padding: 72px 0; }
  .section-heading h2 { font-size: clamp(2.9rem, 13vw, 5rem); }
  .stats { grid-template-columns: repeat(3, 1fr); margin-top: 35px; gap: 12px; }
  .stats dt { font-size: clamp(1.6rem, 8vw, 2.2rem); }
  .stats dd { font-size: .6rem; line-height: 1.4; }
  .service-item { grid-template-columns: 35px 1fr; }
  .service-item p { grid-column: 2; }
  .work { padding-inline: 20px; }
  .work-header { align-items: flex-start; flex-direction: column; gap: 28px; }
  .showreels { margin-top: 40px; grid-template-columns: 1fr; }
  .showreel-card, .showreel-card iframe { min-height: 260px; }
  .work-browser { margin-top: 50px; }
  .project-card { flex-basis: calc(100% - 1px); }
  .contact-copy h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .contact { padding-inline: 20px; gap: 36px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-column: 1 / -1; grid-row: 2; }
}

@keyframes mobile-glow {
  0%, 100% { text-shadow: 0 0 0 rgba(255,239,0,0); }
  50% { text-shadow: 0 0 24px rgba(255,239,0,.22); }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(3rem, 14vw, 4rem); }
  .about, .services { gap: 32px; }
  .service-item { padding-right: 32px; }
  .project-info { min-height: 60px; padding: 12px 14px; }
  .showreel-card > div { align-items: flex-start; flex-direction: column; gap: 5px; }
}

.services { display: block; border-top: 1px solid var(--line); }
.services .section-heading { max-width: 760px; margin-bottom: 54px; }
.service-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.service-item { position: relative; display: grid; min-height: 310px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); grid-template-columns: 44px 1fr; align-content: start; align-items: start; gap: 22px 16px; transition: color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.service-item::before { position: absolute; inset: 0; z-index: 0; content: ""; background: var(--yellow); transform: scaleY(0); transform-origin: bottom; transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.service-item > * { position: relative; z-index: 1; }
.service-item:hover::before { transform: scaleY(1); }
.service-item:hover { padding-left: 28px; border-color: var(--yellow); color: var(--ink); box-shadow: 0 22px 50px rgba(0,0,0,.35); transform: translateY(-8px); }
.service-item span { display: grid; width: 44px; height: 44px; border: 1px solid rgba(255,239,0,.45); border-radius: 50%; color: var(--yellow); place-items: center; font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.service-item:hover span { border-color: rgba(13,13,13,.35); color: var(--ink); }
.service-item h3 { margin: 0; padding-right: 28px; align-self: center; font-family: var(--display); font-size: clamp(1.15rem, 1.6vw, 1.55rem); line-height: 1.15; }
.service-item p { margin: 0; color: var(--muted); grid-column: 1 / -1; font-size: .95rem; line-height: 1.6; transition: color .3s ease; }
.service-item:hover p { color: #292929; }
.service-item small { display: block; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: #888; font-size: .72rem; line-height: 1.6; transition: color .3s ease, border-color .3s ease; }
.service-item:hover small { border-color: rgba(13,13,13,.2); color: #454545; }
.service-item b { position: absolute; top: 28px; right: 26px; font-size: 1.4rem; transition: transform .3s ease; }
.service-item:hover b { transform: translate(3px, -3px); }

@media (max-width: 1050px) {
  .service-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .services .section-heading { margin-bottom: 38px; }
  .service-list { grid-template-columns: 1fr; }
  .service-item { min-height: 0; grid-template-columns: 44px 1fr; }
  .service-item p { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .service-item, .service-item:hover { padding: 24px; }
  .service-item b { top: 24px; right: 22px; }
}

.menu-toggle { width: 44px; height: 44px; }
.showreel-card > div a, .project-external, .contact-details a, .site-footer > a { display: inline-flex; min-height: 44px; align-items: center; }

@media (max-width: 760px) {
  .site-nav { overflow-y: auto; overscroll-behavior: contain; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
