/* ================================================================
   Niğde HR — Premium Design System v2.0 (2026-06-29)
   Fraunces + Outfit | Navy/Cream/Gold/Coral | Home 8-section layout
   ================================================================ */

:root {
    /* Palette — deep navy, warm cream, brushed gold & coral */
    --ink:           #030424;
    --ink-soft:      #080735;
    --ink-muted:     #10104a;
    --navy:          #0c0b3a;
    --cream:         #f6f3ec;
    --cream-warm:    #ede8de;
    --pearl:         #fcfaf6;
    --gold:          #c4a574;
    --gold-light:    #dbc08f;
    --gold-dim:      rgba(196, 165, 116, 0.14);
    --coral:         #c97b63;
    --coral-dim:     rgba(201, 123, 99, 0.12);
    --sage:          #4d6b5e;
    --sage-light:    #6b8a7c;
    --sage-dim:      rgba(77, 107, 94, 0.12);

    /* Semantic */
    --primary:       var(--ink-soft);
    --primary-dark:  var(--ink);
    --accent:        var(--gold);
    --accent-hover:  var(--gold-light);
    --bg:            #f4f1ea;
    --surface:       #faf8f4;
    --text:          var(--ink);
    --text-muted:    #5c6370;
    --text-soft:     #8a919e;
    --border:        rgba(12, 14, 20, 0.08);
    --border-strong: rgba(12, 14, 20, 0.14);

    /* Glass */
    --glass-bg:      rgba(253, 252, 250, 0.72);
    --glass-border:  rgba(255, 255, 255, 0.55);
    --glass-shadow:  0 8px 32px rgba(12, 14, 20, 0.06);

    /* Depth */
    --shadow-sm:     0 2px 8px rgba(12, 14, 20, 0.04);
    --shadow-md:     0 12px 40px rgba(12, 14, 20, 0.08);
    --shadow-lg:     0 24px 64px rgba(12, 14, 20, 0.12);
    --shadow-gold:   0 8px 32px rgba(196, 165, 116, 0.24);

    /* Layout */
    --radius:        16px;
    --radius-sm:     10px;
    --radius-lg:     24px;
    --header-h:      96px;
    --container:     1200px;
    --whatsapp:      #25d366;

    /* Typography */
    --font-display:  'DM Serif Display', Georgia, 'Times New Roman', serif;
    --font-body:     'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Motion */
    --ease-out:      cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
    --dur:           0.45s;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body.site-body {
    margin: 0;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--dur) var(--ease-out), opacity var(--dur) var(--ease-out);
}

address { font-style: normal; }

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2rem);
}

/* ── Utilities ─────────────────────────────────────────────── */
.glass-panel {
    background: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
}

.glass-pill {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--border);
}

[data-reveal], .fade-up {
    opacity: 0;
    transform: translateY(40px);
}

.no-js [data-reveal], .no-js .fade-up {
    opacity: 1;
    transform: none;
}

/* ── Header ────────────────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background: var(--ink);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: box-shadow var(--dur) var(--ease-out),
                border-color var(--dur) var(--ease-out);
}

.site-header.scrolled {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-header:has(.site-nav.open) {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: var(--header-h);
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    z-index: 1;
    transition: transform var(--dur) var(--ease-spring);
}

.logo:hover { transform: translateY(-1px); }

.logo-image {
    gap: 0;
    line-height: 0;
}

.logo-img {
    display: block;
    height: clamp(58px, 9vw, 82px);
    width: auto;
    max-width: min(360px, 75vw);
}

.logo-img-footer {
    height: clamp(48px, 6vw, 58px);
    max-width: 260px;
}

.logo-mark {
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, var(--ink-soft), var(--ink));
    color: var(--gold-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.logo-name {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.logo-accent {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}

/* Header actions cluster */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    flex-shrink: 0;
    z-index: 1;
}

.header-cta-desktop {
    display: none;
    align-items: center;
    gap: 0.45rem;
}

.btn-header-hire,
.btn-header-apply {
    padding: 0.5rem 1rem;
    font-size: 0.78rem;
    white-space: nowrap;
}

.btn-header-hire {
    background: var(--pearl);
    color: var(--ink);
    border-color: var(--pearl);
}

.btn-header-hire:hover {
    background: #fff;
    border-color: #fff;
    color: var(--ink);
    box-shadow: var(--shadow-md);
}

.btn-header-apply {
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.25);
}

.btn-header-apply:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(199, 165, 114, 0.12);
}

/* Language switcher */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    padding: 0.2rem;
    border-radius: 999px;
    flex-shrink: 0;
}

