:root { color-scheme:dark; --yellow:#f8d206; --ink:#050505; --paper:#f5f5f7; --muted:#aaaab2; --line:#303034; --image-shift:0px; }
.service-local { max-width:1240px; margin:auto; padding:70px max(6vw,24px); }
.service-local h2 { margin-top:24px; max-width:950px; }
.service-local > p:not(.eyebrow) { max-width:760px; color:var(--muted); line-height:1.8; }
.service-local .service-options-more { margin-left:0; }
@view-transition { navigation:auto; }
::view-transition-old(root) { animation:page-out .35s cubic-bezier(.7,0,.8,.2) both; }
::view-transition-new(root) { animation:page-in .7s cubic-bezier(.16,1,.3,1) both; }
@keyframes page-out { to { opacity:0; transform:scale(.985); filter:blur(5px); } }
@keyframes page-in { from { opacity:0; transform:translateY(36px); clip-path:inset(8% 0 0); } }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:var(--ink); color:var(--paper); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:16px; }
a { color:inherit; text-decoration:none; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--yellow); outline-offset:6px; }
.skip { position:fixed; top:-90px; left:16px; z-index:100; padding:16px 20px; background:var(--yellow); color:#050505; font-weight:700; }
.skip:focus { top:16px; }
header { position:sticky; top:0; z-index:50; display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:82px; padding:18px 5vw; border-bottom:1px solid rgb(255 255 255 / .12); background:rgb(5 5 5 / .76); backdrop-filter:blur(20px) saturate(150%); }
.wordmark { font-size:1.35rem; font-weight:780; letter-spacing:-.035em; }
.wordmark span { display:block; margin-top:4px; color:var(--muted); font-size:.78rem; font-weight:450; letter-spacing:0; }
.call { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:14px 24px; border:1px solid var(--yellow); border-radius:999px; background:var(--yellow); color:#050505; font-weight:720; transition:transform .3s ease,background .3s ease,color .3s ease; }
.call:hover { transform:translateY(-2px); background:#fff; border-color:#fff; }
.page-progress { position:absolute; bottom:-1px; left:0; width:100%; height:3px; background:var(--yellow); transform:scaleX(0); transform-origin:left; will-change:transform; }
nav { display:flex; flex-wrap:wrap; justify-content:center; gap:8px 12px; padding:13px 5vw; border-bottom:1px solid var(--line); background:#090909; }
nav a { padding:8px 14px; border-radius:999px; color:#c9c9cf; font-size:.9rem; transition:background .25s ease,color .25s ease; }
nav a[aria-current],nav a:hover { background:var(--yellow); color:#050505; }
.service-hero { position:relative; display:flex; min-height:min(780px,calc(100svh - 130px)); flex-direction:column; align-items:center; justify-content:center; max-width:1380px; margin:auto; padding:96px max(6vw,24px) 110px; text-align:center; isolation:isolate; }
.service-hero::before { content:""; position:absolute; inset:8% 8% auto; z-index:-1; height:72%; background:radial-gradient(circle,var(--yellow) 0,transparent 62%); opacity:.075; filter:blur(70px); }
.service-index { position:absolute; top:40px; right:max(6vw,24px); margin:0; color:#6f6f76; font-size:.8rem; letter-spacing:.18em; }
.eyebrow { margin:0; color:var(--yellow); font-size:.82rem; font-weight:720; letter-spacing:.13em; text-transform:uppercase; }
h1 { max-width:1240px; margin:28px 0; font-size:clamp(3.3rem,8.6vw,8.7rem); font-weight:760; letter-spacing:-.07em; line-height:.91; text-wrap:balance; }
h1 span { color:var(--yellow); }
.intro { max-width:760px; margin:12px auto 34px; color:#c4c4ca; font-size:clamp(1rem,1.5vw,1.22rem); line-height:1.72; text-wrap:pretty; }
.motion-control { position:absolute; right:max(6vw,24px); bottom:28px; border:0; border-bottom:1px solid #707078; padding:7px 0; background:transparent; color:#a7a7af; cursor:pointer; font:inherit; font-size:.78rem; }
.service-visual { position:relative; width:calc(100% - 5vw); height:min(88svh,900px); margin:0 auto 90px; padding:0; overflow:hidden; border-radius:34px; background:#111; }
.service-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 48%,rgb(0 0 0 / .82)); pointer-events:none; }
.service-visual img { width:100%; height:115%; object-fit:cover; object-position:center; transform:translate3d(0,var(--image-shift),0) scale(1.03); will-change:transform; }
.service-visual figcaption { position:absolute; z-index:2; right:5vw; bottom:5vw; max-width:540px; margin:0; color:#d2d2d7; font-size:1rem; line-height:1.6; }
.service-visual figcaption span { display:block; margin-bottom:10px; color:#fff; font-size:clamp(1.8rem,4vw,4.4rem); font-weight:740; letter-spacing:-.055em; line-height:.95; }
.scroll-cue { position:absolute; z-index:2; bottom:5vw; left:5vw; margin:0; color:var(--yellow); font-size:.78rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.service-content,.service-faq { max-width:1240px; margin:auto; padding:70px max(6vw,24px); }
.service-content article { display:grid; grid-template-columns:minmax(70px,.25fr) 1fr; gap:36px; padding:60px 0; border-top:1px solid var(--line); opacity:1; transform:none; }
.js-motion .service-content article,.js-motion .service-faq details { opacity:0; transform:translateY(48px); transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1); }
.js-motion .service-content article.is-visible,.js-motion .service-faq details.is-visible { opacity:1; transform:none; }
.number { margin:4px 0; color:var(--yellow); font-size:1.05rem; font-weight:720; letter-spacing:.12em; }
h2 { margin:0 0 20px; font-size:clamp(2.1rem,4.2vw,4.8rem); letter-spacing:-.055em; line-height:1; text-wrap:balance; }
article p,details p { max-width:760px; margin:0; color:var(--muted); font-size:1.04rem; line-height:1.82; }
.service-faq { padding-top:90px; padding-bottom:110px; }
.service-faq > h2 { max-width:760px; margin-bottom:45px; }
details { padding:27px 0; border-bottom:1px solid var(--line); }
details:first-of-type { border-top:1px solid var(--line); }
summary { position:relative; padding-right:44px; cursor:pointer; list-style:none; font-size:clamp(1.05rem,1.8vw,1.35rem); font-weight:620; line-height:1.45; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:4px; color:var(--yellow); font-size:1.5rem; font-weight:400; transition:transform .3s ease; }
details[open] summary::after { transform:rotate(45deg); }
details p { padding-top:20px; }
.service-contact { position:relative; overflow:hidden; padding:120px 24px; background:var(--yellow); color:#050505; text-align:center; }
.service-contact::before { content:"DJ DEEBEE"; position:absolute; top:50%; left:50%; color:rgb(0 0 0 / .055); font-size:clamp(7rem,24vw,24rem); font-weight:850; letter-spacing:-.08em; line-height:.7; white-space:nowrap; transform:translate(-50%,-50%); }
.service-contact > * { position:relative; }
.service-contact .eyebrow { color:#050505; }
.service-contact h2 { margin:26px auto 36px; font-size:clamp(3.5rem,9vw,9rem); }
.service-contact .call { background:#050505; border-color:#050505; color:#fff; }
.service-contact > p:last-child { color:#2b2b2b; line-height:1.6; }
footer { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:34px 5vw; color:#a7a7af; font-size:.875rem; }
footer a { color:#fff; }
footer { flex-wrap:wrap; }
footer .company-info { flex-basis:100%; width:100%; padding-top:20px; border-top:1px solid var(--line); font-size:.875rem; line-height:1.7; }
.company-info a { text-decoration:underline; text-underline-offset:3px; }
.mobile-project { display:none; }
.service-options { max-width:1240px; margin:auto; padding:70px max(6vw,24px); border-block:1px solid var(--line); }
.service-options h2 { margin-top:25px; }
.service-options > p:not(.eyebrow) { max-width:760px; color:var(--muted); line-height:1.8; }
.service-options .call { margin-top:16px; }
.service-options-more { display:inline-block; margin:20px 0 0 24px; color:var(--yellow); }
.footer-email { overflow-wrap:anywhere; }
.motion-paused .service-content article,.motion-paused .service-faq details { opacity:1; transform:none; transition:none; }
@media(max-width:720px) { .service-options { padding:50px 22px; } .service-options-more { display:block; margin-left:0; } }
@media(max-width:720px) {
  header { min-height:72px; padding:14px 18px; }
  header .call { min-height:42px; padding:10px 14px; font-size:.78rem; }
  .wordmark span { max-width:140px; }
  nav { justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; padding:10px 14px; scrollbar-width:none; }
  nav::-webkit-scrollbar { display:none; }
  nav a { white-space:nowrap; }
  .service-hero { min-height:calc(100svh - 126px); padding:80px 20px 96px; }
  .service-index { top:26px; right:20px; }
  h1 { font-size:clamp(3.1rem,15vw,5.5rem); }
  .intro { font-size:1rem; line-height:1.65; }
  .motion-control { right:20px; bottom:20px; }
  .service-visual { width:100%; height:78svh; margin-bottom:40px; border-radius:0; }
  .service-visual figcaption { right:22px; bottom:70px; left:22px; }
  .scroll-cue { left:22px; bottom:24px; }
  .service-content,.service-faq { padding:50px 22px; }
  .service-content article { grid-template-columns:38px 1fr; gap:12px; padding:44px 0; }
  .service-contact { padding:100px 20px 128px; }
  footer { flex-direction:column; padding-bottom:104px; text-align:center; }
  .mobile-project { position:fixed; z-index:60; right:12px; bottom:12px; left:12px; display:flex; align-items:center; justify-content:center; min-height:58px; border-radius:999px; background:var(--yellow); color:#050505; box-shadow:0 12px 40px rgb(0 0 0 / .5); font-weight:760; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  ::view-transition-old(*),::view-transition-new(*) { animation:none!important; }
  .js-motion .service-content article,.js-motion .service-faq details { opacity:1; transform:none; transition:none; }
  .service-visual img { transform:none!important; }
}
