:root {
    --bg: #07090b;
    --bg-elevated: #0d1115;
    --bg-soft: #111820;
    --surface: rgba(255, 255, 255, 0.04);
    --surface-strong: rgba(255, 255, 255, 0.07);
    --panel: rgba(11, 15, 19, 0.88);
    --text: #f5f7fa;
    --text-muted: rgba(245, 247, 250, 0.78);
    --text-soft: rgba(245, 247, 250, 0.58);
    --line: rgba(110, 228, 255, 0.12);
    --line-strong: rgba(110, 228, 255, 0.22);
    --accent: #11c8d8;
    --accent-soft: rgba(17, 200, 216, 0.18);
    --accent-bright: #71e9ff;
    --cyan: #11c8d8;
    --cyan-soft: rgba(17, 200, 216, 0.16);
    --cyan-strong: rgba(17, 200, 216, 0.32);
    --cyan-bright: #71e9ff;
    --spectrum: linear-gradient(90deg, #11c8d8 0%, #22d88f 34%, #f2d348 66%, #ff8a1f 100%);
    --danger: #ff8f86;
    --success: #87dfa3;
    --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.35);
    --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.28);
    --radius-sm: 20px;
    --radius-md: 32px;
    --radius-lg: 48px;
    --container: min(1240px, calc(100vw - 2rem));
    --header-height: 136px;
    --header-height-compact: 76px;
    --header-logo-width: clamp(286px, 27vw, 360px);
    --header-logo-width-compact: clamp(148px, 11.2vw, 176px);
    --header-nav-font-size: 0.98rem;
    --header-nav-font-size-compact: 0.8rem;
    --header-motion: 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
    --section-space: clamp(3.4rem, 5.6vw, 5.2rem);
    --section-space-tight: clamp(2.2rem, 4vw, 3.2rem);
    --transition: 240ms ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.12), transparent 24%),
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.045), transparent 16%),
        linear-gradient(180deg, #07090b 0%, #0a0d10 38%, #0d1115 100%);
    color: var(--text);
    font-family: "Inter", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 130px 130px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 72%);
    opacity: 0.34;
}

img,
video {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.text-link {
    color: var(--cyan-bright);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: #f5f7fa;
    color: #07090b;
    font-weight: 800;
    transform: translateY(-160%);
    transition: transform var(--transition);
}

.skip-link:focus-visible {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--accent-bright);
    outline-offset: 4px;
}

main :target {
    scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-frame {
    overflow: clip;
}

.section {
    padding: var(--section-space) 0;
    position: relative;
}

.section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 24%, rgba(255, 255, 255, 0.015));
    pointer-events: none;
}

.eyebrow,
.panel-label {
    margin: 0;
    color: var(--accent-bright);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.04;
    overflow-wrap: break-word;
    hyphens: auto;
}

h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 4.6rem, 5.35rem);
}

h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 3.25rem, 4rem);
}

h3 {
    font-size: clamp(1.28rem, 1.55rem, 1.85rem);
}

h4 {
    font-size: 1.1rem;
}

p {
    margin: 0;
    color: var(--text-muted);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background:
        linear-gradient(180deg, rgba(7, 9, 11, 0.96), rgba(7, 9, 11, 0.84)),
        rgba(7, 9, 11, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.site-header.is-scrolled {
    background: rgba(7, 9, 11, 0.96);
    border-color: rgba(17, 200, 216, 0.14);
}

.nav-shell {
    width: var(--container);
    margin: 0 auto;
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 0;
    padding: 0.35rem 0;
    transition: transform var(--transition);
}

.brand:hover,
.brand:focus-visible {
    transform: translateY(-1px);
}

.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    padding: 0.45rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
        linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(8, 8, 8, 0.96));
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    isolation: isolate;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.brand-mark::before {
    content: "";
    position: absolute;
    inset: 12% 10% auto auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 200, 216, 0.22), transparent 72%);
    filter: blur(10px);
    opacity: 0.75;
}

.brand-mark-glow {
    position: absolute;
    inset: auto -12% -26% 14%;
    height: 48%;
    background: radial-gradient(circle, rgba(17, 200, 216, 0.34), transparent 72%);
    filter: blur(14px);
    opacity: 0.85;
}

.brand-mark img {
    position: relative;
    z-index: 1;
    width: 47px;
    height: auto;
    object-fit: contain;
}

.brand-copy {
    display: grid;
    gap: 0.14rem;
    min-width: 0;
}

.brand strong {
    display: block;
    color: var(--text);
    font-size: 1.34rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 0.94;
    text-transform: none;
}

.brand small {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent-bright);
    text-transform: uppercase;
    letter-spacing: 0.34em;
    font-size: 0.61rem;
    font-weight: 700;
    line-height: 1;
}

.brand small::before {
    content: "";
    width: 1.8rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 200, 216, 0.9), transparent);
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
    border-color: rgba(17, 200, 216, 0.24);
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.08), transparent),
        linear-gradient(180deg, rgba(20, 20, 20, 0.96), rgba(8, 8, 8, 0.98));
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1vw, 1.1rem);
}

.site-nav > ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1vw, 1.15rem);
    padding: 0;
    margin: 0;
}

.site-nav a {
    color: var(--text-muted);
    transition: color var(--transition);
}

.site-nav .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: var(--header-height);
    font-size: 0.95rem;
    white-space: nowrap;
}

.nav-item {
    position: relative;
}

.nav-link-row {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-submenu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    padding: 0;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
}

.nav-submenu-toggle span[aria-hidden="true"] {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform var(--transition);
}

.has-submenu.is-submenu-open .nav-submenu-toggle span[aria-hidden="true"] {
    transform: translateY(2px) rotate(225deg);
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    z-index: 4;
    width: max-content;
    min-width: 250px;
    max-width: min(360px, calc(100vw - 2rem));
    list-style: none;
    display: grid;
    gap: 0.18rem;
    margin: 0;
    padding: 0.65rem;
    border-radius: 20px;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.06), transparent),
        rgba(5, 9, 12, 0.96);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.45rem);
    transition: opacity var(--transition), transform var(--transition);
}

.has-submenu:hover .nav-submenu,
.has-submenu:focus-within .nav-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-submenu a {
    display: block;
    padding: 0.62rem 0.75rem;
    border-radius: 14px;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    transition: color var(--transition), background var(--transition);
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible,
.nav-submenu a.is-active {
    color: var(--cyan-bright);
    background: rgba(113, 233, 255, 0.07);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
    color: var(--accent-bright);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 1.4rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition:
        transform var(--transition),
        background var(--transition),
        color var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

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

.button-primary {
    background: linear-gradient(135deg, #0fb9cf 0%, #71e9ff 100%);
    color: #111;
    box-shadow: 0 18px 35px rgba(17, 200, 216, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 22px 45px rgba(17, 200, 216, 0.28);
}

.button-secondary {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(17, 200, 216, 0.32);
}

.button-full {
    width: 100%;
}

.hero {
    position: relative;
    min-height: calc(100svh - var(--header-height) - 84px);
    display: grid;
    align-items: stretch;
    isolation: isolate;
    overflow: clip;
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    z-index: -2;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 24%, rgba(17, 200, 216, 0.2) 0%, transparent 24%),
        radial-gradient(circle at 76% 18%, rgba(88, 103, 137, 0.22) 0%, transparent 28%),
        radial-gradient(circle at 58% 72%, rgba(43, 84, 74, 0.18) 0%, transparent 26%),
        linear-gradient(135deg, #050505 0%, #0a0a0c 22%, #091016 54%, #0c1116 100%);
}

.hero-media::before,
.hero-media::after,
.hero-overlay::before,
.hero-overlay::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.hero-media::before {
    inset: -10% -8%;
    background:
        radial-gradient(circle at 24% 28%, rgba(17, 200, 216, 0.18) 0%, rgba(17, 200, 216, 0.09) 16%, transparent 34%),
        radial-gradient(circle at 71% 24%, rgba(132, 147, 186, 0.18) 0%, transparent 30%),
        radial-gradient(circle at 52% 78%, rgba(58, 103, 92, 0.14) 0%, transparent 28%),
        radial-gradient(circle at 86% 66%, rgba(17, 200, 216, 0.12) 0%, transparent 20%);
    filter: blur(18px);
    opacity: 1;
}

.hero-media::after {
    inset: 0;
    background:
        linear-gradient(116deg, rgba(255, 255, 255, 0.045) 0%, transparent 24%, transparent 58%, rgba(17, 200, 216, 0.05) 84%, transparent 100%),
        repeating-linear-gradient(118deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 92px);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.16));
    opacity: 0.34;
}

.hero-overlay {
    z-index: -1;
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 56%, rgba(0, 0, 0, 0.46) 100%),
        linear-gradient(94deg, rgba(4, 4, 4, 0.92) 0%, rgba(7, 7, 7, 0.68) 34%, rgba(9, 9, 10, 0.38) 57%, rgba(5, 7, 10, 0.88) 100%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.14) 0%, rgba(8, 8, 8, 0.9) 100%);
}

.hero-overlay::before {
    top: -8rem;
    right: -10vw;
    width: min(44vw, 620px);
    height: min(44vw, 620px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 200, 216, 0.22) 0%, rgba(17, 200, 216, 0.09) 26%, transparent 66%);
    filter: blur(12px);
    opacity: 0.68;
}

.hero-overlay::after {
    inset: 14% 8% auto auto;
    width: min(34vw, 460px);
    height: min(24vw, 320px);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(98, 124, 164, 0.18) 0%, transparent 70%);
    filter: blur(18px);
    opacity: 0.44;
}

.hero-scanline {
    position: absolute;
    inset: 18% auto auto 0;
    width: 32vw;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(17, 200, 216, 0.94), rgba(34, 216, 143, 0.84), transparent);
    box-shadow: 0 0 32px rgba(17, 200, 216, 0.34);
    animation: heroScan 8s linear infinite;
    opacity: 0.76;
}

@keyframes heroScan {
    0% {
        transform: translateX(-18vw);
    }
    50% {
        transform: translateX(68vw);
    }
    100% {
        transform: translateX(-18vw);
    }
}

.hero-layout {
    display: grid;
    min-height: calc(100svh - var(--header-height) - 84px);
    gap: clamp(1.25rem, 2vw, 2rem);
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(1.15rem, 2.4vw, 2rem) 0 clamp(1rem, 2.2vw, 1.7rem);
}

.hero-copy {
    max-width: 700px;
    justify-self: start;
}

.hero-lead {
    max-width: 58ch;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.04rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hero-note {
    max-width: 56ch;
    margin-top: 0.95rem;
    color: var(--text-soft);
}

.hero-showcase,
.spec-panel,
.pricing-card,
.form-panel,
.faq-item,
.fact-card {
    backdrop-filter: blur(16px);
}

.hero-showcase {
    padding: 1.05rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
        linear-gradient(180deg, rgba(14, 14, 14, 0.76), rgba(8, 8, 8, 0.88));
    box-shadow: var(--shadow-lg);
}

.hero-showcase-frame {
    display: grid;
    gap: 0.85rem;
    width: 100%;
}

.hero-showcase-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 3rem;
    text-align: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 200, 216, 0.28);
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.14), rgba(17, 200, 216, 0.05)),
        rgba(18, 18, 18, 0.56);
    color: var(--accent-bright);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    letter-spacing: 0.22em;
    visibility: visible;
    pointer-events: none;
    transition:
        opacity var(--transition),
        transform var(--transition),
        filter var(--transition);
    will-change: opacity, transform, filter;
}

.hero-showcase-media {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 8, 8, 0.9);
}

.hero-showcase-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.28) 0%, rgba(8, 8, 8, 0.04) 24%, rgba(8, 8, 8, 0.36) 100%);
    pointer-events: none;
}

.hero-showcase-media:hover .hero-showcase-label,
.hero-showcase-media:focus-within .hero-showcase-label,
.hero-showcase-media.is-banner-hidden .hero-showcase-label {
    opacity: 0;
    transform: translateY(-0.5rem);
    filter: blur(6px);
    visibility: hidden;
    transition:
        opacity var(--transition),
        transform var(--transition),
        filter var(--transition),
        visibility 0s linear var(--transition);
}

.hero-showcase-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #050505;
}

.hero-showcase-video.is-manual-play {
    object-fit: contain;
}

.hero-showcase-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    min-height: 4rem;
    padding: 0.9rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(255, 255, 255, 0.02);
    color: rgba(245, 245, 245, 0.88);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition:
        color var(--transition),
        border-color var(--transition),
        background var(--transition),
        transform var(--transition),
        box-shadow var(--transition);
}

.hero-showcase-link-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.hero-showcase-link-copy > span:last-child {
    line-height: 1.3;
}

.hero-showcase-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition:
        transform var(--transition),
        border-color var(--transition),
        background var(--transition),
        color var(--transition);
}

.hero-showcase-link-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid rgba(17, 200, 216, 0.24);
    background: rgba(17, 200, 216, 0.08);
    color: var(--accent-bright);
}

.hero-showcase-link svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero-showcase-link:hover,
.hero-showcase-link:focus-visible {
    color: var(--accent-bright);
    border-color: rgba(17, 200, 216, 0.22);
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.09), transparent),
        rgba(255, 255, 255, 0.02);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.hero-showcase-link:hover .hero-showcase-link-icon,
.hero-showcase-link:focus-visible .hero-showcase-link-icon {
    border-color: rgba(17, 200, 216, 0.28);
}

.hero-showcase-link:hover .hero-showcase-link-icon,
.hero-showcase-link:focus-visible .hero-showcase-link-icon {
    background: rgba(17, 200, 216, 0.14);
    transform: translateY(1px);
}

.fact-section {
    padding-top: 1.3rem;
    padding-bottom: var(--section-space-tight);
}

.fact-grid {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.fact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.72rem;
    height: 100%;
    padding: 1.45rem 1.45rem 1.2rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(17, 200, 216, 0.14);
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.06), transparent),
        linear-gradient(180deg, rgba(26, 26, 26, 0.94), rgba(16, 16, 16, 0.96));
    box-shadow: var(--shadow-md);
}

.fact-card-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fact-card h2,
.fact-card h3 {
    max-width: none;
    min-height: 2.12em;
    margin: 0;
    font-size: clamp(1.5rem, 1.72rem, 2rem);
    line-height: 1.06;
    hyphens: none;
    text-wrap: balance;
}

.fact-card p {
    margin: 0;
    max-width: 28ch;
}

.fact-icon {
    position: relative;
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(17, 200, 216, 0.18), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(17, 200, 216, 0.22);
}

.fact-icon::before,
.fact-icon::after {
    content: "";
    position: absolute;
}

.fact-icon-flash::before {
    inset: 17px 24px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
    clip-path: polygon(58% 0, 100% 0, 58% 42%, 82% 42%, 22% 100%, 38% 58%, 12% 58%);
}

.fact-icon-plan::before {
    width: 34px;
    height: 30px;
    left: 17px;
    top: 19px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
    clip-path: polygon(0 20%, 18% 20%, 18% 0, 28% 0, 28% 20%, 72% 20%, 72% 0, 82% 0, 82% 20%, 100% 20%, 100% 100%, 0 100%);
    border-radius: 8px;
}

.fact-icon-plan::after {
    width: 12px;
    height: 7px;
    left: 27px;
    top: 34px;
    border-left: 3px solid rgba(18, 18, 18, 0.82);
    border-bottom: 3px solid rgba(18, 18, 18, 0.82);
    transform: rotate(-45deg);
}

.fact-icon-direct::before {
    width: 36px;
    height: 26px;
    left: 16px;
    top: 21px;
    border-radius: 10px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
}

.fact-icon-direct::after {
    left: 22px;
    right: 22px;
    top: 29px;
    height: 3px;
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.82);
    box-shadow:
        0 7px 0 rgba(18, 18, 18, 0.62),
        0 14px 0 rgba(18, 18, 18, 0.38);
}

.fact-icon-brand::before {
    width: 4px;
    height: 34px;
    left: 20px;
    top: 17px;
    border-radius: 999px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
}

.fact-icon-brand::after {
    width: 28px;
    height: 20px;
    left: 26px;
    top: 20px;
    border-radius: 6px 10px 10px 6px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
    clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 100%, 0 100%);
}

.fact-icon-materials::before {
    width: 14px;
    height: 14px;
    left: 17px;
    top: 18px;
    border-radius: 5px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
    box-shadow:
        20px 0 0 rgba(113, 233, 255, 0.72),
        0 20px 0 rgba(34, 216, 143, 0.76),
        20px 20px 0 rgba(242, 211, 72, 0.78);
}

.fact-icon-materials::after {
    width: 8px;
    height: 8px;
    left: 40px;
    top: 38px;
    border-radius: 3px;
    background: rgba(18, 18, 18, 0.58);
}

.fact-icon-shield::before {
    inset: 15px 20px 17px;
    background: linear-gradient(180deg, #71e9ff, #11c8d8);
    clip-path: polygon(50% 0, 100% 20%, 87% 82%, 50% 100%, 13% 82%, 0 20%);
}

.fact-icon-contrast::before {
    inset: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #71e9ff 0 50%, rgba(18, 18, 18, 0.86) 50% 100%);
    box-shadow: inset 0 0 0 1px rgba(18, 18, 18, 0.14);
}

.fact-icon-contrast::after {
    width: 10px;
    height: 10px;
    top: 22px;
    left: 22px;
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.82);
    box-shadow: 14px 14px 0 0 #71e9ff;
}

.section-heading,
.section-copy {
    display: grid;
    gap: 1rem;
}

.section-heading {
    margin-bottom: clamp(1.8rem, 3vw, 2.2rem);
    max-width: 72ch;
}

.section-heading p,
.section-copy p {
    max-width: 66ch;
}

.home-statement-heading {
    position: relative;
    padding-left: clamp(1rem, 1.8vw, 1.35rem);
    border-left: 4px solid var(--cyan-bright);
}

.section-heading.home-statement-heading,
.pricing-intro-copy.home-statement-heading,
.home-contact-copy.home-statement-heading {
    gap: 0.8rem;
    align-content: start;
}

.home-statement-heading h1,
.home-statement-heading h2 {
    max-width: 15ch;
    color: var(--text);
    font-size: clamp(1.85rem, 2.6rem, 3.15rem);
    font-weight: 800;
    line-height: 0.98;
    text-transform: uppercase;
    overflow-wrap: normal;
    hyphens: none;
}

.home-statement-heading > p:not(.eyebrow) {
    color: rgba(245, 247, 250, 0.78);
}

.section-heading.home-statement-heading > p:not(.eyebrow),
.pricing-intro-copy.home-statement-heading > p:not(.eyebrow),
.home-contact-copy.home-statement-heading > p:not(.eyebrow) {
    max-width: 62ch;
}

.split-layout,
.faq-layout,
.contact-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.text-list {
    list-style: none;
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 0;
}

.text-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--text);
}

.text-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0fb9cf, #a8f7ff);
    box-shadow: 0 0 18px rgba(17, 200, 216, 0.32);
}

.technology-section,
.faq-section {
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.94), rgba(10, 10, 10, 0.96));
}

.technology-section {
    padding-top: var(--section-space-tight);
}

.technology-layout {
    display: grid;
    gap: 1.25rem;
}

.technology-intro {
    display: grid;
    gap: 0.8rem;
    max-width: 56rem;
}

.technology-intro h2 {
    max-width: 10ch;
}

.technology-lead {
    max-width: 54ch;
    color: rgba(245, 247, 250, 0.82);
    font-size: 1.02rem;
}

.technology-proof-block {
    display: grid;
    gap: clamp(1rem, 2.4vw, 1.4rem);
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border-radius: 32px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background:
        radial-gradient(circle at top right, rgba(30, 201, 232, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(113, 233, 255, 0.05), transparent),
        rgba(8, 12, 15, 0.92);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

.technology-proof-video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(113, 233, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(4, 7, 10, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    isolation: isolate;
}

.technology-proof-video-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 9, 12, 0.04), rgba(6, 9, 12, 0.2)),
        linear-gradient(115deg, rgba(113, 233, 255, 0.04), transparent 34%);
    pointer-events: none;
}

.technology-proof-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.14), rgba(30, 201, 232, 0.04)),
        rgba(7, 10, 14, 0.72);
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    pointer-events: none;
}

.technology-proof-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #040608;
}

.technology-proof-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.technology-proof-head {
    display: grid;
    gap: 0.65rem;
}

.technology-proof-head h3 {
    max-width: 14ch;
    font-size: clamp(1.3rem, 1.48rem, 1.7rem);
}

.technology-proof-head p:last-child {
    max-width: 36ch;
}

.technology-proof-note {
    padding-top: 0.8rem;
    border-top: 1px solid rgba(113, 233, 255, 0.1);
    color: rgba(245, 247, 250, 0.76);
    font-size: 0.92rem;
}

.technology-highlights-panel {
    display: grid;
    gap: 0.8rem;
}

.technology-inline-specs {
    display: grid;
    gap: 0.8rem;
}

.technology-inline-specs .spec-grid {
    gap: 0.7rem;
}

.technology-inline-specs .spec-card {
    padding: 0.9rem 1rem;
}

.technology-inline-specs .manifesto-block {
    padding-top: 0.8rem;
}

.technology-highlight-item {
    padding: 0.9rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.04), transparent),
        rgba(255, 255, 255, 0.025);
}

.technology-highlight-item p {
    color: var(--text);
}

.spec-panel {
    padding: 1.35rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(17, 200, 216, 0.12);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
        linear-gradient(180deg, rgba(16, 16, 16, 0.94), rgba(8, 8, 8, 0.96));
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 1.2rem;
}

.spec-grid {
    display: grid;
    gap: 0.8rem;
}

.spec-card {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.spec-card span {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--text-soft);
    font-size: 0.88rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.spec-card strong {
    display: block;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.manifesto-block {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0.65rem;
}

.surfaces-section {
    background:
        radial-gradient(circle at 80% 10%, rgba(17, 200, 216, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(13, 13, 13, 0.92), rgba(20, 20, 20, 0.98));
}

.surface-grid {
    display: grid;
    gap: 1rem;
}

.surface-card {
    position: relative;
    padding: 1.4rem;
    min-height: 250px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    display: grid;
    align-content: end;
    gap: 0.8rem;
    box-shadow: var(--shadow-md);
}

.surface-card::before,
.surface-card::after {
    content: "";
    position: absolute;
    inset: 0;
}

.surface-card::before {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 35%),
        linear-gradient(180deg, rgba(7, 7, 7, 0.2) 0%, rgba(7, 7, 7, 0.92) 100%);
}

.surface-card::after {
    inset: auto 1.4rem 1.2rem 1.4rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(17, 200, 216, 0.58), transparent);
}

.surface-card > * {
    position: relative;
    z-index: 1;
}

.surface-card h3 {
    max-width: 13ch;
}

.surface-card small {
    color: var(--text-soft);
    font-size: 0.94rem;
}

.surface-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(17, 200, 216, 0.18);
    color: var(--accent-bright);
    font-family: "Montserrat", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    background: rgba(12, 12, 12, 0.4);
}

.surface-card-1 {
    background:
        radial-gradient(circle at top left, rgba(17, 200, 216, 0.15), transparent 32%),
        linear-gradient(160deg, rgba(78, 55, 36, 0.45), rgba(14, 14, 14, 0.98));
}

.surface-card-2 {
    background:
        radial-gradient(circle at 76% 12%, rgba(255, 255, 255, 0.14), transparent 22%),
        linear-gradient(160deg, rgba(32, 45, 54, 0.6), rgba(14, 14, 14, 0.98));
}

.surface-card-3 {
    background:
        radial-gradient(circle at 18% 18%, rgba(17, 200, 216, 0.12), transparent 24%),
        linear-gradient(160deg, rgba(57, 38, 27, 0.62), rgba(14, 14, 14, 0.98));
}

.surface-card-4 {
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.1), transparent 24%),
        linear-gradient(160deg, rgba(36, 36, 36, 0.7), rgba(14, 14, 14, 0.98));
}

.surface-card-5 {
    background:
        radial-gradient(circle at 78% 16%, rgba(113, 233, 255, 0.14), transparent 24%),
        linear-gradient(160deg, rgba(24, 41, 56, 0.7), rgba(14, 14, 14, 0.98));
}

.surface-card-6 {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
        linear-gradient(160deg, rgba(64, 56, 40, 0.58), rgba(14, 14, 14, 0.98));
}

.surface-card-7 {
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.12), transparent 26%),
        linear-gradient(160deg, rgba(42, 28, 45, 0.62), rgba(14, 14, 14, 0.98));
}

.pricing-section {
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(9, 9, 9, 1));
}

.pricing-intro {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1.2rem 1.15rem;
    border-radius: 32px;
    border: 1px solid rgba(17, 200, 216, 0.12);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(12, 12, 12, 0.82);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.pricing-intro-copy {
    display: grid;
    gap: 0.9rem;
}

.pricing-intro-copy h3 {
    max-width: 18ch;
}

.pricing-intro-copy p {
    max-width: 66ch;
}

.pricing-intro-actions {
    margin-top: 0.2rem;
}

.pricing-intro-media {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    aspect-ratio: 5 / 3;
    min-height: clamp(210px, 20vw, 275px);
    margin: 0;
    border-radius: 24px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.06), transparent),
        rgba(5, 8, 12, 0.92);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    isolation: isolate;
}

.pricing-intro-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 0.02) 42%, rgba(5, 8, 12, 0.34)),
        radial-gradient(circle at 72% 20%, rgba(113, 233, 255, 0.16), transparent 34%);
    pointer-events: none;
}

.pricing-intro-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: 50% 50%;
}

.pricing-grid {
    display: grid;
    gap: 1rem;
}

.pricing-card {
    padding: 1.4rem;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
        rgba(20, 20, 20, 0.92);
    box-shadow: var(--shadow-md);
    display: grid;
    gap: 0.7rem;
}

.audience-panel {
    margin-top: 1.6rem;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(17, 200, 216, 0.12);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.96));
    box-shadow: var(--shadow-lg);
    display: grid;
    gap: 1.4rem;
}

.audience-section {
    background:
        radial-gradient(circle at 18% 10%, rgba(17, 200, 216, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(8, 8, 8, 1));
}

.audience-copy {
    display: grid;
    gap: 0.8rem;
}

.audience-feature-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 7.2;
    border-radius: 24px;
    border: 1px solid rgba(17, 200, 216, 0.14);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.12), transparent 28%),
        rgba(12, 12, 12, 0.86);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.audience-feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.52)),
        linear-gradient(115deg, rgba(17, 200, 216, 0.08), transparent 36%);
    pointer-events: none;
}

.audience-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 42%;
    transform: scale(1.03);
}

.audience-grid {
    display: grid;
    gap: 1rem;
}

.audience-grid-extended {
    margin-top: 1.5rem;
}

.audience-card {
    display: grid;
    gap: 1rem;
    min-height: 184px;
    padding: 1.2rem 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.audience-card-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.audience-icon {
    width: 3.05rem;
    height: 3.05rem;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(17, 200, 216, 0.18);
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.12), rgba(17, 200, 216, 0.03)),
        rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: var(--accent-bright);
}

.audience-icon svg {
    width: 1.42rem;
    height: 1.42rem;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.audience-card h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 1.08rem;
}

.audience-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
}

.portfolio-section {
    background:
        radial-gradient(circle at 10% 2%, rgba(17, 200, 216, 0.14), transparent 18%),
        radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.05), transparent 18%),
        linear-gradient(180deg, rgba(16, 16, 16, 0.97), rgba(8, 8, 8, 1));
}

