/* style.css */
:root{
  --accent:#ca9b52;
  --text:#464646;
  --title:#030303;
  --muted:#a1a1a1;
  --border:#e8e8e8;
  --surface:#ffffff;
  --surface-2:#f9f9f9;
  --footer:#000000;
  --button:#333333;
  --button-text:#ffffff;
  --hero-overlay:rgba(255,255,255,0.08);
  --shadow:0 1px 5px rgba(0,0,0,0.1);
  --bg-image:url("https://ayasophiatraining.com/wp-content/uploads/2026/01/abstract-bokeh-texture-background-with-orange-circ-2025-03-17-14-27-43-utc-scaled.jpg");
  --hero-image:url("https://ayasophiatraining.com/wp-content/uploads/2026/01/cropped-abstract-bokeh-texture-background-with-orange-circ-2025-03-17-14-27-43-utc-scaled-1.jpg");
}

body.dark-mode{
  --text:#dddddd;
  --title:#ffffff;
  --muted:#b8b8b8;
  --border:#2b2b2b;
  --surface:#111111;
  --surface-2:#171717;
  --footer:#000000;
  --button:#ca9b52;
  --button-text:#111111;
  --hero-overlay:rgba(0,0,0,0.35);
  --shadow:0 1px 12px rgba(0,0,0,0.35);
  background:#111111 var(--bg-image) center center / cover no-repeat fixed;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Open Sans", Arial, sans-serif;
  color:var(--text);
  background:#ffe5e5 var(--bg-image) left top / cover no-repeat fixed;
  line-height:1.8;
  transition:background-color .25s ease, color .25s ease;
}

body.no-scroll{
  overflow:hidden;
}

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

a{
  color:var(--accent);
  text-decoration:none;
  transition:0.25s ease;
}

a:hover{
  color:rgba(202,155,82,0.82);
}

h1,h2,h3,h4,h5,h6{
  margin:0 0 18px;
  color:var(--title);
  line-height:1.3;
  font-family:"Playfair Display", serif;
}

p{
  margin:0 0 22px;
}

button,
input,
textarea{
  font:inherit;
}

.cb2266{
  width:min(1160px, calc(100% - 48px));
  margin:0 auto;
}

.cb22674::after{
  content:"";
  display:block;
  clear:both;
}

.preloader{
  position:fixed;
  inset:0;
  z-index:9999;
  background:var(--surface);
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .4s ease, visibility .4s ease;
}

.preloader.hide{
  opacity:0;
  visibility:hidden;
}

.cb22629{
  margin:auto;
  width:49px;
  height:49px;
  position:relative;
}

.cb22673{
  background-color:var(--button);
  width:9px;
  height:9px;
  position:absolute;
  margin:auto;
  animation:cssload-cubemove 2s infinite ease-in-out;
}

.cb22613{left:13px;top:0;animation-delay:.1s;}
.cb22636{left:25px;top:0;animation-delay:.2s;}
.cb2269{left:38px;top:0;animation-delay:.3s;}
.cb22616{left:0;top:13px;animation-delay:.1s;}
.cb22637{left:13px;top:13px;animation-delay:.2s;}
.cb22650{left:25px;top:13px;animation-delay:.3s;}
.cb22655{left:38px;top:13px;animation-delay:.4s;}
.cb22665{left:0;top:25px;animation-delay:.2s;}
.cb22620{left:13px;top:25px;animation-delay:.3s;}
.cb22666{left:25px;top:25px;animation-delay:.4s;}
.cb22630{left:38px;top:25px;animation-delay:.5s;}
.cb22648{left:0;top:38px;animation-delay:.3s;}
.cb2264{left:13px;top:38px;animation-delay:.4s;}
.cb22626{left:25px;top:38px;animation-delay:.5s;}
.cb2268{left:38px;top:38px;animation-delay:.6s;}

@keyframes cssload-cubemove{
  35%{transform:scale(0.005);}
  50%{transform:scale(1.7);}
  65%{transform:scale(0.005);}
}

#page-wrap{
  min-height:100vh;
}

#top-bar{
  background:var(--surface);
  min-height:40px;
}

