:root {
  --ink: #101114;
  --paper: #f4efe6;
  --paper-soft: #ebe1d2;
  --white: #fffaf1;
  --night: #0b0d10;
  --night-soft: #15191f;
  --muted: #686157;
  --line: rgba(16, 17, 20, .14);
  --line-light: rgba(255, 250, 241, .18);
  --brand: #f2b84b;
  --brand-deep: #b8532b;
  --green: #006f68;
  --blue: #223a5e;
  --shadow: 0 28px 90px rgba(16, 17, 20, .22);
  --radius: 8px;
  --shell: min(1220px, calc(100% - 44px));
  --font-main: var(--font-sora), "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--font-main);
  line-height: 1.55;
  background: var(--night);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--night); background: var(--brand); }

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 14px 0;
  color: var(--white);
  pointer-events: none;
}
.nav-shell {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 10px 10px 18px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(11, 13, 16, .72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
}
.solid-header .nav-shell {
  background: rgba(11, 13, 16, .9);
}
.site-header.is-scrolled .nav-shell {
  background: rgba(11, 13, 16, .92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}
html.menu-open {
  overflow: hidden;
}
.brand-mark {
  width: 112px;
  min-width: 112px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-mark img {
  max-height: 38px;
  object-fit: contain;
}
.site-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.site-menu a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  color: rgba(255, 250, 241, .72);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 850;
}
.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--white);
  background: rgba(255, 250, 241, .12);
  outline: none;
}
.site-menu a.is-active {
  color: var(--night);
  background: var(--brand);
}
.nav-action,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 950;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.nav-action,
.button-primary {
  color: var(--night);
  background: var(--brand);
  box-shadow: 0 16px 34px rgba(242, 184, 75, .22);
}
.button-glass {
  border: 1px solid rgba(255, 250, 241, .34);
  color: var(--white);
  background: rgba(255, 250, 241, .08);
}
.button:hover,
.nav-action:hover { transform: translateY(-1px); }
.button-primary:hover,
.nav-action:hover { background: #ffd477; }
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 250, 241, .22);
  border-radius: 999px;
  color: var(--night);
  background: var(--brand);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 950;
}
.floating-whatsapp:hover {
  background: #ffd477;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 250, 241, .08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p { overflow-wrap: anywhere; }

.hero-cinema {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-content: end;
  padding: 142px 0 0;
  color: var(--white);
  overflow: hidden;
  background: var(--night);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(11, 13, 16, .92) 0%, rgba(11, 13, 16, .62) 44%, rgba(11, 13, 16, .18) 100%),
    linear-gradient(180deg, rgba(11, 13, 16, .22) 0%, rgba(11, 13, 16, .12) 52%, rgba(11, 13, 16, .94) 100%);
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: saturate(1.04) contrast(1.03);
  transition: opacity .9s ease, filter .9s ease;
}
.hero-image-next { opacity: 0; }
.hero-backdrop.is-transitioning .hero-image-current {
  opacity: 0;
}
.hero-backdrop.is-transitioning .hero-image-next {
  opacity: 1;
}
.hero-content {
  position: relative;
  z-index: 4;
  max-width: 900px;
  margin-bottom: clamp(54px, 10vh, 110px);
}
.hero-content h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.25rem, 5.35vw, 5.55rem);
  line-height: .94;
  letter-spacing: 0;
  text-wrap: balance;
}
.hero-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 250, 241, .78);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero-bottom {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  background: rgba(11, 13, 16, .58);
  backdrop-filter: blur(6px);
}
.hero-bottom span {
  min-height: 102px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px 20px;
  color: rgba(255, 250, 241, .68);
  font-size: .9rem;
  font-weight: 760;
  border-right: 1px solid var(--line-light);
}
.hero-bottom span:last-child { border-right: 0; }
.hero-bottom strong {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
  line-height: 1;
}

.search-intent-band {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, .1), transparent 24rem),
    var(--night);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.search-intent-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 0 20px;
}
.search-intent-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgba(255, 250, 241, .9);
  background: linear-gradient(180deg, rgba(255, 250, 241, .075), rgba(255, 250, 241, .03));
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: -.01em;
  box-shadow: inset 0 1px 0 rgba(255, 250, 241, .08);
}

