@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/Dubai-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/Dubai-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/Dubai-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/Dubai-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --aa-gold: #d3be34;
  --aa-gold-soft: #f2dd52;
  --aa-black: #000000;
  --aa-black-2: #050505;
  --aa-panel: #090909;
  --aa-panel-2: #101010;
  --aa-white: #ffffff;
  --aa-text: #d1d1d1;
  --aa-muted: #9b9b9b;
  --aa-border: rgba(211, 190, 52, .24);
  --aa-white-border: rgba(255, 255, 255, .09);
  --aa-shadow: 0 24px 70px rgba(0, 0, 0, .48);
  --aa-radius: 16px;
}

body.aa-portfolio-live {
  margin: 0;
  background: #000 !important;
  background-color: #000 !important;
}

body.aa-portfolio-live #page-wrap {
  overflow: visible;
  background: #000;
}

body.aa-portfolio-live #page-wrap > .elementor.elementor-10,
body.aa-portfolio-live .footer-width-fixer {
  display: none !important;
}

body.aa-portfolio-live .site-main,
body.aa-portfolio-live .site-main .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.aa-portfolio-live .site-main .page-content .aa-site a {
  text-decoration: none;
}

body.aa-portfolio-live .site-main .page-content .aa-site h1,
body.aa-portfolio-live .site-main .page-content .aa-site h2,
body.aa-portfolio-live .site-main .page-content .aa-site h3,
body.aa-portfolio-live .site-main .page-content .aa-site h4,
body.aa-portfolio-live .site-main .page-content .aa-site h5,
body.aa-portfolio-live .site-main .page-content .aa-site h6 {
  padding-bottom: 0;
}

body.aa-portfolio-live .site-main .page-content .aa-site ul,
body.aa-portfolio-live .site-main .page-content .aa-site ol {
  padding-inline-start: 0;
}

body.aa-portfolio-live .aa-language-pill {
  display: none;
}

.aa-live-header,
.aa-live-header * {
  box-sizing: border-box;
}

.aa-live-header {
  position: sticky;
  z-index: 999;
  top: 0;
  height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(3, 3, 3, .94);
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.admin-bar .aa-live-header {
  top: 46px;
}

.aa-live-header[dir="rtl"] {
  font-family: "Dubai", Tahoma, Arial, sans-serif;
}

.aa-live-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 24px);
  height: 100%;
  margin-inline: auto;
  gap: 10px;
}

.aa-live-logo {
  display: flex;
  align-items: center;
  flex: 0 1 146px;
  min-width: 0;
}

.aa-live-logo img {
  display: block;
  width: min(100%, 146px);
  height: auto;
  max-height: 33px;
  object-fit: contain;
  object-position: left center;
}

.aa-live-header[dir="rtl"] .aa-live-logo img {
  object-position: right center;
}

.aa-live-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
}

.aa-live-links a {
  color: #fff;
  text-decoration: none;
}

.aa-live-nav-link {
  display: none;
}

.aa-live-lang,
.aa-live-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 7px;
  text-align: center;
}

.aa-live-lang {
  min-width: 34px;
  min-height: 34px;
  padding: 5px 8px;
  border: 1px solid rgba(211, 190, 52, .3);
  color: var(--aa-gold) !important;
  font-weight: 700;
}

.aa-live-cta {
  min-height: 34px;
  padding: 7px 10px;
  background: var(--aa-gold);
  color: #050505 !important;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.aa-live-header[dir="rtl"] .aa-live-cta {
  font-size: 13px;
  font-weight: 700;
}

.aa-site,
.aa-site * {
  box-sizing: border-box;
}

