@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800&display=swap");

/* =========================================================
   ARBITERMOTION PORTFOLIO — CLEAN PROFESSIONAL LAYOUT
   Replace css/style.css with this file for a fresh portfolio-first design.
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #f7f7f5;
  color: #4b4b4b;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
  animation: none !important;
  transition: none !important;
}

img, iframe, video {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #111;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #222;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */
#skel-layers-wrapper {
  padding-top: 0 !important;
}

#header {
  position: sticky;
  top: 0;
  z-index: 10000;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.035);
  text-transform: uppercase;
}

#header h1 {
  position: static;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

#header h1 strong {
  color: #2a2a2a;
  font-weight: 800;
}

#header h1 span {
  color: #777;
  font-weight: 500;
}

#header nav {
  position: static;
  height: auto;
  line-height: 1;
}

#header nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav li {
  margin: 0;
  padding: 0;
}

#header nav a {
  display: block;
  color: #6d6d6d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transition: color 0.18s ease, transform 0.18s ease;
}

#header nav a:hover {
  color: #111;
  transform: translateY(-1px);
}

/* Compact hero */
.pro-hero,
#banner.portfolio-banner {
  padding: 42px 0 34px;
  min-height: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0,0,0,0.075), rgba(0,0,0,0.02) 38%, transparent 72%), #f3f3f1;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-align: center;
  line-height: 1.3;
}

.pro-hero h1,
#banner.portfolio-banner h1 {
  margin: 4px 0 8px;
  color: #181818;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
}

.eyebrow {
  color: #9a9a9a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 640px;
  margin: 0 auto;
  color: #6f6f6f;
  font-size: 0.9rem;
  line-height: 1.45;
  letter-spacing: 0.015em;
}

/* Sections */
.section-block,
.portfolio-section {
  padding: 34px 0 38px;
}

.portfolio-section + .portfolio-section {
  border-top: 1px solid rgba(0,0,0,0.075);
}

.alt-section {
  background: #fbfbfa;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 20px;
  text-align: center;
}

.section-heading h2 {
  margin-top: 5px;
  color: #242424;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  letter-spacing: 0.065em;
}

.section-heading p:not(.eyebrow) {
  margin: 7px auto 0;
  color: #8a8a8a;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Portfolio grid */
.portfolio-wrap {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.narrow-wrap {
  width: min(690px, 100%);
}

.video-row,
.portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  justify-content: center;
  margin: 0 auto;
}

.video-row.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.075);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.video-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,0.14);
  box-shadow: 0 18px 44px rgba(0,0,0,0.12);
}

.video-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #060606;
  border-radius: 14px 14px 0 0;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: #050505;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-card.portrait .video-frame {
  background: #0a0a0a;
}

.video-card.portrait .video-embed {
  width: min(58%, 175px);
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  background-color: #050505;
}

.video-card.portrait .video-frame {
  display: flex;
  justify-content: center;
}

.video-meta {
  padding: 12px 14px 14px;
  text-align: left;
}

.video-meta h3 {
  margin: 0;
  color: #222;
  font-size: 0.78rem;
  line-height: 1.25;
  letter-spacing: 0.055em;
}

.video-meta p {
  margin-top: 6px;
  color: #747474;
  font-size: 0.75rem;
  line-height: 1.45;
}

/* Portrait play button */
.play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.32), rgba(0,0,0,0.04));
  cursor: pointer;
}

.play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  background: rgba(0,0,0,0.68);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

.play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: translate(-50%, -50%);
}

/* Footer */
#footer {
  padding: 38px 0 30px;
  background: #efefed;
  border-top: 1px solid rgba(0,0,0,0.08);
  color: #8a8a8a;
  text-align: center;
}

#footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

#footer .social-icons li {
  margin: 0;
  padding: 0;
}

#footer .social-icons a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#footer .social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

#footer .social-icons img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

#footer .copyright {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#footer .copyright li {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}

/* Keep old template utilities harmless */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.wrapper { padding: 42px 0; }
.wrapper.style2 { background: #f6f6f4; }
.image.fit img { width: 100%; display: block; }
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0.8em 1.4em;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

/* Tablet */
@media (max-width: 980px) {
  .container {
    width: min(100% - 28px, 900px);
  }

  #header {
    padding: 0 18px;
    gap: 16px;
  }

  #header nav ul {
    gap: 20px;
  }

  .video-row,
  .portfolio-grid,
  .video-row.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-wrap,
  .narrow-wrap {
    width: min(720px, 100%);
  }
}

