@font-face {
   font-family: 'IBM Plex Sans Arabic';
   src: url('assets/Fonts/body/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Regular.ttf') format('truetype');
   font-weight: 400;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: 'IBM Plex Sans Arabic';
   src: url('assets/Fonts/body/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Medium.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: 'IBM Plex Sans Arabic';
   src: url('assets/Fonts/body/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   font-display: swap
}

@font-face {
   font-family: 'IBM Plex Sans Arabic';
   src: url('assets/Fonts/body/IBM_Plex_Sans_Arabic/IBMPlexSansArabic-Bold.ttf') format('truetype');
   font-weight: 700;
   font-style: normal;
   font-display: swap
}

*,
*::before,
*::after {
   box-sizing: border-box;
   margin: 0;
   padding: 0
}

:root {
   --bg: #F8F9FA;
   --bg2: #94B0C7;
   --m: #0B192C;
   --md: #2C3E50;
   --ml: #C88568;
   --gold: #D4AF37;
   --gd: #C88568;
   --ink: #0B192C;
   --muted: #2C3E50;
   --card: #F8F9FA;
   --r: 22px;
   --rl: 30px;
   --sh: 0 2px 24px rgba(11, 25, 44, .07);
   --shh: 0 12px 48px rgba(11, 25, 44, .16);
   --d: 'Bricolage Grotesque', sans-serif;
   --b: 'DM Sans', sans-serif;
   --safe-top: env(safe-area-inset-top, 0px);
   --safe-right: env(safe-area-inset-right, 0px);
   --safe-bottom: env(safe-area-inset-bottom, 0px);
   --safe-left: env(safe-area-inset-left, 0px);
   --hero-x: max(28px, var(--safe-left));
   --hero-right-safe: max(28px, var(--safe-right));
   --hero-nav-clearance: calc(96px + var(--safe-top))
}

html[lang='ar'] {
   --b: 'IBM Plex Sans Arabic', sans-serif;
   --d: 'IBM Plex Sans Arabic', sans-serif
}

html[dir='rtl'] body {
   direction: rtl
}

html[dir='rtl'] * {
   letter-spacing: 0 !important
}

html[dir='rtl'] .nl {
   margin-right: 0;
   margin-left: auto
}

html[dir='rtl'] .hero-layout {
   direction: ltr
}

html[dir='rtl'] .hero-top,
html[dir='rtl'] .about-main,
html[dir='rtl'] .voice-spine,
html[dir='rtl'] .work-spine,
html[dir='rtl'] .social-spine,
html[dir='rtl'] .contact-spine,
html[dir='rtl'] .page-hero .pg,
html[dir='rtl'] .project-card,
html[dir='rtl'] .sample-library {
   text-align: right
}

html[dir='rtl'] .page-actions,
html[dir='rtl'] .inline-actions,
html[dir='rtl'] .hero-btns {
   justify-content: flex-end
}

html {
   scroll-behavior: smooth
}

body {
   background: var(--bg);
   color: var(--ink);
   font-family: var(--b);
   overflow-x: hidden;
   -webkit-font-smoothing: antialiased
}

/* ── CURSOR ── */
#cur,
#cur2 {
   position: fixed;
   border-radius: 50%;
   pointer-events: none;
   z-index: 9999;
   transform: translate(-50%, -50%)
}

#cur {
   width: 9px;
   height: 9px;
   background: var(--m);
   transition: width .2s, height .2s, background .2s
}

#cur2 {
   width: 36px;
   height: 36px;
   border: 1.5px solid var(--m);
   opacity: .2;
   z-index: 9998;
   transition: width .3s, height .3s, opacity .3s, border-color .3s
}

.ch #cur {
   width: 6px;
   height: 6px;
   background: var(--gold)
}

.ch #cur2 {
   width: 52px;
   height: 52px;
   opacity: .13;
   border-color: var(--gold)
}

/* ── FOCUS STYLES ── */
:focus-visible {
   outline: 2px solid var(--gold);
   outline-offset: 3px;
   border-radius: 4px
}

.nlinks a:focus-visible,
.ncta:focus-visible,
.menu-toggle:focus-visible,
.lang-toggle:focus-visible,
.btn-gold:focus-visible,
.btn-ghost:focus-visible,
.btn-outline:focus-visible {
   outline: 2px solid var(--gold);
   outline-offset: 3px
}

/* ── TOUCH / POINTER COARSE: restore cursor ── */
@media (pointer: coarse) {
   body {
      cursor: auto
   }

   #cur,
   #cur2 {
      display: none
   }
}

/* ── NAV ── */
nav {
   position: fixed;
   top: var(--safe-top);
   left: 0;
   right: 0;
   z-index: 200;
   padding: 14px max(28px, var(--safe-right)) 14px max(28px, var(--safe-left))
}

.np {
   background: rgba(248, 249, 250, .9);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border: 0;
   border-radius: 100px;
   padding: 7px 8px 7px 16px;
   display: flex;
   align-items: center;
   gap: 6px;
   box-shadow: 0 2px 20px rgba(11, 25, 44, .06);
   transition: box-shadow .3s
}

nav.sc .np {
   box-shadow: 0 4px 32px rgba(11, 25, 44, .12)
}

.nl {
   display: flex;
   align-items: center;
   margin-right: auto;
   text-decoration: none;
   line-height: 0
}

.nav-logo {
   width: 38px;
   height: 38px;
   display: block;
   object-fit: contain
}

.nlinks {
   display: flex;
   gap: 2px;
   list-style: none
}

.nlinks a {
   font-size: 12px;
   font-weight: 500;
   color: var(--muted);
   text-decoration: none;
   padding: 11px 14px;
   border-radius: 100px;
   transition: background .2s, color .2s;
   white-space: nowrap;
   min-height: 44px;
   display: flex;
   align-items: center
}

.nlinks a:hover {
   background: rgba(11, 25, 44, .07);
   color: var(--m)
}

.menu-toggle {
   display: none;
   width: 44px;
   height: 44px;
   border: 1px solid rgba(11, 25, 44, .12);
   border-radius: 999px;
   background: transparent;
   color: var(--m);
   cursor: pointer;
   flex-shrink: 0;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   gap: 4px;
   transition: background .2s, border-color .2s
}

