.hh-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s var(--ease-out),backdrop-filter .4s var(--ease-out),border-color .4s var(--ease-out);border-bottom:1px solid transparent}.hh-header.is-scrolled{background:#0a0a0ad9;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom-color:#f5f1e814}.hh-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:78px;color:var(--bone)}.hh-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--bone)}.hh-brand__mark{font-family:var(--display);font-weight:900;font-size:1.85rem;line-height:1;letter-spacing:-.02em;padding:.15em .45em;border:2px solid var(--bone);color:var(--bone);background:transparent;display:inline-block;transition:background .3s var(--ease-out),color .3s var(--ease-out)}.hh-brand:hover .hh-brand__mark{background:var(--signal);border-color:var(--signal);color:var(--ink)}.hh-brand__amp{color:var(--signal);margin-inline:.05em;transition:color .3s var(--ease-out)}.hh-brand:hover .hh-brand__amp{color:var(--ink)}.hh-brand__name{display:flex;flex-direction:column;line-height:1.1}.hh-brand__name>span:first-child{font-family:var(--display);font-weight:700;font-size:1.05rem;text-transform:uppercase;letter-spacing:.04em}.hh-brand__sub{font-size:.65rem;opacity:.7}.hh-nav ul{display:flex;gap:2.25rem;list-style:none}.hh-nav a{font-family:var(--mono);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bone);position:relative;padding:.5rem 0;transition:color .2s var(--ease-out)}.hh-nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--signal);transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease-out)}.hh-nav a:hover:after{transform:scaleX(1);transform-origin:left}.hh-header__actions{display:flex;align-items:center;gap:1.25rem}.hh-call{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mono);font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--bone);opacity:.85;transition:opacity .2s var(--ease-out),color .2s var(--ease-out)}.hh-call:hover{opacity:1;color:var(--signal)}.hh-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--signal);color:var(--ink);font-family:var(--display);font-weight:700;font-size:.92rem;text-transform:uppercase;letter-spacing:.06em;padding:.7rem 1.25rem;border:2px solid var(--signal);position:relative;transition:transform .2s var(--ease-out),background .2s var(--ease-out),color .2s var(--ease-out)}.hh-cta:hover{background:transparent;color:var(--signal);transform:translateY(-1px)}.hh-burger{display:none;color:var(--bone);padding:.4rem}.hh-drawer{position:fixed;inset:78px 0 0;background:var(--ink);padding:2.5rem var(--pad-x) 3rem;display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 78px);overflow-y:auto}.hh-drawer ul{list-style:none;display:flex;flex-direction:column;gap:.25rem}.hh-drawer a{display:flex;align-items:baseline;gap:1rem;padding:1rem 0;font-family:var(--display);font-weight:700;font-size:2.5rem;text-transform:uppercase;color:var(--bone);border-bottom:1px solid rgba(245,241,232,.08);transition:color .2s var(--ease-out),padding .2s var(--ease-out)}.hh-drawer a:hover{color:var(--signal);padding-left:.5rem}.hh-drawer__num{font-size:.75rem;color:var(--olive-bright)}.hh-drawer__foot{display:flex;flex-direction:column;gap:1rem;padding-top:2rem}.hh-drawer__call{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mono);color:var(--bone);opacity:.8;font-size:.95rem}.hh-drawer .hh-cta{align-self:flex-start}@media(max-width:1024px){.hh-call span{display:none}}@media(max-width:880px){.hh-nav,.hh-header__actions{display:none}.hh-burger{display:inline-flex;align-items:center;justify-content:center}.hh-brand__sub{display:none}}.hh-hero{position:relative;min-height:100vh;min-height:100dvh;color:var(--bone);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:var(--ink)}.hh-hero__bg{position:absolute;inset:0;z-index:0}.hh-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:contrast(1.05) saturate(.92) brightness(.78);animation:heroPan 18s var(--ease-in-out) both}@keyframes heroPan{0%{transform:scale(1.08)}to{transform:scale(1)}}.hh-hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0ad9,#0a0a0a4d 28%,#0a0a0a8c 65%,#0a0a0af2)}.hh-hero__vignette{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 40%,transparent 35%,rgba(10,10,10,.55) 100%);mix-blend-mode:multiply}.hh-hero__meta{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding-top:110px;padding-bottom:.5rem;gap:1rem;flex-wrap:wrap;font-size:.7rem;color:var(--bone);opacity:.75;border-bottom:1px dashed rgba(245,241,232,.18);padding-bottom:1rem}.hh-hero__live{display:inline-flex;align-items:center;gap:.5rem;color:var(--olive-bright);opacity:1;white-space:nowrap}.hh-hero__pulse{width:8px;height:8px;border-radius:50%;background:var(--signal);box-shadow:0 0 #ff5d1fb3;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff5d1f99}70%{box-shadow:0 0 0 12px #ff5d1f00}to{box-shadow:0 0 #ff5d1f00}}.hh-hero__content{position:relative;z-index:2;align-self:center;padding-block:clamp(2.5rem,6vw,5rem);max-width:1100px}.hh-hero__eyebrow{display:inline-block;color:var(--olive-bright);margin-bottom:1.5rem}.hh-hero__title{font-size:clamp(3.5rem,12vw,11.5rem);letter-spacing:-.02em;margin-bottom:1.75rem}.hh-hero__title em{font-style:italic;color:var(--signal);font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:0}.hh-hero__title-2{display:inline-block;padding-left:clamp(1rem,6vw,6rem);color:var(--bone)}.hh-hero__title-3{display:inline-block;padding-left:clamp(2rem,12vw,12rem);color:var(--bone-2);-webkit-text-stroke:1px var(--bone-2);color:transparent}.hh-hero__lede{font-size:clamp(1rem,1.4vw,1.18rem);max-width:520px;color:var(--bone);opacity:.85;line-height:1.55;margin-bottom:2rem}.hh-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hh-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 1.5rem;font-family:var(--display);font-weight:700;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;border:2px solid transparent;transition:transform .2s var(--ease-out),background .25s var(--ease-out),color .25s var(--ease-out),border-color .25s var(--ease-out)}.hh-btn--primary{background:var(--signal);color:var(--ink);border-color:var(--signal)}.hh-btn--primary:hover{background:transparent;color:var(--signal);transform:translateY(-2px)}.hh-btn--ghost{background:transparent;color:var(--bone);border-color:var(--bone)}.hh-btn--ghost:hover{background:var(--bone);color:var(--ink);transform:translateY(-2px)}.hh-btn--ink{background:var(--ink);color:var(--bone);border-color:var(--ink)}.hh-btn--ink:hover{background:var(--signal);border-color:var(--signal);color:var(--ink);transform:translateY(-2px)}.hh-hero__strip{position:relative;z-index:2;background:#0a0a0a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(245,241,232,.12)}.hh-hero__strip-inner{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:2rem;align-items:center;padding-block:1.5rem}.hh-hero__strip-cell{display:flex;flex-direction:column;gap:.25rem;padding-right:1.5rem;border-right:1px dashed rgba(245,241,232,.15)}.hh-hero__strip-cell:nth-child(3){border-right:0}.hh-hero__strip-cell .mono{color:var(--olive-bright);font-size:.7rem;opacity:.85}.hh-hero__strip-cell strong{font-size:1.1rem;font-weight:700;letter-spacing:.01em;color:var(--bone)}.hh-hero__scroll{display:inline-flex;align-items:center;gap:.5rem;color:var(--bone);opacity:.8;font-size:.7rem;transition:opacity .2s var(--ease-out)}.hh-hero__scroll:hover{opacity:1;color:var(--signal)}.hh-hero__scroll-icon{width:26px;height:26px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;animation:scrollCue 1.8s ease-in-out infinite}@media(max-width:880px){.hh-hero__strip-inner{grid-template-columns:1fr 1fr}.hh-hero__strip-cell:nth-child(3){grid-column:1 / 3;border-right:0;border-top:1px dashed rgba(245,241,232,.15);padding-top:1rem}.hh-hero__scroll{display:none}}@media(max-width:600px){.hh-hero{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.hh-hero__meta{order:1}.hh-hero__bg{order:2}.hh-hero__content{order:3}.hh-hero__strip{order:4}.hh-hero__meta{position:relative;background:var(--ink);padding-top:92px;padding-bottom:.85rem;border-bottom:0;font-size:.65rem}.hh-hero__bg{position:relative;inset:auto;width:100%;height:auto;flex:0 0 auto;overflow:hidden}.hh-hero__bg img{width:100%;height:auto;object-fit:contain;object-position:center center;display:block;filter:contrast(1.05) saturate(1.05) brightness(.97);animation:none;transform:none}.hh-hero__scrim{background:linear-gradient(180deg,transparent 0%,transparent 78%,rgba(10,10,10,.45) 100%)}.hh-hero__vignette{display:none}.hh-hero__content{flex:1 1 auto;align-self:stretch;background:var(--ink);padding-top:clamp(1.75rem,6vw,2.5rem);padding-bottom:clamp(1.5rem,5vw,2rem)}.hh-hero__title{font-size:clamp(2.75rem,11vw,4.5rem)}.hh-hero__title-2{padding-left:0}.hh-hero__title-3{padding-left:.5em}.hh-hero__strip{background:var(--ink);backdrop-filter:none;-webkit-backdrop-filter:none;border-top-color:#f5f1e814}.hh-hero__strip-inner{grid-template-columns:1fr}.hh-hero__strip-cell{border-right:0;border-bottom:1px dashed rgba(245,241,232,.15);padding-bottom:.75rem;padding-right:0}.hh-hero__strip-cell:last-of-type{border-bottom:0}}.hh-marquee{background:var(--bone);border-block:1px solid rgba(10,10,10,.1);overflow:hidden;padding-block:1.5rem}.hh-marquee__track{display:flex;gap:3rem;width:max-content;animation:marqueeScroll 38s linear infinite}.hh-marquee:hover .hh-marquee__track{animation-play-state:paused}.hh-marquee__item{display:inline-flex;align-items:center;gap:1.5rem;font-size:clamp(1.4rem,3vw,2.4rem);font-weight:700;letter-spacing:.01em;color:var(--ink);white-space:nowrap;text-transform:uppercase}.hh-marquee__dot{width:10px;height:10px;border-radius:50%;background:var(--signal);flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hh-about{background:var(--bone);color:var(--ink);position:relative;overflow:hidden}.hh-about:before{content:"ABOUT";position:absolute;top:50%;right:-8%;transform:translateY(-50%);font-family:var(--display);font-weight:900;font-size:clamp(14rem,32vw,30rem);line-height:1;color:var(--ink);opacity:.025;pointer-events:none;z-index:0}.hh-about__inner{display:grid;grid-template-columns:5fr 4fr;gap:clamp(2rem,6vw,5rem);align-items:start;position:relative;z-index:1}.hh-about__head{position:sticky;top:100px}.hh-about__eyebrow{display:inline-flex;align-items:center;gap:.75rem;color:var(--olive-dark);margin-bottom:1.5rem}.hh-about__bar{display:inline-block;width:24px;height:1px;background:var(--signal)}.hh-about__title{font-size:clamp(2.5rem,6vw,5.5rem);letter-spacing:-.02em;line-height:.92}.hh-about__highlight{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--signal);letter-spacing:-.01em;text-transform:lowercase}.hh-about__body{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem}.hh-about__lede{font-size:clamp(1.15rem,1.6vw,1.35rem);line-height:1.55;color:var(--ink);font-weight:500}.hh-about__copy{font-size:1rem;line-height:1.75;color:var(--charcoal)}.hh-about__quote{position:relative;margin-top:1rem;padding:2rem 2rem 1.75rem;background:var(--ink);color:var(--bone);border-left:4px solid var(--signal)}.hh-about__quote-mark{position:absolute;top:1.25rem;right:1.25rem;color:var(--olive-bright);opacity:.7}.hh-about__quote blockquote{display:flex;flex-direction:column;gap:1rem}.hh-about__quote blockquote p{font-size:clamp(1.25rem,2vw,1.85rem);font-weight:600;line-height:1.15;letter-spacing:-.01em}.hh-about__quote footer{color:var(--olive-bright);font-size:.78rem}.hh-about__badge{position:absolute;bottom:-40px;left:8%;width:200px;height:200px;display:grid;place-items:center;pointer-events:none}.hh-about__badge svg{position:absolute;inset:0;width:100%;height:100%;animation:badgeSpin 22s linear infinite}.hh-about__badge-text{font-family:var(--mono);font-size:12.5px;font-weight:600;letter-spacing:.18em;fill:var(--ink);text-transform:uppercase}.hh-about__badge-core{display:flex;flex-direction:column;align-items:center;gap:.1rem;background:var(--signal);color:var(--ink);width:96px;height:96px;border-radius:50%;justify-content:center;text-align:center;z-index:2;position:relative}.hh-about__badge-core .mono{font-size:.6rem;letter-spacing:.12em}.hh-about__badge-core strong{font-size:1.5rem;line-height:1}@keyframes badgeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:880px){.hh-about__inner{grid-template-columns:1fr}.hh-about__head{position:static}.hh-about__badge{position:relative;top:0;right:0;align-self:center;margin:1.5rem auto 0}}.hh-services{background:var(--ink);color:var(--bone);position:relative}.hh-services__head{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:end;margin-bottom:clamp(3rem,6vw,5rem)}.hh-services__eyebrow{display:inline-flex;align-items:center;gap:.75rem;color:var(--olive-bright)}.hh-services__bar{display:inline-block;width:24px;height:1px;background:var(--signal)}.hh-services__title{font-size:clamp(2.5rem,7vw,6.5rem);letter-spacing:-.02em;line-height:.92;text-align:right}.hh-services__title-2{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--olive-bright);text-transform:lowercase;letter-spacing:-.01em}.hh-services__grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hh-services__card{background:var(--charcoal);border:1px solid rgba(245,241,232,.06);padding:2rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:background .35s var(--ease-out),transform .35s var(--ease-out),border-color .35s var(--ease-out);position:relative;overflow:hidden;min-height:460px}.hh-services__card:before{content:"";position:absolute;inset:auto -40% -40% auto;width:60%;aspect-ratio:1;background:radial-gradient(circle,var(--signal) 0%,transparent 65%);opacity:0;transition:opacity .5s var(--ease-out);pointer-events:none}.hh-services__card:hover{background:var(--charcoal-2);transform:translateY(-4px);border-color:var(--olive-dark)}.hh-services__card:hover:before{opacity:.18}.hh-services__card-top{display:flex;justify-content:space-between;align-items:flex-start}.hh-services__num{font-size:3.5rem;font-weight:800;line-height:1;color:var(--olive-bright);opacity:.7}.hh-services__icon{width:56px;height:56px;display:grid;place-items:center;border:1px solid rgba(245,241,232,.18);color:var(--bone);background:#ffffff05;transition:background .3s var(--ease-out),color .3s var(--ease-out),border-color .3s var(--ease-out)}.hh-services__card:hover .hh-services__icon{background:var(--signal);color:var(--ink);border-color:var(--signal)}.hh-services__card-title{font-size:clamp(1.5rem,2.4vw,2rem);letter-spacing:-.01em;line-height:1.05}.hh-services__card-body{color:#f5f1e8b3;line-height:1.6;font-size:.95rem}.hh-services__points{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px dashed rgba(245,241,232,.1)}.hh-services__points li{display:flex;align-items:center;gap:.75rem;font-family:var(--mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--bone);opacity:.75}.hh-services__tick{width:14px;height:1px;background:var(--signal);flex-shrink:0}.hh-services__link{display:inline-flex;align-items:center;gap:.4rem;color:var(--olive-bright);font-size:.7rem;margin-top:.5rem;transition:color .2s var(--ease-out),gap .2s var(--ease-out)}.hh-services__link:hover{color:var(--signal);gap:.7rem}@media(max-width:1024px){.hh-services__grid{grid-template-columns:1fr 1fr}.hh-services__card:nth-child(3){grid-column:1 / -1}}@media(max-width:720px){.hh-services__head{grid-template-columns:1fr}.hh-services__title{text-align:left}.hh-services__grid{grid-template-columns:1fr}.hh-services__card:nth-child(3){grid-column:auto}.hh-services__card{min-height:0}}.hh-stats{background:var(--bone);color:var(--ink);border-top:1px solid rgba(10,10,10,.08);border-bottom:1px solid rgba(10,10,10,.08)}.hh-stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}.hh-stat{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;border-right:1px dashed rgba(10,10,10,.18)}.hh-stat:last-child{border-right:0}.hh-stat:first-child{padding-left:0}.hh-stat__num{color:var(--olive-dark);font-size:.7rem;opacity:.8}.hh-stat__value{font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:.95;color:var(--ink);letter-spacing:-.02em}.hh-stat__value span{color:var(--signal)}.hh-stat__label{font-size:.95rem;color:var(--charcoal);opacity:.85;line-height:1.4}@media(max-width:880px){.hh-stats__grid{grid-template-columns:1fr 1fr}.hh-stat:nth-child(2){border-right:0}.hh-stat:nth-child(1),.hh-stat:nth-child(2){border-bottom:1px dashed rgba(10,10,10,.18);padding-bottom:1.5rem}.hh-stat:nth-child(3),.hh-stat:nth-child(4){padding-top:1.5rem}.hh-stat:nth-child(3){padding-left:0}}@media(max-width:520px){.hh-stats__grid{grid-template-columns:1fr}.hh-stat{border-right:0;border-bottom:1px dashed rgba(10,10,10,.18);padding:1.25rem 0}.hh-stat:last-child{border-bottom:0}}.hh-process{background:var(--bone);color:var(--ink);position:relative}.hh-process__head{display:grid;grid-template-columns:1fr 1.6fr;gap:clamp(2rem,5vw,5rem);align-items:end;margin-bottom:clamp(3rem,6vw,5rem)}.hh-process__eyebrow{grid-column:1;display:inline-flex;align-items:center;gap:.75rem;color:var(--olive-dark)}.hh-process__bar{display:inline-block;width:24px;height:1px;background:var(--signal)}.hh-process__title{grid-column:1;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.02em;line-height:.92;margin-top:.75rem}.hh-process__title-2{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--signal);text-transform:lowercase;letter-spacing:-.01em}.hh-process__lede{grid-column:2;font-size:1.05rem;line-height:1.7;color:var(--charcoal);max-width:460px;justify-self:end;text-align:right}.hh-process__steps{list-style:none;display:flex;flex-direction:column;gap:0;position:relative}.hh-process__step{display:grid;grid-template-columns:80px 1fr;gap:2rem;position:relative}.hh-process__step-rail{position:relative;display:flex;justify-content:center}.hh-process__step-rail:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#0a0a0a2e;transform:translate(-50%)}.hh-process__step:first-child .hh-process__step-rail:before{top:36px}.hh-process__step:last-child .hh-process__step-rail:before{bottom:calc(100% - 36px)}.hh-process__step-dot{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--bone);position:relative;z-index:2;margin-top:8px;border:4px solid var(--bone);box-shadow:0 0 0 1px var(--ink);transition:background .3s var(--ease-out),transform .3s var(--ease-out)}.hh-process__step:hover .hh-process__step-dot{background:var(--signal);color:var(--ink);transform:scale(1.05)}.hh-process__step-body{padding-block:0 clamp(2.5rem,5vw,4rem);display:flex;flex-direction:column;gap:.75rem;max-width:620px}.hh-process__step-num{font-size:.85rem;font-weight:700;color:var(--olive-dark);letter-spacing:.1em}.hh-process__step-title{font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-.01em;line-height:1}.hh-process__step-text{font-size:1rem;line-height:1.65;color:var(--charcoal)}@media(max-width:720px){.hh-process__head{grid-template-columns:1fr}.hh-process__lede{grid-column:1;justify-self:start;text-align:left}.hh-process__step{grid-template-columns:56px 1fr;gap:1.25rem}.hh-process__step-dot{width:44px;height:44px}}.hh-cta-section{background:var(--ink);color:var(--bone);padding-block:clamp(5rem,12vw,9rem);position:relative;overflow:hidden}.hh-cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 30%,rgba(142,138,82,.18) 0%,transparent 55%),radial-gradient(ellipse at 15% 85%,rgba(255,93,31,.1) 0%,transparent 55%);pointer-events:none}.hh-cta-section__inner{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hh-cta-section__eyebrow{color:var(--olive-bright);display:inline-block;letter-spacing:.18em;font-size:.78rem}.hh-cta-section__title{font-size:clamp(4rem,14vw,13rem);line-height:.85;letter-spacing:-.03em;margin-block:.5rem 1.5rem}.hh-cta-section__title em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--signal);letter-spacing:-.02em}.hh-cta-section__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hh-cta-section__rule{width:100%;height:1px;margin-top:3rem;background:linear-gradient(90deg,transparent,rgba(245,241,232,.25),transparent)}.hh-contact{background:var(--bone);color:var(--ink);border-top:1px solid rgba(10,10,10,.08)}.hh-contact__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2rem,6vw,5rem);align-items:start}.hh-contact__info{display:flex;flex-direction:column;gap:1.5rem}.hh-contact__eyebrow{display:inline-flex;align-items:center;gap:.75rem;color:var(--olive-dark)}.hh-contact__bar{display:inline-block;width:24px;height:1px;background:var(--signal)}.hh-contact__title{font-size:clamp(2.5rem,5.5vw,4.75rem);line-height:.95;letter-spacing:-.02em}.hh-contact__title-2{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;color:var(--signal);text-transform:lowercase;letter-spacing:-.01em}.hh-contact__lede{color:var(--charcoal);line-height:1.65;font-size:1.05rem;max-width:460px}.hh-contact__list{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-top:.75rem;padding-top:1.5rem;border-top:1px dashed rgba(10,10,10,.18)}.hh-contact__list li{display:grid;grid-template-columns:44px 1fr;gap:1rem;align-items:start}.hh-contact__icon{width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--bone);display:grid;place-items:center;flex-shrink:0}.hh-contact__list li>div{display:flex;flex-direction:column;gap:.15rem}.hh-contact__list .mono{color:var(--olive-dark);font-size:.7rem}.hh-contact__list a,.hh-contact__list address{font-style:normal;font-size:1.05rem;font-weight:500;color:var(--ink);line-height:1.45;transition:color .2s var(--ease-out)}.hh-contact__list a:hover{color:var(--signal)}.hh-contact__form{background:var(--ink);color:var(--bone);padding:clamp(1.75rem,4vw,3rem);display:flex;flex-direction:column;gap:1.25rem;border-top:4px solid var(--signal)}.hh-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.hh-field{display:flex;flex-direction:column;gap:.4rem}.hh-field .mono{font-size:.7rem;color:var(--olive-bright);letter-spacing:.08em}.hh-field input,.hh-field textarea{background:transparent;border:none;border-bottom:1px solid rgba(245,241,232,.25);padding:.75rem 0;color:var(--bone);font-size:1.05rem;font-family:var(--body);transition:border-color .25s var(--ease-out);resize:vertical}.hh-field input::placeholder,.hh-field textarea::placeholder{color:#f5f1e859}.hh-field input:focus,.hh-field textarea:focus{outline:none;border-bottom-color:var(--signal)}.hh-field textarea{min-height:130px;line-height:1.5}.hh-contact__submit{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem;align-items:flex-start}.hh-contact__submit .hh-btn--ink{background:var(--signal);border-color:var(--signal);color:var(--ink)}.hh-contact__submit .hh-btn--ink:hover{background:transparent;color:var(--signal)}.hh-contact__submit .hh-btn--ink:disabled{opacity:.6;cursor:not-allowed}.hh-contact__msg{font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.hh-contact__msg--err{color:#ff8b6f}.hh-contact__msg--ok{color:var(--olive-bright)}@media(max-width:880px){.hh-contact__inner,.hh-field-row{grid-template-columns:1fr}}.hh-footer{background:var(--ink-2);color:var(--bone);position:relative;padding-top:clamp(3.5rem,7vw,5.5rem)}.hh-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:clamp(1.75rem,4vw,4rem);padding-bottom:3rem}.hh-footer__brand{display:flex;flex-direction:column;gap:1rem;max-width:320px}.hh-footer__mark{font-family:var(--display);font-weight:900;font-size:5rem;line-height:.85;letter-spacing:-.04em;color:var(--bone)}.hh-footer__mark span{color:var(--signal)}.hh-footer__tag{color:#f5f1e8b3;line-height:1.55;font-size:.95rem}.hh-footer__col h4{margin-bottom:1.25rem;color:var(--olive-bright);font-size:.7rem}.hh-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.85rem}.hh-footer__col li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;color:#f5f1e8d9}.hh-footer__col li svg{margin-top:4px;color:var(--olive-bright);flex-shrink:0}.hh-footer__col a{color:#f5f1e8d9;transition:color .2s var(--ease-out)}.hh-footer__col a:hover{color:var(--signal)}.hh-footer__col strong{color:var(--bone);font-weight:600}.hh-footer__col li>span:first-child{width:100%;display:block;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase;color:#f5f1e880}.hh-footer__col li{flex-direction:column;gap:.1rem}.hh-footer__col:nth-of-type(2) li{flex-direction:row;gap:.6rem;align-items:flex-start}.hh-footer__col:nth-of-type(2) li>span:first-child{width:auto;font-size:inherit;letter-spacing:normal;text-transform:none;color:#f5f1e8d9}.hh-footer__sitemap a{font-family:var(--mono);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}.hh-footer__rule{border-top:1px solid rgba(245,241,232,.1);border-bottom:1px solid rgba(245,241,232,.1);text-align:center;padding-block:clamp(1.5rem,4vw,3rem);overflow:hidden}.hh-footer__rule span{display:inline-block;font-size:clamp(2.5rem,12vw,11rem);line-height:.9;letter-spacing:.02em;color:var(--bone);background:linear-gradient(180deg,var(--bone) 0%,rgba(245,241,232,.15) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:900;text-transform:uppercase;white-space:nowrap}.hh-footer__base{padding-block:1.5rem 2rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.7rem;color:#f5f1e88c}@media(max-width:1024px){.hh-footer__inner{grid-template-columns:1fr 1fr}.hh-footer__brand{grid-column:1 / -1}}@media(max-width:600px){.hh-footer__inner{grid-template-columns:1fr}.hh-footer__base{flex-direction:column}}.hh-scrolltop{position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:90;width:48px;height:48px;border-radius:50%;background:var(--ink);color:var(--bone);display:grid;place-items:center;border:1px solid rgba(245,241,232,.15);box-shadow:0 8px 24px #0a0a0a40;transition:background .25s var(--ease-out),color .25s var(--ease-out),transform .25s var(--ease-out)}.hh-scrolltop:hover{background:var(--signal);color:var(--ink);transform:translateY(-2px)}:root{--ink: #0a0a0a;--ink-2: #141412;--charcoal: #1c1c19;--charcoal-2: #26261f;--bone: #f5f1e8;--bone-2: #ebe5d4;--cream: #faf6ec;--olive: #8e8a52;--olive-bright: #a8a25a;--olive-dark: #4d4a2c;--signal: #ff5d1f;--signal-deep: #d8431a;--rust: #b54320;--display: "Big Shoulders Display", "Arial Black", sans-serif;--body: "Manrope", -apple-system, system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--max-w: 1440px;--pad-x: clamp(1.25rem, 4vw, 4rem);--section-y: clamp(4rem, 10vw, 8rem);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:90px;-webkit-text-size-adjust:100%}body{font-family:var(--body);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bone);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit;color:inherit}::selection{background:var(--signal);color:var(--bone)}.display{font-family:var(--display);font-weight:800;line-height:.88;letter-spacing:-.01em;text-transform:uppercase}.mono{font-family:var(--mono);font-weight:500;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--pad-x)}.section{padding-block:var(--section-y)}.grain{position:relative}.grain:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.06;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.9'/></svg>");z-index:1}.grain>*{position:relative;z-index:2}@keyframes scrollCue{0%{transform:translateY(-4px);opacity:.4}50%{transform:translateY(8px);opacity:1}to{transform:translateY(-4px);opacity:.4}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid var(--signal);outline-offset:3px;border-radius:2px}
