@charset "UTF-8";

/* Shoptet Disco: landing page only. Uses :has() immediately and JS classes as fallback. */
html:has(.opyl-page) .top-navigation-bar,
html:has(.opyl-page) .top-navigation-bar-wrapper,
html:has(.opyl-page) .top-navigation,
html:has(.opyl-page) .top-navigation-menu,
html:has(.opyl-page) .top-navigation-contacts,
html:has(.opyl-page) .top-navigation-tools,
html:has(.opyl-page) .header-top,
html:has(.opyl-page) .header-top-wrapper,
html:has(.opyl-page) .header-top-bar,
html:has(.opyl-page) .top-bar,
html:has(.opyl-page) .top-bar-wrapper,
html:has(.opyl-page) .template-header-top,
html:has(.opyl-page) [data-testid="top-navigation-bar"],
html.opyl-home-active .top-navigation-bar,
html.opyl-home-active .top-navigation-bar-wrapper,
html.opyl-home-active .top-navigation,
html.opyl-home-active .top-navigation-menu,
html.opyl-home-active .top-navigation-contacts,
html.opyl-home-active .top-navigation-tools,
html.opyl-home-active .header-top,
html.opyl-home-active .header-top-wrapper,
html.opyl-home-active .header-top-bar,
html.opyl-home-active .top-bar,
html.opyl-home-active .top-bar-wrapper,
html.opyl-home-active .template-header-top,
html.opyl-home-active [data-testid="top-navigation-bar"],
.opyl-shoptet-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

html:has(.opyl-page),
html:has(.opyl-page) body,
html.opyl-home-active,
html.opyl-home-active body {
  margin: 0 !important;
  padding-top: 0 !important;
}

:root {
  --opyl-ink: #182019;
  --opyl-ink-2: #222c24;
  --opyl-moss: #33483a;
  --opyl-leaf: #66765f;
  --opyl-cream: #f3efe5;
  --opyl-paper: #fbf8f1;
  --opyl-gold: #c7a76a;
  --opyl-gold-soft: #d8c398;
  --opyl-white: #fffdf8;
  --opyl-line: rgba(24,32,25,.14);
  --opyl-shell: min(1240px, calc(100vw - 48px));
  --opyl-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --opyl-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  --opyl-shadow: 0 24px 70px rgba(18, 26, 20, .14);
}

