/* Services page only. The accepted shared header, footer and frame own their styles. */
.tjenester-page {
  --ts-navy: #092a40;
  --ts-blue: #1b5f7d;
  --ts-bright: #2f8fb2;
  --ts-paper: #f5f1e5;
  --ts-ink: var(--ts-navy);
  --ts-muted: #526570;
  --ts-line: #092a402e;
}
.tjenester-page .ts-page { padding: 0; color: var(--ts-ink); }
.ts-page *, .ts-page *::before, .ts-page *::after { box-sizing: border-box; }
.ts-page h1, .ts-page h2, .ts-page h3, .ts-page p { margin: 0; }
.ts-page h1, .ts-page h2, .ts-page h3 { font-family: var(--display); font-weight: 300; }
.ts-page a { text-decoration: none; }
.ts-page svg { width: 24px; height: 24px; flex: 0 0 24px; }
.ts-page a:focus-visible, .ts-page summary:focus-visible { outline: 2px solid var(--ts-blue); outline-offset: 6px; }
.ts-page :is(section, article)[id] { scroll-margin-top: 112px; }
.ts-wrap { width: calc(100% - 160px); max-width: 1510px; margin-inline: auto; }
.ts-page .ts-kicker { font-family: var(--caption); font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: .12em; }
.ts-skip { position: fixed; z-index: 10000; top: 10px; left: 30px; padding: 14px 22px; color: #fff; background: var(--ts-navy); transform: translateY(-180%); }
.ts-skip:focus { transform: translateY(0); }

.ts-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 57px; padding: 17px 23px; background: var(--ts-ink); color: #fffef8; font-size: 14px; font-weight: 500; line-height: 1.35; transition: background 180ms ease, color 180ms ease; }
.ts-button:hover { background: var(--ts-blue); }
.ts-button svg, .ts-quiet-link svg, .ts-text-link svg { transition: transform 180ms ease; }
.ts-button:hover svg { transform: translate(2px, -2px); }
.ts-quiet-link { display: inline-flex; gap: 15px; align-items: center; font-size: 13px; line-height: 1.4; padding-block: 12px; }
.ts-quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.ts-quiet-link>span { font-size: 20px; }

.ts-section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 49px; }
.ts-section-heading .ts-kicker { margin-bottom: 26px; }
.ts-page h2 { font-size: clamp(47px, 4.75vw, 76px); line-height: 1.06; letter-spacing: -.04em; }
.ts-section-heading h2 span { color: inherit; }
.ts-section-heading>p { max-width: 38ch; justify-self: end; font-size: 17px; line-height: 1.7; color: var(--ts-muted); padding-bottom: 5px; }
.ts-text-link { display: inline-flex; gap: 12px; align-items: center; padding-block: 10px; font-size: 12px; line-height: 1.4; }
.ts-text-link svg { width: 18px; height: 18px; flex-basis: 18px; }
.ts-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.ts-text-link:hover svg { transform: translateX(4px); }
.ts-other { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--ts-line); margin-top: 43px; padding-top: 26px; }
.ts-other p { font-size: 17px; line-height: 1.55; }
.ts-other p span { color: var(--ts-muted); font-size: 13px; }
.ts-other .ts-quiet-link { border-bottom: 1px solid var(--ts-line); }

