@import url("../assets/vendor/alexandria/local.css");

/* Wahaaj AlBadr · Creative public experience v4.5 · Mobile-first release */
:root {
  --w-magenta: #cf0e5d;
  --w-magenta-deep: #9d073f;
  --w-sun: #f8c807;
  --w-orange: #fd8f12;
  --w-ink: #120810;
  --w-ink-2: #24101f;
  --w-cream: #fffaf2;
  --w-paper: #fffdf9;
  --w-line: rgba(43, 14, 32, .12);
  --w-shadow: 0 24px 70px rgba(46, 5, 27, .16);
  --w-shadow-soft: 0 16px 48px rgba(46, 5, 27, .1);
  --w-section-space: clamp(78px, 7.5vw, 112px);
  --w-safe-bottom: env(safe-area-inset-bottom, 0px);
  --w-font-body: "Alexandria", "Tajawal", system-ui, -apple-system, "Segoe UI", Tahoma, Arial, sans-serif;
  --w-font-display: "Alexandria", sans-serif;
  --w-type-label: clamp(.78rem, .75rem + .12vw, .86rem);
  --w-type-body: clamp(.98rem, .95rem + .14vw, 1.05rem);
  --w-type-lead: clamp(1.04rem, .99rem + .26vw, 1.18rem);
  --w-type-card: clamp(1.18rem, 1.11rem + .32vw, 1.38rem);
  --w-type-section: clamp(2.05rem, 1.62rem + 2.05vw, 3.25rem);
  --w-type-page: clamp(2.65rem, 2.05rem + 2.9vw, 4.35rem);
  --w-type-hero: clamp(3.1rem, 2.3rem + 3.8vw, 5.35rem);
}

html {
  scroll-padding-block: 104px 104px;
  background: var(--w-ink);
}

.agency-v3 {
  --a-bg: var(--w-ink);
  --a-bg-2: var(--w-ink-2);
  --a-paper: var(--w-cream);
  --a-paper-2: #f9eee9;
  --a-ink: #2a1724;
  --a-muted: #766570;
  --a-gold: var(--w-sun);
  --a-gold-2: #ffe98e;
  --a-magenta: var(--w-magenta);
  --a-magenta-2: #e8437f;
  --a-radius: 30px;
  --a-container: min(1200px, calc(100% - 56px));
  --a-font: var(--w-font-body);
  background: var(--a-paper);
  font-size: 16px;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

.agency-v3 ::selection { color: #fff; background: var(--w-magenta); }
.agency-v3 h1,
.agency-v3 h2,
.agency-v3 h3 {
  font-family: var(--w-font-display);
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}
.agency-v3 p,
.agency-v3 li { text-wrap: pretty; }
.agency-v3 p { font-size: var(--w-type-body); line-height: 1.85; }
.agency-v3 .agency-kicker {
  font-family: var(--w-font-body);
  font-size: var(--w-type-label);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}
.agency-v3 .agency-button {
  font-family: var(--w-font-body);
  font-size: .95rem;
  font-weight: 700;
}
.agency-v3 main > .agency-section { content-visibility: auto; contain-intrinsic-size: 1px 740px; }
.agency-v3 section[id] { scroll-margin-top: 92px; }

html[data-theme="dark"] .agency-v3 {
  --a-paper: #130a12;
  --a-paper-2: #21101c;
  --a-ink: #fff8f0;
  --a-muted: #d4c3cc;
  --a-line: rgba(255, 255, 255, .13);
}

.agency-icon {
  width: 1.25em;
  height: 1.25em;
  display: block;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

/* Content is visible by default; animation becomes progressive enhancement. */
[data-reveal] { opacity: 1; transform: none; }
.creative-ready [data-reveal] { opacity: 0; transform: translateY(20px); }
.creative-ready [data-reveal].is-visible { opacity: 1; transform: none; }

.agency-header {
  padding-top: env(safe-area-inset-top, 0px);
  background: linear-gradient(180deg, rgba(18, 8, 16, .82), rgba(18, 8, 16, .34) 68%, transparent);
}

.agency-header.is-scrolled,
.agency-header.is-menu-open {
  background: rgba(18, 8, 16, .92);
  border-bottom-color: rgba(248, 200, 7, .22);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .2);
}

.agency-nav { height: 82px; }
.agency-brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 17px;
  filter: drop-shadow(0 12px 24px rgba(207, 14, 93, .24));
}
.agency-wordmark-copy strong { font-family: var(--w-font-display); font-size: 1.16rem; font-weight: 700; }
.agency-wordmark-copy > span { color: #ffd758; }
.agency-desktop-nav { gap: 3px; }
.agency-desktop-nav a { padding: 9px 12px; }
.agency-desktop-nav a { position: relative; }
.agency-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--w-sun), var(--w-orange));
  transform: scaleX(0);
  transition: transform .22s ease;
}
.agency-desktop-nav a:hover::after,
.agency-desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.agency-icon-button,
.agency-menu-button {
  min-width: 44px;
  min-height: 44px;
  border-radius: 15px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.agency-icon-button svg,
.agency-menu-button svg { width: 21px; height: 21px; }
.agency-menu-button span { display: none; }
@media (hover: hover) and (pointer: fine) {
  .agency-icon-button:hover,
  .agency-menu-button:hover { color: #ffe77c; border-color: rgba(255, 231, 124, .42); background: rgba(255, 255, 255, .13); transform: translateY(-1px); }
}

.agency-button { min-height: 50px; }
.agency-header .agency-button { min-height: 46px; padding-inline: 19px; }
.agency-desktop-cta[aria-current="page"] { box-shadow: 0 0 0 2px rgba(255,255,255,.2), 0 15px 40px rgba(248,200,7,.3); }
.agency-button-gold {
  background: linear-gradient(135deg, #ffe772, var(--w-sun) 56%, var(--w-orange));
  color: #2b111e;
  box-shadow: 0 15px 40px rgba(248, 200, 7, .24);
}
.agency-button-plum {
  background: linear-gradient(135deg, #ee387d, var(--w-magenta));
  box-shadow: 0 15px 40px rgba(207, 14, 93, .23);
}
.agency-button .agency-icon { width: 19px; height: 19px; }

.agency-button,
.agency-icon-button,
.agency-menu-button,
.agency-bottom-nav a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.agency-header { will-change: transform; transition: transform .24s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.agency-header.is-hidden { transform: translateY(-112%); }
.agency-v3 :focus-visible {
  outline: 3px solid #ffdc4c;
  outline-offset: 4px;
}

/* Hero stage */
.agency-hero {
  min-height: 100svh;
  padding: 142px 0 78px;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 194, 10, .17), transparent 25%),
    radial-gradient(circle at 17% 72%, rgba(207, 14, 93, .29), transparent 34%),
    linear-gradient(145deg, #0d070c 0%, #25101f 50%, #470929 100%);
}
.agency-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 46%, rgba(255, 255, 255, .035) 46% 46.5%, transparent 46.5% 100%);
  pointer-events: none;
}
.agency-hero::after { opacity: .55; }
.agency-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(44px, 5vw, 68px); }
.agency-hero-copy { max-width: 700px; }
.agency-hero-copy h1 {
  max-width: 11.6ch;
  margin: 22px 0 25px;
  font-size: var(--w-type-hero);
  line-height: 1.18;
  letter-spacing: 0;
}
.agency-hero-copy h1 em {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #fff1a7, var(--w-sun) 52%, var(--w-orange));
  -webkit-background-clip: text;
  background-clip: text;
}
.agency-hero-copy p { max-width: 610px; font-size: var(--w-type-lead); line-height: 1.88; }
.agency-kicker i { width: 34px; background: linear-gradient(90deg, var(--w-sun), var(--w-orange)); }
.agency-hero-actions .agency-button { padding-inline: 25px; }
.agency-trust-list { gap: 8px; }
.agency-trust-list li { border-color: rgba(255, 220, 87, .18); background: rgba(255, 255, 255, .055); padding-inline: 11px; }

.wahaaj-hero-stage { position: relative; min-height: 540px; display: grid; place-items: center; isolation: isolate; }
.wahaaj-hero-stage::before,
.wahaaj-hero-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(248, 200, 7, .28);
}
.wahaaj-hero-stage::before { width: 450px; height: 450px; opacity: .76; }
.wahaaj-hero-stage::after { width: 350px; height: 350px; border-style: dashed; opacity: .72; }
.wahaaj-logo-plate {
  position: relative;
  z-index: 2;
  width: min(70%, 344px);
  aspect-ratio: 1;
  border-radius: 34%;
  padding: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 38px 94px rgba(0, 0, 0, .4), 0 0 70px rgba(207, 14, 93, .17);
  backdrop-filter: blur(16px);
  transform: rotate(-3deg);
}
.wahaaj-logo-plate img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 38px rgba(0, 0, 0, .28)); }
.wahaaj-orbit-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 142px;
  padding: 10px 13px;
  border-radius: 15px;
  color: #fff;
  background: rgba(20, 8, 17, .86);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}
.wahaaj-orbit-card .agency-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 11px;
  color: #ffe46a;
  background: rgba(248, 200, 7, .1);
  border: 1px solid rgba(248, 200, 7, .18);
}
.wahaaj-orbit-card strong { font-size: .84rem; line-height: 1.55; }
.wahaaj-orbit-a { top: 9%; right: 4%; }
.wahaaj-orbit-b { top: 31%; left: 1%; }
.wahaaj-orbit-c { bottom: 21%; right: 1%; }
.wahaaj-orbit-d { bottom: 14%; left: 5%; }
.wahaaj-stage-caption {
  position: absolute;
  z-index: 4;
  bottom: 5%;
  right: 50%;
  transform: translateX(50%);
  padding: 8px 13px;
  border-radius: 999px;
  color: #211018;
  background: linear-gradient(90deg, var(--w-sun), var(--w-orange));
  font-size: .77rem;
  font-weight: 900;
}

.agency-proof-strip {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #fff, #fffaf4 52%, #fff);
  box-shadow: 0 -18px 55px rgba(17, 5, 13, .08), 0 18px 45px rgba(68, 14, 42, .05);
}
.agency-proof-strip strong { color: var(--w-magenta); }
.agency-proof-strip article { position: relative; padding-block: 25px; }
.agency-proof-strip article::before {
  content: "";
  position: absolute;
  inset: 20px auto 20px 0;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(var(--w-magenta), var(--w-sun));
  opacity: .42;
}