.section-block { padding: clamp(76px, 9vw, 132px) 0; }
.editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}
.editorial-head .section-kicker { grid-column: 1 / -1; margin-bottom: -14px; }
.editorial-head h2,
.split-editorial h2,
.contact-hero h2,
.portfolio-intro h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 4.45vw, 4.7rem);
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}
.text-link {
  color: var(--green);
  font-weight: 950;
  text-decoration: none;
}
.text-link:hover { text-decoration: underline; text-underline-offset: 6px; }

.showcase-section {
  color: var(--white);
  background:
    linear-gradient(180deg, var(--night) 0%, #111823 48%, var(--night) 100%);
}
.showcase-rail {
  position: relative;
  overflow: hidden;
  padding: 0 max(22px, calc((100vw - 1220px) / 2)) 16px;
  touch-action: pan-y;
}
.showcase-marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  opacity: 1;
}
.showcase-rail.is-marquee-ready .showcase-marquee-track {
  opacity: 1;
  animation: portfolio-marquee 58s linear infinite;
}
.showcase-rail:hover .showcase-marquee-track,
.showcase-rail:focus-within .showcase-marquee-track {
  animation-play-state: paused;
}
.showcase-item {
  flex: 0 0 clamp(250px, 31vw, 480px);
  position: relative;
  height: clamp(360px, 48vw, 620px);
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night);
  scroll-snap-align: center;
  box-shadow: 0 18px 60px rgba(16, 17, 20, .15);
}
.showcase-item.tall { grid-auto-rows: auto; }
.showcase-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, filter .24s ease;
}
.showcase-item:hover img {
  transform: scale(1.012);
  filter: saturate(1.04) contrast(1.02);
}
.showcase-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--white);
  background: rgba(11, 13, 16, .72);
  font-size: .76rem;
  font-weight: 900;
}
@keyframes portfolio-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 7px), 0, 0); }
}

.service-editorial {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(184, 83, 43, .18), transparent 36%),
    var(--night);
}
.split-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}
.sticky-copy {
  position: sticky;
  top: 118px;
}
.sticky-copy p {
  margin: 18px 0 0;
  color: rgba(255, 250, 241, .72);
}
.service-list {
  display: grid;
  gap: 12px;
}
.service-row {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, .06);
}
.service-row img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}
.service-row div {
  padding: 24px;
}
.service-row span,
.archive-title span {
  color: var(--brand);
  font-size: .78rem;
  font-weight: 950;
}
.service-row h3 {
  margin: 10px 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.08;
}
.service-row p {
  margin: 0;
  color: rgba(255, 250, 241, .72);
}
.service-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.service-row li {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--night);
  background: var(--brand);
  font-size: .72rem;
  font-weight: 900;
}
.service-detail-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--brand);
  font-size: .86rem;
  font-weight: 950;
  text-decoration: none;
}
.service-detail-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.landing-page {
  min-height: 100vh;
  color: var(--white);
  background: var(--night);
}
.landing-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 150px 0 76px;
  background: var(--night);
}
.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(11, 13, 16, .94), rgba(11, 13, 16, .62) 48%, rgba(11, 13, 16, .22)),
    linear-gradient(180deg, rgba(11, 13, 16, .12), rgba(11, 13, 16, .94));
}
.landing-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}
.landing-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.landing-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 5.4rem);
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}
.landing-hero p:not(.section-kicker) {
  max-width: 710px;
  margin: 22px 0 0;
  color: rgba(255, 250, 241, .76);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}
