:root {
  --ink: #10162d;
  --ink-2: #18213f;
  --cyan: #00bfe7;
  --yellow: #ffd23f;
  --paper: #f4f2ea;
  --white: #fff;
  --muted: #667085;
  --line: rgba(16, 22, 45, .15);
  --shadow: 0 24px 70px rgba(10, 18, 43, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--yellow); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 88px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: var(--white); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 72px; background: rgba(16, 22, 45, .96); box-shadow: 0 8px 30px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--cyan); }
.brand-mark i { width: 22px; height: 20px; background: var(--yellow); clip-path: polygon(50% 0,100% 48%,78% 48%,78% 100%,22% 100%,22% 48%,0 48%); }
.brand-copy { display: grid; line-height: .75; }
.brand-copy strong { font: 800 1.45rem/1 "League Spartan", sans-serif; letter-spacing: .02em; }
.brand-copy small { color: var(--yellow); font: 700 .58rem/1 "DM Sans", sans-serif; letter-spacing: .15em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); }
.site-nav a { text-decoration: none; font-size: .86rem; font-weight: 600; letter-spacing: .02em; }
.site-nav a:not(.nav-cta) { border-bottom: 1px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--yellow); }
.nav-cta { padding: .78rem 1.25rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.nav-cta:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: .55rem .85rem; font: 600 .8rem/1 "DM Sans", sans-serif; }