/* Section rhythm and surface hierarchy */
.agency-section { padding-block: var(--w-section-space); }
.agency-section-head { margin-bottom: clamp(38px, 4vw, 54px); }
.agency-section-head > div { max-width: 730px; }
.agency-section-head h2 {
  max-width: 16ch;
  margin-top: 14px;
  font-size: var(--w-type-section);
  line-height: 1.35;
  letter-spacing: 0;
}
.agency-section-head > p { max-width: 440px; font-size: 1rem; line-height: 1.88; }
.agency-section-paper { background: linear-gradient(180deg, var(--w-cream), #fffdf9); }

.agency-service-grid { gap: 20px; }
.agency-service-card {
  border-radius: 30px;
  padding: 14px 14px 25px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  box-shadow: var(--w-shadow-soft);
}
.agency-service-card img { height: 168px; border-radius: 21px; }
.agency-service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: -47px 13px 18px 0;
  position: relative;
  z-index: 2;
  border-radius: 17px;
  color: #ffe36b;
  background: linear-gradient(145deg, #361323, #160b13);
  border: 4px solid #fff;
  box-shadow: 0 12px 25px rgba(39, 8, 25, .22);
}
html[data-theme="dark"] .agency-v3 .agency-service-icon { border-color: var(--a-paper-2); }
.agency-service-icon .agency-icon { width: 24px; height: 24px; }
.agency-service-index { background: rgba(18, 8, 16, .88); color: #ffe77e; }
.agency-service-card > a { align-items: center; }
.agency-service-card h3 { min-height: 3.25em; margin-bottom: 9px; font-size: var(--w-type-card); line-height: 1.5; }
.agency-service-card p { min-height: 112px; font-size: .93rem; line-height: 1.86; }

.agency-section-dark,
.agency-occasions {
  position: relative;
  overflow: hidden;
}
.agency-section-dark::before,
.agency-occasions::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(207, 14, 93, .17), transparent 68%);
  inset: -190px auto auto -140px;
}
.agency-section-dark > .agency-container,
.agency-occasions > .agency-container { position: relative; z-index: 1; }
.agency-portfolio-preview { gap: 14px; }
.agency-account-chip {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
}
.agency-account-chip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--w-sun), var(--w-magenta), transparent);
  opacity: .5;
}
.agency-account-chip small { color: #ffe77c; }

.agency-monthly-grid { gap: clamp(46px, 6vw, 76px); }
.agency-check-list { gap: 12px; }
.agency-check-list li {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(52, 13, 34, .045);
}
.agency-check-list li::before { content: none; }
.agency-check-list li .agency-icon { width: 21px; height: 21px; margin-left: 10px; color: var(--w-magenta); }
.agency-monthly-card {
  padding: clamp(34px, 4vw, 46px);
  border: 1px solid rgba(255, 225, 108, .14);
  background: linear-gradient(145deg, #250d2d, #5b123f 62%, #8c0b48);
  box-shadow: 0 30px 80px rgba(69, 8, 42, .22);
}
.agency-monthly-grid > div > h2,
.agency-trust-grid h2 {
  max-width: 16ch;
  margin: 14px 0 16px;
  font-size: var(--w-type-section);
  line-height: 1.38;
}
.agency-lead { max-width: 64ch; font-size: var(--w-type-lead); line-height: 1.9; }
.agency-monthly-card strong { font-family: var(--w-font-display); font-size: clamp(1.75rem, 1.52rem + 1vw, 2.2rem); line-height: 1.45; }

.agency-occasion-grid { gap: 18px; }
.agency-occasion-grid article {
  min-height: 202px;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
}
.agency-occasion-grid article > span { display: inline-grid; place-items: center; min-width: 38px; height: 38px; border-radius: 12px; background: rgba(248,200,7,.11); }
.agency-occasion-grid h3,
.agency-process-grid h3 { font-size: var(--w-type-card); line-height: 1.5; }
.agency-occasion-grid p,
.agency-process-grid p { font-size: .94rem; line-height: 1.85; }

.agency-process-grid { gap: 18px; }
.agency-process-grid article {
  min-height: 242px;
  padding: 28px 24px;
  border-radius: 26px;
  box-shadow: 0 16px 42px rgba(55, 12, 34, .065);
}
.agency-process-grid span { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, #ef3d7f, var(--w-magenta)); }
.agency-process-grid h3 { margin-top: 20px; }

.agency-trust-section { background: radial-gradient(circle at 16% 18%, rgba(248,200,7,.16), transparent 25%), linear-gradient(135deg, #a40d52, #4a123d 58%, #2a102b); }
.agency-policy-card { padding: 34px; border-radius: 28px; background: rgba(255,255,255,.09); backdrop-filter: blur(14px); }
.agency-final-cta { padding-block: clamp(82px, 8vw, 112px); }
.agency-final-cta .agency-container { max-width: 820px; }
.agency-final-cta h2 {
  max-width: 20ch;
  margin: 16px auto 30px;
  font-size: var(--w-type-section);
  line-height: 1.4;
}
.agency-footer { padding-top: 68px; background: linear-gradient(180deg, #100715, #090307); }
.agency-footer-logo { width: 92px; height: 92px; }
.agency-footer-brand > strong,
.agency-footer-grid > div > strong { font-family: var(--w-font-display); font-weight: 700; }
.agency-footer-grid p,
.agency-footer-grid span,
.agency-footer-grid a { line-height: 1.75; }

/* Inner pages: one visual language across services, portfolio and quote */
.agency-inner-hero,
.agency-detail-hero,
.agency-quote-hero {
  position: relative;
  overflow: hidden;
  padding: 132px 0 72px;
  background:
    radial-gradient(circle at 78% 22%, rgba(248, 200, 7, .13), transparent 24%),
    radial-gradient(circle at 16% 78%, rgba(207, 14, 93, .2), transparent 32%),
    linear-gradient(145deg, #100811, #281020 54%, #460a2a);
}
.agency-inner-hero::before,
.agency-detail-hero::before,
.agency-quote-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(248, 200, 7, .09);
  border-radius: 50%;
  inset: -300px auto auto -190px;
  box-shadow: 0 0 0 70px rgba(255,255,255,.012), 0 0 0 140px rgba(255,255,255,.008);
  pointer-events: none;
}
.agency-inner-hero > .agency-container,
.agency-detail-hero > .agency-container,
.agency-quote-hero > .agency-container { position: relative; z-index: 1; }
.agency-inner-grid,
.agency-detail-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .78fr); gap: clamp(48px, 6vw, 76px); }
.agency-inner-grid h1,
.agency-detail-hero h1,
.agency-quote-hero h1 {
  margin: 16px 0 20px;
  font-size: var(--w-type-page);
  line-height: 1.3;
  letter-spacing: 0;
}
.agency-inner-grid h1,
.agency-detail-hero h1 { max-width: 15ch; }
.agency-inner-grid h1 em,
.agency-detail-hero h1 em,
.agency-quote-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #ffe979, var(--w-sun) 58%, var(--w-orange));
  -webkit-background-clip: text;
  background-clip: text;
}
.agency-inner-grid p,
.agency-detail-hero p,
.agency-quote-hero p { max-width: 64ch; font-size: var(--w-type-lead); line-height: 1.9; }
.agency-inner-grid img,
.agency-detail-hero-grid img {
  max-height: 330px;
  border-radius: 30px;
  border-color: rgba(255, 226, 115, .16);
  box-shadow: 0 30px 80px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.025) inset;
  filter: saturate(1.08) contrast(1.05);
}

.agency-service-list { gap: 18px; }
.agency-service-list-card {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 30px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #fffaf6);
  box-shadow: 0 16px 44px rgba(48, 12, 33, .065);
}
.agency-service-list-card > span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #2b101e;
  background: linear-gradient(145deg, #ffe77a, var(--w-sun));
  font-size: 1rem;
  box-shadow: 0 12px 25px rgba(248, 200, 7, .18);
}
.agency-service-list-card h2 { margin-top: 1px; font-size: clamp(1.55rem, 1.4rem + .7vw, 1.95rem); line-height: 1.45; }
.agency-service-list-card p { max-width: 76ch; margin-block: 7px 15px; line-height: 1.9; }
.agency-service-list-card ul { gap: 8px; }
.agency-service-list-card li { padding: 6px 11px; background: rgba(207,14,93,.035); }
.agency-service-list-card > div > div { justify-content: space-between; }
.agency-text-link { display: inline-flex; align-items: center; gap: 7px; }
.agency-text-link .agency-icon { width: 18px; height: 18px; transition: transform .2s ease; }
.agency-text-link:hover .agency-icon { transform: translateX(-3px); }

.agency-portfolio-tools {
  align-items: center;
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid var(--w-line);
  border-radius: 25px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--w-shadow-soft);
}
.agency-portfolio-tools label { gap: 9px; }
.agency-search-label { position: relative; }
.agency-search-label > .agency-icon { position: absolute; z-index: 1; right: 16px; bottom: 16px; width: 20px; height: 20px; color: #876c7b; }
.agency-search-label > input { padding-right: 48px; }
.agency-portfolio-tools input {
  min-height: 52px;
  border-radius: 16px;
  background: #fffdf9;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.agency-portfolio-tools input:focus { border-color: var(--w-magenta); box-shadow: 0 0 0 4px rgba(207,14,93,.1); outline: 0; }
.agency-filter-group { gap: 8px; }
.agency-filter-group button { min-height: 44px; padding-inline: 16px; background: #fff; }
.agency-filter-group button.is-active { background: linear-gradient(145deg, #ed3479, var(--w-magenta)); box-shadow: 0 10px 24px rgba(207,14,93,.18); }
.agency-portfolio-count { margin: 0 2px 20px; }
.agency-portfolio-grid { gap: 18px; }
.agency-portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 226px;
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #fffaf6);
  box-shadow: 0 15px 42px rgba(48, 12, 33, .06);
}
.agency-portfolio-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--w-magenta), var(--w-sun));
  opacity: .72;
}
.agency-portfolio-platform span { padding: 6px 10px; background: rgba(207,14,93,.085); }
.agency-portfolio-actions a { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 13px; }
.agency-portfolio-actions .agency-icon { width: 17px; height: 17px; }

.agency-quote-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(290px, .55fr); gap: clamp(44px, 6vw, 74px); }
.agency-quote-hero h1 { max-width: 16ch; font-size: var(--w-type-page); }
.agency-quote-side {
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  border-color: rgba(255, 224, 106, .16);
  box-shadow: 0 24px 65px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.agency-quote-side-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  color: #2a101d;
  background: linear-gradient(145deg, #ffe77b, var(--w-sun));
}
.agency-quote-side-icon .agency-icon { width: 25px; height: 25px; }
.agency-quote-side strong { display: block; margin-bottom: 8px; font-family: var(--w-font-display); font-size: 1.35rem; line-height: 1.5; }
.agency-quote-side span { display: block; margin-top: 16px; line-height: 1.65; }

.agency-quote-layout { grid-template-columns: minmax(260px, .56fr) minmax(0, 1fr); gap: 32px; }
.agency-quote-guide {
  top: 102px;
  padding: 34px;
  border: 1px solid rgba(255, 228, 126, .14);
  border-radius: 29px;
  background: linear-gradient(145deg, #240d2c, #5a123f 66%, #820b48);
  box-shadow: 0 25px 70px rgba(63, 7, 39, .2);
}
.agency-quote-guide .agency-kicker { color: #ffe989; }
.agency-quote-guide h2 { margin-block: 14px 10px; font-size: clamp(1.65rem, 1.45rem + .8vw, 2rem); line-height: 1.5; }
.agency-quote-guide ol { margin: 22px 0 0; }
.agency-quote-guide li { margin-block: 8px; }
.agency-quote-form {
  padding: clamp(30px, 3.5vw, 42px);
  border-radius: 32px;
  background: linear-gradient(180deg, #fff, #fffaf7);
  box-shadow: 0 25px 72px rgba(47, 11, 32, .1);
}
.agency-form-progress {
  gap: 6px;
  padding: 6px;
  border-radius: 17px;
  background: #f9eee9;
}
.agency-form-progress span { min-height: 42px; display: grid; place-items: center; border-radius: 12px; background: transparent; }
.agency-form-progress span.is-active { background: rgba(207,14,93,.1); color: var(--w-magenta); }
.agency-form-progress span.is-current { color: #fff; background: linear-gradient(145deg, #ed3479, var(--w-magenta)); box-shadow: 0 10px 25px rgba(207,14,93,.2); }
.agency-quote-form legend { font-family: var(--w-font-display); font-size: clamp(1.35rem, 1.22rem + .45vw, 1.62rem); font-weight: 700; line-height: 1.55; }
.agency-quote-form input,
.agency-quote-form select,
.agency-quote-form textarea {
  min-height: 52px;
  border-radius: 15px;
  background: #fffdf9;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.agency-quote-form textarea { min-height: 126px; resize: vertical; }
.agency-quote-form input::placeholder,
.agency-quote-form textarea::placeholder { color: #998791; }
.agency-check-grid label { min-height: 48px; border-radius: 14px; background: rgba(255,255,255,.72); }
.agency-check-grid label:has(input:checked) { color: var(--w-magenta); border-color: rgba(207,14,93,.36); background: rgba(207,14,93,.06); box-shadow: 0 0 0 3px rgba(207,14,93,.06); }
.agency-form-actions { padding-top: 4px; }
.agency-form-actions .agency-icon,
.agency-pwa-card .agency-icon { width: 18px; height: 18px; }

.agency-legal {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--w-line);
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--w-shadow-soft);
}
.agency-legal h2 { font-size: clamp(1.4rem, 1.28rem + .5vw, 1.7rem); line-height: 1.5; }
.agency-legal p { max-width: 76ch; line-height: 1.95; }
.agency-footer-grid a { transition: color .2s ease, transform .2s ease; }
.agency-footer-grid a:hover { color: #ffe77d; transform: translateX(-2px); }

html[data-theme="dark"] .agency-v3 .agency-service-list-card,
html[data-theme="dark"] .agency-v3 .agency-portfolio-tools,
html[data-theme="dark"] .agency-v3 .agency-portfolio-card,
html[data-theme="dark"] .agency-v3 .agency-quote-form,
html[data-theme="dark"] .agency-v3 .agency-legal { background: linear-gradient(145deg, #21101c, #170b14); border-color: rgba(255,255,255,.12); }
html[data-theme="dark"] .agency-v3 .agency-section-paper { background: linear-gradient(180deg, #130a12, #1b0e18); }
html[data-theme="dark"] .agency-v3 .agency-service-list-card li,
html[data-theme="dark"] .agency-v3 .agency-filter-group button,
html[data-theme="dark"] .agency-v3 .agency-check-grid label { background: rgba(255,255,255,.045); }
html[data-theme="dark"] .agency-v3 .agency-portfolio-tools input { color: #fff8f0; background: #120910; border-color: rgba(255,255,255,.14); }
html[data-theme="dark"] .agency-v3 .agency-filter-group button.is-active { color: #fff; background: linear-gradient(145deg, #ed3479, var(--w-magenta)); }
html[data-theme="dark"] .agency-v3 .agency-check-grid label:has(input:checked) { color: #ff8ab4; border-color: rgba(255,138,180,.4); background: rgba(207,14,93,.13); }

@media (hover: hover) and (pointer: fine) {
  .agency-button,
  .agency-account-chip,
  .agency-service-list-card,
  .agency-portfolio-card,
  .agency-occasion-grid article,
  .agency-process-grid article { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
  .agency-button:hover { transform: translateY(-2px); }
  .agency-account-chip:hover,
  .agency-service-list-card:hover,
  .agency-portfolio-card:hover,
  .agency-occasion-grid article:hover,
  .agency-process-grid article:hover { transform: translateY(-5px); border-color: rgba(248, 200, 7, .28); }
}

/* Mobile bottom navigation */
.agency-bottom-nav { display: none; }
.agency-floating-wa { min-height: 48px; border: 1px solid rgba(255,255,255,.2); }
.agency-floating-wa .agency-icon { width: 22px; height: 22px; }
.agency-floating-wa > span { display: none; }

/* Branded welcome overlay */
.wahaaj-intro {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(248, 200, 7, .2), transparent 22%),
    radial-gradient(circle at 48% 48%, rgba(207, 14, 93, .35), transparent 48%),
    #0c060b;
  transition: opacity .36s ease, visibility .36s ease;
}
.wahaaj-intro.is-closing { opacity: 0; visibility: hidden; }
.wahaaj-intro-inner { width: min(430px, 100%); text-align: center; }
.wahaaj-intro-logo {
  width: 170px;
  height: 170px;
  margin: 0 auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 26px 55px rgba(207, 14, 93, .4));
  animation: wahaaj-intro-logo .72s cubic-bezier(.16, 1, .3, 1) both;
}
.wahaaj-intro small { display: block; color: #ffe99a; font-weight: 800; }
.wahaaj-intro strong { display: block; margin-top: 7px; font-family: var(--w-font-display); font-size: clamp(1.65rem, 6vw, 2.35rem); line-height: 1.45; }
.wahaaj-intro-line { width: min(260px, 76%); height: 3px; margin: 24px auto 0; overflow: hidden; border-radius: 3px; background: rgba(255, 255, 255, .12); }
.wahaaj-intro-line::after { content: ""; display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--w-magenta), var(--w-sun)); transform: translateX(100%); animation: wahaaj-intro-progress 1.35s ease .12s forwards; }
.wahaaj-intro-skip { margin-top: 25px; min-width: 88px; min-height: 44px; border: 0; border-radius: 999px; color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .08); }
body.has-intro { overflow: hidden; }
@keyframes wahaaj-intro-logo { from { opacity: 0; transform: scale(.86) rotate(-5deg); } to { opacity: 1; transform: none; } }
@keyframes wahaaj-intro-progress { to { transform: none; } }

/* Standalone welcome screen */
.agency-welcome-page { min-height: 100svh; color: #fff; background: #0d070c; }
.wahaaj-welcome { min-height: 100svh; padding: calc(30px + env(safe-area-inset-top, 0px)) 20px calc(30px + env(safe-area-inset-bottom, 0px)); display: grid; place-items: center; overflow: hidden; position: relative; }
.wahaaj-welcome::before { content: ""; position: absolute; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(207, 14, 93, .38), transparent 65%); top: -290px; right: -240px; }
.wahaaj-welcome-card { width: min(1080px, 100%); position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.wahaaj-welcome-visual { display: grid; place-items: center; position: relative; }
.wahaaj-welcome-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px dashed rgba(248, 200, 7, .3); border-radius: 50%; animation: wahaaj-spin 24s linear infinite; }
.wahaaj-welcome-visual img { width: min(390px, 84vw); position: relative; z-index: 1; filter: drop-shadow(0 35px 80px rgba(0, 0, 0, .38)); }
.wahaaj-welcome-copy > span { color: #ffe990; font-weight: 800; }
.wahaaj-welcome-copy h1 { max-width: 12ch; font-size: clamp(2.8rem, 5.5vw, 5rem); margin: 13px 0 22px; line-height: 1.28; letter-spacing: 0; }
.wahaaj-welcome-copy h1 em { display: block; color: var(--w-sun); }
.wahaaj-welcome-copy p { color: rgba(255, 255, 255, .72); font-size: 1.08rem; max-width: 610px; }
.wahaaj-welcome-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.wahaaj-welcome-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.wahaaj-welcome-points span { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; font-size: .78rem; color: rgba(255, 255, 255, .78); }
@keyframes wahaaj-spin { to { transform: rotate(360deg); } }

@media (max-width: 1000px) {
  .agency-hero-grid { grid-template-columns: 1fr; }
  .agency-hero-copy { max-width: 780px; }
  .wahaaj-hero-stage { min-height: 500px; max-width: 600px; margin-inline: auto; }
  .wahaaj-welcome-card { grid-template-columns: 1fr; text-align: center; }
  .wahaaj-welcome-copy { order: 2; }
  .wahaaj-welcome-copy p { margin-inline: auto; }
  .wahaaj-welcome-actions, .wahaaj-welcome-points { justify-content: center; }
  .agency-inner-grid,
  .agency-detail-hero-grid,
  .agency-quote-hero-grid,
  .agency-quote-layout { grid-template-columns: 1fr; }
  .agency-inner-grid,
  .agency-detail-hero-grid,
  .agency-quote-hero-grid { gap: 36px; }
  .agency-inner-grid img,
  .agency-detail-hero-grid img { max-width: 620px; }
  .agency-quote-side { max-width: 680px; }
  .agency-quote-layout { gap: 24px; }
}

@media (max-width: 680px) {
  html { scroll-padding-block: 90px 116px; }
  .agency-v3 { --a-container: min(100% - 32px, 1200px); }
  .agency-v3:not(.agency-welcome-page) { padding-bottom: calc(78px + var(--w-safe-bottom)); }
  .agency-nav { height: 68px; }
  .agency-brand-logo { width: 46px; height: 46px; border-radius: 14px; }
  .agency-wordmark-copy > span { display: none; }
  .agency-mobile-menu { top: calc(68px + env(safe-area-inset-top, 0px)); bottom: calc(82px + var(--w-safe-bottom)); overflow-y: auto; }
  .agency-hero { padding: 104px 0 50px; }
  .agency-hero-copy h1 { max-width: 11.8ch; font-size: clamp(2.6rem, 12vw, 3.5rem); line-height: 1.24; }
  .agency-hero-copy p { font-size: 1rem; line-height: 1.9; }
  .agency-hero-actions { display: grid; }
  .agency-hero-actions .agency-button { width: 100%; }
  .agency-trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .agency-trust-list li { text-align: center; }
  .wahaaj-hero-stage { min-height: 370px; margin-top: 14px; }
  .wahaaj-hero-stage::before { width: 315px; height: 315px; }
  .wahaaj-hero-stage::after { width: 240px; height: 240px; }
  .wahaaj-logo-plate { width: min(65%, 235px); border-radius: 31%; }
  .wahaaj-orbit-card { min-width: 0; padding: 9px 11px; border-radius: 14px; }
  .wahaaj-orbit-card strong { font-size: .72rem; }
  .wahaaj-orbit-card .agency-icon { width: 18px; height: 18px; }
  .wahaaj-orbit-a { top: 7%; right: 0; }
  .wahaaj-orbit-b { top: 34%; left: 0; }
  .wahaaj-orbit-c { bottom: 17%; right: 0; }
  .wahaaj-orbit-d { display: none; }
  .wahaaj-stage-caption { right: 50%; transform: translateX(50%); bottom: -2px; white-space: nowrap; }
  .agency-proof-strip .agency-container { grid-template-columns: 1fr 1fr; }
  .agency-proof-strip article { padding: 18px 12px; }
  .agency-proof-strip strong { font-size: .84rem; }
  .agency-proof-strip span { font-size: .73rem; line-height: 1.55; }
  .agency-section { padding-block: 68px; }
  .agency-section-head { margin-bottom: 34px; }
  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 { font-size: clamp(1.9rem, 8.6vw, 2.55rem); line-height: 1.42; }
  .agency-section-head h2 { max-width: 15ch; }
  .agency-section-head > p { margin-top: 16px; font-size: .96rem; line-height: 1.86; }
  .agency-service-grid { gap: 16px; }
  .agency-service-card h3 { min-height: 0; font-size: 1.28rem; }
  .agency-service-card p { min-height: 0; font-size: .94rem; }
  .agency-monthly-card { padding: 30px 24px; }
  .agency-check-list li { min-height: 0; }
  .agency-occasion-grid article,
  .agency-process-grid article { min-height: 0; }
  .agency-inner-hero,
  .agency-detail-hero,
  .agency-quote-hero { padding: 104px 0 58px; }
  .agency-inner-grid h1,
  .agency-detail-hero h1,
  .agency-quote-hero h1 { max-width: 15ch; font-size: clamp(2.25rem, 10.6vw, 3.05rem); line-height: 1.32; }
  .agency-inner-grid p,
  .agency-detail-hero p,
  .agency-quote-hero p { font-size: 1rem; line-height: 1.9; }
  .agency-inner-grid img,
  .agency-detail-hero-grid img { max-height: 235px; border-radius: 24px; }
  .agency-service-list-card { grid-template-columns: 1fr; gap: 16px; padding: 23px; }
  .agency-service-list-card > span { width: 46px; height: 46px; border-radius: 15px; }
  .agency-service-list-card > div > div { justify-content: flex-start; }
  .agency-portfolio-tools { align-items: stretch; padding: 17px; border-radius: 21px; }
  .agency-filter-group button { flex: 1 1 auto; }
  .agency-portfolio-card { min-height: 0; padding: 22px; }
  .agency-quote-side { padding: 24px; }
  .agency-quote-guide { padding: 26px 23px; }
  .agency-quote-form { padding: 22px 18px; border-radius: 25px; }
  .agency-form-progress { margin-bottom: 24px; }
  .agency-form-progress span { font-size: .66rem; padding-inline: 4px; }
  .agency-legal { padding: 22px 18px; border-radius: 24px; }
  .agency-service-icon { margin-top: -46px; }
  .agency-bottom-nav {
    position: fixed;
    z-index: 110;
    right: 10px;
    left: 10px;
    bottom: max(8px, var(--w-safe-bottom));
    min-height: 66px;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    color: rgba(255, 255, 255, .7);
    background: rgba(18, 8, 16, .94);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .35);
    backdrop-filter: blur(22px);
  }
  .agency-bottom-nav a {
    min-width: 0;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 16px;
    font-size: .65rem;
    font-weight: 800;
  }
  .agency-bottom-nav a .agency-icon { width: 20px; height: 20px; }
  .agency-bottom-nav a[aria-current="page"] { color: #2a101d; background: linear-gradient(135deg, #ffe777, var(--w-sun)); }
  .agency-bottom-nav a[data-bottom-quote] { color: #fff; background: linear-gradient(145deg, #c80e59, #93043b); }
  .agency-bottom-nav a[data-bottom-quote][aria-current="page"] { box-shadow: inset 0 0 0 2px #ffe874; }
  .agency-bottom-nav a[data-bottom-whatsapp] { color: #b8ffd9; }
  .agency-floating-wa { display: none; }
  .agency-pwa-card { bottom: calc(88px + var(--w-safe-bottom)); }
  .agency-toast { bottom: calc(92px + var(--w-safe-bottom)); }
  .wahaaj-welcome { align-items: start; }
  .wahaaj-welcome-card { gap: 26px; }
  .wahaaj-welcome-visual::before { width: 280px; height: 280px; }
  .wahaaj-welcome-visual img { width: min(250px, 72vw); }
  .wahaaj-welcome-copy h1 { margin-inline: auto; font-size: clamp(2.35rem, 11.5vw, 3rem); line-height: 1.34; }
  .wahaaj-welcome-actions { display: grid; }
  .wahaaj-welcome-actions .agency-button { width: 100%; }
}

@media (max-width: 370px) {
  .agency-v3 { --a-container: min(100% - 24px, 1200px); }
  .agency-bottom-nav { right: 6px; left: 6px; }
  .agency-bottom-nav a { font-size: .59rem; }
  .agency-wordmark-copy strong { font-size: .9rem; }
  .wahaaj-orbit-card strong { max-width: 70px; line-height: 1.3; }
  .wahaaj-hero-stage { min-height: 350px; }
}

/* Mobile-first experience · v12 */
@media (max-width: 680px) {
  html { scroll-padding-block: 82px 112px; }
  .agency-v3 { --a-container: min(100% - 28px, 1200px); }
  .agency-v3:not(.agency-welcome-page) { padding-bottom: calc(86px + var(--w-safe-bottom)); }
  .agency-nav { height: 64px; gap: 10px; }
  .agency-brand-logo { width: 42px; height: 42px; border-radius: 13px; }
  .agency-wordmark { gap: 7px; }
  .agency-wordmark-copy strong { font-size: .95rem; }
  .agency-nav-actions { gap: 6px; }
  .agency-icon-button,
  .agency-menu-button { width: 42px; height: 42px; min-width: 42px; min-height: 42px; border-radius: 13px; }
  .agency-icon-button svg,
  .agency-menu-button svg { width: 20px; height: 20px; }
  .agency-mobile-menu {
    top: calc(64px + env(safe-area-inset-top, 0px));
    right: 10px;
    left: 10px;
    bottom: calc(84px + var(--w-safe-bottom));
    gap: 3px;
    padding: 12px;
    border-radius: 20px;
  }
  .agency-mobile-menu > a:not(.agency-button) { min-height: 46px; display: flex; align-items: center; padding: 10px 12px; }
  .agency-mobile-menu .agency-button { min-height: 48px; }

  .agency-button { min-height: 48px; padding: 11px 17px; }
  .agency-button-small { min-height: 44px; }
  .agency-hero { min-height: auto; padding: 92px 0 42px; }
  .agency-hero-grid { gap: 18px; }
  .agency-hero-copy h1 { max-width: 12ch; margin: 14px 0 16px; font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.22; }
  .agency-hero-copy p { font-size: .96rem; line-height: 1.78; }
  .agency-kicker { font-size: .76rem; }
  .agency-kicker i { width: 27px; }
  .agency-hero-actions { gap: 9px; margin-top: 22px; }
  .agency-trust-list { grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 18px; }
  .agency-trust-list li { min-height: 36px; display: grid; place-items: center; padding: 5px 7px; font-size: .72rem; line-height: 1.45; }
  .wahaaj-hero-stage { min-height: 326px; margin-top: 4px; }
  .wahaaj-hero-stage::before { width: 282px; height: 282px; }
  .wahaaj-hero-stage::after { width: 214px; height: 214px; }
  .wahaaj-logo-plate { width: min(62%, 218px); padding: 10px; border-radius: 30%; }
  .wahaaj-orbit-card { gap: 7px; padding: 7px 9px; border-radius: 13px; }
  .wahaaj-orbit-card strong { font-size: .7rem; }
  .wahaaj-orbit-card .agency-icon { width: 30px; height: 30px; padding: 6px; border-radius: 9px; }
  .wahaaj-orbit-a { top: 6%; }
  .wahaaj-orbit-b { top: 33%; }
  .wahaaj-orbit-c { bottom: 16%; }
  .wahaaj-stage-caption { bottom: 0; padding: 7px 10px; font-size: .68rem; }

  .agency-proof-strip article { padding: 15px 10px; }
  .agency-proof-strip strong { font-size: .82rem; }
  .agency-proof-strip span { font-size: .71rem; }
  .agency-section { padding-block: 56px; }
  .agency-section-head { margin-bottom: 28px; }
  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 { font-size: clamp(1.85rem, 8.2vw, 2.35rem); line-height: 1.38; }
  .agency-section-head > p { margin-top: 12px; font-size: .93rem; line-height: 1.76; }
  .agency-service-grid { gap: 14px; }
  .agency-service-card { padding: 12px 12px 20px; border-radius: 24px; }
  .agency-service-card img { height: 138px; margin-bottom: 18px; border-radius: 18px; }
  .agency-service-icon { width: 46px; height: 46px; margin: -42px 10px 13px 0; border-width: 3px; border-radius: 15px; }
  .agency-service-icon .agency-icon { width: 21px; height: 21px; }
  .agency-service-card h3 { font-size: 1.18rem; line-height: 1.45; }
  .agency-service-card p { margin-block: 7px 13px; font-size: .9rem; line-height: 1.74; }
  .agency-service-card > a { min-height: 42px; align-items: center; }
  .agency-centered-action { margin-top: 26px; }

  .agency-portfolio-preview,
  .agency-occasion-grid,
  .agency-process-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 0 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }
  .agency-portfolio-preview::-webkit-scrollbar,
  .agency-occasion-grid::-webkit-scrollbar,
  .agency-process-grid::-webkit-scrollbar { display: none; }
  .agency-account-chip { flex: 0 0 min(78vw, 300px); min-height: 96px; scroll-snap-align: start; }
  .agency-occasion-grid article,
  .agency-process-grid article { flex: 0 0 min(82vw, 320px); min-height: 0; scroll-snap-align: start; }
  .agency-monthly-card { padding: 27px 21px; border-radius: 27px; }
  .agency-monthly-card strong { font-size: 1.65rem; }
  .agency-check-list { gap: 8px; margin-block: 22px; }
  .agency-check-list li { min-height: 54px; padding: 11px 12px; }

  .agency-inner-hero,
  .agency-detail-hero,
  .agency-quote-hero { padding: 94px 0 48px; }
  .agency-inner-grid,
  .agency-detail-hero-grid,
  .agency-quote-hero-grid { gap: 24px; }
  .agency-inner-grid h1,
  .agency-detail-hero h1,
  .agency-quote-hero h1 { margin: 13px 0 15px; font-size: clamp(2.15rem, 9.8vw, 2.75rem); line-height: 1.28; }
  .agency-inner-grid p,
  .agency-detail-hero p,
  .agency-quote-hero p { font-size: .96rem; line-height: 1.78; }
  .agency-inner-grid img,
  .agency-detail-hero-grid img { max-height: 205px; border-radius: 22px; }
  .agency-service-list { gap: 13px; }
  .agency-service-list-card { gap: 13px; padding: 20px; border-radius: 23px; }
  .agency-service-list-card > span { width: 42px; height: 42px; border-radius: 14px; font-size: .88rem; }
  .agency-service-list-card h2 { font-size: 1.38rem; }
  .agency-service-list-card p { margin-block: 6px 12px; font-size: .91rem; line-height: 1.76; }
  .agency-service-list-card ul { gap: 6px; }
  .agency-service-list-card li { padding: 5px 9px; font-size: .73rem; }
  .agency-service-list-card > div > div { gap: 9px; margin-top: 15px; }
  .agency-service-list-card .agency-button { width: 100%; }

  .agency-portfolio-tools { gap: 14px; margin-bottom: 18px; padding: 15px; border-radius: 20px; }
  .agency-portfolio-tools input { min-height: 50px; }
  .agency-filter-group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .agency-filter-group::-webkit-scrollbar { display: none; }
  .agency-filter-group button { flex: 0 0 auto; min-height: 42px; }
  .agency-portfolio-count { margin-bottom: 14px; font-size: .87rem; }
  .agency-portfolio-grid { gap: 13px; }
  .agency-portfolio-card { padding: 20px; border-radius: 22px; }
  .agency-portfolio-card p { line-height: 1.72; }
  .agency-portfolio-actions a { min-height: 46px; }

  .agency-quote-side { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 12px; align-items: center; padding: 15px; border-radius: 20px; }
  .agency-quote-side-icon { grid-row: 1 / 3; width: 44px; height: 44px; margin: 0; border-radius: 14px; }
  .agency-quote-side-icon .agency-icon { width: 21px; height: 21px; }
  .agency-quote-side strong { margin: 0; font-size: 1rem; }
  .agency-quote-side p { margin: 0; font-size: .8rem; line-height: 1.55; }
  .agency-quote-side > span:last-child { display: none; }
  .agency-quote-layout { gap: 18px; }
  .agency-quote-form { order: 1; padding: 20px 16px; border-radius: 24px; }
  .agency-quote-guide { order: 2; padding: 24px 20px; border-radius: 24px; }
  .agency-form-progress { gap: 4px; margin-bottom: 20px; padding: 4px; }
  .agency-form-progress span { min-height: 44px; padding-inline: 3px; font-size: .73rem; line-height: 1.35; }
  .agency-quote-form legend { margin-bottom: 18px; font-size: 1.3rem; }
  .agency-quote-form input,
  .agency-quote-form select,
  .agency-quote-form textarea { min-height: 52px; font-size: 16px; scroll-margin-bottom: 150px; }
  .agency-check-grid { gap: 7px; }
  .agency-check-grid label { min-height: 48px; }
  .agency-form-actions {
    position: sticky;
    z-index: 10;
    bottom: calc(82px + var(--w-safe-bottom));
    flex-direction: row;
    gap: 8px;
    margin: 22px -8px -8px;
    padding: 10px;
    border: 1px solid rgba(43, 14, 32, .09);
    border-radius: 18px;
    background: rgba(255, 253, 249, .94);
    box-shadow: 0 14px 38px rgba(46, 5, 27, .12);
    backdrop-filter: blur(14px);
  }
  .agency-form-actions .agency-button { width: auto; flex: 1; padding-inline: 10px; }
  html[data-theme="dark"] .agency-v3 .agency-form-actions { background: rgba(24, 11, 21, .94); border-color: rgba(255,255,255,.12); }

  .agency-bottom-nav {
    right: 8px;
    left: 8px;
    bottom: max(7px, var(--w-safe-bottom));
    min-height: 68px;
    padding: 6px;
    border-radius: 20px;
    transition: transform .22s ease, opacity .18s ease;
  }
  .agency-bottom-nav a { min-height: 52px; gap: 4px; border-radius: 15px; font-size: .7rem; line-height: 1.2; }
  .agency-bottom-nav a .agency-icon { width: 21px; height: 21px; }
  .agency-v3.is-input-active .agency-bottom-nav,
  .agency-v3.is-keyboard-open .agency-bottom-nav { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
  .agency-v3.is-input-active .agency-form-actions,
  .agency-v3.is-keyboard-open .agency-form-actions { bottom: max(8px, var(--w-safe-bottom)); }
  .agency-v3.is-input-active .agency-pwa-card,
  .agency-v3.is-keyboard-open .agency-pwa-card { display: none !important; }
  .agency-footer { padding-top: 52px; }
  .agency-footer-grid { gap: 30px; }
  .agency-footer-logo { width: 82px; height: 82px; }

  .wahaaj-welcome { padding: calc(18px + env(safe-area-inset-top, 0px)) 14px calc(18px + env(safe-area-inset-bottom, 0px)); }
  .wahaaj-welcome-card { gap: 16px; }
  .wahaaj-welcome-visual::before { width: 220px; height: 220px; }
  .wahaaj-welcome-visual img { width: min(180px, 54vw); }
  .wahaaj-welcome-copy h1 { margin: 9px auto 14px; font-size: clamp(2.1rem, 10vw, 2.65rem); line-height: 1.3; }
  .wahaaj-welcome-copy p { font-size: .93rem; line-height: 1.72; }
  .wahaaj-welcome-actions { gap: 8px; margin-top: 20px; }
  .wahaaj-welcome-points { margin-top: 16px; }
}

@media (max-width: 430px) {
  .agency-v3 { --a-container: min(100% - 24px, 1200px); }
  .agency-wordmark-copy strong { font-size: .88rem; }
  .agency-hero-copy h1 { font-size: clamp(2.22rem, 10.9vw, 2.75rem); }
  .wahaaj-hero-stage { min-height: 310px; }
  .agency-service-card img { height: 128px; }
  .agency-final-cta { padding-block: 62px; }
}

@media (max-width: 370px) {
  .agency-wordmark-copy strong { max-width: 70px; font-size: .8rem; line-height: 1.2; }
  .agency-trust-list { grid-template-columns: 1fr; }
  .agency-bottom-nav { right: 5px; left: 5px; padding-inline: 4px; }
  .agency-bottom-nav a { font-size: .68rem; }
  .agency-form-progress span { font-size: .7rem; }
  .agency-portfolio-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .wahaaj-intro-logo,
  .wahaaj-intro-line::after,
  .wahaaj-welcome-visual::before { animation: none !important; }
  .wahaaj-intro { transition-duration: .01ms; }
  .creative-ready [data-reveal] { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .agency-bottom-nav, .wahaaj-orbit-card, .wahaaj-logo-plate { border: 1px solid CanvasText; }
}

/* Wahaaj AlBadr · Visual refinement V14 · 2026-08 */
:root {
  --w-v14-ink: #24101d;
  --w-v14-paper: #fffaf4;
  --w-v14-paper-soft: #fff6ec;
  --w-v14-line: rgba(36, 16, 29, .11);
  --w-v14-line-dark: rgba(255, 255, 255, .13);
  --w-v14-shadow-sm: 0 12px 30px rgba(36, 8, 26, .07);
  --w-v14-shadow-md: 0 22px 58px rgba(36, 8, 26, .11);
  --w-v14-shadow-dark: 0 26px 64px rgba(0, 0, 0, .26);
  --w-v14-radius-sm: 15px;
  --w-v14-radius-md: 22px;
  --w-v14-radius-lg: 30px;
}

.agency-v3 {
  --a-font: "Alexandria Variable", "Alexandria", system-ui, sans-serif;
  --a-paper: var(--w-v14-paper);
  --a-paper-2: var(--w-v14-paper-soft);
  --a-ink: var(--w-v14-ink);
  --a-muted: #70636d;
  --a-line: var(--w-v14-line);
  font-family: var(--a-font);
  font-variation-settings: "wght" 440;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

.agency-v3 h1,
.agency-v3 h2,
.agency-v3 h3,
.agency-v3 strong,
.agency-v3 .agency-button {
  font-family: var(--a-font);
  font-variation-settings: "wght" 720;
  letter-spacing: -.018em;
}

.agency-v3 h1,
.agency-v3 h2 {
  text-wrap: balance;
}

.agency-v3 p {
  text-wrap: pretty;
}

.agency-icon.ph {
  display: inline-grid;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  place-items: center;
  font-size: 1.1em;
  line-height: 1;
  stroke-width: 0;
}

.agency-header {
  background: linear-gradient(180deg, rgba(18, 8, 16, .82), rgba(18, 8, 16, .42));
  border-bottom: 1px solid rgba(248, 200, 7, .09);
  backdrop-filter: blur(14px) saturate(1.12);
}

.agency-header.is-scrolled {
  background: rgba(18, 8, 16, .94);
  border-bottom-color: rgba(248, 200, 7, .2);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .24);
  backdrop-filter: blur(24px) saturate(1.18);
}

.agency-nav {
  height: 78px;
  gap: 20px;
}

.agency-brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  filter: drop-shadow(0 10px 22px rgba(207, 14, 93, .22));
}

.agency-wordmark-copy strong {
  font-size: 1.05rem;
  font-weight: 740;
}

.agency-wordmark-copy > span {
  margin-top: 4px;
  color: rgba(248, 200, 7, .9);
  font-size: .65rem;
}

.agency-desktop-nav {
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
}

.agency-desktop-nav a {
  min-height: 40px;
  padding: 9px 13px;
  font-size: .84rem;
  font-weight: 590;
}

.agency-desktop-nav a:hover,
.agency-desktop-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .055);
}

.agency-desktop-nav a[aria-current="page"]::after {
  height: 2px;
  bottom: 2px;
  border-radius: 999px;
  background: var(--w-sun);
}

.agency-icon-button,
.agency-menu-button {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.agency-icon-button:hover,
.agency-menu-button:hover {
  color: var(--w-sun);
  border-color: rgba(248, 200, 7, .26);
  background: rgba(248, 200, 7, .06);
  transform: translateY(-1px);
}

.agency-button {
  min-height: 48px;
  padding: 11px 21px;
  gap: 8px;
  box-shadow: none;
  font-size: .9rem;
  font-weight: 690;
  letter-spacing: -.012em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}

.agency-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.agency-button-gold {
  color: #271014;
  background: linear-gradient(135deg, #ffe573 0%, var(--w-sun) 48%, var(--w-orange) 100%);
  box-shadow: 0 14px 32px rgba(248, 200, 7, .18);
}

.agency-button-gold:hover {
  box-shadow: 0 18px 40px rgba(248, 200, 7, .26);
}

.agency-button-plum {
  background: linear-gradient(135deg, var(--w-magenta), var(--w-magenta-deep));
  box-shadow: 0 14px 32px rgba(207, 14, 93, .17);
}

.agency-button-outline {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .025);
  backdrop-filter: blur(12px);
}

.agency-hero {
  min-height: 710px;
  padding: 126px 0 70px;
  background:
    radial-gradient(circle at 81% 19%, rgba(248, 200, 7, .12), transparent 24rem),
    radial-gradient(circle at 18% 78%, rgba(207, 14, 93, .22), transparent 27rem),
    linear-gradient(142deg, #120810 0%, #280b20 54%, #4a0a2d 100%);
}

.agency-hero::before {
  opacity: .42;
}

.agency-hero::after {
  opacity: .3;
  background-size: 64px 64px;
}

.agency-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: clamp(44px, 5vw, 68px);
}

.agency-hero-copy {
  max-width: 690px;
}

.agency-hero-copy h1 {
  max-width: 12.5ch;
  margin: 18px 0 20px;
  font-size: clamp(3rem, 5.25vw, 4.85rem);
  font-weight: 770;
  line-height: 1.22;
  letter-spacing: -.04em;
}

.agency-hero-copy h1 em {
  filter: drop-shadow(0 8px 28px rgba(248, 200, 7, .13));
}

.agency-hero-copy p {
  max-width: 59ch;
  color: rgba(255, 255, 255, .78);
  font-size: 1.03rem;
  line-height: 1.95;
}

.agency-hero-actions {
  gap: 10px;
  margin-top: 26px;
}

.agency-trust-list {
  gap: 7px;
  margin-top: 23px;
}

.agency-trust-list li {
  padding: 6px 11px;
  color: rgba(255, 255, 255, .75);
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .035);
  font-size: .75rem;
}

.wahaaj-hero-stage {
  min-height: 500px;
}

.wahaaj-hero-stage::before {
  width: 410px;
  height: 410px;
  opacity: .52;
}

.wahaaj-hero-stage::after {
  width: 320px;
  height: 320px;
  opacity: .45;
}

.wahaaj-logo-plate {
  width: min(62%, 300px);
  padding: 13px;
  border-color: rgba(255, 255, 255, .15);
  border-radius: 29%;
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035));
  box-shadow: var(--w-v14-shadow-dark), inset 0 1px rgba(255, 255, 255, .11);
}

.wahaaj-orbit-card {
  min-width: 154px;
  gap: 9px;
  padding: 9px 12px;
  border-color: rgba(255, 255, 255, .13);
  border-radius: var(--w-v14-radius-sm);
  background: rgba(18, 8, 16, .78);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px) saturate(1.15);
}

.wahaaj-orbit-card .agency-icon {
  width: 31px;
  height: 31px;
  padding: 6px;
  color: var(--w-sun);
  border: 1px solid rgba(248, 200, 7, .18);
  border-radius: 9px;
  background: rgba(248, 200, 7, .07);
  font-size: 1rem;
}

.wahaaj-orbit-card strong {
  font-size: .76rem;
  font-weight: 600;
}

.wahaaj-stage-caption {
  padding: 9px 14px;
  border-radius: 13px;
  color: #231012;
  background: linear-gradient(135deg, #ffe573, var(--w-sun), var(--w-orange));
  box-shadow: 0 13px 32px rgba(248, 200, 7, .18);
  font-size: .72rem;
}

.agency-proof-strip {
  position: relative;
  background: linear-gradient(180deg, #fffdf9, var(--w-v14-paper));
  border-bottom-color: var(--w-v14-line);
  box-shadow: 0 12px 34px rgba(36, 8, 26, .045);
}

.agency-proof-strip::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 14, 93, .28), rgba(248, 200, 7, .3), transparent);
}

.agency-proof-strip article {
  min-height: 92px;
  padding: 20px 22px;
}

.agency-proof-strip strong {
  font-size: .88rem;
}

.agency-proof-strip span {
  margin-top: 4px;
  font-size: .76rem;
  line-height: 1.65;
}

.agency-section {
  padding-block: clamp(76px, 7vw, 92px);
}

.agency-section-head {
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  margin-bottom: clamp(34px, 4vw, 48px);
}

.agency-section-head h2,
.agency-monthly-grid > div > h2,
.agency-trust-grid h2,
.agency-final-cta h2 {
  font-size: clamp(2.05rem, 3.4vw, 3.15rem);
  font-weight: 730;
  line-height: 1.34;
  letter-spacing: -.035em;
}

.agency-section-head > p,
.agency-lead,
.agency-trust-grid > div > p {
  color: #70636d;
  font-size: .96rem;
  line-height: 1.9;
}

.agency-section-head-light > p,
.agency-section-dark p,
.agency-occasions p,
.agency-trust-section p {
  color: rgba(255, 255, 255, .72);
}

.agency-service-grid {
  gap: 16px;
}

.agency-service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 13px 13px 20px;
  border-color: var(--w-v14-line);
  border-radius: var(--w-v14-radius-md);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--w-v14-shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.agency-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(207, 14, 93, .22);
  box-shadow: var(--w-v14-shadow-md);
}

.agency-service-card img {
  height: 150px;
  margin-bottom: 18px;
  border-radius: 17px;
}

.agency-service-index {
  top: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
  color: var(--w-sun);
  border: 1px solid rgba(248, 200, 7, .15);
  border-radius: 12px;
  background: rgba(18, 8, 16, .9);
  font-size: .76rem;
}

.agency-service-icon {
  width: 47px;
  height: 47px;
  margin-top: -43px;
  border-width: 3px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(36, 8, 26, .14);
}

.agency-service-icon .agency-icon {
  width: 21px;
  height: 21px;
  font-size: 1.15rem;
}

.agency-service-card h3 {
  min-height: 3em;
  margin-bottom: 6px;
  font-size: 1.14rem;
  line-height: 1.48;
}

.agency-service-card p {
  min-height: 6.2em;
  margin-bottom: 14px;
  color: #756972;
  font-size: .84rem;
  line-height: 1.78;
}

.agency-service-card > a {
  min-height: 42px;
  margin-top: auto;
  align-items: center;
  padding-top: 9px;
  border-top: 1px solid var(--w-v14-line);
  font-size: .85rem;
}

.agency-account-chip,
.agency-occasion-grid article,
.agency-process-grid article,
.agency-service-list-card,
.agency-detail-cards article,
.agency-portfolio-card,
.agency-quote-form,
.agency-detail-note {
  border-radius: var(--w-v14-radius-md);
}

.agency-account-chip,
.agency-occasion-grid article {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.agency-process-grid article,
.agency-service-list-card,
.agency-detail-cards article,
.agency-portfolio-card,
.agency-quote-form {
  border-color: var(--w-v14-line);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--w-v14-shadow-sm);
}

.agency-monthly-card,
.agency-policy-card,
.agency-quote-guide {
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: var(--w-v14-shadow-dark), inset 0 1px rgba(255, 255, 255, .05);
}

.agency-inner-hero,
.agency-detail-hero,
.agency-quote-hero {
  padding: 132px 0 72px;
  background:
    radial-gradient(circle at 78% 18%, rgba(248, 200, 7, .1), transparent 22rem),
    radial-gradient(circle at 18% 76%, rgba(207, 14, 93, .17), transparent 24rem),
    linear-gradient(142deg, #120810, #310b26 62%, #4a0a2d);
}

.agency-inner-grid h1,
.agency-detail-hero h1,
.agency-quote-hero h1 {
  font-size: clamp(2.45rem, 4.7vw, 4.25rem);
  font-weight: 760;
  line-height: 1.27;
  letter-spacing: -.04em;
}

.agency-inner-grid p,
.agency-detail-hero p,
.agency-quote-hero p {
  color: rgba(255, 255, 255, .74);
  font-size: 1rem;
  line-height: 1.92;
}

.agency-final-cta {
  padding-block: 82px;
  background:
    radial-gradient(circle at 22% 20%, rgba(248, 200, 7, .13), transparent 19rem),
    linear-gradient(142deg, #120810, #2c0b25 58%, #420929);
}

.agency-footer {
  padding-top: 66px;
  background: #0d060b;
  border-top: 1px solid rgba(248, 200, 7, .12);
}

.agency-footer-grid {
  gap: 56px;
}

.agency-footer-grid a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}

.agency-footer-bottom {
  margin-top: 36px;
  padding-block: 19px;
  border-top-color: rgba(255, 255, 255, .08);
}

.agency-floating-wa {
  min-height: 50px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.agency-v3 :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(248, 200, 7, .72);
  outline-offset: 3px;
}

html[data-theme="dark"] .agency-v3 {
  --a-paper: #160b14;
  --a-paper-2: #21101d;
  --a-ink: #fffaf4;
  --a-muted: #cfc1c9;
  --a-line: rgba(255, 255, 255, .12);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card, .agency-process-grid article, .agency-service-list-card, .agency-detail-cards article, .agency-portfolio-card, .agency-quote-form) {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .1);
}

html[data-theme="dark"] .agency-v3 :is(.agency-section-head > p, .agency-lead, .agency-service-card p, .agency-process-grid p, .agency-detail-cards p, .agency-portfolio-card p) {
  color: #cfc1c9;
}

.wahaaj-intro {
  background:
    radial-gradient(circle at 50% 40%, rgba(207, 14, 93, .22), transparent 21rem),
    #0d060b;
}

.wahaaj-intro-logo {
  filter: drop-shadow(0 24px 60px rgba(207, 14, 93, .28));
}

.wahaaj-intro-skip {
  min-height: 42px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .04);
}

@media (max-width: 1000px) {
  .agency-hero {
    padding-top: 112px;
  }

  .agency-hero-grid {
    gap: 30px;
  }

  .wahaaj-hero-stage {
    min-height: 420px;
  }
}

/* Creative Director V19 · Ordered mobile composition · 2026-08 */
@media (max-width: 680px) {
  .agency-v3 :is(.agency-hero-grid, .agency-hero-copy, .wahaaj-hero-stage, .agency-section-head, .agency-proof-strip article) {
    min-width: 0;
  }

  .agency-hero {
    padding: 92px 0 46px;
  }

  .agency-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }

  /* Logo first, service data second, then the original copy and actions. */
  .wahaaj-hero-stage {
    order: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 9px;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 14px 0 0;
  }

  .wahaaj-hero-stage::before,
  .wahaaj-hero-stage::after {
    display: none;
  }

  .wahaaj-logo-plate {
    position: relative;
    grid-column: 1 / -1;
    justify-self: center;
    width: clamp(152px, 44vw, 184px);
    margin: 0 0 8px;
    padding: 7px;
    transform: none;
  }

  .wahaaj-orbit-card,
  .wahaaj-orbit-a,
  .wahaaj-orbit-b,
  .wahaaj-orbit-c,
  .wahaaj-orbit-d {
    position: static;
    inset: auto;
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 8px 9px;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .wahaaj-orbit-card strong {
    max-width: none;
    font-size: .72rem;
    line-height: 1.45;
    white-space: normal;
  }

  .wahaaj-orbit-card .agency-icon {
    width: 32px;
    height: 32px;
    padding: 6px;
  }

  .wahaaj-stage-caption {
    position: static;
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 100%;
    margin-top: 2px;
    padding: 8px 13px;
    transform: none;
    white-space: normal;
    text-align: center;
    line-height: 1.55;
  }

  .agency-hero-copy {
    order: 2;
    width: 100%;
    max-width: none;
    text-align: right;
  }

  .agency-hero-copy .agency-kicker {
    max-width: 100%;
    white-space: normal;
  }

  .agency-hero-copy h1 {
    width: 100%;
    max-width: none;
    margin: 15px 0 16px;
    font-size: clamp(2.15rem, 10.5vw, 2.75rem);
    line-height: 1.22;
    overflow-wrap: normal;
    word-break: normal;
  }

  .agency-hero-copy h1 em {
    display: inline;
  }

  .agency-hero-copy p {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    font-size: .96rem;
    line-height: 1.9;
    overflow-wrap: normal;
    word-break: normal;
  }

  .agency-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .agency-hero-actions .agency-button {
    width: 100%;
    min-height: 50px;
  }

  .agency-trust-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 17px;
  }

  .agency-trust-list li {
    min-width: 0;
    min-height: 40px;
    padding: 7px 8px;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .agency-proof-strip .agency-container {
    align-items: stretch;
  }

  .agency-proof-strip article {
    height: auto;
  }

  .agency-bottom-nav {
    min-height: 64px;
    padding: 5px;
    border-radius: 20px;
  }

  .agency-bottom-nav a {
    min-width: 0;
    min-height: 50px;
    padding: 5px 3px;
    border-radius: 14px;
    font-size: .65rem;
    white-space: nowrap;
  }

  .agency-bottom-nav a .agency-icon {
    width: 20px;
    height: 20px;
  }

  .agency-floating-wa {
    display: none;
  }
}

@media (max-width: 380px) {
  .wahaaj-hero-stage {
    grid-template-columns: 1fr;
  }

  .wahaaj-logo-plate,
  .wahaaj-stage-caption {
    grid-column: 1;
  }

  .agency-hero-copy h1 {
    font-size: 2.08rem;
  }
}

/* Creative Team V20 · Governed visual hierarchy and resilient components · 2026-08 */
:root {
  --w-v20-canvas: #fffaf5;
  --w-v20-raised: #fffefd;
  --w-v20-ink: #2a1320;
  --w-v20-muted: #75646e;
  --w-v20-border: rgba(75, 18, 46, .105);
  --w-v20-border-strong: rgba(75, 18, 46, .18);
  --w-v20-focus: #f8c807;
  --w-v20-space-1: 8px;
  --w-v20-space-2: 12px;
  --w-v20-space-3: 16px;
  --w-v20-space-4: 24px;
  --w-v20-space-5: 32px;
  --w-v20-space-6: 48px;
  --w-v20-shadow-card: 0 18px 52px rgba(65, 8, 38, .075);
  --w-v20-shadow-panel: 0 28px 84px rgba(65, 8, 38, .13);
}

.agency-v3 {
  background: var(--w-v20-canvas);
}

.agency-v3 :is(h1, h2, h3, p, li, a, button, label) {
  overflow-wrap: normal;
  word-break: normal;
}

.agency-v3 :is(h1, h2, h3) {
  text-wrap: balance;
}

.agency-v3 :is(p, li) {
  text-wrap: pretty;
}

.agency-v3 :is(a, button, input, select, textarea) {
  -webkit-tap-highlight-color: transparent;
}

.agency-v3 :is(.agency-button, .agency-icon-button, .agency-menu-button, .agency-bottom-nav a) {
  touch-action: manipulation;
}

.agency-button {
  min-height: 50px;
  border-radius: 15px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.agency-button:active,
.agency-icon-button:active,
.agency-menu-button:active,
.agency-bottom-nav a:active {
  transform: translateY(1px) scale(.985);
}

.agency-button-gold {
  color: #271119;
  background: linear-gradient(135deg, #ffe875 0%, var(--w-sun) 54%, var(--w-orange) 100%);
  box-shadow: 0 15px 34px rgba(248, 200, 7, .2), inset 0 1px rgba(255, 255, 255, .55);
}

.agency-button-plum {
  background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
  box-shadow: 0 15px 34px rgba(157, 7, 63, .18), inset 0 1px rgba(255, 255, 255, .12);
}

.agency-v3 :focus-visible {
  outline: 3px solid var(--w-v20-focus);
  outline-offset: 4px;
}

/* One dominant hero mark; supporting data remains deliberately quieter. */
.wahaaj-logo-plate {
  box-shadow:
    0 34px 88px rgba(0, 0, 0, .37),
    0 0 0 9px rgba(255, 255, 255, .014),
    inset 0 1px rgba(255, 255, 255, .14);
}

.wahaaj-orbit-card {
  opacity: .94;
}

.wahaaj-orbit-card strong {
  font-weight: 650;
}

.agency-hero-copy p,
.agency-inner-hero p,
.agency-detail-hero p,
.agency-quote-hero p {
  max-width: 62ch;
}

.agency-trust-list li {
  min-height: 38px;
  align-items: center;
}

/* Surfaces use spacing and hierarchy before decoration. */
.agency-section-paper {
  background:
    radial-gradient(circle at 92% 12%, rgba(248, 200, 7, .055), transparent 22rem),
    linear-gradient(180deg, var(--w-v20-raised), var(--w-v20-canvas));
}

.agency-section-head > p,
.agency-lead,
.agency-service-card p,
.agency-service-list-card p,
.agency-process-grid p {
  color: var(--w-v20-muted);
}

.agency-section-head > p {
  max-width: 56ch;
}

.agency-section-head h2 {
  max-width: 15ch;
}

.agency-service-card,
.agency-service-list-card,
.agency-portfolio-card,
.agency-process-grid article,
.agency-detail-cards article {
  border: 1px solid var(--w-v20-border);
  background: rgba(255, 254, 253, .94);
  box-shadow: var(--w-v20-shadow-card), inset 0 1px rgba(255, 255, 255, .9);
}

.agency-service-card {
  gap: 0;
  overflow: hidden;
}

.agency-service-card img {
  width: 100%;
  object-fit: cover;
  background: linear-gradient(145deg, #fff8ed, #f8e9e5);
}

.agency-service-card .agency-service-icon {
  box-shadow: 0 10px 24px rgba(65, 8, 38, .11), inset 0 1px rgba(255, 255, 255, .8);
}

.agency-service-card h3 {
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.45;
}

.agency-service-card p {
  margin-bottom: 16px;
  line-height: 1.82;
}

.agency-service-card > a {
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 12px;
}

.agency-service-card > a:hover {
  background: rgba(207, 14, 93, .055);
}

.agency-service-list {
  gap: 18px;
}

.agency-service-list-card {
  align-items: start;
  padding: clamp(23px, 3vw, 31px);
  border-radius: 25px;
}

.agency-service-list-card > span {
  box-shadow: 0 12px 26px rgba(248, 200, 7, .16), inset 0 1px rgba(255, 255, 255, .55);
}

.agency-service-list-card h2 {
  margin-bottom: 8px;
  line-height: 1.4;
}

.agency-service-list-card ul {
  row-gap: 9px;
}

.agency-process-grid article,
.agency-detail-cards article {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border-radius: 23px;
}

.agency-process-grid article::after,
.agency-detail-cards article::after {
  content: "";
  position: absolute;
  inset-inline-start: 26px;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--w-magenta), var(--w-sun));
}

.agency-occasion-grid article {
  min-height: 185px;
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .045);
}

.agency-monthly-card,
.agency-policy-card,
.agency-quote-guide,
.agency-final-cta .agency-container {
  box-shadow: var(--w-v20-shadow-panel), inset 0 1px rgba(255, 255, 255, .055);
}

.agency-portfolio-tools,
.agency-quote-form,
.agency-legal {
  border-color: var(--w-v20-border);
  box-shadow: var(--w-v20-shadow-panel), inset 0 1px rgba(255, 255, 255, .9);
}

.agency-quote-form :is(input, select, textarea) {
  min-height: 50px;
  border-color: var(--w-v20-border-strong);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.agency-quote-form :is(input, select, textarea):focus {
  border-color: rgba(207, 14, 93, .42);
  box-shadow: 0 0 0 4px rgba(207, 14, 93, .08);
}

.agency-footer {
  background:
    radial-gradient(circle at 86% 0%, rgba(207, 14, 93, .13), transparent 23rem),
    #0e060c;
}

.agency-footer-grid {
  align-items: start;
}

.agency-footer-grid > div:not(:first-child) {
  min-height: 190px;
}

html[data-theme="dark"] .agency-v3 .agency-section-paper {
  background:
    radial-gradient(circle at 92% 12%, rgba(248, 200, 7, .045), transparent 22rem),
    linear-gradient(180deg, #170b14, #10080f);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card, .agency-service-list-card, .agency-portfolio-card, .agency-process-grid article, .agency-detail-cards article) {
  border-color: rgba(255, 255, 255, .1);
  background: linear-gradient(145deg, rgba(38, 18, 32, .97), rgba(20, 9, 18, .99));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

@media (hover: hover) and (pointer: fine) {
  .agency-service-card:hover,
  .agency-service-list-card:hover,
  .agency-portfolio-card:hover,
  .agency-process-grid article:hover,
  .agency-detail-cards article:hover {
    border-color: rgba(207, 14, 93, .21);
    transform: translateY(-3px);
    box-shadow: 0 26px 72px rgba(65, 8, 38, .13);
  }
}

@media (max-width: 1000px) {
  .agency-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
  }

  .agency-service-card h3 {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .agency-v3 {
    --a-container: min(100% - 28px, 1180px);
  }

  .agency-section {
    padding-block: 58px;
  }

  .agency-section-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 26px;
  }

  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(1.78rem, 8.4vw, 2.22rem);
    line-height: 1.38;
  }

  .agency-section-head > p {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: .93rem;
    line-height: 1.85;
  }

  .agency-service-grid,
  .agency-portfolio-grid,
  .agency-process-grid,
  .agency-occasion-grid,
  .agency-detail-cards {
    gap: 13px;
  }

  .agency-service-card,
  .agency-service-list-card,
  .agency-portfolio-card,
  .agency-process-grid article,
  .agency-detail-cards article,
  .agency-occasion-grid article {
    border-radius: 20px;
  }

  .agency-service-card {
    padding: 8px 8px 17px;
  }

  .agency-service-card img {
    height: 140px;
  }

  .agency-service-card h3,
  .agency-service-card p,
  .agency-service-card > a {
    margin-inline: 8px;
  }

  .agency-service-card h3 {
    font-size: 1.14rem;
  }

  .agency-service-list-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 16px;
  }

  .agency-service-list-card > span {
    width: 44px;
    height: 44px;
  }

  .agency-service-list-card > div > div {
    gap: 10px;
  }

  .agency-process-grid article,
  .agency-detail-cards article,
  .agency-occasion-grid article {
    min-height: 0;
    padding: 22px;
  }

  .agency-proof-strip .agency-container {
    gap: 7px;
  }

  .agency-proof-strip article {
    min-height: 90px;
    padding: 14px 10px;
  }

  .agency-proof-strip strong {
    font-size: .86rem;
  }

  .agency-proof-strip span {
    font-size: .72rem;
    line-height: 1.6;
  }

  .agency-quote-form,
  .agency-portfolio-tools,
  .agency-legal {
    padding: 19px 15px;
    border-radius: 22px;
  }

  .agency-final-cta .agency-container {
    padding: 29px 18px;
  }

  .agency-footer {
    padding-top: 54px;
  }

  .agency-footer-grid {
    gap: 13px;
  }

  .agency-footer-grid > div:not(:first-child) {
    min-height: 0;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .agency-service-list-card {
    grid-template-columns: 1fr;
  }

  .agency-service-list-card > span {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-button,
  .agency-icon-button,
  .agency-menu-button,
  .agency-service-card,
  .agency-service-list-card,
  .agency-portfolio-card,
  .agency-process-grid article,
  .agency-detail-cards article {
    transition-duration: .01ms !important;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-block: 78px 110px;
  }

  .agency-v3 {
    --a-container: min(100% - 28px, 1200px);
  }

  .agency-header {
    background: rgba(18, 8, 16, .92);
    backdrop-filter: blur(20px) saturate(1.15);
  }

  .agency-nav {
    height: 62px;
    gap: 8px;
  }

  .agency-brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .agency-wordmark {
    gap: 7px;
  }

  .agency-wordmark-copy strong {
    font-size: .87rem;
  }

  .agency-icon-button,
  .agency-menu-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 12px;
  }

  .agency-mobile-menu {
    top: calc(62px + env(safe-area-inset-top, 0px));
    right: 9px;
    left: 9px;
    bottom: calc(82px + var(--w-safe-bottom));
    padding: 11px;
    border-color: rgba(248, 200, 7, .16);
    border-radius: 19px;
    background: rgba(18, 8, 16, .97);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .42);
  }

  .agency-mobile-menu > a:not(.agency-button) {
    min-height: 45px;
    padding-inline: 12px;
    border-radius: 12px;
    font-size: .86rem;
  }

  .agency-button {
    min-height: 48px;
    padding: 10px 16px;
    font-size: .85rem;
  }

  .agency-hero {
    min-height: 0;
    padding: 84px 0 38px;
  }

  .agency-hero-grid {
    gap: 16px;
  }

  .agency-hero-copy h1 {
    max-width: 11.8ch;
    margin: 13px 0 15px;
    font-size: clamp(2.12rem, 10.4vw, 2.7rem);
    line-height: 1.29;
    letter-spacing: -.035em;
  }

  .agency-hero-copy p {
    max-width: 100%;
    font-size: .92rem;
    line-height: 1.82;
  }

  .agency-kicker {
    gap: 7px;
    font-size: .7rem;
  }

  .agency-kicker i {
    width: 23px;
  }

  .agency-hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .agency-trust-list {
    gap: 6px;
    margin-top: 16px;
  }

  .agency-trust-list li {
    min-height: 34px;
    padding: 5px 7px;
    font-size: .68rem;
  }

  .wahaaj-hero-stage {
    min-height: 270px;
    margin-top: 0;
  }

  .wahaaj-hero-stage::before {
    width: 238px;
    height: 238px;
  }

  .wahaaj-hero-stage::after {
    width: 182px;
    height: 182px;
  }

  .wahaaj-logo-plate {
    width: min(58%, 182px);
    padding: 8px;
    border-radius: 28%;
  }

  .wahaaj-orbit-card {
    min-width: 0;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 11px;
  }

  .wahaaj-orbit-card .agency-icon {
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 8px;
    font-size: .85rem;
  }

  .wahaaj-orbit-card strong {
    font-size: .63rem;
  }

  .wahaaj-orbit-a { top: 5%; }
  .wahaaj-orbit-b { top: 32%; }
  .wahaaj-orbit-c { bottom: 15%; }

  .wahaaj-stage-caption {
    bottom: -1px;
    padding: 6px 9px;
    border-radius: 10px;
    font-size: .61rem;
  }

  .agency-proof-strip .agency-container {
    gap: 0;
  }

  .agency-proof-strip article {
    min-height: 84px;
    padding: 14px 9px;
  }

  .agency-proof-strip strong {
    font-size: .76rem;
  }

  .agency-proof-strip span {
    margin-top: 3px;
    font-size: .66rem;
    line-height: 1.55;
  }

  .agency-section {
    padding-block: 50px;
  }

  .agency-section-head {
    margin-bottom: 24px;
  }

  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 {
    font-size: clamp(1.75rem, 8vw, 2.18rem);
    line-height: 1.42;
    letter-spacing: -.03em;
  }

  .agency-section-head > p,
  .agency-lead,
  .agency-trust-grid > div > p {
    margin-top: 10px;
    font-size: .88rem;
    line-height: 1.78;
  }

  .agency-service-grid {
    gap: 12px;
  }

  .agency-service-card {
    padding: 10px 10px 17px;
    border-radius: 21px;
    box-shadow: 0 10px 28px rgba(36, 8, 26, .065);
  }

  .agency-service-card img {
    height: 122px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .agency-service-index {
    top: 19px;
    right: 19px;
    width: 37px;
    height: 37px;
  }

  .agency-service-icon {
    width: 44px;
    height: 44px;
    margin: -39px 8px 11px 0;
  }

  .agency-service-card h3 {
    min-height: 0;
    font-size: 1.08rem;
  }

  .agency-service-card p {
    min-height: 0;
    margin-block: 6px 11px;
    font-size: .84rem;
    line-height: 1.7;
  }

  .agency-service-card > a {
    min-height: 40px;
    padding-top: 8px;
  }

  .agency-centered-action {
    margin-top: 22px;
  }

  .agency-monthly-card,
  .agency-policy-card,
  .agency-quote-guide {
    padding: 23px 19px;
    border-radius: 24px;
  }

  .agency-inner-hero,
  .agency-detail-hero,
  .agency-quote-hero {
    padding: 82px 0 43px;
  }

  .agency-inner-grid h1,
  .agency-detail-hero h1,
  .agency-quote-hero h1 {
    margin: 12px 0 14px;
    font-size: clamp(2rem, 9.4vw, 2.58rem);
    line-height: 1.32;
  }

  .agency-inner-grid p,
  .agency-detail-hero p,
  .agency-quote-hero p {
    font-size: .9rem;
    line-height: 1.78;
  }

  .agency-final-cta {
    padding-block: 56px;
  }

  .agency-footer {
    padding-top: 48px;
  }

  .agency-footer-grid {
    gap: 27px;
  }

  .agency-footer-bottom {
    gap: 8px;
    margin-top: 26px;
    padding-block: 16px;
    font-size: .68rem;
  }

  .agency-bottom-nav {
    right: 7px;
    left: 7px;
    bottom: max(7px, var(--w-safe-bottom));
    min-height: 66px;
    padding: 5px;
    gap: 3px;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 19px;
    background: rgba(18, 8, 16, .95);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .055);
    backdrop-filter: blur(24px) saturate(1.18);
  }

  .agency-bottom-nav a {
    min-height: 52px;
    gap: 3px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: rgba(255, 255, 255, .68);
    font-size: .66rem;
    font-weight: 590;
  }

  .agency-bottom-nav a .agency-icon {
    width: 21px;
    height: 21px;
    font-size: 1.18rem;
  }

  .agency-bottom-nav a[aria-current="page"] {
    color: #251014;
    border-color: rgba(255, 255, 255, .28);
    background: linear-gradient(135deg, #ffe573, var(--w-sun));
    box-shadow: 0 8px 20px rgba(248, 200, 7, .16);
  }

  .agency-bottom-nav a[data-bottom-quote] {
    color: #fff;
    background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
  }

  .agency-bottom-nav a[data-bottom-whatsapp] {
    color: #fff;
  }

  .agency-bottom-nav a[data-bottom-whatsapp] .agency-icon {
    color: #8ff0b9;
  }

  .agency-pwa-card,
  .agency-toast {
    bottom: calc(84px + var(--w-safe-bottom));
  }

  .wahaaj-welcome-card {
    gap: 14px;
  }

  .wahaaj-welcome-visual img {
    width: min(170px, 50vw);
  }

  .wahaaj-welcome-copy h1 {
    font-size: clamp(1.95rem, 9.4vw, 2.5rem);
  }
}

@media (max-width: 430px) {
  .agency-v3 {
    --a-container: min(100% - 22px, 1200px);
  }

  .agency-wordmark-copy strong {
    font-size: .82rem;
  }

  .agency-hero-copy h1 {
    font-size: clamp(2.02rem, 10.1vw, 2.48rem);
  }

  .wahaaj-hero-stage {
    min-height: 252px;
  }

  .agency-service-card img {
    height: 116px;
  }
}

@media (max-width: 370px) {
  .agency-wordmark-copy {
    display: none;
  }

  .agency-trust-list {
    grid-template-columns: 1fr 1fr;
  }

  .agency-bottom-nav {
    right: 5px;
    left: 5px;
    padding-inline: 4px;
  }

  .agency-bottom-nav a {
    font-size: .61rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .agency-account-chip:hover,
  .agency-occasion-grid article:hover,
  .agency-process-grid article:hover,
  .agency-portfolio-card:hover {
    transform: translateY(-3px);
    border-color: rgba(207, 14, 93, .2);
    box-shadow: var(--w-v14-shadow-md);
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-v3 *,
  .agency-v3 *::before,
  .agency-v3 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Navigation refinement V15 · quiet luxury, clearer icons, calmer hierarchy */
.agency-header {
  padding-top: 10px;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.agency-header.is-scrolled,
.agency-header.is-menu-open {
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.agency-header .agency-nav {
  height: 66px;
  padding: 7px 8px 7px 10px;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(35, 12, 28, .93), rgba(19, 7, 18, .9));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .2),
    inset 0 1px rgba(255, 255, 255, .055);
  backdrop-filter: blur(24px) saturate(1.15);
}

.agency-header.is-scrolled .agency-nav,
.agency-header.is-menu-open .agency-nav {
  border-color: rgba(248, 200, 7, .18);
  background:
    linear-gradient(180deg, rgba(39, 12, 29, .985), rgba(18, 6, 17, .975));
  box-shadow:
    0 20px 48px rgba(0, 0, 0, .3),
    inset 0 1px rgba(255, 255, 255, .06);
}

.agency-header .agency-wordmark {
  gap: 9px;
}

.agency-header .agency-brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  filter: drop-shadow(0 7px 14px rgba(207, 14, 93, .18));
}

.agency-header .agency-wordmark-copy strong {
  font-size: .98rem;
  font-weight: 710;
}

.agency-header .agency-wordmark-copy > span {
  margin-top: 3px;
  color: rgba(248, 200, 7, .82);
  font-size: .6rem;
}

.agency-header .agency-desktop-nav {
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.agency-header .agency-desktop-nav a {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, .7);
  font-size: .81rem;
  font-weight: 580;
}

.agency-header .agency-desktop-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.agency-header .agency-desktop-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(207, 14, 93, .12);
  box-shadow: inset 0 0 0 1px rgba(207, 14, 93, .16);
}

.agency-header .agency-desktop-nav a[aria-current="page"]::after {
  right: 50%;
  bottom: 4px;
  left: auto;
  width: 14px;
  height: 2px;
  transform: translateX(50%);
  border-radius: 999px;
  background: var(--w-sun);
}

.agency-header .agency-nav-actions {
  gap: 7px;
}

.agency-header .agency-icon-button,
.agency-header .agency-menu-button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 13px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.agency-header .agency-icon-button:hover,
.agency-header .agency-menu-button:hover,
.agency-header .agency-menu-button[aria-expanded="true"] {
  color: var(--w-sun);
  border-color: rgba(248, 200, 7, .28);
  background: rgba(248, 200, 7, .08);
  transform: translateY(-1px);
}

.agency-header .agency-icon-button .agency-icon,
.agency-header .agency-menu-button .agency-icon {
  width: 20px;
  height: 20px;
}

.agency-header .agency-desktop-cta {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
  box-shadow: 0 9px 22px rgba(207, 14, 93, .18), inset 0 1px rgba(255, 255, 255, .12);
  font-size: .82rem;
}

.agency-header .agency-desktop-cta:hover {
  box-shadow: 0 13px 28px rgba(207, 14, 93, .26), inset 0 1px rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}

@media (max-width: 1000px) and (min-width: 681px) {
  .agency-header .agency-nav { gap: 10px; }
  .agency-header .agency-desktop-nav a { padding-inline: 8px; font-size: .75rem; }
  .agency-header .agency-wordmark-copy > span { display: none; }
  .agency-header .agency-desktop-cta { padding-inline: 13px; }
}

@media (max-width: 680px) {
  html {
    scroll-padding-block: 82px 104px;
  }

  .agency-v3:not(.agency-welcome-page) {
    padding-bottom: calc(86px + var(--w-safe-bottom));
  }

  .agency-header {
    padding-top: max(8px, env(safe-area-inset-top, 0px));
    padding-inline: 9px;
  }

  .agency-header .agency-nav {
    width: 100%;
    height: 58px;
    padding: 6px 7px;
    gap: 7px;
    border-color: rgba(255, 255, 255, .1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(37, 11, 28, .965), rgba(18, 6, 17, .95));
    box-shadow: 0 14px 34px rgba(0, 0, 0, .27), inset 0 1px rgba(255, 255, 255, .05);
  }

  .agency-header .agency-wordmark {
    gap: 7px;
  }

  .agency-header .agency-brand-logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .agency-header .agency-wordmark-copy strong {
    font-size: .86rem;
  }

  .agency-header .agency-wordmark-copy > span {
    display: none;
  }

  .agency-header .agency-nav-actions {
    gap: 5px;
  }

  .agency-header .agency-icon-button,
  .agency-header .agency-menu-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 12px;
  }

  .agency-header .agency-icon-button .agency-icon,
  .agency-header .agency-menu-button .agency-icon {
    width: 19px;
    height: 19px;
  }

  .agency-mobile-menu {
    top: calc(74px + env(safe-area-inset-top, 0px));
    right: 9px;
    left: 9px;
    bottom: calc(88px + var(--w-safe-bottom));
    padding: 10px;
    border: 1px solid rgba(248, 200, 7, .16);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(39, 12, 29, .99), rgba(18, 6, 17, .99));
    box-shadow: 0 26px 70px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .05);
  }

  .agency-mobile-menu > a:not(.agency-button) {
    min-height: 46px;
    padding-inline: 14px;
    border-radius: 13px;
    color: rgba(255, 255, 255, .76);
  }

  .agency-mobile-menu > a:not(.agency-button)[aria-current="page"] {
    color: #fff;
    background: rgba(207, 14, 93, .14);
    box-shadow: inset 3px 0 var(--w-sun);
  }

  .agency-bottom-nav {
    right: 10px;
    left: 10px;
    bottom: max(9px, var(--w-safe-bottom));
    min-height: 70px;
    padding: 7px;
    gap: 2px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 23px;
    background: linear-gradient(180deg, rgba(36, 10, 27, .975), rgba(17, 5, 16, .97));
    box-shadow:
      0 20px 52px rgba(0, 0, 0, .38),
      0 0 0 1px rgba(207, 14, 93, .035),
      inset 0 1px rgba(255, 255, 255, .055);
    backdrop-filter: blur(28px) saturate(1.12);
  }

  .agency-bottom-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(248, 200, 7, .34), transparent);
    pointer-events: none;
  }

  .agency-bottom-nav a {
    position: relative;
    min-height: 54px;
    padding: 5px 2px 4px;
    gap: 3px;
    border: 0;
    border-radius: 16px;
    color: rgba(255, 255, 255, .58);
    background: transparent;
    box-shadow: none;
    font-size: .63rem;
    font-weight: 570;
    line-height: 1.1;
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }

  .agency-bottom-nav a .agency-icon {
    width: 22px;
    height: 22px;
    color: currentColor;
    font-size: inherit;
  }

  .agency-bottom-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 3px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--w-sun);
    transform: translateX(50%);
    transition: width .2s ease;
  }

  .agency-bottom-nav a[aria-current="page"],
  .agency-bottom-nav a[data-bottom-quote][aria-current="page"] {
    color: #fff;
    border: 0;
    background: rgba(207, 14, 93, .17);
    box-shadow: inset 0 0 0 1px rgba(207, 14, 93, .2);
    transform: none;
  }

  .agency-bottom-nav a[aria-current="page"]::after {
    width: 16px;
  }

  .agency-bottom-nav a[data-bottom-quote] {
    color: rgba(255, 255, 255, .7);
    background: transparent;
  }

  .agency-bottom-nav a[data-bottom-quote] .agency-icon {
    color: var(--w-sun);
  }

  .agency-bottom-nav a[data-bottom-whatsapp],
  .agency-bottom-nav a[data-bottom-whatsapp] .agency-icon {
    color: rgba(255, 255, 255, .66);
  }

  .agency-bottom-nav a:active {
    transform: scale(.96);
  }

  .agency-pwa-card,
  .agency-toast {
    bottom: calc(92px + var(--w-safe-bottom));
  }
}

@media (max-width: 370px) {
  .agency-header .agency-wordmark-copy {
    display: none;
  }

  .agency-bottom-nav {
    right: 7px;
    left: 7px;
    padding-inline: 5px;
  }

  .agency-bottom-nav a {
    font-size: .58rem;
  }

  .agency-bottom-nav a .agency-icon {
    width: 20px;
    height: 20px;
  }
}

/* Interface refinement V16 · cohesive surfaces, rhythm and responsive polish */
:root {
  --w-v16-paper: #fffdf9;
  --w-v16-paper-soft: #fff8f2;
  --w-v16-ink: #25131e;
  --w-v16-muted: #766773;
  --w-v16-line: rgba(57, 17, 40, .1);
  --w-v16-line-dark: rgba(255, 255, 255, .1);
  --w-v16-shadow-xs: 0 8px 24px rgba(48, 9, 31, .055);
  --w-v16-shadow-sm: 0 16px 42px rgba(48, 9, 31, .085);
  --w-v16-shadow-md: 0 24px 64px rgba(48, 9, 31, .13);
  --w-v16-radius-sm: 15px;
  --w-v16-radius-md: 24px;
  --w-v16-radius-lg: 32px;
}

.agency-v3 {
  background:
    radial-gradient(circle at 8% 8%, rgba(207, 14, 93, .045), transparent 24rem),
    var(--a-paper);
}

.agency-v3 main > .agency-section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

.agency-v3 main {
  isolation: isolate;
}

.agency-v3 :is(h1, h2, h3) em {
  font-style: normal;
}

.agency-v3 :is(.agency-button, .agency-text-link, .agency-filter-group button, .agency-portfolio-actions a) {
  -webkit-tap-highlight-color: transparent;
}

.agency-v3 :is(.agency-button, .agency-icon-button, .agency-menu-button, .agency-filter-group button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(248, 200, 7, .78);
  outline-offset: 3px;
}

.agency-hero {
  min-height: min(760px, 100svh);
  padding-top: 112px;
  background:
    radial-gradient(circle at 83% 25%, rgba(248, 200, 7, .11), transparent 23rem),
    radial-gradient(circle at 18% 72%, rgba(207, 14, 93, .22), transparent 27rem),
    linear-gradient(140deg, #100811 0%, #2a0d23 52%, #4e092f 100%);
}

.agency-hero::before {
  opacity: .48;
}

.agency-hero-copy h1 {
  margin-block: 18px 21px;
  font-size: clamp(3rem, 5.45vw, 5rem);
  line-height: 1.14;
}

.agency-hero-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.86;
}

.agency-hero-actions {
  gap: 10px;
  margin-top: 25px;
}

.agency-hero-actions .agency-button {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 16px;
}

.agency-trust-list {
  margin-top: 19px;
}

.agency-trust-list li {
  min-height: 34px;
  padding: 5px 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.wahaaj-hero-stage::before,
.wahaaj-hero-stage::after {
  border-color: rgba(248, 200, 7, .17);
}

.wahaaj-logo-plate {
  border-color: rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, .13), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025));
  box-shadow:
    0 36px 82px rgba(0, 0, 0, .36),
    0 0 0 8px rgba(255, 255, 255, .012),
    inset 0 1px rgba(255, 255, 255, .11);
}

.wahaaj-orbit-card {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(18, 7, 16, .84);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .23), inset 0 1px rgba(255, 255, 255, .035);
}