.aa-site {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  margin: 0;
  background-color: var(--aa-black);
  background-image:
    linear-gradient(rgba(211, 190, 52, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 190, 52, .022) 1px, transparent 1px);
  background-size: 62px 62px;
  color: var(--aa-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.aa-site[dir="rtl"] {
  font-family: "Dubai", Tahoma, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.82;
}

.aa-site :focus-visible {
  outline: 2px solid var(--aa-gold-soft);
  outline-offset: 4px;
}

.aa-site a {
  color: inherit;
  text-decoration: none;
}

.aa-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

.aa-brand-logo {
  display: inline-flex;
  align-items: center;
  width: min(156px, 58vw);
}

.aa-brand-logo img {
  width: 100%;
  height: auto;
}

.aa-site h1,
.aa-site h2,
.aa-site h3,
.aa-site p {
  overflow-wrap: anywhere;
}

.aa-shell {
  width: min(calc(100% - 28px), 1240px);
  margin-inline: auto;
}

.aa-section {
  position: relative;
  padding: 70px 0;
}

.aa-language-pill {
  position: absolute;
  z-index: 20;
  top: 16px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 38px;
  padding: 7px 15px;
  border: 1px solid var(--aa-border);
  border-radius: 999px;
  background: rgba(5, 5, 5, .78);
  color: var(--aa-gold);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.aa-site[dir="rtl"] .aa-language-pill {
  right: auto;
  left: 14px;
}

.aa-hero {
  min-height: auto;
  padding-top: 54px;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 72% 34%, rgba(211, 190, 52, .12), transparent 29%),
    radial-gradient(circle at 10% 92%, rgba(211, 190, 52, .06), transparent 24%),
    linear-gradient(180deg, #000 0%, #020202 100%);
}

.aa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(211, 190, 52, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 190, 52, .055) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 80%);
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.aa-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.aa-hero-copy {
  position: relative;
  z-index: 3;
  padding: 86px 0 22px;
}

.aa-eyebrow,
.aa-kicker {
  margin: 0 0 16px;
  color: var(--aa-gold);
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.aa-eyebrow {
  font-size: 14px;
  letter-spacing: .1em;
}

.aa-kicker {
  font-size: 13px;
  letter-spacing: .12em;
}

.aa-site[dir="rtl"] .aa-eyebrow,
.aa-site[dir="rtl"] .aa-kicker {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.aa-hero h1,
.aa-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--aa-white);
  font-size: clamp(39px, 11.5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.042em;
}

.aa-site[dir="rtl"] .aa-hero h1,
.aa-site[dir="rtl"] .aa-page-hero h1 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.aa-hero h1 span,
.aa-section-head h2 span,
.aa-about-strip h2 span {
  color: var(--aa-gold);
}

.aa-lead,
.aa-page-hero p,
.aa-section-head > p,
.aa-about-grid > div > p,
.aa-future-card > p,
.aa-case-content p,
.aa-story-grid p,
.aa-contact-panel p {
  color: var(--aa-text);
}

.aa-lead {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.75;
}

.aa-site[dir="rtl"] .aa-lead {
  font-size: 18px;
  line-height: 1.9;
}

.aa-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.aa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.aa-site[dir="rtl"] .aa-btn {
  font-size: 16px;
  font-weight: 700;
}

.aa-btn:hover,
.aa-btn:focus {
  transform: translateY(-3px);
}

.aa-btn-primary {
  background: var(--aa-gold);
  color: #090909 !important;
  box-shadow: 0 12px 32px rgba(211, 190, 52, .14);
}

.aa-btn-primary:hover,
.aa-btn-primary:focus {
  background: var(--aa-gold-soft);
  box-shadow: 0 15px 34px rgba(211, 190, 52, .26);
}

.aa-btn-secondary {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .035);
  color: var(--aa-white) !important;
}

.aa-btn-secondary:hover,
.aa-btn-secondary:focus {
  border-color: var(--aa-gold);
  background: rgba(211, 190, 52, .07);
}

.aa-hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 500px;
}

.aa-hero-visual > img {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  max-height: 570px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .54));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%);
}

.aa-photo-glow {
  position: absolute;
  z-index: 1;
  bottom: 62px;
  width: min(82vw, 370px);
  aspect-ratio: 1;
  border: 1px solid rgba(211, 190, 52, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 190, 52, .16), transparent 65%);
  box-shadow: inset 0 0 100px rgba(211, 190, 52, .05);
}