.cb22649{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.cb22635{
  min-height:500px;
  background-image:linear-gradient(var(--hero-overlay), var(--hero-overlay)), var(--hero-image);
  background-position:center center;
  background-size:cover;
  position:relative;
}

.cb22670{
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:48px 24px;
}

.cb22672 h1{
  margin:0;
  font-family:"Open Sans", Arial, sans-serif;
  font-size:clamp(2rem, 4vw, 4rem);
  font-weight:700;
  letter-spacing:.02em;
}

.cb22672 h1 a{
  color:#08a5dd;
}

#main-nav{
  background:var(--surface);
  box-shadow:var(--shadow);
  position:relative;
  z-index:30;
}

.cb22611{
  position:relative;
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cb22615{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}

.cb22615 span{
  display:block;
  width:100%;
  height:2px;
  background:#000;
  transition:.25s ease;
}

body.dark-mode .cb22615 span{
  background:#fff;
}

.cb22615:hover span{
  background:var(--accent);
}

.cb22632{
  display:block;
}

#main-menu,
#mobile-menu-list{
  list-style:none;
  margin:0;
  padding:0;
}

#main-menu{
  display:flex;
  align-items:center;
  gap:34px;
}

#main-menu a,
#mobile-menu-list a,
.cb22653{
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--title);
}

#main-menu .cb22660 a,
#main-menu a:hover,
#mobile-menu-list a:hover{
  color:var(--accent);
}

.cb2261{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  gap:12px;
  align-items:center;
}

.cb22644{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:transparent;
  color:var(--title);
  cursor:pointer;
  font-size:17px;
  padding:0;
}

.cb22644:hover{
  color:var(--accent);
}

.cb22653{
  display:none;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  background:transparent;
  border:0;
  cursor:pointer;
  padding:0;
}

.cb22633{
  display:none;
  background:var(--surface);
  border-top:1px solid rgba(0,0,0,.06);
}

.cb22633.active{
  display:block;
}

#mobile-menu-list{
  padding:12px 24px 18px;
}

#mobile-menu-list li + li{
  margin-top:12px;
}

.cb22614{
  display:none;
  background:var(--surface);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:16px 0;
}

.cb22614.active{
  display:block;
}

.cb22619{
  display:flex;
  gap:12px;
}

.cb22619 input{
  flex:1;
  min-width:0;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  padding:12px 14px;
  outline:none;
}

.cb22619 button{
  border:0;
  background:var(--button);
  color:var(--button-text);
  padding:12px 18px;
  cursor:pointer;
}

.cb22619 button:hover{
  background:var(--accent);
  color:#fff;
}

mark.search-highlight{
  background:#fff2a8;
  color:#111;
  padding:0 .1em;
}

body.dark-mode mark.search-highlight{
  background:#ca9b52;
  color:#111;
}

.cb22646{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.3s ease;
  z-index:90;
}

.cb22646.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.cb22622{
  position:fixed;
  top:0;
  left:-340px;
  width:340px;
  max-width:90vw;
  height:100vh;
  background:var(--surface);
  padding:85px 35px 35px;
  overflow:auto;
  box-shadow:10px 0 30px rgba(0,0,0,.12);
  transition:.3s ease;
  z-index:100;
}

.cb22622.active{
  left:0;
}

.cb22642{
  position:absolute;
  top:28px;
  right:25px;
  width:28px;
  height:28px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding:0;
}

.cb22642 span{
  position:absolute;
  left:0;
  top:13px;
  width:28px;
  height:2px;
  background:var(--title);
}

.cb22642 span:first-child{
  transform:rotate(45deg);
}

.cb22642 span:last-child{
  transform:rotate(-45deg);
}

.cb22676 h3{
  font-size:20px;
  margin-bottom:10px;
}

.cb22647{
  list-style:none;
  padding:0;
  margin:0 0 28px;
}

.cb22647 li{
  border-bottom:1px solid var(--border);
}

.cb22647 a{
  display:block;
  padding:11px 0;
  color:var(--text);
}

.cb22647 a:hover{
  color:var(--accent);
}

.cb22664{
  padding:0 0 48px;
}

.cb22669{
  min-height:24px;
}

.cb22610{
  display:flex;
  align-items:flex-start;
  gap:0;
  background:var(--surface);
}

.cb22663{
  width:calc(100% - 307px);
  padding:40px;
  min-width:0;
}

.cb22621{
  width:307px;
}

.cb22667{
  padding:40px 0 40px 37px;
}

.cb22654{
  background:var(--surface);
}

.cb2267{
  margin-bottom:28px;
}