.wahaaj-stage-caption {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 14px 32px rgba(248, 200, 7, .18), inset 0 1px rgba(255, 255, 255, .2);
}

.agency-proof-strip {
  border-bottom: 1px solid var(--w-v16-line);
  background: rgba(255, 253, 249, .97);
  box-shadow: 0 15px 44px rgba(48, 9, 31, .055);
}

.agency-proof-strip .agency-container {
  gap: 0;
}

.agency-proof-strip article {
  min-height: 88px;
  padding: 18px 22px;
}

.agency-proof-strip article::before {
  inset-block: 23px;
  width: 2px;
  opacity: .3;
}

.agency-section {
  position: relative;
  padding-block: clamp(74px, 6.6vw, 94px);
}

.agency-section-paper {
  background:
    radial-gradient(circle at 90% 2%, rgba(248, 200, 7, .055), transparent 22rem),
    linear-gradient(180deg, var(--w-v16-paper), var(--w-v16-paper-soft));
}

.agency-section-head {
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 46px);
}

.agency-section-head h2,
.agency-monthly-grid > div > h2,
.agency-trust-grid h2,
.agency-final-cta h2 {
  font-size: clamp(2rem, 3.15vw, 3rem);
  line-height: 1.32;
}

.agency-section-head > p,
.agency-lead,
.agency-trust-grid > div > p {
  color: var(--w-v16-muted);
  line-height: 1.86;
}