.site-header .lang-switcher {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.lang-btn {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    transition: all var(--dur) var(--ease-out);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.site-header .lang-btn {
    color: rgba(255, 255, 255, 0.6);
}

.lang-flag {
    font-size: 1.05rem;
    line-height: 1;
}

.lang-code {
    line-height: 1;
}

.lang-btn:hover { color: var(--ink); }

.site-header .lang-btn:hover {
    color: #fff;
}

.lang-btn.active {
    background: var(--ink);
    color: var(--pearl);
}

.site-header .lang-btn.active {
    background: var(--pearl);
    color: var(--ink);
}

.lang-divider {
    width: 1px;
    height: 12px;
    background: var(--border-strong);
}

.site-header .lang-divider {
    background: rgba(255, 255, 255, 0.2);
}

/* Mobile nav toggle */
.nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 10px;
    background: var(--glass-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color var(--dur), transform var(--dur) var(--ease-spring);
}

.nav-toggle:hover { border-color: var(--gold); transform: scale(1.04); }

.site-header .nav-toggle {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

.nav-toggle span {
    display: block;
    height: 1.5px;
    background: var(--ink);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
}

.site-header .nav-toggle span {
    background: #fff;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Nav backdrop */
.nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 310;
    background: rgba(3, 4, 36, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s var(--ease-out), visibility 0.3s;
    border: none;
    padding: 0;
    cursor: pointer;
}

.nav-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

body.nav-open { overflow: hidden; }

/* Navigation — mobile drawer */
.site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 90vw);
    z-index: 320;
    background: var(--pearl);
    border-left: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
    transform: translateX(105%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s var(--ease-out), visibility 0.35s;
}

.site-nav.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.site-nav-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0 1.5rem;
}

.site-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.25rem 1rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.25rem;
}

.site-nav-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--glass-bg);
    color: var(--ink);
    cursor: pointer;
    transition: border-color var(--dur), color var(--dur);
}

.nav-close:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.nav-item { border-bottom: 1px solid var(--border); }
.nav-item:last-child { border-bottom: none; }

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.9rem 1.25rem;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: color var(--dur), background var(--dur);
}

.nav-link:hover,
.nav-link.active { color: var(--gold); }

.nav-chevron { transition: transform var(--dur); flex-shrink: 0; }

.nav-item-dropdown.is-open .nav-chevron {
    transform: rotate(180deg);
}

.nav-dropdown {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0 0.5rem;
    display: none;
}

.nav-dropdown.open { display: block; }

.nav-dropdown a {
    display: block;
    padding: 0.55rem 1.25rem 0.55rem 2.25rem;
    color: var(--text-muted);
    font-size: 0.875rem;
    transition: color var(--dur), padding-left var(--dur);
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
    color: var(--gold);
    padding-left: 2.5rem;
}

.nav-mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.25rem 1.25rem 0;
    margin-top: auto;
    border-top: 1px solid var(--border);
}

.btn-nav {
    margin: 0;
    width: 100%;
}

.btn-nav-hire {
    background: var(--ink);
    color: var(--pearl);
    border-color: var(--ink);
}

.btn-nav-hire:hover {
    background: var(--ink-muted);
    color: var(--pearl);
}

.btn-nav-apply {
    background: transparent;
    color: var(--ink);
    border-color: var(--border-strong);
}

.btn-nav-apply:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-dim);
}

/* ── Buttons ─────────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.65rem;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: transform var(--dur) var(--ease-spring),
                box-shadow var(--dur) var(--ease-out),
                background var(--dur) var(--ease-out),
                color var(--dur) var(--ease-out),
                border-color var(--dur) var(--ease-out);
    position: relative;
    overflow: hidden;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }

.btn-primary {
    background: var(--ink);
    color: var(--pearl);
    border-color: var(--ink);
}

.btn-primary:hover {
    background: var(--ink-muted);
    box-shadow: var(--shadow-md);
    color: var(--pearl);
}

.btn-glow:hover {
    box-shadow: var(--shadow-gold), var(--shadow-md);
}

.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--border-strong);
}

.btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-dim);
}

.btn-light {
    background: var(--pearl);
    color: var(--ink);
    border-color: var(--pearl);
}

.btn-light:hover {
    background: #fff;
    box-shadow: var(--shadow-lg);
    color: var(--ink);
}

.btn-outline-light {
    background: transparent;
    color: var(--pearl);
    border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-outline {
    background: transparent;
    color: var(--ink);
    border-color: var(--border-strong);
}

.btn-outline:hover {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--pearl);
}

/* Legacy btn-white */
.btn-white {
    background: var(--pearl);
    color: var(--ink);
    border-color: var(--pearl);
}

.btn-white:hover {
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow-lg);
}

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--header-h) + 3rem) 0 4rem;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, var(--pearl) 0%, var(--cream) 45%, var(--cream-warm) 100%);
    z-index: 0;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.hero-orb--gold {
    width: min(55vw, 480px);
    height: min(55vw, 480px);
    background: radial-gradient(circle, rgba(184, 149, 108, 0.35) 0%, transparent 70%);
    top: -10%;
    right: -8%;
}

.hero-orb--sage {
    width: min(45vw, 380px);
    height: min(45vw, 380px);
    background: radial-gradient(circle, rgba(92, 114, 104, 0.2) 0%, transparent 70%);
    bottom: 5%;
    left: -10%;
}

.hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.25rem;
}

.hero-eyebrow::before {
    content: '';
    width: 32px;
    height: 1px;
    background: var(--gold);
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin: 0 0 1rem;
    color: var(--ink);
    max-width: 16ch;
}

.hero-value {
    font-size: clamp(1.05rem, 2.2vw, 1.2rem);
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 0.85rem;
    max-width: 42ch;
    line-height: 1.55;
}

.hero-title-line {
    display: block;
}

.hero-title [data-hero-line] {
    will-change: transform, opacity, clip-path;
}

.hero-lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--text-muted);
    margin: 0 0 2rem;
    max-width: 46ch;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-visual-card {
    padding: 2rem;
    border-radius: var(--radius-lg);
    max-width: 340px;
}

