:root{--bg:#f7f3ec;--bg-2:#efe8dd;--panel:#fffdf9;--panel-2:#f4ede4;--panel-3:#e8dece;--border:#1a161214;--border-strong:#1a161224;--text:#181511;--muted:#5f584f;--muted-2:#7a7369;--orange:#b76731;--orange-br:#cb7a43;--orange-deep:#8d4f26;--orange-tint:#b767311a;--green:#5e7350;--green-tint:#5e73501f;--head:"Oswald",system-ui,sans-serif;--body:"Barlow",system-ui,sans-serif;--container:1280px;--radius:4px;--radius-lg:8px;--shadow:0 18px 46px -28px #1815112e}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{background:var(--bg);max-width:100%;color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.6;overflow-x:hidden}img,svg,video,canvas{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:not([class]){color:var(--orange)}a:not([class]):hover{text-decoration:underline}::selection{background:var(--orange);color:#fff}:focus-visible{outline:2px solid var(--orange);outline-offset:3px}h1,h2,h3,h4{font-family:var(--head);letter-spacing:.01em;text-transform:uppercase;margin:0;font-weight:700;line-height:1.04}.h-xl{font-size:clamp(46px,5vw,82px);line-height:1.01}.h-lg{font-size:clamp(32px,3.4vw,48px);line-height:1.03}.h-md{font-size:clamp(24px,2.2vw,32px);line-height:1.08}.eyebrow{font-family:var(--head);text-transform:uppercase;letter-spacing:.22em;color:var(--orange);margin-bottom:12px;font-size:12px;font-weight:600;display:block}.label{font-family:var(--head);text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:12px;font-weight:600}.accent{color:var(--orange)}.lead{color:var(--muted);font-size:18px}p{text-wrap:pretty;margin:0 0 1em}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 32px;overflow-x:hidden}.section{padding:72px 0}.section.tight{padding:52px 0}.section.alt{background:var(--bg-2)}.section+.section.alt,.section.alt+.section{border-top:1px solid var(--border)}.btn{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-size:13px;font-weight:600;transition:transform .15s,background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn svg{width:17px;height:17px}.btn-primary{background:var(--text);color:#fff;box-shadow:0 8px 22px -12px #1917134d}.btn-primary:hover{background:#000;transform:translateY(-1px)}.btn-ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.btn-ghost:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-1px)}.btn-lg{padding:16px 26px;font-size:14px}.card{background:var(--panel);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;position:relative}.card-link{transition:border-color .18s,background .18s,transform .18s}.card-link:hover{border-color:var(--orange);background:var(--panel-2);transform:translateY(-3px)}.hero{align-items:flex-end;min-height:82vh;padding-top:96px;display:flex;position:relative;overflow:hidden}.hero .scene{z-index:0;position:absolute;inset:0}.hero .scene img.slot{-o-object-fit:cover;object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,#f7f3ecf5 0%,#f7f3ece6 28%,#f7f3ec75 56%,#f7f3ec14 100%),linear-gradient(#0000 0%,#f7f3ec1f 40%,#f7f3eca8 82%,#f7f3ecf5 100%);position:absolute;inset:0}.hero-inner{z-index:2;max-width:760px;padding:0 0 86px;position:relative}.hero--page .hero-inner{max-width:840px}.hero--page h1{font-size:clamp(34px,3.9vw,60px)}.hero .lead{max-width:620px;margin-top:24px!important}.hh-hero{min-height:88vh}.hh-hero-lead{max-width:560px!important}.hh-hero-actions{margin-top:32px}.hh-nav{z-index:60;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#f7f3eceb;position:sticky;top:0}.hh-nav-inner{-moz-column-gap:20px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;column-gap:20px;height:86px;display:grid}.hh-brand{flex-direction:column;gap:4px;min-width:0;display:flex}.hh-brand-mark{font-family:var(--head);letter-spacing:.08em;text-transform:uppercase;font-size:28px}.hh-brand-sub{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:11px}.hh-nav-links{justify-content:center;align-items:center;gap:18px;display:flex}.hh-nav-link{font-family:var(--head);text-transform:uppercase;letter-spacing:.11em;color:var(--muted);padding:6px 0;font-size:12px;font-weight:500;position:relative}.hh-nav-link:hover,.hh-nav-link.active{color:var(--text)}.hh-nav-link.active:after{content:"";background:var(--orange);height:2px;position:absolute;bottom:-5px;left:0;right:0}.hh-nav-actions{justify-self:end;gap:10px;display:flex}.hh-nav-burger{border:1px solid var(--border-strong);border-radius:var(--radius);width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:none}.hh-nav-burger svg{width:22px;height:22px}.hh-mobile-menu{display:none}.hh-mobile-actions{flex-direction:column;gap:12px;padding:16px 32px 4px;display:flex}.sec-head{text-align:center;margin-bottom:40px}.sec-head h2{font-size:clamp(28px,3.1vw,44px)}.sec-head p{color:var(--muted);max-width:700px;margin:14px auto 0;font-size:16px}.hh-head-left{text-align:left}.hh-head-left p{margin-left:0}.learn{font-family:var(--head);text-transform:uppercase;letter-spacing:.14em;color:var(--muted);align-items:center;gap:8px;margin-top:auto;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.learn svg{width:16px;height:16px;color:var(--orange)}.learn:hover{color:var(--text)}.feat-grid{gap:18px;width:100%;max-width:100%;display:grid}.feat{text-align:center;flex-direction:column;min-width:0;min-height:210px;padding:30px 24px;display:flex}.feat .feat-ico{color:var(--orange);justify-content:center;margin-bottom:16px;display:flex}.feat .feat-ico svg{stroke:currentColor;stroke-width:1.5px;fill:none;width:40px;height:40px}.feat h3{font-family:var(--head);text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px;font-size:17px;font-weight:600}.feat p{color:var(--muted);margin-bottom:18px;font-size:14px;line-height:1.5}.feat .learn{justify-content:center}.hardy-catalog-head,.hardy-collection-page-head,.hardy-section-head-compact,.hardy-floorplan-head{margin-bottom:24px}.hardy-catalog-grid,.hardy-plan-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.hardy-plan-card-grid--single{grid-template-columns:minmax(0,1fr);max-width:940px;margin:0 auto}.hardy-catalog-card,.hardy-plan-card,.hardy-detail-media-card,.hardy-floorplan-card,.hardy-detail-hero-image{padding:0;overflow:hidden}.hardy-catalog-media,.hardy-plan-card-media,.hardy-gallery-media{background:var(--panel-2);position:relative}.hardy-catalog-media,.hardy-plan-card-media{min-height:330px;padding:18px}.hardy-gallery-media{min-height:320px}.hardy-gallery-media:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00000008,inset 0 -50px 70px -60px #0003}.hardy-gallery-media-exterior{min-height:440px;padding:18px}.hardy-gallery-media-tall{min-height:300px}.hardy-gallery-media-wide{min-height:420px}.hardy-gallery-media-dollhouse,.hardy-gallery-media-dollhouse-wide,.hardy-gallery-media-floorplan{padding:18px}.hardy-gallery-media-floorplan{min-height:420px}.hardy-gallery-media-floorplan-tall{min-height:500px}.hardy-gallery-image{display:block}.hardy-catalog-body,.hardy-plan-card-body{padding:26px}.hardy-plan-card-body--builder{flex-direction:column;align-items:flex-start;min-height:240px;display:flex}.hardy-plan-card-body--builder p{margin-bottom:22px}.hardy-catalog-body p,.hardy-plan-card-body p,.hardy-detail-copy,.hardy-layout-card p,.hardy-standard-inline,.hardy-flint-intro p{color:var(--muted);font-size:15px}.hardy-back-links{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:500;display:flex}.hardy-back-links a:hover{color:var(--orange)}.hardy-collection-page,.hardy-detail-page{padding-top:120px}.hardy-inline-specs,.hardy-home-feature-specs{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);flex-wrap:wrap;gap:10px;margin:14px 0 18px;font-size:12px;font-weight:500;display:flex}.hardy-inline-specs span,.hardy-home-feature-specs span{border:1px solid var(--border-strong);background:#00000005;border-radius:999px;padding:8px 12px}.hardy-detail-hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:22px;margin-bottom:18px;display:grid}.hardy-compact-spec-grid{gap:12px;display:grid}.hardy-compact-spec-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.hardy-compact-spec-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.hardy-mini-spec-card{padding:18px 18px 16px}.hardy-mini-spec-card .label{margin-bottom:8px;display:block}.hardy-mini-spec-card strong{font-family:var(--head);color:var(--text);font-size:clamp(19px,2vw,26px);font-weight:700;line-height:1.08;display:block}.hardy-detail-gallery{gap:18px;display:grid}.hardy-detail-gallery--brindle-twoup,.hardy-detail-gallery--rock,.hardy-detail-gallery--flint{grid-template-columns:repeat(2,minmax(0,1fr))}.hardy-detail-gallery--brindle-twoup>:first-child,.hardy-detail-gallery--flint>:first-child{grid-column:1/-1}.hardy-detail-caption{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:14px 18px 18px;font-size:12px;font-weight:500}.hardy-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.hardy-feature-list{gap:4px 18px;display:grid}.hardy-feature-list li,.hh-plan-standard-list li,.hh-contact-side li{color:var(--text);align-items:flex-start;gap:10px;font-size:15px;display:flex}.hh-plan-standard-list,.hh-contact-side ul{gap:10px;margin:18px 0 22px;padding:0;list-style:none;display:grid}.hh-plan-standard-list svg,.hh-contact-side li svg{flex:none;width:16px;height:16px;margin-top:4px}.hardy-feature-list--single{grid-template-columns:1fr}.hardy-floorplan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.hardy-catalog-cta,.hardy-standard-card,.hh-band{max-width:1100px;margin:0 auto}.hardy-catalog-cta{grid-template-columns:1.2fr auto;align-items:center;gap:24px;display:grid}.hardy-cta-actions{flex-wrap:wrap;gap:12px;display:flex}.hardy-standard-note{color:var(--muted-2);margin-top:12px;font-size:13px;line-height:1.6}.plan-accent{overflow:hidden}.plan-accent:before{content:"";pointer-events:none;opacity:.26;background-color:#0000;background-image:linear-gradient(#0000 calc(100% - 1px),#0000000a calc(100% - 1px)),linear-gradient(90deg,#0000 calc(100% - 1px),#0000000a calc(100% - 1px));background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:26px 26px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.hh-band{grid-template-columns:1.2fr .9fr;align-items:center;gap:26px;padding:36px;display:grid}.hh-band p{color:var(--muted)}.hh-band ul{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.hh-band li{color:var(--muted);align-items:flex-start;gap:10px;display:flex}.hh-band li svg{width:16px;height:16px;color:var(--orange);flex:none;margin-top:4px}.hh-band-actions{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.hh-band-featured{border-top:2px solid var(--text)}.hh-band-slim{align-items:start}.hh-featured-grid .hardy-plan-card,.hh-collections-grid .hardy-catalog-card{min-height:100%}.hh-process-grid .hh-process-card{text-align:left;align-items:flex-start;min-height:170px}.hh-process-card h3{font-size:20px}.hh-standard-grid .hh-standard-card{text-align:left;align-items:flex-start;min-height:210px}.hh-page-note{max-width:860px}.hh-plan-hero-section{padding-bottom:40px}.hh-plan-hero-copy{margin-bottom:22px}.hh-plan-hero-media .hardy-gallery-media-exterior{min-height:520px}.hh-plan-standard-card{padding:28px}.hh-plan-standard-card .btn{margin-top:6px}.hh-contact-split{grid-template-columns:1.2fr .8fr;gap:20px;display:grid}.hh-contact-side{padding:32px}.hh-contact-side h2{margin-bottom:12px;font-size:28px}.hh-form-grid{gap:14px;margin-bottom:14px;display:grid}.hh-form-grid--two{grid-template-columns:1fr 1fr}.hh-field{width:100%;font:inherit;background:#fffdf9;border:1px solid #14141424;border-radius:4px;margin-top:6px;padding:14px 16px}.hh-field--textarea{resize:vertical;min-height:160px}.hh-footer{border-top:1px solid var(--border);background:#eadfce;padding:44px 0 26px}.hh-footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px;display:grid}.hh-footer h5{font-family:var(--head);text-transform:uppercase;letter-spacing:.12em;color:var(--text);margin:0 0 14px;font-size:12px;font-weight:600}.hh-footer a{color:var(--muted);padding:4px 0;font-size:13.5px;display:block}.hh-footer a:hover{color:var(--orange)}.hh-footer-base{border-top:1px solid var(--border);color:var(--muted-2);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;padding-top:18px;font-size:12.5px;display:flex}.hh-footer-brand-copy{flex-direction:column;gap:8px;max-width:320px;display:flex}.hh-footer-brand-copy strong{font-family:var(--head);text-transform:uppercase;letter-spacing:.08em;font-size:14px;font-weight:600}.hh-footer-brand-copy span{color:var(--muted);font-size:13px;line-height:1.5}.hh-footer-brand-copy small{color:var(--muted-2);font-size:12px;line-height:1.5}@media (max-width:1180px){.hh-nav-links{gap:14px}.hh-nav-link{font-size:11px}.hh-nav-actions .btn{padding-left:16px;padding-right:16px}}@media (max-width:1080px){.hardy-catalog-grid,.hardy-detail-gallery--brindle-twoup,.hardy-detail-gallery--rock,.hardy-floorplan-grid,.hardy-detail-grid,.hardy-catalog-cta,.hh-band,.hh-contact-split{grid-template-columns:1fr}.hh-footer-grid{grid-template-columns:1fr 1fr}.hh-footer-base{flex-direction:column;align-items:flex-start}.hh-standard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hh-plan-hero-media .hardy-gallery-media-exterior{min-height:420px}}@media (max-width:980px){.hh-nav-inner{grid-template-columns:minmax(0,1fr) auto}.hh-nav-links,.hh-nav-actions{display:none}.hh-nav-burger{display:inline-flex}.hh-mobile-menu{z-index:59;border-bottom:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;background:#f7f3ecfa;flex-direction:column;max-height:calc(100vh - 86px);padding:8px 0 18px;transition:opacity .22s,transform .22s,visibility .22s;display:flex;position:fixed;top:86px;left:0;right:0;overflow:auto;transform:translateY(-14px)}.hh-mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.hh-mobile-menu .hh-nav-link{border-bottom:1px solid var(--border);padding:16px 32px;font-size:15px}.hardy-detail-hero{grid-template-columns:1fr}.hardy-compact-spec-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.hardy-compact-spec-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.feat-grid,.hh-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:680px){.hardy-detail-gallery--brindle-twoup,.hardy-detail-gallery--rock,.hardy-detail-gallery--flint{grid-template-columns:1fr}.hardy-detail-gallery--brindle-twoup>:first-child,.hardy-detail-gallery--flint>:first-child{grid-column:auto}.hardy-detail-gallery .hardy-gallery-media-exterior,.hardy-detail-gallery .hardy-gallery-media-tall{aspect-ratio:16/9;height:auto;min-height:0;padding:0}.hardy-detail-gallery .hardy-gallery-media-exterior img,.hardy-detail-gallery .hardy-gallery-media-tall img{-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center center!important;object-position:center center!important}.hardy-detail-gallery .hardy-gallery-media-dollhouse{aspect-ratio:1;height:auto;min-height:0;padding:14px}.hardy-detail-gallery .hardy-gallery-media-dollhouse img{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center!important;object-position:center center!important}.hh-form-grid--two,.hh-standard-grid{grid-template-columns:1fr!important}}@media (max-width:560px){.container{padding:0 18px}.hero{min-height:76vh}.feat-grid,.hardy-catalog-grid,.hardy-plan-card-grid,.hardy-detail-gallery--brindle-twoup,.hardy-detail-gallery--rock,.hardy-floorplan-grid,.hardy-detail-grid,.hh-footer-grid,.hh-process-grid,.hh-standard-grid{grid-template-columns:1fr!important}.hardy-gallery-media{min-height:260px}.hardy-gallery-media-exterior{min-height:300px;padding:12px}.hardy-gallery-media-wide{min-height:280px}.hardy-gallery-media-floorplan{min-height:320px;padding:14px}.hardy-gallery-media-floorplan-tall{min-height:360px}.hardy-catalog-body,.hardy-plan-card-body,.hh-contact-side{padding:22px 20px}.hardy-compact-spec-grid--three,.hardy-compact-spec-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.hardy-cta-actions,.hh-band-actions,.hardy-cta-actions .btn,.hh-band-actions .btn,.hh-mobile-actions .btn,.hh-final-cta .btn{width:100%}.hh-footer-base{font-size:11px}.hh-plan-hero-media .hardy-gallery-media-exterior{min-height:320px}}@media (max-width:360px){.hardy-compact-spec-grid--three,.hardy-compact-spec-grid--four{grid-template-columns:1fr}}