.agency-kicker {
  gap: 10px;
}

.agency-kicker i {
  width: 28px;
  height: 2px;
  border-radius: 999px;
}

.agency-service-grid {
  gap: 18px;
}

.agency-service-card {
  padding: 11px 11px 19px;
  overflow: hidden;
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--w-v16-shadow-sm);
}

.agency-service-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  opacity: .52;
  background: linear-gradient(90deg, transparent, var(--w-sun), var(--w-magenta), transparent);
}

.agency-service-card img {
  height: 142px;
  margin-bottom: 16px;
  border: 1px solid rgba(57, 17, 40, .05);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff7ef, #f6ebe8);
}

.agency-service-icon {
  width: 45px;
  height: 45px;
  margin: -40px 10px 12px 0;
  border-radius: 14px;
}

.agency-service-card h3 {
  min-height: 2.9em;
  margin-bottom: 5px;
  font-size: 1.12rem;
}

.agency-service-card p {
  min-height: 6em;
  margin-bottom: 12px;
  color: var(--w-v16-muted);
  font-size: .82rem;
  line-height: 1.78;
}

.agency-service-card > a {
  min-height: 40px;
  color: var(--w-magenta);
  border-top-color: var(--w-v16-line);
  font-weight: 650;
}

.agency-section-dark,
.agency-occasions {
  background:
    radial-gradient(circle at 12% 14%, rgba(207, 14, 93, .15), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(248, 200, 7, .05), transparent 20rem),
    linear-gradient(145deg, #120912, #25101f 58%, #341028);
}

.agency-account-chip,
.agency-occasion-grid article {
  border: 1px solid rgba(255, 255, 255, .095);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 14px 38px rgba(0, 0, 0, .1);
}

.agency-account-chip {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-radius: 18px;
}

.agency-account-chip strong {
  margin-top: 5px;
  font-size: .9rem;
}

.agency-monthly-grid {
  align-items: center;
  gap: clamp(40px, 5vw, 70px);
}

.agency-check-list {
  gap: 10px;
}

.agency-check-list li {
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid var(--w-v16-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--w-v16-shadow-xs);
}

.agency-monthly-card {
  border-radius: var(--w-v16-radius-lg);
  background:
    radial-gradient(circle at 82% 15%, rgba(248, 200, 7, .13), transparent 18rem),
    linear-gradient(145deg, #240d2b, #57123d 64%, #850c47);
  box-shadow: 0 28px 74px rgba(67, 8, 41, .23), inset 0 1px rgba(255, 255, 255, .06);
}

.agency-monthly-card > div span {
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
}

.agency-occasion-grid {
  gap: 15px;
}

.agency-occasion-grid article {
  min-height: 184px;
  padding: 25px;
  border-radius: var(--w-v16-radius-md);
}

.agency-occasion-grid article > span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgba(248, 200, 7, .16);
  background: rgba(248, 200, 7, .075);
}

.agency-process-grid {
  gap: 15px;
}

.agency-process-grid article {
  min-height: 218px;
  padding: 24px 22px;
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--w-v16-shadow-sm);
}

