@font-face {
    font-display: swap;
    font-family: 'SWS Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../assets/one-music/fonts/raleway-400-latin.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'SWS Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../assets/one-music/fonts/raleway-700-latin.woff2') format('woff2');
}

:root {
    --sws-pink: #c81754;
    --sws-purple: #7130c9;
    --sws-dark: #061020;
    --sws-text: #171a21;
    --sws-muted: #69707d;
    --sws-line: #dfe2e7;
    --sws-container: min(1200px, calc(100% - 48px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    overflow-x: hidden;
}

body.sws-site {
    background: #fff;
    color: var(--sws-text);
    font-family: 'SWS Raleway', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

.sws-skip-link {
    background: #fff;
    border: 3px solid var(--sws-dark);
    color: var(--sws-dark);
    font-weight: 700;
    left: 16px;
    padding: 10px 14px;
    position: fixed;
    top: -100px;
    z-index: 100;
}

.sws-skip-link:focus {
    top: 12px;
}

.sws-site a:focus-visible,
.sws-site button:focus-visible,
.sws-site input:focus-visible,
.sws-site select:focus-visible,
.sws-site textarea:focus-visible {
    outline: 3px solid #ffbd2e;
    outline-offset: 3px;
}

.sws-site h1,
.sws-site h2,
.sws-site h3,
.sws-site p {
    margin-top: 0;
}

.sws-site img {
    display: block;
    max-width: 100%;
}

.sws-site button,
.sws-site input,
.sws-site select,
.sws-site textarea {
    font: inherit;
}

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

/* Header */
.sws-header {
    background: var(--sws-dark);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 72px;
    position: relative;
    z-index: 20;
}

.sws-header__inner {
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: space-between;
}

.sws-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
}

.sws-brand__mark {
    align-items: center;
    display: flex;
    gap: 3px;
    height: 44px;
}

.sws-brand__bar {
    background: var(--sws-pink);
    border-radius: 2px;
    height: 20px;
    width: 3px;
}

.sws-brand__bar:nth-child(1),
.sws-brand__bar:nth-child(7) { height: 16px; }
.sws-brand__bar:nth-child(2),
.sws-brand__bar:nth-child(6) { height: 28px; }
.sws-brand__bar:nth-child(3),
.sws-brand__bar:nth-child(5) { height: 38px; }
.sws-brand__bar:nth-child(4) { height: 46px; }

.sws-brand__text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sws-nav {
    align-items: center;
    align-self: stretch;
    display: flex;
    gap: 32px;
}

.sws-nav--customer {
    gap: 16px;
}

.sws-nav form {
    display: contents;
}

.sws-nav__link {
    align-items: center;
    align-self: stretch;
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

.sws-nav__link:hover,
.sws-nav__link--active {
    color: #ff4d8e;
}

.sws-nav__link--active::after {
    background: var(--sws-pink);
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

.sws-nav__link--logout {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.sws-admin-link {
    align-items: center;
    border: 1px solid var(--sws-purple);
    border-radius: 8px;
    color: #e7c8ff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
}

.sws-admin-link:hover,
.sws-admin-link--active {
    background: rgba(139, 69, 230, 0.18);
    color: #fff;
}

.sws-admin-link__icon {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-width: 1.8;
    width: 19px;
}

.sws-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.sws-menu-toggle__line {
    background: #fff;
    height: 2px;
    width: 21px;
}

.sws-header-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.sws-header-actions .sws-menu-toggle {
    margin-left: 0;
}

.sws-header-user {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    gap: 8px;
    min-height: 42px;
    padding: 5px 13px 5px 6px;
    text-decoration: none;
}

.sws-header-user:hover,
.sws-header-user--active {
    border-color: var(--sws-pink);
    color: #fff;
}

.sws-header-user__avatar {
    align-items: center;
    background: var(--sws-pink);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 30px;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
}

.sws-header-user__name {
    font-size: 14px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Shared messages and forms */
.sws-flash-region {
    background: #f7f8fa;
}

.sws-flash-region .message {
    border-left: 4px solid var(--sws-purple);
    margin: 0;
    padding: 12px 16px;
}

.sws-flash-region .success { border-color: #239b56; }
.sws-flash-region .error { border-color: #c92d42; }

.sws-field {
    min-width: 0;
}

.sws-field--full {
    grid-column: 1 / -1;
}

.sws-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}

.sws-input {
    background: #fff;
    border: 1px solid #cfd3da;
    border-radius: 6px;
    color: var(--sws-text);
    display: block;
    height: 50px;
    padding: 0 15px;
    width: 100%;
}

.sws-input:focus {
    border-color: var(--sws-purple);
    box-shadow: 0 0 0 3px rgba(113, 48, 201, 0.2);
}

.sws-textarea,
.sws-admin-notes {
    height: 100px;
    min-height: 100px;
    padding-block: 12px;
    resize: vertical;
}

.sws-field__error {
    color: #b4233b;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.sws-submit,
.sws-login-submit,
.sws-home-button {
    align-items: center;
    background: var(--sws-pink);
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    text-decoration: none;
}

.sws-submit:hover,
.sws-login-submit:hover,
.sws-home-button:hover {
    background: #c81754;
    color: #fff;
}

.sws-submit svg,
.sws-login-submit svg,
.sws-home-button svg {
    fill: none;
    height: 20px;
    margin-right: 9px;
    stroke: currentColor;
    stroke-width: 1.8;
    width: 20px;
}

.sws-visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

/* Sonar-inspired public showcase */
.sws-site--sonar {
    background: #e9e8e1;
}

.sws-site--sonar .sws-header {
    background: transparent;
    border: 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
}

.sws-site--sonar .sws-header__inner {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.62);
    border-radius: 12px;
    height: 58px;
    margin-top: 16px;
    padding: 0 24px;
    width: calc(100% - 32px);
}

.sws-site--sonar .sws-brand,
.sws-site--sonar .sws-nav__link {
    color: #fff;
}

.sws-site--sonar .sws-nav__link:hover,
.sws-site--sonar .sws-nav__link--active {
    color: var(--sws-pink);
}

.sws-site--sonar .sws-admin-link {
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
}

.sws-site--sonar .sws-admin-link:hover,
.sws-site--sonar .sws-admin-link--active {
    background: #111;
    color: #fff;
}

.sws-site--sonar .sws-menu-toggle {
    border-color: rgba(255, 255, 255, 0.72);
    display: flex;
    margin-left: auto;
}

.sws-site--sonar .sws-menu-toggle__line {
    background: #fff;
}

.sws-site--sonar .sws-nav {
    align-items: stretch;
    backdrop-filter: blur(16px);
    background: rgba(7, 13, 24, 0.92);
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px 18px 18px;
    position: absolute;
    right: 0;
    top: 68px;
    width: min(300px, calc(100vw - 32px));
}

.sws-site--sonar .sws-nav.sws-nav--open {
    display: flex;
}

.sws-site--sonar .sws-nav .sws-nav__link {
    min-height: 45px;
}

.sws-site--sonar-light .sws-header__inner {
    border-color: rgba(17, 17, 17, 0.55);
}

.sws-site--sonar-light .sws-brand,
.sws-site--sonar-light .sws-nav__link,
.sws-site--sonar-light .sws-admin-link {
    color: #111;
}

.sws-site--sonar-light .sws-admin-link,
.sws-site--sonar-light .sws-menu-toggle {
    border-color: rgba(17, 17, 17, 0.6);
}

.sws-site--sonar-light .sws-menu-toggle__line {
    background: #111;
}

.sws-site--sonar-light .sws-header-user {
    border-color: rgba(17, 17, 17, 0.5);
    color: #111;
}

.sws-site--sonar-light .sws-header-user:hover,
.sws-site--sonar-light .sws-header-user--active {
    background: #111;
    border-color: #111;
    color: #fff;
}

.sws-site--sonar-light .sws-nav .sws-nav__link,
.sws-site--sonar-light .sws-nav .sws-admin-link {
    color: #fff;
}

.sws-site--sonar .sws-flash-region {
    background: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 28;
}

.sws-sonar-page {
    background: #e9e8e1;
    color: #111;
    padding: 0;
}

.sws-image-slot {
    align-items: center;
    background-color: #d8d0be;
    background-image:
        linear-gradient(rgba(17, 17, 17, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, 0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    color: #111;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 34px;
    text-align: center;
    width: 100%;
}

.sws-image-slot::before {
    border: 1px solid rgba(17, 17, 17, 0.45);
    border-radius: 50%;
    content: '+';
    display: grid;
    font-size: 22px;
    height: 42px;
    margin-bottom: 15px;
    place-items: center;
    width: 42px;
}

.sws-image-slot > span {
    color: #ff4d8e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sws-image-slot > strong {
    font-size: 18px;
    line-height: 1.25;
    margin-top: 8px;
}

.sws-image-slot > small {
    color: rgba(17, 17, 17, 0.64);
    font-size: 11px;
    line-height: 1.5;
    margin-top: 8px;
    max-width: 460px;
}

.sws-image-slot--hero {
    inset: 0;
    padding-top: 140px;
    position: absolute;
}

.sws-image-slot--contact,
.sws-image-slot--login {
    align-items: flex-start;
    inset: 0;
    position: absolute;
    text-align: left;
}

.sws-contact-hero__overlay {
    background: linear-gradient(180deg, transparent 10%, rgba(6, 16, 32, 0.78));
    inset: 0;
    position: absolute;
}

.sws-image-slot--contact {
    padding: 22px 3vw;
}

.sws-image-slot--contact::before {
    display: none;
}

.sws-image-slot--contact > strong {
    font-size: 14px;
}

.sws-image-slot--login {
    justify-content: flex-end;
    padding: 32px;
}

.sws-sonar-kicker {
    color: var(--sws-pink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.sws-sonar-link {
    border-bottom: 1px solid currentColor;
    color: #111;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.sws-sonar-link:hover {
    color: var(--sws-pink);
}

.sws-sonar-link--light {
    color: #fff;
}

.sws-sonar-hero {
    color: #fff;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
}

.sws-sonar-hero__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.sws-sonar-hero--services .sws-sonar-hero__image {
    object-position: center 35%;
}

.sws-sonar-hero__shade {
    background:
        linear-gradient(180deg, rgba(3, 8, 18, 0.28), rgba(3, 8, 18, 0.08) 35%, rgba(3, 8, 18, 0.8)),
        linear-gradient(90deg, rgba(3, 8, 18, 0.24), transparent 60%);
    inset: 0;
    position: absolute;
}

.sws-sonar-hero__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: flex-end;
    padding: 120px 3vw 42px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.sws-sonar-hero__content > p:first-child {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sws-sonar-hero h1 {
    font-size: clamp(54px, 6.2vw, 92px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.82;
    margin: 0 0 38px;
    max-width: 980px;
    text-transform: uppercase;
}

.sws-sonar-hero h1 span {
    display: block;
}

.sws-sonar-hero h1 em {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.46em;
    font-weight: 400;
    letter-spacing: -0.03em;
    margin: 3px 0;
    text-transform: lowercase;
}

.sws-sonar-hero__footer {
    align-items: flex-end;
    border-top: 1px dashed rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding-top: 22px;
    width: 100%;
}

.sws-sonar-hero__footer p {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 620px;
}

.sws-sonar-mosaic {
    display: grid;
    gap: 12px;
    grid-auto-rows: 250px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin: 16px 16px 0;
}

.sws-sonar-mosaic__intro,
.sws-sonar-media {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    overflow: hidden;
}

.sws-sonar-mosaic__intro {
    display: flex;
    flex-direction: column;
    grid-column: span 5;
    grid-row: span 2;
    justify-content: space-between;
    padding: clamp(28px, 4vw, 62px);
}

.sws-sonar-mosaic__intro h2 {
    font-size: clamp(38px, 4.5vw, 70px);
    letter-spacing: -0.055em;
    line-height: 0.96;
    margin-bottom: 24px;
}

.sws-sonar-mosaic__intro > p:not(.sws-sonar-kicker) {
    color: #4b4b48;
    font-size: 15px;
    max-width: 520px;
}

.sws-sonar-mosaic__intro .sws-sonar-link {
    align-self: flex-start;
}

.sws-sonar-media {
    color: #fff;
    position: relative;
}

.sws-sonar-media--music {
    grid-column: span 4;
    grid-row: span 2;
}

.sws-sonar-media--film,
.sws-sonar-media--voice {
    grid-column: span 3;
}

.sws-sonar-media img,
.sws-sonar-service img,
.sws-sonar-project img,
.sws-sonar-project-teaser__card img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease;
    width: 100%;
}

.sws-sonar-media:hover img,
.sws-sonar-service:hover img,
.sws-sonar-project:hover img,
.sws-sonar-project-teaser__card:hover img {
    transform: scale(1.025);
}

.sws-sonar-media::after {
    background: linear-gradient(180deg, transparent 35%, rgba(3, 8, 18, 0.86));
    content: '';
    inset: 0;
    position: absolute;
}

.sws-sonar-media > div {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.sws-sonar-media span,
.sws-sonar-project-teaser__card span,
.sws-sonar-service__copy > span,
.sws-sonar-project__copy > span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.sws-sonar-media strong {
    font-size: 21px;
    margin-top: 5px;
}

.sws-sonar-statement {
    margin: 0 auto;
    max-width: 1100px;
    padding: clamp(90px, 11vw, 170px) 24px;
    text-align: center;
}

.sws-sonar-statement h2 {
    font-size: clamp(42px, 5.8vw, 86px);
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.sws-sonar-statement > p:last-child {
    color: #51514e;
    font-size: 17px;
    margin: 32px auto 0;
    max-width: 720px;
}

.sws-sonar-flow {
    background: var(--sws-dark);
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 14px;
    color: #fff;
    margin-inline: 16px;
    padding: clamp(34px, 5vw, 76px);
}

.sws-sonar-flow header {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.8fr);
    margin-bottom: 62px;
}

.sws-sonar-flow h2 {
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0;
}

.sws-sonar-flow ol {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.sws-sonar-flow li {
    border-left: 1px dashed rgba(255, 255, 255, 0.35);
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 0 22px;
}

.sws-sonar-flow li:first-child {
    border-left: 0;
    padding-left: 0;
}

.sws-sonar-flow li:last-child {
    padding-right: 0;
}

.sws-sonar-flow li span {
    color: #ff4d8e;
    font-size: 13px;
    margin-bottom: auto;
}

.sws-sonar-flow li strong {
    font-size: 18px;
    margin-bottom: 7px;
}

.sws-sonar-flow li small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.55;
}

.sws-sonar-project-teaser {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-inline: 16px;
    padding: 16px 0 0;
}

.sws-sonar-project-teaser__heading,
.sws-sonar-project-teaser__card {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    min-height: 430px;
    overflow: hidden;
}

.sws-sonar-project-teaser__heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.sws-sonar-project-teaser__heading h2 {
    font-size: clamp(36px, 3.6vw, 55px);
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.sws-sonar-project-teaser__heading > p:last-child {
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
}

.sws-sonar-project-teaser__card {
    color: #fff;
    position: relative;
}

.sws-sonar-project-teaser__card::after {
    background: linear-gradient(180deg, transparent 30%, rgba(3, 8, 18, 0.9));
    content: '';
    inset: 0;
    position: absolute;
}

.sws-sonar-project-teaser__card > div {
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.sws-sonar-project-teaser__card h3 {
    font-size: 28px;
    letter-spacing: -0.03em;
    margin: 8px 0;
}

.sws-sonar-project-teaser__card small {
    color: rgba(255, 255, 255, 0.7);
}

.sws-sonar-project-teaser__link {
    grid-column: 1 / -1;
    justify-self: center;
    margin: 44px 0 80px;
}

/* Services */
.sws-sonar-service-line {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    margin: 16px;
    overflow: hidden;
    padding: 22px 0;
}

.sws-sonar-service-line > div {
    font-size: clamp(30px, 4vw, 62px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    padding-left: 3vw;
    white-space: nowrap;
}

.sws-sonar-service-line span {
    color: var(--sws-pink);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
}

.sws-sonar-services {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-inline: 16px;
}

.sws-sonar-service {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    color: #fff;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.sws-sonar-service__shade {
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.12), rgba(3, 8, 18, 0.92));
    inset: 0;
    position: absolute;
}

.sws-sonar-service__number {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 20px;
}

.sws-sonar-service__copy {
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
}

.sws-sonar-service__copy h2 {
    font-size: clamp(32px, 3vw, 48px);
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 10px 0 15px;
}

.sws-sonar-service__copy p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.sws-sonar-service__copy small {
    border-top: 1px dashed rgba(255, 255, 255, 0.42);
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 11px;
    margin-top: 22px;
    padding-top: 14px;
}

.sws-sonar-booking {
    align-items: start;
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    display: grid;
    gap: clamp(30px, 6vw, 90px);
    grid-template-columns: 0.35fr 1.25fr 0.8fr;
    margin: 16px;
    padding: clamp(34px, 5vw, 76px);
}

.sws-sonar-booking__number {
    font-size: clamp(90px, 11vw, 170px);
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 0.75;
}

.sws-sonar-booking h2 {
    font-size: clamp(40px, 5vw, 72px);
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.sws-sonar-booking > div:nth-child(2) > p:not(.sws-sonar-kicker) {
    color: #555;
    max-width: 610px;
}

.sws-sonar-booking dl {
    margin: 0;
}

.sws-sonar-booking dl > div {
    border-bottom: 1px dashed rgba(17, 17, 17, 0.4);
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.sws-sonar-booking dt {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
}

.sws-sonar-booking dd {
    font-weight: 700;
    margin: 0;
}

/* Work */
.sws-sonar-work {
    min-height: 80vh;
    padding-top: 74px;
}

.sws-sonar-work__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
    padding: 28px 24px;
    text-align: center;
}

.sws-sonar-work__header h1 {
    font-size: clamp(112px, 15vw, 220px);
    letter-spacing: -0.085em;
    line-height: 0.78;
    margin: 0;
}

.sws-sonar-work__header .sws-sonar-kicker {
    display: none;
}

.sws-sonar-work__header h1 sup {
    color: var(--sws-pink);
    font-size: 0.16em;
    letter-spacing: 0;
    top: -2.8em;
}

.sws-sonar-work__header > p {
    display: none;
}

.sws-sonar-work__filters {
    align-items: center;
    background: #111;
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto 64px;
    max-width: 680px;
    padding: 8px;
    width: calc(100% - 32px);
}

.sws-sonar-work__filters button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    flex: 1 1 auto;
    padding: 10px 16px;
    text-align: center;
}

.sws-sonar-work__filters button:hover,
.sws-sonar-work__filters button:focus-visible,
.sws-sonar-work__filters .sws-sonar-work__filter--active {
    background: #fff;
    color: #111;
}

.sws-sonar-projects {
    display: grid;
    gap: 12px;
    grid-auto-rows: 330px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 24px 24px;
}

.sws-sonar-project-index,
.sws-sonar-project {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    overflow: hidden;
}

.sws-sonar-project-index {
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    grid-row: span 1;
    justify-content: space-between;
    padding: 30px;
}

.sws-sonar-project-index > span {
    font-size: 12px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.sws-sonar-project-index strong {
    font-size: clamp(110px, 13vw, 190px);
    letter-spacing: -0.1em;
    line-height: 0.72;
}

.sws-sonar-project-index p {
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
    max-width: 280px;
}

.sws-sonar-project {
    color: #fff;
    position: relative;
}

.sws-sonar-project--tall {
    grid-column: span 1;
    grid-row: span 1;
}

.sws-sonar-project--wide {
    grid-column: span 1;
    grid-row: span 1;
}

.sws-sonar-project--standard {
    grid-column: span 1;
    grid-row: span 1;
}

.sws-sonar-project__shade {
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.08) 25%, rgba(3, 8, 18, 0.92));
    inset: 0;
    position: absolute;
}

.sws-sonar-project__copy {
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
}

.sws-sonar-project__copy h2 {
    font-size: clamp(25px, 2.4vw, 38px);
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 8px 0 13px;
}

.sws-sonar-project__copy small {
    color: rgba(255, 255, 255, 0.68);
    display: none;
    font-size: 11px;
    max-width: 540px;
}

.sws-sonar-project__preview {
    backdrop-filter: blur(8px);
    background: rgba(3, 8, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.12em;
    padding: 8px 12px;
    opacity: 0;
    position: absolute;
    right: 18px;
    text-transform: uppercase;
    top: 18px;
    transition: opacity 180ms ease;
}

.sws-sonar-project:hover .sws-sonar-project__preview,
.sws-sonar-project:focus-within .sws-sonar-project__preview {
    opacity: 1;
}

.sws-sonar-project__preview span {
    color: #ff4d8e;
    margin-right: 5px;
}

.sws-sonar-work__cta {
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
    margin-top: 12px;
    padding: clamp(70px, 10vw, 150px) 24px;
    text-align: center;
}

.sws-sonar-work__cta h2 {
    font-size: clamp(42px, 6vw, 86px);
    letter-spacing: -0.06em;
    line-height: 0.96;
    margin: 0 auto 38px;
    max-width: 1000px;
}

.sws-site--sonar .sws-footer {
    background: #e9e8e1;
    border-top: 1px dashed rgba(17, 17, 17, 0.45);
    color: #333;
}

.sws-site--sonar .sws-footer__brand,
.sws-site--sonar .sws-footer__detail,
.sws-site--sonar .sws-footer__copyright a {
    color: #333;
}

.sws-site--sonar .sws-footer__divider {
    background: rgba(17, 17, 17, 0.25);
}

@media (max-width: 1024px) {
    .sws-sonar-hero {
        min-height: 100vh;
        min-height: 100svh;
    }

    .sws-sonar-mosaic__intro {
        grid-column: span 6;
    }

    .sws-sonar-media--music {
        grid-column: span 6;
    }

    .sws-sonar-media--film,
    .sws-sonar-media--voice {
        grid-column: span 6;
    }

    .sws-sonar-flow ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 36px;
    }

    .sws-sonar-flow li:nth-child(4) {
        border-left: 0;
        padding-left: 0;
    }

    .sws-sonar-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-sonar-booking {
        grid-template-columns: 0.35fr 1.65fr;
    }

    .sws-sonar-booking dl {
        grid-column: 2;
    }

    .sws-sonar-projects {
        grid-auto-rows: 280px;
    }
}

@media (max-width: 768px) {
    .sws-site--sonar .sws-header__inner {
        margin-top: 10px;
    }

    .sws-site--sonar .sws-nav {
        background: #e9e8e1;
        border: 1px dashed rgba(17, 17, 17, 0.55);
        border-radius: 12px;
        left: 0;
        padding-inline: 16px;
        right: 0;
        top: 70px;
        width: auto;
    }

    .sws-site--sonar .sws-nav__link {
        color: #111;
    }

    .sws-sonar-page {
        padding: 0;
    }

    .sws-sonar-hero {
        min-height: 100vh;
        min-height: 100svh;
    }

    .sws-sonar-hero__content {
        padding: 115px 28px 34px;
    }

    .sws-sonar-hero h1 {
        font-size: clamp(52px, 12vw, 86px);
    }

    .sws-sonar-mosaic {
        grid-auto-rows: 240px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-sonar-mosaic__intro,
    .sws-sonar-media--music {
        grid-column: 1 / -1;
    }

    .sws-sonar-media--film,
    .sws-sonar-media--voice {
        grid-column: span 1;
    }

    .sws-sonar-flow header,
    .sws-sonar-booking {
        grid-template-columns: 1fr;
    }

    .sws-sonar-flow ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-sonar-flow li:nth-child(3),
    .sws-sonar-flow li:nth-child(5) {
        border-left: 0;
        padding-left: 0;
    }

    .sws-sonar-flow li:nth-child(4) {
        border-left: 1px dashed rgba(255, 255, 255, 0.35);
        padding-left: 22px;
    }

    .sws-sonar-project-teaser {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-sonar-project-teaser__heading {
        grid-column: 1 / -1;
        min-height: 350px;
    }

    .sws-sonar-service-line > div {
        font-size: 36px;
    }

    .sws-sonar-booking dl {
        grid-column: 1;
    }

    .sws-sonar-projects {
        grid-auto-rows: 240px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-sonar-project-index,
    .sws-sonar-project--tall,
    .sws-sonar-project--wide,
    .sws-sonar-project--standard {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 580px) {
    .sws-sonar-page {
        padding: 0;
    }

    .sws-sonar-hero {
        min-height: 100vh;
        min-height: 100svh;
    }

    .sws-sonar-hero__content {
        padding: 105px 20px 26px;
    }

    .sws-sonar-hero h1 {
        font-size: clamp(44px, 14vw, 64px);
        line-height: 0.82;
    }

    .sws-sonar-hero h1 em {
        margin-left: 18%;
    }

    .sws-sonar-hero__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .sws-sonar-mosaic {
        display: block;
    }

    .sws-sonar-mosaic__intro,
    .sws-sonar-media {
        margin-bottom: 8px;
        min-height: 340px;
    }

    .sws-sonar-flow header {
        gap: 20px;
        margin-bottom: 44px;
    }

    .sws-sonar-flow ol,
    .sws-sonar-project-teaser,
    .sws-sonar-services,
    .sws-sonar-projects {
        grid-template-columns: 1fr;
    }

    .sws-sonar-flow li,
    .sws-sonar-flow li:nth-child(4) {
        border-left: 0;
        border-top: 1px dashed rgba(255, 255, 255, 0.35);
        min-height: 140px;
        padding: 20px 0 0;
    }

    .sws-sonar-flow li:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .sws-sonar-flow li span {
        margin-bottom: 34px;
    }

    .sws-sonar-project-teaser__heading,
    .sws-sonar-project-teaser__card {
        min-height: 360px;
    }

    .sws-sonar-service {
        min-height: 500px;
    }

    .sws-sonar-booking {
        gap: 30px;
    }

    .sws-sonar-work {
        padding-top: 90px;
    }

    .sws-sonar-work__header {
        align-items: flex-start;
        flex-direction: column;
        padding-inline: 12px;
    }

    .sws-sonar-work__header h1 {
        font-size: clamp(70px, 24vw, 110px);
    }

    .sws-sonar-work__filters {
        overflow-x: auto;
    }

    .sws-sonar-project-index,
    .sws-sonar-project--tall,
    .sws-sonar-project--wide,
    .sws-sonar-project--standard {
        grid-column: 1;
        grid-row: span 1;
    }
}

@media (max-width: 400px) {
    .sws-site--sonar .sws-header__inner {
        padding-inline: 12px;
    }

    .sws-sonar-hero__content {
        padding-inline: 16px;
    }

    .sws-sonar-hero h1 {
        font-size: 43px;
    }

    .sws-sonar-mosaic__intro,
    .sws-sonar-flow,
    .sws-sonar-project-teaser__heading,
    .sws-sonar-service__copy,
    .sws-sonar-booking,
    .sws-sonar-project-index,
    .sws-sonar-project__copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sws-sonar-service__number {
        font-size: 60px;
    }

    .sws-sonar-work__header {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* Contact */
.sws-contact-page {
    background: #f6f7f9;
}

.sws-contact-hero {
    color: #fff;
    height: 300px;
    position: relative;
}

.sws-contact-hero__content {
    padding-top: 82px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.sws-contact-hero__title {
    font-size: clamp(32px, 4vw, 48px);
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sws-contact-hero__lead {
    font-size: 18px;
}

.sws-contact-section {
    padding-bottom: 46px;
}

.sws-contact-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.14);
    display: grid;
    grid-template-columns: 38% 62%;
    margin-top: -70px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sws-contact-card__info,
.sws-contact-card__form {
    padding: 38px 42px;
}

.sws-contact-card__info {
    border-right: 1px solid var(--sws-line);
}

.sws-section-title {
    color: var(--sws-purple);
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.sws-contact-item {
    align-items: center;
    border-bottom: 1px solid var(--sws-line);
    display: flex;
    gap: 18px;
    padding: 22px 0;
}

.sws-contact-item:last-child {
    border-bottom: 0;
}

.sws-contact-item__icon {
    align-items: center;
    background: var(--sws-dark);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
}

.sws-contact-item__icon svg {
    fill: none;
    height: 23px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    width: 23px;
}

.sws-contact-item__copy,
.sws-contact-item__copy strong,
.sws-contact-item__copy span {
    display: block;
}

.sws-contact-item__copy a {
    color: var(--sws-text);
    overflow-wrap: anywhere;
    text-decoration: none;
}

.sws-contact-item__copy span {
    color: var(--sws-muted);
    font-size: 13px;
    margin-top: 4px;
}

.sws-contact-form__grid {
    display: grid;
    gap: 18px 24px;
    grid-template-columns: 1fr 1fr;
}

.sws-captcha {
    background: #f8f9fb;
    border: 1px solid var(--sws-line);
    border-radius: 6px;
    min-height: 68px;
    padding: 12px 16px;
}

.sws-captcha__field {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.sws-turnstile,
.sws-turnstile iframe {
    max-width: 100%;
    width: 100%;
}

.sws-captcha__help {
    color: var(--sws-muted);
    font-size: 12px;
}

.sws-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.sws-contact-card .sws-submit {
    width: 100%;
}

.sws-contact-signin__title {
    font-size: 30px;
    margin-bottom: 12px;
}

.sws-contact-signin__copy {
    color: var(--sws-muted);
    max-width: 650px;
}

.sws-contact-service-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 24px 0 28px;
    padding: 0;
}

.sws-contact-service-list li {
    padding-left: 28px;
    position: relative;
}

.sws-contact-service-list li::before {
    color: var(--sws-pink);
    content: '✓';
    font-weight: 700;
    left: 0;
    position: absolute;
}

.sws-contact-signin__button {
    width: auto !important;
}

/* Login */
.sws-login-shell {
    min-height: calc(100vh - 72px);
    overflow: hidden;
    position: relative;
}

.sws-login-layout {
    align-items: center;
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 460px;
    min-height: calc(100vh - 72px);
    padding-block: 60px;
    position: relative;
    z-index: 1;
}

.sws-login-intro {
    color: #111;
    max-width: 600px;
}

.sws-login-intro__title {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.sws-login-intro__copy {
    color: rgba(17, 17, 17, 0.72);
    font-size: 18px;
}

.sws-login-points {
    display: flex;
    gap: 24px;
    margin-top: 28px;
}

.sws-login-point {
    align-items: center;
    color: rgba(17, 17, 17, 0.82);
    display: flex;
    gap: 8px;
}

.sws-login-point svg,
.sws-login-card__icon svg,
.sws-login-security svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.sws-login-point svg {
    height: 22px;
    width: 22px;
}

.sws-login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    padding: 38px;
}

.sws-login-card__icon {
    align-items: center;
    background: #f7eaf1;
    border-radius: 50%;
    color: var(--sws-pink);
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.sws-login-card__icon svg {
    height: 27px;
    width: 27px;
}

.sws-login-card__eyebrow {
    margin: 20px 0 6px;
}

.sws-login-card__title {
    font-size: 32px;
    margin-bottom: 8px;
}

.sws-login-card__copy,
.sws-login-label-note,
.sws-login-security {
    color: var(--sws-muted);
}

.sws-login-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.sws-login-layout--single {
    display: flex;
    justify-content: center;
}

.sws-login-layout--single .sws-login-card {
    max-width: 480px;
    width: 100%;
}

.sws-login-label-row {
    display: flex;
    justify-content: space-between;
}

.sws-login-label-note {
    font-size: 12px;
}

.sws-login-help-link,
.sws-login-back-link,
.sws-reset-debug a {
    color: var(--sws-purple);
    font-weight: 700;
}

.sws-login-help-link {
    font-size: 13px;
}

.sws-login-back-link {
    display: inline-block;
    margin-top: 22px;
}

.sws-reset-debug {
    background: #f4eafe;
    border-left: 4px solid var(--sws-purple);
    margin-top: 22px;
    padding: 14px 16px;
}

.sws-reset-debug p {
    margin: 5px 0;
}

.sws-login-submit {
    width: 100%;
}

.sws-login-submit svg {
    margin: 0 0 0 10px;
}

.sws-login-security {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 7px;
    margin: 20px 0 0;
}

.sws-login-security svg {
    height: 18px;
    width: 18px;
}

/* Customer and administrator workspace */
.sws-admin-page {
    background: #e9e8e1;
    color: #111;
    min-height: 72vh;
}

.sws-admin-hero {
    background-color: #e9e8e1;
    background-image:
        linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    border-bottom: 1px dashed rgba(17, 17, 17, 0.48);
    color: #111;
    overflow: hidden;
    padding: 72px 0 78px;
    position: relative;
}

.sws-admin-hero--detail {
    padding: 50px 0 58px;
}

.sws-admin-hero__content {
    position: relative;
    z-index: 1;
}

.sws-admin-eyebrow {
    color: var(--sws-pink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.sws-admin-title {
    font-size: clamp(54px, 7.5vw, 108px);
    letter-spacing: -0.07em;
    line-height: 0.85;
    margin-bottom: 22px;
    max-width: 1000px;
}

.sws-admin-hero--detail .sws-admin-title {
    font-size: clamp(48px, 6vw, 82px);
}

.sws-admin-lead {
    color: #555650;
    font-size: 16px;
    margin-bottom: 0;
    max-width: 690px;
}

.sws-admin-main {
    padding: 24px 0 80px;
}

.sws-admin-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 12px;
}

.sws-admin-stat,
.sws-admin-panel {
    background: rgba(255, 255, 255, 0.6);
    border: 1px dashed rgba(17, 17, 17, 0.45);
    border-radius: 12px;
}

.sws-admin-stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    padding: 22px;
}

.sws-admin-stat:first-child {
    background-color: #101827;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    color: #fff;
}

.sws-admin-stat__value,
.sws-admin-stat__label {
    display: block;
}

.sws-admin-stat__value {
    font-size: clamp(45px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.sws-admin-stat__label,
.sws-admin-muted {
    color: #64655f;
    font-size: 12px;
}

.sws-admin-stat:first-child .sws-admin-stat__label {
    color: rgba(255, 255, 255, 0.65);
}

.sws-admin-panel {
    padding: clamp(22px, 3vw, 38px);
}

.sws-admin-panel__header,
.sws-admin-detail-heading {
    align-items: flex-end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.sws-admin-panel__header {
    border-bottom: 1px dashed rgba(17, 17, 17, 0.35);
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.sws-admin-panel__title {
    font-size: clamp(27px, 3vw, 42px);
    letter-spacing: -0.045em;
    line-height: 1;
    margin-bottom: 22px;
}

.sws-admin-panel__header .sws-admin-panel__title {
    margin-bottom: 0;
}

.sws-admin-secondary-link,
.sws-admin-open-link,
.sws-admin-back {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.sws-admin-secondary-link,
.sws-admin-back {
    border-bottom: 1px solid currentColor;
    color: #111;
    padding-bottom: 4px;
}

.sws-admin-secondary-link:hover,
.sws-admin-back:hover {
    color: var(--sws-pink);
}

.sws-admin-open-link {
    background: var(--sws-pink);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    min-width: 70px;
    padding: 8px 13px;
}

.sws-admin-open-link:hover {
    background: #a91248;
    color: #fff;
}

.sws-admin-filters {
    background: #111;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 24px;
    padding: 8px;
}

.sws-admin-filter {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    padding: 9px 14px;
    text-decoration: none;
}

.sws-admin-filter:hover,
.sws-admin-filter--active {
    background: #fff;
    color: #111;
}

.sws-admin-table-wrap {
    border: 1px dashed rgba(17, 17, 17, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.sws-admin-table {
    border-collapse: collapse;
    min-width: 1080px;
    width: 100%;
}

.sws-project-table {
    min-width: 920px;
}

.sws-admin-table th,
.sws-admin-table td {
    border-bottom: 1px dashed rgba(17, 17, 17, 0.24);
    padding: 16px 13px;
    text-align: left;
    vertical-align: top;
}

.sws-admin-table tr:last-child td {
    border-bottom: 0;
}

.sws-admin-table th {
    background: #101827;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sws-admin-table tbody tr {
    background: rgba(255, 255, 255, 0.56);
    transition: background 150ms ease;
}

.sws-admin-table tbody tr:hover {
    background: #fff;
}

.sws-admin-customer,
.sws-admin-email {
    display: block;
}

.sws-admin-customer,
.sws-admin-reference {
    font-weight: 700;
}

.sws-admin-reference {
    color: #111;
    white-space: nowrap;
}

.sws-admin-email {
    color: #5f605b;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.sws-admin-message {
    max-width: 320px;
    min-width: 210px;
    white-space: normal;
}

.sws-status {
    background: #e3e4df;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    white-space: nowrap;
}

.sws-status--new { background: #fbe7ef; color: #a9164a; }
.sws-status--contacted,
.sws-status--consultation-scheduled,
.sws-status--under-review { background: #e8f0ff; color: #2459a9; }
.sws-status--proposal-sent,
.sws-status--approved,
.sws-status--awaiting-contract,
.sws-status--contract-accepted { background: #f4eafe; color: #6f32a4; }
.sws-status--in-production,
.sws-status--in-progress { background: #fff1d8; color: #805300; }
.sws-status--completed { background: #e5f6eb; color: #267342; }
.sws-status--closed,
.sws-status--cancelled { background: #ececec; color: #555; }

.sws-admin-empty {
    color: #60615c;
    padding: 46px 22px !important;
    text-align: center !important;
}

.sws-admin-empty strong,
.sws-admin-empty span {
    display: block;
}

.sws-admin-empty strong {
    color: #111;
    font-size: 25px;
    margin-bottom: 6px;
}

.sws-admin-empty .sws-workspace-action {
    margin-top: 20px;
}

.sws-admin-pagination {
    margin-top: 26px;
}

.sws-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sws-pagination li {
    margin: 0;
}

.sws-pagination a,
.sws-pagination .active span {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(17, 17, 17, 0.35);
    border-radius: 999px;
    color: #111;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 8px 13px;
    text-decoration: none;
}

.sws-pagination .prev a,
.sws-pagination .next a {
    min-width: 112px;
}

.sws-pagination a:hover,
.sws-pagination a:focus-visible,
.sws-pagination .active a,
.sws-pagination .active span {
    background: #111;
    border-color: #111;
    color: #fff;
}

.sws-pagination .disabled a {
    color: #a0a19c;
    cursor: not-allowed;
    opacity: 0.55;
    pointer-events: none;
}

.sws-admin-detail-heading {
    align-items: center;
}

.sws-admin-back {
    display: inline-block;
    margin-bottom: 28px;
}

.sws-admin-detail-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.sws-admin-detail-list {
    margin: 0;
}

.sws-admin-detail-list > div {
    border-top: 1px dashed rgba(17, 17, 17, 0.28);
    display: grid;
    gap: 24px;
    grid-template-columns: 190px minmax(0, 1fr);
    padding: 16px 0;
}

.sws-admin-detail-list dt {
    color: #696a65;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sws-admin-detail-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.sws-admin-detail-list a {
    color: var(--sws-purple);
}

.sws-admin-project-copy {
    background-color: #101827;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    border-radius: 10px;
    color: #fff;
    margin-top: 24px;
    padding: 24px;
}

.sws-admin-project-copy h3 {
    color: #ff4d8e;
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sws-admin-project-copy p {
    margin-bottom: 0;
}

.sws-admin-form {
    display: grid;
    gap: 18px;
}

.sws-admin-notes {
    height: 170px;
}

.sws-admin-security-note {
    color: #6b6c67;
    font-size: 11px;
    line-height: 1.55;
    margin: 20px 0 0;
}

/* Customer projects */
.sws-project-hero__content {
    align-items: flex-end;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.sws-workspace-action {
    align-items: center;
    background: var(--sws-pink);
    border: 1px solid var(--sws-pink);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.04em;
    min-height: 46px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.sws-project-start-form {
    flex: 0 0 auto;
    margin: 0;
}

.sws-workspace-action:hover,
.sws-workspace-action:focus-visible {
    background: #a91248;
    border-color: #a91248;
    color: #fff;
}

.sws-workspace-action--dark {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.sws-project-side,
.sws-admin-workflow,
.sws-account-summary {
    align-self: start;
    background-color: #101827;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.sws-project-side .sws-admin-eyebrow,
.sws-admin-workflow .sws-admin-eyebrow {
    color: #ff4d8e;
}

.sws-project-side__copy,
.sws-project-side__account small,
.sws-project-side .sws-admin-security-note,
.sws-admin-workflow .sws-admin-security-note {
    color: rgba(255, 255, 255, 0.66);
}

.sws-project-side__copy {
    margin: 18px 0 0;
    overflow-wrap: anywhere;
}

.sws-project-side__account {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
    border-top: 1px dashed rgba(255, 255, 255, 0.28);
    display: grid;
    margin: 22px 0;
    padding: 18px 0;
}

.sws-project-side__account span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sws-project-side__account strong {
    margin-bottom: 3px;
}

.sws-project-side__account small {
    overflow-wrap: anywhere;
}

.sws-project-empty {
    margin-inline: auto;
    max-width: 720px;
    padding: 38px 20px;
    text-align: center;
}

.sws-project-empty p {
    color: #62635e;
}

/* Customer account */
.sws-account-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
}

.sws-account-form {
    max-width: 680px;
}

.sws-account-form .sws-workspace-action {
    justify-self: start;
}

.sws-account-summary {
    text-align: center;
}

.sws-account-summary__avatar {
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 34px;
    font-weight: 700;
    height: 86px;
    justify-content: center;
    margin: 0 auto 18px;
    width: 86px;
}

.sws-account-summary h2 {
    font-size: 28px;
    letter-spacing: -0.035em;
    margin-bottom: 5px;
}

.sws-account-summary > p {
    color: rgba(255, 255, 255, 0.66);
    overflow-wrap: anywhere;
}

.sws-account-summary__details {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.28);
    border-top: 1px dashed rgba(255, 255, 255, 0.28);
    margin: 26px 0 0;
    text-align: left;
}

.sws-account-summary__details > div {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.sws-account-summary__details dt {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    text-transform: uppercase;
}

.sws-account-summary__details dd {
    font-weight: 700;
    margin: 0;
}

.sws-account-summary .sws-admin-security-note,
.sws-account-summary .sws-admin-security-note a {
    color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1024px) {
    .sws-admin-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-admin-detail-grid,
    .sws-account-grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
    }
}

@media (max-width: 768px) {
    .sws-admin-hero {
        padding: 54px 0 60px;
    }

    .sws-admin-title {
        font-size: clamp(48px, 13vw, 76px);
    }

    .sws-admin-main {
        padding-top: 12px;
    }

    .sws-project-hero__content,
    .sws-admin-detail-heading,
    .sws-admin-panel__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .sws-admin-detail-grid,
    .sws-account-grid {
        grid-template-columns: 1fr;
    }

    .sws-admin-table-wrap {
        border: 0;
        overflow: visible;
    }

    .sws-admin-table,
    .sws-project-table,
    .sws-admin-table tbody,
    .sws-admin-table tr,
    .sws-admin-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .sws-admin-table thead {
        display: none;
    }

    .sws-admin-table tr {
        background: rgba(255, 255, 255, 0.66);
        border: 1px dashed rgba(17, 17, 17, 0.42);
        border-radius: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 10px 0;
    }

    .sws-admin-table td {
        border: 0;
        display: grid;
        gap: 15px;
        grid-template-columns: 116px minmax(0, 1fr);
        padding: 8px 15px;
    }

    .sws-admin-table td::before {
        color: #74756f;
        content: attr(data-label);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .sws-admin-table td:last-child {
        display: block;
        padding-top: 14px;
    }

    .sws-admin-open-link {
        width: 100%;
    }

    .sws-admin-empty {
        display: block !important;
    }

    .sws-admin-empty::before {
        display: none;
    }

    .sws-admin-message {
        max-width: none;
        min-width: 0;
    }

    .sws-account-summary {
        order: -1;
    }
}

@media (max-width: 580px) {
    .sws-admin-summary {
        gap: 8px;
    }

    .sws-admin-stat {
        min-height: 125px;
        padding: 18px;
    }

    .sws-admin-panel {
        padding: 20px 16px;
    }

    .sws-admin-detail-list > div {
        gap: 5px;
        grid-template-columns: 1fr;
    }

    .sws-admin-filters {
        align-items: stretch;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sws-admin-filter {
        text-align: center;
    }

    .sws-pagination .prev,
    .sws-pagination .next {
        flex-basis: calc(50% - 4px);
    }

    .sws-pagination .prev a,
    .sws-pagination .next a {
        width: 100%;
    }
}
/* Footer and error page */
.sws-footer {
    background: var(--sws-dark);
    color: rgba(255, 255, 255, 0.75);
    padding: 26px 0;
}

.sws-footer__content,
.sws-footer__details {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.sws-footer__details {
    gap: 20px;
}

.sws-brand__mark--small {
    transform: scale(0.7);
}

.sws-brand__text--small {
    font-size: 13px;
}

.sws-footer__divider {
    background: rgba(255, 255, 255, 0.2);
    height: 30px;
    width: 1px;
}

.sws-footer__detail,
.sws-footer__copyright a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.sws-footer__copyright {
    font-size: 12px;
    margin: 0;
    text-align: right;
}

.sws-error-page {
    align-items: center;
    background-color: #e9e8e1;
    background-image:
        linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.sws-error-card {
    background: rgba(255, 255, 255, 0.58);
    border: 1px dashed rgba(17, 17, 17, 0.5);
    border-radius: 12px;
    max-width: 760px;
    padding: clamp(30px, 6vw, 72px);
    text-align: center;
    width: 100%;
}

.sws-error-brand {
    color: #111;
    justify-content: center;
    margin-bottom: 50px;
}

.sws-error-code {
    color: var(--sws-pink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
}

.sws-error-kicker {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sws-error-card h1 {
    font-size: clamp(48px, 8vw, 88px);
    letter-spacing: -0.065em;
    line-height: 0.92;
    margin-bottom: 26px;
}

.sws-error-copy {
    color: #60615c;
    margin: 0 auto 30px;
    max-width: 560px;
}

@media (max-width: 1024px) {
    :root { --sws-container: min(1200px, calc(100% - 32px)); }
    .sws-nav { gap: 20px; }
    .sws-brand__text { font-size: 15px; letter-spacing: 2px; }
    .sws-contact-card { grid-template-columns: 34% 66%; }
    .sws-contact-card__info,
    .sws-contact-card__form { padding: 32px; }
    .sws-login-layout { gap: 45px; grid-template-columns: 1fr 430px; }
    .sws-admin-summary { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .sws-menu-toggle { display: flex; }
    .sws-brand__text { font-size: 14px; }
    .sws-nav {
        align-items: stretch;
        background: var(--sws-dark);
        display: none;
        flex-direction: column;
        gap: 0;
        left: -16px;
        padding: 10px 16px 18px;
        position: absolute;
        right: -16px;
        top: 72px;
    }
    .sws-nav--open { display: flex; }
    .sws-nav__link { min-height: 45px; }
    .sws-nav__link--active::after { display: none; }
    .sws-admin-link { justify-content: center; margin-top: 8px; }
    .sws-login-layout,
    .sws-admin-detail-grid,
    .sws-account-grid { grid-template-columns: 1fr; }
    .sws-contact-card { grid-template-columns: 1fr; }
    .sws-contact-card__info { border-bottom: 1px solid var(--sws-line); border-right: 0; }
    .sws-login-layout { justify-items: center; }
    .sws-login-intro { display: none; }
    .sws-login-card { max-width: 480px; width: 100%; }
    .sws-footer__content,
    .sws-footer__details { flex-direction: column; gap: 14px; }
    .sws-footer__divider { display: none; }
    .sws-footer__copyright { text-align: center; }
    .sws-admin-detail-heading { align-items: flex-start; flex-direction: column; }
    .sws-project-hero__content { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 580px) {
    :root { --sws-container: calc(100% - 28px); }
    .sws-brand { gap: 8px; }
    .sws-brand__mark { transform: scale(0.8); transform-origin: left center; width: 28px; }
    .sws-brand__text { font-size: 12px; letter-spacing: 1.5px; }
    .sws-contact-form__grid { grid-template-columns: 1fr; }
    .sws-admin-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sws-contact-hero { height: 270px; }
    .sws-contact-hero__content { padding-top: 60px; }
    .sws-contact-card__info,
    .sws-contact-card__form,
    .sws-login-card,
    .sws-admin-panel { padding: 24px 20px; }
    .sws-login-label-note { display: none; }
    .sws-admin-detail-list > div { gap: 5px; grid-template-columns: 1fr; }
    .sws-admin-panel__header { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 400px) {
    :root { --sws-container: calc(100% - 24px); }
    .sws-brand__text { max-width: 180px; white-space: normal; }
    .sws-contact-card { border-radius: 8px; }
    .sws-contact-card__info,
    .sws-contact-card__form,
    .sws-login-card { padding: 22px 16px; }
    .sws-input { min-width: 0; }
}

/* Contact and login use the same editorial system as the Work page. */
.sws-site--sonar-contact .sws-contact-page,
.sws-site--sonar-login .sws-login-page {
    background: #e9e8e1;
    color: #111;
}

.sws-site--sonar-contact .sws-contact-hero,
.sws-site--sonar-login .sws-login-heading {
    align-items: center;
    color: #111;
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 330px;
    padding: 92px 24px 34px;
    text-align: center;
}

.sws-site--sonar-contact .sws-contact-hero__content {
    padding: 0;
    width: 100%;
}

.sws-site--sonar-contact .sws-contact-hero .sws-sonar-kicker,
.sws-site--sonar-login .sws-login-heading .sws-sonar-kicker {
    display: none;
}

.sws-site--sonar-contact .sws-contact-hero__title,
.sws-site--sonar-login .sws-login-heading__title {
    font-size: clamp(88px, 11.5vw, 165px);
    letter-spacing: -0.085em;
    line-height: 0.78;
    margin: 0;
    text-transform: none;
}

.sws-site--sonar-contact .sws-contact-hero__title sup,
.sws-site--sonar-login .sws-login-heading__title sup {
    color: var(--sws-pink);
    font-size: 0.16em;
    letter-spacing: 0;
    position: relative;
    top: -2.45em;
}

.sws-site--sonar-contact .sws-contact-section {
    padding: 0 24px 64px;
}

.sws-site--sonar-contact .sws-contact-card {
    background: transparent;
    border: 1px dashed rgba(17, 17, 17, 0.48);
    border-radius: 12px;
    box-shadow: none;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    margin-top: 0;
}

.sws-site--sonar-contact .sws-contact-card__info,
.sws-site--sonar-contact .sws-contact-card__form {
    padding: clamp(32px, 4vw, 58px);
}

.sws-site--sonar-contact .sws-contact-card__info {
    background-color: #101827;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    border-right: 0;
    color: #fff;
}

.sws-site--sonar-contact .sws-contact-card__form {
    background: rgba(255, 255, 255, 0.58);
    border-left: 1px dashed rgba(17, 17, 17, 0.48);
}

.sws-site--sonar-contact .sws-section-title {
    color: var(--sws-pink);
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 24px;
}

.sws-contact-card__intro {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin: -8px 0 26px;
    max-width: 330px;
}

.sws-site--sonar-contact .sws-contact-item {
    border-bottom-color: rgba(255, 255, 255, 0.24);
}

.sws-site--sonar-contact .sws-contact-item__icon {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.56);
    color: #fff;
}

.sws-site--sonar-contact .sws-contact-item__copy a,
.sws-site--sonar-contact .sws-contact-item__copy strong {
    color: #fff;
}

.sws-site--sonar-contact .sws-contact-item__copy span {
    color: rgba(255, 255, 255, 0.62);
}

.sws-site--sonar-contact .sws-contact-signin__title {
    font-size: clamp(36px, 4vw, 58px);
    letter-spacing: -0.055em;
    line-height: 0.95;
    margin-bottom: 20px;
}

.sws-site--sonar-contact .sws-contact-signin__copy {
    color: #5f605b;
}

.sws-site--sonar-contact .sws-input,
.sws-site--sonar-login .sws-input {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(17, 17, 17, 0.28);
    border-radius: 4px;
}

.sws-site--sonar-contact .sws-captcha {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(17, 17, 17, 0.25);
}

.sws-site--sonar-login .sws-login-shell {
    background: #e9e8e1;
    min-height: auto;
    overflow: visible;
    padding-top: 0;
}

.sws-site--sonar-login .sws-login-heading {
    margin: 0;
}

.sws-site--sonar-login .sws-login-layout {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    min-height: 0;
    padding: 0 0 64px;
}

.sws-site--sonar-login .sws-login-intro {
    background-color: #101827;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    border-radius: 12px 0 0 12px;
    color: #fff;
    display: block;
    max-width: none;
    padding: clamp(38px, 5vw, 68px);
}

.sws-site--sonar-login .sws-login-eyebrow {
    color: #ff4d8e;
}

.sws-site--sonar-login .sws-login-intro__title {
    font-size: clamp(44px, 5vw, 72px);
    letter-spacing: -0.06em;
    line-height: 0.96;
    max-width: 650px;
}

.sws-site--sonar-login .sws-login-intro__copy,
.sws-site--sonar-login .sws-login-point {
    color: rgba(255, 255, 255, 0.68);
}

.sws-site--sonar-login .sws-login-points {
    align-items: flex-start;
    border-top: 1px dashed rgba(255, 255, 255, 0.28);
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
    padding-top: 24px;
}

.sws-site--sonar-login .sws-login-card {
    background: rgba(255, 255, 255, 0.58);
    border: 1px dashed rgba(17, 17, 17, 0.48);
    border-left: 0;
    border-radius: 0 12px 12px 0;
    box-shadow: none;
    max-width: none;
    padding: clamp(38px, 5vw, 68px);
    width: 100%;
}

.sws-site--sonar-login .sws-login-card__title {
    font-size: clamp(38px, 4vw, 56px);
    letter-spacing: -0.055em;
    line-height: 1;
}

.sws-site--sonar-login .sws-login-submit,
.sws-site--sonar-contact .sws-submit {
    border-radius: 4px;
}

@media (max-width: 768px) {
    .sws-site--sonar .sws-nav {
        background: #101827;
        border-color: rgba(255, 255, 255, 0.45);
    }

    .sws-site--sonar .sws-nav .sws-nav__link,
    .sws-site--sonar .sws-nav .sws-admin-link {
        color: #fff;
    }

    .sws-site--sonar-contact .sws-contact-hero,
    .sws-site--sonar-login .sws-login-heading {
        min-height: 260px;
        padding: 90px 16px 24px;
    }

    .sws-site--sonar-contact .sws-contact-hero__title,
    .sws-site--sonar-login .sws-login-heading__title {
        font-size: clamp(64px, 17vw, 96px);
    }

    .sws-site--sonar-contact .sws-contact-section {
        padding: 0 16px 40px;
    }

    .sws-site--sonar-contact .sws-contact-card,
    .sws-site--sonar-login .sws-login-layout {
        grid-template-columns: 1fr;
    }

    .sws-site--sonar-contact .sws-contact-card__info {
        border-bottom: 0;
        border-radius: 11px 11px 0 0;
    }

    .sws-site--sonar-contact .sws-contact-card__form {
        border-left: 0;
        border-top: 1px dashed rgba(17, 17, 17, 0.48);
    }

    .sws-site--sonar-login .sws-login-layout {
        justify-items: stretch;
        padding-bottom: 40px;
    }

    .sws-site--sonar-login .sws-login-intro {
        border-radius: 12px 12px 0 0;
    }

    .sws-site--sonar-login .sws-login-card {
        border-left: 1px dashed rgba(17, 17, 17, 0.48);
        border-radius: 0 0 12px 12px;
    }
}

@media (max-width: 400px) {
    .sws-site--sonar-contact .sws-contact-hero,
    .sws-site--sonar-login .sws-login-heading {
        min-height: 220px;
    }

    .sws-site--sonar-contact .sws-contact-section {
        padding-inline: 8px;
    }

    .sws-site--sonar-contact .sws-contact-section .sws-container {
        width: 100%;
    }

    .sws-site--sonar-contact .sws-contact-hero__title,
    .sws-site--sonar-login .sws-login-heading__title {
        font-size: 60px;
    }

    .sws-site--sonar-contact .sws-contact-card__info,
    .sws-site--sonar-login .sws-login-intro,
    .sws-site--sonar-login .sws-login-card {
        padding: 28px 20px;
    }

    .sws-site--sonar-contact .sws-contact-card__form {
        padding: 28px 12px;
    }

    .sws-site--sonar-contact .sws-captcha {
        padding-inline: 8px;
    }

    .sws-site--sonar-contact .sws-contact-signin__title,
    .sws-site--sonar-login .sws-login-intro__title {
        font-size: 38px;
    }
}

/* Signed-in customer and administrator workspaces. */
.sws-site--sonar-workspace .sws-admin-page {
    background: #e9e8e1;
}

.sws-site--sonar-workspace .sws-admin-hero {
    padding-top: 150px;
}

.sws-site--sonar-workspace .sws-admin-hero--detail {
    padding-top: 125px;
}

.sws-site--sonar-workspace .sws-admin-title {
    font-size: clamp(58px, 7.5vw, 108px);
}

.sws-site--sonar-workspace .sws-admin-hero--detail .sws-admin-title {
    font-size: clamp(48px, 6vw, 82px);
}

.sws-site--sonar-workspace .sws-admin-main {
    padding-top: 24px;
}

.sws-workspace-stack {
    display: grid;
    gap: 18px;
}

.sws-workspace-form {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.sws-form-grid,
.sws-detail-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sws-detail-grid > div {
    display: block;
}

.sws-progress {
    background: rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    height: 8px;
    margin: 22px 0;
    overflow: hidden;
}

.sws-progress span {
    background: var(--sws-pink);
    display: block;
    height: 100%;
}

.sws-contract-copy,
.sws-admin-message-block,
.sws-invoice-card,
.sws-content-editor {
    background: rgba(255, 255, 255, 0.55);
    border: 1px dashed rgba(17, 17, 17, 0.3);
    border-radius: 8px;
    margin-top: 18px;
    padding: 20px;
}

.sws-workspace-item {
    align-items: center;
    border-bottom: 1px dashed rgba(17, 17, 17, 0.25);
    color: inherit;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 15px 0;
    text-decoration: none;
}

.sws-workspace-item span {
    display: grid;
    gap: 4px;
}

.sws-workspace-item small,
.sws-workspace-item > span:last-child {
    color: #6a6b65;
}

.sws-inline-form,
.sws-inline-actions {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.sws-inline-form .sws-field,
.sws-inline-form .sws-input {
    flex: 1 1 260px;
}

.sws-danger-panel {
    border-color: rgba(177, 34, 68, 0.5);
}

.sws-danger-action {
    background: #8f203c;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    padding: 12px 17px;
}

.sws-history,
.sws-line-items {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.sws-history li {
    border-left: 2px solid var(--sws-pink);
    display: grid;
    gap: 4px;
    margin-left: 5px;
    padding: 0 0 24px 20px;
}

.sws-history span,
.sws-history p {
    color: #686963;
    margin: 0;
}

.sws-line-items li {
    border-bottom: 1px dashed rgba(17, 17, 17, 0.22);
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.sws-content-editor + .sws-content-editor,
.sws-invoice-card + .sws-invoice-card {
    margin-top: 16px;
}

.sws-image-slot img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.sws-site--sonar-workspace .sws-admin-panel,
.sws-site--sonar-workspace .sws-admin-stat {
    backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
    .sws-site--sonar-workspace .sws-admin-hero,
    .sws-site--sonar-workspace .sws-admin-hero--detail {
        padding: 125px 0 54px;
    }

    .sws-site--sonar-workspace .sws-admin-title,
    .sws-site--sonar-workspace .sws-admin-hero--detail .sws-admin-title {
        font-size: clamp(48px, 14vw, 78px);
    }

    .sws-form-grid,
    .sws-detail-grid {
        grid-template-columns: 1fr;
    }

    .sws-workspace-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 390px) {
    .sws-site--sonar-workspace .sws-admin-hero,
    .sws-site--sonar-workspace .sws-admin-hero--detail {
        padding-top: 112px;
    }

    .sws-site--sonar-workspace .sws-admin-title,
    .sws-site--sonar-workspace .sws-admin-hero--detail .sws-admin-title {
        font-size: 48px;
    }
}

@media (max-width: 580px) {
    .sws-header-actions {
        gap: 7px;
    }

    .sws-header-user {
        min-height: 40px;
        padding: 4px;
    }

    .sws-header-user__name {
        display: none;
    }
}