.opyl-page, .opyl-page *, .opyl-page *::before, .opyl-page *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.opyl-page {
  background: var(--opyl-paper);
  color: var(--opyl-ink);
  font-family: var(--opyl-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.opyl-page h1,
.opyl-page h2,
.opyl-page h3,
.opyl-page blockquote,
.opyl-page strong {
  font-variant-ligatures: common-ligatures;
}

body.menu-open { overflow: hidden; }
.opyl-page img { display: block; max-width: 100%; }
.opyl-page a { color: inherit; text-decoration: none; }
.opyl-page button, .opyl-page input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.opyl-page { overflow: clip; background: var(--opyl-paper); }
.opyl-shell { width: var(--opyl-shell); margin-inline: auto; }
.opyl-skip { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 999; background: #fff; color: #000; padding: 12px 16px; border-radius: 4px; }
.opyl-skip:focus { transform: none; }

.opyl-announcement { background: #111711; color: rgba(255,255,255,.8); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.opyl-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.opyl-announcement i { width: 3px; height: 3px; border-radius: 50%; background: var(--opyl-gold); }

.opyl-header { position: sticky; top: 0; z-index: 60; background: rgba(251,248,241,.88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: box-shadow .25s ease, border-color .25s ease, background .25s ease; }
.opyl-header.is-scrolled { box-shadow: 0 10px 36px rgba(15,22,17,.08); border-color: rgba(24,32,25,.08); background: rgba(251,248,241,.96); }
.opyl-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.opyl-nav { display: flex; align-items: center; gap: 28px; }
.opyl-nav > a:not(.opyl-button) { font-size: 12px; font-weight: 600; letter-spacing: .04em; color: #455047; position: relative; }
.opyl-nav > a:not(.opyl-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--opyl-gold); transition: right .22s ease; }
.opyl-nav > a:not(.opyl-button):hover::after { right: 0; }
.opyl-menu-toggle { display: none; width: 43px; height: 43px; border: 0; border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.opyl-menu-toggle span { width: 20px; height: 1.5px; background: var(--opyl-ink); transition: transform .2s ease, opacity .2s ease; }

.opyl-button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; background: var(--opyl-gold); color: #172019; font-weight: 700; font-size: 12px; letter-spacing: .055em; text-transform: uppercase; border: 1px solid var(--opyl-gold); transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; box-shadow: 0 10px 30px rgba(199,167,106,.18); }
.opyl-button:hover { transform: translateY(-2px); background: #d5b87d; box-shadow: 0 15px 34px rgba(199,167,106,.28); }
.opyl-button--small { min-height: 44px; padding-inline: 20px; font-size: 10px; }
.opyl-button--full { width: 100%; }
.opyl-button--light { background: var(--opyl-paper); border-color: var(--opyl-paper); color: var(--opyl-ink); }
.opyl-text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding-block: 8px; border-bottom: 1px solid rgba(24,32,25,.35); }
.opyl-text-link--light { color: var(--opyl-white); border-bottom-color: rgba(255,255,255,.38); }

.opyl-eyebrow { margin: 0 0 20px; color: var(--opyl-gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.opyl-eyebrow--dark { color: #8b713f; }

.opyl-hero { min-height: calc(100svh - 116px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); background: var(--opyl-ink); }
.opyl-hero__copy { color: var(--opyl-white); display: flex; justify-content: flex-end; align-items: center; padding: 64px 6vw 64px max(24px, calc((100vw - 1240px)/2)); position: relative; }
.opyl-hero__copy::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 0 0, rgba(199,167,106,.12), transparent 35%); pointer-events: none; }
.opyl-hero__copy-inner { max-width: 560px; position: relative; z-index: 1; }
.opyl-hero h1 { margin: 0; font-family: var(--opyl-serif); font-size: clamp(66px, 7.2vw, 118px); line-height: .86; font-weight: 600; letter-spacing: .008em; }
.opyl-hero h1 em { display: block; color: var(--opyl-gold-soft); font-weight: 500; }
.opyl-hero__lead { max-width: 530px; margin: 34px 0 0; color: rgba(255,255,255,.76); font-size: clamp(16px,1.35vw,19px); line-height: 1.75; }
.opyl-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 38px; }
.opyl-hero__facts { list-style: none; margin: 50px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.opyl-hero__facts li { display: grid; gap: 5px; }
.opyl-hero__facts strong { font-family: var(--opyl-serif); color: var(--opyl-white); font-size: 25px; font-weight: 600; }
.opyl-hero__facts span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.opyl-hero__visual { min-height: 680px; position: relative; overflow: hidden; }
.opyl-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: saturate(.86) contrast(1.02); }
.opyl-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,32,25,.45), transparent 34%), linear-gradient(0deg, rgba(15,20,16,.43), transparent 38%); }
.opyl-hero__caption { position: absolute; right: 32px; bottom: 28px; max-width: 280px; color: rgba(255,255,255,.84); font-family: var(--opyl-serif); font-size: 17px; line-height: 1.35; display: flex; align-items: flex-start; gap: 12px; }
.opyl-hero__caption span { font-family: var(--opyl-sans); font-size: 10px; letter-spacing: .1em; color: var(--opyl-gold-soft); padding-top: 5px; }

.opyl-manifesto { background: var(--opyl-gold); padding: 76px 0; }
.opyl-manifesto__grid { display: grid; grid-template-columns: .36fr 1fr; gap: 70px; align-items: start; }
.opyl-section-tag { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; padding-top: 14px; }
.opyl-manifesto blockquote { margin: 0; font-family: var(--opyl-serif); font-size: clamp(42px,5vw,76px); line-height: 1.01; font-weight: 600; letter-spacing: .01em; }
.opyl-manifesto p { max-width: 790px; margin: 28px 0 0; font-size: 16px; line-height: 1.8; }

.opyl-section { padding: 126px 0; }
.opyl-section--dark { background: var(--opyl-ink); color: var(--opyl-white); }
.opyl-section--cream { background: var(--opyl-cream); }
.opyl-heading-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 70px; align-items: end; margin-bottom: 64px; }
.opyl-heading-row h2, .opyl-story h2, .opyl-offer h2, .opyl-audience h2, .opyl-teacher h2, .opyl-faq h2, .opyl-final-cta h2 { margin: 0; font-family: var(--opyl-serif); font-size: clamp(46px,5vw,76px); line-height: 1.015; font-weight: 600; letter-spacing: .01em; }
.opyl-heading-row__copy { margin: 0; line-height: 1.8; color: #59645b; font-size: 15px; }
.opyl-principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--opyl-line); border-left: 1px solid var(--opyl-line); }
.opyl-principle-card { min-height: 370px; padding: 34px 30px; border-right: 1px solid var(--opyl-line); border-bottom: 1px solid var(--opyl-line); display: flex; flex-direction: column; position: relative; transition: background .25s ease, transform .25s ease; }
.opyl-principle-card:hover { background: #fffdf8; transform: translateY(-4px); z-index: 1; box-shadow: 0 20px 60px rgba(23,32,25,.08); }
.opyl-principle-card__num { font-size: 10px; letter-spacing: .13em; color: #96805a; }
.opyl-principle-card svg { width: 60px; height: 60px; margin: 47px 0 42px; fill: none; stroke: var(--opyl-moss); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.opyl-principle-card h3 { margin: auto 0 13px; font-family: var(--opyl-serif); font-size: 27px; line-height: 1.05; }
.opyl-principle-card p { margin: 0; color: #69736b; font-size: 13px; line-height: 1.65; }

.opyl-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px,8vw,118px); align-items: center; }
.opyl-story__image { margin: 0; position: relative; }
.opyl-story__image::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid rgba(199,167,106,.42); z-index: 0; }
.opyl-story__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; position: relative; z-index: 1; filter: saturate(.68) contrast(1.08); }
.opyl-story__image figcaption { position: absolute; z-index: 2; left: 22px; bottom: 20px; max-width: 260px; font-family: var(--opyl-serif); font-size: 18px; line-height: 1.25; color: var(--opyl-white); text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.opyl-story__copy > p:not(.opyl-eyebrow) { margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.85; }
.opyl-checks { list-style: none; padding: 0; margin: 34px 0; display: grid; gap: 13px; }
.opyl-checks li { color: rgba(255,255,255,.84); font-size: 13px; letter-spacing: .02em; padding-left: 25px; position: relative; }
.opyl-checks li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 1px; background: var(--opyl-gold); }

.opyl-heading-row--course { align-items: start; }
.opyl-course__meta { border-top: 1px solid var(--opyl-line); display: grid; }
.opyl-course__meta span { padding: 15px 0; border-bottom: 1px solid var(--opyl-line); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: #69736b; }
.opyl-course-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px,7vw,100px); align-items: start; }
.opyl-course-cover { position: sticky; top: 120px; }
.opyl-course-cover__screen { position: relative; box-shadow: var(--opyl-shadow); background: #000; padding: 8px; }
.opyl-course-cover__screen::after { content: ""; position: absolute; inset: 8px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.opyl-course-cover__screen img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.opyl-play { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; border-radius: 50%; transform: translate(-50%,-50%); background: rgba(251,248,241,.92); display: grid; place-items: center; box-shadow: 0 10px 38px rgba(0,0,0,.25); }
.opyl-play i { margin-left: 4px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--opyl-ink); }
.opyl-course-cover p { margin: 22px 0 0; color: #687169; font-size: 12px; line-height: 1.7; max-width: 440px; }
.opyl-modules { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--opyl-line); }
.opyl-modules li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--opyl-line); }
.opyl-modules li > span { color: #967c4b; font-size: 10px; letter-spacing: .12em; padding-top: 7px; }
.opyl-modules h3 { margin: 0; font-family: var(--opyl-serif); font-size: 25px; font-weight: 600; line-height: 1.1; }
.opyl-modules p { margin: 7px 0 0; color: #687169; font-size: 12px; line-height: 1.6; }

.opyl-gallery-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--opyl-ink); }
.opyl-gallery-strip figure { margin: 0; position: relative; overflow: hidden; aspect-ratio: 1.35/1; }
.opyl-gallery-strip img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) saturate(.68) brightness(.78); transition: transform .6s ease, filter .4s ease; }
.opyl-gallery-strip figure:hover img { transform: scale(1.045); filter: grayscale(0) saturate(.86) brightness(.9); }
.opyl-gallery-strip figcaption { position: absolute; left: 22px; bottom: 20px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-shadow: 0 2px 9px rgba(0,0,0,.45); }