.hero-visual-stat { margin-bottom: 1.25rem; }

.hero-visual-num {
    display: block;
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.03em;
}

.hero-visual-label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.hero-visual-divider {
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 1.25rem;
}

.hero-visual-quote {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text-muted);
    line-height: 1.55;
}

.hero-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-scroll-hint span {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ── Sections ────────────────────────────────────────────────── */
.section {
    padding: clamp(4rem, 10vw, 7rem) 0;
    position: relative;
}

.section-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(3rem, 6vw, 4.5rem);
}

.section-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.85rem;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 1rem;
    color: var(--ink);
}

.section-title--left { text-align: left; }

.section-desc {
    margin: 0;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.section-alt { background: var(--pearl); }

/* Legacy section-header */
.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.section-header p {
    color: var(--text-muted);
    margin: 0 auto;
    max-width: 52ch;
}

/* ── Stats Bento ─────────────────────────────────────────────── */
.section-stats { padding-top: 0; margin-top: -2rem; position: relative; z-index: 2; }

.stats-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.stat-panel {
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: var(--radius);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.stat-panel:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.stat-panel--hero {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--ink-soft) 0%, var(--ink) 100%);
    border-color: transparent;
    color: var(--pearl);
}

.stat-panel--hero .stat-panel-value { color: var(--gold-light); }
.stat-panel--hero .stat-panel-label { color: rgba(255,255,255,0.65); }

.stat-panel-value {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 5vw, 3rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin-bottom: 0.35rem;
}

.stat-panel-label {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* Legacy stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.stat-card {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.35rem 1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform var(--dur) var(--ease-spring);
}

.stat-card:hover { transform: translateY(-3px); }

.stat-value {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.stat-label {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* ── Services Showcase ───────────────────────────────────────── */
.section-services { background: var(--pearl); }

.services-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.service-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(1.75rem, 3vw, 2.25rem);
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform var(--dur) var(--ease-spring),
                box-shadow var(--dur) var(--ease-out),
                border-color var(--dur);
    cursor: pointer;
}

.service-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold-dim) 0%, transparent 60%);
    opacity: 0;
    transition: opacity var(--dur);
}

.service-tile:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-lg);
    border-color: rgba(184, 149, 108, 0.3);
}

.service-tile:hover::before { opacity: 1; }

.service-tile-num {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 600;
    color: var(--border-strong);
    line-height: 1;
    transition: color var(--dur);
}

.service-tile:hover .service-tile-num { color: var(--gold-dim); }

.service-tile-icon {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    position: relative;
}

.service-tile-title {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
    color: var(--ink);
    position: relative;
}

.service-tile-text {
    margin: 0 0 1.25rem;
    color: var(--text-muted);
    font-size: 0.925rem;
    line-height: 1.65;
    flex: 1;
    position: relative;
}

.service-tile-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gold);
    position: relative;
    transition: gap var(--dur) var(--ease-out);
}

.service-tile:hover .service-tile-link { gap: 0.65rem; }

/* Legacy service cards */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.service-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.service-icon {
    width: 48px;
    height: 48px;
    background: var(--gold-dim);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
}

.service-card h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
}

.service-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.925rem;
}

.service-link {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 0.75rem;
    display: inline-block;
}

/* ── Trust Section ───────────────────────────────────────────── */
.section-trust { background: var(--bg); }

.trust-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.trust-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.trust-card {
    padding: clamp(1.75rem, 3vw, 2.25rem);
    border-radius: var(--radius);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.trust-card-num {
    display: block;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--gold);
    margin-bottom: 0.85rem;
}

.trust-card h3 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--ink);
}

.trust-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.925rem;
    line-height: 1.65;
}

/* Legacy why grid */
.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.why-card {
    background: var(--glass-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: transform var(--dur) var(--ease-spring);
}

.why-card:hover { transform: translateY(-3px); }

.why-card h3 {
    font-family: var(--font-display);
    color: var(--gold);
    margin: 0 0 0.5rem;
}

.why-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.925rem;
}

/* ── Premium CTA ─────────────────────────────────────────────── */
.cta-premium {
    position: relative;
    padding: clamp(4rem, 10vw, 6rem) 0;
    overflow: hidden;
}

.cta-premium-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-muted) 50%, #1e2430 100%);
}

.cta-premium-bg::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(184, 149, 108, 0.15) 0%, transparent 65%);
}

.cta-premium-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cta-premium h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 600;
    color: var(--pearl);
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.cta-premium p {
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 48ch;
    font-size: 1.05rem;
    line-height: 1.65;
}

.cta-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

/* Legacy cta-band */
.cta-band {
    position: relative;
    padding: clamp(3rem, 8vw, 5rem) 0;
    background: linear-gradient(135deg, var(--ink-soft), var(--ink));
    color: var(--pearl);
    text-align: center;
}

.cta-band h2 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 0 0.75rem;
}

