/* Homepage slideshow system. Keep home-only rules here. */

:root {
    --topshop-color-accent: oklch(56% 0.145 238);
    --topshop-color-accent-2: oklch(45% 0.11 238);
    --topshop-color-accent-ink: oklch(99% 0.004 235);
    --topshop-font-display: "Sora", "Manrope", system-ui, sans-serif;
    --topshop-font-body: "Manrope", system-ui, sans-serif;
    --topshop-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --topshop-home-bg: oklch(11.5% 0.028 246);
    --topshop-home-panel: oklch(15.5% 0.034 246);
    --topshop-home-ink: oklch(96% 0.008 232);
    --topshop-home-muted: oklch(79% 0.016 232);
    --topshop-home-line: color-mix(in oklch, var(--topshop-home-ink) 16%, transparent);
    --topshop-home-glass: color-mix(in oklch, var(--topshop-home-bg) 46%, transparent);
    --topshop-home-container: 1180px;
    --topshop-home-header-height: 66px;
}

@supports selector(html:has(body.home)) {
    html:has(body.home) {
        scroll-snap-type: none;
        scroll-padding-top: 0;
        scroll-behavior: smooth;
        background: var(--topshop-home-bg);
    }
}

body.home {
    overflow-x: visible;
    background: var(--topshop-home-bg) !important;
    color: var(--topshop-home-ink);
    font-family: var(--topshop-font-body);
}

body.home .site-content.site-container,
body.home .site-content.site-container.content-has-sidebar,
body.home #content.site-content,
body.home #container,
body.home #content[role="main"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

body.home .site-content.content-has-sidebar {
    display: block !important;
}

body.home .site-content.content-has-sidebar > #container,
body.home .site-content.content-has-sidebar > #primary {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

body.home .site-content.content-has-sidebar > #secondary {
    display: none !important;
}

body.home .page-title,
body.home .woocommerce-result-count,
body.home .woocommerce-ordering,
body.home ul.products,
body.home #secondary,
body.home .widget-area {
    display: none !important;
}

body.home .topshop-hero,
body.home .topshop-service-board,
body.home .topshop-process-board,
body.home .topshop-home-quote {
    width: 100% !important;
    max-width: none !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    margin: 0 !important;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
}

/* Header */
body.home .site-header {
    position: fixed !important;
    top: clamp(0.75rem, 1.5vw, 1.2rem) !important;
    left: 50% !important;
    z-index: 120 !important;
    width: min(var(--topshop-home-container), calc(100% - 2rem)) !important;
    min-height: var(--topshop-home-header-height) !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(1rem, 2.5vw, 2.25rem) !important;
    padding: 0 0.55rem 0 1.05rem !important;
    border: 1px solid var(--topshop-home-line) !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 54%, transparent), color-mix(in oklch, var(--topshop-home-bg) 38%, transparent)) !important;
    box-shadow: none !important;
    transform: translateX(-50%) !important;
    backdrop-filter: blur(18px) saturate(115%);
    -webkit-backdrop-filter: blur(18px) saturate(115%);
}

body.home .site-header::before,
body.home .site-header::after,
body.home .site-header > .site-container::before {
    display: none !important;
}

body.home .topshop-header-layout-centered .site-top-bar,
body.home .topshop-header-layout-standard .site-top-bar,
body.home .site-header-right,
body.home .site-header-right-link,
body.home .header-cart,
body.home .header-cart-contents {
    display: none !important;
}

body.home .topshop-header-layout-centered > .site-container,
body.home .site-header > .site-container,
body.home .site-header-left,
body.home .site-header-branding {
    width: auto !important;
    min-width: 0 !important;
    height: var(--topshop-home-header-height) !important;
    min-height: var(--topshop-home-header-height) !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

body.home .site-title,
body.home .site-title a {
    color: var(--topshop-home-ink) !important;
    font-size: clamp(1.22rem, 1.55vw, 1.52rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-shadow: none !important;
}

body.home .site-title a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

body.home .site-title a:focus-visible {
    outline: 2px solid var(--topshop-color-accent) !important;
    outline-offset: 2px !important;
}

body.home .site-description {
    display: none !important;
}

body.home .sticky-wrapper,
body.home .topshop-header-layout-centered .sticky-wrapper {
    width: 100% !important;
    height: auto !important;
}

body.home .main-navigation,
body.home .main-navigation.header-stick.stuck,
body.home .main-navigation .site-container {
    min-height: var(--topshop-home-header-height) !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.home .topshop-home-quote::before {
    content: "";
    position: absolute;
    inset: -1.5rem 0 auto;
    z-index: 1;
    height: clamp(5rem, 13dvh, 8rem);
    background: linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 94%, transparent), color-mix(in oklch, var(--topshop-home-bg) 52%, transparent) 48%, transparent 100%);
    filter: blur(10px);
    opacity: 0.86;
    pointer-events: none;
}

body.home .main-navigation .site-container {
    width: 100% !important;
    justify-content: flex-end !important;
    padding: 0 !important;
}

body.home .main-navigation .menu,
body.home .main-navigation .nav-menu {
    gap: 0.1rem !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    border: 0 !important;
}

body.home .main-navigation a {
    position: relative;
    min-height: 38px !important;
    padding: 0 0.7rem !important;
    border: 0 !important;
    background: transparent !important;
    color: color-mix(in oklch, var(--topshop-home-ink) 82%, transparent) !important;
    font-size: clamp(0.66rem, 0.72vw, 0.74rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
}

body.home .main-navigation a::after {
    content: "";
    position: absolute;
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.32rem;
    height: 1px;
    background: var(--topshop-color-accent);
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 180ms ease, transform 220ms var(--topshop-ease-out);
}

body.home .main-navigation a:hover,
body.home .main-navigation a:focus-visible,
body.home .main-navigation li.current-menu-item > a,
body.home .main-navigation li.current_page_item > a {
    color: var(--topshop-home-ink) !important;
}

body.home .main-navigation a:hover::after,
body.home .main-navigation a:focus-visible::after,
body.home .main-navigation li.current-menu-item > a::after,
body.home .main-navigation li.current_page_item > a::after {
    opacity: 1;
    transform: scaleX(1);
}

body.home .main-navigation .qtranxs-lang-menu > a {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    justify-content: center !important;
    border: 1px solid color-mix(in oklch, var(--topshop-color-accent) 56%, transparent) !important;
    background: color-mix(in oklch, var(--topshop-color-accent) 18%, transparent) !important;
    background-image: none !important;
    color: transparent !important;
    font-size: 0 !important;
}

body.home .main-navigation .qtranxs-lang-menu > a::before {
    color: var(--topshop-home-ink);
    font-size: 0.72rem;
    font-weight: 800;
}

body.home .main-navigation .qtranxs-lang-menu > a img,
body.home .main-navigation .qtranxs-lang-menu > a span {
    display: none !important;
}

body.home .main-navigation .qtranxs-lang-menu-en > a::before { content: "EN"; }
body.home .main-navigation .qtranxs-lang-menu-ru > a::before { content: "RU"; }
body.home .main-navigation .qtranxs-lang-menu-et > a::before { content: "ET"; }
body.home .main-navigation .qtranxs-lang-menu > a::after { display: none; }

body.home .main-navigation ul ul {
    top: calc(100% - 1px) !important;
    right: 0 !important;
    left: auto !important;
    min-width: 10rem !important;
    padding: 0.35rem !important;
    border: 1px solid var(--topshop-home-line) !important;
    background: color-mix(in oklch, var(--topshop-home-bg) 92%, black) !important;
    box-shadow: 0 8px 18px color-mix(in oklch, black 22%, transparent) !important;
}

body.home .main-navigation ul ul a {
    min-height: 40px !important;
    padding: 0 0.75rem !important;
}

body.home .topshop-mobile-phone,
body.home .topshop-submenu-toggle,
.topshop-menu-backdrop {
    display: none;
}

body.home #products {
    scroll-margin-top: calc(var(--topshop-home-header-height) + 2rem);
}

body.home #products:focus {
    outline: none;
}

