/* ═══════════════════════════════════════════════════
   WELKKIN WEB DESIGNS — style.css
   Merged & Optimised — All Devices Perfect
═══════════════════════════════════════════════════ */

/* ── FONTS ── */
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Light.ttf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Comfortaa';
  src: url('../fonts/Comfortaa-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Assassin';
  src: url('../fonts/Assassin$.ttf');
  font-weight: 400;
  font-display: swap;
}

/* ── RESET ── */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
body {
  background: #000000;
  color: #fff;
  font-family: 'Comfortaa', sans-serif;
  height: 100vh;
  overflow: hidden;
  overflow-x: hidden;
}
body.scroll-page,
body.service-page {
  overflow-y: auto !important;
  height: auto !important;
}
body.service-page {
  padding-bottom: 120px;
  background: #0a0a0a;
}

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes navRingCW {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes navRingCCW {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(-360deg); }
}
@keyframes logoGlow {
  0%, 100% { filter: drop-shadow(0 0 6px rgba(201,168,76,0.5)); }
  50%       { filter: drop-shadow(0 0 14px rgba(201,168,76,0.9)) brightness(1.1); }
}

/* ══════════════════════════════════════
   HERO (INDEX)
══════════════════════════════════════ */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 80px);
  padding: 0 60px;
}
.hero-left img,
.hero-left video {
  width: 700px;
  height: auto;
  animation: fadeIn 1.5s ease forwards;
}
.hero-right {
  flex: 1;
  text-align: center;
  padding-left: 60px;
}
.hero-right h1 {
  font-family: 'Assassin', sans-serif;
  color: #c9a84c;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: fadeInUp 1.2s ease 0.3s forwards;
  opacity: 0;
}
.hero-right p {
  color: #c9a84c;
  font-size: 11px;
  letter-spacing: 8px;
  text-transform: uppercase;
  animation: fadeInUp 1.2s ease 0.7s forwards;
  opacity: 0;
}

/* ══════════════════════════════════════
   NAVBAR — Bottom Fixed
   z-index ladder:
   copyright  : 989  (lowest — under everything)
   navbar     : 996
   nav-logo   : 1002 (floats above navbar)
   hamburger  : 1005 (top-right, always on top)
══════════════════════════════════════ */
.navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  /* navbar height + copyright height combined padding */
  padding: 20px 60px calc(28px + env(safe-area-inset-bottom));
  background: #000000;
  z-index: 996;
  overflow: visible;
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 110px;
}
.navbar a {
  color: #c9a84c;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.3s;
}
.navbar a:hover  { opacity: 0.6; }
.navbar a.active { opacity: 1; color: #c9a84c; border-bottom: none; }

/* ── NAV LOGO ── */
.nav-logo {
  position: relative;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -65px;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 1002;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.nav-logo * {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  object-fit: contain;
  background: #000;
}
.nav-logo .plain-ring-3 {
  width: 115px; height: 115px;
  transform: translate(-50%, -50%);
  border: 1.5px solid #c9a84c;
  background: transparent;
  animation: navRingCW 25s linear infinite;
  z-index: 1;
}
.nav-logo .ring-laurel {
  width: 110px; height: 110px;
  transform: translate(-50%, -50%);
  animation: navRingCW 22s linear infinite;
  z-index: 2;
}
.nav-logo .plain-ring-2 {
  width: 100px; height: 100px;
  transform: translate(-50%, -50%);
  border: 1.5px solid #c9a84c;
  background: transparent;
  animation: navRingCCW 20s linear infinite;
  z-index: 3;
}
.nav-logo .ring-dots {
  width: 95px; height: 95px;
  transform: translate(-50%, -50%);
  animation: navRingCCW 14s linear infinite;
  z-index: 4;
}
.nav-logo .plain-ring-1 {
  width: 85px; height: 85px;
  transform: translate(-50%, -50%);
  border: 1.5px solid #c9a84c;
  background: transparent;
  animation: navRingCW 18s linear infinite;
  z-index: 5;
}
.nav-logo .logo-center {
  width: 60px; height: 55px;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: transparent !important;
  border-radius: 0 !important;
  object-fit: contain;
  animation: logoGlow 4s ease-in-out infinite;
}

/* ── HAMBURGER ── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1005;
}
.hamburger span {
  width: 25px;
  height: 2px;
  background: #c9a84c;
  display: block;
  transition: all 0.3s;
}

/* ══════════════════════════════════════
   COPYRIGHT
   z-index: 989 — always BELOW navbar (996)
   Sits tucked under the navbar visually.
   Logo (1002) always floats above it.
══════════════════════════════════════ */
.copyright {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: 'Comfortaa', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: #6b6050;
  background: #000;
  padding: 6px 10px calc(4px + env(safe-area-inset-bottom));
  z-index: 997;
  text-transform: uppercase;
}


/* ══════════════════════════════════════
   PAGE HERO (Portfolio / Service pages)
══════════════════════════════════════ */
.page-hero {
  position: relative;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  text-align: center;
  padding: 50px 20px 30px;
}
.page-hero h1 {
  font-family: 'Assassin', sans-serif;
  font-size: clamp(2rem, 8vw, 6rem);
  font-weight: 400;
  color: #c9a84c;
  letter-spacing: 0.12em;
  line-height: 1;
  animation: fadeDown 0.9s ease both;
}
.hero-sub {
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #6b6050;
  margin-top: 16px;
  animation: fadeDown 1.1s ease both;
}

/* ── GOLD DIVIDER ── */
.gold-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a84c, transparent);
  margin: 0 auto 10px;
}

