@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/sora-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Madefor";
  src: url("assets/fonts/madefor-text.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0d1117;
  --bg-soft: #131b24;
  --panel: rgba(10, 16, 24, 0.72);
  --panel-strong: rgba(14, 20, 30, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #edf3f9;
  --muted: #b7c4d2;
  --accent: #d2b06f;
  --accent-strong: #e5c27d;
  --success: #2da66f;
  --success-strong: #37c07f;
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  --radius: 28px;
  --content-width: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(210, 176, 111, 0.18), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(45, 166, 111, 0.12), transparent 28%),
    linear-gradient(180deg, #0a0f15 0%, #111925 45%, #0b1017 100%);
  color: var(--text);
  font-family: "Madefor", sans-serif;
}

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

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

button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

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

.section-spacing {
  padding: 110px 0;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-strong);
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
}

.topbar,
.nav-wrap {
  width: var(--content-width);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 10px;
  color: rgba(237, 243, 249, 0.72);
  font-size: 0.88rem;
}

.topbar p,
.topbar a {
  margin: 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
  background: rgba(8, 12, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 44px;
  flex: 0 0 auto;
}

.brand span {
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

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

.button-solid {
  background: linear-gradient(135deg, var(--success), var(--success-strong));
  color: #08120d;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-nav {
  min-height: 46px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 190px 0 44px;
  overflow: clip;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(120deg, rgba(4, 7, 12, 0.85) 16%, rgba(4, 7, 12, 0.44) 52%, rgba(4, 7, 12, 0.68) 100%),
    url("assets/images/hero-house.jpg") center 32% / cover no-repeat;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 10, 15, 0.2) 0%, rgba(7, 10, 15, 0.78) 88%, rgba(7, 10, 15, 0.96) 100%);
}

.hero-content,
.hero-metrics {
  position: relative;
  z-index: 1;
}

.hero-content {
  padding-bottom: 80px;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.1rem, 6vw, 5.7rem);
  line-height: 1.02;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(237, 243, 249, 0.82);
  font-size: 1.16rem;
  line-height: 1.7;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hero-metrics article,
.contact-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  min-height: 148px;
  padding: 28px;
}

.hero-metrics strong,
.service-card h3,
.difference-grid h3,
.contact h2,
.section-heading h2,
.showcase-copy h2,
.intro-grid h2 {
  font-family: "Sora", sans-serif;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  line-height: 1.65;
}

.intro-band {
  padding: 42px 0 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: end;
}

.intro-grid h2,
.section-heading h2,
.showcase-copy h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.1;
}

.intro-grid p:last-child,
.showcase-copy p,
.contact-grid > div:first-child p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading.narrow {
  max-width: 720px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 24, 34, 0.92), rgba(10, 16, 24, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.service-card img {
  aspect-ratio: 1.02;
  object-fit: cover;
}

.service-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-card img,
.player-slide img,
.gallery-thumbs img {
  transition: transform 260ms ease, filter 260ms ease;
}

.service-card:hover img,
.service-card:focus-visible img,
.player-slide:hover img,
.player-slide:focus-visible img,
.gallery-thumb:hover img,
.gallery-thumb.is-active img {
  transform: scale(1.03);
}

.service-content {
  display: block;
  padding: 24px;
}

.service-card h3,
.difference-grid h3 {
  margin: 0 0 14px;
  font-size: 1.28rem;
}

.service-badge,
.service-link,
.player-kicker,
.player-index {
  font-family: "Sora", sans-serif;
}

.service-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(8, 14, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.service-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.service-card p,
.difference-grid p,
.feature-list li,
.contact-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  align-items: start;
}

.showcase-copy {
  position: sticky;
  top: 130px;
}

.showcase-actions {
  margin-top: 32px;
}

.feature-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.feature-list li:last-child {
  border-bottom: 1px solid var(--line);
}

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

.video-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 38px;
  align-items: start;
}

.video-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.1;
}

.video-copy p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.video-player {
  display: grid;
  gap: 18px;
}

.video-preview,
.video-stage-shell,
.video-thumb {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: #0b1118;
  box-shadow: var(--shadow);
}

.video-preview {
  position: relative;
  padding: 0;
  color: inherit;
  text-align: left;
}

.video-preview-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 260ms ease;
}

.video-preview:hover .video-preview-image,
.video-preview:focus-visible .video-preview-image {
  transform: scale(1.03);
}

.video-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.06) 0%, rgba(5, 8, 12, 0.78) 100%);
}

.video-preview-copy {
  display: grid;
  gap: 8px;
}

.video-preview-copy strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.video-stage,
.video-modal-player {
  display: block;
  width: 100%;
  background: #05080d;
}

.video-modal-player {
  max-height: min(78vh, 780px);
  object-fit: contain;
}

.video-preview-badge,
.video-thumb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  font-family: "Sora", sans-serif;
  font-weight: 700;
}

.video-preview-badge {
  width: 72px;
  height: 72px;
  font-size: 1.5rem;
}

.video-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.video-title {
  display: block;
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.44rem;
}