.blog-hero {
  min-height: 680px;
}
.compact-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.landing-content {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 184, 75, .12), transparent 24rem),
    var(--night);
}
.landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 380px);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}
.landing-main {
  display: grid;
  gap: 18px;
}
.landing-copy-block {
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, .055);
}
.landing-copy-block h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.05;
}
.landing-copy-block p {
  margin: 0;
  color: rgba(255, 250, 241, .72);
}
.landing-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}
.legal-grid {
  align-items: stretch;
}
.legal-grid .landing-copy-block {
  min-height: 100%;
}
.quick-quote,
.related-links {
  padding: 22px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .08), rgba(255, 250, 241, .035)),
    rgba(255, 250, 241, .04);
}
.quick-quote span,
.related-links span {
  display: block;
  color: var(--brand);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.quick-quote strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.12;
}
.quick-quote p {
  color: rgba(255, 250, 241, .72);
}
.related-links a {
  display: block;
  margin-top: 12px;
  color: rgba(255, 250, 241, .82);
  text-decoration: none;
  font-weight: 850;
}
.related-links a:hover {
  color: var(--brand);
}
.faq-section {
  background:
    linear-gradient(135deg, rgba(34, 58, 94, .5), rgba(11, 13, 16, .96)),
    var(--night);
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
}
.faq-layout h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.5vw, 3.7rem);
  line-height: .98;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-list details {
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, .06);
}
.faq-list summary {
  cursor: pointer;
  padding: 18px;
  color: var(--white);
  font-weight: 900;
}
.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: rgba(255, 250, 241, .72);
}
.not-found-page {
  min-height: 100vh;
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(34, 58, 94, .58), rgba(11, 13, 16, .96)),
    var(--night);
  padding: 120px 0 70px;
}
.not-found-panel {
  max-width: 760px;
}
.not-found-panel h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: .96;
}
.not-found-panel p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 250, 241, .72);
}

.trust-section {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 184, 75, .16), transparent 30rem),
    linear-gradient(180deg, #0b0d10 0%, #11161c 100%);
}
.trust-layout {
  display: grid;
  gap: 24px;
}
.trust-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.trust-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: .98;
  text-wrap: balance;
}
.trust-copy p {
  max-width: 620px;
  margin: 16px auto 0;
  color: rgba(255, 250, 241, .72);
}
.trust-score-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}
.trust-score-card > span,
.google-review-badge {
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 250, 241, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .075), rgba(255, 250, 241, .035)),
    rgba(255, 250, 241, .045);
}
.trust-score-card strong {
  color: var(--brand);
  font-size: 1.45rem;
  line-height: 1;
}
.trust-score-card > span {
  color: rgba(255, 250, 241, .68);
  font-size: .82rem;
  font-weight: 820;
}
.google-review-badge {
  position: relative;
  padding-left: 54px;
  color: var(--white);
  text-decoration: none;
}
.google-review-badge::before {
  content: "G";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--night);
  background: var(--brand);
  font-size: .9rem;
  font-weight: 950;
  transform: translateY(-50%);
}
.google-review-badge span,
.testimonial-card span {
  color: var(--brand);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.google-review-badge small {
  display: block;
  color: rgba(255, 250, 241, .58);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.google-review-badge b {
  display: block;
  font-size: .96rem;
}
.testimonial-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.testimonial-card {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 250, 241, .12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .075), rgba(255, 250, 241, .035)),
    rgba(255, 250, 241, .04);
  opacity: 0;
  transform: translateY(18px);
  animation: testimonial-rise .7s ease forwards;
  animation-delay: var(--delay, 0ms);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 184, 75, .38);
  background:
    linear-gradient(150deg, rgba(242, 184, 75, .13), rgba(255, 250, 241, .045)),
    rgba(255, 250, 241, .055);
}
.testimonial-card div {
  display: grid;
  gap: 6px;
}
.testimonial-card small {
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--night);
  background: var(--brand);
  font-size: .68rem;
  font-weight: 950;
}
.testimonial-card p {
  margin: 0;
  color: rgba(255, 250, 241, .78);
  font-size: .95rem;
  line-height: 1.55;
}
.testimonial-card strong {
  color: var(--white);
  font-size: 1rem;
}

@keyframes testimonial-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quick-brief-section {
  color: var(--white);
  background: #10161c;
  border-block: 1px solid rgba(255, 250, 241, .1);
}
.quick-brief-layout {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: center;
  padding: 28px 0;
}
.quick-brief-layout h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.1;
}
.whatsapp-brief-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
}
.whatsapp-brief-form label {
  display: grid;
  gap: 6px;
  color: rgba(255, 250, 241, .68);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.whatsapp-brief-form input,
.whatsapp-brief-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 250, 241, .18);
  border-radius: var(--radius);
  padding: 10px 11px;
  color: var(--white);
  background: rgba(255, 250, 241, .07);
  font: inherit;
  font-size: .86rem;
}
.whatsapp-brief-form select option {
  color: var(--ink);
}

