/* design-2026.css — AZEA Design Studio premium app-style override layer
   Cascaded AFTER styles.css/trends.css/navbar.css to win specificity ties
   Goal: premium banking + interior app vibe (Cormorant + Inter, gold #C6A15B) */

:root{
  --bg-dark:        #0B0B0A;
  --bg-dark-2:      #11100E;
  --bg-light:       #F7F3EA;
  --gold:           #C6A15B;
  --gold-soft:      #D6B878;
  --text-dark:      #1A1A1A;
  --text-light:     #F4EFE6;
  --muted:          #9D968A;
  --border-gold:    rgba(198,161,91,.22);
  --glass:          rgba(255,255,255,.06);
  --shadow-card:    0 2px 24px rgba(0,0,0,.35);
  --shadow-lift:    0 18px 48px rgba(0,0,0,.42);
  --r-md:           14px;
  --r-lg:           22px;
}

/* ─── HERO: premium statement section ─────────────────────────── */
.azea-hero{
  position:relative;
  padding: clamp(64px,12vh,120px) 0 clamp(48px,8vh,80px);
  background: radial-gradient(ellipse at 70% 20%, rgba(198,161,91,.10) 0%, transparent 55%), var(--bg-dark);
  color: var(--text-light);
  overflow: hidden;
}
.azea-hero-inner{
  max-width: 1200px; margin: 0 auto;
  padding: 0 clamp(20px,4vw,48px);
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px,4vw,72px);
  align-items: center;
}
.azea-hero-eyebrow{
  font: 600 11px/1 Georgia,sans-serif; letter-spacing:.22em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.azea-hero-eyebrow::before{
  content:""; width: 28px; height:1px; background: var(--gold);
}
.azea-hero h1{
  font: 400 clamp(40px,5.8vw,76px)/1.05 Georgia,Georgia,Georgia,serif !important;
  letter-spacing: -.01em; color: var(--text-light);
  margin: 0 0 22px; text-wrap: balance;
}
.azea-hero h1 em{ color: var(--gold); font-style: italic; font-weight: 500; }
.azea-hero-sub{
  font: 400 clamp(15px,1.4vw,18px)/1.55 Georgia,sans-serif;
  color: var(--muted); max-width: 520px; margin: 0 0 32px;
}
.azea-hero-ctas{ display: flex; flex-wrap: wrap; gap: 12px; }
.azea-btn{
  display: inline-flex; align-items:center; gap: 10px;
  font: 600 13px/1 Georgia,sans-serif; letter-spacing:.08em; text-transform: uppercase;
  padding: 16px 26px; border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  cursor: pointer; white-space: nowrap;
}
.azea-btn-primary{
  background: linear-gradient(135deg, var(--gold-soft) 0%, var(--gold) 60%, #A8862A 100%);
  color: #1a1612; box-shadow: 0 8px 28px rgba(198,161,91,.32);
}
.azea-btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 14px 40px rgba(198,161,91,.45); color:#1a1612; }
.azea-btn-ghost{
  background: transparent; border-color: rgba(198,161,91,.45); color: var(--gold);
}
.azea-btn-ghost:hover{ background: rgba(198,161,91,.08); color: var(--gold-soft); }
.azea-btn-wa{ background: #25D366; color: #fff; }
.azea-btn-wa:hover{ background: #1ebe5a; color:#fff; transform: translateY(-2px); }

/* Hero preview card (right) */
.azea2026-hcard{
  position: relative !important; aspect-ratio: 4/5; border-radius: var(--r-lg); overflow: hidden;
  background: #1a1a1a; border: 1px solid var(--border-gold); box-shadow: var(--shadow-lift);
  display: block !important; width: 100% !important; height: auto !important;
  transform: none !important; top: auto !important; left: auto !important; inset: auto !important;
}
.azea2026-hcard .azea2026-hcard-img{ position: absolute !important; inset: 0 !important; }
.azea2026-hcard .azea2026-hcard-img{
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transform: scale(1.05); transition: transform 9s linear;
}
.azea2026-hcard:hover .azea2026-hcard-img{ transform: scale(1.12); }
.azea2026-hcard .azea2026-hcard-overlay{
  position: absolute; inset: auto 0 0 0; padding: 24px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 80%);
  color: #fff;
}
.azea2026-hcard .azea2026-hcard-tag{
  display:inline-block; font:600 10px/1 Georgia; letter-spacing:.16em; text-transform:uppercase;
  background: rgba(198,161,91,.18); color: var(--gold); padding: 6px 11px; border-radius: 999px; margin-bottom: 10px;
  border: 1px solid var(--border-gold);
}
.azea2026-hcard .azea2026-hcard-title{
  font: 500 22px/1.25 Georgia,serif; margin: 0 0 4px;
}
.azea2026-hcard .azea2026-hcard-meta{
  font: 400 12px/1.4 Georgia; color: rgba(255,255,255,.78); margin: 0;
}

/* ─── TRUST STRIP ───────────────────────────────────────────────── */
.azea-trust{
  background: var(--bg-dark-2); border-top: 1px solid var(--border-gold); border-bottom: 1px solid var(--border-gold);
  padding: 26px 0;
}
.azea-trust-inner{
  max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,4vw,48px);
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; text-align: center;
}
.azea-trust-item{ color: var(--text-light); }
.azea-trust-num{
  display:block; font: 500 clamp(28px,3.5vw,40px)/1 Georgia,serif; color: var(--gold);
  margin-bottom: 4px;
}
.azea-trust-lbl{
  font: 500 11px/1.4 Georgia; letter-spacing:.16em; text-transform: uppercase; color: var(--muted);
}

/* ─── SECTION WRAPPER ───────────────────────────────────────────── */
.azea-sec{ padding: clamp(56px,8vh,96px) 0; background: var(--bg-dark); color: var(--text-light); }
.azea-sec--light{ background: var(--bg-light); color: var(--text-dark); }
.azea-sec-inner{ max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,4vw,48px); }
.azea-sec-head{
  display:flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px;
  margin-bottom: clamp(28px,4vw,48px);
}
.azea-sec-eyebrow{
  font: 600 11px/1 Georgia; letter-spacing:.22em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 10px;
}
.azea-sec-title{
  font: 500 clamp(28px,3.8vw,48px)/1.1 Georgia,serif; margin: 0; max-width: 720px;
}
.azea-sec--light .azea-sec-title{ color: var(--text-dark); }
.azea-sec-link{
  font: 600 12px/1 Georgia; letter-spacing:.12em; text-transform: uppercase; color: var(--gold);
  text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 4px;
}
.azea-sec-link:hover{ border-color: var(--gold); }

/* ─── SERVICE APP CARDS ─────────────────────────────────────────── */
.azea-services-grid{
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.azea-svc-card{
  position: relative; padding: 28px 22px; border-radius: var(--r-md);
  background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.015) 100%);
  border: 1px solid var(--border-gold); color: var(--text-light);
  text-decoration: none; transition: transform .18s, background .18s, border-color .18s;
  display: flex; flex-direction: column; gap: 14px; min-height: 220px;
}
.azea-svc-card:hover{
  transform: translateY(-4px); background: linear-gradient(180deg, rgba(198,161,91,.08) 0%, rgba(198,161,91,.02) 100%);
  border-color: rgba(198,161,91,.42); color: var(--text-light);
}
.azea-svc-icon{
  width: 44px; height: 44px; display:flex; align-items:center; justify-content:center;
  border-radius: 12px; background: rgba(198,161,91,.12); color: var(--gold);
}
.azea-svc-icon svg{ width: 22px; height: 22px; }
.azea-svc-name{
  font: 500 19px/1.25 Georgia,serif; margin: 0; color: var(--text-light);
}
.azea-svc-desc{
  font: 400 13px/1.5 Georgia; color: var(--muted); margin: 0; flex: 1;
}
.azea-svc-foot{
  display:flex; align-items:center; gap: 14px; font: 600 11px/1 Georgia; letter-spacing:.12em;
  text-transform: uppercase; color: var(--gold); margin-top: 8px;
}
.azea-svc-foot::after{ content:"→"; margin-left: auto; transition: transform .2s; }
.azea-svc-card:hover .azea-svc-foot::after{ transform: translateX(4px); }

