:root {
  --bg: #050404;
  --panel: #050404;
  --text: #ffffff;
  --muted: #b8b8b8;
  --accent: #f3c512;
  --border: rgba(243, 197, 18, 0.25);
  --primary-font: "Work Sans", sans-serif;
  --secondary-font: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  background: radial-gradient(circle at top left, rgba(243, 197, 18, 0.14), transparent 26%), var(--bg);
  color: var(--text);
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:18px 24px 0;
    z-index:9999;
    transition:all .35s ease;
    
}

.site-header-inner{

    max-width:1320px;
    margin:auto;

    height:90px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 28px;

    border-radius:999px ;
  

     background:transparent;

     backdrop-filter:blur(22px) saturate(180%);
     -webkit-backdrop-filter:blur(22px) saturate(180%);

     border:1px solid rgba(5, 4, 4, 0.08);

       box-shadow:
         inset 0 0 0 1px rgba(5, 4, 4, 0.04),
         0 0 25px rgba(5, 4, 4, 0.08);


    transition:all .35s ease;
    
}
.hero{
    padding-top: 140px;
}.hero{
    padding-top: 140px;
}
.site-header.scrolled .site-header-inner{
    background:rgba(255,255,255,.92);
    border: 1.5px solid rgba(5, 4, 4, 0.08);
    box-shadow:
        0 0 0 1px rgba(5, 4, 4, 0.04) inset,
        0 18px 50px rgba(5, 4, 4, 0.08);
}
.site-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
.site-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color .3s ease;
}

.site-nav a:hover {
    color: #FFD54A;
}
.brand-logo {
    height: 42px;
    width: auto;
}@media (max-width: 900px) {

    .site-header {
        padding: 0 12px;
    }

    .site-header-inner {
        height: 70px;
        padding: 0 20px;
    }

    .site-nav {
        display: none;
    }

}

.brand-text {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-family: var(--primary-font);
}

.brand-logo{
    width: 140px;
    height: auto;
}
.brand-logo1{
  width: 200px;
    height: auto;
}
.site-nav {
  display: flex;
  gap: 1.2rem;
}

.site-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #050404;
  margin: 5px 0;
}

main {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6rem 2rem 4rem;
  min-height: 20vh;
}

.hero-copy {
  width: min(720px, calc(100% - 4rem));
  text-align: left;
  margin: 0;
  letter-spacing: 4.5;
  color: #050404;
}

.hero-tagline-vertical {
  display: grid;
  gap: 0.3rem;
  
  letter-spacing: 19.5em;
  font-size: clamp(1.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  font-weight: 900;
  color: var(--accent);
  font-family: var(--primary-font);
}
@media (max-width:768px){
.hero-tagline-vertical{
    letter-spacing:0.02em;
    font-size:2.8rem;
    line-height:1;
}
}

.hero-tagline-vertical span {
  display: block;
}

  .eyebrow1{
    color: #050404;
    text-transform: capitalize;
    letter-spacing: 0.12em;
    font-size: 60px;
    margin-bottom: 0.8rem;
    font-family: var(--primary-font);
    font-weight: 700;
  }
 .eyebrow2{
    color: #050404;
    text-transform: capitalize;
    letter-spacing: 0.12em;
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    margin-bottom: 0.8rem;
    font-family: var(--primary-font);
    font-weight: 800;
  }
  .eyebrow{
    color: var(--accent);
  
    letter-spacing: 0.11em;
    font-size: 30px;
    margin-bottom: 0.8rem;
    font-family: "work sans",sans-serif;
    font-weight: 500;
  }
   .eyebrow4{
    color: #000000 !important;
    letter-spacing: 0.11em;
    font-size: 30px;
    margin-bottom: 0.8rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
  }



.hero h1,
.section-heading h2,
.about-grid h2,
.contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-text,
.info-card p,
.portfolio-card p,
.about-grid p,
.contact-card p {
  color: var(--muted);
  font-family: var(--secondary-font);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin: 1.4rem 0 1.8rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  width: fit-content;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}



.button.primary {
  background-color: #ffffff;
  color: #050404;
}

.button.secondary {
  border-color: rgba(243, 197, 18, 0.38);
  color: var(--accent);
  background: rgba(243, 197, 18, 0.05);
}
.button:hover{
    background: #f3c512 !important;
    color: #111111 !important;
    border-color: #f3c512 !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(243,197,18,.35);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.hero-stats div {
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-stats strong {
  display: block;
  color: var(--accent);
  font-size: 1.35rem;
}

.hero-stats span {
  font-size: 0.95rem;
  color: var(--muted);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.visual-card {
  width: min(420px, 100%);
  padding: 2rem;
  border-radius: 32px;
  background: linear-gradient(140deg, rgba(255, 209, 32, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.32);
  display: grid;
  gap: 1rem;
}

.visual-card span {
  display: block;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 700;
}

.logo-word {
  color: var(--accent);
  font-size: 5rem;
  font-family: var(--primary-font);
  letter-spacing: 0.5em;
}

.section {
  padding: 58px 0 120px;
}

.section-inner {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;

}
.section-inner2{
  width: min(800px, calc(100% - 2rem));
  margin: 0 auto;
}

#services,
#about,
#work {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding: 3rem 0;
}

#services {
  background:#ffffff;

 
  color: #050404;
}

#services .section-heading h2,
#services .section-heading p,
#services .eyebrow {
  color: #050404;
}

#services .section-heading p {
  opacity: 0.85;
}