/* Main hero */
body.home .topshop-hero {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    isolation: isolate;
    padding: clamp(7rem, 14dvh, 9.5rem) max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) clamp(8.6rem, 16dvh, 10.5rem) !important;
    border: 0 !important;
    background: var(--topshop-home-bg) !important;
}

body.home .topshop-hero-media,
body.home .topshop-hero-media picture,
body.home .topshop-hero-media img,
body.home .topshop-hero-media video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.home .topshop-hero-media img,
body.home .topshop-hero-media video {
    object-fit: cover !important;
    object-position: 58% 50% !important;
    filter: saturate(0.9) contrast(1.03) brightness(1.02);
}

body.home .topshop-hero::before {
    display: none !important;
}

body.home .topshop-hero::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 2 !important;
    height: 20dvh !important;
    background: linear-gradient(180deg, transparent, color-mix(in oklch, var(--topshop-home-bg) 88%, transparent)) !important;
    pointer-events: none;
}

body.home .topshop-hero-panel {
    position: relative !important;
    z-index: 4 !important;
    width: min(61rem, 100%) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.home .topshop-hero-kicker {
    width: max-content;
    max-width: 100%;
    margin: 0 0 1rem !important;
    padding: 0.45rem 0.65rem !important;
    border: 1px solid color-mix(in oklch, var(--topshop-home-ink) 22%, transparent) !important;
    background: color-mix(in oklch, var(--topshop-home-bg) 88%, transparent) !important;
    color: color-mix(in oklch, var(--topshop-home-ink) 86%, transparent) !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.home .topshop-hero h1 {
    max-width: 16ch !important;
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: clamp(3.4rem, 6.7vw, 6rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 0.92 !important;
    text-wrap: balance;
    overflow-wrap: normal !important;
    text-shadow: 0 2px 4px color-mix(in oklch, black 88%, transparent), 0 6px 20px color-mix(in oklch, black 66%, transparent) !important;
}

body.home .topshop-hero-panel > p:not(.topshop-hero-kicker) {
    max-width: 58rem !important;
    margin: 1.25rem 0 0 !important;
    color: color-mix(in oklch, var(--topshop-home-ink) 88%, transparent) !important;
    font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-wrap: pretty;
    text-shadow: 0 1px 3px color-mix(in oklch, black 92%, transparent), 0 4px 14px color-mix(in oklch, black 72%, transparent) !important;
}

body.home .topshop-hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    margin-top: 1.45rem !important;
}

body.home .topshop-button {
    min-height: 46px !important;
    padding: 0 1.15rem !important;
    border-radius: 0 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0 !important;
    transition: transform 180ms var(--topshop-ease-out), background-color 180ms ease, border-color 180ms ease !important;
}

body.home .topshop-button-primary {
    background: var(--topshop-color-accent-2) !important;
    color: var(--topshop-color-accent-ink) !important;
}

body.home .topshop-button-primary:hover,
body.home .topshop-button-primary:focus-visible {
    background: color-mix(in oklch, var(--topshop-color-accent-2) 84%, var(--topshop-home-bg)) !important;
}

body.home .topshop-button-secondary {
    background: color-mix(in oklch, var(--topshop-home-bg) 88%, transparent) !important;
}

body.home .topshop-button-secondary:hover,
body.home .topshop-button-secondary:focus-visible {
    border-color: color-mix(in oklch, var(--topshop-color-accent) 70%, var(--topshop-home-ink)) !important;
    background: color-mix(in oklch, var(--topshop-color-accent-2) 52%, var(--topshop-home-bg)) !important;
    color: var(--topshop-color-accent-ink) !important;
}

body.home .topshop-button:hover,
body.home .topshop-button:focus-visible {
    transform: translateY(-1px);
}

body.home .topshop-button:focus-visible {
    outline: 2px solid var(--topshop-color-accent) !important;
    outline-offset: 3px !important;
}

body.home .topshop-button:active {
    transform: translateY(1px) scale(0.99);
}

body.home .topshop-hero-proof {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 5 !important;
    width: 100% !important;
    min-height: 104px !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding: 0 max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) !important;
    border-top: 1px solid color-mix(in oklch, var(--topshop-home-ink) 13%, transparent) !important;
    background: linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 14%, transparent), color-mix(in oklch, var(--topshop-home-bg) 58%, transparent)) !important;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

body.home .topshop-hero-proof::before,
body.home .topshop-hero-proof::after {
    display: none !important;
}

body.home .topshop-hero-proof > div,
body.home .topshop-hero-proof > div:first-child {
    min-height: 104px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0.25rem !important;
    padding: 0 clamp(1rem, 2.2vw, 1.75rem) !important;
    border: 0 !important;
    border-right: 1px solid color-mix(in oklch, var(--topshop-home-ink) 12%, transparent) !important;
    background: transparent !important;
}

body.home .topshop-hero-proof > div:last-child {
    border-right: 0 !important;
}

body.home .topshop-hero-proof strong {
    color: var(--topshop-home-ink) !important;
    font-size: clamp(1.5rem, 2.1vw, 1.9rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1 !important;
}

body.home .topshop-hero-proof span {
    color: color-mix(in oklch, var(--topshop-home-ink) 73%, transparent) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
}

/* Category slides */
body.home .topshop-home-rebuild,
body.home .topshop-service-board,
body.home .topshop-service-grid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: var(--topshop-home-bg) !important;
    box-shadow: none !important;
}

