:root {
  --navy: #061a33;
  --ink: #0d1623;
  --orange: #ff6a13;
  --cream: #f6f5f2;
  --line: rgba(6, 26, 51, 0.17);
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--cream); font-family: var(--body); }
a { color: inherit; text-decoration: none; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; max-width: 1300px; margin: 0 auto; padding: 0 36px; }
.brand-logo-link { display: flex; align-items: center; width: 218px; }
.brand-logo { display: block; width: 100%; height: auto; }
nav { display: flex; gap: 30px; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--orange); }
.header-phone { padding: 11px 15px; border: 1px solid var(--navy); font-size: 14px; font-weight: 700; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr); max-width: 1300px; margin: 0 auto; padding: 60px 36px 90px; gap: 60px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 680px; margin-bottom: 27px; color: var(--navy); font-size: clamp(3.5rem, 6.4vw, 6.3rem); line-height: .94; letter-spacing: -.075em; }
em { color: var(--orange); font-style: normal; }
.lead { max-width: 490px; margin-bottom: 32px; font-size: 18px; line-height: 1.55; color: #334154; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; font-weight: 700; font-size: 15px; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; gap: 18px; }
.button-primary span { font-size: 19px; }
.button-secondary { border: 1px solid var(--navy); }
.microcopy { margin-top: 17px; color: #596779; font-size: 13px; }

.hero-visual { min-height: 495px; position: relative; overflow: hidden; margin: 0; background: var(--navy); box-shadow: 18px 18px 0 var(--orange); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 16, 34, 0) 47%, rgba(3, 16, 34, .8) 100%); pointer-events: none; }
.hero-image { display: block; width: 100%; height: 100%; min-height: 495px; object-fit: cover; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 32px; bottom: 28px; margin: 0; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.section { max-width: 1300px; margin: 0 auto; padding: 110px 36px; }
.services { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; }
.section-intro h2, .process h2, .contact h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.3vw, 4.8rem); line-height: .98; letter-spacing: -.07em; }
.section-intro > p:last-child { max-width: 385px; color: #526073; font-size: 17px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 340px; padding: 27px; overflow: hidden; color: white; background: var(--navy); display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.service-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6, 26, 51, .16) 8%, rgba(6, 26, 51, .88) 84%); }
.service-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-image { transform: scale(1.045); }
.service-number { margin-bottom: auto; color: var(--orange); font: 600 13px var(--display); }
.service-card h3 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.04em; }
.service-card p, .service-card.featured p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; }

.production-photo { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); max-width: 1300px; min-height: 455px; margin: 0 auto; color: white; background: var(--navy); }
.production-photo > img { width: 100%; height: 100%; min-height: 455px; object-fit: cover; }
.production-photo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 86px); }
.production-photo-copy h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4vw, 4.6rem); line-height: .96; letter-spacing: -.07em; }
.production-photo-copy > p:last-child { max-width: 390px; margin: 0; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.55; }

.process { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; border-top: 1px solid var(--line); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--orange); font: 600 13px var(--display); }
.process-list h3 { margin-bottom: 6px; font-size: 21px; letter-spacing: -.04em; }
.process-list p { margin-bottom: 0; color: #58667a; }
.statement { padding: 105px 36px; color: white; background: var(--orange); text-align: center; }
.statement p { margin: 0; font: 600 clamp(2.5rem, 5.6vw, 6.5rem)/.96 var(--display); letter-spacing: -.075em; }
.statement strong { color: var(--navy); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { display: flex; flex-direction: column; padding: 21px 0; border-bottom: 1px solid var(--line); gap: 6px; }
.contact-links a:hover strong { color: var(--orange); }
.contact-links span { color: #657285; font-size: 13px; }
.contact-links strong { font: 600 clamp(1.18rem, 2.2vw, 1.7rem) var(--display); letter-spacing: -.04em; transition: color .18s ease; }
footer { max-width: 1300px; margin: 0 auto; padding: 25px 36px 38px; display: flex; justify-content: space-between; gap: 18px; color: #627083; font-size: 13px; border-top: 1px solid var(--line); }
footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header { padding: 0 22px; } nav { display: none; }.header-phone { font-size: 13px; }
  .hero, .services, .process, .contact, .production-photo { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding: 50px 22px 75px; }.hero-visual { min-height: 400px; }
  .hero-image { min-height: 400px; }.production-photo { margin: 0; }.production-photo > img { min-height: 330px; }.production-photo-copy { padding: 62px 22px; }
  .section { padding: 76px 22px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 210px; }
  .process { gap: 25px; }.contact { gap: 35px; }.statement { padding: 80px 22px; } footer { padding: 23px 22px 30px; }
}

@media (max-width: 480px) {
  .site-header { height: 72px; gap: 12px; }.header-phone { padding: 9px; font-size: 12px; }.brand-logo-link { width: 150px; }
  h1 { font-size: 3.25rem; }.lead { font-size: 16px; }.hero-visual { min-height: 330px; padding: 26px; box-shadow: 10px 10px 0 var(--orange); }
  .hero-image { min-height: 330px; }.hero-visual figcaption { left: 22px; bottom: 22px; }.button { width: 100%; }.contact-links strong { font-size: 1.08rem; } footer { flex-direction: column; }
}
