:root {
  --navy: #082d3b;
  --navy-deep: #061f2a;
  --orange: #f5660a;
  --orange-dark: #c94d00;
  --cream: #fff9eb;
  --paper: #f3eee2;
  --ink: #15242a;
  --muted: #566269;
  --line: rgba(8, 45, 59, .22);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Barlow', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-deep); }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 18px/1.55 var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 16px; background: var(--cream); border: 2px solid var(--orange); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; background: var(--cream); border-bottom: 1px solid var(--line); }
.header-wrap { min-height: 106px; max-width: 1500px; margin: auto; padding: 14px clamp(20px, 5vw, 74px); display: flex; align-items: center; gap: 34px; }
.brand-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-header .brand-logo img { width: 154px; height: 76px; object-fit: contain; filter: none; }
nav { display: flex; gap: clamp(18px, 2.4vw, 38px); align-items: center; margin-left: auto; }
nav a, .header-cta, .button, .footer-link { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
nav a { position: relative; padding-block: 10px; font-size: 1rem; }
nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 3px; content: ''; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.header-contact { display: grid; justify-items: stretch; gap: 4px; }
.header-cta { display: inline-flex; align-items: center; justify-content: space-between; min-height: 50px; gap: 20px; padding: 12px 18px; color: var(--cream); background: var(--navy); border: 2px solid var(--navy); font-size: .95rem; transition: color .2s ease, background .2s ease; }
.header-cta:hover { color: var(--navy); background: var(--orange); }
.header-phone { padding: 2px 4px 0; color: var(--navy); font: 700 .88rem/1 var(--display); letter-spacing: .06em; text-align: center; }
.header-phone:hover { color: var(--orange-dark); }

.hero { display: grid; min-height: 760px; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); background: var(--navy); color: var(--cream); }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 7vw, 110px) clamp(28px, 7vw, 112px); }
.hero-location { margin-bottom: 25px; color: var(--orange); font-size: .93rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(5.7rem, 10vw, 10rem); line-height: .82; letter-spacing: -.025em; }
h1 span, h2 span { color: var(--orange); }
.hero-intro { max-width: 650px; margin-bottom: 0; color: #e7e1d5; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 30px; padding: 14px 20px; border: 2px solid transparent; font-size: 1rem; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { color: var(--navy); background: var(--orange); border-color: var(--orange); }
.button-orange:hover { background: var(--cream); border-color: var(--cream); }
.button-ghost { color: var(--cream); border-color: rgba(255, 249, 235, .7); }
.button-ghost:hover { color: var(--navy); background: var(--cream); }
.credentials { margin: 28px 0 0; color: #e7e1d5; font-size: .94rem; font-weight: 600; }
.hero-photo { position: relative; height: 100%; min-height: 0; margin: 0; overflow: hidden; background: var(--paper); border-left: 8px solid var(--orange); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 50% 22%; }
.hero-photo figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 18px 20px; color: var(--cream); background: var(--navy); border-top: 5px solid var(--orange); }
.hero-photo figcaption strong { font: 800 1.8rem/1 var(--display); text-transform: uppercase; }
.hero-photo figcaption span { font-weight: 600; }

.promise { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--orange); border-block: 1px solid var(--navy); }
.promise p { min-height: 76px; margin: 0; padding: 20px clamp(20px, 4vw, 60px); display: flex; align-items: center; justify-content: center; font: 700 clamp(1.1rem, 2vw, 1.5rem)/1.1 var(--display); text-align: center; text-transform: uppercase; }
.promise p + p { border-left: 1px solid var(--navy); }

.section { max-width: 1500px; margin: auto; padding: clamp(90px, 11vw, 155px) clamp(24px, 5vw, 74px); }
.services { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(480px, 1.18fr); gap: clamp(56px, 9vw, 140px); align-items: start; }
.section-intro { position: sticky; top: 30px; }
.section-intro h2, .work h2, .about h2, .area h2, .contact h2 { margin-bottom: 27px; font-size: clamp(4rem, 7.5vw, 7.5rem); line-height: .88; letter-spacing: -.02em; }
.section-intro > p { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }
.service-list { border-top: 5px solid var(--navy); }
.service-list article { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(250px, 1.2fr); gap: 30px; align-items: baseline; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-list h3 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; letter-spacing: -.01em; }
.service-list p { margin: 0; color: var(--muted); }

.section-dark { padding: clamp(90px, 10vw, 145px) clamp(24px, 5vw, 74px); color: var(--cream); background: var(--navy); }
.work-heading { max-width: 1352px; margin: 0 auto 58px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.work-heading > div { max-width: 760px; }
.work h2 { margin-bottom: 20px; }
.work-heading p { max-width: 620px; margin-bottom: 0; color: #e7e1d5; font-size: 1.15rem; }
.button-outline { flex: 0 0 auto; color: var(--cream); border-color: var(--orange); }
.button-outline:hover { color: var(--navy); background: var(--orange); }
.work-grid { max-width: 1352px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
/* A fixed editorial frame prevents portrait phone footage from dictating a tall, uneven gallery. */
.work-card { position: relative; aspect-ratio: 4 / 5; overflow: hidden; isolation: isolate; background: var(--navy-deep); border-bottom: 6px solid var(--orange); }
.work-card::after { position: absolute; z-index: 1; inset: 42% 0 0; content: ''; background: linear-gradient(180deg, transparent, rgba(6, 31, 42, .92)); pointer-events: none; }
.work-card video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.001); transition: transform .5s ease; }
.work-card:hover video { transform: scale(1.035); }
.work-card > span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font: 700 1.35rem/1 var(--display); text-transform: uppercase; }
.work-card b { color: var(--orange); }