.ts-process { color: var(--ts-paper); background: var(--ts-navy); margin-inline: 27px; padding-block: 89px 73px; }
.ts-process .ts-wrap { width: calc(100% - 106px); }
.ts-process .ts-section-heading { margin-bottom: 53px; }
.ts-process .ts-kicker { color: #c6d7e0; }
.ts-process .ts-section-heading>p { color: #c6d7e0; }
.ts-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 0 0 43px; padding: 0; }
.ts-steps li { border-top: 1px solid #c6d7e047; border-right: 1px solid #c6d7e033; padding: 21px 35px 0; }
.ts-steps li:first-child { padding-left: 0; }
.ts-steps li:last-child { border-right: 0; padding-right: 0; }
.ts-step-number { display: flex; justify-content: space-between; align-items: start; font-family: var(--display); font-size: 65px; line-height: 1.15; letter-spacing: -.04em; font-weight: 300; color: var(--ts-bright); }
.ts-step-number>span { font-size: 25px; margin-top: 8px; }
.ts-steps h3 { font-size: 29px; line-height: 1.3; letter-spacing: -.025em; margin-top: 29px; }
.ts-steps p { max-width: 37ch; margin-top: 14px; font-size: 14px; line-height: 1.8; color: #c6d7e0; }
.ts-step-note { display: block; margin-top: 31px; font-family: var(--caption); font-size: 9px; letter-spacing: .1em; color: #c6d7e0; }
.ts-button--light { color: var(--ts-navy); background: var(--ts-paper); min-width: 229px; }
.ts-button--light:hover { background: #d8e7ec; }


.ts-faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-top: 1px solid var(--ts-line); padding-top: 70px; padding-bottom: 110px; }
.ts-faq h2 { font-size: clamp(42px, 4vw, 63px); margin-top: 27px; }
.ts-faq>div>p:not(.ts-kicker) { margin-top: 24px; color: var(--ts-muted); font-size: 14px; line-height: 1.7; }
.ts-faq .ts-text-link { color: var(--ts-ink); padding-top: 4px; }
.ts-faq__list { border-top: 1px solid var(--ts-line); }
.ts-faq details { border-bottom: 1px solid var(--ts-line); }
.ts-faq summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 26px; list-style: none; min-height: 82px; padding-block: 21px; font-size: 16px; line-height: 1.45; }
.ts-faq summary::-webkit-details-marker { display: none; }
.ts-faq summary>span { position: relative; flex: 0 0 16px; height: 16px; }
.ts-faq summary>span::before, .ts-faq summary>span::after { content: ''; position: absolute; top: 7px; left: 0; width: 16px; height: 1px; background: currentColor; }
.ts-faq summary>span::after { transform: rotate(90deg); transition: transform 180ms ease; }
.ts-faq details[open] summary>span::after { transform: rotate(0); }
.ts-faq summary:hover { color: var(--ts-blue); }
.ts-faq details>p { max-width: 60ch; padding: 0 34px 25px 0; font-size: 14px; line-height: 1.8; color: var(--ts-muted); }
.ts-faq details>p>a { text-decoration: underline; text-underline-offset: 3px; }

.ts-closing { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px 60px; padding-block: 56px 89px; border-top: 1px solid var(--ts-line); overflow: hidden; }
.ts-closing>.ts-kicker { grid-column: 1/-1; }
.ts-closing h2 { position: relative; z-index: 1; font-size: clamp(65px, 7.5vw, 118px); line-height: 1; }
.ts-closing h2>span { color: var(--ts-blue); }
.ts-closing>div { padding-bottom: 6px; position: relative; z-index: 1; }
.ts-closing>div>p { font-size: 20px; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 26px; }


@media (max-width: 1200px) {
  .ts-wrap { width: calc(100% - 120px); }
  .ts-process .ts-wrap { width: calc(100% - 66px); }
}
@media (max-width: 1000px) {
  .ts-wrap { width: calc(100% - 64px); }
  .ts-section-heading { gap: 35px; }
  .ts-section-heading>p { font-size: 15px; }
  .ts-process { margin-inline: 0; padding-block: 70px; }
  .ts-process .ts-wrap { width: calc(100% - 64px); }
  .ts-steps li { padding-inline: 22px; }
  .ts-steps h3 { font-size: 25px; }
  .ts-steps p { font-size: 13px; }
  .ts-faq { gap: 40px; }
  .ts-faq summary { font-size: 15px; }
}
@media (max-width: 760px) {
  .ts-wrap { width: calc(100% - 40px); }
  .ts-button { min-height: 55px; padding-inline: 20px; font-size: 13px; gap: 30px; }
  .ts-quiet-link { font-size: 12px; gap: 12px; }
  .ts-section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .ts-section-heading .ts-kicker { margin-bottom: 22px; }
  .ts-page h2 { font-size: 52px; }
  .ts-section-heading>p { max-width: 44ch; justify-self: start; padding: 0; font-size: 15px; }
  .ts-text-link { font-size: 11px; }
  .ts-other { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; padding-top: 22px; }
  .ts-other p { font-size: 16px; }
  .ts-other p span { font-size: 12px; }
  .ts-process { padding-block: 61px 55px; }
  .ts-process .ts-wrap { width: calc(100% - 40px); }
  .ts-process .ts-section-heading { margin-bottom: 34px; }
  .ts-steps { grid-template-columns: 1fr; margin-bottom: 28px; }
  .ts-steps li, .ts-steps li:first-child, .ts-steps li:last-child { padding: 25px 0 29px; border-right: 0; display: grid; grid-template-columns: 60px 1fr; column-gap: 20px; }
  .ts-step-number { font-size: 44px; grid-row: span 3; }
  .ts-step-number>span { display: none; }
  .ts-steps h3 { margin-top: 4px; font-size: 27px; }
  .ts-steps p { margin-top: 13px; font-size: 14px; max-width: 45ch; }
  .ts-step-note { grid-column: 2; margin-top: 19px; font-size: 8px; }
  .ts-faq { grid-template-columns: 1fr; gap: 28px; padding-block: 54px 68px; }
  .ts-faq h2 { font-size: 49px; margin-top: 22px; }
  .ts-faq>div>p:not(.ts-kicker) { margin-top: 19px; }
  .ts-faq summary { min-height: 79px; font-size: 15px; }
  .ts-faq details>p { font-size: 13px; padding-right: 25px; }
  .ts-closing { grid-template-columns: 1fr; gap: 28px; padding-block: 43px 66px; }
  .ts-closing h2 { font-size: clamp(64px, 12vw, 92px); }
  .ts-closing>div>p { font-size: 18px; margin-bottom: 24px; }
}
@media (max-width: 640px) {
  .ts-text-link { padding-top: 12px; font-size: 12px; }
}
@media (max-width: 380px) {
  .ts-page h2 { font-size: 44px; }
  .ts-steps li, .ts-steps li:first-child, .ts-steps li:last-child { column-gap: 12px; grid-template-columns: 46px 1fr; }
  .ts-step-number { font-size: 36px; }
  .ts-closing h2 { font-size: 63px; }
}
@media (prefers-reduced-motion: reduce) {
  .ts-page *, .ts-page *::before, .ts-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Service shortcuts and the page-specific login outline. */
.ts-jobnav { display: flex; gap: 28px; align-items: center; padding-block: 22px; border-block: 1px solid var(--ts-line); }
.ts-jobnav p { margin-right: auto; font-size: 14px; }
.ts-jobnav a { display: inline-flex; align-items: center; gap: 16px; padding-block: 10px; font-size: 12px; white-space: nowrap; }
.ts-jobnav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.ts-jobnav a:last-child { padding-left: 24px; border-left: 1px solid var(--ts-line); }
.ts-jobnav svg { width: 15px; height: 15px; flex-basis: 15px; }

@media (min-width: 761px) {
  .tjenester-page .bs-brand-header .header-konto { box-sizing: border-box; justify-content: center; height: 42px; min-height: 42px; padding: 0 1.12rem; border: 1px solid currentColor; border-radius: 2px; background: transparent; }
}
@media (min-width: 1100px) {
  .ts-process .ts-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 90px; align-items: start; }
  .ts-process .ts-section-heading { display: block; margin: 0; grid-column: 1; }
  .ts-process .ts-section-heading>p { justify-self: start; margin-top: 32px; max-width: 34ch; font-size: 16px; }
  .ts-process h2 { font-size: clamp(48px, 4.15vw, 68px); }
  .ts-steps { grid-column: 2; grid-row: 1/3; display: block; margin: 0; }
  .ts-steps li, .ts-steps li:first-child, .ts-steps li:last-child { border-right: 0; display: grid; grid-template-columns: 48px 1fr; column-gap: 24px; padding: 24px 0 27px; }
  .ts-steps li:last-child { border-bottom: 1px solid #c6d7e047; }
  .ts-step-number { grid-row: span 3; font-size: 29px; padding-top: 4px; }
  .ts-step-number>span { display: none; }
  .ts-steps h3 { font-size: 28px; margin-top: 0; }
  .ts-steps p { font-size: 14px; line-height: 1.7; margin-top: 10px; max-width: 43ch; }
  .ts-step-note { display: none; }
  .ts-process .ts-button { grid-column: 1; justify-self: start; margin-top: 4px; }
}
@media (max-width: 1200px) {
  .ts-jobnav { gap: 24px; }
  .ts-jobnav p { font-size: 12px; }
}
@media (max-width: 1000px) {
  .ts-jobnav { gap: 20px; flex-wrap: wrap; padding-block: 16px; }
  .ts-jobnav p { flex-basis: 100%; margin-bottom: -10px; }
  .ts-jobnav a { font-size: 11px; gap: 8px; }
  .ts-jobnav a:last-child { margin-left: auto; }
}
@media (max-width: 760px) {
  .ts-jobnav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; padding-block: 16px; }
  .ts-jobnav p { grid-column: 1/-1; font-size: 13px; margin-bottom: 7px; }
  .ts-jobnav a { font-size: 12px; justify-content: space-between; padding-block: 13px; border-top: 1px solid #092a4019; }
  .ts-jobnav a:last-child { margin: 0; padding-left: 0; border-left: 0; }
}


/* User-specified hero: copy left, photograph right. Preserve this composition. */
.ts-status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--ts-bright); flex: 0 0 7px; }
.ts-hero { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(32px, 4.4vw, 80px); padding-top: 153px; padding-bottom: 62px; align-items: center; }
.ts-hero__copy { padding-bottom: 20px; }
.ts-hero__copy .ts-kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 34px; }
.ts-hero h1 { font-size: clamp(70px, 6.7vw, 116px); line-height: .985; letter-spacing: -.062em; }
.ts-hero h1 span { color: var(--ts-blue); }
.ts-page .ts-hero__intro { font-size: clamp(20px, 1.5vw, 25px); line-height: 1.38; letter-spacing: -.025em; margin-top: 31px; }
.ts-page .ts-hero__description { max-width: 43ch; font-size: 15px; line-height: 1.7; color: var(--ts-muted); margin-top: 16px; }
.ts-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 29px; }
.ts-page .ts-hero__note { display: flex; align-items: center; gap: 9px; margin-top: 17px; font-size: 11px; color: var(--ts-muted); }
.ts-hero__note>span { color: var(--ts-blue); }
.ts-hero__figure { align-self: stretch; display: flex; flex-direction: column; margin: 0; min-width: 0; padding-top: 5px; }
.ts-hero__image { position: relative; min-height: 570px; flex: 1; background: #e3dccb; }
.ts-hero__image::before, .ts-hero__image::after { content: ''; position: absolute; width: 21px; height: 21px; pointer-events: none; z-index: 1; }
.ts-hero__image::before { border-top: 1px solid var(--ts-bright); border-left: 1px solid var(--ts-bright); top: -9px; left: -9px; }
.ts-hero__image::after { border-bottom: 1px solid var(--ts-bright); border-right: 1px solid var(--ts-bright); bottom: -9px; right: -9px; }
.ts-hero__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.ts-hero__figure figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; font-family: var(--caption); font-size: 9px; letter-spacing: .065em; line-height: 1.5; }
.ts-photo-credit { font-size: 8px; color: var(--ts-muted); letter-spacing: .015em; }
@media (min-width: 1800px) {
  .ts-hero { padding-top: 162px; }
  .ts-hero__image { min-height: 650px; }
}
@media (max-width: 1200px) {
  .ts-hero { gap: 35px; padding-top: 132px; }
  .ts-hero h1 { font-size: 78px; }
  .ts-hero__image { min-height: 570px; }
  .ts-hero__actions { gap: 8px 18px; }
  .ts-hero__figure figcaption { flex-direction: column; align-items: flex-start; gap: 4px; }
}
@media (max-width: 1000px) {
  .ts-hero { gap: 30px; padding-top: 125px; }
  .ts-hero h1 { font-size: clamp(58px, 8vw, 78px); }
  .ts-hero__image { min-height: 540px; }
  .ts-hero__copy .ts-kicker { font-size: 9px; margin-bottom: 26px; }
  .ts-page .ts-hero__description { font-size: 13px; }
}
@media (max-width: 760px) {
  .ts-hero { grid-template-columns: 1fr; gap: 0; padding-top: 111px; padding-bottom: 31px; }
  .ts-hero__copy { display: contents; }
  .ts-hero__copy .ts-kicker { order: 1; font-size: 10px; margin-bottom: 22px; }
  .ts-hero h1 { order: 2; font-size: clamp(53px, 14.5vw, 86px); line-height: .99; letter-spacing: -.057em; }
  .ts-page .ts-hero__intro { order: 5; margin-top: 28px; font-size: 20px; }
  .ts-page .ts-hero__description { order: 6; margin-top: 14px; font-size: 14px; max-width: 47ch; }
  .ts-hero__actions { order: 3; gap: 12px 22px; margin-top: 25px; margin-bottom: 30px; }
  .ts-page .ts-hero__note { order: 7; font-size: 10px; margin-top: 14px; }
  .ts-hero__figure { order: 4; padding-top: 0; }
  .ts-hero__image { min-height: 0; aspect-ratio: 1.23; }
  .ts-hero__image img { object-position: center; }
  .ts-hero__image::before, .ts-hero__image::after { width: 15px; height: 15px; }
  .ts-hero__image::before { top: -6px; left: -6px; }
  .ts-hero__image::after { bottom: -6px; right: -6px; }
  .ts-hero__figure figcaption { flex-direction: row; gap: 12px; padding-top: 14px; font-size: 8px; }
  .ts-photo-credit { font-size: 7px; max-width: 90px; text-align: right; }
}
@media (max-width: 380px) {
  .ts-hero { padding-top: 116px; }
  .ts-hero h1 { font-size: 48px; }
  .ts-hero__actions { gap: 6px 18px; }
}