.cta-band p {
    margin: 0 auto 1.5rem;
    opacity: 0.75;
    max-width: 46ch;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* ── Footer ──────────────────────────────────────────────────── */
.site-footer {
    position: relative;
    background: var(--ink);
    color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-cta-bar {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 4vw, 2.75rem) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.footer-cta-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    max-width: 42ch;
    line-height: 1.6;
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-top {
    padding: clamp(3.5rem, 8vw, 5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.footer-brand { margin-bottom: 2.5rem; }

.logo-footer .logo-name { color: var(--pearl); }
.logo-footer .logo-mark { background: rgba(255,255,255,0.08); }

.footer-tagline {
    margin: 1rem 0 0;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.45);
    max-width: 28ch;
    line-height: 1.55;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.footer-col h3 {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin: 0 0 1.15rem;
}

.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col li { margin-bottom: 0.55rem; }

.footer-col a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    transition: color var(--dur), transform var(--dur);
    display: inline-block;
}

.footer-col a:hover {
    color: var(--pearl);
    transform: translateX(3px);
}

.footer-contact .contact-label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 0.15rem;
}

.footer-contact a,
.footer-contact address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.35rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
}

.footer-cta-link {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--gold-light);
    transition: color var(--dur), gap var(--dur);
}

.footer-cta-link:hover { color: var(--pearl); }

/* WhatsApp FAB */
.whatsapp-fab {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 400;
    width: 58px;
    height: 58px;
    background: var(--whatsapp);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.whatsapp-fab-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(37, 211, 102, 0.4);
    animation: fabRing 2.5s ease-out infinite;
}

@keyframes fabRing {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.35); opacity: 0; }
}

.whatsapp-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 36px rgba(37, 211, 102, 0.5);
    color: #fff;
}

/* ── Internal Pages ──────────────────────────────────────────── */
.page-hero {
    background: linear-gradient(165deg, var(--pearl) 0%, var(--cream) 100%);
    padding: calc(var(--header-h) + 2.5rem) 0 3rem;
    border-bottom: 1px solid var(--border);
}

.page-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.page-hero-media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    aspect-ratio: 4 / 3;
}

.page-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-media-card {
    padding: 0;
    overflow: hidden;
}

.sidebar-media-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--text-soft);
    margin-bottom: 1.5rem;
}

.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--gold); }

.page-hero-icon { font-size: 2rem; margin-bottom: 0.75rem; }

.page-hero-title,
.hero-title.page-hero-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 0.85rem;
    max-width: 22ch;
}

.page-hero-subtitle,
.hero-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin: 0;
    max-width: 58ch;
    line-height: 1.7;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}

.content-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

.content-main h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 600;
    margin: 0 0 1.25rem;
}

.lead-text {
    color: var(--text-muted);
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: var(--glass-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.feature-item:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-sm);
}

.feature-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--gold-dim);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.feature-item strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.feature-item p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.content-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sidebar-card {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.sidebar-card h3 {
    font-family: var(--font-display);
    margin: 0 0 1rem;
    font-size: 1.15rem;
}

.sidebar-card p {
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.process-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.process-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.step-num {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: var(--ink);
    color: var(--gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
}

.sidebar-cta .btn-block { width: 100%; margin-bottom: 0.5rem; }
.btn-block { display: flex; width: 100%; }

.stats-sidebar {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.about-card {
    background: var(--glass-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.about-card-media {
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 1.25rem;
    aspect-ratio: 16 / 10;
}

.about-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out);
}

.about-card:hover .about-card-media img {
    transform: scale(1.04);
}

.about-card h2 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    margin: 0 0 0.65rem;
}

.about-card p {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.65;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.value-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    transition: transform var(--dur) var(--ease-spring);
}

.value-card:hover { transform: translateY(-3px); }

.value-card h3 {
    font-family: var(--font-display);
    color: var(--gold);
    margin: 0 0 0.5rem;
}

.value-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.95rem;
}

.trust-icon {
    color: var(--gold);
    font-weight: 700;
}

/* ── Forms & Contact ─────────────────────────────────────────── */
.container-narrow { max-width: 720px; }

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}

.contact-info h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
}

.contact-details {
    list-style: none;
    margin: 0 0 1.75rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contact-detail-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: var(--glass-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.15rem;
    transition: transform var(--dur) var(--ease-spring);
}

.contact-detail-item:hover { transform: translateX(4px); }

.contact-detail-icon { font-size: 1.15rem; flex-shrink: 0; }

.contact-detail-item strong {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-soft);
    margin-bottom: 0.15rem;
}

.map-wrap h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    margin: 0 0 0.75rem;
}

.map-iframe {
    width: 100%;
    height: 260px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.form-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(1.75rem, 4vw, 2.25rem);
    box-shadow: var(--shadow-sm);
}

.form-card h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    margin: 0 0 0.4rem;
}

.form-card-subtitle {
    color: var(--text-muted);
    font-size: 0.925rem;
    margin: 0 0 1.5rem;
}

.form-section {
    border: none;
    margin: 0 0 1.75rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--border);
}

.form-section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
}

.form-section-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
    margin: 0 0 1.1rem;
    padding: 0;
    width: 100%;
}

.form-category-intro {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gold);
    margin: 0 0 1rem;
}

.form-label-block {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.checkbox-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color var(--dur), background var(--dur);
}

.checkbox-pill:has(input:checked) {
    border-color: var(--gold);
    background: var(--gold-dim);
    color: var(--ink);
}

.checkbox-pill input {
    accent-color: var(--gold);
}

.form-section-category .form-category-panel[hidden] {
    display: none;
}

.form-group { margin-bottom: 1.15rem; }

.form-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
}

.label-tag {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--gold-dim);
    color: var(--gold);
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
}

.label-tag-optional {
    background: var(--sage-dim);
    color: var(--sage);
}

