/* AYM Design System V2 — architectural editorial layer */
:root{
  --aym-v2-ink:#07101d;
  --aym-v2-navy:#040b16;
  --aym-v2-paper:#f2efe8;
  --aym-v2-white:#fff;
  --aym-v2-gold:#c9a75f;
  --aym-v2-muted:#5d6671;
  --aym-v2-line:rgba(7,16,29,.15);
}

/* Leadership v7 — editorial portraits inspired by a lighter, image-first team directory */
body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr)}
body.aym-leadership-page .aym-leadership-principle{position:relative;align-self:stretch;min-height:230px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(201,167,95,.3);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));overflow:hidden}
body.aym-leadership-page .aym-leadership-principle::before{content:"";position:absolute;width:190px;height:190px;top:-98px;inset-inline-end:-76px;border:1px solid rgba(201,167,95,.28);transform:rotate(45deg)}
body.aym-leadership-page .aym-leadership-principle span{font:700 .62rem/1.2 "Manrope",sans-serif;letter-spacing:.14em;color:#dfbe76}
body.aym-leadership-page .aym-leadership-principle p{max-width:28ch;margin:22px 0 28px;font-size:.92rem;line-height:1.9;color:rgba(255,255,255,.74)}
body.aym-leadership-page .aym-leadership-principle i{display:block;width:64px;height:2px;background:var(--aym-v2-gold)}

body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:minmax(220px,270px) minmax(0,1fr);min-height:420px;padding:22px;gap:20px}
body.aym-leadership-page .aym-founder-visual{width:100%;max-width:270px;justify-self:center}
body.aym-leadership-page .aym-founder-content{padding:clamp(22px,3vw,38px)}
body.aym-leadership-page .aym-founder-content h2{font-size:clamp(1.8rem,2.6vw,2.65rem);margin-top:14px}
body.aym-leadership-page .aym-founder-bio{font-size:.88rem;line-height:1.8}
body.aym-leadership-page .aym-founder-message{padding:14px 18px;margin-top:15px}
body.aym-leadership-page .aym-founder-message p{font-size:.84rem;line-height:1.75}

body.aym-leadership-page .aym-council{padding:clamp(42px,5vw,64px);background:#f4f0ea;color:var(--aym-v2-ink);border:1px solid var(--aym-v2-line)}
body.aym-leadership-page .aym-council-head{margin-bottom:44px;border-bottom:1px solid var(--aym-v2-line);padding-bottom:28px}
body.aym-leadership-page .aym-council-head .aym-kicker{color:#765f2f}
body.aym-leadership-page .aym-council-head h2{font-size:clamp(1.9rem,3vw,3rem)}
body.aym-leadership-page .aym-council-head>p{color:var(--aym-v2-muted)}
body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(3,minmax(0,250px));justify-content:center;gap:clamp(28px,5vw,72px)}
body.aym-leadership-page .aym-council-member{width:100%;background:transparent;border:0;text-align:center;transition:transform .35s ease}
body.aym-leadership-page .aym-council-member:hover{transform:translateY(-5px);border-color:transparent}
body.aym-leadership-page .aym-council-image{height:auto;aspect-ratio:1/1.08;background:#0b1522;overflow:hidden;border-bottom:2px solid var(--aym-v2-gold)}
body.aym-leadership-page .aym-council-image::after{background:linear-gradient(0deg,rgba(3,9,18,.15),transparent 32%)}
body.aym-leadership-page .aym-council-image img{object-position:center top;filter:saturate(.92) contrast(1.02)}
body.aym-leadership-page .aym-council-member:hover .aym-council-image img{transform:scale(1.018)}
body.aym-leadership-page .aym-council-identity{padding:18px 4px 0}
body.aym-leadership-page .aym-council-identity span{display:block;color:#8a6b2d;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
body.aym-leadership-page .aym-council-identity h3{margin:8px 0 5px;font-size:1.15rem;line-height:1.35}
body.aym-leadership-page .aym-council-identity p{margin:0;color:var(--aym-v2-muted);font-size:.76rem;line-height:1.6}

@media(max-width:900px){
  body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-leadership-principle{min-height:180px}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:minmax(210px,250px) 1fr}
  body.aym-leadership-page .aym-council-grid{gap:32px}
}
@media(max-width:700px){
  body.aym-leadership-page .aym-leadership-hero{padding-bottom:22px}
  body.aym-leadership-page .aym-leadership-principle{min-height:150px;padding:24px}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:1fr;padding:14px}
  body.aym-leadership-page .aym-founder-visual{height:285px;max-width:228px}
  body.aym-leadership-page .aym-founder-content{padding:26px 16px 30px}
  body.aym-leadership-page .aym-council{padding:36px 16px}
  body.aym-leadership-page .aym-council-head{margin-bottom:32px}
  body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}
  body.aym-leadership-page .aym-council-member:last-child:nth-child(odd){grid-column:1/-1;width:calc((100% - 14px)/2);justify-self:center}
  body.aym-leadership-page .aym-council-image{height:auto;aspect-ratio:1/1.12}
  body.aym-leadership-page .aym-council-identity{padding-top:14px}
  body.aym-leadership-page .aym-council-identity h3{font-size:1rem}
  body.aym-leadership-page .aym-council-identity p{font-size:.69rem}
}

/* Unified directional icon system v1 */
.aym-ui-arrow{
  --aym-arrow-rotation:0deg;
  --aym-arrow-x:4px;
  --aym-arrow-y:0;
  display:inline-grid;
  place-items:center;
  width:1.3em;
  height:1.3em;
  flex:0 0 auto;
  margin-inline-start:.42em;
  color:currentColor;
  vertical-align:middle;
  transform:translate(0,0);
  transition:transform .28s cubic-bezier(.22,.8,.32,1),background-color .28s ease,color .28s ease,border-color .28s ease;
}
.aym-ui-arrow svg{display:block;width:100%;height:100%;overflow:visible;transform:rotate(var(--aym-arrow-rotation));transform-origin:center}
.aym-ui-arrow path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
.aym-ui-arrow--left{--aym-arrow-rotation:180deg;--aym-arrow-x:-4px}
.aym-ui-arrow--down{--aym-arrow-rotation:90deg;--aym-arrow-x:0;--aym-arrow-y:4px}
.aym-ui-arrow--up-right{--aym-arrow-rotation:-45deg;--aym-arrow-x:3px;--aym-arrow-y:-3px}
.aym-ui-arrow--down-right{--aym-arrow-rotation:45deg;--aym-arrow-x:3px;--aym-arrow-y:3px}
.aym-ui-arrow--down-left{--aym-arrow-rotation:135deg;--aym-arrow-x:-3px;--aym-arrow-y:3px}
.aym-has-arrow:hover .aym-ui-arrow,.aym-has-arrow:focus-visible .aym-ui-arrow{transform:translate(var(--aym-arrow-x),var(--aym-arrow-y))}