.portfolio-intro {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.portfolio-intro-copy {
    display: grid;
    gap: 1rem;
    max-width: 76ch;
}

.portfolio-intro-note {
    display: grid;
    gap: 0.8rem;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    border: 1px solid rgba(17, 200, 216, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(18, 18, 18, 0.8);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.portfolio-intro-note span {
    color: var(--text);
    font-size: 0.94rem;
    max-width: 34ch;
}

.portfolio-intro-note a {
    width: fit-content;
    color: var(--accent-bright);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.portfolio-signature,
.portfolio-signals,
.portfolio-showcase-list,
.portfolio-meta-grid {
    display: grid;
    gap: 1rem;
}

.portfolio-signature {
    margin-bottom: 0.9rem;
    padding: 1rem 1.05rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(12, 12, 12, 0.82);
}

.portfolio-signature-copy {
    display: grid;
    gap: 0.75rem;
}

.portfolio-signature-copy p:last-child {
    max-width: 64ch;
}

.portfolio-signal {
    display: grid;
    gap: 0.55rem;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.portfolio-signal h3 {
    font-size: 1rem;
}

.portfolio-showcase-list {
    gap: 0.95rem;
    margin-bottom: 0.9rem;
}

.portfolio-showcase-item {
    position: relative;
    display: grid;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(14, 14, 14, 0.94);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
    transition: transform 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
    isolation: isolate;
}

.portfolio-showcase-item:hover,
.portfolio-showcase-item:focus-within {
    transform: translateY(-2px);
    border-color: rgba(17, 200, 216, 0.18);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.portfolio-showcase-media {
    --pointer-x: 50%;
    --pointer-y: 50%;
    --shift-x: 0px;
    --shift-y: 0px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 50% 18%, rgba(17, 200, 216, 0.08), transparent 34%),
        rgba(9, 9, 9, 0.96);
}

.portfolio-showcase-media {
    min-height: clamp(240px, 34vw, 420px);
    padding: clamp(0.9rem, 2vw, 1.5rem);
}

.portfolio-showcase-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(34, 216, 143, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.04), rgba(10, 10, 10, 0.28) 72%, rgba(10, 10, 10, 0.52));
    opacity: 0.9;
    transition: opacity 320ms ease;
}

.portfolio-showcase-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.portfolio-showcase-item img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate3d(calc(var(--shift-x) * 0.22), calc(var(--shift-y) * 0.22), 0);
    transition: transform 520ms ease, filter 320ms ease;
}

.portfolio-showcase-item:hover img,
.portfolio-showcase-item:focus-within img {
    transform: translate3d(calc(var(--shift-x) * 0.28), calc(var(--shift-y) * 0.28), 0);
    filter: saturate(1.01);
}

.portfolio-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 200, 216, 0.18);
    background: rgba(8, 8, 8, 0.48);
    color: var(--accent-bright);
    backdrop-filter: blur(12px);
    top: 0.9rem;
    left: 0.9rem;
    padding: 0.4rem 0.7rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.portfolio-showcase-copy {
    position: relative;
    display: grid;
    gap: 0.8rem;
    padding: clamp(1.1rem, 2.4vw, 1.55rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
        rgba(10, 10, 10, 0.88);
}

.portfolio-showcase-copy h3 {
    font-size: clamp(1.55rem, 1.95rem, 2.35rem);
    max-width: 13ch;
}

.portfolio-category {
    margin: 0;
    color: var(--accent-bright);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    font-weight: 700;
}

.portfolio-description {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.portfolio-meta-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.65rem;
}

.portfolio-meta-item {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.portfolio-meta-item span {
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    font-weight: 700;
}

.portfolio-meta-item strong {
    color: var(--text);
    font-size: 0.92rem;
    line-height: 1.35;
}

.portfolio-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.1rem;
    color: var(--accent-bright);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: color var(--transition), transform var(--transition);
}

.portfolio-link:hover,
.portfolio-link:focus-visible {
    color: var(--text);
    transform: translateX(2px);
}

.portfolio-link-icon {
    width: 2.05rem;
    height: 2.05rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 200, 216, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.portfolio-link-icon svg {
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    stroke-width: 1.7;
    fill: none;
}

.portfolio-footer {
    margin-top: 0.95rem;
    display: grid;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 699px) {
    .portfolio-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.faq-layout {
    gap: 1.8rem;
}

.faq-list {
    display: grid;
    gap: 0.9rem;
}

.faq-item {
    padding: 1.1rem 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(16, 16, 16, 0.92);
}

.faq-item summary {
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.02rem;
    color: var(--text);
    padding-right: 2rem;
    position: relative;
    cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -0.1rem;
    color: var(--accent-bright);
    font-size: 1.45rem;
    transition: transform var(--transition);
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item p {
    margin-top: 0.85rem;
    color: var(--text-muted);
}

.contact-section {
    padding: clamp(4.25rem, 6.8vw, 7rem) 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(17, 200, 216, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(19, 19, 19, 0.98), rgba(10, 10, 10, 1));
}

.contact-layout {
    gap: clamp(1.7rem, 4vw, 3.6rem);
}

.contact-copy {
    display: grid;
    gap: 1rem;
    max-width: 31rem;
    align-content: start;
}

.contact-copy h2 {
    max-width: 9ch;
    font-size: clamp(1.9rem, 2.35rem, 2.8rem);
}

.contact-copy > p,
.contact-copy .text-list {
    max-width: 30rem;
}

.contact-copy .text-list {
    gap: 0.7rem;
}

.contact-meta {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.contact-meta div {
    padding: 0.95rem 1rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.contact-meta span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--text-soft);
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-meta a,
.contact-meta strong {
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
}

.form-panel {
    padding: clamp(1.55rem, 3vw, 2.65rem);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(17, 200, 216, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent),
        linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.98));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.form-head {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
}

.form-lead {
    max-width: 52ch;
    color: rgba(245, 245, 245, 0.78);
}

.form-feedback {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    border: 1px solid transparent;
    font-size: 0.95rem;
}

.form-feedback-success {
    background: rgba(135, 223, 163, 0.12);
    border-color: rgba(135, 223, 163, 0.2);
    color: var(--success);
}

.form-feedback-error {
    background: rgba(255, 143, 134, 0.12);
    border-color: rgba(255, 143, 134, 0.22);
    color: var(--danger);
}

.lead-form {
    display: grid;
    gap: 1.2rem;
}

.form-intro,
.form-section,
.form-footer {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
        rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.form-intro {
    display: grid;
    gap: 0.95rem;
    padding: clamp(1.05rem, 2vw, 1.4rem);
    border-radius: 26px;
    align-items: start;
}

.form-intro-item {
    display: grid;
    gap: 0.22rem;
}

.form-intro-item strong {
    color: var(--accent-bright);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.form-intro-item span {
    color: rgba(245, 245, 245, 0.74);
    font-size: 0.92rem;
}

.form-section {
    margin: 0;
    padding: clamp(1.05rem, 2vw, 1.45rem);
    border-radius: 26px;
    display: grid;
    gap: 1rem;
}

.form-section legend {
    padding: 0 0.45rem;
    color: var(--accent-bright);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.form-grid {
    display: grid;
    gap: 1.1rem;
}

.lead-form label {
    display: grid;
    gap: 0.58rem;
}

.lead-form label > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem 0.6rem;
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 600;
}

.lead-form label > span small {
    color: rgba(17, 200, 216, 0.88);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
    width: 100%;
    padding: 1.05rem 1.05rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.lead-form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(245, 245, 245, 0.72) 50%),
        linear-gradient(135deg, rgba(245, 245, 245, 0.72) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.lead-form textarea {
    min-height: 164px;
    resize: vertical;
}

.measure-field {
    align-content: start;
}

.measure-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    padding-right: 1.05rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}

.measure-input:focus-within {
    border-color: rgba(17, 200, 216, 0.35);
    box-shadow: 0 0 0 4px rgba(17, 200, 216, 0.1);
}

.measure-input input {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.measure-input input:focus-visible {
    box-shadow: none;
}

.measure-input span {
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.field-hint,
.field-counter,
.file-field small,
.form-note,
.form-trust li {
    color: var(--text-soft);
    font-size: 0.88rem;
}

.field-hint {
    margin: -0.1rem 0 0;
}

.field-counter {
    display: inline-flex;
    justify-content: flex-end;
}

.file-field input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.file-dropzone {
    position: relative;
    min-height: 198px;
    align-content: start;
    padding: 1.05rem;
    border-radius: 22px;
    border: 1px dashed rgba(17, 200, 216, 0.28);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    transition: border-color var(--transition), background var(--transition), box-shadow var(--transition), transform var(--transition);
    overflow: hidden;
}

.file-dropzone::before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(17, 200, 216, 0.18), rgba(17, 200, 216, 0.05)),
        rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.file-dropzone::after {
    content: "↓";
    position: absolute;
    top: 1.58rem;
    left: 1.97rem;
    color: var(--accent-bright);
    font-size: 1.05rem;
    font-weight: 700;
    pointer-events: none;
}

.dropzone-title {
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.25;
}

.file-dropzone:hover,
.file-dropzone:focus-within,
.file-dropzone.is-dragover {
    border-color: rgba(17, 200, 216, 0.46);
    background:
        radial-gradient(circle at top right, rgba(17, 200, 216, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    box-shadow: 0 0 0 4px rgba(17, 200, 216, 0.08);
    transform: translateY(-1px);
}

.consent-field {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.consent-field input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.18rem 0 0;
    accent-color: var(--cyan);
}

.consent-field span {
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1.55;
    font-weight: 500;
}

.consent-field a {
    color: var(--cyan-bright);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.lead-form input:focus-visible,
.lead-form textarea:focus-visible,
.lead-form select:focus-visible {
    outline: none;
    border-color: rgba(17, 200, 216, 0.35);
    box-shadow: 0 0 0 4px rgba(17, 200, 216, 0.1);
}

.form-footer {
    display: grid;
    gap: 1.1rem;
    padding: clamp(1.05rem, 2vw, 1.45rem);
    border-radius: 26px;
}

.form-trust {
    list-style: none;
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
}

.form-trust li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.form-trust li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    flex: 0 0 auto;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(17, 200, 216, 1) 0%, rgba(17, 200, 216, 0.28) 100%);
    box-shadow: 0 0 12px rgba(17, 200, 216, 0.34);
}

.form-note {
    margin: 0;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.site-footer {
    position: relative;
    padding: clamp(3.5rem, 7vw, 5.4rem) 0 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 14% 18%, rgba(17, 200, 216, 0.12), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(92, 116, 152, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(7, 7, 7, 0.98), rgba(10, 10, 10, 0.96));
    overflow: clip;
}

.site-footer::before,
.site-footer::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.site-footer::before {
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.03) 0%, transparent 24%, transparent 74%, rgba(17, 200, 216, 0.05) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 120px);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), transparent 100%);
    opacity: 0.48;
}

.site-footer::after {
    top: -12rem;
    right: -10rem;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 200, 216, 0.12), transparent 70%);
    filter: blur(12px);
}

.footer-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.5rem;
}

.footer-cta,
.footer-brand-block,
.footer-column {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
        linear-gradient(180deg, rgba(18, 18, 18, 0.94), rgba(8, 8, 8, 0.9));
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.footer-cta {
    display: grid;
    gap: 0.9rem;
    padding: clamp(1.15rem, 2.4vw, 1.55rem);
    border-radius: 28px;
}

.footer-cta::before {
    content: "";
    position: absolute;
    inset: auto -14% -54% auto;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 200, 216, 0.12), transparent 74%);
}

.footer-cta-copy {
    display: grid;
    gap: 0.55rem;
    max-width: 54ch;
}

.footer-cta-copy h2 {
    scroll-margin-top: calc(var(--header-height) + 1rem);
    max-width: 15ch;
    color: var(--text);
    font-size: clamp(1.85rem, 2.6rem, 3.15rem);
    font-weight: 800;
    line-height: 0.98;
    text-transform: uppercase;
    overflow-wrap: normal;
    hyphens: none;
}

.footer-cta-copy p:last-child {
    color: rgba(245, 245, 245, 0.8);
    max-width: 48ch;
    font-size: 0.96rem;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.footer-grid {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.footer-brand-block {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 30px;
    height: 100%;
}

.brand-footer {
    width: fit-content;
}

.brand-footer .brand-mark {
    width: 62px;
    height: 62px;
    border-radius: 20px;
}

.brand-footer .brand-mark img {
    width: 43px;
}

.brand-footer strong {
    font-size: 1.18rem;
}

.brand-footer small {
    font-size: 0.58rem;
    letter-spacing: 0.3em;
}

.footer-brand-lead {
    max-width: 34ch;
}

.footer-proof-list {
    display: grid;
    gap: 0.9rem;
}

.footer-proof-item {
    display: grid;
    gap: 0.3rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-proof-item h3 {
    font-size: 1rem;
    line-height: 1.2;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.35rem;
    border-radius: 28px;
    height: 100%;
}

.footer-heading {
    margin: 0;
    color: var(--accent-bright);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    font-weight: 700;
}

.footer-link-list,
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.78rem;
}

.footer-nav-groups {
    display: grid;
    gap: 0.95rem;
}

.footer-nav-group {
    display: grid;
    gap: 0.45rem;
}

.footer-nav-parent {
    width: fit-content;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    transition: color var(--transition), transform var(--transition);
}

.footer-nav-parent:hover,
.footer-nav-parent:focus-visible {
    color: var(--cyan-bright);
    transform: translateX(2px);
}

.footer-subnav-list {
    gap: 0.42rem;
}

.footer-subnav-list a {
    font-size: 0.9rem;
    color: var(--text-soft);
}

.footer-link-list a,
.footer-legal-link,
.footer-contact-value,
.footer-bottom-meta span {
    color: var(--text);
}

.footer-link-list a,
.footer-contact-value {
    transition:
        color var(--transition),
        transform var(--transition);
}

.footer-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
}

.footer-link-list a::after {
    content: "→";
    color: var(--accent-bright);
    transform: translateX(-0.25rem);
    opacity: 0;
    transition:
        opacity var(--transition),
        transform var(--transition);
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible,
.footer-contact-value:hover,
.footer-contact-value:focus-visible {
    color: var(--accent-bright);
    transform: translateX(2px);
}

.footer-link-list a:hover::after,
.footer-link-list a:focus-visible::after {
    opacity: 1;
    transform: translateX(0);
}

.footer-contact-list {
    gap: 0.95rem;
}

.footer-contact-item {
    display: grid;
    gap: 0.18rem;
}

.footer-contact-label,
.footer-link-path {
    color: var(--text-soft);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-contact-value {
    width: fit-content;
    max-width: 100%;
    font-weight: 600;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.footer-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    color: var(--accent-bright);
    font-weight: 600;
}

.footer-contact-cta::after {
    content: "→";
}

.footer-legal-band {
    display: grid;
    gap: 1rem;
    padding: 1.05rem 0 0.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    justify-items: center;
}

.footer-legal-copy {
    display: grid;
    gap: 0.35rem;
    max-width: 32rem;
}

.footer-legal-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1.4rem;
}

.footer-legal-link {
    width: fit-content;
    color: var(--text-soft);
    font-weight: 600;
    font-size: 0.95rem;
    transition:
        color var(--transition),
        transform var(--transition);
}

.footer-legal-link:hover,
.footer-legal-link:focus-visible {
    color: var(--accent-bright);
    transform: translateX(2px);
}

.footer-legal-note,
.footer-brand-block p,
.footer-proof-item p {
    color: var(--text-soft);
}

.footer-bottom {
    display: grid;
    gap: 1rem;
    padding-top: 0.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    color: var(--text-soft);
    font-size: 0.92rem;
}

.footer-bottom-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.footer-bottom-meta span::before {
    content: "";
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: rgba(17, 200, 216, 0.78);
}

.footer-bottom-meta span:first-child::before {
    display: none;
}

::selection {
    background: rgba(30, 201, 232, 0.22);
    color: var(--text);
}

body {
    background:
        radial-gradient(circle at 14% 10%, rgba(30, 201, 232, 0.14), transparent 22%),
        radial-gradient(circle at 78% 0%, rgba(17, 200, 216, 0.1), transparent 20%),
        radial-gradient(circle at 22% 62%, rgba(90, 232, 162, 0.08), transparent 18%),
        linear-gradient(180deg, #050709 0%, #0a0d10 34%, #0d1318 100%);
}

body::before {
    background-image:
        linear-gradient(rgba(113, 233, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(113, 233, 255, 0.03) 1px, transparent 1px);
    opacity: 0.28;
}

.eyebrow,
.panel-label,
.footer-heading {
    color: var(--cyan-bright);
}

.site-header {
    background:
        linear-gradient(180deg, rgba(5, 9, 12, 0.96), rgba(5, 9, 12, 0.84)),
        rgba(5, 9, 12, 0.88);
    border-bottom-color: rgba(113, 233, 255, 0.08);
}

.site-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(113, 233, 255, 0.45), transparent);
    opacity: 0.4;
    pointer-events: none;
}

.site-header.is-scrolled {
    background: rgba(5, 9, 12, 0.96);
    border-color: rgba(113, 233, 255, 0.14);
}

.brand {
    padding: 0.2rem 0;
}

.brand-logo {
    display: block;
    width: clamp(168px, 16vw, 224px);
    height: auto;
    filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.34));
    transition: transform var(--transition), filter var(--transition);
}

.brand:hover .brand-logo,
.brand:focus-visible .brand-logo {
    transform: translateY(-1px);
    filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.4));
}

.site-nav .nav-link {
    position: relative;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(113, 233, 255, 0.88), transparent);
    opacity: 0;
    transform: translateY(0.35rem);
    transition: opacity var(--transition), transform var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
    color: var(--cyan-bright);
}

.site-nav .nav-link:hover::after,
.site-nav .nav-link:focus-visible::after,
.site-nav .nav-link.is-active::after {
    opacity: 1;
    transform: translateY(0);
}

.nav-cta {
    min-height: 48px;
    padding-inline: 1.15rem;
}

.nav-cta.button {
    font-size: 0.82rem;
}

.nav-toggle {
    border-color: rgba(113, 233, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.button {
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.button-primary {
    background: linear-gradient(135deg, #0fb9cf 0%, #71e9ff 100%);
    color: #111;
    box-shadow: 0 18px 35px rgba(17, 200, 216, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 24px 48px rgba(17, 200, 216, 0.26);
}

.button-secondary {
    border-color: rgba(113, 233, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.09), transparent),
        rgba(255, 255, 255, 0.025);
}

.button-secondary:hover,
.button-secondary:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.32);
}

.hero-media {
    background:
        radial-gradient(circle at 12% 18%, rgba(30, 201, 232, 0.18) 0%, transparent 24%),
        radial-gradient(circle at 24% 64%, rgba(92, 224, 174, 0.12) 0%, transparent 22%),
        radial-gradient(circle at 84% 14%, rgba(17, 200, 216, 0.14) 0%, transparent 26%),
        linear-gradient(135deg, #040608 0%, #071018 26%, #0d141a 52%, #05080b 100%);
}

.hero-media::before {
    background:
        radial-gradient(circle at 18% 26%, rgba(30, 201, 232, 0.2) 0%, rgba(30, 201, 232, 0.08) 16%, transparent 34%),
        radial-gradient(circle at 33% 68%, rgba(92, 224, 174, 0.12) 0%, transparent 26%),
        radial-gradient(circle at 74% 22%, rgba(17, 200, 216, 0.14) 0%, transparent 24%),
        radial-gradient(circle at 86% 66%, rgba(242, 212, 107, 0.08) 0%, transparent 20%);
}

.hero-media::after {
    background:
        linear-gradient(104deg, rgba(113, 233, 255, 0.06) 0%, transparent 22%, transparent 62%, rgba(242, 212, 107, 0.06) 100%),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.04) 0 1px, transparent 1px 92px);
}

.hero-overlay {
    background:
        radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(94deg, rgba(4, 6, 8, 0.96) 0%, rgba(7, 10, 14, 0.7) 34%, rgba(9, 12, 15, 0.36) 57%, rgba(4, 7, 10, 0.92) 100%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.14) 0%, rgba(8, 8, 8, 0.92) 100%);
}

.hero-overlay::before {
    background: radial-gradient(circle, rgba(30, 201, 232, 0.22) 0%, rgba(30, 201, 232, 0.08) 26%, transparent 66%);
}

.hero-overlay::after {
    background: radial-gradient(circle, rgba(17, 200, 216, 0.16) 0%, transparent 70%);
}

.hero-scanline {
    background: linear-gradient(90deg, transparent, rgba(113, 233, 255, 0.94), rgba(242, 212, 107, 0.82), transparent);
    box-shadow: 0 0 34px rgba(30, 201, 232, 0.3);
}

.hero-copy {
    display: grid;
    gap: 0.75rem;
}

.hero .eyebrow {
    color: rgba(245, 247, 250, 0.72);
}

.hero h1 {
    max-width: 11ch;
    font-size: clamp(2.55rem, 3.85rem, 4.15rem);
}

.hero-lead {
    margin-top: 0.2rem;
}

.hero-actions {
    margin-top: 1rem;
}

.hero-note {
    margin-top: 0.15rem;
    color: rgba(245, 247, 250, 0.72);
}

.hero-showcase,
.spec-panel,
.pricing-card,
.form-panel,
.faq-item,
.fact-card,
.portfolio-showcase-item,
.footer-cta,
.footer-brand-block,
.footer-column {
    border-color: rgba(113, 233, 255, 0.14);
}

.hero-showcase {
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.08), transparent),
        linear-gradient(180deg, rgba(12, 16, 20, 0.86), rgba(5, 7, 10, 0.96));
}

.hero-showcase-media,
.technology-feature-media,
.audience-feature-media {
    border-color: rgba(113, 233, 255, 0.16);
}

.hero-showcase-label {
    border-color: rgba(113, 233, 255, 0.22);
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.14), rgba(30, 201, 232, 0.04)),
        rgba(7, 10, 14, 0.62);
    color: var(--cyan-bright);
}

.hero-showcase-link {
    border-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.08), transparent),
        rgba(255, 255, 255, 0.025);
}

.hero-showcase-link-icon {
    border-color: rgba(113, 233, 255, 0.24);
    background: rgba(30, 201, 232, 0.1);
    color: var(--cyan-bright);
}

.hero-showcase-link:hover,
.hero-showcase-link:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.12), transparent),
        rgba(255, 255, 255, 0.03);
}

.fact-card {
    border-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(18, 22, 27, 0.94), rgba(8, 11, 14, 0.98));
}

.fact-icon {
    background: linear-gradient(180deg, rgba(113, 233, 255, 0.16), rgba(34, 216, 143, 0.08));
    border-color: rgba(113, 233, 255, 0.2);
}

.fact-icon-flash::before,
.fact-icon-plan::before,
.fact-icon-shield::before,
.fact-icon-seamless::before,
.fact-icon-direct::before,
.fact-icon-brand::before,
.fact-icon-brand::after,
.fact-icon-materials::before {
    background: linear-gradient(180deg, var(--cyan-bright), var(--accent-bright));
}

.fact-icon-seamless::before {
    inset: 18px 14px;
    border-radius: 12px;
    clip-path: polygon(0 24%, 42% 24%, 42% 0, 58% 0, 58% 24%, 100% 24%, 100% 42%, 58% 42%, 58% 100%, 42% 100%, 42% 42%, 0 42%);
}

.fact-icon-seamless::after {
    left: 17px;
    right: 17px;
    bottom: 18px;
    height: 2px;
    background: rgba(113, 233, 255, 0.68);
    box-shadow: 0 -10px 0 rgba(113, 233, 255, 0.42);
}

.fact-icon-contrast::before {
    background: linear-gradient(90deg, var(--cyan-bright) 0 50%, rgba(18, 18, 18, 0.86) 50% 100%);
}

.fact-icon-contrast::after {
    box-shadow: 14px 14px 0 0 var(--accent-bright);
}

.text-list li::before {
    background: linear-gradient(135deg, var(--cyan-bright), var(--accent-bright));
    box-shadow: 0 0 18px rgba(30, 201, 232, 0.28);
}

.technology-section,
.faq-section {
    background: linear-gradient(180deg, rgba(12, 16, 20, 0.96), rgba(6, 8, 11, 0.98));
}

.surfaces-section {
    background:
        radial-gradient(circle at 80% 10%, rgba(30, 201, 232, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(10, 13, 17, 0.92), rgba(15, 18, 22, 0.98));
}

.pricing-section {
    background: linear-gradient(180deg, rgba(14, 18, 22, 0.98), rgba(7, 9, 12, 1));
}

.portfolio-section {
    background:
        radial-gradient(circle at 12% 2%, rgba(30, 201, 232, 0.12), transparent 18%),
        radial-gradient(circle at 90% 12%, rgba(242, 212, 107, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(10, 13, 17, 0.97), rgba(6, 8, 11, 1));
}

.contact-section {
    background:
        radial-gradient(circle at 88% 14%, rgba(30, 201, 232, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(12, 16, 20, 0.98), rgba(7, 9, 12, 1));
}

.site-footer {
    border-top-color: rgba(113, 233, 255, 0.08);
    background:
        radial-gradient(circle at 14% 18%, rgba(30, 201, 232, 0.1), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(17, 200, 216, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(6, 8, 11, 0.98), rgba(10, 12, 15, 0.96));
}

.site-footer::before {
    background:
        linear-gradient(120deg, rgba(113, 233, 255, 0.03) 0%, transparent 24%, transparent 74%, rgba(242, 212, 107, 0.05) 100%),
        repeating-linear-gradient(90deg, rgba(113, 233, 255, 0.018) 0 1px, transparent 1px 120px);
}

.site-footer::after {
    background: radial-gradient(circle, rgba(30, 201, 232, 0.12), transparent 70%);
}

.spec-panel,
.audience-panel,
.portfolio-intro-note,
.portfolio-signature,
.portfolio-showcase-item,
.form-panel {
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.05), transparent),
        linear-gradient(180deg, rgba(14, 18, 22, 0.94), rgba(8, 11, 14, 0.96));
}

.spec-card,
.pricing-card,
.audience-card,
.contact-meta div,
.portfolio-meta-item,
.faq-item,
.form-intro,
.form-section,
.form-footer {
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.04), transparent),
        rgba(255, 255, 255, 0.025);
}

.surface-card::after,
.portfolio-meta-item,
.manifesto-block,
.portfolio-footer,
.footer-legal-band,
.footer-bottom,
.footer-proof-item,
.portfolio-signal {
    border-color: rgba(113, 233, 255, 0.1);
}

.surface-card::after {
    background: linear-gradient(90deg, rgba(113, 233, 255, 0.68), rgba(242, 212, 107, 0.4), transparent);
}

.surface-index,
.portfolio-badge,
.portfolio-category,
.portfolio-link,
.faq-item summary::after,
.footer-contact-cta,
.footer-link-list a::after,
.form-intro-item strong,
.form-section legend,
.lead-form label > span small,
.contact-meta span,
.footer-legal-link:hover,
.footer-legal-link:focus-visible,
.footer-link-list a:hover,
.footer-link-list a:focus-visible,
.footer-contact-value:hover,
.footer-contact-value:focus-visible {
    color: var(--cyan-bright);
}

.surface-index,
.portfolio-badge,
.portfolio-link-icon,
.audience-icon {
    border-color: rgba(113, 233, 255, 0.2);
}

.surface-index,
.portfolio-badge,
.portfolio-link-icon,
.audience-icon,
.contact-meta div,
.faq-item,
.file-dropzone,
.measure-input:focus-within,
.lead-form input:focus-visible,
.lead-form textarea:focus-visible,
.lead-form select:focus-visible {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.audience-icon {
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.14), rgba(17, 200, 216, 0.04)),
        rgba(255, 255, 255, 0.025);
    color: var(--cyan-bright);
}

.portfolio-showcase-item:hover,
.portfolio-showcase-item:focus-within {
    border-color: rgba(113, 233, 255, 0.22);
}

.portfolio-showcase-media::before {
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(113, 233, 255, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.54) 70%, rgba(10, 10, 10, 0.88));
}

.contact-meta span,
.footer-contact-label,
.footer-link-path,
.portfolio-meta-item span {
    color: rgba(245, 247, 250, 0.56);
}

.lead-form input:focus-visible,
.lead-form textarea:focus-visible,
.lead-form select:focus-visible,
.measure-input:focus-within {
    border-color: rgba(113, 233, 255, 0.34);
    box-shadow: 0 0 0 4px rgba(30, 201, 232, 0.1);
}

.file-dropzone {
    border-color: rgba(113, 233, 255, 0.24);
    background:
        radial-gradient(circle at top right, rgba(30, 201, 232, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.file-dropzone::before {
    background:
        linear-gradient(180deg, rgba(30, 201, 232, 0.18), rgba(30, 201, 232, 0.05)),
        rgba(255, 255, 255, 0.03);
}

.file-dropzone::after {
    color: var(--cyan-bright);
}

.file-dropzone:hover,
.file-dropzone:focus-within,
.file-dropzone.is-dragover {
    border-color: rgba(113, 233, 255, 0.44);
    background:
        radial-gradient(circle at top right, rgba(30, 201, 232, 0.14), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    box-shadow: 0 0 0 4px rgba(30, 201, 232, 0.08);
}

.footer-contact-cta,
.portfolio-link {
    font-weight: 700;
}

.footer-bottom-meta span::before {
    background: linear-gradient(135deg, var(--cyan-bright), var(--accent-bright));
}

.subpage-hero,
.case-hero {
    position: relative;
    padding: clamp(4.2rem, 7vw, 7.4rem) 0 clamp(3rem, 5vw, 5.4rem);
    overflow: clip;
    background:
        radial-gradient(circle at 14% 18%, rgba(30, 201, 232, 0.16), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(17, 200, 216, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(5, 8, 12, 0.98), rgba(9, 15, 20, 0.96) 54%, rgba(5, 7, 10, 1));
}

.subpage-hero::before,
.case-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(116deg, rgba(113, 233, 255, 0.05), transparent 28%, transparent 68%, rgba(242, 212, 107, 0.05)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.028) 0 1px, transparent 1px 110px);
    opacity: 0.5;
    pointer-events: none;
}

.subpage-hero.compact-visual-hero {
    padding: clamp(3rem, 5.2vw, 5.6rem) 0 clamp(2.4rem, 4vw, 3.8rem);
}

.subpage-hero-layout,
.case-hero-layout,
.detail-grid,
.case-detail-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
}

.subpage-hero-copy,
.case-hero-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.subpage-hero-copy h1,
.case-hero-copy h1,
.contact-page-section h1 {
    margin: 0;
    max-width: 11ch;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.35rem, 4.1rem, 4.8rem);
    line-height: 1.04;
}

.contact-info-hero .subpage-hero-copy h1 {
    max-width: 15ch;
    overflow-wrap: normal;
    hyphens: none;
}

.subpage-hero-copy p,
.case-hero-copy p {
    max-width: 58ch;
    color: rgba(245, 247, 250, 0.82);
}

.subpage-hero-panel,
.subpage-video-card,
.detail-panel {
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.06), transparent),
        rgba(9, 13, 17, 0.88);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.subpage-hero-panel {
    display: grid;
    gap: 0.75rem;
    align-content: end;
    min-height: 260px;
    padding: clamp(1.25rem, 2.4vw, 1.7rem);
    border-radius: 30px;
}

.subpage-hero-panel-media-card {
    align-content: start;
    padding: 0.7rem;
}

.subpage-hero-panel-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: 220px;
    border-radius: 24px;
    background: rgba(4, 7, 10, 0.98);
}

.subpage-hero-panel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 10, 0.02) 42%, rgba(4, 7, 10, 0.45));
    pointer-events: none;
}

.subpage-hero-panel-media img,
.subpage-hero-panel-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.subpage-hero-panel-copy {
    display: grid;
    gap: 0.75rem;
}

.subpage-hero-panel-media-card .subpage-hero-panel-copy {
    padding: 0.35rem clamp(0.25rem, 1vw, 0.6rem) 0.55rem;
}

.subpage-hero-panel strong {
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.7rem, 2.12rem, 2.5rem);
    line-height: 1;
}

.legal-hero .subpage-hero-copy h1 {
    max-width: 18ch;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.legal-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.25rem;
}

.legal-hero-panel {
    align-content: start;
    min-height: auto;
    border-radius: 8px;
}

.legal-meta-list,
.legal-contact-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.legal-meta-list div,
.legal-contact-list div {
    display: grid;
    gap: 0.24rem;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(113, 233, 255, 0.12);
}

.legal-meta-list div:first-child,
.legal-contact-list div:first-child {
    border-top: 0;
    padding-top: 0;
}

