:root{
  --hs60-paper:#fbfaf7;
  --hs60-white:#ffffff;
  --hs60-navy:#0c2f55;
  --hs60-navy-2:#143f6d;
  --hs60-blue:#397fb8;
  --hs60-blue-soft:#dcecf7;
  --hs60-blue-pale:#edf5fa;
  --hs60-ice:#f3f7f9;
  --hs60-text:#33495e;
  --hs60-muted:#66798a;
  --hs60-line:#d6e0e7;
  --hs60-shadow:0 24px 64px rgba(12,47,85,.12);
  --hs60-shadow-soft:0 14px 38px rgba(12,47,85,.08);
  --hs60-radius:28px;
  --hs60-serif:Georgia,"Times New Roman",serif;
  --hs60-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
html{scroll-behavior:smooth}
body.hs60-body{margin:0!important;background:var(--hs60-paper)!important;color:var(--hs60-text)!important;font-family:var(--hs60-sans)!important;font-size:18.5px!important;line-height:1.72!important;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.admin-bar .hs60-header{top:32px}.hs60-site,.hs60-site *{box-sizing:border-box}.hs60-site{min-height:100vh;overflow:visible;background:var(--hs60-paper)}.hs60-site img{display:block;max-width:100%}.hs60-site button,.hs60-site input,.hs60-site select,.hs60-site textarea{font:inherit}.hs60-site a{color:inherit}.hs60-shell{width:min(1660px,calc(100% - 72px));margin-inline:auto}.hs60-main{display:block}
.hs60-site h1,.hs60-site h2,.hs60-site h3,.hs60-site h4{margin:0;color:var(--hs60-navy);font-family:var(--hs60-serif);font-weight:500;letter-spacing:-.032em;text-wrap:balance}.hs60-site h1{font-size:clamp(3.2rem,5vw,5.7rem);line-height:.99;margin-bottom:28px}.hs60-site h2{font-size:clamp(2.35rem,3.6vw,4.1rem);line-height:1.05;margin-bottom:22px}.hs60-site h3{font-size:clamp(1.55rem,1.9vw,2.15rem);line-height:1.17;margin-bottom:12px}.hs60-site p{margin:0 0 22px;font-size:1.04rem;line-height:1.72;color:var(--hs60-text)}.hs60-site small{font-size:.9rem}.hs60-section{padding:98px 0}.hs60-tint{background:var(--hs60-blue-pale)!important}.hs60-soft{background:var(--hs60-ice)!important}.hs60-blue-tint{background:linear-gradient(135deg,#edf5fa,#dcecf7)!important}.hs60-navy{background:var(--hs60-navy)!important;color:#fff}.hs60-section-head{max-width:1050px;margin:0 auto 50px;text-align:center}.hs60-section-head>p{max-width:880px;margin-inline:auto;color:var(--hs60-muted)}.hs60-section-head.hs60-left{text-align:left;margin-inline:0}.hs60-section-head.hs60-light h2,.hs60-section-head.hs60-light p{color:#fff}.hs60-section-spacer{height:72px}
.hs60-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;padding:9px 14px;border:1px solid rgba(12,47,85,.17);border-radius:999px;background:rgba(255,255,255,.82);color:var(--hs60-navy);font-size:.82rem;font-weight:850;letter-spacing:.085em;text-transform:uppercase}.hs60-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--hs60-blue)}.hs60-actions,.hs60-center-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:30px}.hs60-center-actions{justify-content:center;margin-top:44px}.hs60-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border:1px solid transparent;border-radius:999px;text-decoration:none!important;font-size:.95rem;font-weight:800;cursor:pointer;transition:.18s ease}.hs60-btn:hover{transform:translateY(-2px)}.hs60-btn-primary{background:var(--hs60-navy);color:#fff!important;box-shadow:0 12px 28px rgba(12,47,85,.18)}.hs60-btn-primary:hover{background:var(--hs60-navy-2)}.hs60-btn-outline{background:#fff;border-color:rgba(12,47,85,.22);color:var(--hs60-navy)!important}.hs60-btn-light{background:#fff;color:var(--hs60-navy)!important}.hs60-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:0 0 26px;color:var(--hs60-muted);font-size:.92rem}.hs60-breadcrumb a{text-decoration:none;font-weight:750}.hs60-breadcrumb b{color:var(--hs60-navy)}
/* Header */
.hs60-header{position:sticky;top:0;z-index:999999;background:rgba(251,250,247,.985);border-bottom:1px solid rgba(12,47,85,.11);box-shadow:0 8px 28px rgba(12,47,85,.07);backdrop-filter:blur(16px)}.hs60-topbar{background:var(--hs60-blue-soft);border-bottom:1px solid rgba(12,47,85,.09)}.hs60-topbar>.hs60-shell{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.78rem;color:var(--hs60-navy);font-weight:760}.hs60-topbar-trust{display:flex;align-items:center;flex-wrap:wrap}.hs60-topbar-trust span+span:before{content:"·";margin:0 12px;opacity:.55}.hs60-topbar-rating{display:flex;align-items:center;gap:9px;white-space:nowrap}.hs60-topbar-rating b{color:#d29634;letter-spacing:.12em}.hs60-header-main{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:25px;min-height:94px}.hs60-logo{display:flex;align-items:center;width:145px;text-decoration:none}.hs60-logo img{width:100%;max-height:64px;object-fit:contain}.hs60-nav{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0}.hs60-nav>a,.hs60-dropdown>button{appearance:none;display:flex;align-items:center;justify-content:center;min-height:44px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:var(--hs60-navy)!important;text-decoration:none!important;font-size:.83rem;font-weight:790;white-space:nowrap;cursor:pointer}.hs60-nav>a:hover,.hs60-dropdown>button:hover,.hs60-dropdown.is-open>button{background:var(--hs60-blue-soft)}.hs60-dropdown{position:relative}.hs60-dropdown>button:after{content:"⌄";margin-left:6px}.hs60-dropdown-panel{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(7px);width:min(700px,calc(100vw - 50px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:18px;border:1px solid var(--hs60-line);border-radius:24px;background:#fff;box-shadow:var(--hs60-shadow);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}.hs60-dropdown.is-open>.hs60-dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.hs60-dropdown-panel>a{display:grid;gap:4px;padding:15px 16px;border-radius:16px;text-decoration:none!important}.hs60-dropdown-panel>a:hover{background:var(--hs60-blue-pale)}.hs60-dropdown-panel strong{font-size:.98rem;color:var(--hs60-navy)}.hs60-dropdown-panel small{color:var(--hs60-muted);line-height:1.4}.hs60-dropdown-small{left:auto;right:0;transform:translateY(7px);width:290px;grid-template-columns:1fr}.hs60-dropdown.is-open>.hs60-dropdown-small{transform:translateY(0)}.hs60-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px}.hs60-header-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 15px;border-radius:999px;text-decoration:none!important;white-space:nowrap;font-size:.82rem;font-weight:820}.hs60-header-secondary{background:var(--hs60-blue-soft);color:var(--hs60-navy)!important}.hs60-header-primary{background:var(--hs60-navy);color:#fff!important}.hs60-header-phone{background:#fff;border:1px solid var(--hs60-line);color:var(--hs60-navy)!important}.hs60-menu-toggle{display:none;width:54px;height:48px;border:1px solid var(--hs60-line);border-radius:15px;background:#fff;color:var(--hs60-navy);align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.hs60-menu-toggle i{display:block;width:21px;height:2px;background:currentColor}.hs60-menu-toggle span{font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
/* Core layouts */
.hs60-hero{padding:68px 0 76px}.hs60-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(620px,1.1fr);gap:58px;align-items:center}.hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:50px 52px;border:1px solid var(--hs60-line);border-radius:var(--hs60-radius);background:rgba(255,255,255,.92);box-shadow:var(--hs60-shadow-soft)}.hs60-copy-card p:last-child{margin-bottom:0}.hs60-narrow{max-width:950px;margin-inline:auto}.hs60-hero-single{height:590px;border-radius:var(--hs60-radius);overflow:hidden}.hs60-hero-single>.hs60-photo,.hs60-hero-single>img{width:100%;height:100%}.hs60-hero-media{display:grid;gap:14px;height:590px}.hs60-hero-four{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.hs60-hero-four .hs60-photo{min-height:0}.hs60-hero-three{grid-template-columns:1.4fr .8fr;grid-template-rows:1fr 1fr}.hs60-hero-three>.hs60-photo:first-child{grid-row:1/3}.hs60-photo{position:relative;display:block;width:100%;height:100%;padding:0;border:0;border-radius:24px;overflow:hidden;background:var(--hs60-blue-soft);cursor:pointer}.hs60-photo img{width:100%;height:100%;object-fit:cover}.hs60-photo>span{position:absolute;left:16px;bottom:16px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--hs60-navy);font-size:.78rem;font-weight:850;opacity:0;transform:translateY(5px);transition:.18s}.hs60-photo:hover>span,.hs60-photo:focus-visible>span{opacity:1;transform:none}.hs60-facts,.hs60-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.hs60-facts span,.hs60-badges span{padding:9px 13px;border:1px solid var(--hs60-line);border-radius:999px;background:#fff;color:var(--hs60-navy);font-size:.88rem;font-weight:750}.hs60-facts b{font-weight:900}.hs60-split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.hs60-equal-split{align-items:stretch}.hs60-equal-split>div{min-height:560px}.hs60-equal-split>.hs60-copy-card{display:flex;flex-direction:column;justify-content:center}.hs60-feature-photo{width:100%;height:100%;min-height:560px}.hs60-crop-photo .hs60-photo img{object-position:center center}.hs60-design-split .hs60-feature-photo img,.hs60-price-photo img{object-position:center center}.hs60-story{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:stretch}.hs60-story-card{height:100%}.hs60-lead{font-size:1.13rem!important}.hs60-checks{list-style:none;padding:0;margin:26px 0;display:grid;gap:12px}.hs60-checks li{position:relative;padding-left:30px;font-size:1rem}.hs60-checks li:before{content:"✓";position:absolute;left:0;color:var(--hs60-blue);font-weight:900}.hs60-number-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}.hs60-number-list li{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:15px 17px;border:1px solid var(--hs60-line);border-radius:16px;background:#fff}.hs60-number-list b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy)}
/* USP */
.hs60-usp-strip{background:#fff;border-block:1px solid var(--hs60-line)}.hs60-usp-grid{display:grid;grid-template-columns:repeat(4,1fr)}.hs60-usp-grid article{display:flex;align-items:center;gap:16px;min-height:122px;padding:22px 26px;border-left:1px solid var(--hs60-line)}.hs60-usp-grid article:last-child{border-right:1px solid var(--hs60-line)}.hs60-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:16px;background:var(--hs60-blue-soft);color:var(--hs60-navy);font-size:1.4rem}.hs60-usp-grid strong{display:block;color:var(--hs60-navy);font-size:1rem}.hs60-usp-grid span{display:block;color:var(--hs60-muted);font-size:.88rem;line-height:1.5}
/* Cards */
.hs60-home-collection-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.hs60-wide-card{grid-column:span 6}.hs60-third-card{grid-column:span 4}.hs60-collection-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hs60-line);border-radius:26px;background:#fff;text-decoration:none!important;box-shadow:var(--hs60-shadow-soft);transition:.18s}.hs60-collection-card:hover{transform:translateY(-4px);box-shadow:var(--hs60-shadow)}.hs60-card-image{position:relative;height:310px;background:var(--hs60-blue-pale);overflow:hidden}.hs60-card-image img{width:100%;height:100%;object-fit:cover}.hs60-card-image>span{position:absolute;left:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:#fff;color:var(--hs60-navy);font-size:.78rem;font-weight:850}.hs60-card-body{display:flex;flex-direction:column;flex:1;padding:30px 31px 32px}.hs60-card-body>small{color:var(--hs60-blue);font-size:.8rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hs60-card-body h3{margin-top:10px}.hs60-card-body>b{display:block;margin-top:-2px;color:var(--hs60-navy-2);font-size:1rem}.hs60-card-body p{font-size:.95rem;line-height:1.65;margin:14px 0 22px}.hs60-card-body>div{display:flex;justify-content:space-between;gap:15px;margin-top:auto;padding-top:17px;border-top:1px solid var(--hs60-line)}.hs60-card-body strong,.hs60-card-body em{font-size:.9rem;font-style:normal;font-weight:850;color:var(--hs60-navy)}
.hs60-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.hs60-category-card{display:flex;flex-direction:column;min-width:0;padding:0;border:1px solid var(--hs60-line);border-radius:24px;overflow:hidden;background:#fff;text-align:left;cursor:pointer;box-shadow:var(--hs60-shadow-soft);transition:.18s}.hs60-category-card:hover{transform:translateY(-3px);background:var(--hs60-blue-pale)}.hs60-category-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.hs60-category-card>span{display:flex;flex-direction:column;min-height:142px;padding:24px 24px 26px}.hs60-category-card small{color:var(--hs60-blue);font-size:.8rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.hs60-category-card strong{margin:8px 0 6px;color:var(--hs60-navy);font-family:var(--hs60-serif);font-size:1.65rem;font-weight:500}.hs60-category-card em{color:var(--hs60-muted);font-size:.92rem;font-style:normal}.hs60-feature-grid,.hs60-tech-grid{display:grid;gap:18px}.hs60-feature-six,.hs60-tech-six{grid-template-columns:repeat(3,minmax(0,1fr))}.hs60-feature-four{grid-template-columns:repeat(4,minmax(0,1fr))}.hs60-feature-grid article,.hs60-tech-grid article{position:relative;padding:31px 30px;border:1px solid var(--hs60-line);border-radius:24px;background:#fff;box-shadow:var(--hs60-shadow-soft)}.hs60-feature-grid article>b,.hs60-tech-grid article>b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--hs60-navy);color:#fff;font-size:.9rem;margin-bottom:17px}.hs60-feature-grid p,.hs60-tech-grid p{margin:0;font-size:.95rem;line-height:1.65}.hs60-material-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hs60-material-grid article{min-height:210px;padding:32px 34px;border:1px solid var(--hs60-line);border-radius:24px;background:#fff}.hs60-material-grid article:nth-child(even){background:var(--hs60-blue-pale)}.hs60-material-grid b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--hs60-navy);color:#fff;font-size:.82rem}.hs60-material-grid h3{margin-top:18px}.hs60-material-grid p{margin:0;font-size:.96rem}.hs60-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hs60-mini-grid article{padding:18px;border:1px solid var(--hs60-line);border-radius:17px;background:#fff}.hs60-mini-grid h3{font-size:1.25rem}.hs60-mini-grid p{font-size:.9rem;margin:0}.hs60-click-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.hs60-click-grid a{display:flex;flex-direction:column;min-height:190px;padding:24px;border:1px solid var(--hs60-line);border-radius:20px;background:#fff;text-decoration:none!important}.hs60-click-grid a:hover{background:var(--hs60-blue-pale)}.hs60-click-grid p{font-size:.9rem}.hs60-click-grid em{margin-top:auto;color:var(--hs60-navy);font-style:normal;font-weight:850}.hs60-quality-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.hs60-quality-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hs60-quality-links a{display:flex;flex-direction:column;min-height:190px;padding:28px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff;text-decoration:none!important}.hs60-quality-links p{font-size:.92rem}.hs60-quality-links em{margin-top:auto;color:var(--hs60-blue);font-style:normal;font-weight:850}
/* Steps */
.hs60-step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.hs60-step-four{grid-template-columns:repeat(4,1fr)}.hs60-step-grid article{min-height:220px;padding:28px 25px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.09)}.hs60-step-grid b{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--hs60-navy)}.hs60-step-grid h3{margin-top:19px;color:#fff}.hs60-step-grid p{margin:0;color:rgba(255,255,255,.78);font-size:.94rem}.hs60-soft .hs60-step-grid article,.hs60-dealer-flow .hs60-step-grid article{background:#fff;border-color:var(--hs60-line)}.hs60-soft .hs60-step-grid h3,.hs60-dealer-flow .hs60-step-grid h3{color:var(--hs60-navy)}.hs60-soft .hs60-step-grid p,.hs60-dealer-flow .hs60-step-grid p{color:var(--hs60-muted)}.hs60-process-large{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hs60-process-large article{padding:34px;border:1px solid var(--hs60-line);border-radius:24px;background:#fff}.hs60-process-large b{color:var(--hs60-blue);font-weight:900}.hs60-process-large h2{font-size:2.1rem;margin:15px 0}.hs60-process-large p{font-size:.96rem;margin:0}
/* Galleries */
.hs60-gallery{display:grid;gap:20px}.hs60-gallery-landscape{grid-template-columns:repeat(3,minmax(0,1fr))}.hs60-gallery-portrait{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1180px}.hs60-gallery>button{display:flex;flex-direction:column;min-width:0;padding:0;border:1px solid var(--hs60-line);border-radius:22px;overflow:hidden;background:#fff;text-align:left;box-shadow:var(--hs60-shadow-soft);cursor:pointer}.hs60-gallery-landscape img{width:100%;aspect-ratio:16/10;object-fit:cover}.hs60-gallery-portrait img{width:100%;aspect-ratio:3/4;object-fit:cover}.hs60-gallery>button>span{display:flex;flex-direction:column;min-height:110px;padding:20px 21px 22px}.hs60-gallery strong{color:var(--hs60-navy);font-size:.98rem;line-height:1.42}.hs60-gallery em{margin-top:7px;color:var(--hs60-muted);font-size:.88rem;font-style:normal}.hs60-gallery-label{margin:42px 0 18px;color:var(--hs60-navy);font-size:.84rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hs60-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hs60-project-grid button{display:flex;flex-direction:column;padding:0;border:1px solid var(--hs60-line);border-radius:24px;overflow:hidden;background:#fff;text-align:left;cursor:pointer}.hs60-project-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}.hs60-project-grid span{display:flex;flex-direction:column;min-height:130px;padding:23px}.hs60-project-grid small{color:var(--hs60-blue);font-weight:850}.hs60-project-grid strong{margin:8px 0;color:var(--hs60-navy);font-family:var(--hs60-serif);font-size:1.65rem}.hs60-project-grid em{color:var(--hs60-navy);font-style:normal;font-weight:800}
/* Prices */
.hs60-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hs60-price-grid article{min-height:250px;padding:30px;border:1px solid var(--hs60-line);border-radius:23px;background:#fff;box-shadow:var(--hs60-shadow-soft)}.hs60-price-grid span{color:var(--hs60-blue);font-size:.82rem;font-weight:850;text-transform:uppercase}.hs60-price-grid b{display:block;margin:16px 0 12px;color:var(--hs60-navy-2);font-family:var(--hs60-serif);font-size:1.65rem}.hs60-price-grid p{font-size:.94rem}.hs60-calculator{display:grid;grid-template-columns:1fr 1fr 1.3fr .8fr;gap:18px;padding:34px;border:1px solid var(--hs60-line);border-radius:26px;background:#fff;box-shadow:var(--hs60-shadow-soft)}.hs60-calculator label{display:grid;gap:8px;color:var(--hs60-navy);font-weight:800}.hs60-calculator input,.hs60-calculator select{width:100%;min-height:54px;padding:0 15px;border:1px solid var(--hs60-line);border-radius:13px;background:#fff;color:var(--hs60-text)}.hs60-calculator>div{display:flex;flex-direction:column;justify-content:center;padding:14px 20px;border-radius:18px;background:var(--hs60-blue-soft)}.hs60-calculator strong{color:var(--hs60-navy);font-family:var(--hs60-serif);font-size:2.1rem}.hs60-calculator>p{grid-column:1/-1;margin:0;font-size:.9rem;color:var(--hs60-muted)}
/* Knowledge */
.hs60-search{display:grid;gap:8px;margin-top:28px;color:var(--hs60-navy)}.hs60-search input{min-height:54px;padding:0 16px;border:1px solid var(--hs60-line);border-radius:14px;background:#fff}.hs60-quick-cards{padding:28px 0;background:#fff;border-block:1px solid var(--hs60-line)}.hs60-quick-cards>.hs60-shell{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.hs60-quick-cards a{display:grid;grid-template-columns:54px 1fr 34px;gap:14px;align-items:center;min-height:142px;padding:20px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff;text-decoration:none!important;box-shadow:var(--hs60-shadow-soft)}.hs60-quick-cards a:hover{background:var(--hs60-blue-pale)}.hs60-quick-cards small{display:block;color:var(--hs60-blue);font-weight:850;text-transform:uppercase}.hs60-quick-cards strong{display:block;margin-top:4px;color:var(--hs60-navy);font-family:var(--hs60-serif);font-size:1.35rem}.hs60-quick-cards a>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy)}.hs60-knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:stretch}.hs60-knowledge-grid>article{display:grid;grid-template-rows:270px 1fr;overflow:hidden;border:1px solid var(--hs60-line);border-radius:26px;background:#fff;box-shadow:var(--hs60-shadow-soft)}.hs60-knowledge-image{position:relative}.hs60-knowledge-image img{width:100%;height:100%;object-fit:cover}.hs60-knowledge-image span{position:absolute;left:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:#fff;color:var(--hs60-navy);font-size:.78rem;font-weight:850}.hs60-knowledge-body{padding:30px}.hs60-knowledge-body>small{color:var(--hs60-blue);font-weight:850;text-transform:uppercase}.hs60-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hs60-guide-grid a{display:flex;flex-direction:column;min-height:190px;padding:19px;border:1px solid var(--hs60-line);border-radius:17px;background:var(--hs60-paper);text-decoration:none!important}.hs60-guide-grid strong{color:var(--hs60-navy);font-size:1rem;line-height:1.4}.hs60-guide-grid p{font-size:.88rem;line-height:1.58;margin:8px 0}.hs60-guide-grid em{margin-top:auto;color:var(--hs60-blue);font-size:.85rem;font-style:normal;font-weight:850}.hs60-article-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hs60-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:60px;align-items:start}.hs60-article-section{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:34px 0;border-bottom:1px solid var(--hs60-line)}.hs60-article-section>b{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy)}.hs60-article-section h2{font-size:2.35rem}.hs60-article-aside{position:sticky;top:155px;display:grid;gap:18px}.hs60-article-aside>div{padding:25px;border:1px solid var(--hs60-line);border-radius:21px;background:#fff}.hs60-article-aside a{display:block;margin:12px 0;text-decoration:none;font-weight:800}.hs60-article-gallery{margin-top:45px}
/* FAQ, forms, dealers */
.hs60-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:75px;align-items:start}.hs60-faq{display:grid;gap:12px}.hs60-faq details{padding:0 22px;border:1px solid var(--hs60-line);border-radius:18px;background:#fff}.hs60-faq summary{padding:20px 0;color:var(--hs60-navy);font-weight:820;cursor:pointer}.hs60-faq p{padding-bottom:20px;font-size:.95rem}.hs60-dealer-images{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:14px;height:590px}.hs60-dealer-images>.hs60-photo:first-child{grid-row:1/3}.hs60-dealer-flow{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:stretch}.hs60-dealer-form-layout,.hs60-contact-layout,.hs60-login-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.hs60-dealer-form-layout>*,.hs60-login-layout>*{height:100%}.hs60-form{display:grid;gap:16px}.hs60-form>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hs60-form label{display:grid;gap:7px;color:var(--hs60-navy);font-size:.9rem;font-weight:800}.hs60-form input,.hs60-form textarea{width:100%;padding:13px 14px;border:1px solid var(--hs60-line);border-radius:12px;background:#fff}.hs60-honeypot{position:absolute!important;left:-9999px}.hs60-message{padding:16px;border-radius:14px;margin-bottom:16px}.hs60-message.success{background:#e9f4fb}.hs60-message.error{background:#fbecec}.hs60-contact-list{display:grid;gap:12px;margin-top:25px}.hs60-contact-list>a,.hs60-contact-list>div{display:grid;padding:18px;border:1px solid var(--hs60-line);border-radius:16px;background:#fff;text-decoration:none}.hs60-resource-groups{display:grid;gap:74px}.hs60-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hs60-resource-grid article{display:flex;flex-direction:column;min-height:260px;padding:28px;border:1px solid var(--hs60-line);border-radius:23px;background:#fff}.hs60-resource-grid article>span{color:var(--hs60-blue);font-size:.82rem;font-weight:850;text-transform:uppercase}.hs60-resource-grid details{margin-top:auto}.hs60-resource-grid summary{color:var(--hs60-navy);font-weight:850;cursor:pointer}.hs60-dashboard-head{display:flex;justify-content:space-between;gap:30px;align-items:center}.hs60-dealer-code-card{display:grid;min-width:330px;padding:24px;border:1px solid var(--hs60-line);border-radius:21px;background:#fff}.hs60-dealer-code-card strong{color:var(--hs60-navy);font-size:1.8rem;letter-spacing:.08em}.hs60-marketing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.hs60-marketing-grid article{display:grid;grid-template-columns:220px 1fr;overflow:hidden;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}.hs60-marketing-grid img{width:100%;height:100%;min-height:210px;object-fit:cover}.hs60-marketing-grid article>div{display:flex;flex-direction:column;padding:22px}.hs60-marketing-grid strong{color:var(--hs60-navy)}.hs60-marketing-grid span{margin:8px 0 18px;color:var(--hs60-muted);font-size:.9rem}.hs60-marketing-grid .hs60-btn{margin-top:auto;align-self:flex-start}.hs60-copy-block{margin-top:28px;padding:30px;border:1px solid var(--hs60-line);border-radius:24px;background:var(--hs60-blue-pale)}.hs60-copy-block textarea{width:100%;min-height:240px;padding:18px;border:1px solid var(--hs60-line);border-radius:14px;background:#fff;font:inherit;line-height:1.65}.hs60-warranty-card{display:flex;flex-direction:column;justify-content:center;min-height:590px;padding:55px;border-radius:30px;background:linear-gradient(145deg,var(--hs60-navy),var(--hs60-navy-2));color:#fff;box-shadow:var(--hs60-shadow)}.hs60-warranty-card span{font-size:.9rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.hs60-warranty-card h2,.hs60-warranty-card h3{color:#fff}.hs60-warranty-card p{color:rgba(255,255,255,.8)}.hs60-warranty-card hr{width:100%;border:0;border-top:1px solid rgba(255,255,255,.25);margin:25px 0}.hs60-warranty-card b{margin-top:35px;color:var(--hs60-blue-soft)}.hs60-legal-content{max-width:1180px;margin-inline:auto}.hs60-legal-content h2{margin-top:40px;font-size:2.3rem}.hs60-legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}.hs60-legal-grid article{padding:25px;border:1px solid var(--hs60-line);border-radius:20px;background:#fff}
/* Cities */
.hs60-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hs60-city-grid a{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hs60-line);border-radius:22px;background:#fff;text-decoration:none}.hs60-city-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.hs60-city-grid span{display:flex;flex-direction:column;padding:21px}.hs60-city-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hs60-city-projects article{overflow:hidden;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}.hs60-city-projects img{width:100%;aspect-ratio:4/3;object-fit:cover}.hs60-city-projects div{padding:22px}
/* Footer */
.hs60-footer{position:relative;margin-top:0}.hs60-footer-top{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;padding-top:76px;padding-bottom:70px}.hs60-footer-top:before{content:"";position:absolute;z-index:-1;inset:0 50%;width:100vw;transform:translateX(-50%);background:var(--hs60-blue-soft)}.hs60-footer-brand img{width:135px;margin-bottom:20px}.hs60-footer-brand>span{display:block;color:var(--hs60-blue);font-size:.8rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hs60-footer-brand h2{max-width:800px;font-size:3.45rem}.hs60-footer-contact{padding:32px;border:1px solid rgba(12,47,85,.14);border-radius:24px;background:#fff}.hs60-footer-contact small{display:block;color:var(--hs60-blue);font-weight:850;text-transform:uppercase}.hs60-footer-contact>a:not(.hs60-btn){display:block;margin-top:8px;text-decoration:none;color:var(--hs60-navy)}.hs60-footer-phone{font-family:var(--hs60-serif);font-size:2.5rem!important}.hs60-footer-links{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:45px;padding-top:58px;padding-bottom:52px;color:#fff}.hs60-footer-links:before{content:"";position:absolute;z-index:-1;inset:0 50%;width:100vw;transform:translateX(-50%);background:var(--hs60-navy)}.hs60-footer-links h3{color:#fff;font-family:var(--hs60-sans);font-size:.9rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.hs60-footer-links a{display:block;margin:10px 0;color:#fff;text-decoration:none;font-size:.96rem}.hs60-footer-links p{color:rgba(255,255,255,.72);font-size:.91rem}.hs60-footer-bottom{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;padding:22px 0;color:rgba(255,255,255,.75);font-size:.86rem}.hs60-footer-bottom:before{content:"";position:absolute;z-index:-1;inset:0 50%;width:100vw;transform:translateX(-50%);background:#08233f;border-top:1px solid rgba(255,255,255,.12)}.hs60-whatsapp{position:fixed;right:20px;bottom:20px;z-index:9998;display:inline-flex;align-items:center;min-height:48px;padding:0 18px;border-radius:999px;background:var(--hs60-blue);color:#fff!important;text-decoration:none!important;font-weight:850}.hs60-cookie{position:fixed;left:50%;bottom:18px;z-index:99999;transform:translateX(-50%);display:flex;align-items:center;gap:18px;width:min(760px,calc(100% - 30px));padding:17px 20px;border-radius:18px;background:var(--hs60-navy);color:#fff;box-shadow:var(--hs60-shadow)}.hs60-cookie[hidden]{display:none}.hs60-cookie p{margin:0;color:#fff;font-size:.88rem}.hs60-cookie a{color:#fff}.hs60-cookie button{margin-left:auto;padding:10px 15px;border:0;border-radius:999px;background:#fff;color:var(--hs60-navy);font-weight:850}
/* Modal */
.hs60-modal{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(5,25,45,.94)}.hs60-modal.is-open{display:flex}.hs60-modal-shell{position:relative;width:min(1500px,100%);height:min(920px,95vh);display:grid;grid-template-rows:minmax(0,1fr) auto;border-radius:25px;overflow:hidden;background:#fff}.hs60-modal-stage{position:relative;display:grid;place-items:center;min-height:0;padding:12px;background:#071f38}.hs60-modal-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.hs60-modal-close,.hs60-modal-prev,.hs60-modal-next{position:absolute;z-index:2;display:grid;place-items:center;border:0;border-radius:999px;background:#fff;color:var(--hs60-navy);cursor:pointer}.hs60-modal-close{right:18px;top:18px;width:46px;height:46px;font-size:1.5rem}.hs60-modal-prev,.hs60-modal-next{top:50%;width:48px;height:64px;transform:translateY(-50%);font-size:2rem}.hs60-modal-prev{left:18px}.hs60-modal-next{right:18px;background:var(--hs60-blue);color:#fff}.hs60-modal-info{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:18px 24px;background:#fff}.hs60-modal-caption strong{display:block;color:var(--hs60-navy);font-size:1rem}.hs60-modal-caption span{display:block;color:var(--hs60-muted);font-size:.9rem}.hs60-modal-thumbs{grid-column:1/-1;display:flex;gap:8px;overflow:auto}.hs60-modal-thumbs button{flex:0 0 78px;height:56px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;background:none}.hs60-modal-thumbs button.is-active{border-color:var(--hs60-blue)}.hs60-modal-thumbs img{width:100%;height:100%;object-fit:cover}
@media(max-width:1240px){.hs60-menu-toggle{display:flex;justify-self:end}.hs60-header-main{grid-template-columns:auto 1fr auto;min-height:78px}.hs60-nav{display:none;position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 110px);overflow:auto;flex-direction:column;align-items:stretch;gap:4px;padding:17px;border:1px solid var(--hs60-line);border-radius:0 0 24px 24px;background:#fff;box-shadow:var(--hs60-shadow)}.hs60-header.is-open .hs60-nav{display:flex}.hs60-nav>a,.hs60-dropdown>button{width:100%;justify-content:flex-start;min-height:49px;padding-inline:16px;font-size:.92rem}.hs60-dropdown{width:100%}.hs60-dropdown-panel,.hs60-dropdown-small{position:static;display:none;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin:4px 0 9px;padding:12px;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;background:var(--hs60-blue-pale)}.hs60-dropdown.is-open>.hs60-dropdown-panel{display:grid;transform:none}.hs60-dropdown-small{grid-template-columns:1fr}.hs60-header-actions{margin-left:auto}.hs60-header-secondary{display:none!important}.hs60-hero-grid{grid-template-columns:1fr 1fr}.hs60-collection-grid{grid-template-columns:repeat(2,1fr)}.hs60-category-grid{grid-template-columns:repeat(3,1fr)}.hs60-city-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1180px){.hs60-hero-grid,.hs60-article-hero-grid,.hs60-split,.hs60-story,.hs60-quality-grid,.hs60-dealer-flow,.hs60-dealer-form-layout,.hs60-contact-layout,.hs60-login-layout{grid-template-columns:1fr}.hs60-hero-media,.hs60-hero-single{height:560px}.hs60-equal-split>div{min-height:500px}.hs60-feature-six,.hs60-tech-six{grid-template-columns:repeat(2,1fr)}.hs60-feature-four{grid-template-columns:repeat(2,1fr)}.hs60-category-grid{grid-template-columns:repeat(2,1fr)}.hs60-home-collection-grid{grid-template-columns:1fr 1fr}.hs60-wide-card,.hs60-third-card{grid-column:auto}.hs60-knowledge-grid{grid-template-columns:1fr}.hs60-quick-cards>.hs60-shell{grid-template-columns:repeat(2,1fr)}.hs60-article-layout{grid-template-columns:1fr}.hs60-article-aside{position:static;grid-template-columns:1fr 1fr}.hs60-price-grid,.hs60-process-large{grid-template-columns:repeat(2,1fr)}.hs60-gallery-landscape{grid-template-columns:repeat(2,1fr)}.hs60-project-grid{grid-template-columns:repeat(2,1fr)}.hs60-footer-top{grid-template-columns:1fr}.hs60-marketing-grid{grid-template-columns:1fr}.hs60-dashboard-head{align-items:flex-start;flex-direction:column}.hs60-dealer-code-card{min-width:0;width:100%}}
@media(max-width:800px){body.admin-bar .hs60-header{top:46px}.hs60-shell{width:calc(100% - 32px)}.hs60-section{padding:76px 0}.hs60-site h1{font-size:clamp(2.8rem,10vw,4.5rem)}.hs60-site h2{font-size:clamp(2.1rem,8vw,3.3rem)}.hs60-topbar>.hs60-shell{justify-content:center}.hs60-topbar-trust span:nth-child(n+3),.hs60-topbar-rating{display:none}.hs60-header-primary{display:none!important}.hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:36px 32px}.hs60-hero-media,.hs60-hero-single{height:500px}.hs60-usp-grid{grid-template-columns:1fr 1fr}.hs60-usp-grid article:nth-child(3){border-top:1px solid var(--hs60-line)}.hs60-usp-grid article:nth-child(4){border-top:1px solid var(--hs60-line)}.hs60-material-grid,.hs60-mini-grid,.hs60-click-grid,.hs60-quality-links,.hs60-guide-grid,.hs60-legal-grid{grid-template-columns:1fr}.hs60-step-grid,.hs60-step-four{grid-template-columns:1fr 1fr}.hs60-price-grid,.hs60-resource-grid,.hs60-city-projects{grid-template-columns:1fr}.hs60-gallery-portrait{grid-template-columns:repeat(2,1fr)}.hs60-faq-layout{grid-template-columns:1fr}.hs60-footer-links{grid-template-columns:1fr 1fr}.hs60-calculator{grid-template-columns:1fr 1fr}.hs60-calculator>div,.hs60-calculator>p{grid-column:1/-1}.hs60-dealer-images{height:auto;grid-template-columns:1fr;grid-template-rows:300px 240px 240px}.hs60-dealer-images>.hs60-photo:first-child{grid-row:auto}.hs60-marketing-grid article{grid-template-columns:1fr}.hs60-marketing-grid img{height:260px}.hs60-city-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){body.hs60-body{font-size:17px!important}.hs60-shell{width:calc(100% - 22px)}.hs60-section{padding:62px 0}.hs60-topbar-trust span:nth-child(n+2){display:none}.hs60-logo{width:112px}.hs60-header-actions{display:none}.hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:28px 24px}.hs60-hero{padding:42px 0}.hs60-hero-media{height:auto;grid-template-columns:1fr;grid-template-rows:repeat(4,260px)}.hs60-hero-three{grid-template-columns:1fr;grid-template-rows:300px 220px 220px}.hs60-hero-three>.hs60-photo:first-child{grid-row:auto}.hs60-hero-single{height:390px}.hs60-usp-grid,.hs60-home-collection-grid,.hs60-category-grid,.hs60-feature-six,.hs60-feature-four,.hs60-tech-six,.hs60-step-grid,.hs60-step-four,.hs60-gallery-landscape,.hs60-gallery-portrait,.hs60-project-grid,.hs60-price-grid,.hs60-quick-cards>.hs60-shell,.hs60-process-large,.hs60-city-grid,.hs60-footer-links,.hs60-article-aside{grid-template-columns:1fr}.hs60-usp-grid article{border:0;border-bottom:1px solid var(--hs60-line)}.hs60-card-image{height:260px}.hs60-gallery-landscape img{aspect-ratio:4/3}.hs60-gallery-portrait img{aspect-ratio:3/4}.hs60-calculator{grid-template-columns:1fr}.hs60-calculator>div,.hs60-calculator>p{grid-column:auto}.hs60-article-section{grid-template-columns:1fr}.hs60-footer-brand h2{font-size:2.6rem}.hs60-footer-bottom{flex-direction:column}.hs60-modal{padding:0}.hs60-modal-shell{height:100vh;border-radius:0}.hs60-modal-prev,.hs60-modal-next{width:42px;height:58px}.hs60-modal-prev{left:7px}.hs60-modal-next{right:7px}.hs60-form>div{grid-template-columns:1fr}.hs60-whatsapp{right:10px;bottom:10px}.hs60-cookie{align-items:flex-start;flex-direction:column}.hs60-cookie button{margin-left:0}}

/* ===== V62 final refinement: typography, equal media and videos ===== */
body.hs60-body{font-size:19px!important;line-height:1.72!important}
.hs60-site h1{font-size:clamp(3rem,4.45vw,5.05rem);line-height:1.01}
.hs60-site h2{font-size:clamp(2.25rem,3.15vw,3.75rem);line-height:1.07}
.hs60-site h3{font-size:clamp(1.5rem,1.7vw,2rem)}
.hs60-site p{font-size:1.02rem;line-height:1.75}
.hs60-site small{font-size:.92rem}
.hs60-card-body p,.hs60-feature-grid p,.hs60-tech-grid p,.hs60-material-grid p,.hs60-click-grid p,.hs60-quality-links p,.hs60-mini-grid p,.hs60-gallery em,.hs60-project-grid em{font-size:.98rem!important;line-height:1.68}
.hs60-card-body>small,.hs60-category-card small,.hs60-project-grid small{font-size:.84rem}
.hs60-nav>a,.hs60-dropdown>button{font-size:.88rem}

.hs60-collection-card,.hs60-category-card,.hs60-gallery>button,.hs60-project-grid button{height:100%}
.hs60-home-collection-grid{align-items:stretch}
.hs60-card-image{height:330px}
.hs60-third-card .hs60-card-image{height:285px}
.hs60-category-grid{align-items:stretch}
.hs60-category-card img{aspect-ratio:16/10}
.hs60-category-card>span{min-height:154px}
.hs60-feature-grid,.hs60-tech-grid,.hs60-material-grid,.hs60-step-grid{align-items:stretch}
.hs60-feature-grid article,.hs60-tech-grid article,.hs60-material-grid article,.hs60-step-grid article{height:100%}
.hs60-feature-grid article,.hs60-tech-grid article{min-height:250px}
.hs60-material-grid article{min-height:225px}

.hs60-gallery-landscape,.hs60-gallery-portrait,.hs60-project-grid{align-items:stretch}
.hs60-gallery>button>span{min-height:126px;position:relative;z-index:1;background:#fff}
.hs60-gallery-landscape img{aspect-ratio:16/10}
.hs60-gallery-portrait img{aspect-ratio:3/4}
.hs60-project-grid span{min-height:145px;background:#fff}
.hs60-project-grid img{aspect-ratio:16/10}

.hs60-compact-split{align-items:center}
.hs60-compact-split>div{min-height:480px!important;max-height:520px}
.hs60-compact-split .hs60-feature-photo{min-height:480px!important;height:100%}
.hs60-why-advisor-photo .hs60-photo img{object-fit:cover;object-position:50% 54%;transform:scale(1.08)}
.hs60-price-photo .hs60-photo img,.hs60-price-photo img{object-fit:cover;object-position:center center}

.hs60-dealer-flow{align-items:stretch}
.hs60-dealer-flow>.hs60-copy-card{height:100%}
.hs60-dealer-flow .hs60-step-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hs60-dealer-flow .hs60-step-four article{min-height:220px;padding:30px}
.hs60-dealer-form-layout{align-items:stretch}
.hs60-dealer-form-layout>.hs60-copy-card,.hs60-dealer-form-layout>.hs60-form-card{height:100%}
.hs60-click-grid a{min-height:215px}

.hs60-video-section{background:linear-gradient(180deg,#fff,var(--hs60-blue-pale))}
.hs60-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.hs60-video-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hs60-line);border-radius:26px;background:#fff;box-shadow:var(--hs60-shadow-soft)}
.hs60-video-frame{position:relative;aspect-ratio:16/9;background:var(--hs60-navy);overflow:hidden}
.hs60-video-frame video{display:block;width:100%;height:100%;object-fit:cover;background:var(--hs60-navy)}
.hs60-video-toggle{position:absolute;right:16px;bottom:16px;width:50px;height:50px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--hs60-navy);font-size:1rem;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.hs60-video-card>div:last-child{display:flex;flex-direction:column;flex:1;padding:28px 30px 30px}
.hs60-video-card small{color:var(--hs60-blue);font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hs60-video-card h3{margin-top:10px}
.hs60-video-card p{margin:0;color:var(--hs60-muted)}

.hs60-price-grid{align-items:stretch}
.hs60-price-grid article{height:100%;min-height:235px}
.hs60-price-grid article b{font-size:1.6rem;line-height:1.25}

.hs60-quick-cards a{height:100%}
.hs60-knowledge-grid{align-items:start}
.hs60-knowledge-category{height:100%}
.hs60-guide-grid a{height:100%}

@media(max-width:1180px){
  .hs60-video-grid{grid-template-columns:1fr 1fr}
  .hs60-video-card:last-child{grid-column:1/-1}
  .hs60-compact-split>div{max-height:none}
}
@media(max-width:800px){
  .hs60-video-grid{grid-template-columns:1fr}
  .hs60-video-card:last-child{grid-column:auto}
  .hs60-dealer-flow .hs60-step-four{grid-template-columns:1fr 1fr}
  .hs60-card-image,.hs60-third-card .hs60-card-image{height:290px}
}
@media(max-width:560px){
  body.hs60-body{font-size:17.5px!important}
  .hs60-site h1{font-size:clamp(2.65rem,11vw,3.85rem)}
  .hs60-site h2{font-size:clamp(2.05rem,9vw,3rem)}
  .hs60-dealer-flow .hs60-step-four{grid-template-columns:1fr}
  .hs60-compact-split>div{min-height:380px!important;max-height:none}
  .hs60-compact-split .hs60-feature-photo{min-height:380px!important}
}

/* V62.1: keep the adviser image inside its equal-height split */
.hs60-compact-split{align-items:stretch!important}
.hs60-compact-split>div{height:500px!important;min-height:500px!important;max-height:500px!important}
.hs60-compact-split>.hs60-copy-card{overflow:auto}
.hs60-crop-photo{overflow:hidden;border-radius:var(--hs60-radius)}
.hs60-compact-split .hs60-feature-photo,.hs60-compact-split .hs60-photo{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important}
.hs60-why-advisor-photo .hs60-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 52%;transform:scale(1.02)}
@media(max-width:1180px){.hs60-compact-split>div{height:auto!important;min-height:460px!important;max-height:none!important}.hs60-compact-split>.hs60-copy-card{overflow:visible}.hs60-compact-split .hs60-crop-photo{height:460px!important}}
@media(max-width:560px){.hs60-compact-split>div{min-height:360px!important}.hs60-compact-split .hs60-crop-photo{height:360px!important}}

/* ===== HuisShutters V64 definitive premium finish ===== */
:root{
  --hs60-paper:#fbfaf6;
  --hs60-white:#ffffff;
  --hs60-navy:#18345e;
  --hs60-navy-2:#244b7c;
  --hs60-blue:#5b9dce;
  --hs60-blue-soft:#e4eef8;
  --hs60-blue-pale:#f2f7fb;
  --hs60-ice:#f7f8f8;
  --hs60-text:#334a62;
  --hs60-muted:#63778b;
  --hs60-line:#d5e0e9;
  --hs60-shadow:0 24px 64px rgba(24,52,94,.10);
  --hs60-shadow-soft:0 14px 38px rgba(24,52,94,.065);
  --hs60-radius:25px;
}
body.hs60-body{font-size:19px!important;line-height:1.72!important;background:var(--hs60-paper)!important}
.hs60-site h1{font-size:clamp(2.9rem,4.25vw,4.75rem);line-height:1.025;margin-bottom:25px}
.hs60-site h2{font-size:clamp(2.15rem,3vw,3.45rem);line-height:1.08}
.hs60-site h3{font-size:clamp(1.42rem,1.55vw,1.9rem);line-height:1.2}
.hs60-site p{font-size:1.02rem;line-height:1.76}
.hs60-site small,.hs60-card-body>small,.hs60-category-card small,.hs60-project-grid small{font-size:.89rem}
.hs60-section{padding:88px 0}
.hs60-shell{width:min(1580px,calc(100% - 64px))}
.hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:46px 48px}
.hs60-eyebrow{font-size:.84rem;padding:9px 14px}
.hs60-btn{min-height:54px;font-size:.96rem;padding-inline:26px}

/* calmer header */
.hs60-topbar>.hs60-shell{min-height:36px;font-size:.8rem}
.hs60-topbar-phone{color:var(--hs60-navy)!important;text-decoration:none!important;font-weight:850;white-space:nowrap}
.hs60-header-main{min-height:84px;grid-template-columns:135px minmax(0,1fr) auto;gap:20px}
.hs60-logo{width:132px}.hs60-logo img{max-height:59px}
.hs60-nav>a,.hs60-dropdown>button{font-size:.86rem;padding-inline:9px}
.hs60-nav>a.is-active,.hs60-dropdown.is-current>button{background:var(--hs60-blue-soft);color:var(--hs60-navy)!important}
.hs60-header-actions a{min-height:46px;font-size:.84rem}
.hs60-header-secondary{background:transparent;border:1px solid var(--hs60-line)}
.hs60-header-primary{padding-inline:21px}

/* equal hero media */
.hs60-hero{padding:62px 0 70px}
.hs60-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:48px}
.hs60-hero-media,.hs60-hero-single{height:570px}
.hs60-hero-four{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
.hs60-hero-four>.hs60-photo{min-height:0}
.hs60-hero-tile img{object-fit:cover}
.hs60-photo{border-radius:22px}
.hs60-photo>span{background:rgba(255,255,255,.94);color:var(--hs60-navy)}

/* four consistent base card types */
.hs60-collection-card,.hs60-category-card,.hs60-gallery>button,.hs60-project-grid>button,.hs60-feature-grid>article,.hs60-tech-grid>article,.hs60-material-grid>article,.hs60-step-grid>article,.hs60-quality-links>a,.hs60-guide-grid>a,.hs60-city-projects>article,.hs60-resource-grid>article{
  border:1px solid var(--hs60-line);border-radius:22px;background:#fff;box-shadow:var(--hs60-shadow-soft)
}
.hs60-feature-grid>article,.hs60-tech-grid>article,.hs60-material-grid>article,.hs60-step-grid>article,.hs60-quality-links>a,.hs60-guide-grid>a{box-shadow:none}
.hs60-collection-card{display:flex;flex-direction:column;overflow:hidden;height:100%}
.hs60-card-image{display:block;height:auto;aspect-ratio:16/9;overflow:hidden;background:var(--hs60-blue-soft)}
.hs60-card-image img{width:100%;height:100%;object-fit:cover}
.hs60-card-body{display:flex!important;flex-direction:column;flex:1;padding:28px 30px 26px}
.hs60-card-body h3 a{text-decoration:none!important}
.hs60-card-body>b{display:block;margin:-3px 0 12px;color:var(--hs60-blue);font-size:.96rem}
.hs60-card-body p{font-size:.98rem!important;line-height:1.68;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hs60-card-foot{margin-top:auto;padding-top:20px;border-top:1px solid var(--hs60-line);display:flex;justify-content:space-between;gap:16px;align-items:flex-end}
.hs60-card-foot span,.hs60-card-foot a{font-size:.88rem;font-weight:850;color:var(--hs60-navy);text-decoration:none}

/* requested 2 + 2 + 3 collection structure */
.hs64-collection-layout{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:stretch}
.hs64-collection-layout>.hs60-wide-card{grid-column:span 3}
.hs64-collection-layout>.hs60-third-card{grid-column:span 2}
.hs64-collection-layout .hs60-card-image{aspect-ratio:16/8.7}
.hs64-collection-layout .hs60-third-card .hs60-card-image{aspect-ratio:4/3}

/* calm USP row */
.hs60-usp-strip{background:#fff;border-block:1px solid var(--hs60-line)}
.hs60-usp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.hs60-usp-grid article{display:grid!important;grid-template-columns:56px 1fr;gap:17px;align-items:start;min-height:150px;padding:30px;border-right:1px solid var(--hs60-line)}
.hs60-usp-grid article:last-child{border-right:0}
.hs60-icon{display:grid!important;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy);font-size:1.25rem}
.hs60-usp-grid h3{font-family:var(--hs60-sans);font-size:1.08rem;font-weight:850;letter-spacing:-.015em;margin-bottom:8px}
.hs60-usp-grid p{font-size:.94rem!important;line-height:1.55;margin:0}

/* inspiration and project cards */
.hs60-category-grid,.hs64-inspiration-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.hs60-category-card{display:flex!important;flex-direction:column;overflow:hidden;padding:0;text-align:left;cursor:pointer;height:100%}
.hs60-category-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hs60-category-card>span{display:flex!important;flex-direction:column;flex:1;min-height:150px;padding:22px 24px;background:#fff}
.hs60-category-card small{color:var(--hs60-blue);font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.hs60-category-card strong{font-family:var(--hs60-serif);font-size:1.65rem;color:var(--hs60-navy);margin:7px 0}
.hs60-category-card em{font-style:normal;color:var(--hs60-muted);font-size:.96rem}
.hs60-category-card:hover>span,.hs60-category-card:focus-visible>span{background:var(--hs60-blue-soft)}
.hs60-project-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.hs60-project-grid>button{display:flex!important;flex-direction:column;overflow:hidden;padding:0;text-align:left;height:100%}
.hs60-project-grid img{width:100%;aspect-ratio:4/3!important;object-fit:cover}
.hs60-project-grid span{display:flex!important;flex-direction:column;flex:1;min-height:145px;padding:22px 24px;background:#fff}
.hs60-project-grid strong{font-family:var(--hs60-serif);font-size:1.58rem;color:var(--hs60-navy);margin:8px 0}
.hs60-project-grid em{font-style:normal;color:var(--hs60-muted);font-size:.94rem}

/* galleries: image never flows over the caption */
.hs60-gallery{align-items:stretch}
.hs60-gallery-landscape{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hs60-gallery-portrait{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hs60-gallery>button{display:flex!important;flex-direction:column;overflow:hidden;height:100%;padding:0;text-align:left}
.hs60-gallery-landscape img{width:100%;aspect-ratio:4/3!important;object-fit:cover}
.hs60-gallery-portrait img{width:100%;aspect-ratio:4/5!important;object-fit:cover}
.hs60-gallery>button>span{display:flex!important;flex-direction:column;flex:1;min-height:118px;padding:20px 22px;background:#fff;position:relative!important}
.hs60-gallery strong{color:var(--hs60-navy);font-size:1rem;line-height:1.4}
.hs60-gallery em{margin-top:6px;color:var(--hs60-muted);font-size:.93rem!important;line-height:1.5;font-style:normal}
.hs60-gallery-label{margin:42px 0 18px;color:var(--hs60-navy);font-weight:850;text-transform:uppercase;letter-spacing:.07em;font-size:.86rem}

/* equal facts, steps and resource cards */
.hs60-feature-six,.hs60-tech-six{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.hs60-feature-grid,.hs60-tech-grid,.hs60-material-grid,.hs60-step-grid,.hs60-process-large,.hs60-resource-grid{align-items:stretch}
.hs60-feature-grid article,.hs60-tech-grid article,.hs60-material-grid article,.hs60-step-grid article,.hs60-process-large article,.hs60-resource-grid article{height:100%;min-height:0!important}
.hs60-material-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.hs60-material-grid article{padding:30px}
.hs60-process-large{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hs60-process-large article{padding:30px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}
.hs60-process-large article:last-child{grid-column:span 2}
.hs60-step-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}

/* knowledge center */
.hs60-search-label{display:grid;gap:9px;margin-top:26px;color:var(--hs60-navy);font-weight:800}
.hs60-search-label input{min-height:52px;padding:0 17px;border:1px solid var(--hs60-line);border-radius:14px;background:#fff;font-size:1rem}
.hs60-quick-cards{padding:28px 0;background:#fff;border-block:1px solid var(--hs60-line)}
.hs60-quick-cards>.hs60-shell{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.hs60-quick-cards a{display:grid!important;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;min-height:120px;padding:19px;border:1px solid var(--hs60-line);border-radius:18px;background:#fff;text-decoration:none!important}
.hs60-quick-cards a:hover{background:var(--hs60-blue-soft)}
.hs60-quick-cards span{display:grid;gap:4px}.hs60-quick-cards small{color:var(--hs60-blue);font-weight:850;text-transform:uppercase;letter-spacing:.05em}.hs60-quick-cards strong{font-family:var(--hs60-serif);font-size:1.3rem;color:var(--hs60-navy)}
.hs60-knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.hs60-knowledge-category{display:flex;flex-direction:column;overflow:hidden}
.hs60-knowledge-category>img{width:100%;aspect-ratio:16/7;object-fit:cover}
.hs60-knowledge-category>div{padding:30px;display:flex;flex-direction:column;flex:1}
.hs60-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;align-items:stretch}
.hs60-guide-grid a{display:flex!important;flex-direction:column;min-height:205px;padding:21px;text-decoration:none!important}
.hs60-guide-grid strong{color:var(--hs60-navy);font-size:1rem;line-height:1.45}.hs60-guide-grid p{font-size:.93rem!important;line-height:1.58}.hs60-guide-grid em{margin-top:auto;color:var(--hs60-navy);font-style:normal;font-weight:850;font-size:.88rem}

/* city/project detail */
.hs60-city-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.hs60-city-grid>a{display:flex!important;flex-direction:column;overflow:hidden;border:1px solid var(--hs60-line);border-radius:22px;background:#fff;text-decoration:none!important;box-shadow:var(--hs60-shadow-soft)}
.hs60-city-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hs60-city-grid span{display:flex;flex-direction:column;flex:1;min-height:126px;padding:20px 22px}.hs60-city-grid small{color:var(--hs60-blue);font-weight:850}.hs60-city-grid strong{font-family:var(--hs60-serif);font-size:1.55rem;color:var(--hs60-navy);margin:5px 0}.hs60-city-grid em{font-style:normal;color:var(--hs60-muted)}
.hs60-city-projects{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.hs60-city-projects article{display:flex;flex-direction:column;overflow:hidden}
.hs60-city-projects img{width:100%;aspect-ratio:4/3;object-fit:cover}.hs60-city-projects article>div{display:flex;flex-direction:column;flex:1;padding:24px}.hs60-city-projects article a{margin-top:auto;color:var(--hs60-navy);font-weight:850;text-decoration:none}
.hs64-city-featured>div{height:540px}.hs64-city-featured .hs60-copy-card{height:540px;overflow:auto}
.hs60-final-panel{display:flex;align-items:center;justify-content:space-between;gap:35px;padding:45px 50px;border-radius:25px;background:var(--hs60-blue-soft)}
.hs60-final-panel h2{margin-bottom:10px}
.hs64-three-usp{grid-template-columns:repeat(3,minmax(0,1fr))}
.hs64-three-usp article:last-child{border-right:0}

/* prices and equal split images */
.hs60-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hs60-price-grid article{display:flex;flex-direction:column;padding:28px;min-height:240px}.hs60-price-grid b{margin-top:auto;font-size:1.38rem!important;color:var(--hs60-navy)}
.hs60-calculator{border-radius:24px}.hs60-calculator .hs60-btn{align-self:center}
.hs64-price-split>div{height:560px}.hs64-price-split .hs60-copy-card{height:560px;overflow:auto}.hs64-price-split .hs60-crop-photo,.hs64-price-split .hs60-photo{height:560px!important}

/* dealer and forms */
.hs60-dealer-flow{grid-template-columns:.85fr 1.15fr}.hs60-dealer-flow>.hs60-copy-card{height:100%}
.hs60-dealer-flow .hs60-step-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hs60-dealer-flow .hs60-step-four article{min-height:210px}
.hs60-dealer-form-layout{align-items:stretch}.hs60-dealer-form-layout>*{height:100%}
.hs60-click-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.hs60-click-grid a{display:flex!important;flex-direction:column;min-height:220px}.hs60-click-grid em{margin-top:auto}
.hs60-form label{font-size:.96rem}.hs60-form input,.hs60-form textarea,.hs60-form select{font-size:1rem;min-height:48px}.hs60-consent{display:flex!important;grid-template-columns:auto 1fr;align-items:start;gap:10px!important;font-weight:500!important}.hs60-consent input{width:20px!important;min-height:20px!important;margin-top:3px}.hs60-consent a{color:var(--hs60-navy);font-weight:800}
.hs64-login-simple{grid-template-columns:minmax(0,620px);justify-content:center}.hs64-login-simple .hs60-login-card{height:auto}.hs64-login-logo{width:150px;margin-bottom:22px}.hs64-login-links{display:flex;justify-content:space-between;gap:16px;margin-top:22px;font-size:.94rem}.hs64-login-links a{color:var(--hs60-navy);font-weight:800;text-decoration:none}
.hs60-resource-grid article{min-height:300px}.hs60-resource-grid article .hs60-btn{margin-top:auto;align-self:flex-start}
.hs60-marketing-grid article{height:100%}.hs60-marketing-grid img{object-fit:cover}

/* guarantee, legal and footer */
.hs64-warranty-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.hs64-warranty-pair article{display:flex;flex-direction:column;min-height:360px;padding:42px;border-radius:25px;background:#fff;border:1px solid var(--hs60-line);box-shadow:var(--hs60-shadow-soft)}
.hs64-warranty-pair small{color:var(--hs60-blue);font-weight:850;text-transform:uppercase;letter-spacing:.07em}.hs64-warranty-pair strong{font-family:var(--hs60-serif);font-size:5rem;line-height:1;color:var(--hs60-navy);margin:25px 0 12px}.hs64-warranty-pair p{margin-top:auto}
.hs64-service-photo{height:320px!important;margin-top:25px}.hs64-service-photo img{object-position:center 52%}
.hs60-legal-content{max-width:900px}.hs60-legal-content>p{max-width:760px}.hs60-legal-content h2{font-size:2.25rem;margin-top:46px}.hs60-legal-content p{font-size:1.03rem;line-height:1.82}
.hs60-footer-light{background:var(--hs60-blue-soft)}.hs60-footer-dark{background:var(--hs60-navy)}
.hs60-footer-top:before,.hs60-footer-links:before,.hs60-footer-bottom:before{display:none!important}.hs60-footer-top{padding-top:70px;padding-bottom:65px}.hs60-footer-links{padding-top:54px;padding-bottom:46px}.hs60-footer-bottom{border-top:1px solid rgba(255,255,255,.13)}

/* article */
.hs60-article-body{min-width:0}.hs60-article-section{display:grid;grid-template-columns:56px 1fr;gap:22px;padding:35px 0;border-bottom:1px solid var(--hs60-line)}.hs60-article-section>b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy)}
.hs60-article-cta{margin-top:45px;padding:40px;border-radius:24px;background:var(--hs60-blue-soft)}
.hs60-article-aside>div{padding:25px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}.hs60-aside-photo{height:260px;margin:18px 0}

/* modal: full image plus caption below */
.hs60-modal-shell{grid-template-rows:minmax(0,1fr) auto}.hs60-modal-stage{background:#102947}.hs60-modal-stage img{object-fit:contain}.hs60-modal-info{min-height:96px;align-items:center}.hs60-modal-caption strong{font-size:1.08rem}.hs60-modal-caption span{font-size:.95rem;margin-top:4px}

@media(max-width:1240px){
  .hs60-header-main{grid-template-columns:125px 1fr auto}
  .hs60-header-secondary{display:none!important}
  .hs60-hero-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:1180px){
  .hs60-shell{width:calc(100% - 44px)}
  .hs60-hero-grid{grid-template-columns:1fr}.hs60-hero-media,.hs60-hero-single{height:540px}
  .hs64-collection-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.hs64-collection-layout>.hs60-wide-card,.hs64-collection-layout>.hs60-third-card{grid-column:auto}
  .hs60-category-grid,.hs64-inspiration-grid,.hs60-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-feature-six,.hs60-tech-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hs60-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-gallery-landscape,.hs60-gallery-portrait{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-quick-cards>.hs60-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.hs60-quick-cards a:last-child{grid-column:1/-1}
  .hs60-knowledge-grid{grid-template-columns:1fr}
  .hs60-process-large{grid-template-columns:repeat(2,minmax(0,1fr))}.hs60-process-large article:last-child{grid-column:auto}
  .hs60-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .hs60-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-city-grid,.hs60-city-projects{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs64-city-featured>div,.hs64-city-featured .hs60-copy-card,.hs64-price-split>div,.hs64-price-split .hs60-copy-card,.hs64-price-split .hs60-crop-photo,.hs64-price-split .hs60-photo{height:auto!important;min-height:460px}
}
@media(max-width:800px){
  body.hs60-body{font-size:18px!important}.hs60-site h1{font-size:clamp(2.6rem,9.5vw,3.9rem)}.hs60-site h2{font-size:clamp(2rem,7.7vw,3rem)}
  .hs60-shell{width:calc(100% - 30px)}.hs60-section{padding:70px 0}.hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:34px 28px}
  .hs60-topbar-phone{display:none}.hs60-topbar>.hs60-shell{justify-content:center}.hs60-topbar-trust span:nth-child(n+3){display:none}
  .hs60-hero-media{height:auto;grid-template-rows:repeat(2,250px)}.hs60-hero-single{height:440px}
  .hs60-usp-grid{grid-template-columns:1fr 1fr}.hs60-usp-grid article{border-bottom:1px solid var(--hs60-line)}.hs60-usp-grid article:nth-child(2){border-right:0}
  .hs60-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-guide-grid{grid-template-columns:1fr}
  .hs60-dealer-flow{grid-template-columns:1fr}.hs60-dealer-flow .hs60-step-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs60-footer-links{grid-template-columns:1fr 1fr}
  .hs64-warranty-pair{grid-template-columns:1fr}.hs64-warranty-pair article{min-height:300px}
  .hs60-final-panel{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  body.hs60-body{font-size:17.5px!important}.hs60-shell{width:calc(100% - 22px)}.hs60-section{padding:58px 0}
  .hs60-site h1{font-size:clamp(2.45rem,11vw,3.45rem)}.hs60-site h2{font-size:clamp(1.95rem,9vw,2.75rem)}.hs60-site h3{font-size:1.42rem}
  .hs60-copy-card,.hs60-form-card,.hs60-login-card,.hs60-legal-content{padding:27px 23px}
  .hs60-hero-media{grid-template-columns:1fr;grid-template-rows:repeat(4,230px)}.hs60-hero-single{height:350px}
  .hs64-collection-layout,.hs60-category-grid,.hs64-inspiration-grid,.hs60-project-grid,.hs60-feature-six,.hs60-tech-six,.hs60-material-grid,.hs60-gallery-landscape,.hs60-gallery-portrait,.hs60-price-grid,.hs60-city-grid,.hs60-city-projects,.hs60-step-grid,.hs60-process-large,.hs60-quick-cards>.hs60-shell,.hs60-guide-grid,.hs60-click-grid,.hs60-footer-links{grid-template-columns:1fr!important}
  .hs60-quick-cards a:last-child{grid-column:auto}.hs60-usp-grid{grid-template-columns:1fr}.hs60-usp-grid article{border-right:0}
  .hs60-card-image,.hs64-collection-layout .hs60-card-image,.hs64-collection-layout .hs60-third-card .hs60-card-image{aspect-ratio:4/3}
  .hs60-dealer-flow .hs60-step-four{grid-template-columns:1fr}.hs64-login-links{flex-direction:column}
  .hs60-footer-brand h2{font-size:2.4rem}.hs60-footer-bottom{align-items:flex-start;flex-direction:column}
  .hs60-modal-info{grid-template-columns:1fr}.hs60-modal-counter{position:absolute;right:18px;bottom:18px}
}

/* ===== HuisShutters V64.2: refined homepage hero ===== */
.hs64-home-hero{
  padding:52px 0 72px;
  background:
    radial-gradient(circle at 87% 16%,rgba(255,255,255,.76),transparent 34%),
    linear-gradient(135deg,#eaf3f9 0%,#f6fafc 48%,#dcebf6 100%)!important;
}
.hs64-home-hero-grid{
  grid-template-columns:minmax(500px,.82fr) minmax(690px,1.18fr)!important;
  gap:32px!important;
  align-items:stretch!important;
}
.hs64-home-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:552px;
  min-height:552px;
  padding:48px 52px!important;
  border-radius:28px;
  background:rgba(255,255,255,.94);
  box-shadow:0 22px 58px rgba(24,52,94,.085);
}
.hs64-home-copy h1{
  max-width:12.4ch;
  margin-bottom:22px;
  font-size:clamp(3rem,3.55vw,4.3rem)!important;
  line-height:1.035!important;
  letter-spacing:-.038em;
}
.hs64-home-copy h1 span{display:block}
.hs64-home-copy>p{
  max-width:39rem;
  margin-bottom:0;
  font-size:1.04rem!important;
  line-height:1.68!important;
}
.hs64-home-copy .hs60-actions{margin-top:24px}
.hs64-home-facts{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:30px!important;
}
.hs64-home-facts span{
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  min-height:69px;
  padding:12px 14px!important;
  border:1px solid rgba(24,52,94,.10)!important;
  border-radius:16px!important;
  background:var(--hs60-blue-pale)!important;
}
.hs64-home-facts b{
  color:var(--hs60-navy);
  font-size:.97rem;
  line-height:1.2;
  font-weight:900;
}
.hs64-home-facts small{
  margin-top:3px;
  color:var(--hs60-muted);
  font-size:.78rem!important;
  line-height:1.25;
  font-weight:720;
}
.hs64-home-media{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  height:552px!important;
}
.hs64-home-media>.hs60-photo{
  min-width:0;
  min-height:0;
  border:1px solid rgba(24,52,94,.08);
  border-radius:24px!important;
  box-shadow:0 16px 38px rgba(24,52,94,.085);
}
.hs64-home-media>.hs60-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.hs64-home-media>.hs60-photo:hover img{transform:scale(1.025)}
.hs64-home-media>.hs60-photo>span{
  left:14px;
  bottom:14px;
  opacity:1!important;
  transform:none!important;
  padding:8px 12px;
  border:1px solid rgba(24,52,94,.09);
  font-size:.79rem;
  box-shadow:0 8px 20px rgba(24,52,94,.09);
}
.hs64-home-hero + .hs60-usp-strip{
  position:relative;
  z-index:4;
  margin-top:-28px;
  padding:0 0 12px;
  border:0;
  background:transparent;
}
.hs64-home-hero + .hs60-usp-strip .hs60-usp-grid{
  overflow:hidden;
  border:1px solid var(--hs60-line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 44px rgba(24,52,94,.075);
}
.hs64-home-hero + .hs60-usp-strip .hs60-usp-grid article{
  min-height:132px;
  padding:24px 26px;
}
.hs60-home #collecties{padding-top:76px}
.hs60-home #collecties .hs60-section-head{margin-bottom:42px}

@media(max-width:1240px){
  .hs64-home-hero-grid{
    grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr)!important;
    gap:28px!important;
  }
  .hs64-home-copy,.hs64-home-media{height:520px!important;min-height:520px}
  .hs64-home-copy{padding:42px 44px!important}
  .hs64-home-copy h1{font-size:clamp(2.9rem,3.65vw,3.95rem)!important}
  .hs64-home-facts span{padding-inline:11px!important}
}
@media(max-width:1180px){
  .hs64-home-hero{padding-top:42px}
  .hs64-home-hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  .hs64-home-copy{height:auto!important;min-height:0;padding:43px 45px!important}
  .hs64-home-copy h1{max-width:15ch;font-size:clamp(3rem,7vw,4.35rem)!important}
  .hs64-home-media{height:520px!important;min-height:0}
  .hs64-home-hero + .hs60-usp-strip{margin-top:-18px}
}
@media(max-width:800px){
  .hs64-home-hero{padding:34px 0 54px}
  .hs64-home-copy{padding:34px 30px!important}
  .hs64-home-copy h1{font-size:clamp(2.65rem,9vw,3.65rem)!important}
  .hs64-home-copy>p{font-size:1rem!important}
  .hs64-home-media{height:440px!important;grid-template-rows:repeat(2,minmax(0,1fr))!important}
  .hs64-home-hero + .hs60-usp-strip{margin-top:-12px}
  .hs64-home-hero + .hs60-usp-strip .hs60-usp-grid{border-radius:20px}
}
@media(max-width:560px){
  .hs64-home-hero{padding:26px 0 42px}
  .hs64-home-copy{padding:28px 23px!important;border-radius:22px}
  .hs64-home-copy h1{max-width:none;font-size:clamp(2.35rem,10.6vw,3.2rem)!important}
  .hs64-home-copy h1 span{display:inline}
  .hs64-home-copy h1 span+span:before{content:" ";}
  .hs64-home-copy .hs60-actions{margin-top:20px}
  .hs64-home-copy .hs60-actions .hs60-btn{width:100%}
  .hs64-home-facts{grid-template-columns:1fr 1fr;gap:8px;margin-top:22px!important}
  .hs64-home-facts span:last-child{grid-column:1/-1}
  .hs64-home-media{
    height:auto!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:repeat(2,175px)!important;
    gap:9px!important;
  }
  .hs64-home-media>.hs60-photo{border-radius:17px!important}
  .hs64-home-media>.hs60-photo>span{left:8px;bottom:8px;padding:6px 8px;font-size:.68rem}
  .hs64-home-hero + .hs60-usp-strip{margin-top:0;padding-top:0}
  .hs64-home-hero + .hs60-usp-strip .hs60-usp-grid{border-radius:18px}
  .hs60-home #collecties{padding-top:58px}
}

/* ===== V64.4 gerichte correcties op V64.2-basis ===== */
/* Homepage USP-iconen: alleen het icoon gewijzigd, kaartopbouw blijft identiek */
.hs60-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--hs60-blue-soft);color:var(--hs60-blue);box-shadow:inset 0 0 0 1px rgba(29,96,166,.08)}
.hs60-icon svg{display:block;width:27px;height:27px}

/* Grote video-lightbox zonder overige homepage-layout te wijzigen */
.hs60-video-frame{display:block;position:relative;width:100%;padding:0;border:0;background:var(--hs60-navy);cursor:pointer;overflow:hidden;aspect-ratio:16/9}
.hs60-video-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.hs60-video-card:hover .hs60-video-frame img{transform:scale(1.015)}
.hs60-video-toggle{display:grid;place-items:center}
.hs64-video-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:3vh 3vw;background:rgba(5,18,34,.93);backdrop-filter:blur(8px)}
.hs64-video-modal.is-open{display:flex}
.hs64-video-modal-shell{position:relative;width:min(92vw,1500px);max-height:94vh;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#071a30;box-shadow:0 30px 100px rgba(0,0,0,.48)}
.hs64-video-modal-stage{display:flex;align-items:center;justify-content:center;min-height:0;background:#000}
.hs64-video-modal-stage video{display:block;width:100%;max-height:82vh;aspect-ratio:16/9;object-fit:contain;background:#000}
.hs64-video-modal-close{position:absolute;z-index:2;top:14px;right:14px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--hs60-navy);font-size:1.8rem;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.25)}
.hs64-video-modal-caption{padding:15px 22px 17px;background:#fff;color:var(--hs60-navy)}

/* Alleen gecombineerde inspiratie/projectpagina: normale 3-koloms projectkaarten */
.hs64-inspiration-projects .hs60-gallery-landscape{grid-template-columns:repeat(3,minmax(0,1fr))}
.hs64-inspiration-projects .hs60-gallery-landscape img{width:100%;aspect-ratio:4/3!important;height:auto!important;object-fit:cover}
.hs64-inspiration-projects .hs60-gallery-landscape>button{min-width:0;width:auto!important;max-width:none!important}

/* Alleen niet-houten collectie-projecten: 6 gelijke kaarten 3 + 3, niet schermvullend */
.hs60-collection-oak #projecten .hs60-gallery-landscape,
.hs60-collection-sandblasted #projecten .hs60-gallery-landscape,
.hs60-collection-plastic #projecten .hs60-gallery-landscape,
.hs60-collection-aluminium #projecten .hs60-gallery-landscape,
.hs60-collection-jdb #projecten .hs60-gallery-landscape,
.hs60-collection-special #projecten .hs60-gallery-landscape{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}
.hs60-collection-oak #projecten .hs60-gallery-landscape img,
.hs60-collection-sandblasted #projecten .hs60-gallery-landscape img,
.hs60-collection-plastic #projecten .hs60-gallery-landscape img,
.hs60-collection-aluminium #projecten .hs60-gallery-landscape img,
.hs60-collection-jdb #projecten .hs60-gallery-landscape img,
.hs60-collection-special #projecten .hs60-gallery-landscape img{aspect-ratio:4/3!important;height:auto!important;object-fit:cover}

/* Prijzen: exact 2 rijen van 4 op desktop */
.hs64-price-grid-eight{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.hs64-price-grid-eight>article{height:100%}

/* Kenniscentrum: verschillende covers behouden dezelfde kaartmaat */
.hs60-knowledge-category>img{width:100%;aspect-ratio:16/7;object-fit:cover}
.hs60-article-hero-image{overflow:hidden;border-radius:26px;border:1px solid var(--hs60-line);background:#fff;box-shadow:var(--hs60-shadow-soft)}
.hs60-article-hero-image img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover}
.hs64-article-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hs64-article-gallery>button{display:flex;flex-direction:column;min-width:0;padding:0;overflow:hidden;text-align:left;border:1px solid var(--hs60-line);border-radius:20px;background:#fff;cursor:pointer}
.hs64-article-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hs64-article-gallery span{display:flex;flex-direction:column;min-height:96px;padding:16px 18px}
.hs64-article-gallery strong{color:var(--hs60-navy);font-size:.94rem;line-height:1.35}
.hs64-article-gallery em{margin-top:5px;color:var(--hs60-muted);font-style:normal;font-size:.84rem;line-height:1.4}

/* Eigenaarstoegang dealerportaal */
.hs64-owner-access{padding:24px;border:1px solid var(--hs60-line);border-radius:20px;background:var(--hs60-blue-pale);align-self:start}
.hs64-owner-access strong{display:block;color:var(--hs60-navy);font-size:1.12rem;margin-bottom:6px}
.hs64-owner-access p{margin:0 0 16px}

@media(max-width:1180px){
  .hs64-price-grid-eight,.hs64-article-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hs64-inspiration-projects .hs60-gallery-landscape,
  .hs60-collection-oak #projecten .hs60-gallery-landscape,.hs60-collection-sandblasted #projecten .hs60-gallery-landscape,.hs60-collection-plastic #projecten .hs60-gallery-landscape,.hs60-collection-aluminium #projecten .hs60-gallery-landscape,.hs60-collection-jdb #projecten .hs60-gallery-landscape,.hs60-collection-special #projecten .hs60-gallery-landscape{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
  .hs64-video-modal{padding:0}
  .hs64-video-modal-shell{width:100vw;max-height:100vh;border-radius:0}
  .hs64-video-modal-stage video{max-height:86vh}
}
@media(max-width:560px){
  .hs64-price-grid-eight,.hs64-article-gallery,.hs64-inspiration-projects .hs60-gallery-landscape,
  .hs60-collection-oak #projecten .hs60-gallery-landscape,.hs60-collection-sandblasted #projecten .hs60-gallery-landscape,.hs60-collection-plastic #projecten .hs60-gallery-landscape,.hs60-collection-aluminium #projecten .hs60-gallery-landscape,.hs60-collection-jdb #projecten .hs60-gallery-landscape,.hs60-collection-special #projecten .hs60-gallery-landscape{grid-template-columns:1fr!important}
  .hs60-article-hero-image img{min-height:280px}
}


/* ===== V64.4.2 livegangcorrecties ===== */
.hs64-guides-toggle{margin-top:14px;padding:0;border:0;background:transparent;color:var(--hs60-blue);font:inherit;font-weight:750;cursor:pointer}
.hs64-guides-toggle:hover{text-decoration:underline}
.hs64-table-wrap{overflow-x:auto;margin-top:18px;border:1px solid var(--hs60-line);border-radius:18px;background:#fff}
.hs64-comparison{width:100%;border-collapse:collapse;min-width:680px}
.hs64-comparison th,.hs64-comparison td{padding:14px 16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--hs60-line);font-size:.92rem;line-height:1.45}
.hs64-comparison th{background:var(--hs60-blue-pale);color:var(--hs60-navy);font-weight:800}
.hs64-comparison tr:last-child td{border-bottom:0}
.hs64-article-extra{margin:36px 0;padding:28px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}
.hs64-article-extra h2{margin-top:0}
.hs64-article-steps{display:grid;gap:12px;margin:18px 0 0;padding:0;counter-reset:hs-step;list-style:none}
.hs64-article-steps li{position:relative;padding:14px 16px 14px 52px;border:1px solid var(--hs60-line);border-radius:14px;background:var(--hs60-blue-pale);color:var(--hs60-navy)}
.hs64-article-steps li:before{counter-increment:hs-step;content:counter(hs-step);position:absolute;left:14px;top:12px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--hs60-blue);color:#fff;font-weight:800;font-size:.8rem}
.hs64-project-overview{grid-template-columns:repeat(3,minmax(0,1fr))}
.hs64-project-overview article{height:100%}
.hs64-project-overview article>div{display:flex;flex-direction:column;height:100%}
.hs64-project-overview small{color:var(--hs60-blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.hs64-project-links{display:flex;flex-direction:column;gap:7px;margin-top:auto;padding-top:12px}
@media(max-width:1180px){.hs64-project-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){
  .hs64-home-media{grid-template-rows:190px!important;height:190px!important}
  .hs64-home-media>.hs60-photo:nth-child(n+3){display:none!important}
  .hs64-project-overview{grid-template-columns:1fr}
  body.hs64-cookie-open .hs60-whatsapp{bottom:155px}
  .hs64-article-extra{padding:20px 18px}
}

/* V64.4.2: eerste lokale stadsproject is de hero, projectinfo volgt zonder dubbel beeld */
.hs64-city-featured-text{padding-top:28px;padding-bottom:28px}
.hs64-city-featured-copy{max-width:860px;margin:0 auto}
@media(max-width:760px){.hs64-city-featured-text{padding-top:18px;padding-bottom:18px}}

/* ===== V64.4.3 correctieronde 13-08-2026 ===== */
[hidden]{display:none!important}

/* Klikbare informatiekaarten op collecties, waarom en prijzen */
.hs64-linked-cards>a{
  position:relative;display:flex;flex-direction:column;min-width:0;height:100%;padding:30px;
  border:1px solid var(--hs60-line);border-radius:24px;background:#fff;text-decoration:none!important;
  color:inherit;box-shadow:none;transition:transform .16s ease,background .16s ease,border-color .16s ease
}
.hs64-linked-cards>a:hover,.hs64-linked-cards>a:focus-visible{transform:translateY(-2px);background:var(--hs60-blue-pale);border-color:rgba(71,145,198,.38);outline:0}
.hs64-linked-cards>a>b{display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;margin-bottom:17px;border-radius:50%;background:var(--hs60-navy);color:#fff;font-size:.88rem}
.hs64-linked-cards>a h3{color:var(--hs60-navy);margin-top:0}
.hs64-linked-cards>a p{color:var(--hs60-muted);margin-bottom:16px}
.hs64-linked-cards>a em{margin-top:auto;color:var(--hs60-blue);font-style:normal;font-weight:850;font-size:.88rem}
.hs60-material-grid.hs64-linked-cards>a{min-height:225px}
.hs60-material-grid.hs64-linked-cards>a:nth-child(even){background:var(--hs60-blue-pale)}
.hs60-material-grid.hs64-linked-cards>a:nth-child(even):hover{background:#fff}
.hs60-mini-grid.hs64-linked-cards>a{padding:18px;border-radius:17px;min-height:155px}
.hs60-mini-grid.hs64-linked-cards>a>b{width:auto;height:auto;display:block;margin:0 0 10px;background:transparent;color:var(--hs60-navy);font-size:.8rem}
.hs60-mini-grid.hs64-linked-cards>a h3{font-size:1.25rem}
.hs60-mini-grid.hs64-linked-cards>a p{font-size:.9rem!important;margin:0 0 12px}
.hs60-feature-grid.hs64-linked-cards>a,.hs60-tech-grid.hs64-linked-cards>a{min-height:250px}
.hs64-material-six{grid-template-columns:repeat(3,minmax(0,1fr))!important}

/* Collectieproces: geen lege witte kaarten meer */
.hs64-collection-steps .hs60-step-grid{align-items:stretch}
.hs64-step-links>a{display:flex;flex-direction:column;min-height:230px;padding:26px 24px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff;text-decoration:none!important;transition:.16s}
.hs64-step-links>a:hover,.hs64-step-links>a:focus-visible{transform:translateY(-2px);background:var(--hs60-blue-pale);outline:0}
.hs64-step-links>a>b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--hs60-navy);color:#fff}
.hs64-step-links>a h3{margin:18px 0 8px;color:var(--hs60-navy)}
.hs64-step-links>a p{margin:0 0 14px;color:var(--hs60-muted);font-size:.94rem!important}
.hs64-step-links>a em{margin-top:auto;color:var(--hs60-blue);font-style:normal;font-weight:850;font-size:.87rem}

/* Houten collectie: 6 materiaalkeuzes 3 + 3 en 8 staande projecten 4 + 4 */
.hs60-collection-wood .hs60-gallery-portrait{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}

/* Geen interne scrollbalken op inhoudskaarten */
.hs64-no-scroll-split>div,.hs64-no-scroll-split>.hs60-copy-card,
.hs64-price-split>div,.hs64-price-split .hs60-copy-card{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
.hs64-no-scroll-split .hs60-crop-photo,.hs64-no-scroll-split .hs60-feature-photo,.hs64-no-scroll-split .hs60-photo,
.hs64-price-split .hs60-crop-photo,.hs64-price-split .hs60-photo{height:auto!important;min-height:500px!important;max-height:none!important}
.hs64-no-scroll-split .hs60-feature-photo img,.hs64-price-split .hs60-photo img{height:100%;min-height:500px;object-fit:cover}

/* FAQ: echte zichtbare accordion op alle collectie- en kennispagina's */
.hs60-faq-list{display:grid;gap:12px}
.hs60-faq-list details{overflow:hidden;padding:0 22px;border:1px solid var(--hs60-line);border-radius:18px;background:#fff;transition:border-color .16s ease,background .16s ease}
.hs60-faq-list details:hover,.hs60-faq-list details[open]{border-color:rgba(71,145,198,.45);background:#fff}
.hs60-faq-list summary{position:relative;padding:20px 42px 20px 0;color:var(--hs60-navy);font-weight:820;cursor:pointer;list-style:none}
.hs60-faq-list summary::-webkit-details-marker{display:none}
.hs60-faq-list summary:after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--hs60-blue-pale);color:var(--hs60-navy);font-size:1.2rem;font-weight:500}
.hs60-faq-list details[open] summary:after{content:'–'}
.hs60-faq-list details p{margin:0;padding:0 42px 20px 0;color:var(--hs60-muted);font-size:.96rem!important;line-height:1.7}

/* Waarom HuisShutters: zes materiaalkeuzes in balans */
.hs64-quality-six{align-items:stretch}
.hs64-quality-six>a{min-height:175px}

/* Kennisartikelen: 8 beelden exact 4 + 4, zonder roze active state */
.hs64-article-gallery>button{-webkit-appearance:none;appearance:none;color:inherit;outline:none;box-shadow:none;transition:.16s ease}
.hs64-article-gallery>button:hover,.hs64-article-gallery>button:focus-visible,.hs64-article-gallery>button:active{background:#fff!important;border-color:var(--hs60-navy)!important;box-shadow:0 0 0 3px rgba(20,57,101,.08)!important;color:inherit!important;outline:none!important}
.hs64-article-gallery>button:focus:not(:focus-visible){box-shadow:none!important}

/* Kennisartikelen krijgen per onderwerp een eigen, maar consistente, accentbehandeling */
.hs64-article-theme-compare .hs60-article-hero{background:#edf5fb}
.hs64-article-theme-price .hs60-article-hero{background:#f7f4ee}
.hs64-article-theme-maatwerk .hs60-article-hero{background:#eaf4f8}
.hs64-article-theme-material .hs60-article-hero{background:#f4f1eb}
.hs64-article-theme-room .hs60-article-hero{background:#f7f7f3}
.hs64-article-theme-shape .hs60-article-hero{background:#e8f2f8}
.hs64-article-theme-comfort .hs60-article-hero{background:#f4f7f8}
.hs64-article-theme-care .hs60-article-hero{background:#f5f5f0}
.hs64-article-theme-design .hs60-article-hero{background:#eef3f8}
.hs64-article-theme-install .hs60-article-hero{background:#f2f6f8}
.hs64-article-theme-room .hs64-article-hero-split>div:first-child,
.hs64-article-theme-design .hs64-article-hero-split>div:first-child{order:2}
.hs64-article-theme-room .hs64-article-hero-split>div:last-child,
.hs64-article-theme-design .hs64-article-hero-split>div:last-child{order:1}
.hs64-article-theme-price .hs60-article-section>b{background:#fff;border:1px solid var(--hs60-line)}
.hs64-article-theme-shape .hs60-article-section>b,.hs64-article-theme-maatwerk .hs60-article-section>b{background:var(--hs60-navy);color:#fff}
.hs64-article-theme-care .hs64-article-extra{background:#f9faf7}

/* Kenniscentrum: vier kaarten zichtbaar geven een vaste 2x2 indeling */
.hs60-guide-grid>a{min-height:205px}

/* Formulieren */
.hs60-form input:invalid:not(:placeholder-shown){box-shadow:none}

@media(max-width:1180px){
  .hs64-material-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hs60-collection-wood .hs60-gallery-portrait{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs64-no-scroll-split .hs60-crop-photo,.hs64-no-scroll-split .hs60-feature-photo,.hs64-no-scroll-split .hs60-photo,
  .hs64-price-split .hs60-crop-photo,.hs64-price-split .hs60-photo{min-height:460px!important}
}
@media(max-width:800px){
  .hs64-article-theme-room .hs64-article-hero-split>div,.hs64-article-theme-design .hs64-article-hero-split>div{order:initial}
}
@media(max-width:560px){
  .hs64-material-six,.hs60-collection-wood .hs60-gallery-portrait{grid-template-columns:1fr!important}
  .hs64-no-scroll-split .hs60-crop-photo,.hs64-no-scroll-split .hs60-feature-photo,.hs64-no-scroll-split .hs60-photo,
  .hs64-price-split .hs60-crop-photo,.hs64-price-split .hs60-photo{min-height:360px!important}
}

/* V64.4.3: geen onnodige interne scrollbalken in project- en compacte tekstpanelen */
.hs60-compact-split>.hs60-copy-card,.hs64-city-featured .hs60-copy-card{overflow:visible!important;max-height:none!important}
.hs64-city-featured>div,.hs64-city-featured .hs60-copy-card{height:auto!important;min-height:0!important}
.hs64-city-featured .hs60-crop-photo,.hs64-city-featured .hs60-feature-photo,.hs64-city-featured .hs60-photo{height:auto!important;min-height:520px!important}

/* ===== V64.4.4 laatste afwerking 14-08-2026 ===== */
/* Kennisartikelen: rustiger beeldverhouding, geen metershoge portretfoto naast korte tekst. */
.hs64-article-hero-split{align-items:center!important}
.hs64-article-hero-split>div{min-height:0!important}
.hs64-article-hero-split>.hs60-copy-card{min-height:420px!important}
.hs64-article-hero-split>.hs60-article-hero-image{height:440px!important;min-height:0!important;border-radius:24px;overflow:hidden;background:var(--hs60-blue-soft)}
.hs64-article-hero-split .hs60-article-hero-image img{display:block;width:100%;height:100%!important;min-height:0!important;object-fit:cover}
.hs64-article-meta{margin-top:22px!important;color:var(--hs60-muted);font-size:.82rem!important;font-weight:700;letter-spacing:.01em}

/* FSC-informatie zonder een niet-aangeleverd officieel beeldmerk na te tekenen. */
.hs64-certificate-card{display:grid;grid-template-columns:1fr auto;gap:8px 20px;padding:28px 30px;margin:0 0 26px;border:1px solid var(--hs60-line);border-radius:22px;background:var(--hs60-blue-pale)}
.hs64-certificate-card span{grid-column:1/-1;color:var(--hs60-blue);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hs64-certificate-card strong{color:var(--hs60-navy);font-family:var(--hs60-serif);font-size:2rem;font-weight:500}
.hs64-certificate-card b{align-self:center;padding:8px 12px;border:1px solid var(--hs60-line);border-radius:999px;background:#fff;color:var(--hs60-navy)}
.hs64-certificate-card p{grid-column:1/-1;margin:4px 0 0!important;color:var(--hs60-muted)}

/* Jan des Bouvrie: de nieuwe projectfotografie krijgt meer rust en minder registratief gevoel. */
.hs60-collection-jdb .hs60-gallery-landscape img,.hs60-collection-jdb .hs60-gallery-portrait img{object-position:center center}

/* Vier-foto hero op kleine schermen compact als 2 x 2 in plaats van vier hoge beelden onder elkaar. */
@media(max-width:560px){
  .hs60-hero-four{height:330px!important;grid-template-columns:1fr 1fr!important;grid-template-rows:1fr 1fr!important;gap:8px!important}
  .hs60-hero-four>.hs60-photo{display:block!important;min-height:0!important;height:100%!important}
  .hs64-article-hero-split>.hs60-copy-card{min-height:0!important}
  .hs64-article-hero-split>.hs60-article-hero-image{height:320px!important}
  .hs64-certificate-card{grid-template-columns:1fr;padding:22px 20px}
  .hs64-certificate-card span,.hs64-certificate-card p{grid-column:auto}
}


/* ===== V64.4.5 Kenniscentrum rij-indeling ===== */
.hs60-knowledge-grid{grid-template-columns:1fr!important;gap:30px!important}
.hs60-knowledge-category{
  display:grid!important;
  grid-template-columns:minmax(250px,320px) minmax(0,1fr)!important;
  grid-template-rows:auto!important;
  align-items:stretch!important;
  height:auto!important;
}
.hs60-knowledge-category>img{
  width:100%!important;height:100%!important;min-height:250px!important;
  aspect-ratio:auto!important;object-fit:cover!important
}
.hs60-knowledge-category>div{min-width:0;padding:28px 30px!important}
.hs60-knowledge-category .hs60-guide-grid{
  grid-template-columns:repeat(var(--hs64-guide-count,4),minmax(0,1fr))!important;
  gap:12px!important
}
.hs60-knowledge-category .hs60-guide-grid>a{min-width:0!important;min-height:180px!important;padding:17px!important}
.hs64-guide-count-7 .hs60-guide-grid>a strong,.hs64-guide-count-6 .hs60-guide-grid>a strong{font-size:.9rem!important;line-height:1.35!important}
.hs64-guide-count-7 .hs60-guide-grid>a p,.hs64-guide-count-6 .hs60-guide-grid>a p{font-size:.8rem!important;line-height:1.48!important}
.hs64-guide-count-7 .hs60-guide-grid>a em,.hs64-guide-count-6 .hs60-guide-grid>a em{font-size:.78rem!important}
@media(max-width:1180px){
  .hs60-knowledge-category{grid-template-columns:1fr!important}
  .hs60-knowledge-category>img{height:220px!important;min-height:220px!important}
  .hs60-knowledge-category .hs60-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:800px){.hs60-knowledge-category .hs60-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){
  .hs60-knowledge-category>img{height:190px!important;min-height:190px!important}
  .hs60-knowledge-category>div{padding:24px 20px!important}
  .hs60-knowledge-category .hs60-guide-grid{grid-template-columns:1fr!important}
}

/* ===== V64.4.6 premium dealer teaser ===== */
.hs646-home-dealer{background:var(--hs60-paper)}
.hs646-dealer-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(620px,1.1fr);gap:34px;padding:42px;border-radius:34px;background:linear-gradient(135deg,#0c2f55 0%,#143f6d 100%);box-shadow:0 28px 70px rgba(12,47,85,.18);overflow:hidden;position:relative}
.hs646-dealer-panel:before{content:"";position:absolute;right:-140px;top:-170px;width:440px;height:440px;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 58px rgba(255,255,255,.025),0 0 0 116px rgba(255,255,255,.018);pointer-events:none}
.hs646-dealer-intro{position:relative;z-index:1;padding:20px 10px 18px 8px;display:flex;flex-direction:column;justify-content:center}
.hs646-dealer-kicker{display:inline-flex;align-self:flex-start;margin-bottom:20px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#dcecf7;font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.hs646-dealer-intro h2{max-width:720px;color:#fff!important;margin-bottom:18px}
.hs646-dealer-intro p{max-width:700px;color:rgba(255,255,255,.78)!important;font-size:1rem}
.hs646-dealer-intro .hs60-actions{margin-top:12px}
.hs646-dealer-login{display:inline-flex;align-items:center;min-height:54px;padding:0 10px;color:#fff!important;text-decoration:none!important;font-size:.93rem;font-weight:800}
.hs646-dealer-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.hs646-dealer-proof span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);color:#dcecf7;font-size:.76rem;font-weight:730}
.hs646-dealer-benefits{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hs646-dealer-benefits a{display:flex;flex-direction:column;min-height:315px;padding:26px 24px;border-radius:24px;background:#fff;border:1px solid rgba(255,255,255,.5);text-decoration:none!important;box-shadow:0 14px 34px rgba(4,24,44,.12);transition:.18s ease}
.hs646-dealer-benefits a:hover{transform:translateY(-4px);box-shadow:0 20px 42px rgba(4,24,44,.18)}
.hs646-dealer-benefits b{display:grid;place-items:center;width:38px;height:38px;margin-bottom:28px;border-radius:50%;background:var(--hs60-blue-soft);color:var(--hs60-navy);font-size:.75rem}
.hs646-dealer-benefits h3{font-size:1.55rem!important;margin-bottom:12px!important}
.hs646-dealer-benefits p{font-size:.9rem!important;line-height:1.65!important;color:var(--hs60-muted)!important}
.hs646-dealer-benefits em{margin-top:auto;padding-top:22px;color:var(--hs60-blue);font-size:.82rem;font-style:normal;font-weight:850}
@media(max-width:1280px){.hs646-dealer-panel{grid-template-columns:1fr;padding:36px}.hs646-dealer-benefits a{min-height:250px}}
@media(max-width:820px){.hs646-dealer-benefits{grid-template-columns:1fr}.hs646-dealer-panel{padding:26px;border-radius:26px}.hs646-dealer-benefits a{min-height:0}.hs646-dealer-intro{padding:8px 2px 14px}}

/* V64.4.14 dealer platform */
.hs64-electric-section{margin-top:10px}.hs64-electric-launch{display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border-radius:30px;background:linear-gradient(140deg,#0c2f55,#173f6c);box-shadow:0 24px 60px rgba(12,47,85,.15)}.hs64-electric-copy{padding:52px;color:#fff}.hs64-electric-copy h3{margin:14px 0 18px;color:#fff;font-size:clamp(2.3rem,4vw,4rem);line-height:1.03}.hs64-electric-copy p{color:rgba(255,255,255,.82);max-width:760px}.hs64-electric-tag{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#bfe0f4;font-size:.78rem;font-weight:900;letter-spacing:.12em}.hs64-electric-points{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.hs64-electric-points span{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:#fff;font-size:.86rem;font-weight:800}.hs64-electric-note{font-size:.84rem!important}.hs64-electric-visual{min-height:480px;background:#0c2f55}.hs64-electric-photo{display:block;width:100%;height:100%;min-height:480px;object-fit:cover}.hs60-marketing-grid:empty:before{content:'Marketingbeelden worden geladen uit HuisShutters Dealer Media.';display:block;padding:28px;border:1px solid var(--hs60-line);border-radius:20px;background:#fff;color:var(--hs60-muted)}
@media(max-width:1000px){.hs64-electric-launch{grid-template-columns:1fr}.hs64-electric-visual,.hs64-electric-photo{min-height:360px}.hs64-electric-copy{padding:40px}}
@media(max-width:620px){.hs64-electric-copy{padding:30px 24px}.hs64-electric-visual,.hs64-electric-photo{min-height:280px}}


/* V64.4.15 - sticky header, dealer calculator and WhatsApp polish */
.hs60-header,.hs60-topbar,.hs60-header-main,.hs60-logo{transition:min-height .22s ease,height .22s ease,max-height .22s ease,padding .22s ease,width .22s ease,opacity .22s ease,box-shadow .22s ease}
.hs60-header.is-scrolled{box-shadow:0 12px 34px rgba(12,47,85,.12);background:rgba(251,250,247,.97)}
.hs60-header.is-scrolled .hs60-topbar{max-height:0;overflow:hidden;border-bottom:0;opacity:0}
.hs60-header.is-scrolled .hs60-topbar>.hs60-shell{min-height:0}
.hs60-header.is-scrolled .hs60-header-main{min-height:72px}
.hs60-header.is-scrolled .hs60-logo{width:118px}
.hs60-header.is-scrolled .hs60-logo img{max-height:50px}

.hs60-whatsapp{right:22px;bottom:22px;min-height:58px;padding:0 18px 0 12px;gap:10px;border:2px solid rgba(255,255,255,.92);border-radius:999px;background:#25d366!important;color:#fff!important;box-shadow:0 16px 36px rgba(20,90,55,.28);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.hs60-whatsapp:hover{transform:translateY(-3px) scale(1.02);background:#1fbd59!important;box-shadow:0 20px 42px rgba(20,90,55,.34)}
.hs60-whatsapp svg{width:32px;height:32px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}
.hs60-whatsapp span{font-size:.88rem;font-weight:900;letter-spacing:.01em}

.hs6415-webcalc{margin-top:28px;padding:34px;border:1px solid var(--hs60-line);border-radius:28px;background:#fff;box-shadow:var(--hs60-shadow-soft)}
.hs6415-webcalc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--hs60-line)}
.hs6415-webcalc-head span{color:var(--hs60-blue);font-size:.76rem;font-weight:900;letter-spacing:.11em}
.hs6415-webcalc-head h3{margin:7px 0 8px;font-size:2rem}
.hs6415-webcalc-head p{margin:0;color:var(--hs60-muted);font-size:.93rem}
.hs6415-webcalc-head>strong{padding:8px 12px;border-radius:999px;background:var(--hs60-blue-pale);color:var(--hs60-navy);font-size:.78rem;white-space:nowrap}
.hs6415-webcalc-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;padding-top:26px}
.hs6415-webcalc-form{display:grid;gap:16px}
.hs6415-webcalc-form>div{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.hs6415-webcalc-form label{display:grid;gap:7px;color:var(--hs60-navy);font-size:.85rem;font-weight:850}
.hs6415-webcalc-form input,.hs6415-webcalc-form select{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--hs60-line);border-radius:13px;background:#f9fcfe;color:var(--hs60-navy);font-weight:700}
.hs6415-webcalc-result{display:flex;flex-direction:column;padding:26px;border-radius:22px;background:linear-gradient(145deg,#0c2f55,#173f6c);color:#fff}
.hs6415-webcalc-result>span{font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#bfe0f4}
.hs6415-webcalc-result>b{margin:7px 0 18px;font-family:var(--hs60-serif);font-size:2.1rem;color:#fff}
.hs6415-webcalc-result dl{margin:0 0 22px;display:grid;gap:0}
.hs6415-webcalc-result dl>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.hs6415-webcalc-result dt{color:rgba(255,255,255,.72);font-size:.84rem}
.hs6415-webcalc-result dd{margin:0;color:#fff;font-weight:900;text-align:right}
.hs6415-webcalc-result .hs60-btn{margin-top:auto;background:#fff;color:var(--hs60-navy)!important}
.hs6415-projectcalc{margin-top:28px;padding-top:26px;border-top:1px solid var(--hs60-line)}
.hs6415-projectcalc[hidden]{display:none}
.hs6415-projectcalc-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.hs6415-project-table-wrap{overflow-x:auto;border:1px solid var(--hs60-line);border-radius:18px}
.hs6415-project-table-wrap table{width:100%;min-width:820px;border-collapse:collapse;background:#fff}
.hs6415-project-table-wrap th,.hs6415-project-table-wrap td{padding:13px 14px;border-bottom:1px solid var(--hs60-line);text-align:left;font-size:.82rem}
.hs6415-project-table-wrap thead th{background:var(--hs60-blue-pale);color:var(--hs60-navy);font-weight:900}
.hs6415-project-table-wrap tfoot th{background:#f7fafc;color:var(--hs60-navy)}
.hs6415-project-table-wrap button{border:0;background:transparent;color:#a33;font-weight:900;cursor:pointer}

.hs60-marketing-grid article{overflow:hidden}
.hs60-marketing-grid img{background:#eef3f6;object-fit:cover;object-position:center}
.hs60-marketing-grid article>div{justify-content:center}

@media(max-width:900px){.hs6415-webcalc-grid{grid-template-columns:1fr}.hs6415-webcalc{padding:24px}.hs6415-webcalc-head{flex-direction:column}}
@media(max-width:560px){.hs6415-webcalc-form>div{grid-template-columns:1fr}.hs60-whatsapp{right:12px;bottom:12px;width:58px;height:58px;min-height:58px;padding:0;justify-content:center}.hs60-whatsapp span{display:none}.hs60-whatsapp svg{width:32px;height:32px}.hs60-header.is-scrolled .hs60-header-main{min-height:66px}.hs60-header.is-scrolled .hs60-logo{width:102px}}


/* V64.4.19 - stabiele sticky header zonder hoogtewissel/bibberen */
.hs60-header{position:sticky!important;top:0;will-change:auto}
.hs60-header,.hs60-topbar,.hs60-header-main,.hs60-logo,.hs60-logo img{transition:none!important}
.hs60-header.is-scrolled{background:rgba(251,250,247,.985)!important;box-shadow:0 12px 34px rgba(12,47,85,.12)!important}
.hs60-header.is-scrolled .hs60-topbar{max-height:none!important;overflow:visible!important;opacity:1!important;border-bottom:1px solid rgba(12,47,85,.09)!important}
.hs60-header.is-scrolled .hs60-topbar>.hs60-shell{min-height:36px!important}
.hs60-header.is-scrolled .hs60-header-main{min-height:84px!important}
.hs60-header.is-scrolled .hs60-logo{width:132px!important}
.hs60-header.is-scrolled .hs60-logo img{max-height:59px!important}
body.admin-bar .hs60-header{top:32px!important}
@media(max-width:800px){body.admin-bar .hs60-header{top:46px!important}}
@media(max-width:560px){.hs60-header.is-scrolled .hs60-logo{width:112px!important}.hs60-header.is-scrolled .hs60-logo img{max-height:59px!important}}

/* V64.4.23 — collectiehiërarchie, houtsoortpagina's en compactere homepage */
.hs64-dropdown-wood{grid-column:1/-1;border:1px solid var(--hs60-line);border-radius:18px;background:var(--hs60-blue-pale);padding:8px}
.hs64-dropdown-parent{display:grid;gap:3px;padding:13px 14px;text-decoration:none!important;border-radius:13px}
.hs64-dropdown-parent:hover{background:#fff}
.hs64-dropdown-parent strong{font-size:1rem;color:var(--hs60-navy)}
.hs64-dropdown-parent small{color:var(--hs60-muted)}
.hs64-dropdown-species{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;border-top:1px solid rgba(12,47,85,.09);padding-top:8px}
.hs64-dropdown-species>a{display:grid;gap:3px;padding:11px 12px;border-radius:12px;text-decoration:none!important;background:rgba(255,255,255,.55)}
.hs64-dropdown-species>a:hover{background:#fff}
.hs64-dropdown-species strong{font-size:.86rem!important}
.hs64-dropdown-species small{font-size:.72rem;line-height:1.35}

.hs6423-collection-six>.hs60-third-card{grid-column:span 2}
.hs6423-craft-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.hs6423-craft-grid>a{display:flex;flex-direction:column;min-height:285px;padding:28px 24px;border:1px solid var(--hs60-line);border-radius:23px;background:#fff;text-decoration:none!important;box-shadow:var(--hs60-shadow-soft)}
.hs6423-craft-grid>a:hover{transform:translateY(-3px);box-shadow:var(--hs60-shadow)}
.hs6423-craft-grid span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--hs60-navy);color:#fff;font-size:.75rem;font-weight:850}
.hs6423-craft-grid h3{margin:18px 0 10px;font-size:1.52rem}
.hs6423-craft-grid p{margin:0;color:var(--hs60-muted);font-size:.9rem;line-height:1.62}
.hs6423-craft-grid em{margin-top:auto;padding-top:18px;color:var(--hs60-blue);font-style:normal;font-weight:850;font-size:.86rem}

.hs6423-home-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.hs6423-home-projects>a{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--hs60-line);border-radius:25px;background:#fff;text-decoration:none!important;box-shadow:var(--hs60-shadow-soft)}
.hs6423-home-projects .hs60-photo{height:310px;border-radius:0!important}
.hs6423-home-projects>a>span{display:grid;gap:5px;padding:21px 23px 24px}
.hs6423-home-projects strong{font-family:var(--hs60-serif);font-size:1.55rem;color:var(--hs60-navy);font-weight:500}
.hs6423-home-projects em{font-style:normal;color:var(--hs60-muted);font-size:.9rem}

.hs6423-dealer-list{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0 5px}
.hs6423-dealer-list span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);color:#dcecf7;font-size:.74rem;font-weight:760}

.hs64-species-tagline{margin:-4px 0 18px!important;font-size:clamp(1.45rem,2vw,2rem)!important;color:var(--hs60-blue)!important}
.hs64-species-sections{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.hs64-species-sections article{display:flex;flex-direction:column;min-height:260px;padding:25px;border:1px solid var(--hs60-line);border-radius:22px;background:#fff}
.hs64-species-sections article>b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--hs60-navy);color:#fff;font-size:.72rem}
.hs64-species-sections h3{font-size:1.35rem;margin:17px 0 10px}
.hs64-species-sections p{margin:0;font-size:.9rem;line-height:1.62;color:var(--hs60-muted)}
.hs64-species-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}
.hs64-species-nav>a{display:flex;flex-direction:column;min-height:175px;padding:24px;border:1px solid var(--hs60-line);border-radius:21px;background:#fff;text-decoration:none!important}
.hs64-species-nav>a.is-active{background:var(--hs60-blue-pale);border-color:rgba(79,157,210,.35)}
.hs64-species-nav small{color:var(--hs60-blue);font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.hs64-species-nav strong{margin-top:10px;font-family:var(--hs60-serif);font-size:1.45rem;color:var(--hs60-navy);font-weight:500}
.hs64-species-nav em{margin-top:auto;padding-top:14px;font-style:normal;color:var(--hs60-muted);font-size:.82rem}

.hs6423-detail-images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hs6423-detail-images .hs60-photo{height:350px;border-radius:23px;overflow:hidden}

@media(max-width:1240px){
  .hs64-dropdown-wood{grid-column:1/-1}.hs64-dropdown-species{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs6423-craft-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs64-species-sections{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hs6423-detail-images{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:800px){
  .hs6423-home-projects,.hs64-species-nav{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .hs64-dropdown-species,.hs6423-craft-grid,.hs6423-home-projects,.hs64-species-sections,.hs64-species-nav,.hs6423-detail-images{grid-template-columns:1fr!important}
  .hs6423-craft-grid>a,.hs64-species-sections article{min-height:0}
  .hs6423-home-projects .hs60-photo{height:260px}
  .hs6423-detail-images .hs60-photo{height:280px}
}
/* Houten shutters: de vier houtsoorten vormen één duidelijke familie. */
.hs60-collection-wood .hs60-material-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1180px){.hs60-collection-wood .hs60-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.hs60-collection-wood .hs60-material-grid{grid-template-columns:1fr}}
.hs6423-footer-species{padding-left:12px!important;color:var(--hs60-muted)!important;font-size:.88rem!important}


/* V64.4.28 - SEO hierarchy and direct WhatsApp conversion */
.hs64-whatsapp-btn{background:#25d366!important;border-color:#25d366!important;color:#fff!important;box-shadow:0 12px 28px rgba(20,90,55,.18)}
.hs64-whatsapp-btn:hover{background:#1fbd59!important;border-color:#1fbd59!important}
.hs64-contact-whatsapp{border-color:rgba(37,211,102,.38)!important;background:rgba(37,211,102,.08)!important}
.hs64-contact-whatsapp small{color:#178a43!important}
.hs64-wood-hierarchy{padding-top:70px;padding-bottom:30px}
.hs64-oak-parent{padding-top:64px;padding-bottom:20px}
.hs64-parent-card{max-width:1080px;margin-inline:auto}
.hs64-parent-card .hs60-actions{margin-top:22px}
@media(max-width:560px){.hs64-whatsapp-btn{width:100%}.hs64-wood-hierarchy{padding-top:48px}.hs64-oak-parent{padding-top:44px}}

/* V64.4.31 - Professional Photo Edition */
.hs60-gallery-landscape img{aspect-ratio:4/3!important;object-fit:cover!important}
.hs60-gallery-portrait{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:none!important}
.hs60-gallery-portrait img{aspect-ratio:4/5!important;object-fit:cover!important}
.hs60-gallery-label{margin-top:38px!important}
.hs60-hero-single img,.hs60-feature-photo img,.hs60-card-image img,.hs60-category-card img,.hs64-article-gallery img{image-rendering:auto}
@media(max-width:1180px){.hs60-gallery-portrait{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.hs60-gallery-portrait{grid-template-columns:1fr!important}}

/* V64.4.32 - Professional Photo & Lightbox Edition */
.hs60-modal{padding:clamp(10px,2.2vw,28px)!important;overscroll-behavior:contain}
.hs60-modal-shell{
  width:min(96vw,1600px)!important;
  height:min(96dvh,1050px)!important;
  max-width:96vw!important;
  max-height:96dvh!important;
  grid-template-rows:minmax(0,1fr) auto!important;
}
.hs60-modal-stage{
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:clamp(10px,1.4vw,22px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hs60-modal-stage>img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  flex:0 1 auto!important;
}
.hs60-modal.is-portrait .hs60-modal-shell{width:min(94vw,880px)!important}
.hs60-modal.is-square .hs60-modal-shell{width:min(94vw,1120px)!important}
.hs60-modal.is-landscape .hs60-modal-shell{width:min(96vw,1600px)!important}
.hs60-modal.is-panorama .hs60-modal-shell{width:min(98vw,1780px)!important}
.hs60-modal.is-panorama .hs60-modal-stage{padding-inline:clamp(8px,1vw,16px)!important}
.hs60-modal-thumbs img{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important}
@media(max-width:700px){
  .hs60-modal{padding:0!important}
  .hs60-modal-shell{width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important;border-radius:0!important}
  .hs60-modal-stage{padding:58px 8px 8px!important}
  .hs60-modal-stage>img{max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 205px)!important}
  .hs60-modal-info{padding:11px 12px 10px!important;gap:8px!important}
  .hs60-modal-thumbs button{flex-basis:64px!important;height:48px!important}
}


/* V64.4.33 targeted inspiration/layout fixes */
.hs64-gallery-uniform{align-items:stretch}
.hs64-gallery-uniform>button{height:100%}
.hs64-gallery-uniform>button>span{min-height:112px}
.hs64-gallery-uniform img{width:100%;aspect-ratio:16/10;object-fit:cover}

/* Compactere adviseur/entree-sectie op Waarom-pagina */
.hs60-compact-split.hs64-no-scroll-split{align-items:center!important}
.hs60-compact-split.hs64-no-scroll-split>div{height:auto!important;min-height:430px!important;max-height:none!important}
.hs60-compact-split.hs64-no-scroll-split>.hs60-copy-card{justify-content:center!important;overflow:visible!important}
.hs60-why-advisor-photo,.hs60-why-advisor-photo .hs60-feature-photo,.hs60-why-advisor-photo .hs60-photo{height:430px!important;min-height:430px!important;max-height:430px!important}
.hs60-why-advisor-photo .hs60-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 66%!important;transform:scale(1.12)!important}
@media(max-width:1180px){
  .hs60-compact-split.hs64-no-scroll-split>div{min-height:400px!important}
  .hs60-why-advisor-photo,.hs60-why-advisor-photo .hs60-feature-photo,.hs60-why-advisor-photo .hs60-photo{height:400px!important;min-height:400px!important;max-height:400px!important}
}
@media(max-width:560px){
  .hs60-compact-split.hs64-no-scroll-split>div{min-height:340px!important}
  .hs60-why-advisor-photo,.hs60-why-advisor-photo .hs60-feature-photo,.hs60-why-advisor-photo .hs60-photo{height:340px!important;min-height:340px!important;max-height:340px!important}
  .hs60-why-advisor-photo .hs60-photo img{object-position:50% 62%!important;transform:scale(1.08)!important}
}
