:root {
  --ink: #08151d;
  --blue: #244fc4;
  --blue-deep: #10276f;
  --teal: #00a986;
  --red: #b12b24;
  --red-deep: #7f1e18;
  --paper: #f6f8f5;
  --mist: #e8f5f1;
  --white: #ffffff;
  --muted: #596a72;
  --line: rgba(8, 21, 29, 0.14);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 26px 80px rgba(8, 21, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 1040px;
  margin-bottom: 22px;
  color: var(--blue-deep);
  font-size: clamp(46px, 6.7vw, 90px);
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: clamp(18px, 2.5vw, 30px);
  font-size: clamp(34px, 5vw, 70px);
  line-height: 0.98;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 58px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: min-height 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  min-height: 64px;
  box-shadow: 0 14px 50px rgba(8, 21, 29, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand img {
  width: 64px;
  height: auto;
}

.brand span {
  max-width: 180px;
  line-height: 1;
}

.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(8, 21, 29, 0.72);
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: var(--white) !important;
  background: var(--red);
  border-radius: 0;
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(36, 79, 196, 0.08) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(36, 79, 196, 0.08) 0 1px, transparent 1px),
    var(--paper);
  background-size: 54px 54px;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 86svh;
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
  width: min(1360px, calc(100% - 36px));
  margin: 0 auto;
  padding: 118px 0 46px;
}

.hero-copy {
  max-width: 620px;
  animation: hero-enter 600ms ease both;
}

.hero-logo {
  width: clamp(146px, 16vw, 220px);
  margin-bottom: clamp(22px, 3vw, 38px);
  filter: drop-shadow(0 14px 24px rgba(8, 21, 29, 0.16));
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-statement {
  max-width: 660px;
  margin: 0 0 34px;
  color: rgba(8, 21, 29, 0.72);
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 700;
}

.hero-facts {
  display: grid;
  gap: 1px;
  max-width: 520px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.hero-facts span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 11px 14px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr);
  gap: 14px;
  align-items: end;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-main {
  position: relative;
  min-height: clamp(470px, 56vw, 650px);
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.visual-main figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 13px 16px;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-stack {
  display: grid;
  gap: 14px;
}

.visual-stack img {
  aspect-ratio: 4 / 5;
  box-shadow: 0 18px 44px rgba(8, 21, 29, 0.14);
}

.hero-actions,
.result-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.gallery-item:hover,
.process-step:hover {
  transform: translateY(-2px);
}

.primary {
  color: var(--white);
  background: var(--red);
}

.primary:hover {
  background: var(--red-deep);
}

.secondary {
  color: var(--blue-deep);
  border-color: rgba(16, 39, 111, 0.32);
  background: rgba(255, 255, 255, 0.52);
}

.outline,
.light {
  color: var(--ink);
  border-color: var(--line);
  background: transparent;
}

.light {
  color: var(--blue-deep);
  border-color: rgba(36, 79, 196, 0.28);
  background: #f7faff;
}

.signal-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--blue-deep);
}

.signal-bar a,
.signal-bar p {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 4px;
  margin: 0;
  padding: 18px clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.signal-bar span,
.contact-panel span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-bar strong {
  font-size: clamp(15px, 1.4vw, 20px);
}

.section {
  padding: clamp(78px, 10vw, 140px) clamp(18px, 4vw, 58px);
}

.intro,
.service-heading,
.service-stage,
.results,
.process-heading,
.process-row,
.reviews-layout,
.gallery-heading,
.gallery-grid,
.faq-heading,
.faq-list,
.quote-layout {
  width: min(1260px, 100%);
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  background:
    linear-gradient(90deg, var(--teal) 0 8px, transparent 8px);
  padding-left: clamp(22px, 4vw, 52px);
}

.intro h2 {
  max-width: 860px;
  color: var(--blue-deep);
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 22px);
}

.intro-copy p:last-child,
.quote-copy p:last-child {
  margin-bottom: 0;
}

.service-studio {
  padding: clamp(78px, 10vw, 140px) clamp(18px, 4vw, 58px);
  background: var(--white);
}

.service-heading {
  margin-bottom: clamp(34px, 6vw, 62px);
}

.service-heading h2 {
  max-width: 880px;
  color: var(--blue-deep);
}

.service-stage {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-tabs button {
  min-height: 82px;
  padding: 18px;
  color: rgba(8, 21, 29, 0.66);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  font-weight: 900;
  transition: color 160ms ease, background 160ms ease;
}

.service-tabs button.active,
.service-tabs button:hover {
  color: var(--white);
  background: var(--blue);
}

.service-panels {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}

.service-panel {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.service-panel.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.5fr);
  grid-template-rows: 510px;
  gap: 12px;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-media img:nth-child(2) {
  align-self: end;
  height: 68%;
  border: 10px solid var(--white);
  box-shadow: var(--shadow);
}

.service-copy {
  padding: clamp(22px, 4vw, 42px) 0;
}

.service-copy span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 900;
}

.service-copy h3 {
  color: var(--blue-deep);
}

.service-copy p {
  color: var(--muted);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--red);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.results {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.results-copy {
  position: sticky;
  top: 96px;
}

.results-copy h2 {
  color: var(--blue-deep);
}

.results-copy p,
.process-step p,
.quote-copy p {
  color: var(--muted);
  font-size: 18px;
}

.results-film {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 260px;
  gap: 12px;
}

.results-film img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.results-film img:first-child {
  grid-row: span 2;
}

.results-film img:last-child {
  grid-column: span 2;
}

.process {
  color: var(--white);
  background: var(--blue-deep);
}

.process-heading {
  margin-bottom: clamp(34px, 6vw, 72px);
}

.process-heading h2 {
  max-width: 920px;
}

.process .section-label {
  color: var(--mint);
}

.process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.process-step {
  min-height: 306px;
  padding: clamp(26px, 4vw, 44px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  transition: transform 160ms ease, background 160ms ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.06);
}

.process-step span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--mint);
  font-weight: 900;
}