.form-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-sm);
    font-size: 0.925rem;
    font-family: inherit;
    color: var(--text);
    background: var(--pearl);
    transition: border-color var(--dur), box-shadow var(--dur);
}

.form-input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px var(--gold-dim);
}

.form-input.is-invalid {
    border-color: #c44;
    box-shadow: 0 0 0 3px rgba(204, 68, 68, 0.12);
}

.form-textarea { resize: vertical; min-height: 120px; }

.form-hint {
    display: block;
    font-size: 0.75rem;
    color: var(--text-soft);
    margin-top: 0.3rem;
}

.field-error {
    display: block;
    font-size: 0.78rem;
    color: #c44;
    margin-top: 0.3rem;
    min-height: 1.1em;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 1rem;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.file-input-wrap { position: relative; }

.file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.file-input-label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border: 1.5px dashed var(--border-strong);
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: all var(--dur) var(--ease-out);
}

.file-input-label:hover {
    border-color: var(--gold);
    background: var(--gold-dim);
    color: var(--gold);
}

.file-name {
    display: block;
    font-size: 0.82rem;
    color: var(--gold);
    margin-top: 0.35rem;
    font-weight: 500;
}

.btn-submit { width: 100%; margin-top: 0.5rem; }
.btn-submit-lg { padding: 0.95rem 1.75rem; font-size: 0.95rem; }
.btn-submit.is-loading { opacity: 0.75; cursor: not-allowed; }

.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin-left: 0.5rem;
}

.btn-spinner[hidden] { display: none; }

@keyframes spin { to { transform: rotate(360deg); } }

/* ── Toast ───────────────────────────────────────────────────── */
.toast-container {
    position: fixed;
    top: calc(var(--header-h) + 0.75rem);
    right: 1.25rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: min(380px, calc(100vw - 2rem));
    pointer-events: none;
}

.toast {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow-lg);
    pointer-events: auto;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.toast-visible { opacity: 1; transform: translateX(0); }
.toast-success { border-left: 3px solid var(--sage-light); }
.toast-error { border-left: 3px solid #c44; }

.toast-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.toast-success .toast-icon { background: var(--sage-dim); color: var(--sage); }
.toast-error .toast-icon { background: rgba(204,68,68,0.12); color: #c44; }

.toast-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

.toast-message {
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.toast-close {
    flex-shrink: 0;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--text-soft);
    cursor: pointer;
    padding: 0;
}

/* ── Main content offset for fixed header ────────────────────── */
#mainContent {
    padding-top: 0;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (min-width: 640px) {
    .stats-bento { grid-template-columns: repeat(4, 1fr); }
    .stat-panel--hero { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
    .stat-panel--hero .stat-panel-value { font-size: clamp(3rem, 6vw, 4rem); }
    .services-showcase { grid-template-columns: repeat(2, 1fr); }
    .trust-cards { grid-template-columns: repeat(3, 1fr); }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Extended Hero ───────────────────────────────────────────── */
.hero-extended { min-height: min(100svh, 920px); }

.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(10, 18, 32, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 18, 32, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
}

.hero-orb--coral {
    width: min(40vw, 340px);
    height: min(40vw, 340px);
    background: radial-gradient(circle, rgba(201, 123, 99, 0.22) 0%, transparent 70%);
    top: 35%;
    left: 45%;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--border);
}

.hero-trust-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hero-trust-item strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.hero-trust-item span {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.hero-trust-divider {
    width: 1px;
    height: 32px;
    background: var(--border-strong);
}

.hero-visual-stack {
    position: relative;
    width: 100%;
    max-width: 420px;
}

.hero-photo-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 5;
}

.hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(10, 18, 32, 0.18) 100%);
    pointer-events: none;
}

.hero-card-main {
    padding: 2rem 2rem 2.25rem;
    border-radius: var(--radius-lg);
    position: relative;
    z-index: 1;
}

.hero-card-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    background: var(--gold-dim);
    border-radius: 999px;
}

.hero-card-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.hero-card-services span {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.4rem 0.75rem;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text-muted);
}

/* ── Services Deep-Dive ──────────────────────────────────────── */
.section-services-deep {
    background: var(--pearl);
    position: relative;
}

.section-services-deep::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.services-deep {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3.5rem);
}

.service-deep-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.service-deep-content {
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 2rem) 0;
}

.service-deep-num {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.service-deep-title {
    font-family: var(--font-display);
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
    color: var(--ink);
}

.service-deep-short {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--navy);
    margin: 0 0 0.85rem;
    line-height: 1.55;
}

.service-deep-long {
    margin: 0 0 1.5rem;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
    max-width: 52ch;
    flex: 1;
}

.service-deep-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gold);
    transition: gap var(--dur) var(--ease-out), color var(--dur);
}

.service-deep-link:hover { gap: 0.7rem; color: var(--coral); }

.service-deep-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.service-deep-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, var(--gold-dim), var(--sage-dim));
    opacity: 0.6;
}

.service-deep-row:hover .service-deep-visual {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.service-deep-icon {
    font-size: 4rem;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 8px 16px rgba(10, 18, 32, 0.08));
}

.service-deep-visual-num {
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 700;
    color: rgba(10, 18, 32, 0.06);
    line-height: 1;
    z-index: 0;
}