.legal-meta-list div:last-child,
.legal-contact-list div:last-child {
    padding-bottom: 0;
}

.legal-meta-list dt,
.legal-contact-list dt {
    color: rgba(245, 247, 250, 0.58);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.legal-meta-list dd,
.legal-contact-list dd {
    margin: 0;
    color: rgba(245, 247, 250, 0.9);
    font-weight: 700;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.legal-short-panel h2 {
    max-width: 22ch;
}

.legal-summary-grid {
    display: grid;
    gap: 1rem;
}

.legal-summary-card {
    display: grid;
    gap: 0.72rem;
    align-content: start;
    min-height: 180px;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.052), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
}

.legal-summary-card span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.legal-summary-card h3 {
    max-width: 13ch;
    font-size: clamp(1.18rem, 1.35rem, 1.6rem);
}

.legal-summary-card p {
    color: rgba(245, 247, 250, 0.74);
}

.legal-document-section {
    padding-top: var(--section-space-tight);
}

.legal-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1.4rem, 3vw, 2.4rem);
    align-items: start;
}

.legal-toc {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
    padding: 1rem 0 1rem 1rem;
    border-left: 1px solid rgba(113, 233, 255, 0.28);
}

.legal-toc a {
    width: fit-content;
    max-width: 100%;
    color: rgba(245, 247, 250, 0.72);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
    transition: color var(--transition), transform var(--transition);
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    color: var(--cyan-bright);
    transform: translateX(2px);
}

.legal-document {
    display: grid;
    min-width: 0;
}

.legal-document-head {
    display: grid;
    gap: 0.8rem;
    padding-bottom: clamp(1.2rem, 2.5vw, 1.8rem);
    border-bottom: 1px solid rgba(113, 233, 255, 0.18);
}

.legal-document-head h2 {
    max-width: 18ch;
    font-size: clamp(1.85rem, 2.7rem, 3.35rem);
    line-height: 1.05;
}

.legal-block {
    display: grid;
    gap: 1rem;
    padding: clamp(1.35rem, 3vw, 2rem) 0;
    border-bottom: 1px solid rgba(113, 233, 255, 0.12);
}

.legal-block h3 {
    max-width: 22ch;
    font-size: clamp(1.28rem, 1.62rem, 2rem);
}

.legal-block p {
    max-width: 78ch;
    color: rgba(245, 247, 250, 0.78);
    line-height: 1.78;
}

.legal-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.legal-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(113, 233, 255, 0.11);
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    color: var(--cyan-bright);
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.legal-table td {
    color: rgba(245, 247, 250, 0.78);
    line-height: 1.62;
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
    border-bottom: 0;
}

.legal-note {
    padding: 1rem;
    border: 1px solid rgba(242, 211, 72, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(242, 211, 72, 0.055), transparent),
        rgba(255, 255, 255, 0.025);
}

.contact-hero-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.35rem;
}

.contact-hero-list a,
.contact-hero-list div {
    display: grid;
    gap: 0.22rem;
    padding: 0.85rem 0.95rem;
    border-radius: 20px;
    border: 1px solid rgba(113, 233, 255, 0.13);
    background: rgba(255, 255, 255, 0.028);
}

.contact-hero-list a {
    transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.contact-hero-list a:hover,
.contact-hero-list a:focus-visible {
    border-color: rgba(113, 233, 255, 0.34);
    background: rgba(113, 233, 255, 0.07);
    transform: translateY(-1px);
}

.contact-hero-list span {
    color: var(--text-soft);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-hero-list strong {
    overflow-wrap: anywhere;
    font-size: 1rem;
    line-height: 1.35;
}

.contact-info-card h3 {
    overflow-wrap: anywhere;
}

.contact-info-card address {
    color: rgba(245, 247, 250, 0.78);
    font-style: normal;
}

.contact-minimal-page {
    background: #05070a;
}

.contact-minimal-hero {
    position: relative;
    overflow: clip;
    padding: 5.25rem 0 3.6rem;
    background:
        linear-gradient(118deg, rgba(113, 233, 255, 0.07), transparent 34%, rgba(242, 211, 72, 0.035) 78%, transparent),
        linear-gradient(180deg, rgba(5, 8, 12, 0.98), rgba(6, 10, 14, 1));
}

.contact-minimal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(113, 233, 255, 0.08), transparent 22%, transparent 78%, rgba(242, 211, 72, 0.05)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.026) 0 1px, transparent 1px 118px);
    opacity: 0.62;
    pointer-events: none;
}

.contact-minimal-layout,
.contact-route-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.2rem;
}

.contact-minimal-copy,
.contact-route-copy,
.contact-info-board,
.contact-detail-card,
.contact-route-item {
    min-width: 0;
}

.contact-minimal-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.contact-minimal-breadcrumbs {
    margin-bottom: 0.2rem;
}

.contact-minimal-copy h1 {
    max-width: 13ch;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 4.15rem;
    line-height: 1.03;
    letter-spacing: 0;
    text-wrap: balance;
    hyphens: none;
    overflow-wrap: normal;
}

.contact-minimal-lead {
    max-width: 62ch;
    color: rgba(245, 247, 250, 0.82);
    font-size: 1.08rem;
    line-height: 1.78;
}

.contact-quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.contact-info-board,
.contact-detail-card,
.contact-route-item {
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.052), transparent),
        rgba(255, 255, 255, 0.025);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.contact-info-board {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1.4rem;
}

.contact-info-board h2,
.contact-detail-card h3,
.contact-route-copy h2,
.contact-route-item h3 {
    margin: 0;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.contact-info-board h2 {
    font-size: 1.55rem;
}

.contact-data-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.contact-data-list div {
    display: grid;
    grid-template-columns: minmax(7.5rem, 0.42fr) minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(113, 233, 255, 0.11);
}

.contact-data-list div:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-data-list div:last-child {
    padding-bottom: 0;
}

.contact-info-board .contact-data-list div {
    grid-template-columns: 1fr;
    gap: 0.28rem;
}

.contact-data-list dt {
    color: rgba(245, 247, 250, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.contact-data-list dd {
    margin: 0;
    color: rgba(245, 247, 250, 0.9);
    font-weight: 700;
    line-height: 1.42;
    overflow-wrap: anywhere;
}

.contact-data-list dd a {
    color: var(--text);
    transition: color var(--transition);
}

.contact-data-list dd a:hover,
.contact-data-list dd a:focus-visible {
    color: var(--cyan-bright);
}

.contact-essentials-section,
.contact-route-section {
    padding-top: var(--section-space-tight);
}

.contact-section-heading {
    max-width: 720px;
    text-align: left;
}

.contact-section-heading h2,
.contact-route-copy h2 {
    max-width: 18ch;
    font-size: 2.55rem;
    line-height: 1.08;
    text-wrap: balance;
}

.contact-section-heading p,
.contact-route-copy p,
.contact-detail-card p,
.contact-route-item p {
    color: rgba(245, 247, 250, 0.76);
}

.contact-essentials-grid {
    display: grid;
    gap: 1rem;
}

.contact-detail-card {
    display: grid;
    gap: 0.95rem;
    align-content: start;
    padding: 1.25rem;
}

.contact-detail-card h3 {
    font-size: 1.2rem;
}

.contact-data-list.compact div {
    grid-template-columns: minmax(6.5rem, 0.52fr) minmax(0, 1fr);
    padding: 0.72rem 0;
}

.contact-area-card {
    background:
        linear-gradient(180deg, rgba(242, 211, 72, 0.048), transparent),
        rgba(255, 255, 255, 0.025);
}

.contact-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.48rem;
    margin-top: 0.1rem;
}

.contact-area-list span {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: 0.32rem 0.6rem;
    border: 1px solid rgba(113, 233, 255, 0.15);
    border-radius: 999px;
    color: rgba(245, 247, 250, 0.78);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.contact-route-section {
    background:
        linear-gradient(180deg, rgba(6, 10, 14, 0), rgba(8, 13, 17, 0.86) 54%, rgba(5, 7, 10, 1));
}

.contact-route-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
    padding: 1.4rem 0 1.4rem 1.35rem;
    border-left: 1px solid rgba(113, 233, 255, 0.26);
}

.contact-route-copy .button {
    justify-self: start;
}

.contact-brief-list {
    display: grid;
    gap: 0.58rem;
    padding: 0;
    margin: 0.2rem 0 0.35rem;
    list-style: none;
}

.contact-brief-list li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(245, 247, 250, 0.82);
    line-height: 1.55;
}

.contact-brief-list li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: var(--cyan-bright);
    box-shadow: 0 0 12px rgba(113, 233, 255, 0.36);
}

.contact-route-list {
    display: grid;
    gap: 0.85rem;
}

.contact-route-item {
    display: grid;
    gap: 0.62rem;
    padding: 1.1rem;
}

.contact-route-item > span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-route-item h3 {
    font-size: 1.15rem;
}

.contact-route-item .portfolio-link {
    margin-top: 0.15rem;
}

@media (min-width: 700px) {
    .contact-essentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-area-card {
        grid-column: 1 / -1;
    }
}

@media (min-width: 980px) {
    .contact-minimal-layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.46fr);
        align-items: center;
    }

    .contact-essentials-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-area-card {
        grid-column: auto;
    }

    .contact-route-layout {
        grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
        gap: 1.4rem;
        align-items: start;
    }
}

@media (max-width: 979px) {
    .legal-table {
        min-width: 0;
    }

    .legal-table thead {
        display: none;
    }

    .legal-table,
    .legal-table tbody,
    .legal-table tr,
    .legal-table td {
        display: block;
        width: 100%;
    }

    .legal-table tr {
        border-bottom: 1px solid rgba(113, 233, 255, 0.12);
    }

    .legal-table tr:last-child {
        border-bottom: 0;
    }

    .legal-table td {
        display: grid;
        gap: 0.28rem;
        padding: 0.78rem 0.9rem;
        border-bottom: 0;
    }

    .legal-table td::before {
        content: attr(data-label);
        color: var(--cyan-bright);
        font-size: 0.72rem;
        font-weight: 800;
        line-height: 1.3;
        text-transform: uppercase;
    }
}

@media (max-width: 699px) {
    .contact-minimal-hero {
        padding: 3.1rem 0 2.4rem;
    }

    .contact-minimal-copy h1 {
        max-width: 100%;
        font-size: 2.48rem;
    }

    .contact-minimal-lead {
        font-size: 1rem;
    }

    .contact-quick-actions,
    .contact-route-copy .button {
        align-items: stretch;
        width: 100%;
    }

    .contact-quick-actions {
        flex-direction: column;
    }

    .contact-quick-actions .button,
    .contact-route-copy .button {
        width: 100%;
        justify-content: center;
    }

    .contact-info-board,
    .contact-detail-card,
    .contact-route-item {
        padding: 1rem;
    }

    .contact-data-list div,
    .contact-data-list.compact div {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .contact-section-heading h2,
    .contact-route-copy h2 {
        max-width: 100%;
        font-size: 2rem;
    }

    .legal-hero-actions,
    .legal-hero-actions .button {
        width: 100%;
    }

    .legal-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .legal-hero-actions .button {
        justify-content: center;
    }

    .legal-document-head h2,
    .legal-block h3,
    .legal-short-panel h2 {
        max-width: 100%;
    }

    .legal-table {
        min-width: 0;
    }

    .legal-table thead {
        display: none;
    }

    .legal-table,
    .legal-table tbody,
    .legal-table tr,
    .legal-table td {
        display: block;
        width: 100%;
    }

    .legal-table tr {
        border-bottom: 1px solid rgba(113, 233, 255, 0.12);
    }

    .legal-table tr:last-child {
        border-bottom: 0;
    }

    .legal-table td {
        display: grid;
        gap: 0.28rem;
        padding: 0.78rem 0.9rem;
        border-bottom: 0;
    }

    .legal-table td::before {
        content: attr(data-label);
        color: var(--cyan-bright);
        font-size: 0.72rem;
        font-weight: 800;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .contact-route-copy {
        padding: 1.1rem 0 1.1rem 1rem;
    }
}

.subpage-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: 300px;
}

.subpage-video-card video {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.home-process-section {
    padding-top: clamp(2.6rem, 4.6vw, 4.4rem);
}

.process-intro {
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
    margin-bottom: clamp(1.3rem, 3vw, 2rem);
}

.process-claim {
    display: grid;
    max-width: 980px;
    margin: 0;
    padding: 0 0 0 clamp(1rem, 2vw, 1.45rem);
    border-left: 4px solid var(--cyan-bright);
}

.process-claim h2 {
    display: grid;
    gap: 0.28rem;
    max-width: 16ch;
    font-family: "Montserrat", sans-serif;
    line-height: 0.98;
    text-transform: uppercase;
    overflow-wrap: normal;
    hyphens: none;
}

.process-claim-kicker {
    max-width: none;
    color: var(--cyan-bright);
    font-size: 1rem;
    font-weight: 800;
}

.process-claim-main {
    color: var(--text);
    font-size: 3rem;
    font-weight: 800;
}

.process-claim-subline {
    max-width: 24ch;
    color: rgba(245, 247, 250, 0.74);
    font-size: 1.04rem;
    font-weight: 800;
}

.process-claim-cta {
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    margin-top: clamp(1rem, 2vw, 1.45rem);
    gap: 0.35rem;
    padding-inline: clamp(1rem, 2vw, 1.35rem);
    text-align: center;
}

.process-claim-phone {
    white-space: nowrap;
}

.process-visual {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    aspect-ratio: 16 / 10;
    min-height: 230px;
    margin: 0;
    border-radius: 28px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(5, 9, 12, 0.92);
    box-shadow: var(--shadow-md);
}

.process-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 0.02) 48%, rgba(5, 8, 12, 0.35)),
        radial-gradient(circle at 18% 20%, rgba(113, 233, 255, 0.12), transparent 34%);
    pointer-events: none;
}

.process-visual img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
}

.detail-panel {
    padding: clamp(1.2rem, 2.4vw, 1.65rem);
    border-radius: 28px;
}

.detail-section {
    background:
        radial-gradient(circle at 10% 10%, rgba(30, 201, 232, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(7, 10, 14, 0.98), rgba(5, 7, 10, 1));
}

.detail-panel {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.detail-panel h2,
.detail-panel h3 {
    max-width: 12ch;
    font-size: clamp(1.65rem, 2.08rem, 2.55rem);
}

.technology-page-highlights {
    margin-bottom: 1rem;
}

.spec-grid-page,
.case-meta-grid {
    margin-top: 1rem;
}

.surface-grid-page {
    margin-top: 0;
}

.case-hero-media {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: clamp(0.9rem, 2vw, 1.4rem);
    border-radius: 32px;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        radial-gradient(circle at 50% 18%, rgba(30, 201, 232, 0.1), transparent 34%),
        rgba(7, 10, 14, 0.94);
    box-shadow: var(--shadow-lg);
}

.case-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.case-detail-grid {
    margin-top: 1rem;
}

.contact-page-section {
    padding-top: clamp(4.2rem, 7vw, 7rem);
}

.home-guide-section {
    background:
        radial-gradient(circle at 82% 10%, rgba(30, 201, 232, 0.08), transparent 25%),
        linear-gradient(180deg, rgba(7, 10, 14, 0.98), rgba(10, 15, 19, 0.98));
}

.home-intent-section,
.editorial-section {
    background:
        radial-gradient(circle at 14% 8%, rgba(17, 200, 216, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(6, 9, 12, 1), rgba(8, 13, 17, 0.98));
}

.home-guide-grid,
.home-project-grid,
.home-proof-layout,
.home-intent-layout,
.home-intent-grid,
.home-visual-story-layout,
.home-visual-story-grid,
.home-visual-side-list,
.home-inspiration-gallery,
.trust-grid,
.editorial-grid,
.application-grid,
.method-comparison-grid,
.surface-detail-list,
.area-chip-list {
    display: grid;
    gap: 1rem;
}

.home-guide-card,
.home-project-card,
.home-contact-panel,
.home-intent-card,
.home-visual-primary,
.home-visual-side-card,
.home-inspiration-card,
.trust-card,
.short-answer-panel,
.direct-difference-panel,
.local-seo-panel,
.method-comparison-card,
.editorial-card,
.application-card,
.surface-detail-row {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.fact-card,
.home-guide-card,
.home-project-card,
.home-intent-card,
.home-visual-primary,
.home-visual-side-card,
.home-inspiration-card,
.trust-card,
.application-card,
.method-comparison-card,
.direct-difference-panel,
.local-seo-panel {
    position: relative;
    overflow: hidden;
}

.fact-card::before,
.home-guide-card::before,
.home-intent-card::before,
.home-visual-primary::before,
.home-inspiration-card::before,
.application-card::before,
.method-comparison-card::before,
.direct-difference-panel::before,
.local-seo-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.46;
    pointer-events: none;
}

.home-guide-card::before,
.home-inspiration-card::before,
.application-card::before,
.method-comparison-card::before {
    opacity: 0.22;
    transform: scaleX(0.7);
    transform-origin: left;
    transition: opacity var(--transition), transform var(--transition);
}

.home-guide-card:hover::before,
.home-guide-card:focus-visible::before,
.home-inspiration-card:hover::before,
.home-inspiration-card:focus-within::before,
.application-card:hover::before,
.application-card:focus-within::before,
.method-comparison-card:hover::before,
.method-comparison-card:focus-within::before {
    opacity: 0.66;
    transform: scaleX(1);
}

.trust-section,
.short-answer-section {
    background:
        radial-gradient(circle at 84% 12%, rgba(113, 233, 255, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 12, 16, 0.98));
}

.trust-card,
.short-answer-panel,
.direct-difference-panel,
.local-seo-panel {
    padding: clamp(1.15rem, 2.4vw, 1.65rem);
    border-radius: 28px;
}

.trust-card {
    display: grid;
    gap: 0.72rem;
    align-content: start;
    min-height: 190px;
}

.trust-card h3 {
    max-width: 15ch;
    font-size: clamp(1.16rem, 1.3rem, 1.48rem);
}

.home-visual-story-section {
    background:
        radial-gradient(circle at 80% 16%, rgba(34, 216, 143, 0.07), transparent 25%),
        linear-gradient(180deg, rgba(8, 12, 16, 0.98), rgba(5, 8, 12, 1));
}

.home-visual-story-layout {
    align-items: start;
}

.home-visual-story-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.home-visual-story-copy h2 {
    max-width: 12ch;
}

.home-visual-story-copy p {
    max-width: 58ch;
}

.home-visual-primary {
    display: grid;
    border-radius: 30px;
}

.home-visual-primary-media {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: rgba(4, 7, 10, 0.98);
}

.home-visual-primary-media video {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.home-visual-primary-media::after,
.home-inspiration-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 10, 0.02) 36%, rgba(4, 7, 10, 0.74) 100%);
    pointer-events: none;
}

.home-visual-primary-media span,
.home-inspiration-card div,
.home-visual-side-card span {
    position: relative;
    z-index: 1;
}

.home-visual-primary-media span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.22);
    background: rgba(6, 9, 12, 0.72);
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.home-visual-primary-copy {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.15rem, 2.2vw, 1.55rem);
}

.home-visual-primary-copy h3 {
    max-width: 16ch;
    font-size: clamp(1.38rem, 1.7rem, 2rem);
}

.home-visual-primary-copy p,
.home-visual-side-card p {
    color: rgba(245, 247, 250, 0.74);
}

.home-visual-side-list {
    align-content: stretch;
}

.home-visual-side-card {
    display: grid;
    min-height: 0;
    border-radius: 26px;
}

.home-visual-side-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.home-visual-side-card div {
    display: grid;
    gap: 0.55rem;
    padding: clamp(1rem, 2vw, 1.25rem);
}

.home-visual-side-card span,
.home-inspiration-card span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-visual-side-card h3 {
    max-width: 14ch;
    font-size: clamp(1.16rem, 1.34rem, 1.5rem);
}

.media-showcase-section {
    background:
        radial-gradient(circle at 78% 14%, rgba(34, 216, 143, 0.07), transparent 24%),
        linear-gradient(180deg, rgba(7, 10, 14, 0.98), rgba(5, 8, 12, 1));
}

.media-showcase-layout,
.media-showcase-grid,
.media-showcase-side-list {
    display: grid;
    gap: 1rem;
}

.media-showcase-layout {
    align-items: start;
}

.media-showcase-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.media-showcase-copy h2 {
    max-width: 16ch;
    font-size: clamp(1.95rem, 3.15rem, 3.85rem);
    hyphens: none;
}

.media-showcase-copy p {
    max-width: 58ch;
}

.media-showcase-primary,
.media-showcase-side-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.media-showcase-primary {
    display: grid;
    border-radius: 30px;
}

.media-showcase-primary::before,
.media-showcase-side-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

.media-showcase-primary-media {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: rgba(4, 7, 10, 0.98);
}

.media-showcase-primary-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 10, 0.02) 34%, rgba(4, 7, 10, 0.62) 100%);
    pointer-events: none;
}

.media-showcase-primary-media img,
.media-showcase-primary-media video {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.media-showcase-primary-media span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.22);
    background: rgba(6, 9, 12, 0.72);
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.media-showcase-primary-copy {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.15rem, 2.2vw, 1.55rem);
}

.media-showcase-primary-copy h3 {
    max-width: 16ch;
    font-size: clamp(1.34rem, 1.62rem, 1.95rem);
    hyphens: none;
}

.media-showcase-primary-copy p,
.media-showcase-side-card p {
    color: rgba(245, 247, 250, 0.74);
}

.media-showcase-side-card {
    display: grid;
    border-radius: 26px;
}

.media-showcase-side-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.media-showcase-side-card div {
    display: grid;
    gap: 0.55rem;
    padding: clamp(1rem, 2vw, 1.25rem);
}

.media-showcase-side-card span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.media-showcase-side-card h3 {
    max-width: 16ch;
    font-size: clamp(1.16rem, 1.34rem, 1.5rem);
    hyphens: none;
}

.visual-rail-section {
    background:
        radial-gradient(circle at 78% 8%, rgba(30, 201, 232, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.visual-rail-grid {
    display: grid;
    gap: 1rem;
}

.visual-rail-item {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background: rgba(4, 7, 10, 0.98);
    box-shadow: var(--shadow-md);
}

.visual-rail-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.08) 20%, rgba(4, 7, 10, 0.28) 48%, rgba(4, 7, 10, 0.86) 100%);
    pointer-events: none;
}

.visual-rail-item img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
    transition: transform 700ms ease;
}

.visual-rail-item:hover img,
.visual-rail-item:focus-within img {
    transform: scale(1.035);
}

.visual-rail-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: grid;
    gap: 0.55rem;
    padding: clamp(1.1rem, 2.3vw, 1.55rem);
}

.visual-rail-copy span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.visual-rail-copy h3 {
    max-width: 14ch;
    font-size: clamp(1.25rem, 1.58rem, 1.9rem);
    hyphens: none;
}

.visual-rail-copy p {
    max-width: 34ch;
    color: rgba(245, 247, 250, 0.78);
}


.short-answer-panel {
    display: grid;
    gap: 0.85rem;
    max-width: 920px;
}

.short-answer-panel h2 {
    max-width: 15ch;
    font-size: clamp(1.75rem, 2.25rem, 2.85rem);
}

.short-answer-panel p:last-child {
    max-width: 76ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: 1.02rem;
}

.direct-difference-section,
.local-seo-section {
    background:
        radial-gradient(circle at 16% 16%, rgba(17, 200, 216, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.direct-difference-panel,
.local-seo-panel {
    display: grid;
    gap: 1.1rem;
    align-items: start;
}

.direct-difference-intro {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.direct-difference-panel h2,
.local-seo-panel h2 {
    max-width: 13ch;
    font-size: clamp(1.8rem, 2.45rem, 3.15rem);
}

.direct-difference-intro-text {
    max-width: 24ch;
    color: rgba(245, 247, 250, 0.72);
    font-size: 0.98rem;
}

.direct-difference-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    min-height: 0;
    margin: 0;
    border-radius: 26px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(4, 7, 10, 0.96);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
}

.direct-difference-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.02) 32%, rgba(4, 7, 10, 0.7) 100%),
        radial-gradient(circle at 72% 34%, rgba(113, 233, 255, 0.14), transparent 32%);
    pointer-events: none;
}

.direct-difference-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 56% 50%;
    transform: scale(1.01);
}

.direct-difference-media figcaption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.22);
    background: rgba(6, 9, 12, 0.72);
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.direct-difference-copy,
.local-seo-copy,
.local-seo-actions {
    display: grid;
    gap: 0.85rem;
}

.direct-difference-actions {
    gap: 0.7rem;
    margin-top: 1rem;
}

.direct-difference-actions .button {
    min-width: 0;
}

.direct-difference-copy p,
.local-seo-copy p {
    max-width: 68ch;
}

.direct-difference-kicker {
    color: var(--text);
    font-weight: 700;
}

.compact-text-list {
    margin-top: 0.1rem;
}

.applications-section {
    background:
        radial-gradient(circle at 82% 12%, rgba(30, 201, 232, 0.07), transparent 24%),
        linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(5, 8, 12, 1));
}

.home-inspiration-section {
    background: linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.home-room-layout {
    display: grid;
    gap: 2.4rem;
}

.home-room-intro {
    display: grid;
    align-content: start;
    gap: 1.25rem;
}

.home-room-intro .home-statement-heading {
    display: grid;
    gap: 0.95rem;
}

.home-room-intro .home-statement-heading h1,
.home-room-intro .home-statement-heading h2 {
    max-width: 15ch;
    font-size: 2.5rem;
    line-height: 1;
}

.home-room-intro .home-statement-heading > p {
    max-width: 58ch;
}

.home-room-summary {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(113, 233, 255, 0.16);
    border-bottom: 1px solid rgba(113, 233, 255, 0.16);
}

.home-room-summary p,
.home-room-summary ul,
.home-room-points {
    margin: 0;
}

.home-room-summary p {
    color: var(--text);
    font-weight: 750;
}

.home-room-summary ul,
.home-room-points {
    display: grid;
    gap: 0.45rem;
    padding: 0;
    list-style: none;
}

.home-room-summary li,
.home-room-points li {
    position: relative;
    padding-left: 1rem;
    color: rgba(245, 247, 250, 0.68);
    font-size: 0.93rem;
    line-height: 1.52;
}

.home-room-summary li::before,
.home-room-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.42rem;
    height: 1px;
    background: var(--cyan-bright);
}

.home-room-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-room-list {
    display: grid;
    border-top: 1px solid rgba(113, 233, 255, 0.14);
}

.home-room-row {
    border-bottom: 1px solid rgba(113, 233, 255, 0.14);
}

.home-room-link {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 0;
    color: inherit;
    text-decoration: none;
    transition:
        background-color var(--transition),
        border-color var(--transition);
}

.home-room-link:hover,
.home-room-link:focus-visible {
    background: rgba(113, 233, 255, 0.045);
    outline: 0;
}

.home-room-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(113, 233, 255, 0.24);
}

.home-room-number {
    color: var(--cyan-bright);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.1;
}

.home-room-copy {
    display: grid;
    gap: 0.48rem;
    min-width: 0;
}