.menu-toggle span {
   width: 16px;
   height: 2px;
   border-radius: 999px;
   background: currentColor;
   transition: transform .2s, opacity .2s
}

nav.open .menu-toggle {
   background: rgba(11, 25, 44, .08);
   border-color: rgba(11, 25, 44, .18)
}

nav.open .menu-toggle span:nth-child(1) {
   transform: translateY(6px) rotate(45deg)
}

nav.open .menu-toggle span:nth-child(2) {
   opacity: 0
}

nav.open .menu-toggle span:nth-child(3) {
   transform: translateY(-6px) rotate(-45deg)
}

.ncta {
   background: var(--m);
   color: #F8F9FA;
   font-family: var(--d);
   font-size: 12px;
   font-weight: 700;
   padding: 9px 20px;
   border-radius: 100px;
   text-decoration: none;
   white-space: nowrap;
   flex-shrink: 0;
   transition: background .2s, transform .15s
}

.ncta:hover {
   background: var(--md);
   transform: scale(1.04)
}

.lang-toggle {
   border: 1px solid rgba(11, 25, 44, .12);
   background: transparent;
   color: var(--m);
   font-family: var(--d);
   font-size: 11px;
   font-weight: 800;
   letter-spacing: .08em;
   text-transform: uppercase;
   padding: 10px 14px;
   border-radius: 999px;
   cursor: pointer;
   flex-shrink: 0;
   transition: background .2s, color .2s, border-color .2s
}

.lang-toggle:hover {
   background: var(--m);
   color: #F8F9FA;
   border-color: var(--m)
}

/* ── PAGE ── */
.pg {
   max-width: 1160px;
   margin: 0 auto;
   padding: 0 28px
}

/* ── SECTION ── */
section {
   padding: 96px 0
}

section:first-child {
   padding-top: 0
}

/* ── CARD BASE ── */
.card {
   background: var(--card);
   border-radius: var(--rl);
   padding: 32px;
   box-shadow: var(--sh);
   transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s cubic-bezier(.22, 1, .36, 1);
   overflow: hidden;
   position: relative;
   text-decoration: none;
   color: inherit
}

.card:hover {
   transform: translateY(-5px);
   box-shadow: var(--shh)
}

.cm {
   background: var(--m);
   color: #F8F9FA
}

.cd {
   background: var(--md);
   color: #F8F9FA
}

.cg {
   background: var(--gold)
}

.cc {
   background: var(--bg2);
   color: var(--ink)
}

.cw {
   background: var(--ml);
   color: var(--ink)
}

.card:hover.nolift,
.card.nolift {
   transform: none;
   box-shadow: var(--sh)
}

/* ── SECTION LABEL ── */
.chip {
   display: inline-block;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--m);
   margin-bottom: 24px
}

.chip-w {
   color: rgba(255, 255, 255, .6)
}

.chip-g {
   color: var(--md)
}

.chip-dot {
   display: none
}

/* ── HIGHLIGHT ── */
.hg {
   color: var(--gd)
}

.hm {
   color: var(--m)
}

.hw {
   color: var(--gold)
}

/* ── BENTO GRID ── */
.bento {
   display: grid;
   gap: 14px
}

.gap {
   height: 14px
}

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
#hero {
   height: 100vh;
   height: 100svh;
   max-height: 100vh;
   max-height: 100svh;
   display: flex;
   flex-direction: column;
   padding: 0;
   overflow: hidden;
   position: relative;
    background: linear-gradient(90deg, #0B192C 0%, var(--md) 42%, var(--m) 74%, #0B192C 100%);}

#hero::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 30%;
   z-index: 6;
   pointer-events: none;
   background: linear-gradient(0deg, rgba(11, 25, 44, .46) 0%, rgba(11, 25, 44, .2) 46%, transparent 100%);
}

.hero-inner {
   position: relative;
   z-index: 1;
   padding-top: 0 !important
}

.hero-layout {
   position: relative;
   isolation: isolate;
   display: grid;
   grid-template-columns: minmax(320px, 45%) minmax(320px, 55%);
   height: 100vh;
   height: 100svh;
   max-width: 1280px;
   margin: 0 auto;
   padding: 0 max(28px, var(--safe-right)) 0 max(28px, var(--safe-left));
   gap: 48px;
   align-items: center;
}

.hero-layout::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 50%;
   width: 100vw;
   transform: translateX(-50%);
   z-index: 2;
   pointer-events: none;
   background: linear-gradient(90deg, #0B192C 0%, rgba(11, 25, 44, .99) 24%, rgba(44, 62, 80, .88) 44%, rgba(44, 62, 80, .42) 63%, rgba(11, 25, 44, .06) 100%), linear-gradient(0deg, rgba(11, 25, 44, .95) 0%, rgba(11, 25, 44, .32) 20%, transparent 50%)
}

.hero-left-col {
   position: relative;
   z-index: 4;
   display: flex;
   flex-direction: column;
   justify-content: center;
   max-width: 560px;
   padding-bottom: clamp(100px, 14vh, 160px);
   padding-top: var(--hero-nav-clearance);
   align-self: stretch;
}

.hero-right-col {
   position: relative;
   z-index: 3;
   width: 100%;
   display: flex;
   align-items: stretch;
   justify-content: flex-start;
   pointer-events: none;
   overflow: hidden;
   align-self: stretch;
}

.hero-photo-wrap {
   position: relative;
   flex: 1;
   width: 100%;
   height: 100%;
   isolation: isolate;
   overflow: hidden;
}

.hero-photo-wrap::before {
   content: none;
}

.hero-photo-wrap::after {
   content: none;
}

.hero-photo {
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 58% 0%;
   display: block;
   filter: saturate(1.04) contrast(1.06) brightness(1.04);
   opacity: 1;
}