.services-deep-cta {
    text-align: center;
    margin-top: clamp(2.5rem, 5vw, 4rem);
}

/* ── Why Us (Enhanced) ───────────────────────────────────────── */
.section-why {
    background: linear-gradient(180deg, var(--bg) 0%, var(--cream-warm) 100%);
}

.why-header { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }

.why-header-copy { max-width: 640px; }

.why-card {
    padding: clamp(1.75rem, 3vw, 2.25rem);
    border-radius: var(--radius-lg);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur), border-color var(--dur);
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(196, 165, 116, 0.35);
}

.why-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--gold-dim), var(--sage-dim));
    border-radius: 14px;
    color: var(--gold);
    margin-bottom: 1.25rem;
}

.why-card h3 {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.6rem;
    color: var(--ink);
}

.why-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.925rem;
    line-height: 1.7;
}

/* ── Testimonials ────────────────────────────────────────────── */
.section-testimonials { background: var(--pearl); }

.testimonials-carousel {
    max-width: 780px;
    margin: 0 auto;
}

.testimonials-track {
    position: relative;
    min-height: 280px;
}

.testimonial-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem);
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateX(24px) scale(0.98);
    transition: opacity 0.55s var(--ease-out),
                transform 0.55s var(--ease-out),
                visibility 0.55s;
}

.testimonial-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.testimonial-quote-mark {
    font-family: var(--font-display);
    font-size: 4rem;
    line-height: 1;
    color: var(--gold-dim);
    margin-bottom: -0.5rem;
}

.testimonial-text {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    color: var(--ink);
    margin: 0 0 1.75rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(10, 18, 32, 0.12);
    border: 2px solid var(--pearl);
}

.testimonial-avatar-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.testimonial-meta cite {
    font-style: normal;
    font-weight: 600;
    color: var(--ink);
    font-size: 0.95rem;
}

.testimonial-meta span {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.testimonials-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 2rem;
}

.testimonial-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-strong);
    background: var(--pearl);
    color: var(--ink);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--dur) var(--ease-spring),
                border-color var(--dur),
                background var(--dur),
                color var(--dur);
}

.testimonial-btn:hover {
    transform: scale(1.06);
    border-color: var(--gold);
    background: var(--gold-dim);
    color: var(--gold);
}

.testimonials-dots {
    display: flex;
    gap: 0.5rem;
}

.testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: var(--border-strong);
    cursor: pointer;
    transition: transform var(--dur) var(--ease-spring), background var(--dur);
}

.testimonial-dot.active {
    background: var(--gold);
    transform: scale(1.25);
}

/* ── Process Timeline ────────────────────────────────────────── */
.section-process { background: var(--bg); }

.process-timeline {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.process-line {
    position: absolute;
    left: 23px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(to bottom, var(--gold), var(--sage-dim));
    transform-origin: top;
    transform: scaleY(0);
}

.process-step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1.25rem;
    align-items: start;
}

.process-step-marker {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ink);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px var(--bg);
}

.process-step-body {
    padding: 1.5rem 1.75rem;
    border-radius: var(--radius);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.process-step-body:hover {
    transform: translateX(4px);
    box-shadow: var(--shadow-md);
}

.process-step-body h3 {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.45rem;
    color: var(--ink);
}

.process-step-body p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.925rem;
    line-height: 1.65;
}

/* ── Stats Band ──────────────────────────────────────────────── */
.section-stats-band {
    position: relative;
    padding: clamp(3.5rem, 8vw, 5rem) 0;
    overflow: hidden;
}

.stats-band-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--ink) 0%, var(--navy) 45%, var(--ink-muted) 100%);
}

.stats-band-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 10% 50%, rgba(196, 165, 116, 0.12), transparent),
        radial-gradient(ellipse 40% 60% at 90% 30%, rgba(201, 123, 99, 0.08), transparent);
}

.stats-band-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
}

.stats-band-item {
    text-align: center;
    padding: 1rem;
}

.stats-band-value {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
}

.stats-band-label {
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

/* ── Blog Snippets ───────────────────────────────────────────── */
.section-blog { background: var(--pearl); }

.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.blog-card {
    padding: 0;
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur), border-color var(--dur);
}

.blog-card-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out);
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.05);
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.blog-card-linkable {
    text-decoration: none;
    color: inherit;
}

.blog-card-excerpt {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    flex: 1;
}

.section-desc--sm {
    font-size: 0.88rem;
    margin-top: 0.5rem;
    color: var(--text-soft);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(196, 165, 116, 0.35);
}

.blog-card-cat {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 0.85rem;
}

.blog-card-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 1rem;
    color: var(--ink);
    flex: 1;
}

.blog-card-date {
    font-size: 0.82rem;
    color: var(--text-soft);
    margin-bottom: 1rem;
}

.blog-card-link {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--gold);
    transition: color var(--dur), letter-spacing var(--dur);
}

.blog-card:hover .blog-card-link {
    color: var(--coral);
    letter-spacing: 0.06em;
}

/* ── Dual CTA ────────────────────────────────────────────────── */
.section-dual-cta {
    background: linear-gradient(180deg, var(--cream-warm) 0%, var(--bg) 100%);
    padding-bottom: clamp(5rem, 12vw, 8rem);
}

.dual-cta-intro {
    text-align: center;
    max-width: 560px;
    margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.dual-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.dual-cta-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: var(--radius-lg);
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur), border-color var(--dur);
    position: relative;
    overflow: hidden;
}

