/*
Theme Name: Maciej Ścibor
*/

:root {
  --ms-bg: #f1f3ed;
  --ms-bg-soft: #e3e9de;
  --ms-dark: #151a16;
  --ms-ink: #232323;
  --ms-muted: #5e695f;
  --ms-green: #70a176;
  --ms-green-light: #8fc095;
  --ms-green-dark: #4e7d54;
  --ms-border: rgba(30, 35, 31, 0.16);
  --ms-serif: "Jost", serif;
  --ms-sans: "Jost", sans-serif;
}

html { scroll-behavior: smooth; }
body { min-width: 320px; overflow-x: clip; margin: 0; background: var(--ms-bg); color: var(--ms-ink); font-family: var(--ms-sans); }
::selection { background: var(--ms-green); color: var(--ms-bg); }

@keyframes fade-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }


a {
    color:var(--ms-green-light)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none !important;
}

.font-serif { font-family: var(--ms-serif); }
.section-shell { max-width: 1280px; margin-inline: auto; }
.eyebrow { margin-bottom: 15px; color: var(--ms-green-dark); font-size: 14.5px; letter-spacing: .32em; text-transform: uppercase; }
.eyebrow-light { color: var(--ms-green-light); }
.section-title { margin: 0; font-family: var(--ms-serif); font-size: clamp(32px, 3.4vw, 52px); font-weight: 400; line-height: 1.2; }
.body-copy { font-size: 18px; font-weight: 300; line-height: 1.75;border-bottom: 1px solid rgba(30,35,31,.18);padding-bottom:35px }

.hero { position: relative; min-height: 100vh; overflow: hidden; background: var(--ms-dark); }
.hero-bg,
.quote-bg { position: absolute; top: -10%; left: 0; width: 100%; height: 120%; object-fit: cover; }
.hero-bg { object-position: center 30%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21,26,22,.42), rgba(21,26,22,.35) 45%, rgba(21,26,22,.75)); }
.site-navbar { position: relative; z-index: 3; padding: 16px 56px; animation: fade-in 1s ease both; }
.site-logo { display: block; width: 117px; height: 117px; }
.site-navbar .nav-link { color: rgba(241,243,237,.85); font-size: 16px; font-weight: 400; letter-spacing: .08em; }
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.show { color: var(--ms-green-light); }
.site-navbar .dropdown-menu { min-width: 300px; padding: 8px 0; border: 0; border-top: 2px solid var(--ms-green); border-radius: 0; background: var(--ms-bg); box-shadow: 0 24px 48px rgba(21,26,22,.35); }
.site-navbar .dropdown-item { padding: 12px 24px; color: var(--ms-ink); font-size: 15px; letter-spacing: .04em; transition: all .2s ease; }
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus { padding-left: 30px; background: rgba(112,161,118,.14); color: var(--ms-green-dark); }
.nav-contact { padding: 11px 24px !important; border: 1px solid rgba(241,243,237,.5); color: var(--ms-bg) !important; font-size: 13px !important; letter-spacing: .14em !important; text-transform: uppercase; transition: all .25s ease; }
.nav-contact:hover { border-color: var(--ms-green); background: var(--ms-green); color: var(--ms-dark) !important; }
.hero-content { position: relative; z-index: 2; flex: 1; padding: 60px 96px 110px; }
.hero-kicker { animation: fade-up .9s .15s ease both; }
.hero-title {  margin: 0; color: var(--ms-bg); font-family: var(--ms-serif); font-size: clamp(38px, 4.2vw, 68px); font-weight: 400; line-height: 1.14; letter-spacing: .01em; animation: fade-up .9s .3s ease both; }
.hero-actions { margin-top: 36px; animation: fade-up .9s .5s ease both; }
.btn-primary-ms { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; border: 0; border-radius: 0; background: var(--ms-green); color: var(--ms-dark); font-size: 13px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; transition: all .3s ease; }
.btn-primary-ms:hover,
.btn-primary-ms:focus { background: var(--ms-bg); color: var(--ms-dark); }
.text-link-light { padding-bottom: 5px; border-bottom: 1px solid var(--ms-green-light); color: rgba(241,243,237,.85); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.text-link-light:hover { border-color: var(--ms-green-light); color: var(--ms-green-light); }
.hero-portrait { position: relative; width: min(320px, 100%); margin-left: auto; animation: fade-in 1.3s .4s ease both; }
.hero-portrait img { width: 100%; aspect-ratio: 4 / 5; border: 1px solid rgba(241,243,237,.35); object-fit: cover; object-position: center 25%; }
.play-button { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; transition: all .3s ease; }
.play-button:hover { color: var(--ms-green-light); transform: scale(1.08); }
.play-button svg { width: 68px; height: 68px; margin-left: -4px; padding: 16px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(21,26,22,.25); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); filter: drop-shadow(0 4px 14px rgba(0,0,0,.45)); transition: border-color .3s ease, background .3s ease; margin-top:30px}
.play-button:hover svg { border-color: var(--ms-green-light); background: rgba(21,26,22,.45); }