.hero-bg {
   position: absolute;
   inset: 0;
   background: radial-gradient(circle at 80% 38%, rgba(11, 25, 44, .16), transparent 34%), radial-gradient(circle at 18% 78%, rgba(212, 175, 55, .06), transparent 28%), linear-gradient(90deg, #0B192C 0%, var(--md) 44%, var(--m) 76%, #0B192C 100%);
   z-index: 0
}

.hero-inner {
   position: relative;
   z-index: 1
}

.hero-top {
   margin-bottom: 22px
}

.hero-chip {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
   background: rgba(212, 175, 55, .15);
   color: var(--gold);
   padding: 6px 14px;
   border-radius: 100px;
   margin-bottom: 22px
}

.adot {
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #94B0C7;
   animation: pulse 2.2s infinite
}

@keyframes pulse {

   0%,
   100% {
      box-shadow: 0 0 0 0 rgba(148, 176, 199, .45)
   }

   50% {
      box-shadow: 0 0 0 7px rgba(148, 176, 199, 0)
   }
}

.status-dot {
   display: inline-block;
   width: 9px;
   height: 9px;
   border-radius: 50%;
   background: #94B0C7;
   margin-right: 7px;
   vertical-align: middle;
   animation: pulse 2.2s infinite;
   flex-shrink: 0
}

.chip-pin {
   display: block;
   flex-shrink: 0;
   opacity: .9
}

.hero-name {
   font-family: var(--d);
   font-size: clamp(64px, 9vw, 118px);
   font-weight: 800;
   line-height: 1;
   letter-spacing: -.04em;
   color: #F8F9FA;
   display: block;
   margin-bottom: 12px;
   text-shadow: 0 18px 54px rgba(0, 0, 0, .28)
}

.hero-name-sub {
   font-size: clamp(12px, 1.1vw, 16px);
   font-weight: 500;
   color: rgba(255, 255, 255, .52);
   letter-spacing: .18em;
   text-transform: uppercase;
   display: block;
   margin-bottom: 24px
}

.hero-h {
   font-family: var(--d);
   font-size: clamp(46px, 5.8vw, 76px);
   font-weight: 800;
   line-height: .88;
   letter-spacing: -.035em;
   color: #F8F9FA;
   margin-bottom: 20px;
   text-shadow: 0 18px 54px rgba(0, 0, 0, .24)
}

.hero-h .hw {
   color: var(--gold)
}

.hero-h .outline {
   -webkit-text-stroke: 2px rgba(255, 255, 255, .35);
   color: transparent
}

.hero-sub {
   font-size: 15px;
   color: rgba(255, 255, 255, .58);
   line-height: 1.65;
   max-width: 460px;
   margin-bottom: 24px
}

.hero-btns {
   display: flex;
   gap: 12px;
   flex-wrap: wrap
}

.btn-gold {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: var(--gold);
   color: var(--md);
   font-family: var(--d);
   font-size: 13px;
   font-weight: 700;
   padding: 13px 26px;
   border-radius: 100px;
   text-decoration: none;
   transition: background .2s, transform .15s;
   letter-spacing: -.01em
}

.btn-gold:hover {
   background: #D4AF37;
   transform: scale(1.04)
}

.btn-ghost {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(255, 255, 255, .1);
   color: #F8F9FA;
   font-family: var(--d);
   font-size: 13px;
   font-weight: 700;
   padding: 13px 26px;
   border-radius: 100px;
   text-decoration: none;
   transition: background .2s;
   letter-spacing: -.01em
}

.btn-ghost:hover {
   background: rgba(255, 255, 255, .2)
}

/* ═══════════════════════════════
   MARQUEE
═══════════════════════════════ */
.mq {
   overflow: hidden;
   background: var(--md);
   padding: 14px 0;
   border-radius: var(--rl);
   margin: 14px 28px 0
}

.mq-track {
   display: flex;
   white-space: nowrap;
   animation: mq 30s linear infinite
}

.mq-track:hover {
   animation-play-state: paused
}

.mqi {
   display: inline-flex;
   align-items: center;
   gap: 22px;
   padding-right: 22px;
   font-family: var(--d);
   font-size: 13px;
   font-weight: 500;
   color: rgba(248, 249, 250, .38);
   letter-spacing: .02em
}

.mqd {
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background: var(--gold);
   flex-shrink: 0
}

@keyframes mq {
   from {
      transform: translateX(0)
   }

   to {
      transform: translateX(-50%)
   }
}

/* ═══════════════════════════════
   ABOUT
═══════════════════════════════ */
.about-grid {
   display: grid;
   grid-template-columns: 1.05fr .95fr;
   gap: 14px;
   align-items: start
}

.about-main {
   padding: 48px 52px
}

.about-h {
   font-family: var(--d);
   font-size: clamp(36px, 4vw, 56px);
   font-weight: 800;
   letter-spacing: -.04em;
   line-height: 1.0;
   color: var(--md);
   margin-bottom: 36px
}

.about-h .hg {
   color: var(--gd)
}

.about-p {
   font-size: 14px;
   color: var(--muted);
   line-height: 1.85;
   margin-bottom: 20px
}

.about-p strong {
   color: var(--m);
   font-weight: 600
}

.about-right {
   display: flex;
   flex-direction: column;
   gap: 14px
}

.skills-card {
   padding: 36px 32px
}

.skill-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 13px 0;
   border-bottom: 1px solid rgba(11, 25, 44, .07)
}

.skill-row:last-child {
   border-bottom: none
}

.sk-name {
   font-size: 13px;
   font-weight: 600;
   color: var(--ink)
}

.sk-track {
   width: 46%;
   height: 3px;
   background: rgba(11, 25, 44, .08);
   border-radius: 100px;
   overflow: hidden
}

.sk-bar {
   height: 100%;
   background: var(--m);
   border-radius: 100px;
   width: 0;
   transition: width 1.3s cubic-bezier(.22, 1, .36, 1)
}

.products-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 14px
}

.prod-card {
   padding: 28px
}

.prod-chip {
   display: inline-flex;
   align-items: center;
   gap: 5px;
   font-size: 9px;
   font-weight: 700;
   letter-spacing: .13em;
   text-transform: uppercase;
   padding: 4px 11px;
   border-radius: 100px;
   margin-bottom: 12px
}

.prod-chip-gold {
   background: rgba(212, 175, 55, .18);
   color: var(--gd)
}

