@import url('/cv_modules/partials/prtl_header/navbar/css/navbar.css');
@import url('/cv_modules/partials/prtl_footer/css/footer.css');
@import url('/cv_modules/cv_icons/cv-icons.css');

/* ══════════════════════════════════════════════════════════════════════════
   ABOUT US — editorial paper-on-warm-wash. --hp-* tokens shared with
   contact_us / our_services so the home family reads as one.
   ══════════════════════════════════════════════════════════════════════════ */

.au-main {
    --hp-paper:        #ffffff;
    --hp-wash:         #fbfaf7;
    --hp-tint:         #fff7ec;
    --hp-stone-100:    #f5f5f4;
    --hp-ink:          #0c0a09;
    --hp-ink-2:        #1c1917;
    --hp-stone-700:    #44403c;
    --hp-mist:         #57534e;
    --hp-mist-2:       #78716c;
    --hp-mist-3:       #a8a29e;
    --hp-hairline:     #e7e5e4;
    --hp-hairline-2:   #d6d3d1;
    --hp-signal:       #f59e0b;
    --hp-signal-soft:  #fff7ec;
    --hp-signal-tint:  rgba(245, 158, 11, 0.10);
    --hp-signal-line:  rgba(245, 158, 11, 0.30);
    --hp-signal-press: #d97706;
    --hp-sage:         #16a34a;
    --hp-sage-soft:    #ecfdf5;
    --hp-sage-text:    #15803d;
    --hp-danger:       #b91c1c;
    --hp-warn:         #b45309;
    --hp-slate-700:    #334155;
    --hp-slate-100:    #f1f5f9;
    --hp-radius-sm:    6px;
    --hp-radius-md:    10px;
    --hp-radius-lg:    14px;
    --hp-radius-xl:    18px;
    --hp-radius-pill:  999px;
    --hp-font-display: "Fraunces", ui-serif, "Iowan Old Style", "Apple Garamond", Georgia, "Times New Roman", serif;
    --hp-font-text:    ui-sans-serif, "SF Pro Text", "Helvetica Neue", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
    --hp-font-mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    --hp-ease:         cubic-bezier(0.2, 0.6, 0.2, 1);
    --hp-fast:         0.15s var(--hp-ease);
    --hp-base:         0.25s var(--hp-ease);
    --hp-slow:         0.40s var(--hp-ease);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fbfaf7;
    color: #0c0a09;
    font-family: ui-sans-serif, "SF Pro Text", "Helvetica Neue", "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.au-main {
    flex: 1;
    width: 100%;
    color: var(--hp-ink);
    font-family: var(--hp-font-text);
}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.au-hero {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 32px) clamp(28px, 4vw, 40px);
    text-align: center;
}
.au-eyebrow {
    font-family: var(--hp-font-mono);
    font-size: 12px;
    color: var(--hp-mist-2);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    margin: 0 0 16px;
}
.au-title {
    font-family: var(--hp-font-display);
    font-size: clamp(34px, 5.5vw, 56px);
    font-weight: 500;
    color: var(--hp-ink);
    letter-spacing: -0.025em;
    line-height: 1.05;
    margin: 0 0 18px;
}
.au-tagline {
    font-size: clamp(15px, 1.6vw, 18px);
    color: var(--hp-stone-700);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 56ch;
}
.au-hero-rule {
    width: 64px;
    height: 2px;
    background: var(--hp-signal);
    margin: 28px auto 0;
    border-radius: 1px;
}

/* ── Values grid ────────────────────────────────────────────────────────── */
.au-values {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(36px, 6vw, 56px) clamp(20px, 4vw, 32px) clamp(48px, 7vw, 72px);
}
.au-section-head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 40px);
}
.au-section-eyebrow {
    font-family: var(--hp-font-mono);
    font-size: 11px;
    color: var(--hp-mist-2);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 500;
}
.au-section-title {
    font-family: var(--hp-font-display);
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 500;
    color: var(--hp-ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
    max-width: 38ch;
}
.au-section-sub {
    font-size: 15px;
    color: var(--hp-mist);
    line-height: 1.6;
    margin: 4px 0 0;
    max-width: 56ch;
}

.au-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.au-card {
    background: var(--hp-paper);
    border: 1px solid var(--hp-hairline);
    border-radius: var(--hp-radius-lg);
    padding: 28px 26px;
    transition: border-color var(--hp-fast), box-shadow var(--hp-base), transform var(--hp-fast);
    box-shadow:
        0 1px 0 rgba(15, 23, 42, 0.03),
        0 8px 22px -16px rgba(15, 14, 12, 0.06);
}
.au-card:hover {
    border-color: var(--hp-hairline-2);
    box-shadow:
        0 1px 0 rgba(15, 23, 42, 0.04),
        0 12px 32px -8px rgba(15, 14, 12, 0.18);
    transform: translateY(-2px);
}

.au-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--hp-signal-soft);
    color: var(--hp-signal-press);
    border: 1px solid var(--hp-signal-line);
    border-radius: var(--hp-radius-md);
    margin-bottom: 18px;
}
.au-card-icon i { font-size: 22px; }