.home-room-label {
    color: rgba(113, 233, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-room-copy h3 {
    max-width: 18ch;
    margin: 0;
    color: var(--text);
    font-size: 1.55rem;
    line-height: 1.08;
}

.home-room-copy p {
    max-width: 58ch;
    margin: 0;
    color: rgba(245, 247, 250, 0.68);
    font-size: 0.98rem;
    line-height: 1.58;
}

.home-room-copy .home-room-role {
    color: rgba(245, 247, 250, 0.88);
    font-weight: 750;
}

.home-room-points {
    padding-top: 0.15rem;
}

.home-room-cta {
    width: fit-content;
    margin-top: 0.3rem;
    color: var(--cyan-bright);
    font-size: 0.92rem;
    font-weight: 800;
}

.home-room-media {
    grid-column: 2;
    width: 100%;
    min-height: 180px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
}

.home-room-media img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 650ms ease;
}

.home-room-link:hover .home-room-media img,
.home-room-link:focus-visible .home-room-media img {
    transform: scale(1.045);
}

.home-room-arrow {
    grid-column: 2;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-top: 0.1rem;
    border: 1px solid rgba(113, 233, 255, 0.22);
    border-radius: 4px;
    color: var(--cyan-bright);
    transition:
        background-color var(--transition),
        border-color var(--transition),
        transform var(--transition);
}

.home-room-arrow svg {
    width: 1rem;
    height: 1rem;
}

.home-room-arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-room-link:hover .home-room-arrow,
.home-room-link:focus-visible .home-room-arrow {
    border-color: rgba(113, 233, 255, 0.42);
    background: rgba(113, 233, 255, 0.1);
    transform: translateX(3px);
}

@media (min-width: 700px) {
    .home-room-link {
        grid-template-columns: 3.25rem minmax(0, 1fr) minmax(180px, 0.38fr) 42px;
        gap: 1.15rem;
        align-items: center;
        padding: 1.25rem 0;
    }

    .home-room-copy h3 {
        font-size: 1.7rem;
    }

    .home-room-media,
    .home-room-arrow {
        grid-column: auto;
    }

    .home-room-media {
        align-self: stretch;
        min-height: 200px;
    }

    .home-room-media img {
        min-height: 200px;
    }

    .home-room-arrow {
        align-self: end;
        justify-self: end;
    }
}

@media (min-width: 980px) {
    .home-room-layout {
        grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
        gap: 2.8rem;
        align-items: start;
    }

    .home-room-intro {
        position: sticky;
        top: calc(var(--header-height) + 1.4rem);
    }

    .home-room-intro .home-statement-heading h1,
    .home-room-intro .home-statement-heading h2 {
        font-size: 2.55rem;
    }

    .home-room-link {
        grid-template-columns: 3.5rem minmax(0, 1fr) minmax(200px, 0.36fr) 44px;
        gap: 1.35rem;
        min-height: 230px;
        padding: 1.4rem 0;
    }

    .home-room-media {
        min-height: 210px;
    }

    .home-room-media img {
        min-height: 210px;
    }
}

@media (max-width: 699px) {
    .home-room-intro .home-statement-heading h1,
    .home-room-intro .home-statement-heading h2 {
        max-width: 100%;
        font-size: 2.05rem;
    }

    .home-room-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-room-actions .button {
        width: 100%;
    }

    .home-room-copy h3 {
        max-width: 100%;
    }
}

/* Inspiration overview hub */
body.page-inspirasjon-oversikt {
    background: linear-gradient(180deg, #05080b 0%, #080d11 48%, #05070a 100%);
}

.inspiration-hub-page {
    background: linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.page-inspirasjon-oversikt .home-statement-heading {
    padding-left: 0;
    border-left: 0;
}

.page-inspirasjon-oversikt .site-breadcrumbs {
    margin-bottom: 0.15rem;
}

.page-inspirasjon-oversikt .home-statement-heading h1,
.page-inspirasjon-oversikt .home-statement-heading h2 {
    max-width: 14ch;
    text-transform: none;
}

.page-inspirasjon-oversikt .home-statement-heading::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin-top: 0.75rem;
    background: var(--spectrum);
}

.inspiration-room-section {
    background: linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(7, 12, 16, 1));
    padding-top: clamp(3.8rem, 7vw, 6rem);
}

.inspiration-project-section {
    background:
        linear-gradient(180deg, rgba(7, 12, 16, 1), rgba(5, 8, 12, 1));
}

.inspiration-project-section .section-heading.home-statement-heading {
    max-width: 850px;
}

.inspiration-project-section .section-heading.home-statement-heading h2 {
    max-width: 13ch;
}

.inspiration-project-section .section-heading.home-statement-heading p {
    max-width: 68ch;
}

.inspiration-project-grid {
    display: grid;
    gap: 1rem;
}

.inspiration-project-card {
    position: relative;
    overflow: hidden;
    display: grid;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(7, 13, 17, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.inspiration-project-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.26;
    pointer-events: none;
}

.inspiration-project-media {
    position: relative;
    display: block;
    min-height: 230px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.inspiration-project-media img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 650ms ease;
}

.inspiration-project-card:hover .inspiration-project-media img,
.inspiration-project-card:focus-within .inspiration-project-media img {
    transform: scale(1.045);
}

.inspiration-project-media span {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    padding: 0.42rem 0.58rem;
    border: 1px solid rgba(113, 233, 255, 0.2);
    border-radius: 4px;
    background: rgba(4, 9, 12, 0.74);
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inspiration-project-copy {
    display: grid;
    gap: 0.62rem;
    padding: 1rem;
}

.inspiration-project-copy h3 {
    margin: 0;
    color: var(--text);
    font-size: 1.26rem;
    line-height: 1.16;
}

.inspiration-project-copy > p:not(.portfolio-category) {
    margin: 0;
    color: rgba(245, 247, 250, 0.68);
    font-size: 0.94rem;
    line-height: 1.56;
}

.inspiration-project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding-top: 0.2rem;
}

.inspiration-project-meta span {
    padding: 0.34rem 0.5rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: 4px;
    color: rgba(245, 247, 250, 0.64);
    font-size: 0.76rem;
    line-height: 1.25;
}

.inspiration-next-section {
    background: linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.inspiration-next-layout {
    display: grid;
    gap: 1.25rem;
    align-items: end;
    padding-top: clamp(1.6rem, 3vw, 2.2rem);
    border-top: 1px solid rgba(113, 233, 255, 0.16);
}

.inspiration-next-copy h2 {
    max-width: 12ch;
}

.inspiration-next-copy p {
    max-width: 66ch;
}

.inspiration-next-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (min-width: 760px) {
    .inspiration-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .inspiration-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .inspiration-next-layout {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .inspiration-next-actions {
        justify-content: flex-end;
    }
}

@media (max-width: 699px) {
    .inspiration-next-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .inspiration-next-actions .button {
        width: 100%;
    }
}

.method-comparison-section {
    background:
        radial-gradient(circle at 16% 12%, rgba(34, 216, 143, 0.07), transparent 24%),
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.method-comparison-section .section-heading h2 {
    max-width: 18ch;
}

.method-comparison-card {
    min-height: 300px;
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: clamp(1.15rem, 2.2vw, 1.55rem);
    border-radius: 28px;
    transition:
        transform var(--transition),
        border-color var(--transition),
        background var(--transition),
        box-shadow var(--transition);
}

.method-comparison-card:hover,
.method-comparison-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(113, 233, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.085), transparent),
        rgba(10, 15, 19, 0.94);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.method-comparison-card h3 {
    max-width: 12ch;
    font-size: clamp(1.3rem, 1.55rem, 1.85rem);
}

.method-comparison-card dl {
    display: grid;
    gap: 0.9rem;
    margin: 0;
}

.method-comparison-card div {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.method-comparison-card dt {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.method-comparison-card dd {
    margin: 0;
    color: rgba(245, 247, 250, 0.76);
}

.application-card {
    min-height: 235px;
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border-radius: 28px;
}

.application-icon {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(113, 233, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(113, 233, 255, 0.14), rgba(34, 216, 143, 0.06)),
        rgba(255, 255, 255, 0.025);
}

.application-icon::before,
.application-icon::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 2px solid rgba(113, 233, 255, 0.82);
}

.application-icon-blueprint::before {
    border-radius: 50%;
}

.application-icon-blueprint::after {
    inset: 20px 10px 12px;
    border-width: 2px 0 0;
}

.application-icon-material::before {
    inset: 13px 9px;
    border-width: 0 0 2px;
    box-shadow: 0 -8px 0 rgba(113, 233, 255, 0.72), 0 8px 0 rgba(34, 216, 143, 0.42);
}

.application-icon-material::after {
    inset: 10px 24px 10px 12px;
    border-width: 0 2px 0 0;
}

.application-icon-gallery::before {
    inset: 11px;
    border-radius: 3px;
}

.application-icon-gallery::after {
    inset: 25px 12px 11px;
    border-width: 2px 0 0;
    transform: skewY(-18deg);
}

.application-icon-layers::before,
.application-icon-layers::after {
    inset: 14px 10px;
    border-width: 2px 0 0;
    transform: rotate(-12deg);
    box-shadow: 0 9px 0 rgba(113, 233, 255, 0.42);
}

.application-icon-layers::after {
    transform: rotate(12deg);
    opacity: 0.75;
}

.application-icon-briefcase::before {
    inset: 17px 9px 11px;
    border-radius: 3px;
}

.application-icon-briefcase::after {
    inset: 11px 17px 26px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
}

.application-card h3 {
    max-width: 13ch;
    font-size: clamp(1.2rem, 1.36rem, 1.55rem);
}

.application-card p {
    color: rgba(245, 247, 250, 0.74);
}

.area-chip-list {
    align-self: start;
}

.area-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(245, 247, 250, 0.84);
    font-size: 0.84rem;
    font-weight: 600;
}

.home-intent-layout {
    align-items: start;
}

.home-intent-copy {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.home-intent-copy h2 {
    max-width: 10ch;
}

.home-intent-copy p {
    max-width: 54ch;
}

.home-intent-card,
.editorial-card {
    display: grid;
    gap: 0.72rem;
    align-content: start;
    min-height: 210px;
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border-radius: 28px;
}

.home-intent-card span,
.surface-detail-row span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-intent-card h3,
.editorial-card h3 {
    max-width: 14ch;
    font-size: clamp(1.22rem, 1.38rem, 1.55rem);
}

.editorial-card small {
    align-self: end;
    margin-top: 0.35rem;
    color: var(--accent-bright);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-guide-card {
    min-height: 246px;
    display: grid;
    align-content: start;
    gap: 0.8rem;
    padding: clamp(1.15rem, 2vw, 1.45rem);
    border-radius: 28px;
    transition:
        transform var(--transition),
        border-color var(--transition),
        background var(--transition),
        box-shadow var(--transition);
}

.home-guide-card:hover,
.home-guide-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(113, 233, 255, 0.26);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.085), transparent),
        rgba(10, 15, 19, 0.94);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.home-guide-card span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-guide-card h3 {
    max-width: 12ch;
    font-size: clamp(1.35rem, 1.62rem, 1.9rem);
}

.home-guide-card p {
    color: rgba(245, 247, 250, 0.74);
}

.home-guide-card strong {
    align-self: end;
    width: fit-content;
    margin-top: 0.4rem;
    color: var(--accent-bright);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-decision-strip {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.home-decision-strip a {
    display: grid;
    gap: 0.3rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    border: 1px solid rgba(113, 233, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
        rgba(255, 255, 255, 0.02);
    transition:
        transform var(--transition),
        border-color var(--transition),
        background var(--transition);
}

.home-decision-strip a:hover,
.home-decision-strip a:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(113, 233, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.06), transparent),
        rgba(255, 255, 255, 0.025);
}

.home-decision-strip span {
    color: rgba(245, 247, 250, 0.6);
    font-size: 0.82rem;
}

.home-decision-strip strong {
    color: var(--accent-bright);
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-proof-section {
    background:
        radial-gradient(circle at 18% 12%, rgba(17, 200, 216, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(10, 15, 19, 0.98), rgba(5, 8, 12, 1));
}

.home-proof-copy {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.home-proof-copy h2 {
    max-width: 15ch;
}

.home-audience-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    max-width: 44rem;
}

.home-audience-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(245, 247, 250, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
}

.home-proof-media {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 30px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(4, 7, 10, 0.98);
    box-shadow: var(--shadow-lg);
}

.home-proof-media video {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.home-project-section {
    padding-top: var(--section-space-tight);
}

.home-project-card {
    display: grid;
    overflow: hidden;
    border-radius: 28px;
}

.home-project-media {
    position: relative;
    min-height: 250px;
    display: grid;
    place-items: center;
    padding: 1rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 16%, rgba(30, 201, 232, 0.09), transparent 35%),
        rgba(6, 9, 12, 0.96);
}

.home-project-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(113, 233, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(6, 9, 12, 0.04), rgba(6, 9, 12, 0.46));
    pointer-events: none;
}

.home-project-media img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate3d(calc(var(--shift-x, 0px) * 0.18), calc(var(--shift-y, 0px) * 0.18), 0);
    transition: transform 520ms ease;
}

.home-project-card:hover .home-project-media img,
.home-project-card:focus-within .home-project-media img {
    transform: translate3d(calc(var(--shift-x, 0px) * 0.26), calc(var(--shift-y, 0px) * 0.26), 0);
}

.home-project-copy {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.1rem, 2.2vw, 1.45rem);
}

.home-project-copy h3 {
    max-width: 12ch;
    font-size: clamp(1.3rem, 1.55rem, 1.85rem);
}

.home-project-copy p:not(.portfolio-category) {
    color: rgba(245, 247, 250, 0.74);
}

.home-project-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.home-project-meta .portfolio-meta-item {
    min-width: 0;
}

.home-contact-section {
    padding-top: var(--section-space-tight);
    background:
        radial-gradient(circle at 88% 20%, rgba(17, 200, 216, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(6, 9, 12, 1), rgba(5, 7, 10, 1));
}

.home-contact-panel {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: 30px;
}

.home-contact-panel h2 {
    max-width: 16ch;
    font-size: clamp(1.8rem, 2.5rem, 3.2rem);
}

.home-contact-panel p:last-child {
    max-width: 58ch;
}

.mini-checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    max-width: 58rem;
    padding: 0;
    margin: 1rem 0 0;
    list-style: none;
}

.mini-checklist li {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(113, 233, 255, 0.16);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(245, 247, 250, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
}

.home-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.surface-detail-row {
    display: grid;
    gap: 1rem;
    padding: clamp(1.1rem, 2.2vw, 1.45rem);
    border-radius: 26px;
}

.surface-detail-row h3 {
    font-size: clamp(1.28rem, 1.48rem, 1.7rem);
}

.surface-detail-row div {
    display: grid;
    gap: 0.35rem;
}

.contact-checklist {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(113, 233, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(255, 255, 255, 0.025);
}

.contact-next-list {
    display: grid;
    gap: 0.75rem;
}

.contact-next-list article {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    border: 1px solid rgba(113, 233, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
}

.contact-next-list span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.contact-next-list h3 {
    font-size: 1rem;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js-ready .reveal {
    opacity: 1;
    transform: none;
    transition: opacity 650ms ease, transform 650ms ease;
}

.js-ready .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 700px) {
    .fact-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-intro {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
        align-items: stretch;
    }

    .form-grid-2,
    .form-intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .surface-grid,
    .audience-grid,
    .portfolio-grid,
    .detail-grid,
    .visual-rail-grid,
    .home-visual-story-grid,
    .home-inspiration-gallery,
    .home-guide-grid,
    .home-project-grid,
    .home-intent-grid,
    .trust-grid,
    .editorial-grid,
    .application-grid,
    .method-comparison-grid,
    .home-decision-strip,
    .area-chip-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-intro,
    .portfolio-footer {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-block {
        grid-column: 1 / -1;
    }

    .footer-cta {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .footer-cta-actions {
        justify-content: flex-end;
    }

    .footer-legal-list {
        justify-content: center;
        padding-top: 0;
    }

    .home-inspiration-card-large {
        grid-column: span 2;
    }
}

@media (min-width: 980px) {
    .hero-layout,
    .split-layout,
    .faq-layout,
    .contact-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
    }

    .contact-layout {
        grid-template-columns: minmax(260px, 0.72fr) minmax(540px, 1.28fr);
        align-items: start;
    }

    .contact-copy {
        padding-top: 0.9rem;
    }

    .form-panel {
        min-width: 0;
    }

    .hero-layout {
        grid-template-columns: minmax(320px, 360px) minmax(0, 640px);
        column-gap: clamp(0.8rem, 1.8vw, 1.35rem);
        justify-content: center;
        align-items: center;
    }

    .fact-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .surface-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audience-grid-extended {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(260px, 1.25fr) minmax(190px, 0.72fr) minmax(250px, 0.88fr);
        align-items: start;
    }

    .footer-brand-block {
        grid-column: span 1;
    }

    .portfolio-signature {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
        align-items: end;
    }

    .portfolio-signals {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .portfolio-showcase-item {
        grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
    }

    .portfolio-showcase-item-reverse {
        grid-template-columns: minmax(300px, 0.98fr) minmax(0, 1.02fr);
    }

    .portfolio-showcase-item-reverse .portfolio-showcase-media {
        order: 2;
    }

    .portfolio-showcase-item-reverse .portfolio-showcase-copy {
        order: 1;
    }

    .technology-proof-block {
        grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
        align-items: start;
    }

    .subpage-hero-layout,
    .case-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
        align-items: center;
    }

    .application-grid,
    .method-comparison-grid,
    .visual-rail-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .process-intro {
        grid-template-columns: minmax(330px, 0.88fr) minmax(520px, 1.12fr);
        gap: clamp(2rem, 4.6vw, 4.75rem);
        align-items: center;
    }

    .process-claim h2 {
        max-width: 13ch;
    }

    .process-claim-main {
        font-size: 3.65rem;
    }

    .process-visual {
        min-height: 350px;
    }

    .process-visual img {
        min-height: 350px;
    }

    .media-showcase-layout {
        grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
        gap: clamp(1.2rem, 2.4vw, 2rem);
    }

    .media-showcase-grid {
        grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
    }

    .media-showcase-primary-media,
    .media-showcase-primary-media img,
    .media-showcase-primary-media video {
        min-height: 520px;
    }

    .media-showcase-side-list {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .media-showcase-side-card img {
        height: 220px;
    }

    .home-visual-story-layout {
        grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
        gap: clamp(1.2rem, 2.4vw, 2rem);
    }

    .home-visual-story-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    }

    .home-visual-primary-media,
    .home-visual-primary-media video {
        min-height: 520px;
    }

    .home-visual-side-list {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .home-visual-side-card img {
        height: 220px;
    }

    .home-inspiration-gallery {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .home-inspiration-card {
        grid-column: span 2;
    }

    .home-inspiration-card-large {
        grid-column: span 3;
        min-height: 390px;
    }

    .home-inspiration-card:nth-child(2) {
        grid-column: span 3;
    }

    .home-room-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-room-grid .home-inspiration-card,
    .home-room-grid .home-inspiration-card:nth-child(2) {
        grid-column: auto;
    }

    .home-inspiration-card-large img,
    .home-inspiration-card:nth-child(2) img {
        min-height: 390px;
    }

    .home-room-grid .home-inspiration-card img,
    .home-room-grid .home-inspiration-card:nth-child(2) img {
        min-height: 330px;
    }

    .legal-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .legal-layout {
        grid-template-columns: minmax(190px, 0.3fr) minmax(0, 1fr);
    }

    .legal-toc {
        position: sticky;
        top: 6.5rem;
    }

    .case-detail-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .spec-grid-page,
    .case-meta-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-guide-grid,
    .home-project-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-proof-layout {
        grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.86fr);
        align-items: center;
    }

    .direct-difference-panel,
    .local-seo-panel {
        align-items: center;
    }

    .direct-difference-panel {
        grid-template-columns: minmax(190px, 0.44fr) minmax(260px, 0.56fr) minmax(420px, 1fr);
        gap: clamp(1rem, 1.7vw, 1.35rem);
    }

    .direct-difference-actions {
        display: grid;
        grid-template-columns: minmax(0, 1.36fr) minmax(0, 1fr) minmax(0, 0.82fr);
        gap: 0.55rem;
        width: 100%;
    }

    .direct-difference-actions .button {
        width: 100%;
        padding-inline: 0.72rem;
        font-size: clamp(0.76rem, 0.72vw, 0.84rem);
        white-space: nowrap;
    }

    .local-seo-panel {
        grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
    }

    .local-seo-panel > .button,
    .local-seo-actions {
        justify-self: end;
    }

    .area-chip-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-contact-panel {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-contact-actions {
        justify-content: flex-end;
    }

    .home-intent-layout {
        grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    }

    .editorial-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .surface-detail-row {
        grid-template-columns: minmax(145px, 0.45fr) repeat(4, minmax(0, 1fr));
        align-items: start;
    }
}

@media (min-width: 1180px) {
    .hero-showcase {
        margin-right: 0;
        width: 100%;
    }

    .audience-panel {
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
        align-items: start;
    }
}

@media (max-width: 1139px) {
    .nav-toggle {
        display: inline-flex;
    }

    .hero-copy {
        order: 1;
    }

    .hero-showcase {
        order: 2;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.7rem);
        left: 1rem;
        right: 1rem;
        max-height: calc(100svh - var(--header-height) - 1.4rem);
        overflow-y: auto;
        padding: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        border-radius: 26px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: #05080b;
        backdrop-filter: blur(18px);
        box-shadow: var(--shadow-lg);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav > ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .site-nav .nav-link {
        flex: 1;
        min-height: auto;
        padding: 0.55rem 0;
    }

    .nav-link-row {
        width: 100%;
        justify-content: space-between;
    }

    .nav-submenu-toggle {
        display: inline-flex;
    }

    .site-nav .nav-link::after {
        bottom: 0.15rem;
    }

    .nav-submenu {
        display: none;
        position: static;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin: 0.1rem 0 0.45rem;
        padding: 0.15rem 0 0.15rem 0.75rem;
        border: 0;
        border-left: 1px solid rgba(113, 233, 255, 0.16);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .has-submenu.is-submenu-open .nav-submenu {
        display: grid;
    }

    .has-submenu:hover .nav-submenu,
    .has-submenu:focus-within .nav-submenu {
        transform: none;
    }

    .nav-submenu a {
        padding: 0.45rem 0.55rem;
        font-size: 0.8rem;
    }

    .nav-cta {
        width: 100%;
    }
}

@media (max-width: 699px) {
    :root {
        --container: min(100vw - 2rem, 100%);
        --header-height: 78px;
    }

    .brand-logo {
        width: min(56vw, 196px);
    }

    .brand-footer .brand-logo {
        width: min(78vw, 280px);
    }

    .hero {
        min-height: auto;
    }

    .hero-layout {
        min-height: auto;
        gap: 1.05rem;
        max-width: 100%;
        padding-top: clamp(1.25rem, 5vw, 2rem);
        padding-bottom: clamp(1.5rem, 6vw, 2.4rem);
    }

    .hero-copy {
        max-width: none;
        justify-self: stretch;
    }

    h1 {
        font-size: clamp(2.35rem, 2.85rem, 3.55rem);
    }

    .hero h1 {
        max-width: 11ch;
        font-size: clamp(2.05rem, 2.55rem, 3rem);
    }

    h2 {
        font-size: clamp(1.8rem, 2.15rem, 2.7rem);
    }

    .hero-lead {
        margin-top: 0.8rem;
        font-size: 1rem;
    }

    .hero-actions {
        margin-top: 1.15rem;
        gap: 0.8rem;
    }

    .hero-note {
        margin-top: 0.75rem;
        font-size: 0.96rem;
    }

    .hero-actions .button,
    .button-full {
        width: 100%;
    }

    .direct-difference-media {
        aspect-ratio: 16 / 11;
        border-radius: 22px;
    }

    .fact-card h2,
    .fact-card h3 {
        min-height: 0;
    }

    .hero-scanline {
        width: 50vw;
    }

    .hero-media::before {
        inset: -12% -18%;
        background:
            radial-gradient(circle at 50% 18%, rgba(17, 200, 216, 0.16) 0%, rgba(17, 200, 216, 0.08) 18%, transparent 34%),
            radial-gradient(circle at 84% 34%, rgba(96, 119, 154, 0.14) 0%, transparent 24%),
            radial-gradient(circle at 20% 70%, rgba(58, 103, 92, 0.12) 0%, transparent 28%);
    }

    .hero-media::after {
        opacity: 0.24;
    }

    .hero-overlay::before {
        top: 1.5rem;
        left: 50%;
        right: auto;
        width: min(86vw, 420px);
        height: min(86vw, 420px);
        transform: translateX(-50%);
        opacity: 0.34;
    }

    .hero-overlay::after {
        inset: 24% -10% auto auto;
        width: 48vw;
        height: 48vw;
        opacity: 0.24;
    }

    .hero-showcase-video {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
    }

    .hero-showcase-media {
        aspect-ratio: 16 / 10;
        min-height: 0;
        max-height: 270px;
    }

    .hero-showcase-link {
        padding: 0.85rem 0.9rem;
        font-size: 0.78rem;
        letter-spacing: 0.1em;
    }

    .technology-proof-block {
        padding: 1rem;
        border-radius: 24px;
    }

    .technology-proof-badge {
        top: 0.8rem;
        left: 0.8rem;
        min-height: 2.1rem;
        padding: 0.4rem 0.75rem;
        font-size: 0.66rem;
        letter-spacing: 0.14em;
    }

    .technology-proof-head h3 {
        max-width: 12ch;
    }

    .technology-proof-copy {
        gap: 0.8rem;
    }

    .technology-proof-note {
        padding-top: 0.75rem;
        font-size: 0.9rem;
    }

    .technology-highlight-item,
    .technology-inline-specs .spec-card {
        padding: 0.85rem 0.9rem;
    }

    .media-showcase-copy h2 {
        max-width: 100%;
        font-size: 2.1rem;
    }

    .media-showcase-primary,
    .media-showcase-side-card {
        border-radius: 24px;
    }

    .media-showcase-primary-media {
        border-radius: 24px 24px 0 0;
    }

    .media-showcase-primary-media,
    .media-showcase-primary-media img,
    .media-showcase-primary-media video {
        min-height: 300px;
    }

    .media-showcase-side-card img {
        height: 220px;
    }

    .media-showcase-primary-copy,
    .media-showcase-side-card div {
        padding: 1rem;
    }

    .subpage-hero-panel-media-card {
        padding: 0.55rem;
    }

    .subpage-hero-panel-media {
        min-height: 190px;
        border-radius: 20px;
    }

    .visual-rail-item,
    .visual-rail-item img {
        min-height: 320px;
    }

    .hero-showcase-label {
        top: 0.85rem;
        left: 0.85rem;
        right: 0.85rem;
        min-height: 2.65rem;
        padding-inline: 0.8rem;
        font-size: 0.7rem;
        letter-spacing: 0.18em;
    }

    .hero-showcase-link-copy {
        gap: 0.7rem;
    }

    .hero-showcase-link-icon {
        width: 2.05rem;
        height: 2.05rem;
    }

    .form-panel {
        padding: 1.2rem;
    }

    .form-section,
    .form-intro,
    .form-footer {
        padding: 1rem;
        border-radius: 22px;
    }

    .file-dropzone {
        min-height: 184px;
        padding: 1rem;
    }

    .measure-input {
        gap: 0.55rem;
        padding-right: 0.85rem;
    }

    .surface-card {
        min-height: 240px;
    }

    .portfolio-showcase-media {
        min-height: 240px;
    }

    .footer-cta-actions {
        width: 100%;
    }

    .footer-cta-actions .button {
        width: 100%;
    }

    .footer-cta-copy h2 {
        max-width: 100%;
        font-size: 2.05rem;
    }

    .footer-bottom-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-guide-card {
        min-height: 210px;
    }

    .home-proof-media,
    .home-proof-media video {
        min-height: 260px;
    }

    .home-project-media {
        min-height: 220px;
    }

    .home-project-meta {
        grid-template-columns: 1fr;
    }

    .home-contact-actions .button {
        width: 100%;
    }

    .subpage-hero,
    .case-hero {
        padding-top: 3.1rem;
    }

    .subpage-hero-copy h1,
    .case-hero-copy h1,
    .contact-page-section h1 {
        max-width: 100%;
        font-size: 2.55rem;
    }

    .short-answer-panel h2 {
        max-width: 100%;
        font-size: 2rem;
    }

    .subpage-hero-panel {
        min-height: 220px;
    }

    .process-intro {
        margin-bottom: 1.2rem;
    }

    .process-claim {
        padding-left: 0.9rem;
    }

    .process-claim h2 {
        max-width: 100%;
    }

    .process-claim-main {
        font-size: 2.3rem;
    }

    .process-claim-cta {
        width: 100%;
    }

    .process-claim-kicker,
    .process-claim-subline {
        font-size: 0.94rem;
    }

    .home-statement-heading {
        padding-left: 0.9rem;
    }

    .home-statement-heading h2 {
        max-width: 100%;
        font-size: 2.05rem;
    }

    .process-visual,
    .process-visual img {
        min-height: 235px;
    }

    .case-hero-media {
        min-height: 260px;
    }
}

@media (max-width: 359px) {
    .process-claim-main {
        font-size: 2.05rem;
    }

    .process-claim-kicker,
    .process-claim-subline {
        font-size: 0.84rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

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

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* Kontor og resepsjon inspiration page */
.office-page {
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.92), rgba(7, 10, 13, 0.98) 32%, rgba(8, 12, 16, 1));
}

.office-page h1,
.office-page h2,
.office-page h3 {
    hyphens: none;
}

.office-page h2 {
    max-width: 17ch;
}

.office-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: clamp(1.25rem, 2.1vw, 2rem) 0 clamp(1.35rem, 2.7vw, 2.4rem);
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 48%, rgba(4, 7, 10, 1) 100%);
}

.office-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.08), transparent 24%, transparent 72%, rgba(242, 211, 72, 0.06)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.03) 0 1px, transparent 1px 118px);
    opacity: 0.74;
    pointer-events: none;
}

.office-hero-layout {
    display: grid;
    gap: clamp(1.2rem, 3vw, 2.2rem);
    align-items: center;
}

.office-breadcrumbs {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(0.75rem, 1.4vw, 1.05rem);
}

.office-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.office-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-width: 0;
    color: rgba(245, 247, 250, 0.58);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.office-breadcrumbs li + li::before {
    content: "/";
    color: rgba(113, 233, 255, 0.46);
    font-weight: 800;
}

.office-breadcrumbs a {
    color: rgba(245, 247, 250, 0.68);
    transition: color var(--transition);
}

.office-breadcrumbs a:hover,
.office-breadcrumbs a:focus-visible {
    color: var(--cyan-bright);
}

.office-breadcrumbs [aria-current="page"] {
    color: var(--cyan-bright);
}

.office-hero-copy {
    display: grid;
    gap: 1.08rem;
    align-content: center;
}

.office-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 4.7vw, 4.8rem);
    line-height: 1;
}

.office-hero-lead {
    max-width: 62ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.office-hero-facts {
    display: grid;
    gap: 0.65rem;
    margin: 0.25rem 0 0;
}

.office-hero-facts div {
    display: grid;
    gap: 0.18rem;
    padding: 0.78rem 0;
    border-top: 1px solid rgba(113, 233, 255, 0.16);
}

.office-hero-facts dt,
.office-benefit-card span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.office-hero-facts dd {
    margin: 0;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.office-hero-media {
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.16);
    border-radius: 32px;
    background: rgba(4, 7, 10, 0.98);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.office-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
}

.office-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.office-hero-media figcaption {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 0.28rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: linear-gradient(180deg, transparent, rgba(4, 7, 10, 0.84) 24%, rgba(4, 7, 10, 0.96));
}

.office-hero-media figcaption span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.office-hero-media figcaption strong {
    max-width: 36ch;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.38rem);
    line-height: 1.08;
}

.office-benefit-section {
    padding: clamp(1.2rem, 2.8vw, 2.2rem) 0 clamp(2.5rem, 4vw, 3.8rem);
    background: linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

.office-benefit-grid,
.office-use-grid {
    display: grid;
    gap: 0.9rem;
}

.office-benefit-card,
.office-use-card,
.office-proof-panel,
.office-check-panel,
.office-related-links {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.office-benefit-card {
    display: grid;
    gap: 0.62rem;
    min-height: 212px;
    padding: clamp(1.05rem, 2vw, 1.35rem);
    border-radius: 24px;
}

.office-benefit-card::before,
.office-use-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

.office-benefit-card h3,
.office-use-card h3 {
    max-width: 15ch;
    font-size: clamp(1.12rem, 1.35rem, 1.55rem);
    line-height: 1.08;
}

.office-benefit-card p,
.office-use-card p,
.office-proof-copy p,
.office-check-copy p,
.office-seo-copy p {
    color: rgba(245, 247, 250, 0.8);
}

.office-proof-section {
    background: linear-gradient(180deg, rgba(7, 10, 13, 0.98), rgba(8, 12, 16, 1));
}

.office-proof-layout,
.office-check-layout,
.office-seo-layout {
    display: grid;
    gap: clamp(1rem, 2.6vw, 1.8rem);
    align-items: start;
}

.office-proof-copy,
.office-check-copy,
.office-seo-copy {
    display: grid;
    gap: 0.9rem;
}

.office-proof-panel {
    display: grid;
    gap: 1rem;
    padding: clamp(1.15rem, 2.5vw, 1.7rem);
    border-radius: 28px;
}

.office-process-section {
    background:
        linear-gradient(180deg, rgba(9, 13, 17, 1), rgba(5, 8, 12, 1));
}

.office-process-list {
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.office-process-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.95rem;
    align-items: start;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid rgba(113, 233, 255, 0.13);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
        rgba(7, 11, 15, 0.92);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.office-process-step > span {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 16px;
    background: rgba(113, 233, 255, 0.12);
    color: var(--cyan-bright);
    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
}

.office-process-step div {
    display: grid;
    gap: 0.48rem;
}

.office-process-step h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.34rem, 1.55rem);
}

.office-use-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.office-use-card {
    display: grid;
    gap: 0.78rem;
    align-content: start;
    min-height: 260px;
    padding: clamp(1.15rem, 2.5vw, 1.55rem);
    border-radius: 28px;
}

.office-use-card .portfolio-link {
    margin-top: auto;
}

.office-check-section {
    background:
        linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(13, 17, 21, 0.98));
}

.office-check-copy h2 {
    max-width: 13ch;
}

.office-check-panel {
    padding: clamp(1.05rem, 2.4vw, 1.45rem);
    border-radius: 28px;
}

.office-check-list {
    display: grid;
    gap: 0.78rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.office-check-list li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(245, 247, 250, 0.86);
}

.office-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.56rem;
    width: 0.72rem;
    height: 0.72rem;
    border: 2px solid var(--cyan-bright);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(113, 233, 255, 0.24);
}

.office-seo-section {
    background: linear-gradient(180deg, rgba(13, 17, 21, 0.98), rgba(7, 10, 13, 1));
}

.office-seo-copy h2 {
    max-width: 16ch;
}

.office-related-links {
    display: grid;
    gap: 0.72rem;
    padding: 0.85rem;
    border-radius: 26px;
}

.office-related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.35rem;
    padding: 0.82rem 0.9rem;
    border-radius: 18px;
    border: 1px solid rgba(113, 233, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    transition:
        border-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.office-related-links a:hover,
.office-related-links a:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.28);
    transform: translateY(-1px);
}

.office-faq-section .faq-layout {
    align-items: start;
}

@media (min-width: 700px) {
    .office-hero-facts,
    .office-benefit-grid,
    .office-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .office-check-layout,
    .office-seo-layout {
        grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    }

    .office-related-links {
        align-self: start;
    }
}

@media (min-width: 980px) {
    .office-hero {
        min-height: 0;
    }

    .office-hero-layout {
        grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    }

    .office-hero-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .office-hero-media,
    .office-hero-media img {
        min-height: min(58vw, 610px);
    }

    .office-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .office-proof-layout {
        grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.72fr);
        align-items: center;
    }

    .office-process-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .office-process-step {
        grid-template-columns: minmax(0, 1fr);
    }

    .office-use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .office-seo-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
        align-items: center;
    }
}