#services .service-card {
  border-color: #050404;
  color: #050404;
}

#services .service-card h3 {
  color: #050404;
}

#services .service-card:hover {
  border-color: #050404;
}

#services .service-icon {
 
  color: #050404;
}

#services .service-card p {
  display: none;
}

#work {
  background: #ffffff;
  color: #050404;
  padding: 6rem 0;
}

#work .section-heading h2,
#work .eyebrow,
#work .portfolio-card h3,
#work .portfolio-card p {
  color: #050404;
}

#work .portfolio-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

#work .portfolio-card {
  background: #ffffff;
  border-color: rgba(5, 4, 4, 0.08);
  box-shadow: 0 12px 40px rgba(5, 4, 4, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem;
  min-height: 420px;
}

#work .portfolio-card h3 {
  margin-top: 1rem;
  margin-bottom: 0.35rem;
}

#about {
  background: #ffffff;
  color: #050404;
  padding: 6rem 0;
}

#about .about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 460px;
}

#about .about-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  padding-top: 0;
  padding-left: 0.4rem;
}

#about .about-label-text {
  color: #050404;
  font-family: var(--primary-font);
  font-weight: 800;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
}

#about .about-copy {
  display: grid;
  gap: 1.2rem;
}

#about .about-copy h2 {
  font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  margin: 0;
  line-height: 1.25;
}

#about .about-copy p {
  font-size: 0.9rem;
  line-height: 1.9;
  max-width: 680px;
  margin: 0;
}
.whit{
  color: #494343;
}


.alt-section {
  padding-top: 1rem;
}

.card-grid,
.portfolio-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Service grid matching bytes.bg style */
.service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  
}

@media (max-width: 960px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 220px;
  padding: 2rem 1.5rem;
  border-radius: 24px;
  border: 2px solid #050404;
  background: #ffffff;
  color: #050404;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  border-color: #050404;
  transform: translateY(-2px);
}

.service-link-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-link-card:hover {
  text-decoration: none;
}

.service-icon{
    width:80px;
    height:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
}

.service-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
.service-icon svg { width: 3px; height: 32px; display: block; fill: currentColor; }

.service-card h3 { margin: 0; font-size: 1.05rem; letter-spacing: 0.02em; }

.service-card p { display: none; }

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-subtitle {
  max-width: 700px;
  margin: 1rem auto 0;
  color: #050404;
  font-size: 0.98rem;
  line-height: 1.8;
}

.info-card,
.portfolio-card,
.quote-card,
.contact-card {
  background: var(--panel);
  
  
  padding: 30px;
 
  border: 0px solid rgba(255, 209, 32, 0.12);
}

.info-card h3,
.portfolio-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  background: linear-gradient(135deg, var(--accent), #f3c512);
  color: #050404;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.team-photo {
  width: 100%;
  max-width: 220px;
  height: 260px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
  border: 2px solid rgba(17,17,17,0.08);
}

.about-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
}

.quote-card {
  background: linear-gradient(135deg, rgba(255, 209, 32, 0.16), rgba(255, 255, 255, 0.03));
}

.quote-card p {
  font-size: 1.15rem;
  font-weight: 600;
  font-family: var(--secondary-font);
}

.contact-card {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.6fr 1fr;
  min-height: 650px;
  align-items: start;
  padding: 6rem 6rem;
}

.contact-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.contact-number {
  margin-top: 0.8rem;
  color: var(--accent);
  font-weight: 600;
}