.perspectives { padding: 96px 56px 100px; border-bottom: 1px solid rgba(30,35,31,.12); background: var(--ms-bg); }
.perspective-heading { margin-bottom: 18px; }
.perspective-heading .role-dot { margin-bottom: 0; flex-shrink: 0; }
.perspective-heading h3 { margin: 0; font-family: var(--ms-serif); font-size: 26px; font-weight: 400; }
.perspective-copy { margin: 0; color: var(--ms-muted); font-size: 16px; font-weight: 400; line-height: 1.8; }

.about { position: relative; overflow: hidden; padding: 110px 56px 40px; background: var(--ms-bg); }
@media (min-width: 992px) {
  .about .section-shell > .row {
    --bs-gutter-x: 80px;
  }
}
.star-photo { position: relative; max-width: 640px; aspect-ratio: 4 / 5; }
.star-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.about-title {  margin: 0 0 28px; font-family: var(--ms-serif); font-size: clamp(28px, 2.6vw, 40px); font-weight: 400; line-height: 1.3; }
.about-copy {  margin: 0 0 30px; }
.roles { padding-top: 5px;}
.role-dot { width: 8px; height: 8px; margin-bottom: 12px; border: 1.5px solid var(--ms-green); border-radius: 50%; }
.role-title { margin-bottom: 6px; font-family: var(--ms-serif); font-size: 18px;
    letter-spacing: .5px;}
.role-copy { margin: 0; color: var(--ms-muted); font-size: 16.5px; font-weight: 300; line-height: 1.6; }
.marquee-wrap { overflow: hidden; margin-top: 40px; white-space: nowrap; -webkit-user-select: none; user-select: none; }
.marquee-track { display: inline-flex; align-items: center; gap: 64px; padding-right: 64px; animation: marquee 32s linear infinite; will-change: transform; }
.marquee-word { color: #cecece61; font-family: var(--ms-serif); font-size: clamp(70px, 9vw, 150px); line-height: 1.25; }
.marquee-mark { color: #cecece61; font-size: clamp(75px, 9vw, 150px); line-height: 1; transform: translateY(14%); }
.logo-footer {
    max-width:130px
}
.quote-section { position: relative; overflow: hidden; padding: 150px 56px; background: var(--ms-dark); }
.quote-bg { object-position: center 25%; }
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,26,22,.85), rgba(21,26,22,.45) 60%, rgba(21,26,22,.25)); }
.quote-content { position: relative; z-index: 2; }
.quote-text { max-width: 26ch; margin: 0; color: var(--ms-bg); font-family: var(--ms-serif); font-size: clamp(30px, 3.4vw, 52px); font-weight: 400; line-height: 1.28; }
.quote-author { margin-top: 34px; color: rgba(241,243,237,.7); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; }
.quote-line { width: 48px; height: 1px; background: var(--ms-green); }

