/* =========================================================================
   West Squadron Site Design
   Deep-sea ink + the logo's signal red as the single accent.
   Type: Archivo (semi-expanded display), IBM Plex Sans (body), IBM Plex Mono (figures).
   Shape rule: 8px radius on buttons, inputs, cards and photos; chips are full pills.
   ========================================================================= */

@font-face { font-family: "Archivo"; src: url("../fonts/archivo-var.woff2") format("woff2"); font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/plex-sans-var.woff2") format("woff2"); font-weight: 100 700; font-style: normal; font-display: swap; }
@font-face { font-family: "IBM Plex Sans"; src: url("../fonts/plex-sans-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "IBM Plex Mono"; src: url("../fonts/plex-mono-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }

:root {
	--ws-accent: #c4372a;
	--ws-ink: #0b1c28;
	--ws-accent-d: color-mix(in srgb, var(--ws-accent) 80%, #000);
	--ws-deep: color-mix(in srgb, var(--ws-ink) 82%, #2d6a86);
	--ws-text: #16252f;
	--ws-muted: #4d5c67;
	--ws-line: #d9e0e5;
	--ws-field: #7d8b96;
	--ws-mist: #eef2f4;
	--ws-paper: #fcfdfd;
	--ws-sand: #cdbdb6;
	--ws-on-dark: rgba(248, 250, 251, .86);
	--ws-display: "Archivo", "Arial Narrow", Arial, sans-serif;
	--ws-body: "IBM Plex Sans", "Segoe UI", Roboto, Arial, sans-serif;
	--ws-mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;
	--ws-r: 8px;
	--ws-ease: cubic-bezier(.16, 1, .3, 1);
	--ws-shadow: 0 1px 2px rgba(11, 28, 40, .06), 0 10px 30px -12px rgba(11, 28, 40, .22);
	--ws-header: 72px;
	/* z-index scale: 10 sticky header, 20 menus, 30 floating buttons, 40 drawer, 50 dialog */
}

/* ---------- Base (weightless selectors so components win) ---------- */
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--ws-header) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body.ws-site { margin: 0; background: var(--ws-paper); color: var(--ws-text); font-family: var(--ws-body); font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.ws-site :where(*, *::before, *::after) { box-sizing: border-box; }
.ws-site :where(h1, h2, h3, h4, h5, h6) { margin: 0 0 .5em; font-family: var(--ws-display); font-stretch: 108%; font-weight: 700; line-height: 1.15; letter-spacing: -.012em; color: var(--ws-ink); text-wrap: balance; }
.ws-site :where(p, ul, ol, dl, figure, blockquote) { margin: 0 0 1em; }
.ws-site :where(img, video, svg, iframe) { max-width: 100%; }
.ws-site :where(img) { height: auto; display: block; }
.ws-site :where(a) { color: inherit; }
.ws-site :where(button, input, select, textarea) { font: inherit; color: inherit; }
.ws-site :where(button) { cursor: pointer; }
.ws-site :where(:focus-visible) { outline: 3px solid var(--ws-accent); outline-offset: 2px; border-radius: 2px; }
.ws-site :where(.ws-hero, .ws-phero, .ws-dark, .ws-quote__side, .ws-footer, .ws-topbar, .ws-ccard--hot, .ws-aside__card--dark) :where(:focus-visible) { outline-color: #fff; }
.ws-site [hidden] { display: none !important; }
.ws-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ws-skip { position: absolute; left: 12px; top: -80px; z-index: 60; padding: 10px 16px; border-radius: var(--ws-r); background: var(--ws-ink); color: #fff; font-weight: 600; text-decoration: none; }
.ws-skip:focus { top: 12px; }
#ws-main:focus { outline: none; }
.ws-ico { flex: none; }

.ws-wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 640px) { .ws-wrap { padding-inline: 24px; } }
@media (min-width: 1024px) { .ws-wrap { padding-inline: 32px; } }

/* ---------- Type helpers ---------- */
.ws-h1 { font-size: clamp(2rem, 1.3rem + 2.4vw, 3.1rem); }
.ws-h2 { font-size: clamp(1.65rem, 1.15rem + 1.7vw, 2.5rem); }
.ws-h2--light, .ws-h2--light:where(h2) { color: #fff; }
.ws-h3 { font-size: clamp(1.25rem, 1.05rem + .7vw, 1.6rem); }
.ws-h4 { font-size: 1.15rem; font-stretch: 100%; }
.ws-lead { font-size: 1.125rem; color: var(--ws-muted); }
.ws-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 44px); }
.ws-head__p { font-size: 1.0625rem; color: var(--ws-muted); margin: 0; }
.ws-head--row { max-width: none; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 12px 24px; }
.ws-head--row .ws-h2 { margin: 0; }
.ws-head--light .ws-prose { color: var(--ws-on-dark); }
.ws-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ws-ink); text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--ws-accent) 60%, transparent); text-decoration-thickness: 2px; text-underline-offset: 5px; transition: text-decoration-color .2s, gap .2s var(--ws-ease); }
.ws-link:hover { text-decoration-color: var(--ws-accent); gap: 10px; }