.aa-hero-badge {
  position: absolute;
  z-index: 4;
  right: 8px;
  bottom: 22px;
  left: auto;
  width: min(280px, calc(100% - 16px));
  padding: 15px 17px;
  border: 1px solid var(--aa-border);
  border-radius: 12px;
  background: rgba(10, 10, 10, .88);
  box-shadow: var(--aa-shadow);
  text-align: left;
  backdrop-filter: blur(14px);
}

.aa-site[dir="rtl"] .aa-hero-badge {
  right: 8px;
  left: auto;
  text-align: right;
}

.aa-hero-badge strong,
.aa-hero-badge span {
  display: block;
  text-align: inherit;
}

.aa-hero-badge strong {
  color: var(--aa-gold);
  font-size: 14px;
  font-weight: 700;
}

.aa-hero-badge span {
  margin-top: 4px;
  color: var(--aa-text);
  font-size: 12px;
}

.aa-site[dir="rtl"] .aa-hero-badge strong {
  font-size: 16px;
}

.aa-site[dir="rtl"] .aa-hero-badge span {
  font-size: 14px;
}

.aa-proof {
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--aa-border);
  border-bottom: 1px solid var(--aa-border);
  background: #0a0a0a;
}

.aa-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.aa-proof-grid > div {
  min-height: 118px;
  padding: 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.aa-proof-grid > div:last-child {
  border-bottom: 0;
}

.aa-proof strong,
.aa-proof span {
  display: block;
}

.aa-proof strong {
  color: var(--aa-gold);
  font-size: clamp(28px, 9vw, 38px);
  font-weight: 800;
  line-height: 1.1;
}

.aa-proof span {
  margin-top: 8px;
  color: var(--aa-text);
  font-size: 13px;
  line-height: 1.6;
}

.aa-site[dir="rtl"] .aa-proof span {
  font-size: 15px;
}

.aa-section-head {
  max-width: 790px;
  margin-bottom: 36px;
}

.aa-section-head h2,
.aa-about-strip h2,
.aa-future-card h2,
.aa-final-cta h2,
.aa-story-grid h2,
.aa-contact-panel h2 {
  margin: 0;
  color: var(--aa-white);
  font-size: clamp(32px, 9vw, 46px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.032em;
}

.aa-site[dir="rtl"] .aa-section-head h2,
.aa-site[dir="rtl"] .aa-about-strip h2,
.aa-site[dir="rtl"] .aa-future-card h2,
.aa-site[dir="rtl"] .aa-final-cta h2,
.aa-site[dir="rtl"] .aa-story-grid h2,
.aa-site[dir="rtl"] .aa-contact-panel h2 {
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.aa-section-head > p {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: 16px;
}

.aa-site[dir="rtl"] .aa-section-head > p {
  font-size: 17px;
}

.aa-service-grid,
.aa-case-grid,
.aa-process-grid,
.aa-two-up,
.aa-offer-grid,
.aa-course-grid,
.aa-blog-grid,
.aa-story-grid,
.aa-gallery,
.aa-deliverable-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.aa-service-card,
.aa-future-card,
.aa-offer-card,
.aa-coming-card,
.aa-course-card,
.aa-blog-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--aa-white-border);
  border-radius: var(--aa-radius);
  background: linear-gradient(160deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
  box-shadow: 0 14px 44px rgba(0, 0, 0, .18);
}

.aa-service-card {
  min-height: 0;
  padding: 26px 22px;
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
}

.aa-service-card::after,
.aa-future-card::after,
.aa-offer-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 190, 52, .1), transparent 68%);
  pointer-events: none;
}

.aa-service-card:hover {
  transform: translateY(-6px);
  border-color: var(--aa-border);
  background: linear-gradient(160deg, rgba(211, 190, 52, .065), rgba(255, 255, 255, .018));
}

.aa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid var(--aa-border);
  border-radius: 12px;
  color: var(--aa-gold);
  background: rgba(211, 190, 52, .055);
  font-size: 13px;
  font-weight: 800;
}

.aa-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.aa-service-card h3,
.aa-case-card h3,
.aa-process-grid h3,
.aa-timeline-list h3,
.aa-offer-card h2,
.aa-course-card h2,
.aa-blog-card h2,
.aa-coming-card h2 {
  margin: 0;
  color: var(--aa-white);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.38;
}