/* ─── CALC BAND ─────────────────────────────────────────────────── */
.azea-calc-band{
  margin: 0 auto; max-width: 1200px; padding: clamp(28px,4vw,44px);
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, #1a1612 0%, #11100E 100%);
  border: 1px solid var(--border-gold);
  display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(24px,3vw,40px);
  align-items: center;
}
.azea-calc-band-title{
  font: 500 clamp(24px,2.8vw,34px)/1.15 Georgia,serif; color: var(--text-light); margin: 0 0 10px;
}
.azea-calc-band-sub{
  font: 400 14px/1.5 Georgia; color: var(--muted); margin: 0 0 18px; max-width: 480px;
}
.azea-calc-band-cta{ display: flex; flex-wrap: wrap; gap: 10px; }

/* ─── PROJECT FEATURED GRID (premium tiles) ────────────────────── */
.azea-prj-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.azea-prj-tile{
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-md); overflow: hidden;
  background: #1a1a1a; border: 1px solid var(--border-gold);
  text-decoration: none; color: var(--text-light); display: block;
}
.azea-prj-tile .azea-prj-img{
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .8s ease;
}
.azea-prj-tile:hover .azea-prj-img{ transform: scale(1.06); }
.azea-prj-tile::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.82) 100%);
}
.azea-prj-meta{
  position: absolute; inset: auto 0 0 0; padding: 20px 18px; z-index: 1; color: #fff;
}
.azea-prj-tag{
  display:inline-block; font:600 10px/1 Georgia; letter-spacing:.16em; text-transform:uppercase;
  background: rgba(198,161,91,.22); color: var(--gold); padding: 6px 11px; border-radius: 999px; margin-bottom: 10px;
  border: 1px solid var(--border-gold);
}
.azea-prj-name{ font: 500 21px/1.2 Georgia,serif; margin: 0 0 4px; }
.azea-prj-info{ font: 400 12px/1.4 Georgia; color: rgba(255,255,255,.78); margin: 0; }
.azea-prj-badge-concept{
  position: absolute; top: 14px; right: 14px; z-index: 2;
  font: 600 9px/1 Georgia; letter-spacing:.14em; text-transform: uppercase;
  background: rgba(0,0,0,.55); color: #fff; padding: 6px 9px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(8px);
}