.process-step p {
  color: rgba(255, 255, 255, 0.78);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reviews {
  background: var(--mist);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: center;
}

.reviews h2 {
  color: var(--blue-deep);
}

.review-controls {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.review-controls button,
.gallery-filters button {
  min-height: 42px;
  padding: 10px 15px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 0;
}

.review-controls button:hover,
.gallery-filters button:hover,
.gallery-filters button.active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.review-stage {
  position: relative;
  min-height: 330px;
}

.review {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  margin: 0;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.review.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.review blockquote {
  margin: 0 0 26px;
  color: var(--blue-deep);
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 3.4vw, 50px);
  line-height: 1.04;
  text-transform: uppercase;
}

.review figcaption {
  color: var(--red);
  font-weight: 900;
}

.gallery {
  background: var(--paper);
}

.gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.gallery-heading h2,
.faq h2,
.quote-copy h2 {
  color: var(--blue-deep);
}

.gallery-filters {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ink);
  transition: opacity 160ms ease, transform 160ms ease;
}

.gallery-item.hidden {
  display: none;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, opacity 160ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  opacity: 0.92;
}

.faq {
  background: var(--white);
}

.faq-heading {
  margin-bottom: clamp(34px, 6vw, 72px);
}

.faq-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.faq-list details {
  background: var(--white);
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 22px 0;
  list-style: none;
  cursor: pointer;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  text-transform: uppercase;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
}

.quote-section {
  padding: clamp(78px, 10vw, 140px) clamp(18px, 4vw, 58px);
  background:
    linear-gradient(96deg, rgba(246, 248, 245, 0.96), rgba(246, 248, 245, 0.84)),
    url("assets/images/2000_68eec4a654192.jpg") center / cover;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 96px;
}

.quote-copy a {
  color: var(--red);
  font-weight: 900;
}

.contact-panel {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-panel span {
  color: var(--blue-deep);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(22px, 4vw, 40px);
  color: var(--ink);
  background: var(--white);
  border-top: 8px solid var(--red);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.chat-form input {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfaf7;
  border: 1px solid rgba(8, 21, 29, 0.2);
  border-radius: 0;
  outline: none;
}

.quote-form textarea {
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus,
.chat-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(36, 79, 196, 0.14);
}

.wide {
  grid-column: 1 / -1;
}

.form-actions {
  justify-content: space-between;
}

.form-actions .outline {
  color: var(--red);
  border-color: rgba(177, 43, 36, 0.36);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue-deep);
  font-weight: 900;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(18px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink);
}

.footer-brand,
.footer nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer img {
  width: 58px;
  height: auto;
}

.footer p {
  margin: 0;
}

.footer nav {
  justify-content: center;
}

.footer nav a {
  color: var(--mint);
}

.footer > p:last-child {
  text-align: right;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 72px 18px 22px;
  background: rgba(8, 21, 29, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-height: 86vh;
  width: auto;
  max-width: min(1100px, 96vw);
  object-fit: contain;
  box-shadow: var(--shadow);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 42px;
  padding: 10px 15px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
}

.chatbot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  width: min(390px, calc(100vw - 36px));
}

.chat-toggle {
  float: right;
  min-height: 52px;
  padding: 13px 18px;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 0;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.chat-panel {
  display: none;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

.chatbot.open .chat-panel {
  display: block;
}

.chatbot.open .chat-toggle {
  display: none;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  color: var(--white);
  background: var(--blue-deep);
}

.chat-header strong,
.chat-header span {
  display: block;
}

.chat-header span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.chat-header button {
  align-self: start;
  color: var(--white);
  background: transparent;
  border: 0;
}

.chat-messages {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow: auto;
  padding: 16px;
  background: #fbfaf7;
}

.message {
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0;
  font-size: 14px;
}

.message.user {
  justify-self: end;
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
}

.chat-quick button {
  min-height: 34px;
  padding: 8px 10px;
  color: var(--blue-deep);
  background: #f7faff;
  border: 1px solid rgba(36, 79, 196, 0.22);
  border-radius: 0;
  font-size: 13px;
  font-weight: 900;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.chat-form button {
  min-height: 50px;
  padding: 0 15px;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 0;
  font-weight: 900;
}

.mobile-call {
  display: none;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-settle {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.04);
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .intro,
  .results,
  .quote-layout,
  .reviews-layout,
  .service-panel {
    grid-template-columns: 1fr;
  }

  .service-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-panels {
    min-height: 820px;
  }

  .service-media {
    grid-template-rows: 380px;
  }

  .results-copy,
  .quote-copy {
    position: static;
  }

  .process-row,
  .signal-bar {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-visual {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr);
  }

  .visual-main {
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 62px;
  }

  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 54px;
  }

  .brand span {
    max-width: 150px;
    font-size: 15px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 16px 18px 22px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: grid;
    gap: 14px;
  }

  .nav-cta {
    justify-content: center;
  }

  .hero-layout {
    min-height: auto;
    padding: 104px 0 54px;
  }

  .hero-logo {
    width: 132px;
  }

  .hero-visual {
    grid-template-columns: 1fr;
  }

  .visual-stack {
    grid-template-columns: 1fr 1fr;
  }

  .visual-stack img {
    aspect-ratio: 4 / 3;
  }

  .service-tabs {
    display: flex;
    overflow-x: auto;
  }

  .service-tabs button {
    flex: 0 0 230px;
  }

  .service-panels {
    min-height: 900px;
  }

  .service-media,
  .results-film {
    grid-template-columns: 1fr 0.72fr;
    grid-template-rows: 270px;
  }

  .results-film img:first-child,
  .results-film img:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .gallery-filters {
    justify-self: start;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 185px;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer nav {
    justify-content: flex-start;
  }

  .footer > p:last-child {
    text-align: left;
  }

  .mobile-call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 75;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    color: var(--white);
    background: var(--blue);
    font-weight: 900;
  }

  .chatbot {
    bottom: 74px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .section,
  .service-studio,
  .quote-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-panels {
    min-height: 940px;
  }

  .service-media,
  .results-film,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-media img:nth-child(2) {
    height: 100%;
    border: 0;
    box-shadow: none;
  }

  .gallery-item.tall,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid {
    grid-auto-rows: 250px;
  }

  .review-stage {
    min-height: 460px;
  }

  .form-actions {
    display: grid;
  }
}