.services { padding: 110px 56px 130px; background: var(--ms-bg); }
.services-heading { margin-bottom: 70px; text-align: center; }
.services-grid { border-top: 1px solid var(--ms-border); border-left: 1px solid var(--ms-border); }
.service-card { padding: 44px 36px 52px; border-right: 1px solid var(--ms-border); border-bottom: 1px solid var(--ms-border); scroll-margin-top: 40px; transition: background .3s ease; }
.service-card:hover { background: var(--ms-bg-soft); }
.service-icon { width: 54px; height: 54px; margin-bottom: 26px; }
.service-card h3 { margin: 0 0 12px; font-family: var(--ms-serif); font-size: 22px; font-weight: 400; }
.service-card p { margin: 0 0 24px; color: var(--ms-muted); font-size: 15.5px; font-weight: 300; line-height: 1.75; }
.service-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(112,161,118,.5); color: var(--ms-green-dark); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.service-link:hover { border-color: var(--ms-ink); color: var(--ms-ink); }

.about-more-link {
  margin-top:30px
}

.contact { padding: 120px 56px; border-top: 0px solid rgba(30,35,31,.12); background: var(--ms-bg-soft); }
@media (min-width: 992px) {
  .contact .section-shell > .row {
    --bs-gutter-x: 80px;
  }
}
.contact-photo { max-width: 560px; }
.contact-photo img { object-position: 65% 20%; }
.contact-title { max-width: 20ch; margin: 0 0 22px; font-family: var(--ms-serif); font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1.25; }
.contact-copy { max-width: 50ch; margin: 0 0 34px; }
.btn-dark-ms { padding: 17px 34px; background: var(--ms-ink); color: var(--ms-bg); }
.btn-dark-ms:hover { background: var(--ms-green); color: var(--ms-dark); }

.site-footer { padding: 80px 56px 0; background: var(--ms-dark); color: rgba(241,243,237,.65); }
.footer-main { padding-bottom: 64px; }
.footer-brand { margin-bottom: 18px; color: var(--ms-bg); font-family: var(--ms-serif); font-size: 26px; }
.footer-description { max-width: 40ch; margin: 0 0 26px; color: rgb(255 255 255 / 65%); font-size: 16px; font-weight: 300; line-height: 1.8; }
.social-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(241,243,237,.3); color: var(--ms-bg); transition: all .25s ease; }
.social-link:hover { border-color: var(--ms-green); background: var(--ms-green); color: var(--ms-dark); }
.social-link svg { width: 17px; height: 17px; }
.footer-heading { margin-bottom: 22px; color: var(--ms-green-light); font-size: 13px; letter-spacing: .28em; text-transform: uppercase; }
.footer-nav a,
.footer-contact a { color: rgba(241,243,237,.75); font-size: 17px; font-weight: 300; }
.footer-nav a:hover,
.footer-contact a:hover { color: var(--ms-green-light); }
.footer-contact svg { width: 18px; height: 18px; flex-shrink: 0; }
.footer-credit { color: rgba(241,243,237,.55); font-size: 15px; font-weight: 300; }
.footer-bottom { padding: 24px 0 28px; border-top: 1px solid rgba(241,243,237,.15); }
.footer-motto { color: var(--ms-green-light); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; }
.footer-copy { font-size: 14px; font-weight: 300; }

/* ===== Podstrona: O mnie ===== */
.page-hero { min-height: 70vh; }
.page-hero-content { padding: 40px 96px 90px; }
.page-hero-title { font-size: clamp(40px, 4.6vw, 72px); }
.page-hero-lead { max-width: 62ch; margin: 26px 0 0; color: rgba(241,243,237,.85); font-size: clamp(17px, 1.4vw, 21px); font-weight: 300; line-height: 1.7; animation: fade-up .9s .45s ease both; }

