
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;1,700&family=Roboto:wght@300;400;500;700&family=Roboto+Condensed:wght@300;400;500;600&display=swap');

:root{
  --bg:#000;
  --panel:#171717;
  --blue:#175b79;
  --blue2:#10384c;
  --text:#f5f5f5;
  --muted:#aaa;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Roboto,Arial,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{height:112px;background:#000;position:sticky;top:0;z-index:100;border-bottom:1px solid #080808}
.nav-shell{max-width:100%;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 48px}
.nav-left,.nav-right{display:flex;gap:34px;align-items:center}
.nav-right{justify-content:flex-end}
.nav-link{font-size:16px;text-transform:uppercase;padding:4px 0}
.nav-link.active{color:#2a88b2;border-bottom:2px solid #2a88b2}
.logo img{width:60px;height:72px;object-fit:cover;object-position:center}
.main{min-height:calc(100vh - 112px)}
.hero{position:relative;height:535px;overflow:hidden}
.hero img{width:100%;height:100%;object-fit:cover}
.hero-copy{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;background:rgba(0,0,0,.03)}
.hero-copy-inner{margin-top:5px}
.hero-copy h1{font:italic 700 44px/1 'Barlow Condensed',Arial Narrow,sans-serif;margin:0 0 4px;text-shadow:0 2px 8px rgba(0,0,0,.9)}
.hero-copy p{font-size:18px;font-weight:500;text-shadow:0 2px 8px rgba(0,0,0,.9)}
.hero-copy .btn{display:inline-block;margin-top:8px;background:#0e3347;padding:14px 24px;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:.05em}
.section{padding:70px 0}
.container{width:min(var(--max),calc(100% - 80px));margin:auto}
.section-title{font:italic 700 42px/1.05 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);text-align:center;margin:0 0 52px}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.offer-card img{width:100%;aspect-ratio:1/1;border-radius:50%;object-fit:cover;margin-bottom:24px}
.offer-card h3{font:italic 700 37px/1.08 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);margin:0 0 26px}
.offer-card p{color:#b4b4b4;font-size:16px;margin:0}
.explore{padding:84px 0 72px}
.explore h2{font:italic 700 40px/1 'Barlow Condensed',Arial Narrow,sans-serif;text-align:center;margin:0 0 48px}
.explore-links{width:min(810px,calc(100% - 40px));margin:auto;display:grid;gap:15px}
.explore-links a{height:57px;background:var(--blue2);display:grid;place-items:center;font-weight:700;text-transform:uppercase;letter-spacing:.03em}
.partners{padding:30px 0 75px}
.partners h2{color:var(--blue);text-align:center;font-weight:300;font-size:33px;margin:0 0 28px}
.partner-strip{width:min(1180px,calc(100% - 80px));margin:auto;overflow:hidden}
.partner-strip img{width:100%;height:150px;object-fit:cover;object-position:center;background:#000}
.social{padding:28px 0 50px;text-align:center}
.social h2{font:italic 700 40px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue)}
.social-row{display:flex;justify-content:center;gap:44px;margin-top:38px}
.social-row a{width:42px;height:42px;border-radius:50%;background:#eee;color:#111;display:grid;place-items:center;font-weight:700;font-size:21px}
.footer{background:#191919;padding:34px 20px;text-align:center;color:#999;font-size:14px}

.page-hero{padding:62px 0 44px;background:#000;text-align:center}
.page-hero h1{font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);margin:0 0 24px}
.page-hero p{color:#aaa;font-size:13px;max-width:850px;margin:0 auto}
.services-wrap{background:#171717;padding:55px 0 90px}
.services-inner{width:min(820px,calc(100% - 60px));margin:auto}
.services-inner h2{font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);text-align:center;margin:0 0 58px}
.services-inner .lead{color:#1e7197;font-size:33px;font-weight:300;margin:0 0 4px}
.services-inner .sub{color:#aaa;font-size:14px;margin:0 0 30px}
.service-item{margin:0 0 48px}
.service-item h3{font-size:21px;margin:0 0 6px;font-weight:400}
.service-item p{color:#b8b8b8;font-size:16px;max-width:620px;margin:0}

.work-section{padding:55px 0}
.work-title{font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);text-align:center;margin:0 0 30px}
.work-intro{color:#aaa;text-align:center;max-width:820px;margin:0 auto 120px;font-size:16px}
.work-subtitle{font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);text-align:center;margin:0 0 54px}
.project-list{width:min(1240px,calc(100% - 70px));margin:auto}
.project{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;margin-bottom:72px}
.project:nth-child(even) .media{order:2}
.project:nth-child(even) .copy{order:1;text-align:center}
.project:nth-child(odd) .copy{text-align:center}
.media iframe{width:100%;aspect-ratio:16/9;border:0;background:#222}
.copy h3{font-size:22px;font-weight:400;margin:0 0 24px}
.copy p{color:#999;font-size:16px;margin:0}
.gallery-title{font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;color:var(--blue);text-align:center;margin:80px 0 42px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gallery img{width:100%;height:330px;object-fit:cover}
.gallery img:nth-child(4),.gallery img:nth-child(5),.gallery img:nth-child(6){height:430px}
.work-explore{padding:90px 0 60px}
.work-explore h2{font:italic 700 40px/1 'Barlow Condensed',Arial Narrow,sans-serif;text-align:center}
.mobile-menu{display:none}

@media(max-width:900px){
  .site-header{height:auto;position:relative}
  .nav-shell{grid-template-columns:1fr auto;padding:18px 22px}
  .nav-left,.nav-right{display:none}
  .logo{justify-self:start}
  .logo img{width:48px;height:58px}
  .mobile-menu{display:block;justify-self:end;background:none;border:1px solid #555;color:#fff;padding:9px 12px}
  .mobile-links{display:none;padding:0 22px 18px}
  .mobile-links.open{display:grid;gap:12px}
  .hero{height:440px}
  .offer-grid{grid-template-columns:1fr;gap:56px}
  .offer-card{max-width:520px;margin:auto}
  .container{width:min(100% - 38px,var(--max))}
  .project{grid-template-columns:1fr;gap:25px}
  .project:nth-child(even) .media,.project:nth-child(even) .copy{order:initial}
  .gallery{grid-template-columns:1fr}
  .gallery img,.gallery img:nth-child(n){height:auto}
}


/* === Home page corrections === */
.hero-large{
  height:680px;
}
.hero-large img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero-large .hero-copy-inner{
  transform:translateY(5px);
}
.hero-large .hero-copy h1{
  font-size:48px;
}
.hero-large .hero-copy p{
  font-size:19px;
}

.offer-split-section{
  padding:74px 0 82px;
}
.offer-split-section .section-title{
  margin-bottom:44px;
}
.offer-split{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:60px;
  align-items:center;
}
.offer-split-photo img{
  width:100%;
  height:560px;
  object-fit:cover;
  object-position:center center;
}
.offer-split-services{
  display:grid;
  gap:38px;
}
.offer-service{
  padding-bottom:28px;
  border-bottom:1px solid #242424;
}
.offer-service:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.offer-service h3{
  margin:0 0 10px;
  color:#167aa6;
  font:italic 700 31px/1.08 'Barlow Condensed',Arial Narrow,sans-serif;
}
.offer-service p{
  margin:0;
  color:#b4b4b4;
  font-size:16px;
  line-height:1.55;
}

.partners-marquee{
  padding:58px 0 86px;
  overflow:hidden;
}
.partners-marquee h2{
  margin:0 0 44px;
  color:#176c94;
  text-align:center;
  font:italic 700 42px/1 'Barlow Condensed',Arial Narrow,sans-serif;
  letter-spacing:.01em;
}
.logo-marquee{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);
}
.logo-track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:64px;
  animation:partnerPan 34s linear infinite;
}
.logo-marquee:hover .logo-track{
  animation-play-state:paused;
}
.partner-logo{
  width:205px;
  height:110px;
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.partner-logo img{
  max-width:100%;
  max-height:95px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.partner-logo img[src$="the-shul.png"]{
  max-height:110px;
}
.partner-logo img[src$="hbha.png"]{
  max-height:105px;
}
@keyframes partnerPan{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 32px))}
}

@media(max-width:900px){
  .hero-large{height:520px}
  .hero-large .hero-copy h1{font-size:42px}
  .offer-split{grid-template-columns:1fr;gap:38px}
  .offer-split-photo img{height:auto}
  .offer-split-services{gap:30px}
  .offer-service h3{font-size:29px}
  .partners-marquee h2{font-size:36px}
  .partner-logo{width:165px;height:90px}
  .partner-logo img{max-height:78px}
}


/* === User requested header/hero refinements === */

/* Larger centered MM logo */
.logo img{
  width:92px !important;
  height:78px !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Make header a little taller so the larger logo has room */
.site-header{
  height:126px;
}
.nav-shell{
  min-height:126px;
}

/* Make hero substantially larger like the user's reference */
.hero-large{
  height:760px;
}

/* Keep the full original cover photo filling the hero cleanly */
.hero-large img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
}

/* Make sure no accidental text/links render over top-left of hero */
.hero-large > a,
.hero-large > nav,
.hero-large > .nav-link,
.hero-large > .mobile-links{
  display:none !important;
}

/* Keep hero overlay copy centered only */
.hero-large .hero-copy{
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.hero-large .hero-copy-inner{
  margin:0;
  transform:none;
}

/* Slightly larger hero wording to suit taller image */
.hero-large .hero-copy h1{
  font-size:54px;
}
.hero-large .hero-copy p{
  font-size:20px;
}

/* New transparent KCTeen mark should stay fully visible in logo pan */
.partner-logo img[src$="kcteen.webp.png"]{
  max-height:82px;
  max-width:220px;
}

@media(max-width:900px){
  .site-header{height:auto}
  .nav-shell{min-height:0}
  .logo img{
    width:70px !important;
    height:58px !important;
  }
  .hero-large{
    height:560px;
  }
  .hero-large .hero-copy h1{
    font-size:44px;
  }
}


/* === Manual partner logo carousel === */
.logo-marquee{
  position:relative;
  overflow:hidden;
  padding:0 66px;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}
.logo-track{
  width:auto !important;
  display:flex;
  gap:54px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  animation:none !important;
}
.logo-track::-webkit-scrollbar{
  display:none;
}
.logo-marquee:hover .logo-track{
  animation-play-state:initial !important;
}
.partner-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid #333;
  background:#111;
  color:#fff;
  font-size:28px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:5;
}
.partner-arrow:hover{
  background:#17394b;
}
.partner-arrow.left{
  left:10px;
}
.partner-arrow.right{
  right:10px;
}
.partner-logo img[src$="kcteen.webp.png"]{
  max-height:84px;
  max-width:230px;
}
@media(max-width:900px){
  .logo-marquee{padding:0 52px}
  .partner-arrow{width:40px;height:40px;font-size:24px}
}

.partner-logo img[src$="kcteen.webp.png"]{max-height:84px;max-width:230px;}


/* === Restore automatic partner logo movement === */
.logo-marquee{
  padding:0 !important;
  overflow:hidden !important;
  -webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent) !important;
  mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent) !important;
}
.logo-track{
  width:max-content !important;
  display:flex !important;
  align-items:center !important;
  gap:64px !important;
  overflow:visible !important;
  animation:partnerPan 34s linear infinite !important;
  scroll-behavior:auto !important;
}
.logo-marquee:hover .logo-track{
  animation-play-state:running !important;
}
.partner-arrow{
  display:none !important;
}
@keyframes partnerPan{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 32px))}
}


/* Remove accidental duplicate nav text on desktop */
.mobile-links{
  display:none !important;
}
@media(max-width:900px){
  .mobile-links.open{
    display:grid !important;
  }
}

.footer{display:none !important;}


/* === Our Services typography refinement to match the original more closely === */
.services-wrap{
  font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
}

.services-inner{
  width:min(820px,calc(100% - 60px));
}

/* Main "What We offer" heading */
.services-inner h2{
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  font-style:italic;
  font-weight:700;
  font-size:43px;
  line-height:1;
  letter-spacing:.01em;
  color:#176485;
}

/* Blue intro line */
.services-inner .lead{
  font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
  font-style:normal;
  font-weight:300;
  font-size:32px;
  line-height:1.15;
  color:#1d6688;
  letter-spacing:0;
}

/* Small explanatory line */
.services-inner .sub{
  font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
  font-weight:300;
  font-size:15px;
  line-height:1.4;
  color:#aaa;
}

/* Service names */
.service-item h3{
  font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:22px;
  line-height:1.25;
  letter-spacing:0;
  color:#f2f2f2;
}

/* Service descriptions */
.service-item p{
  font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;
  font-weight:300;
  font-size:16px;
  line-height:1.43;
  letter-spacing:0;
  color:#b3b3b3;
}

/* Slightly tighter spacing, matching the source page */
.service-item{
  margin-bottom:43px;
}

@media(max-width:900px){
  .services-inner h2{font-size:38px}
  .services-inner .lead{font-size:27px}
  .service-item h3{font-size:21px}
  .service-item p{font-size:16px}
}


/* === Our Services readability update === */
/* Wider, larger, easier-to-read type like the original screenshot */
.services-wrap{
  font-family:Arial, Helvetica, sans-serif !important;
}

.services-inner{
  width:min(820px,calc(100% - 60px));
}

/* Main heading */
.services-inner h2{
  font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif !important;
  font-style:italic;
  font-weight:700;
  font-size:44px !important;
  line-height:1.05;
  letter-spacing:.01em;
}

/* Blue intro sentence */
.services-inner .lead{
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:400 !important;
  font-size:31px !important;
  line-height:1.25 !important;
  color:#1d6688;
  margin-bottom:6px;
}

/* Small explanatory sentence */
.services-inner .sub{
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:400 !important;
  font-size:16px !important;
  line-height:1.5 !important;
  color:#aaa;
  margin-bottom:32px;
}

/* Service names */
.service-item h3{
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:400 !important;
  font-size:21px !important;
  line-height:1.35 !important;
  letter-spacing:0 !important;
  color:#f2f2f2;
  margin-bottom:7px;
}

/* Service descriptions */
.service-item p{
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight:400 !important;
  font-size:17px !important;
  line-height:1.5 !important;
  letter-spacing:0 !important;
  color:#b8b8b8;
  max-width:650px;
}

.service-item{
  margin-bottom:46px;
}

@media(max-width:900px){
  .services-inner .lead{font-size:26px !important}
  .services-inner .sub{font-size:15px !important}
  .service-item h3{font-size:20px !important}
  .service-item p{font-size:16px !important}
}


/* === Our Work video thumbnails === */
/* Clickable thumbnails are used instead of embedded players so the page also works
   when opened locally from file:// (YouTube embeds can throw Error 153 there). */
.video-thumb-wrap{
  width:100%;
}
.video-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#222;
}
.video-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease, filter .25s ease;
}
.video-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.10);
  transition:background .25s ease;
}
.video-thumb:hover img{
  transform:scale(1.025);
}
.video-thumb:hover::after{
  background:rgba(0,0,0,.02);
}
.play-badge{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:66px;
  height:46px;
  border-radius:12px;
  background:#ff0033;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:22px;
  padding-left:4px;
  box-shadow:0 5px 18px rgba(0,0,0,.35);
}
.watch-label{
  position:absolute;
  z-index:2;
  left:18px;
  bottom:15px;
  padding:7px 10px;
  background:rgba(0,0,0,.72);
  color:#fff;
  font-size:14px;
  font-weight:500;
}


