:root {
  --burgundy: #82001e;
  --burgundy-dark: #620016;
  --navy: #071a50;
  --ink: #171717;
  --muted: #454545;
  --paper: #fffdfb;
  --white: #fff;
  --line: #e7dedb;
  --focus: #f0b429;
  --max-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(100% - 32px, var(--max-width)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { position: relative; display: flex; min-height: 72px; width: min(100% - 32px, var(--max-width)); margin-inline: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; min-height: 48px; }
.brand img { width: 178px; height: auto; }
.menu-toggle { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: var(--burgundy); background: transparent; border: 0; cursor: pointer; }
.menu-toggle svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 8px 16px 18px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(23, 23, 23, .1); }
.site-nav.is-open { display: grid; }
.site-nav a { display: flex; min-height: 48px; align-items: center; padding: 4px 8px; color: var(--ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); }
.site-nav a:last-child { border-bottom: 0; }

.hero { position: relative; min-height: 580px; display: flex; align-items: end; isolation: isolate; overflow: hidden; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 58% center; }
.hero-shade { z-index: 1; background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .42) 50%, rgba(0, 0, 0, .82) 100%); }
.hero-content { position: relative; z-index: 2; padding-block: 80px 48px; color: var(--white); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.35rem, 11vw, 3.65rem); line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.hero p { max-width: 560px; margin: 20px 0 26px; font-size: 1.08rem; }
.button { display: inline-flex; min-height: 48px; padding: 11px 18px; align-items: center; justify-content: center; gap: 10px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; border: 0; border-radius: 4px; }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--white); background: var(--burgundy); }
.button-primary:hover { background: var(--burgundy-dark); }

.welcome { background: var(--white); }
.welcome-inner { display: grid; padding-block: 30px; gap: 20px; }
.welcome-icon { width: 68px; height: 68px; color: var(--burgundy); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.welcome h2 { margin: 0 0 4px; color: var(--burgundy); font-size: 1.55rem; line-height: 1.2; }
.welcome p { max-width: 930px; margin: 0; }

.section { padding-block: 48px; }
.section-heading { display: grid; grid-template-columns: 1fr; margin-bottom: 24px; align-items: center; gap: 18px; color: var(--burgundy); text-align: center; }
.section-heading span { display: none; height: 1px; background: var(--line); }
.section-heading h2, .overview h2 { margin: 0; font-size: clamp(1.65rem, 6vw, 2rem); line-height: 1.15; letter-spacing: 0; }
.opportunity-grid { display: grid; gap: 24px; }
.opportunity-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; box-shadow: 0 10px 30px rgba(28, 10, 14, .06); }
.card-image { aspect-ratio: 16 / 10; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-icon { position: absolute; top: 0; left: 50%; display: grid; width: 68px; height: 68px; place-items: center; color: var(--white); border: 4px solid var(--white); border-radius: 50%; transform: translate(-50%, -50%); }
.card-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.burgundy { background: var(--burgundy); }
.navy { background: var(--navy); }
.card-body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 48px 24px 20px; text-align: center; }
.card-body h3 { margin: 0; color: var(--navy); font-size: 1.25rem; line-height: 1.25; }
.opportunity-card:first-child h3 { color: var(--burgundy); }
.card-body p { flex: 1; margin: 12px auto 22px; max-width: 310px; }
.card-body .button { width: 100%; }

.reasons { padding-top: 12px; }
.reasons-grid { display: grid; gap: 32px; }
.reason-item { display: flex; min-width: 0; flex-direction: column; }
.reason-heading { display: grid; min-height: 68px; grid-template-columns: 60px 1fr; align-items: center; gap: 12px; }
.reason-heading svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reason-heading h3 { margin: 0; font-size: 1rem; line-height: 1.3; }
.reason-item p { margin: 12px 0 18px; }
.reason-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; }
.burgundy-text { color: var(--burgundy); }
.navy-text { color: var(--navy); }
.reason-item > p { color: var(--ink); }