/* The service index uses a compact architectural tile instead of a loose glyph. */
.service-go.aym-ui-arrow{
  width:34px;
  height:34px;
  margin:0;
  border:1px solid rgba(201,167,95,.58);
  border-radius:3px;
  background:rgba(201,167,95,.055);
  color:#ddb95f;
}
.service-go.aym-ui-arrow svg{width:17px;height:17px}
.service-row:hover .service-go.aym-ui-arrow,.service-row:focus-visible .service-go.aym-ui-arrow{background:#c9a75f;border-color:#c9a75f;color:#07101d}
.project-arrow.aym-ui-arrow,.aym-case-study-arrow.aym-ui-arrow{margin:0}
.project-arrow.aym-ui-arrow svg{width:22px;height:22px}
.aym-case-study-arrow.aym-ui-arrow svg{width:1.2rem;height:1.2rem}

@media(prefers-reduced-motion:reduce){
  .aym-ui-arrow{transition:none!important}
  .aym-has-arrow:hover .aym-ui-arrow,.aym-has-arrow:focus-visible .aym-ui-arrow{transform:none}
}

/* Leadership v10 — compact decision-method band */
body.aym-leadership-page .aym-responsibility{position:relative;grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);gap:clamp(36px,5vw,72px);align-items:center;padding:clamp(38px,4.5vw,58px);background:#07101d;color:#fff;border:0;border-top:2px solid var(--aym-v2-gold);overflow:hidden}
body.aym-leadership-page .aym-responsibility::after{content:"";position:absolute;width:260px;height:260px;inset-inline-start:-170px;bottom:-190px;border:1px solid rgba(201,167,95,.18);transform:rotate(45deg);pointer-events:none}
body.aym-leadership-page .aym-responsibility .aym-kicker{color:#dfbe76}
body.aym-leadership-page .aym-responsibility>div:first-child h2{max-width:15ch;margin:18px 0 0;font-size:clamp(1.8rem,2.7vw,2.8rem);line-height:1.23}
body.aym-leadership-page .aym-responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:transparent;border-block:1px solid rgba(255,255,255,.14)}
body.aym-leadership-page .aym-responsibility-grid article{position:relative;background:transparent;padding:24px 24px 26px}
body.aym-leadership-page .aym-responsibility-grid article+article{border-inline-start:1px solid rgba(255,255,255,.14)}
body.aym-leadership-page .aym-responsibility-grid article::before{content:"";position:absolute;top:-1px;inset-inline-start:24px;width:32px;height:2px;background:var(--aym-v2-gold)}
body.aym-leadership-page .aym-responsibility-grid span{font:.65rem "Manrope",sans-serif;color:#dfbe76;letter-spacing:.04em}
body.aym-leadership-page .aym-responsibility-grid h3{margin:24px 0 10px;font-size:.98rem;line-height:1.45;color:#fff}
body.aym-leadership-page .aym-responsibility-grid p{margin:0;font-size:.76rem;line-height:1.75;color:rgba(255,255,255,.62)}

@media(max-width:900px){
  body.aym-leadership-page .aym-leadership-symbol{min-height:170px;border-inline-start:0;border-top:1px solid rgba(255,255,255,.1)}
  body.aym-leadership-page .aym-leadership-symbol-bars{height:135px;width:190px}
  body.aym-leadership-page .aym-responsibility{grid-template-columns:1fr;gap:30px}
  body.aym-leadership-page .aym-responsibility>div:first-child h2{max-width:none}
}
@media(max-width:700px){
  body.aym-leadership-page .aym-leadership-principle{display:none}
  body.aym-leadership-page .aym-responsibility{padding:34px 24px;gap:26px}
  body.aym-leadership-page .aym-responsibility-grid{grid-template-columns:1fr;border-bottom:0}
  body.aym-leadership-page .aym-responsibility-grid article{padding:22px 4px 24px}
  body.aym-leadership-page .aym-responsibility-grid article+article{border-inline-start:0;border-top:1px solid rgba(255,255,255,.14)}
  body.aym-leadership-page .aym-responsibility-grid article::before{inset-inline-start:4px}
body.aym-leadership-page .aym-responsibility-grid h3{margin-top:20px}
}

/* Content is readable by default. Desktop motion is reserved for supporting
   headings and imagery selected by main.js; mobile never hides content. */
.aym-motion-item{
  opacity:1;
  transform:none;
  transition:none;
  will-change:auto;
}
.reveal,
[data-reveal]{
  opacity:1!important;
  transform:none!important;
}
@media(min-width:701px) and (prefers-reduced-motion:no-preference){
  .aym-motion-item{
    opacity:0;
    transform:translate3d(0,10px,0);
    transition:opacity .36s cubic-bezier(.22,.61,.36,1),transform .36s cubic-bezier(.22,.61,.36,1)!important;
    will-change:opacity,transform;
  }
  .aym-motion-item.is-motion-visible{
    opacity:1;
    transform:translate3d(0,0,0);
    will-change:auto;
  }
}
@media(max-width:700px){
  .aym-motion-item,
  .aym-motion-item.is-motion-visible,
  .reveal,
  [data-reveal]{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .aym-motion-item,
  .aym-motion-item.is-motion-visible{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

/* Context-aware floating WhatsApp contact */
.aym-whatsapp-float{
  position:fixed;
  right:clamp(14px,2.2vw,30px);
  bottom:calc(clamp(16px,2.2vw,28px) + env(safe-area-inset-bottom,0px));
  z-index:80;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  direction:ltr;
  color:var(--aym-calm-gold,var(--aym-v2-gold));
  text-decoration:none;
  opacity:0;
  pointer-events:none;
  transform:none;
  transition:opacity .2s ease;
}
.aym-whatsapp-float.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:none;
}
.aym-whatsapp-float-icon{
  position:relative;
  width:56px;
  height:56px;
  flex:0 0 56px;
  display:grid;
  place-items:center;
  border:1px solid var(--aym-calm-gold,var(--aym-v2-gold));
  border-radius:50%;
  background:var(--aym-calm-navy,var(--aym-v2-ink));
  color:var(--aym-calm-gold,var(--aym-v2-gold));
  box-shadow:none;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
body .aym-whatsapp-float-icon,
body .aym-whatsapp-float:hover .aym-whatsapp-float-icon,
body .aym-whatsapp-float:focus-visible .aym-whatsapp-float-icon{
  box-shadow:none!important;
  transform:none!important;
}
.aym-whatsapp-float-icon::after{
  display:none;
}
.aym-whatsapp-float svg{width:28px;height:28px;fill:currentColor}
.aym-whatsapp-float-label{
  position:absolute;
  right:66px;
  width:max-content;
  max-width:180px;
  padding:10px 14px;
  border:1px solid rgba(201,167,95,.38);
  border-radius:2px;
  background:var(--aym-calm-navy,var(--aym-v2-ink));
  box-shadow:none;
  color:var(--aym-calm-paper,var(--aym-v2-paper));
  font:700 13px/1.2 "Tajawal",sans-serif;
  opacity:0;
  transform:translateX(8px);
  pointer-events:none;
  transition:opacity .22s ease,transform .28s ease;
}
html[lang="en"] .aym-whatsapp-float-label{font-family:"Manrope",sans-serif}
.aym-whatsapp-float:hover .aym-whatsapp-float-icon,
.aym-whatsapp-float:focus-visible .aym-whatsapp-float-icon{
  transform:none;
  background:var(--aym-calm-gold,var(--aym-v2-gold));
  color:var(--aym-calm-navy,var(--aym-v2-ink));
  box-shadow:none;
}
.aym-whatsapp-float:hover .aym-whatsapp-float-label,
.aym-whatsapp-float:focus-visible .aym-whatsapp-float-label{
  opacity:1;
  transform:translateX(0);
}
.aym-whatsapp-float:focus-visible{outline:2px solid var(--aym-calm-gold,var(--aym-v2-gold));outline-offset:5px;border-radius:50%}
.aym-menu-open .aym-whatsapp-float{opacity:0;pointer-events:none;transform:none}
@media(max-width:700px){
  .aym-whatsapp-float{right:12px;bottom:calc(14px + env(safe-area-inset-bottom,0px))}
  .aym-whatsapp-float-icon{width:46px;height:46px;flex-basis:46px;border-width:1px}
  .aym-whatsapp-float-icon::after{inset:-4px}
  .aym-whatsapp-float svg{width:23px;height:23px}
  .aym-whatsapp-float-label{display:none}
  .aym-breadcrumb a,.services-breadcrumb a,.sv-breadcrumb a,.contact-breadcrumb a,
  .ins-card-link,.aym-inline-link,.services-lifecycle-grid a,.site-footer a{
    display:inline-flex;align-items:center;min-height:28px
  }
}

.form-field-error{display:block;margin-top:1px;color:#ffb7ae;font-size:11px;font-weight:700;line-height:1.5}
.contact-form [aria-invalid="true"]{border-color:#ff8f84!important;box-shadow:0 1px 0 #ff8f84!important}
@media(prefers-reduced-motion:reduce){
  .aym-whatsapp-float{transition:none}
}

/* Header: quiet, precise, and consistent across the site */
.aym-header{border-bottom:1px solid rgba(201,167,95,.24)!important;box-shadow:none!important}
.aym-header-inner{width:min(1320px,calc(100% - 64px))!important;min-height:72px!important}
.aym-header-nav{gap:1.55rem!important}
.aym-header-link{position:relative;display:inline-flex;align-items:center;min-height:44px;font-size:.78rem!important;letter-spacing:.01em}
.aym-header-link::after{content:"";position:absolute;inset-inline:0;bottom:-9px;height:1px;background:var(--aym-v2-gold);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}
.aym-header-link:hover::after,.aym-header-link[aria-current="page"]::after{transform:scaleX(1)}
.aym-header-cta{border-radius:2px!important;background:transparent!important;border:1px solid rgba(201,167,95,.52)!important;box-shadow:none!important;padding:.64rem 1.05rem!important}
.aym-header-cta:hover{background:var(--aym-v2-gold)!important;color:var(--aym-v2-ink)!important}

body.aym-subpage-body{background:var(--aym-v2-paper);color:var(--aym-v2-ink)}
body.aym-subpage-body .aym-subpage,
body.aym-subpage-body #main.ins-main{background:var(--aym-v2-paper)}
body.aym-subpage-body .aym-shell{width:min(1320px,calc(100% - 64px))}
body.aym-subpage-body .aym-page-stack{gap:24px;padding:28px 0 88px}

/* Editorial inner-page hero */
body.aym-subpage-body .aym-page-hero{
  min-height:430px;display:flex;flex-direction:column;justify-content:center;
  padding:58px 64px;border-radius:2px;border:0;border-top:1px solid rgba(201,167,95,.55);
  background:linear-gradient(115deg,#07111f 0%,#030914 100%);box-shadow:none;
}
body.aym-subpage-body .aym-page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 72%,rgba(201,167,95,.055) 72% 72.15%,transparent 72.15%),linear-gradient(0deg,transparent 0 62%,rgba(255,255,255,.025) 62% 62.15%,transparent 62.15%);pointer-events:none}
body.aym-subpage-body .aym-page-hero::after{width:520px;height:520px;opacity:.5}
body.aym-subpage-body .aym-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(60px,8vw,130px);align-items:center}
body.aym-subpage-body .aym-page-title{font-size:clamp(2.65rem,4.7vw,4.9rem);line-height:1.06;letter-spacing:-.045em;max-width:15ch}
body.aym-subpage-body .aym-page-lead{font-size:1.05rem;line-height:1.95;max-width:64ch;margin-top:1.35rem}
body.aym-subpage-body .aym-breadcrumb{margin-bottom:1.6rem;font-size:.72rem}
body.aym-subpage-body .aym-kicker,
body.aym-subpage-body .sv-kicker,
body.aym-subpage-body .ins-tag{border:0!important;border-radius:0!important;background:transparent!important;padding:0!important;letter-spacing:.14em;text-transform:uppercase}
body.aym-subpage-body .aym-kicker::before,
body.aym-subpage-body .sv-kicker::before,
body.aym-subpage-body .ins-tag::before{width:28px;height:1px;border-radius:0;box-shadow:none}
body.aym-subpage-body .aym-hero-side{border:0;border-inline-start:1px solid rgba(255,255,255,.22);border-radius:0;background:transparent;padding:8px 34px}
body.aym-subpage-body .aym-side-title{font-size:1rem;margin-bottom:14px}
body.aym-subpage-body .aym-side-text{font-size:.9rem;line-height:1.85}
body.aym-subpage-body .aym-checklist{gap:.78rem}
body.aym-subpage-body .aym-checklist li{font-size:.86rem;line-height:1.65}
body.aym-subpage-body .aym-checklist li::before{width:5px;height:5px;background:var(--aym-v2-gold);box-shadow:none}

/* Buttons: architectural, not app-like */
body.aym-subpage-body .aym-btn{border-radius:2px;padding:.82rem 1.25rem;min-height:48px;box-shadow:none}
body.aym-subpage-body .aym-btn--primary{background:var(--aym-v2-gold);color:var(--aym-v2-ink)}
body.aym-subpage-body .aym-btn--ghost{background:transparent;border-color:rgba(255,255,255,.34)}
body.aym-subpage-body .sv-page-header .aym-btn--ghost,
body.aym-subpage-body .sv-page-header .aym-btn--outline-dark{
  color:#e5e7eb;
  border-color:rgba(255,255,255,.38);
}
body.aym-subpage-body .sv-page-header .aym-btn--ghost:hover,
body.aym-subpage-body .sv-page-header .aym-btn--outline-dark:hover{
  color:#fff;
  border-color:var(--aym-v2-gold);
  background:rgba(255,255,255,.06);
}

/* Content surfaces */
body.aym-subpage-body .aym-panel,
body.aym-subpage-body .aym-service-card,
body.aym-subpage-body .aym-project-card,
body.aym-subpage-body .en-card,
body.aym-subpage-body .en-lead-card,
body.aym-subpage-body .en-gallery-card{
  border-radius:2px!important;box-shadow:none!important;border:1px solid var(--aym-v2-line)!important;background:var(--aym-v2-white)!important;
}
body.aym-subpage-body .aym-panel{padding:clamp(28px,4vw,52px)}
body.aym-subpage-body .aym-panel-title{font-size:clamp(1.55rem,2.3vw,2.35rem);line-height:1.25;letter-spacing:-.025em}
body.aym-subpage-body .aym-panel-title::after{width:38px;height:1px;border-radius:0;background:var(--aym-v2-gold);margin-top:18px}
body.aym-subpage-body .aym-panel-lead{font-size:1rem;line-height:1.9;max-width:75ch}
body.aym-subpage-body .aym-panel>.aym-kicker{color:#765f2f}
body.aym-subpage-body .aym-service-card{padding:28px;gap:16px;transition:transform .3s ease,border-color .3s ease}
body.aym-subpage-body .aym-service-card:hover{transform:translateY(-5px);border-color:rgba(201,167,95,.6)!important}
body.aym-subpage-body .aym-service-card::after{inset-inline:28px;height:1px;background:var(--aym-v2-gold)}
body.aym-subpage-body .aym-service-title{font-size:1.18rem}
body.aym-subpage-body .aym-project-card{transition:transform .35s ease,border-color .35s ease}
body.aym-subpage-body .aym-project-card:hover{transform:translateY(-5px);border-color:rgba(201,167,95,.55)!important}
body.aym-subpage-body .aym-project-cover{min-height:280px}
body.aym-subpage-body .aym-project-cover::before{background:linear-gradient(0deg,rgba(3,9,20,.82),transparent 67%)!important}
body.aym-subpage-body .aym-project-cover::after{display:none}
body.aym-subpage-body .aym-project-cover-media{filter:saturate(.82) contrast(1.04)}
body.aym-subpage-body .aym-project-card:hover .aym-project-cover-media{transform:scale(1.045);filter:saturate(1) contrast(1.02)}
body.aym-subpage-body .aym-strip{border-radius:2px;padding:clamp(34px,5vw,64px);background:var(--aym-v2-navy);box-shadow:none;border:0;border-top:1px solid rgba(201,167,95,.5)}
body.aym-subpage-body .aym-strip h2{font-size:clamp(1.55rem,2.6vw,2.7rem);line-height:1.25}
body.aym-subpage-body .aym-strip p{font-size:1rem;line-height:1.85}

/* About: institutional platform, separate from leadership and methodology */
body.aym-subpage-body .aym-belief-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:34px;background:var(--aym-v2-line);border:1px solid var(--aym-v2-line)}
body.aym-subpage-body .aym-belief{background:#f8f6f1;padding:clamp(28px,4vw,52px);min-height:290px;display:flex;flex-direction:column;justify-content:space-between}
body.aym-subpage-body .aym-belief--wide{grid-column:1/-1;min-height:auto;display:grid;grid-template-columns:150px minmax(260px,.8fr) 1.2fr;gap:36px;align-items:start;background:var(--aym-v2-ink);color:#fff}
body.aym-subpage-body .aym-belief>span{font:700 .68rem/1.2 "Manrope","Tajawal",sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#765f2f}
body.aym-subpage-body .aym-belief--wide>span{color:#e0bf77}
body.aym-subpage-body .aym-belief h3{font-size:clamp(1.45rem,2.3vw,2.35rem);line-height:1.35;max-width:19ch;margin:42px 0 20px;letter-spacing:-.025em}
body.aym-subpage-body .aym-belief--wide h3{margin:0;max-width:18ch}
body.aym-subpage-body .aym-belief p{font-size:.95rem;line-height:1.9;color:var(--aym-v2-muted);max-width:58ch;margin:0}
body.aym-subpage-body .aym-belief--wide p{color:rgba(255,255,255,.68)}
body.aym-subpage-body .aym-identity-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:34px;border-top:1px solid var(--aym-v2-line)}
body.aym-subpage-body .aym-identity-grid article{padding:30px 0 10px;padding-inline-end:32px;border-inline-end:1px solid var(--aym-v2-line)}
body.aym-subpage-body .aym-identity-grid article+article{padding-inline-start:32px}
body.aym-subpage-body .aym-identity-grid article:last-child{border-inline-end:0}
body.aym-subpage-body .aym-identity-grid span{font:700 .68rem "Manrope",sans-serif;color:#765f2f}
body.aym-subpage-body .aym-identity-grid h3{font-size:1.22rem;margin:22px 0 10px}
body.aym-subpage-body .aym-identity-grid p{font-size:.9rem;line-height:1.8;color:var(--aym-v2-muted);margin:0}

/* About: proof-led introduction and story */
body.aym-subpage-body .aym-about-facts dl{display:grid;gap:0;margin:18px 0 0}
body.aym-subpage-body .aym-about-facts dl>div{display:grid;grid-template-columns:minmax(72px,.42fr) 1fr;gap:18px;align-items:center;padding:18px 0;border-top:1px solid rgba(255,255,255,.14)}
body.aym-subpage-body .aym-about-facts dt{font:800 clamp(1.35rem,2.2vw,2rem)/1 "Manrope","Tajawal",sans-serif;color:#e0bf77;letter-spacing:-.04em}
body.aym-subpage-body .aym-about-facts dt sup{font-size:.55em;vertical-align:top;margin-inline-start:2px}
body.aym-subpage-body .aym-about-facts dd{margin:0;color:rgba(255,255,255,.76);font-size:.82rem;line-height:1.55}
body.aym-subpage-body .aym-about-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:540px;background:var(--aym-v2-ink);color:#fff;border-top:1px solid rgba(201,167,95,.5)}
body.aym-subpage-body .aym-about-story__media{min-height:540px;overflow:hidden;position:relative}
body.aym-subpage-body .aym-about-story__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 58%,rgba(4,11,22,.3));pointer-events:none}
body.aym-subpage-body .aym-about-story__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05)}
body.aym-subpage-body .aym-about-story__copy{padding:clamp(42px,6vw,82px);display:flex;flex-direction:column;justify-content:center}
body.aym-subpage-body .aym-about-story__copy .aym-kicker{color:#e0bf77}
body.aym-subpage-body .aym-about-story__copy h2{margin:20px 0 24px;max-width:18ch;font-size:clamp(2rem,3.5vw,3.65rem);line-height:1.14;letter-spacing:-.035em}
body.aym-subpage-body .aym-about-story__copy p{margin:0;max-width:58ch;color:rgba(255,255,255,.7);font-size:.98rem;line-height:1.95}
body.aym-subpage-body .aym-about-story__copy p+p{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.82)}

/* Leadership: a dedicated editorial page */
body.aym-leadership-page .aym-leadership-hero{background:linear-gradient(125deg,#030914 0 58%,#0b1828 58% 100%)}
body.aym-leadership-page .aym-leadership-hero::after{content:"";position:absolute;inset:auto 7% 0 auto;width:32%;height:68%;border:1px solid rgba(201,167,95,.13);border-bottom:0;border-radius:0;transform:skewX(-12deg);background:transparent}
body.aym-leadership-page .aym-founder{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);min-height:610px;background:var(--aym-v2-ink);color:#fff;border-top:1px solid rgba(201,167,95,.55)}
body.aym-leadership-page .aym-founder-photo{min-height:610px;overflow:hidden;background:#131b25;position:relative}
body.aym-leadership-page .aym-founder-photo::after{content:"";position:absolute;inset:0;box-shadow:inset -1px 0 rgba(201,167,95,.28);background:linear-gradient(0deg,rgba(4,11,22,.18),transparent 36%);pointer-events:none}
body.aym-leadership-page .aym-founder-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.94) contrast(1.02)}
body.aym-leadership-page .aym-founder-copy{padding:clamp(40px,6vw,86px);display:flex;flex-direction:column;justify-content:center}
body.aym-leadership-page .aym-founder-copy .aym-kicker{color:#dfbe76}
body.aym-leadership-page .aym-founder-copy h2{font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.08;margin:28px 0 12px;letter-spacing:-.04em}
body.aym-leadership-page .aym-founder-role{font-weight:700;color:#d9bb78!important;margin-bottom:28px!important}
body.aym-leadership-page .aym-founder-copy>p:last-of-type{font-size:1.02rem;line-height:1.95;color:rgba(255,255,255,.7);max-width:62ch}
body.aym-leadership-page .aym-expertise-list{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;padding:22px 0 0;margin:22px 0 0;border-top:1px solid rgba(255,255,255,.16)}
body.aym-leadership-page .aym-expertise-list li{font-size:.78rem;font-weight:700;color:#d9bb78}
body.aym-leadership-page .aym-leader-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:36px;background:var(--aym-v2-line);border:1px solid var(--aym-v2-line)}
body.aym-leadership-page .aym-leader-profile{background:#fff;padding-bottom:30px}
body.aym-leadership-page .aym-leader-image{aspect-ratio:4/5;overflow:hidden;background:#0c1725;position:relative}
body.aym-leadership-page .aym-leader-image::after{content:"";position:absolute;inset:0;border-bottom:1px solid rgba(201,167,95,.35);background:linear-gradient(0deg,rgba(4,11,22,.18),transparent 28%);pointer-events:none}
body.aym-leadership-page .aym-leader-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.94) contrast(1.01);transition:transform .45s ease,filter .3s ease}
body.aym-leadership-page .aym-leader-profile:hover img{transform:scale(1.018);filter:saturate(1) contrast(1)}
body.aym-leadership-page .aym-leader-profile>span,body.aym-leadership-page .aym-leader-profile>h3,body.aym-leadership-page .aym-leader-profile>p,body.aym-leadership-page .aym-leader-profile>ul{margin-inline:26px}
body.aym-leadership-page .aym-leader-focus{display:block;margin-top:25px;color:#765f2f;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body.aym-leadership-page .aym-leader-profile h3{font-size:1.45rem;margin-top:8px;margin-bottom:6px}
body.aym-leadership-page .aym-leader-role{font-size:.8rem;font-weight:700;color:#765f2f;margin-top:0;margin-bottom:20px}
body.aym-leadership-page .aym-leader-profile>p:last-of-type{font-size:.88rem;line-height:1.8;color:var(--aym-v2-muted)}
body.aym-leadership-page .aym-leader-profile .aym-expertise-list{border-color:var(--aym-v2-line);gap:7px 13px}
body.aym-leadership-page .aym-leader-profile .aym-expertise-list li{color:#59616b;font-size:.7rem}
body.aym-leadership-page .aym-responsibility{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;padding:clamp(42px,6vw,78px);background:#0a1421;color:#fff;border-top:1px solid rgba(201,167,95,.5)}
body.aym-leadership-page .aym-responsibility>div:first-child h2{font-size:clamp(1.9rem,3vw,3.1rem);line-height:1.25;margin:24px 0 0;max-width:13ch}
body.aym-leadership-page .aym-responsibility .aym-kicker{color:#dfbe76}
body.aym-leadership-page .aym-responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.14)}
body.aym-leadership-page .aym-responsibility-grid article{background:#0a1421;padding:12px 25px 24px}
body.aym-leadership-page .aym-responsibility-grid span{font:.7rem "Manrope",sans-serif;color:#dfbe76}
body.aym-leadership-page .aym-responsibility-grid h3{font-size:1.05rem;margin:35px 0 12px}
body.aym-leadership-page .aym-responsibility-grid p{font-size:.82rem;line-height:1.75;color:rgba(255,255,255,.62);margin:0}

/* Leadership V2 — image-led institutional composition */
body.aym-leadership-page .aym-leadership-hero{min-height:465px;padding-block:32px;overflow:hidden}
body.aym-leadership-page .aym-leadership-hero::after{display:none}
body.aym-leadership-page .aym-leadership-hero-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);gap:clamp(32px,4vw,56px);align-items:center;min-height:310px}
body.aym-leadership-page .aym-leadership-hero-copy{align-self:center;position:relative;z-index:2}
body.aym-leadership-page .aym-leadership-hero-copy .aym-page-title{max-width:14ch;font-size:clamp(2.2rem,3.5vw,3.55rem)}
body.aym-leadership-page .aym-leadership-proof{display:flex;flex-wrap:wrap;gap:0;margin-top:24px;border-top:1px solid rgba(255,255,255,.18);max-width:680px}
body.aym-leadership-page .aym-leadership-proof span{padding:14px 0;margin-inline-end:22px;color:#e0bf77;font-size:.7rem;font-weight:700;letter-spacing:.03em}
body.aym-leadership-page .aym-portrait-composition{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;align-items:end;height:265px;position:relative;z-index:2}
body.aym-leadership-page .aym-portrait-composition::before{content:"";position:absolute;inset:-24px -24px 24px 34%;border:1px solid rgba(201,167,95,.14);z-index:-1}
body.aym-leadership-page .aym-portrait-tile{margin:0;overflow:hidden;background:#101a28;border-top:2px solid rgba(201,167,95,.72);height:100%}
body.aym-leadership-page .aym-portrait-tile--2{height:84%}
body.aym-leadership-page .aym-portrait-tile--3{height:94%}
body.aym-leadership-page .aym-portrait-tile--4{height:76%}
body.aym-leadership-page .aym-portrait-tile img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.9) contrast(1.03)}

body.aym-leadership-page .aym-founder-spotlight{display:grid;grid-template-columns:minmax(270px,330px) minmax(0,1fr);gap:clamp(12px,2vw,28px);background:#fff;border:1px solid var(--aym-v2-line);min-height:490px;padding:26px}
body.aym-leadership-page .aym-founder-visual{position:relative;overflow:hidden;background:#07101d;min-height:0;aspect-ratio:4/5;align-self:center}
body.aym-leadership-page .aym-founder-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,9,19,.72),transparent 36%);pointer-events:none}
body.aym-leadership-page .aym-founder-visual>img{width:100%;height:100%;object-fit:cover;object-position:center top}
body.aym-leadership-page .aym-founder-index{position:absolute;top:18px;inset-inline-start:18px;z-index:2;color:#e4c37a;font:700 .6rem "Manrope",sans-serif;letter-spacing:.13em}
body.aym-leadership-page .aym-founder-years{position:absolute;z-index:2;bottom:20px;inset-inline-start:20px;color:#fff;display:flex;align-items:flex-end;gap:10px}
body.aym-leadership-page .aym-founder-years strong{font:500 clamp(2.8rem,4vw,4rem)/.82 "Manrope",sans-serif;letter-spacing:-.07em}
body.aym-leadership-page .aym-founder-years sup{font-size:1.2rem;color:#e4c37a}
body.aym-leadership-page .aym-founder-years span{font-size:.75rem;color:rgba(255,255,255,.72);padding-bottom:5px}
body.aym-leadership-page .aym-founder-content{padding:clamp(24px,3.5vw,48px);display:flex;flex-direction:column;justify-content:center}
body.aym-leadership-page .aym-founder-content>.aym-kicker{color:#765f2f}
body.aym-leadership-page .aym-founder-content h2{font-size:clamp(1.95rem,3vw,3.15rem);line-height:1.1;letter-spacing:-.035em;margin:18px 0 9px}
body.aym-leadership-page .aym-founder-content .aym-founder-role{color:#765f2f!important;font-size:.82rem;line-height:1.6;font-weight:800;margin:0 0 20px}
body.aym-leadership-page .aym-founder-bio{font-size:.94rem;line-height:1.85;color:var(--aym-v2-muted);max-width:58ch;margin-bottom:0}
body.aym-leadership-page .aym-founder-message{margin:18px 0 0;padding:16px 20px;border:0;border-inline-start:2px solid var(--aym-v2-gold);background:#f6f3ec}
body.aym-leadership-page .aym-founder-message>span{font-size:.68rem;color:#765f2f;font-weight:800;letter-spacing:.04em}
body.aym-leadership-page .aym-founder-message p{font-size:.88rem;line-height:1.82;color:#303946;margin:10px 0}
body.aym-leadership-page .aym-founder-message footer{font-size:.7rem;color:#765f2f;font-weight:800}
body.aym-leadership-page .aym-founder-content .aym-expertise-list{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;padding:0;margin:20px 0 0}
body.aym-leadership-page .aym-founder-content .aym-expertise-list li{font-size:.74rem;font-weight:800;color:#765f2f}

body.aym-leadership-page .aym-council{padding:clamp(38px,4.5vw,56px);background:#07101d;color:#fff;border-top:1px solid rgba(201,167,95,.55)}
body.aym-leadership-page .aym-council-head{display:grid;grid-template-columns:1fr minmax(280px,.65fr);gap:48px;align-items:end;margin-bottom:32px}
body.aym-leadership-page .aym-council-head .aym-kicker{color:#dfbe76}
body.aym-leadership-page .aym-council-head h2{font-size:clamp(2rem,3.3vw,3.5rem);line-height:1.1;letter-spacing:-.035em;margin:20px 0 0}
body.aym-leadership-page .aym-council-head>p{color:rgba(255,255,255,.62);font-size:.88rem;line-height:1.8;margin:0}
body.aym-leadership-page .aym-council-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
body.aym-leadership-page .aym-council-member{background:#0c1725;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,border-color .3s ease}
body.aym-leadership-page .aym-council-member:hover{transform:translateY(-6px);border-color:rgba(201,167,95,.55)}
body.aym-leadership-page .aym-council-image{position:relative;height:clamp(190px,22vw,278px);overflow:hidden}
body.aym-leadership-page .aym-council-image::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,11,22,.96) 0,rgba(4,11,22,.18) 52%,transparent 72%)}
body.aym-leadership-page .aym-council-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .5s ease}
body.aym-leadership-page .aym-council-member:hover .aym-council-image img{transform:scale(1.025)}
body.aym-leadership-page .aym-council-overlay{position:absolute;z-index:2;inset-inline:20px;bottom:18px}
body.aym-leadership-page .aym-council-overlay span{color:#dfbe76;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
body.aym-leadership-page .aym-council-overlay h3{font-size:1.28rem;line-height:1.2;margin:7px 0 4px}
body.aym-leadership-page .aym-council-overlay p{font-size:.76rem;color:rgba(255,255,255,.68);margin:0;line-height:1.55}
body.aym-leadership-page .aym-council-detail{padding:18px}
body.aym-leadership-page .aym-council-detail>p{font-size:.8rem;line-height:1.72;color:rgba(255,255,255,.62);min-height:68px;margin:0}
body.aym-leadership-page .aym-council-detail ul{display:flex;flex-wrap:wrap;list-style:none;gap:7px 14px;padding:18px 0 0;margin:18px 0 0;border-top:1px solid rgba(255,255,255,.12)}
body.aym-leadership-page .aym-council-detail li{font-size:.68rem;font-weight:700;color:#dfbe76}

body.aym-leadership-page .aym-responsibility{background:#fff;color:var(--aym-v2-ink);border:1px solid var(--aym-v2-line)}
body.aym-leadership-page .aym-responsibility .aym-kicker{color:#765f2f}
body.aym-leadership-page .aym-responsibility-grid{background:var(--aym-v2-line)}
body.aym-leadership-page .aym-responsibility-grid article{background:#fff}
body.aym-leadership-page .aym-responsibility-grid span{color:#765f2f}
body.aym-leadership-page .aym-responsibility-grid p{color:var(--aym-v2-muted)}

/* Service detail pages */
body.aym-subpage-body .sv-page-header{min-height:470px;display:flex;align-items:center;padding:58px 0;background:linear-gradient(115deg,#07111f,#030914);box-shadow:none;border-bottom:0;border-top:1px solid rgba(201,167,95,.48)}
body.aym-subpage-body .sv-ph-inner{grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);gap:clamp(60px,8vw,130px);align-items:center}
body.aym-subpage-body .sv-ph-title{font-size:clamp(2.65rem,4.6vw,4.8rem);line-height:1.05;letter-spacing:-.045em;max-width:15ch;margin-bottom:1.25rem}
body.aym-subpage-body .sv-ph-title::after{width:42px;height:1px;border-radius:0}
body.aym-subpage-body .sv-ph-desc{font-size:1.05rem;line-height:1.95}
body.aym-subpage-body .sv-ph-aside{border:0;border-inline-start:1px solid rgba(255,255,255,.22);border-radius:0;background:transparent;padding:8px 32px;box-shadow:none}
body.aym-subpage-body .sv-ph-stat{border:0;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;padding:.7rem 0}
body.aym-subpage-body .sv-overview-shell,
body.aym-subpage-body .sv-card,
body.aym-subpage-body .sv-side-panel,
body.aym-subpage-body .sv-dark-shell,
body.aym-subpage-body .sv-step,
body.aym-subpage-body .sv-faq-item,
body.aym-subpage-body .sv-cta-shell{border-radius:2px;box-shadow:none}
body.aym-subpage-body .sv-overview-shell{padding:clamp(30px,4vw,55px);background:#fff}
body.aym-subpage-body .sv-overview-shell::before,body.aym-subpage-body .sv-cta-shell::before{inset-inline:30px;height:1px;background:var(--aym-v2-gold)}
body.aym-subpage-body .sv-h2{font-size:clamp(1.75rem,2.7vw,2.75rem);letter-spacing:-.03em}
body.aym-subpage-body .sv-h2::after{height:1px;width:38px;border-radius:0}
body.aym-subpage-body .sv-card{padding:26px;background:#fff}
body.aym-subpage-body .sv-step{padding:24px;background:#fff;border-color:var(--aym-v2-line)}
body.aym-subpage-body .sv-step-no{width:auto;height:auto;border-radius:0;background:transparent;color:#9a7d42;font-size:.72rem}
body.aym-subpage-body .sv-cta-shell{padding:clamp(42px,6vw,76px) 30px;background:#fff}

/* Editorial insight pages */
body.aym-subpage-body .ins-page-header{min-height:400px;display:flex;align-items:center;padding:62px 0;background:linear-gradient(115deg,#07111f,#030914);box-shadow:none;border-top:1px solid rgba(201,167,95,.48);border-bottom:0}
body.aym-subpage-body .ins-page-header::after{font-size:11rem;color:rgba(201,167,95,.045)}
body.aym-subpage-body .ins-title{font-size:clamp(2.65rem,4.8vw,4.9rem);line-height:1.05;letter-spacing:-.045em;max-width:18ch;margin:1rem 0}
body.aym-subpage-body .ins-title::after{height:1px;width:42px;border-radius:0}
body.aym-subpage-body .ins-desc{font-size:1.05rem;line-height:1.95}
body.aym-subpage-body .ins-shell,
body.aym-subpage-body .ins-card,
body.aym-subpage-body .ins-article,
body.aym-subpage-body .ins-side,
body.aym-subpage-body .ins-cta{border-radius:2px;box-shadow:none}
body.aym-subpage-body .ins-article{padding:clamp(30px,5vw,64px);border-top:1px solid rgba(201,167,95,.55)}
body.aym-subpage-body .ins-article h2{font-size:clamp(1.35rem,2vw,1.8rem);margin:1.8rem 0 .7rem}
body.aym-subpage-body .ins-article p,body.aym-subpage-body .ins-article li{font-size:1rem;line-height:2}
body.aym-subpage-body .ins-side{position:sticky;top:96px;padding:28px;background:#fff}
body.aym-subpage-body .ins-cta{background:var(--aym-v2-navy);padding:24px}

/* Footer refinement */
.site-footer{margin-top:0!important;background:var(--aym-v2-navy)!important}
.site-footer .footer-card{border-radius:0!important}

@media(max-width:1050px){
  .aym-header-nav{display:none!important}
  .aym-header-menu-btn{display:inline-flex!important;width:44px!important;height:44px!important;min-width:44px;min-height:44px;padding:8px!important}
}

@media(max-width:1024px){
  .aym-header-inner{width:min(100% - 32px,1320px)!important}
  body.aym-subpage-body .aym-shell{width:min(100% - 32px,1320px)}
  body.aym-subpage-body .aym-hero-grid,body.aym-subpage-body .sv-ph-inner{grid-template-columns:1fr;gap:38px}
  body.aym-subpage-body .aym-about-story{grid-template-columns:1fr;min-height:0}
  body.aym-subpage-body .aym-about-story__media{min-height:0;aspect-ratio:16/8}
  body.aym-subpage-body .aym-page-title,body.aym-subpage-body .sv-ph-title{max-width:18ch}
  body.aym-leadership-page .aym-founder{grid-template-columns:.9fr 1.1fr}
  body.aym-leadership-page .aym-leader-grid{grid-template-columns:repeat(2,1fr)}
  body.aym-leadership-page .aym-responsibility{grid-template-columns:1fr;gap:40px}
  body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:30px;min-height:0}
  body.aym-leadership-page .aym-portrait-composition{height:250px}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:minmax(250px,300px) 1fr;padding:22px}
  body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-portrait-composition{height:240px}
  body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .aym-header-inner{width:calc(100% - 24px)!important;min-height:68px!important}
  body.aym-subpage-body .aym-shell{width:calc(100% - 24px)}
  body.aym-subpage-body .aym-page-stack{padding:12px 0 58px;gap:12px}
  body.aym-subpage-body .aym-page-hero{min-height:auto;padding:40px 24px}
  body.aym-subpage-body .aym-page-title,body.aym-subpage-body .sv-ph-title,body.aym-subpage-body .ins-title{font-size:clamp(2.15rem,10.5vw,3.05rem);max-width:none}
  body.aym-subpage-body .aym-page-lead,body.aym-subpage-body .sv-ph-desc,body.aym-subpage-body .ins-desc{font-size:.95rem;line-height:1.85}
  body.aym-subpage-body .aym-hero-side,body.aym-subpage-body .sv-ph-aside{border-inline-start:0;border-top:1px solid rgba(255,255,255,.2);padding:24px 0 0}
  body.aym-subpage-body .sv-page-header,body.aym-subpage-body .ins-page-header{min-height:auto;padding:42px 0}
  body.aym-subpage-body .aym-panel{padding:26px 20px}
  body.aym-subpage-body .aym-about-facts dl>div{grid-template-columns:78px 1fr;gap:14px;padding:16px 0}
  body.aym-subpage-body .aym-about-story__media{aspect-ratio:4/3}
  body.aym-subpage-body .aym-about-story__copy{padding:34px 24px 40px}
  body.aym-subpage-body .aym-about-story__copy h2{font-size:clamp(1.8rem,8.5vw,2.35rem)}
  body.aym-subpage-body .aym-project-cover{min-height:250px}
  body.aym-subpage-body .ins-side{position:static}
  body.aym-subpage-body .aym-belief-grid,body.aym-subpage-body .aym-identity-grid{grid-template-columns:1fr}
  body.aym-subpage-body .aym-belief{min-height:auto}
  body.aym-subpage-body .aym-belief--wide{grid-column:auto;grid-template-columns:1fr;gap:20px}
  body.aym-subpage-body .aym-belief h3{margin:28px 0 16px}
  body.aym-subpage-body .aym-belief--wide h3{margin:0}
  body.aym-subpage-body .aym-identity-grid article,body.aym-subpage-body .aym-identity-grid article+article{padding:26px 0;border-inline-end:0;border-bottom:1px solid var(--aym-v2-line)}
  body.aym-subpage-body .aym-identity-grid article:last-child{border-bottom:0}
  body.aym-leadership-page .aym-founder{grid-template-columns:1fr;min-height:auto}
  body.aym-leadership-page .aym-founder-photo{min-height:0;aspect-ratio:4/4.25}
  body.aym-leadership-page .aym-founder-copy{padding:34px 24px 42px}
  body.aym-leadership-page .aym-leader-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-leader-image{aspect-ratio:4/5}
  body.aym-leadership-page .aym-responsibility{padding:38px 24px}
  body.aym-leadership-page .aym-responsibility-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-leadership-hero{padding:32px 22px 0}
  body.aym-leadership-page .aym-leadership-hero-copy .aym-page-title{font-size:clamp(2rem,9vw,2.55rem)}
  body.aym-leadership-page .aym-leadership-proof{margin-top:20px}
  body.aym-leadership-page .aym-leadership-proof span{font-size:.66rem;margin-inline-end:14px}
  body.aym-leadership-page .aym-portrait-composition{grid-template-columns:1fr 1fr;height:230px;margin-top:8px}
  body.aym-leadership-page .aym-portrait-tile{height:100%}
  body.aym-leadership-page .aym-portrait-tile--3,body.aym-leadership-page .aym-portrait-tile--4{display:none}
  body.aym-leadership-page .aym-portrait-composition::before{inset:-12px -12px 20px 38%}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:1fr;min-height:0;padding:16px}
  body.aym-leadership-page .aym-founder-visual{min-height:0;height:320px;aspect-ratio:auto}
  body.aym-leadership-page .aym-founder-content{padding:32px 22px 38px}
  body.aym-leadership-page .aym-founder-content h2{font-size:2.15rem}
  body.aym-leadership-page .aym-founder-message{padding:16px 18px}
  body.aym-leadership-page .aym-council{padding:38px 18px}
  body.aym-leadership-page .aym-council-head{grid-template-columns:1fr;gap:24px}
  body.aym-leadership-page .aym-council-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-council-image{height:230px}
  body.aym-leadership-page .aym-council-detail>p{min-height:0}
}

/* Leadership v7 cascade guard */
body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr)}
body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:minmax(220px,270px) minmax(0,1fr);min-height:420px;padding:22px;gap:20px}
body.aym-leadership-page .aym-founder-visual{width:100%;max-width:270px;justify-self:center}
body.aym-leadership-page .aym-founder-content{padding:clamp(22px,3vw,38px)}
body.aym-leadership-page .aym-founder-content h2{font-size:clamp(1.8rem,2.6vw,2.65rem);margin-top:14px}
body.aym-leadership-page .aym-founder-bio{font-size:.88rem;line-height:1.8}
body.aym-leadership-page .aym-founder-message{padding:14px 18px;margin-top:15px}
body.aym-leadership-page .aym-founder-message p{font-size:.84rem;line-height:1.75}
body.aym-leadership-page .aym-council{padding:clamp(42px,5vw,64px);background:#f4f0ea;color:var(--aym-v2-ink);border:1px solid var(--aym-v2-line)}
body.aym-leadership-page .aym-council-head{margin-bottom:44px;border-bottom:1px solid var(--aym-v2-line);padding-bottom:28px}
body.aym-leadership-page .aym-council-head .aym-kicker{color:#765f2f}
body.aym-leadership-page .aym-council-head h2{font-size:clamp(1.9rem,3vw,3rem)}
body.aym-leadership-page .aym-council-head>p{color:var(--aym-v2-muted)}
body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(3,minmax(0,250px));justify-content:center;gap:clamp(28px,5vw,72px)}
body.aym-leadership-page .aym-council-member{width:100%;background:transparent;border:0;text-align:center;transition:transform .35s ease}
body.aym-leadership-page .aym-council-member:hover{transform:translateY(-5px);border-color:transparent}
body.aym-leadership-page .aym-council-image{height:auto;aspect-ratio:1/1.08;background:#f4f0ea;border-bottom:2px solid var(--aym-v2-gold)}
body.aym-leadership-page .aym-council-image::after{display:none}
body.aym-leadership-page .aym-council-identity{padding:18px 4px 0}
body.aym-leadership-page .aym-council-identity span{display:block;color:#8a6b2d;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
body.aym-leadership-page .aym-council-identity h3{margin:8px 0 5px;font-size:1.15rem;line-height:1.35}
body.aym-leadership-page .aym-council-identity p{margin:0;color:var(--aym-v2-muted);font-size:.76rem;line-height:1.6}
@media(max-width:900px){
  body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:1fr}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:minmax(210px,250px) 1fr}
  body.aym-leadership-page .aym-council-grid{gap:32px}
}
@media(max-width:700px){
  body.aym-leadership-page .aym-leadership-hero{padding-bottom:22px}
  body.aym-leadership-page .aym-founder-spotlight{grid-template-columns:1fr;padding:14px}
  body.aym-leadership-page .aym-founder-visual{height:285px;max-width:228px}
  body.aym-leadership-page .aym-founder-content{padding:26px 16px 30px}
  body.aym-leadership-page .aym-council{padding:36px 16px}
  body.aym-leadership-page .aym-council-head{margin-bottom:32px}
  body.aym-leadership-page .aym-council-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}
  body.aym-leadership-page .aym-council-member:last-child:nth-child(odd){grid-column:1/-1;width:calc((100% - 14px)/2);justify-self:center}
  body.aym-leadership-page .aym-council-image{height:auto;aspect-ratio:1/1.12}
  body.aym-leadership-page .aym-council-identity{padding-top:14px}
  body.aym-leadership-page .aym-council-identity h3{font-size:1rem}
  body.aym-leadership-page .aym-council-identity p{font-size:.69rem}
}

/* Leadership v10 final cascade */
body.aym-leadership-page .aym-leadership-hero{min-height:370px;background:radial-gradient(circle at 50% 58%,rgba(201,167,95,.075),transparent 34%),linear-gradient(112deg,#07111f 0%,#030914 100%)}
body.aym-leadership-page .aym-leadership-hero::before{content:"";display:block;position:absolute;inset:0;background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.045) 50%,transparent calc(50% + .5px)),linear-gradient(0deg,transparent calc(50% - .5px),rgba(255,255,255,.032) 50%,transparent calc(50% + .5px));pointer-events:none}
body.aym-leadership-page .aym-leadership-hero::after{content:"AYM";display:block;position:absolute;inset:auto;left:50%;top:54%;width:auto;height:auto;border:0;background:transparent;transform:translate(-50%,-50%);font:700 clamp(8rem,18vw,15rem)/1 "Manrope",sans-serif;letter-spacing:-.09em;color:rgba(201,167,95,.028);pointer-events:none;z-index:0}
body.aym-leadership-page .aym-leadership-hero-grid{grid-template-columns:1fr;min-height:230px;place-items:center}
body.aym-leadership-page .aym-leadership-hero-copy{position:relative;z-index:1;max-width:820px;margin-inline:auto;text-align:center}
body.aym-leadership-page .aym-leadership-hero-copy .aym-kicker{justify-content:center}
body.aym-leadership-page .aym-leadership-hero-copy .aym-page-title{max-width:18ch;margin-inline:auto}
body.aym-leadership-page .aym-leadership-hero-copy .aym-page-lead{max-width:62ch;margin-inline:auto}
body.aym-leadership-page .aym-leadership-proof{position:relative;justify-content:center;max-width:640px;margin-inline:auto}
body.aym-leadership-page .aym-leadership-proof::before{content:"";position:absolute;top:-1px;left:50%;width:72px;height:2px;background:var(--aym-v2-gold);transform:translateX(-50%)}
body.aym-leadership-page .aym-leadership-symbol{min-height:245px;display:grid;place-items:center;border-inline-start:1px solid rgba(255,255,255,.1)}
body.aym-leadership-page .aym-leadership-symbol-bars{position:relative;width:220px;height:180px;display:flex;align-items:flex-end;justify-content:center;gap:9px;padding:20px}
body.aym-leadership-page .aym-leadership-symbol-bars::before{content:"";position:absolute;inset:0;border:1px solid rgba(201,167,95,.18)}
body.aym-leadership-page .aym-leadership-symbol-bars i{display:block;width:31px;border-top:2px solid var(--aym-v2-gold);background:linear-gradient(180deg,rgba(201,167,95,.18),rgba(201,167,95,.025))}
body.aym-leadership-page .aym-leadership-symbol-bars i:nth-child(1){height:42%}
body.aym-leadership-page .aym-leadership-symbol-bars i:nth-child(2){height:66%}
body.aym-leadership-page .aym-leadership-symbol-bars i:nth-child(3){height:88%}
body.aym-leadership-page .aym-leadership-symbol-bars i:nth-child(4){height:56%}
body.aym-leadership-page .aym-leadership-symbol-bars b{position:absolute;inset-inline-start:50%;top:50%;transform:translate(-50%,-50%);padding:9px 12px;background:#07101d;border:1px solid rgba(201,167,95,.45);color:#dfbe76;font:700 .7rem/1 "Manrope",sans-serif;letter-spacing:.18em}
body.aym-leadership-page .aym-leadership-plan{min-height:245px;display:grid;place-items:center;border-inline-start:1px solid rgba(255,255,255,.1)}
body.aym-leadership-page .aym-leadership-plan svg{width:min(100%,320px);height:auto;overflow:visible;transform:rotate(-1.5deg)}
body.aym-leadership-page .aym-leadership-plan svg>path{fill:none;stroke:rgba(255,255,255,.28);stroke-width:1.15;vector-effect:non-scaling-stroke}
body.aym-leadership-page .aym-leadership-plan .plan-grid{stroke:rgba(255,255,255,.055);stroke-width:.6}
body.aym-leadership-page .aym-leadership-plan .plan-boundary{stroke:rgba(201,167,95,.72);stroke-width:1.6}
body.aym-leadership-page .aym-leadership-plan .plan-road{stroke:rgba(255,255,255,.5);stroke-width:4;stroke-dasharray:2 7;stroke-linecap:round}
body.aym-leadership-page .aym-leadership-plan .plan-gold{fill:rgba(201,167,95,.12);stroke:var(--aym-v2-gold);stroke-width:1.45}
body.aym-leadership-page .aym-leadership-plan .plan-node{fill:#07101d;stroke:var(--aym-v2-gold);stroke-width:2}
body.aym-leadership-page .aym-leadership-plan .plan-dim{stroke:rgba(201,167,95,.48);stroke-width:.8;stroke-dasharray:4 4}
body.aym-leadership-page .aym-founder-spotlight{background:#f4f0ea}
body.aym-leadership-page .aym-founder-visual{background:#f4f0ea;box-shadow:0 18px 38px rgba(7,16,29,.1)}
body.aym-leadership-page .aym-founder-visual::after{display:none}
body.aym-leadership-page .aym-founder-message{margin-top:12px;background:rgba(255,255,255,.48)}
body.aym-leadership-page .aym-founder-message>span{display:flex;align-items:center;gap:10px}
body.aym-leadership-page .aym-founder-message>span::after{content:"";width:36px;height:1px;background:rgba(118,95,47,.42)}
body.aym-leadership-page .aym-council-image{box-shadow:0 14px 32px rgba(7,16,29,.1);transition:box-shadow .35s ease}
body.aym-leadership-page .aym-council-member:hover .aym-council-image{box-shadow:0 20px 42px rgba(7,16,29,.15)}
body.aym-leadership-page .aym-responsibility{position:relative;grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);gap:clamp(36px,5vw,72px);align-items:center;padding:clamp(38px,4.5vw,58px);background:#07101d;color:#fff;border:0;border-top:1px solid rgba(201,167,95,.72);box-shadow:0 -14px 34px rgba(7,16,29,.06);overflow:hidden}
body.aym-leadership-page .aym-responsibility::before{content:"";position:absolute;top:-1px;inset-inline-start:clamp(38px,4.5vw,58px);width:72px;height:3px;background:var(--aym-v2-gold)}
body.aym-leadership-page .aym-responsibility::after{content:"";position:absolute;width:260px;height:260px;inset-inline-start:-170px;bottom:-190px;border:1px solid rgba(201,167,95,.18);transform:rotate(45deg);pointer-events:none}
body.aym-leadership-page .aym-responsibility .aym-kicker{color:#dfbe76}
body.aym-leadership-page .aym-responsibility>div:first-child h2{max-width:15ch;margin:18px 0 0;font-size:clamp(1.8rem,2.7vw,2.8rem);line-height:1.23}
body.aym-leadership-page .aym-responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:transparent;border-block:1px solid rgba(255,255,255,.14)}
body.aym-leadership-page .aym-responsibility-grid article{position:relative;background:transparent;padding:24px 24px 26px}
body.aym-leadership-page .aym-responsibility-grid article+article{border-inline-start:1px solid rgba(255,255,255,.14)}
body.aym-leadership-page .aym-responsibility-grid article::before{content:"";position:absolute;top:-1px;inset-inline-start:24px;width:32px;height:2px;background:var(--aym-v2-gold)}
body.aym-leadership-page .aym-responsibility-grid span{font:.65rem "Manrope",sans-serif;color:#dfbe76;letter-spacing:.04em}
body.aym-leadership-page .aym-responsibility-grid h3{margin:24px 0 10px;font-size:.98rem;line-height:1.45;color:#fff}
body.aym-leadership-page .aym-responsibility-grid p{margin:0;font-size:.76rem;line-height:1.75;color:rgba(255,255,255,.62)}
@media(max-width:900px){
  body.aym-leadership-page .aym-responsibility{grid-template-columns:1fr;gap:30px}
  body.aym-leadership-page .aym-responsibility>div:first-child h2{max-width:none}
}
@media(max-width:700px){
  body.aym-leadership-page .aym-leadership-hero{min-height:auto}
  body.aym-leadership-page .aym-leadership-hero::before{background:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.035) 50%,transparent calc(50% + .5px))}
  body.aym-leadership-page .aym-leadership-hero::after{display:none}
  body.aym-leadership-page .aym-leadership-symbol{display:none}
  body.aym-leadership-page .aym-leadership-plan{display:none}
  body.aym-leadership-page .aym-responsibility{padding:34px 24px;gap:26px}
  body.aym-leadership-page .aym-responsibility-grid{grid-template-columns:1fr;border-bottom:0}
  body.aym-leadership-page .aym-responsibility-grid article{padding:22px 4px 24px}
  body.aym-leadership-page .aym-responsibility-grid article+article{border-inline-start:0;border-top:1px solid rgba(255,255,255,.14)}
  body.aym-leadership-page .aym-responsibility-grid article::before{inset-inline-start:4px}
  body.aym-leadership-page .aym-responsibility-grid h3{margin-top:20px}
}

/* Pre-launch interaction and readability pass */
.sv-ph-stat-l{font-size:.8rem;line-height:1.55;color:#a9bdd0}

@media(max-width:700px){
  .aym-header-brand{min-height:44px}
  .aym-header-menu-btn{width:44px!important;height:44px!important;min-width:44px;min-height:44px;padding:8px!important}
  .aym-breadcrumb a,.services-breadcrumb a,.sv-breadcrumb a,.contact-breadcrumb a,
  .ins-card-link,.aym-inline-link,.services-lifecycle-grid a,.site-footer a{
    min-height:44px
  }
  .aym-filter-btn{min-height:44px;padding-block:.65rem}
  .site-footer .footer-social a{width:44px;height:44px;min-width:44px;padding:0}
  body.aym-leadership-page .aym-founder-bio,
  body.aym-leadership-page .aym-founder-message p{font-size:.94rem;line-height:1.82}
  body.aym-leadership-page .aym-council-identity p,
  body.aym-leadership-page .aym-council-detail>p,
  body.aym-leadership-page .aym-responsibility-grid p{font-size:.86rem;line-height:1.75}
}

/* Shared interaction language: precise gold focus and restrained elevation. */
:where(a,button,input,select,textarea):focus-visible{
  outline:2px solid #d6b15f;
  outline-offset:3px;
}
.aym-header-cta,
body.aym-subpage-body .aym-btn{
  min-height:44px;
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease;
}
@media(hover:hover){
  body.aym-subpage-body .aym-btn--primary:hover{
    background:#d6b56d;
    color:var(--aym-v2-ink);
    transform:translateY(-2px);
  }
  body.aym-subpage-body .aym-btn--ghost:hover,
  body.aym-subpage-body .aym-btn--outline-dark:hover{
    border-color:var(--aym-v2-gold);
    transform:translateY(-2px);
  }
}
.aym-header-cta:active,
body.aym-subpage-body .aym-btn:active{transform:translateY(0)}
@media(prefers-reduced-motion:reduce){
  .aym-header-cta,
  body.aym-subpage-body .aym-btn{transition:none!important}
}