.prod-chip-w {
   background: rgba(255, 255, 255, .14);
   color: rgba(255, 255, 255, .7)
}

.prod-t {
   font-family: var(--d);
   font-size: 24px;
   font-weight: 800;
   color: var(--md);
   letter-spacing: -.03em;
   line-height: 1;
   margin-bottom: 6px
}

.prod-s {
   font-size: 11px;
   color: var(--muted);
   line-height: 1.6
}

.cm .prod-t {
   color: #F8F9FA
}

.cm .prod-s {
   color: rgba(255, 255, 255, .45)
}

/* ═══════════════════════════════
   VOICE — HERO OF THE PAGE
═══════════════════════════════ */
#voice {
   padding: 80px 0
}

.voice-spine {
   margin-bottom: 68px
}

.voice-spine .chip {
   margin-bottom: 16px
}

.voice-h {
   font-family: var(--d);
   font-size: clamp(40px, 5.5vw, 78px);
   font-weight: 800;
   letter-spacing: -.04em;
   line-height: .92;
   color: var(--md);
   margin-bottom: 28px
}

.voice-h .hw {
   color: var(--m)
}

.voice-sub {
   font-size: 15px;
   color: var(--muted);
   max-width: 480px;
   line-height: 1.75
}

/* lang + format bento row */
.voice-info-row {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 14px;
   margin-bottom: 14px
}

.lang-card {
   padding: 28px 26px
}

.lc-flag {
   margin-bottom: 14px;
   display: flex;
   align-items: center;
   line-height: 1;
   color: currentColor
}

.lc-name {
   font-family: var(--d);
   font-size: 22px;
   font-weight: 800;
   color: var(--md);
   letter-spacing: -.03em;
   line-height: 1
}

.lc-level {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--muted);
   margin-top: 5px
}

.cg .lc-name {
   color: var(--md)
}

.cg .lc-level {
   color: var(--ml)
}

.cm .lc-name {
   color: #F8F9FA
}

.cm .lc-level {
   color: rgba(255, 255, 255, .5)
}

.format-card {
   padding: 28px 26px
}

.fc-title {
   font-family: var(--d);
   font-size: 17px;
   font-weight: 800;
   color: var(--ink);
   letter-spacing: -.02em;
   margin-bottom: 16px
}

.fc-list {
   display: flex;
   flex-direction: column;
   gap: 0
}

.fc-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 9px 0;
   border-bottom: 1px solid rgba(11, 25, 44, .06)
}

.fc-item:last-child {
   border-bottom: none
}

.fc-name {
   font-size: 12px;
   font-weight: 600;
   color: var(--ink)
}

.fc-tag {
   font-size: 9px;
   font-weight: 700;
   letter-spacing: .1em;
   text-transform: uppercase;
   background: rgba(11, 25, 44, .07);
   color: var(--m);
   padding: 3px 9px;
   border-radius: 100px
}

/* PLAYERS */
.players-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 14px;
   margin-bottom: 14px
}

.featured-samples {
   grid-template-columns: 1fr
}

.pc {
   border-radius: var(--rl);
   padding: 30px 28px;
   box-shadow: var(--sh);
   transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s cubic-bezier(.22, 1, .36, 1);
   position: relative;
   overflow: hidden
}

.pc:hover {
   transform: translateY(-6px);
   box-shadow: var(--shh)
}

.pc-light {
   background: var(--card)
}

.pc-mid {
   background: var(--m)
}

.pc-dark {
   background: var(--md)
}

.pc-decor {
   position: absolute;
   width: 140px;
   height: 140px;
   border-radius: 50%;
   bottom: -40px;
   right: -40px;
   pointer-events: none
}

.pc-light .pc-decor {
   background: rgba(11, 25, 44, .04)
}

.pc-mid .pc-decor {
   background: rgba(255, 255, 255, .04)
}

.pc-dark .pc-decor {
   background: rgba(212, 175, 55, .05)
}

.pc-label {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .15em;
   text-transform: uppercase;
   margin-bottom: 6px
}

.pc-light .pc-label {
   color: var(--muted)
}

.pc-mid .pc-label,
.pc-dark .pc-label {
   color: rgba(255, 255, 255, .38)
}

.pc-title {
   font-family: var(--d);
   font-size: 22px;
   font-weight: 800;
   letter-spacing: -.03em;
   line-height: 1.15;
   margin-bottom: 4px
}

.pc-light .pc-title {
   color: var(--ink)
}

.pc-mid .pc-title,
.pc-dark .pc-title {
   color: #F8F9FA
}

.pc-sub {
   font-size: 11px;
   margin-bottom: 28px
}

.pc-light .pc-sub {
   color: var(--muted)
}

.pc-mid .pc-sub,
.pc-dark .pc-sub {
   color: rgba(255, 255, 255, .38)
}

.wf {
   display: flex;
   align-items: flex-end;
   gap: 3px;
   height: 52px;
   margin-bottom: 18px;
   cursor: default
}

.wb {
   flex: 1;
   border-radius: 3px;
   transition: background .12s, height .12s
}

.pc-light .wb {
   background: rgba(11, 25, 44, .08)
}

.pc-light .wb.on {
   background: var(--m)
}

.pc-mid .wb {
   background: rgba(255, 255, 255, .12)
}

.pc-mid .wb.on {
   background: var(--gold)
}

.pc-dark .wb {
   background: rgba(255, 255, 255, .09)
}

.pc-dark .wb.on {
   background: var(--gold)
}

.wb:hover {
   opacity: .7
}

.prow {
   display: flex;
   align-items: center;
   justify-content: space-between
}

.ptime {
   font-size: 10px;
   font-weight: 500;
   letter-spacing: .06em;
   min-width: 36px
}

.pc-light .ptime {
   color: var(--muted)
}

.pc-mid .ptime,
.pc-dark .ptime {
   color: rgba(255, 255, 255, .35)
}

.pbtn {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   border: none;
   cursor: pointer;
   transition: transform .2s, opacity .2s;
   flex-shrink: 0;
   box-shadow: 0 4px 14px rgba(0, 0, 0, .15)
}