.body-copy.no-line { border-bottom: 0; padding-bottom: 0; margin-bottom: 22px; }

.about-intro { position: relative; padding: 110px 56px; background: var(--ms-bg); }
.about-facts { margin-top: 26px; padding-top: 34px; border-top: 1px solid var(--ms-border); }
.fact-number { margin-bottom: 6px; color: var(--ms-green-dark); font-family: var(--ms-serif); font-size: clamp(34px, 3vw, 46px); font-weight: 400; line-height: 1; }
.fact-copy { margin: 0; color: var(--ms-muted); font-size: 16.5px; font-weight: 300; line-height: 1.6; }

.about-experience { padding: 110px 56px; border-top: 1px solid rgba(30,35,31,.12); background: var(--ms-bg-soft); }
.about-list { margin: 10px 0 0; padding: 0; list-style: none; }
.about-list li { position: relative; padding: 22px 0 22px 34px; border-top: 1px solid var(--ms-border); font-size: 17px; font-weight: 300; line-height: 1.8; }
.about-list li:last-child { border-bottom: 1px solid var(--ms-border); }
.about-list li::before { content: ""; position: absolute; left: 4px; top: 34px; width: 9px; height: 9px; border: 1.5px solid var(--ms-green); border-radius: 50%; }
.about-list strong { font-weight: 500; }

.about-approach { padding: 110px 56px 120px; background: var(--ms-bg); }
.approach-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.approach-tags span { padding: 11px 20px; border: 1px solid rgba(112,161,118,.55); color: var(--ms-green-dark); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: all .25s ease; }
.approach-tags span:hover { background: var(--ms-green); border-color: var(--ms-green); color: var(--ms-dark); }

@media (min-width: 992px) {
  .about-intro .section-shell > .row,
  .about-experience .section-shell > .row,
  .about-approach .section-shell > .row,
  .contact-page-section .section-shell > .row { --bs-gutter-x: 80px; }
}

/* Podstrona: Kontakt */
.contact-page-section { padding: 110px 56px; background: var(--ms-bg); }
.contact-details-list { margin-top: 40px; }
.contact-detail-item { padding: 26px 0; border-top: 1px solid var(--ms-border); }
.contact-detail-item:last-child { border-bottom: 1px solid var(--ms-border); }
.contact-label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ms-muted);
}
.contact-value {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ms-serif);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  color: var(--ms-ink);
  transition: color .25s ease;
}
.contact-value svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--ms-green-dark); transition: transform .25s ease; }
.contact-value:hover { color: var(--ms-green-dark); }
.contact-value:hover svg { transform: translateX(4px); }
.contact-socials { margin-top: 44px; }
.contact-socials .contact-label { margin-bottom: 16px; }
.contact-social-icon { display: inline-flex; color: var(--ms-ink); transition: all .25s ease; }
.contact-social-icon svg { width: 26px; height: 26px; }
.contact-social-icon:hover { color: var(--ms-green-dark); transform: translateY(-3px); }
.contact-form-card { padding: 0 0 0 24px; }
@media (max-width: 991.98px) {
  .contact-form-card { padding: 0; }
}
.contact-form { margin-top: 8px; }
.custom-form-label {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ms-muted);
  font-weight: 400;
  margin-bottom: 4px;
}
.custom-form-input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ms-border);
  border-radius: 0;
  padding: 12px 0 14px;
  font-size: 18px;
  font-weight: 400;
  color: var(--ms-ink);
  transition: border-color .25s ease;
  width:100%
}
.custom-form-input::placeholder { color: rgba(94,105,95,.5); font-weight: 300; }
.custom-form-input:focus {
  background: transparent;
  border-color: var(--ms-green-dark);
  box-shadow: none;
  color: var(--ms-ink);
  outline: 0;
}