/* ---------- Buttons ---------- */
.ws-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 20px; border: 2px solid transparent; border-radius: var(--ws-r); font-family: var(--ws-body); font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .2s, border-color .2s, color .2s, transform .12s; touch-action: manipulation; }
.ws-btn:active { transform: translateY(1px); }
.ws-btn--lg { min-height: 54px; padding: 12px 26px; font-size: 1.0625rem; }
.ws-btn--block { display: flex; width: 100%; }
.ws-btn--accent { background: var(--ws-accent); color: #fff; }
.ws-btn--accent:hover { background: var(--ws-accent-d); }
.ws-btn--primary { background: var(--ws-ink); color: #fff; }
.ws-btn--primary:hover { background: var(--ws-deep); }
.ws-btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; background: rgba(11, 28, 40, .25); }
.ws-btn--ghost:hover { background: #fff; color: var(--ws-ink); border-color: #fff; }
.ws-btn--line { border-color: var(--ws-ink); color: var(--ws-ink); background: transparent; }
.ws-btn--line:hover { background: var(--ws-ink); color: #fff; }

.ws-chip { display: inline-flex; align-items: center; padding: 4px 12px; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; font-size: .8125rem; font-weight: 600; text-decoration: none; }

/* ---------- Top bar ---------- */
.ws-topbar { background: var(--ws-ink); color: var(--ws-on-dark); font-size: .875rem; }
.ws-topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.ws-topbar a { color: inherit; text-decoration: none; }
.ws-topbar a:hover { color: #fff; text-decoration: underline; }
.ws-topbar__hot { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; }
.ws-topbar__hot strong { color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }
.ws-topbar__hot span { display: none; }
.ws-topbar__note { display: none; margin: 0; }
.ws-topbar__links { display: none; list-style: none; margin: 0; padding: 0; gap: 20px; }
.ws-topbar__links a { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; }
@media (min-width: 640px) { .ws-topbar__hot span { display: inline; } }
@media (min-width: 900px) { .ws-topbar__links { display: flex; } }
@media (min-width: 1180px) { .ws-topbar__note { display: block; } }

/* ---------- Header ---------- */
.ws-header { position: sticky; top: 0; z-index: 10; background: rgba(252, 253, 253, .97); border-bottom: 1px solid var(--ws-line); transition: box-shadow .25s; }
@supports (backdrop-filter: blur(8px)) { .ws-header { background: rgba(252, 253, 253, .9); backdrop-filter: saturate(160%) blur(10px); } }
@media (min-width: 601px) { .admin-bar .ws-header { top: 46px; } }
@media (min-width: 783px) { .admin-bar .ws-header { top: 32px; } }
.ws-header.is-stuck { box-shadow: 0 8px 24px -16px rgba(11, 28, 40, .45); }
.ws-header__in { display: flex; align-items: center; gap: 16px; height: var(--ws-header); }
.ws-logo { flex: none; display: block; margin-right: auto; }
.ws-logo img { width: auto; height: 46px; }
.ws-header__cta { display: none; }
.ws-burger { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-right: -8px; border: 0; border-radius: var(--ws-r); background: transparent; color: var(--ws-ink); }
.ws-burger:hover { background: var(--ws-mist); }
.ws-nav { display: none; }
@media (min-width: 640px) { .ws-header__cta { display: inline-flex; } }
@media (min-width: 1180px) {
	.ws-nav { display: block; }
	.ws-burger { display: none; }
	.ws-logo { margin-right: 8px; }
	.ws-nav { margin-right: auto; }
}
.ws-nav__list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.ws-nav__item { position: relative; display: flex; align-items: center; }
.ws-nav__item.is-mega { position: static; }
.ws-nav__link { display: block; padding: 24px 10px; font-size: .9375rem; font-weight: 500; color: var(--ws-text); text-decoration: none; position: relative; }
.ws-nav__link::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 16px; height: 2px; background: var(--ws-accent); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ws-ease); }
.ws-nav__link:hover::after, .ws-nav__link[aria-current]::after, .ws-nav__item.is-open > .ws-nav__link::after { transform: scaleX(1); }
.ws-nav__link[aria-current] { color: var(--ws-ink); font-weight: 600; }
.ws-nav__toggle { display: inline-grid; place-items: center; width: 24px; height: 32px; margin-left: -8px; margin-right: 2px; border: 0; background: none; color: var(--ws-muted); border-radius: 4px; }
.ws-nav__toggle .ws-ico { transition: transform .2s; }
.ws-nav__item.is-open > .ws-nav__toggle .ws-ico { transform: rotate(180deg); }
.ws-drop { position: absolute; top: calc(100% - 8px); left: 0; z-index: 20; min-width: 240px; margin: 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--ws-line); border-radius: var(--ws-r); box-shadow: var(--ws-shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s var(--ws-ease), visibility 0s .18s; }
.ws-drop a { display: block; padding: 10px 12px; border-radius: 6px; color: var(--ws-text); text-decoration: none; font-size: .9375rem; }
.ws-drop a:hover { background: var(--ws-mist); color: var(--ws-ink); }
.ws-mega { position: absolute; left: 0; right: 0; top: 100%; z-index: 20; background: #fff; border-top: 1px solid var(--ws-line); border-bottom: 1px solid var(--ws-line); box-shadow: 0 30px 40px -30px rgba(11, 28, 40, .45); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s, transform .18s var(--ws-ease), visibility 0s .18s; }
.ws-nav__item.is-open > .ws-drop, .ws-nav__item.is-open > .ws-mega { opacity: 1; visibility: visible; transform: none; transition: opacity .18s, transform .22s var(--ws-ease), visibility 0s; }
.ws-mega__in { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding-block: 28px 32px; }
.ws-mega__h { margin: 0 0 10px; font-size: .8125rem; font-weight: 600; color: var(--ws-muted); }
.ws-mega ul { list-style: none; margin: 0; padding: 0; }
.ws-mega__core { padding-right: 32px; border-right: 1px solid var(--ws-line); }
.ws-mega__core li a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; font-family: var(--ws-display); font-stretch: 105%; font-weight: 600; font-size: 1.0625rem; color: var(--ws-ink); text-decoration: none; }
.ws-mega__core li a .ws-ico { color: var(--ws-accent); transition: transform .2s var(--ws-ease); }
.ws-mega__core li a:hover .ws-ico { transform: translateX(4px); }
.ws-mega__all { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-weight: 600; color: var(--ws-accent-d); text-decoration: none; }
.ws-mega__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 24px; }
.ws-mega__col a { display: block; padding: 5px 0; font-size: .9375rem; color: var(--ws-text); text-decoration: none; }
.ws-mega__col a:hover { color: var(--ws-accent-d); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Mobile drawer ---------- */
.ws-drawer { position: fixed; inset: 0; z-index: 40; background: rgba(11, 28, 40, .55); }
.ws-drawer[hidden] { display: none; }
.ws-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 100%); display: flex; flex-direction: column; background: var(--ws-paper); box-shadow: -20px 0 40px rgba(11, 28, 40, .25); animation: wsSlide .28s var(--ws-ease); }
@keyframes wsSlide { from { transform: translateX(24px); opacity: .6; } to { transform: none; opacity: 1; } }
.ws-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--ws-line); }
.ws-drawer__head img { height: 40px; width: auto; }
.ws-drawer__close { display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: var(--ws-r); background: var(--ws-mist); color: var(--ws-ink); }
.ws-mnav { flex: 1; overflow-y: auto; overscroll-behavior: contain; list-style: none; margin: 0; padding: 8px 16px; }
.ws-mnav ul { list-style: none; margin: 0 0 8px; padding: 0 0 0 14px; border-left: 2px solid var(--ws-line); }
.ws-mnav__row { display: flex; align-items: center; justify-content: space-between; }
.ws-mnav__row a { flex: 1; display: block; padding: 12px 0; font-size: 1.0625rem; font-weight: 500; color: var(--ws-text); text-decoration: none; }
.ws-mnav__row a[aria-current] { color: var(--ws-accent-d); font-weight: 600; }
.ws-mnav__tog { display: grid; place-items: center; width: 48px; height: 48px; border: 0; background: none; color: var(--ws-muted); }
.ws-mnav__tog[aria-expanded="true"] .ws-ico { transform: rotate(180deg); }
.ws-drawer__foot { display: grid; gap: 10px; padding: 16px; border-top: 1px solid var(--ws-line); }
body.ws-lock { overflow: hidden; }

/* ---------- Sections ---------- */
.ws-sec { padding-block: clamp(56px, 7vw, 104px); }
.ws-sec--tight { padding-block: clamp(40px, 5vw, 64px); }
.ws-sec--tint { background: var(--ws-mist); }
.ws-sec--content { padding-top: clamp(40px, 5vw, 72px); }
.ws-dark { position: relative; isolation: isolate; overflow: hidden; background: var(--ws-ink); color: var(--ws-on-dark); }
.ws-dark__bg { position: absolute; inset: 0; z-index: -1; }
.ws-dark__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: grayscale(.3); }
.ws-dark__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--ws-ink) 30%, color-mix(in srgb, var(--ws-ink) 70%, transparent)); }

/* ---------- Home hero ---------- */
.ws-hero { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: min(86dvh, 780px); color: #fff; background: var(--ws-ink); overflow: hidden; }
.ws-hero__media { position: absolute; inset: 0; z-index: -1; }
.ws-hero__img, .ws-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 60% 50%; }
.ws-hero__video { opacity: 0; transition: opacity 1.2s ease; }
.ws-hero__video.is-playing { opacity: 1; }
.ws-hero__media::after { content: ""; position: absolute; inset: 0; background:
	linear-gradient(0deg, rgba(11, 28, 40, .92) 0%, rgba(11, 28, 40, .55) 45%, rgba(11, 28, 40, .25) 100%); }
@media (min-width: 900px) { .ws-hero__media::after { background: linear-gradient(90deg, rgba(11, 28, 40, .9) 0%, rgba(11, 28, 40, .72) 38%, rgba(11, 28, 40, .12) 75%), linear-gradient(0deg, rgba(11, 28, 40, .55), transparent 35%); } }
.ws-hero__in { position: relative; padding-block: 72px 112px; }
.ws-hero__copy { max-width: 660px; }
.ws-hero__title { margin: 0 0 18px; font-size: clamp(2.15rem, 1.35rem + 3.3vw, 3.75rem); font-stretch: 112%; line-height: 1.04; letter-spacing: -.02em; color: #fff; }
.ws-hero__lead { max-width: 34em; margin: 0 0 28px; font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); color: var(--ws-on-dark); }
.ws-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.ws-hero__pause { position: absolute; right: 16px; bottom: 104px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; background: rgba(11, 28, 40, .45); color: #fff; }
.ws-hero__pause[aria-pressed="true"] svg { opacity: .5; }
@media (min-width: 1024px) { .ws-hero__pause { right: 32px; } }

/* Stats band overlapping the hero */
.ws-stats { position: relative; z-index: 2; margin-top: -64px; }
.ws-stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; background: #fff; border-radius: var(--ws-r); box-shadow: var(--ws-shadow); border: 1px solid var(--ws-line); overflow: hidden; }
.ws-stat { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 4px; padding: 20px 18px; border-top: 1px solid var(--ws-line); }
.ws-stat:nth-child(-n+2) { border-top: 0; }
.ws-stat:nth-child(2n) { border-left: 1px solid var(--ws-line); }
.ws-stat dd { margin: 0; font-family: var(--ws-mono); font-weight: 500; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem); line-height: 1; letter-spacing: -.02em; color: var(--ws-ink); }
.ws-stat dt { font-size: .9375rem; color: var(--ws-muted); line-height: 1.35; }
@media (min-width: 900px) {
	.ws-stats__grid { grid-template-columns: repeat(var(--n, 4), 1fr); }
	.ws-stat { padding: 28px 28px; border-top: 0; }
	.ws-stat + .ws-stat { border-left: 1px solid var(--ws-line); }
}