.site-footer {
  padding: 1rem 0 2rem;
  text-align: center;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

* Tablet{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

footer.site-footer {
  background-color:#ffffff;
  color: #050404;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 1.2rem 1.5rem;
}

footer.site-footer p {
  max-width: 1200px;
  margin: 0 auto;
  font: 600 0.76rem/1.4 var(--secondary-font);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

main + hr {
  height: 1px;
  margin: 0;
  border: 0;
  background: #2a2a2a;
}
.contact-sub { max-width: 620px; margin: 1.5rem 0 0; color: #565656; font-family: var(--secondary-font); font-size: clamp(1rem, 1.6vw, 1.2rem); font-weight: 500; line-height: 1.7; }
.contact-socials { margin-top: 1rem; display: flex; gap: 0.6rem; }
.contact-socials .social-link { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; color: var(--accent); }
.contact-right{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin-left:75%;
}
.footer-label { color: #8a877f; font: 700 0.72rem/1 var(--secondary-font); letter-spacing: 0.14em; text-transform: uppercase; }
.vertical-nav { margin-top: 1.8rem; }
.vertical-nav ul{
    list-style:none;
    padding:0;
    margin:0;
}
.vertical-nav a{
    text-decoration:none;
    color:#ffffff;
    font-size:1.2rem;
    font-weight:600;
    transition:.3s;
}

.vertical-nav a:hover{
    color:#FFD54A;
}
.vertical-nav a:hover { color: var(--accent); }
.footer-email{
    margin-top:50px;
    color:#fff;
    text-decoration:none;
}
@media (max-width: 820px) {
  .contact-card { grid-template-columns: 1fr; }
  .contact-right { order: 2; border-top: 1px solid #d8d6cf; border-left: 0; }
  .footer-email { margin-top: 2rem; padding-top: 0; }
}

#lets-work {
  background: #ffffff;
  color: #050404;
}

#lets-work .contact-card {
  background: transparent;
  color: #050404;
}

#lets-work .eyebrow {
  color: #050404;
}

#lets-work .contact-card > div > p {
  color: #050404;
}

#lets-work .contact-actions .button.primary {
  background: var(--accent);
  color: #050404;
}

#lets-work .contact-actions .button.secondary {
  border-color: rgba(5, 4, 4, 0.38);
  color: #050404;
  background: rgba(5, 4, 4, 0.05);
}

#lets-work .contact-number {
  color: #050404;
}

#lets-work .contact-sub {
  color: #565656;
}

#lets-work .contact-socials .social-link {
  color: #050404;
}

#lets-work .contact-right {
  justify-content: flex-start;
}

#lets-work .footer-label {
  color: #8a877f;
}

#lets-work .vertical-nav a {
  color: #050404;
}

#lets-work .vertical-nav a:hover {
  color: var(--accent);
}

#lets-work .footer-email {
  color: #050404;
}

#lets-work .footer-bottom {
  color: #050404;
  margin-left:42%;
}

@media (max-width: 680px) {
  .site-header {
    padding: 1rem;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 0.8rem;
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

/* Cursor glow */
#cursorGlow {
  position: fixed;
  left: 0;
  top: 0;
  width: 480px;
  height: 480px;
  pointer-events: none;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.8);
  transition: transform 0.12s ease-out, opacity 0.28s ease-out;
  opacity: 0;
  mix-blend-mode: screen;
  z-index: 9999;
  background: radial-gradient(circle at 40% 40%, rgba(243,197,18,0.98) 0%, rgba(243,197,18,0.55) 12%, rgba(243,197,18,0.28) 30%, transparent 60%);
  filter: blur(36px);
}

/* Stronger glow when hovering interactive areas */
.interactive-strong { transform: translate3d(-50%, -50%, 0) scale(1.08) important; opacity: 0.38 important; }

@media (hover: none) {
  #cursorGlow { display: none; }
}
.po{
    background:#ffffff;
    color:#050404;
    
    font-family:"work sans",sans-serif;
}
.poo{
  font-family: "work sans", sans-serif;
}
.photo-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
    color: #050404
}
.photo-section{
    width:100%;
    max-width:100%;
    margin:0;
    padding:80px 0;
    background:#ffffff;
    color:#050404
}

.photo-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family: var(--primary-font);
}

.photo-portfolio-header p{
    color:#050404 !important;
}

.photo-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.photo-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;
}
.photo-portfolio-item{
    background:#ffffff;
    border:1px solid #fff;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    color:#050404 !important;
}
.photo-portfolio-item a{
    color:#050404 !important;
    text-decoration:none;
}

.photo-portfolio-item a h3,
.photo-portfolio-item a p{
    color:#050404 !important;
}
.photo-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    color: #050404;
}

.photo-portfolio-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.photo-portfolio-content{
    padding:20px;
}

.photo-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.photo-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}
body,
html,
.photo-page,
.photo-section,
.photo-portfolio-grid {
    background: #ffffff !important;
    color: #050404 !important;
}
/* ================= MOBILE PHOTOGRAPHY PAGE ================= */
@media (max-width: 768px){

    .photo-portfolio-grid{
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
    }

    .photo-portfolio-item{
        width: 100%;
        border-radius: 18px;
    }

    .photo-portfolio-item img{
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .photo-portfolio-content{
        padding: 20px;
    }

    .photo-portfolio-content h3{
        font-size: 28px;
        margin-bottom: 10px;
    }

    .photo-portfolio-content p{
        font-size: 16px;
        line-height: 1.7;
        color: #111 !important;
    }

    .photo-portfolio-header{
        padding: 40px 20px;
    }

    .photo-portfolio-header h1{
        font-size: 42px;
    }

    .photo-portfolio-header p{
        font-size: 17px;
    }


}
.video-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
}