/* Podstrona: Hogan Assessment */
.hogan-intro { padding: 110px 56px; background: var(--ms-bg); }
.hogan-statement { display: flex; align-items: center; gap: 28px; margin-top: 34px; padding: 28px 36px; border-left: 3px solid var(--ms-green); border-radius: 14px; background: var(--ms-bg-soft); }
.hogan-statement-icon { display: grid; place-items: center; width: 88px; height: 88px; flex-shrink: 0; border-radius: 50%; background: #fff; color: var(--ms-green-dark); }
.hogan-statement-icon svg { width: 52px; height: 52px; }
.hogan-statement-text { display: flex; flex-direction: column; gap: 6px; }
.hogan-statement-line { color: var(--ms-muted); font-size: 18px; font-weight: 300; letter-spacing:.5px}
.hogan-statement-accent { position: relative; padding-bottom: 16px; color: var(--ms-ink); font-family: var(--ms-serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.35; }
.hogan-statement-accent::after { content: ""; position: absolute; bottom: 0; left: 0; width: 56px; height: 2px; background: var(--ms-green); }
@media (max-width: 575.98px) {
  .hogan-statement { flex-direction: column; align-items: flex-start; gap: 20px; padding: 26px 24px; }
}

.hogan-scope { padding: 110px 56px 120px; background: var(--ms-dark); }
.hogan-scope-heading { margin-bottom: 64px; text-align: center; }
.hogan-scope-title { color: var(--ms-bg); }
.hogan-scope-card { position: relative; padding: 44px 36px 48px; background-color:#2d322e }
.hogan-scope-index { position: absolute; top: 44px; right: 36px; color: rgba(241,243,237,.22); font-family: var(--ms-serif); font-size: 44px; font-weight: 300; line-height: 52px; }
.hogan-scope-icon { width: 52px; height: 52px; margin-bottom: 26px; color: var(--ms-green-light); }
.hogan-scope-card h3 { margin: 0 0 14px; color: var(--ms-bg); font-family: var(--ms-serif); font-size: 22px; font-weight: 400; line-height: 1.35; }
.hogan-scope-card p { margin: 0; color: rgba(241,243,237,.68); font-size: 16px; font-weight: 300; line-height: 1.8; }

.hogan-benefits { position: relative; overflow: hidden; padding: 120px 56px; background: var(--ms-bg-soft); }
.hogan-benefits::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112,161,118,.16), transparent 65%);
  pointer-events: none;
}
.hogan-benefits::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -50px;
  width: 360px;
  height: 360px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44' fill='none' stroke='rgba(112,161,118,0.14)' stroke-width='1.2'%3E%3Cpath d='M7 37h30M9 32l9-9 6 6 11-12' stroke-linejoin='round'/%3E%3Cpath d='M28 17h7v7' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.hogan-benefits .section-shell { position: relative; z-index: 1; }
.hogan-benefit { position: relative; height: 100%; transition: transform .3s ease; }
.hogan-benefit-icon { display: block; width: 58px; height: 58px; margin-bottom: 20px; color: var(--ms-green-dark); transition: transform .3s ease, color .3s ease; }
.hogan-benefit-icon svg { width: 100%; height: 100%; }
.hogan-benefit p { position: relative; max-width: 30ch; margin: 0; padding-top: 16px; font-size: 18px; font-weight: 500; line-height: 1.55; }
.hogan-benefit p::before { content: ""; position: absolute; top: 0; left: 0; width: 64px; height: 1px; background: var(--ms-green); }
.hogan-benefit:hover { transform: translateY(-4px); }
.hogan-benefit:hover .hogan-benefit-icon { color: var(--ms-green); transform: scale(1.08); }

.hogan-audience { position: relative; overflow: hidden; padding: 130px 56px; background: var(--ms-dark); }
.hogan-audience-title { max-width: 25ch; }
.hogan-audience-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.hogan-audience-tags span { padding: 12px 22px; border: 1px solid rgba(143,192,149,.5); color: var(--ms-bg); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; transition: all .25s ease; }
.hogan-audience-tags span:hover { background: var(--ms-green); border-color: var(--ms-green); color: var(--ms-dark); }