/* ---------- Bento of core services ---------- */
.ws-bento { display: grid; gap: 14px; }
.ws-tile { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 280px; border-radius: var(--ws-r); overflow: hidden; background: var(--ws-deep); color: #fff; text-decoration: none; }
.ws-tile__img { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ws-ease); }
.ws-tile::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, rgba(11, 28, 40, .96) 0%, rgba(11, 28, 40, .82) 30%, rgba(11, 28, 40, .35) 62%, rgba(11, 28, 40, .05) 88%); }
.ws-tile__t, .ws-tile__x { text-shadow: 0 1px 12px rgba(11, 28, 40, .5); }
.ws-tile:hover .ws-tile__img { transform: scale(1.05); }
.ws-tile__body { position: relative; z-index: 1; display: block; width: 100%; padding: 24px; }
.ws-tile__t { margin: 0 0 6px; padding-right: 48px; font-size: clamp(1.3rem, 1.1rem + .8vw, 1.75rem); color: #fff; }
.ws-tile__x { display: block; max-width: 44ch; color: var(--ws-on-dark); font-size: .9875rem; }
.ws-tile__go { position: absolute; z-index: 1; top: 18px; right: 18px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 999px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .35); transition: background-color .25s, transform .25s var(--ws-ease); }
.ws-tile:hover .ws-tile__go { background: var(--ws-accent); border-color: var(--ws-accent); transform: rotate(45deg); }
@media (min-width: 768px) {
	.ws-bento { grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(250px, auto); gap: 16px; }
	.ws-bento .ws-tile { grid-column: span 6; }
	.ws-bento--4 .ws-tile--1, .ws-bento--3 .ws-tile--1 { grid-column: 1 / 8; grid-row: 1 / 3; }
	.ws-bento--4 .ws-tile--2, .ws-bento--3 .ws-tile--2 { grid-column: 8 / 13; }
	.ws-bento--4 .ws-tile--3, .ws-bento--3 .ws-tile--3 { grid-column: 8 / 13; }
	.ws-bento--4 .ws-tile--4 { grid-column: 1 / 13; min-height: 240px; }
	.ws-bento--4 .ws-tile--4 .ws-tile__body { max-width: 720px; }
	.ws-tile--1 .ws-tile__t { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem); }
}

/* ---------- Home: intro ---------- */
.ws-intro__grid { display: grid; gap: 40px; align-items: center; }
.ws-intro__media { position: relative; margin: 0 12px 12px 0; }
.ws-intro__media::after { content: ""; position: absolute; inset: 12px -12px -12px 12px; z-index: 0; border: 2px solid var(--ws-sand); border-radius: var(--ws-r); }
.ws-intro__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); }
.ws-intro__points { display: grid; gap: 8px 32px; margin: 24px 0 20px; }
.ws-intro__points p { color: var(--ws-muted); font-size: .9875rem; }
@media (min-width: 900px) {
	.ws-intro__grid { grid-template-columns: 5fr 7fr; gap: 64px; }
	.ws-intro__points { grid-template-columns: 1fr 1fr; }
}