.aa-site[dir="rtl"] .aa-service-card h3,
.aa-site[dir="rtl"] .aa-case-card h3,
.aa-site[dir="rtl"] .aa-process-grid h3,
.aa-site[dir="rtl"] .aa-offer-card h2,
.aa-site[dir="rtl"] .aa-course-card h2,
.aa-site[dir="rtl"] .aa-blog-card h2,
.aa-site[dir="rtl"] .aa-coming-card h2 {
  font-size: 23px;
}

.aa-service-card p {
  margin: 12px 0 0;
  color: var(--aa-text);
  font-size: 14px;
}

.aa-site[dir="rtl"] .aa-service-card p {
  font-size: 16px;
}

.aa-cases-section,
.aa-about-strip,
.aa-future-grid {
  background: #090909;
}

.aa-head-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: none;
  gap: 20px;
}

.aa-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--aa-gold) !important;
  font-weight: 700;
  transition: gap .2s ease, color .2s ease;
}

.aa-site[dir="rtl"] .aa-text-link {
  font-size: 16px;
}

.aa-text-link:hover {
  gap: 11px;
  color: var(--aa-gold-soft) !important;
}

.aa-case-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  border: 1px solid var(--aa-white-border);
  border-radius: 18px;
  background: var(--aa-panel);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.aa-case-card:hover {
  transform: translateY(-7px);
  border-color: var(--aa-border);
  box-shadow: var(--aa-shadow);
}

.aa-case-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 28px;
  background:
    radial-gradient(circle at 50% 40%, rgba(211, 190, 52, .09), transparent 58%),
    #0a0a0a;
}

.aa-case-media img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}

.aa-case-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 22px;
}

.aa-case-content > span,
.aa-course-card span,
.aa-blog-card time {
  color: var(--aa-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.aa-site[dir="rtl"] .aa-case-content > span,
.aa-site[dir="rtl"] .aa-course-card span,
.aa-site[dir="rtl"] .aa-blog-card time {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.aa-case-content h3 {
  margin-top: 9px;
  font-size: 25px;
  line-height: 1.3;
}

.aa-site[dir="rtl"] .aa-case-content h3 {
  font-size: 27px;
  line-height: 1.45;
}

.aa-case-content p {
  margin: 12px 0 20px;
  font-size: 14px;
}

.aa-site[dir="rtl"] .aa-case-content p {
  font-size: 16px;
}

.aa-case-content .aa-text-link {
  margin-top: auto;
}

.aa-process-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent),
    var(--aa-black);
}

.aa-why-section {
  overflow: hidden;
  border-top: 1px solid rgba(211, 190, 52, .1);
  border-bottom: 1px solid rgba(211, 190, 52, .1);
  background:
    radial-gradient(circle at 12% 20%, rgba(211, 190, 52, .09), transparent 27%),
    linear-gradient(180deg, rgba(211, 190, 52, .02), transparent 44%),
    #000;
}

.aa-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.aa-why-grid article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 0;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .036), rgba(255, 255, 255, .012));
}

.aa-why-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--aa-border);
  border-radius: 9px;
  background: rgba(211, 190, 52, .075);
  color: var(--aa-gold);
  font-weight: 800;
}

.aa-why-grid p {
  margin: 2px 0 0;
  color: var(--aa-text);
  font-size: 15px;
  line-height: 1.7;
}

.aa-site[dir="rtl"] .aa-why-grid p {
  font-size: 17px;
  line-height: 1.85;
}

.aa-process-grid {
  gap: 10px;
}

.aa-process-grid article {
  min-height: 168px;
  padding: 22px 20px;
  border-top: 1px solid var(--aa-gold);
  background: linear-gradient(180deg, rgba(211, 190, 52, .045), transparent);
}

.aa-process-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--aa-gold);
  font-size: 12px;
  font-weight: 800;
}

.aa-process-grid h3 {
  font-size: 18px;
}

.aa-process-grid p {
  margin: 9px 0 0;
  color: var(--aa-muted);
  font-size: 13px;
}