.opyl-offer { background: #fffdf8; }
.opyl-offer__grid { display: grid; grid-template-columns: 1fr 440px; gap: clamp(70px,10vw,150px); align-items: center; }
.opyl-offer__copy > p:not(.opyl-eyebrow) { max-width: 680px; color: #647067; line-height: 1.85; margin: 30px 0 0; }
.opyl-guarantee { margin-top: 45px; display: flex; align-items: center; gap: 22px; }
.opyl-guarantee > span { width: 78px; height: 78px; border: 1px solid #b79556; border-radius: 50%; display: grid; place-items: center; font-family: var(--opyl-serif); font-size: 40px; color: #8e733e; }
.opyl-guarantee p { margin: 0; max-width: 330px; color: #687169; font-size: 12px; line-height: 1.6; }
.opyl-guarantee strong { display: block; color: var(--opyl-ink); font-size: 14px; margin-bottom: 4px; }
.opyl-price-card { background: var(--opyl-ink); color: #fff; padding: 46px 42px 38px; box-shadow: 0 32px 90px rgba(20,28,22,.22); position: relative; }
.opyl-price-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(199,167,106,.28); pointer-events: none; }
.opyl-price-card__label { color: var(--opyl-gold-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 18px; }
.opyl-price-card h3 { margin: 0; font-family: var(--opyl-serif); font-size: 43px; line-height: 1.01; }
.opyl-price-card__subtitle { margin: 13px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.opyl-price { margin: 34px 0 25px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.opyl-price strong { font-family: var(--opyl-serif); font-size: 42px; font-weight: 600; }
.opyl-price span { font-size: 10px; color: rgba(255,255,255,.46); text-transform: uppercase; letter-spacing: .08em; padding-bottom: 8px; }
.opyl-price-card ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.opyl-price-card li { color: rgba(255,255,255,.75); font-size: 12px; padding-left: 21px; position: relative; }
.opyl-price-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 9px; height: 1px; background: var(--opyl-gold); }
.opyl-price-card small { display: block; text-align: center; margin-top: 15px; color: rgba(255,255,255,.38); font-size: 9px; }

.opyl-audience h2 { max-width: 890px; }
.opyl-audience__grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 68px; border-top: 1px solid rgba(24,32,25,.15); }
.opyl-audience__grid article { padding: 30px 32px 0 0; min-height: 250px; border-right: 1px solid rgba(24,32,25,.15); }
.opyl-audience__grid article + article { padding-left: 32px; }
.opyl-audience__grid article:last-child { border-right: 0; }
.opyl-audience__grid span { font-size: 10px; letter-spacing: .12em; color: #957d4e; }
.opyl-audience__grid h3 { margin: 58px 0 13px; font-family: var(--opyl-serif); font-size: 28px; }
.opyl-audience__grid p { margin: 0; color: #647067; font-size: 12px; line-height: 1.7; }

.opyl-teacher { background: #fffdf8; }
.opyl-teacher__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(65px,9vw,140px); align-items: center; }
.opyl-teacher__portrait { min-height: 560px; position: relative; display: flex; align-items: end; justify-content: center; background: linear-gradient(145deg,#e8e2d4,#f6f2e8); overflow: hidden; }
.opyl-teacher__halo { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(128,104,58,.28); border-radius: 50%; top: 52px; }
.opyl-teacher__portrait::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(24,32,25,.11); }
.opyl-teacher__portrait img { width: 83%; max-height: 92%; object-fit: contain; object-position: bottom; position: relative; z-index: 1; filter: drop-shadow(0 18px 24px rgba(33,40,34,.14)); }
.opyl-teacher__copy { max-width: 650px; }
.opyl-teacher__lead { font-family: var(--opyl-serif); font-size: 25px !important; line-height: 1.35 !important; color: #334039 !important; }
.opyl-teacher__copy > p:not(.opyl-eyebrow) { color: #657067; line-height: 1.82; margin: 26px 0 0; }
.opyl-media-note { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--opyl-line); display: grid; gap: 7px; }
.opyl-media-note span { color: #879087; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.opyl-media-note strong { font-family: var(--opyl-serif); font-size: 22px; font-weight: 600; }

.opyl-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px,9vw,130px); align-items: start; }
.opyl-faq__intro { color: rgba(255,255,255,.58); line-height: 1.8; max-width: 420px; margin-top: 28px; }
.opyl-accordions { border-top: 1px solid rgba(255,255,255,.16); }
.opyl-accordion { border-bottom: 1px solid rgba(255,255,255,.16); }
.opyl-accordion button { width: 100%; min-height: 86px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; color: #fff; background: none; border: 0; cursor: pointer; }
.opyl-accordion button span { font-family: var(--opyl-serif); font-size: 25px; }
.opyl-accordion button i { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; position: relative; flex: 0 0 auto; }
.opyl-accordion button i::before, .opyl-accordion button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 14px; height: 1px; background: var(--opyl-gold-soft); transition: transform .2s ease; }
.opyl-accordion button i::after { transform: rotate(90deg); }
.opyl-accordion.is-open button i::after { transform: rotate(0); }
.opyl-accordion__content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.opyl-accordion__content > p { overflow: hidden; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; max-width: 650px; }
.opyl-accordion.is-open .opyl-accordion__content { grid-template-rows: 1fr; }
.opyl-accordion.is-open .opyl-accordion__content > p { padding-bottom: 26px; }

.opyl-final-cta { position: relative; min-height: 620px; display: flex; align-items: center; color: #fff; overflow: hidden; background: #243127; }
.opyl-final-cta__bg { position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(18,26,20,.95) 0%,rgba(18,26,20,.84) 48%,rgba(18,26,20,.28) 100%), url("images/final-flight.jpg"); background-size: cover; background-position: center 45%; transform: scale(1.02); }
.opyl-final-cta__inner { position: relative; z-index: 1; padding-block: 95px; }
.opyl-final-cta h2 { max-width: 850px; }
.opyl-final-cta p:not(.opyl-eyebrow) { max-width: 620px; color: rgba(255,255,255,.67); line-height: 1.8; margin: 26px 0 34px; }

.opyl-footer { background: #101510; color: rgba(255,255,255,.68); padding: 58px 0 28px; }
.opyl-footer__grid { display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: center; }
.opyl-footer__grid p, .opyl-footer__grid > a { font-size: 11px; letter-spacing: .05em; }
.opyl-footer__legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .05em; }
.opyl-mobile-cta { display: none; }

.opyl-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.opyl-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  :root { --opyl-shell: min(100% - 40px, 1050px); }
  .opyl-nav { gap: 19px; }
  .opyl-hero { grid-template-columns: .98fr 1.02fr; }
  .opyl-hero__copy { padding-right: 4vw; }
  .opyl-principle-grid { grid-template-columns: repeat(2,1fr); }
  .opyl-audience__grid { grid-template-columns: repeat(2,1fr); }
  .opyl-audience__grid article:nth-child(2) { border-right: 0; }
  .opyl-audience__grid article:nth-child(n+3) { border-top: 1px solid rgba(24,32,25,.15); padding-top: 30px; }
}

@media (max-width: 920px) {
  :root { --opyl-shell: min(100% - 34px, 760px); }
  .opyl-announcement__inner span:nth-of-type(2), .opyl-announcement__inner i:nth-of-type(2) { display: none; }
  .opyl-header__inner { min-height: 70px; }
  .opyl-menu-toggle { display: flex; position: relative; z-index: 71; }
  .opyl-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .opyl-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .opyl-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .opyl-nav { position: fixed; inset: 0; height: 100svh; z-index: 70; background: rgba(251,248,241,.985); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 100px 28px 80px; transform: translateX(100%); transition: transform .3s ease; }
  .opyl-nav.is-open { transform: none; }
  .opyl-nav > a:not(.opyl-button) { font-family: var(--opyl-serif); font-size: 38px; font-weight: 600; }
  .opyl-nav .opyl-button { margin-top: 18px; width: 100%; }
  .opyl-hero { min-height: auto; grid-template-columns: 1fr; }
  .opyl-hero__visual { min-height: 560px; order: 1; }
  .opyl-hero__copy { order: 2; padding: 72px max(20px, calc((100vw - 760px)/2)); }
  .opyl-hero__copy-inner { max-width: none; width: 100%; }
  .opyl-hero h1 { font-size: clamp(66px,15vw,105px); }
  .opyl-manifesto__grid, .opyl-heading-row, .opyl-story__grid, .opyl-course-layout, .opyl-offer__grid, .opyl-teacher__grid, .opyl-faq__grid { grid-template-columns: 1fr; }
  .opyl-manifesto__grid { gap: 28px; }
  .opyl-heading-row { gap: 32px; }
  .opyl-course-cover { position: relative; top: auto; }
  .opyl-gallery-strip { grid-template-columns: repeat(2,1fr); }
  .opyl-offer__grid { gap: 65px; }
  .opyl-price-card { max-width: 560px; width: 100%; }
  .opyl-teacher__portrait { min-height: 500px; }
  .opyl-teacher__copy { max-width: none; }
  .opyl-faq__grid { gap: 52px; }
  .opyl-footer__grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 620px) {
  :root { --opyl-shell: calc(100% - 28px); }
  body { padding-bottom: 66px; }
  .opyl-announcement { font-size: 9px; }
  .opyl-announcement__inner { min-height: 30px; gap: 10px; }
  .opyl-hero__visual { min-height: 420px; }
  .opyl-hero__visual img { object-position: 53% center; }
  .opyl-hero__caption { left: 18px; right: 18px; bottom: 17px; max-width: 240px; font-size: 15px; }
  .opyl-hero__copy { padding: 58px 18px 62px; }
  .opyl-hero h1 { font-size: clamp(58px,20vw,82px); line-height: .9; }
  .opyl-hero__lead { font-size: 15px; line-height: 1.7; margin-top: 28px; }
  .opyl-actions { display: grid; gap: 18px; }
  .opyl-actions .opyl-button { width: 100%; }
  .opyl-actions .opyl-text-link { justify-self: start; }
  .opyl-hero__facts { grid-template-columns: 1fr; gap: 17px; margin-top: 38px; }
  .opyl-hero__facts li { grid-template-columns: 110px 1fr; align-items: baseline; }
  .opyl-hero__facts strong { font-size: 22px; }
  .opyl-manifesto { padding: 58px 0; }
  .opyl-manifesto blockquote { font-size: 45px; }
  .opyl-manifesto p { font-size: 14px; }
  .opyl-section { padding: 82px 0; }
  .opyl-heading-row h2, .opyl-story h2, .opyl-offer h2, .opyl-audience h2, .opyl-teacher h2, .opyl-faq h2, .opyl-final-cta h2 { font-size: 48px; }
  .opyl-principle-grid { grid-template-columns: 1fr; }
  .opyl-principle-card { min-height: 315px; }
  .opyl-story__image::before { inset: 14px -10px -14px 10px; }
  .opyl-story__grid { gap: 58px; }
  .opyl-course__meta { margin-top: 7px; }
  .opyl-course-layout { gap: 55px; }
  .opyl-modules li { grid-template-columns: 38px 1fr; gap: 12px; }
  .opyl-modules h3 { font-size: 22px; }
  .opyl-gallery-strip { grid-template-columns: 1fr; }
  .opyl-gallery-strip figure { aspect-ratio: 1.55/1; }
  .opyl-offer__grid { gap: 52px; }
  .opyl-guarantee { align-items: flex-start; }
  .opyl-price-card { padding: 38px 26px 30px; }
  .opyl-price-card h3 { font-size: 38px; }
  .opyl-price { align-items: flex-start; flex-direction: column; }
  .opyl-price strong { font-size: 38px; }
  .opyl-audience__grid { grid-template-columns: 1fr; }
  .opyl-audience__grid article, .opyl-audience__grid article + article { min-height: auto; padding: 28px 0 35px; border-right: 0; border-bottom: 1px solid rgba(24,32,25,.15); }
  .opyl-audience__grid article:nth-child(n+3) { border-top: 0; }
  .opyl-audience__grid h3 { margin-top: 32px; }
  .opyl-teacher__portrait { min-height: 390px; }
  .opyl-teacher__halo { width: 280px; height: 280px; }
  .opyl-teacher__portrait img { width: 95%; }
  .opyl-teacher__lead { font-size: 22px !important; }
  .opyl-accordion button { min-height: 76px; }
  .opyl-accordion button span { font-size: 22px; line-height: 1.1; }
  .opyl-final-cta { min-height: 560px; }
  .opyl-final-cta__bg { background-image: linear-gradient(90deg,rgba(18,26,20,.94),rgba(18,26,20,.72)), url("images/final-flight.jpg"); background-position: 61% center; }
  .opyl-final-cta__inner { padding-block: 80px; }
  .opyl-footer__legal { flex-direction: column; }
  .opyl-mobile-cta { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; height: 52px; border-radius: 999px; background: var(--opyl-gold); color: var(--opyl-ink); display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
  .opyl-mobile-cta span { font-family: var(--opyl-serif); font-size: 18px; text-transform: none; letter-spacing: 0; }
}

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

/* ================================================================
   V2 — fotografický archiv Opylaření
   Všechny snímky pocházejí z veřejného blogového archivu a médií,
   nikoli z obrazových podkladů online kurzu.
   ================================================================ */

.opyl-hero__visual { background: #111711; }
.opyl-hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(230px, .64fr);
  grid-template-rows: 1fr 1fr;
  gap: 7px;
  padding: 7px;
  background: #111711;
}
.opyl-hero-collage figure { margin: 0; position: relative; overflow: hidden; min-width: 0; }
.opyl-hero-collage__main { grid-row: 1 / 3; }
.opyl-hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.08);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .55s ease;
}
.opyl-hero-collage__main img { object-position: 54% center; }
.opyl-hero-collage__detail img { object-position: center; }
.opyl-hero-collage__field img { object-position: center; filter: grayscale(.72) contrast(1.12); }
.opyl-hero-collage figure:hover img { transform: scale(1.025); filter: saturate(.95) contrast(1.08); }
.opyl-hero-collage figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: rgba(255,255,255,.86);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.opyl-hero-collage figcaption span { color: var(--opyl-gold-soft); margin-left: 8px; }
.opyl-hero-collage figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,14,11,.54), transparent 42%);
  pointer-events: none;
}
.opyl-hero__wash { z-index: 2; background: linear-gradient(90deg, rgba(24,32,25,.35), transparent 34%), linear-gradient(0deg, rgba(15,20,16,.36), transparent 38%); pointer-events: none; }
.opyl-hero__caption { z-index: 3; }

.opyl-story__image img { object-position: center; filter: saturate(.62) contrast(1.13); }

.opyl-course-cover__screen--archive {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #172019;
}
.opyl-course-cover__screen--archive::after { inset: 14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.opyl-course-cover__screen--archive img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center 45%; filter: saturate(.55) contrast(1.1) brightness(.84); }
.opyl-archive-stamp {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  color: #fff;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.48);
  text-shadow: 0 2px 14px rgba(0,0,0,.65);
}
.opyl-archive-stamp span { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--opyl-gold-soft); }
.opyl-archive-stamp strong { max-width: 180px; text-align: right; font-family: var(--opyl-serif); font-size: 24px; line-height: 1; font-weight: 600; }
.opyl-course-cover__screen--archive::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(0deg, rgba(12,18,14,.78), transparent 60%); pointer-events: none; }

.opyl-gallery-strip figure:nth-child(1) img { object-position: center 40%; }
.opyl-gallery-strip figure:nth-child(2) img { object-position: center; }
.opyl-gallery-strip figure:nth-child(3) img { object-position: center; }
.opyl-gallery-strip figure:nth-child(4) img { object-position: center 44%; }
.opyl-gallery-strip figcaption { max-width: calc(100% - 38px); line-height: 1.35; }

.opyl-teacher__portrait { align-items: center; padding: 36px; background: linear-gradient(145deg,#ddd4c3,#f5f0e5); }
.opyl-teacher__portrait::before {
  content: "";
  position: absolute;
  inset: auto 36px 36px;
  height: 44%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(16,22,18,.7), transparent);
  pointer-events: none;
}
.opyl-teacher__portrait img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(.76) contrast(1.06) drop-shadow(0 18px 24px rgba(33,40,34,.13));
}
.opyl-teacher__portrait::after { inset: 22px; z-index: 3; pointer-events: none; }
.opyl-teacher__caption {
  position: absolute;
  z-index: 4;
  left: 56px;
  right: 56px;
  bottom: 55px;
  color: rgba(255,255,255,.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.opyl-final-cta__bg {
  background-image: linear-gradient(90deg,rgba(18,26,20,.97) 0%,rgba(18,26,20,.83) 48%,rgba(18,26,20,.36) 100%), url("images/final-flight.jpg");
  background-position: center 48%;
  filter: saturate(.72) contrast(1.08);
}

@media (max-width: 920px) {
  .opyl-hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1.25fr) minmax(0, .75fr);
  }
  .opyl-hero-collage__main { grid-column: 1 / 3; grid-row: 1; }
  .opyl-hero-collage__detail { grid-column: 1; grid-row: 2; }
  .opyl-hero-collage__field { grid-column: 2; grid-row: 2; }
  .opyl-hero-collage__main img { object-position: center 48%; }
  .opyl-teacher__portrait { padding: 30px; }
  .opyl-teacher__caption { left: 50px; right: 50px; bottom: 49px; }
}

@media (max-width: 620px) {
  .opyl-hero__visual { min-height: 500px; }
  .opyl-hero-collage { gap: 5px; padding: 5px; grid-template-rows: minmax(0, 1.35fr) minmax(0, .65fr); }
  .opyl-hero-collage figcaption { left: 11px; bottom: 10px; font-size: 7px; }
  .opyl-hero-collage figcaption span { display: none; }
  .opyl-hero__caption { max-width: 260px; }
  .opyl-archive-stamp { left: 20px; right: 20px; bottom: 19px; }
  .opyl-archive-stamp strong { font-size: 20px; }
  .opyl-teacher__portrait { min-height: 420px; padding: 24px; }
  .opyl-teacher__portrait::before { inset: auto 24px 24px; }
  .opyl-teacher__caption { left: 42px; right: 42px; bottom: 42px; font-size: 8px; }
  .opyl-final-cta__bg {
    background-image: linear-gradient(90deg,rgba(18,26,20,.95),rgba(18,26,20,.74)), url("images/final-flight.jpg");
    background-position: 56% center;
  }
}

@media (max-width: 620px) {
  /* Na telefonu přichází nejdříve jasná nabídka; archivní koláž ji následně dokládá. */
  .opyl-hero__copy { order: 1; }
  .opyl-hero__visual { order: 2; }
}

/* ================================================================
   V3 — fotografie dodané autorem + video trailer
   ================================================================ */

.opyl-hero-collage__main img { object-position: center 46%; filter: saturate(.74) contrast(1.08) brightness(.88); }
.opyl-hero-collage__detail img { object-position: center 52%; filter: saturate(.8) contrast(1.08); }
.opyl-hero-collage__field img { object-position: center; filter: saturate(.72) contrast(1.12) brightness(.86); }
.opyl-story__image img { object-position: center; filter: saturate(.82) contrast(1.1) brightness(.88); }
.opyl-course-cover__screen--archive img { object-position: center 46%; filter: grayscale(1) contrast(1.12) brightness(.76); }

.opyl-video { background: #eee8dc; position: relative; overflow: hidden; }
.opyl-video::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -250px;
  top: -280px;
  border: 1px solid rgba(105,83,43,.13);
  border-radius: 50%;
}
.opyl-video__heading { position: relative; z-index: 1; }
.opyl-video__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(280px, .62fr);
  gap: 26px;
  margin-top: clamp(48px,6vw,82px);
  align-items: stretch;
}
.opyl-video__main { min-width: 0; }
.opyl-video__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 9px;
  background: #101712;
  box-shadow: 0 28px 80px rgba(34,39,34,.18);
}
.opyl-video__frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.15);
  pointer-events: none;
  z-index: 2;
}
.opyl-video__frame iframe { width: 100%; height: 100%; border: 0; display: block; position: relative; z-index: 1; }
.opyl-video__meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 4px 0;
  color: #5c655f;
}
.opyl-video__meta span { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #88714a; }
.opyl-video__meta strong { font-family: var(--opyl-serif); font-size: 23px; font-weight: 600; color: var(--opyl-ink); }
.opyl-video__meta a { color: var(--opyl-ink); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid rgba(23,32,25,.35); padding-bottom: 4px; }
.opyl-video__aside { display: grid; grid-template-rows: 1fr 1fr; gap: 26px; min-height: 0; }
.opyl-video__aside figure { margin: 0; position: relative; overflow: hidden; min-height: 0; background: #172019; }
.opyl-video__aside img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08) brightness(.82); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.opyl-video__aside figure:first-child img { object-position: center 48%; }
.opyl-video__aside figure:last-child img { object-position: center 42%; }
.opyl-video__aside figure:hover img { transform: scale(1.035); filter: saturate(.82) contrast(1.06) brightness(.9); }
.opyl-video__aside figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,15,12,.82),transparent 66%); pointer-events: none; }
.opyl-video__aside figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; color: rgba(255,255,255,.84); font-family: var(--opyl-serif); font-size: 17px; line-height: 1.25; }
.opyl-video__aside figcaption span { display: block; margin-bottom: 7px; color: var(--opyl-gold-soft); font-family: var(--opyl-sans); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.opyl-gallery-strip figure:nth-child(1) img { object-position: center; }
.opyl-gallery-strip figure:nth-child(2) img { object-position: center; }
.opyl-gallery-strip figure:nth-child(3) img { object-position: center 45%; }
.opyl-gallery-strip figure:nth-child(4) img { object-position: center 45%; }

.opyl-teacher__portrait { padding: 20px; background: #d8d1c1; }
.opyl-teacher__portrait::before { inset: auto 20px 20px; height: 46%; }
.opyl-teacher__portrait img { object-position: center 42%; filter: saturate(.78) contrast(1.05); }
.opyl-teacher__caption { left: 43px; right: 43px; bottom: 42px; }

.opyl-final-cta__bg {
  background-image: linear-gradient(90deg,rgba(18,26,20,.98) 0%,rgba(18,26,20,.88) 46%,rgba(18,26,20,.28) 100%), url("images/final-flight.jpg");
  background-position: center 50%;
  filter: saturate(.72) contrast(1.08);
}

@media (max-width: 920px) {
  .opyl-video__grid { grid-template-columns: 1fr; }
  .opyl-video__aside { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .opyl-video__aside figure { aspect-ratio: 1.35 / 1; }
  .opyl-teacher__portrait { padding: 18px; }
  .opyl-teacher__portrait::before { inset: auto 18px 18px; }
  .opyl-teacher__caption { left: 40px; right: 40px; bottom: 39px; }
}

@media (max-width: 620px) {
  .opyl-hero-collage__main img { object-position: center 48%; }
  .opyl-video__grid { margin-top: 40px; gap: 16px; }
  .opyl-video__frame { padding: 5px; }
  .opyl-video__frame::after { inset: 11px; }
  .opyl-video__meta { grid-template-columns: 1fr auto; gap: 8px 16px; padding-top: 15px; }
  .opyl-video__meta span { grid-column: 1 / 3; }
  .opyl-video__meta strong { font-size: 20px; }
  .opyl-video__meta a { font-size: 8px; }
  .opyl-video__aside { grid-template-columns: 1fr; }
  .opyl-video__aside figure { aspect-ratio: 1.5 / 1; }
  .opyl-video__aside figcaption { left: 17px; right: 17px; bottom: 16px; font-size: 15px; }
  .opyl-teacher__portrait { min-height: 470px; padding: 12px; }
  .opyl-teacher__portrait::before { inset: auto 12px 12px; }
  .opyl-teacher__portrait img { object-position: center 38%; }
  .opyl-teacher__caption { left: 32px; right: 32px; bottom: 31px; }
  .opyl-final-cta__bg {
    background-image: linear-gradient(90deg,rgba(18,26,20,.97),rgba(18,26,20,.76)), url("images/final-flight.jpg");
    background-position: 58% center;
  }
}


/* ================================================================
   V4 — bezpečné video a vzdušnější typografie
   YouTube chyba 153 vzniká v lokálním file:// náhledu bez HTTP Refereru.
   Proto se iframe načte až po kliknutí a pouze na http/https stránce.
   ================================================================ */

.opyl-page h1,
.opyl-page h2,
.opyl-page blockquote {
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  overflow-wrap: normal;
}

.opyl-page h3 {
  letter-spacing: .006em;
}

.opyl-video-player {
  position: absolute;
  inset: 9px;
  z-index: 1;
  overflow: hidden;
  background: #101712;
}
.opyl-video-player__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.72) contrast(1.12) brightness(.72);
  transform: scale(1.015);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}
.opyl-video-player:hover .opyl-video-player__poster {
  transform: scale(1.045);
  filter: saturate(.84) contrast(1.08) brightness(.78);
}
.opyl-video-player__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(199,167,106,.10), transparent 32%),
    linear-gradient(0deg, rgba(10,15,12,.72), rgba(10,15,12,.08) 58%, rgba(10,15,12,.16));
}
.opyl-video-player__play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  cursor: pointer;
  z-index: 2;
}
.opyl-video-player__play-icon {
  width: clamp(66px,7vw,94px);
  height: clamp(66px,7vw,94px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(15,22,17,.36);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  position: relative;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.opyl-video-player__play-icon::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-42%,-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--opyl-gold-soft);
}
.opyl-video-player__play:hover .opyl-video-player__play-icon,
.opyl-video-player__play:focus-visible .opyl-video-player__play-icon {
  transform: scale(1.07);
  background: rgba(199,167,106,.18);
  border-color: var(--opyl-gold-soft);
}
.opyl-video-player__play-copy {
  display: grid;
  gap: 7px;
  text-align: left;
  text-shadow: 0 2px 14px rgba(0,0,0,.48);
}
.opyl-video-player__play-copy small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--opyl-gold-soft);
}
.opyl-video-player__play-copy strong {
  font-family: var(--opyl-serif);
  font-size: clamp(24px,3vw,38px);
  font-weight: 600;
  letter-spacing: .018em;
}
.opyl-video-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.opyl-video-player__fallback {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 4;
  color: #fff;
}