/* === Inline playable portfolio videos === */
.inline-video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#222;
  overflow:hidden;
}
.inline-video-poster{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
  background:#222;
}
.inline-video-poster img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.inline-video-poster::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.08);
  transition:background .2s ease;
}
.inline-video-poster:hover::after{
  background:rgba(0,0,0,0);
}
.inline-video-frame{
  position:absolute;
  inset:0;
  display:none;
}
.inline-video.playing .inline-video-poster{
  display:none;
}
.inline-video.playing .inline-video-frame{
  display:block;
}
.inline-video-frame iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}


/* === Our Work 7-photo layout === */
.work-photo-showcase{
  width:100%;
  margin:72px 0 0;
  background:#000;
}
.photo-row{
  width:100%;
  display:grid;
  gap:0;
}
.photo-row-three{
  grid-template-columns:repeat(3,1fr);
}
.photo-row-four{
  grid-template-columns:repeat(4,1fr);
}
.photo-row img{
  width:100%;
  height:310px;
  object-fit:cover;
  display:block;
}
.photo-row-four img{
  height:300px;
}
@media(max-width:900px){
  .photo-row-three,
  .photo-row-four{
    grid-template-columns:1fr;
  }
  .photo-row img,
  .photo-row-four img{
    height:auto;
  }
}