.agency-process-grid span {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(207, 14, 93, .16);
}

.agency-trust-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(248, 200, 7, .15), transparent 24rem),
    radial-gradient(circle at 88% 72%, rgba(207, 14, 93, .18), transparent 24rem),
    linear-gradient(140deg, #8d0c49, #4a123c 57%, #271027);
}

.agency-policy-card {
  padding: 31px;
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .15), inset 0 1px rgba(255, 255, 255, .055);
}

.agency-final-cta {
  padding-block: clamp(70px, 7vw, 94px);
  background:
    radial-gradient(circle at 18% 15%, rgba(248, 200, 7, .12), transparent 18rem),
    radial-gradient(circle at 86% 85%, rgba(207, 14, 93, .16), transparent 24rem),
    linear-gradient(142deg, #120810, #2c0b25 58%, #420929);
}

.agency-final-cta .agency-container {
  padding: clamp(28px, 4.5vw, 48px);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--w-v16-radius-lg);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .045);
}

.agency-footer {
  padding-top: 58px;
  background:
    radial-gradient(circle at 90% 0%, rgba(207, 14, 93, .09), transparent 22rem),
    #0d060b;
}

.agency-footer-grid {
  gap: clamp(36px, 5vw, 62px);
}

.agency-footer-logo {
  width: 84px;
  height: 84px;
  border-radius: 25px;
  box-shadow: 0 16px 42px rgba(207, 14, 93, .15);
}

.agency-footer-grid > div:not(:first-child) {
  padding-top: 10px;
}

.agency-footer-grid > div > strong {
  color: #ffe682;
}

.agency-footer-bottom {
  margin-top: 30px;
  padding-block: 17px;
}

.agency-inner-hero,
.agency-detail-hero,
.agency-quote-hero {
  padding: 126px 0 68px;
  background:
    radial-gradient(circle at 80% 16%, rgba(248, 200, 7, .11), transparent 23rem),
    radial-gradient(circle at 12% 88%, rgba(207, 14, 93, .2), transparent 27rem),
    linear-gradient(142deg, #100811, #2b0e24 60%, #4b0a2d);
}

.agency-inner-grid,
.agency-detail-hero-grid,
.agency-quote-hero-grid {
  align-items: center;
  gap: clamp(38px, 5vw, 68px);
}

.agency-inner-grid h1,
.agency-detail-hero h1,
.agency-quote-hero h1 {
  margin-block: 14px 18px;
  font-size: clamp(2.35rem, 4.35vw, 4rem);
  line-height: 1.25;
}

.agency-inner-grid img,
.agency-detail-hero-grid img {
  max-height: 300px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .025);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .04);
}

.agency-service-list {
  gap: 14px;
}

.agency-service-list-card {
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--w-v16-shadow-sm);
}

.agency-service-list-card > span {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(248, 200, 7, .16);
}

.agency-service-list-card h2 {
  font-size: clamp(1.45rem, 1.34rem + .55vw, 1.82rem);
}

.agency-service-list-card p {
  margin-block: 5px 13px;
  color: var(--w-v16-muted);
  line-height: 1.84;
}

.agency-service-list-card li {
  border: 1px solid rgba(207, 14, 93, .07);
  border-radius: 999px;
  background: rgba(207, 14, 93, .035);
}

.agency-portfolio-tools {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--w-v16-shadow-sm);
}

.agency-portfolio-tools input {
  min-height: 50px;
  border-radius: 14px;
}

.agency-filter-group button {
  min-height: 42px;
  border-radius: 13px;
}

.agency-portfolio-grid {
  gap: 15px;
}

.agency-portfolio-card {
  min-height: 210px;
  padding: 23px;
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--w-v16-shadow-sm);
}

.agency-portfolio-card::before {
  height: 2px;
  opacity: .6;
}

.agency-portfolio-actions a {
  min-height: 41px;
  border-radius: 12px;
}

.agency-quote-side {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .045);
}

.agency-quote-side-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  border-radius: 14px;
}

.agency-quote-layout {
  gap: 26px;
}

.agency-quote-guide {
  padding: 30px;
  border-radius: var(--w-v16-radius-md);
  background:
    radial-gradient(circle at 82% 14%, rgba(248, 200, 7, .12), transparent 15rem),
    linear-gradient(145deg, #240d2c, #55123c 66%, #7c0b46);
}

.agency-quote-form {
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--w-v16-line);
  border-radius: var(--w-v16-radius-lg);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--w-v16-shadow-md);
}