.au-card-title {
    font-family: var(--hp-font-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--hp-ink);
    letter-spacing: -0.015em;
    line-height: 1.2;
    margin: 0 0 10px;
}
.au-card-text {
    font-size: 14px;
    color: var(--hp-stone-700);
    line-height: 1.6;
    margin: 0;
}

/* ── Stats strip ────────────────────────────────────────────────────────── */
.au-stats {
    max-width: 1120px;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 32px) clamp(20px, 4vw, 32px);
}
.au-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    background: var(--hp-paper);
    border: 1px solid var(--hp-hairline);
    border-radius: var(--hp-radius-lg);
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(15, 23, 42, 0.03),
        0 12px 32px -16px rgba(15, 14, 12, 0.10);
}
.au-stat {
    text-align: center;
    padding: 28px 24px;
    border-right: 1px solid var(--hp-hairline);
}
.au-stat:last-child { border-right: none; }
.au-stat-num {
    display: block;
    font-family: var(--hp-font-display);
    font-size: clamp(28px, 3.6vw, 36px);
    font-weight: 500;
    color: var(--hp-ink);
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-feature-settings: "tnum";
}
.au-stat-label {
    display: block;
    margin-top: 6px;
    font-family: var(--hp-font-mono);
    font-size: 11px;
    color: var(--hp-mist-2);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 500;
}

/* ── Closing CTA ────────────────────────────────────────────────────────── */
.au-cta {
    max-width: 720px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 64px) clamp(20px, 4vw, 32px) clamp(64px, 9vw, 100px);
    text-align: center;
}
.au-cta-title {
    font-family: var(--hp-font-display);
    font-size: clamp(24px, 3.6vw, 32px);
    font-weight: 500;
    color: var(--hp-ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 12px;
}
.au-cta-text {
    font-size: 15px;
    color: var(--hp-mist);
    line-height: 1.6;
    margin: 0 0 24px;
}
.au-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--hp-ink);
    color: var(--hp-paper);
    border: 1px solid var(--hp-ink);
    border-radius: var(--hp-radius-pill);
    font-family: var(--hp-font-text);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px -4px rgba(15, 14, 12, 0.22);
    transition:
        background var(--hp-fast),
        border-color var(--hp-fast),
        transform var(--hp-fast),
        box-shadow var(--hp-fast);
}
.au-cta-btn i { font-size: 14px; color: var(--hp-signal); }
.au-cta-btn:hover {
    background: var(--hp-ink-2);
    border-color: var(--hp-ink-2);
    color: var(--hp-paper);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px -6px rgba(15, 14, 12, 0.30);
    text-decoration: none;
}
.au-cta-btn:active { background: #000; border-color: #000; transform: translateY(0); transition-duration: 0.1s; }
.au-cta-btn:focus-visible {
    outline: none;
    box-shadow:
        0 4px 14px -4px rgba(15, 14, 12, 0.22),
        0 0 0 3px var(--hp-signal-tint);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .au-stats-grid { grid-template-columns: 1fr 1fr; }
    .au-stat { border-right: 1px solid var(--hp-hairline); border-bottom: 1px solid var(--hp-hairline); }
    .au-stat:nth-child(2n) { border-right: none; }
    .au-stat:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 480px) {
    .au-card { padding: 22px 20px; }
    .au-stats-grid { grid-template-columns: 1fr; }
    .au-stat { border-right: none; border-bottom: 1px solid var(--hp-hairline); }
    .au-stat:last-child { border-bottom: none; }
}

@media (prefers-reduced-motion: reduce) {
    .au-card,
    .au-card:hover,
    .au-cta-btn,
    .au-cta-btn:hover,
    .au-cta-btn:active {
        transition: none !important;
        transform: none !important;
    }
}