.aa-site[dir="rtl"] .aa-process-grid p {
  font-size: 15px;
}

.aa-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 36px;
}

.aa-about-photo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid var(--aa-border);
  border-radius: 20px;
  background: #121212;
}

.aa-about-photo::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 190, 52, .18), transparent 70%);
}

.aa-about-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.aa-about-grid > div > p {
  margin: 18px 0 0;
}

.aa-owner-mindset {
  position: relative;
  margin: 28px 0 24px;
  padding: 24px 22px;
  border: 1px solid rgba(211, 190, 52, .32);
  border-inline-start: 4px solid var(--aa-gold);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(211, 190, 52, .12), transparent 42%),
    #070707;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
}

.aa-owner-mindset span,
.aa-owner-mindset strong {
  display: block;
}

.aa-owner-mindset span {
  margin-bottom: 10px;
  color: var(--aa-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aa-owner-mindset strong {
  color: var(--aa-white);
  font-size: clamp(21px, 5.8vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}

.aa-site[dir="rtl"] .aa-owner-mindset span {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.aa-site[dir="rtl"] .aa-owner-mindset strong {
  font-size: clamp(24px, 6.5vw, 31px);
  line-height: 1.65;
}

.aa-about-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.aa-about-facts li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 9px;
  background: rgba(255, 255, 255, .018);
  color: var(--aa-text);
  font-size: 14px;
}

.aa-site[dir="rtl"] .aa-about-facts li {
  padding: 12px 38px 12px 14px;
  font-size: 16px;
}

.aa-about-facts li::before {
  content: "•";
  position: absolute;
  inset-inline-start: 17px;
  color: var(--aa-gold);
  font-size: 20px;
  line-height: 1;
}

.aa-check-list,
.aa-deliverable-grid {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.aa-check-list {
  display: grid;
  gap: 11px;
}

.aa-check-list li,
.aa-deliverable-grid li {
  position: relative;
  padding-inline-start: 28px;
  color: var(--aa-text);
}

.aa-check-list li::before,
.aa-deliverable-grid li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: var(--aa-gold);
  font-weight: 900;
}

.aa-future-card {
  min-height: 0;
  padding: 34px 24px;
}

.aa-future-card.aa-featured {
  border-color: var(--aa-border);
  background: linear-gradient(145deg, rgba(211, 190, 52, .09), rgba(255, 255, 255, .018));
}

.aa-future-card h2 {
  max-width: 520px;
  font-size: clamp(29px, 8vw, 40px);
}

.aa-future-card p {
  max-width: 560px;
  margin: 16px 0 28px;
}

.aa-final-cta {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 100%, rgba(211, 190, 52, .2), transparent 45%),
    linear-gradient(180deg, #020202, #000);
}

.aa-final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(900px, 90%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--aa-gold), transparent);
}

.aa-final-cta h2 {
  max-width: 920px;
  margin-inline: auto;
}

.aa-final-cta p:not(.aa-kicker) {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--aa-text);
}

.aa-final-cta .aa-btn {
  width: 100%;
  margin-top: 34px;
}

.aa-subpage {
  min-height: 100vh;
}

.aa-page-hero {
  position: relative;
  padding: 112px 0 72px;
  border-bottom: 1px solid var(--aa-border);
  background:
    radial-gradient(circle at 78% 12%, rgba(211, 190, 52, .11), transparent 25%),
    linear-gradient(180deg, #030303, #000);
}

.aa-page-hero h1 {
  font-size: clamp(39px, 11vw, 54px);
}

.aa-page-hero p:not(.aa-kicker) {
  max-width: 800px;
  margin: 20px 0 0;
  font-size: 17px;
}

.aa-site[dir="rtl"] .aa-page-hero p:not(.aa-kicker) {
  font-size: 18px;
}

.aa-case-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 36px;
}

.aa-client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 32px;
  border: 1px solid var(--aa-border);
  border-radius: 18px;
  background: #0d0d0d;
}

.aa-client-logo img {
  max-height: 150px;
  object-fit: contain;
}

.aa-case-results {
  padding: 0;
}

.aa-story-grid {
  gap: 18px;
}