@media (max-width: 699px) {
    .office-hero {
        padding-top: 2.35rem;
    }

    .office-breadcrumbs {
        margin-bottom: 0.8rem;
    }

    .office-breadcrumbs ol {
        gap: 0.34rem;
    }

    .office-breadcrumbs li {
        gap: 0.34rem;
        font-size: 0.68rem;
    }

    .office-hero-layout {
        align-items: stretch;
    }

    .office-hero-copy {
        display: contents;
    }

    .office-hero-copy .eyebrow {
        order: 1;
    }

    .office-hero-copy h1 {
        order: 2;
    }

    .office-hero-lead {
        order: 3;
    }

    .office-hero-copy .hero-actions {
        order: 4;
    }

    .office-hero-media {
        order: 5;
    }

    .office-hero-facts {
        order: 6;
        width: 100%;
    }

    .office-hero-copy h1 {
        max-width: 100%;
        font-size: 2.55rem;
    }

    .office-page h2,
    .office-check-copy h2,
    .office-seo-copy h2 {
        max-width: 100%;
    }

    .office-hero-media,
    .office-hero-media img {
        min-height: 244px;
    }

    .office-hero-media figcaption strong {
        max-width: 25ch;
    }

    .office-benefit-card,
    .office-use-card {
        min-height: unset;
    }

    .office-process-step h3,
    .office-use-card h3,
    .office-benefit-card h3 {
        max-width: 100%;
    }
}

.footer-legal-link:is(button) {
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    align-items: center;
    justify-items: center;
    width: 100%;
    min-height: 100dvh;
    padding: clamp(0.75rem, 2vw, 1.6rem);
    background:
        radial-gradient(circle at 50% 46%, rgba(113, 233, 255, 0.12), transparent 42%),
        rgba(2, 5, 7, 0.78);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.cookie-consent[hidden] {
    display: none;
}

html.has-cookie-consent-open,
html.has-cookie-consent-open body {
    overflow: hidden;
}

.cookie-consent__panel {
    display: grid;
    gap: clamp(0.72rem, 1.4vw, 0.95rem);
    width: min(100%, 620px);
    max-height: min(680px, calc(100dvh - 2rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid rgba(113, 233, 255, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(113, 233, 255, 0.08), rgba(255, 255, 255, 0.024) 38%, rgba(17, 22, 28, 0.98)),
        rgba(7, 9, 11, 0.98);
    box-shadow:
        0 26px 80px rgba(0, 0, 0, 0.58),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
}

.cookie-consent.is-attention .cookie-consent__panel {
    animation: cookie-consent-nudge 360ms ease both;
}

.cookie-consent__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent__close {
    display: grid;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid rgba(113, 233, 255, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
    place-items: center;
    transition:
        border-color var(--transition),
        color var(--transition),
        background var(--transition);
}

.cookie-consent__close[hidden] {
    display: none;
}

.cookie-consent__close:hover,
.cookie-consent__close:focus-visible {
    border-color: rgba(113, 233, 255, 0.58);
    background: rgba(113, 233, 255, 0.08);
    color: var(--cyan-bright);
}

.cookie-consent__copy {
    display: grid;
    gap: 0.42rem;
}

.cookie-consent__copy h2 {
    max-width: none;
    font-size: 1.6rem;
    line-height: 1.08;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

.cookie-consent__copy p,
.cookie-consent__note {
    max-width: 58ch;
    color: rgba(245, 247, 250, 0.76);
    font-size: 0.9rem;
    line-height: 1.55;
}

.cookie-consent__choices {
    display: grid;
    gap: 0.55rem;
}

.cookie-consent__choice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.72rem;
    align-items: center;
    min-width: 0;
    padding: 0.72rem 0.78rem;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.028);
    cursor: pointer;
    transition:
        border-color var(--transition),
        background var(--transition);
}

.cookie-consent__choice input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--cyan-bright);
}

.cookie-consent__choice:hover,
.cookie-consent__choice:focus-within {
    border-color: rgba(113, 233, 255, 0.38);
    background: rgba(113, 233, 255, 0.05);
}

.cookie-consent__choice strong,
.cookie-consent__choice small {
    display: block;
}

.cookie-consent__choice strong {
    color: var(--text);
    font-size: 0.93rem;
    line-height: 1.3;
}

.cookie-consent__choice small {
    margin-top: 0.16rem;
    color: rgba(245, 247, 250, 0.65);
    font-size: 0.76rem;
    line-height: 1.38;
}

.cookie-consent__choice.is-locked {
    background: rgba(113, 233, 255, 0.052);
    cursor: default;
}

.cookie-consent__actions {
    position: sticky;
    bottom: calc(clamp(1rem, 2.2vw, 1.35rem) * -1);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0 calc(clamp(1rem, 2.2vw, 1.35rem) * -1) calc(clamp(1rem, 2.2vw, 1.35rem) * -1);
    padding: 0.78rem clamp(1rem, 2.2vw, 1.35rem) clamp(1rem, 2.2vw, 1.35rem);
    border-top: 1px solid rgba(113, 233, 255, 0.13);
    background:
        linear-gradient(180deg, rgba(8, 11, 14, 0.84), rgba(8, 11, 14, 0.98) 38%),
        rgba(8, 11, 14, 0.98);
}

.cookie-consent__actions .button {
    min-height: 2.65rem;
    padding-inline: 0.8rem;
    white-space: normal;
}

.cookie-consent__note {
    margin: 0;
    font-size: 0.82rem;
}

@keyframes cookie-consent-nudge {
    0%,
    100% {
        transform: translateX(0);
    }

    18% {
        transform: translateX(-8px);
    }

    36% {
        transform: translateX(7px);
    }

    54% {
        transform: translateX(-5px);
    }

    72% {
        transform: translateX(4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-consent.is-attention .cookie-consent__panel {
        animation: none;
        border-color: rgba(242, 211, 72, 0.5);
    }
}

@media (max-width: 760px) {
    .cookie-consent {
        align-items: center;
        padding: 0.6rem;
    }

    .cookie-consent__panel {
        width: 100%;
        max-height: calc(100dvh - 1.2rem);
        padding: 0.95rem;
    }

    .cookie-consent__actions {
        grid-template-columns: 1fr;
        margin: 0 -0.95rem -0.95rem;
        padding: 0.72rem 0.95rem 0.95rem;
    }

    .cookie-consent__actions .button {
        width: 100%;
    }

    .cookie-consent__copy h2 {
        max-width: 100%;
        font-size: 1.34rem;
    }
}

@media (max-height: 620px) {
    .cookie-consent {
        align-items: start;
        padding: 0.5rem;
    }

    .cookie-consent__panel {
        gap: 0.5rem;
        max-height: calc(100dvh - 1rem);
        padding: 0.7rem;
    }

    .cookie-consent__copy {
        gap: 0.28rem;
    }

    .cookie-consent__copy h2 {
        font-size: 1.22rem;
    }

    .cookie-consent__copy p,
    .cookie-consent__note {
        font-size: 0.78rem;
        line-height: 1.38;
    }

    .cookie-consent__choices {
        gap: 0.4rem;
    }

    .cookie-consent__choice {
        gap: 0.55rem;
        padding: 0.5rem 0.58rem;
    }

    .cookie-consent__choice strong {
        font-size: 0.86rem;
    }

    .cookie-consent__choice small {
        font-size: 0.7rem;
        line-height: 1.28;
    }

    .cookie-consent__actions {
        gap: 0.45rem;
        margin: 0 -0.7rem -0.7rem;
        padding: 0.55rem 0.7rem 0.7rem;
    }

    .cookie-consent__actions .button {
        min-height: 2.35rem;
    }
}

/* Gratis vurdering aligned with the restaurant/office inspiration system */
body.page-gratis-vurdering {
    --assessment-radius-xs: 4px;
    --assessment-radius-sm: 6px;
    --assessment-panel-bg: rgba(7, 13, 17, 0.72);
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.96), rgba(7, 10, 13, 0.99) 34%, rgba(8, 12, 16, 1));
}

body.page-gratis-vurdering h1,
body.page-gratis-vurdering h2,
body.page-gratis-vurdering h3 {
    hyphens: none;
}

body.page-gratis-vurdering .subpage-hero.compact-visual-hero {
    isolation: isolate;
    padding: clamp(1.15rem, 1.8vw, 1.7rem) 0 clamp(1.35rem, 2.4vw, 2.15rem);
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

body.page-gratis-vurdering .subpage-hero.compact-visual-hero::before {
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.085), transparent 25%, transparent 72%, rgba(242, 211, 72, 0.06)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.03) 0 1px, transparent 1px 118px);
    opacity: 0.72;
}

body.page-gratis-vurdering .subpage-hero-layout {
    width: min(1240px, calc(100vw - 2rem));
    gap: clamp(1.2rem, 3.2vw, 2.7rem);
    align-items: start;
}

body.page-gratis-vurdering .subpage-hero-copy {
    gap: 1.05rem;
}

body.page-gratis-vurdering .subpage-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 3.65vw, 4.25rem);
    line-height: 1;
}

body.page-gratis-vurdering .subpage-hero-copy > p:not(.eyebrow) {
    max-width: 58ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: clamp(1rem, 1.22vw, 1.16rem);
}

body.page-gratis-vurdering .subpage-hero-panel {
    position: relative;
    min-height: 0;
    padding: 0.72rem;
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        var(--assessment-panel-bg);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

body.page-gratis-vurdering .subpage-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
    pointer-events: none;
}

body.page-gratis-vurdering .subpage-hero-panel-media {
    aspect-ratio: 16 / 9;
    min-height: 310px;
    border-radius: var(--assessment-radius-sm);
}

body.page-gratis-vurdering .subpage-hero-panel-media::after {
    background: linear-gradient(180deg, rgba(4, 7, 10, 0.02) 42%, rgba(4, 7, 10, 0.36));
}

body.page-gratis-vurdering .subpage-hero-panel-media-card .subpage-hero-panel-copy {
    gap: 0.58rem;
    padding: 0.95rem 0.55rem 0.65rem;
}

body.page-gratis-vurdering .subpage-hero-panel strong {
    max-width: 14ch;
    font-size: clamp(1.45rem, 2.2vw, 2.2rem);
    line-height: 1.04;
}

body.page-gratis-vurdering .editorial-section,
body.page-gratis-vurdering .contact-page-section,
body.page-gratis-vurdering .media-showcase-section {
    background: linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

body.page-gratis-vurdering .editorial-section {
    padding: clamp(2.45rem, 4.5vw, 4.2rem) 0 clamp(2.45rem, 4.3vw, 4rem);
}

body.page-gratis-vurdering .editorial-section .section-heading {
    max-width: 820px;
    margin: 0 auto clamp(1.35rem, 3vw, 2.2rem);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

body.page-gratis-vurdering .editorial-section .section-heading h2,
body.page-gratis-vurdering .editorial-section .section-heading p {
    margin-right: auto;
    margin-left: auto;
}

body.page-gratis-vurdering .editorial-section .section-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.72rem, 2.55vw, 2.65rem);
    text-transform: none;
}

body.page-gratis-vurdering .editorial-section .section-heading::after,
body.page-gratis-vurdering .media-showcase-copy::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin-top: 0.75rem;
    background: var(--spectrum);
}

body.page-gratis-vurdering .editorial-section .section-heading::after {
    margin-right: auto;
    margin-left: auto;
}

body.page-gratis-vurdering .editorial-grid {
    gap: 0.95rem;
}

body.page-gratis-vurdering .editorial-card {
    position: relative;
    display: grid;
    gap: 0.62rem;
    min-height: 172px;
    padding: clamp(1.1rem, 2vw, 1.35rem);
    border-color: rgba(113, 233, 255, 0.14);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        var(--assessment-panel-bg);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.page-gratis-vurdering .editorial-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

body.page-gratis-vurdering .editorial-card h3 {
    max-width: 15ch;
    font-size: clamp(1.08rem, 1.22rem, 1.45rem);
    line-height: 1.08;
}

body.page-gratis-vurdering .editorial-card p {
    color: rgba(245, 247, 250, 0.8);
}

body.page-gratis-vurdering .contact-page-section {
    padding: clamp(2.6rem, 4.8vw, 4.7rem) 0;
}

body.page-gratis-vurdering .contact-page-section .contact-layout {
    position: relative;
    overflow: hidden;
    padding: clamp(1.15rem, 2.7vw, 1.9rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

body.page-gratis-vurdering .contact-page-section .contact-layout::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.42;
    pointer-events: none;
}

body.page-gratis-vurdering .contact-copy {
    max-width: none;
}

body.page-gratis-vurdering .contact-copy h2 {
    max-width: 12ch;
    font-size: clamp(1.45rem, 2.35vw, 2.25rem);
    line-height: 1.08;
    text-transform: none;
}

body.page-gratis-vurdering .contact-copy > p,
body.page-gratis-vurdering .contact-copy .text-list {
    max-width: 34rem;
}

body.page-gratis-vurdering .contact-checklist,
body.page-gratis-vurdering .contact-next-list article,
body.page-gratis-vurdering .contact-meta div {
    border-color: rgba(113, 233, 255, 0.12);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(255, 255, 255, 0.025);
}

body.page-gratis-vurdering .contact-meta span,
body.page-gratis-vurdering .contact-next-list span {
    letter-spacing: 0.08em !important;
}

body.page-gratis-vurdering .form-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.05rem, 2.2vw, 1.45rem);
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.04), transparent),
        rgba(5, 10, 13, 0.82);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

body.page-gratis-vurdering .form-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.38;
    pointer-events: none;
}

body.page-gratis-vurdering .form-head h3 {
    max-width: 18ch;
    font-size: clamp(1.28rem, 1.7vw, 1.85rem);
}

body.page-gratis-vurdering .form-intro,
body.page-gratis-vurdering .form-section,
body.page-gratis-vurdering .form-footer {
    border-color: rgba(113, 233, 255, 0.11);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(255, 255, 255, 0.022);
}

body.page-gratis-vurdering .lead-form input,
body.page-gratis-vurdering .lead-form textarea,
body.page-gratis-vurdering .lead-form select,
body.page-gratis-vurdering .measure-input,
body.page-gratis-vurdering .file-dropzone,
body.page-gratis-vurdering .consent-field {
    border-radius: var(--assessment-radius-xs);
}

body.page-gratis-vurdering .lead-form input,
body.page-gratis-vurdering .lead-form textarea,
body.page-gratis-vurdering .lead-form select,
body.page-gratis-vurdering .measure-input {
    background: rgba(255, 255, 255, 0.035);
}

body.page-gratis-vurdering .file-dropzone {
    min-height: 178px;
    border-color: rgba(113, 233, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.05), rgba(255, 255, 255, 0.02));
}

body.page-gratis-vurdering .file-dropzone::before {
    border-radius: var(--assessment-radius-xs);
}

body.page-gratis-vurdering .form-trust li::before {
    border-radius: var(--assessment-radius-xs);
}

body.page-gratis-vurdering .media-showcase-section {
    padding-top: clamp(2.6rem, 4.8vw, 4.7rem);
    background: linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(7, 10, 13, 1));
}

body.page-gratis-vurdering .media-showcase-copy h2 {
    max-width: 16ch;
    font-size: clamp(1.65rem, 2.45vw, 2.55rem);
    line-height: 1.08;
    text-transform: none;
}

body.page-gratis-vurdering .media-showcase-copy p {
    color: rgba(245, 247, 250, 0.78);
}

body.page-gratis-vurdering .media-showcase-primary,
body.page-gratis-vurdering .media-showcase-side-card {
    border-color: rgba(113, 233, 255, 0.14);
    border-radius: var(--assessment-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        var(--assessment-panel-bg);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.page-gratis-vurdering .media-showcase-primary-media {
    border-radius: var(--assessment-radius-sm) var(--assessment-radius-sm) 0 0;
}

body.page-gratis-vurdering .media-showcase-primary-media span {
    border-radius: var(--assessment-radius-xs);
}

body.page-gratis-vurdering .media-showcase-side-card img {
    border-radius: var(--assessment-radius-sm) var(--assessment-radius-sm) 0 0;
}

@media (min-width: 980px) {
    body.page-gratis-vurdering .subpage-hero-layout {
        grid-template-columns: minmax(0, 0.76fr) minmax(440px, 1fr);
    }
}

@media (max-width: 979px) {
    body.page-gratis-vurdering .contact-page-section .contact-layout {
        padding: 1rem;
    }

    body.page-gratis-vurdering .contact-copy h2,
    body.page-gratis-vurdering .media-showcase-copy h2 {
        max-width: 100%;
    }
}

@media (max-width: 699px) {
    body.page-gratis-vurdering .subpage-hero.compact-visual-hero {
        padding-top: 2.2rem;
    }

    body.page-gratis-vurdering .subpage-hero-copy h1 {
        max-width: 100%;
        font-size: 2.55rem;
    }

    body.page-gratis-vurdering .subpage-hero-panel {
        padding: 0.55rem;
    }

    body.page-gratis-vurdering .subpage-hero-panel-media,
    body.page-gratis-vurdering .subpage-hero-panel-media img {
        min-height: 0;
    }

    body.page-gratis-vurdering .subpage-hero-panel-media {
        aspect-ratio: 4 / 3;
    }

    body.page-gratis-vurdering .editorial-section .section-heading,
    body.page-gratis-vurdering .editorial-section .section-heading h2,
    body.page-gratis-vurdering .editorial-section .section-heading p,
    body.page-gratis-vurdering .editorial-section .section-heading::after {
        margin-left: 0;
        text-align: left;
    }

    body.page-gratis-vurdering .editorial-section .section-heading::after,
    body.page-gratis-vurdering .media-showcase-copy::after {
        margin-right: 0;
    }

    body.page-gratis-vurdering .editorial-card {
        min-height: unset;
    }

    body.page-gratis-vurdering .form-panel {
        padding: 1rem;
    }
}

/* Om oss page aligned with the inspiration page system */
.about-page {
    --about-radius-xs: 4px;
    --about-radius-sm: 6px;
    --about-panel-bg: rgba(7, 13, 17, 0.72);
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.96), rgba(7, 10, 13, 0.99) 34%, rgba(8, 12, 16, 1));
}

.about-page h1,
.about-page h2,
.about-page h3 {
    hyphens: none;
}

.about-page h2 {
    max-width: 18ch;
}

.about-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: clamp(1.15rem, 1.8vw, 1.7rem) 0 clamp(1.35rem, 2.4vw, 2.15rem);
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.085), transparent 25%, transparent 72%, rgba(242, 211, 72, 0.06)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.03) 0 1px, transparent 1px 118px);
    opacity: 0.72;
    pointer-events: none;
}

.about-hero-layout {
    display: grid;
    gap: clamp(1.2rem, 3.2vw, 2.7rem);
    align-items: center;
}

.about-hero-copy {
    display: grid;
    gap: 1.05rem;
    align-content: center;
    min-width: 0;
}

.about-hero .site-breadcrumbs {
    margin-bottom: 0.15rem;
}

.about-hero-copy h1 {
    max-width: min(100%, 12ch);
    font-size: clamp(2.25rem, 3.65vw, 4.25rem);
    line-height: 1;
    overflow-wrap: break-word;
    text-wrap: balance;
}

.about-hero-lead {
    max-width: 63ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: clamp(1rem, 1.22vw, 1.16rem);
}

.about-hero-media {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, max-content);
    min-width: 0;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.16);
    border-radius: var(--about-radius-sm);
    background: rgba(4, 7, 10, 0.98);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.about-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
}

.about-hero-media img {
    width: 100%;
    height: clamp(300px, 34vw, 430px);
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.about-hero-media figcaption {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 0.28rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border-top: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(90deg, rgba(17, 200, 216, 0.1), transparent 46%, rgba(242, 211, 72, 0.06)),
        rgba(4, 7, 10, 0.96);
}

.about-hero-media figcaption span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.about-hero-media figcaption strong {
    max-width: 54ch;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 1.24vw, 1.24rem);
    line-height: 1.16;
}

.about-hero .button,
.about-cta-actions .button {
    min-height: 2.85rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: var(--about-radius-xs);
    font-size: 0.84rem;
    letter-spacing: 0 !important;
    text-transform: none;
}

.about-proof-strip {
    display: grid;
    gap: 0;
    margin-top: clamp(1.4rem, 2.5vw, 2rem);
    padding-top: clamp(1.2rem, 2vw, 1.55rem);
    border-top: 1px solid rgba(113, 233, 255, 0.12);
}

.about-proof-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.85rem clamp(0.75rem, 1.8vw, 1.25rem);
    border-left: 1px solid rgba(113, 233, 255, 0.14);
}

.about-proof-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.about-proof-icon,
.about-card-icon,
.about-process-icon {
    display: grid;
    place-items: center;
    color: var(--cyan-bright);
}

.about-proof-icon {
    width: 2.85rem;
    height: 2.85rem;
}

.about-card-icon {
    width: 3.85rem;
    height: 3.85rem;
}

.about-process-icon {
    width: 2.55rem;
    height: 2.55rem;
}

.about-proof-icon svg,
.about-card-icon svg,
.about-process-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-card-icon svg {
    stroke-width: 1.45;
}

.about-proof-item h2 {
    max-width: 19ch;
    font-size: 0.98rem;
    line-height: 1.18;
}

.about-proof-item p {
    margin-top: 0.22rem;
    color: rgba(245, 247, 250, 0.64);
    font-size: 0.86rem;
    line-height: 1.42;
}

.about-story-section {
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

.about-story-layout {
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 1.9rem);
    align-items: center;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: var(--about-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.about-story-copy.home-statement-heading {
    max-width: 760px;
    padding-left: 0;
    border-left: 0;
}

.about-story-copy.home-statement-heading h2 {
    max-width: 20ch;
    font-size: clamp(1.65rem, 2.35vw, 2.35rem);
    text-transform: none;
}

.about-story-copy p,
.about-story-panel p,
.about-principle-card p,
.about-process-copy p,
.about-process-step p,
.about-check-panel p,
.about-use-heading p,
.about-use-card p,
.about-seo-copy p,
.about-cta-copy p {
    color: rgba(245, 247, 250, 0.8);
}

.about-story-panel {
    display: grid;
    gap: 0.75rem;
}

.about-story-panel article {
    display: grid;
    gap: 0.28rem;
    padding: 0.95rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: var(--about-radius-xs);
    background: rgba(255, 255, 255, 0.025);
}

.about-story-panel span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
}

.about-story-panel strong {
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.05rem, 1.28vw, 1.28rem);
    line-height: 1.1;
}

.about-story-panel p {
    margin: 0;
    font-size: 0.9rem;
}

.about-principle-section {
    padding: clamp(2.45rem, 4.5vw, 4.2rem) 0 clamp(2.45rem, 4.3vw, 4rem);
    background: linear-gradient(180deg, rgba(7, 10, 13, 0.98), rgba(5, 8, 12, 1));
}

.about-principle-section .section-heading {
    max-width: 850px;
    margin: 0 auto clamp(1.35rem, 3vw, 2.2rem);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.about-principle-section .section-heading h2,
.about-principle-section .section-heading p {
    margin-right: auto;
    margin-left: auto;
}

.about-principle-section .section-heading h2 {
    max-width: 24ch;
    font-size: clamp(1.72rem, 2.55vw, 2.65rem);
    text-transform: none;
}

.about-principle-grid {
    display: grid;
    gap: 0.95rem;
}

.about-principle-card,
.about-check-panel,
.about-use-card,
.about-related-links,
.about-cta-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        var(--about-panel-bg);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.about-principle-card {
    display: grid;
    gap: 0.72rem;
    place-items: center;
    min-height: 245px;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border-radius: var(--about-radius-sm);
    text-align: center;
}

.about-principle-card::before,
.about-use-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

.about-principle-card h3,
.about-use-card h3 {
    max-width: 16ch;
    font-size: clamp(1.08rem, 1.22rem, 1.45rem);
    line-height: 1.08;
}

.about-process-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.about-process-layout {
    display: grid;
    gap: clamp(1.25rem, 2.4vw, 1.9rem);
}

.about-process-copy.home-statement-heading {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.about-process-copy.home-statement-heading h2,
.about-process-copy.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.about-process-copy.home-statement-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.65rem, 2.35vw, 2.35rem);
    text-transform: none;
}

.about-process-copy.home-statement-heading::after,
.about-principle-section .section-heading::after,
.about-faq-section .section-heading::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin: 0.75rem auto 0;
    background: var(--spectrum);
}

.about-process-list {
    display: grid;
    gap: clamp(1rem, 3vw, 2.25rem);
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-process-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    align-items: start;
    padding: 0.25rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-process-step > span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

.about-process-step > .about-process-icon {
    width: 2.55rem;
    height: 2.55rem;
    justify-self: start;
}

.about-process-number {
    display: block;
    justify-self: start;
    width: auto;
    height: auto;
    color: var(--cyan-bright);
    font-family: "Montserrat", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
}

.about-process-step div {
    display: grid;
    gap: 0.48rem;
}

.about-process-step h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.34rem, 1.55rem);
}

.about-practical-section {
    background:
        linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(7, 10, 13, 1));
}

.about-practical-layout,
.about-seo-layout {
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 1.9rem);
    align-items: start;
}

.about-practical-layout {
    padding: clamp(1.15rem, 2.7vw, 1.9rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: var(--about-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.about-check-panel {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.about-check-panel h2 {
    max-width: 20ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.about-check-list {
    display: grid;
    gap: 0.78rem;
    padding: 0;
    margin: 0.25rem 0 0;
    list-style: none;
}

.about-check-list li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(245, 247, 250, 0.86);
}

.about-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 0.7rem;
    height: 0.38rem;
    border: 0;
    border-bottom: 2px solid var(--cyan-bright);
    border-left: 2px solid var(--cyan-bright);
    transform: rotate(-45deg);
}

.about-use-block {
    display: grid;
    gap: 1rem;
}

.about-use-heading {
    display: grid;
    gap: 0.62rem;
}

.about-use-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.about-use-grid {
    display: grid;
    gap: 0.9rem;
}

.about-use-card {
    display: grid;
    align-content: stretch;
    min-height: 100%;
    padding: 0;
    border-radius: var(--about-radius-sm);
}

.about-use-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.04);
}

.about-use-card div {
    display: grid;
    gap: 0.55rem;
    padding: clamp(1rem, 2vw, 1.2rem);
}

.about-use-card .portfolio-link {
    align-self: end;
}

.about-seo-section {
    background: linear-gradient(180deg, rgba(7, 10, 13, 1), rgba(8, 12, 16, 1));
}

.about-seo-layout {
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(113, 233, 255, 0.13);
    border-radius: var(--about-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.about-seo-copy {
    display: grid;
    gap: 0.9rem;
}

.about-seo-copy h2 {
    max-width: 16ch;
}

.about-related-links {
    display: grid;
    gap: 0.72rem;
    padding: 0.85rem;
    border-radius: var(--about-radius-sm);
}

.about-related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.35rem;
    padding: 0.82rem 0.9rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: var(--about-radius-xs);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    transition:
        border-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.about-related-links a:hover,
.about-related-links a:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.28);
    transform: translateY(-1px);
}

.about-faq-section {
    background: linear-gradient(180deg, rgba(8, 12, 16, 1), rgba(8, 12, 16, 1));
}

.about-faq-section .faq-layout {
    align-items: start;
}

.about-faq-section .section-heading.home-statement-heading {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.about-faq-section .section-heading.home-statement-heading h2,
.about-faq-section .section-heading.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.about-faq-section .section-heading.home-statement-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.65rem, 2.45vw, 2.55rem);
    text-transform: none;
}

