/* Preserves the original Shooting Creek dark/yellow visual direction */
:root{
  --scd-yellow:#f0c419;
  --scd-yellow-deep:#d9ae0f;
  --scd-dark:#141414;
  --scd-dark-2:#1c1c1c;
  --scd-dark-3:#252525;
  --scd-light:#f5f5f5;
  --scd-muted:#b9b9b9;
  --scd-border:#3a3a3a;
}

html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Open Sans",Arial,sans-serif;
  color:#ddd;
  background:#1a1a1a;
  line-height:1.65;
}
a{color:var(--scd-yellow);text-decoration:none}
a:hover{color:#ffe067}
strong{font-weight:800}

.site-header{
  background:#181818;
  border-bottom:1px solid #2b2b2b;
  box-shadow:0 2px 7px rgba(0,0,0,.35);
}
.logo-link img{width:220px;max-height:62px;object-fit:contain}
.navbar-nav .nav-link{
  color:#eee;
  text-transform:uppercase;
  font-weight:700;
  font-size:.88rem;
  letter-spacing:.02em;
  padding:.8rem 1rem!important;
}
.navbar-nav .nav-link:hover{color:var(--scd-yellow)}

.hero-slider,.hero-slide{background:#000}
.hero-slide{height:560px;position:relative;overflow:hidden}
.hero-bg{height:560px;object-fit:cover}
.hero-overlay{
  position:absolute;inset:0;
  background:rgba(0,0,0,.35);
}
.hero-overlay-soft{background:rgba(0,0,0,.20)}
.hero-caption{
  position:absolute;
  inset:0;
  left:0;right:0;
  padding:0;
  display:block;
  text-align:left;
}
.hero-center-title,
.hero-center-subtitle{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:max-content;
  max-width:90%;
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.16em;
  text-shadow:0 2px 5px rgba(0,0,0,.65);
}
.hero-center-title{
  top:31%;
  font-size:clamp(2rem,4.7vw,4.8rem);
  font-weight:300;
}
.hero-center-subtitle{
  top:47%;
  font-size:clamp(1.3rem,3vw,2.8rem);
  font-weight:300;
}
.hero-brand-block{
  position:absolute;
  left:20%;
  top:58%;
  align-items:flex-start;
  gap:35px;
  color:#fff;
}
.brand-name{
  font-size:1.45rem;
  line-height:1.05;
}
.brand-divider{
  width:3px;
  height:145px;
  background:rgba(255,255,255,.9);
}
.brand-lines{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:1.05rem;
  letter-spacing:.06em;
}
.brand-lines small{
  margin-top:8px;
  color:#eee;
  font-size:.9rem;
}

.hero-caption-two{
  color:#fff;
  text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.device-art .imac-art{
  position:absolute;
  top:17%;
  left:25%;
  width:39%;
  max-width:460px;
}
.device-art .macbook-art{
  position:absolute;
  top:34%;
  left:41%;
  width:35%;
  max-width:420px;
}
.creative-title{
  position:absolute;
  top:7%;
  left:35%;
  font-size:clamp(2.2rem,4vw,4.2rem);
  font-weight:800;
}
.digital-title{
  position:absolute;
  top:15%;
  left:45%;
  font-size:clamp(1.3rem,2vw,2.2rem);
  font-weight:300;
}
.badge-line{
  position:absolute;
  display:inline-block;
  padding:8px 14px;
  color:#fff;
  font-weight:700;
}
.badge-mobile{left:9%;top:28%;background:#67727a}
.badge-fast{left:14%;top:36%;background:#183b61}
.badge-quality{right:8%;top:48%;background:#bb3533}
.tech-badges{
  position:absolute;
  right:8%;
  bottom:18%;
  display:flex;
  gap:8px;
}
.tech-badges span{
  padding:8px 12px;
  font-weight:800;
  color:#fff;
  background:#164069;
}
.tech-badges span:last-child{background:#e77e22}

.hero-caption-three{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}
.hero-caption-three h1{
  font-size:clamp(2.6rem,5vw,5rem);
  font-weight:300;
  margin:0 0 35px;
}
.hero-caption-three h2{
  font-size:clamp(2rem,4vw,3.6rem);
  font-weight:300;
  margin:0 0 55px;
}
.carousel-indicators [data-bs-target]{
  background-color:var(--scd-yellow);
}

.section-pad{padding:70px 0}
.section-pad-sm{padding:45px 0}
.section-title{
  color:#f4f4f4;
  font-weight:300;
}
.divider-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:var(--scd-yellow);
  margin:18px auto 32px;
}
.divider-mark::before,
.divider-mark::after{
  content:"";
  height:1px;
  width:95px;
  background:#444;
}
.divider-mark span{
  font-size:1rem;
  font-weight:800;
}
.small-divider{margin:10px 0 20px}
.site-rule{
  margin:0;
  border:0;
  border-top:1px solid #333;
  opacity:1;
}

.featured-box{
  border:1px solid #3a3a3a;
  background:#202020;
  padding:28px 22px;
  text-align:center;
}
.featured-box h4{
  margin-top:15px;
  color:#fff;
}
.feature-icon{
  color:var(--scd-yellow);
  font-weight:800;
  font-size:.85rem;
  letter-spacing:.08em;
}

.portfolio-section{
  background:#202020;
}
.brand-carousel{
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  padding:18px 0;
}
.brand-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  align-items:center;
}
.brand-row img{
  max-height:94px;
  width:auto;
  max-width:100%;
  margin:auto;
  filter:none;
}
.portfolio-card{
  background:#171717;
  border:1px solid #333;
  height:100%;
}
.portfolio-card .card-img-top{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:top center;
  background:#111;
  border-bottom:1px solid #333;
}
.portfolio-card .card-body{
  background:#171717;
  padding:18px 16px;
}
.portfolio-card h3{
  color:#f1f1f1;
  margin-bottom:14px;
}
.portfolio-meta{
  color:var(--scd-yellow);
}
.portfolio-filter{
  border-color:#555;
  color:#ddd;
}
.portfolio-filter:hover,
.portfolio-filter.active{
  color:#111;
  background:var(--scd-yellow);
  border-color:var(--scd-yellow);
}

.team-card{
  background:#202020;
  border:1px solid #333;
  text-align:center;
  padding:25px;
}
.team-card img{
  display:block;
  margin:0 auto 18px;
  width:263px;
  height:263px;
  object-fit:cover;
}
.team-card h4{color:#fff;margin-bottom:5px}
.team-card small{color:var(--scd-yellow)}

.contact-section{
  background:#242424;
}
.white-row{
  background:#f3f3f3;
  color:#333;
  padding:26px;
  border-radius:2px;
}
.white-row a{color:#8b6f00}
.form-control{
  border-radius:0;
  min-height:46px;
}
textarea.form-control{min-height:145px}
.btn-warning{
  --bs-btn-bg:var(--scd-yellow);
  --bs-btn-border-color:var(--scd-yellow);
  --bs-btn-hover-bg:#ffdb38;
  --bs-btn-hover-border-color:#ffdb38;
  color:#111;
  font-weight:700;
  border-radius:2px;
}

.footer-bar{
  background:#111;
  border-top:1px solid #2f2f2f;
  padding:20px 0;
  color:#999;
  font-size:.85rem;
}
.footer-content{
  background:#181818;
  padding:45px 0;
}
.footer-content h3{
  color:#fff;
  font-size:1rem;
  font-weight:700;
}
.footer-logo{max-width:100%;height:auto}
.toTop{font-size:.8rem;font-weight:700}

@media (max-width:1199.98px){
  .portfolio-card .card-img-top{height:190px}
}
@media (max-width:767.98px){
  .portfolio-card .card-img-top{height:180px}
}

@media (max-width:991.98px){
  .hero-slide,.hero-bg{height:500px}
  .creative-title{left:16%;top:12%}
  .digital-title{left:30%;top:22%}
  .badge-mobile{left:8%;top:38%}
  .badge-fast{left:8%;top:50%}
  .badge-quality{right:8%;top:38%}
  .tech-badges{right:8%;bottom:22%}
}
@media (max-width:767.98px){
  .logo-link img{width:185px}
  .hero-slide,.hero-bg{height:455px}
  .hero-center-title{top:31%;font-size:2.1rem}
  .hero-center-subtitle{top:47%;font-size:1.25rem}
  .hero-caption-two{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:14px;
    text-align:center;
  }
  .creative-title,
  .digital-title,
  .badge-line,
  .tech-badges{
    position:static;
  }
  .creative-title{font-size:2.5rem}
  .digital-title{font-size:1.5rem}
  .badge-line{margin:2px 0}
  .tech-badges{margin-top:8px}
  .hero-caption-three h1{font-size:2.6rem}
  .hero-caption-three h2{font-size:1.8rem}
  .section-pad{padding:55px 0}
  .brand-row{grid-template-columns:repeat(3,1fr);gap:12px}
  .brand-row img{max-height:66px}
}