/* The shared runtime sets a solid header on interior pages even at scroll zero.
   Keep the existing scrolled/menu appearance, with a page-only top state. */
.tjenester-page:not(.ts-header-scrolled):not(.is-menu-open) .site-header {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border-bottom-color: transparent !important;
}
.tjenester-page:not(.ts-header-scrolled):not(.is-menu-open) .site-header::before { opacity: 0 !important; }

/* Fit the complete split hero and shortcuts in the first desktop viewport.
   Minimum content sizing lets enlarged text grow without clipping. */
@media (min-width: 1001px) {
  .ts-hero {
    min-height: calc(100svh - 96px);
    padding-top: clamp(104px, 13svh, 146px);
    padding-bottom: clamp(20px, 3.5svh, 40px);
  }
  .ts-hero__copy { padding-bottom: 0; }
  .ts-hero__copy .ts-kicker { margin-bottom: clamp(14px, 2.5svh, 27px); }
  .ts-hero h1 { font-size: clamp(52px, min(6.4vw, 10.3svh), 112px); }
  .ts-page .ts-hero__intro { font-size: clamp(19px, 2.3svh, 25px); margin-top: clamp(17px, 2.3svh, 26px); }
  .ts-page .ts-hero__description { font-size: 14px; line-height: 1.65; margin-top: 13px; max-width: 47ch; }
  .ts-hero__actions { margin-top: clamp(18px, 2.7svh, 29px); }
  .ts-hero__actions .ts-button { min-height: 52px; padding-block: 14px; }
  .ts-page .ts-hero__note { margin-top: 13px; }
  .ts-hero__image { min-height: 0; }
  .ts-hero__figure { padding-top: 0; }
  .ts-hero__figure figcaption { padding-top: 13px; }
  .ts-jobnav { min-height: 72px; padding-block: 17px; }
}
@media (min-width: 1001px) and (max-height: 740px) {
  .ts-hero { min-height: calc(100svh - 80px); padding-top: 96px; padding-bottom: 16px; }
  .ts-hero h1 { font-size: clamp(48px, min(6.2vw, 8.8svh), 65px); }
  .ts-hero__copy .ts-kicker { margin-bottom: 12px; }
  .ts-page .ts-hero__intro { font-size: 18px; line-height: 1.32; margin-top: 16px; }
  .ts-page .ts-hero__description { line-height: 1.55; margin-top: 10px; }
  .ts-hero__actions { margin-top: 18px; }
  .ts-hero__actions .ts-button { min-height: 48px; padding-block: 12px; }
  .ts-page .ts-hero__note { margin-top: 12px; }
  .ts-jobnav { min-height: 64px; padding-block: 13px; }
}
@media (min-width: 1001px) and (max-height: 650px) {
  .ts-hero { padding-top: 94px; padding-bottom: 14px; }
  .ts-hero__copy .ts-kicker { margin-bottom: 10px; }
  .ts-page .ts-hero__intro { margin-top: 12px; }
  .ts-hero__actions { margin-top: 14px; }
  .ts-page .ts-hero__note { margin-top: 8px; }
}