body.home .topshop-home-rebuild,
body.home .topshop-service-board,
body.home .topshop-service-grid {
    display: block !important;
}

body.home .topshop-home-rebuild::before {
    display: none !important;
}

body.home .topshop-service-card {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    isolation: isolate;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--topshop-home-bg) !important;
    box-shadow: none !important;
}

body.home .topshop-service-card-link {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: inherit !important;
    display: flex !important;
    align-items: flex-end !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.home .topshop-service-card-link:focus-visible {
    outline: 3px solid var(--topshop-color-accent) !important;
    outline-offset: -3px !important;
}

body.home .topshop-service-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 20%, transparent) 0%, transparent 18%, transparent 70%, color-mix(in oklch, var(--topshop-home-bg) 56%, transparent) 100%),
        linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 88%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 56%, transparent) 38%, transparent 72%) !important;
    opacity: 1 !important;
    pointer-events: none;
}

body.home .topshop-service-card.is-garage::before {
    background:
        linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 18%, transparent) 0%, transparent 18%, transparent 70%, color-mix(in oklch, var(--topshop-home-bg) 56%, transparent) 100%),
        linear-gradient(270deg, color-mix(in oklch, var(--topshop-home-bg) 88%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 54%, transparent) 40%, transparent 74%) !important;
}

body.home .topshop-service-card::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 0 0 !important;
    z-index: 3 !important;
    height: 16dvh !important;
    background: linear-gradient(180deg, transparent, color-mix(in oklch, var(--topshop-home-bg) 74%, transparent)) !important;
    pointer-events: none;
}

body.home .topshop-service-image,
body.home .topshop-service-image picture,
body.home .topshop-service-image img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.home .topshop-service-image img {
    object-fit: cover !important;
    object-position: 55% 50% !important;
    filter: saturate(0.82) contrast(1.07) brightness(0.84) !important;
    transform: scale(1.001) !important;
    transition: transform 700ms var(--topshop-ease-out), filter 400ms ease !important;
}

body.home .topshop-service-card.is-garage .topshop-service-image img {
    object-position: 44% 50% !important;
}

body.home .topshop-service-card.is-locks .topshop-service-image img {
    object-position: 58% 50% !important;
}

body.home .topshop-service-card.is-dark .topshop-service-image img {
    object-position: 50% 50% !important;
}

body.home .topshop-service-image::after {
    display: none !important;
}

body.home .topshop-service-card:hover .topshop-service-image img {
    transform: scale(1.018) !important;
    filter: saturate(0.88) contrast(1.06) brightness(0.88) !important;
}

body.home .topshop-service-copy {
    position: relative !important;
    z-index: 4 !important;
    width: min(var(--topshop-home-container), calc(100% - 2rem)) !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    margin: 0 auto !important;
    padding: clamp(7rem, 13dvh, 9rem) 0 clamp(5rem, 10dvh, 7rem) !important;
    color: var(--topshop-home-ink) !important;
    text-shadow: 0 1px 2px color-mix(in oklch, black 48%, transparent) !important;
}

body.home .topshop-service-card.is-garage .topshop-service-copy {
    padding-left: min(51vw, 42rem) !important;
}

body.home .topshop-service-number {
    display: none !important;
}

body.home .topshop-service-copy h2 {
    max-width: 14ch !important;
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: clamp(3.1rem, 6.5vw, 5.9rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 0.96 !important;
    text-wrap: balance;
}

body.home .topshop-service-copy p {
    max-width: 39rem !important;
    margin: 1rem 0 0 !important;
    color: color-mix(in oklch, var(--topshop-home-ink) 84%, transparent) !important;
    font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
    font-weight: 600 !important;
    line-height: 1.52 !important;
    text-wrap: pretty;
}

body.home .topshop-service-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 1.35rem;
    padding: 0 1rem;
    border: 1px solid color-mix(in oklch, var(--topshop-home-ink) 34%, transparent);
    background: color-mix(in oklch, var(--topshop-home-bg) 28%, transparent);
    color: var(--topshop-home-ink) !important;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 180ms var(--topshop-ease-out), background-color 180ms ease, border-color 180ms ease;
}

body.home .topshop-service-action:hover,
body.home .topshop-service-action:focus-visible,
body.home .topshop-service-card-link:hover .topshop-service-action,
body.home .topshop-service-card-link:focus-visible .topshop-service-action {
    border-color: color-mix(in oklch, var(--topshop-color-accent) 70%, transparent);
    background: color-mix(in oklch, var(--topshop-color-accent) 20%, var(--topshop-home-bg));
    transform: translateY(-1px);
}

body.home .topshop-service-action:active {
    transform: translateY(1px) scale(0.99);
}

body.home .topshop-service-card-link:active .topshop-service-action {
    transform: translateY(1px) scale(0.99);
}

/* Process slide */
body.home .topshop-process-board {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 0 !important;
    align-items: end !important;
    overflow: hidden !important;
    padding: clamp(7rem, 12dvh, 8rem) max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) 0 !important;
    border: 0 !important;
    background:
        linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 90%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 55%, transparent) 52%, color-mix(in oklch, var(--topshop-home-bg) 16%, transparent) 100%),
        linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 18%, transparent) 28%, color-mix(in oklch, var(--topshop-home-bg) 90%, transparent) 100%),
        image-set(url("../../images/generated/turvauksed-category-metal-products.avif") type("image/avif"), url("../../images/generated/turvauksed-category-metal-products.webp") type("image/webp"), url("../../images/generated/turvauksed-category-metal-products.png") type("image/png")) 50% 50% / cover no-repeat !important;
    box-shadow: none !important;
}

body.home .topshop-process-intro {
    position: relative;
    z-index: 2;
    grid-column: 1 / span 7;
    grid-row: 1;
    align-self: end;
    padding: 0 0 clamp(2rem, 5dvh, 3.5rem);
}

