:root {
  --bg: #161616;
  --panel: #202020;
  --panel-soft: rgba(255, 255, 255, 0.05);
  --text: #fbf6ef;
  --muted: rgba(251, 246, 239, 0.75);
  --line: rgba(251, 246, 239, 0.12);
  --accent: #f3af5b;
  --accent-soft: #ffd5a5;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
  --radius-xl: 44px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --content-width: min(1240px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(243, 175, 91, 0.14), transparent 24%),
    linear-gradient(180deg, #171717 0%, #111111 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
  letter-spacing: -0.012em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

video,
img {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px max(28px, calc((100vw - 1240px) / 2 + 28px));
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(28, 28, 28, 0.78);
  backdrop-filter: blur(10px);
  transition:
    inset 220ms ease,
    border-color 220ms ease,
    border-radius 220ms ease,
    background 220ms ease,
    backdrop-filter 220ms ease,
    box-shadow 220ms ease;
}

.site-header.site-header-hero {
  color: rgba(255, 255, 255, 0.98);
}

.site-header.site-header-hero .site-nav {
  color: rgba(255, 255, 255, 0.82);
}

.site-header.site-header-scrolled {
  padding: 12px max(28px, calc((100vw - 1240px) / 2 + 28px));
}

.site-header.site-header-scrolled::before {
  inset: 0;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(32, 32, 32, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.site-brand {
  display: inline-flex;
  align-items: center;
}

.site-brand-logo {
  width: auto;
  height: clamp(34px, 4vw, 46px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  display: block;
}

.site-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-lang span {
  color: var(--accent);
  font-size: 0.8rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent-soft);
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(243, 175, 91, 0.34);
  background: rgba(243, 175, 91, 0.08);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  padding: 10px 16px;
}

.hero,
.project-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.video-shell {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.video-poster {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  border: 0;
  padding: 0;
  background-color: #1b1b1b;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.video-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.video-play-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.36);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.video-play-icon::before {
  content: "";
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid white;
}

.video-shell.is-playing .video-poster {
  opacity: 0;
  pointer-events: none;
}

.video-shell.is-playing .hero-video,
.video-shell.is-playing .project-card-video {
  opacity: 1;
  pointer-events: auto;
}

.video-control {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: none;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.46);
  color: white;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.video-shell.is-playing .video-control,
.video-shell.is-paused .video-control {
  display: grid;
}

.video-expand-control,
.project-card-expand {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.46);
  color: white;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.video-expand-control {
  position: absolute;
  right: 84px;
  bottom: 18px;
  z-index: 2;
  display: none;
}

.video-shell.is-playing .video-expand-control,
.video-shell.is-paused .video-expand-control {
  display: grid;
}

.video-expand-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.video-expand-icon::before,
.video-expand-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: white;
  border-style: solid;
}

.video-expand-icon::before {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

.video-expand-icon::after {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

.video-control-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 18px;
}

.video-shell.is-playing:not(.is-paused) .video-control-icon::before,
.video-shell.is-playing:not(.is-paused) .video-control-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 18px;
  background: white;
  border-radius: 999px;
}

.video-shell.is-playing:not(.is-paused) .video-control-icon::before {
  left: 1px;
}

.video-shell.is-playing:not(.is-paused) .video-control-icon::after {
  right: 1px;
}

.video-shell.is-paused .video-control-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid white;
}

.video-shell.is-paused .video-control-icon::after {
  content: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.58) 0%, rgba(13, 13, 13, 0.18) 42%, rgba(13, 13, 13, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.project-hero .hero-overlay {
  display: none;
}

.project-hero .video-poster::after {
  background: none;
}

.page-section,
.section {
  width: var(--content-width);
  margin: 0 auto;
}

.hero-content {
  width: min(620px, calc(100% - clamp(32px, 7vw, 112px) - 32px));
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  padding: 136px 0 88px;
  margin-left: clamp(56px, 7vw, 112px);
  margin-right: auto;
}

.hero-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.hero-line {
  width: 86px;
  height: 4px;
  margin: 22px 0 36px;
  background: var(--accent);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-soft);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 8vw, 5.9rem);
}

h1 span,
h2 span {
  color: var(--accent);
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 4.2vw, 3.9rem);
}

h3 {
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
}

.hero-copy,
.section p,
.project-main p,
.contact-panel p,
.testimonial-card p,
.about-points p,
.contact-side-note li,
.page-section p {
  color: var(--muted);
  line-height: 1.78;
}

.hero-copy {
  max-width: 54ch;
  margin-top: 24px;
  font-size: 0.98rem;
  font-weight: 500;
}

.hero-title {
  max-width: 8.6ch;
  font-size: clamp(3.2rem, 6.4vw, 4.9rem);
  line-height: 0.96;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

.hero-copy-strong {
  max-width: 31ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.52;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}

.hero-copy-strong span {
  color: var(--accent);
}

.hero-tags {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible,
.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: white;
  color: #111111;
  font-weight: 800;
  min-height: 68px;
  padding: 0 30px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.section,
.page-section {
  padding: 92px 0;
}

.about-section {
  padding-bottom: 40px;
}

.contact-section {
  padding-top: 40px;
}

.narrow {
  max-width: 760px;
}

.section-intro {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
  justify-items: center;
  text-align: center;
}

.section-intro h2 {
  max-width: 14ch;
}

.projects-section .section-intro h2 {
  max-width: 22ch;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.project-card-media {
  position: absolute;
  inset: 0;
}


.project-card-video {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 200ms ease;
}

.project-card-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.12) 0%, rgba(8, 8, 8, 0.76) 100%);
}

.project-card-copy {
  position: absolute;
  inset: auto 20px 20px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.project-card-copy h3 {
  margin-top: 10px;
  color: white;
  font-size: clamp(1.4rem, 1.9vw, 1.85rem);
}

.project-card-expand {
  flex: 0 0 auto;
  pointer-events: auto;
}

.project-card-copy h3 {
  flex: 1 1 auto;
}

.project-hero.has-active-video .project-detail-copy,
.project-card.has-active-video .project-card-copy,
.project-card.has-active-video .project-card-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.project-lightbox[hidden] {
  display: none;
}

.project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 28px;
}

.project-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(12px);
}