.dual-cta-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.dual-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out);
}

.dual-cta-card:hover .dual-cta-media img {
    transform: scale(1.04);
}

.dual-cta-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: clamp(1.5rem, 3vw, 2rem);
}

.dual-cta-card::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity var(--dur);
}

.dual-cta-card--hire::before {
    background: linear-gradient(145deg, var(--gold-dim), transparent 60%);
}

.dual-cta-card--apply::before {
    background: linear-gradient(145deg, var(--coral-dim), transparent 60%);
}

.dual-cta-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.dual-cta-card:hover::before { opacity: 1; }

.dual-cta-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    border-radius: 14px;
    color: var(--gold);
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
}

.dual-cta-card--apply .dual-cta-icon { color: var(--coral); }

.dual-cta-card h3 {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
    color: var(--ink);
    position: relative;
    z-index: 1;
}

.dual-cta-card p {
    margin: 0 0 1.75rem;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
    flex: 1;
    position: relative;
    z-index: 1;
}

.dual-cta-action {
    align-self: flex-start;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

/* ── Services Hub (interactive tabs) ─────────────────────────── */
.section-services-hub {
    background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
}

.svc-hub {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.svc-hub-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.svc-hub-tab {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: border-color var(--dur), background var(--dur), transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.svc-hub-tab:hover {
    border-color: rgba(196, 165, 116, 0.45);
    transform: translateX(4px);
}

.svc-hub-tab.active {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--pearl);
    box-shadow: var(--shadow-md);
}

.svc-hub-tab-num {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    opacity: 0.5;
    min-width: 2ch;
}

.svc-hub-tab.active .svc-hub-tab-num { opacity: 1; color: var(--gold-light); }

.svc-hub-tab-label {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.svc-hub-panels { position: relative; min-height: 320px; }

.svc-hub-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out), visibility 0.4s;
}

.svc-hub-panel.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.svc-hub-panel-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--radius-lg);
    height: 100%;
    align-items: start;
}

.svc-hub-panel-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.svc-hub-panel-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease-out);
}

.svc-hub-panel-inner:hover .svc-hub-panel-media img {
    transform: scale(1.03);
}

.svc-hub-panel-body h3 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: var(--ink);
}

.svc-hub-short {
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 0.65rem;
    line-height: 1.5;
}

.svc-hub-long {
    margin: 0 0 1.5rem;
    color: var(--text-muted);
    line-height: 1.75;
    font-size: 0.95rem;
}

.svc-hub-cta { align-self: flex-start; }

.services-hub-cta {
    text-align: center;
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

/* ── Why Us — Corporate ───────────────────────────────────────── */
.section-why {
    position: relative;
    background: var(--ink);
    color: var(--pearl);
    overflow: hidden;
    border-top: 1px solid rgba(196, 165, 116, 0.22);
}

.why-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.why-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
}

.why-bg-glow {
    position: absolute;
    width: 50%;
    height: 60%;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
}

.why-bg-glow--left {
    top: -10%;
    left: -15%;
    background: rgba(196, 165, 116, 0.2);
}

.why-bg-glow--right {
    bottom: -20%;
    right: -10%;
    background: rgba(201, 123, 99, 0.12);
}

.why-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-why .section-eyebrow {
    color: var(--gold-light);
    margin-bottom: 0.85rem;
}

.why-title {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--pearl);
    margin: 0 0 1rem;
    max-width: 22ch;
}

.why-lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
    max-width: 52ch;
}

.why-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    align-self: end;
}

@media (max-width: 479px) {
    .why-highlights {
        grid-template-columns: 1fr;
    }
}

.why-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.why-highlight-value {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
    letter-spacing: -0.02em;
}

.why-highlight-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.35;
}

.why-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.why-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: transform var(--dur) var(--ease-spring),
                border-color var(--dur),
                box-shadow var(--dur);
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: rgba(196, 165, 116, 0.4);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.why-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.why-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--ease-out);
}

.why-card:hover .why-card-media img {
    transform: scale(1.05);
}

.why-card-media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(3, 4, 36, 0.15) 0%,
        rgba(3, 4, 36, 0.55) 100%
    );
    pointer-events: none;
}

.why-card-num {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--gold-light);
    background: rgba(3, 4, 36, 0.72);
    border: 1px solid rgba(196, 165, 116, 0.45);
    backdrop-filter: blur(8px);
}

.why-card-body {
    padding: clamp(1.25rem, 2.5vw, 1.65rem);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.why-card-body h3 {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 600;
    margin: 0;
    color: var(--pearl);
    line-height: 1.3;
}

.why-card-body p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.58);
}

