{"id":7533,"date":"2026-03-03T17:16:33","date_gmt":"2026-03-03T17:16:33","guid":{"rendered":"https:\/\/skillhill.000.fi\/?page_id=7533"},"modified":"2026-03-31T15:39:59","modified_gmt":"2026-03-31T15:39:59","slug":"home-page","status":"publish","type":"page","link":"https:\/\/skillhill.000.fi\/fi\/home-page\/","title":{"rendered":"Etusivu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7533\" class=\"elementor elementor-7533\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cc82622 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"cc82622\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d038b4d\" data-id=\"d038b4d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a860011 elementor-widget__width-initial elementor-widget elementor-widget-wp-widget-custom_html\" data-id=\"a860011\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-custom_html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"textwidget custom-html-widget\">\r\n  :root {\r\n    --petrol: #0A3A45;\r\n    --petrol-dark: #072C34;\r\n    --petrol-soft: rgba(10, 58, 69, 0.08);\r\n    --sand: #F4F1EC;\r\n    --white: #FFFFFF;\r\n    --text: #153B45;\r\n    --muted: #5F757B;\r\n    --line: rgba(10, 58, 69, 0.10);\r\n    --shadow-sm: 0 12px 30px rgba(10, 58, 69, 0.06);\r\n    --shadow-md: 0 24px 60px rgba(10, 58, 69, 0.10);\r\n    --shadow-lg: 0 30px 80px rgba(10, 58, 69, 0.14);\r\n    --radius-md: 18px;\r\n    --radius-lg: 28px;\r\n    --radius-xl: 36px;\r\n    --container: 1240px;\r\n    --space-section: clamp(88px, 10vw, 144px);\r\n    --space-card: clamp(24px, 3vw, 34px);\r\n    --transition: 0.28s ease;\r\n    --copper: #B9855B;\r\n    --marquee-gap: 22px;\r\n  }\r\n\r\n  .skillhill-page,\r\n  .skillhill-page * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .skillhill-page {\r\n    font-family: \"Inter\", Arial, sans-serif;\r\n    color: var(--text);\r\n    background: var(--white);\r\n    line-height: 1.6;\r\n    overflow-x: hidden;\r\n  }\r\n\r\n  .skillhill-page img {\r\n    display: block;\r\n    max-width: 100%;\r\n  }\r\n\r\n  .skillhill-page a {\r\n    color: inherit;\r\n    text-decoration: none;\r\n  }\r\n\r\n  .skillhill-container {\r\n    width: min(calc(100% - 40px), var(--container));\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .skillhill-section {\r\n    padding: var(--space-section) 0;\r\n    position: relative;\r\n  }\r\n\r\n  .skillhill-section-sand {\r\n    background: var(--sand);\r\n  }\r\n\r\n  .skillhill-section-white {\r\n    background: var(--white);\r\n  }\r\n\r\n  .skillhill-eyebrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 9px 15px;\r\n    border-radius: 999px;\r\n    background: var(--petrol-soft);\r\n    color: var(--petrol);\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.02em;\r\n  }\r\n\r\n  .skillhill-eyebrow::before {\r\n    content: \"\";\r\n    width: 8px;\r\n    height: 8px;\r\n    border-radius: 50%;\r\n    background: var(--petrol);\r\n  }\r\n\r\n  .skillhill-section-header {\r\n    max-width: 820px;\r\n    margin-bottom: 52px;\r\n  }\r\n\r\n  .skillhill-section-header h2 {\r\n    margin: 18px 0 16px;\r\n    font-size: clamp(38px, 4vw, 44px);\r\n    line-height: 1.08;\r\n    letter-spacing: -0.045em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-section-header p {\r\n    margin: 0;\r\n    font-size: clamp(18px, 1.6vw, 20px);\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n    max-width: 760px;\r\n  }\r\n\r\n  .skillhill-btn-row {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 14px;\r\n    align-items: center;\r\n  }\r\n\r\n  .skillhill-btn {\r\n    min-height: 52px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 0 22px;\r\n    border-radius: 14px;\r\n    font-size: 15px;\r\n    font-weight: 500;\r\n    border: 1px solid transparent;\r\n    transition: transform var(--transition), background var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition);\r\n    cursor: pointer;\r\n  }\r\n\r\n  .skillhill-btn:hover {\r\n    transform: translateY(-2px);\r\n  }\r\n\r\n  .skillhill-btn-primary {\r\n    background: var(--petrol);\r\n    color: var(--white);\r\n    box-shadow: 0 18px 34px rgba(10, 58, 69, 0.18);\r\n  }\r\n\r\n  .skillhill-btn-primary:hover {\r\n    background: var(--petrol-dark);\r\n  }\r\n\r\n  .skillhill-btn-secondary {\r\n    background: transparent;\r\n    color: var(--petrol);\r\n    border-color: rgba(10, 58, 69, 0.20);\r\n  }\r\n\r\n  .skillhill-btn-secondary:hover {\r\n    background: rgba(10, 58, 69, 0.04);\r\n    border-color: rgba(10, 58, 69, 0.34);\r\n  }\r\n\r\n  \/* HERO UPGRADE *\/\r\n  .skillhill-hero {\r\n    position: relative;\r\n    padding: 18px 0 2px;\r\n    overflow: hidden;\r\n    background:\r\n      radial-gradient(circle at 12% 16%, rgba(10, 58, 69, 0.08), transparent 26%),\r\n      radial-gradient(circle at 84% 14%, rgba(185, 133, 91, 0.08), transparent 20%),\r\n      linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);\r\n  }\r\n\r\n  .skillhill-hero::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 0;\r\n    background:\r\n      radial-gradient(circle at 76% 24%, rgba(10, 58, 69, 0.06), transparent 17%),\r\n      radial-gradient(circle at 24% 84%, rgba(10, 58, 69, 0.04), transparent 18%);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .skillhill-hero-grid {\r\n    position: relative;\r\n    z-index: 1;\r\n    display: grid;\r\n    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);\r\n    gap: 34px;\r\n    align-items: center;\r\n    min-height: auto;\r\n    padding: 10px 0 8px;\r\n  }\r\n\r\n  .skillhill-hero-copy {\r\n    padding-right: 8px;\r\n  }\r\n\r\n  .skillhill-hero-copy h1 {\r\n    margin: 10px 0 14px;\r\n    font-size: clamp(42px, 5vw, 56px);\r\n    line-height: 0.94;\r\n    letter-spacing: -0.06em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n    max-width: 11ch;\r\n  }\r\n\r\n  .skillhill-hero-copy .skillhill-lede {\r\n    font-size: clamp(17px, 1.45vw, 19px);\r\n    line-height: 1.58;\r\n    color: var(--muted);\r\n    max-width: 680px;\r\n    margin-bottom: 18px;\r\n  }\r\n\r\n  .skillhill-micro-lines {\r\n    display: grid;\r\n    gap: 5px;\r\n    margin: 14px 0 20px;\r\n  }\r\n\r\n  .skillhill-micro-lines span {\r\n    display: block;\r\n    font-size: 15px;\r\n    font-weight: 500;\r\n    color: var(--petrol);\r\n    letter-spacing: -0.02em;\r\n  }\r\n\r\n  .skillhill-hero-points {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n    gap: 12px;\r\n    margin-top: 18px;\r\n  }\r\n\r\n  .skillhill-hero-point {\r\n    padding: 16px;\r\n    border-radius: 16px;\r\n    background: rgba(255, 255, 255, 0.82);\r\n    border: 1px solid rgba(10, 58, 69, 0.08);\r\n    box-shadow: var(--shadow-sm);\r\n  }\r\n\r\n  .skillhill-hero-point strong {\r\n    display: block;\r\n    margin-bottom: 4px;\r\n    font-size: 17px;\r\n    line-height: 1.3;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-hero-point span {\r\n    display: block;\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-hero-visual {\r\n    position: relative;\r\n    background: linear-gradient(155deg, #0B414C 0%, #0A313B 100%);\r\n    color: var(--white);\r\n    border-radius: 28px;\r\n    padding: 24px;\r\n    box-shadow: var(--shadow-lg);\r\n    overflow: hidden;\r\n    max-width: 460px;\r\n    width: 100%;\r\n  }\r\n\r\n  .skillhill-hero-visual::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: auto -8% -22% auto;\r\n    width: 280px;\r\n    height: 280px;\r\n    background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 62%);\r\n    pointer-events: none;\r\n  }\r\n\r\n  .skillhill-hero-visual small {\r\n    display: block;\r\n    margin-bottom: 10px;\r\n    font-size: 12px;\r\n    letter-spacing: 0.14em;\r\n    text-transform: uppercase;\r\n    color: rgba(255,255,255,0.72);\r\n  }\r\n\r\n  .skillhill-hero-visual h3 {\r\n    margin: 0 0 10px;\r\n    font-size: clamp(24px, 2.4vw, 30px);\r\n    line-height: 1.1;\r\n    letter-spacing: -0.04em;\r\n    font-weight: 600;\r\n    color: #fff;\r\n  }\r\n\r\n  .skillhill-hero-visual p {\r\n    margin: 0;\r\n    font-size: 16px;\r\n    line-height: 1.62;\r\n    color: rgba(255,255,255,0.82);\r\n    max-width: 32ch;\r\n  }\r\n\r\n  .skillhill-capability-diagram {\r\n    margin-top: 18px;\r\n    padding: 16px;\r\n    border-radius: 20px;\r\n    background: rgba(255,255,255,0.07);\r\n    border: 1px solid rgba(255,255,255,0.12);\r\n  }\r\n\r\n  .skillhill-capability-diagram-title {\r\n    margin-bottom: 12px;\r\n    font-size: 12px;\r\n    letter-spacing: 0.08em;\r\n    text-transform: uppercase;\r\n    color: rgba(255,255,255,0.72);\r\n  }\r\n\r\n  .skillhill-capability-builder {\r\n    position: relative;\r\n    display: grid;\r\n    place-items: center;\r\n    min-height: 190px;\r\n  }\r\n\r\n  .skillhill-center-core {\r\n    position: absolute;\r\n    width: 104px;\r\n    height: 104px;\r\n    border-radius: 50%;\r\n    display: grid;\r\n    place-items: center;\r\n    text-align: center;\r\n    padding: 16px;\r\n    background: rgba(255,255,255,0.14);\r\n    border: 1px solid rgba(255,255,255,0.16);\r\n    backdrop-filter: blur(8px);\r\n    font-size: 14px;\r\n    line-height: 1.25;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .skillhill-orbit {\r\n    position: absolute;\r\n    width: 100%;\r\n    height: 100%;\r\n    border-radius: 50%;\r\n    border: 1px dashed rgba(255,255,255,0.16);\r\n    animation: skillhill-spin 22s linear infinite;\r\n  }\r\n\r\n  .skillhill-orbit.skillhill-reverse {\r\n    animation-direction: reverse;\r\n  }\r\n\r\n  .skillhill-orbit-node {\r\n    position: absolute;\r\n    width: 96px;\r\n    padding: 10px 12px;\r\n    border-radius: 16px;\r\n    background: rgba(255,255,255,0.12);\r\n    border: 1px solid rgba(255,255,255,0.14);\r\n    text-align: center;\r\n    font-size: 13px;\r\n    font-weight: 500;\r\n    line-height: 1.35;\r\n    backdrop-filter: blur(8px);\r\n    transition: transform var(--transition), background var(--transition);\r\n  }\r\n\r\n  .skillhill-orbit-node:hover {\r\n    transform: scale(1.04);\r\n    background: rgba(255,255,255,0.18);\r\n  }\r\n\r\n  .skillhill-node-1 { top: 2%; left: 50%; transform: translateX(-50%); }\r\n  .skillhill-node-2 { top: 28%; right: 0%; }\r\n  .skillhill-node-3 { bottom: 2%; left: 50%; transform: translateX(-50%); }\r\n  .skillhill-node-4 { top: 28%; left: 0%; }\r\n\r\n  .skillhill-counter-row {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, minmax(0, 1fr));\r\n    gap: 10px;\r\n    margin-top: 14px;\r\n  }\r\n\r\n  .skillhill-counter-card {\r\n    padding: 14px;\r\n    border-radius: 16px;\r\n    background: rgba(255,255,255,0.08);\r\n    border: 1px solid rgba(255,255,255,0.10);\r\n  }\r\n\r\n  .skillhill-counter-value {\r\n    display: block;\r\n    margin-bottom: 4px;\r\n    font-size: 24px;\r\n    line-height: 1;\r\n    font-weight: 600;\r\n    color: var(--white);\r\n  }\r\n\r\n  .skillhill-counter-label {\r\n    display: block;\r\n    font-size: 13px;\r\n    color: rgba(255,255,255,0.76);\r\n    line-height: 1.45;\r\n  }\r\n\r\n  .skillhill-logo-section {\r\n    padding: 12px 0 10px;\r\n    background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);\r\n    border-top: 1px solid rgba(10, 58, 69, 0.06);\r\n  }\r\n\r\n  .skillhill-logo-label {\r\n    text-align: center;\r\n    color: var(--muted);\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    margin-bottom: 16px;\r\n  }\r\n\r\n  .skillhill-marquee-shell {\r\n    position: relative;\r\n    overflow: hidden;\r\n    width: 100%;\r\n    margin-bottom: 14px;\r\n    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\r\n    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\r\n  }\r\n\r\n  .skillhill-marquee-track {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 22px;\r\n    width: max-content;\r\n  }\r\n\r\n  .skillhill-marquee-top {\r\n    animation: skillhill-marquee-left 35s linear infinite;\r\n  }\r\n\r\n  .skillhill-marquee-bottom {\r\n    animation: skillhill-marquee-right 35s linear infinite;\r\n  }\r\n\r\n  .skillhill-logo-card {\r\n    width: 180px;\r\n    height: 88px;\r\n    flex: 0 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 18px 22px;\r\n    border-radius: 22px;\r\n    background: rgba(255, 255, 255, 0.96);\r\n    border: 1px solid rgba(10, 58, 69, 0.08);\r\n    box-shadow: 0 12px 30px rgba(10, 58, 69, 0.06);\r\n  }\r\n\r\n  .skillhill-logo-card img {\r\n    display: block;\r\n    max-width: 100%;\r\n    max-height: 100%;\r\n    width: auto;\r\n    height: auto;\r\n    object-fit: contain;\r\n    filter: none;\r\n    opacity: 1;\r\n  }\r\n\r\n  .skillhill-cards-2,\r\n  .skillhill-cards-3,\r\n  .skillhill-cards-4 {\r\n    display: grid;\r\n    gap: 22px;\r\n  }\r\n\r\n  .skillhill-cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }\r\n  .skillhill-cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }\r\n  .skillhill-cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }\r\n\r\n  .skillhill-card {\r\n    background: var(--white);\r\n    border: 1px solid var(--line);\r\n    border-radius: var(--radius-lg);\r\n    padding: var(--space-card);\r\n    box-shadow: var(--shadow-sm);\r\n    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);\r\n  }\r\n\r\n  .skillhill-card:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: var(--shadow-md);\r\n    border-color: rgba(10, 58, 69, 0.16);\r\n  }\r\n\r\n  .skillhill-card h3 {\r\n    margin: 0 0 12px;\r\n    font-size: clamp(28px, 2.4vw, 32px);\r\n    line-height: 1.12;\r\n    letter-spacing: -0.035em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-card p {\r\n    margin: 0;\r\n    font-size: 18px;\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-mini {\r\n    display: block;\r\n    margin-bottom: 12px;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    color: var(--petrol);\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.08em;\r\n  }\r\n\r\n  .skillhill-list {\r\n    list-style: none;\r\n    margin: 0;\r\n    padding: 0;\r\n    display: grid;\r\n    gap: 14px;\r\n  }\r\n\r\n  .skillhill-list li {\r\n    position: relative;\r\n    padding-left: 18px;\r\n    font-size: 18px;\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-list li::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0;\r\n    top: 12px;\r\n    width: 7px;\r\n    height: 7px;\r\n    border-radius: 50%;\r\n    background: var(--petrol);\r\n  }\r\n\r\n  .skillhill-split-layout {\r\n    display: grid;\r\n    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);\r\n    gap: 30px;\r\n    align-items: center;\r\n  }\r\n\r\n  .skillhill-image-panel {\r\n    position: relative;\r\n    min-height: 620px;\r\n    border-radius: var(--radius-xl);\r\n    overflow: hidden;\r\n    background:\r\n      linear-gradient(180deg, rgba(10,58,69,0.10), rgba(10,58,69,0.28)),\r\n      url('https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?auto=format&amp;fit=crop&amp;w=1200&amp;q=80') center\/cover no-repeat;\r\n    box-shadow: var(--shadow-lg);\r\n  }\r\n\r\n  .skillhill-image-badge {\r\n    position: absolute;\r\n    left: 26px;\r\n    bottom: 26px;\r\n    max-width: 260px;\r\n    padding: 18px 20px;\r\n    border-radius: 22px;\r\n    background: rgba(255,255,255,0.84);\r\n    backdrop-filter: blur(12px);\r\n    box-shadow: var(--shadow-md);\r\n    color: var(--petrol);\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n    font-weight: 500;\r\n  }\r\n\r\n  .skillhill-process-stack {\r\n    display: grid;\r\n    gap: 18px;\r\n  }\r\n\r\n  .skillhill-process-card {\r\n    background: rgba(255,255,255,0.82);\r\n    border: 1px solid rgba(10, 58, 69, 0.10);\r\n    border-radius: 24px;\r\n    padding: 24px;\r\n    box-shadow: var(--shadow-sm);\r\n    transition: transform var(--transition), box-shadow var(--transition);\r\n  }\r\n\r\n  .skillhill-process-card:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: var(--shadow-md);\r\n  }\r\n\r\n  .skillhill-process-step {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 42px;\r\n    height: 42px;\r\n    border-radius: 14px;\r\n    background: var(--petrol-soft);\r\n    color: var(--petrol);\r\n    font-weight: 600;\r\n    margin-bottom: 14px;\r\n  }\r\n\r\n  .skillhill-process-card h3 {\r\n    margin: 0 0 8px;\r\n    font-size: 28px;\r\n    line-height: 1.15;\r\n    letter-spacing: -0.03em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-process-card p {\r\n    margin: 0;\r\n    font-size: 18px;\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-founders-layout {\r\n    display: grid;\r\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\r\n    gap: 30px;\r\n    align-items: start;\r\n  }\r\n\r\n  .skillhill-founders-note {\r\n    position: sticky;\r\n    top: 40px;\r\n  }\r\n\r\n  .skillhill-founders-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n    gap: 22px;\r\n  }\r\n\r\n  .skillhill-founder-profile {\r\n    background: var(--white);\r\n    border: 1px solid var(--line);\r\n    border-radius: var(--radius-lg);\r\n    overflow: hidden;\r\n    box-shadow: var(--shadow-sm);\r\n    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);\r\n  }\r\n\r\n  .skillhill-founder-profile:hover {\r\n    transform: translateY(-4px);\r\n    box-shadow: var(--shadow-md);\r\n    border-color: rgba(10, 58, 69, 0.16);\r\n  }\r\n\r\n  .skillhill-founder-text {\r\n    padding: 26px 26px 18px;\r\n  }\r\n\r\n  .skillhill-founder-text h3 {\r\n    margin: 0 0 10px;\r\n    font-size: clamp(28px, 2.2vw, 32px);\r\n    line-height: 1.12;\r\n    letter-spacing: -0.035em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-founder-text p {\r\n    margin: 0;\r\n    font-size: 18px;\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-founder-photo-wrap {\r\n    aspect-ratio: 4 \/ 3;\r\n    overflow: hidden;\r\n    background: var(--sand);\r\n    margin: 0 18px 18px;\r\n    border-radius: 22px;\r\n  }\r\n\r\n  .skillhill-founder-photo {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    object-position: center top;\r\n  }\r\n\r\n  .skillhill-quote-block {\r\n    position: relative;\r\n    padding: 34px 34px 34px 42px;\r\n    border-radius: var(--radius-lg);\r\n    background: var(--white);\r\n    border: 1px solid rgba(10, 58, 69, 0.08);\r\n    box-shadow: var(--shadow-md);\r\n  }\r\n\r\n  .skillhill-quote-block::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    top: 28px;\r\n    left: 22px;\r\n    width: 3px;\r\n    height: calc(100% - 56px);\r\n    background: var(--copper);\r\n    border-radius: 99px;\r\n  }\r\n\r\n  .skillhill-quote-block p {\r\n    margin: 0;\r\n    font-size: clamp(24px, 2.2vw, 30px);\r\n    line-height: 1.28;\r\n    letter-spacing: -0.03em;\r\n    font-style: italic;\r\n    color: var(--petrol);\r\n    max-width: 17ch;\r\n  }\r\n\r\n  .skillhill-quote-block small {\r\n    display: block;\r\n    margin-top: 16px;\r\n    font-size: 15px;\r\n    color: var(--muted);\r\n    font-style: normal;\r\n  }\r\n\r\n  .skillhill-cta-band {\r\n    text-align: center;\r\n    background: linear-gradient(180deg, #ffffff 0%, #faf7f3 100%);\r\n  }\r\n\r\n  .skillhill-cta-box {\r\n    max-width: 980px;\r\n    margin: 0 auto;\r\n    padding: clamp(34px, 5vw, 60px);\r\n    border-radius: 34px;\r\n    background: var(--sand);\r\n    border: 1px solid rgba(10, 58, 69, 0.08);\r\n    box-shadow: var(--shadow-lg);\r\n  }\r\n\r\n  .skillhill-cta-box h2 {\r\n    margin: 16px 0;\r\n    font-size: clamp(38px, 4vw, 44px);\r\n    line-height: 1.08;\r\n    letter-spacing: -0.045em;\r\n    font-weight: 600;\r\n    color: var(--petrol);\r\n  }\r\n\r\n  .skillhill-cta-box p {\r\n    max-width: 760px;\r\n    margin: 0 auto 26px;\r\n    font-size: 18px;\r\n    line-height: 1.65;\r\n    color: var(--muted);\r\n  }\r\n\r\n  .skillhill-footer {\r\n    background: var(--petrol);\r\n    padding: 30px 0 42px;\r\n    color: rgba(255,255,255,0.80);\r\n  }\r\n\r\n  .skillhill-footer-row {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 20px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  .skillhill-footer-brand {\r\n    font-weight: 600;\r\n    color: #fff;\r\n  }\r\n\r\n  .skillhill-reveal {\r\n    opacity: 0;\r\n    transform: translateY(20px);\r\n    transition: opacity 0.8s ease, transform 0.8s ease;\r\n  }\r\n\r\n  .skillhill-reveal.skillhill-visible {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n  }\r\n\r\n  @keyframes skillhill-spin {\r\n    from { transform: rotate(0deg); }\r\n    to { transform: rotate(360deg); }\r\n  }\r\n\r\n  @keyframes skillhill-marquee-left {\r\n    from { transform: translateX(0); }\r\n    to { transform: translateX(-50%); }\r\n  }\r\n\r\n  @keyframes skillhill-marquee-right {\r\n    from { transform: translateX(-50%); }\r\n    to { transform: translateX(0); }\r\n  }\r\n\r\n  @media (max-width: 1150px) {\r\n    .skillhill-hero-grid,\r\n    .skillhill-split-layout,\r\n    .skillhill-founders-layout,\r\n    .skillhill-cards-4,\r\n    .skillhill-cards-3,\r\n    .skillhill-cards-2,\r\n    .skillhill-founders-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .skillhill-hero-points,\r\n    .skillhill-counter-row {\r\n      grid-template-columns: 1fr 1fr;\r\n    }\r\n\r\n    .skillhill-image-panel {\r\n      min-height: 500px;\r\n    }\r\n\r\n    .skillhill-founders-note {\r\n      position: static;\r\n    }\r\n\r\n    .skillhill-hero-visual {\r\n      max-width: 100%;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 860px) {\r\n    .skillhill-hero-grid {\r\n      min-height: auto;\r\n      padding-top: 4px;\r\n    }\r\n\r\n    .skillhill-hero-points,\r\n    .skillhill-counter-row {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .skillhill-container {\r\n      width: min(calc(100% - 24px), var(--container));\r\n    }\r\n\r\n    .skillhill-logo-card {\r\n      width: 150px;\r\n      height: 76px;\r\n    }\r\n\r\n    .skillhill-hero {\r\n      padding: 12px 0 2px;\r\n    }\r\n\r\n    .skillhill-hero-copy h1 {\r\n      max-width: 12ch;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 560px) {\r\n    .skillhill-btn {\r\n      width: 100%;\r\n    }\r\n\r\n    .skillhill-card,\r\n    .skillhill-process-card,\r\n    .skillhill-quote-block,\r\n    .skillhill-cta-box,\r\n    .skillhill-hero-visual {\r\n      padding: 22px;\r\n    }\r\n\r\n    .skillhill-image-badge {\r\n      left: 16px;\r\n      right: 16px;\r\n      bottom: 16px;\r\n      max-width: none;\r\n    }\r\n\r\n    .skillhill-founder-photo-wrap {\r\n      margin: 0 14px 14px;\r\n    }\r\n  }\r\n\r\n\r\n<div class=\"skillhill-page\">\r\n  <section class=\"skillhill-hero\">\r\n    <div class=\"skillhill-container skillhill-hero-grid\">\r\n\r\n      <aside class=\"skillhill-hero-visual skillhill-reveal skillhill-visible\">\r\n        <small>Capability Builder<\/small>\r\n        <h3>Where transformation succeeds or fails.<\/h3>\r\n        <p>\r\n          In leadership, culture, accountability, and everyday decisions, including the toughest M&amp;A and large-scale change situations.\r\n        <\/p>\r\n\r\n        <div class=\"skillhill-capability-diagram\">\r\n          <div class=\"skillhill-capability-diagram-title\">Capability Builder<\/div>\r\n          <div class=\"skillhill-capability-builder\">\r\n            <div class=\"skillhill-orbit\"><\/div>\r\n            <div class=\"skillhill-orbit skillhill-reverse\" style=\"width:78%;height:78%\"><\/div>\r\n            <div class=\"skillhill-center-core\">Capability Builder<\/div>\r\n            <div class=\"skillhill-orbit-node skillhill-node-1\">Leadership<\/div>\r\n            <div class=\"skillhill-orbit-node skillhill-node-2\">Culture<\/div>\r\n            <div class=\"skillhill-orbit-node skillhill-node-3\">Execution<\/div>\r\n            <div class=\"skillhill-orbit-node skillhill-node-4\">Accountability<\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-counter-row\">\r\n          <div class=\"skillhill-counter-card\">\r\n            <span class=\"skillhill-counter-value\" data-target=\"3\">0<\/span>\r\n            <span class=\"skillhill-counter-label\">Core growth levers aligned.<\/span>\r\n          <\/div>\r\n          <div class=\"skillhill-counter-card\">\r\n            <span class=\"skillhill-counter-value\" data-target=\"6\">0<\/span>\r\n            <span class=\"skillhill-counter-label\">Execution barriers surfaced faster.<\/span>\r\n          <\/div>\r\n          <div class=\"skillhill-counter-card\">\r\n            <span class=\"skillhill-counter-value\" data-target=\"100\">0<\/span>\r\n            <span class=\"skillhill-counter-label\">Focus on practical business value.<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/aside>\r\n\r\n      <div class=\"skillhill-hero-copy skillhill-reveal skillhill-visible\">\r\n        <span class=\"skillhill-eyebrow\">Human Capabilities. Real Change.<\/span>\r\n        <h1>We turn strategy into results.<\/h1>\r\n        <p class=\"skillhill-lede\">\r\n          We help organizations achieve ambitious targets, from customer experience and employee engagement to profit, margin, and growth.\r\n        <\/p>\r\n\r\n        <div class=\"skillhill-micro-lines\">\r\n          <span>Customer relationships.<\/span>\r\n          <span>Sales capability.<\/span>\r\n          <span>Execution where it matters.<\/span>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-btn-row\">\r\n          <a href=\"#contact\" class=\"skillhill-btn skillhill-btn-primary\">Book a 30 minute conversation<\/a>\r\n          <a href=\"#services\" class=\"skillhill-btn skillhill-btn-secondary\">Explore how we work<\/a>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-hero-points\">\r\n          <div class=\"skillhill-hero-point\">\r\n            <strong>Leadership clarity<\/strong>\r\n            <span>Stronger priorities. Better decisions. Sharper accountability.<\/span>\r\n          <\/div>\r\n          <div class=\"skillhill-hero-point\">\r\n            <strong>Execution discipline<\/strong>\r\n            <span>Turn transformation into everyday ways of working.<\/span>\r\n          <\/div>\r\n          <div class=\"skillhill-hero-point\">\r\n            <strong>Human-centered change<\/strong>\r\n            <span>Culture, trust, learning, and practical momentum.<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-logo-section\">\r\n    <div class=\"skillhill-container\">\r\n      <div class=\"skillhill-logo-label\">\r\n        Trusted by leaders, teams, and transformation-driven organizations.\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-marquee-shell\" aria-label=\"Logos moving right to left\">\r\n        <div class=\"skillhill-marquee-track skillhill-marquee-top\">\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1200px-Telia_logo.svg.png\" alt=\"Telia\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/800px-Metso_logo.svg.png\" alt=\"Metso\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/digit-1.png\" alt=\"Digit\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/logo2.png\" alt=\"Client logo\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1200px-Tieto_logo.svg.png\" alt=\"Tieto\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/RE1Mu3b.png\" alt=\"Client logo\"><\/div>\r\n\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1200px-Telia_logo.svg.png\" alt=\"Telia\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/800px-Metso_logo.svg.png\" alt=\"Metso\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/digit-1.png\" alt=\"Digit\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/logo2.png\" alt=\"Client logo\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1200px-Tieto_logo.svg.png\" alt=\"Tieto\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/RE1Mu3b.png\" alt=\"Client logo\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-marquee-shell\" aria-label=\"Logos moving left to right\">\r\n        <div class=\"skillhill-marquee-track skillhill-marquee-bottom\">\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/darkside-1.png\" alt=\"Darkside\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/fifthflour.png\" alt=\"Fifth Flour\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/madrin.png\" alt=\"Madrin\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1280px-Fujitsu-Logo.svg.png\" alt=\"Fujitsu\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/logo377.png\" alt=\"Client logo\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/zing.png\" alt=\"Zing\"><\/div>\r\n\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/darkside-1.png\" alt=\"Darkside\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/fifthflour.png\" alt=\"Fifth Flour\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/madrin.png\" alt=\"Madrin\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/1280px-Fujitsu-Logo.svg.png\" alt=\"Fujitsu\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/logo377.png\" alt=\"Client logo\"><\/div>\r\n          <div class=\"skillhill-logo-card\"><img decoding=\"async\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2020\/07\/zing.png\" alt=\"Zing\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-white\" id=\"results\">\r\n    <div class=\"skillhill-container\">\r\n      <div class=\"skillhill-section-header skillhill-reveal\">\r\n        <span class=\"skillhill-eyebrow\">What we help you achieve<\/span>\r\n        <h2>We help organizations succeed where change most often stalls, in execution.<\/h2>\r\n        <p>\r\n          Working alongside leadership, sales, and customer-facing teams, we help build the confidence, clarity, and capability required for demanding business targets.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-cards-3\">\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Growth<\/span>\r\n          <h3>Reach demanding targets<\/h3>\r\n          <p>Improve NPS and eNPS, protect and grow margin, increase revenue, and achieve profitability, even when targets are ambitious.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Sales insight<\/span>\r\n          <h3>Strengthen sales through customer insight<\/h3>\r\n          <p>Use structured interviews and certified measurement tools to turn customer expectations, loyalty, and future plans into concrete sales action.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Capability<\/span>\r\n          <h3>Develop sales, experts, and sales leadership<\/h3>\r\n          <p>Coach and facilitate professionals and leaders to navigate complex customer situations and grow into value-creating experts.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Advisory mindset<\/span>\r\n          <h3>Turn experts into customer advisors<\/h3>\r\n          <p>Help experts move beyond execution, opening the right conversations and creating customer value instead of staying silent.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Transformation<\/span>\r\n          <h3>Make transformation work in practice<\/h3>\r\n          <p>Turn strategy, AI, ERP, CRM, and large-scale change initiatives into everyday ways of working, not parallel projects.<\/p>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-card skillhill-reveal\">\r\n          <span class=\"skillhill-mini\">Integration<\/span>\r\n          <h3>Succeed in M&amp;A integration<\/h3>\r\n          <p>Align cultures, clarify leadership and decision-making, streamline ways of working, and build accountability after mergers and acquisitions.<\/p>\r\n        <\/article>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-sand\" id=\"services\">\r\n    <div class=\"skillhill-container skillhill-split-layout\">\r\n      <div>\r\n        <div class=\"skillhill-section-header skillhill-reveal\">\r\n          <span class=\"skillhill-eyebrow\">How we work<\/span>\r\n          <h2>Human-centered consulting with practical business weight.<\/h2>\r\n          <p>\r\n            We combine consultant-level business insight, hands-on coaching and facilitation, and a strong human perspective to create change that lasts.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-process-stack\">\r\n          <div class=\"skillhill-process-card skillhill-reveal\">\r\n            <div class=\"skillhill-process-step\">01<\/div>\r\n            <h3>Clarify leadership and direction<\/h3>\r\n            <p>Equip leaders and teams with clear roles, shared priorities, and the courage to address what really needs to change.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"skillhill-process-card skillhill-reveal\">\r\n            <div class=\"skillhill-process-step\">02<\/div>\r\n            <h3>Build capabilities that last<\/h3>\r\n            <p>Develop people, teams, and organizations so performance is sustained, not dependent on constant external support.<\/p>\r\n          <\/div>\r\n\r\n          <div class=\"skillhill-process-card skillhill-reveal\">\r\n            <div class=\"skillhill-process-step\">03<\/div>\r\n            <h3>Stay involved until results show<\/h3>\r\n            <p>We don\u2019t step in, deliver recommendations, and step away. We stay involved until change is visible, adopted, and producing results.<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-image-panel skillhill-reveal\">\r\n        <div class=\"skillhill-image-badge\">\r\n          Real human moments.\r\n          <br>Workshops. Coaching. Thinking. Connecting.\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-white\" id=\"founders\">\r\n    <div class=\"skillhill-container skillhill-founders-layout\">\r\n      <div class=\"skillhill-founders-note\">\r\n        <div class=\"skillhill-section-header skillhill-reveal\">\r\n          <span class=\"skillhill-eyebrow\">Who we are<\/span>\r\n          <h2>Trusted partner. Practical mindset. Human strength.<\/h2>\r\n          <p>\r\n            SKILLhill is big enough to deliver and small enough to care. This founder section is now positioned below the earlier text sections, with each portrait placed professionally below the founder text instead of above it.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-quote-block skillhill-reveal\">\r\n          <p>We stay involved until change is visible, adopted, and producing results.<\/p>\r\n          <small>Use this as a founder quote, leadership note, or company principle.<\/small>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-founders-grid\">\r\n        <article class=\"skillhill-founder-profile skillhill-reveal\">\r\n          <div class=\"skillhill-founder-text\">\r\n            <span class=\"skillhill-mini\">Founder<\/span>\r\n            <h3>Mika Nurmesniemi<\/h3>\r\n            <p>Add.<\/p>\r\n          <\/div>\r\n          <div class=\"skillhill-founder-photo-wrap\">\r\n            <img decoding=\"async\" class=\"skillhill-founder-photo\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2026\/03\/Mika.png\" alt=\"Mika Nurmesniemi\">\r\n          <\/div>\r\n        <\/article>\r\n\r\n        <article class=\"skillhill-founder-profile skillhill-reveal\">\r\n          <div class=\"skillhill-founder-text\">\r\n            <span class=\"skillhill-mini\">Founder<\/span>\r\n            <h3>Tapio Kyll\u00f6nen<\/h3>\r\n            <p>Addn.<\/p>\r\n          <\/div>\r\n          <div class=\"skillhill-founder-photo-wrap\">\r\n            <img decoding=\"async\" class=\"skillhill-founder-photo\" src=\"https:\/\/skillhill.000.fi\/wp-content\/uploads\/2026\/03\/IMG_2230.jpg\" alt=\"Tapio Kyll\u00f6nen\">\r\n          <\/div>\r\n        <\/article>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-white\" id=\"ai\">\r\n    <div class=\"skillhill-container\">\r\n      <div class=\"skillhill-section-header skillhill-reveal\">\r\n        <span class=\"skillhill-eyebrow\">Even in the age of AI<\/span>\r\n        <h2>AI does not fail because of technology.<\/h2>\r\n        <p>\r\n          It fails when leaders, teams, and organizations are not ready for the change AI brings. For SKILLhill, culture beats code means human readiness comes first.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-cards-2\">\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Readiness before technology<\/h3>\r\n          <ul class=\"skillhill-list\">\r\n            <li>Are leaders aligned on purpose, responsibility, and expectations?<\/li>\r\n            <li>Do people understand how AI will affect their work and why?<\/li>\r\n            <li>Does the culture support learning, experimentation, and accountability?<\/li>\r\n            <li>If these questions are ignored, AI becomes a costly experiment, not a value-creating investment.<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>From readiness to real results<\/h3>\r\n          <ul class=\"skillhill-list\">\r\n            <li>Measure AI and change readiness across leadership, staff, and the organization.<\/li>\r\n            <li>Define the gap between current reality and successful adoption.<\/li>\r\n            <li>Design practical actions to close that gap.<\/li>\r\n            <li>Embed AI into real decision-making and everyday work only after the foundation is ready.<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-sand\">\r\n    <div class=\"skillhill-container\">\r\n      <div class=\"skillhill-section-header skillhill-reveal\">\r\n        <span class=\"skillhill-eyebrow\">Business impact<\/span>\r\n        <h2>Good intentions are not enough.<\/h2>\r\n        <p>\r\n          Everything we do is tied to real business goals, from customer experience and engagement to margin, growth, and profitability.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-cards-4\">\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Revenue growth<\/h3>\r\n          <p>Stronger strategic choices and better customer work create sales momentum.<\/p>\r\n        <\/div>\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Margin protection<\/h3>\r\n          <p>Reduce friction, avoid missteps, and improve prioritization quality.<\/p>\r\n        <\/div>\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Execution speed<\/h3>\r\n          <p>Move from talk to decision to disciplined follow-through faster.<\/p>\r\n        <\/div>\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Sustained capability<\/h3>\r\n          <p>Build internal strength that remains long after the project ends.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-section-white\" id=\"difference\">\r\n    <div class=\"skillhill-container skillhill-cards-2\" style=\"align-items:center\">\r\n      <div>\r\n        <div class=\"skillhill-section-header skillhill-reveal\">\r\n          <span class=\"skillhill-eyebrow\">How we are different<\/span>\r\n          <h2>Big enough to deliver. Small enough to care.<\/h2>\r\n          <p>\r\n            We work as a trusted partner to leadership teams, project owners, and customer-facing organizations. We are accountable for outcomes, not just activity.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"skillhill-card skillhill-reveal\">\r\n          <h3>Your mission is our mission.<\/h3>\r\n          <p>\r\n            Most transformations start with structure, technology, or processes. We start with people and culture, then connect that human foundation to strategy, sales, leadership, and execution as one coherent whole.\r\n          <\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"skillhill-quote-block skillhill-reveal\">\r\n        <p>We don\u2019t optimize PowerPoint slides. We strengthen customer relationships, sales capability, and execution where it matters.<\/p>\r\n        <small>SKILLhill Capability Builder<\/small>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"skillhill-section skillhill-cta-band\" id=\"contact\">\r\n    <div class=\"skillhill-container\">\r\n      <div class=\"skillhill-cta-box skillhill-reveal skillhill-visible\">\r\n        <span class=\"skillhill-eyebrow\">Start building momentum<\/span>\r\n        <h2>Book a 30 minute conversation.<\/h2>\r\n        <p>\r\n          We\u2019ll identify where leadership, customer work, sales capability, execution, or AI readiness can create the strongest practical business impact.\r\n        <\/p>\r\n        <div class=\"skillhill-btn-row\" style=\"justify-content:center\">\r\n          <a href=\"#\" class=\"skillhill-btn skillhill-btn-primary\">Book a 30 minute conversation<\/a>\r\n          <a href=\"#services\" class=\"skillhill-btn skillhill-btn-secondary\">Explore how we work<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <footer class=\"skillhill-footer\">\r\n    <div class=\"skillhill-container skillhill-footer-row\">\r\n      <div class=\"skillhill-footer-brand\">SKILLhill Capability Builder<\/div>\r\n      <div>\u00a9 2026 SKILLhill. All rights reserved.<\/div>\r\n    <\/div>\r\n  <\/footer>\r\n<\/div>\r\n\r\n\r\n  (function () {\r\n    const root = document.querySelector('.skillhill-page');\r\n    if (!root) return;\r\n\r\n    if ('IntersectionObserver' in window) {\r\n      const observer = new IntersectionObserver((entries) =&gt; {\r\n        entries.forEach(entry =&gt; {\r\n          if (entry.isIntersecting) {\r\n            entry.target.classList.add('skillhill-visible');\r\n          }\r\n        });\r\n      }, { threshold: 0.14 });\r\n\r\n      root.querySelectorAll('.skillhill-reveal').forEach(el =&gt; observer.observe(el));\r\n\r\n      const counters = root.querySelectorAll('[data-target]');\r\n      const animateCounter = (el) =&gt; {\r\n        const target = Number(el.dataset.target);\r\n        const duration = 1400;\r\n        const start = performance.now();\r\n\r\n        const step = (now) =&gt; {\r\n          const progress = Math.min((now - start) \/ duration, 1);\r\n          const eased = 1 - Math.pow(1 - progress, 3);\r\n          const current = Math.floor(eased * target);\r\n          el.textContent = current + (target === 100 ? '%' : '+');\r\n          if (progress  {\r\n        entries.forEach(entry =&gt; {\r\n          if (entry.isIntersecting &amp;&amp; !entry.target.dataset.animated) {\r\n            entry.target.dataset.animated = 'true';\r\n            animateCounter(entry.target);\r\n          }\r\n        });\r\n      }, { threshold: 0.4 });\r\n\r\n      counters.forEach(counter =&gt; counterObserver.observe(counter));\r\n    } else {\r\n      root.querySelectorAll('.skillhill-reveal').forEach(el =&gt; el.classList.add('skillhill-visible'));\r\n    }\r\n  })();\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7533","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/pages\/7533","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/comments?post=7533"}],"version-history":[{"count":54,"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/pages\/7533\/revisions"}],"predecessor-version":[{"id":8017,"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/pages\/7533\/revisions\/8017"}],"wp:attachment":[{"href":"https:\/\/skillhill.000.fi\/fi\/wp-json\/wp\/v2\/media?parent=7533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}