/* ══════════════════════════════════════
   ABOUT PAGE
══════════════════════════════════════ */
.about-page {
  display: flex;
  align-items: center;
  height: calc(100vh - 80px);
  background: #000;
}
.about-illustration {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.about-illustration img {
  width: 700px;
  height: auto;
}
.about-panel {
  width: 50%;
  background: #000;
  height: 100%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.about-panel h2 {
  font-family: 'Assassin', sans-serif;
  color: #c9a84c;
  font-size: 42px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.about-panel p {
  color: #6b6050;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Courier New', monospace;
}

/* ══════════════════════════════════════
   PORTFOLIO PAGE
══════════════════════════════════════ */
.discover {
  padding: 80px 40px 60px;
  max-width: 1400px;
  margin: 0 auto;
}
.discover h2 {
  font-family: 'Assassin', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: #c9a84c;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cat-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  min-height: 260px;
  animation: fadeUp 0.7s ease both;
}
.cat-card:nth-child(1) { animation-delay: 0.05s; }
.cat-card:nth-child(2) { animation-delay: 0.10s; }
.cat-card:nth-child(3) { animation-delay: 0.15s; }
.cat-card:nth-child(4) { animation-delay: 0.20s; }
.cat-card:nth-child(5) { animation-delay: 0.25s; }
.cat-card:nth-child(6) { animation-delay: 0.30s; }
.cat-card:nth-child(7) { animation-delay: 0.35s; }
.cat-card:nth-child(8) { animation-delay: 0.40s; }
.cat-card:nth-child(9) { animation-delay: 0.45s; }
.cat-card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.85);
}
.cat-card:hover .bg { transform: scale(1.07); filter: brightness(1); }
.cat-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.05) 60%);
  pointer-events: none;
}
.cat-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 24px 28px;
  z-index: 2;
}
.cat-info h3 {
  font-family: 'Assassin', sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: #c9a84c;
  letter-spacing: 0.05em;
}
.cat-arrow {
  position: absolute;
  top: 20px; right: 20px;
  z-index: 2;
  width: 34px; height: 34px;
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  font-size: 0.85rem;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.3s ease;
}
.cat-card:hover .cat-arrow { opacity: 1; transform: translateY(0); }