/* === Click-to-enlarge photo lightbox === */
.lightbox-trigger{
  cursor:zoom-in;
}
.photo-lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,.92);
  display:none;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.photo-lightbox.open{
  display:flex;
}
.lightbox-stage{
  width:min(82vw,1200px);
  height:min(80vh,820px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox-stage img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 12px 45px rgba(0,0,0,.45);
}
.lightbox-close{
  position:absolute;
  top:28px;
  right:36px;
  z-index:1002;
  border:0;
  background:transparent;
  color:white;
  font-size:48px;
  line-height:1;
  cursor:pointer;
  font-weight:300;
}
.lightbox-counter{
  position:absolute;
  top:34px;
  left:44px;
  color:#fff;
  font-size:20px;
  z-index:1002;
}
.lightbox-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:60px;
  height:82px;
  border:0;
  background:rgba(0,0,0,.18);
  color:#fff;
  font-size:54px;
  cursor:pointer;
  z-index:1002;
  border-radius:10px;
}
.lightbox-arrow:hover{
  background:rgba(255,255,255,.10);
}
.lightbox-prev{left:42px}
.lightbox-next{right:42px}
body.lightbox-open{
  overflow:hidden;
}
@media(max-width:900px){
  .lightbox-stage{
    width:88vw;
    height:76vh;
  }
  .lightbox-arrow{
    width:46px;
    height:64px;
    font-size:42px;
  }
  .lightbox-prev{left:10px}
  .lightbox-next{right:10px}
  .lightbox-close{
    top:16px;
    right:18px;
    font-size:42px;
  }
  .lightbox-counter{
    top:22px;
    left:18px;
    font-size:17px;
  }
}