.video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.video-thumb {
  position: relative;
  padding: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.video-thumb img {
  aspect-ratio: 1.08;
  object-fit: cover;
  transition: transform 260ms ease;
}

.video-thumb:hover img,
.video-thumb.is-active img {
  transform: scale(1.04);
}

.video-thumb.is-active {
  border-color: rgba(210, 176, 111, 0.8);
}

.video-thumb-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 44px;
  height: 44px;
  font-size: 1rem;
}

.video-thumb-content {
  display: block;
  padding: 16px 16px 18px;
}

.video-thumb-title {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.video-thumb-copy {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.player-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.player-slide,
.player-arrow,
.gallery-open,
.gallery-close,
.gallery-nav,
.gallery-thumb {
  cursor: pointer;
}

.player-slide {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: #0f1722;
  box-shadow: var(--shadow);
}

.player-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 24px 26px;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0) 0%, rgba(8, 12, 18, 0.86) 100%);
}

.player-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.player-overlay strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.player-arrow,
.gallery-close,
.gallery-nav {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  backdrop-filter: blur(12px);
}

.player-arrow span,
.gallery-nav {
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.player-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.player-index,
.player-caption {
  margin: 0;
}

.player-index {
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.player-caption {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.player-gallery-button {
  min-width: 142px;
}

.player-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.player-thumb,
.gallery-thumb {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #101925;
}

.player-thumb {
  min-height: 92px;
}

.player-thumb img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-thumb.is-active,
.gallery-thumb.is-active {
  border-color: rgba(210, 176, 111, 0.8);
}

.player-thumb::after,
.gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.35));
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 12, 0.76);
  backdrop-filter: blur(16px);
}

.gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  max-height: calc(100vh - 44px);
  padding: 28px;
  overflow: auto;
  background: rgba(10, 16, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 22px;
}

.video-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: calc(100vh - 44px);
  padding: 24px;
  overflow: auto;
  background: rgba(10, 16, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
}

.video-modal-header h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.video-modal-stage {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 26px;
  background: #05080d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-modal-caption {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.gallery-header {
  max-width: 780px;
  margin: 8px 0 24px;
}

.gallery-header h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.gallery-header p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.gallery-viewer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.gallery-stage {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #05080d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-stage img {
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
  background: #071019;
}

.gallery-stage figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.gallery-thumb {
  min-height: 114px;
}

.gallery-thumb img {
  aspect-ratio: 1;
}

[hidden] {
  display: none !important;
}

.difference-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(210, 176, 111, 0.06), rgba(55, 192, 127, 0.04));
}

.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.difference-grid article {
  padding: 30px;
  border-top: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
}

.difference-grid span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: stretch;
}

.contact-panel {
  display: grid;
  gap: 18px;
  padding: 30px;
}

.contact-panel a {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.site-footer {
  padding: 0 0 42px;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 38px;
}

.footer-grid p {
  margin: 0;
  color: rgba(237, 243, 249, 0.72);
}

.footer-button {
  min-height: 48px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 20px;
  }

  .hero {
    padding-top: 210px;
  }

  .hero-metrics,
  .service-grid,
  .difference-grid,
  .contact-grid,
  .intro-grid,
  .showcase-grid,
  .video-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    position: static;
  }

  .player-toolbar,
  .gallery-viewer,
  .video-toolbar {
    grid-template-columns: 1fr;
  }

  .player-arrow,
  .gallery-nav {
    display: none;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

  .site-header {
    inset: 0 0 auto;
  }

  .topbar {
    padding: 14px 0 8px;
    font-size: 0.8rem;
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav-wrap {
    padding: 14px 16px;
    border-radius: 24px;
  }

  .brand span {
    font-size: 0.78rem;
    letter-spacing: 0.1rem;
  }

  .menu-toggle {
    display: inline-block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--panel-strong);
    border: 1px solid var(--line);
    border-radius: 26px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: auto;
    padding: 170px 0 28px;
  }

  .hero-content {
    padding-bottom: 44px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions,
  .button,
  .footer-button {
    width: 100%;
  }

  .hero-metrics article,
  .service-content,
  .difference-grid article,
  .contact-panel {
    padding: 22px;
  }

  .section-spacing {
    padding: 82px 0;
  }

  .player-slide {
    min-height: 360px;
  }

  .player-thumbs,
  .gallery-thumbs,
  .video-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-toolbar {
    align-items: stretch;
  }

  .video-stage {
    min-height: 320px;
  }

  .player-gallery-button,
  .gallery-open,
  .service-card,
  .gallery-dialog {
    width: 100%;
  }

  .gallery-modal {
    padding: 10px;
  }

  .video-modal {
    padding: 10px;
  }

  .gallery-dialog {
    padding: 18px;
    max-height: calc(100vh - 20px);
  }

  .video-dialog {
    padding: 18px;
    max-height: calc(100vh - 20px);
  }

  .gallery-header {
    margin-top: 16px;
  }

  .video-preview-overlay {
    padding: 18px;
  }

  .video-preview-badge {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
  }

  .footer-grid {
    padding-top: 30px;
  }
}
