/* =========================================================
   printing.com — shared stylesheet
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #001C64;
  --royal:   #0D66C0;
  --mid:     #062270;
  --sky:     #2981D1;
  --ice:     #f0f5fb;
  --white:   #ffffff;
  --body:    #555;
  --head:    #1a2340;
}

html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: var(--body); background: #fff; line-height: 1.7; font-size: 15px; overflow-x: hidden; }
a { color: var(--royal); text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── Shared layout ── */
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.section-tag { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--sky); display: block; margin-bottom: 10px; }
.serif { font-family: 'Playfair Display', Georgia, serif; font-style: italic; color: var(--royal); }
h2.section-title { font-family: 'Open Sans', sans-serif; font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 700; color: var(--head); line-height: 1.2; margin-bottom: 16px; }
.section-body { color: var(--body); max-width: 620px; margin-bottom: 28px; }
.btn { display: inline-block; background: var(--navy); color: #fff; padding: 12px 30px; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 3px; border: 2px solid var(--navy); cursor: pointer; }
.btn:hover { background: var(--royal); border-color: var(--royal); color: #fff; }
.btn-outline { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.icon-circle { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--sky); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-circle svg { width: 24px; height: 24px; fill: none; stroke: var(--sky); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-circle.filled { background: var(--navy); border-color: var(--navy); }
.icon-circle.filled svg { stroke: #fff; }

/* ── Top utility bar ── */
.topbar { background: var(--navy); color: #fff; font-size: 13px; font-weight: 600; padding: 10px 32px; letter-spacing: 0.5px; text-align: center; }
.topbar a { color: #fff; }

/* ── Main site header / nav ── */
.site-header { background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 6px 32px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { height: 169px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 8px; list-style: none; }
.nav-links a { display: inline-block; padding: 10px 16px; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--head); border-radius: 3px; }
.nav-links a:hover, .nav-links a.active { color: var(--royal); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .phone { font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; transition: 0.25s; }

@media (max-width: 900px) {
  .nav-links { position: fixed; top: 0; right: -100%; width: 280px; max-width: 85vw; height: 100vh; background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 90px 24px 24px; gap: 4px; box-shadow: -4px 0 24px rgba(0,0,0,0.12); transition: right 0.3s ease; z-index: 150; }
  .nav-links.open { right: 0; }
  .nav-links a { padding: 14px 10px; border-bottom: 1px solid #eef2f8; }
  .nav-cta .phone { display: none; }
  .nav-toggle { display: block; z-index: 200; }
  .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,10,40,0.4); z-index: 90; }
  .nav-overlay.open { display: block; }
}

/* ── Page header (interior pages) ── */
.page-header { background: var(--navy); padding: 64px 32px 56px; text-align: center; }
.page-header h1 { font-family: 'Open Sans', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 16px; }
.page-header h1 .serif { color: var(--sky); }
.page-header p { color: rgba(255,255,255,0.82); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* ── Hero (home page, with video) ── */
.hero { position: relative; min-height: calc(100vh - 128px); display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(0,10,60,0.86) 0%, rgba(0,20,90,0.7) 45%, rgba(6,34,112,0.55) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 80px 32px; }
.hero-content .section-tag { color: var(--sky); font-size: 22px; }
.hero-content h1 { font-family: 'Open Sans', sans-serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 20px; max-width: 760px; }
.hero-content .slogan { font-family: 'Playfair Display', Georgia, serif; font-style: italic; color: var(--sky); font-size: clamp(1.2rem, 2.2vw, 1.6rem); margin-bottom: 22px; letter-spacing: 0.5px; }
.hero-content p.lead { color: rgba(255,255,255,0.85); max-width: 560px; font-size: 1.05rem; margin-bottom: 34px; }
.hero-content .btn-row { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-content .btn.ghost { background: transparent; border: 2px solid rgba(255,255,255,0.55); color: #fff; }
.hero-content .btn.ghost:hover { background: rgba(255,255,255,0.12); }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.hero-scroll .arrow { display:block; width: 10px; height: 10px; border-right: 2px solid rgba(255,255,255,0.7); border-bottom: 2px solid rgba(255,255,255,0.7); transform: rotate(45deg); margin: 8px auto 0; animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100%{ transform: translateY(0) rotate(45deg);} 50%{ transform: translateY(6px) rotate(45deg);} }

/* ── Stats band ── */
.block-stats { background: var(--royal); padding: 44px 32px; }
.stats-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats-grid .num { font-family: 'Open Sans', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: #fff; }
.stats-grid .label { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.82); margin-top: 4px; }

/* ── Slogan strip ── */
.slogan-strip { background: var(--ice); padding: 56px 32px; text-align: center; }
.slogan-strip .steps { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
.slogan-strip .step { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); background: #fff; border: 1px solid #dde8f5; padding: 14px 26px; border-radius: 4px; }
.slogan-strip .sep { color: var(--sky); font-size: 20px; }

/* ═══════════════════════════════════════════════
   BLOCK A — 3-col icon bar
   ═══════════════════════════════════════════════ */
.block-icon-bar { background: var(--royal); padding: 0; }
.block-icon-bar .inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.icon-bar-item { padding: 28px 32px; display: flex; align-items: flex-start; gap: 20px; border-right: 1px solid rgba(255,255,255,0.15); }
.icon-bar-item:last-child { border-right: none; }
.icon-bar-item .ico { width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-bar-item .ico svg { width: 22px; height: 22px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-bar-item h3 { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.icon-bar-item p { font-size: 13px; color: rgba(255,255,255,0.82); line-height: 1.5; }

/* ═══════════════════════════════════════════════
   BLOCK B — Image left/right + text
   ═══════════════════════════════════════════════ */
.block-img-text { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; }
.block-img-text .img-side { background-size: cover; background-position: center; position: relative; min-height: 360px; }
.block-img-text .img-side img { width: 100%; height: 100%; object-fit: cover; display: block; }
.block-img-text .text-side { padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.block-img-text.reverse { direction: rtl; }
.block-img-text.reverse > * { direction: ltr; }

/* ═══════════════════════════════════════════════
   BLOCK C — Section title + icon feature grid
   ═══════════════════════════════════════════════ */
.block-features { padding: 72px 32px; background: var(--ice); }
.block-features .section-header { text-align: center; margin-bottom: 48px; }
.block-features .section-body { margin: 0 auto 0; text-align: center; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; max-width: 900px; margin: 0 auto; }
.feature-item { display: flex; gap: 18px; align-items: flex-start; }
.feature-item .ico { flex-shrink: 0; }
.feature-item h4 { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.feature-item p { font-size: 14px; color: var(--body); line-height: 1.6; }

/* ═══════════════════════════════════════════════
   BLOCK D — 3-col cards
   ═══════════════════════════════════════════════ */
.block-cards { padding: 72px 32px; background: #fff; }
.block-cards .section-header { text-align: center; margin-bottom: 48px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid #dde8f5; border-radius: 3px; padding: 28px 26px 24px; }
.card .ico { margin-bottom: 16px; }
.card h4 { font-size: 22px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); margin-bottom: 10px; }
.card p { font-size: 24px; color: var(--body); line-height: 1.6; margin-bottom: 16px; }
.card a.read-more { font-size: 22px; font-weight: 700; color: var(--royal); letter-spacing: 0.5px; }
.card a.read-more::after { content: ' »'; }

/* ═══════════════════════════════════════════════
   BLOCK E — CTA band
   ═══════════════════════════════════════════════ */
.block-cta { background: var(--navy); padding: 64px 32px; text-align: center; }
.block-cta .section-tag { color: rgba(255,255,255,0.6); }
.block-cta h2 { color: #fff; margin-bottom: 14px; }
.block-cta p { color: rgba(255,255,255,0.82); max-width: 540px; margin: 0 auto 32px; }
.block-cta .btn { background: var(--royal); border-color: var(--royal); margin: 0 6px; }
.block-cta .btn:hover { background: var(--sky); border-color: var(--sky); }
.block-cta .btn.ghost { background: transparent; border: 2px solid rgba(255,255,255,0.45); color: #fff; }
.block-cta .btn.ghost:hover { background: rgba(255,255,255,0.1); }

/* ═══════════════════════════════════════════════
   BLOCK F — Text left + tag list right
   ═══════════════════════════════════════════════ */
.block-text-list { padding: 72px 32px; }
.block-text-list .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.tag-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.tag-list li { display: flex; gap: 14px; align-items: flex-start; }
.tag-list li .check { width: 22px; height: 22px; border-radius: 50%; background: var(--royal); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.tag-list li .check svg { width: 12px; height: 12px; stroke: #fff; stroke-width: 3; fill: none; }
.tag-list li strong { display: block; font-size: 14px; font-weight: 700; color: var(--navy); }
.tag-list li span { font-size: 13px; color: var(--body); }

/* ═══════════════════════════════════════════════
   Team / bio cards
   ═══════════════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 980px; margin: 0 auto; }
.team-card { display: flex; gap: 24px; background: #fff; border: 1px solid #dde8f5; border-radius: 6px; padding: 24px; align-items: flex-start; }
.team-card .photo { width: 110px; height: 110px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 3px solid var(--ice); }
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 17px; color: var(--navy); font-weight: 700; margin-bottom: 2px; }
.team-card .role { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--sky); font-weight: 700; margin-bottom: 10px; }
.team-card p.excerpt { font-size: 13.5px; color: var(--body); line-height: 1.6; margin-bottom: 10px; }
.team-card a.read-more { font-size: 12px; font-weight: 700; color: var(--royal); letter-spacing: 0.5px; cursor: pointer; }
.team-card .full-bio { display: none; font-size: 13.5px; color: var(--body); line-height: 1.7; margin-top: 10px; }
.team-card .full-bio p { margin-bottom: 12px; }
.team-card.expanded .full-bio { display: block; }
.team-card.expanded p.excerpt { display: none; }

/* ═══════════════════════════════════════════════
   Contact page
   ═══════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.contact-card h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); margin-bottom: 4px; }
.contact-card p, .contact-card a { font-size: 14px; color: var(--body); }
.form-box { background: var(--ice); border-radius: 6px; padding: 36px; }
.form-box label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.form-box input, .form-box textarea, .form-box select { width: 100%; padding: 12px 14px; border: 1px solid #cfdcee; border-radius: 4px; font-family: inherit; font-size: 14px; margin-bottom: 18px; background: #fff; }
.form-box textarea { resize: vertical; min-height: 110px; }
.form-box .btn { width: 100%; text-align: center; border: none; }
.form-box .btn:disabled { opacity: 0.6; cursor: not-allowed; }
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; font-size: 13.5px; font-weight: 600; padding: 12px 14px; border-radius: 4px; margin-bottom: 18px; }
.form-status.visible { display: block; }
.form-status.success { background: #e4f6ea; color: #146c34; border: 1px solid #b7e4c7; }
.form-status.error { background: #fdecec; color: #a4232a; border: 1px solid #f3b9bc; }

/* ═══════════════════════════════════════════════
   Individual leader profile page
   ═══════════════════════════════════════════════ */
.leader-hero { display: flex; gap: 48px; align-items: center; padding: 64px 32px; max-width: 1080px; margin: 0 auto; }
.leader-hero .photo-wrap { flex-shrink: 0; width: 220px; height: 220px; border-radius: 50%; overflow: hidden; border: 4px solid var(--ice); box-shadow: 0 12px 28px rgba(0,20,90,0.15); }
.leader-hero .photo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.leader-hero h1 { font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--navy); font-weight: 700; margin-bottom: 6px; }
.leader-hero .role { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sky); font-weight: 700; margin-bottom: 16px; }
.leader-hero .back-link { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--royal); margin-bottom: 14px; }
.leader-bio { max-width: 760px; margin: 0 auto; padding: 0 32px 72px; }
.leader-bio p { margin-bottom: 20px; color: var(--body); font-size: 15px; line-height: 1.8; }
.leader-other { padding: 56px 32px; background: var(--ice); }
.leader-other .wrap { max-width: 980px; }
.leader-other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.leader-other-card { background: #fff; border: 1px solid #dde8f5; border-radius: 6px; padding: 18px; text-align: center; }
.leader-other-card img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; }
.leader-other-card h5 { font-size: 13.5px; color: var(--navy); margin-bottom: 2px; }
.leader-other-card span { font-size: 11.5px; color: var(--sky); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 700; }

@media (max-width: 700px) {
  .leader-hero { flex-direction: column; text-align: center; padding: 48px 24px; }
  .leader-other-grid { grid-template-columns: 1fr; }
}

/* ── Resource / download cards ── */
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #dde8f5; border-radius: 6px; padding: 18px 20px; }
.resource-card .ico { width: 42px; height: 42px; border-radius: 8px; background: var(--ice); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.resource-card .ico svg { width: 20px; height: 20px; stroke: var(--royal); fill: none; stroke-width: 2; }
.resource-card div h5 { font-size: 13.5px; color: var(--navy); font-weight: 700; margin-bottom: 2px; }
.resource-card div a { font-size: 12px; font-weight: 700; color: var(--royal); }

/* ── Footer ── */
.site-footer { background: var(--mid); color: rgba(255,255,255,0.75); padding: 56px 32px 28px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-grid img { height: 40px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-grid p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.6); max-width: 280px; }
.footer-grid h5 { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,0.7); font-size: 13.5px; }
.footer-grid a:hover { color: #fff; }
.footer-grid li.footer-address { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.6); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.5); }

/* ── Dividers ── */
.divider { height: 4px; background: linear-gradient(to right, var(--navy), var(--royal), var(--sky)); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .block-icon-bar .inner { grid-template-columns: 1fr; }
  .icon-bar-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
  .block-img-text { grid-template-columns: 1fr; }
  .block-img-text .img-side { min-height: 240px; }
  .block-img-text.reverse { direction: ltr; }
  .features-grid, .cards-grid, .block-text-list .inner, .team-grid { grid-template-columns: 1fr; }
  .team-card { flex-direction: column; align-items: center; text-align: center; }
  .resource-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-content .btn-row { flex-direction: column; align-items: flex-start; }
}
