body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
:root{
 --hf-green:#79bd39;
 --hf-green-dark:#4d8b25;
 --hf-sand:#f0f0e5;
 --hf-blue:#6c879b;
 --hf-blue-dark:#526d80;
 --hf-brown:#8d573d;
 --hf-ink:#252a2d;
 --hf-muted:#6d7477;
 --hf-line:#e6e8e8;
 --hf-white:#fff;
 --hf-max:1180px;
 --hf-shadow:0 14px 35px rgba(25,32,35,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--hf-ink);background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65}
img{max-width:100%;height:auto}
a{color:inherit}
.hf-container{width:min(calc(100% - 36px),var(--hf-max));margin-inline:auto}
.hf-skip{position:absolute;left:-9999px}
.hf-skip:focus{left:12px;top:12px;z-index:1000;padding:10px;background:#fff}

.hf-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);box-shadow:0 2px 16px rgba(0,0,0,.09);backdrop-filter:blur(8px)}
.hf-header__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.hf-logo{display:block;width:210px;height:auto}
.hf-menu{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.hf-menu>li>a,.hf-menu>li>strong{display:block;padding:10px 12px;text-decoration:none;font-size:.94rem;font-weight:600}
.hf-menu>li>a:hover,.hf-menu>li>a:focus,.hf-menu>li.active>strong{color:var(--hf-green-dark)}
.hf-menu__toggle{display:none;border:0;background:transparent;font-size:26px;line-height:1;cursor:pointer}

.hf-hero{min-height:670px;display:grid;place-items:center;color:#fff;text-align:center;background:
linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.65)),
url('../../files/hf-halver/img/hero-placeholder.jpg') center/cover no-repeat}
.hf-hero__inner{width:min(860px,calc(100% - 32px));padding:110px 0 90px}
.hf-hero h1{font-size:clamp(2.2rem,5.2vw,4.7rem);line-height:1.04;margin:.1em 0 .3em;letter-spacing:-.025em}
.hf-hero p{font-size:clamp(1rem,2vw,1.25rem);max-width:760px;margin:0 auto 28px}
.hf-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:800}
.hf-btn{display:inline-block;border:0;border-radius:3px;background:var(--hf-green);color:#fff!important;padding:11px 22px;text-decoration:none;font-weight:750;transition:.2s}
.hf-btn:hover,.hf-btn:focus{background:var(--hf-green-dark);transform:translateY(-1px)}
.hf-btn--light{background:#fff;color:var(--hf-ink)!important}
.hf-btn--light:hover{background:#f3f3f3}

.hf-section{padding:78px 0}
.hf-section--sand{background:var(--hf-sand)}
.hf-section--dark{background:#202629;color:#fff}
.hf-section--blue{background:var(--hf-blue);color:#fff}
.hf-section__head{max-width:800px;margin:0 auto 40px;text-align:center}
.hf-section__head h2{margin:0 0 10px;font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.1}
.hf-section__head p{margin:0;color:var(--hf-muted)}
.hf-section--blue .hf-section__head p,.hf-section--dark .hf-section__head p{color:rgba(255,255,255,.82)}

.hf-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.hf-card{background:#fff;border:1px solid var(--hf-line);box-shadow:0 8px 25px rgba(0,0,0,.06);overflow:hidden}
.hf-card__media{aspect-ratio:16/9;background:#dfe5e5;overflow:hidden}
.hf-card__media img{width:100%;height:100%;object-fit:cover}
.hf-card__body{padding:22px}
.hf-card__date{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--hf-muted)}
.hf-card h3{font-size:1.25rem;line-height:1.2;margin:8px 0}
.hf-card p{margin:0 0 15px;color:#555}

.hf-sport-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hf-sport{position:relative;min-height:210px;display:flex;align-items:flex-end;overflow:hidden;background:#e4e7e5;color:#fff;text-decoration:none;box-shadow:var(--hf-shadow)}
.hf-sport::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.7))}
.hf-sport__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#b9c6c8,#637982)}
.hf-sport__body{position:relative;z-index:1;padding:20px}
.hf-sport h3{margin:0 0 4px;font-size:1.18rem}
.hf-sport span{font-size:.86rem;opacity:.9}

.hf-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.hf-cta{min-height:360px;padding:45px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;background:
linear-gradient(180deg,rgba(60,120,155,.55),rgba(40,90,110,.88)),
url('../../files/hf-halver/img/hero-placeholder.jpg') center/cover}
.hf-cta--brown{background:
linear-gradient(180deg,rgba(160,90,60,.45),rgba(105,55,35,.9)),
url('../../files/hf-halver/img/hero-placeholder.jpg') center/cover}
.hf-cta h2{font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.05;margin:0 0 10px}
.hf-cta p{max-width:540px}

.hf-sponsor-grid{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap}
.hf-sponsor{width:150px;height:90px;display:grid;place-items:center;background:#fff;border:1px solid #dfe2e0;color:#666;font-weight:700}
.hf-memberships{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-top:35px}
.hf-membership{width:150px;height:100px;border:4px solid var(--hf-green);border-radius:50%;display:grid;place-items:center;text-align:center;background:#fff;color:#303638;font-weight:800;padding:10px}
.hf-membership--vdh{border-radius:0;transform:rotate(0deg);border-color:#dc3644;color:#dc3644;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}

.hf-footer{background:#202629;color:#fff;padding:58px 0 22px}
.hf-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px}
.hf-footer h2,.hf-footer h3{margin-top:0}
.hf-footer a{color:rgba(255,255,255,.78);text-decoration:none}
.hf-footer a:hover{color:#fff}
.hf-footer__logo{width:205px;filter:brightness(0) invert(1)}
.hf-footer__bottom{margin-top:42px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);font-size:.82rem;color:rgba(255,255,255,.62);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

.hf-page{padding:72px 0}
.hf-page__header{max-width:850px;margin:0 auto 45px;text-align:center}
.hf-page__header h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.1;margin:0 0 12px}
.hf-page__header p{color:var(--hf-muted)}
.hf-richtext{max-width:850px;margin:0 auto}
.hf-richtext h2{margin-top:2.2em;line-height:1.15}
.hf-richtext h3{margin-top:1.8em}
.hf-richtext img{display:block;margin:25px auto}
.hf-richtext blockquote{border-left:5px solid var(--hf-green);margin:25px 0;padding:12px 24px;background:var(--hf-sand)}

.hf-sport-detail{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.hf-sport-detail__media{min-height:360px;background:linear-gradient(135deg,#c6d0d0,#71858b);box-shadow:var(--hf-shadow)}
.hf-sport-detail__body h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin-top:0}

.hf-person-grid,.hf-dog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.hf-person,.hf-dog{background:#fff;border:1px solid var(--hf-line);box-shadow:0 7px 22px rgba(0,0,0,.06);padding:20px}
.hf-person__photo,.hf-dog__photo{aspect-ratio:1/1;background:linear-gradient(135deg,#d9dfdd,#8a9997);margin:-20px -20px 18px}
.hf-person h2,.hf-dog h2{font-size:1.25rem;line-height:1.2;margin:0 0 5px}
.hf-meta{font-size:.9rem;color:var(--hf-muted)}
.hf-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.hf-tag{font-size:.76rem;background:var(--hf-sand);padding:3px 8px;border-radius:20px}

.hf-timeline{max-width:900px;margin:auto;position:relative}
.hf-timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#d9dfdd}
.hf-timeline__item{width:50%;padding:0 35px 45px;position:relative}
.hf-timeline__item:nth-child(even){margin-left:50%}
.hf-timeline__item::before{content:"";position:absolute;top:4px;right:-7px;width:12px;height:12px;border-radius:50%;background:var(--hf-green);border:3px solid #fff;box-shadow:0 0 0 1px #ccd3d1}
.hf-timeline__item:nth-child(even)::before{left:-7px;right:auto}
.hf-timeline__year{font-weight:800;color:var(--hf-green-dark);letter-spacing:.08em}
.hf-timeline__item h2{margin:.2em 0;font-size:1.4rem}

.hf-pagination{display:flex;justify-content:center;gap:8px;margin-top:35px}
.hf-pagination a,.hf-pagination strong{padding:7px 11px;border:1px solid var(--hf-line);text-decoration:none}
.hf-pagination strong{background:var(--hf-green);color:#fff;border-color:var(--hf-green)}

.hf-table-wrap{overflow-x:auto}
.hf-table{width:100%;border-collapse:collapse}
.hf-table th,.hf-table td{padding:10px 12px;border-bottom:1px solid var(--hf-line);text-align:left}
.hf-table th{background:var(--hf-sand)}

.hf-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.hf-gallery__item{aspect-ratio:1/1;background:#dfe5e2;overflow:hidden}
.hf-gallery__item img{width:100%;height:100%;object-fit:cover}

.hf-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.hf-contact-card{padding:30px;background:var(--hf-sand)}
.hf-contact-card h2{margin-top:0}

@media(max-width:900px){
 .hf-menu{position:absolute;left:18px;right:18px;top:78px;display:none;flex-direction:column;align-items:stretch;background:#fff;padding:10px;box-shadow:var(--hf-shadow)}
 .hf-menu.is-open{display:flex}
 .hf-menu__toggle{display:block}
 .hf-news-grid{grid-template-columns:1fr 1fr}
 .hf-sport-grid{grid-template-columns:1fr 1fr}
 .hf-person-grid,.hf-dog-grid{grid-template-columns:1fr 1fr}
 .hf-footer__grid{grid-template-columns:1fr 1fr}
 .hf-sport-detail,.hf-contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
 .hf-container{width:min(calc(100% - 24px),var(--hf-max))}
 .hf-header__inner{min-height:70px}
 .hf-logo{width:165px}
 .hf-hero{min-height:560px}
 .hf-section,.hf-page{padding:55px 0}
 .hf-news-grid,.hf-sport-grid,.hf-person-grid,.hf-dog-grid{grid-template-columns:1fr}
 .hf-cta-grid{grid-template-columns:1fr}
 .hf-cta{min-height:320px;padding:30px}
 .hf-footer__grid{grid-template-columns:1fr}
 .hf-footer__bottom{display:block}
 .hf-gallery{grid-template-columns:1fr 1fr}
 .hf-timeline::before{left:10px}
 .hf-timeline__item,.hf-timeline__item:nth-child(even){width:100%;margin-left:0;padding-left:38px;padding-right:0}
 .hf-timeline__item::before,.hf-timeline__item:nth-child(even)::before{left:3px;right:auto}
}