.pbtn:hover {
   transform: scale(1.1)
}

.pc-light .pbtn {
   background: var(--m);
   color: #F8F9FA
}

.pc-mid .pbtn,
.pc-dark .pbtn {
   background: var(--gold);
   color: var(--md)
}

.pdur {
   font-size: 10px;
   font-weight: 500;
   letter-spacing: .06em;
   min-width: 36px;
   text-align: right
}

.pc-light .pdur {
   color: var(--muted)
}

.pc-mid .pdur,
.pc-dark .pdur {
   color: rgba(255, 255, 255, .35)
}

/* voice bottom row */
.voice-bottom {
   display: grid;
   grid-template-columns: 1.2fr .8fr 1fr;
   gap: 14px
}

.vcta-card {
   padding: 36px 40px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 160px
}

.vcta-t {
   font-family: var(--d);
   font-size: 28px;
   font-weight: 800;
   color: #F8F9FA;
   letter-spacing: -.03em;
   line-height: 1.1;
   margin-bottom: 8px
}

.vcta-t .hw {
   color: var(--gold)
}

.vcta-s {
   font-size: 12px;
   color: rgba(255, 255, 255, .45);
   line-height: 1.7;
   margin-bottom: 28px
}

.vstudio-card {
   padding: 32px
}

.vstudio-t {
   font-family: var(--d);
   font-size: 17px;
   font-weight: 800;
   color: var(--ink);
   letter-spacing: -.02em;
   margin-bottom: 16px
}

.vstudio-items {
   display: flex;
   flex-direction: column;
   gap: 0
}

.vstudio-i {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 10px 0;
   border-bottom: 1px solid rgba(11, 25, 44, .07);
   font-size: 12px;
   font-weight: 500;
   color: var(--ink)
}

.vstudio-i:last-child {
   border-bottom: none
}

.vstudio-dot {
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: var(--m);
   flex-shrink: 0
}

.vstat-card {
   padding: 32px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   background: var(--gold)
}

.vstat-n {
   font-family: var(--d);
   font-size: 56px;
   font-weight: 800;
   color: var(--md);
   letter-spacing: -.05em;
   line-height: 1
}

.vstat-l {
   font-size: 11px;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   color: var(--ml);
   margin-top: 8px
}

.inline-actions {
   display: flex;
   align-items: center;
   gap: 10px;
   flex-wrap: wrap
}

/* ═══════════════════════════════
   WORK
═══════════════════════════════ */
#work {
   padding: 80px 0
}

.work-spine {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   margin-bottom: 56px
}

.work-h {
   font-family: var(--d);
   font-size: clamp(36px, 4.5vw, 60px);
   font-weight: 800;
   letter-spacing: -.04em;
   line-height: .98;
   color: var(--md)
}

.work-h .hm {
   color: var(--m)
}

.btn-outline {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: transparent;
   color: var(--m);
   border: 1.5px solid rgba(11, 25, 44, .2);
   font-family: var(--d);
   font-size: 12px;
   font-weight: 700;
   padding: 11px 22px;
   border-radius: 100px;
   text-decoration: none;
   transition: background .2s, color .2s, border-color .2s;
   letter-spacing: -.01em
}

.btn-outline:hover {
   background: var(--m);
   color: #F8F9FA;
   border-color: var(--m)
}

/* featured work */
.work-featured {
   display: grid;
   grid-template-columns: 1.4fr 1fr;
   gap: 14px;
   margin-bottom: 14px
}

.wf-big {
   min-height: 300px;
   padding: 44px 44px;
   display: flex;
   flex-direction: column;
   justify-content: space-between
}

.wf-big .wn {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .16em;
   text-transform: uppercase;
   color: rgba(255, 255, 255, .35);
   margin-bottom: 18px
}

.wf-big .wt {
   font-family: var(--d);
   font-size: clamp(36px, 4vw, 54px);
   font-weight: 800;
   color: #F8F9FA;
   letter-spacing: -.04em;
   line-height: .95;
   margin-bottom: 12px
}

.wf-big .wt .hw {
   color: var(--gold)
}

.wf-big .wd {
   font-size: 13px;
   color: rgba(255, 255, 255, .5);
   line-height: 1.8;
   max-width: 340px;
   margin-bottom: 24px
}

.wtags {
   display: flex;
   gap: 7px;
   flex-wrap: wrap
}

.wtag {
   font-size: 9px;
   font-weight: 700;
   letter-spacing: .1em;
   text-transform: uppercase;
   padding: 4px 12px;
   border-radius: 100px
}

.wtag-w {
   background: rgba(255, 255, 255, .1);
   color: rgba(255, 255, 255, .65)
}

.wtag-m {
   background: rgba(11, 25, 44, .08);
   color: var(--m)
}

.wtag-g {
   background: rgba(212, 175, 55, .18);
   color: var(--gd)
}

.wtag-s {
   background: rgba(148, 176, 199, .2);
   color: var(--md)
}

.wtag-c {
   background: rgba(200, 133, 104, .2);
   color: var(--ml)
}

.warrow {
   position: absolute;
   top: 26px;
   right: 26px;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   transition: transform .25s, background .25s, color .25s
}

html[dir='rtl'] .warrow {
   right: auto;
   left: 26px;
}

html[dir='rtl'] .wf-big:hover .warrow,
html[dir='rtl'] .wcard-sm:hover .warrow,
html[dir='rtl'] .wcard-list:hover .warrow {
   transform: translate(-4px, -4px);
}

.wf-big .warrow {
   background: rgba(255, 255, 255, .1);
   color: #F8F9FA
}

.wf-big:hover .warrow {
   transform: translate(4px, -4px);
   background: var(--gold);
   color: var(--md)
}

.wf-right {
   display: flex;
   flex-direction: column;
   gap: 14px
}

.wcard-sm {
   padding: 28px 28px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   flex: 1
}

.wcard-sm .wn {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--muted);
   margin-bottom: 10px
}

.wcard-sm.cm .wn {
   color: rgba(255, 255, 255, .38)
}

.wcard-sm.cg .wn {
   color: var(--ml)
}

