/* =============================================================================
   Trisha HR Services — public website
   Hand-written CSS, mobile-first. Design: V2 structure with V1 sections.
   ========================================================================== */

:root {
    --maroon: #6d1a2b;
    --maroon-dark: #521220;
    --maroon-tint: #f7eef0;
    --gold: #9e7d46;
    --gold-dark: #85693a;
    --gold-light: #c9a86a;
    --gold-tint: #f6f0e6;
    --slate: #1f2937;
    --slate-2: #374151;
    --ink: #1f2937;
    --muted: #5b6472;
    --line: #e5e7eb;
    --paper: #ffffff;
    --off: #f7f6f4;
    --grey: #f3f4f6;
    --green: #15803d;
    --red: #b42318;

    --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --radius: 12px;
    --radius-sm: 8px;
    --shadow: 0 1px 2px rgba(17, 24, 39, .04), 0 4px 16px rgba(17, 24, 39, .06);
    --shadow-lg: 0 18px 40px -12px rgba(17, 24, 39, .22);
    --header-h: 76px;
    --gutter: 16px;
}

@media (min-width: 768px) { :root { --gutter: 24px; } }
@media (min-width: 1024px) { :root { --header-h: 96px; } }

/* Base ---------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font: 16px/1.65 var(--font); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--maroon); text-underline-offset: 3px; }
a:hover { color: var(--maroon-dark); }
h1, h2, h3, h4 { margin: 0; line-height: 1.2; color: var(--ink); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 2px; border-radius: 4px; }
main { outline: none; }
[hidden] { display: none !important; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--slate); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm); font-weight: 600; }
.skip-link:focus { top: 12px; color: #fff; }

.i { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 1000px; }
.container--text { max-width: 820px; }

/* Typography helpers ------------------------------------------------------------ */
.h2 { font-family: var(--serif); font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.5rem); font-weight: 700; letter-spacing: -.01em; }
.h2--light { color: #fff; }
.h3 { font-family: var(--serif); font-size: clamp(1.35rem, 1.2rem + .6vw, 1.65rem); font-weight: 700; margin-bottom: .75em; }
.lead { font-size: 1.125rem; color: var(--muted); }
.lead--light { color: #cbd2dc; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); }
.eyebrow--gold { color: var(--gold-light); }
.eyebrow__icon { width: 18px; height: 18px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; text-decoration: none; color: var(--maroon); }
.link-arrow .i { width: 16px; height: 16px; transition: transform .2s; }
.link-arrow:hover .i { transform: translateX(4px); }
.rule { display: block; width: 72px; height: 3px; background: var(--gold); border-radius: 3px; margin: 16px auto 0; }

.prose { color: var(--slate-2); }
.prose h2 { font-family: var(--serif); font-size: 1.5rem; margin: 1.6em 0 .6em; color: var(--ink); }
.prose h3 { font-size: 1.15rem; margin: 1.4em 0 .5em; }
.prose > :first-child { margin-top: 0; }
.prose ul { margin: 0 0 1.2em; padding-left: 0; list-style: none; }
.prose li { position: relative; padding-left: 26px; margin-bottom: .5em; }
.prose li::before { content: ""; position: absolute; left: 4px; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.prose--lead p:first-child { font-size: 1.15rem; color: var(--ink); }
.prose--legal h2 { font-size: 1.35rem; }

/* Buttons ---------------------------------------------------------------------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 24px;
    border: 2px solid transparent; border-radius: var(--radius-sm); font-weight: 700; font-size: .95rem; line-height: 1.2;
    text-decoration: none; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.btn .i { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.btn--lg { min-height: 54px; padding: 14px 28px; font-size: 1rem; }
.btn--sm { min-height: 40px; padding: 8px 16px; font-size: .875rem; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 6px 18px -8px rgba(158, 125, 70, .8); }
.btn--gold:hover { background: var(--gold-dark); color: #fff; }
.btn--maroon { background: var(--maroon); color: #fff; }
.btn--maroon:hover { background: var(--maroon-dark); color: #fff; }
.btn--dark { background: var(--slate); color: #fff; }
.btn--dark:hover { background: var(--slate-2); color: #fff; }
.btn--light { background: #fff; color: var(--maroon); }
.btn--light:hover { background: var(--grey); color: var(--maroon-dark); }
.btn--outline { border-color: var(--maroon); color: var(--maroon); background: transparent; }
.btn--outline:hover { background: var(--maroon); color: #fff; }
.btn--outline-light { border-color: rgba(255, 255, 255, .85); color: #fff; background: transparent; }
.btn--outline-light:hover { background: #fff; color: var(--maroon); }
.btn--outline-gold { border-color: var(--gold-light); color: var(--gold-light); background: transparent; }
.btn--outline-gold:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn--ghost-light { color: #fff; border-color: rgba(255, 255, 255, .5); background: transparent; }
.btn--ghost-light:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn--text { background: none; color: var(--muted); padding-left: 8px; padding-right: 8px; }
.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1eb858; color: #fff; }
.round-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.round-btn:hover { background: var(--maroon); border-color: var(--maroon); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Header & navigation -------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 6px 20px -12px rgba(17, 24, 39, .25); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); }
.brand img { width: auto; height: calc(var(--header-h) - 14px); }

.menu-toggle { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: var(--radius-sm); background: var(--grey); color: var(--ink); cursor: pointer; }
.menu-toggle .i { width: 24px; height: 24px; }
.menu-toggle .i--close, .menu-open .menu-toggle .i--open { display: none; }
.menu-open .menu-toggle .i--close { display: block; }

.nav { position: fixed; inset: var(--header-h) 0 0 0; background: #fff; padding: 12px var(--gutter) 32px; overflow-y: auto; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
.menu-open .nav { transform: none; visibility: visible; }
.menu-open { overflow: hidden; }
.nav__list { list-style: none; }
.nav__list > li { border-bottom: 1px solid var(--line); position: relative; }
.nav__link { display: block; padding: 16px 4px; color: var(--ink); font-weight: 600; font-size: 1.05rem; text-decoration: none; }
.nav__link[aria-current="page"] { color: var(--maroon); }
.nav__item--dropdown { display: flex; flex-wrap: wrap; align-items: center; }
.nav__item--dropdown > .nav__link { flex: 1; }
.nav__toggle { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; background: none; color: var(--ink); cursor: pointer; border-radius: var(--radius-sm); }
.nav__toggle .i { transition: transform .2s; }
.nav__toggle[aria-expanded="true"] .i { transform: rotate(180deg); }
.dropdown { list-style: none; width: 100%; display: none; padding: 0 0 12px; }
.nav__item--dropdown.is-open .dropdown { display: block; }
.dropdown a { display: flex; align-items: center; gap: 12px; padding: 10px 8px; color: var(--slate-2); text-decoration: none; font-weight: 500; border-radius: var(--radius-sm); }
.dropdown a .i { color: var(--gold); }
.dropdown a:hover { background: var(--grey); color: var(--maroon); }
.nav__cta { width: 100%; margin-top: 24px; }

@media (min-width: 1100px) {
    .menu-toggle { display: none; }
    .nav { position: static; transform: none; visibility: visible; padding: 0; overflow: visible; display: flex; align-items: center; gap: 28px; background: none; }
    .nav__list { display: flex; align-items: center; gap: 6px; }
    .nav__list > li { border: 0; }
    .nav__link { padding: 10px 12px; font-size: .95rem; position: relative; }
    .nav__link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
    .nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); }
    .nav__item--dropdown { flex-wrap: nowrap; }
    .nav__item--dropdown > .nav__link { padding-right: 2px; }
    .nav__toggle { width: 28px; height: 36px; }
    .nav__toggle .i { width: 16px; height: 16px; }
    .dropdown {
        display: block; position: absolute; top: calc(100% + 14px); left: -12px; width: 300px; padding: 10px;
        background: #fff; border-top: 3px solid var(--gold); border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-lg);
        opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s;
    }
    .dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -17px; height: 17px; }
    .nav__item--dropdown:hover .dropdown, .nav__item--dropdown:focus-within .dropdown, .nav__item--dropdown.is-open .dropdown { opacity: 1; visibility: visible; transform: none; }
    .nav__cta { width: auto; margin: 0; }
}

/* Hero slider --------------------------------------------------------------------- */
.hero { position: relative; display: grid; background: var(--slate); overflow: hidden; color: #fff; }
/* Slides share one grid cell, so the hero grows to fit the tallest slide's text. */
.hero__slide { grid-area: 1 / 1; position: relative; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; }
.hero__slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 7s ease-out; }
.hero__slide.is-active .hero__img { transform: scale(1); }
.hero__overlay { position: absolute; inset: 0; }
.hero__overlay--0 { background: linear-gradient(100deg, rgba(109, 26, 43, .93) 0%, rgba(82, 18, 32, .78) 45%, rgba(0, 0, 0, .35) 100%); }
.hero__overlay--1 { background: linear-gradient(100deg, rgba(31, 41, 55, .93) 0%, rgba(31, 41, 55, .7) 45%, rgba(109, 26, 43, .45) 100%); }
.hero__overlay--2 { background: linear-gradient(100deg, rgba(10, 10, 10, .85) 0%, rgba(82, 18, 32, .72) 50%, rgba(0, 0, 0, .3) 100%); }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: min(78vh, 720px); padding-top: 64px; padding-bottom: 96px; }
.pill { display: inline-block; padding: 6px 14px; border: 1px solid rgba(201, 168, 106, .5); background: rgba(158, 125, 70, .22); border-radius: 999px; color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 22px; }
.hero__title { font-family: var(--serif); font-size: clamp(2.2rem, 1.4rem + 4vw, 4.2rem); font-weight: 700; line-height: 1.1; max-width: 16ch; margin: 0 0 20px; color: #fff; }
.hero__text { font-size: clamp(1.05rem, .95rem + .4vw, 1.3rem); color: #e5e7eb; max-width: 40rem; margin-bottom: 32px; font-weight: 400; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__dots { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; }
.hero__dot { width: 12px; height: 12px; border-radius: 999px; border: 0; padding: 0; background: rgba(255, 255, 255, .45); cursor: pointer; transition: width .3s, background .3s; }
.hero__dot.is-active { width: 32px; background: var(--gold-light); }
.hero__pause { width: 32px; height: 32px; margin-left: 6px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .2); cursor: pointer; display: grid; place-items: center; }
.hero__pause-icon { width: 10px; height: 12px; border-left: 3px solid #fff; border-right: 3px solid #fff; }
.hero.is-paused .hero__pause-icon { width: 0; height: 0; border: 0; border-left: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-left: 3px; }

/* Client logos marquee -------------------------------------------------------------- */
.logos { padding: 36px 0 32px; border-bottom: 1px solid var(--line); background: #fff; }
.logos__heading { text-align: center; font-family: var(--font); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #9ca3af; margin-bottom: 22px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; width: max-content; list-style: none; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track, .marquee:focus-within .marquee__track { animation-play-state: paused; }
.marquee__item { display: grid; place-items: center; height: 64px; padding: 0 40px; }
.marquee__item img { max-height: 56px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .3s, opacity .3s; }
.marquee__item img:hover { filter: none; opacity: 1; }
.marquee__name { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; color: #9ca3af; white-space: nowrap; letter-spacing: .02em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Sections ---------------------------------------------------------------------------- */
.section { padding: clamp(56px, 4rem + 3vw, 104px) 0; }
.section--tight { padding: clamp(40px, 2rem + 2vw, 64px) 0; }
.section--light { background: var(--off); }
.section--dark { background: var(--slate); color: #d1d5db; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 36px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.section-head__sub { margin: 8px 0 0; color: var(--muted); }
.section-head--center { display: block; text-align: center; border: 0; padding: 0; }
.section--dark .section-head { border-color: rgba(255, 255, 255, .1); }

.intro { display: grid; gap: 40px; align-items: center; }
.intro__lead { font-size: clamp(1.15rem, 1rem + .5vw, 1.4rem); line-height: 1.6; color: var(--ink); font-weight: 500; }
@media (min-width: 1024px) { .intro { grid-template-columns: 5fr 7fr; gap: 64px; } }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; list-style: none; margin-top: 8px; }
.split__intro .stats { margin-top: 28px; }
.stat { position: relative; background: #fff; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); border-top: 4px solid var(--maroon); }
.stat--gold { border-top-color: var(--gold); }
.stat--slate { border-top-color: var(--slate); }
.stat__icon { position: absolute; top: 22px; right: 20px; width: 24px; height: 24px; color: var(--maroon); opacity: .35; }
.stat--gold .stat__icon { color: var(--gold); opacity: .6; }
.stat__value { display: block; font-variant-numeric: lining-nums; font-family: var(--serif); font-size: 2.3rem; font-weight: 700; color: var(--ink); line-height: 1.1; }
.stat__label { display: block; margin-top: 6px; font-size: .9rem; font-weight: 600; color: var(--muted); }

.split { display: grid; gap: 40px; }
.split__intro .lead { margin: 18px 0 28px; }
@media (min-width: 1024px) {
    .split { grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; }
    .split--top { align-items: start; }
}

.service-tiles { display: grid; gap: 14px; list-style: none; }
@media (min-width: 640px) { .service-tiles { grid-template-columns: 1fr 1fr; } }
.service-tile { display: flex; align-items: flex-start; gap: 16px; height: 100%; padding: 22px; border-radius: var(--radius); background: rgba(55, 65, 81, .45); border: 1px solid #3b4453; color: #fff; text-decoration: none; transition: background .25s, border-color .25s, transform .25s; }
.service-tile:hover { background: var(--maroon); border-color: var(--maroon); color: #fff; transform: translateY(-3px); }
.service-tile__icon { width: 30px; height: 30px; color: var(--gold-light); stroke-width: 1.6; }
.service-tile:hover .service-tile__icon { color: #fff; }
.service-tile__body { flex: 1; }
.service-tile__name { display: block; font-weight: 700; font-size: 1.08rem; margin-bottom: 4px; }
.service-tile__desc { display: block; font-size: .9rem; color: #b8c0cc; line-height: 1.5; }
.service-tile:hover .service-tile__desc { color: #f3dfe3; }
.service-tile__arrow { width: 18px; height: 18px; opacity: .5; margin-top: 4px; transition: transform .2s, opacity .2s; }
.service-tile:hover .service-tile__arrow { opacity: 1; transform: translateX(3px); }

/* Parallax band — clip-path + fixed image gives a parallax effect without inline styles */
.band { position: relative; min-height: 380px; display: grid; place-items: center; text-align: center; color: #fff; clip-path: inset(0); overflow: hidden; background: var(--slate); }
.band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .3)); }
.band__content { position: relative; z-index: 1; padding-top: 64px; padding-bottom: 64px; }
.band__title { font-family: var(--serif); font-size: clamp(1.8rem, 1.3rem + 2vw, 2.8rem); color: #fff; margin-bottom: 12px; text-shadow: 0 2px 12px rgba(0, 0, 0, .35); }
.band__text { font-size: 1.15rem; color: #f3f4f6; max-width: 36rem; margin: 0 auto; }
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
    .band { min-height: 460px; }
    .band__img { position: fixed; }
}

/* Jobs --------------------------------------------------------------------------------- */
.job-list { list-style: none; display: grid; gap: 16px; }
.job-card { display: flex; flex-direction: column; gap: 18px; padding: 24px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); transition: box-shadow .2s, transform .2s, border-color .2s; }
.job-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-left-color: var(--maroon); }
.job-card__title { font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.job-card__title a { color: var(--maroon); text-decoration: none; }
.job-card__title a:hover { color: var(--maroon-dark); text-decoration: underline; }
.job-card__meta { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .9rem; color: var(--muted); margin-bottom: 10px; }
.job-card__meta li { display: inline-flex; align-items: center; gap: 6px; }
.job-card__meta .i { width: 16px; height: 16px; color: var(--gold); }
.job-card__summary { color: var(--slate-2); margin-bottom: 12px; }
.job-card__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; font-size: .85rem; color: #6b7280; }
.tag { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--grey); color: var(--slate-2); font-size: .8rem; font-weight: 600; }
.job-card__cta { align-self: stretch; }
@media (min-width: 720px) {
    .job-card { flex-direction: row; align-items: center; justify-content: space-between; }
    .job-card__main { flex: 1; }
    .job-card__cta { align-self: center; }
}
.empty { text-align: center; padding: 48px 24px; background: var(--off); border-radius: var(--radius); color: var(--muted); }
.empty__icon { width: 40px; height: 40px; margin: 0 auto 12px; color: #9ca3af; }
.empty .h3 { color: var(--ink); }
.empty p { max-width: 34rem; margin: 0 auto 16px; }

.jobs-layout { display: grid; gap: 28px; }
@media (min-width: 1024px) { .jobs-layout { grid-template-columns: 300px 1fr; gap: 40px; align-items: start; } }
.job-filters { display: grid; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
@media (min-width: 1024px) { .job-filters { position: sticky; top: calc(var(--header-h) + 20px); } }
.job-filters__search { position: relative; }
.job-filters__search .i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: #9ca3af; pointer-events: none; }
.job-filters__search input[type="search"] { padding-left: 42px; }
.job-filters__field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; }
.job-filters__actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.jobs-results__count { color: var(--muted); margin-bottom: 16px; }
.jobs-results__count strong { color: var(--ink); }
.pager { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 36px; }
.pager__page { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 10px; border-radius: 50%; text-decoration: none; color: var(--ink); font-weight: 600; }
.pager__page:hover { background: var(--grey); }
.pager__page.is-current { background: var(--maroon); color: #fff; }
.pager__gap { color: #9ca3af; }

/* Job detail */
.page-hero--job .page-hero__title { max-width: 26ch; }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 16px 0 0; color: #e5e7eb; }
.page-hero__meta > span { display: inline-flex; align-items: center; gap: 8px; }
.page-hero__meta .i { width: 18px; height: 18px; color: var(--gold-light); }
.page-hero__ref { padding: 2px 10px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; font-size: .85rem; }
.page-hero__apply { margin-top: 26px; }
@media (min-width: 1024px) { .page-hero__apply { display: none; } }

.job-layout { display: grid; gap: 32px; }
@media (min-width: 1024px) { .job-layout { grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; } }
.facts { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 36px; }
.facts li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: var(--off); border-radius: var(--radius-sm); font-weight: 600; font-size: .95rem; }
.facts .i { color: var(--gold); margin-top: 2px; }
.facts__label { display: block; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.job-aside { display: grid; gap: 20px; }
@media (min-width: 1024px) { .job-aside { position: sticky; top: calc(var(--header-h) + 20px); } }
.apply-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--maroon); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-lg); }
.apply-card__title { font-family: var(--serif); font-size: 1.5rem; }
.apply-card__sub { color: var(--muted); margin: 4px 0 20px; font-size: .95rem; }
.apply-card__privacy { display: flex; gap: 8px; margin: 14px 0 0; font-size: .8rem; color: var(--muted); }
.apply-card__privacy .i { width: 16px; height: 16px; color: var(--green); flex: none; margin-top: 2px; }
.share-card { padding: 20px; background: var(--off); border-radius: var(--radius); }
.share-card__title { font-weight: 700; margin-bottom: 12px; }

.file-drop { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 22px 16px; border: 2px dashed #cfd4dc; border-radius: var(--radius-sm); background: var(--off); text-align: center; cursor: pointer; transition: border-color .2s, background .2s; }
.file-drop:hover, .file-drop.is-dragover { border-color: var(--gold); background: var(--gold-tint); }
.file-drop.has-file { border-style: solid; border-color: var(--green); background: #f0fdf4; }
.file-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.file-drop input:focus-visible + .file-drop__icon { outline: 3px solid var(--gold-light); outline-offset: 4px; border-radius: 4px; }
.file-drop__icon { width: 28px; height: 28px; color: var(--gold); }
.file-drop__text { font-weight: 600; font-size: .9rem; color: var(--slate-2); word-break: break-all; }
.has-error .file-drop { border-color: var(--red); }
.consent__label { display: flex; gap: 10px; align-items: flex-start; font-size: .85rem; color: var(--slate-2); cursor: pointer; }
.consent__label input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--maroon); flex: none; }

/* Candidate / employer banner ------------------------------------------------------------ */
.audiences { display: grid; }
@media (min-width: 1024px) { .audiences { grid-template-columns: 1fr 1fr; } }
.audiences__col { padding: clamp(48px, 3rem + 3vw, 96px) var(--gutter); }
.audiences__col--maroon { background: var(--maroon); color: rgba(255, 255, 255, .85); }
.audiences__col--light { background: var(--grey); color: var(--muted); }
.audiences__inner { max-width: 30rem; margin: 0 auto; }
@media (min-width: 1024px) {
    .audiences__col--maroon .audiences__inner { margin-right: 48px; }
    .audiences__col--light .audiences__inner { margin-left: 48px; }
}
.audiences__icon { width: 44px; height: 44px; color: rgba(255, 255, 255, .5); margin-bottom: 20px; stroke-width: 1.5; }
.audiences__icon--gold { color: var(--gold); }
.audiences__title { font-family: var(--serif); font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); margin-bottom: 14px; }
.audiences__col--maroon .audiences__title { color: #fff; }
.audiences__col p { font-size: 1.08rem; margin-bottom: 28px; }

/* Testimonials carousel ------------------------------------------------------------------ */
.carousel { position: relative; }
.carousel__track { display: flex; gap: 20px; list-style: none; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 8px 2px 20px; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item { flex: 0 0 100%; scroll-snap-align: start; }
@media (min-width: 768px) { .carousel__item { flex-basis: calc(50% - 10px); } }
@media (min-width: 1200px) { .carousel__item { flex-basis: calc(33.333% - 14px); } }
.carousel__controls { display: flex; justify-content: center; gap: 12px; margin-top: 12px; }
.testimonial { position: relative; margin: 0; height: 100%; display: flex; flex-direction: column; gap: 20px; padding: 32px 28px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.testimonial__mark { width: 40px; height: 40px; color: var(--gold); opacity: .3; margin-bottom: -12px; }
.testimonial__quote { margin: 0; font-size: 1.05rem; font-style: italic; color: var(--slate-2); line-height: 1.7; }
.testimonial__quote p::before { content: "“"; }
.testimonial__quote p::after { content: "”"; }
.testimonial__quote p { margin: 0; }
.testimonial__who { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.testimonial__photo { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex: none; }
.testimonial__photo--initial { display: grid; place-items: center; background: var(--maroon-tint); color: var(--maroon); font-family: var(--serif); font-weight: 700; font-size: 1.4rem; }
.testimonial__who strong { display: block; color: var(--ink); }
.testimonial__role { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--maroon); }

/* Page hero (inner pages) --------------------------------------------------------------- */
.page-hero { position: relative; padding: clamp(48px, 3rem + 3vw, 96px) 0 clamp(44px, 2.5rem + 2vw, 72px); background: linear-gradient(115deg, var(--maroon-dark) 0%, var(--maroon) 55%, #7d2a3b 100%); color: #fff; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -120px; bottom: -160px; width: 420px; height: 420px; border-radius: 50%; border: 60px solid rgba(201, 168, 106, .12); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero__title { font-family: var(--serif); font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); color: #fff; max-width: 22ch; }
.page-hero__text { margin: 16px 0 0; max-width: 42rem; font-size: 1.15rem; color: #f1dfe3; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin-bottom: 18px; font-size: .85rem; }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 6px; color: rgba(255, 255, 255, .4); }
.crumbs a { color: #f1dfe3; text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs [aria-current] { color: var(--gold-light); }

/* About ---------------------------------------------------------------------------------- */
.story { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1024px) { .story { grid-template-columns: 1fr 1fr; gap: 72px; } .story--service { grid-template-columns: 7fr 5fr; align-items: start; } }
.story__media { position: relative; }
.story__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; object-fit: cover; }
.story__media::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; background: var(--maroon-tint); border-radius: var(--radius); z-index: -1; transform: rotate(-2deg); }
.story__badge { position: absolute; right: -8px; bottom: -22px; display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); font-size: .9rem; color: var(--muted); }
.story__badge .i { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: var(--gold-tint); color: var(--gold-dark); }
.story__badge strong { display: block; font-variant-numeric: lining-nums; font-family: var(--serif); font-size: 1.4rem; color: var(--ink); }
.story__text .h2 { margin-bottom: 20px; }
.mv { display: grid; gap: 24px; }
@media (min-width: 768px) { .mv { grid-template-columns: 1fr 1fr; } }
.mv__card { background: #fff; padding: 36px 32px; border-radius: var(--radius); box-shadow: var(--shadow); border-left: 5px solid var(--maroon); }
.mv__card--gold { border-left-color: var(--gold); }
.mv__icon { width: 44px; height: 44px; padding: 10px; border-radius: 12px; background: var(--gold-tint); color: var(--gold-dark); margin-bottom: 18px; }
.mv__card--maroon .mv__icon { background: var(--maroon-tint); color: var(--maroon); }
.mv__title { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 12px; }
.mv__card p { color: var(--slate-2); margin: 0; font-size: 1.05rem; }
.checklist { list-style: none; display: grid; gap: 12px; margin-bottom: 8px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); font-weight: 500; }
.checklist__icon { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--maroon); color: #fff; stroke-width: 3; }
.presence { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.presence li { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border: 1px solid #3b4453; border-radius: 999px; color: #e5e7eb; font-weight: 500; }
.presence .i { width: 16px; height: 16px; color: var(--gold-light); }

/* CTA band */
.cta-band { background: linear-gradient(110deg, var(--slate) 0%, #2b1a22 100%); color: #d1d5db; padding: clamp(48px, 3rem + 2vw, 80px) 0; border-top: 5px solid var(--gold); }
.cta-band__inner { display: grid; gap: 28px; align-items: center; }
@media (min-width: 1024px) { .cta-band__inner { grid-template-columns: 1fr auto; gap: 48px; } }
.cta-band__title { font-family: var(--serif); font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem); color: #fff; margin-bottom: 10px; }
.cta-band__text { margin: 0; font-size: 1.08rem; max-width: 40rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Services ------------------------------------------------------------------------------ */
.service-cards { list-style: none; display: grid; gap: 24px; }
@media (min-width: 700px) { .service-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .service-cards { grid-template-columns: repeat(3, 1fr); } }
.service-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); color: var(--ink); }
.service-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--grey); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.service-card:hover .service-card__media img { transform: scale(1.05); }
.service-card__body { display: flex; flex-direction: column; gap: 10px; padding: 0 26px 26px; flex: 1; }
.service-card__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-top: -28px; border-radius: 14px; background: var(--maroon); color: #fff; box-shadow: 0 8px 18px -8px rgba(109, 26, 43, .8); position: relative; }
.service-card__icon .i { width: 26px; height: 26px; stroke-width: 1.7; }
.service-card__name { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; }
.service-card__desc { color: var(--muted); flex: 1; }
.steps { list-style: none; display: grid; gap: 20px; counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.step__num { font-variant-numeric: lining-nums; font-family: var(--serif); font-size: 2.2rem; font-weight: 700; color: var(--gold); opacity: .55; line-height: 1; }
.step__title { font-size: 1.1rem; margin: 12px 0 8px; }
.step__text { margin: 0; color: var(--muted); font-size: .95rem; }
.service-links { list-style: none; display: grid; gap: 12px; }
@media (min-width: 700px) { .service-links { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .service-links { grid-template-columns: repeat(3, 1fr); } }
.service-link { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); text-decoration: none; font-weight: 600; transition: border-color .2s, background .2s, color .2s; }
.service-link:hover { border-color: var(--maroon); background: var(--maroon); color: #fff; }
.service-link__icon { width: 26px; height: 26px; color: var(--gold); stroke-width: 1.7; }
.service-link:hover .service-link__icon { color: #fff; }
.service-link span { flex: 1; }
.service-link__arrow { width: 18px; height: 18px; opacity: .6; }

/* Contact ------------------------------------------------------------------------------- */
.contact { display: grid; gap: 40px; }
@media (min-width: 1024px) { .contact { grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; } }
.contact-cards { list-style: none; display: grid; gap: 12px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--off); border-radius: var(--radius); color: var(--ink); text-decoration: none; font-weight: 600; word-break: break-word; transition: background .2s; }
a.contact-card:hover { background: var(--maroon-tint); color: var(--maroon); }
.contact-card__icon { width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: #fff; color: var(--maroon); box-shadow: var(--shadow); }
.contact-card--whatsapp .contact-card__icon { color: #1eb858; }
.contact-card__label { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 2px; }
.contact__form { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius); padding: clamp(22px, 1rem + 2vw, 40px); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; gap: 0 20px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid__full { grid-column: 1 / -1; } }
.form-note { margin: 10px 0 0; font-size: .85rem; color: var(--muted); }
.map iframe { display: block; width: 100%; height: 420px; border: 0; filter: grayscale(.2); }

/* Forms ------------------------------------------------------------------------------------ */
.field { margin: 0 0 18px; }
.field__label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--ink); }
.req { color: var(--red); }
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
    width: 100%; min-height: 48px; padding: 11px 14px; font: inherit; font-size: 1rem; color: var(--ink);
    background: #fff; border: 1px solid #cfd4dc; border-radius: var(--radius-sm); transition: border-color .2s, box-shadow .2s;
}
textarea { resize: vertical; min-height: 120px; }
select { appearance: none; padding-right: 40px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--maroon); box-shadow: 0 0 0 3px rgba(109, 26, 43, .15); }
.field-help { margin: 6px 0 0; font-size: .8rem; color: var(--muted); }
.field-error { margin: 6px 0 0; font-size: .85rem; font-weight: 600; color: var(--red); }
.has-error input, .has-error select, .has-error textarea { border-color: var(--red); background-color: #fffafa; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.turnstile { margin: 4px 0 16px; min-height: 0; }

.notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; margin-bottom: 20px; border-radius: var(--radius-sm); border: 1px solid; font-size: .95rem; }
.notice p { margin: 0; }
.notice .i { margin-top: 2px; }
.notice--success { background: #ecfdf3; border-color: #abefc6; color: #085d3a; }
.notice--error { background: #fef3f2; border-color: #fecdca; color: #912018; }
.notice--info { background: #fffaeb; border-color: #fedf89; color: #93370d; }

/* Footer --------------------------------------------------------------------------------- */
.site-footer { background: var(--slate); color: #b8c0cc; padding: 72px 0 28px; border-top: 6px solid var(--gold); font-size: .95rem; }
.site-footer a { color: #d1d5db; text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer__grid { display: grid; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #374151; }
@media (min-width: 700px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1200px) { .site-footer__grid { grid-template-columns: 1.4fr .8fr 1fr 1.2fr 1.4fr; gap: 36px; } }
.site-footer__logo { width: 110px; height: auto; background: #fff; border-radius: 10px; padding: 6px; margin-bottom: 18px; }
.site-footer__tagline { font-family: var(--serif); color: var(--gold-light); font-size: 1.05rem; margin-bottom: 8px; }
.site-footer__heading { font-family: var(--font); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.site-footer__heading--small { color: #9ca3af; margin-bottom: 8px; }
.site-footer__col ul { list-style: none; display: grid; gap: 10px; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; }
.contact-list .i { width: 18px; height: 18px; color: var(--gold); margin-top: 3px; }
.socials { list-style: none; display: flex; gap: 10px; margin-top: 16px; }
.socials a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #374151; color: #fff; transition: background .2s; }
.socials a:hover { background: var(--gold); color: #fff; }
.socials .i { width: 18px; height: 18px; }
.site-footer__form { background: #2a3442; border: 1px solid #3b4453; border-radius: var(--radius); padding: 22px; }
.quick-form .field { margin-bottom: 12px; }
.quick-form .field__label { color: #d1d5db; font-size: .8rem; }
.quick-form input, .quick-form select { min-height: 44px; background-color: #1f2937; border-color: #4b5563; color: #fff; }
.quick-form select { background-color: #1f2937; }
.quick-form input::placeholder { color: #9ca3af; }
.quick-form .field-error { color: #fda29b; }
.quick-form .btn { margin-top: 6px; }
.site-footer .notice { font-size: .85rem; }
.site-footer__presence { padding: 24px 0; border-bottom: 1px solid #374151; font-size: .85rem; }
.site-footer__presence p { margin: 0; color: #9ca3af; line-height: 1.9; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 22px; font-size: .85rem; color: #9ca3af; }
.site-footer__bottom p { margin: 0; }

/* Floating WhatsApp + cookie banner ------------------------------------------------------ */
.whatsapp-fab { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 24px -6px rgba(37, 211, 102, .6); transition: transform .2s; }
.whatsapp-fab:hover { transform: scale(1.08); color: #fff; }
.whatsapp-fab .i { width: 32px; height: 32px; }
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 95; max-width: 560px; display: grid; gap: 14px; padding: 18px 20px; background: var(--slate); color: #e5e7eb; border-radius: var(--radius); box-shadow: var(--shadow-lg); font-size: .9rem; }
.cookie p { margin: 0; }
.cookie a { color: var(--gold-light); }
.cookie__actions { display: flex; gap: 10px; justify-content: flex-end; }
@media (min-width: 700px) { .cookie { right: auto; grid-template-columns: 1fr auto; align-items: center; } }
.cookie-visible .whatsapp-fab { bottom: 150px; }
@media (min-width: 700px) { .cookie-visible .whatsapp-fab { bottom: 18px; } }

/* Motion preferences --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .marquee__track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
    .marquee__item[aria-hidden="true"] { display: none; }
    .hero__img { transform: none !important; }
}

@media print {
    .site-header, .site-footer, .whatsapp-fab, .cookie, .apply-card, .hero__dots { display: none !important; }
}

/* Developer credit */
.site-credit a { color: var(--gold-light); font-weight: 600; }
.site-credit a:hover { color: #fff; text-decoration: underline; }