.contact-hero {
  padding: clamp(54px, 7vw, 92px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(242, 184, 75, .18), transparent 34%),
    linear-gradient(135deg, rgba(25, 41, 63, .82), rgba(11, 13, 16, .98)),
    var(--night);
}
.contact-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 18px;
  align-items: stretch;
}
.contact-hero h2 {
  max-width: 540px;
  font-size: clamp(1.45rem, 2.35vw, 2.15rem);
  line-height: 1.08;
}
.contact-hero p {
  max-width: 560px;
  color: rgba(255, 250, 241, .74);
  font-size: .88rem;
  line-height: 1.55;
}
.contact-copy-card,
.contact-map-card {
  border: 1px solid rgba(255, 250, 241, .12);
  border-radius: calc(var(--radius) + 10px);
  background: rgba(255, 250, 241, .05);
  backdrop-filter: blur(14px);
}
.contact-copy-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 24px);
}
.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.contact-detail-card {
  min-height: 76px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 250, 241, .1);
  border-radius: var(--radius);
  background: rgba(4, 7, 12, .28);
}
.contact-detail-card-wide {
  grid-column: auto;
}
.contact-detail-card span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 250, 241, .52);
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-detail-card a {
  color: var(--white);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.38;
}
.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.contact-actions .button {
  min-height: 40px;
  padding: 10px 12px;
  font-size: .82rem;
}
.contact-map-card {
  overflow: hidden;
}
.contact-map-card iframe {
  display: block;
  width: 100%;
  height: clamp(240px, 25vw, 320px);
  border: 0;
}
.contact-map-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(255, 250, 241, .1);
  background: rgba(5, 8, 12, .72);
}
.contact-map-caption strong {
  color: var(--white);
  font-size: .84rem;
}
.contact-map-caption a {
  color: var(--brand);
  text-decoration: none;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-footer {
  color: rgba(255, 250, 241, .74);
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 184, 75, .12), transparent 30%),
    linear-gradient(180deg, #101820 0%, #07080a 46%, #050506 100%);
}
.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.65fr);
  gap: clamp(34px, 5vw, 70px);
  padding: clamp(48px, 7vw, 78px) 0 34px;
}
.footer-main-simple {
  align-items: start;
  padding-bottom: 28px;
}
.footer-brand-panel {
  align-self: start;
}
.footer-brand-panel img {
  width: 128px;
  max-height: 48px;
  object-fit: contain;
}
.footer-brand-panel p {
  max-width: 440px;
  margin: 22px 0 0;
  color: rgba(255, 250, 241, .78);
}
.footer-mini-contact {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.footer-mini-contact a {
  width: fit-content;
  color: rgba(255, 250, 241, .82);
  text-decoration: none;
  font-size: .93rem;
  line-height: 1.45;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}
.footer-columns-simple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-footer h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer a {
  color: rgba(255, 250, 241, .74);
  text-decoration: none;
}
.footer-columns a {
  display: block;
  margin: 10px 0;
  font-size: .9rem;
  line-height: 1.35;
}
.site-footer a:hover { color: var(--brand); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(255, 250, 241, .1);
  color: rgba(255, 250, 241, .54);
  font-size: .82rem;
}
.footer-bottom-simple {
  padding-top: 18px;
}

.portfolio-page {
  min-height: 100vh;
  color: var(--white);
  background: var(--night);
}
.portfolio-intro {
  padding: 160px 0 54px;
  background:
    linear-gradient(135deg, rgba(184, 83, 43, .22), transparent 38%),
    linear-gradient(180deg, var(--night), var(--night-soft));
}
.portfolio-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 34px;
  align-items: end;
}
.portfolio-intro p {
  margin: 0;
  color: rgba(255, 250, 241, .72);
}
.portfolio-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  border-block: 1px solid var(--line-light);
}
.portfolio-index a,
.portfolio-index button {
  padding: 8px 11px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: rgba(255, 250, 241, .78);
  background: transparent;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 850;
  font: inherit;
  cursor: pointer;
}
.portfolio-index a:hover,
.portfolio-index button:hover,
.portfolio-index button.is-active {
  color: var(--night);
  background: var(--brand);
}
.portfolio-archive {
  padding: 54px 0 96px;
}
.archive-group + .archive-group { margin-top: 70px; }
.archive-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
}
.archive-title > div:not(.archive-actions) {
  display: grid;
  gap: 8px;
}
.archive-title h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: .98;
}
.archive-title p,
.archive-actions small {
  margin: 0;
  color: rgba(255, 250, 241, .62);
}
.archive-actions {
  display: grid;
  justify-items: end;
  gap: 10px;
}
.archive-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--night);
  background: var(--brand);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 950;
  white-space: nowrap;
}
.archive-actions a:hover,
.archive-actions a:focus-visible {
  background: var(--white);
  outline: none;
}
.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 12px;
}
.archive-grid figure {
  position: relative;
  min-height: 260px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night-soft);
}
.archive-grid .featured-archive-shot {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
.archive-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease, filter .24s ease;
}
.archive-grid figure:hover img {
  transform: scale(1.01);
  filter: saturate(1.04);
}
.archive-grid img[data-gallery-image] {
  cursor: zoom-in;
}
.archive-grid figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(11, 13, 16, .72);
  font-size: .74rem;
  font-weight: 900;
}
.gallery-lightbox {
  width: min(94vw, 1120px);
  padding: 10px;
  border: 1px solid rgba(255, 250, 241, .2);
  border-radius: calc(var(--radius) + 10px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(242, 184, 75, .16), rgba(255, 250, 241, .055)),
    rgba(11, 13, 16, .9);
  box-shadow: 0 30px 110px rgba(0, 0, 0, .62);
  overflow: hidden;
}
.gallery-lightbox::backdrop {
  background:
    radial-gradient(circle at 50% 42%, rgba(242, 184, 75, .16), transparent 34rem),
    rgba(0, 0, 0, .82);
  backdrop-filter: blur(10px);
}
.gallery-lightbox-frame {
  display: grid;
  place-items: center;
  min-height: min(76vh, 720px);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, .08), rgba(255, 250, 241, .025)),
    radial-gradient(circle at 50% 50%, rgba(255, 250, 241, .08), transparent 30rem);
  overflow: hidden;
}
.gallery-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(76vh, 720px);
  object-fit: contain;
  border-radius: calc(var(--radius) - 2px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .34);
}
.gallery-lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 36px;
  border: 1px solid rgba(255, 250, 241, .28);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(11, 13, 16, .74);
  font: inherit;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}