.bg.t1 { background-color: #1a1208; }
.bg.t2 { background-color: #0d1520; }
.bg.t3 { background-color: #1a0d12; }
.bg.t4 { background-color: #0d1a0d; }
.bg.t5 { background-color: #1a1208; }
.bg.t6 { background-color: #12100d; }
.bg.t7 { background-color: #0d1a18; }
.bg.t8 { background-color: #1a0f0d; }
.bg.t9 { background-color: #151a0d; }

.works-panel {
  display: none;
  padding: 60px 40px 80px;
  max-width: 1400px;
  margin: 0 auto;
  animation: fadeUp 0.6s ease both;
}
.works-panel.active { display: block; }
.works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}
.works-header h2 {
  font-family: 'Assassin', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #c9a84c;
  font-weight: 400;
}
.back-btn {
  background: transparent;
  border: 1px solid #6b6050;
  color: #6b6050;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.back-btn:hover { border-color: #c9a84c; color: #c9a84c; }
.works-grid { columns: 3 220px; column-gap: 10px; }
.work-item {
  break-inside: avoid;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  animation: fadeUp 0.5s ease both;
  aspect-ratio: 1 / 1;
  background-color: #1a1208;
}
.work-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.85);
}
.work-item:hover img { transform: scale(1.05); filter: brightness(1); }
.work-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item:hover .work-overlay { opacity: 1; }
.work-overlay span {
  font-family: 'Assassin', sans-serif;
  color: #c9a84c;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(201,168,76,0.5);
  padding: 8px 20px;
}
.empty-state {
  text-align: center;
  padding: 80px 20px;
  color: #6b6050;
  font-family: 'Assassin', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

/* ── LIGHTBOX ── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lb-inner {
  position: relative;
  max-width: 85vw;
  text-align: center;
}
.lb-inner img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border: 1px solid rgba(201,168,76,0.15);
  display: block;
}
.lb-close {
  position: absolute;
  top: -44px; right: 0;
  background: none;
  border: none;
  color: #c9a84c;
  font-size: 1rem;
  letter-spacing: 0.15em;
  cursor: pointer;
  font-family: 'Comfortaa', sans-serif;
}
.lb-close:hover { color: #fff; }

/* ══════════════════════════════════════
   SERVICE PAGE
══════════════════════════════════════ */
.services-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 40px 60px;
}
.section-label {
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #c9a84c;
  opacity: 0.6;
  text-align: center;
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Assassin', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 400;
  color: #c9a84c;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 50px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}
.service-card {
  background: #0f0f0f;
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 10px;
  padding: 36px 32px 40px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease, border-color 0.3s ease;
}
.service-card.visible { opacity: 1; transform: translateY(0); }
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(to right, #c9a84c, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.service-card:hover { border-color: rgba(201,168,76,0.4); }
.service-card:hover::before { transform: scaleX(1); }
.card-num {
  font-family: 'Assassin', sans-serif;
  font-size: 3rem;
  color: rgba(201,168,76,0.07);
  position: absolute;
  top: 16px; right: 20px;
  line-height: 1;
}
.card-icon {
  width: 38px; height: 38px;
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 1rem;
  color: #c9a84c;
}
.service-card h3 {
  font-family: 'Assassin', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #c9a84c;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  line-height: 1.2;
}
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-list li {
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.82rem;
  color: #7a6a5a;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  transition: color 0.3s;
}
.service-card:hover .feature-list li { color: #9a8a7a; }
.feature-list li::before {
  content: '';
  width: 16px; height: 1px;
  background: #c9a84c;
  flex-shrink: 0;
  margin-top: 8px;
  opacity: 0.5;
}
.service-card:nth-child(1) { transition-delay: 0.05s; }
.service-card:nth-child(2) { transition-delay: 0.10s; }
.service-card:nth-child(3) { transition-delay: 0.15s; }
.service-card:nth-child(4) { transition-delay: 0.20s; }
.service-card:nth-child(5) { transition-delay: 0.25s; }
.service-card:nth-child(6) { transition-delay: 0.30s; }
.service-card:nth-child(7) { transition-delay: 0.35s; }
.service-card:nth-child(8) { transition-delay: 0.40s; }

/* ── CTA ── */
.cta-section {
  text-align: center;
  padding: 70px 20px 20px;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.cta-section h2 {
  font-family: 'Assassin', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  color: #c9a84c;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.cta-section p {
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.78rem;
  color: #6b6050;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.cta-btn {
  display: inline-block;
  font-family: 'Comfortaa', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid rgba(201,168,76,0.45);
  padding: 15px 44px;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(201,168,76,0.07);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.cta-btn:hover::before { transform: scaleX(1); }
.cta-btn:hover { border-color: #c9a84c; letter-spacing: 0.42em; }

/* ══════════════════════════════════════
   CONTACT PAGE
══════════════════════════════════════ */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px 60px;
}
.contact-img-box {
  min-height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

/* ══════════════════════════════════════
   CLIENTS PAGE
══════════════════════════════════════ */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.client-logo-wrap {
  width: 140px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logo-wrap img {
  max-width: 120px;
  max-height: 90px;
  object-fit: contain;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   Strategy:
   ≥1025px          → Desktop (full navbar visible)
   769–1366 landscape → Tablet landscape (full navbar, smaller logo)
   769–1024 portrait  → Tablet portrait (hamburger menu)
   ≤768px           → Mobile (hamburger menu)
   ≤480px           → Small mobile
══════════════════════════════════════════════════ */

/* ── DESKTOP MEDIUM (≤1024px) ── */
@media (max-width: 1024px) {
  .hero { padding: 0 30px; gap: 20px; }
  .hero-left img,
  .hero-left video { width: 100%; max-width: 420px; }
  .nav-left, .nav-right { gap: 40px; }
  .navbar { gap: 40px; padding: 20px 30px calc(28px + env(safe-area-inset-bottom)); }
  .about-illustration img { width: 100%; max-width: 420px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .works-grid { columns: 2 160px; }
  .clients-grid,
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════
   TABLET LANDSCAPE OVERRIDE (769–1366 landscape)
   Overrides hamburger above — full navbar
   iPad Air landscape, iPad Pro landscape
══════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1366px) and (orientation: landscape) {
  /* Force hamburger hidden */
  .hamburger { display: none !important; }

  /* Show all nav links */
  .navbar > a,
  .nav-left,
  .nav-right { display: flex !important; }
  .navbar > a,
  .nav-left > a,
  .nav-right > a { display: block !important; }

  .navbar {
    flex-direction: row !important;
    justify-content: center !important;
    gap: 25px !important;
    padding: 14px 20px calc(18px + env(safe-area-inset-bottom)) !important;
  }
  .nav-left, .nav-right { gap: 25px !important; }
  .navbar a { font-size: 8px !important; letter-spacing: 2px !important; }

  .nav-logo {
    width: 85px !important; height: 85px !important;
    margin-top: -35px !important;
  }
  .nav-logo .plain-ring-3 { width: 76px !important; height: 76px !important; }
  .nav-logo .ring-laurel  { width: 72px !important; height: 72px !important; }
  .nav-logo .plain-ring-2 { width: 64px !important; height: 64px !important; }
  .nav-logo .ring-dots    { width: 60px !important; height: 60px !important; }
  .nav-logo .plain-ring-1 { width: 54px !important; height: 54px !important; }
  .nav-logo .logo-center  { width: 38px !important; height: 34px !important; }

  .hero {
    flex-direction: row !important;
    padding: 20px 40px 100px !important;
    gap: 30px !important;
    height: 100vh !important;
    align-items: center !important;
  }
  .hero-left img,
  .hero-left video { width: 280px !important; max-width: 40vw !important; }
  .hero-right { padding-left: 20px !important; text-align: left !important; }
  .hero-right h1 { font-size: 36px !important; text-align: left !important; }
  .hero-right p  { text-align: left !important; }
}

/* ══════════════════════════════════════
   TABLET (769px–1024px) — width-only
   Covers iPad Air 820px, iPad 768–1024px
   portrait AND landscape (short widths)
   → Full navbar, no hamburger
══════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {

  /* Hamburger लपवा */
  .hamburger { display: none !important; }

  /* सगळे nav links दाखवा */
  .navbar > a,
  .nav-left,
  .nav-right { display: flex !important; }

  .navbar > a,
  .nav-left > a,
  .nav-right > a { display: block !important; }

  .nav-left, .nav-right { gap: 35px !important; }
  .navbar a { font-size: 8px !important; letter-spacing: 2px !important; }

  /* Navbar layout */
  .navbar {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 40px !important;
    padding: 14px 20px calc(18px + env(safe-area-inset-bottom)) !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 996 !important;
    overflow: visible !important;
    background: #000 !important;
  }

  .nav-logo {
    width: 90px !important; height: 90px !important;
    margin-top: -45px !important;
    z-index: 1002 !important;
  }
  .nav-logo .plain-ring-3 { width: 82px !important; height: 82px !important; }
  .nav-logo .ring-laurel  { width: 78px !important; height: 78px !important; }
  .nav-logo .plain-ring-2 { width: 70px !important; height: 70px !important; }
  .nav-logo .ring-dots    { width: 66px !important; height: 66px !important; }
  .nav-logo .plain-ring-1 { width: 60px !important; height: 60px !important; }
  .nav-logo .logo-center  { width: 40px !important; height: 36px !important; }

  /* Hero layout — portrait/square */
  .hero {
    flex-direction: column !important;
    padding: 40px 30px 120px !important;
    gap: 30px !important;
    height: auto !important;
    min-height: 100vh !important;
    justify-content: center !important;
  }
  .hero-left img,
  .hero-left video { width: 320px !important; max-width: 70vw !important; }
  .hero-right { padding-left: 0 !important; text-align: center !important; }
  .hero-right h1 { font-size: 42px !important; text-align: center !important; }
  .hero-right p  { text-align: center !important; }

  /* About */
  .about-page {
    flex-direction: column !important;
    min-height: auto !important;
    padding: 30px 0 20px !important;
  }
  .about-illustration { width: 100% !important; }
  .about-illustration img { width: 300px !important; }
  .about-panel {
    width: 100% !important;
    clip-path: none !important;
    padding: 30px 30px 40px !important;
  }
  .about-panel h2 { font-size: 2rem !important; }

  /* Page sections */
  .category-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .cards-grid    { grid-template-columns: repeat(2, 1fr) !important; }
  .works-grid    { columns: 2 160px !important; }
}

/* ══════════════════════════════════════
   MOBILE (≤768px)
   → Hamburger menu
══════════════════════════════════════ */
@media (max-width: 768px) {
  /* Show hamburger */
  .hamburger {
    display: flex !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
  }

  /* Hide nav links & nav groups by default */
  .navbar > a,
  .nav-left,
  .nav-right { display: none !important; }

  /* Closed state — only logo */
  .navbar {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 14px 20px calc(18px + env(safe-area-inset-bottom)) !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 996 !important;
    overflow: visible !important;
    background: #000 !important;
  }

  .nav-logo {
    width: 80px !important; height: 80px !important;
    margin-top: -45px !important;
    z-index: 1002 !important;
  }
  .nav-logo .plain-ring-3 { width: 72px !important; height: 72px !important; }
  .nav-logo .ring-laurel  { width: 68px !important; height: 68px !important; }
  .nav-logo .plain-ring-2 { width: 62px !important; height: 62px !important; }
  .nav-logo .ring-dots    { width: 58px !important; height: 58px !important; }
  .nav-logo .plain-ring-1 { width: 52px !important; height: 52px !important; }
  .nav-logo .logo-center  { width: 36px !important; height: 32px !important; }

  /* Open state */
  .navbar.open {
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 20px calc(20px + env(safe-area-inset-bottom)) !important;
    gap: 0 !important;
    height: auto !important;
    background: #000 !important;
  }
  .navbar.open .nav-logo {
    order: -1 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .navbar.open > a,
  .navbar.open .nav-left,
  .navbar.open .nav-right {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    order: 0 !important;
  }
  .navbar.open > a,
  .navbar.open .nav-left > a,
  .navbar.open .nav-right > a {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    letter-spacing: 3px !important;
    padding: 16px 0 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(201,168,76,0.08) !important;
    color: #c9a84c !important;
  }
  .navbar.open .hamburger {
    order: 1 !important;
    position: static !important;
    margin-top: 10px !important;
  }

  /* Hero */
  .hero {
    flex-direction: column !important;
    justify-content: center !important;
    height: auto !important;
    min-height: calc(100vh - 80px) !important;
    padding: 40px 20px 100px !important;
    gap: 20px !important;
  }
  .hero-left img,
  .hero-left video { width: 200px !important; }
  .hero-right { padding-left: 0 !important; text-align: center !important; }
  .hero-right h1 { font-size: 36px !important; letter-spacing: 3px !important; }
  .hero-right p  { font-size: 9px !important; letter-spacing: 4px !important; }

  /* About */
  .about-page {
    flex-direction: column !important;
    min-height: auto !important;
    padding: 30px 0 20px !important;
  }
  .about-illustration { width: 100% !important; }
  .about-illustration img { width: 260px !important; }
  .about-panel {
    width: 100% !important;
    clip-path: none !important;
    padding: 30px 20px 40px !important;
  }
  .about-panel h2 { font-size: 1.8rem !important; }

  /* Portfolio */
  .discover { padding: 40px 16px 30px; }
  .works-panel { padding: 40px 16px 60px; }
  .category-grid { grid-template-columns: 1fr !important; }
  .cat-card { min-height: 200px; }
  .works-grid { columns: 2 120px !important; }
  .page-hero { padding: 70px 16px 40px; }

  /* Service */
  .cards-grid { grid-template-columns: 1fr !important; }
  .services-wrapper { padding: 20px 16px 60px !important; }
  .service-card { padding: 28px 22px 32px; }
  .icons-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
  }

  /* Clients */
  .clients-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .stats-grid   { grid-template-columns: repeat(2, 1fr) !important; }
  .client-logo-wrap { width: 100px !important; height: 80px !important; }
  .client-logo-wrap img { max-width: 90px !important; max-height: 70px !important; }

  /* Contact */
  .contact-wrapper {
    grid-template-columns: 1fr !important;
    padding: 0 20px 60px !important;
  }
  .contact-img-box { min-height: 200px !important; }

  /* Copyright */
  .copyright {
    font-size: 8px !important;
    letter-spacing: 1.5px !important;
    padding: 4px 10px calc(2px + env(safe-area-inset-bottom)) !important;
  }
}

/* ── SMALL MOBILE (≤480px) ── */
@media (max-width: 480px) {
  .hero-left img,
  .hero-left video { width: 150px !important; }
  .hero-right h1 { font-size: 26px !important; }
  .hero-right p  { font-size: 9px !important; letter-spacing: 4px !important; }

  .nav-logo {
    width: 65px !important; height: 65px !important;
    margin-top: -45px !important;
  }
  .nav-logo .plain-ring-3 { width: 58px !important; height: 58px !important; }
  .nav-logo .ring-laurel  { width: 54px !important; height: 54px !important; }
  .nav-logo .plain-ring-2 { width: 48px !important; height: 48px !important; }
  .nav-logo .ring-dots    { width: 44px !important; height: 44px !important; }
  .nav-logo .plain-ring-1 { width: 40px !important; height: 40px !important; }
  .nav-logo .logo-center  { width: 28px !important; height: 24px !important; }

  .copyright {
    font-size: 7px !important;
    letter-spacing: 1px !important;
  }
}