.niko-builder-section { position:relative; color:var(--niko-section-text,inherit); background:var(--niko-section-bg,transparent); }
.niko-builder-section > .niko-home-section { margin-top:0; margin-bottom:0; }
.niko-builder-section--theme-paper { background:#faf9f5; color:#111815; }
.niko-builder-section--theme-white { background:#fff; color:#111815; }
.niko-builder-section--theme-soft { background:#f1f1ec; color:#111815; }
.niko-builder-section--theme-dark { background:#0d1713; color:#fff; }
.niko-builder-section--theme-accent { background:#d1ae6d; color:#17130c; }
.niko-builder-section--theme-custom { background:var(--niko-section-bg,#faf9f5); color:var(--niko-section-text,#111815); }
.niko-builder-section--theme-dark .niko-home-section:not(.niko-home-hero):not(.niko-home-sell),
.niko-builder-section--theme-custom .niko-home-section { background:transparent; color:inherit; }
.niko-builder-section--theme-dark .niko-home-section__header h2,
.niko-builder-section--theme-dark .niko-home-section__intro,
.niko-builder-section--theme-dark .niko-text-link,
.niko-builder-section--theme-dark .niko-home-editorial h2,
.niko-builder-section--theme-dark .niko-home-editorial p { color:inherit; }
.niko-builder-section--theme-dark .niko-eyebrow { color:var(--niko-section-accent,#d1ae6d); }
.niko-builder-section--theme-custom .niko-eyebrow { color:var(--niko-section-accent,currentColor); }
.niko-builder-section--hero .niko-home-hero__veil { background:linear-gradient(90deg,rgb(5 10 8 / calc(var(--niko-section-overlay) + 8%)) 0%,rgb(5 10 8 / var(--niko-section-overlay)) 52%,rgb(5 10 8 / calc(var(--niko-section-overlay) * .55)) 100%); }
.niko-builder-section--sell_cta .niko-home-sell__veil { background:linear-gradient(90deg,rgb(7 12 10 / calc(var(--niko-section-overlay) + 8%)) 0%,rgb(7 12 10 / var(--niko-section-overlay)) 55%,rgb(7 12 10 / calc(var(--niko-section-overlay) * .55)) 100%); }
.niko-builder-section--width-compact .niko-container { width:min(900px,calc(100% - 44px)); }
.niko-builder-section--width-standard .niko-container { width:min(1180px,calc(100% - 44px)); }
.niko-builder-section--width-wide .niko-container { width:min(1360px,calc(100% - 36px)); }
.niko-builder-section--width-full .niko-container { width:100%; max-width:none; padding-left:clamp(22px,5vw,72px); padding-right:clamp(22px,5vw,72px); }
.niko-builder-section--align-center .niko-home-section__header,
.niko-builder-section--align-center .niko-home-editorial__copy { text-align:center; }
.niko-builder-section--align-center .niko-home-section__header--split { align-items:center; flex-direction:column; }
.niko-builder-section--align-center .niko-home-section__intro { margin-left:auto; margin-right:auto; }
.niko-builder-section--align-center .niko-home-editorial__actions { justify-content:center; }
.niko-builder-section--align-right .niko-home-section__header,
.niko-builder-section--align-right .niko-home-editorial__copy { text-align:right; }
.niko-builder-section--align-right .niko-home-editorial__actions { justify-content:flex-end; }

.niko-home-editorial { padding:70px 0; }
.niko-home-editorial__inner { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.8fr); gap:64px; align-items:center; }
.niko-home-editorial__copy { max-width:700px; }
.niko-home-editorial__copy h2 { margin:0; font-size:clamp(34px,4.4vw,58px); line-height:1; letter-spacing:-.045em; }
.niko-home-editorial__copy > p:not(.niko-eyebrow) { margin:18px 0 0; color:#65706a; font-size:15px; line-height:1.75; }
.niko-home-editorial__rich-text { margin:18px 0 0; color:#65706a; font-size:15px; line-height:1.75; }
.niko-home-editorial__rich-text > :first-child { margin-top:0; }
.niko-home-editorial__rich-text > :last-child { margin-bottom:0; }
.niko-home-editorial__rich-text a { color:inherit; text-decoration-color:var(--niko-section-accent,#b68943); text-underline-offset:3px; }
.niko-builder-section--theme-dark .niko-home-editorial__copy > p:not(.niko-eyebrow) { color:rgba(255,255,255,.72); }
.niko-builder-section--theme-dark .niko-home-editorial__rich-text { color:rgba(255,255,255,.72); }
.niko-home-editorial__actions { display:flex; align-items:center; flex-wrap:wrap; gap:16px; margin-top:26px; }
.niko-home-editorial__media { overflow:hidden; min-height:320px; border-radius:16px; background:#e7ebe7; }
.niko-home-editorial__media img { width:100%; height:100%; min-height:320px; object-fit:cover; object-position:var(--niko-media-position,center center); }
.niko-builder-section--layout-media-left .niko-home-editorial__media { order:-1; }
.niko-builder-section--layout-stacked .niko-home-editorial__inner,
.niko-builder-section--layout-centered .niko-home-editorial__inner { grid-template-columns:1fr; }
.niko-builder-section--layout-centered .niko-home-editorial__copy { max-width:820px; margin:auto; text-align:center; }
.niko-builder-section--layout-centered .niko-home-editorial__actions { justify-content:center; }
.niko-builder-section--layout-centered .niko-home-editorial__media { max-width:980px; width:100%; margin:auto; }

@media (max-width:760px) {
  .niko-builder-section--width-compact .niko-container,
  .niko-builder-section--width-standard .niko-container,
  .niko-builder-section--width-wide .niko-container { width:min(100% - 28px,1180px); }
  .niko-home-editorial { padding:48px 0; }
  .niko-home-editorial__inner { grid-template-columns:1fr; gap:28px; }
  .niko-builder-section--mobile-media-first .niko-home-editorial__media { order:-1; }
  .niko-builder-section--mobile-content-first .niko-home-editorial__copy { order:-1; }
  .niko-builder-section--mobile-align-center .niko-home-section__header,
  .niko-builder-section--mobile-align-center .niko-home-editorial__copy { text-align:center; }
  .niko-builder-section--mobile-align-center .niko-home-editorial__actions { justify-content:center; }
}