/* ---------- Why (dark) ---------- */
.ws-why__grid { display: grid; gap: 40px; }
.ws-why__p { font-size: 1.0625rem; margin-bottom: 24px; }
.ws-why__list { list-style: none; margin: 0; padding: 0; }
.ws-why__list li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.ws-why__list li:first-child { border-top: 0; padding-top: 0; }
.ws-why__ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: var(--ws-r); background: rgba(205, 189, 182, .12); border: 1px solid rgba(205, 189, 182, .35); color: var(--ws-sand); }
.ws-why__t { margin: 4px 0 6px; font-size: 1.25rem; color: #fff; }
.ws-why__list p { margin: 0; }
@media (min-width: 960px) {
	.ws-why__grid { grid-template-columns: 5fr 7fr; gap: 80px; }
	.ws-why__head { position: sticky; top: calc(var(--ws-header) + 32px); align-self: start; }
}

/* ---------- Catalogue (grouped link columns) ---------- */
.ws-catalog__cols { display: grid; gap: 32px 28px; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.ws-catalog__h { margin: 0 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--ws-ink); font-size: 1rem; font-stretch: 100%; }
.ws-catalog__col ul { list-style: none; margin: 0; padding: 0; }
.ws-catalog__col a { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 7px 0; color: var(--ws-text); text-decoration: none; font-size: .9875rem; line-height: 1.4; }
.ws-catalog__col a .ws-ico { margin-top: 2px; color: var(--ws-accent); opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .2s var(--ws-ease); }
.ws-catalog__col a:hover { color: var(--ws-ink); }
.ws-catalog__col a:hover span { text-decoration: underline; text-underline-offset: 3px; }
.ws-catalog__col a:hover .ws-ico, .ws-catalog__col a:focus-visible .ws-ico { opacity: 1; transform: none; }

/* ---------- Class approvals + logo marquee ---------- */
.ws-class__head { display: grid; gap: 8px 48px; margin-bottom: 28px; }
.ws-class__head p { margin: 0; color: var(--ws-muted); }
@media (min-width: 900px) { .ws-class__head { grid-template-columns: 5fr 7fr; align-items: baseline; } .ws-class__head h2 { margin: 0; } }
.ws-logos { padding-block: 8px; }
.ws-logos__in { position: relative; display: flex; align-items: center; gap: 12px; }
.ws-marquee { flex: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.ws-marquee__track { display: flex; align-items: center; gap: 56px; width: max-content; padding-block: 8px; animation: wsMarquee 48s linear infinite; }
.ws-marquee__track img { height: 64px; width: auto; max-width: 150px; object-fit: contain; }
.ws-marquee:hover .ws-marquee__track, .ws-marquee:focus-within .ws-marquee__track, .ws-logos.is-paused .ws-marquee__track { animation-play-state: paused; }
@keyframes wsMarquee { to { transform: translateX(-50%); } }
.ws-marquee__pause { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--ws-line); border-radius: 999px; background: #fff; color: var(--ws-ink); }
.ws-marquee__pause[aria-pressed="true"] { background: var(--ws-ink); color: #fff; }
@media (prefers-reduced-motion: reduce) {
	.ws-marquee { -webkit-mask-image: none; mask-image: none; }
	.ws-marquee__track { animation: none; flex-wrap: wrap; justify-content: center; gap: 24px 40px; width: auto; }
	.ws-marquee__track img[aria-hidden="true"] { display: none; }
	.ws-marquee__pause { display: none; }
}

/* ---------- Quote section ---------- */
.ws-quote { position: relative; isolation: isolate; overflow: hidden; background: var(--ws-ink); color: var(--ws-on-dark); padding-block: clamp(56px, 7vw, 104px); }
.ws-quote__bg { position: absolute; inset: 0; z-index: -1; }
.ws-quote__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.ws-quote__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ws-ink) 25%, color-mix(in srgb, var(--ws-ink) 55%, transparent)); }
.ws-quote__grid { display: grid; gap: 40px; }
.ws-quote__lead { font-size: 1.0625rem; margin-bottom: 28px; }
.ws-quote__list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 10px; }
.ws-quote__list li { display: flex; align-items: center; gap: 10px; }
.ws-quote__list a { color: #fff; }
@media (min-width: 1000px) { .ws-quote__grid { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; } .ws-quote__side { position: sticky; top: calc(var(--ws-header) + 32px); } }

.ws-hot { display: inline-flex; align-items: center; gap: 14px; padding: 14px 20px 14px 14px; border-radius: var(--ws-r); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .22); color: #fff; text-decoration: none; transition: background-color .2s; }
.ws-hot:hover { background: rgba(255, 255, 255, .14); }
.ws-hot__ico { display: grid; place-items: center; width: 52px; height: 52px; border-radius: var(--ws-r); background: var(--ws-accent); color: #fff; }
.ws-hot small { display: block; font-size: .8125rem; color: var(--ws-on-dark); }
.ws-hot strong { display: block; font-family: var(--ws-display); font-stretch: 106%; font-weight: 700; font-size: 1.5rem; line-height: 1.2; font-variant-numeric: tabular-nums; }
.ws-hot--light { background: #fff; border-color: var(--ws-line); color: var(--ws-ink); }
.ws-hot--light small { color: var(--ws-muted); }
.ws-hot--light:hover { background: var(--ws-paper); border-color: var(--ws-ink); }

/* Form card */
.ws-quote__form { background: #fff; color: var(--ws-text); border-radius: var(--ws-r); padding: clamp(20px, 3vw, 36px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
.ws-form__set { margin: 0 0 20px; padding: 0; border: 0; min-width: 0; }
.ws-form__legend { margin-bottom: 10px; padding: 0; font-family: var(--ws-display); font-stretch: 105%; font-weight: 700; font-size: 1.0625rem; color: var(--ws-ink); }
.ws-form__row { display: grid; gap: 0 16px; }
@media (min-width: 560px) { .ws-form__row { grid-template-columns: 1fr 1fr; } .ws-form__row--3 { grid-template-columns: 1.3fr 1fr .8fr; } }
.ws-field { margin-bottom: 14px; min-width: 0; }
.ws-field label { display: block; margin-bottom: 6px; font-size: .9375rem; font-weight: 600; color: var(--ws-text); }
.ws-req { color: var(--ws-accent-d); }
.ws-field input, .ws-field select, .ws-field textarea { display: block; width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--ws-field); border-radius: var(--ws-r); background: #fff; color: var(--ws-text); font-size: 1rem; transition: border-color .15s, box-shadow .15s; }
.ws-field textarea { min-height: 96px; resize: vertical; }
.ws-field input::placeholder, .ws-field textarea::placeholder { color: #66737d; }
.ws-field input:focus, .ws-field select:focus, .ws-field textarea:focus { outline: none; border-color: var(--ws-ink); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ws-ink) 22%, transparent); }
.ws-field.is-invalid input, .ws-field.is-invalid textarea { border-color: #b42318; box-shadow: 0 0 0 3px rgba(180, 35, 24, .15); }
.ws-field__err { margin: 6px 0 0; font-size: .875rem; font-weight: 600; color: #b42318; }
.ws-field__err:empty { display: none; }
.ws-field__hint { margin: 6px 0 0; font-size: .875rem; color: var(--ws-muted); }
.ws-form__note { margin: 12px 0 0; font-size: .875rem; color: var(--ws-muted); }
.ws-form [data-ws-submit][disabled] { opacity: .65; cursor: progress; }
.ws-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ws-alert { display: flex; gap: 12px; margin-bottom: 20px; padding: 16px; border-radius: var(--ws-r); font-size: .9875rem; }
.ws-alert--ok { background: #e7f5ec; color: #14532d; border: 1px solid #9fd3b1; }
.ws-alert--err { background: #fdecea; color: #7a1c14; border: 1px solid #f1b0a8; }
/* Plugin (CF7) form fallback styling */
.ws-form--plugin input:not([type=submit]):not([type=radio]):not([type=checkbox]), .ws-form--plugin textarea, .ws-form--plugin select { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--ws-field); border-radius: var(--ws-r); background: #fff; }
.ws-form--plugin label { font-weight: 600; font-size: .9375rem; }
.ws-form--plugin input[type=submit] { min-height: 52px; padding: 12px 28px; border: 0; border-radius: var(--ws-r); background: var(--ws-accent); color: #fff; font-weight: 600; cursor: pointer; }
.ws-form--plugin .row { display: grid; gap: 0 16px; }
@media (min-width: 560px) { .ws-form--plugin .row { grid-template-columns: 1fr 1fr; } .ws-form--plugin .row > p { grid-column: 1 / -1; } }

/* ---------- FAQ ---------- */
.ws-faqsec__grid { display: grid; gap: 32px; }
.ws-faqsec__side p { color: var(--ws-muted); margin-bottom: 24px; }
@media (min-width: 960px) { .ws-faqsec__grid { grid-template-columns: 4fr 8fr; gap: 72px; } .ws-faqsec__side { position: sticky; top: calc(var(--ws-header) + 32px); align-self: start; } }
.ws-faq { border-top: 2px solid var(--ws-ink); }
.ws-faq__item { border-bottom: 1px solid var(--ws-line); }
.ws-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--ws-display); font-stretch: 104%; font-weight: 600; font-size: clamp(1.0625rem, 1rem + .3vw, 1.2rem); color: var(--ws-ink); }
.ws-faq__item summary::-webkit-details-marker { display: none; }
.ws-faq__item summary:hover { color: var(--ws-accent-d); }
.ws-faq__ico { flex: none; display: grid; place-items: center; width: 36px; height: 36px; padding: 7px; border-radius: 999px; border: 1px solid var(--ws-line); color: var(--ws-ink); transition: transform .25s var(--ws-ease), background-color .2s; }
.ws-faq__item[open] .ws-faq__ico { transform: rotate(45deg); background: var(--ws-ink); color: #fff; border-color: var(--ws-ink); }
.ws-faq__a { padding: 0 48px 20px 0; color: var(--ws-muted); }
.ws-faq__a p:last-child { margin: 0; }

/* ---------- Post cards / news ---------- */
.ws-pcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--ws-line); border-radius: var(--ws-r); overflow: hidden; transition: box-shadow .25s, transform .25s var(--ws-ease); }
.ws-pcard:hover { box-shadow: var(--ws-shadow); transform: translateY(-2px); }
.ws-pcard__img { display: block; overflow: hidden; background: var(--ws-mist); }
.ws-pcard__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s var(--ws-ease); }
.ws-pcard:hover .ws-pcard__img img { transform: scale(1.04); }
.ws-pcard__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 22px; }
.ws-pcard__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 12px; margin: 0; font-size: .8125rem; color: var(--ws-muted); }
.ws-pcard__meta span { font-weight: 600; color: var(--ws-accent-d); }
.ws-pcard__t { margin: 0; font-size: 1.125rem; font-stretch: 102%; line-height: 1.3; }
.ws-pcard__t a { text-decoration: none; }
.ws-pcard__t a::after { content: ""; position: absolute; inset: 0; }
.ws-pcard { position: relative; }
.ws-pcard__t a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ws-pcard__x { margin: 0; font-size: .9375rem; color: var(--ws-muted); }
.ws-news__grid { display: grid; gap: 16px; }
@media (min-width: 900px) {
	.ws-news__grid { grid-template-columns: 7fr 5fr; grid-auto-rows: auto; }
	.ws-news__grid .ws-pcard--feature { grid-row: span 4; }
	.ws-pcard--feature .ws-pcard__t { font-size: 1.5rem; }
	.ws-pcard--row { flex-direction: row; }
	.ws-pcard--row .ws-pcard__img { flex: 0 0 38%; }
	.ws-pcard--row .ws-pcard__img img { height: 100%; aspect-ratio: auto; }
	.ws-pcard--row .ws-pcard__x { display: none; }
}
.ws-cards3 { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

/* ---------- Inner page hero ---------- */
.ws-phero { position: relative; isolation: isolate; overflow: hidden; background: var(--ws-ink); color: var(--ws-on-dark); }
.ws-phero__media { position: relative; height: 200px; }
.ws-phero__media img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.ws-phero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ws-ink), rgba(11, 28, 40, .15) 70%); }
.ws-phero__in { position: relative; padding-block: 8px 48px; }
.ws-phero__title { max-width: 18ch; margin: 12px 0 14px; font-size: clamp(2rem, 1.3rem + 2.6vw, 3.25rem); font-stretch: 110%; line-height: 1.06; color: #fff; }
.ws-phero__lead { max-width: 56ch; margin: 0; font-size: 1.0625rem; }
.ws-phero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
@media (min-width: 900px) {
	.ws-phero { min-height: 420px; display: flex; align-items: center; }
	.ws-phero__media { position: absolute; top: 0; right: 0; bottom: 0; width: 46%; height: auto; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }
	.ws-phero__media::after { background: linear-gradient(90deg, var(--ws-ink), rgba(11, 28, 40, 0) 40%); }
	.ws-phero__in { padding-block: 56px 64px; }
	.ws-phero__in > * { max-width: 50%; }
	.ws-phero__in > .ws-phero__title { max-width: 50%; }
}
.ws-crumbs ol { display: flex; flex-wrap: wrap; gap: 4px 0; list-style: none; margin: 0; padding: 0; font-size: .875rem; }
.ws-crumbs li + li::before { content: "/"; margin: 0 8px; opacity: .55; }
.ws-crumbs a { color: inherit; text-decoration: none; }
.ws-crumbs a:hover { color: #fff; text-decoration: underline; }
.ws-crumbs [aria-current] { color: #fff; }
.ws-crumbs li:last-child { min-width: 0; max-width: 34ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- Prose (page and article content) ---------- */
.ws-prose { max-width: 74ch; font-size: 1.0625rem; line-height: 1.75; }
.ws-prose--center { margin-inline: auto; }
.ws-prose--flush > :last-child { margin-bottom: 0; }
.ws-prose--lead { font-size: 1.1875rem; color: var(--ws-muted); margin-bottom: 40px; }
.ws-prose--light { color: var(--ws-on-dark); }
.ws-prose :where(h2) { margin: 1.9em 0 .6em; font-size: clamp(1.45rem, 1.2rem + .9vw, 1.9rem); }
.ws-prose :where(h3) { margin: 1.6em 0 .5em; font-size: 1.3rem; font-stretch: 104%; }
.ws-prose :where(h4, h5, h6) { margin: 1.4em 0 .4em; font-size: 1.1rem; font-stretch: 100%; }
.ws-prose > :first-child { margin-top: 0; }
.ws-prose :where(a) { color: var(--ws-accent-d); text-decoration: underline; text-underline-offset: 3px; }
.ws-prose :where(a:hover) { color: var(--ws-ink); }
.ws-prose :where(ul, ol) { padding-left: 1.3em; }
.ws-prose :where(li) { margin-bottom: .4em; }
.ws-prose :where(ul > li)::marker { color: var(--ws-accent); }
.ws-prose :where(strong) { color: var(--ws-ink); }
.ws-prose--light :where(strong) { color: #fff; }
.ws-prose :where(img) { border-radius: var(--ws-r); margin-block: 1em; }
.ws-prose :where(figure) { margin: 1.6em 0; }
.ws-prose :where(figcaption) { font-size: .875rem; color: var(--ws-muted); margin-top: 8px; }
.ws-prose :where(blockquote) { margin: 1.6em 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--ws-accent); font-size: 1.125rem; color: var(--ws-ink); }
.ws-prose :where(table) { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .9375rem; display: block; overflow-x: auto; }
.ws-prose :where(th, td) { padding: 10px 12px; border: 1px solid var(--ws-line); text-align: left; vertical-align: top; }
.ws-prose :where(th) { background: var(--ws-mist); color: var(--ws-ink); }
.ws-prose :where(iframe, video) { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: var(--ws-r); }
.ws-prose :where(.wp-block-image, .aligncenter) { margin-inline: auto; }
.ws-prose :where(hr) { border: 0; border-top: 1px solid var(--ws-line); margin: 2em 0; }

/* Elementor-built pages keep their own layout; we only align fonts and colours */
.ws-elementor { font-size: 1.0625rem; line-height: 1.75; }
.ws-elementor :where(.elementor-heading-title, h1, h2, h3, h4) { font-family: var(--ws-display) !important; font-stretch: 106%; color: var(--ws-ink); letter-spacing: -.01em; line-height: 1.2; }
.ws-elementor :where(p, li, .elementor-text-editor, .elementor-widget-text-editor) { font-family: var(--ws-body) !important; }
.ws-elementor :where(img) { border-radius: var(--ws-r); }
.ws-elementor :where(ul) { padding-left: 1.3em; }
/* Fallbacks for Elementor widgets. Written with zero specificity (:where) so Elementor's own CSS always wins when
   it loads; they only matter if a cache/optimiser drops Elementor's stylesheets (seen live with LiteSpeed). */
:where(.ws-elementor) :where(.e-font-icon-svg, .elementor-icon svg, .elementor-icon-list-icon svg, .elementor-swiper-button svg) { width: 1em; height: 1em; fill: currentColor; }
:where(.ws-elementor) :where(.elementor-widget:not(:last-child), .e-con > .elementor-widget) { margin-bottom: 20px; }
:where(.ws-elementor) :where(h2, h3, h4) { margin: 1.4em 0 .5em; }
:where(.ws-elementor) :where(.elementor-heading-title) { margin: 0; }
:where(.ws-elementor) :where(p) { margin: 0 0 1em; }
:where(.ws-elementor) :where(img) { height: auto; max-width: 100%; }
:where(.ws-elementor) :where(.elementor-widget-image img) { width: 100%; }
/* Nested accordion (FAQ): native <details> */
:where(.ws-elementor) :where(.e-n-accordion) { border-top: 2px solid var(--ws-ink); }
:where(.ws-elementor) :where(.e-n-accordion-item) { border-bottom: 1px solid var(--ws-line); }
:where(.ws-elementor) :where(.e-n-accordion-item-title) { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; cursor: pointer; list-style: none; font-family: var(--ws-display); font-weight: 600; font-size: 1.0625rem; color: var(--ws-ink); }
:where(.ws-elementor) :where(.e-n-accordion-item-title)::-webkit-details-marker { display: none; }
:where(.ws-elementor) :where(.e-n-accordion-item-title-header) { flex: 1; }
:where(.ws-elementor) :where(.e-n-accordion-item-title-text) { font: inherit; margin: 0; }
:where(.ws-elementor) :where(.e-n-accordion-item-title-icon) { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--ws-line); font-size: 12px; }
:where(.ws-elementor) :where(.e-n-accordion-item-title-icon .e-opened) { display: none; }
:where(.ws-elementor) :where(.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened) { display: flex; }
:where(.ws-elementor) :where(.e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed) { display: none; }
:where(.ws-elementor) :where(.e-n-accordion-item > [role=region], .e-n-accordion-item > .e-con) { padding: 0 0 16px; color: var(--ws-muted); }
/* Classic toggle / accordion widgets */
:where(.ws-elementor) :where(.elementor-tab-title) { display: flex; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--ws-line); cursor: pointer; font-weight: 600; color: var(--ws-ink); }
:where(.ws-elementor) :where(.elementor-tab-content) { display: none; padding: 12px 0 16px; }
:where(.ws-elementor) :where(.elementor-tab-content.elementor-active) { display: block; }
:where(.ws-elementor) :where(.elementor-toggle-icon-opened, .elementor-accordion-icon-opened) { display: none; }
:where(.ws-elementor) :where(.elementor-active .elementor-toggle-icon-opened, .elementor-active .elementor-accordion-icon-opened) { display: inline; }
:where(.ws-elementor) :where(.elementor-active .elementor-toggle-icon-closed, .elementor-active .elementor-accordion-icon-closed) { display: none; }
/* Image carousel without Swiper: a swipeable row of photos */
:where(.ws-elementor) :where(.elementor-image-carousel-wrapper) { overflow: hidden; }
:where(.ws-elementor) :where(.elementor-image-carousel) { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 31%); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
:where(.ws-elementor) :where(.elementor-image-carousel .swiper-slide) { scroll-snap-align: start; }
:where(.ws-elementor) :where(.elementor-image-carousel img, .swiper-slide-image) { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); }
:where(.ws-elementor) :where(.elementor-swiper-button, .swiper-pagination) { display: none; }
/* WordPress / Elementor galleries */
:where(.ws-elementor, .ws-prose) :where(.gallery, .elementor-image-gallery .gallery) { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin: 1.2em 0; }
:where(.ws-elementor, .ws-prose) :where(.gallery-item) { margin: 0; width: auto; }
:where(.ws-elementor, .ws-prose) :where(.gallery-item img) { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); }
:where(.ws-elementor) :where(.elementor-video, .elementor-wrapper iframe) { width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: var(--ws-r); }
/* Plain <details> FAQs (what Elementor's accordion becomes when Elementor is inactive) and any other
   <details> in page/article content. Zero specificity: Elementor's own accordion CSS wins when present. */
