:root {
  --bg: #0a0a0c;
  --panel: #131316;
  --panel-soft: #17181c;
  --text: #efe8db;
  --muted: #b4ab98;
  --gold: #d2a24f;
  --gold-soft: #8e6f36;
  --line: #2a2520;
  --cta: #d2a24f;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(840px 340px at -10% -10%, rgba(210, 162, 79, 0.24), transparent 68%),
    radial-gradient(760px 320px at 106% 0%, rgba(210, 162, 79, 0.14), transparent 70%),
    var(--bg);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  width: clamp(21rem, 40vw, 36rem);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  filter: blur(58px);
  pointer-events: none;
  isolation: isolate;
  z-index: -1;
  --orb-ripple: rgba(242, 205, 128, 0.36);
}

.bg-orb::before,
.bg-orb::after {
  content: "";
  position: absolute;
  inset: -16%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, transparent 56%, var(--orb-ripple) 67%, transparent 78%);
  filter: blur(4px);
}

.bg-orb::before {
  animation: orb-ripple 6.8s cubic-bezier(0.42, 0, 0.24, 1) infinite;
}

.bg-orb::after {
  inset: -24%;
  opacity: 0.8;
  animation: orb-ripple 8.8s cubic-bezier(0.42, 0, 0.24, 1) infinite 1.4s;
}

.orb-a {
  background: radial-gradient(
    circle at 38% 35%,
    rgba(245, 214, 151, 0.58) 0%,
    rgba(216, 172, 95, 0.47) 34%,
    rgba(154, 109, 42, 0.28) 60%,
    rgba(72, 49, 19, 0) 80%
  );
  top: -10rem;
  left: -12rem;
  animation: orb-breathe-a 6.2s cubic-bezier(0.44, 0.02, 0.3, 1) infinite;
  --orb-ripple: rgba(244, 213, 149, 0.42);
}

.orb-b {
  background: radial-gradient(
    circle at 60% 56%,
    rgba(222, 171, 83, 0.46) 0%,
    rgba(170, 123, 51, 0.36) 34%,
    rgba(116, 83, 34, 0.28) 58%,
    rgba(58, 40, 16, 0) 80%
  );
  bottom: -12rem;
  right: -12rem;
  animation: orb-breathe-b 7.4s cubic-bezier(0.44, 0.02, 0.3, 1) infinite;
  --orb-ripple: rgba(210, 159, 74, 0.38);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem clamp(1rem, 3vw, 3rem);
  background: rgba(12, 12, 14, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(9px);
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #f1ddba;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu a {
  color: #d7ccb6;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
}

.menu a:hover {
  color: #f5d18d;
}

.menu-cta {
  background: #1e1c18;
  color: #f3d39b !important;
  padding: 0.64rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--gold-soft);
}

.menu-cta:hover {
  background: #282419;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #ddbe83;
}