.hero { position: relative; min-height: min(940px, 100svh); display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,16,36,.94) 0%, rgba(10,16,36,.76) 34%, rgba(10,16,36,.20) 70%, rgba(10,16,36,.08) 100%), linear-gradient(0deg, rgba(8,13,30,.58), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(700px, 88vw); margin-left: clamp(1.25rem, 7vw, 8rem); padding: 9.5rem 0 4rem; }
.eyebrow { margin: 0 0 1.1rem; color: var(--yellow); font-size: .72rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow.dark { color: #147e98; }
h1, h2, h3 { margin-top: 0; font-family: "League Spartan", sans-serif; }
.hero h1 { max-width: 770px; margin-bottom: 1.3rem; font-size: clamp(4rem, 8vw, 8.8rem); line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-intro { max-width: 570px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.3rem; min-height: 54px; padding: .9rem 1.35rem; border-radius: 999px; text-decoration: none; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-proof { display: flex; gap: clamp(1.2rem, 4vw, 3.8rem); margin: 3.3rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.hero-proof li { display: grid; gap: .25rem; }
.hero-proof strong { color: var(--yellow); font: 700 1.5rem/1 "League Spartan", sans-serif; }
.hero-proof span { color: rgba(255,255,255,.72); font-size: .72rem; }
.scroll-cue { position: absolute; right: 2rem; bottom: 2rem; z-index: 3; display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.75); text-decoration: none; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { color: var(--yellow); font-size: 1.2rem; }

.statement { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); color: var(--white); background: var(--ink); }
.statement p { margin: 0 0 1rem; color: var(--cyan); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.statement h2 { max-width: 1100px; margin-bottom: 0; font-size: clamp(2.8rem, 6vw, 6.6rem); line-height: .95; letter-spacing: -.04em; }
.statement h2 span { color: var(--yellow); }
.section-pad { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 8vw, 9rem); align-items: end; margin-bottom: 3rem; }
.section-heading h2, .about h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.04em; }
.section-heading > p { max-width: 510px; margin: 0; color: #50596d; font-size: 1rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem; background: #fbfaf6; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-featured { color: var(--white); background: var(--ink-2); }
.service-number { position: absolute; top: 1.4rem; right: 1.4rem; color: rgba(16,22,45,.3); font: 700 .78rem/1 "DM Sans", sans-serif; }
.service-featured .service-number { color: rgba(255,255,255,.4); }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: auto; color: var(--ink); background: var(--yellow); border-radius: 50%; font: 700 1.45rem/1 "League Spartan", sans-serif; }
.service-card h3 { margin: 2.5rem 0 .8rem; font-size: 1.55rem; }
.service-card p { min-height: 94px; margin: 0; color: #657086; font-size: .9rem; line-height: 1.65; }
.service-featured p { color: rgba(255,255,255,.65); }
.service-card a { margin-top: 1.8rem; color: #147e98; text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.service-featured a { color: var(--yellow); }
.service-card a span { margin-left: .35rem; }

.work { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 800px; color: var(--white); background: var(--ink); }
.work-copy { padding: clamp(4rem, 7vw, 7.5rem); }
.work-copy h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5vw, 5.3rem); line-height: .92; letter-spacing: -.04em; }
.work-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.68); line-height: 1.75; }
.process-list { display: grid; gap: 0; margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list li > span { color: var(--cyan); font-size: .7rem; font-weight: 700; }
.process-list strong { font-size: .93rem; }
.process-list p { margin: .25rem 0 0; color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.45; }
.work-visual { position: relative; overflow: hidden; }
.work-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.paint-chip { position: absolute; display: grid; padding: 1.1rem 1.35rem; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.paint-chip span { font-size: .55rem; font-weight: 700; letter-spacing: .18em; }
.paint-chip strong { margin-top: .25rem; font: 700 1rem/1 "League Spartan", sans-serif; }
.chip-cyan { left: 0; bottom: 15%; color: var(--ink); background: var(--cyan); }
.chip-yellow { right: 0; top: 16%; color: var(--ink); background: var(--yellow); }

.about { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 720px; overflow: hidden; background: var(--white); }
.about-number { align-self: stretch; display: grid; place-items: center; color: var(--cyan); background: var(--ink); font: 800 clamp(8rem, 18vw, 20rem)/1 "League Spartan", sans-serif; letter-spacing: -.12em; overflow: hidden; }
.about-copy { max-width: 720px; padding: clamp(2.5rem, 7vw, 7rem); }
.about-copy .lead { margin: 1.8rem 0 1rem; color: var(--ink); font-size: 1.2rem; line-height: 1.6; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #596175; line-height: 1.75; }
.social-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.social-row a { padding: .85rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.social-row a:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 7vw, 8rem); color: var(--ink); background: var(--yellow); }
.cta-band .eyebrow { color: #6c5200; }
.cta-band h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .93; letter-spacing: -.04em; }
.cta-phone { display: grid; gap: .35rem; min-width: min(360px, 100%); padding: 1.35rem 1.6rem; color: var(--white); background: var(--ink); text-decoration: none; }
.cta-phone span { color: var(--cyan); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cta-phone strong { font: 700 clamp(1.55rem, 2.5vw, 2.2rem)/1.1 "League Spartan", sans-serif; }
footer { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 1.5rem; align-items: center; padding: 3rem clamp(1.25rem, 5vw, 5.5rem); color: rgba(255,255,255,.65); background: #090d1c; font-size: .75rem; }
.footer-brand { color: var(--cyan); font: 800 1.6rem/1 "League Spartan", sans-serif; }
.footer-brand span { color: var(--yellow); font-size: .58rem; letter-spacing: .12em; }
.footer-links { display: flex; justify-content: flex-end; gap: 1rem; }
.footer-links a { text-decoration: none; }
footer small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .work { grid-template-columns: 1fr; }
  .work-visual { min-height: 600px; }
  .about { grid-template-columns: 1fr; }
  .about-number { min-height: 340px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 1.1rem; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0 0; display: none; align-content: start; align-items: stretch; gap: 0; padding: 2rem 1.25rem; background: var(--ink); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; font: 700 1.8rem/1 "League Spartan", sans-serif; }
  .site-nav .nav-cta { margin-top: 1rem; padding: 1rem; text-align: center; border: 0 !important; border-radius: 0; background: var(--yellow); color: var(--ink); font: 700 .85rem/1 "DM Sans", sans-serif; }
  .hero { min-height: 860px; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,16,36,.94), rgba(10,16,36,.35)), linear-gradient(0deg, rgba(8,13,30,.85), transparent 55%); }
  .hero-content { width: auto; margin: 0; padding: 8.5rem 1.25rem 4rem; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
  .hero-proof { gap: .75rem; justify-content: space-between; }
  .hero-proof span { max-width: 85px; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .work-copy { padding: 4rem 1.25rem; }
  .work-visual { min-height: 500px; }
  .about-number { min-height: 270px; }
  .about-copy { padding: 4rem 1.25rem; }
  .cta-band { grid-template-columns: 1fr; }
  footer { padding-bottom: 6.5rem; }
  .mobile-call { position: fixed; z-index: 60; left: .75rem; right: .75rem; bottom: .75rem; display: block; padding: 1rem; color: var(--ink); background: var(--yellow); box-shadow: 0 14px 34px rgba(0,0,0,.27); text-align: center; text-decoration: none; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
