/* AES Clean Theme v1.1.0 — canonical master profile presentation.
 * Public profile presentation is owned exclusively by the Theme.
 * Core supplies semantic markup/data and functional JavaScript only.
 */

/* v1.0.32 — canonical Craft / Master / Motif master profile system. */
:root{--aes-container:1280px!important}

.aes-master-profile{
  width:min(calc(100% - (var(--aes-gutter)*2)),1280px);
  max-width:1280px;
  margin:0 auto;
  padding:42px 0 84px;
  display:grid;
  grid-template-columns:350px minmax(0,882px);
  gap:48px;
  align-items:start;
}
.aes-master-sidebar,.aes-master-main{min-width:0}
@media(min-width:1101px){.aes-master-sidebar__sticky{position:sticky;top:210px}}

.aes-master-identity__image{
  width:100%;aspect-ratio:1/1;overflow:hidden;
  background:var(--aes-surface);border:1px solid var(--aes-line);
}
.aes-master-profile--master .aes-master-identity__image{aspect-ratio:4/5}
.aes-master-identity__image img{display:block;width:100%;height:100%;object-fit:cover}
.aes-master-profile--motif .aes-master-identity__image img{object-fit:contain;background:#f3efe6}
.aes-master-identity{padding:16px 0 15px;border-bottom:1px solid var(--aes-line)}
.aes-master-identity h2{margin:0 0 6px!important;font-size:22px!important;line-height:1.18!important;color:var(--aes-navy)!important}
.aes-master-id{display:inline-block;color:var(--aes-gold);font-size:10px;line-height:1.2;letter-spacing:.055em;background:transparent}

.aes-master-sidecard{padding:15px 0;border-bottom:1px solid var(--aes-line)}
.aes-master-sidecard h3{margin:0 0 10px!important;color:var(--aes-navy)!important;font-family:var(--aes-font-body)!important;font-size:10px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.085em;text-transform:uppercase}
.aes-master-facts{margin:0}
.aes-master-facts>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;padding:6px 0;border-top:1px dotted #e8e4dc}
.aes-master-facts>div:first-child{border-top:0;padding-top:0}
.aes-master-facts dt{margin:0;color:var(--aes-muted);font-size:10px;line-height:1.45}
.aes-master-facts dd{margin:0;color:var(--aes-navy);font-size:10.5px;line-height:1.45;font-weight:700;text-align:right;overflow-wrap:anywhere}

.aes-master-verification__row{display:flex;align-items:center;gap:12px}
.aes-master-verification__row img{flex:0 0 auto;width:52px;height:52px;object-fit:contain}
.aes-master-verification__row div{min-width:0;display:flex;flex-direction:column;gap:2px}
.aes-master-verification__row strong{color:var(--aes-navy);font-size:11px;line-height:1.35}
.aes-master-verification__row span{color:var(--aes-muted);font-size:9.5px;line-height:1.45}
.aes-master-verification--verified .aes-master-verification__row strong{color:var(--aes-navy)}

.aes-master-quicknav ol{list-style:none;margin:0;padding:0;counter-reset:aesq}
.aes-master-quicknav li{counter-increment:aesq;border-top:1px dotted #e8e4dc}
.aes-master-quicknav li:first-child{border-top:0}
.aes-master-quicknav a{display:grid;grid-template-columns:20px minmax(0,1fr);gap:5px;padding:5px 0;color:var(--aes-text);font-size:10.5px;line-height:1.35;text-decoration:none}
.aes-master-quicknav a::before{content:counter(aesq,decimal-leading-zero);color:var(--aes-gold);font-family:monospace;font-size:9px}
.aes-master-quicknav a:hover,.aes-master-quicknav a:focus-visible{color:var(--aes-gold)}

.aes-master-license img{display:block;width:124px;max-width:100%;height:auto;margin:0 0 8px}
.aes-master-license>strong{display:block;margin-bottom:5px;color:var(--aes-navy);font-size:11px}
.aes-master-license p{margin:0 0 7px!important;color:var(--aes-muted)!important;font-size:9.5px!important;line-height:1.55!important;text-align:justify!important}
.aes-master-textlink{font-size:10px;font-weight:750;text-decoration:none;color:var(--aes-gold)}

.aes-master-citation__apa{margin:0 0 8px!important;padding:9px 10px;background:var(--aes-surface);border-left:2px solid var(--aes-gold);color:#505861!important;font-size:9.5px!important;line-height:1.5!important;text-align:left!important;hyphens:none!important;overflow-wrap:anywhere}
.aes-master-copy{width:100%;padding:8px 10px;border:1px solid var(--aes-line);border-radius:3px;background:#fff;color:var(--aes-navy);font:inherit;font-size:9.5px;font-weight:800;cursor:pointer}
.aes-master-copy:hover,.aes-master-copy:focus-visible{border-color:var(--aes-gold);color:var(--aes-gold)}
.aes-master-download{margin-top:7px}
.aes-master-download summary{cursor:pointer;color:var(--aes-navy);font-size:10px;font-weight:750;list-style-position:inside}
.aes-master-download>div{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:7px}
.aes-master-download a{padding:6px 7px;background:var(--aes-surface);color:var(--aes-text);font-size:9px;line-height:1.25;text-decoration:none}
.aes-master-download a:hover{color:var(--aes-gold)}
.aes-master-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:11px 12px;border:1px solid var(--aes-navy);border-radius:3px;background:var(--aes-navy);color:#fff!important;font-size:10px;font-weight:800;text-decoration:none}
.aes-master-feedback:hover,.aes-master-feedback:focus-visible{background:var(--aes-gold);border-color:var(--aes-gold);color:var(--aes-navy)!important}

.aes-master-main{width:100%}
.aes-master-overview{margin:0 0 24px;padding:21px 23px;background:var(--aes-surface);border-left:3px solid var(--aes-gold)}
.aes-master-summary{margin:0!important;color:var(--aes-navy)!important;font-family:var(--aes-font-display);font-size:17px!important;line-height:1.58!important;font-weight:500;text-align:justify!important}
.aes-master-summary+.aes-master-prose{margin-top:14px}
.aes-master-section{padding:0 0 24px;margin:0 0 25px;border-bottom:1px solid var(--aes-line);scroll-margin-top:220px}
.aes-master-section:last-child{margin-bottom:0}
.aes-master-section h2{margin:0 0 11px!important;color:var(--aes-navy)!important;font-size:20px!important;line-height:1.2!important}
.aes-master-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:11px}
.aes-master-section__head h2{margin:0!important}
.aes-master-section__head>span{flex:0 0 auto;color:var(--aes-muted);font-size:9.5px;letter-spacing:.04em}
.aes-master-prose{font-size:13.5px;line-height:1.68;color:var(--aes-text)}
.aes-master-prose p{margin:0 0 10px!important;text-align:justify!important;text-justify:inter-word;hyphens:auto}
.aes-master-prose p:last-child{margin-bottom:0!important}
.aes-master-prose ul,.aes-master-prose ol{margin:8px 0 10px;padding-left:19px}
.aes-master-prose li{margin:3px 0;font-size:13px;line-height:1.58;text-align:justify}

.aes-master-more{margin-top:9px;border-top:1px dotted #d8d3c9}
.aes-master-more>summary{cursor:pointer;padding:8px 0 0;color:var(--aes-gold);font-size:10px;font-weight:800;list-style-position:inside}
.aes-master-more[open]>summary{margin-bottom:10px}
.aes-master-more--media{border-top:0;margin-top:9px}

.aes-master-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px}
.aes-master-media-card{min-width:0;border:1px solid var(--aes-line);background:#fff;overflow:hidden}
.aes-master-media-card__image{display:block;aspect-ratio:4/3;background:var(--aes-surface);overflow:hidden}
.aes-master-media-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.aes-master-media-card:hover .aes-master-media-card__image img{transform:scale(1.02)}
.aes-master-media-card__body{padding:8px 9px 9px}
.aes-master-media-card__body strong{display:block;color:var(--aes-navy);font-size:10.5px;line-height:1.35}
.aes-master-media-card__body p{margin:4px 0 0!important;color:var(--aes-muted)!important;font-size:9.5px!important;line-height:1.4!important;text-align:left!important}

.aes-master-relations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.aes-master-relation{display:grid;grid-template-columns:minmax(92px,.72fr) minmax(0,1.4fr) auto;gap:8px;align-items:center;padding:8px 9px;border:1px solid var(--aes-line);background:#fff}
.aes-master-relation code{min-width:0;color:var(--aes-gold);font-size:8.5px;line-height:1.25;overflow-wrap:anywhere}
.aes-master-relation span,.aes-master-relation span a{min-width:0;color:var(--aes-navy);font-size:10px;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}
.aes-master-relation small{color:var(--aes-muted);font-size:8px;text-transform:uppercase}
.aes-master-sources{margin:0;padding-left:19px}
.aes-master-sources li{padding:0 0 8px 2px;color:var(--aes-text);font-size:10.5px;line-height:1.55;text-align:justify}
.aes-master-sources li:last-child{padding-bottom:0}
.aes-master-sources a{white-space:nowrap;color:var(--aes-gold);font-weight:700;text-decoration:none}

/* Semantic hints for compact section types without forcing imported prose into a new data shape. */
.aes-master-section--facts .aes-master-prose{padding:12px 14px;background:#fbfaf7;border:1px solid var(--aes-line)}
.aes-master-section--sequence .aes-master-prose{padding-left:14px;border-left:2px solid rgba(197,161,105,.55)}

@media(max-width:1100px){
  .aes-master-profile{grid-template-columns:310px minmax(0,1fr);gap:34px;padding-top:34px}
  .aes-master-relations{grid-template-columns:1fr}
}
@media(max-width:820px){
  .aes-master-profile{grid-template-columns:1fr;gap:30px;padding-top:28px}
  .aes-master-sidebar__sticky{position:static}
  .aes-master-identity__image{max-width:350px}
  .aes-master-profile--master .aes-master-identity__image{max-width:300px}
  .aes-master-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aes-master-section{scroll-margin-top:160px}
}
@media(max-width:520px){
  .aes-master-profile{width:min(calc(100% - 36px),1280px);padding-bottom:58px}
  .aes-master-media-grid{grid-template-columns:1fr 1fr;gap:7px}
  .aes-master-overview{padding:17px 17px}
  .aes-master-summary{font-size:15.5px!important}
  .aes-master-prose{font-size:13px}
  .aes-master-facts>div{grid-template-columns:105px minmax(0,1fr)}
}
@media(prefers-reduced-motion:reduce){.aes-master-media-card__image img{transition:none}.aes-master-media-card:hover .aes-master-media-card__image img{transform:none}}

/* Presentation rules migrated from AES Core v0.9.33. */
/* AES Core 0.9.12 — craft profile UX revision. */
.aes-master-overview:empty{display:none!important}
.aes-master-section__head h2,.aes-master-prose h3,.aes-master-prose h4{color:var(--aes-gold,#b99051)!important}
.aes-master-section__head h2{font-weight:750}

/* Compact image systems */
.aes-master-media-grid--compact-eight,.aes-motif-grid{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:7px!important}
.aes-master-media-grid--compact-eight .aes-master-media-card,.aes-motif-card{min-width:0!important}
.aes-master-media-grid--compact-eight .aes-master-media-card__image,.aes-motif-card__image{aspect-ratio:1/1;display:block;overflow:hidden;background:#faf8f4;border:1px solid #e5dfd5}
.aes-master-media-grid--compact-eight img,.aes-motif-card img{width:100%;height:100%;object-fit:cover;display:block}
.aes-motif-card img{object-fit:contain}
.aes-master-media-grid--compact-eight .aes-master-media-card__body{padding:5px 1px!important}
.aes-master-media-grid--compact-eight .aes-master-media-card__body strong,.aes-motif-card strong,.aes-motif-card a{font-size:9.5px;line-height:1.25;display:block;color:var(--aes-navy,#102339);text-decoration:none;margin-top:4px}
.aes-master-media-grid--compact-eight .aes-master-media-card__body p{display:none!important}
.aes-motif-card{border:0!important;background:transparent!important;padding:0!important}
.aes-motif-card__image--placeholder{position:relative;background:linear-gradient(135deg,#f7f3eb 0%,#fbfaf7 100%)}
.aes-motif-card__image--placeholder:before,.aes-motif-card__image--placeholder:after{content:"";position:absolute;left:50%;top:50%;background:#d8ccb9;transform:translate(-50%,-50%);opacity:.55}
.aes-motif-card__image--placeholder:before{width:30%;height:1px}.aes-motif-card__image--placeholder:after{height:30%;width:1px}

/* Subbranches accordion */
.aes-profile-accordion{border-top:1px solid var(--aes-line,#ddd7cc)}
.aes-profile-accordion__item{border-bottom:1px solid var(--aes-line,#ddd7cc)}
.aes-profile-accordion__item summary{cursor:pointer;padding:14px 4px;font-weight:750;color:var(--aes-gold,#b99051);list-style:none}
.aes-profile-accordion__item summary::-webkit-details-marker{display:none}.aes-profile-accordion__item summary:after{content:'+';float:right;color:var(--aes-gold,#b99051)}.aes-profile-accordion__item[open] summary:after{content:'−'}
.aes-profile-accordion__body{padding:0 4px 16px;text-align:left}
.aes-profile-accordion__body p{max-width:100%;text-align:left}

/* Process: text left-aligned, four columns; media four columns */
.aes-process-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px;text-align:left!important}
.aes-process-step{border:1px solid var(--aes-line,#ded8cd);background:#fff;padding:11px;min-height:105px;position:relative;text-align:left!important}
.aes-process-step__no{font-size:10px;font-weight:800;color:var(--aes-gold,#b99051);display:block;margin-bottom:7px;text-align:left}
.aes-process-step p{font-size:11px;line-height:1.5;margin:0!important;text-align:left!important}
.aes-master-media-grid--process-media{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:14px}
.aes-master-media-grid--process-media .aes-master-media-card__image{display:block;aspect-ratio:4/3;overflow:hidden;border:1px solid #e5dfd5;background:#faf8f4}
.aes-master-media-grid--process-media img{width:100%;height:100%;object-fit:cover;display:block}
.aes-master-media-grid--process-media .aes-master-media-card__body{padding-top:5px}.aes-master-media-grid--process-media .aes-master-media-card__body strong{font-size:10px;line-height:1.3}

/* Gallery: four visible, one-by-one movement */
.aes-object-slider{position:relative;overflow:hidden}.aes-object-slider__track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.aes-object-slider__track::-webkit-scrollbar{display:none}
.aes-object-card{flex:0 0 calc((100% - 36px)/4);scroll-snap-align:start;min-width:0}.aes-object-card__image{display:block}.aes-object-card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f6f3ee;border:1px solid #e5dfd5;display:block}.aes-object-card strong{display:block;font-size:10.5px;line-height:1.3;margin-top:6px}.aes-object-card span{display:block;font-size:9px;color:#73787d;margin-top:2px}.aes-object-card__source{display:inline-block;margin-top:4px;font-size:8.5px;color:var(--aes-gold,#b99051);text-decoration:none}
.aes-object-slider__controls{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.aes-object-slider__controls button{width:32px;height:28px;background:#fff;border:1px solid var(--aes-line,#ded8cd);cursor:pointer}

/* Map + secondary place chips */
.aes-craft-map__label{position:absolute;transform:translate(-50%,-130%);background:#102339;color:#fff;font-size:9px;padding:4px 7px;white-space:nowrap;pointer-events:none;z-index:5}.aes-craft-map__label:after{content:'';position:absolute;left:50%;top:100%;border:4px solid transparent;border-top-color:#102339;transform:translateX(-50%)}
.aes-place-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.aes-place-chips:before{content:'Üretim merkezleri';width:100%;font-size:9px;font-weight:700;color:var(--aes-gold,#b99051);margin-bottom:2px}.aes-place-chips span{padding:4px 7px;border:1px solid #e0d8ca;background:#fff;font-size:9px;color:#48515b}

/* Relations */
.aes-relation-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.aes-relation-cards article{border:1px solid #e4ded4;padding:9px;background:#fff;font-size:10px}.aes-relation-cards a{color:var(--aes-navy,#102339);text-decoration:none;font-weight:650}

/* Corpus right drawer */
.aes-corpus-launch{margin-top:12px;border-top:1px solid #ded8cd;border-bottom:1px solid #ded8cd}.aes-corpus-launch__button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;padding:12px 0;cursor:pointer;text-align:left;font-weight:750;color:var(--aes-gold,#b99051)}.aes-corpus-launch__button span{font-size:9px;color:#73787d;font-weight:500}
.aes-corpus-drawer[hidden]{display:none!important}.aes-corpus-drawer{position:fixed;inset:0;z-index:99990}.aes-corpus-drawer__backdrop{position:absolute;inset:0;background:rgba(15,25,35,.42)}.aes-corpus-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(620px,92vw);background:#fff;box-shadow:-12px 0 34px rgba(0,0,0,.18);display:flex;flex-direction:column;animation:aesDrawerIn .22s ease-out}.aes-corpus-drawer__panel>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:22px 24px;border-bottom:1px solid #e5dfd5}.aes-corpus-drawer__panel>header small{color:#7b8288;font-size:9px}.aes-corpus-drawer__panel>header h2{margin:3px 0 0;color:var(--aes-gold,#b99051);font-size:20px;line-height:1.2}.aes-corpus-drawer__panel>header button{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.aes-corpus-drawer__scroll{overflow:auto;padding:20px 24px 40px}.aes-corpus-group{margin-bottom:28px}.aes-corpus-group h3{display:flex;justify-content:space-between;color:var(--aes-gold,#b99051);font-size:14px;border-bottom:1px solid #e5dfd5;padding-bottom:8px}.aes-corpus-group h3 span{font-size:9px;color:#7b8288}.aes-corpus-records{display:grid;grid-template-columns:1fr;gap:10px}.aes-corpus-record{display:grid;grid-template-columns:88px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #eee9e0}.aes-corpus-record__image{display:block;aspect-ratio:1/1;overflow:hidden;background:#faf8f4}.aes-corpus-record__image img{width:100%;height:100%;object-fit:cover;display:block}.aes-corpus-record strong{display:block;font-size:11px}.aes-corpus-record p{font-size:9px;line-height:1.45;color:#697078;margin:5px 0}.aes-corpus-record a,.aes-corpus-sources a{font-size:8.5px;color:var(--aes-gold,#b99051);text-decoration:none}.aes-corpus-sources{columns:1;padding-left:18px}.aes-corpus-sources li{font-size:9.5px;line-height:1.5;margin:0 0 10px;break-inside:avoid}
@keyframes aesDrawerIn{from{transform:translateX(30px);opacity:.75}to{transform:none;opacity:1}}
body.aes-drawer-open{overflow:hidden}

/* Bibliography: full-bleed yellow, two columns, APA list */
.aes-master-section--bibliography{position:relative;isolation:isolate;padding-top:32px!important;padding-bottom:36px!important;margin-top:30px!important}
.aes-master-section--bibliography:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:#e4b94f}
.aes-master-section--bibliography .aes-master-section__head h2,.aes-master-section--bibliography .aes-master-prose h3,.aes-master-section--bibliography .aes-master-prose h4{color:#17283a!important}
.aes-master-section--bibliography .aes-master-prose{color:#17283a}
.aes-master-sources{columns:2;column-gap:34px;padding-left:20px;margin-top:18px}.aes-master-sources li{break-inside:avoid;margin:0 0 13px;padding-left:4px;font-size:10px;line-height:1.5;color:#17283a}.aes-master-sources a{color:#17283a;text-decoration:underline;text-underline-offset:2px}

/* Lightbox trigger affordance */
.aes-lightbox-trigger{cursor:zoom-in;text-decoration:none;color:inherit}.aes-lightbox-trigger:focus-visible{outline:2px solid var(--aes-gold,#b99051);outline-offset:2px}
.aes-profile-glossary-link a{color:var(--aes-gold,#b99051)}

/* Existing metadata menu */
.aes-meta-actions{display:flex;gap:6px;align-items:flex-start;flex-wrap:wrap}.aes-meta-download{position:relative}.aes-meta-download summary{cursor:pointer;border:1px solid #d9d2c6;padding:6px 8px;font-size:9px;background:#fff;list-style:none}.aes-meta-download div{position:absolute;z-index:20;right:0;top:100%;background:#fff;border:1px solid #d9d2c6;padding:4px;min-width:110px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.aes-meta-download button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:5px 7px;font-size:9px;cursor:pointer}.aes-meta-download button:hover{background:#f5f1e8}

@media(max-width:1100px){.aes-master-media-grid--compact-eight,.aes-motif-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}
@media(max-width:900px){.aes-master-media-grid--compact-eight,.aes-motif-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.aes-process-flow,.aes-master-media-grid--process-media{grid-template-columns:repeat(2,minmax(0,1fr))!important}.aes-object-card{flex-basis:calc((100% - 12px)/2)}.aes-relation-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.aes-master-sources{columns:1}}
@media(max-width:560px){.aes-master-media-grid--compact-eight,.aes-motif-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.aes-object-card{flex-basis:82%}.aes-corpus-drawer__panel{width:96vw}.aes-corpus-drawer__panel>header,.aes-corpus-drawer__scroll{padding-left:16px;padding-right:16px}}
/* Shared profile lightbox */
.aes-lightbox[hidden]{display:none!important}.aes-lightbox{position:fixed;inset:0;z-index:100000}.aes-lightbox__backdrop{position:absolute;inset:0;background:rgba(8,14,22,.88)}.aes-lightbox__dialog{position:absolute;inset:0;display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;padding:26px}.aes-lightbox figure{margin:0;max-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.aes-lightbox figure img{max-width:100%;max-height:84vh;width:auto;height:auto;object-fit:contain;background:#fff}.aes-lightbox figcaption{color:#fff;font-size:11px;line-height:1.4;margin-top:10px;text-align:center}.aes-lightbox button{border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.15);color:#fff;cursor:pointer}.aes-lightbox__prev,.aes-lightbox__next{width:42px;height:42px;border-radius:50%;justify-self:center}.aes-lightbox__close{position:absolute;right:22px;top:20px;width:40px;height:40px;border-radius:50%;font-size:24px;z-index:3}body.aes-lightbox-open{overflow:hidden}
@media(max-width:600px){.aes-lightbox__dialog{grid-template-columns:42px minmax(0,1fr) 42px;padding:16px 6px}.aes-lightbox__prev,.aes-lightbox__next{width:34px;height:34px}.aes-lightbox__close{right:10px;top:10px}}
.aes-master-sidecard h3{color:var(--aes-gold,#b99051)}

/* AES Core 0.9.13 — corporate colour, heading precedence, bibliography full-bleed. */
.aes-master-profile{--aes-gold:#C5A169!important}
.aes-master-profile .aes-master-section:not(.aes-master-section--bibliography) .aes-master-section__head h2,
.aes-master-profile .aes-master-section:not(.aes-master-section--bibliography) .aes-master-prose h3,
.aes-master-profile .aes-master-section:not(.aes-master-section--bibliography) .aes-master-prose h4{
  color:#C5A169!important;
}
.aes-master-profile .aes-master-sidecard h3{color:#C5A169!important}
.aes-master-profile .aes-profile-accordion__item summary,
.aes-master-profile .aes-process-step__no,
.aes-master-profile .aes-place-chips:before,
.aes-master-profile .aes-corpus-launch__button,
.aes-master-profile .aes-corpus-drawer__panel>header h2,
.aes-master-profile .aes-corpus-group h3,
.aes-master-profile .aes-profile-glossary-link a,
.aes-master-profile .aes-object-card__source,
.aes-master-profile .aes-corpus-record a,
.aes-master-profile .aes-corpus-sources a{color:#C5A169!important}

.aes-master-profile .aes-master-section--bibliography{
  position:relative;
  isolation:auto;
  background:#C5A169!important;
  box-shadow:0 0 0 100vmax #C5A169;
  clip-path:inset(0 -100vmax);
  padding-top:34px!important;
  padding-bottom:38px!important;
  margin-top:30px!important;
  border-bottom:0!important;
}
.aes-master-profile .aes-master-section--bibliography:before{display:none!important}
.aes-master-profile .aes-master-section--bibliography .aes-master-section__head h2,
.aes-master-profile .aes-master-section--bibliography .aes-master-prose h3,
.aes-master-profile .aes-master-section--bibliography .aes-master-prose h4,
.aes-master-profile .aes-master-section--bibliography .aes-master-prose,
.aes-master-profile .aes-master-section--bibliography .aes-master-prose p,
.aes-master-profile .aes-master-section--bibliography .aes-master-sources li,
.aes-master-profile .aes-master-section--bibliography .aes-master-sources a{color:#15283E!important}
.aes-master-profile .aes-master-section--bibliography .aes-master-sources a{text-decoration:underline!important;text-underline-offset:2px}

.aes-craft-map__hotspot{
  background:#fff!important;
  border:2px solid #15283E!important;
  box-shadow:0 1px 4px rgba(21,40,62,.28)!important;
}
.aes-craft-map__hotspot:hover,.aes-craft-map__hotspot:focus-visible{border-color:#C5A169!important;outline:2px solid rgba(197,161,105,.38);outline-offset:2px}

/* AES Core 0.9.14 — interaction + bounded bibliography QA. */
.aes-master-profile .aes-master-section--sequence .aes-process-flow .aes-process-step,
.aes-master-profile .aes-master-section--sequence .aes-process-flow .aes-process-step p{
  text-align:left!important;
  text-align-last:left!important;
}

/* Bibliography stays inside the page/content system; never viewport full-bleed. */
.aes-master-profile .aes-master-section--bibliography{
  box-shadow:none!important;
  clip-path:none!important;
  width:100%!important;
  max-width:1280px!important;
  box-sizing:border-box!important;
  background:#C5A169!important;
  padding:34px clamp(18px,2.5vw,34px) 38px!important;
  margin:30px auto 0!important;
}
.aes-master-profile .aes-master-section--bibliography:before{display:none!important}

/* Clicking true empty lightbox space remains an obvious dismiss target. */
.aes-lightbox__dialog,.aes-lightbox figure{cursor:zoom-out}
.aes-lightbox figure img,.aes-lightbox figcaption,.aes-lightbox button{cursor:default}

/* v0.9.17 geography/place grouping */
.aes-place-groups{display:grid;gap:10px;margin-top:10px}
.aes-place-group__title{font-size:12px;font-weight:600;color:#C5A169;margin:0 0 6px}
.aes-place-chips{display:flex;flex-wrap:wrap;gap:6px}


/* v0.9.18 geography accordion: countries only, 4-column list */
.aes-geography-accordion{margin-top:10px;border-top:1px solid #e7dfd2;border-bottom:1px solid #e7dfd2;background:transparent}
.aes-geography-accordion>summary{list-style:none;cursor:pointer;padding:10px 2px;font-size:12px;font-weight:700;color:#C5A169;display:flex;align-items:center;justify-content:space-between}
.aes-geography-accordion>summary::-webkit-details-marker{display:none}
.aes-geography-accordion>summary:after{content:'+';font-size:17px;font-weight:400;line-height:1;color:#C5A169}
.aes-geography-accordion[open]>summary:after{content:'−'}
.aes-geography-accordion__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px 10px;padding:2px 0 12px}
.aes-geography-accordion__grid span{display:block;border:1px solid #e0d8ca;background:#fff;padding:7px 9px;font-size:10px;line-height:1.35;color:#293746}
@media(max-width:760px){.aes-geography-accordion__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:420px){.aes-geography-accordion__grid{grid-template-columns:1fr}}


/* AES Core 0.9.19 — Drive profile parity: metadata grid + PDF CTA. */
.aes-master-profile .aes-master-facts>div{
  display:grid!important;
  grid-template-columns:105px minmax(0,1fr)!important;
  column-gap:12px!important;
  align-items:start!important;
}
.aes-master-profile .aes-master-facts>div>dt,
.aes-master-profile .aes-master-facts>div>dd{
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  text-indent:0!important;
}
.aes-master-profile .aes-master-facts>div>dd{justify-self:stretch!important}
.aes-master-pdf-download{padding-top:15px!important;padding-bottom:15px!important}
.aes-master-pdf-download .aes-pdf-download-button,
.aes-master-pdf-download a.aes-pdf-download-button,
.aes-master-pdf-download .aes-pdf-row{
  display:flex!important;
  width:100%!important;
  max-width:none!important;
  min-height:42px!important;
  box-sizing:border-box!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 38px 10px 14px!important;
  border:0!important;
  border-radius:0!important;
  background:#15283E!important;
  color:#FFFFFF!important;
  text-decoration:none!important;
  text-align:center!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.4!important;
  box-shadow:none!important;
}
.aes-master-pdf-download .aes-pdf-download-button:hover,
.aes-master-pdf-download .aes-pdf-download-button:focus-visible,
.aes-master-pdf-download .aes-pdf-row:hover{
  background:#C5A169!important;
  color:#FFFFFF!important;
}
.aes-master-citation .aes-master-copy,
.aes-master-citation .aes-meta-download summary{border-radius:0!important;box-shadow:none!important}
@media(max-width:767px){.aes-master-profile .aes-master-facts>div{grid-template-columns:1fr!important;row-gap:2px!important}}
@media print{.aes-master-pdf-download{display:none!important}}


/* AES Core 0.9.20 — square CTA controls + expanded full-width metadata formats. */
.aes-master-sidebar .aes-pdf-download-button,
.aes-master-sidebar .aes-pdf-row,
.aes-master-sidebar .aes-master-copy,
.aes-master-sidebar .aes-meta-download button,
.aes-master-sidebar .aes-meta-download summary,
.aes-master-sidebar .aes-master-feedback,
.aes-master-sidebar button,
.aes-master-sidebar a.aes-master-feedback{
  border-radius:0!important;
}
.aes-master-citation .aes-meta-actions{
  display:block!important;
  width:100%!important;
}
.aes-master-citation .aes-master-copy{
  display:flex!important;
  width:100%!important;
  min-height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 0 8px!important;
  box-sizing:border-box!important;
}
.aes-master-citation .aes-meta-download--expanded{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.aes-master-citation .aes-meta-download__title{
  display:block!important;
  width:100%!important;
  margin:0 0 6px!important;
  color:#15283E!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.4!important;
}
.aes-master-citation .aes-meta-download__formats{
  display:grid!important;
  width:100%!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
}
.aes-master-citation .aes-meta-download__formats button{
  display:flex!important;
  width:100%!important;
  min-width:0!important;
  min-height:34px!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:7px 8px!important;
  border:1px solid #D8D8D8!important;
  background:#FFFFFF!important;
  color:#15283E!important;
  font-family:"Montserrat",sans-serif!important;
  font-size:9px!important;
  font-weight:500!important;
  line-height:1.2!important;
  cursor:pointer!important;
}
.aes-master-citation .aes-meta-download__formats button:hover,
.aes-master-citation .aes-meta-download__formats button:focus-visible{
  border-color:#C5A169!important;
  background:#C5A169!important;
  color:#FFFFFF!important;
}
.aes-master-citation .aes-meta-download__formats button:last-child:nth-child(odd){
  grid-column:1 / -1!important;
}
@media(max-width:767px){
  .aes-master-citation .aes-meta-download__formats{grid-template-columns:1fr!important}
  .aes-master-citation .aes-meta-download__formats button:last-child:nth-child(odd){grid-column:auto!important}
}

/* AES Core 0.9.21 — citation CTA contrast + expanded metadata flow fix. */
.aes-master-citation .aes-master-copy{
  border:0!important;
  border-radius:0!important;
  background:#15283E!important;
  color:#FFFFFF!important;
  box-shadow:none!important;
}
.aes-master-citation .aes-master-copy:hover,
.aes-master-citation .aes-master-copy:focus-visible{
  background:#C5A169!important;
  color:#FFFFFF!important;
}
/* Neutralize the legacy dropdown's absolutely-positioned child rule. */
.aes-master-citation .aes-meta-download--expanded > .aes-meta-download__formats{
  position:static!important;
  inset:auto!important;
  right:auto!important;
  top:auto!important;
  z-index:auto!important;
  min-width:0!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.aes-master-citation{
  overflow:visible!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
.aes-master-citation .aes-meta-actions,
.aes-master-citation .aes-meta-download--expanded{
  overflow:visible!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}

/* AES Core 0.9.25 — Türk Dünyası geography parity + bibliography final. */
.aes-master-profile .aes-master-section--bibliography{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:none!important;
  margin:30px 0 0 -50vw!important;
  padding:34px max(24px,calc((100vw - 1280px)/2)) 36px!important;
  box-sizing:border-box!important;
  background:#C5A169!important;
  box-shadow:none!important;
  clip-path:none!important;
}
.aes-master-profile .aes-master-section--bibliography .aes-master-section__head,
.aes-master-profile .aes-master-section--bibliography .aes-master-sources{
  width:100%!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.aes-master-profile .aes-master-section--bibliography .aes-master-section__head h2,
.aes-master-profile .aes-master-section--bibliography .aes-master-sources li,
.aes-master-profile .aes-master-section--bibliography .aes-master-sources a{
  color:#FFFFFF!important;
}
.aes-master-profile .aes-master-section--bibliography .aes-master-sources{
  columns:2!important;
  column-gap:42px!important;
  padding-left:20px!important;
  margin-top:12px!important;
}
.aes-master-profile .aes-master-section--bibliography .aes-master-sources li{
  margin:0 0 7px!important;
  padding-left:2px!important;
  font-size:10px!important;
  line-height:1.30!important;
}
.aes-master-profile .aes-master-section--bibliography .aes-master-sources a{
  text-decoration:underline!important;
  text-underline-offset:2px!important;
}
@media(max-width:900px){
  .aes-master-profile .aes-master-section--bibliography{padding-left:22px!important;padding-right:22px!important}
  .aes-master-profile .aes-master-section--bibliography .aes-master-sources{columns:1!important}
}


/* AES Core 0.9.26 — section divider cleanup + image/render performance. */
/* Divider immediately above Alt Dallar is the previous Coğrafya section's bottom border. */
#aes-geography_production_centers{border-bottom:0!important;margin-bottom:25px!important;}
/* Divider immediately above Malzemeler is Alt Dallar section's bottom border. */
#aes-subbranches_taxonomy{border-bottom:0!important;margin-bottom:25px!important;}
/* 0.9.28: content-visibility removed. Full profile content must always participate in normal layout/paint. */


/* AES Clean Theme v1.1.24 — compact research-oriented master profile UX. */
.aes-master-profile--has-bibliography{padding-bottom:42px!important}

/* Sidebar: metadata repetition removed in template; verification gets review date. */
.aes-master-verification__row{
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  column-gap:8px!important;
  row-gap:2px!important;
  align-items:start!important;
}
.aes-master-verification__icon{
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#F4EBDD;
  color:#15283E;
  border:1px solid rgba(197,161,105,.72);
  font-size:10px;
  font-weight:900;
  line-height:1;
  margin-top:1px;
}
.aes-master-verification__row strong{font-size:11px!important;line-height:1.35!important}
.aes-master-verification__date{
  display:block;
  color:var(--aes-muted)!important;
  font-size:9px!important;
  line-height:1.4!important;
  font-weight:500!important;
}

/* Right-column rhythm: more compact without shrinking core reading text. */
.aes-master-main>.aes-master-section{padding-bottom:18px;margin-bottom:20px}
.aes-master-main>.aes-master-section .aes-master-section__head{margin-bottom:9px}
.aes-master-main>.aes-master-section .aes-master-section__head h2{font-size:19px!important}

/* Product / object knowledge table. */
#aes-object_types_functions .aes-master-prose{padding:0!important;background:transparent!important;border:0!important}
.aes-object-knowledge-table{overflow-x:auto;border:1px solid #e2ddd4;background:#fff}
.aes-object-knowledge-table table{width:100%;border-collapse:collapse;table-layout:fixed}
.aes-object-knowledge-table th,.aes-object-knowledge-table td{vertical-align:top;border-bottom:1px solid #ebe6dd}
.aes-object-knowledge-table thead th{padding:8px 10px;background:#f5f1e8;color:#15283E;font-size:9px;line-height:1.3;text-transform:uppercase;letter-spacing:.055em;text-align:left}
.aes-object-knowledge-table thead th:first-child{width:46px;text-align:center}
.aes-object-knowledge-table tbody th{width:46px;padding:11px 8px;color:#C5A169;font:700 9px/1.4 monospace;text-align:center;background:#fbfaf7}
.aes-object-knowledge-table tbody td{padding:10px 12px;color:var(--aes-text);font-size:11.5px;line-height:1.55;text-align:justify}
.aes-object-knowledge-table tbody tr:last-child th,.aes-object-knowledge-table tbody tr:last-child td{border-bottom:0}

/* Research context clusters. */
.aes-research-context-cluster{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 22px}
.aes-research-context-cluster>.aes-master-section,
.aes-contemporary-cluster>.aes-master-section,
.aes-research-links-cluster>.aes-master-section{
  min-width:0;
  margin:0!important;
  padding:15px!important;
  border:1px solid #e2ddd4!important;
  background:#fbfaf7;
}
.aes-research-context-cluster>.aes-master-section .aes-master-section__head h2,
.aes-contemporary-cluster>.aes-master-section .aes-master-section__head h2,
.aes-research-links-cluster>.aes-master-section .aes-master-section__head h2{
  font-size:15px!important;
  line-height:1.25!important;
}
.aes-research-context-cluster .aes-master-prose,
.aes-contemporary-cluster .aes-master-prose,
.aes-research-links-cluster .aes-master-prose{font-size:11.5px;line-height:1.55}
.aes-research-context-cluster .aes-master-prose p,
.aes-contemporary-cluster .aes-master-prose p,
.aes-research-links-cluster .aes-master-prose p{margin-bottom:7px!important;text-align:left!important;hyphens:none!important}

.aes-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}
.aes-research-context-cluster .aes-insight-grid{grid-template-columns:1fr}
.aes-insight-card{position:relative;padding:9px 10px;border:1px solid #e6e0d6;background:#fff;min-width:0}
.aes-insight-card h3{margin:0 0 6px!important;color:#15283E!important;font-family:var(--aes-font-body)!important;font-size:10px!important;line-height:1.35!important;font-weight:800!important}
.aes-insight-card p{font-size:10.5px!important;line-height:1.48!important;color:#3f4851!important}
.aes-insight-card__no{display:block;margin-bottom:5px;color:#C5A169;font:700 9px/1.2 monospace}
.aes-visual-section__lead>p:last-child{margin-bottom:0!important}

/* Two compact narrative cards for contemporary/global circulation. */
.aes-contemporary-cluster{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 22px}

/* Relations + terminology as a functional research block. */
.aes-research-links-cluster{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);gap:10px;margin:0 0 22px}
.aes-relation-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:10px}
.aes-relation-card{padding:8px 9px!important;border:1px solid #e2ddd4!important;background:#fff!important;display:grid;gap:3px;align-content:start}
.aes-relation-card__type{color:#C5A169;font-size:8.5px;line-height:1.3;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.aes-relation-card__target a,.aes-relation-card__target span{color:#15283E!important;font-size:10.5px;line-height:1.35;font-weight:750;text-decoration:none}
.aes-relation-card__id{display:block;color:#7b8086!important;background:transparent!important;padding:0!important;font-size:7.8px!important;line-height:1.25!important;overflow-wrap:anywhere}

.aes-compact-details{margin-top:8px;border-top:1px dotted #d8d2c8}
.aes-compact-details>summary{cursor:pointer;padding:7px 0 0;color:#C5A169;font-size:9px;font-weight:800;list-style-position:inside}
.aes-compact-details__body{padding-top:7px}

/* Context-aware deep-research CTAs. */
.aes-research-access{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:7px;margin-top:12px}
.aes-research-access__link{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"type arrow" "label arrow";gap:2px 10px;align-items:center;min-width:0;min-height:48px;padding:9px 11px;border:1px solid var(--aes-navy,#15283E);border-radius:4px;background:var(--aes-navy,#15283E);color:#fff!important;text-decoration:none!important;box-shadow:0 2px 0 rgba(21,40,62,.08);transition:background .16s ease,border-color .16s ease,transform .16s ease}
.aes-research-access__type{grid-area:type;color:var(--aes-gold,#C5A169);font-size:7.5px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.065em}
.aes-research-access__link strong{grid-area:label;color:#fff!important;font-size:9.3px;line-height:1.35;font-weight:750}
.aes-research-access__arrow{grid-area:arrow;color:var(--aes-gold,#C5A169);font-size:15px;line-height:1}
.aes-research-access__link:hover,.aes-research-access__link:focus-visible{border-color:var(--aes-gold,#C5A169);background:var(--aes-gold,#C5A169);transform:translateY(-1px)}
.aes-research-access__link:hover .aes-research-access__type,.aes-research-access__link:focus-visible .aes-research-access__type,.aes-research-access__link:hover .aes-research-access__arrow,.aes-research-access__link:focus-visible .aes-research-access__arrow{color:#fff}
.aes-research-context-cluster .aes-research-access,
.aes-research-links-cluster .aes-research-access{grid-template-columns:1fr}

/* Bibliography: full-width gold field, canonical 1280 px inner container, two columns. */
.aes-master-bibliography-band{width:100%;margin:0;background:#C5A169;padding:34px 0 38px}
.aes-master-bibliography-container{width:min(calc(100% - (var(--aes-gutter)*2)),1280px)!important;max-width:1280px!important;margin:0 auto!important;padding:0!important}
.aes-master-bibliography-band .aes-master-section--bibliography{
  position:static!important;
  left:auto!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  box-shadow:none!important;
  clip-path:none!important;
  border:0!important;
}
.aes-master-bibliography-band .aes-master-section__head,
.aes-master-bibliography-band .aes-master-sources{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.aes-master-bibliography-band .aes-master-section__head{margin-bottom:12px!important}
.aes-master-bibliography-band .aes-master-section__head h2{color:#fff!important;font-size:20px!important;line-height:1.2!important}
.aes-master-bibliography-band .aes-master-sources{columns:2!important;column-gap:48px!important;padding-left:20px!important;margin-top:0!important}
.aes-master-bibliography-band .aes-master-sources li{break-inside:avoid;margin:0 0 7px!important;padding:0 0 0 2px!important;color:#fff!important;font-size:10px!important;line-height:1.35!important;text-align:left!important}
.aes-master-bibliography-band .aes-master-sources a{color:#fff!important;text-decoration:underline!important;text-underline-offset:2px!important}

@media(max-width:1100px){
  .aes-research-context-cluster{grid-template-columns:1fr}
  .aes-research-context-cluster .aes-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .aes-contemporary-cluster,.aes-research-links-cluster{grid-template-columns:1fr}
  .aes-master-bibliography-band .aes-master-sources{columns:1!important}
}
@media(max-width:560px){
  .aes-insight-grid,.aes-research-context-cluster .aes-insight-grid,.aes-relation-cards{grid-template-columns:1fr!important}
  .aes-master-bibliography-band{padding:26px 0 30px}
  .aes-object-knowledge-table tbody td{font-size:10.5px;line-height:1.5}
}

/* AES Clean Theme v1.1.26 — bibliography pseudo-element containment fix.
   The bibliography is a sibling band outside .aes-master-profile; legacy
   full-bleed ::before must not resolve against the initial containing block. */
.aes-master-bibliography-band .aes-master-section--bibliography{
  position:relative!important;
  isolation:auto!important;
}
.aes-master-bibliography-band .aes-master-section--bibliography::before{
  content:none!important;
  display:none!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  background:transparent!important;
  transform:none!important;
}

/* AES Clean Theme v1.1.29 — sidebar knowledge hierarchy + object/function cards. */

/* Short profile statement now belongs to the identity column. */
.aes-master-sidebar-summary{
  margin:0;
  padding:12px 13px 13px;
  background:#f7f6f2;
  border-left:3px solid #C5A169;
  border-bottom:1px solid var(--aes-line);
}
.aes-master-sidebar-summary .aes-master-summary{
  margin:0!important;
  color:#15283E!important;
  font-family:var(--aes-font-display)!important;
  font-size:11.5px!important;
  line-height:1.55!important;
  font-weight:500!important;
  text-align:left!important;
  text-align-last:left!important;
  hyphens:none!important;
}

/* Terminology is a compact knowledge block immediately after Quick Navigation. */
.aes-master-sidebar-terminology{
  scroll-margin-top:220px;
}
.aes-master-sidebar-terminology .aes-master-section__head{
  display:block!important;
  margin:0 0 8px!important;
}
.aes-master-sidebar-terminology .aes-master-section__head h2{
  margin:0!important;
  color:#C5A169!important;
  font-family:var(--aes-font-body)!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.085em!important;
  text-transform:uppercase!important;
}
.aes-master-sidebar-terminology .aes-master-prose{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#48525d!important;
  font-size:10px!important;
  line-height:1.5!important;
}
.aes-master-sidebar-terminology .aes-master-prose p{
  margin:0 0 7px!important;
  font-size:10px!important;
  line-height:1.5!important;
  text-align:left!important;
  text-align-last:left!important;
  hyphens:none!important;
}
.aes-master-sidebar-terminology .aes-compact-details{
  margin-top:6px!important;
}
.aes-master-sidebar-terminology .aes-compact-details>summary{
  font-size:8.5px!important;
}
.aes-master-sidebar-terminology .aes-profile-glossary-link{
  margin-top:8px!important;
}
.aes-master-sidebar-terminology .aes-profile-glossary-link a{
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.aes-master-sidebar-terminology .aes-research-access{
  grid-template-columns:1fr!important;
  margin-top:8px!important;
}
.aes-master-sidebar-terminology .aes-research-access__link{
  padding:7px 8px!important;
}
.aes-master-sidebar-terminology .aes-research-access__type{font-size:7px!important}
.aes-master-sidebar-terminology .aes-research-access__link strong{font-size:8.5px!important}

/* Alt Dallar: make the taxonomy branches unmistakable without adding visual noise to bodies. */
#aes-subbranches_taxonomy .aes-profile-accordion{
  display:grid;
  gap:6px;
  border:0!important;
  margin-top:12px;
}
#aes-subbranches_taxonomy .aes-profile-accordion__item{
  border:1px solid rgba(197,161,105,.42)!important;
  background:#fff;
}
#aes-subbranches_taxonomy .aes-profile-accordion__item summary{
  position:relative;
  padding:10px 36px 10px 12px!important;
  background:#C5A169!important;
  color:#fff!important;
  font-size:11px!important;
  line-height:1.35!important;
  font-weight:800!important;
  letter-spacing:.01em;
}
#aes-subbranches_taxonomy .aes-profile-accordion__item summary:after{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:#fff!important;
  font-size:16px!important;
  font-weight:500!important;
}
#aes-subbranches_taxonomy .aes-profile-accordion__item[open] summary{
  background:#B28D56!important;
}
#aes-subbranches_taxonomy .aes-profile-accordion__body{
  padding:11px 12px 12px!important;
  background:#fff;
}
#aes-subbranches_taxonomy .aes-profile-accordion__body p{
  margin-bottom:7px!important;
  font-size:12px!important;
  line-height:1.58!important;
  text-align:justify!important;
}

/* Ürün / Nesne Türleri: compact group cards expose repertoire size at a glance. */
#aes-object_types_functions .aes-master-prose{
  padding:0!important;
  background:transparent!important;
  border:0!important;
}
#aes-object_types_functions .aes-master-section__head{
  align-items:center!important;
}
.aes-object-group-count{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:4px 8px;
  border:1px solid rgba(197,161,105,.5);
  background:#fbf7ef;
  color:#9B7745!important;
  font-family:var(--aes-font-body)!important;
  font-size:8px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
  text-transform:uppercase;
}
.aes-object-groups__lead{
  margin:0 0 10px;
  padding:8px 10px;
  border-left:2px solid rgba(197,161,105,.7);
  background:#fbfaf7;
}
.aes-object-groups__lead p{
  margin:0!important;
  color:#626a72!important;
  font-size:10.5px!important;
  line-height:1.5!important;
  text-align:left!important;
  hyphens:none!important;
}
.aes-object-function-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
}
.aes-object-function-card{
  position:relative;
  min-width:0;
  padding:10px 11px 10px 34px;
  border:1px solid #e2ddd4;
  background:#fff;
}
.aes-object-function-card__no{
  position:absolute;
  left:10px;
  top:11px;
  color:#C5A169;
  font:700 8px/1.2 monospace;
}
.aes-object-function-card__label{
  display:block;
  margin:0 0 3px;
  color:#9B7745;
  font-size:7px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.aes-object-function-card__label--function{
  margin-top:7px;
  padding-top:6px;
  border-top:1px dotted #ddd6ca;
}
.aes-object-function-card__object{
  display:block;
  color:#15283E;
  font-size:10.5px;
  line-height:1.42;
  font-weight:750;
}
.aes-object-function-card__function{
  margin:0!important;
  color:#555f68!important;
  font-size:9.5px!important;
  line-height:1.48!important;
  text-align:left!important;
  text-align-last:left!important;
  hyphens:none!important;
}

@media(max-width:820px){
  .aes-master-sidebar-summary{max-width:350px}
  .aes-master-sidebar-terminology{max-width:350px}
}
@media(max-width:620px){
  .aes-object-function-grid{grid-template-columns:1fr}
  .aes-object-group-count{display:none}
}


/* AES Clean Theme v1.1.30 — verification + compact material/tool/motif cards. */

/* Verification: AES navy/gold editorial status language; no success-green. */
.aes-master-profile .aes-master-verification__row{
  padding:8px 9px!important;
  border:1px solid #E6E0D6!important;
  border-left:2px solid #C5A169!important;
  background:#FBFAF7!important;
  column-gap:8px!important;
}
.aes-master-profile .aes-master-verification__icon{
  width:18px!important;
  height:18px!important;
  border:1px solid rgba(197,161,105,.72)!important;
  border-radius:50%!important;
  background:#F4EBDD!important;
  color:#15283E!important;
  font-size:9px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.aes-master-profile .aes-master-verification--verified .aes-master-verification__row strong,
.aes-master-profile .aes-master-verification__row strong{
  color:#15283E!important;
  font-size:10.5px!important;
  font-weight:800!important;
}
.aes-master-profile .aes-master-verification__date{
  color:#76808A!important;
  font-size:8.5px!important;
  line-height:1.35!important;
}

/* Materials / tools / motifs: one compact AES visual-card language. */
#aes-materials_material_knowledge .aes-master-media-grid--compact-eight,
#aes-tools_equipment .aes-master-media-grid--compact-eight,
#aes-motif_repertoire .aes-motif-grid{
  grid-template-columns:repeat(10,minmax(0,1fr))!important;
  gap:6px!important;
  margin-top:10px!important;
}

#aes-materials_material_knowledge .aes-master-media-card,
#aes-tools_equipment .aes-master-media-card,
#aes-motif_repertoire .aes-motif-card{
  min-width:0!important;
  border:1px solid #E8E2D8!important;
  background:#fff!important;
  padding:0!important;
  overflow:hidden!important;
  transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease!important;
}
#aes-materials_material_knowledge .aes-master-media-card:hover,
#aes-tools_equipment .aes-master-media-card:hover,
#aes-motif_repertoire .aes-motif-card:hover{
  border-color:rgba(197,161,105,.72)!important;
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(21,40,62,.045)!important;
}

#aes-materials_material_knowledge .aes-master-media-card__image,
#aes-tools_equipment .aes-master-media-card__image,
#aes-motif_repertoire .aes-motif-card__image{
  aspect-ratio:1/1!important;
  border:0!important;
  border-bottom:1px solid #EEE9E0!important;
  background:#F8F5EF!important;
  padding:4px!important;
}
#aes-materials_material_knowledge .aes-master-media-card__image img,
#aes-tools_equipment .aes-master-media-card__image img,
#aes-motif_repertoire .aes-motif-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  transform:none!important;
}
#aes-materials_material_knowledge .aes-master-media-card:hover .aes-master-media-card__image img,
#aes-tools_equipment .aes-master-media-card:hover .aes-master-media-card__image img{
  transform:none!important;
}

#aes-materials_material_knowledge .aes-master-media-card__body,
#aes-tools_equipment .aes-master-media-card__body{
  min-height:31px!important;
  padding:5px 5px 6px!important;
  display:flex!important;
  align-items:flex-start!important;
}
#aes-materials_material_knowledge .aes-master-media-card__body strong,
#aes-tools_equipment .aes-master-media-card__body strong{
  margin:0!important;
  color:#15283E!important;
  font-size:8.2px!important;
  line-height:1.25!important;
  font-weight:750!important;
  text-align:left!important;
}
#aes-materials_material_knowledge .aes-master-media-card__body p,
#aes-tools_equipment .aes-master-media-card__body p{
  display:none!important;
}

#aes-motif_repertoire .aes-motif-card strong{
  display:block!important;
  min-height:31px!important;
  margin:0!important;
  padding:5px 5px 6px!important;
  color:#15283E!important;
  font-size:8.2px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
#aes-motif_repertoire .aes-motif-card strong a{
  margin:0!important;
  color:#15283E!important;
  font-size:inherit!important;
  line-height:inherit!important;
  font-weight:inherit!important;
  text-decoration:none!important;
}
#aes-motif_repertoire .aes-motif-card strong a:hover{
  color:#9B7745!important;
}

@media(max-width:1100px){
  #aes-materials_material_knowledge .aes-master-media-grid--compact-eight,
  #aes-tools_equipment .aes-master-media-grid--compact-eight,
  #aes-motif_repertoire .aes-motif-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}
}
@media(max-width:900px){
  #aes-materials_material_knowledge .aes-master-media-grid--compact-eight,
  #aes-tools_equipment .aes-master-media-grid--compact-eight,
  #aes-motif_repertoire .aes-motif-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:560px){
  #aes-materials_material_knowledge .aes-master-media-grid--compact-eight,
  #aes-tools_equipment .aes-master-media-grid--compact-eight,
  #aes-motif_repertoire .aes-motif-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* AES Clean Theme v1.1.31 — research-status icon states. */
.aes-master-profile .aes-master-verification__icon{
  position:relative!important;
  overflow:visible!important;
  font-size:0!important;
}

/* Verified: restrained AES check, no green success colour. */
.aes-master-profile .aes-master-verification--verified .aes-master-verification__icon::before{
  content:"";
  position:absolute;
  left:5px;
  top:3px;
  width:5px;
  height:8px;
  border-right:1.7px solid #15283E;
  border-bottom:1.7px solid #15283E;
  transform:rotate(42deg);
  transform-origin:center;
}

/* Research in progress: static segmented ring + active point. */
.aes-master-profile .aes-master-verification--researching .aes-master-verification__icon{
  background:#FBFAF7!important;
  border-color:rgba(197,161,105,.86)!important;
}
.aes-master-profile .aes-master-verification--researching .aes-master-verification__icon::before{
  content:"";
  position:absolute;
  inset:3px;
  border:1.6px solid #C5A169;
  border-right-color:#15283E;
  border-bottom-color:rgba(197,161,105,.28);
  border-radius:50%;
  transform:rotate(-22deg);
}
.aes-master-profile .aes-master-verification--researching .aes-master-verification__icon::after{
  content:"";
  position:absolute;
  right:1px;
  top:3px;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#15283E;
  box-shadow:0 0 0 1px #FBFAF7;
}
.aes-master-profile .aes-master-verification--researching .aes-master-verification__row{
  border-left-color:#C5A169!important;
}
.aes-master-profile .aes-master-verification--researching .aes-master-verification__row strong{
  color:#15283E!important;
}

/* Pending/other: neutral research record marker. */
.aes-master-profile .aes-master-verification--pending .aes-master-verification__icon::before{
  content:"";
  position:absolute;
  left:6px;
  top:6px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#C5A169;
}


/* AES Clean Theme v1.1.33 — Craft identity image + refined lightbox + modular techniques. */

/* Craft profile image is identity media, not a gallery/lightbox trigger. */
.aes-master-profile--craft .aes-master-identity__image{
  cursor:default!important;
}
.aes-master-profile--craft .aes-master-identity__image img{
  cursor:default!important;
}

/* Shared profile lightbox: compact AES navy/gold visual language. */
.aes-lightbox__backdrop{
  background:rgba(9,24,40,.94)!important;
  backdrop-filter:blur(4px);
}
.aes-lightbox__dialog{
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  gap:12px!important;
  padding:24px 28px!important;
}
.aes-lightbox figure{
  max-height:calc(100vh - 48px)!important;
}
.aes-lightbox figure img{
  max-width:min(1180px,calc(100vw - 160px))!important;
  max-height:calc(100vh - 112px)!important;
  padding:6px!important;
  border:1px solid rgba(197,161,105,.62)!important;
  border-radius:4px!important;
  background:#FBFAF7!important;
  box-shadow:0 22px 70px rgba(0,0,0,.34)!important;
}
.aes-lightbox figcaption{
  max-width:min(820px,78vw)!important;
  margin-top:9px!important;
  padding:5px 9px!important;
  border-top:1px solid rgba(197,161,105,.35)!important;
  color:#F6F2EA!important;
  font-size:10px!important;
  line-height:1.4!important;
  letter-spacing:.01em!important;
}
.aes-lightbox button{
  position:relative;
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  padding:0!important;
  border:1px solid rgba(197,161,105,.72)!important;
  border-radius:5px!important;
  background:#15283E!important;
  color:transparent!important;
  font-size:0!important;
  box-shadow:0 7px 20px rgba(0,0,0,.16)!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}
.aes-lightbox button:hover{
  border-color:#C5A169!important;
  background:#C5A169!important;
  transform:translateY(-1px);
}
.aes-lightbox button:focus-visible{
  outline:2px solid #fff!important;
  outline-offset:3px!important;
}
.aes-lightbox__prev,.aes-lightbox__next{
  justify-self:center!important;
}
.aes-lightbox__prev::before,.aes-lightbox__next::before{
  content:"";
  width:8px;
  height:8px;
  border-top:1.8px solid #fff;
  border-right:1.8px solid #fff;
}
.aes-lightbox__prev::before{transform:rotate(-135deg) translate(-1px,-1px)}
.aes-lightbox__next::before{transform:rotate(45deg) translate(-1px,-1px)}
.aes-lightbox__close{
  right:22px!important;
  top:20px!important;
  z-index:3!important;
}
.aes-lightbox__close::before,.aes-lightbox__close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:13px;
  height:1.8px;
  border-radius:2px;
  background:#fff;
}
.aes-lightbox__close::before{transform:translate(-50%,-50%) rotate(45deg)}
.aes-lightbox__close::after{transform:translate(-50%,-50%) rotate(-45deg)}

/* Techniques: modular knowledge cards while preserving the full academic prose. */
#aes-techniques .aes-master-prose{
  padding-left:0!important;
  border-left:0!important;
}
.aes-technique-system__lead{
  margin:0 0 10px;
  padding:0 0 9px;
  border-bottom:1px solid #E6E3DB;
}
.aes-technique-system__lead p{
  margin:0!important;
  font-size:11.5px!important;
  line-height:1.55!important;
  color:#59636D!important;
}
#aes-techniques .aes-master-section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}
.aes-technique-count{
  flex:0 0 auto;
  margin-bottom:2px;
  color:#76808A;
  font-size:8.5px;
  font-weight:700;
  letter-spacing:.03em;
}
.aes-technique-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.aes-technique-card{
  min-width:0;
  padding:11px 11px 12px;
  border:1px solid #E6E0D6;
  border-top:2px solid #C5A169;
  border-radius:3px;
  background:#FBFAF7;
}
.aes-technique-card__top{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:7px;
  align-items:start;
  margin-bottom:7px;
}
.aes-technique-card__no{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border:1px solid rgba(197,161,105,.58);
  border-radius:50%;
  color:#8E6E3E;
  font-size:7.5px;
  font-weight:800;
  line-height:1;
}
.aes-technique-card h3{
  margin:2px 0 0!important;
  color:#15283E!important;
  font-family:var(--aes-font-body)!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
.aes-technique-card p{
  margin:0!important;
  color:#59636D!important;
  font-size:9.5px!important;
  line-height:1.48!important;
  text-align:left!important;
}

@media(max-width:860px){
  .aes-technique-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aes-lightbox__dialog{grid-template-columns:44px minmax(0,1fr) 44px!important;padding:18px 12px!important;gap:6px!important}
  .aes-lightbox figure img{max-width:calc(100vw - 112px)!important;max-height:calc(100vh - 102px)!important}
}
@media(max-width:560px){
  .aes-technique-grid{grid-template-columns:1fr}
  .aes-technique-count{display:none}
  .aes-lightbox__dialog{grid-template-columns:38px minmax(0,1fr) 38px!important;padding:12px 4px!important;gap:2px!important}
  .aes-lightbox button{width:32px!important;height:32px!important;border-radius:4px!important}
  .aes-lightbox__close{right:8px!important;top:8px!important}
  .aes-lightbox figure img{max-width:calc(100vw - 82px)!important;max-height:calc(100vh - 94px)!important;padding:4px!important}
  .aes-lightbox figcaption{max-width:74vw!important;font-size:9px!important}
}

/* AES Clean Theme v1.1.34 — LIGHTBOX GRID CONTROL FIX.
 * Keep the close control out of the navigation/media grid and pin the
 * three grid participants explicitly: previous | figure | next.
 */
.aes-lightbox__close{
  position:absolute!important;
  right:22px!important;
  top:20px!important;
  margin:0!important;
}
.aes-lightbox__prev{
  grid-column:1!important;
  grid-row:1!important;
}
.aes-lightbox figure{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:center!important;
  width:100%!important;
  min-width:0!important;
}
.aes-lightbox__next{
  grid-column:3!important;
  grid-row:1!important;
}
@media(max-width:600px){
  .aes-lightbox__close{
    right:8px!important;
    top:8px!important;
  }
}


/* AES Clean Theme v1.1.36 — Usta profile relational flow */
.aes-related-masters__track{display:grid;grid-template-columns:1fr;gap:7px}
.aes-related-master-thumb{display:grid;grid-template-columns:58px minmax(0,1fr);gap:9px;align-items:center;padding:7px;border:1px solid var(--aes-line);background:#fff}
.aes-related-master-thumb__image{display:block;width:58px;aspect-ratio:4/5;overflow:hidden;background:#f3efe9}
.aes-related-master-thumb__image img{width:100%;height:100%;display:block;object-fit:cover}
.aes-related-master-thumb__body strong{display:block;color:var(--aes-navy);font-size:10px;line-height:1.3;margin-bottom:4px}
.aes-related-master-thumb__body a{font-size:8.8px;color:var(--aes-gold);text-decoration:none}
.aes-related-masters__controls{display:flex;justify-content:flex-end;gap:5px;margin-top:7px}
.aes-related-masters__controls button{width:27px;height:27px;border:1px solid var(--aes-line);background:#fff;color:var(--aes-navy);cursor:pointer}
.aes-related-masters__controls button:hover{border-color:var(--aes-gold);color:var(--aes-gold)}

.aes-master-derived-repertoire{margin-top:14px;display:grid;gap:16px}
.aes-master-derived-group>h3{margin:0 0 8px!important;color:var(--aes-gold)!important;font:800 10px/1.3 var(--aes-font-body)!important;letter-spacing:.06em;text-transform:uppercase}

.aes-master-exhibition-list{display:grid;gap:10px;margin-top:14px}
.aes-master-exhibition-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:220px;border:1px solid var(--aes-line);background:#fbfaf7;overflow:hidden}
.aes-master-exhibition-card__poster{display:block;overflow:hidden;background:#ece9e2}
.aes-master-exhibition-card--no-image{grid-template-columns:1fr}
.aes-master-exhibition-card__poster img{width:100%;height:100%;object-fit:cover;display:block}
.aes-master-exhibition-card__body{padding:18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.aes-master-exhibition-card__body>span{font-size:8.5px;font-weight:800;letter-spacing:.08em;color:var(--aes-gold);text-transform:uppercase}
.aes-master-exhibition-card__body h3{margin:7px 0 13px!important;font-size:18px!important;color:var(--aes-navy)!important}

.aes-master-timeline{position:relative;display:grid;gap:10px;margin-top:8px;padding-left:22px}
.aes-master-timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:1px;background:#d9c8a8}
.aes-master-timeline__item{position:relative;padding:10px 12px;border:1px solid var(--aes-line);background:#fbfaf7}
.aes-master-timeline__item>span{position:absolute;left:-22px;top:12px;width:14px;height:14px;border-radius:50%;background:var(--aes-gold);color:#fff;font:700 7px/14px monospace;text-align:center}
.aes-master-timeline__item p{margin:0!important;text-align:left!important}

.aes-master-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}
.aes-master-info-card{position:relative;padding:11px 12px;border:1px solid var(--aes-line);background:#fbfaf7;min-width:0}
.aes-master-info-card__no{display:block;margin-bottom:6px;color:var(--aes-gold);font:700 8px/1.2 monospace}
.aes-master-info-card p{margin:0!important;text-align:left!important;hyphens:none!important;font-size:11.5px!important;line-height:1.55!important}
.aes-master-info-grid--transmission .aes-master-info-card{border-left:3px solid var(--aes-gold);background:#fff}
.aes-master-info-grid--awards .aes-master-info-card{background:#f6f2e9}
.aes-master-info-grid--gaps .aes-master-info-card{border-style:dashed;background:#fffdf8}

.aes-master-relation-network{padding-top:3px}
.aes-relation-network{display:grid;gap:12px}
.aes-relation-network__filters{display:flex;flex-wrap:wrap;gap:5px}
.aes-relation-network__filters button{border:1px solid var(--aes-line);background:#fff;color:var(--aes-navy);padding:6px 9px;font-size:9px;font-weight:750;cursor:pointer}
.aes-relation-network__filters button.is-active,.aes-relation-network__filters button:hover{background:var(--aes-navy);border-color:var(--aes-navy);color:#fff}
.aes-relation-network__center{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;background:var(--aes-navy);color:#fff;border-left:4px solid var(--aes-gold)}
.aes-relation-network__center strong{font-size:13px}.aes-relation-network__center span{font:700 8.5px/1.2 monospace;color:var(--aes-gold)}
.aes-relation-network__nodes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.aes-relation-network__node{min-width:0;padding:10px 11px;border:1px solid var(--aes-line);background:#fbfaf7}
.aes-relation-network__node small{display:block;color:var(--aes-gold);font-size:8px;font-weight:800;text-transform:uppercase;margin-bottom:4px}
.aes-relation-network__node strong,.aes-relation-network__node strong a{display:block;color:var(--aes-navy);font-size:10.5px;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}
.aes-relation-network__node em{display:block;margin-top:6px;color:var(--aes-muted);font-size:8px;line-height:1.3;font-style:normal}
@media(max-width:820px){.aes-master-exhibition-card{grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:200px}.aes-relation-network__nodes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.aes-master-info-grid,.aes-relation-network__nodes{grid-template-columns:1fr}.aes-master-exhibition-card{grid-template-columns:1fr;min-height:0}.aes-master-exhibition-card__poster{aspect-ratio:16/9}.aes-master-exhibition-card__body{padding:15px}.aes-master-exhibition-card__body h3{font-size:15px!important}}

/* AES Clean Theme v1.1.37 — exact Usta public order + persistent empty repertoire areas. */
.aes-master-profile--master .aes-master-derived-repertoire{grid-template-columns:1fr 1fr;gap:14px}
.aes-master-profile--master .aes-master-derived-group{min-width:0}
.aes-master-profile--master .aes-master-media-grid--empty,
.aes-master-profile--master .aes-motif-grid--empty{
  display:block!important;
  min-height:116px;
  margin-top:10px!important;
  border:1px dashed #E3D9C9;
  background:linear-gradient(180deg,#FBFAF7 0%,#F8F5EF 100%);
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-grid--empty{min-height:128px}
@media(max-width:760px){.aes-master-profile--master .aes-master-derived-repertoire{grid-template-columns:1fr}}

/* AES Clean Theme v1.1.39 — Master materials/tools craft-parity presentation. */
.aes-master-profile--master #aes-materials_tools .aes-master-section__head h2{
  text-transform:uppercase!important;
  letter-spacing:.01em!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-derived-repertoire--craft-parity{
  display:block!important;
  margin-top:18px!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-derived-group{
  display:block!important;
  min-width:0!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-derived-group + .aes-master-derived-group{
  margin-top:26px!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-derived-group>h3{
  margin:0 0 11px!important;
  color:var(--aes-gold)!important;
  font:800 10px/1.3 var(--aes-font-body)!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-grid--compact-eight{
  display:grid!important;
  grid-template-columns:repeat(10,minmax(0,1fr))!important;
  gap:6px!important;
  margin:0!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card{
  min-width:0!important;
  border:1px solid #E8E2D8!important;
  background:#fff!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:none!important;
  transform:none!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card:hover{
  border-color:rgba(197,161,105,.72)!important;
  box-shadow:0 4px 12px rgba(21,40,62,.045)!important;
  transform:translateY(-1px)!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border:0!important;
  border-bottom:1px solid #EEE9E0!important;
  background:#F8F5EF!important;
  padding:5px!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__body{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:6px 7px 7px!important;
  text-align:center!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__body strong{
  margin:0!important;
  color:#15283E!important;
  font-size:9px!important;
  line-height:1.28!important;
  font-weight:750!important;
  text-align:center!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-grid--empty{
  display:block!important;
  min-height:18px!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-repertoire-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  width:100%!important;
  min-height:35px!important;
  margin-top:9px!important;
  padding:8px 13px!important;
  border:1px solid var(--aes-navy)!important;
  background:var(--aes-navy)!important;
  color:#fff!important;
  text-decoration:none!important;
  text-align:center!important;
  font-size:8.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-repertoire-cta:hover{
  border-color:var(--aes-gold)!important;
  background:var(--aes-gold)!important;
  color:#fff!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-repertoire-cta span{
  font-size:13px!important;
  line-height:1!important;
}

/* Motif repertoire uses the same ten-card desktop visual rhythm. Empty unresolved
   motif targets reserve the section without exposing internal AES IDs. */
.aes-master-profile--master #aes-motif_repertoire .aes-motif-grid{
  display:grid!important;
  grid-template-columns:repeat(10,minmax(0,1fr))!important;
  gap:6px!important;
  margin-top:12px!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-grid--empty{
  display:block!important;
  min-height:18px!important;
  margin-top:8px!important;
  border:0!important;
  background:transparent!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card{
  border:1px solid #E8E2D8!important;
  background:#fff!important;
  padding:0!important;
  overflow:hidden!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border:0!important;
  border-bottom:1px solid #EEE9E0!important;
  background:#F8F5EF!important;
  padding:5px!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card strong{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  margin:0!important;
  padding:6px 7px 7px!important;
  text-align:center!important;
  font-size:9px!important;
  line-height:1.28!important;
}
@media(max-width:1100px){
  .aes-master-profile--master #aes-materials_tools .aes-master-media-grid--compact-eight,
  .aes-master-profile--master #aes-motif_repertoire .aes-motif-grid{
    grid-template-columns:repeat(8,minmax(0,1fr))!important;
  }
}
@media(max-width:900px){
  .aes-master-profile--master #aes-materials_tools .aes-master-media-grid--compact-eight,
  .aes-master-profile--master #aes-motif_repertoire .aes-motif-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  .aes-master-profile--master #aes-materials_tools .aes-master-media-grid--compact-eight,
  .aes-master-profile--master #aes-motif_repertoire .aes-motif-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:460px){
  .aes-master-profile--master #aes-materials_tools .aes-master-media-grid--compact-eight,
  .aes-master-profile--master #aes-motif_repertoire .aes-motif-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


/* AES Clean Theme v1.1.40 — relation-first repertoire cards.
   Cards are semantic placeholders: identity/label is rendered immediately;
   canonical Craft/Motif media fills the same card automatically when available. */
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image--placeholder{
  position:relative!important;
  background:linear-gradient(135deg,#F7F3EB 0%,#FBFAF7 100%)!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image--placeholder:before,
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image--placeholder:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  background:#D8CCB9!important;
  transform:translate(-50%,-50%)!important;
  opacity:.58!important;
}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image--placeholder:before{width:24%!important;height:1px!important}
.aes-master-profile--master #aes-materials_tools .aes-master-media-card__image--placeholder:after{height:24%!important;width:1px!important}
.aes-master-profile--master #aes-materials_tools .aes-master-media-grid:not(.aes-master-media-grid--empty){min-height:0!important}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image--placeholder{
  position:relative!important;
  background:linear-gradient(135deg,#F7F3EB 0%,#FBFAF7 100%)!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image--placeholder:before,
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image--placeholder:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  background:#D8CCB9!important;
  transform:translate(-50%,-50%)!important;
  opacity:.58!important;
}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image--placeholder:before{width:24%!important;height:1px!important}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card__image--placeholder:after{height:24%!important;width:1px!important}
.aes-master-profile--master #aes-motif_repertoire .aes-motif-card strong>span{
  color:#15283E!important;
  text-decoration:none!important;
}

/* AES Clean Theme v1.1.42 — Usta relation-first modular scope / related craft / technique UI. */
.aes-master-scope-infographic{margin-top:10px}
.aes-master-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.aes-master-scope-card{position:relative;display:flex;flex-direction:column;min-height:142px;padding:12px;border:1px solid #E5DED1;background:#FBFAF7;overflow:hidden}
.aes-master-scope-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#D7C39C}
.aes-master-scope-card--primary:before{background:var(--aes-gold)}
.aes-master-scope-card--specialization:before{background:var(--aes-navy)}
.aes-master-scope-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.aes-master-scope-card__role{font-size:7.6px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:var(--aes-gold)}
.aes-master-scope-card__index{font:700 8px/1.2 monospace;color:#A89B86}
.aes-master-scope-card__glyph{position:relative;display:block;width:30px;height:30px;margin:13px 0 10px;border:1px solid #D9CDBA;border-radius:50%}
.aes-master-scope-card__glyph:before,.aes-master-scope-card__glyph:after,.aes-master-scope-card__glyph i{content:"";position:absolute;left:50%;top:50%;background:var(--aes-gold);transform:translate(-50%,-50%)}
.aes-master-scope-card__glyph:before{width:13px;height:1px}
.aes-master-scope-card__glyph:after{width:1px;height:13px}
.aes-master-scope-card__glyph i{width:5px;height:5px;border-radius:50%;background:var(--aes-navy)}
.aes-master-scope-card h3{margin:0!important;color:var(--aes-navy)!important;font-size:12.5px!important;line-height:1.3!important;font-weight:800!important}
.aes-master-scope-card__link{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:11px;color:var(--aes-navy);font-size:8px;font-weight:780;text-decoration:none;border-top:1px solid #EEE7DC}
.aes-master-scope-card__link:hover{color:var(--aes-gold)}

.aes-master-related-crafts{margin-top:10px}
.aes-master-related-crafts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.aes-master-related-craft-card{position:relative;min-height:112px;padding:11px 11px 10px 42px;border:1px solid #E6E0D6;background:#fff}
.aes-master-related-craft-card__glyph{position:absolute;left:11px;top:12px;width:22px;height:22px;border:1px solid #D8CCB8;background:#FBF8F2}
.aes-master-related-craft-card__glyph:before,.aes-master-related-craft-card__glyph:after{content:"";position:absolute;background:var(--aes-gold);left:50%;top:50%;transform:translate(-50%,-50%)}
.aes-master-related-craft-card__glyph:before{width:9px;height:1px}.aes-master-related-craft-card__glyph:after{width:1px;height:9px}
.aes-master-related-craft-card__role{display:block;margin-bottom:6px;color:var(--aes-gold);font-size:7.4px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.aes-master-related-craft-card h3{margin:0 0 9px!important;color:var(--aes-navy)!important;font-size:11px!important;line-height:1.3!important;font-weight:800!important}
.aes-master-related-craft-card a{display:inline-flex;gap:5px;align-items:center;color:var(--aes-navy);font-size:8px;font-weight:760;text-decoration:none}
.aes-master-related-craft-card a:hover{color:var(--aes-gold)}
.aes-master-related-craft-card--design-source{background:#FBFAF7}
.aes-master-related-craft-card--ornament-source{background:#F8F5EF}

.aes-master-technique-repertoire{margin-top:10px}
.aes-master-technique-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
.aes-master-technique-tile{position:relative;display:flex;align-items:center;min-height:58px;padding:9px 9px 9px 34px;border:1px solid #E7E0D5;background:#FBFAF7}
.aes-master-technique-tile:before{content:"";position:absolute;left:10px;top:50%;width:13px;height:13px;border:1px solid #D8CCB8;border-radius:50%;transform:translateY(-50%)}
.aes-master-technique-tile:after{content:"";position:absolute;left:14px;top:50%;width:5px;height:1px;background:var(--aes-gold);transform:translateY(-50%)}
.aes-master-technique-tile__no{position:absolute;right:6px;top:5px;color:#B2A896;font:700 6.8px/1 monospace}
.aes-master-technique-tile strong{display:block;color:var(--aes-navy);font-size:9.6px;line-height:1.25;font-weight:780}

@media(max-width:980px){
  .aes-master-scope-grid,.aes-master-related-crafts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aes-master-technique-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:700px){
  .aes-master-technique-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:520px){
  .aes-master-scope-grid,.aes-master-related-crafts-grid{grid-template-columns:1fr}
  .aes-master-technique-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* AES Clean Theme v1.1.43 — Gelenek Aktarımı / relation-first people cards */
.aes-master-profile--master #aes-transmission_students .aes-master-section__head{margin-bottom:12px}
.aes-master-transmission{display:grid;gap:10px}
.aes-master-transmission__summary{display:flex;align-items:baseline;gap:8px;width:max-content;padding:6px 9px;border-left:3px solid var(--aes-gold);background:#f6f2e9}
.aes-master-transmission__summary strong{color:var(--aes-navy);font:800 18px/1 var(--aes-font-body)}
.aes-master-transmission__summary span{color:#6b6258;font-size:8.5px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.aes-master-transmission-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.aes-master-transmission-card{position:relative;min-width:0;padding:12px;border:1px solid var(--aes-line);background:#fff;display:flex;flex-direction:column;gap:9px}
.aes-master-transmission-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--aes-gold)}
.aes-master-transmission-card__head{display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px;align-items:center}
.aes-master-transmission-card__avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--aes-navy);color:#fff;font:800 11px/1 var(--aes-font-body);letter-spacing:.03em}
.aes-master-transmission-card__head small{display:block;margin-bottom:3px;color:var(--aes-gold);font-size:7.5px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.aes-master-transmission-card__head h3{margin:0!important;color:var(--aes-navy)!important;font:800 11.5px/1.3 var(--aes-font-body)!important}
.aes-master-transmission-card__period{align-self:flex-start;padding:3px 6px;border:1px solid #ddcfb5;background:#fbf8f1;color:#6b6258;font-size:8px;font-weight:750}
.aes-master-transmission-card__tags{display:flex;flex-wrap:wrap;gap:4px}
.aes-master-transmission-card__tags span{padding:4px 6px;background:#f2f0eb;color:#44515d;font-size:7.8px;font-weight:700;line-height:1.2}
.aes-master-transmission-card__tags .is-more{background:var(--aes-navy);color:#fff}
.aes-master-transmission-card__link{margin-top:auto;color:var(--aes-gold);font-size:8.5px;font-weight:800;text-decoration:none}
.aes-master-transmission-card__link:hover{text-decoration:underline;text-underline-offset:2px}
@media(max-width:900px){.aes-master-transmission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.aes-master-transmission-grid{grid-template-columns:1fr}}

/* v1.2.0 — Motif Taxonomy v2.0 reusable profile-image contract. */
.aes-master-profile--motif .aes-master-identity__image{aspect-ratio:1/1!important}
.aes-master-profile--motif .aes-master-identity__image img{width:100%!important;height:100%!important;object-fit:contain!important;background:#f3efe6}