/* ─── PROCESS TIMELINE ──────────────────────────────────────────── */
.azea-process{
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px;
  counter-reset: process;
}
.azea-process-step{
  padding: 22px 16px; border-radius: var(--r-md);
  background: rgba(255,255,255,.03); border: 1px solid var(--border-gold);
  counter-increment: process;
}
.azea-process-step::before{
  content: counter(process,decimal-leading-zero);
  display:block; font: 500 22px/1 Georgia,serif; color: var(--gold);
  margin-bottom: 8px;
}
.azea-process-name{ font: 500 13px/1.3 Georgia; color: var(--text-light); margin:0; }

/* ─── GIFTCART COMPACT CAROUSEL ────────────────────────────────── */
.azea-gc{
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(20px,3vw,40px);
  align-items: center;
}
.azea-gc-tiers{
  display: grid; grid-template-columns: repeat(2,1fr); gap: 12px;
}
.azea-gc-tier{
  padding: 18px; border-radius: var(--r-md); aspect-ratio: 16/10;
  display: flex; flex-direction: column; justify-content: space-between;
  text-decoration: none; transition: transform .2s;
}
.azea-gc-tier:hover{ transform: translateY(-3px); }
.azea-gc-tier.silver{ background: linear-gradient(135deg, #C0C0C0, #8a8a8a); color:#1a1a1a; }
.azea-gc-tier.gold  { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color:#1a1612; }
.azea-gc-tier.platinum{ background: linear-gradient(135deg, #E5E4E2, #b0b0b0); color:#1a1a1a; }
.azea-gc-tier.black { background: linear-gradient(135deg, #1a1a1a, #0a0a0a); color: var(--gold); border: 1px solid var(--gold); }
.azea-gc-tier-name{ font: 600 13px/1 Georgia; letter-spacing:.18em; text-transform: uppercase; }
.azea-gc-tier-cta{ font: 500 12px/1 Georgia; text-transform: uppercase; letter-spacing:.1em; }

/* ─── FINAL CTA BAND ────────────────────────────────────────────── */
.azea-final{
  text-align: center; padding: clamp(56px,8vh,96px) 0;
  background: radial-gradient(ellipse at center, rgba(198,161,91,.10), transparent 60%), var(--bg-dark);
  color: var(--text-light);
}
.azea-final h2{
  font: 500 clamp(32px,4vw,52px)/1.1 Georgia,serif; margin: 0 0 16px;
}
.azea-final p{
  font: 400 15px/1.55 Georgia; color: var(--muted); margin: 0 auto 28px; max-width: 540px;
}

/* ─── MOBILE / TABLET RESPONSIVE ────────────────────────────────── */
@media (max-width: 980px){
  .azea-hero-inner{ grid-template-columns: 1fr; gap: 36px; }
  .azea2026-hcard{ max-width: 380px; margin: 0 auto; aspect-ratio: 4/4; }
  .azea-services-grid{ grid-template-columns: repeat(2,1fr); }
  .azea-prj-grid{ grid-template-columns: repeat(2,1fr); }
  .azea-process{ grid-template-columns: repeat(2,1fr); }
  .azea-calc-band{ grid-template-columns: 1fr; text-align: center; }
  .azea-calc-band-cta{ justify-content: center; }
  .azea-gc{ grid-template-columns: 1fr; }
  .azea-trust-num{ font-size: clamp(24px,7vw,32px); }
}
@media (max-width: 600px){
  .azea-services-grid{ grid-template-columns: 1fr; }
  .azea-prj-grid{ grid-template-columns: 1fr; }
  .azea-process{ grid-template-columns: 1fr; }
  .azea-trust-inner{ grid-template-columns: 1fr; gap: 14px; }
  .azea-hero-ctas{ flex-direction: column; align-items: stretch; }
  .azea-btn{ justify-content: center; }
}

/* ─── SERVICES PAGE OVERRIDES ──────────────────────────────────── */
body.azea-2026-services{ background: var(--bg-dark); color: var(--text-light); }
body.azea-2026-services .cat-tabs{
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 0 auto clamp(28px,4vw,44px); max-width: 980px;
}
body.azea-2026-services .cat-tab{
  font: 600 12px/1 Georgia; letter-spacing:.08em; text-transform: uppercase;
  padding: 11px 18px; border-radius: 999px; text-decoration: none;
  background: rgba(255,255,255,.04); color: var(--muted);
  border: 1px solid var(--border-gold); transition: all .18s;
}
body.azea-2026-services .cat-tab:hover{ color: var(--text-light); border-color: rgba(198,161,91,.5); }
body.azea-2026-services .cat-tab.active{
  background: var(--gold); color: #1a1612; border-color: var(--gold);
}
body.azea-2026-services .services-grid{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
@media (max-width: 980px){ body.azea-2026-services .services-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px){ body.azea-2026-services .services-grid{ grid-template-columns: 1fr; } }
body.azea-2026-services .service-card{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid var(--border-gold); border-radius: var(--r-md);
  overflow: hidden; transition: transform .2s, border-color .2s;
}
body.azea-2026-services .service-card:hover{ transform: translateY(-4px); border-color: rgba(198,161,91,.42); }
body.azea-2026-services .service-card-photo{
  display: block; aspect-ratio: 16/10; position: relative;
  background-size: cover !important; background-position: center !important;
}
body.azea-2026-services .service-cat-pill{
  position: absolute; top: 12px; left: 12px;
  font: 600 10px/1 Georgia; letter-spacing:.16em; text-transform: uppercase;
  background: rgba(0,0,0,.55); color: var(--gold);
  padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--border-gold); backdrop-filter: blur(8px);
}
body.azea-2026-services .service-card-body{ padding: 20px; color: var(--text-light); }
body.azea-2026-services .service-card-name{
  font: 500 19px/1.25 Georgia,serif; margin: 0 0 8px; color: var(--text-light);
}
body.azea-2026-services .service-card-desc{
  font: 400 13px/1.5 Georgia; color: var(--muted); margin: 0 0 14px;
}
body.azea-2026-services .service-included{
  list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 6px;
}
body.azea-2026-services .service-included li{
  font: 400 12px/1.4 Georgia; color: var(--text-light); display: flex; gap: 8px; align-items: flex-start;
}
body.azea-2026-services .service-included-mark{ color: var(--gold); }
body.azea-2026-services .service-card-foot{
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--border-gold);
}
body.azea-2026-services .service-card-price strong{
  font: 500 17px/1 Georgia,serif; color: var(--gold);
}
body.azea-2026-services .service-card-unit{ font: 400 11px/1 Georgia; color: var(--muted); margin-left: 4px; }
body.azea-2026-services .btn-ghost{
  font: 600 11px/1 Georgia; letter-spacing:.1em; text-transform: uppercase;
  padding: 9px 14px; border-radius: 999px;
  border: 1px solid rgba(198,161,91,.42); color: var(--gold); background: transparent; text-decoration: none;
}
body.azea-2026-services .btn-ghost:hover{ background: rgba(198,161,91,.08); }

/* ─── PROJECTS PAGE — PRO BENTO GRID ──────────────────────────── */
body.azea-2026-projects{ background: var(--bg-dark); color: var(--text-light); }

/* Search */
body.azea-2026-projects .search-bar{
  max-width: 560px; margin: 0 auto clamp(16px,2.5vw,24px); position: relative;
}
body.azea-2026-projects .search-bar::before{
  content:""; position: absolute; left: 22px; top: 50%; width: 16px; height: 16px;
  transform: translateY(-50%); opacity:.6;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C6A15B' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat center/contain;
}
body.azea-2026-projects .search-bar input{
  width: 100%; padding: 14px 22px 14px 48px; border-radius: 999px;
  background: rgba(255,255,255,.04); border: 1px solid var(--border-gold);
  color: var(--text-light); font: 400 14px/1 Georgia; outline: none;
  transition: border-color .18s, background .18s;
}
body.azea-2026-projects .search-bar input::placeholder{ color: var(--muted); }
body.azea-2026-projects .search-bar input:focus{
  border-color: var(--gold); background: rgba(255,255,255,.06);
}

/* Sticky filter toolbar */
body.azea-2026-projects .filter-bar{
  position: sticky; top: 12px; z-index: 30;
  display: flex; flex-wrap: wrap; gap: 6px; justify-content: center;
  padding: 6px; max-width: 1080px; margin: 0 auto clamp(28px,4vw,48px);
  background: rgba(11,11,10,.72); border: 1px solid var(--border-gold);
  border-radius: var(--r-lg); backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 14px 40px rgba(0,0,0,.4);
}
body.azea-2026-projects .filter-chip{
  font: 600 11px/1 Georgia; letter-spacing:.07em; text-transform: uppercase;
  padding: 11px 16px; border-radius: 999px; text-decoration: none;
  color: var(--muted); transition: all .2s;
  display: inline-flex; align-items: center; gap: 6px;
}
body.azea-2026-projects .filter-chip:hover{
  color: var(--text-light); background: rgba(255,255,255,.04);
}
body.azea-2026-projects .filter-chip.is-active{
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1612; box-shadow: 0 6px 18px rgba(198,161,91,.32);
}
body.azea-2026-projects .filter-chip-sep{
  width: 1px; background: var(--border-gold); align-self: stretch; margin: 6px 4px;
}

/* Bento masonry grid — auto-flow with 12-col base */
body.azea-2026-projects .portfolio-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
body.azea-2026-projects .portfolio-tile{
  position: relative; display: block; text-decoration: none;
  border-radius: var(--r-md); overflow: hidden;
  border: 1px solid var(--border-gold);
  grid-column: span 4; grid-row: span 2;       /* default: 4-col × 2-row tall */
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .25s, box-shadow .25s;
}
body.azea-2026-projects .portfolio-tile:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55);
}
/* Hero (every 7th, larger asymmetric) */
body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+1){
  grid-column: span 6; grid-row: span 3;       /* big hero, half-width × 3-row */
}
/* Wide rectangle (every 7n+5) */
body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+5){
  grid-column: span 6; grid-row: span 2;
}
@media (max-width: 1080px){
  body.azea-2026-projects .portfolio-grid{ grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; }
  body.azea-2026-projects .portfolio-tile{ grid-column: span 3; grid-row: span 2; }
  body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+1){ grid-column: span 6; grid-row: span 3; }
  body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+5){ grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 640px){
  body.azea-2026-projects .portfolio-grid{ grid-template-columns: 1fr; grid-auto-rows: 240px; }
  body.azea-2026-projects .portfolio-tile,
  body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+1),
  body.azea-2026-projects .portfolio-tile--lg:nth-of-type(7n+5){ grid-column: 1 / -1; grid-row: span 1; }
}