@media (max-width: 620px) {
  .opyl-video-player { inset: 5px; }
  .opyl-video-player__play { flex-direction: column; gap: 13px; }
  .opyl-video-player__play-copy { text-align: center; }
  .opyl-video-player__play-icon::after {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }
}

/* V5 — expanded editorial copy and new primary message */
.opyl-hero h1 { font-size: clamp(57px, 6.35vw, 101px); line-height: .96; letter-spacing: .018em; }
.opyl-hero h1 em { margin-top: .12em; font-size: .79em; line-height: 1.02; letter-spacing: .018em; }
.opyl-manifesto__second { margin-top: 12px !important; font-family: var(--opyl-serif); font-size: clamp(24px, 2.4vw, 35px) !important; line-height: 1.3 !important; font-weight: 600; }
.opyl-price-card__subtitle { max-width: 310px; line-height: 1.5; }
.opyl-audience__grid h3 { line-height: 1.14; letter-spacing: .01em; }
@media (max-width: 920px) {
  .opyl-hero h1 { font-size: clamp(58px, 12.5vw, 90px); }
}
@media (max-width: 620px) {
  .opyl-hero h1 { font-size: clamp(46px, 14vw, 65px); line-height: 1; }
  .opyl-hero h1 em { font-size: .78em; line-height: 1.06; }
  .opyl-manifesto__second { font-size: 27px !important; }
  .opyl-audience__grid h3 { margin-top: 40px; }
}