.about-faq-section .faq-item {
    border-radius: var(--about-radius-xs);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.66);
    box-shadow: none;
}

.about-faq-section .faq-item summary {
    min-height: 2.75rem;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.about-cta-section {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(8, 12, 16, 1), rgba(5, 8, 12, 1));
}

.about-cta-panel {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--about-radius-sm);
}

.about-cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.42;
}

.about-cta-copy {
    display: grid;
    gap: 0.7rem;
}

.about-cta-copy h2 {
    max-width: 19ch;
}

.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (min-width: 700px) {
    .about-principle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-proof-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .about-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-story-layout {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
    }

    .about-seo-layout {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
        align-items: center;
    }

    .about-cta-panel {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .about-cta-actions {
        justify-content: flex-end;
    }
}

@media (min-width: 980px) {
    .about-hero-layout {
        grid-template-columns: minmax(410px, 0.82fr) minmax(0, 1.18fr);
        align-items: start;
    }

    .about-hero .hero-actions {
        flex-wrap: nowrap;
    }

    .about-proof-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-proof-item:nth-child(odd) {
        border-left: 1px solid rgba(113, 233, 255, 0.14);
        padding-left: clamp(0.75rem, 1.8vw, 1.25rem);
    }

    .about-proof-item:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .about-hero-media,
    .about-hero-media img {
        min-height: 0;
    }

    .about-principle-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-process-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 1.18rem;
        left: 3.2rem;
        width: clamp(2rem, 3vw, 2.8rem);
        height: 0.66rem;
        border: 0;
        background: linear-gradient(90deg, rgba(113, 233, 255, 0.94), rgba(242, 211, 72, 0.88));
        clip-path: polygon(0 42%, calc(100% - 0.58rem) 42%, calc(100% - 0.58rem) 8%, 100% 50%, calc(100% - 0.58rem) 92%, calc(100% - 0.58rem) 58%, 0 58%);
        filter: drop-shadow(0 0 10px rgba(113, 233, 255, 0.22));
        opacity: 0.9;
        pointer-events: none;
    }

    .about-practical-layout {
        grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
        align-items: center;
    }

    .about-use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-use-block {
        padding-left: clamp(1.2rem, 2.2vw, 1.8rem);
        border-left: 1px solid rgba(113, 233, 255, 0.16);
    }
}

@media (min-width: 980px) and (max-width: 1079px) {
    .about-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-hero-copy,
    .about-hero-media {
        max-width: 760px;
    }
}

@media (max-width: 699px) {
    .about-hero {
        padding-top: 2.35rem;
    }

    .about-hero-layout {
        align-items: stretch;
    }

    .about-hero-copy {
        display: contents;
    }

    .about-hero .site-breadcrumbs {
        order: 1;
        margin-bottom: 0.7rem;
    }

    .about-hero-copy h1 {
        order: 2;
        max-width: 100%;
        font-size: 2.05rem;
    }

    .about-hero-lead {
        order: 3;
    }

    .about-hero-copy .hero-actions {
        order: 4;
    }

    .about-hero-media {
        order: 5;
    }

    .about-hero-copy .hero-actions,
    .about-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-hero-copy .button,
    .about-cta-actions .button {
        width: 100%;
        justify-content: center;
    }

    .about-page h2,
    .about-story-copy.home-statement-heading h2,
    .about-check-panel h2,
    .about-use-heading h2,
    .about-seo-copy h2,
    .about-cta-copy h2 {
        max-width: 100%;
    }

    .about-hero-media,
    .about-hero-media img {
        min-height: 0;
    }

    .about-hero-media img {
        height: clamp(218px, 58vw, 280px);
        aspect-ratio: 16 / 10;
    }

    .about-hero-media figcaption {
        padding: 0.9rem 0.95rem 1rem;
    }

    .about-proof-strip {
        gap: 0.65rem;
    }

    .about-proof-item,
    .about-proof-item:first-child {
        padding: 0.85rem 0;
        border-top: 1px solid rgba(113, 233, 255, 0.12);
        border-left: 0;
    }

    .about-proof-item:first-child {
        border-top: 0;
    }

    .about-hero-media figcaption strong {
        max-width: 100%;
        font-size: 0.98rem;
        line-height: 1.14;
    }

    .about-principle-section .section-heading {
        text-align: left;
    }

    .about-principle-section .section-heading h2,
    .about-principle-section .section-heading p,
    .about-process-copy.home-statement-heading h2,
    .about-process-copy.home-statement-heading p,
    .about-faq-section .section-heading.home-statement-heading h2,
    .about-faq-section .section-heading.home-statement-heading p {
        margin-left: 0;
    }

    .about-principle-card {
        min-height: unset;
    }

    .about-process-copy.home-statement-heading,
    .about-faq-section .section-heading.home-statement-heading {
        text-align: left;
    }

    .about-process-copy.home-statement-heading::after,
    .about-principle-section .section-heading::after,
    .about-faq-section .section-heading::after {
        margin-left: 0;
    }

    .about-process-step h3,
    .about-use-card h3,
    .about-principle-card h3 {
        max-width: 100%;
    }
}

@media (max-width: 699px) {
    .clinic-hero-media img {
        object-position: left center;
    }
}

/* Veggdekor restaurant inspiration page */
.restaurant-page {
    --restaurant-radius-xs: 4px;
    --restaurant-radius-sm: 6px;
    --restaurant-radius-md: 8px;
    --restaurant-panel-bg: rgba(7, 13, 17, 0.72);
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.96), rgba(7, 10, 13, 0.99) 34%, rgba(8, 12, 16, 1));
}

.restaurant-page h1,
.restaurant-page h2,
.restaurant-page h3 {
    hyphens: none;
}

.restaurant-page h2 {
    max-width: 18ch;
}

.restaurant-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: clamp(1.15rem, 1.8vw, 1.7rem) 0 clamp(1.35rem, 2.4vw, 2.15rem);
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

.restaurant-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.085), transparent 25%, transparent 72%, rgba(242, 211, 72, 0.06)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.03) 0 1px, transparent 1px 118px);
    opacity: 0.72;
    pointer-events: none;
}

.restaurant-hero-layout {
    display: grid;
    gap: clamp(1.2rem, 3.2vw, 2.7rem);
    align-items: center;
}

.restaurant-hero-copy {
    display: grid;
    gap: 1.05rem;
    align-content: center;
}

.restaurant-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    align-items: center;
    padding: 0;
    margin: 0 0 0.15rem;
    list-style: none;
}

.restaurant-breadcrumbs li {
    display: flex;
    gap: 0.42rem;
    align-items: center;
    color: rgba(245, 247, 250, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
}

.restaurant-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: rgba(113, 233, 255, 0.36);
}

.restaurant-breadcrumbs a {
    transition: color var(--transition);
}

.restaurant-breadcrumbs a:hover,
.restaurant-breadcrumbs a:focus-visible,
.restaurant-breadcrumbs [aria-current="page"] {
    color: var(--cyan-bright);
}

.restaurant-hero-copy h1 {
    max-width: 16ch;
    font-size: clamp(2.25rem, 3.65vw, 4.25rem);
    line-height: 1;
}

.restaurant-hero-lead {
    max-width: 62ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: clamp(1rem, 1.22vw, 1.16rem);
}

.restaurant-hero-media {
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.16);
    border-radius: var(--restaurant-radius-sm);
    background: rgba(4, 7, 10, 0.98);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.restaurant-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
}

.restaurant-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.restaurant-hero-media figcaption {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 0.28rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: linear-gradient(180deg, transparent, rgba(4, 7, 10, 0.84) 24%, rgba(4, 7, 10, 0.96));
}

.restaurant-hero-media figcaption span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.restaurant-hero-media figcaption strong {
    max-width: 40ch;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.38rem);
    line-height: 1.08;
}

.restaurant-hero .button,
.restaurant-cta-actions .button {
    min-height: 2.85rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: var(--restaurant-radius-xs);
    font-size: 0.84rem;
    letter-spacing: 0 !important;
    text-transform: none;
}

.restaurant-proof-strip {
    display: grid;
    gap: 0;
    margin-top: clamp(1.4rem, 2.5vw, 2rem);
    padding-top: clamp(1.2rem, 2vw, 1.55rem);
    border-top: 1px solid rgba(113, 233, 255, 0.12);
}

.restaurant-proof-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.85rem clamp(0.75rem, 1.8vw, 1.25rem);
    border-left: 1px solid rgba(113, 233, 255, 0.14);
}

.restaurant-proof-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.restaurant-proof-icon {
    display: grid;
    place-items: center;
    width: 2.85rem;
    height: 2.85rem;
    color: var(--cyan-bright);
}

.restaurant-proof-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.restaurant-proof-item h2 {
    max-width: 19ch;
    font-size: 0.98rem;
    line-height: 1.18;
}

.restaurant-proof-item p {
    margin-top: 0.22rem;
    color: rgba(245, 247, 250, 0.64);
    font-size: 0.86rem;
    line-height: 1.42;
}

.restaurant-benefit-section {
    padding: clamp(2.45rem, 4.5vw, 4.2rem) 0 clamp(2.45rem, 4.3vw, 4rem);
    background: linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

.restaurant-benefit-section .section-heading {
    max-width: 820px;
    margin: 0 auto clamp(1.35rem, 3vw, 2.2rem);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.restaurant-benefit-section .section-heading h2,
.restaurant-benefit-section .section-heading p {
    margin-right: auto;
    margin-left: auto;
}

.restaurant-benefit-section .section-heading h2 {
    max-width: 24ch;
    font-size: clamp(1.72rem, 2.55vw, 2.65rem);
    text-transform: none;
}

.restaurant-benefit-grid {
    display: grid;
    gap: 0.95rem;
}

.restaurant-benefit-card,
.restaurant-check-panel,
.restaurant-use-card,
.restaurant-related-links,
.restaurant-cta-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        var(--restaurant-panel-bg);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.restaurant-benefit-card {
    display: grid;
    gap: 0.72rem;
    place-items: center;
    min-height: 220px;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border-radius: var(--restaurant-radius-sm);
    text-align: center;
}

.restaurant-benefit-card::before,
.restaurant-use-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

.restaurant-card-icon {
    display: grid;
    place-items: center;
    width: 3.85rem;
    height: 3.85rem;
    color: var(--cyan-bright);
}

.restaurant-card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.restaurant-benefit-card h3,
.restaurant-use-card h3 {
    max-width: 15ch;
    font-size: clamp(1.08rem, 1.22rem, 1.45rem);
    line-height: 1.08;
}

.restaurant-benefit-card p:not(.panel-label),
.restaurant-process-copy p,
.restaurant-process-step p,
.restaurant-check-panel p,
.restaurant-use-heading p,
.restaurant-use-card p,
.restaurant-seo-copy p,
.restaurant-cta-copy p {
    color: rgba(245, 247, 250, 0.8);
}

.restaurant-process-section {
    background:
        linear-gradient(180deg, rgba(7, 10, 13, 0.98), rgba(5, 8, 12, 1));
}

.restaurant-process-layout {
    display: grid;
    gap: clamp(1.25rem, 2.4vw, 1.9rem);
}

.restaurant-process-copy.home-statement-heading {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.restaurant-process-copy.home-statement-heading h2,
.restaurant-process-copy.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.restaurant-process-copy.home-statement-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.65rem, 2.35vw, 2.35rem);
    text-transform: none;
}

.restaurant-process-copy.home-statement-heading::after,
.restaurant-benefit-section .section-heading::after,
.restaurant-faq-section .section-heading::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin: 0.75rem auto 0;
    background: var(--spectrum);
}

.restaurant-process-list {
    display: grid;
    gap: clamp(1rem, 3vw, 2.25rem);
    padding: 0;
    margin: 0;
    list-style: none;
}

.restaurant-process-step {
    position: relative;
    display: grid;
    gap: 0.5rem;
    align-items: start;
    padding: 0.25rem 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.restaurant-process-icon {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    color: var(--cyan-bright);
}

.restaurant-process-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.restaurant-process-number {
    color: var(--cyan-bright);
    font-family: "Montserrat", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
}

.restaurant-process-step div {
    display: grid;
    gap: 0.48rem;
}

.restaurant-process-step h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.34rem, 1.55rem);
}

.restaurant-practical-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.restaurant-practical-layout,
.restaurant-seo-layout {
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 1.9rem);
    align-items: start;
}

.restaurant-practical-layout {
    padding: clamp(1.15rem, 2.7vw, 1.9rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: var(--restaurant-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.restaurant-check-panel {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.restaurant-check-panel h2 {
    max-width: 20ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.restaurant-check-list {
    display: grid;
    gap: 0.78rem;
    padding: 0;
    margin: 0.25rem 0 0;
    list-style: none;
}

.restaurant-check-list li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(245, 247, 250, 0.86);
}

.restaurant-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 0.7rem;
    height: 0.38rem;
    border-bottom: 2px solid var(--cyan-bright);
    border-left: 2px solid var(--cyan-bright);
    transform: rotate(-45deg);
}

.restaurant-use-block {
    display: grid;
    gap: 1rem;
}

.restaurant-use-heading {
    display: grid;
    gap: 0.62rem;
}

.restaurant-use-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.restaurant-use-grid {
    display: grid;
    gap: 0.9rem;
}

.restaurant-use-card {
    display: grid;
    min-height: 100%;
    border-radius: var(--restaurant-radius-sm);
}

.restaurant-use-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.04);
}

.restaurant-use-card div {
    display: grid;
    gap: 0.55rem;
    padding: clamp(1rem, 2vw, 1.2rem);
}

.restaurant-seo-section {
    background: linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(7, 10, 13, 1));
}

.restaurant-seo-layout {
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(113, 233, 255, 0.13);
    border-radius: var(--restaurant-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.restaurant-seo-copy {
    display: grid;
    gap: 0.9rem;
}

.restaurant-seo-copy h2 {
    max-width: 16ch;
}

.restaurant-related-links {
    display: grid;
    gap: 0.72rem;
    padding: 0.85rem;
    border-radius: var(--restaurant-radius-sm);
}

.restaurant-related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.35rem;
    padding: 0.82rem 0.9rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: var(--restaurant-radius-xs);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    transition:
        border-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.restaurant-related-links a:hover,
.restaurant-related-links a:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.28);
    transform: translateY(-1px);
}

.restaurant-faq-section {
    background: linear-gradient(180deg, rgba(7, 10, 13, 1), rgba(8, 12, 16, 1));
}

.restaurant-faq-section .faq-layout {
    align-items: start;
}

.restaurant-faq-section .section-heading.home-statement-heading {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.restaurant-faq-section .section-heading.home-statement-heading h2,
.restaurant-faq-section .section-heading.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.restaurant-faq-section .section-heading.home-statement-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.65rem, 2.45vw, 2.55rem);
    text-transform: none;
}

.restaurant-faq-section .faq-item {
    border-radius: var(--restaurant-radius-xs);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.66);
    box-shadow: none;
}

.restaurant-faq-section .faq-item summary {
    min-height: 2.75rem;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.restaurant-cta-section {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(8, 12, 16, 1), rgba(5, 8, 12, 1));
}

.restaurant-cta-panel {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--restaurant-radius-sm);
}

.restaurant-cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.42;
}

.restaurant-cta-copy {
    display: grid;
    gap: 0.7rem;
}

.restaurant-cta-copy h2 {
    max-width: 18ch;
}

.restaurant-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (min-width: 700px) {
    .restaurant-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .restaurant-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .restaurant-proof-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .restaurant-use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .restaurant-seo-layout {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
        align-items: center;
    }

    .restaurant-cta-panel {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .restaurant-cta-actions {
        justify-content: flex-end;
    }
}

@media (min-width: 980px) {
    .restaurant-hero-layout {
        grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
        align-items: start;
    }

    .restaurant-hero .hero-actions {
        flex-wrap: nowrap;
    }

    .restaurant-proof-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .restaurant-proof-item:nth-child(odd) {
        border-left: 1px solid rgba(113, 233, 255, 0.14);
        padding-left: clamp(0.75rem, 1.8vw, 1.25rem);
    }

    .restaurant-proof-item:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .restaurant-hero-media,
    .restaurant-hero-media img {
        min-height: min(37vw, 460px);
    }

    .restaurant-hero-media {
        align-self: start;
    }

    .restaurant-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .restaurant-process-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .restaurant-process-step {
        grid-template-columns: minmax(0, 1fr);
    }

    .restaurant-process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 1.18rem;
        left: 3.2rem;
        width: clamp(2rem, 3vw, 2.8rem);
        height: 0.66rem;
        border: 0;
        background: linear-gradient(90deg, rgba(113, 233, 255, 0.94), rgba(242, 211, 72, 0.88));
        clip-path: polygon(0 42%, calc(100% - 0.58rem) 42%, calc(100% - 0.58rem) 8%, 100% 50%, calc(100% - 0.58rem) 92%, calc(100% - 0.58rem) 58%, 0 58%);
        filter: drop-shadow(0 0 10px rgba(113, 233, 255, 0.22));
        opacity: 0.9;
        pointer-events: none;
    }

    .restaurant-practical-layout {
        grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
        align-items: center;
    }

    .restaurant-use-block {
        padding-left: clamp(1.2rem, 2.2vw, 1.8rem);
        border-left: 1px solid rgba(113, 233, 255, 0.16);
    }
}

@media (max-width: 699px) {
    .restaurant-hero {
        padding-top: 2.35rem;
    }

    .restaurant-hero-layout {
        align-items: stretch;
    }

    .restaurant-hero-copy {
        display: contents;
    }

    .restaurant-breadcrumbs {
        order: 1;
        margin-bottom: 0.7rem;
    }

    .restaurant-hero-copy h1 {
        order: 2;
    }

    .restaurant-hero-lead {
        order: 3;
    }

    .restaurant-hero-copy .hero-actions {
        order: 4;
    }

    .restaurant-hero-media {
        order: 5;
    }

    .restaurant-hero-copy h1 {
        max-width: 100%;
        font-size: 2.42rem;
    }

    .restaurant-hero-copy .hero-actions,
    .restaurant-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .restaurant-hero-copy .button,
    .restaurant-cta-actions .button {
        width: 100%;
        justify-content: center;
    }

    .restaurant-page h2,
    .restaurant-check-panel h2,
    .restaurant-use-heading h2,
    .restaurant-seo-copy h2,
    .restaurant-cta-copy h2 {
        max-width: 100%;
    }

    .restaurant-hero-media,
    .restaurant-hero-media img {
        min-height: 244px;
    }

    .restaurant-proof-strip {
        gap: 0.65rem;
    }

    .restaurant-proof-item,
    .restaurant-proof-item:first-child {
        padding: 0.85rem 0;
        border-top: 1px solid rgba(113, 233, 255, 0.12);
        border-left: 0;
    }

    .restaurant-proof-item:first-child {
        border-top: 0;
    }

    .restaurant-hero-media figcaption strong {
        max-width: 25ch;
    }

    .restaurant-benefit-section .section-heading {
        text-align: left;
    }

    .restaurant-benefit-section .section-heading h2,
    .restaurant-benefit-section .section-heading p {
        margin-left: 0;
    }

    .restaurant-benefit-card {
        min-height: unset;
    }

    .restaurant-process-copy.home-statement-heading,
    .restaurant-faq-section .section-heading.home-statement-heading {
        text-align: left;
    }

    .restaurant-process-copy.home-statement-heading h2,
    .restaurant-process-copy.home-statement-heading p,
    .restaurant-faq-section .section-heading.home-statement-heading h2,
    .restaurant-faq-section .section-heading.home-statement-heading p {
        margin-left: 0;
    }

    .restaurant-process-copy.home-statement-heading::after,
    .restaurant-benefit-section .section-heading::after,
    .restaurant-faq-section .section-heading::after {
        margin-left: 0;
    }

    .restaurant-process-step h3,
    .restaurant-use-card h3,
    .restaurant-benefit-card h3 {
        max-width: 100%;
    }
}

/* Scoped header/footer polish for restaurant inspiration page */
body.page-inspirasjon-veggdekor-restaurant {
    --header-height: 136px;
    --header-height-compact: 76px;
    --header-logo-width: clamp(286px, 27vw, 360px);
    --header-logo-width-compact: clamp(148px, 11.2vw, 176px);
    --header-nav-font-size: 0.98rem;
    --header-nav-font-size-compact: 0.8rem;
}

body.page-inspirasjon-veggdekor-restaurant .site-header {
    background:
        linear-gradient(180deg, rgba(2, 6, 9, 0.98), rgba(3, 8, 11, 0.94)),
        rgba(3, 7, 10, 0.96);
    border-bottom-color: rgba(113, 233, 255, 0.14);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

body.page-inspirasjon-veggdekor-restaurant .site-header::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(113, 233, 255, 0.36), rgba(242, 211, 72, 0.22), transparent);
    opacity: 0.72;
}

body.page-inspirasjon-veggdekor-restaurant .site-header.is-scrolled {
    background: rgba(3, 7, 10, 0.98);
    border-color: rgba(113, 233, 255, 0.18);
}

body.page-inspirasjon-veggdekor-restaurant .nav-shell {
    width: min(1380px, calc(100vw - 2rem));
    min-height: var(--header-height);
}

body.page-inspirasjon-veggdekor-restaurant .brand {
    padding: 0.12rem 0;
}

