*{box-sizing:border-box}html{height:100%}body{min-height:100%;display:flex;flex-direction:column;overflow-x:hidden;margin:0;background:#c0c0c0;color:#000;font-family:Arial,sans-serif}main{flex:1 0 auto}footer{flex-shrink:0}a{color:inherit}img{max-width:100%;height:auto}h1,h2,h3{font-family:Arial Black,Arial,sans-serif;line-height:1.08}h1{font-size:clamp(2.5rem,7vw,6rem)}h2{font-size:clamp(1.7rem,4vw,3.2rem)}p{line-height:1.65}.eyebrow{color:#ff69b4;font-weight:bold;letter-spacing:.08em}.nh-header{position:relative;top:0;z-index:1100;display:flex;align-items:center;gap:1rem;padding:12px 5vw;background:#ff69b4;border-bottom:4px solid #000}.nh-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;font-family:Arial Black,Arial}.nh-brand img{width:42px;height:42px;object-fit:cover;border:4px solid #000}.nh-nav{display:flex;gap:1.3rem;margin-left:auto}.nh-nav a,.nh-footer a{text-decoration:none}.nh-header-cta,.nh-button{display:inline-flex;align-items:center;gap:.4rem;background:#ff69b4;color:#000;border:4px solid #000;box-shadow:6px 6px 0 #000;padding:.8rem 1rem;text-decoration:none;font-weight:bold}.nh-burger{display:none;position:relative;width:42px;height:42px;border:4px solid #000;background:#fffdf4;z-index:1101}.nh-burger span{position:absolute;left:50%;top:50%;width:22px;height:2px;margin-left:-11px;margin-top:-1px;transition:transform .25s,opacity .25s;background:#000}.nh-burger span:nth-child(1){transform:translateY(-7px)}.nh-burger span:nth-child(3){transform:translateY(7px)}.nh-burger.is-open span:nth-child(1){transform:rotate(45deg)}.nh-burger.is-open span:nth-child(2){opacity:0}.nh-burger.is-open span:nth-child(3){transform:rotate(-45deg)}section,.nh-legal{padding:clamp(3rem,7vw,7rem) 8vw}.nh-hero{min-height:72vh;display:grid;align-items:center;grid-template-columns:1fr 1fr;gap:2rem;background:linear-gradient(90deg,rgba(10,10,15,.9),rgba(10,10,15,.28)),url(../nh-pics/y2k-hero.jpg) center/cover}.nh-hero>div{max-width:680px}.nh-hero em{color:#ff69b4;font-style:normal}.nh-hero>img{width:100%;height:100%;min-height:420px;object-fit:cover;border:4px solid #000;box-shadow:6px 6px 0 #000}.nh-intro,.split,.nh-contact{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,6rem);align-items:center}.split img,.nh-contact img{width:100%;max-height:520px;object-fit:cover;border:4px solid #000;box-shadow:6px 6px 0 #000}.nh-icons,.nh-timeline{background:#fffdf4}.nh-icons>div,.nh-services,.nh-tabs>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.nh-card,.nh-service,.nh-tabs article{padding:1.4rem;border:4px solid #000;box-shadow:6px 6px 0 #000;background:#fff}.nh-card i,.nh-service i{font-size:2rem;color:#87ceeb}.nh-gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.nh-gallery>div:first-child{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.nh-gallery img{height:280px;width:100%;object-fit:cover;border:4px solid #000}.nh-steps ol{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:0;list-style:none}.nh-steps li,.nh-timeline article{padding:1.5rem;border-bottom:4px solid #000}.nh-faq details{border-bottom:4px solid #000;padding:1rem 0}.nh-faq summary{font-weight:bold;cursor:pointer}.nh-cta{text-align:center;background:#87ceeb;color:#000}.nh-page-hero{max-width:950px}.nh-center{text-align:center;margin:auto}.nh-form{padding:2rem;background:#fffdf4;border:4px solid #000;box-shadow:6px 6px 0 #000}.nh-form label{display:block;margin:1rem 0;font-weight:bold}input,textarea{display:block;width:100%;margin-top:.4rem;padding:.75rem;background:#fff;color:#000;border:2px solid #000;font:inherit}.form-status{min-height:1.5rem;color:#ff69b4}.nh-legal{max-width:980px;margin:auto}.nh-legal section{padding:1.3rem 0;border-bottom:4px solid #000}.nh-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem 5vw;background:#000;color:#fff}.nh-footer h3{color:#87ceeb;font-size:1rem}.nh-footer a{display:block;margin:.45rem 0}.nh-footer small{grid-column:1/-1;border-top:1px solid #555;padding-top:1rem}.nh-cookies{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:1200;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:720px;padding:1rem;background:#fffdf4;color:#000;border:4px solid #000;box-shadow:6px 6px 0 #000}.nh-cookies p{margin:0}.nh-cookies button{padding:.6rem 1rem;border:4px solid #000;background:#ff69b4;font-weight:bold}@media(max-width:768px){.nh-header{flex-wrap:wrap}.nh-burger{display:block;margin-left:auto}.nh-header-cta{display:none}.nh-nav{display:none;order:4;width:100%;margin:0;padding:1rem 0;flex-direction:column;background:#ff69b4;position:relative;z-index:1090}.nh-nav.is-open{display:flex}.nh-hero,.split,.nh-contact,.nh-gallery{grid-template-columns:1fr}.nh-hero{padding:4rem 8vw;min-height:620px}.nh-hero>img{min-height:280px}.nh-icons>div,.nh-services,.nh-tabs>div,.nh-steps ol{grid-template-columns:1fr 1fr}.nh-footer{grid-template-columns:1fr 1fr}}@media(max-width:360px){.nh-icons>div,.nh-services,.nh-tabs>div,.nh-steps ol,.nh-footer{grid-template-columns:1fr}.nh-brand span{font-size:.78rem}.nh-cookies{align-items:flex-start;flex-direction:column}}
.nh-hero--y2k{grid-template-columns:1fr;text-align:center;background:linear-gradient(135deg,#87ceeb,#c0c0c0,#ffc6e5)}.nh-chrome-frame{max-width:760px;margin:auto;padding:2rem;border:6px ridge #fff;background:linear-gradient(135deg,#fff,#c0c0c0,#fff);box-shadow:0 0 0 5px #ff69b4,0 12px 0 #719bb3}.nh-hero--y2k>img{width:min(100%,900px);height:360px;margin:auto;border:6px ridge #fff}

/* readability: header/footer contrast */
a{color:inherit}
.nh-header a,.nh-brand,.nh-nav a{color:#000000}
.nh-header-cta,.nh-button{background:#87ceeb;color:#000000}
.nh-footer{color:#ffffff}
.nh-footer a{color:#ffffff}
.nh-footer a:hover{color:#87ceeb}
.nh-footer h3{color:#ff69b4}
.nh-footer .nh-brand,.nh-footer .nh-brand span{color:#ffffff}

.nh-header a:link,.nh-header a:visited,.nh-brand:link,.nh-brand:visited,.nh-nav a:link,.nh-nav a:visited{color:#000000}
.nh-header-cta:link,.nh-header-cta:visited{background:#87ceeb;color:#000000}
.nh-footer a:link,.nh-footer a:visited,.nh-footer .nh-brand:link,.nh-footer .nh-brand:visited{color:#ffffff}


/* Y2K structural layout */
.nh-header--y2k{position:relative;border:2px solid var(--ink);border-width:0 0 2px}.nh-header--y2k .nh-header-cta{box-shadow:3px 3px 0 var(--ink);border-radius:999px}.nh-stagger{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;padding:clamp(3rem,8vw,7rem) 8vw;align-items:start;background:linear-gradient(135deg,var(--bg),var(--paper))}.nh-stagger article{padding:1.5rem;border:2px solid var(--ink);border-radius:1.25rem;background:var(--paper);box-shadow:5px 5px 0 var(--accent);position:relative}.nh-stagger article:before{content:'✦';position:absolute;right:.7rem;top:.5rem;color:var(--accent)}.nh-stagger article:nth-child(2){margin-top:3rem}.nh-stagger article:nth-child(3){margin-top:1rem}.nh-stagger article:nth-child(4){margin-top:4rem}.nh-cup-split{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2rem,7vw,8rem);padding:0 8vw 7rem}.nh-cup-split img{width:100%;height:500px;object-fit:cover;border-radius:50% 50% 1rem 1rem;border:3px solid var(--ink)}.nh-chips{display:flex;gap:1rem;align-items:stretch;padding:3rem 8vw;background:var(--ink);color:var(--paper);overflow:auto}.nh-chips>p{align-self:center;font-size:1.5rem;color:var(--accent)}.nh-chips article{flex:1;min-width:190px;display:grid;gap:.6rem;padding:1rem 1.2rem;border:2px solid var(--paper);border-radius:999px}.nh-faq details{border:2px solid var(--ink);border-radius:1.5rem;padding:1rem 1.4rem;margin:1rem 0;background:var(--paper)}.nh-footer--y2k{grid-template-columns:repeat(3,1fr)}.nh-footer--y2k small{grid-column:1/-1}@media(max-width:768px){.nh-stagger{grid-template-columns:1fr 1fr}.nh-stagger article:nth-child(n){margin-top:0}.nh-cup-split{grid-template-columns:1fr;padding:3rem 8vw}.nh-footer--y2k{grid-template-columns:1fr}.nh-header--y2k .nh-nav{display:none}.nh-header--y2k .nh-nav.is-open{display:flex}}

/* cookie banner visibility */
.nh-cookies{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:9999;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:720px;margin:auto;padding:1rem 1.2rem}
.nh-cookies[hidden]{display:none!important}

/* footer legal links inline — no broken middots */
.nh-footer a{display:block}
.nh-legal-inline{display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:center;margin:.75rem 0}
.nh-legal-inline a{display:inline!important;margin:0!important}
.nh-footer small .nh-legal-inline,
.nh-footer .legal-inline{display:flex}
footer nav a{display:inline}
.rp-footer nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center}
.rp-footer nav a{display:inline}