.agency-form-progress {
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(57, 17, 40, .045);
  border-radius: 15px;
  background: #f8efeb;
}

.agency-form-progress span {
  min-height: 40px;
  border-radius: 11px;
}

.agency-quote-form fieldset {
  padding-top: 4px;
}

.agency-quote-form label {
  gap: 7px;
}

.agency-quote-form input,
.agency-quote-form select,
.agency-quote-form textarea {
  min-height: 50px;
  border-color: rgba(57, 17, 40, .12);
  border-radius: 14px;
  background: #fffefa;
  box-shadow: inset 0 1px 2px rgba(57, 17, 40, .025);
}

.agency-quote-form :is(input, select, textarea):focus {
  border-color: rgba(207, 14, 93, .55);
  background: #fff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(207, 14, 93, .085);
}

.agency-check-grid label {
  min-height: 46px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
}

.agency-legal {
  border-radius: var(--w-v16-radius-md);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--w-v16-shadow-sm);
}

.wahaaj-welcome {
  background:
    radial-gradient(circle at 82% 16%, rgba(207, 14, 93, .3), transparent 27rem),
    radial-gradient(circle at 16% 84%, rgba(248, 200, 7, .075), transparent 25rem),
    linear-gradient(142deg, #0e070e, #21101d 60%, #350b27);
}

.wahaaj-welcome-card {
  width: min(1080px, 100%);
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 34px;
  background: rgba(255, 255, 255, .025);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
}

.wahaaj-welcome-visual img {
  filter: drop-shadow(0 26px 58px rgba(207, 14, 93, .22));
}

.wahaaj-welcome-copy h1 {
  line-height: 1.22;
}

html[data-theme="dark"] .agency-v3 {
  background:
    radial-gradient(circle at 9% 8%, rgba(207, 14, 93, .07), transparent 27rem),
    #120a11;
}

html[data-theme="dark"] .agency-v3 .agency-proof-strip {
  border-color: var(--w-v16-line-dark);
  background: rgba(19, 10, 18, .97);
}

html[data-theme="dark"] .agency-v3 .agency-proof-strip strong {
  color: #ff6ba0;
}

html[data-theme="dark"] .agency-v3 .agency-proof-strip span {
  color: rgba(255, 255, 255, .66);
}

html[data-theme="dark"] .agency-v3 .agency-section-paper {
  background:
    radial-gradient(circle at 90% 3%, rgba(207, 14, 93, .07), transparent 23rem),
    linear-gradient(180deg, #130b12, #190e17);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card, .agency-process-grid article, .agency-service-list-card, .agency-portfolio-tools, .agency-portfolio-card, .agency-quote-form, .agency-legal) {
  border-color: var(--w-v16-line-dark);
  background: linear-gradient(145deg, rgba(35, 19, 30, .95), rgba(22, 12, 20, .97));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .025);
}

html[data-theme="dark"] .agency-v3 .agency-service-card img {
  border-color: rgba(255, 255, 255, .07);
  background: linear-gradient(145deg, #29131f, #180d15);
  filter: brightness(.88) saturate(.92);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card p, .agency-service-list-card p, .agency-section-head > p, .agency-lead, .agency-trust-grid > div > p) {
  color: rgba(255, 255, 255, .65);
}

html[data-theme="dark"] .agency-v3 .agency-check-list li {
  border-color: var(--w-v16-line-dark);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

html[data-theme="dark"] .agency-v3 .agency-service-list-card li {
  border-color: rgba(255, 255, 255, .075);
  background: rgba(255, 255, 255, .04);
}

html[data-theme="dark"] .agency-v3 .agency-portfolio-tools input,
html[data-theme="dark"] .agency-v3 .agency-quote-form :is(input, select, textarea) {
  color: #fff9f2;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(9, 5, 9, .56);
}

html[data-theme="dark"] .agency-v3 .agency-form-progress {
  border-color: rgba(255, 255, 255, .065);
  background: rgba(255, 255, 255, .045);
}

html[data-theme="dark"] .agency-v3 .agency-check-grid label {
  border-color: rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .035);
}

@media (hover: hover) and (pointer: fine) {
  .agency-service-card:hover,
  .agency-service-list-card:hover,
  .agency-portfolio-card:hover,
  .agency-process-grid article:hover,
  .agency-account-chip:hover,
  .agency-occasion-grid article:hover {
    border-color: rgba(207, 14, 93, .22);
    transform: translateY(-3px);
    box-shadow: var(--w-v16-shadow-md);
  }
}

@media (max-width: 1000px) {
  .agency-hero {
    min-height: auto;
    padding-top: 104px;
  }

  .agency-hero-grid,
  .agency-inner-grid,
  .agency-detail-hero-grid,
  .agency-quote-hero-grid {
    gap: 32px;
  }

  .agency-hero-copy h1 {
    font-size: clamp(2.8rem, 6.7vw, 4.3rem);
  }

  .agency-section-head {
    align-items: start;
  }
}

@media (max-width: 680px) {
  .agency-v3 {
    --a-container: min(100% - 24px, 1200px);
  }

  .agency-hero {
    padding: 94px 0 54px;
  }

  .agency-hero-copy h1 {
    margin-block: 14px 17px;
    font-size: clamp(2.12rem, 10.6vw, 2.8rem);
    line-height: 1.19;
  }

  .agency-hero-copy p {
    font-size: .92rem;
    line-height: 1.78;
  }

  .agency-hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .agency-hero-actions .agency-button {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border-radius: 15px;
  }

  .agency-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .agency-trust-list li {
    min-height: 36px;
    padding-inline: 6px;
    font-size: .68rem;
    text-align: center;
  }

  .wahaaj-hero-stage {
    min-height: 264px;
  }

  .wahaaj-hero-stage::before {
    width: 232px;
    height: 232px;
  }

  .wahaaj-hero-stage::after {
    width: 176px;
    height: 176px;
  }

  .wahaaj-logo-plate {
    width: min(59%, 190px);
    padding: 9px;
  }

  .wahaaj-orbit-card {
    padding: 6px 8px;
    border-radius: 11px;
  }

  .wahaaj-orbit-card strong {
    font-size: .6rem;
  }

  .wahaaj-orbit-card .agency-icon {
    width: 27px;
    height: 27px;
    padding: 5px;
  }

  .wahaaj-stage-caption {
    padding: 6px 9px;
    font-size: .61rem;
  }

  .agency-proof-strip .agency-container {
    grid-template-columns: 1fr 1fr;
  }

  .agency-proof-strip article {
    min-height: 80px;
    padding: 14px 12px;
  }

  .agency-proof-strip strong {
    font-size: .78rem;
  }

  .agency-proof-strip span {
    font-size: .65rem;
  }

  .agency-section {
    padding-block: 59px;
  }

  .agency-section-head {
    gap: 13px;
    margin-bottom: 25px;
  }

  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 {
    font-size: clamp(1.78rem, 8.8vw, 2.25rem);
    line-height: 1.34;
  }

  .agency-section-head > p,
  .agency-lead,
  .agency-trust-grid > div > p {
    font-size: .87rem;
    line-height: 1.76;
  }

  .agency-service-card {
    padding: 10px 10px 18px;
    border-radius: 21px;
  }

  .agency-service-card img {
    height: 124px;
    border-radius: 15px;
  }

  .agency-service-card h3 {
    min-height: 0;
    font-size: 1.06rem;
  }

  .agency-service-card p {
    min-height: 0;
    font-size: .8rem;
  }

  .agency-check-list li {
    min-height: 58px;
    border-radius: 15px;
    font-size: .82rem;
  }

  .agency-monthly-card,
  .agency-policy-card,
  .agency-quote-guide {
    padding: 24px 20px;
    border-radius: 23px;
  }

  .agency-occasion-grid article,
  .agency-process-grid article {
    min-height: 170px;
    padding: 21px;
    border-radius: 21px;
  }

  .agency-final-cta {
    padding-block: 54px;
  }

  .agency-final-cta .agency-container {
    width: min(100% - 24px, 1200px);
    padding: 26px 18px;
    border-radius: 24px;
  }

  .agency-footer {
    padding-top: 46px;
  }

  .agency-inner-hero,
  .agency-detail-hero,
  .agency-quote-hero {
    padding: 104px 0 55px;
  }

  .agency-inner-grid h1,
  .agency-detail-hero h1,
  .agency-quote-hero h1 {
    margin-block: 12px 15px;
    font-size: clamp(2rem, 9.6vw, 2.55rem);
  }

  .agency-inner-grid p,
  .agency-detail-hero p,
  .agency-quote-hero p {
    font-size: .88rem;
    line-height: 1.78;
  }

  .agency-inner-grid img,
  .agency-detail-hero-grid img {
    max-height: 215px;
    padding: 7px;
    border-radius: 20px;
  }

  .agency-service-list-card {
    gap: 12px;
    padding: 19px;
    border-radius: 21px;
  }

  .agency-service-list-card > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .agency-service-list-card h2 {
    font-size: 1.3rem;
  }

  .agency-service-list-card p {
    font-size: .84rem;
    line-height: 1.74;
  }

  .agency-service-list-card > div > div {
    gap: 10px;
  }

  .agency-portfolio-tools {
    padding: 13px;
    border-radius: 19px;
  }

  .agency-portfolio-card {
    min-height: 194px;
    padding: 19px;
    border-radius: 20px;
  }

  .agency-quote-side {
    padding: 15px;
    border-radius: 19px;
  }

  .agency-quote-form {
    padding: 19px 14px;
    border-radius: 22px;
  }

  .agency-form-progress span {
    min-height: 42px;
    font-size: .69rem;
  }

  .agency-field-grid {
    gap: 13px;
  }

  .agency-quote-form input,
  .agency-quote-form select,
  .agency-quote-form textarea {
    min-height: 49px;
    border-radius: 13px;
  }

  .wahaaj-welcome {
    padding: calc(18px + env(safe-area-inset-top, 0px)) 12px calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .wahaaj-welcome-card {
    padding: 23px 17px;
    border-radius: 25px;
  }
}

@media (max-width: 390px) {
  .agency-v3 {
    --a-container: min(100% - 20px, 1200px);
  }

  .agency-hero-copy h1 {
    font-size: clamp(2rem, 10.7vw, 2.48rem);
  }

  .agency-proof-strip article {
    padding-inline: 9px;
  }

  .agency-service-list-card {
    grid-template-columns: 1fr;
  }

  .agency-service-list-card > span {
    margin-bottom: 2px;
  }

  .agency-bottom-nav {
    right: 6px;
    left: 6px;
  }
}

/* UI Semantic Hardening V17 · state clarity without changing the visual system */
.agency-quote-form [aria-invalid="true"] {
  border-color: var(--w-magenta);
  box-shadow: 0 0 0 3px rgba(207, 14, 93, .1);
}

.agency-quote-form legend:focus-visible {
  outline: 3px solid rgba(248, 200, 7, .78);
  outline-offset: 5px;
  border-radius: 4px;
}

[aria-busy="true"] {
  cursor: progress;
}

/* Creative Director V18 · Creative-team source application · 2026-08 */
:root {
  --w-v18-surface: #fffdf9;
  --w-v18-surface-soft: #fff7f0;
  --w-v18-ink: #25101c;
  --w-v18-muted: #74636e;
  --w-v18-hairline: rgba(62, 15, 39, .1);
  --w-v18-hairline-dark: rgba(255, 255, 255, .11);
  --w-v18-shadow-1: 0 16px 42px rgba(54, 7, 34, .08);
  --w-v18-shadow-2: 0 28px 76px rgba(54, 7, 34, .14);
  --w-v18-shadow-dark: 0 26px 72px rgba(0, 0, 0, .3);
  --w-v18-radius-card: 24px;
  --w-v18-radius-panel: 32px;
}

.agency-v3 {
  font-variation-settings: "wght" 460;
  text-rendering: optimizeLegibility;
}

.agency-v3 :is(h1, h2, h3) {
  letter-spacing: -.025em;
}

/* A calmer, self-contained top bar inspired by the approved UI deck. */
.agency-header {
  padding-inline: 0;
  background: transparent;
}

.agency-header.is-scrolled,
.agency-header.is-menu-open {
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.agency-nav {
  width: min(1180px, calc(100% - 36px));
  height: 70px;
  margin-top: 12px;
  padding: 7px 9px 7px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(207, 14, 93, .07), transparent 34%),
    rgba(18, 7, 16, .88);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(24px) saturate(1.16);
}

.agency-header.is-scrolled .agency-nav,
.agency-header.is-menu-open .agency-nav {
  border-color: rgba(248, 200, 7, .18);
  background:
    linear-gradient(120deg, rgba(207, 14, 93, .08), transparent 32%),
    rgba(15, 6, 14, .96);
  box-shadow: 0 20px 58px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .055);
}

.agency-wordmark {
  gap: 10px;
  min-width: 180px;
  padding: 2px 3px;
}

.agency-brand-logo {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(207, 14, 93, .22), inset 0 1px rgba(255, 255, 255, .12);
}

.agency-wordmark-copy strong {
  font-size: 1.04rem;
  line-height: 1.25;
}

.agency-wordmark-copy > span {
  margin-top: 3px;
  color: rgba(255, 225, 102, .82);
  font-size: .62rem;
  font-weight: 620;
}

.agency-desktop-nav {
  gap: 2px;
  padding: 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .022);
}

.agency-desktop-nav a {
  min-height: 39px;
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(255, 255, 255, .68);
  font-size: .79rem;
  font-weight: 570;
}

.agency-desktop-nav a:hover,
.agency-desktop-nav a[aria-current="page"] {
  color: #fff;
  border-color: rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
}

.agency-desktop-nav a::after {
  right: 15px;
  left: 15px;
  bottom: 2px;
  height: 2px;
}

.agency-header .agency-desktop-cta {
  min-height: 44px;
  padding-inline: 17px;
  color: #261015;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffe676, var(--w-sun) 52%, var(--w-orange));
  box-shadow: 0 12px 28px rgba(248, 200, 7, .2);
}

.agency-icon-button,
.agency-menu-button {
  border-color: rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .035);
}

/* Hero: preserve the original content while improving material, balance and light. */
.agency-hero {
  min-height: 740px;
  padding: 122px 0 74px;
  background:
    radial-gradient(circle at 82% 18%, rgba(248, 200, 7, .14), transparent 23rem),
    radial-gradient(circle at 14% 76%, rgba(207, 14, 93, .25), transparent 29rem),
    linear-gradient(140deg, #0d070d 0%, #250a1f 52%, #4b092d 100%);
}

.agency-hero::before {
  opacity: .34;
  background:
    linear-gradient(112deg, transparent 0 48%, rgba(255, 255, 255, .035) 48% 48.35%, transparent 48.35% 100%),
    radial-gradient(rgba(255, 255, 255, .2) .65px, transparent .65px);
  background-size: auto, 14px 14px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.agency-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  align-items: center;
  gap: clamp(50px, 6vw, 82px);
}

.agency-kicker {
  width: fit-content;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(248, 200, 7, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.agency-kicker-dark {
  border-color: rgba(207, 14, 93, .1);
  background: rgba(207, 14, 93, .035);
}

.agency-hero-copy h1 {
  max-width: 10.8ch;
  margin-block: 18px 22px;
  font-size: clamp(3.15rem, 5.5vw, 5.15rem);
  line-height: 1.13;
}

.agency-hero-copy p {
  max-width: 590px;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1rem, .96rem + .2vw, 1.13rem);
}

.agency-hero-actions .agency-button {
  border-radius: 15px;
}

.wahaaj-hero-stage {
  min-height: 510px;
}

.wahaaj-hero-stage::before {
  width: 430px;
  height: 430px;
  border-color: rgba(248, 200, 7, .14);
  box-shadow: 0 0 0 32px rgba(255, 255, 255, .012);
}

.wahaaj-hero-stage::after {
  width: 338px;
  height: 338px;
  border-color: rgba(255, 255, 255, .11);
}

.wahaaj-logo-plate {
  width: min(68%, 330px);
  padding: 12px;
  border-color: rgba(255, 255, 255, .16);
  border-radius: 31%;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025));
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38), 0 0 0 9px rgba(255, 255, 255, .014), inset 0 1px rgba(255, 255, 255, .12);
  transform: none;
}

.wahaaj-logo-plate::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 29%;
  pointer-events: none;
}

.wahaaj-orbit-card {
  min-width: 138px;
  padding: 9px 11px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(15, 6, 14, .86);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .04);
}

.wahaaj-orbit-card .agency-icon {
  border-color: rgba(248, 200, 7, .17);
  background: rgba(248, 200, 7, .055);
}

.wahaaj-stage-caption {
  color: #2a101b;
  border-color: rgba(255, 255, 255, .24);
  background: linear-gradient(135deg, #ffe77f, var(--w-sun) 55%, var(--w-orange));
}

/* Modular surfaces and predictable rhythm from the creative-team component system. */
.agency-proof-strip {
  background: rgba(255, 253, 249, .985);
  box-shadow: 0 18px 48px rgba(47, 7, 29, .06);
}

.agency-proof-strip .agency-container {
  gap: 8px;
  padding-block: 10px;
}

.agency-proof-strip article {
  min-height: 82px;
  padding: 16px 19px;
  border: 1px solid transparent;
  border-radius: 17px;
}

.agency-proof-strip article::before {
  display: none;
}

.agency-proof-strip article:hover {
  border-color: var(--w-v18-hairline);
  background: rgba(207, 14, 93, .025);
}

.agency-section {
  padding-block: clamp(78px, 7vw, 104px);
}

.agency-section-head {
  gap: clamp(28px, 4vw, 64px);
  margin-bottom: clamp(36px, 4vw, 52px);
}

.agency-section-head h2,
.agency-monthly-grid > div > h2,
.agency-trust-grid h2,
.agency-final-cta h2 {
  max-width: 16ch;
  font-size: clamp(2.1rem, 3.25vw, 3.15rem);
  line-height: 1.28;
}

.agency-service-grid,
.agency-portfolio-grid,
.agency-process-grid,
.agency-occasion-grid {
  gap: 17px;
}

.agency-service-card,
.agency-service-list-card,
.agency-portfolio-card,
.agency-process-grid article {
  border-color: var(--w-v18-hairline);
  border-radius: var(--w-v18-radius-card);
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--w-v18-shadow-1), inset 0 1px rgba(255, 255, 255, .84);
}

.agency-service-card {
  padding: 10px 10px 20px;
}

.agency-service-card::after {
  right: 28px;
  left: 28px;
  height: 2px;
  opacity: .72;
}

.agency-service-card img {
  height: 152px;
  border-radius: 18px;
}

.agency-service-card h3 {
  min-height: 2.75em;
  font-size: 1.16rem;
}

.agency-service-card p {
  color: var(--w-v18-muted);
}

.agency-service-card > a,
.agency-portfolio-actions a {
  font-weight: 650;
}

.agency-service-list-card {
  padding: 25px 27px;
}

.agency-service-list-card > span {
  border: 1px solid rgba(248, 200, 7, .18);
  background: linear-gradient(145deg, #ffe982, var(--w-sun));
}

.agency-monthly-card,
.agency-policy-card,
.agency-quote-guide,
.agency-final-cta .agency-container {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--w-v18-radius-panel);
  box-shadow: var(--w-v18-shadow-dark), inset 0 1px rgba(255, 255, 255, .05);
}

.agency-occasion-grid article {
  border-radius: var(--w-v18-radius-card);
}

.agency-portfolio-tools,
.agency-quote-form,
.agency-legal {
  border-color: var(--w-v18-hairline);
  border-radius: var(--w-v18-radius-panel);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--w-v18-shadow-2), inset 0 1px rgba(255, 255, 255, .8);
}

.agency-portfolio-tools {
  padding: 16px;
}

.agency-filter-group button {
  min-height: 44px;
  border-radius: 13px;
}

.agency-quote-layout {
  gap: 30px;
}

.agency-quote-form {
  padding: clamp(24px, 3vw, 38px);
}

.agency-form-progress {
  padding: 6px;
  border-radius: 16px;
  background: #f7ece8;
}

.agency-form-progress span {
  border-radius: 12px;
}

.agency-quote-form :is(input, select, textarea) {
  border-radius: 14px;
  background: #fffdf9;
}

.agency-footer-grid > div:not(:first-child) {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
  background: rgba(255, 255, 255, .02);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card, .agency-service-list-card, .agency-portfolio-card, .agency-process-grid article, .agency-portfolio-tools, .agency-quote-form, .agency-legal) {
  border-color: var(--w-v18-hairline-dark);
  background: linear-gradient(145deg, rgba(36, 18, 31, .96), rgba(20, 10, 18, .98));
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .03);
}

@media (hover: hover) and (pointer: fine) {
  .agency-service-card:hover,
  .agency-service-list-card:hover,
  .agency-portfolio-card:hover,
  .agency-process-grid article:hover {
    border-color: rgba(207, 14, 93, .2);
    transform: translateY(-3px);
    box-shadow: var(--w-v18-shadow-2);
  }
}