.wcard-sm .wt {
   font-family: var(--d);
   font-size: 22px;
   font-weight: 800;
   letter-spacing: -.03em;
   color: var(--md);
   line-height: 1.1;
   margin-bottom: 10px
}

.wcard-sm.cm .wt {
   color: #F8F9FA
}

.wcard-sm.cg .wt {
   color: var(--md)
}

.wcard-sm .warrow {
   background: rgba(11, 25, 44, .07);
   color: var(--m)
}

.wcard-sm:hover .warrow {
   transform: translate(4px, -4px);
   background: var(--m);
   color: #F8F9FA
}

.wcard-sm.cm .warrow {
   background: rgba(255, 255, 255, .1);
   color: #F8F9FA
}

.wcard-sm.cm:hover .warrow {
   background: var(--gold);
   color: var(--md)
}

.wcard-sm.cg .warrow {
   background: rgba(44, 62, 80, .1);
   color: var(--md)
}

.wcard-sm.cg:hover .warrow {
   background: var(--md);
   color: #F8F9FA
}

/* bottom work row */
.work-row {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 14px
}

.wcard-list {
   padding: 26px 28px
}

.wcard-list .wn {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--muted);
   margin-bottom: 8px
}

.wcard-list .wt {
   font-family: var(--d);
   font-size: 20px;
   font-weight: 800;
   color: var(--md);
   letter-spacing: -.03em;
   margin-bottom: 10px
}

.wcard-list.cm .wn {
   color: rgba(255, 255, 255, .38)
}

.wcard-list.cm .wt {
   color: #F8F9FA
}

.wcard-list .warrow {
   background: rgba(11, 25, 44, .07);
   color: var(--m)
}

.wcard-list:hover .warrow {
   transform: translate(4px, -4px);
   background: var(--m);
   color: #F8F9FA
}

.wcard-list.cm .warrow {
   background: rgba(255, 255, 255, .1);
   color: #F8F9FA
}

.wcard-list.cm:hover .warrow {
   background: var(--gold);
   color: var(--md)
}

/* SOCIALS */
#socials {
   padding: 80px 0
}

.social-spine {
   display: grid;
   grid-template-columns: 1.1fr .9fr;
   gap: 28px;
   align-items: end;
   margin-bottom: 44px
}

.social-h {
   font-family: var(--d);
   font-size: clamp(32px, 4.2vw, 58px);
   font-weight: 800;
   letter-spacing: -.04em;
   line-height: .94;
   color: var(--md)
}

.social-sub {
   font-size: 14px;
   color: var(--muted);
   line-height: 1.8;
   max-width: 420px;
   margin-left: auto
}

.social-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 14px
}

.social-card {
   min-height: 220px;
   padding: 34px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   color: inherit
}

.social-icon {
   width: 54px;
   height: 54px;
   border-radius: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0
}

.youtube-card {
   background: var(--md);
   color: #F8F9FA
}

.youtube-card .social-icon {
   background: var(--gold);
   color: var(--md)
}

.insta-card {
   background: var(--m);
   color: #F8F9FA
}

.insta-card .social-icon {
   background: #F8F9FA;
   color: var(--m)
}

.social-kicker {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .15em;
   text-transform: uppercase;
   color: rgba(255, 255, 255, .42);
   margin-bottom: 8px
}

.social-name {
   font-family: var(--d);
   font-size: 30px;
   font-weight: 800;
   letter-spacing: -.04em;
   color: #F8F9FA;
   margin-bottom: 8px
}

.social-desc {
   font-size: 13px;
   line-height: 1.7;
   color: rgba(255, 255, 255, .55);
   max-width: 390px
}

.social-arr {
   align-self: flex-start;
   margin-top: 24px;
   font-family: var(--d);
   font-size: 12px;
   font-weight: 800;
   color: var(--gold)
}

/* INNER PAGES */
.page-main {
   padding-top: 0
}

.page-hero {
   margin-bottom: 68px;
   position: relative;
   padding: 140px 0 72px;
   background: linear-gradient(135deg, rgba(44, 62, 80, .96), rgba(11, 25, 44, .95));
   color: #F8F9FA;
   overflow: hidden;
}

.page-hero::before {
   content: "";
   position: absolute;
   inset: 0;
   pointer-events: none;
   background: radial-gradient(circle at 18% 24%, rgba(212, 175, 55, .14), transparent 24%), radial-gradient(circle at 85% 70%, rgba(255, 255, 255, .06), transparent 22%);
}

.page-eyebrow {
   font-size: 10px;
   font-weight: 800;
   letter-spacing: .16em;
   text-transform: uppercase;
   color: var(--gold);
   margin-bottom: 22px
}

.page-title {
   font-family: var(--d);
   font-size: clamp(38px, 5.5vw, 88px);
   font-weight: 800;
   letter-spacing: -.05em;
   line-height: .92;
   max-width: 860px
}

.page-sub {
   font-size: 15px;
   color: rgba(255, 255, 255, .58);
   line-height: 1.8;
   max-width: 540px;
   margin-top: 28px
}

.page-actions {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   margin-top: 38px
}

.project-grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 14px
}

.project-card {
   min-height: 260px;
   padding: 30px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   text-decoration: none;
   color: inherit
}

.project-card .wt {
   font-family: var(--d);
   font-size: 26px;
   font-weight: 800;
   letter-spacing: -.03em;
   line-height: 1.05;
   color: var(--md)
}

.cm.project-card .wt,
.cd.project-card .wt {
   color: #F8F9FA
}

.project-meta {
   font-size: 11px;
   font-weight: 700;
   letter-spacing: .12em;
   text-transform: uppercase;
   color: var(--muted)
}

.cm .project-meta,
.cd .project-meta {
   color: rgba(255, 255, 255, .42)
}

.project-desc {
   font-size: 13px;
   line-height: 1.75;
   color: var(--muted);
   margin: 14px 0 20px
}

.cm .project-desc,
.cd .project-desc {
   color: rgba(255, 255, 255, .55)
}

.sample-library {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 14px
}

/* ═══════════════════════════════
   CONTACT
═══════════════════════════════ */
#contact {
   padding: 80px 0
}

.contact-spine {
   margin-bottom: 68px
}