/* ================================================================
   V6 — klidnější výřezy hero fotografií a video uvnitř stránky
   ================================================================ */

/* Hero koláž: hlavní fotografie přes celou šířku, dva téměř čtvercové detaily pod ní. */
.opyl-hero__visual {
  min-width: 0;
  overflow: hidden;
}
.opyl-hero-collage {
  inset: 0 0 60px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 6px;
  padding: 6px;
}
.opyl-hero-collage__main {
  grid-column: 1 / 3;
  grid-row: 1;
}
.opyl-hero-collage__detail {
  grid-column: 1;
  grid-row: 2;
}
.opyl-hero-collage__field {
  grid-column: 2;
  grid-row: 2;
}
.opyl-hero-collage figure {
  background: #111711;
}
.opyl-hero-collage__main img {
  object-fit: cover;
  object-position: center 53%;
  transform: none;
}
.opyl-hero-collage__detail img,
.opyl-hero-collage__field img {
  object-fit: contain;
  object-position: center;
  transform: none;
  background: #111711;
}
.opyl-hero-collage figure:hover img {
  transform: scale(1.012);
}
.opyl-hero-collage figcaption {
  left: 14px;
  right: auto;
  top: 14px;
  bottom: auto;
  max-width: calc(100% - 28px);
  padding: 7px 10px 6px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(12,18,14,.68);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 999px;
  font-size: 8px;
  line-height: 1.1;
  letter-spacing: .13em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opyl-hero-collage figure::after {
  background: linear-gradient(180deg, rgba(10,14,11,.16), transparent 28%, rgba(10,14,11,.18));
}
.opyl-hero__wash {
  background: linear-gradient(90deg, rgba(24,32,25,.18), transparent 30%);
}
.opyl-hero__caption {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  min-height: 60px;
  max-width: none;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.88);
  background: #111711;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 15px;
  line-height: 1.25;
}
.opyl-hero__caption span {
  flex: 0 0 auto;
  padding-top: 0;
}
.opyl-hero__caption strong {
  min-width: 0;
  font-weight: 500;
  letter-spacing: .015em;
}