/* Mobile: still two columns where possible so more work is instantly visible */
@media (max-width: 640px) {
  body {
    font-size: 13px;
  }

  #header {
    position: sticky;
    min-height: 54px;
    padding: 10px 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  #header h1 {
    white-space: normal;
    font-size: 0.86rem;
  }

  #header nav ul {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  #header nav a {
    font-size: 0.74rem;
  }

  .pro-hero,
  #banner.portfolio-banner {
    padding: 24px 0 22px;
  }

  .pro-hero h1,
  #banner.portfolio-banner h1 {
    font-size: clamp(1.65rem, 9vw, 2.5rem);
  }

  .hero-copy {
    font-size: 0.82rem;
  }

  .section-block,
  .portfolio-section {
    padding: 24px 0 28px;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .section-heading h2 {
    font-size: 1rem;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 0.68rem;
    letter-spacing: 0.035em;
  }

  .video-row,
  .portfolio-grid,
  .video-row.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .video-card {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  }

  .video-frame {
    border-radius: 12px 12px 0 0;
  }

  .video-meta {
    padding: 9px 9px 10px;
  }

  .video-meta h3 {
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .video-meta p {
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .video-card.portrait .video-embed {
    width: min(76%, 145px);
  }

  #footer {
    padding: 28px 0 24px;
  }
}

/* Very small phones: one column for usability */
@media (max-width: 390px) {
  .container {
    width: calc(100% - 22px);
  }

  .video-row,
  .portfolio-grid,
  .video-row.two-up {
    grid-template-columns: 1fr;
  }

  .video-card.portrait .video-embed {
    width: min(56%, 165px);
  }
}
/* PORTFOLIO BANNER WITH IMAGE */
#banner.portfolio-banner {
  padding: 6em 0 4em 0; /* smaller banner */
  text-align: center;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("../images/portfolio-banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#banner.portfolio-banner h1 {
  color: #fff;
  font-size: 2.6em;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#banner.portfolio-banner p {
  color: rgba(255,255,255,0.88);
  margin-top: 0.6em;
}
/* ================================
   ABOUT / HOMEPAGE MATCHED STYLE
   ================================ */

.about-page .featured-video {
  max-width: 1050px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-image-card,
.about-copy-card,
.project-preview-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about-copy-card {
  padding: 2.5rem;
}

.about-copy-card h3 {
  margin-bottom: 1rem;
}

.about-copy-card p {
  margin-bottom: 1.25rem;
}

.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1150px;
  margin: 0 auto;
}

.project-preview-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.project-preview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.project-preview-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-preview-meta {
  padding: 1.2rem;
}

.project-preview-meta h3 {
  margin-bottom: 0.35rem;
}

.project-preview-meta p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Partners polish - works for both white and dark logos */
.partners-card {
  max-width: 1050px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 22px;
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: center;
}

.logo-item {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 16px;
  background: #b8b8b8;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.logo-item img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}
/* Mobile fixes */
@media screen and (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .project-preview-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .about-copy-card {
    padding: 1.5rem;
  }

  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-item {
    min-height: 90px;
  }
}
/* =========================================================
   ARBITER MOTION HOMEPAGE / ABOUT PAGE FINAL FIX
   Paste at the VERY BOTTOM of css/style.css
   ========================================================= */

.about-page .featured-video {
  max-width: 1050px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-image-card,
.about-copy-card,
.project-preview-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about-copy-card {
  padding: 2.5rem;
}

.about-copy-card h3 {
  margin-bottom: 1rem;
}

.about-copy-card p {
  margin-bottom: 1.25rem;
}

.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1150px;
  margin: 0 auto;
}

.project-preview-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.project-preview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.project-preview-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-preview-meta {
  padding: 1.2rem;
}

.project-preview-meta h3 {
  margin-bottom: 0.35rem;
}

.project-preview-meta p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Recent partners section */
.partners-card {
  max-width: 1050px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 22px;
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: center;
}

.logo-item {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 16px;
  background: #b8b8b8;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.logo-item img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* YouTube video responsive fix */
.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile fixes */
@media screen and (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .project-preview-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .about-copy-card {
    padding: 1.5rem;
  }

  .partners-card {
    padding: 1rem;
  }

  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-item {
    min-height: 90px;
  }
}
<style>
/* =========================================================
   ARBITER MOTION HOMEPAGE / ABOUT PAGE EMERGENCY INLINE CSS
   This goes inside index.html under the style.css link
   ========================================================= */

.about-page .featured-video {
  max-width: 1050px;
  margin: 0 auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-image-card,
.about-copy-card,
.project-preview-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.about-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about-copy-card {
  padding: 2.5rem;
}

.about-copy-card h3 {
  margin-bottom: 1rem;
}

.about-copy-card p {
  margin-bottom: 1.25rem;
}

.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  max-width: 1150px;
  margin: 0 auto;
}

.project-preview-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.project-preview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.project-preview-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.project-preview-meta {
  padding: 1.2rem;
}

.project-preview-meta h3 {
  margin-bottom: 0.35rem;
}

.project-preview-meta p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Recent partners section */
.partners-card {
  max-width: 1050px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 22px;
  background: #2b2b2b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.partners-logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  align-items: center;
}

.logo-item {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 16px;
  background: #b8b8b8;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.logo-item img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

/* YouTube video responsive fix */
.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile fixes */
@media screen and (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-image-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .project-preview-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .about-copy-card {
    padding: 1.5rem;
  }

  .partners-card {
    padding: 1rem;
  }

  .partners-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-item {
    min-height: 90px;
  }
}
</style>