main {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.hero {
  min-height: 68vh;
  display: grid;
  align-content: center;
  gap: 1rem;
}

.eyebrow {
  margin: 0;
  color: #d4ad67;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.77rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.7rem, 8vw, 5.8rem);
  color: #f7ead0;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  color: #f3dcae;
}

.subtitle {
  color: var(--muted);
  max-width: 62ch;
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(120deg, #d8ac5f, #b98732);
  color: #16130e;
  border: 1px solid transparent;
}

.btn-outline {
  border: 1px solid #5a4725;
  background: #171515;
  color: #e4c792;
}

.btn-outline:hover {
  background: #201d17;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.badge-row span {
  border: 1px solid #3d3221;
  background: #161518;
  color: #d6c3a0;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

.panel {
  background: linear-gradient(145deg, rgba(18, 18, 20, 0.96), rgba(12, 12, 14, 0.98));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  margin: 1.5rem 0;
  box-shadow: var(--shadow);
}

.about {
  display: block;
}

.about-copy {
  width: 100%;
  max-width: none;
}

.about-copy h2 {
  margin-bottom: 0.88rem;
}

.about-copy > p {
  margin: 0 0 0.92rem;
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.02rem;
}

.about-copy > p:first-of-type {
  font-size: clamp(1.15rem, 2vw, 1.34rem);
  line-height: 1.56;
  color: #efe1c7;
  border-left: 3px solid #9d742f;
  padding-left: 0.82rem;
}

.about-copy > p:not(:first-of-type) {
  border: 1px solid #2f2821;
  background: linear-gradient(140deg, rgba(23, 24, 27, 0.9), rgba(16, 17, 20, 0.86));
  border-radius: 14px;
  padding: 0.82rem 0.9rem;
}

.list {
  padding-left: 1.1rem;
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.about-facts {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.about-facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.52rem;
  border: 1px solid #2f2821;
  background: #16171a;
  border-radius: 12px;
  padding: 0.58rem 0.66rem;
}

.about-facts a {
  color: #e1bf83;
  text-decoration: none;
  word-break: break-word;
}

.about-facts a:hover {
  color: #f0d7a8;
  text-decoration: underline;
}

.cc-to {
  color: #cdb588;
  font-weight: 700;
  margin: 0 0.2rem 0 0.5rem;
}

.fact-icon {
  width: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  flex: 0 0 auto;
}

.about-photos {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.about-photos-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.72rem;
}

.about-photos-label {
  margin: 0;
  color: #d3b06e;
  font-size: 0.77rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.about-slider-controls {
  display: flex;
  gap: 0.45rem;
}

.about-slide-btn {
  border: 1px solid #5a4725;
  background: #171515;
  color: #dec28f;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.about-slide-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.about-photo-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.about-photo-track::-webkit-scrollbar {
  display: none;
}

.about-photo {
  flex: 0 0 100%;
  min-height: 0;
  margin: 0;
  scroll-snap-align: start;
}

.photo-with-fallback {
  position: relative;
  border: 1px dashed #5a4725;
  border-radius: 16px;
  overflow: hidden;
  background: #0f1013;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}

.about-photo img {
  aspect-ratio: auto;
}

.photo-with-fallback img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.photo-fallback {
  min-height: 150px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  padding: 0.9rem;
  font-size: 0.85rem;
}

.photo-fallback strong {
  margin-top: 0.25rem;
  color: #d1aa64;
  font-size: 0.78rem;
  word-break: break-word;
}

.photo-with-fallback.missing img {
  display: none;
}

.photo-with-fallback.missing .photo-fallback {
  display: flex;
}

.about-photo.missing .photo-fallback {
  min-height: 380px;
}

.about-slide-dots {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.about-dot {
  border: 1px solid #5a4725;
  background: #181614;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}

.about-dot.is-active {
  background: #c89a4f;
  border-color: #c89a4f;
}

.services-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.service-card {
  border: 1px solid #2f2923;
  background: #17181b;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.service-tag {
  margin: 0;
  color: #d1ac66;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.service-card h3 {
  margin-top: 0.5rem;
  color: #e9cc95;
  font-size: 1.04rem;
}

.service-card > p:not(.service-tag) {
  margin: 0.46rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.metrics {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.metric-card {
  border: 1px solid #2f2923;
  background: #17181b;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.metric-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #d9b06a;
}

.metric-card h3::after {
  content: "+";
  margin-left: 2px;
  font-size: 1.2rem;
}

.metric-card p {
  margin: 0.38rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.timeline {
  margin-top: 1.1rem;
  display: grid;
  gap: 1rem;
}

.timeline article {
  border: 1px solid #2f2923;
  background: #17181b;
  border-radius: 15px;
  padding: 1rem 1rem 1rem 1.22rem;
  position: relative;
}

.timeline article::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 14px;
  width: 5px;
  height: calc(100% - 28px);
  border-radius: 4px;
  background: linear-gradient(to bottom, #e1bf80, #9d742f);
}

.timeline h3 {
  font-size: 1.03rem;
}

.timeline .company {
  margin: 0.22rem 0 0.34rem;
  color: #e1c58e;
  font-size: 0.9rem;
  font-weight: 700;
}

.meta {
  margin: 0.3rem 0 0.7rem;
  color: #d1ac66;
  font-size: 0.86rem;
  font-weight: 700;
}

.timeline article p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.timeline article .meta {
  margin-top: 0;
}

.grid-2 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.event-card,
.panel-mini {
  border: 1px solid #2f2923;
  background: #17181b;
  border-radius: 14px;
  padding: 1rem;
}

.study-panel {
  grid-column: 1 / -1;
}

.event-card h3,
.panel-mini h3 {
  color: #e6c790;
  font-size: 1.02rem;
  margin-bottom: 0.5rem;
}

.study-dropdowns {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.7rem;
}

.study-dropdown {
  border: 1px solid #3c3020;
  background: #171515;
  border-radius: 14px;
  overflow: hidden;
}

.study-dropdown summary {
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 0.86rem 1rem;
  color: #e7c992;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.study-dropdown summary::-webkit-details-marker {
  display: none;
}

.study-dropdown summary::after {
  content: "+";
  font-size: 1.05rem;
  color: #d1aa64;
  transition: transform 0.22s ease;
}

.study-dropdown[open] summary {
  border-bottom: 1px solid #2f2720;
  background: #191717;
}

.study-dropdown[open] summary::after {
  transform: rotate(45deg);
}

.study-content {
  padding: 0.82rem 1rem 1rem;
  display: grid;
  gap: 0.58rem;
}

.study-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.study-content p strong {
  color: #f0d5a3;
}

.study-content .list {
  margin: 0;
  padding-left: 1.15rem;
}

.study-content .list li {
  margin: 0.36rem 0;
}

.study-note {
  margin-top: 0.28rem !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #3c3020;
  background: #151316;
  color: #cfb27c !important;
  padding: 0.42rem 0.64rem;
  border-radius: 10px;
  font-size: 0.8rem !important;
  font-weight: 700;
  width: fit-content;
}

.leadership h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-card p {
  margin: 0;
  color: var(--muted);
}

.projects-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.projects-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.92rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showreel-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.92rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showreel-card {
  border: 1px solid #2f2923;
  border-radius: 16px;
  overflow: hidden;
  background: #17181b;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.showreel-card:hover {
  transform: translateY(-5px);
  border-color: #9d742f;
}

.showreel-cover {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #2f2923;
}

.showreel-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.showreel-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.3rem 0.52rem;
  border-radius: 999px;
  background: rgba(12, 10, 8, 0.9);
  border: 1px solid #6d5330;
  color: #d9b06a;
  font-size: 0.7rem;
  font-weight: 700;
}

.showreel-body {
  padding: 0.9rem;
  display: grid;
  gap: 0.62rem;
}

.showreel-tag {
  margin: 0;
  font-size: 0.72rem;
  border: 1px solid #3a3126;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  color: #b8ab92;
  width: max-content;
}

.showreel-body h3 {
  margin: 0;
  font-size: 1.03rem;
  color: #edd4a2;
}

.showreel-body p:not(.showreel-tag) {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.showreel-link {
  text-align: center;
  text-decoration: none;
  border: 1px solid #5a4725;
  color: #ddbf89;
  background: #191713;
  padding: 0.45rem 0.58rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.showreel-link:hover {
  background: #231f17;
}

.project-card {
  border: 1px solid #2f2923;
  border-radius: 16px;
  overflow: hidden;
  background: #17181b;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  border-color: #9d742f;
}

.project-cover {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #2f2923;
}

.project-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.3rem 0.52rem;
  border-radius: 999px;
  background: rgba(12, 10, 8, 0.9);
  border: 1px solid #6d5330;
  color: #d9b06a;
  font-size: 0.7rem;
  font-weight: 700;
}

.project-body {
  padding: 0.9rem;
  display: grid;
  gap: 0.62rem;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.project-meta span {
  font-size: 0.72rem;
  border: 1px solid #3a3126;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
  color: #b8ab92;
}

.project-title {
  font-size: 1.03rem;
  color: #edd4a2;
}

.project-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.project-impact {
  margin: 0;
  padding-left: 1rem;
  color: #c2b296;
  font-size: 0.84rem;
  display: grid;
  gap: 0.2rem;
}

.project-actions {
  display: flex;
  gap: 0.48rem;
}

.project-link {
  flex: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #5a4725;
  color: #ddbf89;
  background: #191713;
  padding: 0.45rem 0.58rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.project-link:hover {
  background: #231f17;
}

.project-link.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.docs {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.doc-link {
  text-decoration: none;
  border: 1px solid #5a4725;
  color: #ddbf89;
  background: #191713;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
}

.doc-link:hover {
  background: #231f17;
}

.chip-wrap {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chip-wrap span {
  padding: 0.48rem 0.74rem;
  background: #17181b;
  border: 1px solid #2f2923;
  border-radius: 999px;
  font-size: 0.84rem;
  color: #c9b895;
}

.section-intro {
  margin: 0.5rem 0 1rem;
  color: var(--muted);
  max-width: 72ch;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
  align-items: start;
}

.gallery-item {
  margin: 0;
  border: 1px solid #2f2923;
  border-radius: 14px;
  background: #17181b;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #0f0f11;
}

.gallery-item figcaption {
  border-top: 1px solid #2f2923;
  color: var(--muted);
  font-size: 0.84rem;
  padding: 0.6rem 0.75rem 0.72rem;
}

.gallery-item.missing {
  min-height: 180px;
}

.gallery-missing {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6b79c;
  font-size: 0.86rem;
}

.contact {
  margin-top: 2.2rem;
  text-align: center;
  padding: 2.2rem 1rem;
  border: 1px solid #2f2923;
  border-radius: 22px;
  background: linear-gradient(140deg, rgba(20, 18, 16, 0.95), rgba(14, 13, 12, 0.95));
}

.contact p {
  color: var(--muted);
  margin: 0.6rem auto 1rem;
  max-width: 66ch;
}

.contact-links {
  display: grid;
  gap: 0.6rem;
  max-width: 980px;
  margin: 0.85rem auto 0;
}

.contact-links a {
  color: #e0c189;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #3c3020;
  background: #171515;
  padding: 0.62rem 0.85rem;
  border-radius: 12px;
  text-align: left;
  line-height: 1.35;
  word-break: break-word;
}

.contact-links a:hover {
  background: #211d16;
  border-color: #604c2f;
}

.sticky-wa-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #7a5b2c;
  background: linear-gradient(135deg, #1f1a14, #141313);
  color: #f0cf93;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.sticky-wa-icon {
  width: 1.3rem;
  height: 1.3rem;
  flex: 0 0 auto;
  fill: #25d366;
  filter: drop-shadow(0 0 6px rgba(37, 211, 102, 0.28));
}

.sticky-wa-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #282017, #1b1712);
  border-color: #a77a35;
}

footer {
  border-top: 1px solid var(--line);
  padding: 1rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.86rem;
}

body.modal-open {
  overflow: hidden;
}

@keyframes orb-breathe-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.84);
    opacity: 0.2;
  }
  50% {
    transform: translate3d(4.8%, 3.4%, 0) scale(1.2);
    opacity: 0.46;
  }
}

@keyframes orb-breathe-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.82);
    opacity: 0.16;
  }
  50% {
    transform: translate3d(-4.8%, -3.4%, 0) scale(1.16);
    opacity: 0.4;
  }
}

@keyframes orb-ripple {
  0% {
    transform: scale(0.68);
    opacity: 0;
  }
  32% {
    opacity: 0.36;
  }
  100% {
    transform: scale(1.46);
    opacity: 0;
  }
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.media-modal.is-open {
  display: flex;
}

.media-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 8, 0.78);
  backdrop-filter: blur(2px);
}

.media-modal-panel {
  position: relative;
  width: min(1080px, 100%);
  border: 1px solid #3a3126;
  border-radius: 16px;
  background: #111216;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.55);
}

.media-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #2f2923;
}

.media-modal-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e3c88f;
}

.media-modal-close {
  border: 1px solid #5a4725;
  background: #191713;
  color: #ddbf89;
  padding: 0.36rem 0.66rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.media-modal-close:hover {
  background: #231f17;
}

.media-modal-frame-wrap {
  aspect-ratio: 16 / 9;
  background: #0e0e11;
}

.media-modal-frame-wrap iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .showreel-grid,
  .projects-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px), (orientation: landscape) and (min-width: 700px) {
  .about-photo-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
  }

  .about-photo {
    min-height: 0;
    flex: initial;
  }

  .about-photo.missing .photo-fallback {
    min-height: 320px;
  }

  .about-slider-controls,
  .about-slide-dots {
    display: none;
  }
}

@media (max-width: 840px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    top: 64px;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    background: #141416;
    border: 1px solid #2f2923;
    border-radius: 12px;
    padding: 0.75rem;
    display: none;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32);
  }

  .menu.open {
    display: flex;
  }

  .menu-cta {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .metrics,
  .services-grid,
  .showreel-grid,
  .projects-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 62vh;
  }

  .media-modal {
    padding: 0.5rem;
  }

  .media-modal-head {
    padding: 0.58rem 0.66rem;
  }

  .cc-to {
    display: inline-block;
    margin-left: 0;
  }

  .contact-links a {
    font-size: 0.9rem;
    padding: 0.58rem 0.72rem;
  }

  .sticky-wa-cta {
    right: 0.7rem;
    bottom: 0.7rem;
    width: 2.9rem;
    height: 2.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb-a,
  .orb-b,
  .bg-orb::before,
  .bg-orb::after {
    animation: none !important;
  }
}