@media (max-width: 1080px) {
  .agency-nav {
    width: min(100% - 28px, 1180px);
  }

  .agency-desktop-nav a {
    padding-inline: 10px;
    font-size: .75rem;
  }

  .agency-wordmark {
    min-width: auto;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-block: 82px 112px;
  }

  .agency-v3:not(.agency-welcome-page) {
    padding-bottom: calc(88px + var(--w-safe-bottom));
  }

  .agency-nav {
    width: calc(100% - 20px);
    height: 62px;
    margin-top: 8px;
    padding: 5px 6px 5px 9px;
    border-radius: 20px;
  }

  .agency-wordmark {
    gap: 8px;
    min-width: 0;
  }

  .agency-brand-logo {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .agency-wordmark-copy strong {
    font-size: .9rem;
  }

  .agency-header .agency-desktop-cta {
    display: none;
  }

  .agency-icon-button,
  .agency-menu-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 13px;
  }

  .agency-mobile-menu {
    top: calc(78px + env(safe-area-inset-top, 0px));
    right: 10px;
    left: 10px;
    bottom: auto;
    max-height: min(70svh, 520px);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background: rgba(18, 7, 16, .985);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .05);
  }

  .agency-mobile-menu > a:not(.agency-button) {
    min-height: 46px;
    border-radius: 13px;
  }

  .agency-hero {
    min-height: auto;
    padding: 98px 0 54px;
  }

  .agency-hero-grid {
    gap: 28px;
  }

  .agency-kicker {
    min-height: 31px;
    padding: 5px 8px;
    font-size: .7rem;
  }

  .agency-hero-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(2.2rem, 10.8vw, 2.85rem);
    line-height: 1.2;
  }

  .wahaaj-hero-stage {
    min-height: 292px;
  }

  .wahaaj-hero-stage::before {
    width: 248px;
    height: 248px;
  }

  .wahaaj-hero-stage::after {
    width: 188px;
    height: 188px;
  }

  .wahaaj-logo-plate {
    width: min(58%, 188px);
    padding: 8px;
  }

  .wahaaj-orbit-card {
    min-width: 0;
    padding: 6px 8px;
    border-radius: 11px;
  }

  .wahaaj-orbit-card strong {
    font-size: .58rem;
  }

  .wahaaj-orbit-card .agency-icon {
    width: 27px;
    height: 27px;
    padding: 5px;
  }

  .agency-proof-strip .agency-container {
    gap: 6px;
    padding-block: 8px;
  }

  .agency-proof-strip article {
    min-height: 76px;
    padding: 12px 9px;
    border-color: var(--w-v18-hairline);
    background: rgba(255, 255, 255, .45);
  }

  .agency-section {
    padding-block: 62px;
  }

  .agency-section-head {
    gap: 14px;
    margin-bottom: 27px;
  }

  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 {
    font-size: clamp(1.8rem, 8.7vw, 2.28rem);
  }

  .agency-service-card,
  .agency-service-list-card,
  .agency-portfolio-card,
  .agency-process-grid article,
  .agency-occasion-grid article {
    border-radius: 21px;
  }

  .agency-service-card img {
    height: 126px;
    border-radius: 15px;
  }

  .agency-portfolio-tools,
  .agency-quote-form,
  .agency-legal,
  .agency-monthly-card,
  .agency-policy-card,
  .agency-quote-guide,
  .agency-final-cta .agency-container {
    border-radius: 23px;
  }

  /* Four true navigation destinations; WhatsApp remains a separate CTA. */
  .agency-bottom-nav {
    right: 10px;
    left: 10px;
    bottom: max(8px, var(--w-safe-bottom));
    min-height: 68px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    background:
      linear-gradient(115deg, rgba(207, 14, 93, .08), transparent 38%),
      rgba(17, 6, 15, .965);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .055);
    backdrop-filter: blur(26px) saturate(1.16);
  }

  .agency-bottom-nav::before {
    right: 30px;
    left: 30px;
  }

  .agency-bottom-nav a {
    min-height: 54px;
    gap: 4px;
    border-radius: 16px;
    color: rgba(255, 255, 255, .58);
    font-size: .68rem;
    font-weight: 600;
  }

  .agency-bottom-nav a .agency-icon {
    width: 21px;
    height: 21px;
  }

  .agency-bottom-nav a[aria-current="page"],
  .agency-bottom-nav a[data-bottom-quote][aria-current="page"] {
    color: #fff;
    border: 1px solid rgba(207, 14, 93, .24);
    background: linear-gradient(145deg, rgba(207, 14, 93, .24), rgba(207, 14, 93, .11));
    box-shadow: inset 0 1px rgba(255, 255, 255, .045);
  }

  .agency-bottom-nav a[data-bottom-quote]:not([aria-current="page"]) .agency-icon {
    color: var(--w-sun);
  }

  .agency-floating-wa {
    right: auto;
    left: 14px;
    bottom: calc(86px + var(--w-safe-bottom));
    z-index: 109;
    display: grid;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
    box-shadow: 0 16px 38px rgba(74, 4, 38, .3), inset 0 1px rgba(255, 255, 255, .12);
  }

  .agency-floating-wa strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .agency-pwa-card,
  .agency-toast {
    bottom: calc(88px + var(--w-safe-bottom));
  }
}

@media (max-width: 380px) {
  .agency-nav {
    width: calc(100% - 14px);
  }

  .agency-wordmark-copy {
    display: none;
  }

  .agency-bottom-nav {
    right: 6px;
    left: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agency-header,
  .agency-nav,
  .agency-bottom-nav,
  .agency-floating-wa,
  .wahaaj-logo-plate,
  .wahaaj-orbit-card {
    transition-duration: .01ms !important;
    animation: none !important;
  }
}

/* V20 final cascade bridge: keep team decisions authoritative over legacy layers. */
.agency-v3 {
  background: var(--w-v20-canvas);
}

.agency-v3 :is(h1, h2, h3) {
  text-wrap: balance;
}

.agency-v3 :is(p, li) {
  text-wrap: pretty;
}

.agency-button {
  min-height: 50px;
  border-radius: 15px;
}

.agency-button-gold {
  color: #271119;
  background: linear-gradient(135deg, #ffe875 0%, var(--w-sun) 54%, var(--w-orange) 100%);
  box-shadow: 0 15px 34px rgba(248, 200, 7, .2), inset 0 1px rgba(255, 255, 255, .55);
}

.agency-button-plum {
  background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
  box-shadow: 0 15px 34px rgba(157, 7, 63, .18), inset 0 1px rgba(255, 255, 255, .12);
}

.agency-v3 :focus-visible {
  outline: 3px solid var(--w-v20-focus);
  outline-offset: 4px;
}

.wahaaj-logo-plate {
  box-shadow: 0 34px 88px rgba(0, 0, 0, .37), 0 0 0 9px rgba(255, 255, 255, .014), inset 0 1px rgba(255, 255, 255, .14);
}

.wahaaj-orbit-card {
  opacity: .94;
}

.agency-section-paper {
  background: radial-gradient(circle at 92% 12%, rgba(248, 200, 7, .055), transparent 22rem), linear-gradient(180deg, var(--w-v20-raised), var(--w-v20-canvas));
}

.agency-section-head > p,
.agency-lead,
.agency-service-card p,
.agency-service-list-card p,
.agency-process-grid p {
  color: var(--w-v20-muted);
}

.agency-section-head > p {
  max-width: 56ch;
}

.agency-section-head h2 {
  max-width: 15ch;
}

.agency-service-card,
.agency-service-list-card,
.agency-portfolio-card,
.agency-process-grid article,
.agency-detail-cards article {
  border-color: var(--w-v20-border);
  background: rgba(255, 254, 253, .94);
  box-shadow: var(--w-v20-shadow-card), inset 0 1px rgba(255, 255, 255, .9);
}

.agency-service-card img {
  width: 100%;
  object-fit: cover;
  background: linear-gradient(145deg, #fff8ed, #f8e9e5);
}

.agency-service-card h3 {
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.45;
}

.agency-service-card p {
  margin-bottom: 16px;
  line-height: 1.82;
}

.agency-service-card > a {
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 12px;
}

.agency-service-list {
  gap: 18px;
}

.agency-service-list-card {
  align-items: start;
  padding: clamp(23px, 3vw, 31px);
  border-radius: 25px;
}

.agency-process-grid article,
.agency-detail-cards article {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border-radius: 23px;
}

.agency-process-grid article::after,
.agency-detail-cards article::after {
  content: "";
  position: absolute;
  inset-inline-start: 26px;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--w-magenta), var(--w-sun));
}

.agency-occasion-grid article {
  min-height: 185px;
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .045);
}

.agency-quote-form :is(input, select, textarea) {
  min-height: 50px;
  border-color: var(--w-v20-border-strong);
}

.agency-footer {
  background: radial-gradient(circle at 86% 0%, rgba(207, 14, 93, .13), transparent 23rem), #0e060c;
}

.agency-footer-grid > div:not(:first-child) {
  min-height: 190px;
}

html[data-theme="dark"] .agency-v3 .agency-section-paper {
  background: radial-gradient(circle at 92% 12%, rgba(248, 200, 7, .045), transparent 22rem), linear-gradient(180deg, #170b14, #10080f);
}

html[data-theme="dark"] .agency-v3 :is(.agency-service-card, .agency-service-list-card, .agency-portfolio-card, .agency-process-grid article, .agency-detail-cards article) {
  border-color: rgba(255, 255, 255, .1);
  background: linear-gradient(145deg, rgba(38, 18, 32, .97), rgba(20, 9, 18, .99));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

@media (max-width: 680px) {
  .agency-v3 {
    --a-container: min(100% - 28px, 1180px);
  }

  .agency-section {
    padding-block: 58px;
  }

  .agency-section-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 26px;
  }

  .agency-section-head h2,
  .agency-monthly-grid > div > h2,
  .agency-trust-grid h2,
  .agency-final-cta h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(1.78rem, 8.4vw, 2.22rem);
    line-height: 1.38;
  }

  .agency-section-head > p {
    width: 100%;
    max-width: none;
    margin: 0;
    font-size: .93rem;
    line-height: 1.85;
  }

  .agency-service-grid,
  .agency-portfolio-grid,
  .agency-process-grid,
  .agency-occasion-grid,
  .agency-detail-cards {
    gap: 13px;
  }

  .agency-service-card,
  .agency-service-list-card,
  .agency-portfolio-card,
  .agency-process-grid article,
  .agency-detail-cards article,
  .agency-occasion-grid article {
    border-radius: 20px;
  }

  .agency-service-card {
    padding: 8px 8px 17px;
  }

  .agency-service-card img {
    height: 140px;
  }

  .agency-service-list-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 16px;
  }

  .agency-service-list-card > span {
    width: 44px;
    height: 44px;
  }

  .agency-process-grid article,
  .agency-detail-cards article,
  .agency-occasion-grid article {
    min-height: 0;
    padding: 22px;
  }

  .agency-proof-strip article {
    min-height: 90px;
    padding: 14px 10px;
  }

  .agency-footer-grid > div:not(:first-child) {
    min-height: 0;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .agency-service-list-card {
    grid-template-columns: 1fr;
  }
}

/* Creative Team V21 · Conceptual image showcase · 2026-08 */
.wahaaj-showcase {
  position: relative;
  overflow: hidden;
  padding: 112px 0 32px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(207, 14, 93, .2), transparent 26rem),
    radial-gradient(circle at 12% 82%, rgba(248, 200, 7, .09), transparent 25rem),
    #0d050b;
}

.wahaaj-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.wahaaj-showcase-shell {
  position: relative;
  z-index: 1;
}

.wahaaj-showcase-viewport {
  position: relative;
  height: clamp(500px, 48vw, 650px);
  isolation: isolate;
}

.wahaaj-showcase-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16%;
  z-index: 0;
  width: 68%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: clamp(25px, 3vw, 38px);
  opacity: 0;
  background: #170910;
  box-shadow: 0 32px 100px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .08);
  transform: translateY(20px) scale(.91);
  transition: opacity .68s ease, transform .68s cubic-bezier(.22, .61, .36, 1), filter .68s ease;
  pointer-events: none;
}

.wahaaj-showcase-slide.is-active {
  z-index: 3;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.wahaaj-showcase-slide.is-prev,
.wahaaj-showcase-slide.is-next {
  z-index: 1;
  width: 30%;
  opacity: .54;
  filter: saturate(.72) brightness(.66);
  transform: translateY(22px) scale(.9);
  pointer-events: auto;
  cursor: pointer;
}

.wahaaj-showcase-slide.is-prev { left: 0; }
.wahaaj-showcase-slide.is-next { right: 0; left: auto; }

.wahaaj-showcase-slide.is-prev:hover,
.wahaaj-showcase-slide.is-next:hover {
  opacity: .68;
  filter: saturate(.88) brightness(.76);
}

.wahaaj-showcase-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 6.4s cubic-bezier(.2, .55, .2, 1);
}

.wahaaj-showcase-slide.is-active > img { transform: scale(1.075); }

.wahaaj-showcase-slide.is-prev > img,
.wahaaj-showcase-slide.is-next > img {
  object-position: 22% center;
  transform: scale(1.05);
}

.wahaaj-showcase-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 2, 7, .05) 2%, rgba(12, 3, 10, .18) 42%, rgba(12, 3, 10, .93) 100%),
    linear-gradient(to top, rgba(7, 2, 6, .64), transparent 48%);
}

.wahaaj-showcase-copy {
  position: absolute;
  z-index: 2;
  inset-inline-start: clamp(26px, 4vw, 68px);
  bottom: clamp(34px, 5vw, 72px);
  width: min(48%, 590px);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .48s .18s ease, transform .55s .18s ease;
}

.wahaaj-showcase-slide.is-active .wahaaj-showcase-copy {
  opacity: 1;
  transform: none;
}

.wahaaj-showcase-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 225, 92, .3);
  border-radius: 999px;
  color: #ffe66b;
  background: rgba(22, 6, 17, .55);
  backdrop-filter: blur(12px);
  font-size: .74rem;
  font-weight: 700;
}

.wahaaj-showcase-copy h2 {
  max-width: 12ch;
  margin: 17px 0 12px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  text-shadow: 0 7px 30px rgba(0, 0, 0, .28);
}

.wahaaj-showcase-copy h2 em {
  display: block;
  color: #ffd541;
  font-family: inherit;
  font-style: normal;
}

.wahaaj-showcase-copy p {
  max-width: 41ch;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(.92rem, 1.3vw, 1.08rem);
  line-height: 1.85;
}

.wahaaj-showcase-copy a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  margin-top: 23px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(15px);
  font-size: .86rem;
  font-weight: 800;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.wahaaj-showcase-copy a:hover {
  border-color: rgba(255, 225, 92, .42);
  background: rgba(207, 14, 93, .28);
  transform: translateY(-2px);
}

.wahaaj-showcase-copy .agency-icon {
  width: 19px;
  height: 19px;
}

.wahaaj-showcase-arrow {
  position: absolute;
  top: 50%;
  z-index: 7;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  color: #fff;
  background: rgba(15, 4, 12, .7);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.wahaaj-showcase-arrow:hover {
  background: rgba(207, 14, 93, .7);
  transform: translateY(-50%) scale(1.04);
}

.wahaaj-showcase-prev { right: 13.5%; }
.wahaaj-showcase-next { left: 13.5%; }

.wahaaj-showcase-arrow .agency-icon {
  width: 22px;
  height: 22px;
}

.wahaaj-showcase-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 64px;
  margin-top: 17px;
  padding-inline: clamp(4px, 2vw, 24px);
}

.wahaaj-showcase-dots {
  display: flex;
  align-items: center;
  gap: 3px;
}

.wahaaj-showcase-dot {
  position: relative;
  width: 42px;
  height: 44px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .35);
  background: transparent;
}

.wahaaj-showcase-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  left: 7px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
  transition: color .25s ease, transform .25s ease;
}

.wahaaj-showcase-dot[aria-current="true"] {
  color: #ffd541;
}

.wahaaj-showcase-dot[aria-current="true"]::before { transform: translateY(-50%) scaleY(1.7); }

.wahaaj-showcase-count {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .48);
  direction: ltr;
  font-size: .75rem;
  font-variant-numeric: tabular-nums;
}

.wahaaj-showcase-count strong {
  color: #fff;
  font-size: 1rem;
}

.wahaaj-showcase-count i {
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #ffd541, rgba(255, 255, 255, .18));
}

.wahaaj-showcase-pause {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .045);
  font-size: .73rem;
  font-weight: 700;
}

.wahaaj-showcase-pause:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.wahaaj-showcase-pause .agency-icon { width: 17px; height: 17px; }
.wahaaj-showcase-pause:disabled { cursor: default; opacity: .7; }

.wahaaj-showcase + .agency-hero {
  min-height: 680px;
  padding-top: 76px;
}

@media (max-width: 980px) {
  .wahaaj-showcase-slide { left: 10%; width: 80%; }
  .wahaaj-showcase-slide.is-prev,
  .wahaaj-showcase-slide.is-next { width: 24%; }
  .wahaaj-showcase-prev { right: 7%; }
  .wahaaj-showcase-next { left: 7%; }
  .wahaaj-showcase-copy { width: min(58%, 520px); }
}