/* Photo layer */
body.azea-2026-projects .portfolio-photo{
  position: absolute !important; inset: 0 !important;
  background-size: cover !important; background-position: center !important;
  transition: transform 1s cubic-bezier(.16,1,.3,1);
}
body.azea-2026-projects .portfolio-tile:hover .portfolio-photo{ transform: scale(1.07); }
/* Permanent bottom gradient */
body.azea-2026-projects .portfolio-tile::before{
  content:""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.78) 100%);
  pointer-events: none;
}
/* Top vignette for cat pill contrast */
body.azea-2026-projects .portfolio-tile::after{
  content:""; position: absolute; inset: 0 0 auto 0; height: 90px; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, transparent 100%);
  pointer-events: none;
}

/* Meta block — slides up on hover to reveal info */
body.azea-2026-projects .portfolio-meta{
  position: absolute; inset: auto 0 0 0; padding: 22px 20px;
  color: #fff; z-index: 2;
  transform: translateY(0); transition: transform .35s cubic-bezier(.4,0,.2,1);
}
body.azea-2026-projects .portfolio-cat-pill{
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  font: 600 10px/1 Georgia; letter-spacing:.16em; text-transform: uppercase;
  background: rgba(0,0,0,.55); color: var(--gold);
  padding: 7px 12px; border-radius: 999px;
  border: 1px solid var(--border-gold);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  z-index: 3;
}
body.azea-2026-projects .portfolio-name{
  font: 500 clamp(20px,1.6vw,26px)/1.15 Georgia,serif;
  margin: 0 0 6px; color: #fff;
}
body.azea-2026-projects .portfolio-info{
  font: 400 12px/1.45 Georgia; color: rgba(255,255,255,.82); margin: 0;
  display: flex; flex-wrap: wrap; gap: 6px 10px;
}
/* "View →" CTA appears on hover */
body.azea-2026-projects .portfolio-meta::after{
  content: "Layihəyə bax →";
  display: block; margin-top: 12px;
  font: 600 10px/1 Georgia; letter-spacing:.16em; text-transform: uppercase; color: var(--gold);
  opacity: 0; transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
body.azea-2026-projects .portfolio-tile:hover .portfolio-meta::after{
  opacity: 1; transform: translateY(0);
}

/* Concept-vizual badge polish */
body.azea-2026-projects .azea-prj-badge-concept{
  position: absolute; top: 14px; right: 14px; z-index: 3;
  font: 600 9px/1 Georgia; letter-spacing:.14em; text-transform: uppercase;
  background: rgba(0,0,0,.6); color: #fff; padding: 7px 10px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}

/* Pagination */
body.azea-2026-projects .pagination{
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin-top: 56px;
}
body.azea-2026-projects .pag-btn{
  font: 600 11px/1 Georgia; letter-spacing:.08em; text-transform: uppercase;
  padding: 13px 22px; border-radius: 999px; text-decoration: none;
  color: var(--text-light);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid var(--border-gold);
  transition: all .2s;
}
body.azea-2026-projects .pag-btn:hover{
  background: linear-gradient(180deg, rgba(198,161,91,.14), rgba(198,161,91,.04));
  border-color: rgba(198,161,91,.5); color: var(--text-light);
}
body.azea-2026-projects .pag-info{
  font: 500 12px/1 Georgia; letter-spacing:.08em; text-transform: uppercase;
  color: var(--muted);
  padding: 0 14px;
}

/* Empty state */
body.azea-2026-projects .muted.text-center{
  padding: 100px 24px !important;
  font: 500 18px/1.4 Georgia,serif;
  color: var(--muted);
  border: 1px dashed var(--border-gold); border-radius: var(--r-lg);
  max-width: 720px; margin: 0 auto;
}

/* Hide reveal class flash */
body.azea-2026-projects .reveal{ opacity: 1 !important; transform: none !important; }

/* ─── DOCK CTA SMETA (centre tab) ──────────────────────────────── */
.dock-cta-wrap.dock-cta-smeta{
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-decoration: none; color: var(--gold);
  position: relative; transform: translateY(-12px);
}
.dock-cta-wrap.dock-cta-smeta .dock-cta-bubble{
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1612; box-shadow: 0 12px 32px rgba(198,161,91,.42);
  border: 3px solid var(--bg-dark);
}
.dock-cta-wrap.dock-cta-smeta .dock-cta-label{
  font: 600 10px/1 Georgia; letter-spacing:.08em; text-transform: uppercase; color: var(--gold);
}

/* ─── HIDE old marquee on home (replaced by trust strip) ──────── */
body.azea-2026-home .azea-hero-rotator-original,
body.azea-2026-home .marquee-track-original{ display: none; }