body.page-inspirasjon-veggdekor-restaurant .brand-logo {
    width: var(--header-logo-width);
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

body.page-inspirasjon-veggdekor-restaurant .site-nav {
    gap: clamp(0.95rem, 1.7vw, 1.55rem);
}

body.page-inspirasjon-veggdekor-restaurant .site-nav > ul {
    gap: clamp(0.8rem, 1.55vw, 1.45rem);
}

body.page-inspirasjon-veggdekor-restaurant .site-nav .nav-link {
    min-height: var(--header-height);
    color: rgba(245, 247, 250, 0.78);
    font-size: 0.8rem;
    font-weight: 650;
    letter-spacing: 0 !important;
    text-transform: none;
}

body.page-inspirasjon-veggdekor-restaurant .site-nav .nav-link::after {
    bottom: calc(50% - 1em);
    height: 2px;
    background: linear-gradient(90deg, var(--cyan-bright), #22d88f 48%, #f2d348 100%);
}

body.page-inspirasjon-veggdekor-restaurant .site-nav a:hover,
body.page-inspirasjon-veggdekor-restaurant .site-nav a:focus-visible,
body.page-inspirasjon-veggdekor-restaurant .site-nav a.is-active {
    color: var(--cyan-bright);
}

body.page-inspirasjon-veggdekor-restaurant .nav-submenu {
    top: calc(50% + 1.65rem);
    min-width: 238px;
    padding: 0.46rem;
    border-color: rgba(113, 233, 255, 0.18);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(4, 9, 12, 0.98);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

body.page-inspirasjon-veggdekor-restaurant .nav-submenu a {
    padding: 0.58rem 0.68rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

body.page-inspirasjon-veggdekor-restaurant .nav-cta.button {
    min-height: 2.62rem;
    gap: 0.55rem;
    padding: 0 0.95rem;
    border-color: rgba(113, 233, 255, 0.58);
    border-radius: 4px;
    background: rgba(113, 233, 255, 0.025);
    color: var(--text);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0 !important;
    text-transform: none;
    box-shadow: none;
}

body.page-inspirasjon-veggdekor-restaurant .nav-cta.button::after {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

body.page-inspirasjon-veggdekor-restaurant .nav-cta.button:hover,
body.page-inspirasjon-veggdekor-restaurant .nav-cta.button:focus-visible {
    border-color: rgba(113, 233, 255, 0.9);
    background: rgba(113, 233, 255, 0.1);
    color: var(--cyan-bright);
    box-shadow: 0 0 0 1px rgba(113, 233, 255, 0.08);
}

body.page-inspirasjon-veggdekor-restaurant .nav-toggle {
    border-color: rgba(113, 233, 255, 0.24);
    border-radius: 6px;
    background: rgba(113, 233, 255, 0.035);
}

body.page-inspirasjon-veggdekor-restaurant .site-footer {
    padding: clamp(2.8rem, 5.2vw, 4.4rem) 0 1.4rem;
    border-top-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(3, 7, 10, 1) 58%, rgba(3, 6, 8, 1));
}

body.page-inspirasjon-veggdekor-restaurant .site-footer::before {
    background:
        linear-gradient(120deg, rgba(113, 233, 255, 0.035), transparent 32%, transparent 72%, rgba(242, 211, 72, 0.04)),
        repeating-linear-gradient(90deg, rgba(113, 233, 255, 0.018) 0 1px, transparent 1px 118px);
    opacity: 0.42;
}

body.page-inspirasjon-veggdekor-restaurant .site-footer::after {
    display: none;
}

body.page-inspirasjon-veggdekor-restaurant .footer-shell {
    gap: 1rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2.4vw, 1.6rem);
    padding: clamp(1.15rem, 2.4vw, 1.55rem) clamp(1.15rem, 2.8vw, 1.85rem);
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(7, 13, 17, 0.82);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta::before {
    inset: 0 0 auto;
    width: auto;
    height: 2px;
    border-radius: 0;
    background: var(--spectrum);
    opacity: 0.48;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-copy {
    max-width: 66ch;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-copy h2 {
    max-width: 24ch;
    font-size: clamp(1.45rem, 2.35vw, 2.25rem);
    line-height: 1.08;
    text-transform: none;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-copy p:last-child {
    max-width: 58ch;
    color: rgba(245, 247, 250, 0.76);
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-actions {
    justify-content: flex-end;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-actions .button {
    min-height: 2.7rem;
    padding: 0 0.95rem;
    border-radius: 4px;
    font-size: 0.82rem;
    letter-spacing: 0 !important;
    text-transform: none;
    box-shadow: none;
}

body.page-inspirasjon-veggdekor-restaurant .footer-cta-actions .button-secondary {
    border-color: rgba(113, 233, 255, 0.32);
    background: rgba(113, 233, 255, 0.02);
}

body.page-inspirasjon-veggdekor-restaurant .footer-grid {
    gap: clamp(1rem, 2vw, 1.35rem);
    padding: clamp(1.25rem, 2.6vw, 1.8rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(6, 11, 15, 0.76);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

body.page-inspirasjon-veggdekor-restaurant .footer-brand-block,
body.page-inspirasjon-veggdekor-restaurant .footer-column {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.page-inspirasjon-veggdekor-restaurant .footer-column {
    padding-left: clamp(0.95rem, 1.8vw, 1.25rem);
    border-left: 1px solid rgba(113, 233, 255, 0.12);
}

body.page-inspirasjon-veggdekor-restaurant .brand-footer .brand-logo {
    width: clamp(158px, 13vw, 190px);
}

body.page-inspirasjon-veggdekor-restaurant .footer-brand-lead {
    max-width: 38ch;
    color: rgba(245, 247, 250, 0.74);
}

body.page-inspirasjon-veggdekor-restaurant .footer-proof-list {
    gap: 0.72rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-proof-item {
    gap: 0.24rem;
    padding-top: 0.72rem;
    border-top-color: rgba(113, 233, 255, 0.12);
}

body.page-inspirasjon-veggdekor-restaurant .footer-proof-item h3,
body.page-inspirasjon-veggdekor-restaurant .footer-nav-parent {
    color: var(--text);
    font-size: 0.96rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-proof-item p,
body.page-inspirasjon-veggdekor-restaurant .footer-subnav-list a,
body.page-inspirasjon-veggdekor-restaurant .footer-link-list a,
body.page-inspirasjon-veggdekor-restaurant .footer-contact-value,
body.page-inspirasjon-veggdekor-restaurant .footer-bottom-meta span {
    color: rgba(245, 247, 250, 0.72);
}

body.page-inspirasjon-veggdekor-restaurant .footer-heading {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    letter-spacing: 0.08em !important;
}

body.page-inspirasjon-veggdekor-restaurant .footer-link-list,
body.page-inspirasjon-veggdekor-restaurant .footer-contact-list,
body.page-inspirasjon-veggdekor-restaurant .footer-nav-groups {
    gap: 0.6rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-link-list a::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateX(-0.2rem) rotate(45deg);
}

body.page-inspirasjon-veggdekor-restaurant .footer-link-list a:hover::after,
body.page-inspirasjon-veggdekor-restaurant .footer-link-list a:focus-visible::after {
    transform: translateX(0) rotate(45deg);
}

body.page-inspirasjon-veggdekor-restaurant .footer-contact-cta {
    min-height: 2.55rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(113, 233, 255, 0.36);
    border-radius: 4px;
    color: var(--cyan-bright);
    font-size: 0.84rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-contact-cta::after {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

body.page-inspirasjon-veggdekor-restaurant .footer-legal-band {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: 6px;
    background: rgba(113, 233, 255, 0.018);
}

body.page-inspirasjon-veggdekor-restaurant .footer-legal-list {
    gap: 0.55rem 1.1rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-legal-link {
    color: rgba(245, 247, 250, 0.62);
    font-size: 0.86rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-bottom {
    padding-top: 0.35rem;
    border-top-color: rgba(113, 233, 255, 0.1);
}

body.page-inspirasjon-veggdekor-restaurant .footer-bottom-meta {
    justify-content: center;
    color: rgba(245, 247, 250, 0.58);
    font-size: 0.84rem;
}

body.page-inspirasjon-veggdekor-restaurant .footer-bottom-meta span::before {
    background: rgba(113, 233, 255, 0.72);
}

@media (max-width: 1139px) {
    body.page-inspirasjon-veggdekor-restaurant {
        --header-height: 104px;
        --header-height-compact: 72px;
        --header-logo-width: clamp(214px, 31vw, 270px);
        --header-logo-width-compact: clamp(148px, 20vw, 174px);
        --header-nav-font-size: 0.94rem;
        --header-nav-font-size-compact: 0.84rem;
    }

    body.page-inspirasjon-veggdekor-restaurant .site-nav {
        top: calc(100% + 0.45rem);
        padding: 0.95rem;
        border-color: rgba(113, 233, 255, 0.18);
        border-radius: 6px;
        background:
            linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
            rgba(3, 8, 11, 0.98);
    }

    body.page-inspirasjon-veggdekor-restaurant .site-nav .nav-link {
        min-height: auto;
        padding: 0.55rem 0;
        font-size: 0.84rem;
    }

    body.page-inspirasjon-veggdekor-restaurant .nav-submenu {
        border-left-color: rgba(113, 233, 255, 0.2);
        background: transparent;
    }
}

@media (max-width: 979px) {
    body.page-inspirasjon-veggdekor-restaurant .footer-cta {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-cta-actions {
        justify-content: flex-start;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-column {
        padding-top: 1rem;
        padding-left: 0;
        border-top: 1px solid rgba(113, 233, 255, 0.1);
        border-left: 0;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-brand-block {
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(113, 233, 255, 0.1);
    }
}

@media (max-width: 699px) {
    body.page-inspirasjon-veggdekor-restaurant {
        --header-height: 86px;
        --header-height-compact: 66px;
        --header-logo-width: min(64vw, 216px);
        --header-logo-width-compact: min(48vw, 150px);
        --header-nav-font-size: 0.94rem;
        --header-nav-font-size-compact: 0.84rem;
    }

    body.page-inspirasjon-veggdekor-restaurant .nav-shell {
        width: min(100vw - 1.5rem, 100%);
    }

    body.page-inspirasjon-veggdekor-restaurant .brand-logo {
        width: var(--header-logo-width);
    }

    body.page-inspirasjon-veggdekor-restaurant .nav-toggle {
        width: 44px;
        height: 44px;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-cta,
    body.page-inspirasjon-veggdekor-restaurant .footer-grid,
    body.page-inspirasjon-veggdekor-restaurant .footer-legal-band {
        border-radius: 6px;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-cta-actions .button {
        width: 100%;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-cta-copy h2 {
        font-size: 1.78rem;
    }

    body.page-inspirasjon-veggdekor-restaurant .footer-bottom-meta {
        align-items: flex-start;
    }
}

/* Global dark-tech chrome aligned with the restaurant inspiration page */
:root {
    --header-height: 136px;
    --header-height-compact: 76px;
    --header-logo-width: clamp(286px, 27vw, 360px);
    --header-logo-width-compact: clamp(148px, 11.2vw, 176px);
    --header-nav-font-size: 0.98rem;
    --header-nav-font-size-compact: 0.8rem;
}

.button {
    min-height: 2.75rem;
    padding: 0 1.05rem;
    border-radius: 4px;
    font-size: 0.86rem;
    letter-spacing: 0 !important;
    text-transform: none;
}

.button-primary {
    background: linear-gradient(135deg, #0fb9cf 0%, #71e9ff 100%);
    color: #071014;
    box-shadow: 0 16px 32px rgba(17, 200, 216, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
    box-shadow: 0 18px 38px rgba(17, 200, 216, 0.24);
}

.button-secondary {
    border-color: rgba(113, 233, 255, 0.34);
    background: rgba(113, 233, 255, 0.025);
    color: var(--text);
    box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
    border-color: rgba(113, 233, 255, 0.64);
    background: rgba(113, 233, 255, 0.08);
    color: var(--cyan-bright);
}

.site-breadcrumbs {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.site-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    align-items: center;
    padding: 0;
    margin: 0 0 0.15rem;
    list-style: none;
}

.site-breadcrumbs li {
    display: flex;
    gap: 0.42rem;
    align-items: center;
    min-width: 0;
    color: rgba(245, 247, 250, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.site-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: rgba(113, 233, 255, 0.36);
}

.site-breadcrumbs a {
    color: rgba(245, 247, 250, 0.68);
    transition: color var(--transition);
}

.site-breadcrumbs a:hover,
.site-breadcrumbs a:focus-visible,
.site-breadcrumbs [aria-current="page"] {
    color: var(--cyan-bright);
}

.site-header {
    background:
        linear-gradient(180deg, rgba(2, 6, 9, 0.98), rgba(3, 8, 11, 0.94)),
        rgba(3, 7, 10, 0.96);
    border-bottom-color: rgba(113, 233, 255, 0.14);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
    transition:
        background var(--header-motion),
        border-color var(--header-motion),
        box-shadow var(--header-motion);
}

.site-header::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(113, 233, 255, 0.36), rgba(242, 211, 72, 0.22), transparent);
    opacity: 0.72;
}

.site-header.is-scrolled {
    background: rgba(3, 7, 10, 0.98);
    border-color: rgba(113, 233, 255, 0.18);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.nav-shell {
    width: min(1380px, calc(100vw - 2rem));
    min-height: var(--header-height);
    transition: min-height var(--header-motion);
    will-change: min-height;
}

.site-header.is-scrolled .nav-shell {
    min-height: var(--header-height-compact);
}

.brand {
    padding: 0.12rem 0;
    transition: padding var(--header-motion), transform var(--transition);
}

.brand-logo {
    width: var(--header-logo-width);
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
    transition:
        width var(--header-motion),
        filter var(--header-motion),
        transform var(--header-motion);
    will-change: width, transform;
}

.site-header.is-scrolled .brand-logo {
    width: var(--header-logo-width-compact);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}

.site-nav {
    gap: clamp(0.95rem, 1.7vw, 1.55rem);
}

.site-nav > ul {
    gap: clamp(0.8rem, 1.55vw, 1.45rem);
}

.site-nav .nav-link {
    min-height: var(--header-height);
    color: rgba(245, 247, 250, 0.78);
    font-size: var(--header-nav-font-size);
    font-weight: 650;
    letter-spacing: 0 !important;
    text-transform: none;
    transition:
        min-height var(--header-motion),
        font-size var(--header-motion),
        color var(--transition);
}

.site-nav .nav-link::after {
    bottom: calc(50% - 1em);
    height: 2px;
    background: linear-gradient(90deg, var(--cyan-bright), #22d88f 48%, #f2d348 100%);
}

.site-nav .nav-link:focus-visible {
    outline: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
    color: var(--cyan-bright);
}

.nav-submenu {
    top: calc(50% + 1.65rem);
    min-width: 238px;
    padding: 0.46rem;
    border-color: rgba(113, 233, 255, 0.18);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(4, 9, 12, 0.98);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}

.nav-submenu a {
    padding: 0.58rem 0.68rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.nav-cta.button {
    min-height: 2.62rem;
    gap: 0.55rem;
    padding: 0 0.95rem;
    border-color: rgba(113, 233, 255, 0.58);
    border-radius: 4px;
    background: rgba(113, 233, 255, 0.025);
    color: var(--text);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0 !important;
    text-transform: none;
    box-shadow: none;
    transition:
        min-height var(--header-motion),
        transform var(--transition),
        background var(--transition),
        color var(--transition),
        border-color var(--transition),
        box-shadow var(--transition);
}

.nav-cta.button::after {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.nav-cta.button:hover,
.nav-cta.button:focus-visible {
    border-color: rgba(113, 233, 255, 0.9);
    background: rgba(113, 233, 255, 0.1);
    color: var(--cyan-bright);
    box-shadow: 0 0 0 1px rgba(113, 233, 255, 0.08);
}

.nav-toggle {
    border-color: rgba(113, 233, 255, 0.24);
    border-radius: 6px;
    background: rgba(113, 233, 255, 0.035);
    transition:
        width var(--header-motion),
        height var(--header-motion),
        border-color var(--transition),
        background var(--transition);
}

.site-header.is-scrolled .nav-cta.button {
    min-height: 2.42rem;
}

.site-header.is-scrolled .nav-toggle {
    width: 42px;
    height: 42px;
}

@media (min-width: 1140px) {
    .site-header.is-scrolled .site-nav .nav-link {
        min-height: var(--header-height-compact);
        font-size: var(--header-nav-font-size-compact);
    }
}

.site-footer {
    padding: clamp(2.8rem, 5.2vw, 4.4rem) 0 1.4rem;
    border-top-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(3, 7, 10, 1) 58%, rgba(3, 6, 8, 1));
}

.site-footer::before {
    background:
        linear-gradient(120deg, rgba(113, 233, 255, 0.035), transparent 32%, transparent 72%, rgba(242, 211, 72, 0.04)),
        repeating-linear-gradient(90deg, rgba(113, 233, 255, 0.018) 0 1px, transparent 1px 118px);
    opacity: 0.42;
}

.site-footer::after {
    display: none;
}

.footer-shell {
    gap: 1rem;
}

.footer-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2.4vw, 1.6rem);
    padding: clamp(1.15rem, 2.4vw, 1.55rem) clamp(1.15rem, 2.8vw, 1.85rem);
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(7, 13, 17, 0.82);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.footer-cta::before {
    inset: 0 0 auto;
    width: auto;
    height: 2px;
    border-radius: 0;
    background: var(--spectrum);
    opacity: 0.48;
}

.footer-cta-copy {
    max-width: 66ch;
}

.footer-cta-copy h2 {
    max-width: 24ch;
    font-size: clamp(1.45rem, 2.35vw, 2.25rem);
    line-height: 1.08;
    text-transform: none;
}

.footer-cta-copy p:last-child {
    max-width: 58ch;
    color: rgba(245, 247, 250, 0.76);
}

.footer-cta-actions {
    justify-content: flex-end;
}

.footer-cta-actions .button {
    min-height: 2.7rem;
    padding: 0 0.95rem;
    border-radius: 4px;
    font-size: 0.82rem;
    letter-spacing: 0 !important;
    text-transform: none;
    box-shadow: none;
}

.footer-cta-actions .button-secondary {
    border-color: rgba(113, 233, 255, 0.32);
    background: rgba(113, 233, 255, 0.02);
}

.footer-grid {
    gap: clamp(1rem, 2vw, 1.35rem);
    padding: clamp(1.25rem, 2.6vw, 1.8rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(6, 11, 15, 0.76);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.footer-brand-block,
.footer-column {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.footer-column {
    padding-left: clamp(0.95rem, 1.8vw, 1.25rem);
    border-left: 1px solid rgba(113, 233, 255, 0.12);
}

.brand-footer .brand-logo {
    width: clamp(158px, 13vw, 190px);
}

.footer-brand-lead {
    max-width: 38ch;
    color: rgba(245, 247, 250, 0.74);
}

.footer-proof-list {
    gap: 0.72rem;
}

.footer-proof-item {
    gap: 0.24rem;
    padding-top: 0.72rem;
    border-top-color: rgba(113, 233, 255, 0.12);
}

.footer-proof-item h3,
.footer-nav-parent {
    color: var(--text);
    font-size: 0.96rem;
}

.footer-proof-item p,
.footer-subnav-list a,
.footer-link-list a,
.footer-contact-value,
.footer-bottom-meta span {
    color: rgba(245, 247, 250, 0.72);
}

.footer-heading {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    letter-spacing: 0.08em !important;
}

.footer-link-list,
.footer-contact-list,
.footer-nav-groups {
    gap: 0.6rem;
}

.footer-link-list a::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateX(-0.2rem) rotate(45deg);
}

.footer-link-list a:hover::after,
.footer-link-list a:focus-visible::after {
    transform: translateX(0) rotate(45deg);
}

.footer-contact-cta {
    min-height: 2.55rem;
    padding: 0 0.85rem;
    border: 1px solid rgba(113, 233, 255, 0.36);
    border-radius: 4px;
    color: var(--cyan-bright);
    font-size: 0.84rem;
}

.footer-contact-cta::after {
    content: "";
    width: 0.44rem;
    height: 0.44rem;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.footer-legal-band {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: 6px;
    background: rgba(113, 233, 255, 0.018);
}

.footer-legal-list {
    gap: 0.55rem 1.1rem;
}

.footer-legal-link {
    color: rgba(245, 247, 250, 0.62);
    font-size: 0.86rem;
}

.footer-bottom {
    padding-top: 0.35rem;
    border-top-color: rgba(113, 233, 255, 0.1);
}

.footer-bottom-meta {
    justify-content: center;
    color: rgba(245, 247, 250, 0.58);
    font-size: 0.84rem;
}

.footer-bottom-meta span::before {
    background: rgba(113, 233, 255, 0.72);
}

/* Forsiden visual alignment with the new restaurant direction */
body.page-hjem {
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.98), rgba(7, 10, 13, 0.99) 38%, rgba(8, 12, 16, 1));
}

body.page-hjem .hero {
    min-height: auto;
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

body.page-hjem .hero-media {
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.075), transparent 25%, transparent 72%, rgba(242, 211, 72, 0.055)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.028) 0 1px, transparent 1px 118px),
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

body.page-hjem .hero-media::before,
body.page-hjem .hero-overlay::before,
body.page-hjem .hero-overlay::after {
    display: none;
}

body.page-hjem .hero-media::after {
    opacity: 0.22;
}

body.page-hjem .hero-overlay {
    background:
        radial-gradient(circle at 76% 28%, rgba(113, 233, 255, 0.1), transparent 26%),
        linear-gradient(180deg, rgba(4, 7, 10, 0.04), rgba(4, 7, 10, 0.62) 100%);
}

body.page-hjem .hero-scanline {
    display: none;
}

body.page-hjem .hero-layout {
    width: min(1380px, calc(100vw - 2rem));
    max-width: none;
    min-height: calc(100svh - var(--header-height) - 84px);
    grid-template-columns: minmax(360px, 0.78fr) minmax(320px, 0.62fr);
    gap: clamp(1.25rem, 3.4vw, 3rem);
    padding: clamp(1.55rem, 3vw, 2.6rem) 0 clamp(1.3rem, 2.8vw, 2.2rem);
}

body.page-hjem .hero-copy {
    order: 1;
    max-width: 680px;
}

body.page-hjem .hero-showcase {
    --hero-showcase-radius: 6px;
    --hero-showcase-media-ratio: 16 / 10;
    --hero-showcase-object-position: center center;
    position: relative;
    order: 2;
    justify-self: stretch;
    min-width: 0;
    padding: 0;
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: var(--hero-showcase-radius);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(7, 13, 17, 0.78);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
    overflow: hidden;
}

body.page-hjem .hero-showcase::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
    pointer-events: none;
}

body.page-hjem .hero-showcase-frame {
    gap: 0;
    overflow: hidden;
    border-radius: var(--hero-showcase-radius);
}

body.page-hjem .hero-showcase-media {
    width: 100%;
    aspect-ratio: var(--hero-showcase-media-ratio);
    min-height: 0;
    max-height: none;
    border: 0;
    border-radius: var(--hero-showcase-radius) var(--hero-showcase-radius) 0 0;
    isolation: isolate;
}

body.page-hjem .hero-showcase-video {
    position: absolute;
    inset: 0;
    min-height: 0;
    object-fit: cover;
    object-position: var(--hero-showcase-object-position);
}

body.page-hjem .hero-showcase-label {
    right: auto;
    min-height: 2.1rem;
    padding: 0.42rem 0.7rem;
    border-radius: 4px;
    background: rgba(4, 9, 12, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.08em !important;
}

body.page-hjem .hero-showcase-link {
    min-height: 3.5rem;
    border: 0;
    border-top: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: 0 0 6px 6px;
    background: rgba(5, 10, 14, 0.86);
    font-size: 0.84rem;
    letter-spacing: 0 !important;
    text-transform: none;
}

body.page-hjem .hero-showcase-link-icon,
body.page-hjem .portfolio-link-icon {
    border-radius: 4px;
}

body.page-hjem .panel-label,
body.page-hjem .portfolio-category,
body.page-hjem .home-inspiration-card span {
    letter-spacing: 0.08em !important;
}

body.page-hjem .hero-copy h1 {
    max-width: 12.5ch;
    font-size: clamp(2.75rem, 5.25vw, 5.25rem);
    line-height: 1.06;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

body.page-hjem .hero-lead {
    max-width: 61ch;
    color: rgba(245, 247, 250, 0.84);
}

body.page-hjem .hero-actions {
    gap: 0.75rem;
    margin-top: 1.4rem;
}

body.page-hjem .direct-difference-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.36fr) minmax(0, 1fr) minmax(0, 0.82fr);
    gap: 0.55rem;
    width: 100%;
}

body.page-hjem .direct-difference-actions .button {
    width: 100%;
    padding-inline: 0.72rem;
    font-size: clamp(0.76rem, 0.72vw, 0.84rem);
    white-space: nowrap;
}

body.page-hjem .fact-section {
    padding-top: clamp(1.6rem, 3vw, 2.4rem);
    padding-bottom: clamp(2.7rem, 4.2vw, 4rem);
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

body.page-hjem .fact-grid {
    gap: 0;
    padding-top: 0;
    border-top: 0;
}

body.page-hjem .fact-card {
    min-height: 0;
    padding: 0.85rem clamp(0.75rem, 1.8vw, 1.25rem);
    border: 0;
    border-left: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.page-hjem .fact-card:first-child {
    border-left: 0;
    padding-left: 0;
}

body.page-hjem .fact-card::before {
    display: none;
}

body.page-hjem .fact-card-head {
    gap: 0.85rem;
}

body.page-hjem .fact-card h3 {
    min-height: 0;
    font-size: 1.02rem;
    line-height: 1.18;
}

body.page-hjem .fact-card p {
    max-width: 30ch;
    color: rgba(245, 247, 250, 0.64);
    font-size: 0.86rem;
}

body.page-hjem .fact-icon {
    transform: scale(0.72);
    transform-origin: left top;
    margin-right: -0.8rem;
    margin-bottom: -1rem;
}

body.page-hjem .home-statement-heading {
    padding-left: 0;
    border-left: 0;
}

body.page-hjem .home-statement-heading h2,
body.page-hjem .process-claim-main,
body.page-hjem .direct-difference-panel h2,
body.page-hjem .local-seo-panel h2 {
    text-transform: none;
}

body.page-hjem .section-heading.home-statement-heading {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

body.page-hjem .section-heading.home-statement-heading h2,
body.page-hjem .section-heading.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

body.page-hjem .section-heading.home-statement-heading::after,
body.page-hjem .pricing-intro-copy.home-statement-heading::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin-top: 0.75rem;
    background: var(--spectrum);
}

body.page-hjem .section-heading.home-statement-heading::after {
    margin-right: auto;
    margin-left: auto;
}

body.page-hjem .direct-difference-section,
body.page-hjem .home-process-section,
body.page-hjem .home-inspiration-section,
body.page-hjem .pricing-section,
body.page-hjem .faq-section {
    background: linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

body.page-hjem .home-process-section .process-intro {
    margin-bottom: 0;
}

body.page-hjem .direct-difference-panel,
body.page-hjem .pricing-intro,
body.page-hjem .footer-cta,
body.page-hjem .footer-grid {
    border-radius: 6px;
}

body.page-hjem .direct-difference-panel {
    border-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

body.page-hjem .direct-difference-panel::before,
body.page-hjem .pricing-intro::before,
body.page-hjem .pricing-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.38;
    pointer-events: none;
}

body.page-hjem .direct-difference-media,
body.page-hjem .process-visual,
body.page-hjem .pricing-intro-media {
    border-radius: 6px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

body.page-hjem .direct-difference-media figcaption {
    border-radius: 4px;
    letter-spacing: 0.08em !important;
}

body.page-hjem .process-claim {
    padding-left: 0;
    border-left: 0;
}

body.page-hjem .process-claim h2 {
    max-width: 19ch;
}

body.page-hjem .process-claim-kicker,
body.page-hjem .process-claim-subline {
    letter-spacing: 0 !important;
    text-transform: none;
}

body.page-hjem .pricing-card,
body.page-hjem .faq-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(7, 13, 17, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

body.page-hjem .home-inspiration-card {
    border-radius: 6px;
}

body.page-hjem .home-inspiration-card div {
    border-color: rgba(113, 233, 255, 0.16);
    border-radius: 4px;
    background: rgba(4, 9, 12, 0.74);
}

body.page-hjem .home-inspiration-card h3 {
    max-width: 14ch;
}

body.page-hjem .portfolio-link {
    letter-spacing: 0 !important;
    text-transform: none;
}

body.page-hjem .pricing-intro {
    position: relative;
    overflow: hidden;
    border-color: rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.04), transparent),
        rgba(8, 14, 18, 0.78);
}

body.page-hjem .pricing-card {
    min-height: 150px;
}

body.page-hjem .faq-section .section-heading.home-statement-heading {
    text-align: left;
}

body.page-hjem .faq-section .section-heading.home-statement-heading h2,
body.page-hjem .faq-section .section-heading.home-statement-heading p,
body.page-hjem .faq-section .section-heading.home-statement-heading::after {
    margin-left: 0;
}

body.page-hjem .faq-item summary::after {
    content: "";
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
}

body.page-hjem .faq-item[open] summary::after {
    transform: rotate(225deg);
}

@media (max-width: 1139px) {
    :root {
        --header-height: 104px;
        --header-height-compact: 72px;
        --header-logo-width: clamp(214px, 31vw, 270px);
        --header-logo-width-compact: clamp(148px, 20vw, 174px);
        --header-nav-font-size: 0.94rem;
        --header-nav-font-size-compact: 0.84rem;
    }

    .site-nav {
        top: calc(100% + 0.45rem);
        padding: 0.95rem;
        border-color: rgba(113, 233, 255, 0.18);
        border-radius: 6px;
        background:
            linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
            rgba(3, 8, 11, 0.98);
    }

    .site-nav .nav-link {
        min-height: auto;
        padding: 0.55rem 0;
        font-size: var(--header-nav-font-size);
    }

    .site-header.is-scrolled .site-nav .nav-link {
        font-size: var(--header-nav-font-size-compact);
    }

    .nav-submenu {
        border-left-color: rgba(113, 233, 255, 0.2);
        background: transparent;
    }

    body.page-hjem .hero-layout {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    body.page-hjem .hero-copy {
        order: 1;
    }

    body.page-hjem .hero-showcase {
        order: 2;
        justify-self: center;
        width: min(100%, 720px);
    }
}

@media (max-width: 979px) {
    .footer-cta {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-cta-actions {
        justify-content: flex-start;
    }

    .footer-column {
        padding-top: 1rem;
        padding-left: 0;
        border-top: 1px solid rgba(113, 233, 255, 0.1);
        border-left: 0;
    }

    .footer-brand-block {
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(113, 233, 255, 0.1);
    }

    body.page-hjem .fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-hjem .fact-card:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 699px) {
    :root {
        --header-height: 86px;
        --header-height-compact: 66px;
        --header-logo-width: min(64vw, 216px);
        --header-logo-width-compact: min(48vw, 150px);
        --header-nav-font-size: 0.94rem;
        --header-nav-font-size-compact: 0.84rem;
    }

    .nav-shell {
        width: min(100vw - 1.5rem, 100%);
    }

    .brand-logo {
        width: var(--header-logo-width);
    }

    .nav-toggle {
        width: 44px;
        height: 44px;
    }

    .footer-cta,
    .footer-grid,
    .footer-legal-band {
        border-radius: 6px;
    }

    .footer-cta-actions .button {
        width: 100%;
    }

    .footer-cta-copy h2 {
        font-size: 1.78rem;
    }

    .footer-bottom-meta {
        align-items: flex-start;
    }

    body.page-hjem .hero-layout {
        width: min(100vw - 2rem, 100%);
        padding-top: 2.35rem;
    }

    body.page-hjem .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(2.25rem, 10.7vw, 2.7rem);
    }

    body.page-hjem .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.page-hjem .hero-actions .button {
        width: 100%;
    }

    body.page-hjem .direct-difference-actions {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    body.page-hjem .direct-difference-actions .button {
        white-space: normal;
    }

    body.page-hjem .hero-showcase-media {
        --hero-showcase-media-ratio: 16 / 10;
        min-height: 0;
        max-height: none;
    }

    body.page-hjem .hero-showcase-label {
        left: 0.78rem;
        right: auto;
        max-width: calc(100% - 1.56rem);
        min-height: 2.45rem;
        padding: 0.48rem 0.72rem;
        font-size: clamp(0.64rem, 1.9vw, 0.7rem);
        line-height: 1.25;
    }

    body.page-hjem .fact-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.page-hjem .fact-card,
    body.page-hjem .fact-card:first-child {
        padding: 0.85rem 0;
        border-top: 1px solid rgba(113, 233, 255, 0.12);
        border-left: 0;
    }

    body.page-hjem .fact-card:first-child {
        border-top: 0;
    }

    body.page-hjem .section-heading.home-statement-heading,
    body.page-hjem .faq-section .section-heading.home-statement-heading {
        text-align: left;
    }

    body.page-hjem .section-heading.home-statement-heading h2,
    body.page-hjem .section-heading.home-statement-heading p,
    body.page-hjem .section-heading.home-statement-heading::after {
        margin-left: 0;
    }

body.page-hjem .home-inspiration-card div {
        right: 0.85rem;
        bottom: 0.85rem;
        left: 0.85rem;
        max-width: none;
    }
}

@media (max-width: 420px) {
    body.page-hjem .hero-showcase-media {
        --hero-showcase-media-ratio: 16 / 11;
    }
}

/* Hva er veggprint page */
body.page-veggprint-hva-er-veggprint {
    background:
        linear-gradient(180deg, #05080b 0%, #080d11 42%, #05070a 100%);
}

body.page-veggprint-hva-er-veggprint main :target {
    scroll-margin-top: calc(var(--header-height-compact) + 1.35rem);
}

main .guide-definition-section:target,
main .guide-process-section:target,
main .guide-fit-section:target,
main .guide-article-section:target,
main .guide-faq-section:target {
    scroll-margin-top: calc(var(--header-height-compact) + 1.35rem);
}

.guide-hero {
    position: relative;
    overflow: clip;
    padding: clamp(4.4rem, 7vw, 7rem) 0 clamp(2rem, 4vw, 3.2rem);
    background:
        linear-gradient(126deg, rgba(113, 233, 255, 0.1), transparent 28%, rgba(34, 216, 143, 0.045) 64%, rgba(242, 211, 72, 0.045)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.028) 0 1px, transparent 1px 118px),
        linear-gradient(180deg, rgba(5, 8, 11, 1), rgba(8, 12, 15, 0.98));
}

.guide-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2.4rem);
    align-items: center;
}

.guide-hero-copy {
    display: grid;
    gap: 1.1rem;
}

.guide-hero-copy h1 {
    max-width: 14ch;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3rem, 6.2vw, 5.4rem);
    line-height: 0.96;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

.guide-hero-lead {
    max-width: 62ch;
    margin: 0;
    color: rgba(245, 247, 250, 0.83);
    font-size: clamp(1.05rem, 1.4vw, 1.24rem);
}

.guide-hero-proof {
    display: grid;
    gap: 0.55rem;
    max-width: 42rem;
    padding: 0;
    margin: 0.35rem 0 0;
    list-style: none;
}

.guide-hero-proof li {
    position: relative;
    padding-left: 1.15rem;
    color: rgba(245, 247, 250, 0.78);
    font-weight: 600;
}

.guide-hero-proof li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--cyan-bright);
    box-shadow: 0 0 16px rgba(113, 233, 255, 0.42);
}

.guide-hero-media,
.guide-process-media {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(113, 233, 255, 0.16);
    border-radius: 6px;
    background: rgba(4, 7, 10, 0.96);
    box-shadow: var(--shadow-lg);
}

.guide-hero-media {
    min-height: 340px;
    aspect-ratio: 16 / 11;
}

.guide-hero-media::after,
.guide-process-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46%, rgba(4, 7, 10, 0.7));
    pointer-events: none;
}

.guide-hero-media img,
.guide-process-media img,
.guide-process-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-hero-media img {
    object-position: 55% 50%;
}

.guide-hero-media figcaption,
.guide-process-media figcaption {
    position: absolute;
    z-index: 1;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    gap: 0.24rem;
    max-width: min(28rem, calc(100% - 2rem));
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(4, 8, 11, 0.76);
    backdrop-filter: blur(14px);
}

.guide-hero-media figcaption strong,
.guide-process-media figcaption {
    color: var(--text);
    font-weight: 800;
}

.guide-hero-media figcaption span {
    color: rgba(245, 247, 250, 0.76);
    font-size: 0.9rem;
}

.guide-jump-nav {
    position: relative;
    z-index: 18;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid rgba(113, 233, 255, 0.1);
    border-bottom: 1px solid rgba(113, 233, 255, 0.12);
    background: rgba(5, 8, 11, 0.88);
    backdrop-filter: blur(18px);
}

.guide-jump-nav::-webkit-scrollbar {
    display: none;
}

.guide-jump-nav-inner {
    display: flex;
    gap: 0.35rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.guide-jump-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.4rem 0.72rem;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    color: rgba(245, 247, 250, 0.78);
    font-size: 0.84rem;
    font-weight: 700;
    transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.guide-jump-nav a:hover,
.guide-jump-nav a:focus-visible {
    border-color: rgba(113, 233, 255, 0.3);
    background: rgba(113, 233, 255, 0.08);
    color: var(--text);
}

.guide-definition-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.guide-definition-layout,
.guide-process-layout,
.guide-article-layout,
.guide-series-layout {
    display: grid;
    gap: clamp(1rem, 2.4vw, 2rem);
    align-items: start;
}

.guide-definition-copy,
.guide-process-head,
.guide-article-heading {
    display: grid;
    gap: 0.9rem;
}

.guide-definition-copy h2,
.guide-process-head h2,
.guide-article-heading h2 {
    max-width: 13ch;
}

.guide-definition-copy p,
.guide-process-head p,
.guide-article-copy p {
    max-width: 68ch;
}

.guide-definition-list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
}

.guide-definition-list div,
.guide-step-list li,
.guide-decision-panel,
.guide-series-panel,
.guide-series-list li {
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.guide-definition-list div {
    display: grid;
    gap: 0.4rem;
    padding: clamp(1rem, 2vw, 1.25rem);
}

.guide-definition-list dt,
.guide-step-list span,
.guide-series-list span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.guide-definition-list dd {
    margin: 0;
    color: rgba(245, 247, 250, 0.76);
}

.guide-process-section,
.guide-faq-section {
    background:
        linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(5, 8, 12, 1));
}

.guide-process-head {
    max-width: 840px;
    margin-bottom: clamp(1.15rem, 2.4vw, 2rem);
}

.guide-process-media {
    min-height: 320px;
    aspect-ratio: 4 / 3;
}

.guide-process-media video {
    min-height: 320px;
}

.guide-process-media img {
    min-height: 320px;
    object-position: 60% 50%;
}

.guide-step-list {
    display: grid;
    gap: 0.85rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.guide-step-list li {
    display: grid;
    gap: 0.45rem;
    padding: clamp(1rem, 1.8vw, 1.25rem);
}

.guide-step-list h3,
.guide-decision-panel h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.32rem, 1.52rem);
}

.guide-step-list p,
.guide-decision-panel p,
.guide-series-panel p {
    color: rgba(245, 247, 250, 0.75);
}

.guide-fit-section,
.guide-article-section,
.guide-series-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(7, 11, 15, 0.98));
}

.guide-decision-grid {
    display: grid;
    gap: 1rem;
}

.guide-decision-panel {
    display: grid;
    gap: 1rem;
    padding: clamp(1.2rem, 2.2vw, 1.6rem);
}

.guide-decision-panel::before,
.guide-series-panel::before {
    content: "";
    width: 100%;
    height: 2px;
    align-self: start;
    background: var(--spectrum);
    opacity: 0.52;
}

.guide-decision-caution::before {
    opacity: 0.34;
}

.guide-decision-panel .portfolio-link {
    width: fit-content;
    margin-top: 0.2rem;
}

.guide-article-copy {
    display: grid;
    gap: 1rem;
    padding-top: 0.15rem;
}

.guide-faq-section .faq-layout {
    align-items: start;
}

.guide-faq-section .section-heading.home-statement-heading {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.guide-faq-section .section-heading.home-statement-heading h2,
.guide-faq-section .section-heading.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.guide-faq-section .section-heading.home-statement-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.65rem, 2.45vw, 2.55rem);
    hyphens: none;
    text-transform: none;
}

.guide-faq-section .faq-item {
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.66);
    box-shadow: none;
}

.guide-faq-section .faq-item summary {
    min-height: 2.75rem;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.guide-series-panel {
    display: grid;
    gap: 1rem;
    padding: clamp(1.2rem, 2.4vw, 1.65rem);
}

.guide-series-panel h2 {
    max-width: 13ch;
}

.guide-series-panel .button {
    width: fit-content;
}

.guide-series-list {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.guide-series-list li,
.guide-series-list a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.guide-series-list li {
    min-height: 3.45rem;
    padding: 0.85rem 0.95rem;
}

.guide-series-list a {
    width: 100%;
}

.guide-series-list .is-current {
    border-color: rgba(113, 233, 255, 0.32);
    background:
        linear-gradient(90deg, rgba(113, 233, 255, 0.12), transparent),
        rgba(11, 17, 21, 0.94);
}

.guide-series-list strong {
    color: rgba(245, 247, 250, 0.88);
    line-height: 1.25;
}

@media (min-width: 900px) {
    .guide-hero-layout {
        grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    }

    .guide-definition-layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    }

    .guide-process-layout {
        grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    }

    .guide-step-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-decision-grid,
    .guide-article-layout,
    .guide-series-layout {
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    }

    .guide-series-layout {
        align-items: stretch;
    }
}

@media (max-width: 899px) {
    .guide-hero-media {
        min-height: 280px;
    }
}

@media (max-width: 699px) {
    .guide-hero {
        padding-top: 3rem;
    }

    .guide-hero-copy h1 {
        max-width: 100%;
        font-size: 2.85rem;
    }

    .guide-hero-lead {
        font-size: 1rem;
    }

    .guide-hero-media,
    .guide-process-media,
    .guide-process-media img,
    .guide-process-media video {
        min-height: 250px;
    }

    .guide-hero-media figcaption,
    .guide-process-media figcaption {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.72rem 0.78rem;
    }

    .guide-jump-nav-inner {
        width: max-content;
        min-width: 100%;
    }

    .guide-definition-copy h2,
    .guide-process-head h2,
    .guide-article-heading h2,
    .guide-faq-section .section-heading.home-statement-heading h2,
    .guide-series-panel h2 {
        max-width: 100%;
        font-size: 2rem;
    }

    .guide-faq-section .section-heading.home-statement-heading {
        text-align: left;
    }

    .guide-faq-section .section-heading.home-statement-heading h2,
    .guide-faq-section .section-heading.home-statement-heading p {
        margin-left: 0;
    }

    .guide-series-panel .button,
    .guide-fit-section .portfolio-link {
        width: 100%;
    }
}

/* FAQ page */
body.page-faq {
    background:
        radial-gradient(circle at 86% 10%, rgba(113, 233, 255, 0.11), transparent 26%),
        radial-gradient(circle at 10% 38%, rgba(34, 216, 143, 0.055), transparent 24%),
        linear-gradient(180deg, #05080b 0%, #081017 42%, #05080b 100%);
}

.faq-page-hero {
    padding-bottom: clamp(2.6rem, 4.4vw, 4.4rem);
    background:
        linear-gradient(126deg, rgba(113, 233, 255, 0.1), transparent 28%, rgba(34, 216, 143, 0.045) 64%, rgba(242, 211, 72, 0.045)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.028) 0 1px, transparent 1px 118px),
        linear-gradient(180deg, rgba(5, 8, 11, 1), rgba(8, 12, 15, 0.98));
}

.faq-page-hero .subpage-hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.7rem, 5.25vw, 5.25rem);
    text-wrap: balance;
}

.faq-page-hero .subpage-hero-copy > p {
    max-width: 66ch;
    font-size: clamp(1.02rem, 1.25vw, 1.18rem);
}

.faq-hero-proof {
    display: grid;
    gap: 0.55rem;
    max-width: 44rem;
    padding: 0;
    margin: 0.35rem 0 0;
    list-style: none;
}

.faq-hero-proof li {
    position: relative;
    padding-left: 1.15rem;
    color: rgba(245, 247, 250, 0.78);
    font-weight: 650;
}

.faq-hero-proof li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--cyan-bright);
    box-shadow: 0 0 16px rgba(113, 233, 255, 0.42);
}

.faq-hero-panel,
.faq-hero-panel .subpage-hero-panel-media,
.faq-hero-panel .subpage-hero-panel-media::after {
    border-radius: 6px;
}

.faq-hero-panel {
    min-height: auto;
}

.faq-hero-panel .subpage-hero-panel-media {
    min-height: 280px;
    aspect-ratio: 4 / 3;
}

.faq-hero-panel .subpage-hero-panel-media img {
    object-position: 52% 50%;
}

.faq-jump-nav {
    position: sticky;
    top: var(--header-height-compact);
    z-index: 18;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid rgba(113, 233, 255, 0.1);
    border-bottom: 1px solid rgba(113, 233, 255, 0.12);
    background: rgba(5, 8, 11, 0.9);
    backdrop-filter: blur(18px);
}

.faq-jump-nav::-webkit-scrollbar {
    display: none;
}

.faq-jump-nav-inner {
    display: flex;
    gap: 0.35rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.faq-jump-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.4rem 0.72rem;
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    color: rgba(245, 247, 250, 0.78);
    font-size: 0.84rem;
    font-weight: 800;
    transition: color var(--transition), border-color var(--transition), background var(--transition), transform var(--transition);
}

.faq-jump-nav a:hover,
.faq-jump-nav a:focus-visible {
    border-color: rgba(113, 233, 255, 0.34);
    background: rgba(113, 233, 255, 0.08);
    color: var(--text);
    transform: translateY(-1px);
}

.faq-overview-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(7, 12, 16, 0.98));
}

.faq-page-heading {
    max-width: 860px;
    margin: 0 auto clamp(1.5rem, 3vw, 2.4rem);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.faq-page-heading h2,
.faq-page-heading p {
    margin-right: auto;
    margin-left: auto;
}

.faq-page-heading h2 {
    max-width: 22ch;
    font-size: clamp(1.85rem, 3vw, 3rem);
    text-transform: none;
}

.faq-page-heading p {
    max-width: 68ch;
}

.faq-insight-grid,
.faq-category-grid,
.faq-prep-list {
    display: grid;
    gap: 0.85rem;
}

.faq-insight-grid {
    margin-bottom: clamp(1.4rem, 3vw, 2.6rem);
}

.faq-insight-card,
.faq-category-card,
.faq-prep-card {
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        rgba(9, 13, 17, 0.9);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(16px);
}

.faq-insight-card {
    display: grid;
    gap: 0.45rem;
    min-height: 10rem;
    padding: clamp(1rem, 2vw, 1.3rem);
}

.faq-insight-card h3 {
    max-width: 100%;
    font-size: clamp(1.05rem, 1.2vw, 1.24rem);
}

.faq-insight-card p {
    color: rgba(245, 247, 250, 0.72);
    font-size: 0.95rem;
}

.faq-category-card {
    display: grid;
    gap: 0.75rem;
    min-height: 15.5rem;
    padding: clamp(1.05rem, 2vw, 1.35rem);
    transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.faq-category-card:hover,
.faq-category-card:focus-visible {
    border-color: rgba(113, 233, 255, 0.34);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.085), transparent),
        rgba(12, 18, 22, 0.94);
    transform: translateY(-2px);
}

.faq-category-card span,
.faq-prep-card span,
.faq-category-header > span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.faq-category-card h3 {
    max-width: 13ch;
    font-size: clamp(1.13rem, 1.5vw, 1.46rem);
}

.faq-category-card p {
    color: rgba(245, 247, 250, 0.72);
    font-size: 0.95rem;
}

.faq-category-card strong {
    align-self: end;
    width: fit-content;
    color: rgba(245, 247, 250, 0.88);
    font-size: 0.82rem;
    font-weight: 800;
}

.faq-page-section,
.faq-prep-section {
    background:
        linear-gradient(180deg, rgba(7, 12, 16, 0.98), rgba(5, 8, 12, 1));
}

.faq-category-stack {
    display: grid;
    gap: clamp(2.6rem, 5vw, 4.8rem);
}

body.page-faq main .faq-category {
    scroll-margin-top: calc(var(--header-height-compact) + 8.5rem);
}

.faq-category-header {
    display: grid;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(113, 233, 255, 0.16);
}

.faq-category-header > div {
    display: grid;
    gap: 0.65rem;
}

.faq-category-header h2 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 2.75vw, 2.72rem);
}

.faq-category-header p:not(.eyebrow) {
    max-width: 66ch;
    color: rgba(245, 247, 250, 0.74);
}

.faq-category-header > span {
    justify-self: start;
    padding: 0.5rem 0.65rem;
    border: 1px solid rgba(113, 233, 255, 0.18);
    border-radius: 6px;
    background: rgba(113, 233, 255, 0.055);
}

body.page-faq .faq-category-list {
    gap: 0.7rem;
}

body.page-faq .faq-item {
    border-color: rgba(113, 233, 255, 0.13);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.7);
    box-shadow: none;
}

body.page-faq .faq-item[open] {
    border-color: rgba(113, 233, 255, 0.26);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.07), transparent),
        rgba(10, 17, 22, 0.88);
}

body.page-faq .faq-item summary {
    min-height: 2.85rem;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.32;
}

body.page-faq .faq-item p {
    max-width: 82ch;
    margin-top: 0.7rem;
    padding-bottom: 0.25rem;
    color: rgba(245, 247, 250, 0.76);
}

.faq-prep-layout {
    display: grid;
    gap: clamp(1rem, 2.6vw, 2.4rem);
    align-items: start;
}

.faq-prep-layout .section-heading h2 {
    max-width: 13ch;
}

.faq-prep-card {
    display: grid;
    gap: 0.75rem;
    padding: clamp(1.1rem, 2.1vw, 1.45rem);
}

.faq-prep-card h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.4vw, 1.4rem);
}

.faq-prep-card ul {
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq-prep-card li {
    position: relative;
    padding-left: 1.1rem;
    color: rgba(245, 247, 250, 0.75);
    font-size: 0.95rem;
}

.faq-prep-card li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: var(--cyan-bright);
}

@media (min-width: 720px) {
    .faq-insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-prep-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .faq-page-hero .subpage-hero-layout {
        grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
        gap: clamp(1.5rem, 4vw, 3.4rem);
    }

    .faq-insight-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .faq-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .faq-category-card:first-child,
    .faq-category-card:nth-child(2),
    .faq-category-card:nth-child(3) {
        grid-column: span 1;
    }

    .faq-category-card:nth-child(4),
    .faq-category-card:nth-child(5),
    .faq-category-card:nth-child(6),
    .faq-category-card:nth-child(7) {
        min-height: 14.5rem;
    }

    .faq-category-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .faq-category-header > span {
        justify-self: end;
    }

    .faq-prep-layout {
        grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
    }
}

@media (max-width: 699px) {
    .faq-page-hero .subpage-hero-copy h1 {
        max-width: 100%;
        font-size: 2.55rem;
    }

    .faq-hero-panel .subpage-hero-panel-media {
        min-height: 220px;
    }

    .faq-jump-nav {
        top: var(--header-height-compact);
    }

    .faq-jump-nav-inner {
        width: max-content;
        min-width: 100%;
    }

    .faq-page-heading {
        text-align: left;
    }

    .faq-page-heading h2,
    .faq-page-heading p {
        margin-left: 0;
    }

    .faq-category-card,
    .faq-insight-card {
        min-height: auto;
    }

    .faq-category-header h2,
    .faq-prep-layout .section-heading h2 {
        max-width: 100%;
        font-size: 2rem;
    }
}

/* Kontor og resepsjon aligned with the restaurant inspiration page */
.office-page {
    --office-radius-xs: 4px;
    --office-radius-sm: 6px;
    --office-panel-bg: rgba(7, 13, 17, 0.72);
    background:
        linear-gradient(180deg, rgba(4, 7, 10, 0.96), rgba(7, 10, 13, 0.99) 34%, rgba(8, 12, 16, 1));
}

.office-page h1,
.office-page h2,
.office-page h3 {
    hyphens: none;
}

.office-page h2 {
    max-width: 18ch;
}

.office-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: clamp(1.15rem, 1.8vw, 1.7rem) 0 clamp(1.35rem, 2.4vw, 2.15rem);
    background:
        linear-gradient(126deg, rgba(4, 7, 10, 1) 0%, rgba(6, 13, 18, 0.98) 52%, rgba(4, 7, 10, 1) 100%);
}

.office-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(112deg, rgba(113, 233, 255, 0.085), transparent 25%, transparent 72%, rgba(242, 211, 72, 0.06)),
        repeating-linear-gradient(118deg, rgba(113, 233, 255, 0.03) 0 1px, transparent 1px 118px);
    opacity: 0.72;
    pointer-events: none;
}

.office-hero-layout {
    display: grid;
    gap: clamp(1.2rem, 3.2vw, 2.7rem);
    align-items: center;
}

.office-hero-copy {
    display: grid;
    gap: 1.05rem;
    align-content: center;
}

.office-breadcrumbs {
    position: static;
    z-index: auto;
    margin-bottom: 0;
}

.office-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
    align-items: center;
    padding: 0;
    margin: 0 0 0.15rem;
    list-style: none;
}

.office-breadcrumbs li {
    display: flex;
    gap: 0.42rem;
    align-items: center;
    min-width: 0;
    color: rgba(245, 247, 250, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.office-breadcrumbs li + li::before {
    content: none;
}

.office-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: rgba(113, 233, 255, 0.36);
}

.office-breadcrumbs a {
    color: rgba(245, 247, 250, 0.68);
    transition: color var(--transition);
}

.office-breadcrumbs a:hover,
.office-breadcrumbs a:focus-visible,
.office-breadcrumbs [aria-current="page"] {
    color: var(--cyan-bright);
}

.office-hero-copy h1 {
    max-width: 16ch;
    font-size: clamp(2.25rem, 3.65vw, 4.25rem);
    line-height: 1;
}

.office-hero-lead {
    max-width: 62ch;
    color: rgba(245, 247, 250, 0.84);
    font-size: clamp(1rem, 1.22vw, 1.16rem);
}

.office-hero-media {
    position: relative;
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.16);
    border-radius: var(--office-radius-sm);
    background: rgba(4, 7, 10, 0.98);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.office-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: var(--spectrum);
    opacity: 0.72;
}

.office-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.office-hero-media figcaption {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 0.28rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: linear-gradient(180deg, transparent, rgba(4, 7, 10, 0.84) 24%, rgba(4, 7, 10, 0.96));
}

.office-hero-media figcaption span {
    color: var(--cyan-bright);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.office-hero-media figcaption strong {
    max-width: 40ch;
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.38rem);
    line-height: 1.08;
}

.office-hero .button,
.office-cta-actions .button {
    min-height: 2.85rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: var(--office-radius-xs);
    font-size: 0.84rem;
    letter-spacing: 0 !important;
    text-transform: none;
}

.office-proof-strip {
    display: grid;
    gap: 0;
    margin-top: clamp(1.4rem, 2.5vw, 2rem);
    padding-top: clamp(1.2rem, 2vw, 1.55rem);
    border-top: 1px solid rgba(113, 233, 255, 0.12);
}

.office-proof-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    padding: 0.85rem clamp(0.75rem, 1.8vw, 1.25rem);
    border-left: 1px solid rgba(113, 233, 255, 0.14);
}

.office-proof-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.office-proof-icon,
.office-card-icon,
.office-process-icon {
    display: grid;
    place-items: center;
    color: var(--cyan-bright);
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

.office-proof-icon {
    width: 2.85rem;
    height: 2.85rem;
}

.office-card-icon {
    width: 3.85rem;
    height: 3.85rem;
}

.office-process-icon {
    width: 2.55rem;
    height: 2.55rem;
}

.office-proof-icon svg,
.office-card-icon svg,
.office-process-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.office-card-icon svg {
    stroke-width: 1.45;
}

.office-proof-item h2 {
    max-width: 19ch;
    font-size: 0.98rem;
    line-height: 1.18;
}

.office-proof-item p {
    margin-top: 0.22rem;
    color: rgba(245, 247, 250, 0.64);
    font-size: 0.86rem;
    line-height: 1.42;
}

.office-benefit-section {
    padding: clamp(2.45rem, 4.5vw, 4.2rem) 0 clamp(2.45rem, 4.3vw, 4rem);
    background: linear-gradient(180deg, rgba(4, 7, 10, 1), rgba(7, 10, 13, 0.98));
}

.office-benefit-section .section-heading {
    max-width: 820px;
    margin: 0 auto clamp(1.35rem, 3vw, 2.2rem);
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.office-benefit-section .section-heading h2,
.office-benefit-section .section-heading p {
    margin-right: auto;
    margin-left: auto;
}

.office-benefit-section .section-heading h2 {
    max-width: 24ch;
    font-size: clamp(1.72rem, 2.55vw, 2.65rem);
    text-transform: none;
}

.office-benefit-grid {
    display: grid;
    gap: 0.95rem;
}

.office-benefit-card,
.office-check-panel,
.office-use-card,
.office-related-links,
.office-cta-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(113, 233, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.055), transparent),
        var(--office-panel-bg);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
}

.office-benefit-card {
    display: grid;
    gap: 0.72rem;
    place-items: center;
    min-height: 220px;
    padding: clamp(1.1rem, 2vw, 1.45rem);
    border-radius: var(--office-radius-sm);
    text-align: center;
}

.office-benefit-card::before,
.office-use-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.34;
    pointer-events: none;
}

.office-benefit-card h3,
.office-use-card h3 {
    max-width: 15ch;
    font-size: clamp(1.08rem, 1.22rem, 1.45rem);
    line-height: 1.08;
}

.office-benefit-card p:not(.panel-label),
.office-process-copy p,
.office-process-step p,
.office-check-panel p,
.office-use-heading p,
.office-use-card p,
.office-seo-copy p,
.office-cta-copy p {
    color: rgba(245, 247, 250, 0.8);
}

.office-process-section {
    background:
        linear-gradient(180deg, rgba(7, 10, 13, 0.98), rgba(5, 8, 12, 1));
}

.office-process-layout {
    display: grid;
    gap: clamp(1.25rem, 2.4vw, 1.9rem);
}

.office-process-copy.home-statement-heading {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.office-process-copy.home-statement-heading h2,
.office-process-copy.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.office-process-copy.home-statement-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.65rem, 2.35vw, 2.35rem);
    text-transform: none;
}

.office-process-copy.home-statement-heading::after,
.office-benefit-section .section-heading::after,
.office-faq-section .section-heading::after {
    content: "";
    display: block;
    width: 112px;
    height: 2px;
    margin: 0.75rem auto 0;
    background: var(--spectrum);
}

.office-process-list {
    display: grid;
    gap: clamp(1rem, 3vw, 2.25rem);
    padding: 0;
    margin: 0;
    list-style: none;
}

.office-process-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    align-items: start;
    padding: 0.25rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.office-process-step > span {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}

.office-process-step > .office-process-icon {
    width: 2.55rem;
    height: 2.55rem;
    justify-self: start;
}

.office-process-number {
    display: block;
    justify-self: start;
    width: auto;
    height: auto;
    color: var(--cyan-bright);
    font-family: "Montserrat", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
}

.office-process-step div {
    display: grid;
    gap: 0.48rem;
}

.office-process-step h3 {
    max-width: 14ch;
    font-size: clamp(1.12rem, 1.34rem, 1.55rem);
}

.office-practical-section {
    background:
        linear-gradient(180deg, rgba(5, 8, 12, 1), rgba(8, 13, 17, 0.98));
}

.office-practical-layout,
.office-seo-layout {
    display: grid;
    gap: clamp(1.15rem, 2.8vw, 1.9rem);
    align-items: start;
}

.office-practical-layout {
    padding: clamp(1.15rem, 2.7vw, 1.9rem);
    border: 1px solid rgba(113, 233, 255, 0.14);
    border-radius: var(--office-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.045), transparent),
        rgba(8, 14, 18, 0.78);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.office-check-panel {
    display: grid;
    gap: 0.9rem;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.office-check-panel h2 {
    max-width: 20ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.office-check-list {
    display: grid;
    gap: 0.78rem;
    padding: 0;
    margin: 0.25rem 0 0;
    list-style: none;
}

.office-check-list li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(245, 247, 250, 0.86);
}

.office-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 0.7rem;
    height: 0.38rem;
    border: 0;
    border-bottom: 2px solid var(--cyan-bright);
    border-left: 2px solid var(--cyan-bright);
    border-radius: 0;
    box-shadow: none;
    transform: rotate(-45deg);
}

.office-use-block {
    display: grid;
    gap: 1rem;
}

.office-use-heading {
    display: grid;
    gap: 0.62rem;
}

.office-use-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.office-use-grid {
    display: grid;
    gap: 0.9rem;
}

.office-use-card {
    display: grid;
    align-content: stretch;
    min-height: 100%;
    padding: 0;
    border-radius: var(--office-radius-sm);
}

.office-use-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.04);
}