.aa-story-grid article {
  padding: 28px 22px;
  border-inline-start: 1px solid var(--aa-gold);
  background: linear-gradient(90deg, rgba(211, 190, 52, .045), transparent 70%);
}

.aa-site[dir="rtl"] .aa-story-grid article {
  background: linear-gradient(270deg, rgba(211, 190, 52, .045), transparent 70%);
}

.aa-story-grid h2 {
  font-size: clamp(27px, 7.5vw, 38px);
}

.aa-rich-text p {
  margin: 16px 0 0;
  color: var(--aa-text);
}

.aa-deliverables,
.aa-evidence {
  background: #020202;
}

.aa-deliverable-grid {
  gap: 11px;
}

.aa-deliverable-grid li {
  padding: 16px 18px 16px 44px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 10px;
  background: rgba(255, 255, 255, .02);
}

.aa-site[dir="rtl"] .aa-deliverable-grid li {
  padding: 16px 44px 16px 18px;
}

.aa-deliverable-grid li::before {
  inset-inline-start: 16px;
  top: 16px;
}

.aa-tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.aa-tech-row span {
  padding: 7px 13px;
  border: 1px solid var(--aa-border);
  border-radius: 999px;
  color: var(--aa-gold);
  background: rgba(211, 190, 52, .045);
  font-size: 12px;
  font-weight: 700;
}

.aa-gallery {
  grid-auto-flow: dense;
  align-items: start;
  gap: 16px;
}

.aa-gallery-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, rgba(211, 190, 52, .08), transparent 58%),
    #080808;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .26);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.aa-gallery-item:hover {
  transform: translateY(-4px);
  border-color: var(--aa-gold);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .38);
}

.aa-gallery-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
  overflow: hidden;
  background: #050505;
}

.aa-gallery-media img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.aa-gallery-item-tall .aa-gallery-media {
  height: 470px;
}

.aa-gallery-item-tall .aa-gallery-media img {
  padding: 0;
  object-fit: cover;
  object-position: top center;
}