/* A service directory: useful scope, a photograph, and an explicit next step. */
.ts-services { padding-block: 88px 76px; }
.ts-services .ts-section-heading { margin-bottom: 48px; }
.ts-services__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 42px; }
.ts-service { display: grid; grid-template-columns: 42% minmax(0, 1fr); gap: 25px; padding-bottom: 30px; border-bottom: 1px solid var(--ts-line); min-width: 0; }
.ts-service__image { margin: 0; min-height: 250px; position: relative; background: #ded8cb; overflow: hidden; }
.ts-service__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ts-service__body { display: flex; flex-direction: column; align-items: flex-start; padding-block: 3px; min-width: 0; }
.ts-page .ts-service__scope { font-family: var(--caption); font-size: 10px; line-height: 1.5; letter-spacing: .055em; text-transform: uppercase; color: var(--ts-muted); }
.ts-service h3 { margin-top: 13px; font-size: clamp(26px, 2vw, 31px); line-height: 1.14; letter-spacing: -.035em; }
.ts-page .ts-service__description { margin-top: 13px; font-size: 14px; line-height: 1.65; color: var(--ts-muted); max-width: 37ch; }
.ts-service__links { display: flex; flex-wrap: wrap; align-items: center; column-gap: 20px; row-gap: 4px; margin-top: auto; padding-top: 23px; }
.ts-service__enquire { display: inline-flex; align-items: center; gap: 17px; min-height: 44px; border-bottom: 1px solid var(--ts-ink); font-size: 13px; font-weight: 500; }
.ts-service__enquire svg { width: 18px; height: 18px; flex-basis: 18px; transition: transform 160ms ease; }
.ts-service__enquire:hover svg { transform: translate(2px, -2px); }
.ts-service__detail { font-size: 12px; color: var(--ts-muted); min-height: 44px; display: inline-flex; align-items: center; }
.ts-service__detail:hover { color: var(--ts-ink); text-decoration: underline; text-underline-offset: 5px; }
.ts-services .ts-other { border-top: 0; margin-top: 0; padding-top: 28px; }
.ts-faq { padding-block: 70px 76px; }
.ts-faq summary { font-weight: 500; }
.ts-faq details[open] { background: #2f8fb20d; }
.ts-faq details[open] summary, .ts-faq details[open]>p { padding-inline: 16px; }
.ts-closing { align-items: center; padding-block: 48px 70px; gap: 22px 60px; }
.ts-closing h2 { font-size: clamp(58px, 5vw, 78px); line-height: 1.04; }
.ts-closing>div>p { font-size: 18px; }

@media (max-width: 1200px) {
  .ts-services__grid { gap: 30px; }
  .ts-service { grid-template-columns: 39% minmax(0, 1fr); gap: 20px; }
  .ts-service__scope { font-size: 9px; }
  .ts-service__links { column-gap: 15px; }
}
@media (max-width: 1100px) {
  .ts-services__grid { grid-template-columns: 1fr; gap: 28px; }
  .ts-service { grid-template-columns: 37% minmax(0, 1fr); gap: 32px; }
  .ts-service__image { min-height: 230px; }
  .ts-service h3 { font-size: 32px; }
  .ts-page .ts-service__description { max-width: 48ch; }
}
@media (max-width: 760px) {
  .ts-services { padding-block: 62px; }
  .ts-services .ts-section-heading { margin-bottom: 34px; }
  .ts-service { gap: 24px; }
  .ts-faq { padding-block: 54px 62px; }
  .ts-closing { padding-block: 40px 58px; }
  .ts-closing h2 { font-size: 62px; }
}
@media (max-width: 640px) {
  .ts-services__grid { gap: 34px; }
  .ts-service { grid-template-columns: 1fr; gap: 22px; padding-bottom: 30px; }
  .ts-service__image { aspect-ratio: 1.6; min-height: 0; }
  .ts-service__body { padding: 0; }
  .ts-page .ts-service__scope { font-size: 10px; }
  .ts-service h3 { font-size: 31px; margin-top: 9px; }
  .ts-page .ts-service__description { margin-top: 10px; }
  .ts-service__links { padding-top: 12px; gap: 24px; width: 100%; }
  .ts-service__enquire { font-size: 14px; justify-content: space-between; flex: 1; }
  .ts-service__detail { font-size: 13px; }
}

/* Page-only company information section. Replaces the former ts-insight section. */
.ts-company {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(48px, 5.5vw, 88px);
  padding-block: 76px;
  color: var(--ts-ink);
}
.ts-company__intro { min-width: 0; }
.ts-company__intro > .ts-kicker { margin-bottom: 24px; }
.ts-page .ts-company h2 {
  font-family: var(--display);
  font-size: clamp(37px, 3.5vw, 54px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ts-page .ts-company__description {
  max-width: 40ch;
  margin-top: 24px;
  color: var(--ts-muted);
  font-size: 15px;
  line-height: 1.75;
}
.ts-company__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  margin-top: 23px;
  padding-block: 9px;
  border-bottom: 1px solid currentColor;
  color: var(--ts-ink);
  font-size: 14px;
  line-height: 1.4;
}
.ts-company__link svg { width: 19px; height: 19px; flex-basis: 19px; }
.ts-company__link:hover { color: var(--ts-blue); }
.ts-company__information {
  min-width: 0;
  padding-top: 4px;
}
.ts-page .ts-company__brand {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 22px;
  font-family: var(--caption);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .035em;
}
.ts-company__brand > span + span {
  padding-left: 13px;
  border-left: 1px solid var(--ts-bright);
  color: var(--ts-blue);
}
.ts-company__fields { margin: 0; padding: 0; }
.ts-company__row {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: baseline;
  gap: 24px;
  min-height: 96px;
  padding-block: 24px;
  border-top: 1px solid var(--ts-line);
}
.ts-company__row:last-child { border-bottom: 1px solid var(--ts-line); }
.ts-company__row dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.015em;
}
.ts-company__row dd {
  max-width: 36ch;
  margin: 0;
  color: var(--ts-muted);
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 1099px) and (min-width: 761px) {
  .ts-company { gap: 38px; padding-block: 68px; }
  .ts-page .ts-company h2 { font-size: 37px; }
  .ts-company__row { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding-block: 18px; }
  .ts-company__row dd { max-width: 43ch; }
}
@media (max-width: 760px) {
  .ts-company { grid-template-columns: 1fr; gap: 36px; padding-block: 60px; }
  .ts-company__intro > .ts-kicker { margin-bottom: 20px; }
  .ts-page .ts-company h2 { font-size: clamp(37px, 8vw, 50px); }
  .ts-page .ts-company__description { max-width: 48ch; margin-top: 22px; font-size: 15px; }
  .ts-company__link { margin-top: 18px; }
  .ts-company__information { padding-top: 0; }
  .ts-page .ts-company__brand { padding-bottom: 20px; }
  .ts-company__row { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; min-height: 0; padding-block: 22px; }
  .ts-company__row dt { font-size: 16px; }
}
@media (max-width: 460px) {
  .ts-company__row { grid-template-columns: 1fr; gap: 8px; padding-block: 20px; }
  .ts-company__row dd { max-width: 40ch; }
}

/* Logo palette: preserve the approved composition and use blue for emphasis. */
.ts-page .ts-kicker { color: var(--ts-blue); }
.ts-page .ts-hero__intro { color: var(--ts-navy); }
.ts-page .ts-process .ts-kicker { color: #c6d7e0; }
.ts-process a:focus-visible { outline-color: var(--ts-bright); }
.ts-service__enquire { color: var(--ts-blue); border-bottom-color: var(--ts-bright); }
.ts-service__enquire:hover, .ts-company__link { color: var(--ts-navy); }
.ts-jobnav a:hover, .ts-quiet-link:hover, .ts-company__link:hover { color: var(--ts-blue); }
.ts-page .ts-company__brand { color: var(--ts-navy); }

/* Offer callouts remain live text above the photograph. */
.ts-hero__image:has(.ts-offers) { container-type: inline-size; }
.ts-offers { position: absolute; inset: 0; z-index: 2; margin: 0; padding: 0; pointer-events: none; }
.ts-offer {
  --offer-accent: var(--ts-navy);
  position: absolute;
  width: clamp(100px, 31cqw, 190px);
  padding: clamp(10px, 2.6cqw, 18px);
  border: 1px solid #092a4012;
  border-radius: clamp(10px, 2cqw, 15px);
  background: #fffefa;
  color: var(--ts-navy);
  box-shadow: 0 3px 5px #092a4010, 0 14px 30px #092a4020;
  font-family: var(--text);
  text-align: left;
  transform-origin: center bottom;
}
.ts-offer::after {
  content: '';
  position: absolute;
  width: clamp(9px, 2cqw, 13px);
  height: clamp(9px, 2cqw, 13px);
  background: #fffefa;
  transform: rotate(45deg);
}
.ts-offer dt { margin: 0 0 clamp(4px, .7cqw, 6px); color: var(--ts-blue); font-size: clamp(11px, 1.9cqw, 14px); line-height: 1.2; font-weight: 500; letter-spacing: -.015em; }
.ts-offer dd { margin: 0; }
.ts-offer .ts-offer__price { font-size: clamp(16px, 3.6cqw, 26px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.ts-offer__price > span { font-size: .65em; font-weight: 400; letter-spacing: 0; }
.ts-offer .ts-offer__company { display: flex; align-items: center; gap: clamp(5px, 1cqw, 8px); margin-top: clamp(10px, 1.9cqw, 15px); font-size: clamp(9px, 1.55cqw, 11px); line-height: 1.2; color: var(--ts-muted); }
.ts-offer__mark { display: grid; place-items: center; flex: none; width: clamp(15px, 2.8cqw, 19px); height: clamp(15px, 2.8cqw, 19px); border-radius: 50%; color: #fff; background: var(--offer-accent); font-size: clamp(8px, 1.4cqw, 10px); line-height: 1; font-weight: 600; }
.ts-offer--first { top: 52%; left: 3%; --offer-delay: 0s; }
.ts-offer--first::after { right: -5px; top: 28%; }
.ts-offer--second { top: 3%; right: 3%; --offer-delay: .65s; --offer-accent: var(--ts-blue); }
.ts-offer--second::after { bottom: -5px; left: 25%; }
.ts-offer--third { right: 3%; bottom: 4%; --offer-delay: 1.3s; --offer-accent: var(--ts-bright); }
.ts-offer--third::after { left: -5px; top: 30%; }
.ts-offer--third .ts-offer__mark { color: var(--ts-navy); background: #dceff6; box-shadow: inset 0 0 0 1px var(--offer-accent); }
/* The upper offer floats into the existing mobile image gap to clear both faces. */
@media (max-width: 760px) {
  .ts-offer--second { top: -24px; }
}
@media (prefers-reduced-motion: no-preference) {
  .ts-offers-pending .ts-offer { opacity: 0; transform: translateY(14px) scale(.96); }
  .ts-offers-revealed .ts-offer { animation: ts-offer-appear .55s cubic-bezier(.2, .7, .25, 1) var(--offer-delay) both; }
}
@keyframes ts-offer-appear {
  from { opacity: 0; transform: translateY(14px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Local cutout hero: eight service choices within the first desktop viewport. */
.ts-hero--cutout { min-height: 100svh; padding-bottom: clamp(24px, 4svh, 44px); }
.ts-hero--cutout .ts-hero__copy { min-width: 0; padding-bottom: 0; }
.ts-hero--cutout .ts-hero__figure { align-self: center; }
.ts-hero--cutout .ts-hero__image { flex: none; min-height: 0; aspect-ratio: 1.1; background: var(--ts-paper); isolation: isolate; }
.ts-hero--cutout .ts-offer--first { top: auto; bottom: 3%; left: 0; }
.ts-hero--cutout .ts-offer--third { right: 0; }
.ts-hero--cutout .ts-hero__image::before, .ts-hero--cutout .ts-hero__image::after { display: none; }
/* White-matte photo composited over the page paper; this asset is not alpha-transparent. */
.ts-hero--cutout .ts-hero__image > img { object-fit: contain; object-position: center bottom; mix-blend-mode: darken; }
.ts-hero--cutout .ts-hero-picker { margin-top: clamp(20px, 2.4svh, 26px); }
.ts-hero--cutout .ts-hero-picker__label { font-size: 12px; font-weight: 500; line-height: 1.4; color: var(--ts-muted); }
.ts-hero--cutout .ts-hero-picker__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 10px; }
.ts-hero--cutout .ts-hero-picker a { display: grid; grid-template-rows: 32px 32px; justify-items: center; align-items: center; gap: 5px; min-width: 0; min-height: 72px; padding: 2px 0; border-bottom: 1px solid var(--ts-line); color: var(--ts-navy); text-align: center; font-size: 13px; line-height: 16px; text-decoration: none; }
.ts-hero--cutout .ts-hero-picker a > img { display: block; width: 32px; height: 32px; object-fit: contain; transition: transform 160ms ease; }
.ts-hero--cutout .ts-hero-picker a > span { max-width: 100%; overflow-wrap: normal; }
.ts-hero--cutout .ts-hero-picker a:hover { color: var(--ts-blue); border-bottom-color: var(--ts-bright); }
.ts-hero--cutout .ts-hero-picker a:hover > img { transform: translateY(-2px); }
.ts-hero--cutout .ts-hero__actions { margin-top: clamp(20px, 2.5svh, 28px); }
@media (min-width: 1001px) {
  .ts-hero--cutout { padding-top: clamp(104px, 13svh, 138px); }
  .ts-hero--cutout .ts-hero__image { height: min(560px, calc(100svh - 150px)); aspect-ratio: auto; }
  .ts-hero--cutout .ts-offer--first { bottom: 15cqw; }
  .ts-hero--cutout .ts-offer--second { top: calc(3% - 8px); }
  .ts-hero--cutout .ts-offer--third { right: calc(3% - 8px); }
  .ts-hero--cutout h1 { font-size: clamp(52px, min(6.1vw, 9.4svh), 104px); }
  .ts-hero--cutout .ts-hero__copy .ts-kicker { margin-bottom: clamp(13px, 2svh, 22px); }
  .ts-page .ts-hero--cutout .ts-hero__intro { margin-top: clamp(16px, 2svh, 23px); font-size: clamp(18px, 2.2svh, 23px); }
}
@media (min-width: 1001px) and (max-height: 740px) {
  .ts-hero--cutout { min-height: 100svh; padding-top: 94px; padding-bottom: 22px; }
  .ts-hero--cutout h1 { font-size: clamp(48px, min(5.4vw, 8.2svh), 59px); }
  .ts-hero--cutout .ts-hero__copy .ts-kicker { margin-bottom: 10px; }
  .ts-page .ts-hero--cutout .ts-hero__intro { margin-top: 12px; font-size: 17px; line-height: 1.3; }
  .ts-hero--cutout .ts-hero-picker { margin-top: 15px; }
  .ts-hero--cutout .ts-hero-picker__label { font-size: 11px; }
  .ts-hero--cutout .ts-hero-picker__grid { gap: 8px 10px; margin-top: 7px; }
  .ts-hero--cutout .ts-hero-picker a { grid-template-rows: 26px 27px; gap: 3px; min-height: 60px; padding-block: 2px; font-size: 12px; line-height: 14px; }
  .ts-hero--cutout .ts-hero-picker a > img { width: 26px; height: 26px; }
  .ts-hero--cutout .ts-hero__actions { margin-top: 18px; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .ts-hero--cutout { gap: 30px; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); padding-top: 116px; padding-bottom: 40px; }
  .ts-hero--cutout h1 { font-size: clamp(48px, 6.8vw, 66px); }
  .ts-page .ts-hero--cutout .ts-hero__intro { font-size: 18px; }
  .ts-hero--cutout .ts-hero-picker__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .ts-hero--cutout .ts-hero-picker a { grid-template-columns: 26px minmax(0, 1fr); grid-template-rows: auto; justify-items: start; min-height: 54px; gap: 10px; text-align: left; font-size: 12px; line-height: 15px; }
  .ts-hero--cutout .ts-hero-picker a > img { width: 26px; height: 26px; }
  .ts-hero--cutout .ts-hero__image { min-height: 0; }
  .ts-hero--cutout .ts-offer--second { top: -4px; }
}
@media (max-width: 760px) {
  .ts-hero--cutout { min-height: 0; padding-top: 111px; padding-bottom: 36px; }
  .ts-hero--cutout .ts-hero__copy { display: block; }
  .ts-page .ts-hero--cutout .ts-hero__intro { margin-top: 22px; font-size: 19px; }
  .ts-hero--cutout .ts-hero-picker { margin-top: 23px; }
  .ts-hero--cutout .ts-hero-picker__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; margin-top: 9px; }
  .ts-hero--cutout .ts-hero-picker a { grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto; justify-items: start; min-height: 56px; gap: 10px; padding-block: 8px; text-align: left; font-size: 12px; line-height: 15px; }
  .ts-hero--cutout .ts-hero-picker a > img { width: 28px; height: 28px; }
  .ts-hero--cutout .ts-hero__actions { margin-top: 24px; margin-bottom: 0; }
  .ts-hero--cutout .ts-hero__figure { order: 0; margin-top: 50px; }
  .ts-hero--cutout .ts-hero__image { height: auto; aspect-ratio: 1.15; }
  .ts-hero--cutout .ts-offer--first { top: auto; bottom: 3%; left: 0; }
}
@media (max-width: 380px) {
  .ts-hero--cutout .ts-offer { width: clamp(88px, 31cqw, 100px); padding: 8px; }
  .ts-hero--cutout .ts-hero-picker__grid { column-gap: 12px; }
  .ts-hero--cutout .ts-hero-picker a { grid-template-columns: 24px minmax(0, 1fr); gap: 8px; min-height: 54px; font-size: 11px; line-height: 14px; }
  .ts-hero--cutout .ts-hero-picker a > img { width: 24px; height: 24px; }
}