.overview { padding-top: 8px; border-top: 1px solid var(--line); }
.overview-grid { display: grid; gap: 40px; }
.prague { display: grid; gap: 20px; }
.prague h2, .numbers h2 { color: var(--burgundy); }
.prague p { margin: 10px 0 0; }
.prague img { width: 100%; aspect-ratio: 4 / 3; max-height: 330px; object-fit: cover; border-radius: 4px; }
.number-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 18px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { display: flex; min-height: 170px; padding: 18px 10px; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat svg { width: 52px; height: 52px; margin-bottom: 6px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.stat strong { font-size: 1.55rem; line-height: 1.1; }
.stat .stat-small { margin-top: 8px; font-size: 1rem; }
.stat span { max-width: 130px; margin-top: 7px; color: var(--ink); font-size: .82rem; font-weight: 700; line-height: 1.25; }

.partners { padding-bottom: 40px; }
.partners .section-heading { margin-bottom: 26px; }
.partner-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px 30px; }
.partner { display: inline-flex; align-items: center; justify-content: center; }
.partner img { height: 34px; width: auto; max-width: 100%; opacity: .88; transition: opacity .2s ease; }
.partner:hover img, .partner:focus-visible img { opacity: 1; }

.site-footer { color: var(--white); background: var(--burgundy); }
.footer-grid { display: grid; padding-block: 34px; gap: 30px; }
.conversation { display: grid; grid-template-columns: 88px 1fr; gap: 18px; }
.conversation img { width: 88px; height: 88px; object-fit: cover; object-position: center; border: 3px solid rgba(255, 255, 255, .75); border-radius: 50%; }
.conversation h2 { margin: 0 0 4px; font-size: 1.35rem; line-height: 1.2; }
.conversation p { margin: 0; font-size: .88rem; line-height: 1.35; }
.contact-list { display: grid; align-content: center; gap: 5px; border-block: 1px solid rgba(255, 255, 255, .35); padding-block: 18px; }
.contact-list a { display: flex; min-height: 44px; align-items: center; gap: 13px; text-decoration: none; }
.contact-list svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.qr-link { display: flex; min-height: 120px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
.qr-link img { width: 96px; height: 96px; padding: 6px; background: var(--white); border-radius: 6px; }
.qr-link span { font-size: .85rem; }

@media (min-width: 600px) {
  .container { width: min(100% - 48px, var(--max-width)); }
  .welcome-inner { grid-template-columns: 78px 1fr; align-items: center; }
  .section-heading { grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr); }
  .section-heading span { display: block; }
  .opportunity-grid, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-list { gap: 28px 44px; }
  .partner img { height: 42px; }
}

@media (min-width: 900px) {
  .header-inner { min-height: 86px; width: min(100% - 64px, var(--max-width)); }
  .brand img { width: 225px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; padding: 0; gap: 30px; background: transparent; border: 0; box-shadow: none; }
  .site-nav a { min-height: 48px; padding: 0; font-weight: 400; border: 0; }
  .site-nav a:hover { color: var(--burgundy); }
  .hero { min-height: 500px; align-items: center; }
  .hero-media img { object-position: center 46%; }
  .hero-shade { width: 100%; background: linear-gradient(to right, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .55) 35%, rgba(0, 0, 0, 0) 72%); }
  .hero-content { padding-block: 72px; }
  .hero h1 { max-width: 650px; }
  .opportunity-grid { grid-template-columns: repeat(3, 1fr); }
  .reasons-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .reason-item { padding-inline: 20px; border-right: 1px solid var(--line); }
  .reason-item:first-child { padding-left: 0; }
  .reason-item:last-child { padding-right: 0; border-right: 0; }
  .reason-item p { flex: 1; }
  .overview-grid { grid-template-columns: 1.06fr 1fr; gap: 54px; }
  .prague { grid-template-columns: .95fr 1.25fr; }
  .prague img { height: 100%; }
  .number-grid { grid-template-columns: repeat(4, 1fr); }
  .stat { min-height: 185px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr .48fr; align-items: center; gap: 40px; }
  .contact-list { padding: 0 0 0 34px; border-block: 0; border-left: 1px solid rgba(255, 255, 255, .35); }
  .qr-link { border-left: 1px solid rgba(255, 255, 255, .35); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* --- Motion --- */
.js .welcome-inner,
.js .section-heading,
.js .opportunity-card,
.js .reason-item,
.js .prague,
.js .numbers,
.js .partner,
.js .conversation,
.js .contact-list,
.js .qr-link {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.2, .6, .2, 1), transform .7s cubic-bezier(.2, .6, .2, 1);
  will-change: opacity, transform;
}
.js .is-visible { opacity: 1; transform: none; }

.js .opportunity-card:nth-child(2) { transition-delay: .1s; }
.js .opportunity-card:nth-child(3) { transition-delay: .2s; }
.js .reason-item:nth-child(2) { transition-delay: .08s; }
.js .reason-item:nth-child(3) { transition-delay: .16s; }
.js .reason-item:nth-child(4) { transition-delay: .24s; }
.js .partner:nth-child(2) { transition-delay: .07s; }
.js .partner:nth-child(3) { transition-delay: .14s; }
.js .partner:nth-child(4) { transition-delay: .21s; }
.js .partner:nth-child(5) { transition-delay: .28s; }

@keyframes heroRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}
.js .hero-content > * { opacity: 0; animation: heroRise .8s cubic-bezier(.2, .6, .2, 1) forwards; }
.js .hero-content > h1 { animation-delay: .15s; }
.js .hero-content > p { animation-delay: .34s; }
.js .hero-content > .button { animation-delay: .52s; }

.opportunity-card { transition: transform .35s ease, box-shadow .35s ease; }
.opportunity-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(28, 10, 14, .15); }
.card-image img { transition: transform .6s ease; }
.opportunity-card:hover .card-image img { transform: scale(1.06); }
.button { transition: background-color .2s ease, transform .18s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(130, 0, 30, .32); }
.partner img { transition: opacity .2s ease, transform .3s ease; }
.partner:hover img { transform: translateY(-3px); }

@media (prefers-reduced-motion: reduce) {
  .js .welcome-inner,
  .js .section-heading,
  .js .opportunity-card,
  .js .reason-item,
  .js .prague,
  .js .numbers,
  .js .partner,
  .js .conversation,
  .js .contact-list,
  .js .qr-link,
  .js .hero-content > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .opportunity-card:hover { transform: none; }
  .opportunity-card:hover .card-image img { transform: none; }
  .button-primary:hover { transform: none; }
  .partner:hover img { transform: none; }
}