:root {
    --hako-blue: #17428c;
    --hako-petrol: #20777c;
    --hako-green: #4e9f2d;
    --hako-gold: #d0b45f;
    --hako-ink: #242424;
    --hako-surface: #fff;
    --hako-muted: #f4f2ee;
}

* { box-sizing: border-box; }
body.public-site { margin: 0; color: #24364b; background: var(--hako-surface); font-family: Ubuntu, sans-serif, Roboto, Arial; font-weight: 300; }
.public-site-container { width: min(1280px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10000; padding: .75rem 1rem; color: #fff; background: #000; }
.skip-link:focus { top: 1rem; }
.public-site-header { color: #fff; background: linear-gradient(90deg, var(--hako-blue) 0%, var(--hako-petrol) 100%); }
.public-site-header__top { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .78rem; }
.public-header-tools { display: flex; align-items: center; gap: 1rem; }
.public-header-tools > a { color: #fff; font-weight: 700; text-decoration: none; }
.public-header-mail { display: grid; place-items: center; width: 1.65rem; height: 1.65rem; border-radius: 50%; background: rgba(255,255,255,.13); }
.public-language { display: flex; gap: .35rem; }
.public-language a { color: #fff; text-decoration: none; }
.public-language a.active { font-weight: 700; text-decoration: underline; text-underline-offset: .2rem; }
.public-main-nav { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.985); box-shadow: 0 3px 14px rgba(0,0,0,.08); }
.public-main-nav__inner { min-height: 158px; display: flex; align-items: center; gap: 2rem; }
.public-logo img { display: block; width: 148px; height: auto; }
.public-nav-links { margin-right: 3.9rem; margin-left: auto; display: flex; align-items: center; gap: .2rem; }
.public-menu-panel--public { display: flex; align-items: center; gap: .2rem; }
.public-menu-panel--member, .public-mobile-menu__header, .public-mobile-menu__tabs { display: none; }
.public-nav-links .nav-link { display: flex; align-items: center; min-height: 43px; padding: .4rem .65rem; color: var(--hako-blue); font-size: 1rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.public-nav-links .nav-link:hover, .public-nav-links .nav-link.active { color: var(--hako-petrol); }
.public-login-link { display: flex; align-items: center; min-height: 43px; margin-left: .5rem; padding: .4rem 1.5rem; border-radius: 6px; color: #fff; background: var(--hako-blue); font-weight: 700; line-height: 1.2; text-decoration: none; }
.public-login-link:hover { color: #fff; background: var(--hako-petrol); }
[data-public-login-link][hidden] { display: none !important; }
.public-desktop-member { position: relative; margin-left: .35rem; }
.public-desktop-member__toggle { min-height: 43px; display: inline-flex; align-items: center; gap: .5rem; border: 0; padding: .4rem .55rem; color: var(--hako-blue); background: transparent; font: inherit; font-size: 1rem; font-weight: 700; white-space: nowrap; cursor: pointer; }
.public-desktop-member__toggle:hover, .public-desktop-member__toggle:focus-visible, .public-desktop-member__toggle[aria-expanded="true"] { color: var(--hako-petrol); }
.public-desktop-member__chevron { font-size: .65rem; transition: transform .2s ease; }
.public-desktop-member__toggle[aria-expanded="true"] .public-desktop-member__chevron { transform: rotate(180deg); }
.public-desktop-member__menu { position: absolute; z-index: 1200; top: calc(100% + .75rem); right: 0; width: min(350px, calc(100vw - 2rem)); overflow: hidden; flex-direction: column; border: 1px solid rgba(255,255,255,.55); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(23,66,140,.17); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
.public-desktop-member__menu:not([hidden]) { display: flex; }
.public-desktop-member__menu > a, .public-desktop-member__menu > button { min-height: 57px; display: flex; align-items: center; gap: .65rem; border: 0; border-bottom: 1px solid rgba(23,66,140,.08); padding: .8rem 1.15rem; color: var(--hako-petrol); background: transparent; font: inherit; font-size: 1rem; text-align: left; text-decoration: none; cursor: pointer; }
.public-desktop-member__menu > :last-child { border-bottom: 0; }
.public-desktop-member__menu > a:hover, .public-desktop-member__menu > a:focus-visible, .public-desktop-member__menu > button:hover, .public-desktop-member__menu > button:focus-visible { color: var(--hako-blue); background: rgba(32,119,124,.08); }
.public-desktop-member__menu i { width: 1.15rem; flex: 0 0 1.15rem; text-align: center; }
.public-desktop-member[hidden], .public-desktop-member__menu[hidden], [data-public-backend-link][hidden] { display: none !important; }
.public-nav-toggle { display: none; align-items: center; gap: .55rem; margin-left: auto; border: 0; padding: .7rem; color: var(--hako-blue); background: transparent; font-size: 1.1rem; font-weight: 700; }
.public-page-hero {
    position: relative;
    min-height: 220px;
    display: grid;
    align-items: end;
    overflow: hidden;
    padding: 0 0 2.4rem;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(23, 66, 140, .94) 0%, rgba(23, 66, 140, .82) 42%, rgba(32, 119, 124, .74) 100%),
        url('/Images/Hako/Keyvisual/hako-keyvisual.svg'),
        var(--hako-blue);
    background-position: center, right bottom, center;
    background-repeat: no-repeat;
    background-size: cover, min(760px, 78vw) auto, cover;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .3);
}
.public-page-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 28%, rgba(212, 169, 94, .34), transparent 20rem),
        linear-gradient(90deg, rgba(78, 159, 45, .18), transparent 34%);
}
.public-page-hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(34rem, 52vw);
    height: .42rem;
    content: "";
    background: var(--hako-green);
}
.public-page-hero .public-site-container { position: relative; z-index: 1; width: min(1248px, calc(100% - 2rem)); }
.public-page-hero h1 {
    max-width: 13ch;
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2.65rem);
    line-height: 1.05;
    text-transform: uppercase;
    text-shadow: 0 .25rem 1.6rem rgba(10, 31, 70, .36);
}
.public-page-hero h1::after {
    display: block;
    width: 5.5rem;
    height: .28rem;
    margin-top: .65rem;
    content: "";
    background: var(--hako-gold);
}
.public-home-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: var(--hako-blue); background: #f7f9f6 url('/Images/carousal/pan1.webp') center/cover no-repeat; }
.public-home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 38%, rgba(255,255,255,.68) 68%, rgba(255,255,255,.2) 100%); }
.public-home-hero__content { position: relative; z-index: 1; padding-block: 0; }
.public-home-hero__content > p:first-child { width: 46rem; margin: 0 0 .9rem; color: var(--hako-petrol); font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.public-home-hero h1 { width: 46rem; max-width: 46rem; margin: 0; color: var(--hako-blue); font-size: clamp(2.7rem, 6vw, 5.8rem); font-weight: 700; line-height: .98; text-transform: uppercase; }
.public-home-hero__content > p:nth-of-type(2) { max-width: 39rem; margin: 1.4rem 0 0; color: #526177; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.65; }
.public-home-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.public-home-hero__actions a { display: inline-flex; align-items: center; min-height: 3rem; padding: 0 1.2rem; border-radius: 6px; color: var(--hako-blue); font-weight: 700; text-decoration: none; }
.public-home-hero__actions a:first-child { color: #fff; background: var(--hako-blue); }
.public-home-metrics { background: #fff; }
.public-home-metrics__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.public-home-metrics__grid > div { display: grid; justify-items: center; gap: .35rem; padding: clamp(1.25rem,3vw,2rem) 1rem; text-align: center; }
.public-home-metrics__grid strong { color: var(--hako-blue); font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1; }
.public-home-metrics__grid span { color: #617087; font-size: .95rem; line-height: 1.35; }
.public-home-intro { padding-block: 4rem; }
.public-home-intro__kicker { margin: 0 0 .6rem; color: var(--hako-petrol); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.public-home-intro h2 { max-width: 760px; margin: 0 0 1rem; color: var(--hako-blue); font-size: clamp(2.1rem,4vw,3.4rem); line-height: 1.05; }
.public-home-intro > p:last-child { max-width: 720px; color: #526177; font-size: 1.1rem; line-height: 1.65; }
.public-home-signature { position: relative; overflow: hidden; padding: clamp(2.25rem,4vw,3.75rem) 1rem; background: #f7f9f6; }
.public-home-signature__inner { display: block; }
.public-home-signature__content h2 { max-width: 34ch; margin: 0; color: var(--hako-blue); font-size: clamp(1.8rem,3.2vw,3.2rem); font-weight: 600; line-height: 1.05; }
.public-home-signature__content > p:last-child { max-width: 46rem; margin: 1.25rem 0 0; color: #526177; font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.65; }
.public-home-news { padding: clamp(3rem,6vw,5.5rem) 0; background: #fff; }
.public-home-news > .public-site-container { padding-inline: 1rem; }
.public-home-news > .public-site-container > h2 { width: max-content; margin: 0 0 1.35rem -1rem; color: var(--hako-blue); font-size: 3rem; text-align: left; text-transform: uppercase; }
.public-home-news > .public-site-container > h2::after { content:""; display:block; width:4.5rem; height:.22rem; margin:.7rem auto 0; background:var(--hako-green); }
.public-news-lead { min-height: 243px; padding: 0; }
.public-news-lead h3 { max-width: none; margin: 0 0 .5rem; font-size: 1.308rem; line-height: 1.1; }
.public-news-lead h3 a { color: var(--hako-blue); text-decoration: none; }
.public-news-card h3 a { color: #fff; text-decoration: none; }
.public-news-lead p { max-width: none; margin: 0 0 1rem; padding-top: 1rem; color: #24364b; line-height: 1.5; }
.public-news-more { color: var(--hako-blue); font-weight: 700; text-decoration: none; }
.public-news-lead .public-news-more { display: inline-flex; min-width: 165px; min-height: 44px; align-items: center; justify-content: center; padding: .78rem 1.25rem; border-radius: 999px; color: #fff; background: var(--hako-blue); }
.public-news-lead .public-news-more:hover { color: #fff; background: var(--hako-petrol); }
.public-news-cards { display: grid; grid-template-columns: repeat(3,320px); justify-content: space-between; gap: 1.5rem; margin-top:3.875rem; }
.public-news-card { overflow: hidden; height: 440px; border: 1px solid rgba(23,66,140,.12); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(23,66,140,.08); }
.public-news-card__image { display: block; height: 199px; overflow: hidden; background: #edf4f6; }
.public-news-card__image img { width:100%; height:100%; object-fit:cover; }
.public-news-card__placeholder { display:block; width:100%; height:100%; object-fit:cover; background:#edf4f6 url('/Images/Hako/Keyvisual/hako-keyvisual.svg') center/cover no-repeat; }
.public-news-card__body { display:flex; height:239px; flex-direction:column; padding:22px 22px 20px; border-top: 4px solid var(--hako-green); color: #fff; background: linear-gradient(135deg,rgba(23,66,140,.96),rgba(32,119,124,.94)); }
.public-news-card time { display:flex; gap:.65rem; margin:.25rem 0 2rem; color:rgba(255,255,255,.88); font-size:.9rem; }
.public-news-card time i { color: #d4aa59; }
.public-news-card h3 { display:-webkit-box; min-height: 3.2rem; max-height: 4.14rem; margin:0 0 1.5rem; overflow:hidden; font-size:1.077rem; line-height:1.28; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.public-news-card .public-news-more { display: inline-flex; min-width: 100px; min-height: 45px; align-items: center; justify-content: center; align-self: center; margin-top:auto; padding: .75rem 1.5rem; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); text-align:center; }
.public-news-card .public-news-more:hover { color: var(--hako-blue); background: #fff; }
.public-home-about { position: relative; min-height:688px; padding: 4.45rem 0; color: #fff; background: var(--hako-blue); }
.public-home-about h2, .public-home-products h2 { margin: 0 0 1rem; font-size: 3rem; line-height: 1.15; }
.public-home-about h2 { color: #fff; }
.public-home-about h3 { margin: 0 0 1rem; color:#fff; font-size:1.75rem; }
.public-home-about .public-cms-content { max-width: none; color: rgba(255,255,255,.94); font-size:1rem; line-height:1.5; }
.public-home-about > .public-site-container { width:min(1186px,calc(100% - 2rem)); }
.public-home-about .public-cms-content :is(h1,h2,h3,h4,p,a,li) { color: inherit; }
.public-home-section-kicker { margin: 0 0 .65rem; color: var(--hako-petrol); font-size: .82rem; font-weight: 700; text-transform: uppercase; }
.public-home-about .public-home-section-kicker { color: rgba(255,255,255,.78); }
.public-home-more { display: inline-flex; margin-top: 1.5rem; padding: .8rem 1.1rem; border: 1px solid rgba(255,255,255,.7); border-radius: 6px; color: #fff; font-weight: 700; text-decoration: none; }
.public-home-more:hover { color: var(--hako-blue); background: #fff; }
.public-home-products { width:min(1248px,calc(100% - 2rem)); min-height:773px; margin:0 auto; padding-block: clamp(3rem,6vw,5.5rem); background: #fff; }
.public-home-products__header { max-width:42rem; margin-bottom:clamp(1.4rem,3vw,2.25rem); }
.public-home-products h2 { color: var(--hako-blue); }
.public-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,360px)); justify-content:center; gap: clamp(1rem,2vw,1.45rem); }
.public-product-card { display:grid; grid-template-rows:212px auto; min-height:460px; overflow: hidden; border: 1px solid rgba(23,66,140,.12); border-radius: 8px; background: #fff; box-shadow: 0 1rem 2.5rem rgba(23,66,140,.08); }
.public-product-card__media { position:relative; display: grid; place-items: center; min-height: 212px; overflow: hidden; background: linear-gradient(135deg,rgba(23,66,140,.1),rgba(78,159,45,.14)); }
.public-product-card__media::after { content:""; position:absolute; inset:auto 1.1rem 0; height:.35rem; background:var(--hako-green); }
.public-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.public-product-card__media span { color: var(--hako-blue); font-size: 4rem; font-weight: 700; }
.public-product-card__body { padding: 1.35rem; }
.public-product-card__count { margin:0 0 .45rem; color:var(--hako-petrol); font-size:.82rem; font-weight:700; }
.public-product-card h3 { margin: 0 0 1rem; color: var(--hako-blue); font-size:1.55rem; }
.public-product-card__links { display: flex; flex-wrap: wrap; gap: .55rem; }
.public-product-card__links a { padding: .45rem .75rem; border-radius: 999px; color: var(--hako-blue); background: rgba(23,66,140,.07); font-size: .9rem; font-weight: 700; text-decoration: none; }
.public-product-card__links a:hover { color: #fff; background: var(--hako-blue); }
.public-home-gallery { min-height:847px; padding: 5.5rem 0; color:#fff; background: var(--hako-blue); }
.public-home-gallery > .public-site-container > h2 { margin:0 0 3rem; color:#fff; font-size:3rem; }
.public-home-gallery__shell { width:calc(100% - 6rem); margin:0 auto; padding:1.5rem; }
.public-home-gallery__header { display:flex; align-items:end; justify-content:space-between; gap:1rem; margin-bottom:1.5rem; }
.public-home-gallery__header h3 { margin:0; color:#fff; font-size:2rem; }
.public-home-gallery__header p { margin:0; }
.public-home-gallery .public-gallery { grid-template-columns:repeat(4,1fr); gap:1rem; margin-top:0; }
.public-home-gallery .public-gallery a { height:272px; min-height:272px; border-radius:0; }
.public-home-gallery .public-gallery img { max-height:none; }
.public-home-gallery__more { margin-top:2.5rem; text-align:center; }
.public-home-gallery__more a { display:inline-flex; padding:.78rem 1.25rem; border-radius:6px; color:var(--hako-blue); background:#fff; font-weight:700; text-decoration:none; }
.public-home-contact { min-height:1029px; padding:5.5rem 0; background:linear-gradient(180deg,#fff 0%,#f7f9f6 100%); }
.public-home-contact > .public-site-container { padding-inline:2rem; }
.public-home-contact > .public-site-container > h2 { margin:0 0 2rem; color:var(--hako-blue); font-size:3rem; }
.public-home-contact .public-contact { margin:0; padding:0; border:0; }
.public-home-contact .public-contact > h2 { display:none; }
.public-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.public-section-heading h2 { margin: 0; font-size: 2.5rem; }
.public-section-heading h2 { color: var(--hako-blue); }
.public-section-heading a { color: var(--hako-petrol); font-weight: 700; }
.public-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.public-card { overflow: hidden; border-radius: .6rem; background: #fff; box-shadow: 0 6px 22px rgba(0,0,0,.08); }
.public-card__image { display: block; height: 220px; background: #ddd; }
.public-card__image img { width: 100%; height: 100%; object-fit: cover; }
.public-card__body { padding: 1.35rem; }
.public-card time, .public-news-article time { color: #666; font-size: .9rem; }
.public-card h2, .public-card h3 { margin: .55rem 0; line-height: 1.18; }
.public-card h2 a, .public-card h3 a { color: var(--hako-ink); text-decoration: none; }
.public-read-more { color: var(--hako-petrol); font-weight: 700; }
.public-pagination { display: flex; justify-content: center; gap: .5rem; margin-top: 2.5rem; }
.public-pagination a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ccc; border-radius: 50%; color: var(--hako-ink); text-decoration: none; }
.public-pagination a.active { color: #fff; border-color: var(--hako-blue); background: var(--hako-blue); }
.public-news-article { max-width: 900px; }
.public-news-article__image { width: 100%; max-height: 520px; margin-bottom: 2rem; object-fit: cover; border-radius: .6rem; }
.public-page-shell.public-events-page { width: min(1205px, calc(100% - 2rem)); padding-top: 1.75rem; }
.public-events-page > .public-section-kicker { margin: 0 0 .45rem; color: var(--hako-petrol); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.public-events-page > h2 { margin: 0 0 .8rem; color: var(--hako-blue); font-size: 2.6rem; }
.public-event-list { display: grid; gap: 1.6rem; }
.public-event-card { overflow: hidden; border: 1px solid #d9e1e7; border-radius: .65rem; background: #fff; box-shadow: 0 .35rem 1.5rem rgba(26, 51, 81, .06); }
.public-event-card__media { position: relative; display: block; height: clamp(360px, 53.5vw, 680px); overflow: hidden; background: #eef3f6; }
.public-event-card__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.public-event-card__date { position: absolute; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .55rem; padding: .65rem 1rem; border-radius: .5rem; color: var(--hako-blue); background: rgba(255,255,255,.94); font-size: 1.08rem; font-weight: 700; }
.public-event-card__date i { color: var(--hako-gold); }
.public-event-card__content { display: grid; gap: .55rem; padding: 1.1rem 1.2rem .9rem; }
.public-event-card__meta { color: #52647a; font-size: .88rem; }
.public-event-card__meta i { margin-right: .45rem; color: var(--hako-petrol); }
.public-event-card h4 { margin: 0; color: var(--hako-blue); font-size: 1.22rem; }
.public-event-card h4 a { color: inherit; text-decoration: none; }
.public-event-card__subtitle { color: #52647a; font-size: .98rem; }
.public-event-card__description { color: #3f5065; line-height: 1.45; }
.public-event-card__description p { margin: 0; }
.public-event-card__footer { display: flex; align-items: center; justify-content: space-between; padding: .95rem 1.2rem; border-top: 1px solid #e3e8ec; color: var(--hako-petrol); font-weight: 700; text-decoration: none; }
.public-page-shell.public-event-detail { width: min(1220px, calc(100% - 2rem)); padding-top: 2rem; }
.public-event-detail__back { display: flex; align-items: center; gap: .65rem; width: max-content; min-width: 220px; margin-bottom: 1.65rem; padding: .82rem 1.2rem; border: 1px solid var(--hako-blue); border-radius: .35rem; color: var(--hako-blue); font-size: .86rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.public-event-detail__date { display: flex; align-items: center; gap: .7rem; width: max-content; margin: 0 0 1.2rem; padding: .75rem 1rem; border-radius: .5rem; color: var(--hako-blue); background: #f4f8fb; font-size: 1.1rem; font-weight: 700; }
.public-event-detail__date i { color: var(--hako-gold); }
.public-event-detail__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.public-event-detail__panel { min-width: 0; padding: 1.15rem; border: 1px solid #d8dfe6; border-radius: .7rem; background: #fff; }
.public-event-detail__image { display: block; width: 100%; max-height: 500px; object-fit: cover; border-radius: .55rem; }
.public-event-detail__description { margin-top: 2.4rem; color: #3f5065; line-height: 1.55; }
.public-event-detail__description p { margin: 0; }
.public-event-detail__location h2, .public-event-registration h2 { margin: 0; color: #24364b; font-size: 1rem; font-weight: 400; }
.public-event-detail__location > p { margin: .9rem 0 1.25rem; }
.public-event-detail__map { display: block; width: 100%; min-height: 460px; border: 0; border-radius: .35rem; }
.public-event-registration { margin-top: 2.25rem; padding: 1.15rem; border: 1px solid #d8dfe6; border-radius: .7rem; }
.public-event-registration__form { display: grid; gap: 1.15rem; margin-top: 1.25rem; }
.public-event-registration__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.public-event-registration__form label:not(.public-event-registration__consent) { display: grid; gap: .4rem; font-weight: 400; }
.public-event-registration__form input:not([type=checkbox]):not([type=hidden]) { width: 100%; min-height: 48px; padding: .75rem; border: 1px solid #b9c3ce; border-radius: .3rem; font: inherit; }
.public-event-registration__form input:focus { outline: 3px solid rgba(23,66,140,.16); border-color: var(--hako-blue); }
.public-event-registration__consent { display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 1rem; color: #3f5065; font-size: .92rem; line-height: 1.35; cursor: pointer; }
.public-event-registration__consent > input { position: absolute; opacity: 0; pointer-events: none; }
.public-event-registration__switch { position: relative; display: flex; align-items: center; justify-content: space-around; width: 65px; height: 32px; border-radius: 18px; color: #52647a; background: #d9e0e7; font-size: .72rem; }
.public-event-registration__switch::after { position: absolute; left: 3px; width: 26px; height: 26px; border-radius: 50%; content: ""; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.2); transition: transform .2s; }
.public-event-registration__consent > input:checked + .public-event-registration__switch { color: #fff; background: var(--hako-petrol); }
.public-event-registration__consent > input:checked + .public-event-registration__switch::after { transform: translateX(33px); }
.public-event-registration__form button { justify-self: end; min-height: 48px; padding: .7rem 1.5rem; border: 0; border-radius: .4rem; color: #fff; background: var(--hako-blue); font: inherit; font-weight: 700; }
.public-event-registration__form button:disabled { color: #7a8796; background: #d6dde5; }
.public-event-registration__notice, .public-form-success, .public-form-error { margin: 1rem 0 0; padding: .85rem 1rem; border-radius: .35rem; background: #f4f8fb; }
.public-form-success { background: #dff2e4; }
.public-form-error { background: #f8dddd; }
.public-contact { margin-top: 3rem; padding-top: 3rem; border-top: 1px solid #ddd; }
.public-contact-form { display: grid; gap: 1rem; }
.public-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.public-contact-form label { display: grid; gap: .35rem; font-weight: 700; }
.public-contact-form input, .public-contact-form textarea { width: 100%; border: 1px solid #aaa; border-radius: .3rem; padding: .75rem; font: inherit; }
.public-contact-form input:focus, .public-contact-form textarea:focus { outline: 3px solid rgba(23,66,140,.2); border-color: var(--hako-blue); }
.public-contact-form .public-checkbox { display: flex; align-items: flex-start; gap: .65rem; font-weight: 400; }
.public-checkbox input { width: 1.2rem; height: 1.2rem; margin-top: .15rem; }
.public-contact-form .public-contact-consent { position: relative; display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 1rem; }
.public-contact-consent > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.public-contact-switch { position: relative; display: flex; align-items: center; justify-content: space-around; width: 65px; height: 32px; border-radius: 18px; color: #52647a; background: #d9e0e7; font-size: .72rem; }
.public-contact-switch::after { position: absolute; left: 3px; width: 26px; height: 26px; border-radius: 50%; content: ""; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.2); transition: transform .2s; }
.public-contact-consent > input:focus-visible + .public-contact-switch { outline: 3px solid rgba(23,66,140,.25); }
.public-contact-consent > input:checked + .public-contact-switch { color: #fff; background: var(--hako-petrol); }
.public-contact-consent > input:checked + .public-contact-switch::after { transform: translateX(33px); }
.public-contact-form button { justify-self: start; border: 0; border-radius: 6px; padding: .8rem 1.4rem; color: #fff; background: var(--hako-blue); font-weight: 700; }
.public-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.public-form-status { margin-bottom: 1rem; padding: 1rem; border-radius: .3rem; }
.public-form-status.success { background: #dff2e4; }
.public-form-status.error { background: #f8dddd; }
.legacy-static-content .site-header,
.legacy-static-content .sticky-wrapper,
.legacy-static-content .site-footer,
.legacy-static-content .hako-footer-keyvisual,
.legacy-static-content > .small-element-separator:last-of-type { display: none !important; }
.legacy-static-content .public-legal-page { min-height: 0; }
.legacy-static-widget { margin-top: 2rem; }
.public-page-shell { width:min(1248px,calc(100% - 2rem)); padding: 3rem 0 5rem; }
.public-insurance-page-shell { width: min(1250px, calc(100% - 2rem)); padding-top: 30px; }
.public-insurance-page-shell .public-subnavigation { margin-bottom: 54px; }
.public-insurance-page-shell > :is(.public-cms-content, .public-gallery, .public-insurance-files, .public-contact, .public-insurance-gallery-spacer) { margin-inline: 15px; }
.public-insurance-page-shell > .public-cms-content { font-size: 1rem; line-height: 1.5; }
.public-insurance-page-shell .obstbau-text h2 { margin: 0 0 8px; color: var(--hako-blue); font-size: 3rem; line-height: 1.15; }
.public-insurance-page-shell .obstbau-text p { margin: 0; }
.public-insurance-gallery-spacer { height: 55px; margin-top: 16px; margin-bottom: 0; color: transparent; font-size: 3rem; line-height: 1.15; }
.public-insurance-page-shell > .public-gallery { grid-template-columns: 1fr; margin-top: 72px; }
.public-insurance-page-shell > .public-gallery a { min-height: 0; border-radius: 0; background: transparent; }
.public-insurance-page-shell > .public-gallery img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; }
.public-insurance-files { margin-top: 32px; }
.public-insurance-files h4 { margin: 0; color: var(--hako-blue); font-size: 1.125rem; line-height: 1.4; }
.public-insurance-files__table { border: 1px solid #f4f4f4; font-size: .875rem; }
.public-insurance-files__table::before { display: block; height: 40px; border-bottom: 1px solid #f4f4f4; content: ""; }
.public-insurance-files__row { min-height: 50px; display: grid; grid-template-columns: 1fr 120px; align-items: center; border: 1px solid #f4f4f4; padding-left: 12px; }
.public-insurance-files__row:nth-child(odd) { background: rgba(0, 0, 0, .04); }
.public-insurance-files__actions { align-self: stretch; display: flex; align-items: center; justify-content: space-evenly; border-left: 1px solid #f4f4f4; }
.public-insurance-files__actions a { display: grid; place-items: center; width: 34px; height: 34px; color: #3a2e22; text-decoration: none; }
.public-insurance-page-shell > .public-contact { margin-top: 20px; padding-top: 0; border-top: 0; }
.public-insurance-page-shell > .public-contact h2 { margin: 0 0 8px; color: var(--hako-blue); font-size: 3rem; line-height: 1.15; }
.public-subnavigation { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.25rem; }
.public-subnavigation a { padding: .65rem 1rem; border: 1px solid #ccc; border-radius: 999px; color: var(--hako-ink); text-decoration: none; }
.public-subnavigation a:hover, .public-subnavigation a.active { border-color: var(--hako-blue); color: #fff; background: var(--hako-blue); }
.public-cms-content { font-size: 1.05rem; line-height: 1.7; overflow-wrap: anywhere; }
.public-cms-content img { max-width: 100%; height: auto; }
.public-cms-content iframe { max-width: 100%; }
.public-weather-page .public-cms-content iframe { display: block; margin-inline: auto; }
.public-cms-content .mobile-show { display: none; }
.public-cms-section + .public-cms-section { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid #ddd; }
.public-cms-content .committee-card { margin-bottom: 24px; padding: 24px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; font-size: 1rem; line-height: 1.5; }
.public-cms-content .committee-card h3 { margin: 0 0 18px; color: #153d8a; font-size: 1.2rem; line-height: 1.2; }
.public-cms-content .committee-list { margin: 0; padding: 0; list-style: none; }
.public-cms-content .committee-list li { padding: 12px 0; border-bottom: 1px solid #eee; }
.public-cms-content .committee-list li:last-child { border-bottom: 0; }
.public-cms-content .committee-list strong { display: block; margin-bottom: 3px; color: var(--hako-blue); font-weight: 700; }
.public-cms-content .committee-list span { display: block; color: #666; font-size: .92rem; line-height: 1.4; }
.public-files { margin-top: 2rem; }
.public-files ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.public-files a { display: flex; align-items: center; gap: .8rem; padding: .85rem 1rem; border: 1px solid #ddd; border-radius: .4rem; color: var(--hako-ink); text-decoration: none; }
.public-files a:hover { border-color: var(--hako-blue); color: var(--hako-blue); }
.public-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 2rem; }
.public-gallery a { overflow: hidden; min-height: 180px; border-radius: .5rem; background: var(--hako-muted); }
.public-gallery img { width: 100%; height: 100%; max-height: 320px; object-fit: cover; transition: transform .2s ease; }
.public-gallery a:hover img { transform: scale(1.025); }
.public-map { width: 100%; min-height: 380px; margin-top: 2.5rem; border: 0; }
.public-empty-state { padding: 2rem; border-radius: .5rem; background: var(--hako-muted); }
.public-footer-keyvisual { display: none; width: 100%; max-height: 6rem; object-fit: cover; object-position: center; }
.public-site-footer { color: #fff; background: var(--hako-blue); }
.public-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-block: 3rem; }
.public-site-footer address { margin: 0; font-style: normal; }
.public-site-footer a { color: #fff; }
.public-social-links { display: flex; justify-content: center; gap: 1rem; padding-bottom: 2rem; }
.public-social-links img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.public-footer-fineprint { background: rgba(10,45,92,.68); }
.public-footer-fineprint__inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .9rem; }
.public-footer-fineprint nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.public-cookie-notice { position: fixed; z-index: 3000; right: 1rem; bottom: 1rem; width: min(420px, calc(100% - 2rem)); padding: 1rem; border-radius: .5rem; color: #fff; background: #222; box-shadow: 0 8px 30px rgba(0,0,0,.3); }
.public-cookie-notice p { margin: 0 0 .75rem; }
.public-cookie-notice a { color: #fff; }
.public-cookie-notice button { border: 0; border-radius: .25rem; padding: .55rem .9rem; color: #fff; background: var(--hako-blue); }

@media (max-width: 991px) {
    .public-site-header__top { justify-content: center; min-height: 22px; text-align: center; }
    .public-header-tools { display: none; }
    .public-main-nav__inner { min-height: 80px; }
    .public-logo { display: none; }
    .public-home-hero { min-height: 532px; }
    .public-home-hero::after { background: rgba(255,255,255,.72); }
    .public-home-metrics__grid { grid-template-columns: repeat(2,1fr); }
    .public-nav-toggle { display: inline-flex; }
    .public-desktop-member { display: none !important; }
    body.public-menu-open { overflow: hidden; }
    .public-nav-links { position: fixed; z-index: 5000; inset: 0; width: 100%; height: 100dvh; margin: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 0; color: var(--hako-ink); background: #fff; box-shadow: none; }
    .public-nav-links.is-open { display: flex; }
    .public-mobile-menu__header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: .8rem 1.1rem; border-bottom: 1px solid rgba(23,66,140,.12); }
    .public-mobile-menu__header img { display: block; width: 132px; height: auto; }
    .public-mobile-menu__close { width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--hako-blue); font-size: 1.25rem; }
    .public-mobile-menu__tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; padding: 1rem 1rem .65rem; background: #f5f7f8; }
    .public-mobile-menu__tabs button { min-height: 46px; border: 0; border-radius: 999px; padding: .65rem .8rem; color: var(--hako-blue); background: transparent; font: inherit; font-weight: 700; }
    .public-mobile-menu__tabs button[aria-selected="true"] { color: #fff; background: var(--hako-blue); box-shadow: 0 .35rem 1rem rgba(23,66,140,.18); }
    .public-mobile-menu__tabs button[hidden] { display: none; }
    .public-menu-panel { min-height: 0; flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: .65rem 1rem calc(1.25rem + env(safe-area-inset-bottom)); }
    .public-menu-panel[hidden] { display: none; }
    .public-menu-panel--public, .public-menu-panel--member { align-items: stretch; flex-direction: column; gap: .3rem; }
    .public-menu-panel--public:not([hidden]), .public-menu-panel--member:not([hidden]) { display: flex; }
    .public-nav-links .nav-link, .public-login-link, .public-menu-panel--member > a, .public-menu-panel--member > button { min-height: 52px; margin: 0; display: flex; align-items: center; gap: .85rem; border: 0; border-bottom: 1px solid rgba(23,66,140,.1); border-radius: 0; padding: .8rem .65rem; color: var(--hako-blue); background: transparent; font: inherit; font-size: 1.02rem; font-weight: 700; text-align: left; text-decoration: none; white-space: normal; }
    .public-nav-links .nav-link.active { color: var(--hako-petrol); background: rgba(32,119,124,.07); }
    .public-login-link { justify-content: center; margin-top: .8rem; border: 0; border-radius: 6px; color: #fff; background: var(--hako-blue); }
    .public-menu-panel--member > :is(a,button) i { width: 1.3rem; color: var(--hako-petrol); text-align: center; }
}

@media (max-width: 720px) {
    .public-site-header__top { min-height: 36px; }
    .public-main-nav__inner { min-height: 68px; }
    .public-page-hero { min-height: 98px; padding: 0 0 1.35rem; background-position: center, right -8rem bottom, center; }
    .public-page-hero h1 { max-width: none; font-size: clamp(1.75rem, 8.3vw, 2rem); }
    .public-cms-content .mobile-hide { display: none; }
    .public-cms-content .mobile-show { display: block; }
    .public-insurance-page-shell { padding-top: 24px; }
    .public-insurance-page-shell .public-subnavigation { margin-bottom: 36px; }
    .public-insurance-page-shell > :is(.public-cms-content, .public-gallery, .public-insurance-files, .public-contact, .public-insurance-gallery-spacer) { margin-inline: 0; }
    .public-insurance-page-shell .obstbau-text h2,
    .public-insurance-page-shell > .public-contact h2 { font-size: 2.25rem; }
    .public-insurance-gallery-spacer { height: 42px; font-size: 2.25rem; }
    .public-insurance-page-shell > .public-gallery { margin-top: 40px; }
    .public-insurance-files__row { grid-template-columns: 1fr 92px; }
    .public-site-header__top > span { font-size: .75rem; }
    .public-footer-grid { grid-template-columns: 1fr; }
    .public-form-row { grid-template-columns: 1fr; }
    .public-events-page > h2 { font-size: 2rem; }
    .public-event-card__media { height: 54vw; min-height: 230px; }
    .public-event-detail__layout { grid-template-columns: 1fr; }
    .public-event-detail__back { min-width: 0; }
    .public-event-registration__row { grid-template-columns: 1fr; }
    .public-event-registration__consent { grid-template-columns: 66px 1fr; }
    .public-event-detail__map { min-height: 300px; }
    .public-footer-fineprint__inner { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
    .public-home-hero { min-height: 524px; }
    .public-home-hero::after { background: rgba(255,255,255,.86); }
    .public-home-hero__content { min-width: 0; text-align: left; }
    .public-home-hero__content > p:first-child,
    .public-home-hero h1,
    .public-home-hero__content > p:nth-of-type(2),
    .public-home-hero__actions { width: 100%; max-width: 100%; }
    .public-home-hero h1 { font-size: clamp(1.8rem, 8.8vw, 2.25rem); overflow-wrap: normal; word-break: normal; }
    .public-home-hero__content > p:nth-of-type(2) { font-size: 1rem; line-height: 1.5; }
    .public-home-hero__content > p { text-align: left; word-spacing: normal; }
    .public-home-hero__actions { align-items: stretch; flex-direction: column; gap: .35rem; margin-top: 1.5rem; }
    .public-home-hero__actions a { justify-content: center; width: 100%; padding-inline: 1rem; }
    .public-home-hero__actions a:not(:first-child) { background: transparent; }
    .public-home-metrics__grid { grid-template-columns: 1fr; }
    .public-home-metrics__grid > div { min-width: 0; padding-inline: .5rem; }
    .public-home-metrics__grid span { max-width: 100%; overflow-wrap: anywhere; }
    .public-home-news > .public-site-container { padding-inline: 0; }
    .public-home-news > .public-site-container > h2 { margin: 0 0 2.5rem 1rem; font-size: 2rem; }
    .public-news-lead { min-height: 0; padding: 0 1.75rem; }
    .public-news-lead h3 { font-size: 1.125rem; line-height: 1.2; }
    .public-news-lead p { text-align: left; }
    .public-news-lead h3,
    .public-news-lead h3 a { max-width: 100%; overflow-wrap: anywhere; }
    .public-news-cards { grid-template-columns: minmax(0, 1fr); gap: 1rem; margin-top: 2rem; }
    .public-news-card { width: min(100%,320px); min-width: 0; justify-self: center; }
    .public-cms-content [style*="grid-template-columns: repeat(3"] { grid-template-columns: minmax(0, 1fr) !important; }
    .public-cms-content [style*="grid-template-columns: repeat(3"] > * { min-width: 0 !important; }
    .public-header-tools > a:not(.public-header-mail) { display: none; }
    .public-home-signature__inner { grid-template-columns: 1fr; }
    .public-home-signature__brand img { width: min(180px,55vw); }
    .public-home-signature__mountains { grid-template-columns: repeat(3,1fr); }
    .public-product-grid { grid-template-columns: 1fr; }
    .public-home-gallery .public-gallery { grid-template-columns: 1fr; }
    .public-home-gallery__shell { width:100%; padding-inline:0; }
}

@media (min-width: 721px) and (max-width: 1100px) {
    .public-home-signature__inner { grid-template-columns: 150px 1fr; }
    .public-home-signature__mountains { display: none; }
    .public-news-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .public-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .public-home-gallery .public-gallery { grid-template-columns: repeat(2,1fr); }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .public-main-nav__inner { gap:1rem; }
    .public-logo img { width:132px; }
    .public-nav-links { margin-right:0; }
    .public-nav-links .nav-link { padding-inline:.35rem; font-size:.8rem; }
    .public-login-link { margin-left:0; padding-inline:.8rem; font-size:.9rem; }
}