@media (min-width: 992px) {
  .hogan-intro .section-shell > .row,
  .hogan-benefits .section-shell > .row,
  .team-areas .section-shell > .row { --bs-gutter-x: 80px; }
}

/* Podstrona: Team coaching */
.team-areas { padding: 110px 56px; background: var(--ms-bg); }
.team-areas .about-list { margin-top: 0; }

/* Podstrona: Psychoterapia — zakres pomocy */
.help-areas { padding: 110px 56px 120px; background: var(--ms-bg); }
.help-heading { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.help-heading .about-title { margin-bottom: 16px; }
.help-lead { margin: 0; color: var(--ms-muted); font-size: 17px; font-weight: 300; letter-spacing: .01em; }
.help-list { max-width: 1080px; margin: 0 auto; padding: 0; list-style: none; column-count: 2; column-gap: 72px; }
.help-list li { position: relative; padding: 13px 0 13px 44px; font-size: 17px; font-weight: 400; line-height: 1.65; break-inside: avoid; -webkit-column-break-inside: avoid; transition: color .25s ease; }
.help-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2370a176' fill-opacity='0.18'/%3E%3Cpath d='m7 12.3 3.3 3.3L17 8.9' fill='none' stroke='%234e7d54' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
.help-list li:hover { color: var(--ms-green-dark); }

/* Podstrona: Szkolenia i warsztaty */
.trainings { padding: 110px 56px 110px; background: var(--ms-bg); }
.trainings-heading { margin-bottom: 56px; text-align: center; }
.training-block { padding: 58px 0; border-top: 1px solid var(--ms-border); }
.training-block:last-child { border-bottom: 1px solid var(--ms-border); }
.training-index { display: block; margin-bottom: 16px; color: var(--ms-green-dark); font-family: var(--ms-serif); font-size: 14px; letter-spacing: .28em; }
.training-icon { width: 52px; height: 52px; margin-bottom: 22px; color: var(--ms-green-dark); }
.training-title { margin: 0; font-family: var(--ms-serif); font-size: clamp(26px, 2.2vw, 34px); font-weight: 400; line-height: 1.3; }
.training-label { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--ms-border); color: var(--ms-muted); font-size: 14px; letter-spacing: .22em; text-transform: uppercase; }
.training-list { margin: 0; padding: 0; list-style: none; }
.training-list li { position: relative; padding: 4px 0 4px 28px; font-size: 17px; font-weight: 400; line-height: 1.6; }
.training-list li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 9px; height: 9px; border: 1.5px solid var(--ms-green); border-radius: 50%; }
.training-outcomes { height: 100%; padding: 30px 32px 34px; background: var(--ms-bg-soft); }
.training-outcomes .training-label { border-color: rgba(30,35,31,.18); }
.training-outcomes .training-list li::before { top: 18px; width: 11px; height: 6px; border: 0; border-left: 1.6px solid var(--ms-green-dark); border-bottom: 1.6px solid var(--ms-green-dark); border-radius: 0; transform: rotate(-45deg); }
@media (min-width: 992px) {
  .training-block .row { --bs-gutter-x: 56px; }
}