body.home .topshop-process-intro h2 {
    max-width: 15ch;
    margin: 0;
    color: var(--topshop-home-ink);
    font-family: var(--topshop-font-display);
    font-size: clamp(2.75rem, 4.4vw, 4.35rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1;
    text-wrap: balance;
}

body.home .topshop-process-intro p {
    max-width: 34rem;
    margin: 1.25rem 0 0;
    color: var(--topshop-home-muted);
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    font-weight: 600;
    line-height: 1.55;
}

body.home .topshop-process-steps {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid color-mix(in oklch, var(--topshop-home-ink) 22%, transparent);
    background: color-mix(in oklch, var(--topshop-home-bg) 66%, transparent);
    backdrop-filter: blur(18px) saturate(110%);
    -webkit-backdrop-filter: blur(18px) saturate(110%);
}

body.home .topshop-process-board article {
    min-height: clamp(9.5rem, 19dvh, 11.5rem) !important;
    display: grid !important;
    grid-template-columns: 2.4rem minmax(0, 1fr) !important;
    gap: 0.7rem 1rem !important;
    align-content: center !important;
    padding: clamp(1.2rem, 2.5dvh, 1.75rem) clamp(1.3rem, 2.5vw, 2.2rem) !important;
    border: 0 !important;
    border-right: 1px solid color-mix(in oklch, var(--topshop-home-ink) 18%, transparent) !important;
    background: transparent !important;
}

body.home .topshop-process-board article:last-child {
    border-right: 0 !important;
}

body.home .topshop-process-board article::after {
    display: none !important;
}

body.home .topshop-process-board article > span {
    color: color-mix(in oklch, var(--topshop-color-accent) 76%, var(--topshop-home-ink)) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

body.home .topshop-process-board h3 {
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
}

body.home .topshop-process-board article p {
    grid-column: 2 !important;
    max-width: 24rem !important;
    margin: 0 !important;
    color: var(--topshop-home-muted) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

/* Contact slide */
body.home .topshop-home-quote {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr) !important;
    grid-template-rows: minmax(0, 1fr) 72px !important;
    gap: 0 clamp(2rem, 7vw, 7rem) !important;
    align-items: end !important;
    overflow: hidden !important;
    padding: clamp(7rem, 13dvh, 9rem) max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) 0 !important;
    border: 0 !important;
    background:
        linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 93%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 64%, transparent) 48%, color-mix(in oklch, var(--topshop-home-bg) 18%, transparent) 100%),
        linear-gradient(180deg, transparent 42%, color-mix(in oklch, var(--topshop-home-bg) 84%, transparent) 100%),
        image-set(url("../../images/generated/turvauksed-home-hero-higgsfield.avif") type("image/avif"), url("../../images/generated/turvauksed-home-hero-higgsfield.webp") type("image/webp"), url("../../images/generated/turvauksed-home-hero-higgsfield.png") type("image/png")) 58% 50% / cover no-repeat !important;
    box-shadow: none !important;
}

body.home .topshop-home-quote > * {
    position: relative;
    z-index: 2;
}

body.home .topshop-home-quote-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    padding-bottom: clamp(2.5rem, 7dvh, 5rem);
}

body.home .topshop-home-quote p {
    margin: 0 0 0.9rem !important;
    color: color-mix(in oklch, var(--topshop-color-accent) 74%, var(--topshop-home-ink)) !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.home .topshop-home-quote h2 {
    max-width: 16ch !important;
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: clamp(2.7rem, 4.5vw, 4.45rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 0.98 !important;
    text-wrap: balance;
}

body.home .topshop-home-quote-contact {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    display: grid;
    justify-items: start;
    gap: 1.15rem;
    padding: 1.5rem 0 clamp(2.5rem, 7dvh, 5rem);
    border-top: 1px solid color-mix(in oklch, var(--topshop-home-ink) 28%, transparent);
}

body.home .topshop-home-quote-contact .topshop-home-contact-label {
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display);
    font-size: clamp(1.05rem, 1.5vw, 1.35rem) !important;
    font-weight: 700 !important;
}

body.home .topshop-home-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

body.home .topshop-home-contact-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--topshop-home-ink) !important;
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none !important;
}

body.home .topshop-home-contact-links a:hover,
body.home .topshop-home-contact-links a:focus-visible {
    color: var(--topshop-color-accent) !important;
}

body.home .topshop-home-contact-links a:focus-visible {
    outline: 2px solid var(--topshop-color-accent) !important;
    outline-offset: 2px !important;
}

body.home .topshop-home-contact-links a:active {
    transform: translateY(1px);
}

body.home .topshop-home-footer {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 72px;
    align-self: stretch;
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    border-top: 1px solid color-mix(in oklch, var(--topshop-home-ink) 22%, transparent);
    color: color-mix(in oklch, var(--topshop-home-ink) 68%, transparent);
    font-size: 0.76rem;
}

body.home .topshop-home-footer strong {
    color: var(--topshop-home-ink);
    font-family: var(--topshop-font-display);
    font-size: 0.95rem;
}

body.home .topshop-home-footer span:last-child {
    justify-self: end;
}

body.home .site-footer,
body.home .scroll-to-top {
    display: none !important;
}

/* Final contact frame: a distinct photograph and a disciplined right rail. */
body.home .topshop-home-quote {
    background:
        linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 94%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 64%, transparent) 49%, color-mix(in oklch, var(--topshop-home-bg) 14%, transparent) 100%),
        linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 14%, transparent) 0%, transparent 24%, color-mix(in oklch, var(--topshop-home-bg) 86%, transparent) 100%),
        image-set(url("../../images/generated/turvauksed-home-quote-gpt-image-2.avif") type("image/avif"), url("../../images/generated/turvauksed-home-quote-gpt-image-2.webp") type("image/webp"), url("../../images/generated/turvauksed-home-quote-gpt-image-2.png") type("image/png")) 55% 50% / cover no-repeat !important;
}

body.home .topshop-home-quote-contact {
    width: min(100%, 22rem);
    justify-self: end;
    align-content: start;
    padding-top: 1.75rem;
}

body.home #topshop-service-metal .topshop-service-copy {
    padding-inline: clamp(1.35rem, 1.8vw, 1.75rem) !important;
}

body.home #topshop-service-metal .topshop-service-copy h2 {
    max-width: 100% !important;
    font-size: clamp(1.35rem, 1.85vw, 1.72rem) !important;
    line-height: 1.04 !important;
}

@media screen and (max-width: 768px) {
    body.home .topshop-home-quote-contact {
        width: 100%;
        justify-self: stretch;
    }

    body.home #topshop-service-metal .topshop-service-copy {
        padding-inline: 1rem !important;
    }
}