.video-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family: var(--primary-font);
}

.video-portfolio-header p{
    color:#050404;
}

.video-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}
.video-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    max-width:900px;
    margin:0 auto;
    padding:20px;
}
.video-portfolio-item{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.video-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.video-portfolio-item video{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
}
.video-portfolio-content{
    padding:20px;
}

.video-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.video-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}

@media (max-width:992px){
    .video-portfolio-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .video-portfolio-grid{
        grid-template-columns:1fr;
    }
}
.service-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.service-link:hover{
    text-decoration:none;
    color:inherit;
}

.service-link .service-card{
    height:100%;
    cursor:pointer;
}
/* ================= BRANDING PAGE ================= */

.branding-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
    font-family:"work sans",sans-serif
}
.branding-section{
    width:100%;
    max-width:100%;
    margin:0;
    padding:80px 0;
    background:#ffffff;
    color: #050404;
    font-family:"work sans",sans-serif
}

.branding-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family:"work sans",sans-serif
}

.branding-portfolio-header p{
    color:#050404;
}

.branding-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.branding-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:0 auto;
    padding:0 40px;
}
.branding-portfolio-item{
    background:#ffffff;
    color:#050404;

    border:1px solid #fff;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.branding-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.branding-portfolio-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.branding-portfolio-content{
    padding:20px;
}

.branding-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.branding-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}
body,
html,
.branding-page,
.branding-section,
.branding-portfolio-grid {
    background: #ffffff !important;
}
.branding-portfolio-item a{
    color:#050404 !important;
    text-decoration:none;
}

.branding-portfolio-item a h3,
.branding-portfolio-item a p{
    color:#050404 !important;
}

@media (max-width: 768px){
    .branding-portfolio-grid{
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
}

@media (max-width: 600px){
    .branding-portfolio-grid{
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px;
    }
}
/* ================= SOCIAL MEDIA PAGE ================= */


.social-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
}

.social-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family: var(--primary-font);
}

.social-portfolio-header p{
    color:#050404;
}

.social-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.social-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
    padding:50px;
    background:#ffffff;
}

.social-portfolio-item{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.social-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.social-portfolio-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.social-portfolio-content{
    padding:20px;
}

.social-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.social-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}
@media (max-width:992px){
    .social-portfolio-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .social-portfolio-grid{
        grid-template-columns:1fr;
    }
}
/* ================= WEB DESIGN PAGE ================= */

.webdesign-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
}

.webdesign-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family: var(--primary-font);
}

.webdesign-portfolio-header p{
    color:#050404;
}

.webdesign-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.webdesign-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
    padding:50px;
    background:#ffffff;
}

.webdesign-portfolio-item{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.webdesign-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.webdesign-portfolio-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.webdesign-portfolio-content{
    padding:20px;
}

.webdesign-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.webdesign-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}

@media (max-width:992px){
    .webdesign-portfolio-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .webdesign-portfolio-grid{
        grid-template-columns:1fr;
    }
}
/* ================= WEB DEVELOPMENT PAGE ================= */

.webdev-portfolio-header{
    text-align:left;
    padding:60px 20px;
    background:#ffffff;
}

.webdev-portfolio-header h1{
    color:#050404;
    font-size:48px;
    font-family: var(--primary-font);
}

.webdev-portfolio-header p{
    color:#050404;
}

.webdev-portfolio-back{
    color:#f3c512;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

.webdev-portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
    padding:50px;
    background:#ffffff;
}