.cb22661{
  font-size:clamp(2rem, 3vw, 2.7rem);
  line-height:1.25;
}

.cb22652 h2{
  margin-top:30px;
  font-size:32px;
}

.cb22671{
  margin:28px 0 30px;
}

.cb22662{
  margin-bottom:36px;
}

.cb22638{
  margin-bottom:18px;
}

.cb22638 h2{
  font-size:22px;
  display:inline-block;
  padding-bottom:8px;
  border-bottom:1px solid var(--border);
}

.cb22662 ul{
  list-style:none;
  padding:0;
  margin:0;
}

.cb22662 li{
  padding:10px 0;
  border-bottom:1px solid var(--border);
}

.cb22662 li a{
  color:var(--text);
}

.cb22662 li a:hover{
  color:var(--accent);
}

.cb2262{
  position:relative;
  overflow:hidden;
  aspect-ratio:16 / 9;
}

.cb2262 iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.contact-form{
  margin-top:10px;
}

.cb22657{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.cb22627{
  margin-bottom:18px;
}

.cb22627 label{
  display:block;
  margin-bottom:8px;
  color:var(--title);
  font-weight:600;
}

.cb22627 input,
.cb22627 textarea{
  width:100%;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  padding:14px 16px;
  outline:none;
  transition:border-color .25s ease, box-shadow .25s ease;
}

.cb22627 input:focus,
.cb22627 textarea:focus{
  border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(202,155,82,.12);
}

.cb22651{
  appearance:none;
  border:0;
  background:var(--button);
  color:var(--button-text);
  padding:14px 28px;
  font-weight:700;
  cursor:pointer;
  transition:.25s ease;
}

.cb22651:hover{
  background:var(--accent);
  color:#fff;
}

#page-footer{
  background:#000;
  text-align:center;
  color:#fff;
  padding:18px 0;
  position:relative;
}

.cb22659{
  padding-top:8px;
}

.cb22639{
  color:#fff;
  font-size:14px;
}

.cb22617{
  position:fixed;
  right:24px;
  bottom:24px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#333;
  color:#fff;
  border-radius:50%;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
  opacity:0;
  visibility:hidden;
  transition:.25s ease;
  z-index:50;
}

.cb22617.show{
  opacity:1;
  visibility:visible;
}

.cb22617:hover{
  background:var(--accent);
  color:#fff;
}

@media (max-width: 979px){
  .cb22611{
    justify-content:flex-start;
    padding-left:54px;
    padding-right:110px;
  }

  .cb22632{
    display:none;
  }

  .cb22653{
    display:block;
  }

  .cb2261{
    right:62px;
    gap:10px;
  }

  .cb22610{
    display:block;
  }

  .cb22663,
  .cb22621{
    width:100%;
  }

  .cb22663{
    padding:30px 24px;
  }

  .cb22667{
    padding:0 24px 30px;
  }
}

@media (max-width: 768px){
  .cb22635,
  .cb22670{
    min-height:360px;
  }

  .cb2266{
    width:min(100% - 28px, 1160px);
  }

  .cb22652 h2{
    font-size:28px;
  }

  .cb22657{
    grid-template-columns:1fr;
  }

  .cb22619{
    flex-direction:column;
  }
}

@media (max-width: 560px){
  .cb22611{
    min-height:58px;
    padding-right:80px;
  }

  .cb2261{
    display:none;
  }

  .cb22661{
    font-size:1.9rem;
  }

  .cb22652 h2{
    font-size:24px;
  }

  .cb22622{
    padding:78px 24px 24px;
  }
}

/* Sidebar pages/meta readability fix */
.cb22667 .cb22612{
  background:#ffffff;
  border:1px solid rgba(15,23,42,0.08);
  border-radius:18px;
  padding:20px 22px;
  box-shadow:0 14px 34px rgba(15,23,42,0.08);
}

.cb22667 .cb22612 .cb22638{
  margin-bottom:14px;
}

.cb22667 .cb22612 .cb22638 h2{
  color:#172033;
  border-bottom-color:rgba(23,32,51,0.12);
  font-size:20px;
}

.cb22667 .cb22612 ul{
  margin:0;
}

.cb22667 .cb22612 li{
  border-bottom:1px solid rgba(15,23,42,0.08);
  padding:0;
}

.cb22667 .cb22612 li:last-child{
  border-bottom:0;
}