.contact-h {
   font-family: var(--d);
   font-size: clamp(42px, 6vw, 84px);
   font-weight: 800;
   letter-spacing: -.05em;
   line-height: .91;
   color: var(--md);
   margin-bottom: 24px
}

.contact-h .hw {
   color: var(--m)
}

.contact-sub {
   font-size: 15px;
   color: var(--muted);
   max-width: 440px;
   margin-bottom: 36px;
   line-height: 1.75
}

.contact-bento {
   display: grid;
   grid-template-columns: 1.3fr 1fr;
   gap: 14px;
   margin-bottom: 14px
}

.cbig {
   padding: 48px 52px;
   min-height: 320px;
   display: flex;
   flex-direction: column;
   justify-content: space-between
}

.cbig-t {
   font-family: var(--d);
   font-size: 28px;
   font-weight: 800;
   color: #F8F9FA;
   letter-spacing: -.03em;
   line-height: 1.1;
   margin-bottom: 12px
}

.cbig-t .hw {
   color: var(--gold)
}

.cbig-s {
   font-size: 13px;
   color: rgba(255, 255, 255, .45);
   line-height: 1.8;
   margin-bottom: 32px;
   max-width: 380px
}

.clinks {
   padding: 36px 36px;
   display: flex;
   flex-direction: column;
   justify-content: space-between
}

.clink {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 16px 0;
   border-bottom: 1px solid rgba(11, 25, 44, .08);
   text-decoration: none;
   color: var(--ink);
   transition: color .2s
}

.clink:last-child {
   border-bottom: none
}

.clink:hover .cv {
   color: var(--m)
}

.clink:hover .ca {
   transform: translate(4px, -4px);
   color: var(--m)
}

.cl-label {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--muted);
   margin-bottom: 3px
}

.cv {
   direction: ltr;
   font-family: var(--d);
   font-size: 18px;
   font-weight: 700;
   color: var(--md);
   letter-spacing: -.02em;
   transition: color .2s
}

.ca {
   font-size: 18px;
   color: var(--muted);
   transition: transform .25s, color .25s
}

.contact-bottom {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 14px
}

.cb-card {
   padding: 26px 30px;
   display: flex;
   flex-direction: column;
   justify-content: center
}

.cb-label {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--muted);
   margin-bottom: 6px
}

.cb-val {
   font-family: var(--d);
   font-size: 19px;
   font-weight: 800;
   color: var(--md);
   letter-spacing: -.02em
}

.cm .cb-label {
   color: rgba(255, 255, 255, .38)
}

.cm .cb-val {
   color: #F8F9FA
}

.cg .cb-label {
   color: var(--ml)
}

.cg .cb-val {
   color: var(--md)
}

.cd .cb-label {
   color: rgba(255, 255, 255, .38)
}

.cd .cb-val {
   color: rgba(255, 255, 255, .9)
}

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
/* ── MISC UTILITIES ── */
audio { display: none }

.chip-mb { margin-bottom: 12px }

.cbig-btn { align-self: flex-start }

.footer-brand {
   line-height: 0;
   text-decoration: none;
   display: block;
   flex-shrink: 0
}

.footer-logo {
   height: 52px;
   width: auto;
   object-fit: contain
}

footer {
   background: var(--md);
   border-radius: var(--rl);
   margin: 0 28px 28px;
   padding: 26px 36px;
   display: flex;
   justify-content: space-between;
   align-items: center
}

.fc {
   font-size: 11px;
   color: rgba(255, 255, 255, .3);
   letter-spacing: .04em
}