.webdev-portfolio-item{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.webdev-portfolio-item:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.webdev-portfolio-item img{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}

.webdev-portfolio-content{
    padding:20px;
}

.webdev-portfolio-content h3{
    color:#050404;
    margin-bottom:10px;
    font-size:22px;
}

.webdev-portfolio-content p{
    color:#050404;
    line-height:1.7;
    font-size:15px;
}

@media (max-width:992px){
    .webdev-portfolio-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .webdev-portfolio-grid{
        grid-template-columns:1fr;
    }
}
.social-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.collection-hub-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    height: px;
    max-width:1400px;
    margin:auto;
    padding:35x 30px;
    background:#ffffff;
}
img{
    display:block;
    width:100%;
    height:220px;
    border-radius:12px;
    object-fit:cover;
}
.collection-box{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:0.6rem;
    width:100%;
    height: 380px;
    aspect-ratio:16/9;
    padding:2rem;
    border-radius:20px;
    overflow:hidden;
    border:2px solid #050404;
    background:#ffffff;
    color:#050404;
    text-decoration:none;
    position:relative;
    overflow:hidden;
    transition:transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.collection-box::before{
    content:attr(data-count);
    position:absolute;
    top:1.2rem;
    right:1.4rem;
    font-family:var(--secondary-font);
    font-size:0.8rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:#f3c512;
    opacity:0.85;
}

.collection-box .collection-index{
    font-family:var(--primary-font);
    font-weight:900;
    font-size:3rem;
    color:rgba(243,197,18,0.18);
    line-height:1;
}

.collection-box h3{
    font-size:1.4rem;
    letter-spacing:0.02em;
    margin:0;
}

.collection-box p{
    color:#ffffff;
    font-family:var(--secondary-font);
    font-size:0.92rem;
    margin:0;
}

.collection-box:hover{
    transform:translateY(-6px);
    background:#f3c512;
    border-color:#050404;
    color:#050404;
}

.collection-box:hover p{ color:#050404; }
.collection-box:hover .collection-index{ color:rgba(5,4,4,0.18); }

@media (max-width:992px){
    .collection-hub-grid{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:600px){
    .collection-hub-grid{ grid-template-columns:1fr; padding:10px 20px 40px; }
}

/* ================= MEDIA PLACEHOLDER TILES ================= */
/* Used where a real photo/video asset hasn't been supplied yet, styled on-brand
   instead of showing a broken image icon. */

.media-placeholder{
    width:100%;
    height:350px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0.6rem;
    background:linear-gradient(135deg, #050404 0%, #050404 55%, #050404 100%);
    position:relative;
    overflow:hidden;
}

.media-placeholder::after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 30% 20%, rgba(255,214,10,0.16), transparent 55%);
}

.media-placeholder .mp-icon{
    width:44px;
    height:44px;
    stroke:#f3c512;
    fill:none;
    stroke-width:1.6;
    position:relative;
    z-index:1;
}

.media-placeholder .mp-label{
    font-family:var(--secondary-font);
    font-size:0.82rem;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:#ffffff;
    position:relative;
    z-index:1;
}

.real-photo{
    width:100%;
    height:350px;
    object-fit:cover;
    display:block;
}
/* =========================
   GLOBAL
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

.pro{
    background:#f3c512;
    color:#050404;
    font-family:'Manrope',sans-serif;
}

h1,h2,h3{
    font-family:'Work Sans',sans-serif;
}

img{
    width:100%;
    display:block;
}

/* =========================
NAVBAR
========================= */

.navbar{
    position:fixed;
    top:0;
    width:100%;
    padding:22px 8%;
    display:flex;
    justify-content:space-between;
    z-index:1000;
    backdrop-filter:blur(15px);
}

.logo{
    color:#ffffff;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

/* =========================
HERO
========================= */

.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(5, 4, 4, .85),
    rgba(5, 4, 4, .15));
}

.hero-content{

    position:absolute;

    bottom:10%;

    left:8%;

    z-index:5;

}

.hero span{

    color:#f3c512;

    letter-spacing:3px;

    text-transform:uppercase;

}

.hero h1{

    font-size:90px;

    margin:10px 0;

}

.hero p{

    font-size:20px;

    max-width:500px;

    color:#ffffff;

}

/* =========================
INTRO
========================= */

.intro{

    width:90%;

    max-width:1100px;

    margin:120px auto;

}

.intro h2{

    font-size:55px;

    margin-bottom:20px;

}

.intro p{

    color:#bbb;

    line-height:1.8;

    font-size:18px;

}

/* =========================
MASONRY
========================= */

.gallery{

    column-count:3;

    column-gap:18px;

    width:90%;

    margin:auto;

    padding-bottom:100px;

}

.gallery-item{

    break-inside:avoid;

    margin-bottom:18px;

    overflow:hidden;

    border-radius:18px;

    cursor:pointer;

}

.gallery-item img{

    transition:.6s;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

.tall img{

    height:650px;

    object-fit:cover;

}

.wide img{

    height:350px;

    object-fit:cover;

}

.gallery-item:not(.wide):not(.tall) img{

    height:480px;

    object-fit:cover;

}

/* =========================
CTA
========================= */

.cta{

    text-align:center;

    padding:120px 20px;

}

.cta h2{

    font-size:50px;

    margin-bottom:30px;

}

.cta a{

    display:inline-block;

    padding:18px 40px;

    background:#f3c512;

    color:#050404;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.cta a:hover{

    transform:translateY(-6px);

}

/* =========================
LIGHTBOX
========================= */

.lightbox{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.95);

    display:none;

    justify-content:center;

    align-items:center;

    z-index:9999;

}

.lightbox img{

    width:90%;

    max-width:1200px;

    max-height:90vh;

    object-fit:contain;

}

.close{

    position:absolute;

    top:40px;

    right:50px;

    font-size:45px;

    cursor:pointer;

}

/* =========================
MOBILE
========================= */

@media(max-width:900px){

.gallery{

column-count:2;

}

.hero h1{

font-size:60px;

}

}

@media(max-width:600px){

.gallery{

column-count:1;

}

.hero h1{

font-size:45px;

}

.intro h2{

font-size:38px;

}

}
.gallery-item{
    opacity:60;
    transform:translateY(80px);
    transition:1s ease;
}

.gallery-item.show{
    opacity:1;
    transform:translateY(0);
}
.portfolio-showcase{
    width:100%;
    max-width:1400px;
    display:block;
    margin:60px auto;
}
/* Card Hover */
.service-card{
    transition:all .35s ease;
}

.service-card:hover{
    background:#000;
    border-color:#000;
    
}

/* Text */
.service-card h3{
    color:#f3c512;
    transition:.35s ease;

}

.service-card:hover h3{
    color:#f3c512;
}

/* Icon */
.service-icon img{
    transition:.35s ease;
}

.service-card:hover .service-icon img{
    filter: brightness(0) 
            invert(1) ;

}
/* Text default */
.service-card h3{
    color:#000 !important;
    transition:color .3s ease;
}

/* Text on hover */
.service-card:hover h3{
    color:#ffffff !important;
}

/* ================= HERO GRID =================
   The final hero rules live here so they take priority over older page styles. */
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Regular.woff2") format("woff2");
    color: #050404;
    font-weight: 10;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Work Sans";
    src: url("WorkSans-Regular.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
  background: #f7f6f1;
}

main {
  width: 100%;
  margin: 0;
}

.site-nav a { color: #050404; font-weight: 600; }
.site-nav a:hover, .site-nav a.active { color: #F3C512; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: max(680px, 100vh);
  height: 100svh;
  padding: clamp(7.5rem, 14vw, 12rem) clamp(1.25rem, 4vw, 4.5rem) clamp(2.5rem, 6vw, 5rem);
  overflow: hidden;
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(14, 14, 14, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 14, 14, .13) 1px, transparent 1px);
  background-size: clamp(90px, 16.66vw, 230px) clamp(90px, 16.66vw, 230px);
}

.hero-grid { position: absolute; inset: 0; z-index: -1; }
.grid-cell {
  position: absolute;
  width: clamp(90px, 16.66vw, 230px);
  aspect-ratio: 1;
  opacity: 0;
  background: #f3c512;
  animation: grid-flash 9s ease-in-out infinite;
}
.cell-one { left: 0; top: 33.33%; animation-delay: .2s; }
.cell-two { left: 33.32%; top: 16.66%; animation-delay: 2.3s; }
.cell-three { right: 16.66%; top: 16.66%; animation-delay: 4.8s; }
.cell-four { right: 0; top: 50%; animation-delay: 7s; }
.cell-five { left: 16.66%; bottom: 0; animation-delay: 3.7s; }
.cell-six { left: 50%; bottom: 0; animation-delay: 6.2s; }
.cell-seven { right: 33.32%; top: 50%; animation-delay: 1.2s; }
.cell-eight { right: 0; bottom: 0; animation-delay: 8.2s; }

@keyframes grid-flash {
  0%, 25%, 40% { opacity: 0; filter: saturate(85%); }
  50% { opacity: .42; filter: saturate(100%); }
  0%,40% { opacity:.18; filter: saturate(120%) brightness(1.04); }
  46% { opacity: .6; filter: saturate(90%); }
}

.hero-copy {
  position: relative;
  width: min(1500px, 100%);
  margin: 0;
  text-align: left;
}

.hero-kicker {
  margin: 0 0 1.1rem .45rem;
  color: #050504;
  font-family: var(--secondary-font);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-tagline-vertical {
  display: grid;
  gap: 0;
  margin: 0;
  color: #050404;
  font-family: "work sans", sans-serif;
  font-size: clamp(4.25rem, 10.5vw, 10.5rem);
  font-weight: 500;
  letter-spacing: -.085em;
  line-height: .78;
  text-transform: none;
  font-variant-caps: normal;
}

.hero-tagline-vertical span:nth-child(2) { margin-left: clamp(1.5rem, 10vw, 10rem); }
.hero-tagline-vertical span:nth-child(3) { margin-left: clamp(.5rem, 4vw, 4rem); }

.hero-scroll {
  display: inline-flex;
  gap: .6rem;
  margin: clamp(2rem, 5vw, 4rem) 0 0 .45rem;
  color: #050404;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-scroll span { transition: transform .25s ease; }
.hero-scroll:hover span { transform: translateY(4px); }

@media (max-width: 640px) {
  .brand-logo { width: 108px; }
  .site-header { padding-top: 1rem; }
  .hero { min-height: 620px; background-size: 33.33vw 33.33vw; }
  .hero-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 2px;
  }
  .grid-cell {
    width: auto;
    aspect-ratio: 1;
    position: static;
    margin: 0;
  }
  .cell-one   { grid-column: 1; grid-row: 2; }
  .cell-two   { grid-column: 2; grid-row: 1; }
  .cell-three { grid-column: 3; grid-row: 1; }
  .cell-four  { grid-column: 3; grid-row: 2; }
  .cell-five  { grid-column: 1; grid-row: 3; }
  .cell-six   { grid-column: 2; grid-row: 3; }
  .cell-seven { grid-column: 2; grid-row: 2; }
  .cell-eight { grid-column: 3; grid-row: 3; }
  .hero-tagline-vertical { font-size: clamp(3.35rem, 16.5vw, 5.5rem); line-height: .83; }
}

@media (prefers-reduced-motion: reduce) {
  .grid-cell { animation: none; opacity: .12; }
}

/* A deliberately obvious warm cursor light on the pale hero background. */
#cursorGlow {
  width: 1400px;
  height: 1500px;
  z-index: 500;
  opacity: 100;
  mix-blend-mode: multiply;
  background: radial-gradient(circle, rgba(255, 206, 0, .82) 0%, rgba(255, 206, 0, .44) 18%, rgba(255, 206, 0, .14) 42%, transparent 68%);

  transition: transform 1s ease-out, opacity 1.95s ease-out;
}

#cursorGlow.interactive-strong {
  opacity: 5.97 !important;
  transform: translate3d(-50%, -50%, 0) scale(1.12) !important;
}

