:root {
    --cpw-bg: #07080a;
    --cpw-bg-soft: #0c0e12;
    --cpw-card: rgba(19, 22, 28, 0.72);
    --cpw-card-solid: #11141a;
    --cpw-line: rgba(255, 255, 255, 0.11);
    --cpw-muted: #a3a9b5;
    --cpw-text: #f7f8fa;
    --cpw-yellow: #ffe600;
    --cpw-yellow-soft: #ffd500;
    --cpw-max: 1280px;
    --cpw-radius: 28px;
}

html { scroll-behavior: smooth; }
body.cpw-page {
    margin: 0;
    background: var(--cpw-bg);
    color: var(--cpw-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
body.cpw-page.admin-bar .cpw-header { top: 32px; }
body.cpw-page * { box-sizing: border-box; }
body.cpw-page a { color: inherit; text-decoration: none; }
body.cpw-page img { display: block; max-width: 100%; }

/* Varnostna zaščita: na samostojni premium strani ne pokaži glave/navigacije teme. */
body.cpw-page > header:not(.cpw-header),
body.cpw-page > #masthead,
body.cpw-page > .site-header,
body.cpw-page .woostify-header,
body.cpw-page .site-header:not(.cpw-header),
body.cpw-page .main-header,
body.cpw-page .primary-navigation,
body.cpw-page .site-navigation {
    display: none !important;
}

.cpw-shell {
    position: relative;
    min-height: 100vh;
    overflow: clip;
    background:
        radial-gradient(circle at 84% 7%, rgba(255, 230, 0, .10), transparent 26%),
        radial-gradient(circle at 8% 18%, rgba(255, 208, 0, .07), transparent 24%),
        linear-gradient(180deg, #08090b 0%, #07080a 35%, #0a0c10 100%);
}
.cpw-wrap { width: min(calc(100% - 48px), var(--cpw-max)); margin-inline: auto; }
.cpw-grid {
    position: absolute; inset: 0 0 auto; height: 760px; opacity: .23; pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.cpw-aurora { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .2; pointer-events: none; }
.cpw-aurora--one { width: 420px; height: 420px; background: #ffdc00; top: 40px; right: -220px; }
.cpw-aurora--two { width: 360px; height: 360px; background: #736100; top: 760px; left: -240px; }

.cpw-header {
    position: sticky; top: 0; z-index: 100; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
    border-bottom: 1px solid transparent;
}
.cpw-header.is-scrolled { background: rgba(7, 8, 10, .78); border-color: var(--cpw-line); backdrop-filter: blur(18px); }
.cpw-header__inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.cpw-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.cpw-brand__image { width: auto; height: 54px; object-fit: contain; }
.cpw-brand__fallback { display: grid; line-height: .88; letter-spacing: -.04em; }
.cpw-brand__fallback strong { font-size: 28px; }
.cpw-brand__fallback small { margin-top: 5px; font-size: 10px; letter-spacing: .08em; }
.cpw-brand__fallback b { color: var(--cpw-yellow); font-style: italic; }
.cpw-header__nav { margin-left: auto; display: flex; gap: 28px; }
.cpw-header__nav a { color: #c7cbd2; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.cpw-header__nav a:hover { color: var(--cpw-yellow); }

.cpw-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 56px; padding: 0 24px;
    border: 1px solid var(--cpw-line); border-radius: 999px; font-weight: 800; font-size: 14px; letter-spacing: -.01em;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.cpw-button:hover { transform: translateY(-2px); }
.cpw-button--small { min-height: 46px; padding-inline: 19px; background: rgba(255,255,255,.04); }
.cpw-button--small:hover, .cpw-button--ghost:hover { border-color: rgba(255,230,0,.55); background: rgba(255,230,0,.06); }
.cpw-button--primary { color: #07080a !important; background: var(--cpw-yellow); border-color: var(--cpw-yellow); box-shadow: 0 14px 38px rgba(255, 230, 0, .15); }
.cpw-button--primary:hover { box-shadow: 0 18px 52px rgba(255, 230, 0, .22); }
.cpw-button--ghost { background: rgba(255,255,255,.035); backdrop-filter: blur(12px); }
.cpw-button--light { color: #07080a !important; background: #fff; border-color: #fff; }
.cpw-button--outline { border-color: rgba(255,230,0,.55); }

.cpw-hero { min-height: 700px; padding-block: 72px 110px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); align-items: center; gap: 54px; position: relative; z-index: 1; }
.cpw-kicker { display: flex; align-items: center; gap: 12px; color: var(--cpw-yellow); text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 900; }
.cpw-kicker i { width: 34px; height: 1px; background: var(--cpw-yellow); box-shadow: 0 0 12px rgba(255,230,0,.55); }
.cpw-hero h1 { max-width: 760px; margin: 24px 0 26px; font-size: clamp(58px, 6.1vw, 98px); line-height: .92; letter-spacing: -.07em; font-weight: 900; }
.cpw-hero__copy > p { max-width: 650px; margin: 0; color: var(--cpw-muted); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.cpw-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.cpw-trust { margin-top: 42px; display: flex; gap: 25px; flex-wrap: wrap; color: #b6bac3; font-size: 12px; font-weight: 700; }
.cpw-trust span { display: inline-flex; align-items: center; gap: 8px; }
.cpw-trust b { color: var(--cpw-yellow); font-size: 10px; }

.cpw-hero__visual { position: relative; min-height: 540px; }
.cpw-product-stage { position: absolute; inset: 20px 0 0 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 48px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.018)); backdrop-filter: blur(22px); box-shadow: 0 40px 100px rgba(0,0,0,.55); overflow: hidden; }
.cpw-product-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,230,0,.09), transparent 38%, rgba(255,255,255,.04)); }
.cpw-product-stage::after { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -120px; top: -120px; border: 1px solid rgba(255,230,0,.3); box-shadow: inset 0 0 70px rgba(255,230,0,.08), 0 0 70px rgba(255,230,0,.06); }
.cpw-product-stage__image { position: absolute; margin: 0; border-radius: 24px; overflow: hidden; background: #171a20; box-shadow: 0 22px 55px rgba(0,0,0,.48); border: 1px solid rgba(255,255,255,.12); }
.cpw-product-stage__image img { width: 100%; height: 100%; object-fit: contain; background: radial-gradient(circle at 50% 45%, #f6f6f6, #d8d8d8); }
.cpw-product-stage__image--1 { width: 52%; height: 68%; left: 7%; top: 16%; transform: rotate(-4deg); z-index: 3; }
.cpw-product-stage__image--2 { width: 37%; height: 47%; right: 7%; top: 9%; transform: rotate(4deg); z-index: 2; }
.cpw-product-stage__image--3 { width: 39%; height: 39%; right: 10%; bottom: 7%; transform: rotate(-2deg); z-index: 4; }
.cpw-product-stage__fallback { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.cpw-product-stage__fallback span { font-size: 74px; font-weight: 950; letter-spacing: -.07em; }
.cpw-product-stage__fallback small { color: var(--cpw-yellow); letter-spacing: .28em; }
.cpw-floating-chip { position: absolute; z-index: 8; padding: 12px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(7,8,10,.72); backdrop-filter: blur(14px); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.cpw-floating-chip--top { top: 24px; left: 24px; }
.cpw-floating-chip--bottom { bottom: 24px; left: 24px; display: flex; gap: 9px; align-items: center; }
.cpw-floating-chip--bottom i { width: 8px; height: 8px; border-radius: 50%; background: var(--cpw-yellow); box-shadow: 0 0 14px var(--cpw-yellow); }
.cpw-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,230,0,.13); }
.cpw-orbit--one { width: 480px; height: 480px; right: -180px; top: -55px; }
.cpw-orbit--two { width: 270px; height: 270px; left: -50px; bottom: -60px; }

.cpw-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--cpw-line); border-radius: 22px; background: rgba(255,255,255,.025); backdrop-filter: blur(14px); overflow: hidden; }
.cpw-stats div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--cpw-line); }
.cpw-stats div:last-child { border-right: 0; }
.cpw-stats strong { font-size: 26px; letter-spacing: -.04em; }
.cpw-stats span { margin-top: 5px; color: var(--cpw-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.cpw-section { padding-block: 130px; }
.cpw-section__heading { max-width: 760px; margin-bottom: 52px; }
.cpw-section__heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.cpw-section__heading h2 { margin: 19px 0 17px; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.06em; line-height: .98; }
.cpw-section__heading p { margin: 0; color: var(--cpw-muted); font-size: 18px; line-height: 1.65; }
.cpw-text-link { color: var(--cpw-yellow) !important; font-weight: 850; white-space: nowrap; }

.cpw-paths__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cpw-path-card { position: relative; min-height: 520px; padding: 46px; border: 1px solid var(--cpw-line); border-radius: var(--cpw-radius); overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); }
.cpw-path-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -90px; top: -100px; background: radial-gradient(circle, rgba(255,230,0,.17), transparent 67%); }
.cpw-path-card--b2b { background: linear-gradient(145deg, rgba(255,230,0,.12), rgba(255,255,255,.02) 58%); border-color: rgba(255,230,0,.28); }
.cpw-path-card__number { position: absolute; top: 30px; right: 34px; color: rgba(255,255,255,.22); font-size: 54px; font-weight: 900; letter-spacing: -.06em; }
.cpw-path-card__icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; background: var(--cpw-yellow); color: #060708; font-size: 27px; font-weight: 900; box-shadow: 0 18px 40px rgba(255,230,0,.13); }
.cpw-path-card__label { display: block; margin-top: 30px; color: var(--cpw-yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.cpw-path-card h3 { margin: 12px 0 16px; font-size: clamp(35px, 4vw, 56px); letter-spacing: -.055em; }
.cpw-path-card > p { max-width: 540px; margin: 0; color: var(--cpw-muted); font-size: 17px; line-height: 1.6; }
.cpw-path-card ul { list-style: none; padding: 0; margin: 30px 0 38px; display: grid; gap: 12px; color: #d6d8dd; font-size: 14px; }
.cpw-path-card li::before { content: "✓"; margin-right: 10px; color: var(--cpw-yellow); }
.cpw-path-card > a { position: absolute; left: 46px; bottom: 42px; color: var(--cpw-yellow); font-size: 15px; font-weight: 900; }
.cpw-path-card > a span { margin-left: 12px; }

.cpw-categories { position: relative; background: #0c0e12; border-block: 1px solid rgba(255,255,255,.07); }
.cpw-category-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 360px; gap: 18px; }
.cpw-category-card { position: relative; grid-column: span 4; border: 1px solid var(--cpw-line); border-radius: 24px; overflow: hidden; background: #13161c; isolation: isolate; }
.cpw-category-card:nth-child(1), .cpw-category-card:nth-child(5) { grid-column: span 8; }
.cpw-category-card__media, .cpw-category-card__shade { position: absolute; inset: 0; }
.cpw-category-card__media { background: #11151b; }
.cpw-category-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1), filter .4s ease; filter: saturate(.82) contrast(1.04); }
.cpw-category-card--featured .cpw-category-card__media { background: radial-gradient(circle at 50% 44%, rgba(255,230,0,.12), transparent 44%), linear-gradient(145deg, #171b22, #0d1015); }
.cpw-category-card--featured .cpw-category-card__media img { object-fit: contain; padding: 25px 30px 74px; filter: saturate(.95) contrast(1.03) drop-shadow(0 20px 28px rgba(0,0,0,.32)); }
.cpw-category-card__shade { background: linear-gradient(to top, rgba(4,5,7,.98), rgba(4,5,7,.16) 58%, rgba(4,5,7,.02) 82%), linear-gradient(135deg, rgba(255,230,0,.12), transparent 42%); }
.cpw-category-card--featured .cpw-category-card__shade { background: linear-gradient(to top, rgba(4,5,7,.98), rgba(4,5,7,.20) 55%, transparent 80%), linear-gradient(135deg, rgba(255,230,0,.09), transparent 42%); }
.cpw-category-card__top, .cpw-category-card__bottom { position: absolute; z-index: 3; left: 24px; right: 24px; display: flex; justify-content: space-between; }
.cpw-category-card__top { top: 22px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.cpw-category-card__top b { color: var(--cpw-yellow); }
.cpw-category-card__bottom { bottom: 20px; align-items: end; gap: 18px; }
.cpw-category-card__copy { min-width: 0; }
.cpw-category-card__badge { display: inline-flex; width: max-content; margin-bottom: 8px; padding: 5px 8px; border-radius: 999px; background: var(--cpw-yellow); color: #050608 !important; font-size: 9px !important; font-weight: 950; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.cpw-category-card h3 { margin: 0; font-size: clamp(25px, 2.5vw, 39px); letter-spacing: -.045em; }
.cpw-category-card__copy p { max-width: 520px; margin: 7px 0 0; overflow: hidden; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.cpw-category-card__action { flex: 0 0 auto; font-size: 11px; color: #c4c7cd; white-space: nowrap; }
.cpw-category-card:hover .cpw-category-card__media img { transform: scale(1.055); filter: saturate(1) contrast(1.06); }
.cpw-category-card--featured:hover .cpw-category-card__media img { transform: scale(1.045); filter: saturate(1) contrast(1.04) drop-shadow(0 24px 34px rgba(0,0,0,.38)); }
.cpw-category-card:hover { border-color: rgba(255,230,0,.35); }
.cpw-category-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; font-size: 140px; font-weight: 950; color: rgba(255,255,255,.05); }
.cpw-category-card--outlet { background: var(--cpw-yellow); color: #050608 !important; }
.cpw-category-card--outlet .cpw-category-card__top { color: rgba(5,6,8,.68); }
.cpw-category-card--outlet .cpw-category-card__top b { color: #050608; }
.cpw-category-card--outlet .cpw-category-card__bottom span { color: rgba(5,6,8,.68); }
.cpw-category-card__outlet-mark { position: absolute; right: 20px; bottom: -90px; font-size: 300px; line-height: 1; font-weight: 950; color: rgba(5,6,8,.09); }

.cpw-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cpw-feature { min-height: 270px; padding: 30px; border-top: 1px solid rgba(255,230,0,.55); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); border-radius: 0 0 20px 20px; }
.cpw-feature > span { color: var(--cpw-yellow); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.cpw-feature h3 { margin: 58px 0 14px; font-size: 23px; letter-spacing: -.035em; }
.cpw-feature p { margin: 0; color: var(--cpw-muted); line-height: 1.6; font-size: 14px; }

.cpw-location { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 620px; gap: 0; }
.cpw-location__visual { position: relative; min-height: 580px; border: 1px solid var(--cpw-line); border-radius: 32px 0 0 32px; overflow: hidden; background: radial-gradient(circle at 55% 45%, rgba(255,230,0,.11), transparent 28%), #0d1014; }
.cpw-map-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; transform: perspective(600px) rotateX(48deg) scale(1.5); }
.cpw-map-dot { position: absolute; left: 57%; top: 43%; width: 74px; height: 74px; border: 1px solid rgba(255,230,0,.6); border-radius: 50%; display: grid; place-items: center; animation: cpwPulse 2.8s ease-in-out infinite; }
.cpw-map-dot span { width: 18px; height: 18px; border-radius: 50%; background: var(--cpw-yellow); box-shadow: 0 0 32px var(--cpw-yellow); }
.cpw-map-route { position: absolute; height: 2px; background: linear-gradient(90deg, transparent, var(--cpw-yellow), transparent); transform-origin: left; opacity: .6; }
.cpw-map-route--one { width: 52%; left: 8%; top: 54%; transform: rotate(-17deg); }
.cpw-map-route--two { width: 44%; left: 50%; top: 44%; transform: rotate(34deg); }
.cpw-location__coordinate { position: absolute; left: 28px; top: 26px; color: var(--cpw-muted); font-size: 10px; letter-spacing: .16em; }
.cpw-location__city { position: absolute; left: 30px; bottom: 30px; font-size: clamp(42px, 5vw, 76px); line-height: .82; font-weight: 950; letter-spacing: -.07em; color: rgba(255,255,255,.12); }
.cpw-location__content { display: flex; flex-direction: column; justify-content: center; padding: 58px; border: 1px solid var(--cpw-line); border-left: 0; border-radius: 0 32px 32px 0; background: rgba(255,255,255,.035); }
.cpw-location__content h2 { margin: 20px 0 18px; font-size: 64px; line-height: .95; letter-spacing: -.06em; }
.cpw-location__content > p { margin: 0; color: var(--cpw-muted); line-height: 1.65; }
.cpw-address-card { margin-top: 34px; padding: 24px 26px; border-left: 2px solid var(--cpw-yellow); background: rgba(255,255,255,.035); }
.cpw-address-card span { color: var(--cpw-muted); font-size: 10px; letter-spacing: .17em; font-weight: 900; }
.cpw-address-card strong { display: block; margin-top: 8px; font-size: 24px; }
.cpw-address-card p { margin: 7px 0 0; color: #c5c8cf; line-height: 1.55; }
.cpw-location__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.cpw-phone { margin-top: 22px; color: var(--cpw-yellow) !important; font-size: 26px; font-weight: 900; letter-spacing: -.03em; }

.cpw-final { position: relative; margin-bottom: 120px; min-height: 300px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid rgba(255,230,0,.33); border-radius: 32px; overflow: hidden; background: linear-gradient(110deg, rgba(255,230,0,.15), rgba(255,255,255,.03) 46%, rgba(255,230,0,.08)); }
.cpw-final__glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; right: -130px; top: -170px; background: rgba(255,230,0,.16); filter: blur(80px); }
.cpw-final > div { position: relative; z-index: 2; }
.cpw-final span:first-child { color: var(--cpw-yellow); font-size: 10px; letter-spacing: .18em; font-weight: 900; }
.cpw-final h2 { max-width: 680px; margin: 13px 0 0; font-size: clamp(40px, 4.8vw, 68px); line-height: .98; letter-spacing: -.06em; }
.cpw-final__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

.cpw-footer { border-top: 1px solid var(--cpw-line); background: #07080a; }
.cpw-footer__inner { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.cpw-footer__inner .cpw-brand__image { height: 42px; }
.cpw-footer p { margin: 0; color: var(--cpw-muted); text-align: center; font-size: 13px; }
.cpw-footer__inner > span { color: #777d87; text-align: right; font-size: 12px; }

.cpw-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease var(--cpw-delay, 0ms), transform .7s cubic-bezier(.2,.75,.25,1) var(--cpw-delay, 0ms); }
.cpw-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes cpwPulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,230,0,.18); } 50% { transform: scale(1.1); box-shadow: 0 0 0 18px rgba(255,230,0,0); } }

@media (max-width: 1100px) {
    .cpw-hero { grid-template-columns: 1fr; padding-top: 50px; }
    .cpw-hero__copy { max-width: 850px; }
    .cpw-hero__visual { min-height: 600px; }
    .cpw-product-stage { inset-inline: 0; }
    .cpw-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .cpw-location { grid-template-columns: 1fr; }
    .cpw-location__visual { border-radius: 32px 32px 0 0; }
    .cpw-location__content { border-left: 1px solid var(--cpw-line); border-top: 0; border-radius: 0 0 32px 32px; }
    .cpw-category-card { grid-column: span 6; }
    .cpw-category-card:nth-child(1), .cpw-category-card:nth-child(5) { grid-column: span 6; }
}

@media (max-width: 760px) {
    body.cpw-page.admin-bar .cpw-header { top: 46px; }
    .cpw-wrap { width: min(calc(100% - 28px), var(--cpw-max)); }
    .cpw-header__inner { min-height: 74px; gap: 14px; }
    .cpw-brand__image { height: 43px; }
    .cpw-header__nav { display: none; }
    .cpw-button--small { margin-left: auto; min-height: 42px; padding-inline: 15px; font-size: 12px; }
    .cpw-hero { min-height: 0; padding-block: 56px 84px; gap: 35px; }
    .cpw-hero h1 { font-size: clamp(54px, 17vw, 76px); }
    .cpw-hero__copy > p { font-size: 17px; }
    .cpw-hero__actions .cpw-button { width: 100%; }
    .cpw-trust { gap: 12px 18px; }
    .cpw-hero__visual { min-height: 430px; }
    .cpw-product-stage { inset: 0; border-radius: 30px; }
    .cpw-product-stage__image--1 { width: 60%; height: 68%; left: 5%; }
    .cpw-product-stage__image--2 { width: 39%; right: 4%; }
    .cpw-product-stage__image--3 { width: 42%; right: 6%; }
    .cpw-stats { grid-template-columns: repeat(2, 1fr); }
    .cpw-stats div { min-height: 95px; border-bottom: 1px solid var(--cpw-line); }
    .cpw-section { padding-block: 88px; }
    .cpw-section__heading--row { align-items: start; flex-direction: column; }
    .cpw-paths__grid { grid-template-columns: 1fr; }
    .cpw-path-card { min-height: 540px; padding: 32px; }
    .cpw-path-card > a { left: 32px; bottom: 34px; }
    .cpw-category-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
    .cpw-category-card, .cpw-category-card:nth-child(1), .cpw-category-card:nth-child(5) { grid-column: 1; }
    .cpw-category-card__bottom { display: block; }
    .cpw-category-card__action { display: block; margin-top: 8px; }
    .cpw-category-card--featured .cpw-category-card__media img { padding: 22px 20px 90px; }
    .cpw-feature-grid { grid-template-columns: 1fr; }
    .cpw-location__visual { min-height: 430px; }
    .cpw-location__content { padding: 38px 28px; }
    .cpw-location__content h2 { font-size: 52px; }
    .cpw-location__actions .cpw-button { width: 100%; }
    .cpw-final { margin-bottom: 78px; padding: 38px 28px; align-items: start; flex-direction: column; }
    .cpw-final__actions, .cpw-final__actions .cpw-button { width: 100%; }
    .cpw-footer__inner { grid-template-columns: 1fr; text-align: center; padding-block: 44px; }
    .cpw-footer p, .cpw-footer__inner > span { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cpw-reveal { opacity: 1; transform: none; transition: none; }
    .cpw-map-dot { animation: none; }
    .cpw-category-card__media img, .cpw-button { transition: none; }
}