@media screen and (max-width: 1060px) {
    :root {
        --topshop-home-header-height: 58px;
    }

    body.home .site-header {
        grid-template-columns: auto minmax(0, 1fr) !important;
        width: calc(100% - 1rem) !important;
        min-height: var(--topshop-home-header-height) !important;
        gap: 0.75rem !important;
        padding: 0 0.45rem 0 0.8rem !important;
    }

    body.home .topshop-header-layout-centered > .site-container,
    body.home .site-header > .site-container,
    body.home .site-header-left,
    body.home .site-header-branding {
        width: auto !important;
        height: var(--topshop-home-header-height) !important;
        min-height: var(--topshop-home-header-height) !important;
        justify-content: flex-start !important;
    }

    body.home .site-title,
    body.home .site-title a {
        font-size: clamp(1rem, 4.8vw, 1.25rem) !important;
    }

    body.home .main-navigation,
    body.home .main-navigation.header-stick.stuck,
    body.home .main-navigation .site-container {
        min-height: var(--topshop-home-header-height) !important;
    }

    body.home .main-navigation .site-container {
        justify-content: flex-end !important;
    }

    body.home .main-navigation .menu-toggle,
    body.home .main-navigation button.menu-toggle {
        width: auto !important;
        min-width: 76px !important;
        min-height: 40px !important;
        margin: 0 !important;
        padding: 0 0.85rem !important;
        border: 1px solid var(--topshop-home-line) !important;
        background: color-mix(in oklch, var(--topshop-home-ink) 6%, transparent) !important;
        color: var(--topshop-home-ink) !important;
        font-size: 0.72rem !important;
        letter-spacing: 0 !important;
    }

    body.home .main-navigation .menu,
    body.home .main-navigation .nav-menu {
        position: absolute !important;
        top: calc(100% + 0.45rem) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-height: calc(100dvh - 5.5rem) !important;
        display: none !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        overflow-y: auto !important;
        padding: 0.45rem !important;
        border: 1px solid var(--topshop-home-line) !important;
        background: color-mix(in oklch, var(--topshop-home-bg) 94%, black) !important;
        box-shadow: 0 8px 18px color-mix(in oklch, black 22%, transparent) !important;
    }

    body.home .main-navigation.toggled .menu,
    body.home .main-navigation.toggled .nav-menu,
    body.home .main-navigation .menu[aria-expanded="true"],
    body.home .main-navigation .nav-menu[aria-expanded="true"] {
        display: flex !important;
    }

    body.home .main-navigation a {
        width: 100% !important;
        min-height: 44px !important;
        justify-content: flex-start !important;
        padding: 0 0.8rem !important;
        font-size: 0.78rem !important;
    }

    body.home .main-navigation a::after {
        display: none !important;
    }

    body.home .main-navigation .qtranxs-lang-menu > a {
        width: 100% !important;
        justify-content: flex-start !important;
        padding: 0 0.8rem !important;
    }

    body.home .main-navigation ul ul {
        position: static !important;
        width: 100% !important;
        padding: 0 0 0.25rem 0.65rem !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.home .topshop-hero h1,
    body.home .topshop-service-copy h2,
    body.home .topshop-process-intro h2,
    body.home .topshop-home-quote h2 {
        font-size: clamp(2.7rem, 9.6vw, 4.6rem) !important;
    }

    body.home .topshop-service-card.is-garage .topshop-service-copy {
        padding-left: 0 !important;
    }

    body.home .topshop-process-board {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: clamp(2rem, 5dvh, 3.5rem) !important;
        align-content: center !important;
    }

    body.home .topshop-process-intro,
    body.home .topshop-process-steps {
        grid-column: 1 !important;
    }
}

@media screen and (max-width: 700px) {
    body.home .topshop-hero {
        padding: 7rem 1rem 4.5rem !important;
    }

    body.home .topshop-hero-media img,
    body.home .topshop-hero-media video {
        object-position: 61% 50% !important;
    }

    body.home .topshop-hero h1,
    body.home .topshop-service-copy h2,
    body.home .topshop-process-intro h2,
    body.home .topshop-home-quote h2 {
        max-width: 100% !important;
        font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
        line-height: 0.98 !important;
    }

    body.home .topshop-hero-panel > p:not(.topshop-hero-kicker),
    body.home .topshop-service-copy p,
    body.home .topshop-process-intro p {
        font-size: 0.94rem !important;
        line-height: 1.48 !important;
    }

    body.home .topshop-hero-proof {
        display: none !important;
    }

    body.home .topshop-service-copy {
        width: calc(100% - 2rem) !important;
        padding: 7rem 0 4.25rem !important;
    }

    body.home .topshop-service-card::before,
    body.home .topshop-service-card.is-garage::before {
        background:
            linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 18%, transparent) 0%, transparent 24%, color-mix(in oklch, var(--topshop-home-bg) 44%, transparent) 62%, color-mix(in oklch, var(--topshop-home-bg) 92%, transparent) 100%),
            linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 72%, transparent), transparent 86%) !important;
    }

    body.home .topshop-service-card.is-garage .topshop-service-image img {
        object-position: 34% 50% !important;
    }

    body.home .topshop-service-card.is-locks .topshop-service-image img {
        object-position: 66% 50% !important;
    }

    body.home .topshop-process-board {
        height: 100dvh !important;
        min-height: 100dvh !important;
        padding: 6.5rem 1rem 0 !important;
        background:
            linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 88%, transparent), color-mix(in oklch, var(--topshop-home-bg) 36%, transparent)),
            linear-gradient(180deg, color-mix(in oklch, var(--topshop-home-bg) 16%, transparent) 20%, color-mix(in oklch, var(--topshop-home-bg) 92%, transparent) 100%),
            image-set(url("../../images/generated/turvauksed-category-metal-products-640.avif") type("image/avif"), url("../../images/generated/turvauksed-category-metal-products-640.webp") type("image/webp"), url("../../images/generated/turvauksed-category-metal-products.png") type("image/png")) 42% 50% / cover no-repeat !important;
    }

    body.home .topshop-process-intro {
        padding-bottom: 1.4rem !important;
    }

    body.home .topshop-process-steps {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.home .topshop-process-board article {
        min-height: 0 !important;
        grid-template-columns: 2.25rem minmax(0, 1fr) !important;
        gap: 0.55rem 0.75rem !important;
        padding: 0.85rem 0.25rem !important;
        border-right: 0 !important;
        border-bottom: 1px solid color-mix(in oklch, var(--topshop-home-ink) 16%, transparent) !important;
    }

    body.home .topshop-process-board article p {
        grid-column: 2 !important;
        font-size: 0.86rem !important;
        line-height: 1.42 !important;
    }

    body.home .topshop-home-quote {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: minmax(0, 1fr) auto 64px !important;
        align-content: stretch !important;
        padding: 6.5rem 1rem 0 !important;
        background:
            linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 91%, transparent), color-mix(in oklch, var(--topshop-home-bg) 46%, transparent)),
            linear-gradient(180deg, transparent 35%, color-mix(in oklch, var(--topshop-home-bg) 88%, transparent) 100%),
            image-set(url("../../images/generated/turvauksed-home-hero-higgsfield-960.avif") type("image/avif"), url("../../images/generated/turvauksed-home-hero-higgsfield-960.webp") type("image/webp"), url("../../images/generated/turvauksed-home-hero-higgsfield.png") type("image/png")) 61% 50% / cover no-repeat !important;
    }

    body.home .topshop-home-quote-copy {
        grid-column: 1 !important;
        grid-row: 1 !important;
        padding-bottom: 1.5rem !important;
    }

    body.home .topshop-home-quote-contact {
        grid-column: 1 !important;
        grid-row: 2 !important;
        gap: 0.8rem !important;
        padding: 1rem 0 1.25rem !important;
    }

    body.home .topshop-home-contact-links {
        gap: 0.35rem 1rem !important;
    }

    body.home .topshop-home-footer {
        grid-column: 1 !important;
        grid-row: 3 !important;
        min-height: 64px !important;
        grid-template-columns: auto 1fr !important;
        gap: 0.75rem !important;
        font-size: 0.66rem !important;
    }

    body.home .topshop-home-footer span:nth-child(2) {
        justify-self: end;
        text-align: right;
    }

    body.home .topshop-home-footer span:last-child {
        display: none;
    }

    body.home .topshop-home-quote .topshop-button {
        width: max-content !important;
        max-width: 100% !important;
    }
}