@media (max-width: 680px) {
  .wahaaj-showcase {
    padding: 82px 0 17px;
  }

  .wahaaj-showcase-viewport {
    height: clamp(500px, 135vw, 620px);
  }

  .wahaaj-showcase-slide,
  .wahaaj-showcase-slide.is-active {
    inset: 0;
    width: 100%;
    border-radius: 25px;
  }

  .wahaaj-showcase-slide.is-prev,
  .wahaaj-showcase-slide.is-next {
    opacity: 0;
    pointer-events: none;
  }

  .wahaaj-showcase-slide > img {
    object-position: 28% center;
  }

  .wahaaj-showcase-slide:nth-child(2) > img,
  .wahaaj-showcase-slide:nth-child(4) > img,
  .wahaaj-showcase-slide:nth-child(5) > img { object-position: 24% center; }

  .wahaaj-showcase-shade {
    background: linear-gradient(to top, rgba(10, 2, 8, .98) 4%, rgba(10, 2, 8, .83) 34%, rgba(10, 2, 8, .1) 72%);
  }

  .wahaaj-showcase-copy {
    right: 22px;
    bottom: 24px;
    left: 22px;
    width: auto;
  }

  .wahaaj-showcase-copy > span {
    min-height: 31px;
    font-size: .64rem;
  }

  .wahaaj-showcase-copy h2 {
    max-width: 11ch;
    margin: 12px 0 8px;
    font-size: clamp(2.05rem, 10.4vw, 2.8rem);
    line-height: 1.24;
  }

  .wahaaj-showcase-copy p {
    font-size: .84rem;
    line-height: 1.75;
  }

  .wahaaj-showcase-copy a {
    min-height: 45px;
    margin-top: 16px;
    font-size: .78rem;
  }

  .wahaaj-showcase-arrow {
    top: 42%;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .wahaaj-showcase-prev { right: 10px; }
  .wahaaj-showcase-next { left: 10px; }

  .wahaaj-showcase-toolbar {
    grid-template-columns: 1fr auto;
    gap: 8px;
    min-height: 56px;
    margin-top: 8px;
    padding-inline: 0;
  }

  .wahaaj-showcase-dots { gap: 0; }
  .wahaaj-showcase-dot { width: 31px; }
  .wahaaj-showcase-dot::before { right: 5px; left: 5px; }
  .wahaaj-showcase-count { display: none; }
  .wahaaj-showcase-pause { padding-inline: 10px; }
  .wahaaj-showcase-pause span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

  .wahaaj-showcase + .agency-hero {
    padding-top: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wahaaj-showcase-slide,
  .wahaaj-showcase-slide > img,
  .wahaaj-showcase-copy,
  .wahaaj-showcase-dot::before,
  .wahaaj-showcase-arrow {
    transition-duration: .01ms !important;
  }

  .wahaaj-showcase-slide.is-active > img { transform: none; }
}

/* Creative Team V24 · restrained motion + final responsive authority · 2026-08 */
:root {
  --w-font-body: "Alexandria", sans-serif;
  --w-font-display: "Alexandria", sans-serif;
}

html {
  scroll-padding-bottom: calc(96px + env(safe-area-inset-bottom));
}

body,
button,
input,
select,
textarea,
.agency-display,
.agency-brand strong,
.wahaaj-showcase-copy h1,
.agency-section-head h2,
.agency-final-cta h2 {
  font-family: "Alexandria", sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
p,
a,
button,
span,
small,
strong,
label {
  letter-spacing: 0;
}

.creative-ready [data-reveal],
[data-reveal] {
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: none;
  transition: none;
}

@keyframes wahaaj-secondary-rise-v24 {
  from { opacity: .74; transform: translate3d(0, 12px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.wahaaj-secondary-motion {
  opacity: 1;
  transform: none;
}

.wahaaj-secondary-motion.is-secondary-visible {
  animation: wahaaj-secondary-rise-v24 .48s cubic-bezier(.22, .61, .36, 1) var(--secondary-motion-delay, 0ms) both;
}

.wahaaj-showcase-copy,
.wahaaj-showcase-copy > span,
.wahaaj-showcase-copy > h1,
.wahaaj-showcase-copy > p,
.wahaaj-showcase-copy > a {
  animation: none;
  clip-path: none;
  filter: none;
  transform: none;
}

.agency-header,
.agency-header.is-hidden,
.agency-header.is-scrolled {
  transform: none;
}

.agency-nav {
  box-shadow: 0 12px 30px rgba(24, 0, 16, .18);
}

.agency-bottom-nav {
  box-shadow: 0 -10px 28px rgba(24, 0, 16, .2);
}

.agency-bottom-nav a {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.agency-bottom-nav a[aria-current="page"] {
  color: var(--w-sun);
  background: transparent;
  box-shadow: inset 0 3px 0 var(--w-sun);
}

.agency-bottom-nav a svg {
  width: 22px;
  height: 22px;
}

.agency-bottom-nav a span {
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.icon-images,
.agency-service-card .icon-images,
.agency-bottom-nav .icon-images {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 768px) {
  .agency-bottom-nav {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 94px;
    scroll-padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(98px + env(safe-area-inset-bottom));
  }

  main {
    overflow: clip;
    padding-bottom: 8px;
  }

  main :is(section, article, form, [id]) {
    scroll-margin-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .agency-header,
  .agency-header.is-hidden,
  .agency-header.is-scrolled {
    top: env(safe-area-inset-top);
    transform: none;
  }

  .agency-nav {
    min-height: 64px;
    border-radius: 20px;
    box-shadow: 0 9px 24px rgba(24, 0, 16, .2);
  }

  .agency-logo {
    width: 44px;
    height: 44px;
  }

  .agency-brand strong {
    font-size: 1rem;
  }

  .agency-brand small {
    font-size: .66rem;
  }

  .agency-theme-toggle,
  .agency-menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .wahaaj-showcase-slide {
    transition: opacity .36s ease;
  }

  .wahaaj-showcase-slide > img,
  .wahaaj-showcase-slide.is-active > img,
  .wahaaj-showcase-slide.is-prev > img,
  .wahaaj-showcase-slide.is-next > img {
    transform: none;
    transition: none;
    animation: none;
  }

  .agency-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .wahaaj-hero-stage {
    order: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    min-height: 0;
    padding: 16px;
  }

  .wahaaj-hero-logo-shell {
    grid-column: 1 / -1;
    position: relative;
    inset: auto;
    width: min(64vw, 248px);
    margin: 0 auto 4px;
    transform: none;
  }

  .wahaaj-orbit-card {
    position: relative;
    inset: auto;
    min-width: 0;
    width: 100%;
    transform: none;
  }

  .agency-hero-copy {
    order: 2;
    width: 100%;
  }

  .agency-bottom-nav {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 68px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(31, 5, 22, .94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: none;
    transition: opacity .18s ease, visibility .18s ease;
  }

  .agency-bottom-nav a {
    min-width: 0;
    min-height: 68px;
    padding: 9px 2px 7px;
    color: rgba(255, 255, 255, .78);
  }

  body.is-input-active .agency-bottom-nav,
  body.is-keyboard-open .agency-bottom-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 430px) {
  .agency-container {
    width: min(100% - 24px, var(--agency-max));
  }

  .agency-nav {
    padding-inline: 10px;
  }

  .agency-brand small {
    display: none;
  }

  .agency-hero {
    padding-top: 108px;
  }

  .agency-hero-copy h1 {
    font-size: clamp(2.2rem, 12vw, 3.25rem);
    line-height: 1.12;
  }

  .wahaaj-showcase-copy h1 {
    font-size: clamp(1.72rem, 8.7vw, 2.35rem);
    line-height: 1.18;
  }

  .agency-section-head h2,
  .agency-final-cta h2 {
    font-size: clamp(1.75rem, 8.3vw, 2.45rem);
    line-height: 1.22;
  }

  .agency-bottom-nav {
    right: 8px;
    left: 8px;
  }
}

@media (max-width: 390px) {
  .agency-container {
    width: min(100% - 20px, var(--agency-max));
  }

  .agency-nav {
    min-height: 60px;
    border-radius: 18px;
  }

  .agency-logo,
  .agency-theme-toggle,
  .agency-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .wahaaj-hero-stage {
    gap: 8px;
    padding: 12px;
  }

  .wahaaj-orbit-card {
    padding: 10px;
  }

  .agency-bottom-nav a span {
    font-size: .72rem;
  }
}

@media (max-width: 360px) {
  .agency-container {
    width: min(100% - 16px, var(--agency-max));
  }

  .agency-brand strong {
    font-size: .92rem;
  }

  .wahaaj-hero-stage {
    grid-template-columns: 1fr;
  }

  .wahaaj-hero-logo-shell {
    grid-column: 1;
    width: min(68vw, 226px);
  }

  .agency-bottom-nav {
    right: 6px;
    left: 6px;
    padding-inline: 3px;
  }

  .agency-bottom-nav a span {
    font-size: .69rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wahaaj-secondary-motion,
  .wahaaj-secondary-motion.is-secondary-visible,
  .wahaaj-showcase-slide,
  .wahaaj-showcase-slide > img,
  .wahaaj-showcase-copy {
    animation: none;
    transition: none;
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Creative Direction V32 · light, material and motion refinement · 2026-08 */
:root {
  --w-v32-hairline: rgba(255, 255, 255, .13);
  --w-v32-gold-light: rgba(248, 200, 7, .2);
  --w-v32-plum-light: rgba(207, 14, 93, .18);
  --w-v32-focus: #ffe36a;
}

::selection {
  color: #210b17;
  background: rgba(255, 221, 77, .88);
}

.wahaaj-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  height: 3px;
  pointer-events: none;
  transform: scaleX(var(--w-scroll-progress, 0));
  transform-origin: right center;
  background: linear-gradient(90deg, var(--w-magenta), var(--w-sun) 64%, #ffe985);
  box-shadow: 0 1px 12px rgba(248, 200, 7, .32);
}

.agency-v3 :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--w-v32-focus);
  outline-offset: 4px;
}

.agency-v3 :is(.agency-button, .agency-icon-button, .agency-menu-button, .wahaaj-showcase-arrow, .wahaaj-showcase-pause) {
  -webkit-tap-highlight-color: transparent;
}

.agency-nav {
  isolation: isolate;
  overflow: hidden;
}

.agency-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .72;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .075), transparent 22% 76%, rgba(248, 200, 7, .045)),
    radial-gradient(circle at 84% 0%, rgba(207, 14, 93, .16), transparent 38%);
}

.agency-header.is-scrolled .agency-nav {
  box-shadow: 0 16px 42px rgba(16, 0, 11, .28), inset 0 1px rgba(255, 255, 255, .07);
}

.wahaaj-material-surface {
  --w-light-x: 50%;
  --w-light-y: 18%;
  position: relative;
  isolation: isolate;
}

.wahaaj-material-surface > :not(.wahaaj-material-light) {
  position: relative;
  z-index: 1;
}

.wahaaj-material-light {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  opacity: .62;
  background:
    radial-gradient(circle at var(--w-light-x) var(--w-light-y), rgba(255, 255, 255, .18), transparent 21%),
    radial-gradient(circle at calc(var(--w-light-x) + 12%) calc(var(--w-light-y) + 18%), rgba(248, 200, 7, .09), transparent 28%);
  transition: opacity .25s ease;
}

html[data-theme="dark"] .agency-v3 .wahaaj-material-light,
.agency-section-dark .wahaaj-material-light,
.agency-occasions .wahaaj-material-light,
.agency-monthly-card .wahaaj-material-light,
.agency-policy-card .wahaaj-material-light,
.agency-quote-guide .wahaaj-material-light {
  opacity: .78;
  mix-blend-mode: screen;
}

.wahaaj-showcase {
  background:
    radial-gradient(circle at 84% 13%, rgba(207, 14, 93, .25), transparent 28rem),
    radial-gradient(circle at 10% 84%, rgba(248, 200, 7, .11), transparent 26rem),
    linear-gradient(145deg, #090307, #140710 54%, #260716);
}

.wahaaj-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, .025) 42.1% 42.3%, transparent 42.4%),
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, .06), transparent 38%);
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.wahaaj-showcase-slide {
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 38px 110px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .1);
}

.wahaaj-showcase-slide.wahaaj-material-surface {
  position: absolute;
}

.wahaaj-showcase-slide.is-active {
  border-color: rgba(255, 255, 255, .18);
  box-shadow:
    0 42px 120px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(248, 200, 7, .045),
    inset 0 1px rgba(255, 255, 255, .12);
}

.wahaaj-showcase-slide > img {
  image-rendering: auto;
  filter: saturate(1.035) contrast(1.025) brightness(.97);
  backface-visibility: hidden;
}

.wahaaj-showcase-slide.is-active > img {
  transform: scale(1.055);
}

.wahaaj-showcase-slide .wahaaj-material-light {
  z-index: 1;
  opacity: .72;
  mix-blend-mode: soft-light;
  background:
    radial-gradient(circle at var(--w-light-x) var(--w-light-y), rgba(255, 245, 214, .3), transparent 22%),
    linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 25% 74%, rgba(248, 200, 7, .05));
}

.wahaaj-showcase-slide.wahaaj-material-surface > .wahaaj-showcase-copy {
  position: absolute;
  z-index: 2;
}

.wahaaj-showcase-slide.wahaaj-material-surface > .wahaaj-showcase-shade {
  position: absolute;
}

.wahaaj-showcase-slide.is-active .wahaaj-showcase-shade {
  background:
    linear-gradient(90deg, rgba(8, 2, 7, .03) 2%, rgba(12, 3, 10, .16) 42%, rgba(12, 3, 10, .91) 100%),
    linear-gradient(to top, rgba(7, 2, 6, .68), transparent 51%);
}

.wahaaj-showcase-copy > span,
.wahaaj-showcase-copy a,
.wahaaj-showcase-pause,
.wahaaj-showcase-arrow {
  box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 14px 34px rgba(0, 0, 0, .17);
}

.wahaaj-showcase-dot::before {
  box-shadow: 0 0 10px transparent;
}

.wahaaj-showcase-dot[aria-current="true"]::before {
  box-shadow: 0 0 15px rgba(255, 213, 65, .36);
}

.agency-service-card img,
.agency-inner-grid img,
.agency-detail-hero-grid img {
  filter: saturate(1.025) contrast(1.02);
}

.agency-service-card,
.agency-service-list-card,
.agency-process-grid article,
.agency-detail-cards article,
.agency-portfolio-card {
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.agency-service-card {
  box-shadow: 0 18px 48px rgba(54, 7, 34, .085), inset 0 1px rgba(255, 255, 255, .9);
}

.agency-service-card img {
  box-shadow: inset 0 1px rgba(255, 255, 255, .82), 0 10px 28px rgba(70, 18, 45, .06);
}

.agency-button {
  box-shadow: inset 0 1px rgba(255, 255, 255, .15), 0 12px 30px rgba(58, 8, 37, .09);
}

.agency-button-gold {
  box-shadow: inset 0 1px rgba(255, 255, 255, .38), 0 14px 32px rgba(248, 200, 7, .18);
}

.agency-floating-wa {
  box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 17px 42px rgba(0, 93, 56, .27);
}

.agency-v3 main > .agency-hero ~ .agency-section,
.agency-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 780px;
}

@media (hover: hover) and (pointer: fine) {
  .wahaaj-material-surface:hover > .wahaaj-material-light {
    opacity: .9;
  }

  .agency-button:hover {
    box-shadow: inset 0 1px rgba(255, 255, 255, .22), 0 16px 38px rgba(58, 8, 37, .14);
  }

  .agency-button-gold:hover {
    box-shadow: inset 0 1px rgba(255, 255, 255, .42), 0 17px 40px rgba(248, 200, 7, .23);
  }
}

@media (max-width: 767px) {
  .wahaaj-scroll-progress {
    height: 2px;
  }

  .wahaaj-material-light {
    opacity: .52;
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .15), transparent 27%),
      radial-gradient(circle at 82% 18%, rgba(248, 200, 7, .07), transparent 32%);
  }

  .wahaaj-showcase-slide .wahaaj-material-light {
    opacity: .58;
    background: linear-gradient(135deg, rgba(255, 255, 255, .09), transparent 28% 75%, rgba(248, 200, 7, .04));
  }

  .wahaaj-showcase-slide.is-active > img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wahaaj-scroll-progress,
  .wahaaj-material-light,
  .wahaaj-showcase-slide,
  .agency-service-card,
  .agency-service-list-card,
  .agency-process-grid article,
  .agency-detail-cards article,
  .agency-portfolio-card {
    transition: none !important;
  }

  .wahaaj-showcase-slide.is-active > img {
    transform: none;
  }
}

@media (forced-colors: active) {
  .wahaaj-scroll-progress,
  .wahaaj-material-light,
  .agency-nav::before,
  .wahaaj-showcase::after {
    display: none;
  }
}

/* Creative Direction V33 · resilient interaction and accessibility · 2026-08 */
.wahaaj-intro {
  pointer-events: none;
}

.wahaaj-intro-skip {
  pointer-events: auto;
}

.agency-step-announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.agency-v3 :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--w-sun);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #210b17;
}

.agency-filter-group button.is-active,
.agency-form-progress span.is-current {
  color: #fff;
  background: linear-gradient(145deg, var(--w-magenta), var(--w-magenta-deep));
}

.agency-footer-grid a {
  min-height: 44px;
}

.agency-pwa-card {
  max-height: min(50svh, 320px);
  overflow: auto;
  overscroll-behavior: contain;
}

@media (min-width: 768px) {
  .agency-floating-wa {
    color: #210b17;
  }
}

@media (max-width: 767px) {
  .agency-icon-button,
  .agency-menu-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .wahaaj-showcase-dot {
    width: 44px;
    min-width: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wahaaj-intro {
    display: none;
  }
}

@media (forced-colors: active) {
  .agency-v3 :is(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid CanvasText;
    box-shadow: none;
  }
}

/* Production Master V34 · source-of-truth theme, aligned welcome and compact viewports · 2026-08 */
html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-motion="reduced"] {
  scroll-behavior: auto;
}

.agency-inner-hero,
.agency-detail-hero,
.agency-quote-hero,
.wahaaj-showcase {
  isolation: isolate;
}

.agency-inner-hero::after,
.agency-detail-hero::after,
.agency-quote-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .48;
  background:
    linear-gradient(118deg, transparent 7% 42%, rgba(255, 255, 255, .035) 42.2% 42.45%, transparent 42.7% 100%),
    radial-gradient(ellipse at 14% 10%, rgba(255, 255, 255, .055), transparent 31rem);
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
}

.agency-inner-hero > .agency-container,
.agency-detail-hero > .agency-container,
.agency-quote-hero > .agency-container {
  position: relative;
  z-index: 1;
}

.agency-nav,
.agency-quote-side,
.agency-quote-guide,
.agency-quote-form,
.agency-portfolio-tools,
.wahaaj-welcome-card {
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  backdrop-filter: blur(16px) saturate(1.05);
}

.agency-quote-form [aria-invalid="true"] {
  border-color: #b4234e;
  box-shadow: 0 0 0 4px rgba(180, 35, 78, .1);
}

.agency-v3 :is(.agency-button, .agency-icon-button, .agency-menu-button, .wahaaj-showcase-arrow, .wahaaj-showcase-pause):active {
  transform: translateY(1px);
}

.agency-v3 main > section:not(:first-child),
.agency-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

.wahaaj-intro {
  --w-intro-duration: 1500ms;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(207, 14, 93, .25), transparent 21rem),
    radial-gradient(circle at 14% 82%, rgba(248, 200, 7, .08), transparent 22rem),
    linear-gradient(145deg, #090307, #160711 58%, #280817);
}

.wahaaj-intro::before,
.wahaaj-intro::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.wahaaj-intro::before {
  width: min(72vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 200, 7, .11);
  box-shadow: 0 0 0 72px rgba(207, 14, 93, .018), 0 0 0 144px rgba(248, 200, 7, .012);
}

.wahaaj-intro::after {
  width: min(48vw, 480px);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, .11);
  animation: wahaaj-v34-orbit 26s linear infinite;
}

.wahaaj-intro-ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.wahaaj-intro-ambient .is-silk {
  position: absolute;
  top: 8%;
  right: -12%;
  width: 72%;
  height: 88%;
  border-radius: 48% 52% 38% 62%;
  opacity: .34;
  background: linear-gradient(128deg, transparent 18%, rgba(255, 255, 255, .1) 37%, rgba(207, 14, 93, .16) 49%, transparent 70%);
  filter: blur(26px);
  transform: rotate(-12deg) skewX(-8deg);
  animation: wahaaj-v34-silk 7s ease-in-out infinite alternate;
}

.wahaaj-intro-ambient .is-pearl {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff9de;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .025), 0 0 24px rgba(248, 200, 7, .32);
}

.wahaaj-intro-ambient .is-pearl-a {
  top: 25%;
  right: 17%;
}

.wahaaj-intro-ambient .is-pearl-b {
  bottom: 19%;
  left: 18%;
  width: 7px;
  height: 7px;
}

.wahaaj-intro-inner {
  position: relative;
  z-index: 2;
}

.wahaaj-intro-logo-shell {
  position: relative;
  width: 122px;
  height: 122px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}

.wahaaj-intro-logo-shell::before,
.wahaaj-intro-logo-shell::after,
.wahaaj-intro-logo-shell > i {
  content: "";
  position: absolute;
  border-radius: 32px;
  pointer-events: none;
}

.wahaaj-intro-logo-shell::before {
  inset: -13px;
  border: 1px solid rgba(248, 200, 7, .24);
  transform: rotate(8deg);
}

.wahaaj-intro-logo-shell::after {
  inset: -26px;
  border: 1px dashed rgba(255, 255, 255, .12);
  animation: wahaaj-v34-orbit 18s linear infinite reverse;
}

.wahaaj-intro-logo-shell > i {
  inset: 4px;
  z-index: 2;
  opacity: .58;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, .24) 46%, transparent 64%);
  mix-blend-mode: screen;
}

.wahaaj-intro-logo {
  width: 112px;
  height: 112px;
  margin: 0;
  object-fit: contain;
  border-radius: 28px;
  filter: drop-shadow(0 24px 58px rgba(207, 14, 93, .34));
}

.wahaaj-intro-line::after {
  animation: wahaaj-intro-progress var(--w-intro-duration) linear forwards;
}

@keyframes wahaaj-v34-orbit {
  to { transform: rotate(1turn); }
}

@keyframes wahaaj-v34-silk {
  to { transform: translate3d(-4%, 2%, 0) rotate(-8deg) skewX(-6deg); }
}

@media (min-width: 768px) and (max-height: 760px) {
  .agency-inner-hero,
  .agency-detail-hero,
  .agency-quote-hero {
    padding-block: 108px 46px;
  }

  .agency-inner-grid,
  .agency-detail-hero-grid,
  .agency-quote-hero-grid {
    gap: 32px;
  }

  .agency-inner-grid h1,
  .agency-detail-hero h1,
  .agency-quote-hero h1 {
    margin-block: 10px 13px;
    font-size: clamp(2.55rem, 4vw, 3.55rem);
    line-height: 1.16;
  }

  .agency-inner-grid p,
  .agency-detail-hero p,
  .agency-quote-hero p {
    line-height: 1.75;
  }

  .agency-quote-side {
    padding: 22px;
  }

  .wahaaj-showcase {
    padding-block: 94px 18px;
  }

  .wahaaj-showcase-viewport {
    height: min(68vh, 540px);
  }

  .wahaaj-showcase-toolbar {
    min-height: 52px;
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .wahaaj-intro-logo-shell {
    width: 102px;
    height: 102px;
    margin-bottom: 17px;
  }

  .wahaaj-intro-logo {
    width: 94px;
    height: 94px;
  }

  .wahaaj-intro-ambient .is-silk {
    right: -28%;
    width: 104%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-motion="reduced"] .wahaaj-intro::after,
  html[data-motion="reduced"] .wahaaj-intro-ambient .is-silk,
  html[data-motion="reduced"] .wahaaj-intro-logo-shell::after,
  html[data-motion="reduced"] .wahaaj-intro-line::after {
    animation: none !important;
  }
}

@media (forced-colors: active) {
  .agency-inner-hero::after,
  .agency-detail-hero::after,
  .agency-quote-hero::after,
  .wahaaj-intro-ambient,
  .wahaaj-intro::before,
  .wahaaj-intro::after,
  .wahaaj-intro-logo-shell::before,
  .wahaaj-intro-logo-shell::after,
  .wahaaj-intro-logo-shell > i {
    display: none;
  }
}