/* Video se po kliknutí vždy načte do stejného okna stránky. */
.opyl-video-player.is-loading::before {
  content: "Načítám video…";
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.82);
  background: #101712;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.opyl-video-player iframe {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  border: 0;
  background: #101712;
}

@media (max-width: 920px) {
  .opyl-hero-collage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1.15fr) minmax(0, .85fr);
  }
  .opyl-hero-collage__main { grid-column: 1 / 3; grid-row: 1; }
  .opyl-hero-collage__detail { grid-column: 1; grid-row: 2; }
  .opyl-hero-collage__field { grid-column: 2; grid-row: 2; }
}

@media (max-width: 620px) {
  .opyl-hero__visual { min-height: 540px; }
  .opyl-hero-collage {
    inset: 0 0 56px;
    gap: 4px;
    padding: 4px;
    grid-template-rows: minmax(0, 1.08fr) minmax(0, .92fr);
  }
  .opyl-hero-collage figcaption {
    left: 9px;
    top: 9px;
    max-width: calc(100% - 18px);
    padding: 6px 8px 5px;
    font-size: 6.5px;
    letter-spacing: .11em;
  }
  .opyl-hero__caption {
    min-height: 56px;
    padding: 0 14px;
    gap: 9px;
    font-size: 13px;
  }
  .opyl-hero__caption span { font-size: 8px; }
}

@media (max-width: 390px) {
  .opyl-hero-collage figcaption { display: none; }
  .opyl-hero__caption { font-size: 12.5px; }
}

/* V6.1 — na úzkých obrazovkách bez textu přes fotografie. */
@media (max-width: 920px) {
  .opyl-hero-collage figcaption { display: none; }
}
@media (max-width: 620px) {
  .opyl-hero-collage { inset: 0; }
  .opyl-hero__caption { display: none; }
  body.opyl-video-in-view .opyl-mobile-cta { display: none; }
}
@media (max-width: 620px) {
  body.opyl-hero-in-view .opyl-mobile-cta,
  body.opyl-video-in-view .opyl-mobile-cta { display: none; }
}