.why-card-body h3::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 0.85rem;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .svc-hub {
        grid-template-columns: minmax(220px, 280px) 1fr;
        gap: 1.5rem;
        align-items: start;
    }

    .svc-hub-panel-inner {
        grid-template-columns: minmax(180px, 240px) 1fr;
        gap: 1.75rem;
        align-items: center;
        padding: clamp(1.75rem, 3vw, 2.5rem);
    }

    .svc-hub-panel-media {
        aspect-ratio: 4 / 5;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .why-head {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: end;
        gap: 2.5rem;
    }

    .blog-grid { grid-template-columns: repeat(3, 1fr); }
    .dual-cta-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-band-grid { grid-template-columns: repeat(4, 1fr); }
    .process-timeline {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
    .process-line {
        left: 12%;
        right: 12%;
        top: 24px;
        bottom: auto;
        width: auto;
        height: 2px;
        transform: scaleX(0);
        transform-origin: left;
    }
    .process-step {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .process-step-marker { margin: 0 auto 1rem; }
}

@media (min-width: 1024px) {
    .why-head {
        grid-template-columns: 1.15fr 0.85fr;
    }

    .page-hero-grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

@media (min-width: 1200px) {
    .why-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.15rem;
    }

    .why-highlights {
        gap: 1rem;
    }

    .why-highlight {
        padding: 1.15rem 1.25rem;
    }
}

@media (min-width: 1140px) {
    .nav-toggle { display: none; }

    .nav-backdrop { display: none; }

    .header-inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 1.5rem;
    }

    .header-actions {
        margin-left: 0;
        grid-column: 3;
        justify-self: end;
        gap: 0.65rem;
    }

    .header-cta-desktop { display: flex; }

    .nav-mobile-cta { display: none; }

    .site-nav-head { display: none; }

    .site-nav {
        position: static;
        width: auto;
        transform: none;
        visibility: visible;
        pointer-events: auto;
        background: none;
        border: none;
        box-shadow: none;
        grid-column: 2;
        justify-self: center;
        z-index: auto;
    }

    .site-nav-panel {
        display: block;
        height: auto;
        overflow: visible;
        padding: 0;
    }

    .nav-list {
        display: flex;
        align-items: center;
        gap: 0.1rem;
        flex: none;
    }

    .nav-item { border-bottom: none; }

    .nav-link {
        padding: 0.5rem 0.8rem;
        width: auto;
        font-size: 0.85rem;
        border-radius: 999px;
    }

    .site-header .nav-link {
        color: rgba(255, 255, 255, 0.82);
    }

    .nav-link:hover,
    .nav-link.active {
        background: var(--gold-dim);
        color: var(--gold);
    }

    .site-header .nav-link:hover,
    .site-header .nav-link.active {
        background: rgba(199, 165, 114, 0.15);
        color: var(--gold);
    }

    .nav-item-dropdown { position: relative; }

    .nav-dropdown-wrap {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 0.65rem;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.22s ease, visibility 0.22s ease;
        z-index: 400;
    }

    .nav-item-dropdown.is-open .nav-dropdown-wrap {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }

    .nav-dropdown {
        position: static;
        transform: none;
        min-width: 260px;
        padding: 0.5rem;
        border-radius: var(--radius);
        opacity: 1;
        visibility: visible;
        display: block;
        box-shadow: var(--shadow-lg);
    }

    .nav-item-dropdown:hover .nav-dropdown {
        display: block;
    }

    .nav-dropdown a {
        padding: 0.65rem 1rem;
        border-radius: var(--radius-sm);
    }

    .nav-dropdown a:hover {
        background: var(--gold-dim);
        padding-left: 1rem;
    }

    .nav-item-dropdown.is-open .nav-chevron {
        transform: rotate(180deg);
    }

    .hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 4rem;
    }

    .hero-visual { display: flex; justify-content: flex-end; }

    .trust-layout {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 4rem;
        align-items: start;
    }

    .footer-links-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 4rem;
    }

    .footer-brand { margin-bottom: 0; }

    .footer-cta-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .content-split { grid-template-columns: 1.4fr 1fr; }
    .contact-grid { grid-template-columns: 1fr 1.1fr; }
    .form-row-2 { grid-template-columns: 1fr 1fr; }
    .btn-submit { width: auto; min-width: 200px; }
}

@media (min-width: 1024px) {
    .services-showcase { grid-template-columns: repeat(4, 1fr); }
    .values-grid { grid-template-columns: repeat(4, 1fr); }
    .services-grid { grid-template-columns: repeat(4, 1fr); }
    .why-grid { grid-template-columns: repeat(4, 1fr); }
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 899px) {
    .hero-visual-stack { max-width: 320px; margin: 0 auto; }
}

@media (max-width: 480px) {
    .toast-container {
        left: 1rem;
        right: 1rem;
        max-width: none;
    }
}

/* ── Job listings & enhanced forms ───────────────────────────── */
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%235c6370' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}

.form-selected-job {
    padding: 1rem 1.25rem;
    background: var(--gold-dim);
    border: 1px solid rgba(196, 165, 116, 0.35);
    border-radius: var(--radius-sm);
    margin-bottom: 1.5rem;
    font-size: 0.92rem;
    color: var(--ink);
}

#positionCategoryGroup.is-locked .form-select {
    opacity: 0.65;
    cursor: not-allowed;
}

.section-jobs-open {
    background: var(--surface);
    padding-top: clamp(2rem, 5vw, 3rem);
}

.jobs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.job-card {
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur);
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.job-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.job-card-cat {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}

.job-card-badge {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sage);
    background: var(--sage-dim);
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.job-card-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
    color: var(--ink);
}

.job-card-desc {
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    flex: 1;
}

.job-card-meta {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.35rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.job-card-meta strong { color: var(--ink); font-weight: 600; }

.job-card-apply { align-self: flex-start; }

@media (min-width: 768px) {
    .jobs-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    [data-reveal], .fade-up { opacity: 1; transform: none; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