.gallery-lightbox p {
  margin: 0;
  padding: 12px 6px 2px;
  color: rgba(255, 250, 241, .76);
  font-size: .84rem;
  text-align: center;
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 30px, 1220px); }
  .nav-shell {
    position: relative;
    min-height: 58px;
    padding: 7px 62px 7px 12px;
    border-radius: 28px;
  }
  .brand-mark { width: 92px; min-width: 92px; }
  .nav-action { display: none; }
  .menu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
  }
  .site-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    padding: 10px;
    border: 1px solid var(--line-light);
    border-radius: var(--radius);
    background: rgba(11, 13, 16, .96);
    box-shadow: var(--shadow);
  }
  .site-menu.is-open { display: grid; }
  .site-menu a {
    justify-content: flex-start;
    border-radius: var(--radius);
    padding: 11px 12px;
  }
  .hero-cinema { min-height: 880px; }
  .hero-bottom {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-bottom span:nth-child(2n) { border-right: none; }
  .split-editorial,
  .contact-hero-inner,
  .portfolio-intro-grid,
  .landing-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .sticky-copy { position: static; }
  .landing-sidebar { position: static; }
  .archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 20px, 1220px); }
  body { line-height: 1.48; }
  .site-header { padding-top: 7px; }
  .nav-shell {
    min-height: 52px;
    padding: 6px 56px 6px 10px;
  }
  .brand-mark { width: 84px; min-width: 84px; }
  .brand-mark img { max-height: 32px; }
  .menu-toggle {
    width: 38px;
    height: 38px;
  }
  .site-menu {
    left: 6px;
    right: 6px;
    padding: 7px;
  }
  .site-menu a {
    min-height: 36px;
    padding: 9px 10px;
    font-size: .8rem;
  }
  .section-kicker {
    margin-bottom: 8px;
    font-size: .64rem;
    letter-spacing: .1em;
  }
  .hero-cinema {
    min-height: 590px;
    padding-top: 92px;
  }
  .hero-backdrop::after {
    background:
      linear-gradient(90deg, rgba(11, 13, 16, .88), rgba(11, 13, 16, .58)),
      linear-gradient(180deg, rgba(11, 13, 16, .18), rgba(11, 13, 16, .9));
  }
  .hero-content {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .hero-content h1 {
    max-width: 18.5rem;
    font-size: 1.96rem;
    line-height: 1.02;
  }
  .hero-lead {
    max-width: 21rem;
    margin-top: 14px;
    font-size: .88rem;
    line-height: 1.58;
  }
  .hero-actions {
    gap: 9px;
    margin-top: 20px;
  }
  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .button,
  .nav-action {
    min-height: 40px;
    padding: 10px 14px;
    font-size: .84rem;
  }
  .button { width: 100%; }
  .floating-whatsapp {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 42px;
    padding: 10px 14px;
    font-size: .84rem;
  }
  .hero-bottom,
  .footer-columns,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
  }
  .hero-bottom span:nth-child(2n) { border-right: 0; }
  .footer-main {
    padding-top: 30px;
  }
  .footer-brand-panel p,
  .footer-mini-contact a,
  .footer-columns a {
    font-size: .84rem;
  }
  .contact-hero {
    padding: 44px 0;
  }
  .contact-copy-card,
  .contact-map-card {
    border-radius: calc(var(--radius) + 2px);
  }
  .contact-hero h2 {
    font-size: 1.55rem;
    line-height: 1.08;
  }
  .contact-hero p {
    font-size: .86rem;
    line-height: 1.55;
  }
  .contact-copy-card {
    gap: 12px;
    padding: 16px;
  }
  .contact-detail-card {
    min-height: auto;
    padding: 11px 12px;
  }
  .contact-detail-card a {
    font-size: .82rem;
  }
  .contact-map-card iframe {
    height: 190px;
  }
  .contact-map-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 10px 12px;
  }
  .hero-bottom span {
    min-height: 64px;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
    font-size: .76rem;
  }
  .hero-bottom span:last-child { border-bottom: 0; }
  .hero-bottom strong {
    font-size: 1.14rem;
  }
  .editorial-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }
  .editorial-head .section-kicker { margin-bottom: 0; }
  .editorial-head h2,
  .split-editorial h2,
  .portfolio-intro h1,
  .faq-layout h2 {
    font-size: 1.65rem;
    line-height: 1.08;
  }
  .sticky-copy p,
  .landing-copy-block p,
  .faq-list p,
  .portfolio-intro p {
    font-size: .88rem;
  }
  .showcase-rail {
    overflow-x: auto;
    padding: 0 10px 12px;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }
  .showcase-rail.is-marquee-ready .showcase-marquee-track {
    animation: none;
  }
  .showcase-marquee-track {
    gap: 10px;
    width: max-content;
  }
  .showcase-marquee-track [data-marquee-clone="true"] {
    display: none;
  }
  .showcase-item {
    flex-basis: min(70vw, 250px);
    height: 300px;
    scroll-snap-align: start;
  }
  .showcase-item figcaption {
    left: 10px;
    bottom: 10px;
    padding: 6px 9px;
    font-size: .68rem;
  }
  .section-block { padding: 46px 0; }
  .search-intent-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 12px 0;
  }
  .search-intent-track span {
    min-height: 34px;
    padding: 7px 8px;
    font-size: .72rem;
  }
  .split-editorial,
  .trust-layout,
  .quick-brief-layout,
  .landing-grid,
  .faq-layout {
    gap: 20px;
  }
  .trust-layout,
  .quick-brief-layout,
  .whatsapp-brief-form,
  .testimonial-showcase {
    grid-template-columns: 1fr;
  }
  .testimonial-showcase {
    grid-template-rows: none;
    gap: 9px;
  }
  .trust-copy {
    text-align: left;
  }
  .trust-copy h2 {
    font-size: 1.65rem;
    line-height: 1.08;
  }
  .trust-copy p {
    margin-left: 0;
  }
  .trust-score-card {
    justify-content: stretch;
  }
  .trust-score-card > span,
  .google-review-badge {
    width: 100%;
    min-height: 58px;
  }
  .testimonial-card {
    min-height: auto;
    padding: 14px;
    gap: 12px;
  }
  .trust-score-card {
    margin-top: 16px;
  }
  .google-review-badge {
    margin-top: 18px;
    padding: 13px 15px 13px 50px;
  }
  .quick-brief-layout {
    padding: 22px 0;
  }
  .quick-brief-layout h2 {
    font-size: 1.35rem;
  }
  .whatsapp-brief-form {
    gap: 9px;
  }
  .whatsapp-brief-form .button {
    margin-top: 2px;
  }
  .service-row {
    grid-template-columns: 1fr;
  }
  .service-row img {
    min-height: 150px;
    height: 168px;
  }
  .service-row div {
    padding: 16px;
  }
  .service-row h3 {
    margin: 7px 0 6px;
    font-size: 1.08rem;
    line-height: 1.16;
  }
  .service-row p {
    font-size: .86rem;
  }
  .service-row ul {
    gap: 6px;
    margin-top: 12px;
  }
  .service-row li {
    padding: 5px 7px;
    font-size: .66rem;
  }
  .service-detail-link {
    margin-top: 12px;
    font-size: .8rem;
  }
  .portfolio-intro { padding-top: 118px; }
  .landing-hero {
    min-height: 520px;
    padding: 112px 0 42px;
  }
  .landing-hero h1 {
    max-width: 20rem;
    font-size: 2rem;
    line-height: 1.04;
  }
  .landing-hero p:not(.section-kicker) {
    max-width: 21rem;
    margin-top: 14px;
    font-size: .9rem;
  }
  .landing-copy-block,
  .quick-quote,
  .related-links {
    padding: 16px;
  }
  .landing-copy-block h2 {
    font-size: 1.18rem;
  }
  .quick-quote strong {
    font-size: 1.05rem;
  }
  .faq-list summary {
    padding: 14px;
    font-size: .88rem;
  }
  .faq-list p {
    padding: 0 14px 14px;
  }
  .archive-title {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }
  .archive-actions {
    justify-items: stretch;
  }
  .archive-actions a {
    width: 100%;
  }
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .archive-grid figure {
    min-height: 0;
  }
  .archive-grid .featured-archive-shot {
    grid-column: span 2;
  }
  .footer-bottom {
    flex-direction: column;
    padding-bottom: 76px;
  }
}

@media (max-width: 460px) {
  .hero-cinema { min-height: 560px; }
  .hero-content h1 { font-size: 1.76rem; }
  .hero-lead { font-size: .82rem; }
  .showcase-item {
    flex-basis: 72vw;
    height: 270px;
  }
  .contact-map-card iframe {
    height: 170px;
  }
  .portfolio-intro {
    padding-top: 104px;
  }
  .archive-grid {
    grid-template-columns: 1fr;
  }
  .archive-grid .featured-archive-shot {
    grid-column: auto;
    grid-row: auto;
  }
  .gallery-lightbox {
    width: calc(100vw - 16px);
    padding: 7px;
    border-radius: 20px;
  }
  .gallery-lightbox-frame {
    min-height: 62vh;
  }
  .gallery-lightbox img {
    max-height: 62vh;
  }
  .gallery-lightbox button {
    top: 12px;
    right: 12px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: .72rem;
  }
  .gallery-lightbox p {
    padding-top: 9px;
    font-size: .76rem;
  }
  .footer-columns {
    grid-template-columns: 1fr;
  }
}

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