.office-use-card div {
    display: grid;
    gap: 0.55rem;
    padding: clamp(1rem, 2vw, 1.2rem);
}

.office-seo-section {
    background: linear-gradient(180deg, rgba(8, 13, 17, 0.98), rgba(7, 10, 13, 1));
}

.office-seo-layout {
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(113, 233, 255, 0.13);
    border-radius: var(--office-radius-sm);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.office-seo-copy {
    display: grid;
    gap: 0.9rem;
}

.office-seo-copy h2 {
    max-width: 16ch;
}

.office-related-links {
    display: grid;
    gap: 0.72rem;
    padding: 0.85rem;
    border-radius: var(--office-radius-sm);
}

.office-related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 3.35rem;
    padding: 0.82rem 0.9rem;
    border: 1px solid rgba(113, 233, 255, 0.12);
    border-radius: var(--office-radius-xs);
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    transition:
        border-color var(--transition),
        color var(--transition),
        transform var(--transition);
}

.office-related-links a:hover,
.office-related-links a:focus-visible {
    color: var(--cyan-bright);
    border-color: rgba(113, 233, 255, 0.28);
    transform: translateY(-1px);
}

.office-faq-section {
    background: linear-gradient(180deg, rgba(7, 10, 13, 1), rgba(8, 12, 16, 1));
}

.office-faq-section .faq-layout {
    align-items: start;
}

.office-faq-section .section-heading.home-statement-heading {
    max-width: 850px;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.office-faq-section .section-heading.home-statement-heading h2,
.office-faq-section .section-heading.home-statement-heading p {
    margin-right: auto;
    margin-left: auto;
}

.office-faq-section .section-heading.home-statement-heading h2 {
    max-width: 28ch;
    font-size: clamp(1.65rem, 2.45vw, 2.55rem);
    text-transform: none;
}

.office-faq-section .faq-item {
    border-radius: var(--office-radius-xs);
    background:
        linear-gradient(180deg, rgba(113, 233, 255, 0.035), transparent),
        rgba(8, 14, 18, 0.66);
    box-shadow: none;
}

.office-faq-section .faq-item summary {
    min-height: 2.75rem;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.office-cta-section {
    padding-top: 0;
    background: linear-gradient(180deg, rgba(8, 12, 16, 1), rgba(5, 8, 12, 1));
}

.office-cta-panel {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--office-radius-sm);
}

.office-cta-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: var(--spectrum);
    opacity: 0.42;
}

.office-cta-copy {
    display: grid;
    gap: 0.7rem;
}

.office-cta-copy h2 {
    max-width: 18ch;
}

.office-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (min-width: 700px) {
    .office-benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .office-proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .office-proof-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .office-use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .office-seo-layout {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.48fr);
        align-items: center;
    }

    .office-cta-panel {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .office-cta-actions {
        justify-content: flex-end;
    }
}

@media (min-width: 980px) {
    .office-hero-layout {
        grid-template-columns: minmax(380px, 0.78fr) minmax(0, 1.22fr);
    }

    .office-hero .hero-actions {
        flex-wrap: nowrap;
    }

    .office-proof-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .office-proof-item:nth-child(odd) {
        border-left: 1px solid rgba(113, 233, 255, 0.14);
        padding-left: clamp(0.75rem, 1.8vw, 1.25rem);
    }

    .office-proof-item:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .office-hero-media,
    .office-hero-media img {
        min-height: min(37vw, 460px);
    }

    .office-benefit-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .office-process-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .office-process-step {
        grid-template-columns: minmax(0, 1fr);
    }

    .office-process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 1.18rem;
        left: 3.2rem;
        width: clamp(2rem, 3vw, 2.8rem);
        height: 0.66rem;
        border: 0;
        background: linear-gradient(90deg, rgba(113, 233, 255, 0.94), rgba(242, 211, 72, 0.88));
        clip-path: polygon(0 42%, calc(100% - 0.58rem) 42%, calc(100% - 0.58rem) 8%, 100% 50%, calc(100% - 0.58rem) 92%, calc(100% - 0.58rem) 58%, 0 58%);
        filter: drop-shadow(0 0 10px rgba(113, 233, 255, 0.22));
        opacity: 0.9;
        pointer-events: none;
    }

    .office-practical-layout {
        grid-template-columns: minmax(310px, 0.82fr) minmax(0, 1.18fr);
        align-items: center;
    }

    .office-use-block {
        padding-left: clamp(1.2rem, 2.2vw, 1.8rem);
        border-left: 1px solid rgba(113, 233, 255, 0.16);
    }
}

@media (max-width: 699px) {
    .office-hero {
        padding-top: 2.35rem;
    }

    .office-hero-layout {
        align-items: stretch;
    }

    .office-hero-copy {
        display: contents;
    }

    .office-breadcrumbs {
        order: 1;
        margin-bottom: 0.7rem;
    }

    .office-hero-copy h1 {
        order: 2;
        max-width: 100%;
        font-size: 2.42rem;
    }

    .office-hero-lead {
        order: 3;
    }

    .office-hero-copy .hero-actions {
        order: 4;
    }

    .office-hero-media {
        order: 5;
    }

    .office-hero-copy .hero-actions,
    .office-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .office-hero-copy .button,
    .office-cta-actions .button {
        width: 100%;
        justify-content: center;
    }

    .office-page h2,
    .office-check-panel h2,
    .office-use-heading h2,
    .office-seo-copy h2,
    .office-cta-copy h2 {
        max-width: 100%;
    }

    .office-hero-media,
    .office-hero-media img {
        min-height: 244px;
    }

    .office-proof-strip {
        gap: 0.65rem;
    }

    .office-proof-item,
    .office-proof-item:first-child {
        padding: 0.85rem 0;
        border-top: 1px solid rgba(113, 233, 255, 0.12);
        border-left: 0;
    }

    .office-proof-item:first-child {
        border-top: 0;
    }

    .office-hero-media figcaption strong {
        max-width: 25ch;
    }

    .office-benefit-section .section-heading {
        text-align: left;
    }

    .office-benefit-section .section-heading h2,
    .office-benefit-section .section-heading p,
    .office-process-copy.home-statement-heading h2,
    .office-process-copy.home-statement-heading p,
    .office-faq-section .section-heading.home-statement-heading h2,
    .office-faq-section .section-heading.home-statement-heading p {
        margin-left: 0;
    }

    .office-benefit-card {
        min-height: unset;
    }

    .office-process-copy.home-statement-heading,
    .office-faq-section .section-heading.home-statement-heading {
        text-align: left;
    }

    .office-process-copy.home-statement-heading::after,
    .office-benefit-section .section-heading::after,
    .office-faq-section .section-heading::after {
        margin-left: 0;
    }

    .office-process-step h3,
    .office-use-card h3,
    .office-benefit-card h3 {
        max-width: 100%;
    }
}