/* Exact 10 × 5 hero grid. A cell is a grid item, so it cannot ever spill
   over, sit between, or be a different size from the lines around it. */
.hero {
  display: grid;
  align-items: center;
  padding: 0 clamp(1.5rem, 5vw, 5.5rem);
  background-size: 10% 20%;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-cell {
  position: static;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  margin: 1px;
  opacity: 0;
  background: #F3C512;
}

/* Each coordinate is one complete cell in the 10 columns × 5 rows grid. */
.cell-one   { grid-column: 1;  grid-row: 3; animation-delay: .2s; }
.cell-two   { grid-column: 3;  grid-row: 2; animation-delay: 2.3s; }
.cell-three { grid-column: 6;  grid-row: 2; animation-delay: 4.8s; }
.cell-four  { grid-column: 10; grid-row: 3; animation-delay: 7s; }
.cell-five  { grid-column: 2;  grid-row: 5; animation-delay: 3.7s; }
.cell-six   { grid-column: 5;  grid-row: 5; animation-delay: 6.2s; }
.cell-seven { grid-column: 7;  grid-row: 3; animation-delay: 1.2s; }
.cell-eight { grid-column: 9;  grid-row: 5; animation-delay: 8.2s; }

.hero-copy {
  width: min(1320px, 100%);
}

/* These measurements and weights match the reference hero: 64px on mobile,
   124px on desktop, 1.2 leading, then thin / regular / black. */
.hero-tagline-vertical {
  gap: 1rem;
  color: #050404;
  font-family:"work sans", sans-serif;
  font-size: clamp(4rem, 8.61vw, 7.75rem);
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0;
  
}

.hero-tagline-vertical span:nth-child(2),
.hero-tagline-vertical span:nth-child(3) { margin-left: 0; }
.hero-word-design { font-weight: 0.5; font-style: italic; text-transform:lowercase; font-size: 150px;  }
.hero-word-develop { font-weight: 400;font-style:italic; font-size: 150px;  }
.hero-word-deliver { font-weight: 700; font-style:italic;font-size: 150px;  }


@media (max-width: 767px) {
  .hero { min-height: 100svh; padding-inline: 1.25rem; background-size: 10% 20%; }
  .grid-cell { width: auto; aspect-ratio: 1; }
  .hero-tagline-vertical { gap: 1.5rem; font-size: 4rem; }
}

/* Six service links, repeated once only to create a seamless moving strip. */
.services-marquee { overflow: hidden; background: #fff; border-block: 1px solid rgba(17, 17, 17, .1); }
.marquee-window { overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: service-marquee 32s linear infinite; will-change: transform; }
.marquee-group { display: flex; flex: none; align-items: center; gap: 3rem; padding-right: 3rem; }
.marquee-service { display: inline-flex; flex: none; align-items: center; gap: 1rem; height: 5.5rem; padding: .75rem 0; color: #050404; font-family: "work sans",sans-serif; font-size: 1.25rem; font-weight: 400; white-space: nowrap;  }
.marquee-service:hover { color: #F3C512; }
.marquee-icon { display: grid; width: 3rem; height: 3rem; place-items: center; }
.marquee-icon img { display: block; width: 2.15rem; height: 2.15rem; border-radius: 0; object-fit: contain; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes service-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 640px) { .marquee-group { gap: 2rem; padding-right: 2rem; } .marquee-service { height: 4.5rem; font-size: 1rem; } .marquee-icon { width: 2.4rem; height: 2.4rem; } .marquee-icon img { width: 1.8rem; height: 1.8rem; } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; width: auto; } .marquee-group[aria-hidden="true"] { display: none; } }

/* First-screen headline — fixed brand black, protected from older page rules. */
.hero .hero-tagline-vertical,
.hero .hero-tagline-vertical .hero-word-design,
.hero .hero-tagline-vertical .hero-word-develop,
.hero .hero-tagline-vertical .hero-word-deliver {
  color: #050404 !important;
}

/* Preserve lowercase characters in the first-screen heading. */
.hero .hero-tagline-vertical,
.hero .hero-tagline-vertical .hero-word-design,
.hero .hero-tagline-vertical .hero-word-develop,
.hero .hero-tagline-vertical .hero-word-deliver {
  text-transform: lowercase !important;
}
/* ===========================
   MOBILE RESPONSIVE FIX
   =========================== */

@media (max-width:768px){

html,
body{
    width:100%;
    overflow-x:hidden;
}

*,
*::before,
*::after{
    box-sizing:border-box;
}

/* Navbar */

.site-header{
    padding:14px;
}

.site-header-inner{
    width:100%;
    max-width:100%;
    height:72px;
    border-radius:999px;
}

/* Hero */

.hero{
    min-height:100vh;
    padding-top:120px;
    padding-bottom:70px;
}

.hero-tagline-vertical{
    gap:0.3rem;
}
.hero-word-design { font-weight: 0.5; font-style: italic; text-transform:lowercase; font-size: 90px;  }
.hero-word-develop { font-weight: 400;font-style:italic; font-size: 90px;  }
.hero-word-deliver { font-weight: 700; font-style:italic;font-size: 90px;  }

.hero-word{

    line-height:0.9;
    letter-spacing:-0.04em;
}

/* Sections */

.section{
    padding:70px 22px;
}

/* About */

.about-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:2rem;
    min-height: auto;
}

#about .about-grid {
    display: flex !important;
    flex-direction: column;
    gap: 1.2rem;
    min-height: auto;
}

#about .about-label {
    justify-content: flex-start !important;
    padding-top: 0;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid rgba(243, 197, 18, 0.3);
    min-height: auto;
    width: 100%;
}

.about-left,
.about-right,
.about-content,
.about-text{
    width:100%;
    max-width:100%;
    margin:0;
}

#about .about-copy {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-left: 0.4rem;
}