/* === Gallery spacing + reliable lightbox interaction === */
.work-photo-showcase{
  width:100%;
  margin:58px 0 0 !important;
  padding:0 !important;
  background:#000;
}
.photo-row{
  width:100%;
  gap:0 !important;
  margin:0 !important;
}
.photo-row-three{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.photo-row-four{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.photo-row img{
  width:100% !important;
  height:305px !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.lightbox-trigger{
  cursor:zoom-in !important;
}

/* Lightbox sits above the sticky header and everything else. */
.photo-lightbox{
  z-index:99999 !important;
}


/* === Additional horizontal photo carousel === */
.scroll-gallery-section{
  width:100%;
  padding:72px 0 18px;
  background:#000;
}
.scroll-gallery-shell{
  position:relative;
  width:100%;
  overflow:hidden;
}
.scroll-gallery-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:0 72px 10px;
  scroll-snap-type:x proximity;
}
.scroll-gallery-track::-webkit-scrollbar{
  display:none;
}
.scroll-gallery-item{
  flex:0 0 clamp(310px, 35vw, 560px);
  height:360px;
  border:0;
  padding:0;
  margin:0;
  background:#111;
  cursor:zoom-in;
  scroll-snap-align:center;
  overflow:hidden;
}
.scroll-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.scroll-gallery-arrow{
  position:absolute;
  z-index:8;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:68px;
  border:0;
  border-radius:9px;
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:42px;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.scroll-gallery-arrow:hover{
  background:rgba(20,70,95,.88);
}
.scroll-gallery-prev{left:12px}
.scroll-gallery-next{right:12px}

/* lightbox for the horizontal carousel */
.carousel-lightbox{
  position:fixed;
  inset:0;
  z-index:100000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.93);
}
.carousel-lightbox.open{display:flex}
.carousel-lightbox-stage{
  width:min(84vw,1220px);
  height:min(80vh,840px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.carousel-lightbox-stage img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.carousel-lightbox-close{
  position:absolute;
  top:26px;
  right:34px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:48px;
  cursor:pointer;
}
.carousel-lightbox-counter{
  position:absolute;
  top:32px;
  left:42px;
  color:#fff;
  font-size:20px;
}
.carousel-lightbox-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:78px;
  border:0;
  border-radius:9px;
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:50px;
  cursor:pointer;
}
.carousel-lightbox-prev{left:30px}
.carousel-lightbox-next{right:30px}
.carousel-lightbox-arrow:hover{background:rgba(255,255,255,.1)}

@media(max-width:900px){
  .scroll-gallery-track{padding:0 52px 8px;gap:12px}
  .scroll-gallery-item{flex-basis:82vw;height:300px}
  .scroll-gallery-arrow{width:42px;height:58px;font-size:34px}
  .carousel-lightbox-stage{width:88vw;height:76vh}
  .carousel-lightbox-prev{left:8px}
  .carousel-lightbox-next{right:8px}
}


/* Title above the horizontal photo carousel */
.scroll-gallery-title{
  margin:78px 0 26px;
  text-align:center;
  color:#176485;
  font:italic 700 42px/1.05 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  letter-spacing:.01em;
}
.scroll-gallery-title + .scroll-gallery-section{
  padding-top:22px;
}
@media(max-width:900px){
  .scroll-gallery-title{
    font-size:36px;
    margin-top:58px;
  }
}


/* === Our Work intro caption spacing/readability === */
.work-intro p{
  font-size:20px !important;
  line-height:1.55 !important;
  max-width:900px !important;
  margin:22px auto 0 !important;
  color:#b8b8b8 !important;
}


/* Top intro removed from Our Work page */
.work-intro{
  display:none !important;
}


/* === Simplified Contact Us page === */
.contact-simple-page{
  background:#000;
  min-height:calc(100vh - 126px);
}
.contact-simple{
  padding:100px 24px 120px;
}
.contact-simple-inner{
  width:min(760px, 100%);
  margin:0 auto;
}
.contact-simple-inner > h1{
  margin:0 0 56px;
  text-align:center;
  color:#176485;
  font:italic 700 48px/1.05 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
}
.contact-simple-item{
  display:flex;
  align-items:center;
  gap:28px;
  padding:32px 0;
  border-bottom:1px solid #222;
}
.contact-simple-item:last-child{
  border-bottom:0;
}
.contact-simple-icon{
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#12384a;
  color:#fff;
  font-size:24px;
}
.contact-simple-item h2{
  margin:0 0 8px;
  color:#f3f3f3;
  font-size:25px;
  font-weight:400;
}
.contact-simple-item a{
  color:#1e8fc0;
  font-size:22px;
  text-decoration:none;
}
.contact-simple-item a:hover{
  text-decoration:underline;
}
@media(max-width:700px){
  .contact-simple{padding:72px 20px 90px}
  .contact-simple-inner > h1{font-size:42px}
  .contact-simple-item{gap:20px}
  .contact-simple-icon{
    width:60px;
    height:60px;
    flex-basis:60px;
    font-size:28px;
  }
  .contact-simple-item h2{font-size:22px}
  .contact-simple-item a{font-size:18px}
}


/* === Contact page redesign === */
.contact-page-redesign{
  min-height:calc(100vh - 126px);
  background:
    radial-gradient(circle at 50% 8%, rgba(18,74,101,.22), transparent 34%),
    #000;
}

.contact-hero{
  padding:86px 24px 110px;
}

.contact-hero-inner{
  width:min(1080px, 100%);
  margin:0 auto;
  text-align:center;
}

.contact-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  color:#8a8a8a;
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.contact-hero h1{
  margin:0;
  color:#176485;
  font:italic 700 54px/1 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
}

.contact-hero > .contact-hero-inner > p{
  max-width:720px;
  margin:22px auto 0;
  color:#b9b9b9;
  font-size:19px;
  line-height:1.6;
}

.contact-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  margin-top:58px;
}

.contact-card{
  min-height:220px;
  padding:34px;
  display:flex;
  align-items:center;
  gap:24px;
  text-align:left;
  text-decoration:none;
  border:1px solid #222;
  border-radius:18px;
  background:linear-gradient(180deg,#111,#0b0b0b);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.contact-card:hover{
  transform:translateY(-4px);
  border-color:#176485;
  background:linear-gradient(180deg,#121b20,#0b0b0b);
}

.contact-card-icon{
  width:84px;
  height:84px;
  flex:0 0 84px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#123b4f;
  color:#fff;
  font-size:38px;
}

.contact-card-copy{
  min-width:0;
}

.contact-card-label{
  display:block;
  margin-bottom:8px;
  color:#f2f2f2;
  font-size:22px;
}

.contact-card strong{
  display:block;
  color:#1e8fc0;
  font-size:24px;
  line-height:1.25;
  overflow-wrap:anywhere;
  font-weight:500;
}

.contact-card-action{
  display:block;
  margin-top:14px;
  color:#8d8d8d;
  font-size:14px;
}

.contact-bottom-note{
  width:min(760px,100%);
  margin:62px auto 0;
  padding:34px 30px;
  border-top:1px solid #202020;
}

.contact-bottom-note h2{
  margin:0 0 10px;
  color:#f1f1f1;
  font-size:28px;
  font-weight:400;
}

.contact-bottom-note p{
  margin:0;
  color:#999;
  font-size:17px;
  line-height:1.55;
}

@media(max-width:800px){
  .contact-hero{
    padding:68px 18px 88px;
  }
  .contact-hero h1{
    font-size:46px;
  }
  .contact-card-grid{
    grid-template-columns:1fr;
  }
  .contact-card{
    min-height:0;
  }
}

@media(max-width:520px){
  .contact-card{
    padding:26px 20px;
    gap:18px;
  }
  .contact-card-icon{
    width:66px;
    height:66px;
    flex-basis:66px;
    font-size:30px;
  }
  .contact-card-label{
    font-size:20px;
  }
  .contact-card strong{
    font-size:19px;
  }
}


/* Contact page uses the same persistent site navigation as every other page */
.contact-page-redesign{
  min-height:calc(100vh - 110px);
}

/* Contact cleanup */
.contact-bottom-note{display:none !important;}
.contact-hero{padding-bottom:90px;}


/* Contact page cleanup */
.contact-eyebrow{display:none !important;}
.contact-email-button{
  width:100%;
  font:inherit;
  color:inherit;
  cursor:pointer;
}


/* =========================================================
   REVIEWS PAGE
   ========================================================= */
.reviews-page{
  background:#000;
  min-height:100vh;
  padding-bottom:88px;
}

.reviews-hero{
  padding:74px 24px 48px;
  text-align:center;
}

.reviews-hero h1{
  margin:0;
  color:#176485;
  font:italic 700 43px/1.1 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  letter-spacing:.01em;
}

.reviews-grid{
  width:min(1160px, calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:48px;
  row-gap:72px;
}

.review-card{
  text-align:center;
}

.review-photo-wrap{
  width:100%;
  height:278px;
  overflow:hidden;
  background:#111;
}

.review-photo{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.review-card h2{
  margin:24px 0 20px;
  color:#f0f0f0;
  font-size:26px;
  line-height:1.2;
  font-weight:400;
}

.review-card p{
  max-width:540px;
  margin:0 auto;
  color:#9f9f9f;
  font-size:17px;
  line-height:1.48;
  font-weight:400;
}

@media(max-width:900px){
  .reviews-hero{
    padding:56px 18px 38px;
  }
  .reviews-hero h1{
    font-size:36px;
  }
  .reviews-grid{
    width:min(680px, calc(100% - 32px));
    grid-template-columns:1fr;
    row-gap:58px;
  }
  .review-photo-wrap{
    height:auto;
    aspect-ratio:16/9;
  }
  .review-card p{
    font-size:16px;
  }
}

@media(max-width:520px){
  .reviews-hero h1{
    font-size:31px;
  }
  .review-card h2{
    font-size:23px;
  }
}


/* =========================================================
   ABOUT US PAGE
   ========================================================= */
.about-page{
  background:#000;
  color:#eee;
  min-height:100vh;
  padding:66px 0 100px;
}

.about-intro{
  width:min(1160px, calc(100% - 48px));
  margin:0 auto;
  text-align:center;
}

.about-intro > h1{
  margin:0 0 50px;
  color:#176485;
  font:italic 700 44px/1.05 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  letter-spacing:.01em;
}

.about-duo-photo{
  width:100%;
  max-width:1140px;
  margin:0 auto;
  box-sizing:border-box;
  background:#111;
}

.about-duo-photo img{
  width:100%;
  height:auto;
  display:block;
}

.about-intro > h2{
  margin:27px 0 22px;
  font-size:27px;
  font-weight:400;
  color:#f1f1f1;
}

.about-duo-copy{
  max-width:1120px;
  margin:0 auto;
  color:#9f9f9f;
  font-size:18px;
  line-height:1.5;
}

.founders-grid{
  width:min(1160px, calc(100% - 48px));
  margin:56px auto 0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:72px;
  align-items:start;
}

.founder-card{
  text-align:center;
}

.founder-photo{
  width:min(520px,100%);
  aspect-ratio:1 / 1;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
  background:#111;
}

.founder-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.founder-card h2{
  margin:28px 0 22px;
  font-size:27px;
  line-height:1.15;
  color:#f1f1f1;
  font-weight:400;
}

.founder-card p{
  max-width:530px;
  margin:0 auto;
  color:#9f9f9f;
  font-size:17px;
  line-height:1.5;
}

@media (max-width:900px){
  .about-page{
    padding-top:52px;
  }

  .about-intro{
    width:min(700px,calc(100% - 32px));
  }

  .about-intro > h1{
    font-size:38px;
    margin-bottom:38px;
  }

  .about-duo-copy{
    font-size:16px;
  }

  .founders-grid{
    width:min(650px,calc(100% - 32px));
    grid-template-columns:1fr;
    gap:64px;
  }

  .founder-photo{
    width:min(460px,100%);
  }

  .founder-card p{
    font-size:16px;
  }
}

@media (max-width:520px){
  .about-intro > h1{
    font-size:33px;
  }

  .about-intro > h2,
  .founder-card h2{
    font-size:24px;
  }
}

/* Email contact card is now a native mailto link for reliable email-app launching. */
.contact-email-button{
  text-decoration:none;
  font:inherit;
  color:inherit;
  cursor:pointer;
}


/* =========================================================
   v32 — polished mobile navigation
   Hamburger on left, centered MM logo, full-screen menu
   ========================================================= */
@media (max-width: 900px) {
  .site-header {
    position: relative;
    z-index: 1000;
    height: 116px;
    background: #000;
    border-bottom: 0;
  }

  .nav-shell {
    position: relative;
    z-index: 1002;
    min-height: 116px;
    height: 116px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 28px;
    background: #000;
  }

  .nav-left,
  .nav-right {
    display: none !important;
  }

  .logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    position: relative;
    z-index: 1003;
  }

  .logo img {
    width: 86px !important;
    height: 86px !important;
    object-fit: contain !important;
  }

  .mobile-menu {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: block;
    position: relative;
    z-index: 1004;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
  }

  .mobile-menu::before,
  .mobile-menu::after,
  .mobile-menu {
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 13px;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: #f4f4f4;
    box-shadow: 0 10px 0 #f4f4f4, 0 20px 0 #f4f4f4;
    transition: transform .22s ease, top .22s ease, box-shadow .22s ease;
  }

  .mobile-menu::after {
    content: "";
    position: absolute;
    inset: 0;
  }

  .mobile-menu.is-open {
    position: fixed;
    top: 22px;
    right: 25px;
    left: auto;
    width: 48px;
    height: 48px;
    z-index: 1102;
  }

  .mobile-menu.is-open::before {
    top: 22px;
    left: 6px;
    width: 36px;
    height: 3px;
    background: #fff;
    box-shadow: none;
    transform: rotate(45deg);
  }

  .mobile-menu.is-open::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 6px;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    transform: rotate(-45deg);
  }

  .mobile-links {
    display: flex !important;
    position: fixed;
    inset: 0;
    z-index: 1100;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 150px 42px 54px;
    background: #161616;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    overflow-y: auto;
  }

  .mobile-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-links a {
    display: block;
    width: 100%;
    padding: 17px 0;
    color: #f5f5f5;
    font-family: Roboto, Arial, sans-serif;
    font-size: clamp(30px, 8vw, 42px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .mobile-links a.active {
    font-weight: 700;
  }

  body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  /* Keep the menu comfortably sized on short phones */
  @media (max-height: 680px) {
    .mobile-links {
      padding-top: 105px;
    }

    .mobile-links a {
      padding: 10px 0;
      font-size: 28px;
    }
  }
}


/* =========================================================
   REVIEWS PAGE — KC JEWISH CHRONICLE FEATURE
   ========================================================= */
.press-feature{
  width:min(1160px, calc(100% - 48px));
  margin:42px auto 10px;
}

.press-feature-inner{
  display:grid;
  grid-template-columns:minmax(320px, .92fr) minmax(360px, 1.08fr);
  align-items:stretch;
  height:263px; /* another 25% taller */
  overflow:hidden;
  border:1px solid #202b31;
  border-radius:18px;
  background:linear-gradient(135deg,#0b0d0f 0%,#11171b 100%);
  box-shadow:0 14px 38px rgba(0,0,0,.32);
}

.press-feature-photo-wrap{
  height:263px;
  min-height:0;
  overflow:hidden;
  background:#111;
}

.press-feature-photo{
  display:block;
  width:100%;
  height:263px;
  min-height:0;
  object-fit:cover;
  object-position:center 12%; /* keep both heads fully in frame */
}

.press-feature-copy{
  min-height:0;
  padding:12px 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.press-feature-kicker{
  margin-bottom:5px;
  color:#2b8db7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.press-feature-copy h1{
  margin:0 0 5px;
  color:#f4f4f4;
  font:italic 700 23px/1.05 'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  letter-spacing:.01em;
}

.press-feature-copy p{
  margin:0 0 8px;
  max-width:560px;
  color:#b1b1b1;
  font-size:14px;
  line-height:1.32;
}

.press-feature-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border:1px solid #176485;
  border-radius:7px;
  background:#12394b;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.press-feature-button:hover{
  transform:translateY(-2px);
  background:#176485;
  border-color:#2b8db7;
}

.press-feature-button:focus-visible{
  outline:2px solid #55bde8;
  outline-offset:3px;
}

/* Reduce the gap because the press card now introduces the page */
.press-feature + .reviews-hero{
  padding-top:48px;
}

@media(max-width:900px){
  .press-feature{
    width:min(680px, calc(100% - 32px));
    margin-top:34px;
  }

  .press-feature-inner{
    grid-template-columns:42% 58%;
    height:255px;
  }

  .press-feature-photo-wrap{
    height:255px;
    min-height:0;
    aspect-ratio:auto;
  }

  .press-feature-photo{
    height:255px;
    min-height:0;
    object-position:center 12%;
  }

  .press-feature-copy{
    padding:10px 14px;
    align-items:flex-start;
    text-align:left;
  }

  .press-feature-copy h1{
    font-size:22px;
  }

  .press-feature-copy p{
    font-size:13px;
    line-height:1.28;
  }

  .press-feature + .reviews-hero{
    padding-top:42px;
  }
}

@media(max-width:520px){
  .press-feature{
    width:calc(100% - 28px);
    margin-top:24px;
  }

  .press-feature-inner{
    border-radius:14px;
  }

  .press-feature-inner{
    grid-template-columns:40% 60%;
    height:234px;
  }

  .press-feature-photo-wrap{
    height:234px;
    aspect-ratio:auto;
  }

  .press-feature-photo{
    height:234px;
    object-position:center 12%;
  }

  .press-feature-copy{
    padding:9px 10px;
  }

  .press-feature-kicker{
    margin-bottom:4px;
    font-size:9px;
    line-height:1.2;
    letter-spacing:.08em;
  }

  .press-feature-copy h1{
    margin-bottom:4px;
    font-size:18px;
  }

  .press-feature-copy p{
    margin-bottom:6px;
    font-size:11px;
    line-height:1.2;
  }

  .press-feature-button{
    width:auto;
    justify-content:center;
    padding:6px 9px;
    font-size:11px;
  }
}