:where(.ws-elementor, .ws-prose) :where(details) { border-bottom: 1px solid var(--ws-line); }
:where(.ws-elementor, .ws-prose) :where(details:first-of-type) { border-top: 2px solid var(--ws-ink); }
:where(.ws-elementor, .ws-prose) :where(details > summary) { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; cursor: pointer; list-style: none; font-family: var(--ws-display); font-weight: 600; font-size: 1.0625rem; line-height: 1.35; color: var(--ws-ink); }
:where(.ws-elementor, .ws-prose) :where(details > summary)::-webkit-details-marker { display: none; }
:where(.ws-elementor, .ws-prose) :where(details > summary:hover) { color: var(--ws-accent-d); }
:where(.ws-elementor, .ws-prose) :where(summary br) { display: none; }
:where(.ws-elementor, .ws-prose) :where(summary svg) { flex: none; width: 32px; height: 32px; padding: 9px; border: 1px solid var(--ws-line); border-radius: 999px; fill: currentColor; box-sizing: border-box; }
/* bare accordion: first svg = "opened" (minus), second = "closed" (plus) */
:where(.ws-elementor, .ws-prose) :where(details:not([open]) > summary > svg:first-of-type:nth-last-of-type(2)) { display: none; }
:where(.ws-elementor, .ws-prose) :where(details[open] > summary > svg:nth-of-type(2):last-of-type) { display: none; }
:where(.ws-elementor, .ws-prose) :where(details > :not(summary)) { color: var(--ws-muted); }
:where(.ws-elementor, .ws-prose) :where(details > p:last-child) { margin-bottom: 16px; }
/* Runs of plain images grouped by wss_group_plain_media() */
.ws-autogallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); gap: 12px; margin: 1.5em 0; }
.ws-autogallery figure, .ws-autogallery dl { margin: 0; }
.ws-autogallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); margin: 0; }
.ws-autogallery--logos { grid-template-columns: repeat(auto-fill, minmax(min(100%, 120px), 1fr)); }
.ws-autogallery--logos img { aspect-ratio: 1 / 1; object-fit: contain; background: #fff; padding: 8px; border: 1px solid var(--ws-line); }
.ws-autogallery dt, .ws-autogallery dd { margin: 0; }
/* any other bare svg in page content must never blow up to full width */
:where(.ws-elementor) :where(svg:not([width]):not([class])) { max-width: 2.5em; max-height: 2.5em; }
/* Forms embedded in page content (e.g. a CF7 form inside an Elementor page) */
:where(.ws-elementor, .ws-prose) :where(.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=hidden]), .wpcf7 textarea, .wpcf7 select) { display: block; width: 100%; max-width: 560px; min-height: 46px; padding: 10px 14px; margin-top: 6px; border: 1px solid var(--ws-field); border-radius: var(--ws-r); background: #fff; font: inherit; }
:where(.ws-elementor, .ws-prose) :where(.wpcf7 textarea) { min-height: 110px; }
:where(.ws-elementor, .ws-prose) :where(.wpcf7 input[type=submit]) { min-height: 48px; padding: 10px 24px; border: 0; border-radius: var(--ws-r); background: var(--ws-accent); color: #fff; font-weight: 600; cursor: pointer; }
/* WP Job Openings fallback (careers) */
:where(.ws-site) :where(.awsm-job-wrap svg, .awsm-filter-toggle svg) { width: 24px; height: 24px; }
:where(.ws-site) :where(.awsm-filter-wrap select) { min-height: 44px; padding: 8px 12px; border: 1px solid var(--ws-field); border-radius: var(--ws-r); background: #fff; margin: 0 8px 8px 0; }
:where(.ws-site) :where(.awsm-filter-items) { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin: 8px 0 20px; }
:where(.ws-site) :where(.awsm-sr-only) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:where(.ws-site) :where(.awsm-job-listing-item) { padding: 20px; margin-bottom: 12px; border: 1px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; }


.ws-withside { display: grid; gap: 40px; }
.ws-withside > *, .ws-postgrid > *, .ws-elementor { min-width: 0; } /* carousels (Swiper) inside grid items otherwise widen the column */
@media (min-width: 1024px) { .ws-withside { grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; } .ws-withside .ws-aside { position: sticky; top: calc(var(--ws-header) + 24px); } }
.ws-aside { display: grid; gap: 20px; }
.ws-aside__card { padding: 24px; border-radius: var(--ws-r); background: var(--ws-mist); border: 1px solid var(--ws-line); }
.ws-aside__card--dark { background: var(--ws-ink); color: var(--ws-on-dark); border-color: var(--ws-ink); }
.ws-aside__h { font-size: 1.25rem; }
.ws-aside__card--dark .ws-aside__h { color: #fff; }
.ws-aside__card p { font-size: .9375rem; }
.ws-aside__tel { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; text-decoration: none; }
.ws-aside__tel:hover { text-decoration: underline; }

/* Service navigation (sidebar / related) */
.ws-snav__h { margin: 0 0 8px; font-family: var(--ws-display); font-stretch: 105%; font-weight: 700; font-size: 1.125rem; color: var(--ws-ink); }
.ws-snav__g { border-bottom: 1px solid var(--ws-line); }
.ws-snav__g summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 0; cursor: pointer; list-style: none; font-weight: 600; color: var(--ws-ink); }
.ws-snav__g summary::-webkit-details-marker { display: none; }
.ws-snav__g[open] summary .ws-ico { transform: rotate(180deg); }
.ws-snav__g ul { list-style: none; margin: 0 0 12px; padding: 0; }
.ws-snav__g a { display: block; padding: 6px 10px; border-left: 2px solid var(--ws-line); color: var(--ws-text); text-decoration: none; font-size: .9375rem; }
.ws-snav__g a:hover { border-color: var(--ws-ink); color: var(--ws-ink); }
.ws-snav__g a[aria-current] { border-color: var(--ws-accent); color: var(--ws-accent-d); font-weight: 600; }
.ws-snav--wide { display: grid; gap: 0 32px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.ws-snav--wide .ws-snav__h { grid-column: 1 / -1; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); margin-bottom: 16px; }
.ws-snav--wide .ws-snav__g { border: 0; }
.ws-snav--wide .ws-snav__g summary { pointer-events: none; }
.ws-snav--wide .ws-snav__g summary .ws-ico { display: none; }

/* ---------- Article ---------- */
.ws-posthead { background: var(--ws-mist); padding-block: 32px 48px; }
.ws-posthead__in { display: grid; gap: 28px; align-items: center; }
.ws-posthead .ws-crumbs { color: var(--ws-muted); }
.ws-posthead .ws-crumbs a:hover, .ws-posthead .ws-crumbs [aria-current] { color: var(--ws-ink); }
.ws-posthead__title { margin: 14px 0 16px; font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3rem); font-stretch: 108%; line-height: 1.08; }
.ws-posthead__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin: 0; font-size: .9375rem; color: var(--ws-muted); }
.ws-posthead__meta span { display: inline-flex; align-items: center; gap: 6px; }
.ws-posthead__meta .ws-chip { background: var(--ws-ink); color: #fff; }
.ws-posthead__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.ws-posthead__img { margin: 0; }
.ws-posthead__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); box-shadow: var(--ws-shadow); }
@media (min-width: 960px) { .ws-posthead { padding-block: 40px 64px; } .ws-posthead__in { grid-template-columns: 7fr 5fr; gap: 56px; } }
.ws-postgrid { display: grid; gap: 40px; }
.ws-toc { display: none; }
@media (min-width: 1024px) { .ws-postgrid { grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: start; } .ws-aside--post { position: sticky; top: calc(var(--ws-header) + 24px); } }
@media (min-width: 1280px) {
	.ws-postgrid { grid-template-columns: 210px minmax(0, 1fr) 290px; gap: 48px; }
	.ws-toc:not([hidden]) { display: block; position: sticky; top: calc(var(--ws-header) + 24px); }
	.ws-postgrid .ws-toc[hidden] + .ws-prose { grid-column: 1 / 3; }
}
.ws-toc__h { margin: 0 0 10px; font-weight: 600; font-size: .875rem; color: var(--ws-muted); }
.ws-toc ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--ws-line); }
.ws-toc a { display: block; margin-left: -2px; padding: 6px 0 6px 14px; border-left: 2px solid transparent; font-size: .875rem; line-height: 1.4; color: var(--ws-muted); text-decoration: none; }
.ws-toc a:hover { color: var(--ws-ink); }
.ws-toc a.is-active { border-color: var(--ws-accent); color: var(--ws-ink); font-weight: 600; }
.ws-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 32px 0 0; padding: 0; }
.ws-tags a { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--ws-mist); font-size: .875rem; text-decoration: none; color: var(--ws-text); }