.project-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100vw - 56px));
}

.project-lightbox-frame {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.42);
}

.project-lightbox-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.72);
  color: white;
  cursor: pointer;
}

.project-lightbox-close span {
  font-size: 2rem;
  line-height: 1;
}

.project-lightbox-description {
  max-width: 100%;
  margin: 14px 8px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.7;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.brand-strip span {
  display: grid;
  place-items: center;
  min-height: 88px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: rgba(251, 246, 239, 0.8);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-layout,
.project-body {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: 28px;
  align-items: start;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.about-section {
  display: grid;
  gap: 48px;
}

.partners-showcase {
  display: grid;
  gap: 18px;
}

.partners-carousel {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}

.partners-carousel::before,
.partners-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 56px;
  pointer-events: none;
}

.partners-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

.partners-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: partners-marquee 34s linear infinite;
}

.partner-logo-card {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(180px, 18vw, 230px);
  height: 128px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.partner-logo-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.partners-showcase:hover .partners-track,
.partners-showcase:focus-within .partners-track {
  animation-play-state: paused;
}

@keyframes partners-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.about-heading {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.about-heading h2 {
  max-width: none;
}

.about-heading-line,
.about-copy-line {
  width: 84px;
  height: 4px;
  background: var(--accent);
}

.about-media,
.about-media img,
.contact-panel,
.contact-side-note,
.project-main,
.project-sidebar,
.testimonial-card {
  border-radius: var(--radius-lg);
}

.about-media {
  overflow: hidden;
  min-height: 640px;
  box-shadow: var(--shadow);
}

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

.about-copy-block,
.contact-panel,
.contact-side-note,
.project-main,
.project-sidebar {
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.about-copy-block {
  display: grid;
  align-content: start;
  gap: 22px;
  padding-top: 6px;
  border: 0;
  background: transparent;
}

.about-copy-block h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.about-copy-block h3 span {
  color: var(--accent);
}

.about-copy-line {
  margin-top: -2px;
}

.about-copy-block p {
  margin: 0;
  color: rgba(251, 246, 239, 0.96);
  font-size: 0.95rem;
  line-height: 1.82;
}

.about-quote {
  font-size: 1.05rem;
  font-weight: 800;
}

.review-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 6px 10px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.review-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #5d5d5d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
}

.review-nav span {
  font-size: 2rem;
  line-height: 1;
}

.review-nav-prev {
  left: -10px;
}

.review-nav-next {
  right: -10px;
}

.testimonial-card {
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: white;
  color: #181818;
  min-height: 236px;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.testimonial-card p {
  color: rgba(24, 24, 24, 0.84);
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.testimonial-card footer {
  margin-top: auto;
  color: #8a8a8a;
  font-weight: 600;
  font-size: 0.92rem;
}

.review-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: white;
  font-weight: 800;
}

.review-identity {
  display: grid;
  gap: 3px;
}

.review-identity strong {
  color: #101010;
  font-size: 0.94rem;
  line-height: 1.2;
}

.review-identity span {
  color: #8a8a8a;
  font-size: 0.82rem;
  font-weight: 600;
}

.review-google-badge {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3f6ff;
  color: #4285f4;
  font-weight: 900;
  font-size: 1rem;
}

.review-stars {
  color: #f4b400;
  letter-spacing: 0.12em;
  font-size: 1rem;
}

.review-strip-caption {
  margin: 26px 0 0;
  text-align: center;
  color: var(--text);
  font-weight: 700;
}

.review-strip-caption span {
  color: var(--accent);
}

.contact-meta {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-meta a {
  color: var(--accent-soft);
  font-weight: 700;
}

.contact-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%),
    radial-gradient(circle at top right, rgba(243, 175, 91, 0.12), transparent 28%);
  box-shadow: var(--shadow);
}

.contact-panel h2 {
  max-width: none;
}

.contact-card {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-item {
  display: grid;
  gap: 10px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  justify-items: center;
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(243, 175, 91, 0.28);
  background:
    linear-gradient(180deg, rgba(243, 175, 91, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.contact-item-label {
  color: rgba(251, 246, 239, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-item strong {
  color: var(--accent-soft);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.contact-side-note ol {
  display: grid;
  gap: 14px;
  padding-left: 20px;
}

.project-detail-copy h1 {
  max-width: none;
}

.project-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.project-meta-row span,
.service-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.gallery-grid {
  display: grid;
  gap: 14px;
}

.gallery-grid img {
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.site-footer {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

code {
  color: var(--accent-soft);
  font-family: Consolas, monospace;
}

@media (max-width: 1100px) {
  .projects-grid,
  .brand-strip,
  .about-layout,
  .contact-section,
  .project-body {
    grid-template-columns: 1fr;
  }

  .about-media {
    min-height: 420px;
  }

  .testimonial-track {
    grid-auto-columns: minmax(320px, 82%);
  }

  .project-lightbox {
    padding: 20px;
  }

  .project-lightbox-dialog {
    width: min(100vw - 40px, 1200px);
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 30px 20px;
  }

  .contact-item {
    padding: 22px 18px;
  }

}

@media (max-width: 760px) {
  :root {
    --content-width: min(100% - 24px, 1240px);
  }

  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    right: 0;
    left: 0;
    padding: 14px 20px 10px;
  }

  .site-header.site-header-scrolled {
    right: 0;
    left: 0;
    padding: 12px 20px 10px;
  }

  .site-header::before,
  .site-header.site-header-scrolled::before {
    inset: 0;
    border-radius: 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 14px;
    padding-top: 4px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-content {
    width: var(--content-width);
    min-height: 100svh;
    padding-top: 138px;
    padding-bottom: 80px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: auto;
  }

  .about-section {
    padding-bottom: 24px;
  }

  .contact-section {
    padding-top: 24px;
  }

  .hero,
  .project-hero {
    min-height: 100svh;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .hero-title {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
  }

  .hero-copy-strong {
    font-size: 1.02rem;
  }

  .hero-kicker,
  .hero-tags {
    font-size: 0.76rem;
  }

  .hero-actions,
  .project-meta-row,
  .site-footer {
    flex-direction: column;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .partner-logo-card {
    height: 104px;
    padding: 18px;
  }

  .partner-logo-card img {
    max-height: 58px;
  }

  .review-nav {
    display: none;
  }

  .testimonial-track {
    grid-auto-columns: 86%;
    padding-inline: 0;
  }

  .project-lightbox {
    padding: 14px;
  }

  .project-lightbox-dialog {
    width: calc(100vw - 28px);
  }

  .project-lightbox-frame {
    border-radius: 22px;
  }

  .project-lightbox-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }
}