/* Trust line and single-screen catalog mosaic. */
body.home .topshop-hero-proof {
    min-height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(1.5rem, 4vw, 3.75rem) !important;
    padding: 0 max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) !important;
    border: 0 !important;
    background: linear-gradient(180deg, transparent, color-mix(in oklch, var(--topshop-home-bg) 62%, transparent)) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.home .topshop-hero-proof > div,
body.home .topshop-hero-proof > div:first-child {
    width: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: 0.5rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.home .topshop-hero-proof strong {
    font-size: clamp(1rem, 1.35vw, 1.22rem) !important;
    letter-spacing: -0.01em !important;
}

body.home .topshop-hero-proof span {
    font-size: 0.73rem !important;
    line-height: 1.25 !important;
}

body.home .topshop-hero-proof-compact {
    display: none;
}

body.home .topshop-service-board {
    position: relative !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    gap: clamp(1rem, 2.2dvh, 1.4rem) !important;
    overflow: hidden !important;
    padding: clamp(6.5rem, 12dvh, 7.75rem) max(1rem, calc((100vw - var(--topshop-home-container)) / 2)) clamp(1.5rem, 3.5dvh, 2.25rem) !important;
    background: var(--topshop-home-bg) !important;
}

body.home .topshop-section-head {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
    clip: auto !important;
    clip-path: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.home .topshop-section-head h2 {
    max-width: 22ch !important;
    margin: 0 !important;
    color: var(--topshop-home-ink) !important;
    font-family: var(--topshop-font-display) !important;
    font-size: clamp(2rem, 3.3vw, 3rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1 !important;
    text-wrap: balance;
}

body.home .topshop-section-head > span {
    display: block !important;
    max-width: 40rem !important;
    margin-top: 0.55rem !important;
    color: var(--topshop-home-muted) !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

body.home .topshop-service-grid {
    min-height: 0 !important;
    height: 100% !important;
    display: grid !important;
    grid-template-columns: 1.35fr 0.85fr 0.85fr !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
        "security garage garage"
        "security locks metal" !important;
    gap: clamp(0.5rem, 0.8vw, 0.75rem) !important;
    overflow: visible !important;
    background: transparent !important;
}

body.home .topshop-service-card,
body.home .topshop-service-card.is-wide,
body.home .topshop-service-card.is-dark {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    border: 1px solid color-mix(in oklch, var(--topshop-home-ink) 12%, transparent) !important;
    background: var(--topshop-home-panel) !important;
}

body.home #topshop-service-security { grid-area: security !important; }
body.home #topshop-service-garage { grid-area: garage !important; }
body.home #topshop-service-locks { grid-area: locks !important; }
body.home #topshop-service-metal { grid-area: metal !important; }

body.home .topshop-service-card::before,
body.home .topshop-service-card.is-garage::before {
    background:
        linear-gradient(180deg, transparent 28%, color-mix(in oklch, var(--topshop-home-bg) 18%, transparent) 52%, color-mix(in oklch, var(--topshop-home-bg) 92%, transparent) 100%) !important;
}

body.home .topshop-service-card::after {
    display: none !important;
}

body.home .topshop-service-copy,
body.home .topshop-service-card.is-garage .topshop-service-copy {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: clamp(1rem, 2vw, 1.5rem) !important;
}

body.home .topshop-service-copy h2 {
    max-width: 15ch !important;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem) !important;
    line-height: 1 !important;
}

body.home #topshop-service-security .topshop-service-copy h2 {
    max-width: 12ch !important;
    font-size: clamp(2.2rem, 4vw, 3.8rem) !important;
}

body.home .topshop-service-copy p {
    max-width: 34rem !important;
    margin-top: 0.65rem !important;
    font-size: clamp(0.78rem, 0.92vw, 0.9rem) !important;
    line-height: 1.42 !important;
}

body.home .topshop-service-action {
    min-height: 44px !important;
    margin-top: 0.85rem !important;
    padding: 0 0.8rem !important;
    font-size: 0.875rem !important;
}

@media screen and (max-width: 1060px) {
    body.home .topshop-service-board {
        padding: 6rem 1rem 1.25rem !important;
    }

    body.home .topshop-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "security garage"
            "locks metal" !important;
    }

    body.home #topshop-service-security .topshop-service-copy h2,
    body.home .topshop-service-copy h2 {
        max-width: 15ch !important;
        font-size: clamp(1.45rem, 4vw, 2.2rem) !important;
    }
}

@media screen and (max-width: 700px) {
    body.home .topshop-hero-proof {
        display: none !important;
    }

    body.home .topshop-service-board {
        gap: 0.7rem !important;
        padding: 5.35rem 0.65rem 0.75rem !important;
    }

    body.home .topshop-section-head h2 {
        max-width: 100% !important;
        font-size: clamp(1.45rem, 6.8vw, 1.85rem) !important;
        line-height: 1.05 !important;
    }

    body.home .topshop-section-head > span {
        margin-top: 0.35rem !important;
        font-size: 0.76rem !important;
        line-height: 1.35 !important;
    }

    body.home .topshop-service-grid {
        gap: 0.45rem !important;
    }

    body.home .topshop-service-copy,
    body.home .topshop-service-card.is-garage .topshop-service-copy {
        padding: 0.75rem !important;
    }

    body.home #topshop-service-security .topshop-service-copy h2,
    body.home .topshop-service-copy h2 {
        max-width: 100% !important;
        font-size: clamp(1.05rem, 5.2vw, 1.35rem) !important;
        line-height: 1.03 !important;
    }

    body.home #topshop-service-metal .topshop-service-copy h2 {
        font-size: clamp(1rem, 4.65vw, 1.16rem) !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    body.home .topshop-service-copy p {
        display: none !important;
    }

    body.home .topshop-service-action {
        min-height: 34px !important;
        margin-top: 0.55rem !important;
        padding: 0 0.65rem !important;
        font-size: 0.66rem !important;
    }

    body.home .topshop-service-card.is-garage .topshop-service-image img,
    body.home .topshop-service-card.is-locks .topshop-service-image img,
    body.home .topshop-service-card.is-dark .topshop-service-image img {
        object-position: 50% 50% !important;
    }
}

@media screen and (max-width: 768px) {
    @supports selector(html:has(body.home)) {
        html:has(body.home) {
            scroll-snap-type: none;
            scroll-behavior: auto;
        }
    }

    body.home .topshop-hero,
    body.home .topshop-service-board,
    body.home .topshop-process-board,
    body.home .topshop-home-quote {
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
        scroll-snap-align: none;
    }

    body.home .topshop-hero {
        min-height: 100svh !important;
        display: block !important;
        padding: 6.25rem 1rem 1.5rem !important;
    }

    body.home .topshop-hero-panel {
        padding-top: clamp(7rem, 23svh, 10rem) !important;
    }

    body.home .topshop-hero h1 {
        max-width: 15ch !important;
        font-size: clamp(2.35rem, 12vw, 3.5rem) !important;
        line-height: 0.9 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    body.home .topshop-hero-panel > p:not(.topshop-hero-kicker) {
        margin-top: 1rem !important;
        font-size: 0.94rem !important;
        line-height: 1.5 !important;
    }

    body.home .topshop-hero-actions {
        align-items: flex-start !important;
        margin-top: 1.15rem !important;
    }

    body.home .topshop-button,
    body.home .topshop-service-action,
    body.home .topshop-home-contact-links a {
        min-height: 44px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
    }

    body.home .topshop-hero-proof {
        position: relative !important;
        inset: auto !important;
        min-height: 0 !important;
        display: block !important;
        margin-top: 1.5rem !important;
        padding: 1rem 0 0 !important;
        border-top: 1px solid color-mix(in oklch, var(--topshop-home-ink) 18%, transparent) !important;
        background: transparent !important;
    }

    body.home .topshop-hero-proof > div,
    body.home .topshop-hero-proof > div:first-child {
        display: none !important;
    }

    body.home .topshop-hero-proof-compact {
        display: block;
        margin: 0 !important;
        color: color-mix(in oklch, var(--topshop-home-ink) 86%, transparent) !important;
        font-size: clamp(0.64rem, 2.8vw, 0.72rem) !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        white-space: nowrap;
    }

    body.home .topshop-service-board {
        display: block !important;
        padding: 6rem 1rem 2rem !important;
    }

    body.home .topshop-section-head {
        margin-bottom: 1.25rem !important;
    }

    body.home .topshop-section-head h2 {
        max-width: 20ch !important;
        font-size: clamp(1.8rem, 9vw, 2.7rem) !important;
        line-height: 1.04 !important;
    }

    body.home .topshop-section-head > span {
        margin-top: 0.6rem !important;
        font-size: 0.86rem !important;
        line-height: 1.45 !important;
    }

    body.home .topshop-service-grid {
        height: auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: none !important;
        grid-template-areas: none !important;
        gap: 0.75rem !important;
    }

    body.home #topshop-service-security,
    body.home #topshop-service-garage,
    body.home #topshop-service-locks,
    body.home #topshop-service-metal {
        grid-area: auto !important;
    }

    body.home .topshop-service-card,
    body.home .topshop-service-card.is-wide,
    body.home .topshop-service-card.is-dark {
        height: auto !important;
        min-height: 180px !important;
        overflow: visible !important;
    }

    body.home .topshop-service-image {
        height: auto !important;
        min-height: 0 !important;
        overflow: clip !important;
    }

    body.home .topshop-service-image picture {
        overflow: clip !important;
    }

    body.home .topshop-service-card::before,
    body.home .topshop-service-card.is-garage::before {
        background: linear-gradient(90deg, color-mix(in oklch, var(--topshop-home-bg) 94%, transparent) 0%, color-mix(in oklch, var(--topshop-home-bg) 74%, transparent) 54%, color-mix(in oklch, var(--topshop-home-bg) 16%, transparent) 100%) !important;
    }

    body.home .topshop-service-copy,
    body.home .topshop-service-card.is-garage .topshop-service-copy {
        width: 100% !important;
        margin: 0 !important;
        padding: 1.15rem !important;
    }

    body.home #topshop-service-security .topshop-service-copy h2,
    body.home .topshop-service-copy h2,
    body.home #topshop-service-metal .topshop-service-copy h2 {
        max-width: 18ch !important;
        font-size: clamp(1.25rem, 6vw, 1.65rem) !important;
        line-height: 1.06 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    body.home .topshop-service-copy p {
        display: block !important;
        max-width: 23rem !important;
        margin-top: 0.55rem !important;
        font-size: 0.82rem !important;
        line-height: 1.42 !important;
    }

    body.home .topshop-service-action {
        margin-top: 0.8rem !important;
        padding: 0 0.9rem !important;
    }

    body.home .topshop-process-board {
        display: block !important;
        padding: 6rem 1rem 2rem !important;
    }

    body.home .topshop-process-intro {
        padding-bottom: 1.5rem !important;
    }

    body.home .topshop-process-intro h2,
    body.home .topshop-home-quote h2 {
        max-width: 16ch !important;
        font-size: clamp(2.2rem, 11vw, 3.25rem) !important;
        line-height: 1 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    body.home .topshop-process-steps {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.home .topshop-process-board article {
        min-height: 0 !important;
        padding: 1rem 0.25rem !important;
        border-right: 0 !important;
        border-bottom: 1px solid color-mix(in oklch, var(--topshop-home-ink) 16%, transparent) !important;
    }

    body.home .topshop-home-quote {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        padding: 10rem 1rem 0 !important;
    }

    body.home .topshop-home-quote-copy,
    body.home .topshop-home-quote-contact,
    body.home .topshop-home-footer {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    body.home .topshop-home-quote-copy {
        padding-bottom: 1.75rem !important;
    }

    body.home .topshop-home-quote-contact {
        padding: 1.25rem 0 1.75rem !important;
    }

    body.home .topshop-home-contact-links a {
        display: inline-flex;
        align-items: center;
    }

    body.home .topshop-home-footer {
        min-height: 72px !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        font-size: 0.68rem !important;
    }

    body.home .topshop-home-footer span:last-child {
        display: none;
    }

    body.home .site-header {
        min-width: 0 !important;
    }

    body.home .site-title,
    body.home .site-title a {
        min-width: 0 !important;
        white-space: nowrap !important;
    }

    body.home .main-navigation .menu-toggle,
    body.home .main-navigation button.menu-toggle {
        min-width: 68px !important;
        min-height: 44px !important;
        padding: 0 0.7rem !important;
        font-size: 14px !important;
    }

    body.home .main-navigation .site-container {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.home.topshop-menu-open {
        position: fixed !important;
        top: var(--topshop-menu-scroll-offset, 0) !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    @supports selector(html:has(body.home.topshop-menu-open)) {
        html:has(body.home.topshop-menu-open) {
            overflow: hidden !important;
            overscroll-behavior: none !important;
        }
    }

    body.home .main-navigation .menu,
    body.home .main-navigation .nav-menu {
        position: fixed !important;
        inset: 0 0 0 auto !important;
        z-index: 132 !important;
        width: min(90vw, 360px) !important;
        height: 100dvh !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        padding: 5.25rem 0.75rem 1.25rem !important;
        border: 0 !important;
        border-left: 1px solid var(--topshop-home-line) !important;
        background: color-mix(in oklch, var(--topshop-home-bg) 97%, black) !important;
        box-shadow: -18px 0 42px color-mix(in oklch, black 38%, transparent) !important;
        transform: translateX(100%) !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: transform 220ms var(--topshop-ease-out), visibility 220ms ease !important;
    }

    body.home .main-navigation.toggled .menu,
    body.home .main-navigation.toggled .nav-menu,
    body.home .main-navigation .menu[aria-expanded="true"],
    body.home .main-navigation .nav-menu[aria-expanded="true"] {
        transform: translateX(0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    body.home .main-navigation.toggled .menu-toggle {
        position: fixed !important;
        top: 1rem !important;
        right: 1rem !important;
        z-index: 133 !important;
    }

    body.home .main-navigation .menu > li {
        position: relative !important;
        width: 100% !important;
    }

    body.home .main-navigation a {
        min-height: 48px !important;
        padding: 0.75rem 3.5rem 0.75rem 0.9rem !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

    body.home .main-navigation .qtranxs-lang-menu > a::before {
        font-size: 14px !important;
    }

    body.home .main-navigation .menu-dropdown-btn {
        display: none !important;
    }

    body.home .topshop-submenu-toggle {
        position: absolute;
        top: 2px;
        right: 0.2rem;
        z-index: 2;
        width: 44px;
        height: 44px;
        display: inline-grid;
        place-items: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--topshop-home-ink);
        font-size: 1.2rem;
        line-height: 1;
    }

    body.home .topshop-submenu-toggle:focus-visible,
    body.home .main-navigation a:focus-visible,
    body.home .menu-toggle:focus-visible {
        outline: 2px solid var(--topshop-color-accent) !important;
        outline-offset: -2px !important;
    }

    body.home .main-navigation .menu .sub-menu {
        position: static !important;
        width: 100% !important;
        display: none !important;
        padding: 0 0 0.5rem 0.75rem !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }

    body.home .main-navigation .menu .sub-menu a {
        min-height: 44px !important;
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }

    body.home .main-navigation .menu .topshop-submenu-open > .sub-menu {
        display: grid !important;
    }

    body.home .topshop-mobile-phone {
        display: block !important;
        margin-top: auto !important;
        padding-top: 0.75rem !important;
        border-top: 1px solid var(--topshop-home-line) !important;
    }

    body.home .topshop-mobile-phone a {
        color: var(--topshop-color-accent) !important;
    }

    .topshop-menu-backdrop:not([hidden]) {
        position: fixed;
        inset: 0;
        z-index: 118;
        display: block;
        background: color-mix(in oklch, black 62%, transparent);
        touch-action: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
    body.home .main-navigation .menu-toggle,
    body.home .main-navigation button.menu-toggle {
        display: none !important;
    }

    body.home .main-navigation .menu,
    body.home .main-navigation .nav-menu {
        position: static !important;
        width: auto !important;
        max-height: none !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0.1rem !important;
        overflow: visible !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.home .main-navigation a {
        width: auto !important;
        min-height: 40px !important;
        padding: 0 0.55rem !important;
        font-size: 0.68rem !important;
        white-space: nowrap !important;
    }

    body.home .main-navigation .qtranxs-lang-menu > a {
        width: 42px !important;
        padding: 0 !important;
        justify-content: center !important;
    }

    body.home .main-navigation ul ul {
        position: absolute !important;
        width: max-content !important;
        min-width: 10rem !important;
        padding: 0.35rem !important;
        border: 1px solid var(--topshop-home-line) !important;
    }
}

@media screen and (max-width: 360px) {
    body.home .site-header {
        left: 0.375rem !important;
        width: calc(100% - 0.75rem) !important;
        gap: 0.35rem !important;
        padding-left: 0.65rem !important;
        transform: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.home .site-title,
    body.home .site-title a {
        font-size: 1rem !important;
    }

    body.home .main-navigation .menu-toggle,
    body.home .main-navigation button.menu-toggle {
        min-width: 58px !important;
        padding-inline: 0.45rem !important;
    }

    body.home .topshop-hero {
        padding: 4.75rem 0.85rem 1rem !important;
    }

    body.home .topshop-hero-panel {
        padding-top: 3rem !important;
    }

    body.home .topshop-hero h1 {
        font-size: clamp(2.1rem, 11.5vw, 2.65rem) !important;
    }

    body.home .topshop-hero-panel > p:not(.topshop-hero-kicker) {
        font-size: 0.88rem !important;
        line-height: 1.42 !important;
    }

    body.home .topshop-hero-actions {
        gap: 0.55rem !important;
        margin-top: 0.9rem !important;
    }

    body.home .topshop-hero-proof {
        margin-top: 1rem !important;
        padding-top: 0.7rem !important;
    }

    body.home .topshop-service-board,
    body.home .topshop-process-board,
    body.home .topshop-home-quote {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    @supports selector(html:has(body.home)) {
        html:has(body.home) {
            scroll-snap-type: none;
            scroll-behavior: auto;
        }
    }

    body.home *,
    body.home *::before,
    body.home *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    body.home .site-header,
    body.home .topshop-hero-proof,
    body.home .topshop-service-action {
        background: var(--topshop-home-bg) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
}
