body{background:#faf9f5;color:#141413;font:14px -apple-system,BlinkMacSystemFont,sans-serif;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:var(--sans);font-size:16px;line-height:1.6;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.2;margin:0;text-wrap:balance}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}button{font:inherit}:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.hg-container{margin:0 auto;max-width:var(--container-max);padding:0 1rem}@media (min-width:768px){.hg-container{padding:0 2rem}}.hg-btn{align-items:center;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:.875rem 1.75rem;transition:background .2s var(--ease),color .2s var(--ease);white-space:nowrap}.hg-btn-cta{background:var(--secondary);color:var(--secondary-foreground)}.hg-btn-cta:hover{background:#746744}.hg-btn-outline-light{background:transparent;border-color:var(--primary-foreground);color:var(--primary-foreground)}.hg-btn-outline-light:hover{background:var(--primary-foreground);color:var(--primary)}.hg-btn-xl{font-size:1rem;padding:1rem 2rem}.hg-section{overflow:hidden;padding:4rem 0;position:relative}@media (min-width:768px){.hg-section{padding:6rem 0}}.hg-section-inner{position:relative;z-index:1}.hg-header{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(40,30%,97%,.95);border-bottom:1px solid var(--border);left:0;position:fixed;right:0;top:0;z-index:50}.hg-header__inner{align-items:center;display:flex;gap:1.5rem;height:64px;justify-content:space-between}@media (min-width:1024px){.hg-header__inner{height:88px}}.hg-header__logo img{height:36px;width:auto}@media (min-width:1024px){.hg-header__logo img{height:46px}}.hg-nav{align-items:center;display:none;gap:1.75rem;margin-left:auto}@media (min-width:1024px){.hg-nav{display:flex}}.hg-nav__item{position:relative}.hg-nav__link{align-items:center;background:none;border:0;color:rgba(28,59,48,.78);cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;gap:.35rem;letter-spacing:.08em;padding:.5rem 0;text-transform:uppercase;transition:color .2s var(--ease)}.hg-nav__link:hover{color:var(--foreground)}.hg-nav__chev{fill:none;height:9px;stroke:currentColor;stroke-width:2.5;transition:transform .2s var(--ease);width:9px}.hg-nav__item.is-open .hg-nav__chev,.hg-nav__item:focus-within .hg-nav__chev,.hg-nav__item:hover .hg-nav__chev{transform:rotate(180deg)}.hg-nav__panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);left:-1rem;min-width:16rem;opacity:0;padding:.5rem;position:absolute;top:100%;transform:translateY(4px);transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s;visibility:hidden}.hg-nav__item.is-open .hg-nav__panel,.hg-nav__item:focus-within .hg-nav__panel,.hg-nav__item:hover .hg-nav__panel{opacity:1;transform:translateY(0);visibility:visible}.hg-nav__panel a{border-radius:var(--radius);color:var(--muted-foreground);display:block;font-size:.875rem;padding:.55rem .75rem}.hg-nav__panel a:hover{background:var(--muted);color:var(--foreground)}.hg-header__aside{align-items:center;display:none;gap:1.25rem}@media (min-width:1024px){.hg-header__aside{display:flex}}.hg-header__tel{color:var(--foreground);font-size:.8125rem;font-weight:600;letter-spacing:.06em}.hg-header__menu{background:none;border:0;cursor:pointer;display:flex;flex-direction:column;gap:4px;margin-left:auto;padding:.5rem}.hg-header__menu span{background:var(--foreground);display:block;height:2px;width:22px}@media (min-width:1024px){.hg-header__menu{display:none}}.hg-mobile{background:var(--background);inset:0;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem;position:fixed;z-index:60}.hg-mobile[hidden]{display:none}.hg-mobile__close{background:none;border:0;color:var(--foreground);cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:1.25rem;top:1rem}.hg-mobile nav{display:flex;flex-direction:column;gap:.15rem;margin-top:3.5rem}.hg-mobile nav a{border-radius:var(--radius);font-weight:500;padding:.7rem .75rem}.hg-mobile nav a:hover{background:var(--muted)}.hg-mobile h4{color:var(--secondary);font-family:var(--sans);font-size:.7rem;letter-spacing:.14em;margin:1.25rem 0 .35rem;padding-left:.75rem;text-transform:uppercase}.hg-rail{background:var(--primary);color:var(--primary-foreground);padding:1.75rem 0}.hg-rail__grid{display:grid;gap:1.5rem 0;grid-template-columns:1fr 1fr}@media (min-width:900px){.hg-rail__grid{grid-template-columns:repeat(4,1fr)}}.hg-rail__item{padding:0 1rem;text-align:center}@media (min-width:900px){.hg-rail__item+.hg-rail__item{border-left:1px solid hsla(40,30%,95%,.16)}}.hg-rail__num{align-items:center;display:flex;font-family:var(--serif);font-size:1.6rem;font-variant-numeric:tabular-nums;gap:.4rem;justify-content:center;line-height:1.1}@media (min-width:768px){.hg-rail__num{font-size:1.875rem}}.hg-rail__lbl{color:hsla(40,30%,95%,.6);font-size:.6875rem;letter-spacing:.12em;margin-top:.3rem;text-transform:uppercase}.hg-rail__stars{color:var(--secondary);display:inline-flex;gap:2px}.hg-rail__stars svg{height:16px;width:16px}.hg-team__overlay{background:hsla(40,15%,94%,.95)}.hg-team__grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:80rem}@media (min-width:640px){.hg-team__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.hg-team__grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}.hg-team__card{display:block;text-align:center}.hg-team__photo{aspect-ratio:3/4;background:var(--muted);border-radius:.5rem;margin-bottom:.75rem;overflow:hidden;position:relative}@media (min-width:768px){.hg-team__photo{border-radius:.75rem;margin-bottom:1rem}}.hg-team__photo img{height:100%;object-fit:cover;object-position:top;transition:transform .5s var(--ease);width:100%}.hg-team__card:hover .hg-team__photo img{transform:scale(1.05)}.hg-team__grad{background:linear-gradient(0deg,rgba(28,59,48,.6),transparent);inset:0;opacity:0;position:absolute;transition:opacity .3s var(--ease)}.hg-team__card:hover .hg-team__grad{opacity:1}.hg-team__name{color:var(--primary);font-family:var(--serif);font-size:1rem;margin-bottom:.15rem}@media (min-width:768px){.hg-team__name{font-size:1.125rem}}.hg-team__role{color:var(--secondary);font-size:.6875rem;font-weight:500;letter-spacing:.02em;margin-bottom:.4rem}@media (min-width:768px){.hg-team__role{font-size:.75rem}}.hg-team__bio{color:var(--muted-foreground);display:none;font-size:.75rem;line-height:1.55}@media (min-width:640px){.hg-team__bio{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:3.48em;overflow:hidden}}.hg-ins__all{border-bottom:1px solid rgba(132,117,77,.4);color:var(--secondary);font-size:.8125rem;letter-spacing:.1em;padding-bottom:3px;text-transform:uppercase}.hg-faq{background:var(--muted)}.hg-faq__list{margin:0 auto;max-width:52rem}.hg-faq__item{border-bottom:1px solid var(--border)}.hg-faq__q{align-items:center;background:none;border:0;color:var(--foreground);cursor:pointer;display:flex;font-family:var(--serif);font-size:1.0625rem;gap:1.5rem;justify-content:space-between;line-height:1.35;padding:1.35rem .25rem;text-align:left;width:100%}@media (min-width:768px){.hg-faq__q{font-size:1.1875rem;padding:1.5rem .25rem}}.hg-faq__q:hover{color:var(--secondary)}.hg-faq__sign{fill:none;flex-shrink:0;height:18px;stroke:var(--secondary);stroke-width:2;transition:transform .25s var(--ease);width:18px}.hg-faq__item.is-open .hg-faq__sign{transform:rotate(45deg)}.hg-faq__a{display:none;padding:0 3rem 1.5rem .25rem}.hg-faq__item.is-open .hg-faq__a{display:block}.hg-faq__a p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.75;max-width:44rem}.hg-faq__a p+p{margin-top:.9rem}.hg-cta{background:var(--secondary);padding:3rem 0;text-align:center}@media (min-width:768px){.hg-cta{padding:4.5rem 0}}.hg-cta h2{color:var(--primary);font-size:1.75rem;margin-bottom:1rem}@media (min-width:1024px){.hg-cta h2{font-size:2.5rem}}.hg-cta p{color:rgba(28,59,48,.8);font-size:1rem;margin:0 auto 2rem;max-width:36rem}.hg-cta .hg-btn{background:var(--primary);color:var(--primary-foreground)}.hg-cta .hg-btn:hover{background:#142922}.hg-footer{background:var(--primary);color:var(--primary-foreground);padding:3.5rem 0 0}.hg-footer__cols{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:640px){.hg-footer__cols{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hg-footer__cols{gap:3rem;grid-template-columns:1.4fr 1fr 1fr 1fr}}.hg-footer__logo{height:44px;margin-bottom:1rem;width:auto}.hg-footer__tagline{color:hsla(40,30%,95%,.72);font-family:var(--serif);font-size:1.125rem;font-style:italic;margin-bottom:1.25rem}.hg-footer__addr{color:hsla(40,30%,95%,.6);font-size:.875rem;line-height:1.8}.hg-footer__addr a{border-bottom:1px solid hsla(40,30%,95%,.2)}.hg-footer__addr a:hover{border-bottom-color:var(--secondary);color:var(--secondary)}.hg-footer h4{color:hsla(40,30%,95%,.95);font-family:var(--sans);font-size:.6875rem;font-weight:500;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.hg-footer__nav{display:flex;flex-direction:column;gap:.65rem}.hg-footer__nav a{color:hsla(40,30%,95%,.68);font-size:.875rem;transition:color .2s var(--ease)}.hg-footer__nav a:hover{color:var(--primary-foreground)}.hg-footer__reviews{align-items:center;color:hsla(40,30%,95%,.68);display:flex;font-size:.8125rem;gap:.5rem;margin-top:1.25rem}.hg-footer__reviews svg{color:var(--secondary);height:14px;width:14px}.hg-footer__base{align-items:center;border-top:1px solid hsla(40,30%,95%,.12);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:3rem;padding:1.5rem 0}.hg-footer__base p{color:hsla(40,30%,95%,.4);font-size:.8125rem}.hg-footer__legal{display:flex;gap:1.5rem}.hg-footer__legal a{color:hsla(40,30%,95%,.4);font-size:.8125rem}.hg-footer__legal a:hover{color:hsla(40,30%,95%,.8)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{padding-bottom:3rem}.hg-ihero{overflow:hidden;padding-top:64px;position:relative}@media (min-width:1024px){.hg-ihero{padding-top:88px}}.hg-ihero__bg{background-position:50%;background-size:cover;inset:0;position:absolute}.hg-ihero__veil{background:linear-gradient(180deg,rgba(13,28,23,.78),rgba(20,41,34,.88));inset:0;position:absolute}.hg-ihero__inner{color:var(--primary-foreground);padding-block:3.5rem;position:relative;z-index:1}@media (min-width:768px){.hg-ihero__inner{padding-block:5.5rem}}.hg-crumb{align-items:center;color:hsla(40,30%,95%,.6);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem;margin-bottom:1.25rem}.hg-crumb a:hover{color:var(--primary-foreground)}.hg-crumb span{opacity:.5}.hg-ihero h1{color:var(--primary-foreground);font-size:clamp(1.875rem,4vw,3.25rem);line-height:1.14;max-width:20ch;padding-bottom:.06em}.hg-ihero__lede{color:hsla(40,30%,95%,.8);font-size:1.0625rem;line-height:1.7;margin-top:1.25rem;max-width:52ch}.hg-ihero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hg-prose{max-width:65ch}.hg-prose h2{font-size:1.625rem;margin:0 0 1rem}@media (min-width:768px){.hg-prose h2{font-size:2rem}}.hg-prose h3{font-size:1.25rem;margin:2.5rem 0 .75rem}.hg-prose p{color:var(--muted-foreground);font-size:1rem;line-height:1.75;margin-bottom:1.15rem}.hg-prose p:last-child{margin-bottom:0}.hg-split{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:1024px){.hg-split{align-items:start;gap:5rem;grid-template-columns:minmax(0,1.5fr) minmax(0,.85fr)}}.hg-aside{position:static}@media (min-width:1024px){.hg-aside{position:sticky;top:120px}}.hg-aside__card{background:var(--card);border:1px solid var(--border);padding:1.75rem}.hg-aside__card h3{font-size:1.25rem;margin-bottom:.6rem}.hg-aside__card p{color:var(--muted-foreground);font-size:.9375rem;line-height:1.65;margin-bottom:1.25rem}.hg-aside__list{border-top:1px solid var(--border);display:flex;flex-direction:column;margin-top:1.5rem}.hg-aside__list a{align-items:center;border-bottom:1px solid var(--border);color:var(--muted-foreground);display:flex;font-size:.9375rem;gap:1rem;justify-content:space-between;padding:.85rem 0;transition:color .2s var(--ease)}.hg-aside__list a:hover{color:var(--primary)}.hg-aside__list b{color:var(--foreground);font-weight:500}@media (min-width:768px){.hg-band__q{font-family:var(--serif);font-size:1.375rem;font-size:2rem;line-height:1.45;margin:0 auto;max-width:34ch;max-width:30ch;text-align:center}.hg-band__by{color:hsla(40,30%,95%,.55);font-size:.8125rem;letter-spacing:.1em;margin-top:1.25rem;text-align:center;text-transform:uppercase}.hg-profile{padding:calc(64px + 2rem) 0 3rem}}@media (min-width:1024px){.hg-profile{padding:calc(88px + 2.5rem) 0 5rem}}@media (min-width:768px){.hg-profile__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}}@media (min-width:900px){.hg-profile__grid{align-items:start;gap:4rem;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}}@media (min-width:768px){.hg-profile__photo{aspect-ratio:3/4;background:var(--muted);border-radius:.75rem;overflow:hidden;position:relative}.hg-profile__photo img{height:100%;object-fit:cover;object-position:top;width:100%}.hg-profile__role{color:var(--secondary);font-size:.8125rem;font-weight:500;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.hg-profile__teamline{color:var(--muted-foreground);font-size:.875rem;letter-spacing:.02em;margin:.15rem 0 0}.hg-profile__name{font-size:2rem;font-size:2.75rem;margin-bottom:1.25rem}.hg-contactlist{border-top:1px solid var(--border);display:grid;gap:0;grid-template-columns:1fr;margin:2rem 0}}@media (min-width:640px){.hg-contactlist{grid-template-columns:1fr 1fr}}@media (min-width:768px){.hg-contactlist div{border-bottom:1px solid var(--border);padding:1rem 0}.hg-contactlist dt{color:var(--secondary);font-size:.6875rem;letter-spacing:.12em;margin-bottom:.3rem;text-transform:uppercase}.hg-contactlist dd{color:var(--foreground);font-size:.9375rem;margin:0}.hg-contactlist dd a:hover{color:var(--secondary)}.hg-contact__card .hg-contactlist{border-top-color:hsla(40,30%,95%,.18);margin-top:0}.hg-contact__card .hg-contactlist div{border-bottom-color:hsla(40,30%,95%,.18)}.hg-contact__card .hg-contactlist dd{color:var(--primary-foreground)}.hg-contact__card .hg-contactlist dd a:hover{color:var(--secondary)}.hg-rel{background:var(--muted);padding:3rem 0;padding:4.5rem 0}.hg-rel h2{font-size:1.5rem;margin-bottom:2rem}.hg-rel__grid{display:grid;gap:1rem;grid-template-columns:1fr}}@media (min-width:640px){.hg-rel__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hg-rel__grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.hg-rel__card{background:var(--card);border:1px solid var(--border);display:block;padding:1.5rem;transition:box-shadow .3s var(--ease)}.hg-rel__card:hover{box-shadow:var(--shadow-lg)}.hg-rel__card h3{font-size:1.125rem;margin-bottom:.4rem;transition:color .2s var(--ease)}.hg-rel__card:hover h3{color:var(--secondary)}.hg-rel__card p{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.hg-teamx__group{margin-bottom:3.5rem}.hg-teamx__group:last-child{margin-bottom:0}.hg-teamx__label{border-bottom:1px solid var(--border);color:var(--secondary);font-size:.6875rem;letter-spacing:.14em;margin-bottom:2rem;padding-bottom:.75rem;text-transform:uppercase}.hg-teamx__grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}}@media (min-width:640px){.hg-teamx__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.hg-teamx__grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.hg-art{padding:calc(64px + 2.5rem) 0 0}}@media (min-width:1024px){.hg-art{padding-top:calc(88px + 3.5rem)}}@media (min-width:768px){.hg-art__head{max-width:44rem}.hg-art__meta{align-items:center;color:var(--secondary);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.75rem;letter-spacing:.1em;margin-bottom:1.25rem;text-transform:uppercase}.hg-art__meta b{color:var(--muted-foreground);font-size:.8125rem;font-weight:500;letter-spacing:normal;text-transform:none}.hg-art h1{font-size:clamp(1.875rem,3.6vw,3rem);line-height:1.15;margin-bottom:1.25rem}.hg-art__standfirst{color:var(--muted-foreground);font-size:1.1875rem;line-height:1.65}.hg-art__hero{aspect-ratio:16/9;background:var(--muted);border-radius:var(--radius);margin:2.5rem 0 0;overflow:hidden}.hg-art__hero div{background-position:50%;background-size:cover;height:100%;width:100%}.hg-art__body{padding:3rem 0;padding:4rem 0}.hg-art__author{align-items:center;border-top:1px solid var(--border);display:flex;gap:1rem;margin-top:3rem;padding-top:1.75rem}.hg-art__author img{border-radius:50%;height:56px;object-fit:cover;object-position:top;width:56px}.hg-art__author b{display:block;font-size:.9375rem}.hg-art__author span{color:var(--muted-foreground);font-size:.8125rem}.hg-legal .hg-prose h2{font-size:1.375rem;margin-top:2.5rem}.hg-legal .hg-prose h2:first-child{margin-top:0}.hg-team__team{color:var(--muted-foreground);font-size:.6875rem;font-size:.75rem;margin-top:.1rem}.hg-hisTeam{background:var(--muted);padding:3rem 0;padding:4.5rem 0}.hg-hisTeam__head{align-items:baseline;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hg-hisTeam__head h2{font-size:1.5rem;font-size:1.875rem}.hg-hisTeam__note{color:var(--muted-foreground);font-size:.9375rem}.hg-hisTeam__grid{display:grid;gap:1rem;grid-template-columns:1fr}}@media (min-width:640px){.hg-hisTeam__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hg-hisTeam__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.hg-mate{align-items:center;background:var(--card);border:1px solid var(--border);display:flex;gap:1.25rem;padding:1rem;transition:box-shadow .3s var(--ease)}.hg-mate:hover{box-shadow:var(--shadow-lg)}.hg-mate__photo{aspect-ratio:3/4;background:var(--muted);border-radius:var(--radius);flex-shrink:0;overflow:hidden;width:84px}.hg-mate__photo img{height:100%;object-fit:cover;object-position:top;width:100%}.hg-mate__name{color:var(--primary);font-family:var(--serif);font-size:1.125rem;margin-bottom:.15rem}.hg-mate__role{color:var(--secondary);font-size:.75rem;font-weight:500}.hg-mate__line{color:var(--muted-foreground);font-size:.8125rem;line-height:1.5;margin-top:.35rem}.hg-buys{padding:3.5rem 0;padding:5rem 0}.hg-buys__head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.hg-buys__head h2{font-size:1.75rem;font-size:2.25rem}.hg-buys__grid{display:grid;gap:1rem;grid-template-columns:1fr}}@media (min-width:640px){.hg-buys__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.hg-buys__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.hg-buy{background:var(--card);border:1px solid var(--border);display:block;overflow:hidden;transition:box-shadow .3s var(--ease)}.hg-buy:hover{box-shadow:var(--shadow-lg)}.hg-buy__img{align-items:center;aspect-ratio:4/3;background:var(--muted);color:var(--secondary);display:flex;justify-content:center;position:relative}.hg-buy__img svg{fill:none;height:26px;opacity:.5;stroke:currentColor;stroke-width:1.4;width:26px}.hg-buy__tag{background:var(--primary);border-radius:var(--radius);color:var(--primary-foreground);font-size:.625rem;left:.75rem;letter-spacing:.12em;padding:.3rem .6rem;position:absolute;text-transform:uppercase;top:.75rem}.hg-buy__body{padding:1.25rem}.hg-buy__suburb{color:var(--primary);font-family:var(--serif);font-size:1.25rem;margin-bottom:.2rem}.hg-buy__type{margin-bottom:.9rem}.hg-buy__specs,.hg-buy__type{color:var(--muted-foreground);font-size:.8125rem}.hg-buy__specs{border-bottom:1px solid var(--border);display:flex;gap:1rem;padding-bottom:.9rem}.hg-buy__specs b{color:var(--foreground);font-variant-numeric:tabular-nums;font-weight:500}.hg-buy__foot{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;padding-top:.9rem}.hg-buy__price{color:var(--primary);font-family:var(--serif);font-size:1.125rem;font-variant-numeric:tabular-nums}.hg-buy__agent{font-size:.75rem;text-align:right}.hg-buy__agent,.hg-example{color:var(--muted-foreground)}.hg-example{align-items:flex-start;background:rgba(132,117,77,.09);border-left:3px solid var(--secondary);display:flex;font-size:.8125rem;gap:.6rem;line-height:1.55;margin-bottom:2rem;padding:.85rem 1rem}.hg-example b{color:var(--foreground);display:block;font-size:.6875rem;letter-spacing:.12em;margin-bottom:.2rem;text-transform:uppercase}.hg-pd{padding:calc(64px + 2rem) 0 0}}@media (min-width:1024px){.hg-pd{padding-top:calc(88px + 2.5rem)}}@media (min-width:768px){.hg-pd__hero{align-items:center;aspect-ratio:16/9;background:var(--muted);border-radius:var(--radius);color:var(--secondary);display:flex;justify-content:center;margin-top:1.5rem;overflow:hidden;position:relative}.hg-pd__hero svg{fill:none;height:34px;opacity:.45;stroke:currentColor;stroke-width:1.3;width:34px}.hg-pd__tag{background:var(--primary);border-radius:var(--radius);color:var(--primary-foreground);font-size:.6875rem;left:1rem;letter-spacing:.12em;padding:.4rem .75rem;position:absolute;text-transform:uppercase;top:1rem}.hg-pd__title{align-items:baseline;display:flex;flex-wrap:wrap;gap:.25rem 1rem;margin-top:.5rem}.hg-pd h1{font-size:clamp(2rem,4vw,3rem)}.hg-pd__sub{color:var(--muted-foreground);font-size:1.0625rem}.hg-facts{border-top:1px solid var(--border);display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-columns:repeat(4,1fr);margin:2.5rem 0 0}.hg-facts div{border-bottom:1px solid var(--border);padding:1.1rem 1.25rem 1.1rem 0}.hg-facts div+div{border-left:1px solid var(--border);padding-left:1.5rem}.hg-facts dt{color:var(--secondary);font-size:.6875rem;letter-spacing:.12em;margin-bottom:.35rem;text-transform:uppercase}.hg-facts dd{color:var(--primary);font-family:var(--serif);font-size:1.375rem;font-size:1.625rem;font-variant-numeric:tabular-nums;margin:0}.hg-facts dd small{color:var(--muted-foreground);display:block;font-family:var(--sans);font-size:.8125rem;font-variant-numeric:normal;margin-top:.2rem}.hg-pi{padding:calc(64px + 2rem) 0 0}}@media (min-width:1024px){.hg-pi{padding-top:calc(88px + 3rem)}}@media (min-width:768px){.hg-pi__filters{display:flex;flex-wrap:wrap;gap:.6rem;margin:2rem 0 2.5rem}.hg-pi__chip{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;display:inline-flex;font-size:.875rem;padding:.55rem 1rem;transition:border-color .2s var(--ease),color .2s var(--ease),background .2s var(--ease)}.hg-pi__chip:hover{border-color:var(--secondary);color:var(--foreground)}.hg-pi__chip.is-on{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.hg-pi__count{color:var(--muted-foreground);font-size:.875rem;margin-bottom:1.5rem}.hg-buy__img--photo{background-position:50%;background-size:cover}.hg-buy__days{color:var(--secondary);display:block;font-size:.6875rem;letter-spacing:.1em;margin-top:.6rem;text-transform:uppercase}.hg-buy__specs span:last-child b{font-weight:500}.hg-filters{border-top:1px solid var(--border);display:grid;gap:1.25rem;grid-template-columns:1fr;margin-top:2rem;padding:1.5rem 0 0}}@media (min-width:900px){.hg-filters{align-items:start;gap:2rem;grid-template-columns:minmax(0,1fr) auto}}@media (min-width:768px){.hg-filters .hg-select{min-width:15rem}.hg-filters__label{color:var(--secondary);font-size:.6875rem;letter-spacing:.12em;margin-bottom:.7rem;text-transform:uppercase}.hg-filters__chips{display:flex;flex-wrap:wrap;gap:.5rem}.hg-chip{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;gap:.45rem;padding:.5rem .9rem;transition:border-color .2s var(--ease),background .2s var(--ease),color .2s var(--ease)}.hg-chip:hover{border-color:var(--secondary);color:var(--foreground)}.hg-chip.is-on{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.hg-chip small{font-size:.75rem;font-variant-numeric:tabular-nums;opacity:.6}.hg-chip.is-on small{opacity:.75}.hg-select{-webkit-appearance:none;appearance:none;background:var(--card);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%232f4f45' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;font-family:inherit;font-size:.9375rem;min-width:15rem;padding:.6rem 2.25rem .6rem .85rem}.hg-filters__meta{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;margin:1.75rem 0 1.5rem}.hg-filters__clear{background:none;border:0;color:var(--secondary);cursor:pointer;font-family:inherit;font-size:.8125rem;padding:0;text-decoration:underline;text-underline-offset:3px}.hg-buy[hidden]{display:none}.hg-empty{color:var(--muted-foreground);padding:3rem 0;text-align:center}.hg-buy__img--none{align-items:center;background:var(--muted);display:flex;justify-content:center}.hg-buy__img--none svg{fill:none;height:24px;opacity:.45;stroke:var(--secondary);stroke-width:1.3;width:24px}.hg-pd__gallery{position:relative}.hg-pd__gallery:focus-visible{outline:2px solid var(--secondary);outline-offset:3px}.hg-pd__nav{background:hsla(40,30%,97%,.88);border:1px solid rgba(28,59,48,.12);border-radius:50%;color:var(--primary);cursor:pointer;display:grid;font-size:1.4rem;height:2.5rem;line-height:1;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s var(--ease),transform .2s var(--ease);width:2.5rem}.hg-pd__nav:hover{background:var(--card);transform:translateY(-50%) scale(1.06)}.hg-pd__nav:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.hg-pd__nav--prev{left:.75rem}.hg-pd__nav--next{right:.75rem}.hg-pd__dots{bottom:.85rem;display:flex;gap:.4rem;justify-content:center;left:0;position:absolute;right:0}.hg-pd__dots button{background:hsla(40,30%,97%,.35);border:1px solid hsla(40,30%,97%,.7);border-radius:50%;cursor:pointer;height:.5rem;padding:0;transition:background .2s var(--ease);width:.5rem}.hg-pd__dots button[aria-current=true]{background:hsla(40,30%,97%,.95)}.hg-pd__dots button:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}}@media (prefers-reduced-motion:reduce){.hg-pd__nav{transition:none}}@media (min-width:768px){.hg-jump{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin:1.5rem auto 3rem;max-width:64rem}.hg-jump a{border:1px solid var(--border);border-radius:2rem;color:var(--muted-foreground);font-size:.8125rem;padding:.35rem .7rem;text-decoration:none;transition:border-color .2s var(--ease),color .2s var(--ease)}.hg-jump a:hover{border-color:var(--secondary);color:var(--primary)}.hg-subs{display:grid;gap:1rem}.hg-sub{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;scroll-margin-top:6rem}.hg-sub__photo{background-position:50%;background-size:cover;height:150px;height:210px}.hg-sub__in{display:grid;gap:1.25rem;gap:2rem;grid-template-columns:auto 1fr;padding:1.5rem;padding:2rem}.hg-sub__body h3{color:var(--primary);font-family:var(--serif);font-size:1.375rem;margin:0 0 .25rem}.hg-sub__body h3 span{color:var(--muted-foreground);font-family:var(--sans);font-size:.8125rem;margin-left:.4rem}.hg-sub__body>p{color:var(--muted-foreground);margin:0 0 1rem;max-width:60ch}}@media (min-width:1024px){.hg-sub__body>p{color:var(--muted-foreground);margin:0 0 .75rem;max-width:64ch}.hg-sub__close{color:var(--muted-foreground);font-size:.8125rem;margin:.75rem 0 0}.hg-sub__close b{color:var(--primary);font-weight:500;margin-right:.35rem}.hg-sub__schools{color:var(--muted-foreground);font-size:.8125rem;margin:.5rem 0 0}.hg-sub__schools b{color:var(--primary);font-weight:500;margin-right:.35rem}.hg-faq{margin:0 0 2.5rem}.hg-faq h2{color:var(--primary);font-family:var(--serif);font-size:1.5rem;margin:0 0 1rem}.hg-faq__item{border-top:1px solid var(--border);padding:.85rem 0}.hg-faq__item summary{color:var(--primary);cursor:pointer;font-size:.9375rem;font-weight:500;list-style:none}.hg-faq__item summary::-webkit-details-marker{display:none}.hg-faq__item summary:after{color:var(--secondary);content:"+";float:right}.hg-faq__item[open] summary:after{content:"\2212"}.hg-faq__item p{color:var(--muted-foreground);font-size:.875rem;margin:.6rem 0 0;max-width:72ch}.hg-guide{background:var(--primary);border-radius:var(--radius);display:block;padding:2rem 1.5rem;text-decoration:none;transition:transform .3s var(--ease)}}@media (min-width:768px){.hg-guide{padding:2.75rem 3rem}}@media (min-width:1024px){.hg-guide:hover{transform:translateY(-2px)}.hg-guide__body{max-width:60ch}.hg-guide__kicker{color:var(--secondary);font-size:.6875rem;letter-spacing:.14em;margin:0 0 .6rem;text-transform:uppercase}.hg-guide h2{color:var(--primary-foreground);font-family:var(--serif);font-size:1.5rem;line-height:1.25;margin:0 0 .75rem}}@media (min-width:768px){.hg-guide h2{font-size:2rem}}@media (min-width:1024px){.hg-guide p{color:hsla(40,30%,95%,.72);line-height:1.7;margin:0 0 1.25rem}.hg-guide__cta{border-bottom:1px solid hsla(44,26%,55%,.6);color:var(--primary-foreground);font-size:.8125rem;letter-spacing:.1em;padding-bottom:3px;text-transform:uppercase}.hg-lede{margin:0 auto 2rem;max-width:62ch}.hg-lede p{color:var(--muted-foreground);font-size:1.0625rem;line-height:1.75;margin:0 0 1rem}.hg-lede p:first-child{color:var(--foreground);font-size:1.1875rem}.hg-sub{margin:0 auto 4.5rem;max-width:64rem;scroll-margin-top:6rem}.hg-sub__map{align-items:center;background:#eff5f2;border-radius:var(--radius);display:flex;margin-bottom:1.75rem;max-height:230px;overflow:hidden}}@media (min-width:768px){.hg-sub__map{max-height:300px}}@media (min-width:1024px){.hg-smap{display:block;height:auto;width:100%}.hg-smap__bg{fill:#eff5f2}.hg-smap__street{stroke:#cdd6d3;stroke-width:1}.hg-smap__road,.hg-smap__street{fill:none;vector-effect:non-scaling-stroke}.hg-smap__road{stroke:#bbb195;stroke-width:2}.hg-smap__river{fill:none;stroke:#a2c6d7;stroke-linecap:round;stroke-width:3}.hg-smap__bound,.hg-smap__river{vector-effect:non-scaling-stroke}.hg-smap__bound{fill:rgba(28,59,48,.05);stroke:rgba(28,59,48,.5);stroke-dasharray:6 4;stroke-width:1.6}.hg-smap__dot circle{cursor:pointer;fill:var(--secondary);stroke:#fff;stroke-width:1.6;transition:r .18s var(--ease),fill .18s var(--ease)}.hg-smap__dot:focus circle,.hg-smap__dot:hover circle{fill:var(--primary);r:8}.hg-sub__in{display:grid;gap:1.25rem;grid-template-columns:auto 1fr}}@media (min-width:768px){.hg-sub__in{gap:2.25rem}}@media (min-width:1024px){.hg-sub__num{color:var(--secondary);font-family:var(--serif);font-size:2rem;line-height:1;margin:0;opacity:.5}}@media (min-width:768px){.hg-sub__num{font-size:2.75rem}}@media (min-width:1024px){.hg-sub__body{max-width:64ch}.hg-sub__body h2{color:var(--primary);font-family:var(--serif);font-size:1.75rem;margin:0 0 .9rem}}@media (min-width:768px){.hg-sub__body h2{font-size:2rem}}@media (min-width:1024px){.hg-sub__body h2 span{color:var(--muted-foreground);font-family:var(--sans);font-size:.8125rem;letter-spacing:.04em;margin-left:.5rem}.hg-sub__body>p{color:var(--muted-foreground);line-height:1.75;margin:0 0 1rem}.hg-sub__market{border-bottom:1px solid var(--border);border-top:1px solid var(--border);color:var(--foreground)!important;padding:.9rem 0}.hg-sub__market b{color:var(--primary);font-variant-numeric:tabular-nums;font-weight:500}.hg-sub__close,.hg-sub__schools{color:var(--muted-foreground);font-size:.8125rem;margin:.5rem 0 0!important}.hg-sub__close b,.hg-sub__schools b{color:var(--primary);font-weight:500;margin-right:.35rem}.hg-secured{margin-top:1.75rem}.hg-secured__lead{color:var(--secondary);font-size:.6875rem;letter-spacing:.1em;margin:0 0 .7rem;text-transform:uppercase}.hg-secured__grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.hg-secured__tile{display:block;text-decoration:none}.hg-secured__img{aspect-ratio:4/3;background-position:50%;background-size:cover;border-radius:var(--radius);display:block;transition:transform .35s var(--ease)}.hg-secured__tile:hover .hg-secured__img{transform:scale(1.03)}.hg-secured__meta{color:var(--muted-foreground);display:block;font-size:.75rem;margin-top:.4rem}.hg-secured__meta b{color:var(--primary);display:block;font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:500}.hg-src{color:var(--muted-foreground);font-size:.75rem;margin:2rem 0 0}.hg-cta__band{background:var(--muted);border-radius:var(--radius);padding:2.5rem 1.5rem;text-align:center}.hg-cta__band h2{color:var(--primary);font-family:var(--serif);font-size:1.75rem;margin:0 0 .5rem}.hg-cta__band p{color:var(--muted-foreground);margin:0 auto 1.5rem;max-width:52ch}.hg-map2{background:var(--primary);padding:3rem 0}}@media (min-width:768px){.hg-map2{padding:4rem 0}}@media (min-width:1024px){.hg-map2__head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.hg-map2__head h2{color:var(--primary-foreground);font-size:1.75rem}}@media (min-width:768px){.hg-map2__head h2{font-size:2.25rem}}@media (min-width:1024px){.hg-map2__note{color:hsla(40,30%,95%,.6);font-size:.875rem;max-width:40ch}.hg-map2__frame{background:#142922;border:1px solid hsla(40,30%,95%,.14);border-radius:var(--radius);overflow:hidden;position:relative}.hg-map2__svg{display:block;height:auto;width:100%}.hg-map2__dot{fill:var(--secondary);fill-opacity:.75;stroke:hsla(40,30%,95%,.5);stroke-width:.6;transition:fill-opacity .2s var(--ease)}.hg-map2__dot:hover{fill-opacity:1;stroke:var(--primary-foreground);stroke-width:1.2}.hg-map2__lbl{fill:hsla(40,30%,95%,.82);font-family:var(--sans);font-size:11px;letter-spacing:.02em;paint-order:stroke;stroke:#11221c;stroke-linejoin:round;stroke-width:3.5px}.hg-map2__lbl--big{fill:hsla(40,30%,95%,.96);font-size:13.5px;font-weight:500}.hg-map2__coast{fill:none;stroke:rgba(129,168,187,.45);stroke-width:1.4}.hg-map2__frame{cursor:grab;touch-action:none}.hg-map2__frame.is-panning{cursor:grabbing}.hg-map2__svg{--k:1}.hg-map2__svg .hg-map2__coast,.hg-map2__svg .hg-map2__river{vector-effect:non-scaling-stroke}.hg-map2__dot{r:calc(var(--r,6px)/var(--k))}.hg-map2__lbl{font-size:calc(11px/var(--k))}.hg-map2__lbl--big{font-size:calc(13.5px/var(--k))}.hg-map2__road,.hg-map2__sub{fill:none;opacity:0;pointer-events:none;transition:opacity .3s var(--ease);vector-effect:non-scaling-stroke}.hg-map2__sub{stroke:rgba(159,185,198,.3);stroke-dasharray:5 4;stroke-width:.9}.hg-map2__road{stroke:hsla(44,40%,78%,.5);stroke-linecap:round;stroke-width:1.1}.hg-map2__subnames{opacity:0;pointer-events:none;transition:opacity .3s var(--ease)}.hg-map2__subname{fill:hsla(40,30%,95%,.55);font-family:var(--sans);font-size:calc(10px/var(--k));letter-spacing:.04em;text-transform:uppercase}.hg-map2__svg[data-detail="1"] .hg-map2__sub,.hg-map2__svg[data-detail="1"] .hg-map2__subnames,.hg-map2__svg[data-detail="2"] .hg-map2__road,.hg-map2__svg[data-detail="2"] .hg-map2__sub,.hg-map2__svg[data-detail="2"] .hg-map2__subnames{opacity:1}.hg-map2__svg[data-detail="1"] .hg-map2__lbl,.hg-map2__svg[data-detail="2"] .hg-map2__lbl{opacity:0;transition:opacity .3s var(--ease)}.hg-map2__zoom{display:flex;flex-direction:column;gap:.25rem;position:absolute;right:.75rem;top:.75rem;z-index:2}.hg-map2__zoom button{background:rgba(20,41,34,.82);border:1px solid hsla(40,30%,95%,.22);border-radius:var(--radius);color:hsla(40,30%,95%,.85);cursor:pointer;display:grid;font-size:.95rem;height:2rem;line-height:1;place-items:center;transition:background .2s var(--ease),color .2s var(--ease);width:2rem}.hg-map2__zoom button:hover{background:#1e3e33;color:var(--primary-foreground)}.hg-map2__zoom button:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.hg-map2__zoom button[data-zreset]{font-size:.62rem;letter-spacing:.04em}.hg-map2__hint{bottom:.75rem;color:hsla(40,30%,95%,.5);font-size:.6875rem;left:.75rem;pointer-events:none;position:absolute;z-index:2}}@media (prefers-reduced-motion:reduce){.hg-map2__road,.hg-map2__sub{transition:none}}@media (min-width:1024px){.hg-map2__river{fill:none;stroke:rgba(135,176,197,.7);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}.hg-map2__key{align-items:center;color:hsla(40,30%,95%,.6);display:flex;flex-wrap:wrap;font-size:.75rem;gap:1.25rem;margin-top:1.25rem}.hg-map2__key span{align-items:center;display:inline-flex;gap:.45rem}.hg-map2__key i{background:var(--secondary);border-radius:50%;display:inline-block;opacity:.75}.hg-map2__tip{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--foreground);font-size:.75rem;line-height:1.4;opacity:0;padding:.5rem .7rem;pointer-events:none;position:absolute;transition:opacity .15s var(--ease);white-space:nowrap;z-index:3}.hg-map2__tip b{color:var(--primary);display:block;font-family:var(--serif);font-size:.9375rem}.hg-buy__agent{font-variant-numeric:tabular-nu}}.hg-crumb{color:var(--muted-foreground)}.hg-ihero .hg-crumb{color:hsla(40,30%,95%,.6)}.hg-eyebrow{color:var(--secondary);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}@media (min-width:768px){.hg-eyebrow{font-size:.8125rem}}.hg-bg-image,.hg-bg-overlay{inset:0;pointer-events:none;position:absolute}.hg-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover}.hg-head{margin:0 auto 2.5rem;max-width:44rem;text-align:center}@media (min-width:768px){.hg-head{margin-bottom:4rem}}.hg-head h2{color:var(--foreground);font-size:1.75rem;margin:.75rem 0 1rem}@media (min-width:768px){.hg-head h2{font-size:2.25rem}}@media (min-width:1024px){.hg-head h2{font-size:3rem}}.hg-head p{color:var(--muted-foreground);font-size:.95rem}@media (min-width:768px){.hg-head p{font-size:1rem}}.hg-hero{align-items:center;display:flex;min-height:100vh;min-height:100dvh;overflow:hidden;padding-top:64px;position:relative}@media (min-width:1024px){.hg-hero{padding-top:88px}}.hg-hero__bg{background-position:50%;background-size:cover;inset:0;position:absolute}.hg-hero__overlay{background:var(--gradient-hero);inset:0;position:absolute}.hg-hero__inner{padding-block:3rem;position:relative;width:100%;z-index:1}@media (min-width:1024px){.hg-hero__inner{padding-block:5rem}}.hg-hero__grid{align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:1024px){.hg-hero__grid{gap:4rem;grid-template-columns:1.05fr .95fr}}.hg-hero__content{color:var(--primary-foreground);text-align:center}@media (min-width:1024px){.hg-hero__content{text-align:left}}.hg-hero__eyebrow{color:hsla(40,30%,95%,.78);font-size:.7rem;font-weight:500;letter-spacing:.18em;margin-bottom:1.25rem;text-transform:uppercase}@media (min-width:768px){.hg-hero__eyebrow{font-size:.8125rem;margin-bottom:1.5rem}}.hg-hero__heading{color:var(--primary-foreground);font-size:clamp(2.125rem,4.4vw,3.5rem);line-height:1.14;margin-bottom:1rem;padding-bottom:.08em}@media (min-width:1024px){.hg-hero__heading{margin-bottom:1.25rem}}.hg-hero__tagline{color:hsla(40,30%,95%,.92);font-family:var(--serif);font-size:1.125rem;font-style:italic;margin-bottom:.9rem}@media (min-width:768px){.hg-hero__tagline{font-size:1.5rem}}.hg-hero__body{color:hsla(40,30%,95%,.75);font-size:.95rem;line-height:1.65;margin:0 auto 1.75rem;max-width:34rem}@media (min-width:768px){.hg-hero__body{font-size:1.0625rem}}@media (min-width:1024px){.hg-hero__body{margin-left:0}}.hg-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:1024px){.hg-hero__actions{justify-content:flex-start}}.hg-hero__form-card{background:var(--primary);border-radius:var(--radius);box-shadow:0 25px 50px -12px rgba(17,34,28,.45);padding:1.5rem}@media (min-width:768px){.hg-hero__form-card{padding:2.5rem}}.hg-wizard,.hg-wizard__title{color:var(--primary-foreground)}.hg-wizard__title{font-family:var(--serif);font-size:1.5rem;margin:0 0 .875rem}.hg-wizard__progress-track{background:hsla(40,30%,95%,.15);border-radius:999px;height:3px;overflow:hidden}.hg-wizard__progress-fill{background:var(--secondary);border-radius:999px;height:100%;transition:width .35s var(--ease);width:50%}.hg-wizard__step-label{color:hsla(40,30%,95%,.6);font-size:.7rem;letter-spacing:.12em;margin:.45rem 0 1.25rem;text-transform:uppercase}.hg-wizard__step{display:none}.hg-wizard__step.is-active{display:block}.hg-wizard__field,.hg-wizard__row{margin-bottom:.9rem}.hg-wizard__row{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media (max-width:480px){.hg-wizard__row{grid-template-columns:1fr}}.hg-wizard__label{color:hsla(40,30%,95%,.9);display:block;font-size:.875rem;font-weight:500;margin:0 0 .4rem}.hg-wizard__req{color:var(--secondary);margin-left:.15rem}.hg-wizard__input,.hg-wizard__select{-webkit-appearance:none;appearance:none;background:hsla(40,30%,95%,.1);border:1px solid hsla(40,30%,95%,.2);border-radius:var(--radius);color:var(--primary-foreground);font-family:inherit;font-size:.95rem;padding:.7rem .85rem;transition:border-color .15s var(--ease),background .15s var(--ease);width:100%}.hg-wizard__input::placeholder{color:hsla(40,30%,95%,.45)}.hg-wizard__input:focus-visible,.hg-wizard__select:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.hg-wizard__input:focus,.hg-wizard__select:focus{background:hsla(40,30%,95%,.14);border-color:var(--secondary)}.hg-wizard__select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23faf7f2' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:2.25rem}.hg-wizard__select option{background:#fff;color:#111}.hg-wizard__actions{display:grid;gap:.75rem;grid-template-columns:auto 1fr;margin-top:1.25rem}.hg-wizard__btn{align-items:center;border:0;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.95rem 1.25rem;transition:background .2s var(--ease)}.hg-wizard__btn--primary{background:var(--secondary);color:var(--secondary-foreground);margin-top:.75rem;width:100%}.hg-wizard__btn--primary:hover{background:#746744}.hg-wizard__actions .hg-wizard__btn--primary{margin-top:0}.hg-wizard__btn--ghost{background:transparent;border:1px solid hsla(40,30%,95%,.2);color:hsla(40,30%,95%,.75)}.hg-wizard__btn--ghost:hover{background:hsla(40,30%,95%,.08);color:var(--primary-foreground)}.hg-wizard__privacy{color:hsla(40,30%,95%,.5);font-size:.7rem;margin:.85rem 0 0;text-align:center}.hg-wizard__done{padding:1.5rem 0;text-align:center}.hg-wizard__done p{color:hsla(40,30%,95%,.75);font-size:.9rem;margin-top:.5rem}.hg-about__overlay{background:hsla(40,30%,97%,.95)}.hg-about__grid{align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:1024px){.hg-about__grid{gap:4rem;grid-template-columns:1fr 1fr}}.hg-about__heading{font-size:1.75rem;line-height:1.15;margin-bottom:1.25rem}@media (min-width:768px){.hg-about__heading{font-size:2.25rem}}@media (min-width:1024px){.hg-about__heading{font-size:3rem}}.hg-about__body p{color:var(--muted-foreground);font-size:1rem;line-height:1.7;margin-bottom:1.15rem;max-width:36rem}.hg-about__quote{border-left:4px solid var(--secondary);margin:2rem 0;padding:.5rem 0 .5rem 1.5rem}.hg-about__quote p{color:var(--foreground);font-family:var(--serif);font-size:1.125rem;font-style:italic}@media (min-width:768px){.hg-about__quote p{font-size:1.25rem}}.hg-about__attr{color:var(--muted-foreground);font-family:var(--sans);font-size:.8125rem;font-style:normal;margin-top:.65rem}.hg-about__stats{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}@media (min-width:768px){.hg-about__stats{gap:1.5rem}}.hg-about__stat{background:hsla(0,0%,100%,.92);border:1px solid var(--border);padding:1.25rem;transition:box-shadow .3s var(--ease)}@media (min-width:768px){.hg-about__stat{padding:2rem}}.hg-about__stat:hover{box-shadow:var(--shadow-lg)}.hg-about__stat-num{color:var(--primary);font-family:var(--serif);font-size:1.75rem;font-variant-numeric:tabular-nums}@media (min-width:768px){.hg-about__stat-num{font-size:2.5rem}}.hg-about__stat-lbl{color:var(--muted-foreground);font-size:.7rem;letter-spacing:.1em;margin-top:.35rem;text-transform:uppercase}@media (min-width:768px){.hg-about__stat-lbl{font-size:.8125rem}}.hg-services{background:var(--muted)}.hg-services__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.hg-services__grid{gap:2rem;grid-template-columns:1fr 1fr}}.hg-services__card{align-items:flex-start;background:var(--card);border:1px solid var(--border);display:flex;gap:1.25rem;padding:1.5rem;transition:box-shadow .3s var(--ease)}@media (min-width:768px){.hg-services__card{gap:1.5rem;padding:2.5rem}}.hg-services__card:hover{box-shadow:var(--shadow-lg)}.hg-services__icon{align-items:center;background:rgba(28,59,48,.1);display:flex;flex-shrink:0;height:52px;justify-content:center;transition:background .3s var(--ease);width:52px}.hg-services__icon svg{color:var(--primary);height:22px;transition:color .3s var(--ease);width:22px}.hg-services__card:hover .hg-services__icon{background:var(--primary)}.hg-services__card:hover .hg-services__icon svg{color:var(--primary-foreground)}.hg-services__title{font-size:1.25rem;margin-bottom:.6rem}@media (min-width:768px){.hg-services__title{font-size:1.5rem}}.hg-services__desc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.65}.hg-services__title{transition:color .2s var(--ease)}.hg-services__card:hover .hg-services__title{color:var(--secondary)}.hg-services__foot{color:var(--muted-foreground);font-size:.9375rem;margin-top:2.5rem;text-align:center}.hg-services__foot a{border-bottom:1px solid rgba(132,117,77,.5);color:var(--primary);font-weight:500}.hg-how{background:var(--background)}.hg-how__list{counter-reset:step;margin:0 auto;max-width:56rem}.hg-how__row{border-top:1px solid var(--border);display:grid;gap:1.25rem;grid-template-columns:auto 1fr;padding:1.75rem 0}@media (min-width:768px){.hg-how__row{gap:2.5rem;grid-template-columns:5.5rem 1fr;padding:2.25rem 0}}.hg-how__row:last-child{border-bottom:1px solid var(--border)}.hg-how__num{color:var(--secondary);font-family:var(--serif);font-size:1.5rem;line-height:1}@media (min-width:768px){.hg-how__num{font-size:2.25rem}}.hg-how__title{font-size:1.25rem;margin-bottom:.4rem}@media (min-width:768px){.hg-how__title{font-size:1.5rem}}.hg-how__desc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.7;max-width:44rem}@media (min-width:768px){.hg-how__desc{font-size:1rem}}.hg-where{background:var(--muted)}.hg-where__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.hg-where__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.hg-where__card{aspect-ratio:4/5;background:var(--primary);border-radius:var(--radius);display:block;overflow:hidden;position:relative}.hg-where__img{background-position:50%;background-size:cover;inset:0;position:absolute;transition:transform .6s var(--ease)}.hg-where__card:hover .hg-where__img{transform:scale(1.04)}.hg-where__veil{background:linear-gradient(0deg,rgba(17,34,28,.88) 8%,rgba(17,34,28,.35) 48%,rgba(17,34,28,.1));inset:0;position:absolute}.hg-where__body{bottom:0;color:var(--primary-foreground);left:0;padding:1.75rem;position:absolute;right:0}.hg-where__name{font-size:1.625rem;margin-bottom:.35rem}@media (min-width:768px){.hg-where__name{font-size:1.875rem}}.hg-where__blurb{color:hsla(40,30%,95%,.78);font-size:.875rem;line-height:1.6}.hg-where__link{border-bottom:1px solid hsla(40,30%,95%,.4);color:var(--primary-foreground);display:inline-block;font-size:.75rem;letter-spacing:.12em;margin-top:.9rem;padding-bottom:3px;text-transform:uppercase}.hg-where__card:hover .hg-where__link{border-bottom-color:var(--secondary)}.hg-where__card--empty{background:rgba(132,117,77,.07);border:1px dashed rgba(132,117,77,.55)}.hg-where__note{align-items:center;color:var(--secondary);display:flex;flex-direction:column;gap:.5rem;inset:0;justify-content:center;padding:2rem;position:absolute;text-align:center}.hg-where__note svg{fill:none;height:26px;stroke:currentColor;stroke-width:1.4;width:26px}.hg-where__note strong{color:var(--primary);font-family:var(--serif);font-size:1.5rem;font-weight:400}.hg-where__note span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.hg-where__rail{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:2.5rem}.hg-where__chip{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted-foreground);display:inline-flex;font-size:.875rem;padding:.6rem 1.1rem;transition:border-color .2s var(--ease),color .2s var(--ease)}.hg-where__chip:hover{border-color:var(--secondary);color:var(--foreground)}.hg-why__overlay{background:rgba(28,59,48,.9)}.hg-why__head h2{color:var(--primary-foreground)}.hg-why__head p{color:hsla(40,30%,95%,.75)}.hg-why__grid{display:grid;gap:2rem 1rem;grid-template-columns:1fr 1fr}@media (min-width:1024px){.hg-why__grid{gap:2rem;grid-template-columns:repeat(4,1fr)}}.hg-why__item{text-align:center}.hg-why__icon{align-items:center;background:hsla(40,30%,95%,.1);display:inline-flex;height:56px;justify-content:center;margin-bottom:1.25rem;transition:background .3s var(--ease);width:56px}@media (min-width:768px){.hg-why__icon{height:64px;width:64px}}.hg-why__icon svg{color:var(--primary-foreground);height:24px;transition:color .3s var(--ease);width:24px}.hg-why__item:hover .hg-why__icon{background:var(--secondary)}.hg-why__title{color:var(--primary-foreground);font-size:1.0625rem;margin-bottom:.6rem}@media (min-width:768px){.hg-why__title{font-size:1.25rem}}.hg-why__desc{color:hsla(40,30%,95%,.7);font-size:.8125rem;line-height:1.65}@media (min-width:768px){.hg-why__desc{font-size:.875rem}}.hg-tst__overlay{background:hsla(40,30%,97%,.92)}.hg-tst__rating{align-items:center;display:inline-flex;gap:.5rem;margin-top:1.25rem}.hg-tst__stars{color:var(--secondary);display:inline-flex;gap:2px}.hg-tst__stars svg{height:20px;width:20px}.hg-tst__rating b{color:var(--primary);font-weight:600}.hg-tst__rating span{color:var(--muted-foreground);font-size:.9375rem}.hg-tst__grid{display:grid;gap:1rem;grid-template-columns:1fr;margin:0 auto;max-width:76rem}@media (min-width:768px){.hg-tst__grid{gap:2rem;grid-template-columns:1fr 1fr}}.hg-tst__card{background:hsla(0,0%,100%,.96);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;position:relative;transition:box-shadow .3s var(--ease)}@media (min-width:768px){.hg-tst__card{padding:2rem}}.hg-tst__card:hover{box-shadow:var(--shadow-lg)}.hg-tst__mark{color:rgba(132,117,77,.18);height:36px;position:absolute;right:1.25rem;top:1.25rem;width:36px}.hg-tst__stars-sm{color:var(--secondary);display:inline-flex;gap:2px;margin-bottom:.75rem}.hg-tst__stars-sm svg{height:15px;width:15px}.hg-tst__highlight{color:var(--primary);font-family:var(--serif);font-size:1.125rem;font-style:italic;margin-bottom:.75rem;padding-right:2.5rem}.hg-tst__text{color:var(--muted-foreground);font-size:.875rem;line-height:1.65;margin-bottom:1.5rem}.hg-tst__author{align-items:center;display:flex;gap:.75rem}.hg-tst__avatar{align-items:center;background:rgba(132,117,77,.2);border-radius:50%;color:var(--secondary);display:flex;font-size:.8125rem;font-weight:600;height:38px;justify-content:center;width:38px}.hg-tst__name{color:var(--primary);font-size:.9375rem;font-weight:500}.hg-tst__verified{color:var(--muted-foreground);font-size:.7rem}.hg-tst__foot{margin-top:2.5rem;text-align:center}.hg-ins{background:var(--background)}.hg-ins__head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2.5rem}.hg-ins__head h2{font-size:1.75rem}@media (min-width:768px){.hg-ins__head h2{font-size:2.25rem}}.hg-ins__grid{display:grid;gap:0;grid-template-columns:1fr}@media (min-width:900px){.hg-ins__grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}.hg-ins__card{border-top:1px solid var(--border);display:block;padding:1.75rem 0}@media (min-width:900px){.hg-ins__card{border-top:2px solid var(--primary);padding:1.5rem 0 0}}.hg-ins__kicker{color:var(--secondary);font-size:.6875rem;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.hg-ins__title{color:var(--foreground);font-size:1.25rem;line-height:1.3;margin-bottom:.6rem}.hg-ins__card:hover .hg-ins__title{color:var(--secondary)}.hg-ins__desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.65}.hg-header__tel{align-items:center;border:1px solid transparent;border-radius:999px;color:var(--secondary);display:inline-flex;height:40px;justify-content:center;transition:border-color .2s var(--ease),color .2s var(--ease);width:40px}.hg-header__tel:hover{border-color:var(--secondary);color:var(--foreground)}.hg-header__tel svg{display:block;height:20px;width:20px}.hg-team__more{margin-top:2rem;text-align:center}