#about .about-copy h2 {
    font-size: clamp(0.85rem, 3vw, 1.1rem);
    line-height: 1.55;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#about .about-copy p {
    font-size: clamp(0.82rem, 2.8vw, 1rem);
    line-height: 1.55;
    max-width: 100%;
}

#about .about-copy .whit {
    font-size: clamp(0.82rem, 2.8vw, 1rem);
    line-height: 1.55;
    max-width: 100%;
}

#about .about-label-text {
    letter-spacing: 0.02em;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    text-align: left;
}

/* Services */

.services-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
}

.service-card{
    width:100%;
    max-width:100%;
    padding:32px 24px;
    border-radius:28px;
}

/* Team */

.team-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
}

/* Portfolio */

.portfolio-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
}

/* Contact */

.contact-card{
    width:100%;
    padding:36px 24px;
}

.contact-main{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:2rem;
}

.contact-right{
    width:100%;
    margin-top:30px;
}

/* Images */

img{
    max-width:100%;
    height:auto;
}

/* Prevent overflow */

section,
.container,
.about-grid,
.services-grid,
.portfolio-grid,
.contact-grid,
.site-header-inner{
    width:100%;
    max-width:100%;
}

}
/* ================= MOBILE (860px) ================= */

@media (max-width: 860px) {

  .hero,
  .about-grid,
  #about .about-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100svh;
    padding-inline: 1.25rem;
    background-size: 20vw 20vw;
  }

  .hero-tagline-vertical {
    gap: 1.5rem;
    font-size: 4rem;
  }

  .hero-grid {
    grid-template-columns: repeat(5, 20vw);
    grid-template-rows: repeat(10, 20vw);
    gap: 0;
  }

  .grid-cell {
    width: 20vw;
    height: 20vw;
    aspect-ratio: 1;
    position: static;
    margin: 0;
  }

  .cell-one   { grid-column: 1; grid-row: 2; }
  .cell-two   { grid-column: 2; grid-row: 4; }
  .cell-three { grid-column: 4; grid-row: 3; }
  .cell-four  { grid-column: 5; grid-row: 6; }
  .cell-five  { grid-column: 1; grid-row: 7; }
  .cell-six   { grid-column: 3; grid-row: 9; }
  .cell-seven { grid-column: 5; grid-row: 8; }
  .cell-eight { grid-column: 2; grid-row: 10; }

  #about .about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  #about .about-label {
    justify-content: center;
  }

  .contact-right {
    margin-left: 0;
    align-items: flex-start;
  }

}