@font-face {
  font-family: 'HZ Display';
  src: url('../../fonts/dm-serif-display.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'HZ Sans';
  src: url('../../fonts/manrope-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'HZ Sans';
  src: url('../../fonts/manrope-semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

html.hz-front-document { height: auto; min-height: 100%; background: #fcfdfb; }

body.hz-front {
  --hz-ink: #202a25;
  --hz-muted: #626d66;
  --hz-green: #15583e;
  --hz-deep: #103e2d;
  --hz-lime: #d7eb9f;
  --hz-paper: #fcfdfb;
  --hz-line: #d6ddd6;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100vh;
  background: var(--hz-paper);
  color: var(--hz-ink);
  font: 400 16px/1.65 'HZ Sans', Arial, sans-serif;
  letter-spacing: 0;
}

.hz-front *, .hz-front *::before, .hz-front *::after { box-sizing: border-box; }
.hz-front :is(p, a, button, h1, h2, h3, span, strong, time) { letter-spacing: 0; }
.hz-front :is(p, a, button) { font-family: 'HZ Sans', Arial, sans-serif; }
.hz-front :is(h1, h2, h3, p) { margin: 0; }
.hz-front :is(h1, h2) { font-family: 'HZ Display', Georgia, serif; font-weight: 400; }
.hz-front a { color: inherit; text-decoration: none; }
.hz-front a:hover { color: var(--hz-green); }
.hz-front :is(a, button):focus-visible { outline: 3px solid #547c27; outline-offset: 6px; }
.hz-front section:focus { outline: none; }
.hz-front img { display: block; max-width: 100%; }
.hz-front :is(section, footer) { scroll-margin-top: 105px; }
.hz-front [hidden] { display: none !important; }
.hz-front ::selection { color: #fff; background: var(--hz-green); }

.hz-wrap { width: calc(100% - 112px); max-width: 1280px; margin-inline: auto; }
.hz-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 22px; }
.hz-icon svg { display: block; width: 100%; height: 100%; stroke-width: 1.5; }
.hz-skip { position: fixed; z-index: 1000; left: 20px; top: 10px; padding: 12px 20px; background: #fff; transform: translateY(-200%); }
.hz-skip:focus { transform: none; }

.hz-header { position: sticky; top: 0; z-index: 100; background: var(--hz-paper); border-bottom: 1px solid var(--hz-line); }
.hz-header__inner { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.hz-front .hz-brand { display: flex; align-items: center; gap: 22px; flex-shrink: 0; color: var(--hz-deep); }
.hz-monogram { font-family: 'HZ Display', Georgia, serif; font-size: 35px; line-height: 1; display: flex; align-items: baseline; gap: 5px; }
.hz-monogram > span { width: 8px; height: 8px; background: #2d9365; }
.hz-brand__name { font-family: 'HZ Display', Georgia, serif; font-size: 25px; line-height: 1.1; }
.hz-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.hz-nav a { font-size: 13px; font-weight: 600; padding-block: 13px; position: relative; }
.hz-nav a::after { content: ''; position: absolute; bottom: 6px; height: 1px; background: var(--hz-green); width: 100%; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.hz-nav a:hover::after, .hz-nav a[aria-current]::after { transform: scaleX(1); }
.hz-languages { display: flex; align-items: center; gap: 0; padding-left: 18px; border-left: 1px solid var(--hz-line); }
.hz-languages a { display: grid; place-items: center; min-width: 38px; min-height: 44px; font-size: 12px; color: var(--hz-muted); }
.hz-languages a + a::before { content: '/'; position: absolute; margin-left: -38px; color: #929991; font-weight: 400; }
.hz-languages a[aria-current] { color: var(--hz-green); font-weight: 700; }
.hz-menu-toggle { display: none; }
.hz-admin:empty { display: none; }
.hz-admin a { display: inline-block; margin: 12px 20px 12px 0; text-decoration: underline; font-size: 13px; }

.hz-hero { position: relative; isolation: isolate; background: #aeafac; overflow: hidden; }
.hz-hero__inner { position: relative; height: min(690px, calc(100svh - 156px)); min-height: 540px; display: flex; align-items: center; padding-bottom: 44px; }
.hz-hero__portrait { position: absolute; right: 0; top: 0; height: 100%; width: 62%; z-index: -1; -webkit-mask-image: linear-gradient(to right, transparent, #000 20%); mask-image: linear-gradient(to right, transparent, #000 20%); }
.hz-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.hz-hero__copy { width: 52%; padding-block: 20px; }
.hz-eyebrow { font-size: 12px; font-weight: 600; line-height: 1.5; }
.hz-hero__eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; margin-bottom: 22px !important; }
.hz-hero__eyebrow > span { width: 26px; height: 2px; background: var(--hz-green); }
.hz-front .hz-hero h1 { font-size: 132px; line-height: 1.07; color: var(--hz-deep); margin-bottom: 25px; }
.hz-candidate-number { position: absolute; right: 0; bottom: 54px; width: 88px; height: 96px; display: grid; place-items: center; border-top: 3px solid var(--hz-green); background: #f1f4e9; color: var(--hz-deep); font-family: 'HZ Display', Georgia, serif; font-size: 72px; line-height: .9; }
.hz-hero__subtitle { font-size: 20px; line-height: 1.55; max-width: 410px; }
.hz-hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 32px; }
.hz-front .hz-button { display: inline-flex; gap: 24px; justify-content: space-between; align-items: center; min-height: 52px; padding: 14px 23px; border: 1px solid transparent; background: var(--hz-green); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.6; transition: background 180ms ease; }
.hz-front .hz-button:hover { background: var(--hz-deep); color: #fff; }
.hz-front .hz-text-link { display: inline-flex; align-items: center; gap: 22px; padding-block: 8px; border-bottom: 1px solid #6d8775; font-size: 14px; font-weight: 600; line-height: 1.5; }
.hz-text-link .hz-icon, .hz-button .hz-icon, .hz-story__action .hz-icon { transition: transform 180ms ease; }
.hz-text-link:hover .hz-icon, .hz-button:hover .hz-icon, .hz-story__link:hover .hz-story__action .hz-icon { transform: translateX(4px); }
.hz-hero__scroll { position: absolute; left: 0; bottom: 30px; display: flex; align-items: center; gap: 16px; font-size: 11px; }

.hz-section-label { display: flex; align-items: center; gap: 16px; font-size: 11px; text-transform: uppercase; line-height: 1.5; font-weight: 600; }
.hz-section-label > span { color: var(--hz-green); font-size: 13px; font-weight: 600; }
.hz-section-label > span::after { content: '/'; margin-left: 16px; color: #8a958d; font-weight: 400; }
.hz-about { display: grid; grid-template-columns: .65fr 1.1fr 1fr; gap: 44px; padding-block: 76px; align-items: start; }
.hz-about .hz-section-label { padding-top: 10px; }
.hz-front .hz-about h2 { font-size: 53px; line-height: 1.04; color: var(--hz-deep); max-width: 370px; }
.hz-about__body { border-left: 1px solid var(--hz-line); padding-left: 40px; font-size: 15px; line-height: 1.8; }
.hz-about__body .hz-text-link { margin-top: 18px; }

.hz-program { padding-block: 49px 30px; background: var(--hz-deep); color: var(--hz-paper); }
.hz-program .hz-section-label > span { color: var(--hz-lime); }
.hz-program .hz-section-label > span::after { color: #9db4a2; }
.hz-program__main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; margin-top: 20px; padding-bottom: 36px; }
.hz-front .hz-program h2 { font-size: 78px; line-height: 1.08; color: var(--hz-paper); }
.hz-front .hz-program h2 a { font-family: inherit; }
.hz-program__title { font-size: 12px; color: #ceddcf; margin-top: 16px !important; }
.hz-program__body { border-left: 1px solid #527262; padding-left: 40px; }
.hz-program__body > p { max-width: 390px; font-size: 16px; line-height: 1.7; margin-bottom: 24px; }
.hz-front .hz-button--light { background: var(--hz-lime); color: var(--hz-deep); }
.hz-front .hz-button--light:hover { background: #e7f1c6; color: var(--hz-deep); }
.hz-program__links { display: flex; flex-wrap: wrap; gap: 28px; border-top: 1px solid #527262; padding-top: 25px; }
.hz-program__links a { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.hz-program__links a + a { border-left: 1px solid #527262; padding-left: 28px; }
.hz-program a:hover { color: var(--hz-lime); }
.hz-program :is(a, button):focus-visible { outline-color: var(--hz-lime); }

.hz-media { padding-block: 70px 80px; }
.hz-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 32px; margin: 16px 0 36px; }
.hz-front .hz-section-heading h2 { color: var(--hz-deep); font-size: 58px; line-height: 1.1; }
.hz-section-heading .hz-text-link { flex-shrink: 0; }
.hz-media__grid { display: grid; grid-template-columns: 1.25fr 1fr; column-gap: 46px; row-gap: 28px; align-items: start; }
.hz-story { min-width: 0; grid-column: 2; }
.hz-story--featured { grid-column: 1; grid-row: 1 / span 3; }
.hz-story__link { display: block; }
.hz-story__cover { position: relative; overflow: hidden; aspect-ratio: 16 / 8.5; background: #acadaa; }
.hz-story__cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; transition: transform 300ms ease; }
.hz-story__link:hover .hz-story__cover img { transform: scale(1.025); }
.hz-story__symbol { position: absolute; right: 20px; bottom: 20px; width: 45px; height: 45px; display: grid; place-items: center; background: var(--hz-paper); border-radius: 50%; color: var(--hz-green); }
.hz-story__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-block: 19px 11px !important; font-size: 11px; color: var(--hz-muted); }
.hz-story__meta > span { color: var(--hz-green); font-weight: 600; }
.hz-story__meta time { padding-left: 16px; border-left: 1px solid var(--hz-line); }
.hz-front .hz-story h3 { font-family: 'HZ Sans', Arial, sans-serif; font-size: 22px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.hz-front .hz-story--featured h3 { font-size: 27px; line-height: 1.35; }
.hz-story__summary { margin-top: 14px !important; font-size: 14px; line-height: 1.8; color: var(--hz-muted); }
.hz-story__action { display: inline-flex; align-items: center; gap: 20px; margin-top: 19px; font-size: 12px; font-weight: 600; color: var(--hz-green); }
.hz-story:not(.hz-story--featured) .hz-story__link { display: grid; grid-template-columns: 145px 1fr; gap: 22px; }
.hz-story:not(.hz-story--featured) .hz-story__cover { aspect-ratio: 3 / 4; }
.hz-story:not(.hz-story--featured) .hz-story__meta { margin-top: 0 !important; gap: 10px; }
.hz-story:not(.hz-story--featured) .hz-story__meta time { padding-left: 10px; }
.hz-story__cover--type { background: #e4eadc; color: var(--hz-deep); display: flex; align-items: center; padding: 18px; }
.hz-story__cover-label { display: block; font-family: 'HZ Display', Georgia, serif; font-size: 24px; line-height: 1.1; }
.hz-story__cover-label > span { display: block; margin-top: 12px; font-family: 'HZ Sans', Arial, sans-serif; font-size: 10px; line-height: 1.6; }
.hz-story:not(.hz-story--featured) .hz-story__symbol { right: 14px; bottom: 14px; width: 32px; height: 32px; }
.hz-story:not(.hz-story--featured) .hz-story__symbol .hz-icon { width: 18px; height: 18px; }
.hz-media__collection { display: flex; grid-column: 2; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--hz-line); border-bottom: 1px solid var(--hz-line); padding-block: 27px; }
.hz-media__collection strong { display: block; font-size: 17px; font-weight: 600; }
.hz-media__collection > span > span { display: block; color: var(--hz-muted); font-size: 13px; margin-top: 8px; }
.hz-media__empty { padding-block: 25px; color: var(--hz-muted); }

.hz-footer { background: #eef1ec; padding-top: 50px; }
.hz-footer__main { display: grid; grid-template-columns: 1fr 1.1fr; gap: 38px; align-items: center; padding-bottom: 42px; }
.hz-front .hz-footer h2 { color: var(--hz-deep); font-size: 61px; line-height: 1.1; }
.hz-footer__contact { border-left: 1px solid #bac7bb; padding-left: 38px; font-size: 13px; color: var(--hz-muted); max-width: 360px; }
.hz-footer__contact .hz-text-link { color: var(--hz-deep); margin-top: 10px; font-size: 12px; }
.hz-footer__bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; border-top: 1px solid #c5cec4; padding-block: 23px; font-size: 11px; color: #5a655e; }
.hz-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; }
.hz-footer__bottom a { padding-block: 8px; }
.hz-credit { display: inline-flex; align-items: center; gap: 8px; }
.hz-credit .hz-icon { height: 14px; width: 14px; flex-basis: 14px; }

.hz-front #cookiesjsr {
  --font-size-reset: 14px;
  --banner-bg-color: #103e2d;
  --banner-font-color: #fff;
  --btn-bg-color: #103e2d;
  --btn-font-color: #fff;
  --btn-border-color: #b7cbb8;
  --btn-prime-bg-color: #f1f4e9;
  --btn-prime-font-color: #103e2d;
  --btn-prime-border-color: #f1f4e9;
  --btn-inv-bg-color: #fff;
  --btn-inv-font-color: #103e2d;
  --btn-inv-border-color: #103e2d;
  --btn-prime-inv-bg-color: #103e2d;
  --btn-prime-inv-font-color: #fff;
  --btn-prime-inv-border-color: #103e2d;
  --link-list-font-color: #fff;
  --layer-header-font-color: #202a25;
  --layer-tab-font-color: #202a25;
  --layer-tab-active-bg-color: #103e2d;
  --layer-tab-active-font-color: #fff;
  --layer-bg-dark: #103e2d;
  --layer-font-dark: #202a25;
  --layer-footer-font-color: #202a25;
  --switch-bg-on: #15583e;
  --switch-always-on-font-color: #15583e;
}
.hz-front #cookiesjsr a { color: inherit; }
.hz-front #cookiesjsr .cookiesjsr-banner { font-size: 13px; line-height: 1.7; }
.hz-front #cookiesjsr .cookiesjsr-btn { font-size: 11px; letter-spacing: 0; border-radius: 0; }

.toolbar-fixed .hz-header { top: 39px; }
.toolbar-fixed.toolbar-tray-open.toolbar-horizontal .hz-header { top: 79px; }

@media (min-width: 1700px) {
  .hz-hero__portrait { right: calc((100% - 1600px) / 2); width: 960px; -webkit-mask-image: linear-gradient(to right, transparent, #000 18%, #000 85%, transparent); mask-image: linear-gradient(to right, transparent, #000 18%, #000 85%, transparent); }
}

@media (max-width: 1200px) {
  .hz-wrap { width: calc(100% - 72px); }
  .hz-header__inner { gap: 22px; }
  .hz-nav { gap: 20px; }
  .hz-brand__name { font-size: 22px; }
  .hz-front .hz-brand { gap: 14px; }
  .hz-front .hz-hero h1 { font-size: 116px; }
  .hz-about { grid-template-columns: .55fr 1fr 1fr; gap: 26px; }
  .hz-front .hz-about h2 { font-size: 47px; }
  .hz-about__body { padding-left: 26px; }
  .hz-program__main { grid-template-columns: 1.2fr 1fr; gap: 36px; }
  .hz-front .hz-program h2 { font-size: 67px; }
  .hz-media__grid { column-gap: 30px; }
  .hz-story:not(.hz-story--featured) .hz-story__link { grid-template-columns: 110px 1fr; gap: 18px; }
  .hz-story:not(.hz-story--featured) .hz-story__cover { aspect-ratio: 1 / 1.8; }
  .hz-story__cover-label { font-size: 17px; }
  .hz-front .hz-story h3 { font-size: 19px; }
}

@media (max-width: 1000px) {
  .hz-header__inner { min-height: 78px; flex-wrap: wrap; gap: 0 22px; }
  .hz-front .hz-brand { margin-right: auto; }
  .hz-languages { border-left: 0; padding: 0; }
  .hz-nav { order: 4; width: 100%; margin: 0; padding-bottom: 20px; justify-content: space-between; }
  .hz-nav-ready .hz-nav { display: none; }
  .hz-nav-ready .hz-menu-toggle { display: grid; place-items: center; min-width: 44px; height: 44px; margin: 0; padding: 10px; order: 3; border: 1px solid var(--hz-line); border-radius: 0; background: transparent; color: var(--hz-green); }
  .hz-menu-is-open .hz-nav { display: flex; }
  .hz-menu-close, .hz-menu-is-open .hz-menu-open { display: none; }
  .hz-menu-is-open .hz-menu-close { display: inline-flex; }
  .hz-hero__inner { min-height: 520px; }
  .hz-front .hz-hero h1 { font-size: 96px; }
  .hz-hero__copy { width: 53%; }
  .hz-hero__subtitle { font-size: 17px; max-width: 280px; }
  .hz-hero__portrait { width: 64%; }
  .hz-hero__actions { gap: 22px; }
  .hz-about { grid-template-columns: 1fr 1fr; padding-block: 55px; }
  .hz-about .hz-section-label { grid-column: 1 / -1; padding: 0; }
  .hz-front .hz-about h2 { max-width: 350px; }
  .hz-program__body { padding-left: 26px; }
  .hz-front .hz-program h2 { font-size: 59px; }
  .hz-front .hz-section-heading h2 { font-size: 46px; }
  .hz-media__grid { grid-template-columns: 1.1fr 1fr; }
  .hz-story:not(.hz-story--featured) .hz-story__link { display: block; }
  .hz-story:not(.hz-story--featured) .hz-story__cover { aspect-ratio: 16 / 6; }
  .hz-story__cover-label { font-size: 27px; }
  .hz-story__cover-label > span { display: none; }
  .hz-story:not(.hz-story--featured) .hz-story__meta { margin-top: 16px !important; }
  .hz-front .hz-story--featured h3 { font-size: 24px; }
  .hz-front .hz-footer h2 { font-size: 48px; }
  .hz-footer__main { grid-template-columns: 1fr 1.1fr; }
}

@media (max-width: 640px) {
  .hz-wrap { width: calc(100% - 40px); }
  .hz-header__inner { min-height: 72px; gap: 0 10px; }
  .hz-front .hz-brand { gap: 10px; }
  .hz-monogram { font-size: 27px; }
  .hz-monogram > span { height: 6px; width: 6px; }
  .hz-brand__name { font-size: 18px; }
  .hz-languages a { font-size: 11px; min-width: 30px; }
  .hz-languages a + a::before { margin-left: -30px; }
  .hz-nav { flex-wrap: wrap; gap: 0; padding: 6px 0 20px; }
  .hz-nav a { width: 50%; padding-block: 14px; font-size: 14px; }
  .hz-hero__inner { height: min(680px, calc(100svh - 125px)); min-height: 590px; align-items: flex-start; padding: 0; }
  .hz-hero__copy { width: 100%; padding-top: 30px; }
  .hz-hero__eyebrow { font-size: 10px; margin-bottom: 17px !important; }
  .hz-front .hz-hero h1 { font-size: 74px; line-height: 1.07; margin-bottom: 17px; }
  .hz-candidate-number { width: 60px; height: 68px; bottom: 24px; font-size: 51px; }
  .hz-hero__subtitle { font-size: 14px; max-width: 290px; }
  .hz-hero__actions { margin-top: 19px; gap: 26px; }
  .hz-front .hz-hero .hz-button { min-height: 44px; font-size: 12px; padding: 10px 17px; gap: 18px; }
  .hz-front .hz-hero .hz-text-link { font-size: 12px; }
  .hz-hero__portrait { width: 100%; height: 360px; top: auto; bottom: 0; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 24%); mask-image: linear-gradient(to bottom, transparent, #000 24%); }
  .hz-hero__portrait img { object-position: 50% 8%; }
  .hz-hero__scroll, .hz-hero__place { display: none; }
  .hz-about { display: block; padding-block: 40px; }
  .hz-about .hz-section-label { margin-bottom: 21px; }
  .hz-front .hz-about h2 { font-size: 42px; max-width: 320px; }
  .hz-about__body { border: 0; padding: 0; margin-top: 24px; font-size: 14px; }
  .hz-section-label { font-size: 10px; }
  .hz-program { padding-block: 36px 25px; }
  .hz-program__main { display: block; margin-top: 22px; padding-bottom: 28px; }
  .hz-front .hz-program h2 { font-size: 49px; }
  .hz-program__title { margin-top: 10px !important; font-size: 10px; }
  .hz-program__body { border: 0; padding: 0; margin-top: 25px; }
  .hz-program__body > p { font-size: 14px; }
  .hz-program__links { gap: 15px; padding-top: 20px; }
  .hz-program__links a { font-size: 11px; gap: 12px; }
  .hz-program__links a + a { padding-left: 15px; }
  .hz-media { padding-block: 43px; }
  .hz-section-heading { display: block; margin: 18px 0 25px; }
  .hz-front .hz-section-heading h2 { font-size: 40px; max-width: 340px; }
  .hz-section-heading .hz-text-link { font-size: 12px; margin-top: 15px; }
  .hz-media__grid { display: block; }
  .hz-story--featured { margin-bottom: 30px; }
  .hz-front .hz-story--featured h3 { font-size: 22px; }
  .hz-story__summary { font-size: 13px; }
  .hz-story:not(.hz-story--featured) { border-top: 1px solid var(--hz-line); padding-top: 25px; margin-bottom: 25px; }
  .hz-story:not(.hz-story--featured) .hz-story__link { display: grid; grid-template-columns: 96px 1fr; gap: 18px; }
  .hz-story:not(.hz-story--featured) .hz-story__cover { aspect-ratio: 1 / 1.8; padding: 12px; }
  .hz-story:not(.hz-story--featured) .hz-story__meta { margin-top: 0 !important; font-size: 10px; gap: 8px; }
  .hz-story:not(.hz-story--featured) .hz-story__meta time { padding-left: 8px; }
  .hz-story__cover-label { font-size: 17px; }
  .hz-front .hz-story h3 { font-size: 17px; line-height: 1.5; }
  .hz-story__action { margin-top: 14px; font-size: 11px; gap: 10px; }
  .hz-media__collection { padding-block: 23px; }
  .hz-media__collection strong { font-size: 15px; }
  .hz-media__collection > span > span { font-size: 12px; }
  .hz-footer { padding-top: 35px; }
  .hz-footer__main { display: block; padding-bottom: 27px; }
  .hz-front .hz-footer h2 { font-size: 47px; }
  .hz-footer__contact { border: 0; padding: 0; margin-top: 20px; max-width: 300px; }
  .hz-footer__bottom { gap: 12px; font-size: 10px; padding-block: 17px; }
  .hz-footer__bottom nav { order: 3; margin: 0; width: 100%; gap: 18px; }
  .hz-credit { margin-left: 0; }
}

@media (max-width: 360px) {
  .hz-wrap { width: calc(100% - 32px); }
  .hz-brand__name { font-size: 16px; }
  .hz-front .hz-brand { gap: 8px; }
  .hz-header__inner { gap: 0 6px; }
  .hz-front .hz-hero h1 { font-size: 67px; }
  .hz-program__links { flex-direction: column; }
  .hz-program__links a + a { border: 0; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hz-front *, .hz-front *::before, .hz-front *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

@media print {
  .hz-header { position: static; }
  .hz-hero__inner { min-height: 400px; height: 400px; }
  .hz-menu-toggle, .hz-hero__scroll, .hz-admin { display: none !important; }
  .hz-front { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
