

/* Start:/local/css/president-landing.css?17833494365538*/
/* President landing — /svetlana-romanova/ (desktop) */
.president-landing {
  --president-text: #2a2a2a;
  --president-muted: #5c5c5c;
  --president-accent: #c45d2c;
  --president-bg: #faf7f4;
  --president-radius: 20px;
}

.president-hero {
  background: linear-gradient(180deg, var(--president-bg) 0%, #fff 100%);
  padding: 32px 0 48px;
}

.president-hero__grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 40px;
  align-items: start;
}

.president-hero__media img {
  display: block;
  width: 100%;
  border-radius: var(--president-radius);
  box-shadow: 0 16px 40px rgba(30, 24, 20, 0.12);
  object-fit: cover;
}

.president-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--president-accent);
}

.president-hero__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.president-hero__post {
  margin: 0 0 20px;
  font-size: 1.125rem;
  color: var(--president-muted);
}

.president-hero__bio {
  max-width: 52rem;
  color: var(--president-text);
  line-height: 1.65;
}

.president-hero__bio p {
  margin-bottom: 1rem;
}

.president-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.president-section {
  padding: 48px 0;
}

.president-section--interview {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.president-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.president-section__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.president-section__more {
  color: var(--president-accent);
  text-decoration: none;
  white-space: nowrap;
}

.president-section__more:hover {
  text-decoration: underline;
}

.president-interview-head {
  margin-bottom: 24px;
}

.president-interview-head__date {
  display: block;
  margin-top: 8px;
  color: var(--president-muted);
  font-size: 0.95rem;
}

.president-interview-opener {
  margin-top: 0;
}

.president-interview-body .president-interview-opener {
  margin-bottom: 2rem;
}

.president-interview-body .president-longread {
  max-width: 46rem;
  margin: 0 auto;
  color: var(--president-text);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.president-longread__lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: var(--president-muted);
  margin-bottom: 2rem;
}

.president-longread h3.president-longread__question {
  margin: 2rem 0 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--president-text);
}

.president-longread p {
  margin: 0 0 1rem;
}

.president-longread p.president-longread__answer {
  margin-bottom: 1.25rem;
}

.president-pullquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--president-accent);
  background: var(--president-bg);
  border-radius: 0 12px 12px 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Aspro theme draws a decorative :after that breaks the left border */
.president-longread .president-pullquote:after,
.president-interview-body .president-pullquote:after {
  display: none !important;
  content: none !important;
}

.president-figure {
  margin: 2rem 0;
  clear: both;
  line-height: 0;
}

.president-figure picture {
  display: block;
  line-height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(30, 24, 20, 0.08);
}

.president-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
}

/* Aspro .detail img { display: inline-block } leaves a gap under photos in blog */
.detail .president-figure img,
.detail .president-longread .president-figure img {
  display: block !important;
  margin-left: 0;
  margin-right: 0;
  max-height: none;
}

.president-figure--center {
  margin: 2.5rem 0;
}

.president-figure--left {
  float: left;
  width: min(440px, 52%);
  max-width: 52%;
  margin: 0.5rem 2rem 1.5rem 0;
}

.president-figure--right {
  float: right;
  width: min(440px, 52%);
  max-width: 52%;
  margin: 0.5rem 0 1.5rem 2rem;
}

.president-longread__source {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--president-muted);
  text-align: center;
}

.president-interview-foot {
  margin-top: 2rem;
  text-align: center;
}

.president-interview-foot a {
  color: var(--president-accent);
}

.president-cta {
  padding: 56px 0 72px;
  background: var(--president-bg);
}

.president-cta__inner {
  text-align: center;
  max-width: 40rem;
}

.president-cta__title {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.president-cta__text {
  margin: 0 0 24px;
  color: var(--president-muted);
  line-height: 1.6;
}

#president-blog .item-views,
#president-video .item-views {
  margin-top: 0;
}

@media (max-width: 991px) {
  .president-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .president-hero__media {
    max-width: 320px;
    margin: 0 auto;
  }

  .president-figure--left,
  .president-figure--right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0;
  }

  .president-figure {
    margin: 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .president-hero {
    padding: 20px 0 32px;
  }

  .president-section {
    padding: 32px 0;
  }

  .president-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .president-hero__actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* End */
/* /local/css/president-landing.css?17833494365538 */
