/* NaRa Academy v1.14.13.2 — Speaker page mobile polish */
:root{
  --bg:#f7f3ec;
  --paper:#fff;
  --ink:#35241c;
  --muted:#887d75;
  --gold:#c7952d;
  --line:#e6dbcf;
  --dark:#241711;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}
body{margin:0;max-width:100%;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}
a{color:inherit}
img{max-width:100%}

.sp13-header{
  position:sticky;
  top:0;
  z-index:80;
  min-height:84px;
  padding:15px clamp(16px,4vw,48px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:rgba(247,243,236,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(14px);
}
.sp13-brand{min-width:0;display:flex;align-items:center;gap:10px;text-decoration:none}
.sp13-brand span{white-space:nowrap;font:700 clamp(23px,3vw,32px)/1 Georgia,"Times New Roman",serif}
.sp13-brand b{color:var(--gold)}
.sp13-head-actions{display:flex;align-items:center;gap:8px}
.sp13-langs{display:flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:#fff}
.sp13-langs a{min-width:38px;height:36px;padding:0 9px;display:grid;place-items:center;border-radius:999px;text-decoration:none;font-size:11px;font-weight:900}
.sp13-langs a.active{background:var(--dark);color:#fff}
.sp13-account{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;text-decoration:none;overflow:hidden}
.sp13-account img{width:100%;height:100%;object-fit:cover}
.sp13-menu-btn{width:48px;height:44px;border:0;border-radius:14px;background:var(--dark);display:grid;place-content:center;gap:5px;cursor:pointer}
.sp13-menu-btn i{display:block;width:22px;height:2px;background:#fff;border-radius:10px}
.sp13-menu{
  position:absolute;
  right:18px;
  top:72px;
  width:min(320px,calc(100vw - 28px));
  padding:11px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:19px;
  box-shadow:0 22px 60px rgba(55,35,25,.18);
  display:none;
}
.sp13-menu.open{display:grid}
.sp13-menu a{padding:13px 14px;border-radius:11px;text-decoration:none;font-weight:800}
.sp13-menu a:hover,.sp13-menu a.active{background:#f3eadf;color:#8a621d}

main{width:min(1180px,100%);margin:0 auto;padding:28px 22px 68px}

.sp13-hero{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:30px;
  align-items:center;
  padding:26px;
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--paper);
  box-shadow:0 18px 55px rgba(70,46,30,.07);
}
.sp13-hero>*{min-width:0}
.sp13-photo{
  position:relative;
  width:100%;
  aspect-ratio:4/5;
  max-height:660px;
  min-height:0;
  border-radius:26px;
  overflow:hidden;
  background:#eadfce;
}
.sp13-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 18%;
}
.sp13-photo:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(transparent,rgba(24,14,10,.42))}
.sp13-photo-badge{
  position:absolute;
  left:20px;
  bottom:20px;
  z-index:2;
  padding:12px 15px;
  border-radius:15px;
  background:rgba(255,255,255,.94);
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  line-height:1.3;
}
.sp13-photo-badge b{color:var(--gold)}

.sp13-hero-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:14px 8px}
.sp13-eyebrow{font-size:11px;font-weight:900;letter-spacing:.2em;color:#a37b2a;text-transform:uppercase}
.sp13-hero h1,.sp13-section-head h2,.sp13-cta h2{font-family:Georgia,"Times New Roman",serif}
.sp13-hero h1{
  max-width:100%;
  margin:16px 0 14px;
  font-size:clamp(42px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.035em;
  overflow-wrap:break-word;
  word-break:normal;
}
.sp13-role{margin:0;font-size:17px;font-weight:800;line-height:1.45;color:#5f5149}
.sp13-intro{margin:22px 0 0;font-size:18px;line-height:1.65;color:var(--muted)}
.sp13-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:27px}
.sp13-hero-actions a,.sp13-cta>a{
  min-height:52px;
  padding:0 20px;
  border:1px solid var(--line);
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  font-weight:900;
  background:#fff;
}
.sp13-hero-actions a.primary,.sp13-cta>a{background:var(--gold);border-color:var(--gold);color:#fff;box-shadow:0 12px 28px rgba(199,149,45,.2)}

.sp13-about,.sp13-highlights{padding:66px 4px 0}
.sp13-section-head{max-width:780px}
.sp13-section-head h2{font-size:clamp(38px,4.6vw,60px);line-height:1.03;margin:11px 0 0;letter-spacing:-.025em}
.sp13-about-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:22px;margin-top:26px}
.sp13-bio,.sp13-quote{min-width:0;border:1px solid var(--line);border-radius:26px;background:#fff;padding:28px}
.sp13-bio p{margin:0 0 17px;font-size:17px;line-height:1.72;color:#665950}
.sp13-bio p:last-child{margin-bottom:0}
.sp13-quote{position:relative;background:var(--dark);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:330px}
.sp13-quote>span{position:absolute;top:14px;left:22px;font:88px/1 Georgia,serif;color:var(--gold)}
.sp13-quote blockquote{margin:72px 0 20px;font:700 26px/1.3 Georgia,serif}
.sp13-quote small{color:#cbbfb8;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

.sp13-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:26px}
.sp13-highlight-grid article{min-width:0;min-height:245px;padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-direction:column}
.sp13-number{width:52px;height:52px;border-radius:16px;background:#f6ecd9;color:#a67519;display:grid;place-items:center;font-weight:900}
.sp13-highlight-grid h3{font-size:21px;line-height:1.17;margin:23px 0 10px}
.sp13-highlight-grid p{margin:0;color:var(--muted);line-height:1.58}

.sp13-cta{margin-top:66px;padding:32px;border-radius:28px;background:linear-gradient(135deg,#2d1d16,#1c120e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:26px}
.sp13-cta h2{font-size:clamp(34px,4vw,50px);line-height:1;margin:11px 0}
.sp13-cta p{margin:0;color:#d2c7c0;font-size:16px;line-height:1.55}
.sp13-cta>a{flex:0 0 auto}

.sp13-footer{min-height:138px;padding:30px clamp(20px,6vw,70px);background:#1b110d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}
.sp13-footer strong{font:700 27px Georgia,serif}
.sp13-footer strong b{color:var(--gold)}
.sp13-footer a{color:#d9cec7;text-decoration:none;font-weight:800}

@media(max-width:900px){
  .sp13-langs{display:none}
  .sp13-hero{grid-template-columns:1fr;align-items:start}
  .sp13-photo{max-height:none;aspect-ratio:4/5}
  .sp13-about-grid{grid-template-columns:1fr}
  .sp13-highlight-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:620px){
  .sp13-header{min-height:70px;padding:11px 13px}
  .sp13-brand span{font-size:24px}
  .sp13-account{width:40px;height:40px;border-radius:13px}
  .sp13-menu-btn{width:44px;height:40px;border-radius:13px}
  .sp13-menu{top:61px;right:10px}

  main{padding:12px 10px 40px}

  .sp13-hero{
    gap:0;
    padding:9px;
    border-radius:22px;
    box-shadow:0 10px 34px rgba(70,46,30,.06);
  }
  .sp13-photo{
    aspect-ratio:4/5;
    max-height:none;
    border-radius:17px;
  }
  .sp13-photo img{object-position:center 16%}
  .sp13-photo-badge{left:13px;bottom:13px;padding:10px 12px;border-radius:13px;font-size:10px}

  .sp13-hero-copy{padding:20px 10px 13px}
  .sp13-eyebrow{font-size:10px;letter-spacing:.17em}
  .sp13-hero h1{
    margin:13px 0 13px;
    font-size:clamp(34px,10vw,44px);
    line-height:1.01;
    letter-spacing:-.025em;
  }
  .sp13-role{font-size:15px;line-height:1.45}
  .sp13-intro{margin-top:18px;font-size:16px;line-height:1.6}
  .sp13-hero-actions{display:grid;grid-template-columns:1fr;margin-top:22px}
  .sp13-hero-actions a{width:100%;min-height:50px}

  .sp13-about,.sp13-highlights{padding:48px 2px 0}
  .sp13-section-head h2{font-size:36px;line-height:1.04}
  .sp13-bio,.sp13-quote{padding:20px;border-radius:20px}
  .sp13-bio p{font-size:15px;line-height:1.7}
  .sp13-quote{min-height:280px}
  .sp13-quote>span{font-size:76px}
  .sp13-quote blockquote{font-size:22px}

  .sp13-highlight-grid{grid-template-columns:1fr;gap:10px}
  .sp13-highlight-grid article{min-height:0;padding:19px;border-radius:19px}
  .sp13-highlight-grid h3{font-size:20px;margin-top:18px}

  .sp13-cta{margin-top:48px;padding:21px;border-radius:22px;display:grid}
  .sp13-cta h2{font-size:34px}
  .sp13-cta>a{width:100%}

  .sp13-footer{min-height:120px;padding:25px 16px;display:grid}
}

@media(max-width:380px){
  .sp13-brand span{font-size:21px}
  .sp13-account{display:none}
  .sp13-hero h1{font-size:32px}
}