.about { display: grid; grid-template-columns: minmax(380px, .86fr) minmax(480px, 1.14fr); background: var(--paper); }
.about-photo { min-height: 720px; margin: 0; overflow: hidden; border-right: 8px solid var(--orange); }
.about-photo img { height: 100%; object-fit: cover; object-position: center; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(84px, 9vw, 140px) clamp(32px, 8vw, 125px); }
.about h2 { max-width: 840px; }
.about-copy > p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.about blockquote { max-width: 750px; margin: 26px 0 0; padding-top: 26px; border-top: 5px solid var(--orange); color: var(--navy); font: 700 clamp(1.8rem, 3vw, 3rem)/1.05 var(--display); text-transform: uppercase; }

.area { padding: clamp(90px, 10vw, 145px) clamp(24px, 5vw, 74px); display: grid; grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr); gap: clamp(56px, 10vw, 150px); align-items: end; background: var(--cream); }
.area-heading { max-width: 800px; }
.area h2 { margin-bottom: 22px; }
.area-heading p { max-width: 580px; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; align-content: end; }
.area-list span { padding: 11px 15px; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-bottom: 4px solid var(--orange); font-family: var(--display); font-size: 1.25rem; font-weight: 700; text-transform: uppercase; }

.contact { padding: clamp(80px, 9vw, 125px) clamp(24px, 6vw, 90px); display: flex; align-items: end; justify-content: space-between; gap: 50px; color: var(--cream); background: var(--orange); border-top: 8px solid var(--navy); }
.contact h2 { max-width: 1000px; margin-bottom: 20px; color: var(--navy); }
.contact h2 span { color: var(--cream); }
.contact p { max-width: 680px; margin-bottom: 0; color: var(--navy); font-size: 1.2rem; font-weight: 600; }
.contact-details { min-width: min(100%, 430px); display: grid; gap: 10px; font-style: normal; }
.contact-details a { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 20px; color: var(--navy); background: var(--cream); border: 2px solid var(--cream); font: 700 clamp(1.05rem, 2vw, 1.35rem)/1.1 var(--display); letter-spacing: .025em; overflow-wrap: anywhere; transition: color .2s ease, background .2s ease; }
.contact-details a:hover { color: var(--cream); background: var(--navy); border-color: var(--navy); }
.contact-details span { flex: 0 0 auto; color: var(--orange-dark); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details a:hover span { color: var(--orange); }
.button-cream { flex: 0 0 auto; color: var(--navy); background: var(--cream); border-color: var(--cream); }
.button-cream:hover { color: var(--cream); background: var(--navy); border-color: var(--navy); }

.site-footer { min-height: 150px; padding: 28px clamp(24px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--cream); background: var(--navy-deep); }
.brand-logo-footer img { width: 128px; height: 78px; object-fit: contain; filter: none; }
.site-footer p { margin: 0; color: #d9d3c8; font-size: .9rem; text-align: center; }
.footer-link { padding-bottom: 4px; border-bottom: 3px solid var(--orange); }

@media (max-width: 1000px) {
  .header-wrap { min-height: 92px; }
  .site-header .brand-logo img { width: 126px; height: 64px; }
  nav { display: none; }
  .header-contact { margin-left: auto; }
  .hero { height: auto; min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; }
  .hero-photo { min-height: 720px; border-top: 8px solid var(--orange); border-left: 0; }
  .services { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .service-list { max-width: 900px; }
  .work-heading { align-items: start; flex-direction: column; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .work-card:last-child { grid-column: span 2; aspect-ratio: 16 / 9; }
  .about { grid-template-columns: 1fr; }
  .about-photo { min-height: 650px; border-right: 0; border-bottom: 8px solid var(--orange); }
  .area { grid-template-columns: 1fr; align-items: start; }
  .contact { align-items: start; flex-direction: column; }
  .contact-details { width: 100%; }
}

@media (max-width: 650px) {
  body { font-size: 17px; }
  .header-wrap { min-height: 82px; padding: 10px 16px; gap: 12px; }
  .site-header .brand-logo img { width: 104px; height: 58px; }
  .header-cta { min-height: 46px; gap: 10px; padding: 10px 12px; font-size: .83rem; }
  .header-phone { font-size: .8rem; }
  h1 { font-size: clamp(4.7rem, 22vw, 7.2rem); }
  .hero-copy { min-height: 590px; padding: 66px 22px; }
  .hero-location { font-size: .82rem; }
  .hero-intro { font-size: 1.15rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .credentials { font-size: .86rem; }
  .hero-copy { min-height: auto; }
  .hero-photo { min-height: 520px; }
  .hero-photo img { object-position: center 28%; }
  .hero-photo figcaption { right: 14px; bottom: 14px; left: 14px; padding: 14px; }
  .hero-photo figcaption strong { font-size: 1.5rem; }
  .promise { grid-template-columns: 1fr; }
  .promise p { min-height: 64px; }
  .promise p + p { border-top: 1px solid var(--navy); border-left: 0; }
  .section-intro h2, .work h2, .about h2, .area h2, .contact h2 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .service-list article { grid-template-columns: 1fr; gap: 10px; padding: 26px 0; }
  .service-list h3 { font-size: 2.25rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:last-child { grid-column: auto; aspect-ratio: 4 / 5; }
  .about-photo { min-height: 520px; }
  .about-photo img { object-position: 52% center; }
  .about-copy { padding: 72px 22px; }
  .area-list span { flex: 1 1 calc(50% - 10px); font-size: 1.05rem; }
  .contact-details a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer p { text-align: left; }
}

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