  /* â”€â”€ FOOTER â”€â”€ */
  footer {
    background: var(--black);
    padding: 4.5rem 4rem 2rem;
    border-top: 1px solid rgba(201,168,76,0.15);
  }
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3.5rem;
  }
  .footer-brand .nav-logo { font-size: 1.5rem; display: block; margin-bottom: 1rem; }
  .footer-brand p {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.7;
    font-weight: 300;
  }
  .footer-contact-line {
    margin-top: 1rem;
    color: rgba(255,255,255,0.5) !important;
  }
  .footer-col h4 {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.2rem;
    font-weight: 500;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-col ul a {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-col ul a:hover { color: var(--gold-light); }
  .footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .footer-bottom p {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.25);
  }
  .gold-accent { color: var(--gold); }

  .footer-bottom a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
  }
  .footer-bottom a:hover { color: var(--gold-light); }
  .footer-credit {
    max-width: 1200px;
    margin: 1rem auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.04);
    text-align: right;
  }
  .footer-credit a {
    color: rgba(255,255,255,0.36);
    font-size: 0.74rem;
    text-decoration: none;
  }
  .footer-credit a:hover {
    color: var(--gold-light);
  }
  .page-hero {
    background: var(--black);
    color: #fff;
    padding: 9rem 4rem 4rem;
  }
  .page-hero-compact { padding-bottom: 3rem; }
  .page-hero-inner, .page-shell {
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-hero p {
    max-width: 720px;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin-top: 1rem;
  }
  .page-section {
    padding: 5rem 4rem 6rem;
    background: var(--off-white);
  }
  .page-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 2rem;
    align-items: start;
  }
  .narrow-shell { max-width: 820px; }
  .content-card, .light-card, .empty-state {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 4px;
    padding: 2rem;
  }
  .sticky-card { position: sticky; top: 7rem; }
  .job-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.4rem;
  }
  .job-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
  .selected-job-card {
    margin-bottom: 1.25rem;
    border-left: 3px solid var(--gold);
  }
  .selected-job-card h2 {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
  }
  .selected-job-card .job-meta {
    margin: 1rem 0 0;
  }
  .privacy-policy h2 {
    margin-top: 2rem;
  }
  .privacy-policy h2:first-child {
    margin-top: 0;
  }
  .privacy-policy h3 {
    font-size: 1rem;
    margin: 1.2rem 0 0.45rem;
    color: #3a3530;
  }
  .privacy-policy p,
  .privacy-policy li {
    color: #5a5550;
    line-height: 1.8;
  }
  .privacy-policy ul {
    padding-left: 1.2rem;
    margin: 0.6rem 0 1rem;
  }
  .content-card h2 {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .page-copy {
    color: #5a5550;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
  .lead { font-size: 1rem; }
  .detail-list {
    padding-left: 1.2rem;
    color: #5a5550;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .detail-list li { margin-bottom: 0.6rem; }
  .filter-bar {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .filter-bar input,
  .filter-bar select,
  .stack-form input,
  .stack-form select,
  .stack-form textarea {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    padding: 0.9rem 1rem;
    font-family: var(--sans);
    font-size: 0.95rem;
    background: #fff;
    color: var(--black);
  }
  .filter-bar select,
  .stack-form select {
    color-scheme: light;
  }
  .filter-bar select option,
  .stack-form select option,
  .light-card .form-group select option,
  .content-card .form-group select option {
    background: #fff;
    color: var(--black);
  }
  .stack-form input::placeholder,
  .stack-form textarea::placeholder {
    color: #9a9289;
  }
  .stack-form textarea {
    resize: vertical;
    min-height: 120px;
  }
  .dark-text { color: #6e665d !important; }
  .alert {
    padding: 1rem 1.2rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    font-size: 0.92rem;
  }
  .alert-home { margin-bottom: 1.5rem; }
  .alert-success {
    background: #e8f6ee;
    border: 1px solid #77c79a;
    color: #17643a;
  }
  .light-card .alert-success,
  .content-card .alert-success { color: #17643a; }
  .alert-error {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.16);
    color: #f5c7c7;
  }
  .light-card .alert-error,
  .content-card .alert-error { color: #8f3030; }
  .field-error {
    color: #f0c8c8;
    font-size: 0.78rem;
  }
  .field-hint {
    color: #7f776f;
    font-size: 0.78rem;
    line-height: 1.4;
  }
  .light-card .field-error,
  .content-card .field-error {
    color: #b14f4f;
  }
  .empty-state { text-align: center; }
  .empty-state h2 {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
  }
  .empty-state p + .btn-outline {
    margin-top: 1.4rem;
  }
  .jobs-grid-full,
  .services-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }
  .jobs-board-hero {
    padding-bottom: 2.5rem;
  }
  .jobs-board-section {
    padding-top: 2rem;
    padding-bottom: 0;
    scroll-margin-top: 84px;
  }
  .jobs-board-shell {
    max-width: 1280px;
  }
  .jobs-board-filters {
    grid-template-columns: minmax(220px, 1.5fr) minmax(0, 5fr);
    align-items: stretch;
    margin-bottom: 1rem;
  }
  .jobs-filter-search,
  .jobs-filter-options {
    display: grid;
    gap: 1rem;
  }
  .jobs-filter-search {
    grid-template-columns: minmax(0, 1fr);
  }
  .jobs-filter-options {
    grid-template-columns: repeat(5, minmax(116px, 1fr)) auto;
  }
  .filters-toggle {
    display: none;
  }
  .jobs-board-alert {
    margin-bottom: 1rem;
  }
  .jobs-board {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    height: calc(100svh - 190px);
    min-height: 560px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
  }
  .jobs-list-panel {
    min-width: 0;
    min-height: 0;
    border-right: 1px solid rgba(0,0,0,0.08);
    background: #f8f7f4;
    display: flex;
    flex-direction: column;
  }
  .jobs-list-heading {
    min-height: 74px;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    background: #fff;
    display: grid;
    gap: 0.25rem;
  }
  .jobs-list-heading strong {
    color: #25211d;
    font-size: 0.95rem;
  }
  .jobs-list-heading span {
    color: #756f68;
    font-size: 0.82rem;
  }
  .jobs-list {
    min-height: 0;
    flex: 1;
    overflow-y: auto;
  }
  .job-list-item {
    display: grid;
    gap: 0.55rem;
    padding: 1.1rem 1.15rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    color: inherit;
    text-decoration: none;
    background: #fff;
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .job-list-item:hover,
  .job-list-item.active {
    background: #f3f6f8;
    border-left: 3px solid #0a66c2;
    padding-left: calc(1.15rem - 3px);
  }
  .job-list-item.active {
    box-shadow: inset 0 0 0 1px rgba(10,102,194,0.12);
  }
  .job-list-item h2 {
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
    color: #1f1f1f;
    margin: 0;
  }
  .job-list-item p {
    color: #666;
    font-size: 0.84rem;
    line-height: 1.45;
    margin: 0;
  }
  .job-list-item strong {
    color: var(--gold-dark);
    font-family: var(--serif);
    font-weight: 400;
    font-size: 1rem;
  }
  .job-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .job-list-meta span {
    background: #eef3f8;
    color: #4c5963;
    border-radius: 2px;
    padding: 0.25rem 0.45rem;
    font-size: 0.72rem;
  }
  .job-detail-panel {
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 2rem;
    background: #fff;
  }
  .job-detail-panel-head {
    display: grid;
    gap: 0.7rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .job-detail-panel-head h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 400;
    line-height: 1.08;
    color: #25211d;
    margin: 0;
  }
  .job-detail-panel-head p {
    color: #5d5751;
    margin: 0;
    line-height: 1.6;
  }
  .job-detail-panel h3 {
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 400;
    margin: 1.6rem 0 0.8rem;
    color: #25211d;
  }
  .job-detail-panel .job-actions {
    max-width: 220px;
    margin-top: 0.7rem;
  }
  .mobile-jobs-back {
    display: none;
  }
  .service-page-hero {
    padding-bottom: 5rem;
  }
  .services-showcase {
    background: linear-gradient(180deg, var(--off-white) 0%, #fff 42%, var(--off-white) 100%);
  }
  .service-tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: -8rem 0 5rem;
    position: relative;
    z-index: 2;
  }
  .service-tile {
    min-height: 300px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 1.3rem;
    position: relative;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 18px 44px rgba(13,13,13,0.16);
  }
  .service-tile img,
  .service-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
  }
  .service-tile img {
    position: absolute;
    inset: 0;
    z-index: -2;
    filter: grayscale(18%) contrast(1.04);
  }
  .service-tile::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(13,13,13,0.08), rgba(13,13,13,0.82));
  }
  .service-tile::after {
    content: '';
    position: absolute;
    left: 1.3rem;
    right: 1.3rem;
    bottom: 1rem;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
  }
  .service-tile:hover img {
    transform: scale(1.08);
    filter: grayscale(0%) contrast(1.08);
  }
  .service-tile:hover::after {
    transform: scaleX(1);
  }
  .service-tile span,
  .service-kicker {
    color: var(--gold-light);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .service-tile h2 {
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0.6rem 0;
  }
  .service-tile p {
    color: rgba(255,255,255,0.72);
    font-size: 0.82rem;
    line-height: 1.55;
  }
  .service-feature-stack {
    display: grid;
    gap: 5rem;
  }
  .service-feature {
    scroll-margin-top: 105px;
    display: grid;
    grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(47,42,37,0.08);
  }
  .service-feature-reverse .service-feature-media {
    order: 2;
  }
  .service-feature-media {
    min-height: 520px;
    overflow: hidden;
    position: relative;
  }
  .service-feature-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13,13,13,0.02), rgba(13,13,13,0.16));
    pointer-events: none;
  }
  .service-feature:hover .service-feature-media img {
    transform: scale(1.04);
  }
  .service-feature-content {
    padding: clamp(2rem, 4vw, 4rem);
  }
  .service-feature-content h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.4vw, 3rem);
    font-weight: 300;
    line-height: 1.08;
    margin: 0.7rem 0 1.1rem;
    color: #2f2a25;
  }
  .service-feature-content > p {
    color: #5a5550;
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 0.85rem;
  }
  .service-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.6rem;
  }
  .service-steps > div {
    background: var(--off-white);
    border: 1px solid rgba(201,168,76,0.18);
    border-radius: 4px;
    padding: 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }
  .service-steps > div:hover {
    border-color: rgba(201,168,76,0.45);
    box-shadow: 0 12px 30px rgba(201,168,76,0.1);
    transform: translateY(-3px);
  }
  .service-steps h3 {
    color: #2f2a25;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.45rem;
  }
  .service-steps p {
    color: #5a5550;
    font-size: 0.82rem;
    line-height: 1.6;
  }
  .check-row {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    color: #5a5550;
    margin: 1rem 0;
  }
  .check-row input {
    width: auto;
    margin-top: 0.2rem;
  }
  .job-detail-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin-top: 0.85rem;
    border: 1px solid rgba(0,0,0,0.1);
    color: #625846;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
  }
  .job-detail-back:hover {
    background: rgba(201,168,76,0.08);
    border-color: rgba(201,168,76,0.38);
    color: var(--gold-dark);
    text-decoration: none;
  }