/* ═══════════════════════════════
   REVEAL ANIMATIONS
═══════════════════════════════ */
.r {
   opacity: 0;
   transform: translateY(28px);
   transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.r.v {
   opacity: 1;
   transform: none
}

.r.from-left {
   transform: translateX(-28px)
}

.r.from-right {
   transform: translateX(28px)
}

.r.from-left.v,
.r.from-right.v {
   transform: none
}

.d1 {
   transition-delay: .08s
}

.d2 {
   transition-delay: .16s
}

.d3 {
   transition-delay: .25s
}

.d4 {
   transition-delay: .35s
}

.d5 {
   transition-delay: .46s
}

/* ═══════════════════════════════
   ARABIC / RTL OVERRIDES
═══════════════════════════════ */
html[lang='ar'] .hero-h {
   font-size: clamp(32px, 4.2vw, 60px);
   line-height: 1.1
}

html[lang='ar'] .about-h {
   font-size: clamp(24px, 3vw, 42px);
   line-height: 1.35
}

html[lang='ar'] .voice-h {
   font-size: clamp(30px, 4.2vw, 64px);
   line-height: 1.05
}

html[lang='ar'] .work-h {
   font-size: clamp(26px, 3.5vw, 50px);
   line-height: 1.1
}

html[lang='ar'] .social-h {
   font-size: clamp(24px, 3.5vw, 50px);
   line-height: 1.15
}

html[lang='ar'] .contact-h {
   font-size: clamp(32px, 4.5vw, 68px);
   line-height: 1.05
}

html[lang='ar'] .page-title {
   font-size: clamp(28px, 4vw, 66px);
   line-height: 1.2
}

html[lang='ar'] .cbig-t,
html[lang='ar'] .vcta-t,
html[lang='ar'] .wf-big .wt {
   line-height: 1.3
}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media(max-width:760px) {
   :root {
      --hero-x: max(16px, var(--safe-left));
      --hero-right-safe: max(16px, var(--safe-right));
      --hero-nav-clearance: calc(88px + var(--safe-top))
   }

   #hero::after {
      height: 58%;
      background: linear-gradient(0deg, rgba(11, 25, 44, .64) 0%, rgba(11, 25, 44, .46) 28%, rgba(11, 25, 44, .22) 58%, rgba(11, 25, 44, .06) 82%, transparent 100%)
   }

   nav {
      padding: 10px max(16px, var(--safe-right)) 10px max(16px, var(--safe-left))
   }

   .np {
      position: relative
   }

   .nlinks {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      right: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 6px;
      padding: 10px;
      background: rgba(248, 249, 250, .94);
      border-radius: 22px;
      box-shadow: 0 16px 42px rgba(11, 25, 44, .18);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px);
      pointer-events: none;
      transition: opacity .18s, transform .18s, visibility .18s
   }

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

   .nlinks a {
      justify-content: center;
      padding: 11px 10px;
      background: rgba(11, 25, 44, .05)
   }

   .menu-toggle {
      display: flex
   }

   .np {
      padding: 7px 8px 7px 14px
   }

   .nav-logo {
      width: 36px;
      height: 36px
   }

   .pg {
      padding: 0 16px
   }

   .hero-layout {
      grid-template-columns: 1fr;
      height: 100vh;
      height: 100svh;
      max-width: none;
      padding: 0 var(--hero-right-safe) 0 var(--hero-x);
      overflow: hidden;
      align-items: stretch;
      z-index: 7
   }

   .hero-layout::before {
      top: 0;
      bottom: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      background: linear-gradient(0deg, rgba(11, 25, 44, .72) 0%, rgba(11, 25, 44, .52) 30%, rgba(11, 25, 44, .28) 58%, rgba(11, 25, 44, .08) 82%, transparent 100%)
   }

   .hero-inner {
      z-index: 7
   }

   .hero-left-col {
      position: relative;
      z-index: 4;
      max-width: none;
      padding: var(--hero-nav-clearance) 0 calc(56px + var(--safe-bottom));
      justify-content: flex-end;
      align-self: stretch
   }

   .hero-right-col {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      display: flex;
      overflow: hidden
   }

   .hero-photo-wrap {
      height: 100%;
      min-height: unset
   }

   .hero-photo-wrap::before {
      content: none
   }

   .hero-photo-wrap::after {
      content: none
   }

   .hero-photo {
      object-position: 58% top;
      filter: saturate(.95) contrast(1.04) brightness(.88)
   }

   .hero-name {
      font-size: clamp(46px, 14vw, 78px)
   }

   .hero-name-sub {
      font-size: clamp(11px, 3vw, 14px);
      margin-bottom: 18px
   }

   .hero-h {
      font-size: clamp(36px, 10vw, 58px);
      margin-bottom: 16px
   }

   .hero-chip {
      font-size: 9px;
      letter-spacing: .12em;
      margin-bottom: 18px
   }

   .hero-sub {
      font-size: 14px;
      line-height: 1.55;
      margin-bottom: 18px
   }

   .hero-top {
      margin-bottom: 16px
   }

   .hero-top {
      padding: 0
   }

   .mq {
      margin: 14px 16px 0
   }

   .about-grid,
   .work-featured,
   .contact-bento,
   .social-spine,
   .social-grid,
   .project-grid,
   .sample-library {
      grid-template-columns: 1fr
   }

   .about-right {
      display: grid;
      grid-template-columns: 1fr 1fr
   }

   .products-row {
      grid-template-columns: 1fr 1fr
   }

   .voice-info-row {
      grid-template-columns: 1fr 1fr
   }

   .players-grid {
      grid-template-columns: 1fr
   }

   .featured-samples {
      grid-template-columns: 1fr
   }

   .voice-bottom {
      grid-template-columns: 1fr 1fr
   }

   .work-row {
      grid-template-columns: 1fr 1fr
   }

   .wf-right {
      display: grid;
      grid-template-columns: 1fr 1fr
   }

   .contact-bottom {
      grid-template-columns: 1fr 1fr
   }

   footer {
      margin: 0 16px 16px;
      padding: 20px 24px
   }

   .footer-logo {
      height: 40px
   }

   .cbig,
   .about-main {
      padding: 36px 32px
   }

   section {
      padding: 72px 0
   }

   .page-hero {
      padding: 120px 0 56px
   }
}

@media(max-width:580px) {
   :root {
      --hero-nav-clearance: calc(82px + var(--safe-top))
   }

   .hero-left-col {
      padding-bottom: calc(48px + var(--safe-bottom))
   }

   .hero-chip {
      max-width: 100%;
      white-space: normal
   }

   .hero-name {
      font-size: clamp(40px, 13vw, 60px)
   }

   .hero-h {
      font-size: clamp(32px, 9.5vw, 46px)
   }

   .hero-sub {
      max-width: 34em
   }

   .hero-btns {
      gap: 10px
   }

   .btn-gold,
   .btn-ghost {
      min-height: 42px;
      padding: 11px 18px
   }

   .about-right,
   .wf-right,
   .voice-bottom,
   .work-row,
   .contact-bottom {
      grid-template-columns: 1fr
   }

   .voice-info-row {
      grid-template-columns: 1fr 1fr
   }

   .products-row {
      grid-template-columns: 1fr
   }

   section {
      padding: 60px 0
   }

   .page-hero {
      padding: 110px 0 48px
   }
}

@media(max-height:760px) and (min-width:901px) {
   :root {
      --hero-nav-clearance: calc(82px + var(--safe-top))
   }

   .hero-left-col {
      padding-bottom: calc(20px + var(--safe-bottom))
   }

   .hero-top {
      margin-bottom: 16px
   }

   .hero-chip {
      margin-bottom: 36px
   }

   .hero-name {
      font-size: clamp(58px, 8vw, 96px)
   }

   .hero-name-sub {
      margin-bottom: 18px
   }

   .hero-h {
      font-size: clamp(40px, 5vw, 62px);
      margin-bottom: 16px
   }

   .hero-sub {
      line-height: 1.5;
      margin-bottom: 18px
   }

}

@media(max-height:700px) and (max-width:900px) {
   :root {
      --hero-nav-clearance: calc(76px + var(--safe-top))
   }

   .hero-left-col {
      padding-bottom: calc(32px + var(--safe-bottom))
   }

   .hero-chip,
   .hero-name-sub,
   .hero-h,
   .hero-sub {
      margin-bottom: 12px
   }

   .hero-top {
      margin-bottom: 12px
   }

   .hero-name {
      font-size: clamp(38px, 12vw, 62px)
   }

   .hero-h {
      font-size: clamp(30px, 8.8vw, 44px)
   }

   .hero-sub {
      line-height: 1.45
   }


}
