.ourobor-managed-hero-record { margin: 0 !important; padding: 0 !important; }
.ourobor-hero-system {
  --hero-ink: #111;
  --hero-ease: cubic-bezier(.16,1,.3,1);
  position: relative;
  width: 100%;
  height: var(--hero-desktop-height, 680px);
  min-height: 360px;
  overflow: hidden;
  background: var(--hero-background, #f4f3ef);
  color: var(--hero-ink);
  font-family: var(--hero-font, "Helvetica Neue", Helvetica, Arial, sans-serif);
  isolation: isolate;
  transition: height .5s var(--hero-ease), opacity .4s var(--hero-ease);
}
.ourobor-hero-system.is-closed { height: 0 !important; min-height: 0; opacity: 0; pointer-events: none; }
.ourobor-hero-system *, .ourobor-hero-system *::before, .ourobor-hero-system *::after { box-sizing: border-box; }
.ourobor-hero-system::before {
  content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: .22;
  background: repeating-linear-gradient(to bottom, rgba(17,17,17,.018), rgba(17,17,17,.018) 1px, transparent 1px, transparent 6px);
}
.ohs-group, .ohs-bg { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .78s var(--hero-ease); }
.ohs-group.is-active, .ohs-bg.is-active { opacity: 1; pointer-events: auto; }
.ohs-media {
  position: absolute; inset: 0; overflow: hidden; touch-action: pan-y; background: var(--hero-background, #f4f3ef);
  padding-top: var(--hero-desktop-pad-top, 0); padding-bottom: var(--hero-desktop-pad-bottom, 0);
}
.ohs-picture, .ohs-picture img, .ohs-video { display: block; width: 100%; height: 100%; }
.ohs-picture img, .ohs-video { object-fit: var(--hero-desktop-fit, contain); object-position: var(--hero-desktop-position, right center); }
.ohs-video { position: absolute; inset: 0; z-index: 1; background: transparent; pointer-events: none; opacity: 0; transition: opacity .18s linear; }
.ohs-video::-webkit-media-controls,
.ohs-video::-webkit-media-controls-start-playback-button { display: none !important; -webkit-appearance: none; }
.ohs-bg-video .ohs-picture { position: absolute; inset: 0; }
.ohs-bg-video.is-video-playing .ohs-video { opacity: 1; }
/* Video has its own responsive master for each device and always fills the
   hero viewport; users should not need to tune the image-fit controls. */
.ohs-bg-video .ohs-picture img, .ohs-bg-video .ohs-video { object-fit: cover; object-position: center; }
.ohs-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg,rgba(var(--hero-overlay-rgb,244,243,239),var(--hero-overlay-opacity,.94)),rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .74)) 34%,rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .08)) 100%),linear-gradient(0deg,rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .76)),rgba(var(--hero-overlay-rgb,244,243,239),0) 62%); }
.ohs-content { position: absolute; z-index: 3; width: min(580px, calc(100% - 128px)); text-align: left; }
.ohs-group[data-desktop-x="left"] .ohs-content { left: 64px; }
.ohs-group[data-desktop-x="center"] .ohs-content { left: 50%; transform: translateX(-50%); }
.ohs-group[data-desktop-x="right"] .ohs-content { right: 64px; }
.ohs-group[data-desktop-y="top"] .ohs-content { top: 78px; }
.ohs-group[data-desktop-y="center"] .ohs-content { top: 50%; transform: translateY(-50%); }
.ohs-group[data-desktop-x="center"][data-desktop-y="center"] .ohs-content { transform: translate(-50%,-50%); }
.ohs-group[data-desktop-y="bottom"] .ohs-content { bottom: 108px; }
.ohs-group[data-desktop-align="center"] .ohs-content { text-align: center; }
.ohs-group[data-desktop-align="right"] .ohs-content { text-align: right; }
.ohs-group[data-desktop-align="center"] .ohs-text, .ohs-group[data-desktop-align="center"] .ohs-timer { margin-right: auto; margin-left: auto; }
.ohs-group[data-desktop-align="right"] .ohs-text, .ohs-group[data-desktop-align="right"] .ohs-timer { margin-left: auto; }
.ohs-kicker, .ohs-label { color: rgba(var(--hero-text-rgb,17,17,17),.5); font-size: 10px; line-height: 1; letter-spacing: 2.4px; text-transform: uppercase; }
.ohs-kicker { margin-bottom: 18px; }
.ohs-label { margin-bottom: 14px; }
.ohs-title { margin: 0 0 18px; color: var(--hero-ink); font-family: var(--hero-font); font-size: var(--hero-desktop-title-size,72px); line-height: var(--hero-title-line-height,.9); font-weight: var(--hero-font-weight,400); letter-spacing: var(--hero-title-letter-spacing,0); text-transform: uppercase; }
.ohs-text { max-width: 440px; margin: 0 0 22px; color: rgba(var(--hero-text-rgb,17,17,17),.68); font-size: var(--hero-desktop-body-size,13px); line-height: 1.65; letter-spacing: 1.2px; text-transform: uppercase; }
.ohs-timer { display: grid; gap: 7px; width: max-content; margin: 0 0 22px; color: var(--hero-ink); }
.ohs-timer span { color: rgba(var(--hero-text-rgb,17,17,17),.55); font-size: 8px; letter-spacing: .18em; }
.ohs-timer strong { font: 400 24px/1 var(--hero-font); letter-spacing: .08em; }
.ohs-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-start; }
.ohs-group[data-desktop-align="center"] .ohs-actions { justify-content: center; }
.ohs-group[data-desktop-align="right"] .ohs-actions { justify-content: flex-end; }
.ohs-link { display: inline-flex; align-items: center; justify-content: center; min-width: 178px; min-height: 48px; padding: 0 26px; border: 1px solid rgba(var(--hero-text-rgb,17,17,17),.28); color: var(--hero-button-desktop-text,var(--hero-ink)) !important; text-decoration: none !important; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; backdrop-filter: blur(16px); transition: .3s var(--hero-ease); }
.ohs-link-primary { background: rgba(244,243,239,.52); background: color-mix(in srgb,var(--hero-button-desktop-bg,#f4f3ef) 52%,transparent); }
.ohs-link-secondary { background: transparent; }
.ohs-link-text { min-width: 0; padding: 0 8px; border-color: transparent; background: transparent; text-decoration: underline !important; text-underline-offset: 5px; }
.ohs-link:hover, .ohs-link:focus-visible { background: var(--hero-button-desktop-text,var(--hero-ink)); color: var(--hero-button-desktop-bg,#f4f3ef) !important; transform: translateY(-1px); outline: none; }
.ohs-close { position: absolute; z-index: 8; top: 24px; right: 28px; min-height: 34px; padding: 0 16px; border: 1px solid rgba(17,17,17,.18); background: rgba(244,243,239,.46); color: rgba(17,17,17,.68); cursor: pointer; font-size: 9px; letter-spacing: 1.8px; text-transform: uppercase; backdrop-filter: blur(16px); }
.ohs-nav { position: absolute; z-index: 5; left: 64px; right: 64px; bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ohs-arrow { width: 46px; height: 46px; border: 1px solid rgba(17,17,17,.2); border-radius: 50%; background: rgba(244,243,239,.4); color: var(--hero-ink); cursor: pointer; font-size: 18px; backdrop-filter: blur(16px); }
.ohs-count { display: flex; align-items: center; gap: 16px; color: rgba(var(--hero-text-rgb,17,17,17),.72); font-size: 12px; letter-spacing: 2px; }
.ohs-line { position: relative; display: block; width: 108px; height: 1px; background: rgba(var(--hero-text-rgb,17,17,17),.2); }
.ohs-line span { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--hero-ink); transition: width .52s var(--hero-ease); }
@media (max-width: 768px) {
  /* Slide colors are inline variables; use importance only here so the mobile
     choice can intentionally override the desktop value below this breakpoint. */
  .ohs-group { --hero-ink: var(--hero-mobile-ink, #111) !important; --hero-text-rgb: var(--hero-mobile-text-rgb, 17,17,17) !important; }
  .ourobor-hero-system { height: var(--hero-mobile-height, 560px); min-height: 360px; }
  .ourobor-hero-system::before { content: none; }
  .ohs-media { padding-top: var(--hero-mobile-pad-top, 0); padding-bottom: var(--hero-mobile-pad-bottom, 0); }
  .ohs-picture img, .ohs-video { object-fit: var(--hero-mobile-fit, cover); object-position: var(--hero-mobile-position, center center); }
  .ohs-bg-video .ohs-picture img, .ohs-bg-video .ohs-video { object-fit: cover; object-position: center; }
  .ohs-shade { background: linear-gradient(0deg,rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .9)),rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .49)) 46%,rgba(var(--hero-overlay-rgb,244,243,239),calc(var(--hero-overlay-opacity,.94) * .05))); }
  .ohs-content { left: auto !important; right: auto !important; top: auto; bottom: auto; width: calc(100% - 40px); transform: none !important; }
  .ohs-group[data-mobile-x="left"] .ohs-content { left: 20px !important; }
  .ohs-group[data-mobile-x="center"] .ohs-content { left: 50% !important; transform: translateX(-50%) !important; }
  .ohs-group[data-mobile-x="right"] .ohs-content { right: 20px !important; }
  .ohs-group[data-mobile-y="top"] .ohs-content { top: 64px; }
  .ohs-group[data-mobile-y="center"] .ohs-content { top: 50%; transform: translateY(-50%) !important; }
  .ohs-group[data-mobile-x="center"][data-mobile-y="center"] .ohs-content { transform: translate(-50%,-50%) !important; }
  .ohs-group[data-mobile-y="bottom"] .ohs-content { bottom: 86px; }
  .ohs-group[data-mobile-align="left"] .ohs-content { text-align: left; }
  .ohs-group[data-mobile-align="center"] .ohs-content { text-align: center; }
  .ohs-group[data-mobile-align="right"] .ohs-content { text-align: right; }
  .ohs-group[data-mobile-align="center"] .ohs-text, .ohs-group[data-mobile-align="center"] .ohs-timer { margin-right: auto; margin-left: auto; }
  .ohs-group[data-mobile-align="right"] .ohs-text, .ohs-group[data-mobile-align="right"] .ohs-timer { margin-left: auto; }
  .ohs-close { top: 14px; right: 14px; min-height: 30px; padding: 0 12px; font-size: 8px; }
  .ohs-kicker, .ohs-label { font-size: 8px; letter-spacing: 1.8px; }
  .ohs-kicker { margin-bottom: 14px; }
  .ohs-title { margin-bottom: 14px; font-size: var(--hero-mobile-title-size,44px); }
  .ohs-text { max-width: 310px; margin-bottom: 17px; font-size: var(--hero-mobile-body-size,10px); line-height: 1.55; letter-spacing: 1px; }
  .ohs-timer { margin-bottom: 17px; }
  .ohs-timer strong { font-size: 19px; }
  .ohs-actions { display: grid; width: 100%; gap: 7px; }
  .ohs-link { width: 100%; min-height: 46px; background: var(--hero-button-mobile-bg,#f4f3ef); color: var(--hero-button-mobile-text,var(--hero-ink)) !important; backdrop-filter: none; }
  .ohs-link-text { background: transparent; }
  .ohs-link:hover, .ohs-link:focus-visible { background: var(--hero-button-mobile-text,var(--hero-ink)); color: var(--hero-button-mobile-bg,#f4f3ef) !important; }
  .ohs-nav { left: 20px; right: 20px; bottom: 24px; }
  .ohs-arrow { width: 42px; height: 42px; background: #f4f3ef; backdrop-filter: none; }
  .ohs-line { width: 76px; }
}
@media (prefers-reduced-motion: reduce) { .ohs-group, .ohs-bg, .ohs-link, .ohs-line span { transition: none !important; } }