/* ---------- Listing ---------- */
.ws-filter { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; }
.ws-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.ws-chips a, .ws-chips button { display: inline-flex; align-items: center; min-height: 40px; padding: 6px 16px; border: 1px solid var(--ws-line); border-radius: 999px; background: #fff; color: var(--ws-text); font-size: .9375rem; font-weight: 500; text-decoration: none; transition: background-color .2s, border-color .2s, color .2s; }
.ws-chips a:hover, .ws-chips button:hover { border-color: var(--ws-ink); }
.ws-chips a[aria-current], .ws-chips button[aria-pressed="true"] { background: var(--ws-ink); border-color: var(--ws-ink); color: #fff; }
@media (max-width: 639px) {
	.ws-filter .ws-chips, .ws-chips--filter { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; margin-inline: -16px; padding: 2px 16px 6px; scrollbar-width: none; }
	.ws-filter .ws-chips::-webkit-scrollbar, .ws-chips--filter::-webkit-scrollbar { display: none; }
	.ws-chips li, .ws-chips--filter button { flex: none; scroll-snap-align: start; white-space: nowrap; }
	.ws-filter .ws-chips { width: calc(100% + 32px); }
	.ws-head--row .ws-chips--filter { width: calc(100% + 32px); }
}
.ws-search { position: relative; display: flex; width: 100%; max-width: 340px; }
.ws-search input { width: 100%; min-height: 46px; padding: 10px 48px 10px 16px; border: 1px solid var(--ws-field); border-radius: 999px; background: #fff; }
.ws-search button { position: absolute; right: 4px; top: 4px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 999px; background: var(--ws-ink); color: #fff; }
.ws-search--lg { max-width: 520px; margin: 0 auto 24px; }
.ws-bloggrid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
@media (min-width: 960px) {
	.ws-bloggrid .ws-pcard--feature { grid-column: span 2; flex-direction: row; }
	.ws-bloggrid .ws-pcard--feature .ws-pcard__img { flex: 0 0 55%; }
	.ws-bloggrid .ws-pcard--feature .ws-pcard__img img { height: 100%; aspect-ratio: auto; min-height: 320px; }
	.ws-bloggrid .ws-pcard--feature .ws-pcard__body { justify-content: center; padding: 32px; }
	.ws-bloggrid .ws-pcard--feature .ws-pcard__t { font-size: 1.6rem; }
}
.ws-pager ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; list-style: none; margin: 40px 0 0; padding: 0; }
.ws-pager a, .ws-pager span { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 14px; border: 1px solid var(--ws-line); border-radius: var(--ws-r); text-decoration: none; color: var(--ws-text); background: #fff; }
.ws-pager .current { background: var(--ws-ink); color: #fff; border-color: var(--ws-ink); }
.ws-empty { max-width: 520px; margin: 24px auto; text-align: center; }
.ws-empty__ico { display: inline-grid; place-items: center; width: 64px; height: 64px; margin-bottom: 12px; border-radius: 999px; background: var(--ws-mist); color: var(--ws-ink); }

/* ---------- Services page ---------- */
.ws-core__h { margin-bottom: 16px; }
.ws-core__list { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); list-style: none; margin: 0; padding: 0; }
.ws-core__list a { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 14px; padding: 10px 14px 10px 10px; border: 1px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; text-decoration: none; transition: border-color .2s, box-shadow .2s; }
.ws-core__list a:hover { border-color: var(--ws-ink); box-shadow: var(--ws-shadow); }
.ws-core__list img { width: 72px; height: 56px; object-fit: cover; border-radius: 6px; }
.ws-core__list span { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .9875rem; line-height: 1.3; color: var(--ws-ink); }
.ws-core__list .ws-ico { color: var(--ws-accent); }
.ws-sgrid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); list-style: none; margin: 0; padding: 0; }
.ws-scard[hidden] { display: none; }
.ws-scard a { position: relative; display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--ws-line); border-radius: var(--ws-r); overflow: hidden; text-decoration: none; transition: box-shadow .25s, transform .25s var(--ws-ease), border-color .2s; }
.ws-scard a:hover { box-shadow: var(--ws-shadow); transform: translateY(-2px); border-color: #c3ccd3; }
.ws-scard__img { display: block; overflow: hidden; background: var(--ws-mist); }
.ws-scard__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .6s var(--ws-ease); }
.ws-scard a:hover .ws-scard__img img { transform: scale(1.05); }
.ws-scard__body { display: flex; flex-direction: column; gap: 4px; flex: 1; padding: 16px 56px 20px 18px; }
.ws-scard__g { font-size: .8125rem; font-weight: 600; color: var(--ws-accent-d); }
.ws-scard__t { font-family: var(--ws-display); font-stretch: 104%; font-weight: 700; font-size: 1.125rem; line-height: 1.25; color: var(--ws-ink); }
.ws-scard__x { font-size: .9375rem; color: var(--ws-muted); }
.ws-scard__more { position: absolute; right: 16px; bottom: 18px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 999px; background: var(--ws-mist); color: var(--ws-ink); transition: background-color .2s, color .2s; }
.ws-scard a:hover .ws-scard__more { background: var(--ws-accent); color: #fff; }
.ws-callband { padding-block: 40px; background: var(--ws-paper); border-bottom: 1px solid var(--ws-line); }
.ws-callband__in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; }
.ws-callband__t { margin: 0; font-family: var(--ws-display); font-stretch: 106%; font-weight: 700; font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); color: var(--ws-ink); }
.ws-callband__cta { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- About ---------- */
.ws-split { display: grid; gap: 40px; align-items: center; }
.ws-split__media { margin: 0; }
.ws-split__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ws-r); }
@media (min-width: 900px) { .ws-split { grid-template-columns: 7fr 5fr; gap: 72px; } .ws-split__media--tall img { aspect-ratio: 4 / 5; } }
.ws-minis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; margin: 32px 0 0; padding-top: 24px; border-top: 1px solid var(--ws-line); }
.ws-minis div { display: flex; flex-direction: column-reverse; gap: 2px; }
.ws-minis dd { margin: 0; font-family: var(--ws-mono); font-weight: 500; font-size: 1.75rem; line-height: 1.1; color: var(--ws-ink); }
.ws-minis dt { font-size: .875rem; color: var(--ws-muted); }
.ws-strengths__grid { display: grid; gap: 16px; list-style: none; margin: 0; padding: 0; }
.ws-strengths__grid li { padding: 24px; border-radius: var(--ws-r); background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); }
.ws-strengths__grid h3 { margin: 16px 0 6px; font-size: 1.2rem; color: #fff; }
.ws-strengths__grid p { margin: 0; font-size: .9875rem; }
.ws-strengths__ico { display: grid; place-items: center; width: 52px; height: 52px; border-radius: var(--ws-r); background: var(--ws-accent); color: #fff; }
@media (min-width: 700px) { .ws-strengths__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
	.ws-strengths__grid { grid-template-columns: repeat(6, 1fr); }
	.ws-strengths__grid li { grid-column: span 2; }
	.ws-strengths__grid li:nth-child(4):nth-last-child(2), .ws-strengths__grid li:nth-child(5):last-child { grid-column: span 3; }
}
.ws-tabs__list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.ws-tabs__list button { min-height: 44px; padding: 8px 18px; border: 1px solid var(--ws-line); border-radius: 999px; background: #fff; font-weight: 600; color: var(--ws-text); }
.ws-tabs__list button[aria-selected="true"] { background: var(--ws-ink); color: #fff; border-color: var(--ws-ink); }
.ws-tabs:not(.is-on) .ws-tabs__list { display: none; }
.ws-tabs:not(.is-on) .ws-tabs__panel + .ws-tabs__panel { margin-top: 32px; }
.ws-tabs.is-on .ws-tabs__nojs { display: none; }
.ws-tabs__panel[hidden] { display: none; }
.ws-tabs__panel:focus-visible { outline-offset: 6px; }
.ws-checks { display: grid; gap: 12px 40px; list-style: none; margin: 0; padding: 0; }
@media (min-width: 900px) { .ws-checks { grid-template-columns: 1fr 1fr; } }
.ws-checks li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 16px; border-radius: var(--ws-r); background: var(--ws-mist); }
.ws-checks .ws-ico { color: var(--ws-accent); margin-top: 3px; }

/* ---------- Fleet gallery + lightbox ---------- */
.ws-gallery { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); list-style: none; margin: 0; padding: 0; }
.ws-gallery__item a { display: block; overflow: hidden; border-radius: var(--ws-r); background: var(--ws-mist); }
.ws-gallery__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s var(--ws-ease); }
.ws-gallery__item a:hover img { transform: scale(1.04); }
.ws-gallery__cap { margin: 8px 0 0; font-size: .875rem; color: var(--ws-muted); }
@media (min-width: 900px) { .ws-gallery__item.is-wide { grid-column: span 2; grid-row: span 2; } .ws-gallery__item.is-wide img { aspect-ratio: auto; height: calc(100% - 0px); min-height: 420px; } .ws-gallery__item.is-wide a { height: calc(100% - 30px); } }
.ws-lightbox { width: 100%; max-width: 100%; height: 100%; max-height: 100%; margin: 0; padding: 56px 16px 24px; border: 0; background: rgba(6, 16, 23, .94); color: #fff; }
.ws-lightbox::backdrop { background: rgba(6, 16, 23, .8); }
.ws-lightbox[open] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
.ws-lightbox figure { margin: 0; display: grid; justify-items: center; gap: 12px; min-width: 0; }
.ws-lightbox img { max-width: 100%; max-height: calc(100dvh - 140px); width: auto; border-radius: var(--ws-r); }
.ws-lightbox figcaption { font-size: .9375rem; text-align: center; color: var(--ws-on-dark); }
.ws-lightbox__close { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; }
.ws-lightbox__nav { display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .12); color: #fff; }
.ws-lightbox__nav--prev .ws-ico { transform: rotate(180deg); }

/* ---------- QHSE ---------- */
.ws-policies { display: grid; gap: 20px; }
@media (min-width: 960px) { .ws-policies { grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; } }
.ws-policy { padding: clamp(24px, 3vw, 40px); border: 1px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; }
.ws-policy__ico { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 18px; border-radius: var(--ws-r); background: var(--ws-ink); color: #fff; }
.ws-policy .ws-prose { font-size: 1rem; }
.ws-badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
.ws-badges h2 { margin: 0; }
.ws-badges ul { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; margin: 0; padding: 0; }
.ws-badges img { width: 112px; height: 112px; object-fit: contain; border-radius: 999px; background: #fff; padding: 6px; }

/* ---------- Certifications ---------- */
.ws-certgroup + .ws-certgroup { margin-top: 56px; }
.ws-certgroup > .ws-h3 { padding-bottom: 12px; margin-bottom: 20px; border-bottom: 2px solid var(--ws-ink); }
.ws-certs { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr)); list-style: none; margin: 0; padding: 0; }
.ws-cert { display: flex; flex-direction: column; gap: 12px; padding: 20px; border: 1px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; }
.ws-cert__logo { display: grid; place-items: center; height: 96px; padding: 8px; border-radius: 6px; background: var(--ws-paper); }
.ws-cert__logo img { max-height: 80px; width: auto; max-width: 100%; object-fit: contain; }
.ws-cert__t { flex: 1; margin: 0; font-size: clamp(.9375rem, .9rem + .2vw, 1.0625rem); font-stretch: 102%; overflow-wrap: anywhere; }
@media (min-width: 900px) { .ws-certs { gap: 16px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); } }
.ws-cert__a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-weight: 600; color: var(--ws-accent-d); text-decoration: none; }
.ws-cert__a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Contact ---------- */
.ws-contact { display: grid; gap: 24px; }
.ws-contact__cards { display: grid; gap: 16px; }
@media (min-width: 640px) { .ws-contact__cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ws-contact { grid-template-columns: 7fr 5fr; gap: 32px; align-items: stretch; } }
.ws-ccard { display: flex; flex-direction: column; gap: 4px; padding: 24px; border: 1px solid var(--ws-line); border-radius: var(--ws-r); background: #fff; color: var(--ws-text); text-decoration: none; }
.ws-ccard > .ws-ico { color: var(--ws-accent); margin-bottom: 8px; }
.ws-ccard__t { margin: 0 0 6px; font-size: 1.125rem; }
.ws-ccard p { margin: 0; overflow-wrap: anywhere; }
.ws-ccard a { color: var(--ws-ink); font-weight: 600; }
.ws-ccard--hot { background: var(--ws-ink); border-color: var(--ws-ink); color: var(--ws-on-dark); transition: background-color .2s; }
.ws-ccard--hot:hover { background: var(--ws-deep); }
.ws-ccard--hot > .ws-ico { color: var(--ws-sand); }
.ws-ccard--hot .ws-ccard__t { color: #fff; }
.ws-ccard__big { font-family: var(--ws-display); font-stretch: 106%; font-weight: 700; font-size: 1.6rem; font-variant-numeric: tabular-nums; color: #fff; margin-bottom: 6px !important; }
.ws-contact__map { display: flex; flex-direction: column; border: 1px solid var(--ws-line); border-radius: var(--ws-r); overflow: hidden; background: #fff; }
.ws-contact__addr { display: flex; gap: 14px; padding: 24px; }
.ws-contact__addr > .ws-ico { color: var(--ws-accent); }
.ws-contact__addr p { margin: 0 0 8px; }
.ws-contact__map iframe { display: block; width: 100%; flex: 1; min-height: 300px; border: 0; }

/* ---------- 404 ---------- */
.ws-notfound__in { max-width: 680px; text-align: center; }
.ws-notfound__code { margin: 0; font-family: var(--ws-mono); font-size: clamp(4rem, 3rem + 5vw, 7rem); line-height: 1; color: var(--ws-line); }
.ws-notfound__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ---------- Footer ---------- */
.ws-footer { background: var(--ws-ink); color: var(--ws-on-dark); font-size: .9375rem; padding-top: clamp(48px, 6vw, 80px); }
.ws-footer a { color: inherit; text-decoration: none; }
.ws-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ws-footer__grid { display: grid; gap: 40px; }
@media (min-width: 760px) { .ws-footer__grid { grid-template-columns: 1fr 1fr; } .ws-footer__brand { grid-column: 1 / -1; } }
@media (min-width: 1080px) { .ws-footer__grid { grid-template-columns: 5fr 3fr 4fr; gap: 56px; } .ws-footer__brand { grid-column: auto; } }
.ws-footer__brand img { height: 50px; width: auto; margin-bottom: 18px; }
.ws-footer__brand p { max-width: 46ch; }
.ws-footer__social { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: #fff !important; }
.ws-footer__h { margin: 0 0 14px; font-size: 1rem; font-stretch: 104%; color: #fff; }
.ws-footer__nav ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 24px; }
.ws-footer__nav li { padding: 4px 0; break-inside: avoid; }
.ws-footer__contact ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.ws-footer__contact li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; }
.ws-footer__contact .ws-ico { color: var(--ws-sand); margin-top: 3px; }
.ws-footer__contact span { overflow-wrap: anywhere; }
.ws-footer__services { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .14); }
.ws-footer__services ul { display: flex; flex-wrap: wrap; gap: 6px 22px; list-style: none; margin: 0; padding: 0; font-size: .875rem; }
.ws-footer__bar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: 40px; padding-block: 20px 28px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .8125rem; color: rgba(248, 250, 251, .72); }
.ws-footer__bar p { margin: 0; }

/* ---------- Floating call buttons (phones and tablets) ---------- */
.ws-fabs { position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 30; display: grid; gap: 10px; }
.ws-fab { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 999px; background: var(--ws-accent); color: #fff; box-shadow: 0 10px 24px -8px rgba(11, 28, 40, .55); text-decoration: none; }
.ws-fab--wa { background: var(--ws-ink); }
@media (min-width: 1024px) { .ws-fabs { display: none; } }

/* ---------- Reveal on scroll (only armed when the inline probe set .ws-js) ---------- */
.ws-js [data-rv] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ws-ease), transform .7s var(--ws-ease); transition-delay: var(--d, 0ms); }
.ws-js [data-rv].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.ws-site *, .ws-site *::before, .ws-site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	.ws-hero__video { display: none; }
}
@media print {
	.ws-topbar, .ws-header, .ws-drawer, .ws-fabs, .ws-quote, .ws-logos, .ws-footer__services { display: none !important; }
	.ws-js [data-rv] { opacity: 1 !important; transform: none !important; }
	.ws-phero, .ws-hero { background: none; color: #000; min-height: 0; }
	.ws-phero__media, .ws-hero__media { display: none; }
	.ws-phero__title, .ws-hero__title { color: #000; }
}