/* ================================================================
   V8 — bez loga + všechny webové fotografie ve formátu JPG
   ================================================================ */

/* Jedna klidná fotografie místo původní koláže. */
.opyl-hero-single {
  position: absolute;
  inset: 0 0 60px;
  overflow: hidden;
  background: #111711;
}
.opyl-hero-single figure { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.opyl-hero-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  filter: saturate(.78) contrast(1.08) brightness(.91);
  transform: scale(1.005);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}
.opyl-hero-single:hover img { transform: scale(1.025); filter: saturate(.9) contrast(1.07) brightness(.94); }
.opyl-hero-single figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,20,15,.28), transparent 38%),
    linear-gradient(0deg, rgba(9,14,11,.32), transparent 42%);
  pointer-events: none;
}
.opyl-hero-single figcaption {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  margin: 0;
  padding: 8px 11px 7px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(12,18,14,.56);
  color: rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.opyl-hero__wash { z-index: 2; pointer-events: none; }
.opyl-hero__caption { z-index: 3; }

/* Staré styly koláže zůstávají neaktivní, ale jsou explicitně vypnuté pro bezpečnost. */
.opyl-hero-collage { display: none !important; }

@media (max-width: 920px) {
  .opyl-hero__visual { min-height: 600px; }
  .opyl-hero-single { inset: 0 0 58px; }
  .opyl-hero-single img { object-position: center 47%; }
}

@media (max-width: 620px) {
  .opyl-header__inner { min-height: 68px; }
  .opyl-hero__visual { min-height: 470px; order: 2; }
  .opyl-hero-single { inset: 0; }
  .opyl-hero-single img {
    object-position: 58% center;
    filter: saturate(.8) contrast(1.08) brightness(.9);
    transform: none;
  }
  .opyl-hero-single figcaption { display: none; }
  .opyl-hero__caption { display: none; }
}

@media (max-width: 390px) {
  .opyl-hero__visual { min-height: 420px; }
  .opyl-hero-single img { object-position: 60% center; }
}

/* standalone preview and Shoptet both expect edge-to-edge layout */
html.opyl-home-active body { margin: 0 !important; }
@media (max-width: 620px) {
  body.opyl-mobile-cta-hidden .opyl-mobile-cta { display: none; }
}


/* ================================================================
   V8 — logo bylo zcela odstraněno; fotografie jsou pouze JPG
   ================================================================ */
.opyl-header__inner { justify-content: flex-end; }
.opyl-footer__grid { grid-template-columns: minmax(0, 1fr) auto; }
@media (max-width: 920px) {
  .opyl-header__inner { justify-content: flex-end; }
  .opyl-footer__grid { grid-template-columns: 1fr; }
}


/* ================================================================
   V10 — přímé vložení do titulní strany Shoptetu
   ================================================================ */

/* Výchozí záhlaví, navigace, drobečky a zápatí Shoptetu jsou skryté
   pouze na titulní straně s aktivní landing page. Ostatní stránky
   e-shopu zůstávají beze změny. */
html.opyl-home-active,
html.opyl-home-active body {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--opyl-paper) !important;
}

html.opyl-home-active #header,
html.opyl-home-active .header-wrapper,
html.opyl-home-active #navigation,
html.opyl-home-active .navigation-wrapper,
html.opyl-home-active .breadcrumbs-wrapper,
html.opyl-home-active .breadcrumbs,
html.opyl-home-active #footer,
html.opyl-home-active .footer-bottom,
html.opyl-home-active .footer-rows,
html.opyl-home-active .content-inner > h1,
html.opyl-home-active .content-inner > .h1,
html.opyl-home-active .homepage-group-title,
html.opyl-home-active .opyl-shoptet-hidden {
  display: none !important;
}