.cb22667 .cb22612 li a{
  display:block;
  padding:12px 0;
  color:#24324a;
  font-weight:600;
  line-height:1.45;
}

.cb22667 .cb22612 li a:hover{
  color:#0f172a;
}

.cb22667 .cb22612 li a.cb2265{
  color:#0f172a;
}

.cb22667 .cb22612 li a.cb2265::before{
  content:"• ";
  color:var(--accent);
  font-weight:700;
}

body.dark-mode .cb22667 .cb22612{
  background:#ffffff;
  border-color:rgba(15,23,42,0.08);
  box-shadow:0 14px 34px rgba(0,0,0,0.22);
}

body.dark-mode .cb22667 .cb22612 .cb22638 h2,
body.dark-mode .cb22667 .cb22612 li a{
  color:#24324a;
}

body.dark-mode .cb22667 .cb22612 li a:hover,
body.dark-mode .cb22667 .cb22612 li a.cb2265{
  color:#0f172a;
}
.cb22610{
  flex-direction: row-reverse;
}

.cb22667{
  padding: 40px 37px 40px 0;
}


/* Generated theme override */
:root{
  --accent:#ae683b;
  --text:#493e35;
  --title:#312218;
  --muted:#958f8a;
  --border:#f5ede7;
  --surface:#ffffff;
  --surface-2:#fcfaf8;
  --footer:#6c4025;
  --button:#8b532f;
  --button-text:#ffffff;
  --hero-overlay:rgba(174,104,59,0.1);
  --wf-accent:#ae683b;
  --wf-light-box-1:#f8f1ed;
  --wf-light-box-2:#fdfbfa;
  --wf-light-box-3:#f8f2ef;
  --wf-light-box-4:#fdfcfa;
  --wf-panel-bg:linear-gradient(145deg,#f8f1ed,#fdfbfa);
  --wf-panel-border:#f5ede7;
  --wf-panel-shadow:0 20px 56px rgba(174,104,59,0.1);
  --wf-site-title-bg:#f8f2ef;
  --wf-site-title-border:#f5ede7;
  --wf-search-bg:#fdfcfa;
  --wf-scroll-start:rgba(174,104,59,0.96);
  --wf-scroll-end:rgba(174,104,59,0.24);
}
.cb22610{background:var(--surface) !important;}
.cb22654,.cb22662,.cb22675,main article{background:var(--wf-light-box-1) !important;background-image:none !important;opacity:1 !important;border:1px solid #f5ede7;box-shadow:0 18px 42px rgba(174,104,59,0.12);}
.cb22628,.cb22622,.cb2263,.cb22625,.cb22677{background:var(--wf-light-box-2) !important;background-image:none !important;opacity:1 !important;border:1px solid #f5ede7;box-shadow:0 18px 42px rgba(174,104,59,0.12);}
.cb22633,#top-bar,#main-nav{background:var(--wf-light-box-3) !important;background-image:none !important;opacity:1 !important;border:1px solid #f5ede7;box-shadow:0 18px 42px rgba(174,104,59,0.12);}
.cb22628,.cb22622,#top-bar,#main-nav,.cb22633{border-color:#f5ede7;}
a:hover{color:#945832;}
.cb22671 img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border-radius:18px;}
.cb22643{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:18px;background:#000;}
.cb22634{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.cb22662 .cb22643{margin:0 auto;}
.cb22645{margin:12px 0 0;font-size:14px;}
.cb22645 a{font-weight:700;text-decoration:underline;}
/* WF final opaque text container override start */
:root{--wf-final-box-1:#fff1f2;--wf-final-box-2:#f0f9ff;--wf-final-box-3:#eff6ff;--wf-final-box-4:#f7fee7;--wf-final-text:#334155;--wf-final-title:#111827;--wf-final-muted:#475569;--wf-final-border:rgba(15,23,42,.14);--wf-final-shadow:rgba(15,23,42,.10);}\nhtml body article,html body main article,html body main > section,html body main > div,html body [role="main"] article,html body [role="main"] section,html body [role="main"] > div,html body :where(article,section,div,aside)[class*="article"],html body :where(article,section,div,aside)[class*="Article"],html body :where(article,section,div,aside)[class*="content"],html body :where(article,section,div,aside)[class*="Content"],html body :where(article,section,div,aside)[class*="entry"],html body :where(article,section,div,aside)[class*="Entry"],html body :where(article,section,div,aside)[class*="post"],html body :where(article,section,div,aside)[class*="Post"],html body :where(article,section,div,aside)[class*="card"],html body :where(article,section,div,aside)[class*="Card"],html body :where(article,section,div,aside)[class*="panel"],html body :where(article,section,div,aside)[class*="Panel"],html body :where(article,section,div,aside)[class*="box"],html body :where(article,section,div,aside)[class*="Box"],html body :where(article,section,div,aside)[class*="widget"],html body :where(article,section,div,aside)[class*="Widget"],html body .content-card,html body .article-card,html body .post-card,html body .page-card,html body .contact-card,html body .contact-panel,html body .widget,html body section.widget,html body aside.widget,html body .sidebar .widget{background:var(--wf-final-box-1) !important;background-color:var(--wf-final-box-1) !important;background-image:none !important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:var(--wf-final-text) !important;border:1px solid var(--wf-final-border) !important;box-shadow:0 18px 42px var(--wf-final-shadow) !important;}\nhtml body main > section:nth-of-type(2n),html body main > div:nth-of-type(2n),html body article:nth-of-type(2n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(2n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(2n),html body .widget:nth-of-type(2n){background:var(--wf-final-box-2) !important;background-color:var(--wf-final-box-2) !important;background-image:none !important;}\nhtml body main > section:nth-of-type(3n),html body main > div:nth-of-type(3n),html body article:nth-of-type(3n),html body :where(article,section,div,aside)[class*="card"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="panel"]:nth-of-type(3n),html body :where(article,section,div,aside)[class*="content"]:nth-of-type(3n),html body .widget:nth-of-type(3n){background:var(--wf-final-box-3) !important;background-color:var(--wf-final-box-3) !important;background-image:none !important;}\nhtml body article.page,html body .post,html body .hentry{background:var(--wf-final-box-4) !important;background-color:var(--wf-final-box-4) !important;background-image:none !important;opacity:1 !important;color:var(--wf-final-text) !important;}\nhtml body article :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body main :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="card"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text),html body :where(article,section,div,aside)[class*="panel"] :where(.entry-content,.post-content,.article-body,.article-content,.content,.copy,.text){background:transparent !important;background-image:none !important;opacity:1 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}\nhtml body article::before,html body article::after,html body main > section::before,html body main > section::after,html body main > div::before,html body main > div::after,html body :where(article,section,div,aside)[class*="card"]::before,html body :where(article,section,div,aside)[class*="card"]::after,html body :where(article,section,div,aside)[class*="panel"]::before,html body :where(article,section,div,aside)[class*="panel"]::after,html body :where(article,section,div,aside)[class*="content"]::before,html body :where(article,section,div,aside)[class*="content"]::after{background:transparent !important;background-image:none !important;opacity:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;pointer-events:none !important;}\nhtml body article :where(p,li,span,div,blockquote,small,strong,em),html body main > section :where(p,li,span,div,blockquote,small,strong,em),html body main > div :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="card"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="panel"] :where(p,li,span,div,blockquote,small,strong,em),html body :where(article,section,div,aside)[class*="content"] :where(p,li,span,div,blockquote,small,strong,em),html body .widget :where(p,li,span,div,blockquote,small,strong,em){color:var(--wf-final-text) !important;}\nhtml body article :where(h1,h2,h3,h4,h5,h6),html body main > section :where(h1,h2,h3,h4,h5,h6),html body main > div :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="card"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="panel"] :where(h1,h2,h3,h4,h5,h6),html body :where(article,section,div,aside)[class*="content"] :where(h1,h2,h3,h4,h5,h6),html body .widget :where(h1,h2,h3,h4,h5,h6){color:var(--wf-final-title) !important;}\nhtml body article a,html body main > section a,html body main > div a,html body :where(article,section,div,aside)[class*="card"] a,html body :where(article,section,div,aside)[class*="panel"] a,html body :where(article,section,div,aside)[class*="content"] a,html body .widget a{color:var(--wf-accent, var(--accent, #2563eb)) !important;}\nhtml body article small,html body article .muted,html body main > section small,html body main > section .muted,html body main > div small,html body main > div .muted,html body .widget small,html body .widget .muted{color:var(--wf-final-muted) !important;}\n/* WF final opaque text container override end */
