:root {
  --sv-green: #009b58;
  --sv-green-dark: #007d47;
  --sv-deep: #073b2c;
  --sv-ink: #10231c;
  --sv-muted: #607069;
  --sv-mist: #f2f6f3;
  --sv-line: #dce6e0;
  --sv-white: #fff;
  --sv-shell: min(1180px, calc(100vw - 40px));
  --sv-radius: 18px;
  --sv-shadow: 0 24px 70px rgba(7, 59, 44, .12);
  --sv-admin-bar-offset: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sv-native { margin: 0; color: var(--sv-ink); background: var(--sv-white); font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.sv-nav-open { overflow: hidden; }
body.admin-bar { --sv-admin-bar-offset: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sv-green-dark); text-decoration-thickness: 1px; text-underline-offset: .2em; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .55em; color: var(--sv-ink); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.45rem, 5.5vw, 5.5rem); }
h2 { font-size: clamp(1.85rem, 3.4vw, 3.35rem); }
h3 { font-size: clamp(1.25rem, 1.7vw, 1.6rem); }
p { margin: 0 0 1.2em; }
.sv-shell { width: var(--sv-shell); margin-inline: auto; }
.sv-skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.sv-skip-link:focus { transform: none; }

.sv-site-header { position: sticky; top: var(--sv-admin-bar-offset); z-index: 1000; height: 86px; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; backdrop-filter: blur(16px); }
.sv-site-header.is-scrolled { border-color: var(--sv-line); box-shadow: 0 8px 28px rgba(16,35,28,.08); }
.sv-site-header.is-hidden { transform: translateY(-100%); }
.sv-header-inner { width: min(1320px, calc(100vw - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.sv-brand { flex: 0 0 auto; }
.sv-brand img { width: 210px; max-height: 58px; object-fit: contain; object-position: left center; }
.sv-logo-fallback { display: block; }
.sv-primary-nav { margin-left: auto; }
.sv-menu { display: flex; align-items: center; gap: clamp(15px, 1.7vw, 28px); margin: 0; padding: 0; list-style: none; }
.sv-menu li { position: relative; }
.sv-menu a { display: block; padding: 12px 0; color: var(--sv-ink); font-size: 13px; font-weight: 750; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.sv-menu a:hover, .sv-menu .current-menu-item > a { color: var(--sv-green-dark); }
.sv-menu .sub-menu { position: absolute; top: 100%; left: -20px; min-width: 260px; margin: 0; padding: 12px 20px; list-style: none; visibility: hidden; opacity: 0; background: #fff; border: 1px solid var(--sv-line); border-radius: 12px; box-shadow: var(--sv-shadow); transform: translateY(8px); transition: .2s ease; }
.sv-menu li:hover > .sub-menu, .sv-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.sv-header-cta { flex: 0 0 auto; padding: 11px 19px; color: #fff; background: var(--sv-green); border-radius: 999px; font-size: 13px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.sv-header-cta:hover { background: var(--sv-green-dark); color: #fff; }
.sv-nav-toggle { display: none; margin-left: auto; padding: 10px; color: var(--sv-ink); background: transparent; border: 0; font: inherit; font-weight: 700; }

.sv-home-hero, .sv-page-hero, .sv-article-hero { position: relative; isolation: isolate; color: #fff; background: var(--sv-deep) var(--hero-image) center/cover no-repeat; overflow: hidden; }
.sv-home-hero { min-height: calc(100svh - 86px); display: grid; align-items: center; }
.sv-home-hero__overlay, .sv-page-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,24,17,.9) 0%, rgba(3,24,17,.64) 53%, rgba(3,24,17,.22) 100%); }
.sv-home-hero__overlay::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,24,17,.6)); }
.sv-home-hero__content { padding-block: clamp(90px, 13vw, 180px); }
.sv-home-hero h1 { max-width: 900px; color: #fff; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .93; letter-spacing: -.06em; text-transform: uppercase; }
.sv-lead { max-width: 700px; margin-top: 28px; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.sv-eyebrow { margin: 0 0 18px; color: var(--sv-green-dark); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.sv-eyebrow--light { color: #8ef0bd; }
.sv-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.sv-button, .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; color: #fff; background: var(--sv-green); border: 2px solid var(--sv-green); border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.sv-button:hover, .wp-block-button__link:hover { color: #fff; background: var(--sv-green-dark); border-color: var(--sv-green-dark); transform: translateY(-2px); }
.sv-button--ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); }
.sv-button--ghost:hover { background: #fff; border-color: #fff; color: var(--sv-deep); }
.sv-scroll-cue { position: absolute; right: max(20px, calc((100vw - 1180px)/2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.sv-scroll-cue span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }

.sv-section { padding-block: clamp(64px, 7.5vw, 108px); }
.sv-section--white { background: #fff; }
.sv-section--mist { background: var(--sv-mist); }
.sv-section--deep { color: rgba(255,255,255,.76); background: var(--sv-deep); }
.sv-section--deep h2, .sv-section--deep h3 { color: #fff; }
.sv-section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(30px, 7vw, 100px); align-items: start; margin-bottom: clamp(40px, 6vw, 72px); }
.sv-section-heading h2 { max-width: 760px; margin-bottom: 0; }
.sv-section-heading > p { max-width: 520px; margin: 48px 0 0; padding: 3px 0 3px 24px; color: #34463f; border-left: 4px solid var(--sv-green); font-size: clamp(1.08rem, 1.25vw, 1.3rem); font-weight: 600; line-height: 1.55; }

.sv-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sv-service-card { position: relative; isolation: isolate; min-height: 380px; display: flex; align-items: flex-end; gap: 18px; padding: clamp(28px, 4vw, 50px); color: #fff; background: var(--sv-deep) var(--card-image) center/cover no-repeat; border-radius: var(--sv-radius); overflow: hidden; text-decoration: none; }
.sv-service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3,24,17,.05), rgba(3,24,17,.92)); transition: background .25s ease; }
.sv-service-card:hover::before { background: linear-gradient(180deg, rgba(0,155,88,.04), rgba(3,64,43,.96)); }
.sv-service-card--wide { grid-column: 1 / -1; min-height: 500px; }
.sv-service-card__number { align-self: flex-start; margin-right: auto; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.sv-service-card strong { display: block; color: #fff; font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.sv-service-card small { display: block; max-width: 520px; margin-top: 12px; color: rgba(255,255,255,.75); font-size: 15px; }
.sv-service-card b { display: grid; flex: 0 0 auto; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 24px; transition: .2s ease; }
.sv-service-card:hover b { color: var(--sv-deep); background: #fff; transform: rotate(45deg); }
.sv-service-card b { display: none; }

.sv-about-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.sv-about-image { position: relative; }
.sv-about-image::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; z-index: -1; border: 1px solid rgba(142,240,189,.3); border-radius: var(--sv-radius); }
.sv-about-image img { aspect-ratio: 4/3; width: 100%; object-fit: cover; border-radius: var(--sv-radius); }
.sv-about-copy h2 { margin-bottom: 28px; }
.sv-about-copy > p:not(.sv-eyebrow) { max-width: 600px; }
.sv-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--sv-green-dark); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sv-text-link span { font-size: 22px; transition: transform .2s ease; }
.sv-text-link:hover span { transform: translateX(5px); }
.sv-text-link--light { color: #8ef0bd; }
.sv-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(70px, 9vw, 120px); border-top: 1px solid rgba(255,255,255,.16); }
.sv-stat-grid > div { padding: 34px 24px 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.sv-stat-grid > div:not(:first-child) { padding-left: 28px; }
.sv-stat-grid > div:last-child { border-right: 0; }
.sv-stat-grid strong, .sv-stat-grid span { display: block; }
.sv-stat-grid strong { color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.sv-stat-grid span { margin-top: 12px; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }

.sv-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sv-card { display: flex; min-height: 100%; flex-direction: column; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.sv-card:hover { transform: translateY(-5px); box-shadow: var(--sv-shadow); }
.sv-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--sv-deep); }
.sv-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.sv-card:hover .sv-card__image img { transform: scale(1.035); }
.sv-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 28px; }
.sv-card__body .sv-eyebrow { margin-bottom: 10px; }
.sv-card__body h3 { margin-bottom: 13px; }
.sv-card__body h3 a { color: var(--sv-ink); text-decoration: none; }
.sv-card__body p:not(.sv-eyebrow) { color: var(--sv-muted); font-size: 15px; }
.sv-card__body .sv-text-link { margin-top: auto; }
.sv-empty-state { padding: 36px; background: #fff; border: 1px dashed var(--sv-line); border-radius: var(--sv-radius); }

.sv-page-hero { min-height: 460px; display: grid; align-items: end; }
.sv-page-hero__content { padding-block: clamp(90px, 10vw, 140px) clamp(60px, 7vw, 90px); }
.sv-page-hero h1 { max-width: 1000px; color: #fff; font-size: clamp(2.7rem, 5.8vw, 5.3rem); text-transform: uppercase; }
.sv-article-hero { min-height: 590px; display: grid; align-items: end; }
.sv-article-hero__content { padding-block: 110px 76px; }
.sv-article-hero h1 { max-width: 980px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.sv-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 18px; color: var(--sv-muted); border-bottom: 1px solid var(--sv-line); font-size: 13px; }
.sv-breadcrumbs a { color: var(--sv-green-dark); text-decoration: none; }
.sv-entry-wrap { padding-block: clamp(60px, 8vw, 110px); }
.sv-entry-content { max-width: 940px; margin-inline: auto; }
.sv-entry-content > h1:first-child { display: none; }
.sv-entry-content h2 { margin-top: 1.5em; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.sv-entry-content h3 { margin-top: 1.8em; }
.sv-entry-content h4, .sv-entry-content h5 { margin-top: 2em; color: var(--sv-green-dark); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.sv-entry-content p, .sv-entry-content li { color: #34463f; }
.sv-entry-content img { margin-block: 34px; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-entry-content .wp-block-columns { gap: 32px; margin-block: 46px; }
.sv-entry-content blockquote, .wp-block-quote { margin: 48px 0; padding: 28px 34px; background: var(--sv-mist); border-left: 5px solid var(--sv-green); border-radius: 0 var(--sv-radius) var(--sv-radius) 0; font-size: 1.25rem; }
.sv-entry-content .wp-block-buttons { margin-block: 24px; }

/* Native visual page blocks. These rules deliberately mirror the 1.7.2
   templates and neutralise Gutenberg's nested constrained-layout margins. */
.sv-visual-page__content { width: 100%; overflow: clip; }
.sv-visual-page__content > * { margin-block: 0; }
.sv-visual-page__content > .alignfull { width: 100%; max-width: none; margin-inline: 0; }
.sv-vp-section { --wp--style--global--content-size: 100%; --wp--style--global--wide-size: 100%; width: 100%; max-width: none !important; padding-block: clamp(64px, 7.5vw, 108px); }
.sv-vp-section > .sv-vp-shell { width: var(--sv-shell); max-width: none !important; margin-inline: auto !important; }
.sv-vp-shell { --wp--style--global--content-size: 100%; --wp--style--global--wide-size: 100%; }
.sv-vp-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-vp-card-grid > *, .sv-vp-mini-grid > *, .sv-vp-stat-grid > * { width: 100%; max-width: none !important; margin: 0 !important; justify-self: stretch; }
.sv-vp-card.is-layout-constrained > *, .sv-vp-mini-card.is-layout-constrained > *, .sv-vp-stat.is-layout-constrained > * { max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-vp-white { background: #fff; }
.sv-vp-mist { background: var(--sv-mist); }
.sv-vp-deep { color: rgba(255,255,255,.82); background: var(--sv-deep); }
.sv-vp-deep h2, .sv-vp-deep h3, .sv-vp-deep p { color: #fff; }
.sv-vp-hero { position: relative; min-height: 460px !important; display: grid; align-items: end; color: #fff; }
.sv-vp-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(3,24,17,.9) 0%, rgba(3,24,17,.64) 53%, rgba(3,24,17,.22) 100%) !important; opacity: 1 !important; }
.sv-vp-hero > .wp-block-cover__inner-container,
.sv-vp-hero .wp-block-cover__inner-container.is-layout-constrained { width: 100% !important; max-width: none !important; margin: 0 !important; }
.sv-vp-hero__content { display: flex; width: var(--sv-shell) !important; max-width: none !important; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: flex-end; margin-inline: auto !important; padding-block: clamp(90px, 10vw, 140px) clamp(60px, 7vw, 90px); text-align: left; }
.sv-vp-hero .sv-vp-hero__content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { width: 100%; max-width: 1000px !important; margin-right: 0 !important; margin-left: 0 !important; text-align: left; }
.sv-vp-hero .sv-vp-display { max-width: 1000px; margin-bottom: 0; color: #fff; font-size: clamp(2.7rem, 5.8vw, 5.3rem); line-height: 1.08; letter-spacing: -.055em; text-transform: uppercase; }
.sv-home-page .sv-vp-hero { min-height: calc(100svh - 86px) !important; align-items: center; }
.sv-home-page .sv-vp-hero__content { justify-content: center; padding-block: clamp(90px, 13vw, 180px); }
.sv-home-page .sv-vp-hero .sv-vp-display { max-width: 900px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .93; }
.sv-vp-eyebrow { margin-bottom: 16px; color: var(--sv-green-dark); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.sv-vp-hero .sv-vp-eyebrow, .sv-vp-deep .sv-vp-eyebrow { color: #8ef0bd; }
.sv-vp-lead { max-width: 720px; color: #41534b; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; }
.sv-vp-hero .sv-vp-lead { color: rgba(255,255,255,.86); }
.sv-page-karriar .sv-vp-hero > img { object-position: center 42% !important; }
.sv-page-jobba-hos-oss .sv-vp-hero > img { object-position: center 30% !important; }
.sv-vp-split, .sv-vp-heading-row, .sv-vp-contact-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(34px, 7vw, 92px); align-items: center; }
.sv-vp-heading-row { align-items: end; margin-bottom: clamp(32px, 5vw, 58px); }
.sv-vp-heading-row > .wp-block-column:last-child { display: flex; justify-content: flex-end; }
.sv-vp-actions { display: flex !important; width: fit-content; max-width: none; justify-content: flex-start; gap: 12px; margin: 18px 0 0; }
.sv-vp-actions > .wp-block-column { flex: 0 0 auto !important; width: auto !important; }
.sv-vp-actions .wp-block-buttons { margin: 0; }
.sv-vp-card-grid, .sv-vp-mini-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sv-vp-card, .sv-vp-mini-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 0 0 28px; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); overflow: hidden; box-shadow: 0 14px 45px rgba(7,59,44,.06); }
.sv-vp-card > :not(.sv-vp-card__image), .sv-vp-mini-card > * { margin-right: 26px; margin-left: 26px; }
.sv-vp-card__image { width: 100%; margin: 0 0 24px !important; }
.sv-vp-card__image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.sv-vp-card h3, .sv-vp-mini-card h3 { margin-bottom: 10px; font-size: clamp(1.3rem, 2vw, 1.7rem); }
.sv-vp-card p, .sv-vp-mini-card p { color: var(--sv-muted); font-size: 15px; }
.sv-vp-card .wp-block-buttons, .sv-vp-mini-card .wp-block-buttons { margin-top: auto; }
.sv-vp-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sv-vp-mini-card { padding-top: 28px; }
.sv-vp-stat-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: clamp(42px, 7vw, 82px); background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.sv-vp-white .sv-vp-stat-grid { background: var(--sv-line); border-color: var(--sv-line); }
.sv-vp-stat { padding: 28px; background: rgba(255,255,255,.05); }
.sv-vp-white .sv-vp-stat { background: #fff; }
.sv-vp-stat h3 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3.8rem); }
.sv-vp-stat p { margin: 0; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.sv-vp-contact-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; }
.sv-vp-contact-layout > .wp-block-column:first-child { padding: clamp(28px, 4vw, 48px); background: linear-gradient(145deg, #fff, #f5f9f6); border: 1px solid var(--sv-line); border-radius: 22px; box-shadow: 0 18px 55px rgba(7,59,44,.06); }
.sv-vp-contact-list { padding-top: 18px; border-top: 1px solid var(--sv-line); }
.sv-vp-contact-list p { margin-bottom: 7px; font-weight: 700; }
.sv-vp-contact-heading { margin: 30px 0 10px; font-size: clamp(1.2rem, 1.8vw, 1.55rem); }
.sv-vp-details { margin-top: 14px; padding: 20px 24px; background: #fff; border: 1px solid var(--sv-line); border-radius: 12px; }
.sv-vp-details summary { cursor: pointer; color: var(--sv-ink); font-size: 1.08rem; font-weight: 800; }
.sv-vp-details[open] summary { margin-bottom: 20px; }
.sv-vp-privacy-intro { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; }
.sv-vp-privacy-card { padding: clamp(26px, 3.5vw, 42px); background: var(--sv-mist); border: 1px solid var(--sv-line); border-top: 4px solid var(--sv-green); border-radius: 18px; box-shadow: 0 16px 44px rgba(7,59,44,.06); }
.sv-vp-privacy-card .sv-vp-eyebrow { margin-bottom: 12px; }
.sv-vp-privacy-card h3 { margin-bottom: 18px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.sv-vp-privacy-card p { margin: 0 0 8px; color: #34463f; }
.sv-vp-privacy-card a { color: var(--sv-green-dark); font-weight: 750; }
.sv-vp-privacy-body { padding-top: clamp(54px, 6vw, 84px); }
.sv-vp-privacy-copy { width: min(100%, 920px) !important; max-width: 920px !important; margin-inline: auto !important; }
.sv-vp-privacy-copy.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-vp-privacy-copy h2 { margin: clamp(42px, 6vw, 68px) 0 18px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.12; }
.sv-vp-privacy-copy h2:first-child { margin-top: 0; }
.sv-vp-privacy-copy h3 { margin: 32px 0 12px; font-size: clamp(1.25rem, 2vw, 1.6rem); }
.sv-vp-privacy-copy p, .sv-vp-privacy-copy li { color: #34463f; font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.72; }
.sv-vp-privacy-copy ul { display: grid; gap: 8px; margin: 18px 0 24px; padding-left: 23px; }
.sv-vp-privacy-updated { margin-top: 36px !important; padding-top: 18px; border-top: 1px solid var(--sv-line); color: var(--sv-muted) !important; font-size: .9rem !important; }

/* Keep the established front-end design when bespoke pages are edited as blocks. */
.sv-home-page .sv-vp-heading-row,
.sv-services-page .sv-vp-heading-row,
.sv-about-page .sv-vp-heading-row { grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: start; }
.sv-home-page .sv-vp-heading-row > .wp-block-column:last-child,
.sv-services-page .sv-vp-heading-row > .wp-block-column:last-child,
.sv-about-page .sv-vp-heading-row > .wp-block-column:last-child { display: block; margin-top: 42px; padding: 3px 0 3px 24px; border-left: 4px solid var(--sv-green); }
.sv-home-page .sv-vp-heading-row > .wp-block-column:last-child p,
.sv-services-page .sv-vp-heading-row > .wp-block-column:last-child p,
.sv-about-page .sv-vp-heading-row > .wp-block-column:last-child p { max-width: 520px; margin: 0; color: #34463f; font-size: clamp(1.02rem, 1.25vw, 1.22rem); font-weight: 600; line-height: 1.55; }
.sv-vp-heading-row .wp-block-button__link { min-height: 0; padding: 4px 0; color: var(--sv-green-dark); background: transparent; border: 0; border-radius: 0; font-size: 13px; letter-spacing: .08em; }
.sv-vp-heading-row .wp-block-button__link::after { content: "\2192"; margin-left: 10px; font-size: 20px; font-weight: 500; transition: transform .2s ease; }
.sv-vp-heading-row .wp-block-button__link:hover { color: var(--sv-green-dark); background: transparent; transform: none; }
.sv-vp-heading-row .wp-block-button__link:hover::after { transform: translateX(5px); }
.sv-vp-deep .sv-vp-split .wp-block-button__link { min-height: 0; padding: 5px 0; color: #8ef0bd; background: transparent; border: 0; border-radius: 0; font-size: 13px; letter-spacing: .08em; }
.sv-vp-deep .sv-vp-split .wp-block-button__link::after { content: "\2192"; margin-left: 10px; font-size: 20px; font-weight: 500; }
.sv-vp-deep .sv-vp-split .wp-block-button__link:hover { color: #fff; background: transparent; transform: none; }

/* The three primary service/area cards retain their original photographic treatment. */
.sv-home-page .sv-vp-card-grid,
.sv-services-page .sv-vp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; counter-reset: sv-vp-service; }
.sv-home-page .sv-vp-card,
.sv-services-page .sv-vp-card { position: relative; isolation: isolate; min-height: 380px; justify-content: flex-end; padding: clamp(28px, 4vw, 50px); color: #fff; background: var(--sv-deep); border: 0; box-shadow: none; counter-increment: sv-vp-service; }
.sv-home-page .sv-vp-card:first-child,
.sv-services-page .sv-vp-card:first-child { grid-column: 1 / -1; min-height: 500px; }
.sv-services-page .sv-vp-card { min-height: 430px; }
.sv-services-page .sv-vp-card:first-child { min-height: 540px; }
.sv-home-page .sv-vp-card::before,
.sv-services-page .sv-vp-card::before { content: "0" counter(sv-vp-service); position: absolute; top: 30px; left: clamp(28px, 4vw, 50px); z-index: 3; color: #a5f4ca; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.sv-home-page .sv-vp-card::after,
.sv-services-page .sv-vp-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(3,24,17,.05), rgba(3,24,17,.93)); pointer-events: none; transition: background .28s ease, box-shadow .28s ease; }
.sv-home-page .sv-vp-card:hover::after,
.sv-services-page .sv-vp-card:hover::after { background: linear-gradient(180deg, rgba(0,155,88,.16), rgba(3,79,52,.94)); box-shadow: inset 0 0 0 2px rgba(142,240,189,.28); }
.sv-home-page .sv-vp-card > .sv-vp-card__image,
.sv-services-page .sv-vp-card > .sv-vp-card__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0 !important; }
.sv-home-page .sv-vp-card__image img,
.sv-services-page .sv-vp-card__image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.sv-home-page .sv-vp-card > :not(.sv-vp-card__image),
.sv-services-page .sv-vp-card > :not(.sv-vp-card__image) { position: relative; z-index: 2; width: min(100%, 720px); margin-right: 0; margin-left: 0; }
.sv-home-page .sv-vp-card h3,
.sv-services-page .sv-vp-card h3 { width: 100%; margin: 0 0 12px; color: #fff; font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; text-align: left; }
.sv-home-page .sv-vp-card p,
.sv-services-page .sv-vp-card p { width: 100%; max-width: 620px; margin: 0; color: rgba(255,255,255,.8); font-size: 15px; text-align: left; }
.sv-home-page .sv-vp-card .wp-block-buttons,
.sv-services-page .sv-vp-card .wp-block-buttons { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; }
.sv-home-page .sv-vp-card .wp-block-button__link,
.sv-services-page .sv-vp-card .wp-block-button__link { position: absolute; inset: 0; width: 100%; min-height: 100%; padding: 0; color: transparent; background: transparent; border: 0; border-radius: inherit; font-size: 0; opacity: 0; }
.sv-home-page .sv-vp-card .wp-block-button__link::before,
.sv-services-page .sv-vp-card .wp-block-button__link::before { content: none; }
.sv-home-page .sv-vp-card .wp-block-button__link::after,
.sv-services-page .sv-vp-card .wp-block-button__link::after { content: none; }
.sv-home-page .sv-vp-card:hover .wp-block-button__link,
.sv-services-page .sv-vp-card:hover .wp-block-button__link { color: transparent; background: transparent; border-color: transparent; transform: none; }
.sv-home-page .sv-vp-card:focus-within,
.sv-services-page .sv-vp-card:focus-within { outline: 3px solid var(--sv-green); outline-offset: 4px; }

/* Start page: preserve the original image/text split and statistics. */
.sv-home-page .sv-vp-deep .sv-vp-split { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(50px, 8vw, 110px); }
.sv-home-page .sv-vp-deep .sv-vp-split > .wp-block-column:first-child { position: relative; padding: 16px; }
.sv-home-page .sv-vp-deep .sv-vp-split > .wp-block-column:first-child::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(142,240,189,.3); border-radius: calc(var(--sv-radius) + 4px); }
.sv-home-page .sv-vp-deep .sv-vp-split figure { position: relative; z-index: 1; margin: 0; }
.sv-home-page .sv-vp-deep .sv-vp-split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--sv-radius); }
.sv-home-page .sv-vp-deep .sv-vp-stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: clamp(70px, 9vw, 120px); background: transparent; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
.sv-home-page .sv-vp-deep .sv-vp-stat { min-height: 0; padding: 34px 24px 0 0; background: transparent; border-right: 1px solid rgba(255,255,255,.16); }
.sv-home-page .sv-vp-deep .sv-vp-stat:not(:first-child) { padding-left: 28px; }
.sv-home-page .sv-vp-deep .sv-vp-stat:last-child { border-right: 0; }
.sv-home-page .sv-vp-deep .sv-vp-stat h3 { margin-bottom: 12px; color: #fff; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.sv-home-page .sv-vp-deep .sv-vp-stat p { margin: 0; color: rgba(255,255,255,.76); }

/* Services: compact sub-service rows, exactly as in the 1.7.2 overview. */
.sv-services-page .sv-vp-mini-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sv-services-page .sv-vp-mini-card { position: relative; min-height: 158px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-content: center; padding: 28px 76px 28px 30px; background: #fff; border: 1px solid var(--sv-line); border-radius: 14px; box-shadow: none; }
.sv-services-page .sv-vp-mini-card:last-child { grid-column: 1 / -1; }
.sv-services-page .sv-vp-mini-card > * { margin-right: 0; margin-left: 0; }
.sv-services-page .sv-vp-mini-card h3 { grid-column: 1; margin: 0 0 7px; font-size: 1.22rem; }
.sv-services-page .sv-vp-mini-card p { grid-column: 1; margin: 0; color: var(--sv-muted); font-size: 14px; }
.sv-services-page .sv-vp-mini-card .wp-block-buttons { position: absolute; top: 50%; right: 26px; margin: 0; transform: translateY(-50%); }
.sv-services-page .sv-vp-mini-card .wp-block-button__link { width: 42px; min-height: 42px; padding: 0; color: var(--sv-green-dark); background: transparent; border: 1px solid var(--sv-line); font-size: 0; }
.sv-services-page .sv-vp-mini-card .wp-block-button__link::before { content: "\2192"; font-size: 20px; }
.sv-services-page .sv-vp-mini-card:hover { border-color: #acd4be; transform: translateY(-2px); }
.sv-services-page .sv-vp-mini-card:hover .wp-block-button__link { color: #fff; background: var(--sv-green); border-color: var(--sv-green); }
.sv-services-page .sv-vp-section.sv-vp-white:has(.sv-vp-split) .sv-vp-split { grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.sv-services-page .sv-vp-section.sv-vp-white:has(.sv-vp-split) .sv-vp-split > .wp-block-column:last-child { padding: 7px 0 7px 28px; border-left: 4px solid var(--sv-green); }
.sv-services-page .sv-vp-section.sv-vp-mist:has(.sv-vp-card-grid > .sv-vp-card) { padding-top: 0; background: #fff; }
.sv-services-page .sv-vp-section.sv-vp-white:has(.sv-vp-mini-grid) { background: var(--sv-mist); }

/* Company strengths and certificates mirror the original bespoke sections. */
.sv-about-page .sv-vp-card-grid { gap: 18px; counter-reset: sv-vp-strength; }
.sv-about-page .sv-vp-card-grid > .sv-vp-mini-card { position: relative; padding: clamp(30px, 3.5vw, 42px); counter-increment: sv-vp-strength; }
.sv-about-page .sv-vp-card-grid > .sv-vp-mini-card::before { content: "0" counter(sv-vp-strength); color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.sv-about-page .sv-vp-card-grid > .sv-vp-mini-card > * { margin-right: 0; margin-left: 0; }
.sv-about-page .sv-vp-card-grid > .sv-vp-mini-card h3 { margin-top: 30px; }
.sv-about-page .sv-vp-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; background: transparent; border: 0; }
.sv-about-page .sv-vp-stat-grid .sv-vp-stat { min-height: 210px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(26px, 3.5vw, 42px); color: #fff; background: linear-gradient(145deg, var(--sv-deep), #0a583f); border-radius: var(--sv-radius); }
.sv-about-page .sv-vp-stat-grid .sv-vp-stat h3 { margin-bottom: 12px; color: #fff; font-size: clamp(2rem, 3.3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.sv-about-page .sv-vp-stat-grid .sv-vp-stat p { color: #a5f4ca; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.sv-about-page .sv-vp-split figure { margin: 0; }
.sv-about-page .sv-vp-split img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-about-page .sv-vp-deep .sv-vp-split img { min-height: 0; aspect-ratio: 4/3; }
.sv-about-page .sv-vp-deep .sv-vp-split .sv-vp-group-logo { min-height: 360px; display: flex; align-items: center; justify-content: center; margin: 0; padding: clamp(34px, 5vw, 62px); background: #fff; border: 1px solid rgba(142,240,189,.45); border-radius: var(--sv-radius); box-shadow: none; }
.sv-about-page .sv-vp-deep .sv-vp-split .sv-vp-group-logo img { width: min(100%, 620px); min-height: 0; max-height: 220px; aspect-ratio: auto; object-fit: contain; border-radius: 0; box-shadow: none; }
.sv-about-page .sv-vp-stat-grid > .sv-vp-stat { width: 100%; max-width: none !important; margin: 0 !important; }
.sv-about-page .sv-vp-details { padding: 0; overflow: hidden; border-radius: var(--sv-radius); box-shadow: 0 14px 40px rgba(7,59,44,.045); }
.sv-about-page .sv-vp-details summary { padding: clamp(25px, 3.5vw, 38px) clamp(24px, 4vw, 48px); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.15; list-style: none; }
.sv-about-page .sv-vp-details summary::-webkit-details-marker { display: none; }
.sv-about-page .sv-vp-details[open] summary { margin-bottom: 0; color: #fff; background: var(--sv-deep); }
.sv-about-page .sv-vp-details > :not(summary) { max-width: 960px; margin-right: clamp(24px, 6vw, 72px) !important; margin-left: clamp(24px, 6vw, 72px) !important; }
.sv-about-page .sv-vp-details > :nth-child(2) { margin-top: clamp(30px, 4.5vw, 55px) !important; }
.sv-about-page .sv-vp-details > :last-child { margin-bottom: clamp(40px, 6vw, 68px) !important; }
.sv-vp-community-heading { margin-bottom: clamp(40px, 6vw, 72px) !important; text-align: center; }
.sv-vp-community-heading .sv-vp-eyebrow { margin-bottom: 12px; }
.sv-vp-community-heading h2 { margin: 0; }
.sv-vp-community-logos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 3vw, 38px); align-items: stretch; }
.sv-vp-community-logo { display: grid; min-height: 210px; place-items: center; padding: 22px; }
.sv-vp-community-logo figure { width: 100%; margin: 0 !important; text-align: center; }
.sv-vp-community-logo img { width: auto; max-width: 100%; max-height: 150px; margin: 0; object-fit: contain; border-radius: 0; box-shadow: none; }
.sv-vp-membership-layout { align-items: center; }
.sv-vp-membership-copy h2 { margin-bottom: clamp(34px, 5vw, 54px); }
.sv-vp-membership-copy h3 { margin-bottom: 14px; font-size: clamp(1.25rem, 2vw, 1.6rem); text-transform: uppercase; }
.sv-vp-membership-badge { max-width: 330px; margin: 34px 0 0 !important; }
.sv-vp-membership-badge img { width: 100%; margin: 0; border-radius: 0; box-shadow: none; }
.sv-vp-membership-certificate { margin: 0 !important; }
.sv-vp-membership-certificate img { width: 100%; margin: 0; background: #fff; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }

@media (max-width: 820px) {
  .sv-vp-split, .sv-vp-heading-row, .sv-vp-contact-layout, .sv-vp-privacy-intro { grid-template-columns: 1fr; }
  .sv-vp-card-grid, .sv-vp-mini-grid { grid-template-columns: 1fr; }
  .sv-vp-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-vp-heading-row > .wp-block-column:last-child { justify-content: flex-start; }
  .sv-home-page .sv-vp-heading-row, .sv-services-page .sv-vp-heading-row, .sv-about-page .sv-vp-heading-row { grid-template-columns: 1fr; }
  .sv-home-page .sv-vp-heading-row > .wp-block-column:last-child, .sv-services-page .sv-vp-heading-row > .wp-block-column:last-child, .sv-about-page .sv-vp-heading-row > .wp-block-column:last-child { margin-top: 0; }
  .sv-home-page .sv-vp-card-grid, .sv-services-page .sv-vp-card-grid, .sv-about-page .sv-vp-stat-grid { grid-template-columns: 1fr; }
  .sv-home-page .sv-vp-card:first-child, .sv-services-page .sv-vp-card:first-child { grid-column: auto; min-height: 390px; }
  .sv-home-page .sv-vp-card, .sv-services-page .sv-vp-card { min-height: 340px; }
  .sv-home-page .sv-vp-deep .sv-vp-split { grid-template-columns: 1fr; }
  .sv-home-page .sv-vp-deep .sv-vp-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-services-page .sv-vp-mini-grid { grid-template-columns: 1fr; }
  .sv-services-page .sv-vp-mini-card:last-child { grid-column: auto; }
  .sv-vp-community-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .sv-vp-section { padding-block: 48px; }
  .sv-vp-shell { width: min(100% - 28px, 1180px); }
  .sv-vp-hero { min-height: 470px !important; }
  .sv-home-page .sv-vp-hero { min-height: calc(100svh - 74px) !important; }
  .sv-vp-hero .sv-vp-display { font-size: clamp(2.25rem, 12vw, 3.6rem); }
  .sv-vp-stat-grid { grid-template-columns: 1fr 1fr; }
  .sv-vp-stat { padding: 20px 16px; }
  .sv-vp-community-logos { grid-template-columns: 1fr 1fr; gap: 12px; }
  .sv-vp-community-logo { min-height: 150px; padding: 16px; }
  .sv-vp-community-logo img { max-height: 105px; }
}

/* Full-width editorial pages: services, about and career. */
.sv-wide-page-content { width: 100%; }
.sv-editorial-section { padding-block: clamp(70px, 8vw, 118px); }
.sv-editorial-section--white { background: #fff; }
.sv-editorial-section--mist { background: var(--sv-mist); }
.sv-editorial-section--deep { color: rgba(255,255,255,.82); background: var(--sv-deep); }
.sv-editorial-section--deep h2, .sv-editorial-section--deep h3, .sv-editorial-section--deep h4, .sv-editorial-section--deep p { color: #fff; }
.sv-editorial-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.sv-editorial-split.is-reversed .sv-editorial-copy { order: 2; }
.sv-editorial-split.is-reversed .sv-editorial-media { order: 1; }
.sv-editorial-copy { max-width: 720px; }
.sv-editorial-copy--solo { max-width: 920px; }
.sv-editorial-copy h2, .sv-editorial-heading h2 { margin-bottom: 24px; font-size: clamp(1.95rem, 3.5vw, 3.6rem); }
.sv-editorial-copy h3 { margin-top: 30px; font-size: clamp(1.35rem, 1.9vw, 1.75rem); }
.sv-editorial-copy h4, .sv-editorial-heading h4 { margin-top: 28px; color: var(--sv-green-dark); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.sv-editorial-copy h5, .sv-editorial-heading h5 { margin-bottom: 16px; color: var(--sv-green-dark); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.sv-editorial-copy p, .sv-editorial-copy li { color: #34463f; font-size: clamp(1rem, 1.2vw, 1.12rem); }
.sv-editorial-copy > p:first-of-type { font-size: clamp(1.08rem, 1.45vw, 1.3rem); }
.sv-editorial-copy ul { padding-left: 22px; }
.sv-editorial-copy > .sv-button { margin: 14px 8px 0 0; }
.sv-editorial-media { display: grid; gap: 18px; }
.sv-editorial-media img { width: 100%; max-height: 680px; object-fit: cover; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-editorial-media img + img { max-height: 360px; }
.sv-editorial-heading { max-width: 880px; margin-bottom: clamp(32px, 5vw, 56px); }
.sv-feature-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.sv-feature-grid > .sv-feature-card { box-sizing: border-box; width: 100%; max-width: none !important; height: 100%; margin: 0 !important; }
.sv-feature-card { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(25px, 3vw, 38px); text-align: left; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); box-shadow: 0 14px 45px rgba(7,59,44,.06); }
.sv-feature-card.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; text-align: left; }
.sv-feature-card h3, .sv-feature-card h4 { margin-bottom: 16px; color: var(--sv-ink); font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.02em; text-transform: none; }
.sv-feature-card p { color: var(--sv-muted); font-size: 15px; }
.sv-feature-card .sv-text-link { margin-top: 12px; }
.sv-editorial-section--deep .sv-editorial-copy { max-width: 1050px; }
.sv-editorial-section--deep .sv-editorial-copy h2 { max-width: 1000px; font-size: clamp(2.15rem, 4.3vw, 4.2rem); }

/* Service pages share one compact rhythm so migrated content stays consistent. */
body.sv-service-page-context .sv-editorial-section { padding-block: clamp(36px, 4vw, 56px); }
body.sv-service-page-context .sv-vp-section > .sv-vp-shell,
.sv-service-section > .sv-vp-shell { width: min(calc(100% - 48px), 1320px); }
body.sv-service-page-context .sv-editorial-split { gap: clamp(30px, 4vw, 54px); }
body.sv-service-page-context .sv-editorial-heading { margin-bottom: clamp(24px, 3vw, 34px); }
body.sv-service-page-context .sv-editorial-copy h2 { margin-bottom: 16px; }
body.sv-service-page-context .sv-editorial-copy h3 { margin-top: 20px; }
body.sv-service-page-context .sv-editorial-copy p,
body.sv-service-page-context .sv-editorial-copy li { line-height: 1.62; }
body.sv-service-page-context .sv-editorial-copy > p:first-of-type { font-size: clamp(1.02rem, 1.2vw, 1.14rem); }
body.sv-service-page-context .sv-editorial-media img,
.sv-service-section .sv-editorial-media img { max-height: 420px; }
body.sv-service-page-context .sv-feature-grid { gap: 14px; }
body.sv-service-page-context .sv-feature-grid > .sv-feature-card { min-height: 0; }
body.sv-service-page-context .sv-feature-card { padding: clamp(22px, 2.5vw, 28px); background: linear-gradient(145deg, #fff, #f7faf8); border-top: 4px solid var(--sv-green); box-shadow: 0 10px 30px rgba(7,59,44,.055); }
body.sv-service-page-context .sv-feature-card h3,
body.sv-service-page-context .sv-feature-card h4 { margin: 0 0 12px; }
body.sv-service-page-context .sv-feature-card .wp-block-buttons { margin: 8px 0 0; }
body.sv-service-page-context .sv-feature-card .wp-block-button__link { min-height: 0; padding: 9px 14px; font-size: 11px; }
body.sv-service-page-context .sv-related-projects { padding-block: clamp(44px, 5vw, 66px); }

/* Compact contact modules shared by Bevattning, Stängsel and Mark services. */
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) { padding-block: clamp(26px, 3vw, 38px); }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-split { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: clamp(34px, 6vw, 78px); width: 100%; max-width: 1020px; margin-inline: auto; }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-copy { max-width: none; padding: clamp(24px, 3vw, 34px); background: rgba(255,255,255,.78); border: 1px solid var(--sv-line); border-radius: 15px; box-shadow: 0 10px 32px rgba(7,59,44,.055); }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-copy h5 { margin-bottom: 18px; font-size: 14px; letter-spacing: .14em; }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-copy ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-copy li { margin: 0; color: var(--sv-ink); font-size: clamp(1.08rem, 1.4vw, 1.25rem); font-weight: 650; line-height: 1.45; }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-media,
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-media figure { width: 100%; margin: 0; }
.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-media img { width: 100%; height: auto; max-height: 340px; aspect-ratio: auto; object-fit: contain; object-position: center top; background: #edf3ef; }

/* Two editorial images belong beside each other; stacking caused a metre-high empty section. */
.sv-service-section .sv-editorial-media:has(figure + figure) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.sv-service-section .sv-editorial-media:has(figure + figure) figure { margin: 0; }
.sv-service-section .sv-editorial-media:has(figure + figure) img { width: 100%; height: auto; max-height: 340px; aspect-ratio: 4 / 3; object-fit: cover; }

/* The Mark & anläggning opener is a small service menu, not four oversized CTA rows. */
.sv-mark-service-intro .sv-editorial-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-width: none; }
.sv-mark-service-intro .sv-editorial-copy > h2,
.sv-mark-service-intro .sv-editorial-copy > h3,
.sv-mark-service-intro .sv-editorial-copy > h4,
.sv-mark-service-intro .sv-editorial-copy > h5,
.sv-mark-service-intro .sv-editorial-copy > p,
.sv-mark-service-intro .sv-editorial-copy > ul { grid-column: 1 / -1; }
.sv-mark-service-intro .sv-editorial-copy > .wp-block-buttons { width: 100%; margin: 0; }
.sv-mark-service-intro .sv-editorial-copy > .wp-block-buttons .wp-block-button { width: 100%; }
.sv-mark-service-intro .sv-editorial-copy > .wp-block-buttons .wp-block-button__link { width: 100%; min-height: 46px; justify-content: space-between; padding: 11px 15px; color: var(--sv-green-dark); background: #f3f8f5; border: 1px solid #cbdcd2; border-radius: 10px; font-size: 11px; text-align: left; }
.sv-mark-service-intro .sv-editorial-copy > .wp-block-buttons .wp-block-button__link::after { content: "\2192"; margin-left: 10px; font-size: 17px; }
.sv-mark-service-intro .sv-editorial-copy > .wp-block-buttons .wp-block-button__link:hover { color: #fff; background: var(--sv-green-dark); border-color: var(--sv-green-dark); }

/* Migrated benefit cards contain concise, editable copy and stay balanced. */
.sv-page-mark-och-anlaggning .sv-feature-card,
.sv-mark-service-intro ~ .sv-vp-standard-section .sv-feature-card { min-height: 190px; }
.sv-page-mark-och-anlaggning .sv-feature-card p { max-width: 34rem; margin: 0; color: #405149; font-size: 15px; line-height: 1.6; }

/* The quote on Jobba hos oss is intentional, but all body copy shares one rhythm. */
.sv-jobba-uniform-copy .sv-editorial-copy p,
.sv-jobba-uniform-copy .sv-editorial-copy li,
.sv-jobba-uniform-copy .sv-editorial-copy > p:first-of-type { font-size: clamp(1rem, 1.15vw, 1.1rem); line-height: 1.7; }
.sv-jobba-uniform-copy .sv-editorial-copy p { margin-block: 0 16px; }
.sv-jobba-uniform-copy .sv-editorial-copy p:last-child { margin-bottom: 0; }

/* Stängsel uses compact editorial bands instead of a long stack of sparse panels. */
.sv-fence-section { padding-block: clamp(25px, 3vw, 40px) !important; }
.sv-fence-section .sv-editorial-copy p,
.sv-fence-section .sv-editorial-copy li { font-size: clamp(.98rem, 1.05vw, 1.06rem); line-height: 1.58; }
.sv-fence-section .sv-editorial-copy p { margin-block: 0 13px; }
.sv-fence-section .sv-editorial-copy h3 { margin: 22px 0 12px; }
.sv-fence-section .sv-editorial-copy--solo { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 0 clamp(34px, 5vw, 70px); width: 100%; max-width: 1180px !important; margin-inline: auto !important; align-items: start; }
.sv-fence-section .sv-editorial-copy--solo.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-fence-section .sv-editorial-copy--solo > h3 { grid-column: 1; grid-row: 1 / span 12; margin: 2px 0 0; padding-left: 18px; border-left: 4px solid var(--sv-green); font-size: clamp(1.45rem, 2vw, 1.8rem); line-height: 1.15; }
.sv-fence-section .sv-editorial-copy--solo > :not(h3) { grid-column: 2; }
.sv-fence-section .sv-editorial-copy--solo > p:first-of-type { color: var(--sv-ink); font-size: clamp(1.02rem, 1.15vw, 1.1rem); font-weight: 650; }
.sv-fence-intro-detail { padding-block: clamp(34px, 4vw, 52px) !important; background: #e8f2ec; border-block: 1px solid #d5e5db; }
.sv-fence-section:has(.sv-editorial-copy h2) .sv-editorial-split { align-items: stretch; }
.sv-fence-section:has(.sv-editorial-copy h2) .sv-editorial-media,
.sv-fence-section:has(.sv-editorial-copy h2) .sv-editorial-media figure { height: 100%; }
.sv-fence-section:has(.sv-editorial-copy h2) .sv-editorial-media img { height: 100%; max-height: none; object-fit: cover; }
.sv-page-stangsel .sv-related-projects__grid { grid-auto-rows: 1fr; }

.sv-service-index { padding-block: clamp(58px, 7vw, 92px); background: var(--sv-deep); }
.sv-service-index__heading { max-width: 760px; margin-bottom: clamp(30px, 5vw, 54px); }
.sv-service-index__heading h2 { margin-bottom: 0; color: #fff; }
.sv-service-index__heading .sv-eyebrow { color: #8ef0bd; }
.sv-service-index__grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.sv-service-index-card { box-sizing: border-box; width: 100%; max-width: none !important; min-height: 235px; display: flex; flex-direction: column; margin: 0 !important; padding: clamp(25px, 3vw, 36px); color: var(--sv-ink); text-align: left; background: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: var(--sv-radius); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.sv-service-index-card:hover { color: var(--sv-ink); background: #eaf5ef; transform: translateY(-4px); }
.sv-service-index-card > span { color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.sv-service-index-card h3 { width: 100%; margin: 30px 0 14px; font-size: clamp(1.55rem, 2.5vw, 2.3rem); text-align: left; }
.sv-service-index-card p { width: 100%; max-width: 560px; color: var(--sv-muted); font-size: 15px; text-align: left; }
.sv-service-index-card strong { display: inline-flex; align-items: center; gap: 11px; margin-top: auto; color: var(--sv-green-dark); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.sv-service-index-card strong i { font-size: 18px; font-style: normal; }
.sv-service-index-card:last-child:nth-child(odd) { grid-column: auto; min-height: 235px; }
.sv-service-index-card.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-service-index-card > .sv-vp-card-number { color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.sv-service-index-card .wp-block-buttons { margin-top: auto; }
.sv-service-index-card .wp-block-button__link { min-height: 0; padding: 5px 0; color: var(--sv-green-dark); background: transparent; border: 0; border-radius: 0; font-size: 12px; }
.sv-service-index-card .wp-block-button__link::after { content: "\2192"; margin-left: 10px; font-size: 18px; }
.sv-service-index-card .wp-block-button__link:hover { color: var(--sv-deep); background: transparent; transform: none; }

.sv-related-projects { padding-block: clamp(58px, 7vw, 92px); background: var(--sv-mist); }
.sv-related-projects__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: clamp(30px, 4vw, 48px); }
.sv-related-projects__heading.is-layout-constrained > * { width: auto; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-related-projects__title { flex: 1 1 auto; min-width: 0; }
.sv-related-projects__title.is-layout-constrained > * { width: 100%; max-width: 760px !important; margin-right: 0 !important; margin-left: 0 !important; text-align: left; }
.sv-related-projects__heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.45rem); }
.sv-related-projects__heading .sv-eyebrow { margin-bottom: 12px; }
.sv-related-projects__heading .wp-block-buttons { margin: 0; }
.sv-related-projects__heading .wp-block-button__link { min-height: 0; padding: 5px 0; color: var(--sv-green-dark); background: transparent; border: 0; border-radius: 0; font-size: 12px; }
.sv-related-projects__heading .wp-block-button__link::after { content: "\2192"; margin-left: 10px; font-size: 18px; }
.sv-related-projects__heading .wp-block-button__link:hover { color: var(--sv-deep); background: transparent; transform: none; }
.sv-related-projects__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.sv-related-projects__grid > .sv-related-project-card { box-sizing: border-box; width: 100%; max-width: none !important; height: 100%; margin: 0 !important; }
.sv-related-project-card { position: relative; min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(24px, 3vw, 34px); color: var(--sv-ink); background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); text-decoration: none; box-shadow: 0 12px 36px rgba(7,59,44,.055); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.sv-related-project-card:hover { color: var(--sv-ink); border-color: #9bcbb1; box-shadow: 0 20px 48px rgba(7,59,44,.12); transform: translateY(-4px); }
.sv-related-project-card__category { color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sv-related-project-card strong { max-width: calc(100% - 48px); margin-top: 34px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; letter-spacing: -.035em; }
.sv-related-project-card i { position: absolute; right: 26px; bottom: 26px; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--sv-green); border-radius: 50%; font-style: normal; }
.sv-related-project-card.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-related-project-card h3 { max-width: calc(100% - 28px); margin: 30px 0 22px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; letter-spacing: -.035em; }
.sv-related-project-card .wp-block-buttons { margin-top: auto; }
.sv-related-project-card .wp-block-button__link { min-height: 38px; padding: 8px 14px; font-size: 11px; }

/* The recurring project process is useful content, not a sparse full-width text row. */
.sv-vp-standard-section:has(.sv-project-workflow) { padding-block: clamp(36px, 4vw, 54px); }
.sv-project-workflow { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 0 clamp(36px, 5vw, 74px); width: 100%; max-width: 1180px !important; margin-inline: auto !important; padding: clamp(28px, 4vw, 42px); background: linear-gradient(145deg, #fff, #f2f7f4); border: 1px solid var(--sv-line); border-top: 4px solid var(--sv-green); border-radius: 16px; box-shadow: 0 12px 36px rgba(7,59,44,.055); }
.sv-project-workflow.is-layout-constrained > * { width: 100%; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; }
.sv-project-workflow > h3 { grid-column: 1; grid-row: 1 / span 10; margin: 0; font-size: clamp(1.55rem, 2.35vw, 2.15rem); line-height: 1.12; }
.sv-project-workflow > :not(h3) { grid-column: 2; }
.sv-project-workflow > p { margin: 0 0 14px; color: #334840; font-size: clamp(1rem, 1.1vw, 1.08rem); line-height: 1.65; }
.sv-project-workflow > p:last-child { margin-bottom: 0; }

.sv-filter { display: grid; gap: 14px; margin: 28px 0 44px; padding: 18px 20px; background: #f7faf8; border: 1px solid var(--sv-line); border-radius: 16px; }
.sv-filter__group { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: start; }
.sv-filter__group + .sv-filter__group { padding-top: 14px; border-top: 1px solid var(--sv-line); }
.sv-filter__label { padding-top: 10px; color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sv-filter__options { display: flex; flex-wrap: wrap; gap: 8px; }
.sv-project-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.sv-project-intro h2 { max-width: 720px; margin-bottom: 0; }
.sv-project-intro .sv-button { margin-top: 12px; }
.sv-project-map { margin-top: clamp(44px, 7vw, 80px); overflow: hidden; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-filter button { min-height: 38px; padding: 8px 15px; color: var(--sv-ink); background: #fff; border: 1px solid var(--sv-line); border-radius: 999px; font: inherit; font-size: 13px; font-weight: 750; line-height: 1.2; cursor: pointer; }
.sv-filter button:hover, .sv-filter button.is-active { color: #fff; background: var(--sv-green); border-color: var(--sv-green); }
.sv-filter button:focus-visible { outline: 3px solid rgba(0,166,93,.3); outline-offset: 2px; }
.sv-card[hidden], .sv-filter-empty[hidden] { display: none !important; }
.sv-filter-empty { margin-top: 30px; }
.sv-pagination { display: flex; justify-content: center; width: 100%; margin-top: 56px; }
.sv-pagination .navigation, .sv-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; width: 100%; }
.sv-pagination .page-numbers { display: inline-flex; min-width: 42px; height: 42px; align-items: center; justify-content: center; padding-inline: 12px; color: var(--sv-ink); background: #fff; border: 1px solid var(--sv-line); border-radius: 999px; text-decoration: none; white-space: nowrap; }
.sv-pagination .current { color: #fff; background: var(--sv-green); border-color: var(--sv-green); }
.sv-project-detail { padding-block: clamp(65px, 8vw, 115px); background: linear-gradient(90deg, var(--sv-mist) 0 34%, #fff 34% 100%); }
.sv-project-detail__layout { display: grid; grid-template-columns: minmax(260px, 340px) minmax(0, 1fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.sv-project-sidebar { position: sticky; top: 120px; padding: clamp(28px, 3.5vw, 42px); color: #fff; background: var(--sv-deep); border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-project-facts { display: grid; gap: 0; margin: 0; }
.sv-project-facts div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.sv-project-facts div:first-child { padding-top: 0; }
.sv-project-facts dt { color: #8ef0bd; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sv-project-facts dd { margin: 7px 0 0; color: #fff; font-size: clamp(.98rem, 1.25vw, 1.12rem); font-weight: 750; line-height: 1.4; }
.sv-project-sidebar__back { display: inline-flex; gap: 9px; margin-top: 26px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.sv-project-sidebar__back:hover { color: #8ef0bd; }
.sv-project-main { min-width: 0; }
.sv-project-main > h2 { max-width: 820px; margin-bottom: 32px; padding-bottom: 26px; border-bottom: 1px solid var(--sv-line); font-size: clamp(2.05rem, 3.5vw, 3.6rem); }
.sv-project-proofs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 48px; }
.sv-project-proof { min-height: 210px; padding: clamp(24px, 3vw, 34px); background: var(--sv-mist); border: 1px solid var(--sv-line); border-top: 4px solid var(--sv-green); border-radius: var(--sv-radius); }
.sv-project-proof:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 0; }
.sv-project-proof > p:last-child { margin: 14px 0 0; color: #34463f; font-size: clamp(1rem, 1.1vw, 1.08rem); line-height: 1.7; }
.sv-project-quantities { margin-top: 20px; padding: clamp(26px, 4vw, 42px); color: #fff; background: var(--sv-deep); border-radius: var(--sv-radius); }
.sv-project-quantities ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 28px; margin: 20px 0 0; padding: 0; list-style: none; }
.sv-project-quantities li { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-weight: 750; }
.sv-entry-content--article { max-width: 900px; font-size: clamp(1.05rem, 1.35vw, 1.2rem); line-height: 1.8; }
.sv-entry-content--article > p:first-of-type { color: #263a32; font-size: clamp(1.16rem, 1.6vw, 1.38rem); line-height: 1.65; }
.sv-entry-content--article .sv-entry-lead { margin-bottom: 30px; color: #263a32; font-size: clamp(1.16rem, 1.6vw, 1.38rem); line-height: 1.65; }
.sv-entry-source { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--sv-line); }
.sv-entry-content--article iframe, .sv-entry-content--article video { width: 100%; max-width: 100%; aspect-ratio: 16/9; height: auto; margin-block: 34px; border: 0; border-radius: var(--sv-radius); }
.sv-project-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 54px; }
.sv-project-gallery figure { margin: 0; overflow: hidden; border-radius: var(--sv-radius); }
.sv-project-gallery img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; }
.sv-article-back { margin-top: 56px; }

/* Bespoke services overview. */
.sv-services-intro { padding-block: clamp(72px, 8vw, 115px); background: #fff; }
.sv-services-intro__layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(45px, 8vw, 110px); align-items: start; }
.sv-services-intro h2 { max-width: 760px; margin-bottom: 0; }
.sv-services-intro__layout > div:last-child { padding: 7px 0 7px 28px; border-left: 4px solid var(--sv-green); }
.sv-services-intro__layout > div:last-child p { color: #34463f; font-size: clamp(1.02rem, 1.3vw, 1.18rem); }
.sv-area-section { padding-bottom: clamp(75px, 9vw, 130px); background: #fff; }
.sv-area-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.sv-area-card { position: relative; isolation: isolate; min-height: 430px; display: flex; align-items: flex-end; padding: clamp(28px, 4vw, 52px); color: #fff; background: var(--sv-deep) var(--card-image) center/cover no-repeat; border-radius: var(--sv-radius); overflow: hidden; text-decoration: none; box-shadow: 0 18px 52px rgba(7,59,44,.12); }
.sv-area-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3,24,17,.08), rgba(3,24,17,.94)); transition: background .25s ease; }
.sv-area-card:hover::before { background: linear-gradient(180deg, rgba(0,155,88,.03), rgba(2,70,46,.96)); }
.sv-area-card--wide { grid-column: 1 / -1; min-height: 540px; }
.sv-area-card__number { position: absolute; top: 30px; left: 34px; color: #a5f4ca; font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.sv-area-card__content { display: block; max-width: 720px; }
.sv-area-card strong { display: block; color: #fff; font-size: clamp(1.85rem, 3.4vw, 3.5rem); line-height: 1; letter-spacing: -.045em; }
.sv-area-card small { display: block; max-width: 620px; margin-top: 16px; color: rgba(255,255,255,.82); font-size: clamp(.96rem, 1.15vw, 1.08rem); line-height: 1.55; }
.sv-area-card__link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: #a5f4ca; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.sv-subservices { padding-block: clamp(75px, 9vw, 130px); background: var(--sv-mist); }
.sv-subservices__heading, .sv-certificates__heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: clamp(40px, 8vw, 105px); align-items: end; margin-bottom: clamp(42px, 6vw, 70px); }
.sv-subservices__heading h2, .sv-certificates__heading h2 { margin-bottom: 0; }
.sv-subservices__heading > p, .sv-certificates__heading > p { margin-bottom: 7px; color: #34463f; }
.sv-subservice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sv-subservice-grid a { position: relative; min-height: 158px; display: flex; flex-direction: column; justify-content: center; padding: 28px 70px 28px 30px; color: var(--sv-ink); background: #fff; border: 1px solid var(--sv-line); border-radius: 14px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sv-subservice-grid a:hover { border-color: #b7d8c6; box-shadow: 0 18px 44px rgba(7,59,44,.1); transform: translateY(-3px); }
.sv-subservice-grid strong { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.sv-subservice-grid span { max-width: 480px; margin-top: 7px; color: var(--sv-muted); font-size: 15px; }
.sv-subservice-grid i { position: absolute; right: 28px; display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--sv-green); border-radius: 50%; font-style: normal; }
.sv-subservice-grid a:last-child { grid-column: 1 / -1; }
.sv-services-cta { color: rgba(255,255,255,.82); background: var(--sv-deep); }
.sv-services-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding-block: clamp(60px, 8vw, 100px); }
.sv-services-cta h2 { color: #fff; }
.sv-services-cta p { max-width: 680px; }
.sv-services-cta .sv-actions { flex: 0 0 auto; margin-top: 0; }

/* Bespoke company page. */
.sv-company-intro { padding-block: clamp(75px, 9vw, 130px); background: #fff; }
.sv-company-intro__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); gap: clamp(50px, 8vw, 115px); align-items: center; }
.sv-company-lead { color: #263a32; font-size: clamp(1.18rem, 1.65vw, 1.42rem); font-weight: 600; line-height: 1.55; }
.sv-company-intro__copy p { max-width: 720px; }
.sv-company-intro__image { margin: 0; }
.sv-company-intro__image img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--sv-radius); box-shadow: var(--sv-shadow); }
.sv-strengths { padding-block: clamp(75px, 9vw, 125px); background: var(--sv-mist); }
.sv-strengths > .sv-shell > h2 { max-width: 840px; margin-bottom: clamp(42px, 6vw, 70px); }
.sv-strength-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sv-strength-grid article { padding: clamp(28px, 3.5vw, 42px); background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); box-shadow: 0 15px 42px rgba(7,59,44,.055); }
.sv-strength-grid article > span { color: var(--sv-green-dark); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.sv-strength-grid h3 { margin-top: 34px; }
.sv-strength-grid p { color: var(--sv-muted); }
.sv-history { padding-block: clamp(75px, 9vw, 130px); color: rgba(255,255,255,.8); background: var(--sv-deep); }
.sv-history__layout { display: grid; grid-template-columns: minmax(380px, 1fr) minmax(0, .9fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.sv-history figure { margin: 0; padding: clamp(22px, 3vw, 38px); background: #fff; border-radius: var(--sv-radius); }
.sv-history figure img { width: 100%; }
.sv-history .sv-history__logo { min-height: 360px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(142,240,189,.45); }
.sv-history .sv-history__logo img { width: min(100%, 620px); max-height: 220px; object-fit: contain; }
.sv-history h2 { color: #fff; }
.sv-history p { color: rgba(255,255,255,.76); }
.sv-certificates { padding-block: clamp(75px, 9vw, 125px); background: #fff; }
.sv-certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sv-certificate-grid article { min-height: 210px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(26px, 3.5vw, 42px); color: #fff; background: linear-gradient(145deg, var(--sv-deep), #0a583f); border-radius: var(--sv-radius); }
.sv-certificate-grid strong { font-size: clamp(2rem, 3.3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.sv-certificate-grid span { margin-top: 13px; color: #a5f4ca; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sv-policies { padding-block: clamp(75px, 9vw, 125px); background: var(--sv-mist); scroll-margin-top: 100px; }
.sv-policies__heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(35px, 7vw, 95px); align-items: end; margin-bottom: clamp(40px, 6vw, 65px); }
.sv-policies__heading h2 { margin-bottom: 0; }
.sv-policies__heading > p { margin: 0; padding-left: 22px; color: var(--sv-muted); border-left: 3px solid var(--sv-green); }
.sv-policy-list { display: grid; gap: 14px; }
.sv-policy-item { overflow: hidden; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); box-shadow: 0 14px 40px rgba(7,59,44,.045); }
.sv-policy-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(25px, 3.5vw, 38px) clamp(24px, 4vw, 48px); cursor: pointer; list-style: none; transition: color .2s ease, background .2s ease; }
.sv-policy-item summary::-webkit-details-marker { display: none; }
.sv-policy-item summary:hover { color: var(--sv-green-dark); background: rgba(0,161,88,.035); }
.sv-policy-item summary:focus-visible { outline: 3px solid rgba(0,161,88,.35); outline-offset: -3px; }
.sv-policy-item summary > span:first-child { display: flex; align-items: center; gap: clamp(18px, 3vw, 34px); }
.sv-policy-item summary small { color: var(--sv-green); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.sv-policy-item summary strong { font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.15; }
.sv-policy-item__toggle { position: relative; flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--sv-line); border-radius: 50%; }
.sv-policy-item__toggle::before, .sv-policy-item__toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background: var(--sv-deep); transform: translate(-50%, -50%); transition: transform .2s ease; }
.sv-policy-item__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.sv-policy-item[open] summary { color: #fff; background: var(--sv-deep); }
.sv-policy-item[open] summary small { color: #9ceec2; }
.sv-policy-item[open] .sv-policy-item__toggle { border-color: rgba(255,255,255,.35); }
.sv-policy-item[open] .sv-policy-item__toggle::before, .sv-policy-item[open] .sv-policy-item__toggle::after { background: #fff; }
.sv-policy-item[open] .sv-policy-item__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.sv-policy-item__content { max-width: 960px; padding: clamp(30px, 4.5vw, 55px) clamp(24px, 6vw, 72px) clamp(40px, 6vw, 68px); }
.sv-policy-item__content p, .sv-policy-item__content li { color: var(--sv-muted); }
.sv-policy-item__content h3 { margin: 34px 0 12px; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.sv-policy-item__content ul { display: grid; gap: 9px; margin: 0 0 22px; padding-left: 1.25em; }
.sv-policy-item__lead { color: var(--sv-ink) !important; font-size: clamp(1.08rem, 1.45vw, 1.28rem); font-weight: 600; line-height: 1.65; }
.sv-policies__action { margin-top: 38px; }

/* News article. */
.sv-news-story { padding-block: clamp(65px, 8vw, 115px); background: #fff; }
.sv-news-story__layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(45px, 7vw, 95px); align-items: start; }
.sv-article-meta { position: sticky; top: 120px; display: grid; gap: 7px; padding: 24px 0; border-top: 4px solid var(--sv-green); border-bottom: 1px solid var(--sv-line); }
.sv-article-meta span { margin-top: 13px; color: var(--sv-muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sv-article-meta span:first-child { margin-top: 0; }
.sv-article-meta strong { color: var(--sv-ink); font-size: 14px; }
.sv-article-meta a { text-decoration: none; }
.sv-news-single .sv-entry-content--article { font-size: clamp(.98rem, 1.08vw, 1.08rem); line-height: 1.72; }
.sv-news-single .sv-entry-content--article > p:first-of-type { font-size: clamp(1.05rem, 1.25vw, 1.18rem); }
.sv-news-single .sv-entry-content h2 { font-size: clamp(1.75rem, 2.8vw, 2.8rem); }
.sv-news-single .sv-entry-content h3 { font-size: clamp(1.2rem, 1.6vw, 1.5rem); }

/* Talentech / ReachMee vacancies. */
.sv-jobs-feed { padding-block: clamp(62px, 7vw, 100px); background: var(--sv-mist); }
.sv-jobs-feed__layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
.sv-jobs-feed__heading { position: sticky; top: 120px; }
.sv-jobs-feed__heading h2 { margin-bottom: 20px; }
.sv-jobs-feed__heading > p:last-child { max-width: 480px; color: var(--sv-muted); }
.sv-jobs-feed__embed { min-height: 160px; padding: clamp(24px, 3.5vw, 42px); background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); box-shadow: 0 16px 48px rgba(7,59,44,.07); overflow: hidden; }
.sv-jobs-feed__embed iframe { width: 100%; max-width: 100%; border: 0; }

/* Contact people, built from the existing WordPress content. */
.sv-team-section { padding-block: clamp(58px, 7vw, 92px); background: var(--sv-mist); }
.sv-team-section > .sv-shell > h2 { margin-bottom: clamp(34px, 5vw, 54px); }
.sv-team-group + .sv-team-group { margin-top: clamp(48px, 6vw, 72px); }
.sv-team-group > h3 { margin-bottom: 22px; padding-bottom: 13px; border-bottom: 1px solid #cbd9d1; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.sv-team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; align-items: stretch; }
.sv-person-card { min-width: 0; height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); overflow: hidden; box-shadow: 0 16px 50px rgba(7,59,44,.07); }
.sv-person-card__image { aspect-ratio: 4/4.6; overflow: hidden; background: #f8faf8; }
.sv-person-card__image img { width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: center top; image-rendering: auto; }
.sv-person-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 0; }
.sv-person-card__body h4 { margin-bottom: 12px; color: var(--sv-ink); font-size: 16px; letter-spacing: .09em; text-transform: uppercase; }
.sv-person-card__details { flex: 1; color: #34463f; font-size: 14px; line-height: 1.55; }
.sv-person-card__details p { margin-bottom: 10px; }
.sv-person-card__details a { overflow-wrap: anywhere; }
.sv-person-card__cta { margin: 16px -22px 0; padding: 14px 16px; color: #fff; background: var(--sv-green); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; }
.sv-person-card__cta:hover { color: #fff; background: var(--sv-green-dark); }

.sv-contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(38px, 6vw, 78px); align-items: start; }
.sv-contact-copy { align-self: start; padding: clamp(28px, 4vw, 48px); background: linear-gradient(145deg, #fff, #f5f9f6); border: 1px solid var(--sv-line); border-radius: 22px; box-shadow: 0 18px 55px rgba(7,59,44,.06); }
.sv-contact-list { margin: 30px 0 0; padding: 0; list-style: none; }
.sv-contact-list li { padding: 11px 0; border-bottom: 1px solid var(--sv-line); }
.sv-contact-list a { color: var(--sv-ink); font-weight: 700; text-decoration: none; }
.sv-billing-panel { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--sv-line); }
.sv-billing-panel .sv-eyebrow { margin-bottom: 9px; }
.sv-billing-panel h3 { margin-bottom: 22px; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.sv-billing-panel__contacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sv-billing-panel__contacts div { display: grid; gap: 5px; padding: 15px; background: #fff; border: 1px solid var(--sv-line); border-radius: 11px; }
.sv-billing-panel__contacts strong, .sv-billing-panel__section > strong { color: var(--sv-ink); font-size: 13px; }
.sv-billing-panel a { overflow-wrap: anywhere; text-decoration: none; }
.sv-billing-panel__section { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--sv-line); }
.sv-billing-panel__section p { margin: 8px 0 0; color: var(--sv-muted); font-size: 14px; line-height: 1.65; }
.sv-embedded-form-section { padding-block: clamp(42px, 6vw, 76px); background: var(--sv-mist); }
.sv-embedded-form { max-width: 900px; margin-inline: auto; padding: clamp(24px, 4vw, 44px); background: #fff; border: 1px solid var(--sv-line); border-radius: var(--sv-radius); box-shadow: 0 16px 48px rgba(7,59,44,.07); }
.sv-vp-form-section > .sv-vp-shell { max-width: 900px !important; }
.sv-vp-form-section .wpforms-container { margin-block: 0; }
.sv-contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; padding: clamp(28px, 4vw, 48px); background: var(--sv-mist); border: 1px solid var(--sv-line); border-radius: 22px; box-shadow: 0 18px 55px rgba(7,59,44,.07); }
.sv-contact-form__intro { grid-column: 1 / -1; margin-bottom: 8px; padding-bottom: 22px; border-bottom: 1px solid #cfddd5; }
.sv-contact-form__intro .sv-eyebrow { margin-bottom: 8px; }
.sv-contact-form__intro p:last-child { max-width: 580px; margin: 0; color: var(--sv-muted); font-size: 14px; }
.sv-contact-form__intro p:last-child span, .sv-field-label i { color: var(--sv-green-dark); font-style: normal; font-weight: 900; }
.sv-field-label small { color: var(--sv-muted); font-size: 11px; font-weight: 600; }
.sv-contact-form label { display: grid; gap: 8px; color: var(--sv-ink); font-size: 13px; font-weight: 800; }
.sv-field-label { display: inline-flex; align-items: baseline; gap: 4px; line-height: 1.3; }
.sv-contact-form__full, .sv-contact-form .sv-consent, .sv-contact-form .sv-button { grid-column: 1 / -1; }
.sv-contact-form input[type="text"], .sv-contact-form input[type="email"], .sv-contact-form textarea { width: 100%; min-height: 54px; padding: 13px 15px; color: var(--sv-ink); background: #fff; border: 1px solid #bdd0c5; border-radius: 11px; box-shadow: inset 0 1px 2px rgba(7,59,44,.035); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.sv-contact-form textarea { min-height: 185px; resize: vertical; }
.sv-contact-form input:focus, .sv-contact-form textarea:focus { outline: 3px solid rgba(0,155,88,.2); border-color: var(--sv-green); }
.sv-contact-form .sv-consent { display: flex; align-items: flex-start; gap: 9px; padding-block: 4px; font-weight: 500; }
.sv-contact-form .sv-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--sv-green); }
.sv-contact-form > .sv-button { width: 100%; }
.sv-honeypot { position: absolute !important; left: -9999px !important; }
.sv-notice { margin-bottom: 18px; padding: 14px 18px; border-radius: 9px; }
.sv-notice--success { color: #07512f; background: #dff6e9; }
.sv-notice--error { color: #791c1c; background: #fde8e8; }

.sv-button--light { color: var(--sv-deep); background: #fff; border-color: #fff; }
.sv-site-footer { position: relative; color: rgba(255,255,255,.72); background: #031c14; border-top: 5px solid var(--sv-green); }
.sv-site-footer::before { content: ""; position: absolute; top: 0; right: 0; width: min(48vw, 720px); height: 220px; pointer-events: none; background: radial-gradient(circle at 80% 0%, rgba(0,155,88,.16), transparent 68%); }
.sv-site-footer a { color: rgba(255,255,255,.84); text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.sv-site-footer a:hover { color: #a0f0c5; }
.sv-site-footer address { margin: 0 0 13px; font-style: normal; font-size: 14px; line-height: 1.55; }
.sv-footer-main { position: relative; display: grid; grid-template-columns: minmax(180px, .68fr) minmax(235px, 1.05fr) minmax(265px, 1.12fr) minmax(210px, .9fr); gap: clamp(16px, 2vw, 28px); align-items: start; padding-block: 18px 14px; }
.sv-footer-brand { min-width: 0; max-width: 230px; display: grid; gap: 9px; margin-top: 7px; padding: 11px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.sv-footer-brand--group { align-self: stretch; align-content: center; justify-items: center; gap: 5px; margin-top: 0; padding: 0; background: transparent; border: 0; border-radius: 0; }
.sv-footer-group-label { margin: 0 0 4px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.sv-footer-group-logo { width: 100%; display: flex; margin: 0; }
.sv-footer-group-logo a { display: flex; width: 100%; min-height: 74px; align-items: center; justify-content: center; padding: 10px 12px; background: #fff; border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.14); }
.sv-footer-group-logo img { width: 180px; max-height: 55px; margin: 0; object-fit: contain; }
.sv-footer-logo { display: flex; margin: 0; }
.sv-footer-logo a { display: flex; width: 100%; align-items: center; justify-content: center; padding: 5px 8px; background: #f6fbf8; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; box-shadow: 0 8px 20px rgba(0,0,0,.14); }
.sv-footer-logo img { width: 126px; max-height: 36px; margin: 0; object-fit: contain; filter: none; }
.sv-footer-actions { display: grid; gap: 8px; }
.sv-footer-actions .sv-button { width: 100%; min-height: 37px; justify-content: center; padding: 7px 13px; font-size: 11px; }
.sv-footer-call { display: grid; padding: 7px 2px 1px; border-top: 1px solid rgba(255,255,255,.09); }
.sv-footer-call small { color: rgba(255,255,255,.52); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sv-footer-call strong { color: #fff; font-size: 16px; }
.sv-footer-column, .sv-footer-nav { min-width: 0; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.1); }
.sv-footer-label { margin: 0 0 10px; color: #8ef0bd; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sv-footer-data { display: grid; gap: 6px; margin: 0; }
.sv-footer-data > div { display: grid; gap: 1px; }
.sv-footer-data dt { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.sv-footer-data dd { min-width: 0; margin: 0; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.sv-footer-data--company { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 13px; }
.sv-footer-data--company > div:first-child { grid-column: 1 / -1; }
.sv-footer-data--company > .sv-footer-company-wide { grid-column: 1 / -1; padding-top: 5px; border-top: 1px solid rgba(255,255,255,.08); }
.sv-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 0; list-style: none; }
.sv-footer-links a { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 9px; color: #fff; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; font-size: 12px; }
.sv-footer-links a:hover { background: rgba(0,155,88,.13); border-color: rgba(142,240,189,.3); transform: translateY(-1px); }
.sv-footer-links i, .sv-staff-links i { color: #8ef0bd; font-style: normal; }
.sv-footer-staff { padding-block: 9px; background: rgba(0,0,0,.17); border-block: 1px solid rgba(255,255,255,.08); }
.sv-footer-staff__inner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; align-items: center; }
.sv-footer-staff__inner .sv-footer-label { margin: 0; white-space: nowrap; }
.sv-staff-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.sv-staff-links a { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 6px; padding: 6px 8px; color: #fff; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.075); border-radius: 7px; font-size: 11px; font-weight: 700; }
.sv-staff-links a:hover { background: rgba(0,155,88,.14); border-color: rgba(142,240,189,.28); }
.sv-footer-bottom { display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 8px 22px; padding-block: 9px 10px; font-size: 11px; }
.sv-footer-bottom p { margin: 0; }
.sv-socials { display: flex; flex-wrap: wrap; gap: 6px; }
.sv-socials a { display: inline-flex; min-height: 30px; align-items: center; gap: 6px; padding: 3px 8px 3px 4px; color: #fff; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; font-size: 10px; font-weight: 750; }
.sv-socials a:hover { background: rgba(0,155,88,.16); border-color: rgba(142,240,189,.3); transform: translateY(-1px); }
.sv-socials b { display: grid; width: 21px; height: 21px; place-items: center; color: #042218; background: #8ef0bd; border-radius: 50%; font-size: 10px; line-height: 1; }
.sv-footer-legal { display: flex; flex-wrap: wrap; justify-self: end; gap: 7px 17px; }
.sv-footer-legal a { color: rgba(255,255,255,.62); font-size: 11px; }
.sv-site-footer .wp-block-group { margin-block-start: 0; }
.sv-footer-address { margin: 0 0 13px; font-size: 14px; line-height: 1.55; }
.sv-footer-visual-entry { min-width: 0; margin: 0 0 6px; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.sv-footer-visual-entry small { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.sv-footer-company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 13px; }
.sv-footer-company-grid > .sv-footer-label, .sv-footer-company-grid > .sv-footer-company-wide { grid-column: 1 / -1; }
.sv-footer-company-grid > .sv-footer-company-wide { padding-top: 5px; border-top: 1px solid rgba(255,255,255,.08); }
.sv-footer-visual-button, .sv-footer-links p, .sv-staff-links p, .sv-socials p, .sv-footer-legal p { margin: 0; }
.sv-footer-visual-button a { display: flex; width: 100%; min-height: 37px; align-items: center; justify-content: center; padding: 7px 13px; color: #fff; background: var(--sv-green); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.sv-footer-visual-button a:hover { color: #fff; background: var(--sv-green-dark); }
.sv-footer-actions .sv-footer-call { display: block; margin: 0; }
.sv-footer-actions .sv-footer-call small, .sv-footer-actions .sv-footer-call strong { display: block; }
.sv-footer-links a::after { content: "→"; color: #8ef0bd; }
.sv-staff-links a::after { content: "↗"; color: #8ef0bd; }
.sv-socials .sv-footer-social-link { display: contents; }
.sv-footer-legal .sv-footer-legal-link { margin: 0; }
.sv-footer-logo--text { align-items: center; justify-content: center; min-height: 48px; text-align: center; }

/* A heading followed only by a link is a quiet information row, not a large CTA card. */
.sv-editorial-section:has(.sv-editorial-copy--solo > h2 + .sv-button:last-child),
.sv-vp-standard-section:has(.sv-editorial-copy--solo > h2 + .wp-block-buttons:last-child) { padding-block: clamp(20px, 2.7vw, 32px); }
.sv-editorial-section:has(.sv-editorial-copy--solo > h2 + .sv-button:last-child) .sv-editorial-copy--solo,
.sv-vp-standard-section:has(.sv-editorial-copy--solo > h2 + .wp-block-buttons:last-child) .sv-editorial-copy--solo { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 30px; align-items: center; padding: 0 0 16px; background: transparent; border: 0; border-bottom: 1px solid var(--sv-line); border-radius: 0; box-shadow: none; }
.sv-editorial-section:has(.sv-editorial-copy--solo > h2 + .sv-button:last-child) h2,
.sv-vp-standard-section:has(.sv-editorial-copy--solo > h2 + .wp-block-buttons:last-child) h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.sv-editorial-section:has(.sv-editorial-copy--solo > h2 + .sv-button:last-child) .sv-button,
.sv-vp-standard-section:has(.sv-editorial-copy--solo > h2 + .wp-block-buttons:last-child) .wp-block-button__link { min-height: 0; padding: 8px 0; color: var(--sv-green-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 13px; }
.sv-page-integritetspolicy .sv-editorial-copy > .sv-button,
.sv-page-integritetspolicy .sv-editorial-copy > .wp-block-buttons .wp-block-button__link { min-height: 0; padding: 5px 0; color: var(--sv-green-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; font-size: 14px; letter-spacing: 0; text-transform: none; }
.sv-page-integritetspolicy .sv-editorial-copy > .sv-button:hover,
.sv-page-integritetspolicy .sv-editorial-copy > .wp-block-buttons .wp-block-button__link:hover { color: var(--sv-green); background: transparent; transform: none; }
.sv-404 { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--sv-mist); }
.sv-404 h1 { font-size: clamp(2.8rem, 7vw, 6rem); }

@media (max-width: 1040px) {
  .sv-site-header { isolation: isolate; overflow: visible; background: #fff; backdrop-filter: none; }
  body.sv-nav-open .sv-site-header { transform: none !important; }
  .sv-header-cta { display: none; }
  .sv-brand, .sv-nav-toggle { position: relative; z-index: 1200; }
  .sv-nav-toggle { display: inline-flex; align-items: center; gap: 9px; }
  .sv-nav-toggle__icon, .sv-nav-toggle__icon::before, .sv-nav-toggle__icon::after { display: block; width: 22px; height: 2px; background: currentColor; transition: .2s ease; }
  .sv-nav-toggle__icon { position: relative; }
  .sv-nav-toggle__icon::before, .sv-nav-toggle__icon::after { content: ""; position: absolute; left: 0; }
  .sv-nav-toggle__icon::before { top: -7px; }
  .sv-nav-toggle__icon::after { top: 7px; }
  .sv-nav-toggle[aria-expanded="true"] .sv-nav-toggle__icon { background: transparent; }
  .sv-nav-toggle[aria-expanded="true"] .sv-nav-toggle__icon::before { top: 0; transform: rotate(45deg); }
  .sv-nav-toggle[aria-expanded="true"] .sv-nav-toggle__icon::after { top: 0; transform: rotate(-45deg); }
  .sv-primary-nav { position: fixed; z-index: 1100; top: calc(86px + var(--sv-admin-bar-offset)); right: 0; bottom: 0; left: 0; display: none; margin: 0; padding: 28px 20px max(28px, env(safe-area-inset-bottom)); background: #fff; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  .sv-primary-nav.is-open { display: block; }
  .sv-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .sv-menu a { padding: 16px 4px; border-bottom: 1px solid var(--sv-line); font-size: 16px; }
  .sv-menu .sub-menu { position: static; min-width: 0; padding: 0 0 0 18px; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; }
  .sv-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sv-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sv-team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sv-strength-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-stat-grid > div:nth-child(2) { border-right: 0; }
  .sv-stat-grid > div:nth-child(n+3) { margin-top: 32px; border-top: 1px solid rgba(255,255,255,.16); }
  .sv-related-projects__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.sv-service-page-context .sv-service-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sv-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sv-staff-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sv-footer-bottom { grid-template-columns: 1fr 1fr; }
	.sv-footer-legal { grid-column: 1 / -1; justify-self: stretch; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 760px) {
  :root { --sv-shell: min(100% - 32px, 1180px); --sv-radius: 14px; }
  body.sv-native { font-size: 16px; }
  .sv-site-header { height: 74px; }
  .sv-header-inner { width: calc(100vw - 32px); }
  .sv-brand img { width: 175px; }
	.sv-footer-logo a { padding: 5px 8px; }
	.sv-footer-logo img { width: 132px; max-height: 38px; }
  .sv-primary-nav { top: calc(74px + var(--sv-admin-bar-offset)); }
  .sv-home-hero { min-height: calc(100svh - 74px); }
  .sv-home-hero h1 { font-size: clamp(2.75rem, 13vw, 4.7rem); }
  .sv-scroll-cue { display: none; }
  .sv-section-heading, .sv-about-split, .sv-contact-layout, .sv-project-intro, .sv-editorial-split, .sv-news-story__layout, .sv-project-detail__layout, .sv-services-intro__layout, .sv-subservices__heading, .sv-company-intro__layout, .sv-history__layout, .sv-certificates__heading, .sv-jobs-feed__layout { grid-template-columns: 1fr; }
  .sv-section-heading { align-items: start; gap: 22px; }
  .sv-section-heading > p { margin-top: 0; padding-left: 18px; }
  .sv-service-grid, .sv-card-grid { grid-template-columns: 1fr; }
  .sv-service-card--wide { grid-column: auto; min-height: 390px; }
  .sv-service-card { min-height: 340px; padding: 28px; }
  .sv-service-card__number { position: absolute; top: 24px; left: 24px; }
  .sv-about-image::before { inset: 14px -10px -14px 10px; }
	.sv-editorial-split.is-reversed .sv-editorial-copy, .sv-editorial-split.is-reversed .sv-editorial-media { order: initial; }
	.sv-feature-grid, .sv-team-grid { grid-template-columns: 1fr; }
  .sv-area-grid, .sv-subservice-grid, .sv-strength-grid, .sv-certificate-grid { grid-template-columns: 1fr; }
  .sv-area-card--wide, .sv-subservice-grid a:last-child { grid-column: auto; }
	.sv-policies__heading { grid-template-columns: 1fr; gap: 24px; }
  .sv-area-card, .sv-area-card--wide { min-height: 390px; }
  .sv-services-intro__layout > div:last-child { padding: 0 0 0 20px; }
  .sv-services-cta__inner { align-items: flex-start; flex-direction: column; }
  .sv-services-cta .sv-actions { margin-top: 0; }
  .sv-company-intro__image img { min-height: 0; }
  .sv-stat-grid { grid-template-columns: 1fr 1fr; }
  .sv-stat-grid > div { padding-right: 15px; }
  .sv-stat-grid > div:not(:first-child) { padding-left: 15px; }
  .sv-page-hero { min-height: 360px; }
  .sv-article-hero { min-height: 440px; }
  .sv-contact-copy { position: static; }
  .sv-contact-form { grid-template-columns: 1fr; }
  .sv-contact-form label { grid-column: 1 / -1; }
  .sv-jobs-feed__heading { position: static; }
  .sv-related-projects__heading { align-items: flex-start; flex-direction: column; }
  .sv-service-index__grid, .sv-related-projects__grid { grid-template-columns: 1fr; }
  .sv-service-index-card:last-child:nth-child(odd) { grid-column: auto; }
	.sv-vp-contact-layout > .wp-block-column:first-child { padding: 24px; border-radius: 16px; }
	.sv-vp-actions { width: 100%; flex-wrap: wrap; }
	.sv-home-page .sv-vp-card .wp-block-buttons, .sv-services-page .sv-vp-card .wp-block-buttons { inset: 0; }
	.sv-billing-panel__contacts { grid-template-columns: 1fr; }
	.sv-footer-main { grid-template-columns: 1fr; gap: 18px; padding-block: 24px 18px; }
	.sv-footer-brand { max-width: 260px; }
	.sv-footer-brand--group { width: min(100%, 230px); margin-inline: auto; }
	.sv-footer-column, .sv-footer-nav { padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
	.sv-footer-staff__inner { display: block; }
	.sv-footer-staff__inner .sv-footer-label { margin-bottom: 9px; }
	.sv-staff-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sv-footer-bottom { grid-template-columns: 1fr; gap: 10px; }
	.sv-socials { justify-content: flex-start; }
	.sv-project-detail { background: var(--sv-mist); }
	.sv-project-sidebar { position: static; }
	.sv-project-facts { grid-template-columns: 1fr; }
	.sv-project-facts div { min-height: 0; padding: 16px 0; }
	.sv-project-gallery { grid-template-columns: 1fr; }
	.sv-project-proofs, .sv-project-quantities ul { grid-template-columns: 1fr; }
	.sv-project-proof, .sv-project-proof:last-child:nth-child(odd) { grid-column: auto; min-height: 0; }
	.sv-about-page .sv-vp-deep .sv-vp-split .sv-vp-group-logo,
	.sv-history .sv-history__logo { min-height: 220px; padding: 30px 24px; }
	.sv-about-page .sv-vp-deep .sv-vp-split .sv-vp-group-logo img,
	.sv-history .sv-history__logo img { max-height: 145px; }
	.sv-article-meta { position: static; grid-template-columns: auto 1fr; column-gap: 18px; }
	.sv-filter { padding: 16px; }
	.sv-filter__group { grid-template-columns: 1fr; gap: 7px; }
	.sv-filter__label { padding-top: 0; }
	.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-split { grid-template-columns: 1fr; max-width: 560px; }
	.sv-service-section:has(.sv-editorial-copy > ul):has(.sv-editorial-media img):not(:has(.sv-editorial-copy > h2)):not(:has(.sv-editorial-copy > h3)) .sv-editorial-media img { max-height: 390px; }
	.sv-mark-service-intro .sv-editorial-copy { grid-template-columns: 1fr 1fr; }
	.sv-fence-section .sv-editorial-copy--solo { grid-template-columns: 1fr; gap: 16px; }
	.sv-fence-section .sv-editorial-copy--solo > h3,
	.sv-fence-section .sv-editorial-copy--solo > :not(h3) { grid-column: 1; grid-row: auto; }
	.sv-fence-section .sv-editorial-copy--solo > h3 { margin-bottom: 8px; }
	.sv-project-workflow { grid-template-columns: 1fr; gap: 14px; }
	.sv-project-workflow > h3,
	.sv-project-workflow > :not(h3) { grid-column: 1; grid-row: auto; }
	.sv-project-workflow > h3 { margin-bottom: 8px; }
}

@media (max-width: 480px) {
	.sv-editorial-section:has(.sv-editorial-copy--solo > h2 + .sv-button:last-child) .sv-editorial-copy--solo,
	.sv-vp-standard-section:has(.sv-editorial-copy--solo > h2 + .wp-block-buttons:last-child) .sv-editorial-copy--solo { grid-template-columns: 1fr; padding: 20px; }
	.sv-staff-links, .sv-footer-data--company, .sv-footer-company-grid { grid-template-columns: 1fr; }
	.sv-footer-data--company > div:first-child { grid-column: auto; }
	.sv-mark-service-intro .sv-editorial-copy { grid-template-columns: 1fr; }
	.sv-service-section .sv-editorial-media:has(figure + figure) { grid-template-columns: 1fr; }
	.sv-service-section .sv-editorial-media:has(figure + figure) img { max-height: 300px; }
}

@media (max-width: 782px) {
  body.admin-bar { --sv-admin-bar-offset: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