html.opyl-home-active .overall-wrapper,
html.opyl-home-active #content-wrapper,
html.opyl-home-active .content-wrapper,
html.opyl-home-active .content-wrapper-in,
html.opyl-home-active #content,
html.opyl-home-active .content-inner,
html.opyl-home-active .welcome-wrapper,
html.opyl-home-active .opyl-shoptet-shell {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

html.opyl-home-active .overall-wrapper,
html.opyl-home-active #content-wrapper,
html.opyl-home-active #content,
html.opyl-home-active .content-inner {
  overflow: visible !important;
}

html.opyl-home-active .opyl-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Oprava kontrastu závěrečného tlačítka proti obecným stylům Shoptetu. */
.opyl-page .opyl-final-cta a.opyl-button.opyl-button--light,
.opyl-page .opyl-final-cta .opyl-button--light {
  background: #fbf8f1 !important;
  border-color: #fbf8f1 !important;
  color: #182019 !important;
  text-shadow: none !important;
}
.opyl-page .opyl-final-cta a.opyl-button.opyl-button--light span,
.opyl-page .opyl-final-cta .opyl-button--light span {
  color: inherit !important;
}
.opyl-page .opyl-final-cta a.opyl-button.opyl-button--light:hover,
.opyl-page .opyl-final-cta .opyl-button--light:hover {
  background: #c7a76a !important;
  border-color: #c7a76a !important;
  color: #172019 !important;
}


/* ================================================================
   V10 — spolehlivá typografie bez externích fontů + nová hero fotografie
   ================================================================ */

/* Fonty jsou systémové a fungují i při blokaci Google Fonts v Shoptetu. */
.opyl-page,
.opyl-page button,
.opyl-page input,
.opyl-page textarea,
.opyl-page select {
  font-family: var(--opyl-sans) !important;
}
.opyl-page h1,
.opyl-page h2,
.opyl-page h3,
.opyl-page blockquote,
.opyl-page .opyl-hero__facts strong,
.opyl-page .opyl-hero__caption,
.opyl-page .opyl-guarantee > span,
.opyl-page .opyl-price strong,
.opyl-page .opyl-teacher__lead,
.opyl-page .opyl-media-note strong,
.opyl-page .opyl-accordion button span,
.opyl-page .opyl-video-player__play-copy strong,
.opyl-page .opyl-video__meta strong,
.opyl-page .opyl-video__aside figcaption,
.opyl-page .opyl-archive-stamp strong,
.opyl-page .opyl-mobile-cta span {
  font-family: var(--opyl-serif) !important;
}

/* Česká diakritika a velké titulky mají bezpečnější řádkování i rozestupy. */
.opyl-page h1,
.opyl-page h2,
.opyl-page blockquote {
  line-height: 1.04;
  letter-spacing: .018em;
  font-kerning: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.opyl-page h3 {
  line-height: 1.14;
  letter-spacing: .012em;
}

/* Nová dodaná fotografie úlu – přirozený výřez na desktopu i mobilu. */
.opyl-hero-single img {
  object-position: center center;
  filter: saturate(.9) contrast(1.04) brightness(.94);
  transform: none;
}
.opyl-hero-single:hover img {
  transform: scale(1.015);
  filter: saturate(.98) contrast(1.03) brightness(.97);
}
@media (max-width: 920px) {
  .opyl-hero-single img { object-position: center center; }
}
@media (max-width: 620px) {
  .opyl-hero-single img { object-position: 52% center; }
}

/* ========================================================================
   V11 — OCHRANA KONTRASTU PRO SHOPTET
   Některé šablony Shoptetu nastavují barvu nadpisů pomocí !important.
   Následující selektory jsou záměrně přesnější a zajišťují čitelnost
   na všech tmavých plochách landing page.
   ======================================================================== */
.opyl-page .opyl-hero__copy h1 {
  color: var(--opyl-white) !important;
  -webkit-text-fill-color: var(--opyl-white) !important;
  text-shadow: none !important;
}

.opyl-page .opyl-hero__copy h1 em {
  color: var(--opyl-gold-soft) !important;
  -webkit-text-fill-color: var(--opyl-gold-soft) !important;
}

.opyl-page .opyl-section--dark h1,
.opyl-page .opyl-section--dark h2,
.opyl-page .opyl-section--dark h3,
.opyl-page .opyl-story__copy h2,
.opyl-page .opyl-faq h2,
.opyl-page .opyl-final-cta h2,
.opyl-page .opyl-price-card h3,
.opyl-page .opyl-price-card .opyl-price strong {
  color: var(--opyl-white) !important;
  -webkit-text-fill-color: var(--opyl-white) !important;
}

.opyl-page .opyl-section--dark .opyl-eyebrow,
.opyl-page .opyl-story__copy .opyl-eyebrow,
.opyl-page .opyl-faq .opyl-eyebrow,
.opyl-page .opyl-final-cta .opyl-eyebrow,
.opyl-page .opyl-price-card__label {
  color: var(--opyl-gold-soft) !important;
  -webkit-text-fill-color: var(--opyl-gold-soft) !important;
}

.opyl-page .opyl-section--dark p,
.opyl-page .opyl-story__copy p,
.opyl-page .opyl-faq__intro,
.opyl-page .opyl-final-cta p:not(.opyl-eyebrow),
.opyl-page .opyl-price-card p,
.opyl-page .opyl-price-card li {
  -webkit-text-fill-color: currentColor;
}


/* ========================================================================
   V18 — VÝRAZNÉ ODKAZY NA BLOG A INSTAGRAM
   ======================================================================== */
.opyl-page .opyl-nav-external {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--opyl-ink) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}
.opyl-page .opyl-nav-external span { color: var(--opyl-gold) !important; }
.opyl-page .opyl-nav-external:hover { color: #8e6f35 !important; }
.opyl-page .opyl-nav-external--instagram {
  padding-left: 15px;
  border-left: 1px solid var(--opyl-line);
}

.opyl-community {
  position: relative;
  overflow: hidden;
  background: var(--opyl-gold-soft);
  color: var(--opyl-ink);
}
.opyl-community::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -210px;
  border: 1px solid rgba(24,32,25,.16);
  border-radius: 50%;
}
.opyl-community__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 38px;
}
.opyl-community__heading h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--opyl-ink) !important;
  -webkit-text-fill-color: var(--opyl-ink) !important;
}
.opyl-community__heading > p {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.75;
}
.opyl-community__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.opyl-page a.opyl-community-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border: 1px solid rgba(24,32,25,.16);
  background: rgba(255,253,248,.74);
  color: var(--opyl-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 16px 46px rgba(24,32,25,.08);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.opyl-page a.opyl-community-card:hover {
  transform: translateY(-4px);
  background: var(--opyl-white);
  box-shadow: 0 22px 52px rgba(24,32,25,.14);
}
.opyl-community-card__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--opyl-ink);
}
.opyl-community-card__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--opyl-gold-soft);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.opyl-community-card__copy { display: grid; gap: 5px; min-width: 0; }
.opyl-community-card__copy small {
  color: #6f5b34 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.opyl-community-card__copy strong {
  color: var(--opyl-ink) !important;
  -webkit-text-fill-color: var(--opyl-ink) !important;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.05;
}
.opyl-community-card__copy em {
  color: rgba(24,32,25,.72) !important;
  font-size: 14px;
  font-style: normal;
  overflow-wrap: anywhere;
}
.opyl-community-card__arrow {
  color: var(--opyl-ink) !important;
  font-size: 30px;
  transition: transform .25s ease;
}
.opyl-community-card:hover .opyl-community-card__arrow { transform: translate(3px,-3px); }
.opyl-community-card--instagram .opyl-community-card__icon { background: #7c533c; }

.opyl-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 24px;
}
.opyl-page .opyl-footer__links a {
  color: var(--opyl-white) !important;
  text-decoration: none !important;
  font-weight: 700;
  white-space: nowrap;
}
.opyl-page .opyl-footer__links a:hover { color: var(--opyl-gold-soft) !important; }

@media (max-width: 1120px) {
  .opyl-page .opyl-nav-external { display: none; }
}
@media (max-width: 820px) {
  .opyl-community__heading { grid-template-columns: 1fr; gap: 20px; }
  .opyl-community__grid { grid-template-columns: 1fr; }
  .opyl-page a.opyl-community-card { min-height: 160px; }
  .opyl-footer__links { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .opyl-community { padding-top: 70px; padding-bottom: 70px; }
  .opyl-page a.opyl-community-card {
    grid-template-columns: 48px minmax(0,1fr) auto;
    gap: 14px;
    min-height: 0;
    padding: 22px 18px;
  }
  .opyl-community-card__icon { width: 48px; height: 48px; }
  .opyl-community-card__icon svg { width: 25px; height: 25px; }
  .opyl-community-card__copy strong { font-size: 25px; }
  .opyl-community-card__copy em { font-size: 12px; }
  .opyl-community-card__arrow { font-size: 24px; }
  .opyl-footer__links { display: grid; gap: 12px; }
}


/* ========================================================================
   V18 - DISCO: odstraneni horni listy pouze na titulni landing page
   ======================================================================== */
html.opyl-home-active .top-navigation-bar,
html.opyl-home-active .top-navigation-bar-wrapper,
html.opyl-home-active .top-navigation,
html.opyl-home-active .top-navigation-menu,
html.opyl-home-active .top-navigation-contacts,
html.opyl-home-active .top-navigation-tools,
html.opyl-home-active .header-top,
html.opyl-home-active .header-top-wrapper,
html.opyl-home-active .header-top-bar,
html.opyl-home-active .top-bar,
html.opyl-home-active .top-bar-wrapper,
html.opyl-home-active .template-header-top,
html.opyl-home-active [data-testid="top-navigation-bar"],
html.opyl-home-active [class*="top-navigation-bar"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

/* Disco muze po skryti pevne hlavicky ponechat odsazeni. */
html.opyl-home-active body,
html.opyl-home-active .overall-wrapper,
html.opyl-home-active #content-wrapper {
  top: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
}

/* UTF-8 ochrana: texty landing page pouzivaji pouze entity v HTML.
   Toto pravidlo zaroven sjednocuje citelnou typografii. */
.opyl-page,
.opyl-page button,
.opyl-page a,
.opyl-page p,
.opyl-page li,
.opyl-page span {
  font-synthesis: none;
}


/* ========================================================================
   V18 — EXTERNÍ HTML NAČÍTANÉ ZE SLOŽKY UPLOAD
   ======================================================================== */
#opyl-landing-host {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
html.opyl-home-loading body { cursor: progress; }
html.opyl-home-active .overall-wrapper,
html.opyl-home-active #content-wrapper,
html.opyl-home-active .content-wrapper,
html.opyl-home-active .content-wrapper-in,
html.opyl-home-active #content,
html.opyl-home-active .content-inner,
html.opyl-home-active .opyl-shoptet-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
html.opyl-home-active body > .top-navigation-bar,
html.opyl-home-active body > .top-navigation-bar-wrapper,
html.opyl-home-active body > .header-top,
html.opyl-home-active body > .top-bar,
html.opyl-home-active body > #header,
html.opyl-home-active body > #footer {
  display: none !important;
}