.aa-gallery-open {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(211, 190, 52, .34);
  border-radius: 999px;
  background: rgba(5, 5, 5, .86);
  color: var(--aa-gold);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.aa-site[dir="rtl"] .aa-gallery-open {
  right: auto;
  left: 12px;
  font-size: 13px;
}

.aa-gallery-item figcaption {
  min-height: 72px;
  padding: 16px 17px 17px;
  border-top: 1px solid rgba(255, 255, 255, .075);
  background: linear-gradient(180deg, #0a0a0a, #070707);
  color: var(--aa-text);
  font-size: 13px;
  line-height: 1.65;
}

.aa-site[dir="rtl"] .aa-gallery-item figcaption {
  font-size: 15px;
  line-height: 1.75;
}

.aa-offer-card,
.aa-coming-card {
  min-height: 0;
  padding: 30px 24px;
}

.aa-offer-card h2 {
  font-size: 27px;
}

.aa-offer-card p,
.aa-coming-card p {
  margin: 16px 0 26px;
  color: var(--aa-text);
}

.aa-timeline {
  background: #090909;
}

.aa-timeline-list {
  display: grid;
  gap: 0;
}

.aa-timeline-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 21px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.aa-timeline-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.aa-timeline-list time {
  color: var(--aa-gold);
  font-weight: 700;
}

.aa-course-card,
.aa-blog-card {
  overflow: hidden;
}

.aa-course-card > img,
.aa-blog-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.aa-course-card > div,
.aa-blog-card > div {
  padding: 24px 22px;
}

.aa-course-card p,
.aa-blog-card p {
  color: var(--aa-text);
}

.aa-coming-card > span {
  display: block;
  margin-bottom: 30px;
  color: var(--aa-gold);
  font-size: 48px;
  font-weight: 800;
}

.aa-contact-panel {
  max-width: 840px;
  padding: 28px 22px;
  border: 1px solid var(--aa-border);
  border-radius: 16px;
  background: var(--aa-panel);
}

.aa-contact-panel h2 {
  font-size: 31px;
}

.aa-contact-email {
  margin-top: 24px !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.aa-contact-email a {
  color: var(--aa-gold);
  font-weight: 700;
}

.aa-admin-note {
  margin-top: 20px;
  padding: 15px 16px;
  border: 1px dashed var(--aa-border);
  border-radius: 9px;
  color: var(--aa-text);
  background: rgba(211, 190, 52, .035);
}

@media (min-width: 640px) {
	.aa-live-nav {
		width: calc(100% - 40px);
	}

	.aa-live-logo {
		flex-basis: 168px;
	}

	.aa-live-logo img {
		width: 168px;
		max-height: 38px;
	}

	.aa-live-links {
		gap: 10px;
	}

	.aa-live-cta {
		min-height: 36px;
		padding: 8px 12px;
		font-size: 11px;
	}

	.aa-live-header[dir="rtl"] .aa-live-cta {
		font-size: 14px;
	}

  .aa-shell {
    width: min(calc(100% - 40px), 1240px);
  }

  .aa-section {
    padding: 84px 0;
  }

  .aa-brand-logo {
    width: 178px;
  }

  .aa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .aa-btn,
  .aa-final-cta .aa-btn {
    width: auto;
  }

  .aa-hero-visual {
    min-height: 590px;
  }

  .aa-hero-visual > img {
    width: min(100%, 530px);
    max-height: 650px;
  }

  .aa-photo-glow {
    width: 430px;
  }

  .aa-hero-badge {
    right: 12px;
    bottom: 34px;
    left: auto;
    width: 285px;
  }

  .aa-site[dir="rtl"] .aa-hero-badge {
    right: 12px;
    left: auto;
    text-align: right;
  }

  .aa-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aa-proof-grid > div {
    min-height: 134px;
    border-inline-end: 1px solid rgba(255, 255, 255, .08);
  }

  .aa-proof-grid > div:nth-child(even) {
    border-inline-end: 0;
  }

  .aa-service-grid,
  .aa-process-grid,
  .aa-deliverable-grid,
  .aa-offer-grid,
  .aa-course-grid,
  .aa-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aa-why-grid,
  .aa-about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aa-why-grid article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .aa-service-card {
    min-height: 282px;
    padding: 28px;
  }

  .aa-process-grid article {
    min-height: 205px;
  }

  .aa-about-photo {
    min-height: 650px;
  }

  .aa-two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .aa-future-card {
    min-height: 360px;
    padding: 38px;
  }

  .aa-final-cta {
    padding: 96px 0;
  }

  .aa-page-hero {
    padding: 132px 0 88px;
  }

  .aa-deliverable-grid li {
    min-height: 62px;
  }

  .aa-gallery-media {
    height: 290px;
  }

  .aa-gallery-item-tall .aa-gallery-media {
    height: 560px;
  }

  .aa-offer-card,
  .aa-coming-card {
    min-height: 290px;
    padding: 36px;
  }

  .aa-timeline-list article {
    grid-template-columns: 185px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
  }

  .aa-contact-panel {
    padding: 40px;
  }
}

@media (min-width: 821px) {
	body.admin-bar .aa-live-header {
		top: 32px;
	}

	.aa-live-header {
		height: 74px;
	}

	.aa-live-nav {
		width: min(1240px, calc(100% - 48px));
		gap: 24px;
	}

	.aa-live-logo {
		flex-basis: 194px;
	}

	.aa-live-logo img {
		width: 194px;
		max-height: 43px;
	}

	.aa-live-links {
		gap: 22px;
		font-size: 13px;
	}

	.aa-live-header[dir="rtl"] .aa-live-links {
		font-size: 15px;
	}

	.aa-live-nav-link {
		display: inline-flex;
	}

	.aa-live-cta {
		min-height: 38px;
		padding: 9px 14px;
		font-size: 11px;
	}

	.aa-live-header[dir="rtl"] .aa-live-cta {
		font-size: 15px;
	}

	.aa-brand-logo {
		width: 190px;
	}

  .aa-hero-copy {
    padding-top: 105px;
  }

  .aa-hero h1,
  .aa-page-hero h1 {
    font-size: clamp(52px, 7vw, 68px);
  }

  .aa-section-head h2,
  .aa-about-strip h2,
  .aa-final-cta h2 {
    font-size: clamp(40px, 5.2vw, 54px);
  }

  .aa-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .aa-case-content h3 {
    font-size: 29px;
  }

  .aa-site[dir="rtl"] .aa-case-content h3 {
    font-size: 31px;
  }

  .aa-head-row {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
  }

  .aa-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aa-about-grid {
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    gap: 54px;
  }

  .aa-about-photo {
    min-height: 610px;
  }

  .aa-case-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    gap: 48px;
  }

  .aa-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .aa-gallery {
    display: block;
    column-count: 2;
    column-gap: 18px;
  }

  .aa-gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    break-inside: avoid;
  }

  .aa-gallery-media {
    height: 260px;
  }

  .aa-gallery-item-tall .aa-gallery-media {
    height: 610px;
  }

  .aa-course-card > img,
  .aa-blog-card > img {
    height: 250px;
  }
}

@media (min-width: 1101px) {
	.aa-live-links {
		gap: 28px;
		font-size: 14px;
	}

  .aa-shell {
    width: min(calc(100% - 48px), 1240px);
  }

  .aa-section {
    padding: 112px 0;
  }

  .aa-language-pill {
    top: 24px;
    right: max(24px, calc((100% - 1240px) / 2));
  }

  .aa-site[dir="rtl"] .aa-language-pill {
    right: auto;
    left: max(24px, calc((100% - 1240px) / 2));
  }

  .aa-hero {
    min-height: min(900px, 92vh);
    padding-top: 70px;
  }

  .aa-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    min-height: inherit;
    gap: 48px;
  }

  .aa-hero-copy {
    padding: 118px 0 108px;
  }

  .aa-hero h1,
  .aa-page-hero h1 {
    font-size: clamp(58px, 5.3vw, 78px);
  }

  .aa-lead {
    margin-top: 26px;
    font-size: 19px;
  }

  .aa-site[dir="rtl"] .aa-lead {
    font-size: 20px;
  }

  .aa-actions {
    margin-top: 36px;
  }

  .aa-hero-visual {
    align-self: end;
    min-height: 760px;
  }

  .aa-hero-visual > img {
    width: min(100%, 590px);
    max-height: 820px;
  }

  .aa-photo-glow {
    bottom: 80px;
    width: 520px;
  }

  .aa-hero-badge,
  .aa-site[dir="rtl"] .aa-hero-badge {
    right: 0;
    bottom: 76px;
    left: auto;
  }

  .aa-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aa-proof-grid > div {
    min-height: 152px;
    padding: 30px 26px;
    border-inline-end: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 0;
  }

  .aa-proof-grid > div:nth-child(even) {
    border-inline-end: 1px solid rgba(255, 255, 255, .08);
  }

  .aa-proof-grid > div:last-child {
    border-inline-end: 0;
  }

  .aa-section-head {
    margin-bottom: 48px;
  }

  .aa-service-grid,
  .aa-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .aa-process-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
  }

  .aa-process-grid article {
    min-height: 245px;
    padding: 26px 20px;
  }

  .aa-about-grid {
    grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
    gap: 72px;
  }

  .aa-future-card {
    min-height: 390px;
    padding: 48px;
  }

  .aa-final-cta {
    padding: 120px 0;
  }

  .aa-page-hero {
    padding: 150px 0 105px;
  }

  .aa-case-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 70px;
  }

  .aa-client-logo {
    min-height: 300px;
    padding: 46px;
  }

  .aa-owner-mindset {
    padding: 28px 30px;
  }

  .aa-gallery-media {
    height: 280px;
  }

  .aa-gallery-item-tall .aa-gallery-media {
    height: 650px;
  }

  .aa-story-grid {
    gap: 70px;
  }

  .aa-story-grid article {
    padding: 38px;
  }

  .aa-offer-card,
  .aa-coming-card {
    min-height: 300px;
    padding: 42px;
  }

  .aa-timeline-list article {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
    padding: 25px 0;
  }

  .aa-contact-panel {
    padding: 46px;
  }
}

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