/* Original HZY hero photo generated for this project. */
.hero-art {
  background: linear-gradient(90deg, rgba(10, 29, 20, .88) 0%, rgba(17, 45, 29, .62) 35%, rgba(15, 40, 25, .08) 70%), url('assets/hzy-pumpkin-seeds-hero.png') center / cover no-repeat;
}
.hero-art > * { display: none; }
@media (max-width: 900px) { .hero-art { opacity: 1; background-position: 62% center; } }
@media (max-width: 620px) { .hero-art { background-position: 59% center; } }

/* Use the official HZY logo from the legacy company website. */
.site-header .brand {
  width: 190px;
  height: 62px;
  flex: 0 0 190px;
  background: url('assets/hzy-legacy-logo.png') center / contain no-repeat;
}
.site-header .brand > * { display: none; }
@media (max-width: 620px) {
  .site-header .brand { width: 145px; height: 50px; flex-basis: 145px; }
}

/* Four-column footer inspired by the reference layout, with HZY content. */
.reference-footer{display:block;padding:0;background:#fff;color:#151515}
.footer-main{display:grid;grid-template-columns:1.15fr .85fr 1.15fr .75fr;gap:clamp(34px,5vw,82px);padding:58px max(6vw,42px) 44px;align-items:start}
.reference-footer h2{margin:0 0 17px;font:500 clamp(24px,2vw,32px)/1.1 var(--sans);letter-spacing:-.03em}
.footer-logo{display:block;width:205px}.footer-logo img{display:block;width:100%;height:auto}
.footer-brand-column>p{max-width:260px;margin:18px 0;color:#666;font-size:13px}
.footer-socials{display:flex;gap:12px}.footer-socials a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #d6d6d6;border-radius:50%;font-size:14px;font-weight:700}
.footer-links{display:grid;gap:7px}.footer-links a:before{content:'›';margin-right:8px;color:#17442e;font-weight:700}.footer-links a{font-size:14px}
.footer-contact{display:grid;gap:14px}.footer-contact p{margin:0}.footer-contact strong{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#718071}.footer-contact a,.footer-contact span{display:block;margin-top:3px;font-size:13px;line-height:1.45}
.footer-qr-column img{display:block;width:145px;height:145px}.footer-qr-column p{margin:9px 0 0;font-size:11px;color:#666}
.footer-bottom{padding:13px max(6vw,42px);background:#101010;color:#fff;text-align:center}.footer-languages{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:11px}.footer-bottom>p{margin:8px 0 0;color:#ddd;font-size:11px}
@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr}.footer-qr-column img{width:130px;height:130px}}
@media(max-width:620px){
  .footer-main{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:24px 22px;padding:28px 20px 24px}
  .footer-brand-column{grid-column:1/-1;display:grid;grid-template-columns:160px 1fr;gap:8px 20px;align-items:center}
  .footer-logo{width:160px;grid-row:1/3}
  .footer-brand-column>p{margin:0;max-width:240px;font-size:11px;line-height:1.45}
  .footer-socials{gap:8px}.footer-socials a{width:34px;height:34px;font-size:12px}
  .reference-footer h2{margin-bottom:11px;font-size:21px}
  .footer-links{gap:4px}.footer-links a{font-size:12px}
  .footer-contact{gap:9px}.footer-contact strong{font-size:9px}.footer-contact a,.footer-contact span{font-size:11px;line-height:1.35}
  .footer-qr-column{grid-column:1/-1;display:grid;grid-template-columns:112px 1fr;column-gap:16px;align-items:center}
  .footer-qr-column h2{grid-column:2;grid-row:1;margin:0;align-self:end}
  .footer-qr-column img{grid-column:1;grid-row:1/3;width:112px;height:112px}
  .footer-qr-column p{grid-column:2;grid-row:2;margin:5px 0 0;align-self:start}
  .footer-bottom{padding:11px 20px}.footer-languages{gap:10px;font-size:10px}.footer-bottom>p{margin-top:5px;font-size:9px}
}
@media(max-width:420px){
  .footer-main{grid-template-columns:1fr;gap:22px;padding:25px 18px 22px}
  .footer-brand-column,.footer-qr-column{grid-column:1}
  .footer-brand-column{grid-template-columns:145px 1fr;gap:7px 14px}.footer-logo{width:145px}
}