a { text-decoration: none; }
[data-reveal] { opacity: 0; transform: translateY(28px); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Fancybox custom sizing for portrait 9:16 video */
.fancybox__slide.has-html5video .fancybox__content {
  aspect-ratio: 9 / 16 !important;
  width: 85vw !important;
  height: auto !important;
  max-width: 540px !important;
  max-height: 85vh !important;
}
@media (min-aspect-ratio: 9/16) {
  .fancybox__slide.has-html5video .fancybox__content {
    height: 85vh !important;
    width: auto !important;
    max-height: 85vh !important;
    max-width: 540px !important;
  }
}

@media (max-width: 991.98px) {
  .site-navbar {         padding: 20px 25px; }
  .site-logo { width: 52px; height: 52px; }
  .navbar-toggler { border-color: rgba(241,243,237,.45); border-radius: 0; }
  .navbar-toggler:focus { box-shadow: 0 0 0 .15rem rgba(143,192,149,.35); }
  .navbar-collapse { padding: 20px 0 8px; }
  .site-navbar .navbar-nav { align-items: stretch !important; gap: 8px !important; }
  .site-navbar .dropdown-menu { min-width: 0; box-shadow: none; }
  .nav-contact { display: inline-block; margin-top: 8px; text-align: center; }
  .hero-content { padding: 70px 40px 80px; }
  .perspectives,
  .about,
  .services,
  .contact { padding-inline: 32px; }
  .quote-section { padding-inline: 32px; }
  .about-intro,
  .about-experience,
  .about-approach,
  .contact-page-section,
  .hogan-intro,
  .hogan-scope,
  .hogan-benefits,
  .hogan-audience,
  .team-areas,
  .help-areas,
  .trainings { padding-inline: 32px; }
  .page-hero-content { padding: 60px 40px 70px; }

.eyebrow { margin-bottom: 20px; font-size: 14px; letter-spacing: .12em;  }

}

@media (max-width: 767.98px) {
  .hero { min-height: 0; }
  .hero-content { padding: 72px 24px 64px; }
  .hero-title { font-size: clamp(30px, 6.5vw, 52px); line-height: 1.35}
    .hero-portrait {
        width: 100%;
        margin: 8px auto 0;
    }
  .perspectives { padding: 45px 24px; }
  .about { padding: 55px 24px 32px; }
  .about-intro { padding: 55px 24px; }
  .about-experience { padding: 55px 24px; }
  .about-approach { padding: 55px 24px 60px; }
  .contact-page-section { padding: 55px 24px; }
  .hogan-intro { padding: 55px 24px; }
  .hogan-scope { padding: 60px 24px 70px; }
  .hogan-scope-heading { margin-bottom: 40px; }
  .hogan-scope-card { padding: 34px 26px 38px; }
  .hogan-benefits { padding: 55px 24px; }
  .hogan-audience { padding: 80px 24px; }
  .team-areas { padding: 55px 24px; }
  .help-areas { padding: 55px 24px 60px; }
  .help-heading { margin-bottom: 32px; }
  .help-list { column-count: 1; }
  .help-list li { padding: 10px 0 10px 40px; font-size: 16.5px; }
  .help-list li::before { top: 11px; }
  .trainings { padding: 55px 24px 60px; }
  .trainings-heading { margin-bottom: 36px; }
  .training-block { padding: 36px 0; }
  .training-outcomes { padding: 26px 24px 30px; }
  .page-hero { min-height: 0; }
  .page-hero-content { padding: 72px 24px 56px; }
  .page-hero-lead { margin-top: 18px; }
  .about-list li { padding: 18px 0 18px 28px; font-size: 16px; line-height: 1.7; }
  .about-list li::before { top: 28px; }
  .star-photo { margin-inline: auto; }
  .quote-section { padding: 96px 24px; }
    .services {
        padding: 50px 24px 50px;
    }
  .services-heading { margin-bottom: 48px; }
  .service-card { padding: 36px 28px 42px; }
  .contact { padding: 50px 24px; }
    .site-footer {
        padding: 44px 24px 0;
    }

    .footer-motto {
    font-size: 11px;
}

.logo-footer {
    max-width: 100px;
}

  .marquee-track { gap: 36px; padding-right: 36px; }
  .g-5, .gy-5 {
    --bs-gutter-y: 1.5rem;
    }
  #o-mnie .g-5, .gy-5 {
    --bs-gutter-y: 2rem;
    }

.about-title {
    margin: 0 0 18px;
    font-family: var(--ms-serif);
    font-size: clamp(27px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.4;
}

.body-copy {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
}

}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
